++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu May 1 02:01:15 UTC 2025 ===================' INFO: =================== Thu May 1 02:01:15 UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ grep 'inet ' +++ head -n 1 +++ ip addr show dev ens3 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.141 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.141 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.141 ++ ANALYTICSDB_NODES=10.0.0.141 ++ ANALYTICS_SNMP_NODES=10.0.0.141 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8081 ' +++ '[' -n '10.0.0.141:8081 ' ']' +++ echo 10.0.0.141:8081 ++ ANALYTICS_SERVERS=10.0.0.141:8081 +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9042 ' +++ '[' -n '10.0.0.141:9042 ' ']' +++ echo 10.0.0.141:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.141:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.141 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8086 ' +++ '[' -n '10.0.0.141:8086 ' ']' +++ echo 10.0.0.141:8086 ++ COLLECTOR_SERVERS=10.0.0.141:8086 ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.141 ++ CONFIGDB_NODES=10.0.0.141 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8082 ' +++ '[' -n '10.0.0.141:8082 ' ']' +++ echo 10.0.0.141:8082 ++ CONFIG_SERVERS=10.0.0.141:8082 +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9161 ' +++ '[' -n '10.0.0.141:9161 ' ']' +++ echo 10.0.0.141:9161 ++ CONFIGDB_SERVERS=10.0.0.141:9161 +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9041 ' +++ '[' -n '10.0.0.141:9041 ' ']' +++ echo 10.0.0.141:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.141:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.129 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.129 ++ 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 +++ find_my_ip_and_order_for_node_list 10.0.0.141 +++ cut -d ' ' -f 1 +++ 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.129,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.129,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 ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' ++ grep '^API__.*__.*=.*$' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 05/01/2025 02:01:24.755 7f29ba6aff08 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 05/01/2025 02:01:24.914 7f29ba6aff08 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 05/01/2025 02:01:24.929 7f29ba6aff08 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 05/01/2025 02:01:24.929 7f29ba6aff08 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.141:8082/ Hit Ctrl-C to quit. 10.0.0.141 - - [2025-05-01 02:01:28] "GET / HTTP/1.1" 503 181 0.039737 10.0.0.141 - - [2025-05-01 02:01:28] "GET / HTTP/1.1" 503 181 0.000257 10.0.0.141 - - [2025-05-01 02:01:28] "GET / HTTP/1.1" 200 36215 0.001658 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.141 - - [2025-05-01 02:01:28] "POST /fqname-to-id HTTP/1.1" 401 293 0.000682 10.0.0.141 - - [2025-05-01 02:01:28] "GET / HTTP/1.1" 200 36215 0.001539 10.0.0.141 - - [2025-05-01 02:01:28] "POST /fqname-to-id HTTP/1.1" 401 293 0.000426 10.0.0.141 - - [2025-05-01 02:01:29] "GET / HTTP/1.1" 200 45871 0.001786 10.0.0.141 - - [2025-05-01 02:01:29] "GET / HTTP/1.1" 200 45871 0.001343 10.0.0.141 - - [2025-05-01 02:01:29] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000370 10.0.0.141 - - [2025-05-01 02:01:29] "POST /fqname-to-id HTTP/1.1" 401 293 0.000315 10.0.0.141 - - [2025-05-01 02:01:29] "GET / HTTP/1.1" 200 36215 0.002807 10.0.0.141 - - [2025-05-01 02:01:30] "POST /fqname-to-id HTTP/1.1" 404 196 1.345290 10.0.0.141 - - [2025-05-01 02:01:30] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.391971 10.0.0.141 - - [2025-05-01 02:01:30] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.007044 10.0.0.141 - - [2025-05-01 02:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 1.057261 10.0.0.141 - - [2025-05-01 02:01:30] "GET /global-system-config/600e0b6a-c2b8-4d6f-8246-bdfdb6c0fd70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.009160 10.0.0.141 - - [2025-05-01 02:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.090554 10.0.0.141 - - [2025-05-01 02:01:30] "POST /job-templates HTTP/1.1" 200 557 0.061977 10.0.0.141 - - [2025-05-01 02:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.141 - - [2025-05-01 02:01:30] "POST /fqname-to-id HTTP/1.1" 404 220 0.012424 10.0.0.141 - - [2025-05-01 02:01:30] "POST /fqname-to-id HTTP/1.1" 404 200 0.003620 10.0.0.141 - - [2025-05-01 02:01:30] "POST /config-database-nodes HTTP/1.1" 200 619 0.031903 10.0.0.141 - - [2025-05-01 02:01:30] "POST /job-templates HTTP/1.1" 200 565 0.034321 10.0.0.141 - - [2025-05-01 02:01:30] "GET / HTTP/1.1" 200 36215 0.001783 10.0.0.141 - - [2025-05-01 02:01:30] "POST /fqname-to-id HTTP/1.1" 401 293 0.000437 10.0.0.141 - - [2025-05-01 02:01:30] "POST /fqname-to-id HTTP/1.1" 404 191 0.004570 10.0.0.141 - - [2025-05-01 02:01:30] "POST /fqname-to-id HTTP/1.1" 401 293 0.000465 10.0.0.141 - - [2025-05-01 02:01:30] "POST /job-templates HTTP/1.1" 200 547 0.069688 10.0.0.141 - - [2025-05-01 02:01:30] "POST /fqname-to-id HTTP/1.1" 404 207 0.003365 10.0.0.141 - - [2025-05-01 02:01:30] "GET / HTTP/1.1" 200 36215 0.001857 10.0.0.141 - - [2025-05-01 02:01:30] "POST /job-templates HTTP/1.1" 200 579 0.073470 10.0.0.141 - - [2025-05-01 02:01:30] "POST /fqname-to-id HTTP/1.1" 404 208 0.003832 10.0.0.141 - - [2025-05-01 02:01:31] "POST /fqname-to-id HTTP/1.1" 401 293 0.000476 10.0.0.141 - - [2025-05-01 02:01:31] "POST /job-templates HTTP/1.1" 200 581 0.065616 10.0.0.141 - - [2025-05-01 02:01:31] "POST /fqname-to-id HTTP/1.1" 404 210 0.004017 10.0.0.141 - - [2025-05-01 02:01:31] "POST /job-templates HTTP/1.1" 200 585 0.065779 10.0.0.141 - - [2025-05-01 02:01:31] "POST /fqname-to-id HTTP/1.1" 404 198 0.008402 10.0.0.141 - - [2025-05-01 02:01:31] "POST /job-templates HTTP/1.1" 200 561 0.063982 10.0.0.141 - - [2025-05-01 02:01:31] "POST /fqname-to-id HTTP/1.1" 404 203 0.003201 /usr/local/lib/python3.6/site-packages/keystoneauth1/adapter.py:244: UserWarning: Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1. warnings.warn('Using keystoneclient sessions has been deprecated. ' 10.0.0.141 - - [2025-05-01 02:01:31] "POST /job-templates HTTP/1.1" 200 571 0.064712 10.0.0.141 - - [2025-05-01 02:01:31] "POST /fqname-to-id HTTP/1.1" 404 196 0.003261 10.0.0.141 - - [2025-05-01 02:01:31] "POST /job-templates HTTP/1.1" 200 557 0.060951 10.0.0.141 - - [2025-05-01 02:01:31] "POST /fqname-to-id HTTP/1.1" 404 196 0.003288 10.0.0.141 - - [2025-05-01 02:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.688283 10.0.0.141 - - [2025-05-01 02:01:31] "GET /global-system-config/600e0b6a-c2b8-4d6f-8246-bdfdb6c0fd70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005676 10.0.0.141 - - [2025-05-01 02:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.373620 10.0.0.141 - - [2025-05-01 02:01:31] "POST /fqname-to-id HTTP/1.1" 404 186 0.063375 10.0.0.141 - - [2025-05-01 02:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002632 10.0.0.141 - - [2025-05-01 02:01:31] "POST /fqname-to-id HTTP/1.1" 404 220 0.002957 10.0.0.141 - - [2025-05-01 02:01:31] "GET /network-ipam/9fdebc62-774b-42b0-b61b-0e2f24c87d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.046828 10.0.0.141 - - [2025-05-01 02:01:31] "POST /job-templates HTTP/1.1" 200 557 0.067858 10.0.0.141 - - [2025-05-01 02:01:31] "GET /global-system-config/600e0b6a-c2b8-4d6f-8246-bdfdb6c0fd70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.008555 10.0.0.141 - - [2025-05-01 02:01:31] "POST /fqname-to-id HTTP/1.1" 404 196 0.003300 10.0.0.141 - - [2025-05-01 02:01:31] "POST /config-nodes HTTP/1.1" 200 601 0.021423 10.0.0.141 - - [2025-05-01 02:01:31] "POST /service-appliance-sets HTTP/1.1" 200 555 0.023812 10.0.0.141 - - [2025-05-01 02:01:32] "POST /job-templates HTTP/1.1" 200 557 0.064229 10.0.0.141 - - [2025-05-01 02:01:32] "POST /fqname-to-id HTTP/1.1" 404 180 0.006905 10.0.0.141 - - [2025-05-01 02:01:32] "POST /fqname-to-id HTTP/1.1" 404 186 0.004085 10.0.0.141 - - [2025-05-01 02:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.141 - - [2025-05-01 02:01:32] "GET /global-system-config/600e0b6a-c2b8-4d6f-8246-bdfdb6c0fd70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005976 10.0.0.141 - - [2025-05-01 02:01:32] "POST /job-templates HTTP/1.1" 200 537 0.070698 10.0.0.141 - - [2025-05-01 02:01:32] "POST /service-appliance-sets HTTP/1.1" 200 543 0.031679 10.0.0.141 - - [2025-05-01 02:01:32] "POST /fqname-to-id HTTP/1.1" 404 198 0.003951 10.0.0.141 - - [2025-05-01 02:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.141 - - [2025-05-01 02:01:32] "GET / HTTP/1.1" 200 36215 0.001453 10.0.0.141 - - [2025-05-01 02:01:32] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000591 10.0.0.141 - - [2025-05-01 02:01:32] "GET /network-ipam/9fdebc62-774b-42b0-b61b-0e2f24c87d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.033555 10.0.0.141 - - [2025-05-01 02:01:32] "POST /job-templates HTTP/1.1" 200 561 0.067558 10.0.0.141 - - [2025-05-01 02:01:32] "POST /fqname-to-id HTTP/1.1" 404 198 0.003294 10.0.0.141 - - [2025-05-01 02:01:32] "POST /fqname-to-id HTTP/1.1" 404 225 0.005148 10.0.0.141 - - [2025-05-01 02:01:32] "POST /job-templates HTTP/1.1" 200 561 0.077950 10.0.0.141 - - [2025-05-01 02:01:32] "POST /access-control-lists HTTP/1.1" 200 589 0.069257 10.0.0.141 - - [2025-05-01 02:01:32] "POST /service-templates HTTP/1.1" 200 513 0.062980 10.0.0.141 - - [2025-05-01 02:01:32] "POST /service-templates HTTP/1.1" 200 503 0.022522 10.0.0.141 - - [2025-05-01 02:01:32] "POST /fqname-to-id HTTP/1.1" 404 198 0.005216 10.0.0.141 - - [2025-05-01 02:01:32] "POST /fqname-to-id HTTP/1.1" 404 224 0.003689 10.0.0.141 - - [2025-05-01 02:01:32] "POST /service-templates HTTP/1.1" 200 517 0.031029 10.0.0.141 - - [2025-05-01 02:01:32] "POST /access-control-lists HTTP/1.1" 200 587 0.069582 10.0.0.141 - - [2025-05-01 02:01:32] "POST /job-templates HTTP/1.1" 200 561 0.074510 10.0.0.141 - - [2025-05-01 02:01:32] "POST /service-templates HTTP/1.1" 200 537 0.019971 10.0.0.141 - - [2025-05-01 02:01:32] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.026444 10.0.0.141 - - [2025-05-01 02:01:32] "POST /fqname-to-id HTTP/1.1" 404 201 0.002871 10.0.0.141 - - [2025-05-01 02:01:32] "POST /service-templates HTTP/1.1" 200 509 0.021765 10.0.0.141 - - [2025-05-01 02:01:32] "POST /route-targets HTTP/1.1" 200 328 0.013102 10.0.0.141 - - [2025-05-01 02:01:32] "POST /job-templates HTTP/1.1" 200 567 0.066116 10.0.0.141 - - [2025-05-01 02:01:32] "POST /ref-update HTTP/1.1" 200 156 0.036138 10.0.0.141 - - [2025-05-01 02:01:32] "POST /fqname-to-id HTTP/1.1" 404 197 0.003087 10.0.0.141 - - [2025-05-01 02:01:32] "POST /route-targets HTTP/1.1" 200 328 0.009834 10.0.0.141 - - [2025-05-01 02:01:33] "POST /job-templates HTTP/1.1" 200 559 0.067973 10.0.0.141 - - [2025-05-01 02:01:33] "POST /ref-update HTTP/1.1" 200 156 0.055939 10.0.0.141 - - [2025-05-01 02:01:33] "POST /fqname-to-id HTTP/1.1" 404 196 0.003128 10.0.0.141 - - [2025-05-01 02:01:33] "POST /route-targets HTTP/1.1" 200 328 0.019848 10.0.0.141 - - [2025-05-01 02:01:33] "POST /job-templates HTTP/1.1" 200 557 0.062669 10.0.0.141 - - [2025-05-01 02:01:33] "POST /ref-update HTTP/1.1" 200 156 0.028459 10.0.0.141 - - [2025-05-01 02:01:33] "POST /fqname-to-id HTTP/1.1" 404 205 0.003061 10.0.0.141 - - [2025-05-01 02:01:33] "POST /route-targets HTTP/1.1" 200 328 0.010142 10.0.0.141 - - [2025-05-01 02:01:33] "POST /job-templates HTTP/1.1" 200 575 0.062551 10.0.0.141 - - [2025-05-01 02:01:33] "POST /ref-update HTTP/1.1" 200 156 0.049436 10.0.0.141 - - [2025-05-01 02:01:33] "POST /fqname-to-id HTTP/1.1" 404 194 0.002872 10.0.0.141 - - [2025-05-01 02:01:33] "POST /fqname-to-id HTTP/1.1" 404 201 0.003167 10.0.0.141 - - [2025-05-01 02:01:33] "POST /job-templates HTTP/1.1" 200 553 0.069612 10.0.0.141 - - [2025-05-01 02:01:33] "POST /fqname-to-id HTTP/1.1" 404 208 0.003412 10.0.0.141 - - [2025-05-01 02:01:33] "POST /access-control-lists HTTP/1.1" 200 553 0.097045 10.0.0.141 - - [2025-05-01 02:01:33] "PUT /access-control-list/c5a62d47-fa02-404f-8102-140d070effe0 HTTP/1.1" 200 273 0.010263 10.0.0.141 - - [2025-05-01 02:01:33] "POST /job-templates HTTP/1.1" 200 581 0.065479 10.0.0.141 - - [2025-05-01 02:01:33] "PUT /access-control-list/4e102617-2423-477c-8d81-9456f5b74ca9 HTTP/1.1" 200 273 0.012284 10.0.0.141 - - [2025-05-01 02:01:33] "POST /fqname-to-id HTTP/1.1" 404 196 0.003079 10.0.0.141 - - [2025-05-01 02:01:33] "POST /job-templates HTTP/1.1" 200 557 0.065580 10.0.0.141 - - [2025-05-01 02:01:33] "POST /fqname-to-id HTTP/1.1" 404 198 0.003012 10.0.0.141 - - [2025-05-01 02:01:33] "POST /job-templates HTTP/1.1" 200 561 0.061124 10.0.0.141 - - [2025-05-01 02:01:34] "POST /fqname-to-id HTTP/1.1" 404 206 0.003154 10.0.0.141 - - [2025-05-01 02:01:34] "POST /job-templates HTTP/1.1" 200 577 0.062030 10.0.0.141 - - [2025-05-01 02:01:34] "POST /fqname-to-id HTTP/1.1" 404 197 0.003231 10.0.0.141 - - [2025-05-01 02:01:34] "POST /job-templates HTTP/1.1" 200 559 0.061353 10.0.0.141 - - [2025-05-01 02:01:34] "POST /fqname-to-id HTTP/1.1" 404 198 0.003004 10.0.0.141 - - [2025-05-01 02:01:34] "POST /job-templates HTTP/1.1" 200 561 0.061214 10.0.0.141 - - [2025-05-01 02:01:34] "POST /fqname-to-id HTTP/1.1" 404 196 0.003320 10.0.0.141 - - [2025-05-01 02:01:34] "POST /job-templates HTTP/1.1" 200 557 0.073360 10.0.0.141 - - [2025-05-01 02:01:34] "POST /fqname-to-id HTTP/1.1" 404 195 0.003268 10.0.0.141 - - [2025-05-01 02:01:34] "POST /job-templates HTTP/1.1" 200 555 0.068788 10.0.0.141 - - [2025-05-01 02:01:34] "POST /fqname-to-id HTTP/1.1" 404 195 0.003218 10.0.0.141 - - [2025-05-01 02:01:34] "POST /job-templates HTTP/1.1" 200 555 0.060769 10.0.0.141 - - [2025-05-01 02:01:34] "POST /fqname-to-id HTTP/1.1" 404 195 0.003235 10.0.0.141 - - [2025-05-01 02:01:35] "POST /job-templates HTTP/1.1" 200 555 0.065058 10.0.0.141 - - [2025-05-01 02:01:35] "POST /fqname-to-id HTTP/1.1" 404 200 0.003139 10.0.0.141 - - [2025-05-01 02:01:35] "POST /job-templates HTTP/1.1" 200 565 0.064425 10.0.0.141 - - [2025-05-01 02:01:35] "POST /fqname-to-id HTTP/1.1" 404 201 0.003170 10.0.0.141 - - [2025-05-01 02:01:35] "POST /job-templates HTTP/1.1" 200 567 0.061340 10.0.0.141 - - [2025-05-01 02:01:35] "POST /fqname-to-id HTTP/1.1" 404 189 0.002991 10.0.0.141 - - [2025-05-01 02:01:35] "POST /config-propertiess HTTP/1.1" 200 553 0.024532 10.0.0.141 - - [2025-05-01 02:01:35] "POST /fqname-to-id HTTP/1.1" 404 168 0.003182 10.0.0.141 - - [2025-05-01 02:01:35] "POST /tags HTTP/1.1" 200 322 0.032676 10.0.0.141 - - [2025-05-01 02:01:35] "POST /fqname-to-id HTTP/1.1" 404 166 0.003216 10.0.0.141 - - [2025-05-01 02:01:35] "POST /tags HTTP/1.1" 200 318 0.024333 10.0.0.141 - - [2025-05-01 02:01:35] "POST /fqname-to-id HTTP/1.1" 404 174 0.003205 10.0.0.141 - - [2025-05-01 02:01:35] "POST /tags HTTP/1.1" 200 334 0.026469 10.0.0.141 - - [2025-05-01 02:01:35] "POST /fqname-to-id HTTP/1.1" 404 162 0.002985 10.0.0.141 - - [2025-05-01 02:01:36] "POST /tags HTTP/1.1" 200 310 0.032125 10.0.0.141 - - [2025-05-01 02:01:36] "POST /fqname-to-id HTTP/1.1" 404 174 0.003113 10.0.0.141 - - [2025-05-01 02:01:36] "POST /tags HTTP/1.1" 200 334 0.023372 10.0.0.141 - - [2025-05-01 02:01:36] "POST /fqname-to-id HTTP/1.1" 404 164 0.003076 10.0.0.141 - - [2025-05-01 02:01:36] "POST /tags HTTP/1.1" 200 314 0.033268 10.0.0.141 - - [2025-05-01 02:01:36] "POST /fqname-to-id HTTP/1.1" 404 169 0.002870 10.0.0.141 - - [2025-05-01 02:01:36] "POST /tags HTTP/1.1" 200 324 0.034288 10.0.0.141 - - [2025-05-01 02:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.141 - - [2025-05-01 02:01:36] "PUT /global-system-config/600e0b6a-c2b8-4d6f-8246-bdfdb6c0fd70 HTTP/1.1" 200 275 0.010159 10.0.0.141 - - [2025-05-01 02:01:36] "POST /fqname-to-id HTTP/1.1" 404 166 0.002908 10.0.0.141 - - [2025-05-01 02:01:36] "POST /hardwares HTTP/1.1" 200 328 0.012074 10.0.0.141 - - [2025-05-01 02:01:36] "POST /fqname-to-id HTTP/1.1" 404 166 0.003367 10.0.0.141 - - [2025-05-01 02:01:36] "POST /hardwares HTTP/1.1" 200 328 0.011998 10.0.0.141 - - [2025-05-01 02:01:36] "POST /fqname-to-id HTTP/1.1" 404 166 0.003371 10.0.0.141 - - [2025-05-01 02:01:36] "POST /hardwares HTTP/1.1" 200 328 0.012086 10.0.0.141 - - [2025-05-01 02:01:36] "POST /fqname-to-id HTTP/1.1" 404 166 0.003508 10.0.0.141 - - [2025-05-01 02:01:36] "POST /hardwares HTTP/1.1" 200 328 0.011331 10.0.0.141 - - [2025-05-01 02:01:36] "POST /fqname-to-id HTTP/1.1" 404 164 0.003106 10.0.0.141 - - [2025-05-01 02:01:37] "POST /hardwares HTTP/1.1" 200 324 0.011199 10.0.0.141 - - [2025-05-01 02:01:37] "POST /fqname-to-id HTTP/1.1" 404 164 0.003124 10.0.0.141 - - [2025-05-01 02:01:37] "POST /hardwares HTTP/1.1" 200 324 0.012367 10.0.0.141 - - [2025-05-01 02:01:37] "POST /fqname-to-id HTTP/1.1" 404 161 0.003138 10.0.0.141 - - [2025-05-01 02:01:37] "POST /hardwares HTTP/1.1" 200 318 0.015200 10.0.0.141 - - [2025-05-01 02:01:37] "POST /fqname-to-id HTTP/1.1" 404 164 0.002939 10.0.0.141 - - [2025-05-01 02:01:37] "POST /hardwares HTTP/1.1" 200 324 0.011823 10.0.0.141 - - [2025-05-01 02:01:37] "POST /fqname-to-id HTTP/1.1" 404 164 0.003022 10.0.0.141 - - [2025-05-01 02:01:37] "POST /hardwares HTTP/1.1" 200 324 0.010822 10.0.0.141 - - [2025-05-01 02:01:37] "POST /fqname-to-id HTTP/1.1" 404 164 0.003210 10.0.0.141 - - [2025-05-01 02:01:37] "POST /hardwares HTTP/1.1" 200 324 0.010980 10.0.0.141 - - [2025-05-01 02:01:37] "POST /fqname-to-id HTTP/1.1" 404 165 0.003354 10.0.0.141 - - [2025-05-01 02:01:37] "POST /hardwares HTTP/1.1" 200 326 0.010705 10.0.0.141 - - [2025-05-01 02:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.141 - - [2025-05-01 02:01:37] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1164 0.004420 10.0.0.141 - - [2025-05-01 02:01:37] "POST /fqname-to-id HTTP/1.1" 404 165 0.003254 10.0.0.141 - - [2025-05-01 02:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171 10.0.0.141 - - [2025-05-01 02:01:37] "POST /hardwares HTTP/1.1" 200 326 0.011832 10.0.0.141 - - [2025-05-01 02:01:37] "POST /fqname-to-id HTTP/1.1" 404 165 0.002498 10.0.0.141 - - [2025-05-01 02:01:37] "PUT /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806 HTTP/1.1" 200 277 0.010182 10.0.0.141 - - [2025-05-01 02:01:37] "POST /hardwares HTTP/1.1" 200 326 0.013774 10.0.0.141 - - [2025-05-01 02:01:37] "POST /fqname-to-id HTTP/1.1" 404 165 0.002895 10.0.0.141 - - [2025-05-01 02:01:37] "POST /hardwares HTTP/1.1" 200 326 0.013077 10.0.0.141 - - [2025-05-01 02:01:38] "POST /fqname-to-id HTTP/1.1" 404 164 0.002945 10.0.0.141 - - [2025-05-01 02:01:38] "POST /hardwares HTTP/1.1" 200 324 0.011569 10.0.0.141 - - [2025-05-01 02:01:38] "POST /fqname-to-id HTTP/1.1" 404 161 0.003522 10.0.0.141 - - [2025-05-01 02:01:38] "POST /hardwares HTTP/1.1" 200 318 0.011994 10.0.0.141 - - [2025-05-01 02:01:38] "GET / HTTP/1.1" 200 36215 0.002018 10.0.0.141 - - [2025-05-01 02:01:38] "POST /alarms HTTP/1.1" 401 293 0.000429 10.0.0.141 - - [2025-05-01 02:01:38] "POST /fqname-to-id HTTP/1.1" 404 164 0.003730 10.0.0.141 - - [2025-05-01 02:01:38] "POST /hardwares HTTP/1.1" 200 324 0.011191 10.0.0.141 - - [2025-05-01 02:01:38] "POST /fqname-to-id HTTP/1.1" 404 161 0.004861 10.0.0.141 - - [2025-05-01 02:01:38] "POST /hardwares HTTP/1.1" 200 318 0.014431 10.0.0.141 - - [2025-05-01 02:01:38] "POST /fqname-to-id HTTP/1.1" 404 164 0.004560 10.0.0.141 - - [2025-05-01 02:01:38] "POST /hardwares HTTP/1.1" 200 324 0.013853 10.0.0.141 - - [2025-05-01 02:01:38] "POST /fqname-to-id HTTP/1.1" 404 162 0.004025 10.0.0.141 - - [2025-05-01 02:01:38] "POST /hardwares HTTP/1.1" 200 320 0.014363 10.0.0.141 - - [2025-05-01 02:01:38] "POST /alarms HTTP/1.1" 200 583 0.044542 10.0.0.141 - - [2025-05-01 02:01:38] "POST /alarms HTTP/1.1" 200 577 0.017840 10.0.0.141 - - [2025-05-01 02:01:38] "POST /fqname-to-id HTTP/1.1" 404 162 0.003807 10.0.0.141 - - [2025-05-01 02:01:38] "POST /alarms HTTP/1.1" 200 577 0.018268 10.0.0.141 - - [2025-05-01 02:01:38] "POST /hardwares HTTP/1.1" 200 320 0.012466 10.0.0.141 - - [2025-05-01 02:01:38] "POST /fqname-to-id HTTP/1.1" 404 165 0.002877 10.0.0.141 - - [2025-05-01 02:01:38] "POST /alarms HTTP/1.1" 200 561 0.020617 10.0.0.141 - - [2025-05-01 02:01:38] "POST /hardwares HTTP/1.1" 200 326 0.014852 10.0.0.141 - - [2025-05-01 02:01:38] "POST /alarms HTTP/1.1" 200 557 0.019417 10.0.0.141 - - [2025-05-01 02:01:38] "POST /fqname-to-id HTTP/1.1" 404 161 0.003152 10.0.0.141 - - [2025-05-01 02:01:38] "POST /alarms HTTP/1.1" 200 559 0.016396 10.0.0.141 - - [2025-05-01 02:01:38] "POST /hardwares HTTP/1.1" 200 318 0.016436 10.0.0.141 - - [2025-05-01 02:01:38] "POST /alarms HTTP/1.1" 200 567 0.016435 10.0.0.141 - - [2025-05-01 02:01:39] "POST /fqname-to-id HTTP/1.1" 404 161 0.002994 10.0.0.141 - - [2025-05-01 02:01:39] "POST /alarms HTTP/1.1" 200 551 0.017882 10.0.0.141 - - [2025-05-01 02:01:39] "POST /hardwares HTTP/1.1" 200 318 0.013420 10.0.0.141 - - [2025-05-01 02:01:39] "POST /alarms HTTP/1.1" 200 559 0.022814 10.0.0.141 - - [2025-05-01 02:01:39] "POST /fqname-to-id HTTP/1.1" 404 162 0.003971 10.0.0.141 - - [2025-05-01 02:01:39] "POST /hardwares HTTP/1.1" 200 320 0.014104 10.0.0.141 - - [2025-05-01 02:01:39] "POST /alarms HTTP/1.1" 200 569 0.022442 10.0.0.141 - - [2025-05-01 02:01:39] "POST /fqname-to-id HTTP/1.1" 404 162 0.002920 10.0.0.141 - - [2025-05-01 02:01:39] "POST /alarms HTTP/1.1" 200 557 0.016117 10.0.0.141 - - [2025-05-01 02:01:39] "POST /hardwares HTTP/1.1" 200 320 0.011450 10.0.0.141 - - [2025-05-01 02:01:39] "POST /alarms HTTP/1.1" 200 569 0.017951 10.0.0.141 - - [2025-05-01 02:01:39] "POST /fqname-to-id HTTP/1.1" 404 162 0.002925 10.0.0.141 - - [2025-05-01 02:01:39] "POST /alarms HTTP/1.1" 200 577 0.062742 10.0.0.141 - - [2025-05-01 02:01:39] "POST /hardwares HTTP/1.1" 200 320 0.047915 10.0.0.141 - - [2025-05-01 02:01:39] "POST /fqname-to-id HTTP/1.1" 404 158 0.004149 10.0.0.141 - - [2025-05-01 02:01:39] "POST /alarms HTTP/1.1" 200 571 0.021279 10.0.0.141 - - [2025-05-01 02:01:39] "POST /hardwares HTTP/1.1" 200 312 0.016528 10.0.0.141 - - [2025-05-01 02:01:39] "POST /alarms HTTP/1.1" 200 563 0.023299 10.0.0.141 - - [2025-05-01 02:01:39] "POST /fqname-to-id HTTP/1.1" 404 158 0.003040 10.0.0.141 - - [2025-05-01 02:01:39] "POST /alarms HTTP/1.1" 200 563 0.016332 10.0.0.141 - - [2025-05-01 02:01:39] "POST /hardwares HTTP/1.1" 200 312 0.009353 10.0.0.141 - - [2025-05-01 02:01:39] "POST /alarms HTTP/1.1" 200 563 0.016995 10.0.0.141 - - [2025-05-01 02:01:39] "POST /fqname-to-id HTTP/1.1" 404 160 0.002386 10.0.0.141 - - [2025-05-01 02:01:39] "POST /alarms HTTP/1.1" 200 549 0.017669 10.0.0.141 - - [2025-05-01 02:01:39] "POST /hardwares HTTP/1.1" 200 316 0.013237 10.0.0.141 - - [2025-05-01 02:01:39] "POST /fqname-to-id HTTP/1.1" 404 154 0.002723 10.0.0.141 - - [2025-05-01 02:01:39] "POST /alarms HTTP/1.1" 200 597 0.024646 10.0.0.141 - - [2025-05-01 02:01:39] "POST /hardwares HTTP/1.1" 200 304 0.010305 10.0.0.141 - - [2025-05-01 02:01:39] "POST /alarms HTTP/1.1" 200 577 0.015375 10.0.0.141 - - [2025-05-01 02:01:39] "POST /fqname-to-id HTTP/1.1" 404 158 0.002845 10.0.0.141 - - [2025-05-01 02:01:39] "POST /alarms HTTP/1.1" 200 573 0.015523 10.0.0.141 - - [2025-05-01 02:01:39] "POST /hardwares HTTP/1.1" 200 312 0.011889 10.0.0.141 - - [2025-05-01 02:01:39] "POST /alarms HTTP/1.1" 200 585 0.019831 10.0.0.141 - - [2025-05-01 02:01:39] "POST /fqname-to-id HTTP/1.1" 404 155 0.002368 10.0.0.141 - - [2025-05-01 02:01:40] "POST /hardwares HTTP/1.1" 200 306 0.012214 10.0.0.141 - - [2025-05-01 02:01:40] "POST /alarms HTTP/1.1" 200 611 0.024282 10.0.0.141 - - [2025-05-01 02:01:40] "POST /fqname-to-id HTTP/1.1" 404 155 0.003674 10.0.0.141 - - [2025-05-01 02:01:40] "POST /hardwares HTTP/1.1" 200 306 0.012033 10.0.0.141 - - [2025-05-01 02:01:40] "POST /fqname-to-id HTTP/1.1" 404 155 0.003036 10.0.0.141 - - [2025-05-01 02:01:40] "POST /hardwares HTTP/1.1" 200 306 0.010717 10.0.0.141 - - [2025-05-01 02:01:40] "POST /fqname-to-id HTTP/1.1" 404 155 0.003128 10.0.0.141 - - [2025-05-01 02:01:40] "POST /hardwares HTTP/1.1" 200 306 0.012861 10.0.0.141 - - [2025-05-01 02:01:40] "GET / HTTP/1.1" 200 36215 0.001469 10.0.0.141 - - [2025-05-01 02:01:40] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000427 10.0.0.141 - - [2025-05-01 02:01:40] "POST /fqname-to-id HTTP/1.1" 404 156 0.002700 10.0.0.141 - - [2025-05-01 02:01:40] "POST /hardwares HTTP/1.1" 200 308 0.010940 10.0.0.141 - - [2025-05-01 02:01:40] "POST /fqname-to-id HTTP/1.1" 404 156 0.002877 10.0.0.141 - - [2025-05-01 02:01:40] "POST /hardwares HTTP/1.1" 200 308 0.011491 10.0.0.141 - - [2025-05-01 02:01:40] "POST /fqname-to-id HTTP/1.1" 404 156 0.003229 10.0.0.141 - - [2025-05-01 02:01:40] "POST /hardwares HTTP/1.1" 200 308 0.010602 10.0.0.141 - - [2025-05-01 02:01:40] "POST /fqname-to-id HTTP/1.1" 404 157 0.002996 10.0.0.141 - - [2025-05-01 02:01:40] "POST /hardwares HTTP/1.1" 200 310 0.010865 10.0.0.141 - - [2025-05-01 02:01:40] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.025590 10.0.0.141 - - [2025-05-01 02:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.141 - - [2025-05-01 02:01:40] "POST /fqname-to-id HTTP/1.1" 404 158 0.002888 10.0.0.141 - - [2025-05-01 02:01:40] "PUT /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806 HTTP/1.1" 200 277 0.009151 10.0.0.141 - - [2025-05-01 02:01:40] "POST /hardwares HTTP/1.1" 200 312 0.010287 10.0.0.141 - - [2025-05-01 02:01:40] "POST /fqname-to-id HTTP/1.1" 404 158 0.003338 10.0.0.141 - - [2025-05-01 02:01:41] "POST /hardwares HTTP/1.1" 200 312 0.010792 10.0.0.141 - - [2025-05-01 02:01:41] "POST /fqname-to-id HTTP/1.1" 404 153 0.003119 10.0.0.141 - - [2025-05-01 02:01:41] "POST /hardwares HTTP/1.1" 200 302 0.011612 10.0.0.141 - - [2025-05-01 02:01:41] "POST /fqname-to-id HTTP/1.1" 404 157 0.003041 10.0.0.141 - - [2025-05-01 02:01:41] "GET / HTTP/1.1" 200 36215 0.001777 10.0.0.141 - - [2025-05-01 02:01:41] "POST /hardwares HTTP/1.1" 200 310 0.012733 10.0.0.141 - - [2025-05-01 02:01:41] "POST /fqname-to-id HTTP/1.1" 401 293 0.000403 10.0.0.141 - - [2025-05-01 02:01:41] "POST /fqname-to-id HTTP/1.1" 404 157 0.003262 10.0.0.141 - - [2025-05-01 02:01:41] "POST /hardwares HTTP/1.1" 200 310 0.010864 10.0.0.141 - - [2025-05-01 02:01:41] "POST /fqname-to-id HTTP/1.1" 404 157 0.002938 10.0.0.141 - - [2025-05-01 02:01:41] "POST /hardwares HTTP/1.1" 200 310 0.013074 10.0.0.141 - - [2025-05-01 02:01:41] "POST /fqname-to-id HTTP/1.1" 404 157 0.003853 10.0.0.141 - - [2025-05-01 02:01:41] "POST /hardwares HTTP/1.1" 200 310 0.011823 10.0.0.141 - - [2025-05-01 02:01:41] "POST /fqname-to-id HTTP/1.1" 404 157 0.003063 10.0.0.141 - - [2025-05-01 02:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.023458 10.0.0.141 - - [2025-05-01 02:01:41] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004755 10.0.0.141 - - [2025-05-01 02:01:41] "POST /hardwares HTTP/1.1" 200 310 0.015976 10.0.0.141 - - [2025-05-01 02:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.141 - - [2025-05-01 02:01:41] "POST /fqname-to-id HTTP/1.1" 404 161 0.002596 10.0.0.141 - - [2025-05-01 02:01:41] "PUT /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806 HTTP/1.1" 200 277 0.008220 10.0.0.141 - - [2025-05-01 02:01:41] "POST /hardwares HTTP/1.1" 200 318 0.009490 10.0.0.141 - - [2025-05-01 02:01:41] "POST /fqname-to-id HTTP/1.1" 404 157 0.003045 10.0.0.141 - - [2025-05-01 02:01:41] "POST /hardwares HTTP/1.1" 200 310 0.011786 10.0.0.141 - - [2025-05-01 02:01:41] "POST /fqname-to-id HTTP/1.1" 404 157 0.003015 10.0.0.141 - - [2025-05-01 02:01:41] "POST /hardwares HTTP/1.1" 200 310 0.011231 10.0.0.141 - - [2025-05-01 02:01:42] "POST /fqname-to-id HTTP/1.1" 404 154 0.002886 10.0.0.141 - - [2025-05-01 02:01:42] "POST /hardwares HTTP/1.1" 200 304 0.011828 10.0.0.141 - - [2025-05-01 02:01:42] "POST /fqname-to-id HTTP/1.1" 404 190 0.003556 10.0.0.141 - - [2025-05-01 02:01:42] "GET / HTTP/1.1" 200 36215 0.001597 10.0.0.141 - - [2025-05-01 02:01:42] "POST /fqname-to-id HTTP/1.1" 401 293 0.000566 10.0.0.141 - - [2025-05-01 02:01:42] "POST /features HTTP/1.1" 200 535 0.016695 10.0.0.141 - - [2025-05-01 02:01:42] "POST /fqname-to-id HTTP/1.1" 404 185 0.002835 10.0.0.141 - - [2025-05-01 02:01:42] "POST /features HTTP/1.1" 200 525 0.015435 10.0.0.141 - - [2025-05-01 02:01:42] "POST /fqname-to-id HTTP/1.1" 404 184 0.002820 10.0.0.141 - - [2025-05-01 02:01:42] "POST /features HTTP/1.1" 200 523 0.016181 10.0.0.141 - - [2025-05-01 02:01:42] "POST /fqname-to-id HTTP/1.1" 404 184 0.003451 10.0.0.141 - - [2025-05-01 02:01:42] "POST /features HTTP/1.1" 200 523 0.015913 10.0.0.141 - - [2025-05-01 02:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.023074 10.0.0.141 - - [2025-05-01 02:01:42] "POST /fqname-to-id HTTP/1.1" 404 189 0.003557 10.0.0.141 - - [2025-05-01 02:01:42] "GET /global-system-config/600e0b6a-c2b8-4d6f-8246-bdfdb6c0fd70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.005606 10.0.0.141 - - [2025-05-01 02:01:42] "PUT /global-system-config/600e0b6a-c2b8-4d6f-8246-bdfdb6c0fd70 HTTP/1.1" 200 275 0.016480 10.0.0.141 - - [2025-05-01 02:01:42] "POST /features HTTP/1.1" 200 533 0.021192 10.0.0.141 - - [2025-05-01 02:01:42] "POST /fqname-to-id HTTP/1.1" 404 184 0.002849 10.0.0.141 - - [2025-05-01 02:01:42] "POST /features HTTP/1.1" 200 523 0.016958 10.0.0.141 - - [2025-05-01 02:01:42] "POST /fqname-to-id HTTP/1.1" 404 193 0.002907 10.0.0.141 - - [2025-05-01 02:01:42] "POST /features HTTP/1.1" 200 541 0.015794 10.0.0.141 - - [2025-05-01 02:01:42] "POST /fqname-to-id HTTP/1.1" 404 186 0.003988 10.0.0.141 - - [2025-05-01 02:01:42] "POST /features HTTP/1.1" 200 527 0.017561 10.0.0.141 - - [2025-05-01 02:01:42] "POST /fqname-to-id HTTP/1.1" 404 183 0.003302 10.0.0.141 - - [2025-05-01 02:01:43] "POST /features HTTP/1.1" 200 521 0.016283 10.0.0.141 - - [2025-05-01 02:01:43] "POST /fqname-to-id HTTP/1.1" 404 182 0.002881 10.0.0.141 - - [2025-05-01 02:01:43] "POST /features HTTP/1.1" 200 519 0.017230 10.0.0.141 - - [2025-05-01 02:01:43] "POST /fqname-to-id HTTP/1.1" 404 190 0.003041 10.0.0.141 - - [2025-05-01 02:01:43] "POST /features HTTP/1.1" 200 535 0.018698 10.0.0.141 - - [2025-05-01 02:01:43] "POST /fqname-to-id HTTP/1.1" 404 194 0.002959 10.0.0.141 - - [2025-05-01 02:01:43] "POST /features HTTP/1.1" 200 543 0.016390 10.0.0.141 - - [2025-05-01 02:01:43] "POST /fqname-to-id HTTP/1.1" 404 178 0.003028 10.0.0.141 - - [2025-05-01 02:01:43] "POST /physical-roles HTTP/1.1" 200 523 0.019425 10.0.0.141 - - [2025-05-01 02:01:43] "POST /fqname-to-id HTTP/1.1" 404 179 0.003078 10.0.0.141 - - [2025-05-01 02:01:43] "POST /physical-roles HTTP/1.1" 200 525 0.017677 10.0.0.141 - - [2025-05-01 02:01:43] "POST /fqname-to-id HTTP/1.1" 404 184 0.003412 10.0.0.141 - - [2025-05-01 02:01:43] "POST /physical-roles HTTP/1.1" 200 535 0.036606 10.0.0.141 - - [2025-05-01 02:01:43] "POST /fqname-to-id HTTP/1.1" 404 177 0.003167 10.0.0.141 - - [2025-05-01 02:01:43] "POST /physical-roles HTTP/1.1" 200 521 0.017273 10.0.0.141 - - [2025-05-01 02:01:43] "POST /fqname-to-id HTTP/1.1" 404 191 0.002923 10.0.0.141 - - [2025-05-01 02:01:43] "POST /overlay-roles HTTP/1.1" 200 547 0.026424 10.0.0.141 - - [2025-05-01 02:01:44] "POST /fqname-to-id HTTP/1.1" 404 184 0.003029 10.0.0.141 - - [2025-05-01 02:01:44] "POST /overlay-roles HTTP/1.1" 200 533 0.016553 10.0.0.141 - - [2025-05-01 02:01:44] "POST /fqname-to-id HTTP/1.1" 404 191 0.003123 10.0.0.141 - - [2025-05-01 02:01:44] "POST /overlay-roles HTTP/1.1" 200 547 0.017049 10.0.0.141 - - [2025-05-01 02:01:44] "POST /fqname-to-id HTTP/1.1" 404 185 0.003074 10.0.0.141 - - [2025-05-01 02:01:44] "POST /overlay-roles HTTP/1.1" 200 535 0.016117 10.0.0.141 - - [2025-05-01 02:01:44] "POST /fqname-to-id HTTP/1.1" 404 189 0.002925 10.0.0.141 - - [2025-05-01 02:01:44] "POST /overlay-roles HTTP/1.1" 200 543 0.016012 10.0.0.141 - - [2025-05-01 02:01:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.141 - - [2025-05-01 02:01:44] "PUT /overlay-role/f825031a-db88-40d3-8768-2372d66dc021 HTTP/1.1" 200 259 0.009950 10.0.0.141 - - [2025-05-01 02:01:44] "POST /fqname-to-id HTTP/1.1" 404 184 0.003036 10.0.0.141 - - [2025-05-01 02:01:44] "POST /overlay-roles HTTP/1.1" 200 533 0.019069 10.0.0.141 - - [2025-05-01 02:01:44] "POST /fqname-to-id HTTP/1.1" 404 185 0.003118 10.0.0.141 - - [2025-05-01 02:01:44] "POST /overlay-roles HTTP/1.1" 200 535 0.028265 10.0.0.141 - - [2025-05-01 02:01:44] "POST /fqname-to-id HTTP/1.1" 404 183 0.003393 10.0.0.141 - - [2025-05-01 02:01:44] "POST /overlay-roles HTTP/1.1" 200 531 0.019451 10.0.0.141 - - [2025-05-01 02:01:44] "POST /fqname-to-id HTTP/1.1" 404 187 0.003000 10.0.0.141 - - [2025-05-01 02:01:44] "POST /overlay-roles HTTP/1.1" 200 539 0.018790 10.0.0.141 - - [2025-05-01 02:01:45] "POST /fqname-to-id HTTP/1.1" 404 189 0.003029 10.0.0.141 - - [2025-05-01 02:01:45] "POST /overlay-roles HTTP/1.1" 200 543 0.132625 10.0.0.141 - - [2025-05-01 02:01:45] "POST /fqname-to-id HTTP/1.1" 404 178 0.003118 10.0.0.141 - - [2025-05-01 02:01:45] "POST /overlay-roles HTTP/1.1" 200 521 0.079316 10.0.0.141 - - [2025-05-01 02:01:45] "POST /fqname-to-id HTTP/1.1" 404 190 0.003273 10.0.0.141 - - [2025-05-01 02:01:45] "POST /overlay-roles HTTP/1.1" 200 545 0.032802 10.0.0.141 - - [2025-05-01 02:01:45] "POST /fqname-to-id HTTP/1.1" 404 182 0.003014 10.0.0.141 - - [2025-05-01 02:01:45] "POST /role-definitions HTTP/1.1" 200 535 0.018456 10.0.0.141 - - [2025-05-01 02:01:45] "POST /fqname-to-id HTTP/1.1" 404 189 0.003123 10.0.0.141 - - [2025-05-01 02:01:45] "POST /role-definitions HTTP/1.1" 200 549 0.020056 10.0.0.141 - - [2025-05-01 02:01:45] "POST /fqname-to-id HTTP/1.1" 404 190 0.002900 10.0.0.141 - - [2025-05-01 02:01:45] "POST /role-definitions HTTP/1.1" 200 551 0.016541 10.0.0.141 - - [2025-05-01 02:01:45] "POST /fqname-to-id HTTP/1.1" 404 191 0.002944 10.0.0.141 - - [2025-05-01 02:01:45] "POST /role-definitions HTTP/1.1" 200 553 0.017734 10.0.0.141 - - [2025-05-01 02:01:46] "POST /fqname-to-id HTTP/1.1" 404 197 0.003003 10.0.0.141 - - [2025-05-01 02:01:46] "POST /role-definitions HTTP/1.1" 200 565 0.025191 10.0.0.141 - - [2025-05-01 02:01:46] "POST /fqname-to-id HTTP/1.1" 404 189 0.003068 10.0.0.141 - - [2025-05-01 02:01:46] "POST /role-definitions HTTP/1.1" 200 549 0.016637 10.0.0.141 - - [2025-05-01 02:01:46] "POST /fqname-to-id HTTP/1.1" 404 190 0.003759 10.0.0.141 - - [2025-05-01 02:01:46] "POST /role-definitions HTTP/1.1" 200 551 0.016014 10.0.0.141 - - [2025-05-01 02:01:46] "POST /fqname-to-id HTTP/1.1" 404 191 0.003010 10.0.0.141 - - [2025-05-01 02:01:46] "POST /role-definitions HTTP/1.1" 200 553 0.017211 10.0.0.141 - - [2025-05-01 02:01:46] "POST /fqname-to-id HTTP/1.1" 404 190 0.003098 10.0.0.141 - - [2025-05-01 02:01:46] "POST /role-definitions HTTP/1.1" 200 551 0.022152 10.0.0.141 - - [2025-05-01 02:01:46] "POST /fqname-to-id HTTP/1.1" 404 196 0.003045 10.0.0.141 - - [2025-05-01 02:01:46] "POST /role-definitions HTTP/1.1" 200 563 0.015725 10.0.0.141 - - [2025-05-01 02:01:46] "POST /fqname-to-id HTTP/1.1" 404 189 0.003064 10.0.0.141 - - [2025-05-01 02:01:46] "POST /role-definitions HTTP/1.1" 200 549 0.017837 10.0.0.141 - - [2025-05-01 02:01:46] "POST /fqname-to-id HTTP/1.1" 404 190 0.003040 10.0.0.141 - - [2025-05-01 02:01:46] "POST /role-definitions HTTP/1.1" 200 551 0.017348 10.0.0.141 - - [2025-05-01 02:01:46] "POST /fqname-to-id HTTP/1.1" 404 188 0.003405 10.0.0.141 - - [2025-05-01 02:01:47] "POST /role-definitions HTTP/1.1" 200 547 0.017565 10.0.0.141 - - [2025-05-01 02:01:47] "POST /fqname-to-id HTTP/1.1" 404 189 0.004179 10.0.0.141 - - [2025-05-01 02:01:47] "POST /role-definitions HTTP/1.1" 200 549 0.016730 10.0.0.141 - - [2025-05-01 02:01:47] "POST /fqname-to-id HTTP/1.1" 404 192 0.003035 10.0.0.141 - - [2025-05-01 02:01:47] "POST /role-definitions HTTP/1.1" 200 555 0.018337 10.0.0.141 - - [2025-05-01 02:01:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.003474 10.0.0.141 - - [2025-05-01 02:01:47] "POST /role-definitions HTTP/1.1" 200 557 0.027283 10.0.0.141 - - [2025-05-01 02:01:47] "POST /fqname-to-id HTTP/1.1" 404 182 0.003115 10.0.0.141 - - [2025-05-01 02:01:47] "POST /role-definitions HTTP/1.1" 200 535 0.017216 10.0.0.141 - - [2025-05-01 02:01:47] "POST /fqname-to-id HTTP/1.1" 404 187 0.002945 10.0.0.141 - - [2025-05-01 02:01:47] "POST /role-definitions HTTP/1.1" 200 545 0.016125 10.0.0.141 - - [2025-05-01 02:01:47] "POST /fqname-to-id HTTP/1.1" 404 181 0.003003 10.0.0.141 - - [2025-05-01 02:01:47] "POST /role-definitions HTTP/1.1" 200 533 0.016201 10.0.0.141 - - [2025-05-01 02:01:47] "POST /fqname-to-id HTTP/1.1" 404 184 0.002879 10.0.0.141 - - [2025-05-01 02:01:47] "POST /role-definitions HTTP/1.1" 200 539 0.016893 10.0.0.141 - - [2025-05-01 02:01:47] "POST /fqname-to-id HTTP/1.1" 404 189 0.003875 10.0.0.141 - - [2025-05-01 02:01:47] "POST /role-definitions HTTP/1.1" 200 549 0.017067 10.0.0.141 - - [2025-05-01 02:01:47] "POST /fqname-to-id HTTP/1.1" 404 194 0.003036 10.0.0.141 - - [2025-05-01 02:01:48] "POST /role-definitions HTTP/1.1" 200 559 0.016033 10.0.0.141 - - [2025-05-01 02:01:48] "POST /fqname-to-id HTTP/1.1" 404 196 0.009953 10.0.0.141 - - [2025-05-01 02:01:48] "POST /role-definitions HTTP/1.1" 200 563 0.016280 10.0.0.141 - - [2025-05-01 02:01:48] "POST /fqname-to-id HTTP/1.1" 404 195 0.003509 10.0.0.141 - - [2025-05-01 02:01:48] "POST /role-definitions HTTP/1.1" 200 561 0.016444 10.0.0.141 - - [2025-05-01 02:01:48] "POST /fqname-to-id HTTP/1.1" 404 196 0.002932 10.0.0.141 - - [2025-05-01 02:01:48] "POST /feature-configs HTTP/1.1" 200 539 0.022840 10.0.0.141 - - [2025-05-01 02:01:48] "POST /fqname-to-id HTTP/1.1" 404 212 0.003032 10.0.0.141 - - [2025-05-01 02:01:48] "POST /feature-configs HTTP/1.1" 200 564 0.017995 10.0.0.141 - - [2025-05-01 02:01:48] "POST /fqname-to-id HTTP/1.1" 404 211 0.003778 10.0.0.141 - - [2025-05-01 02:01:48] "POST /feature-configs HTTP/1.1" 200 563 0.015507 10.0.0.141 - - [2025-05-01 02:01:48] "POST /fqname-to-id HTTP/1.1" 404 192 0.003261 10.0.0.141 - - [2025-05-01 02:01:48] "POST /node-profiles HTTP/1.1" 200 549 0.020352 10.0.0.141 - - [2025-05-01 02:01:48] "POST /fqname-to-id HTTP/1.1" 404 187 0.003096 10.0.0.141 - - [2025-05-01 02:01:48] "POST /node-profiles HTTP/1.1" 200 539 0.016740 10.0.0.141 - - [2025-05-01 02:01:48] "POST /fqname-to-id HTTP/1.1" 404 193 0.002858 10.0.0.141 - - [2025-05-01 02:01:48] "POST /node-profiles HTTP/1.1" 200 551 0.016248 10.0.0.141 - - [2025-05-01 02:01:48] "POST /fqname-to-id HTTP/1.1" 404 189 0.003131 10.0.0.141 - - [2025-05-01 02:01:49] "POST /node-profiles HTTP/1.1" 200 543 0.017614 10.0.0.141 - - [2025-05-01 02:01:49] "POST /fqname-to-id HTTP/1.1" 404 189 0.002931 10.0.0.141 - - [2025-05-01 02:01:49] "POST /node-profiles HTTP/1.1" 200 543 0.018171 10.0.0.141 - - [2025-05-01 02:01:49] "POST /fqname-to-id HTTP/1.1" 404 188 0.002794 10.0.0.141 - - [2025-05-01 02:01:49] "POST /node-profiles HTTP/1.1" 200 541 0.016507 10.0.0.141 - - [2025-05-01 02:01:49] "POST /fqname-to-id HTTP/1.1" 404 184 0.002910 10.0.0.141 - - [2025-05-01 02:01:49] "POST /node-profiles HTTP/1.1" 200 533 0.016975 10.0.0.141 - - [2025-05-01 02:01:49] "POST /fqname-to-id HTTP/1.1" 404 185 0.002873 10.0.0.141 - - [2025-05-01 02:01:49] "POST /node-profiles HTTP/1.1" 200 535 0.015957 10.0.0.141 - - [2025-05-01 02:01:49] "POST /fqname-to-id HTTP/1.1" 404 197 0.002976 10.0.0.141 - - [2025-05-01 02:01:49] "POST /node-profiles HTTP/1.1" 200 559 0.016021 10.0.0.141 - - [2025-05-01 02:01:49] "POST /fqname-to-id HTTP/1.1" 404 206 0.003361 10.0.0.141 - - [2025-05-01 02:01:49] "POST /telemetry-profiles HTTP/1.1" 200 556 0.016003 10.0.0.141 - - [2025-05-01 02:01:49] "POST /fqname-to-id HTTP/1.1" 404 206 0.003579 10.0.0.141 - - [2025-05-01 02:01:49] "POST /telemetry-profiles HTTP/1.1" 200 556 0.019588 10.0.0.141 - - [2025-05-01 02:01:49] "POST /fqname-to-id HTTP/1.1" 404 206 0.002869 10.0.0.141 - - [2025-05-01 02:01:49] "POST /telemetry-profiles HTTP/1.1" 200 556 0.018781 10.0.0.141 - - [2025-05-01 02:01:49] "POST /fqname-to-id HTTP/1.1" 404 206 0.002964 10.0.0.141 - - [2025-05-01 02:01:50] "POST /telemetry-profiles HTTP/1.1" 200 556 0.019901 10.0.0.141 - - [2025-05-01 02:01:50] "POST /fqname-to-id HTTP/1.1" 404 206 0.002972 10.0.0.141 - - [2025-05-01 02:01:50] "POST /telemetry-profiles HTTP/1.1" 200 556 0.016191 10.0.0.141 - - [2025-05-01 02:01:50] "POST /fqname-to-id HTTP/1.1" 404 206 0.002861 10.0.0.141 - - [2025-05-01 02:01:50] "POST /telemetry-profiles HTTP/1.1" 200 556 0.019450 10.0.0.141 - - [2025-05-01 02:01:50] "POST /fqname-to-id HTTP/1.1" 404 199 0.003838 10.0.0.141 - - [2025-05-01 02:01:50] "POST /sflow-profiles HTTP/1.1" 200 534 0.017057 10.0.0.141 - - [2025-05-01 02:01:50] "POST /fqname-to-id HTTP/1.1" 404 202 0.002902 10.0.0.141 - - [2025-05-01 02:01:50] "POST /sflow-profiles HTTP/1.1" 200 540 0.016666 10.0.0.141 - - [2025-05-01 02:01:50] "POST /fqname-to-id HTTP/1.1" 404 202 0.002882 10.0.0.141 - - [2025-05-01 02:01:50] "GET /global-system-configs HTTP/1.1" 200 323 0.665764 10.0.0.141 - - [2025-05-01 02:01:50] "POST /sflow-profiles HTTP/1.1" 200 540 0.015088 10.0.0.141 - - [2025-05-01 02:01:50] "POST /fqname-to-id HTTP/1.1" 404 199 0.003318 10.0.0.141 - - [2025-05-01 02:01:50] "POST /grpc-profiles HTTP/1.1" 200 532 0.016451 10.0.0.141 - - [2025-05-01 02:01:50] "POST /fqname-to-id HTTP/1.1" 404 199 0.002899 10.0.0.141 - - [2025-05-01 02:01:50] "POST /snmp-profiles HTTP/1.1" 200 532 0.028847 10.0.0.141 - - [2025-05-01 02:01:50] "POST /fqname-to-id HTTP/1.1" 404 202 0.003061 10.0.0.141 - - [2025-05-01 02:01:50] "POST /netconf-profiles HTTP/1.1" 200 544 0.017828 10.0.0.141 - - [2025-05-01 02:01:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.003015 10.0.0.141 - - [2025-05-01 02:01:51] "POST /device-functional-groups HTTP/1.1" 200 542 0.017830 10.0.0.141 - - [2025-05-01 02:01:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.002891 10.0.0.141 - - [2025-05-01 02:01:51] "POST /device-functional-groups HTTP/1.1" 200 542 0.018912 10.0.0.141 - - [2025-05-01 02:01:51] "POST /fqname-to-id HTTP/1.1" 404 195 0.002882 10.0.0.141 - - [2025-05-01 02:01:51] "GET /global-system-configs HTTP/1.1" 200 323 0.023110 10.0.0.141 - - [2025-05-01 02:01:51] "POST /device-functional-groups HTTP/1.1" 200 546 0.016183 10.0.0.141 - - [2025-05-01 02:01:51] "POST /fqname-to-id HTTP/1.1" 404 194 0.003116 10.0.0.141 - - [2025-05-01 02:01:51] "POST /device-functional-groups HTTP/1.1" 200 544 0.016836 10.0.0.141 - - [2025-05-01 02:01:51] "POST /fqname-to-id HTTP/1.1" 404 218 0.003005 10.0.0.141 - - [2025-05-01 02:01:51] "POST /device-functional-groups HTTP/1.1" 200 592 0.018188 10.0.0.141 - - [2025-05-01 02:01:51] "POST /fqname-to-id HTTP/1.1" 404 208 0.002990 10.0.0.141 - - [2025-05-01 02:01:51] "POST /device-functional-groups HTTP/1.1" 200 572 0.016347 10.0.0.141 - - [2025-05-01 02:01:51] "POST /fqname-to-id HTTP/1.1" 404 236 0.003833 10.0.0.141 - - [2025-05-01 02:01:51] "POST /device-functional-groups HTTP/1.1" 200 622 0.019047 10.0.0.141 - - [2025-05-01 02:01:51] "POST /fqname-to-id HTTP/1.1" 404 206 0.003199 10.0.0.141 - - [2025-05-01 02:01:51] "POST /device-functional-groups HTTP/1.1" 200 568 0.016257 10.0.0.141 - - [2025-05-01 02:01:51] "POST /fqname-to-id HTTP/1.1" 404 205 0.002821 10.0.0.141 - - [2025-05-01 02:01:51] "POST /device-functional-groups HTTP/1.1" 200 566 0.018667 10.0.0.141 - - [2025-05-01 02:01:52] "POST /fqname-to-id HTTP/1.1" 404 210 0.003029 10.0.0.141 - - [2025-05-01 02:01:52] "POST /device-functional-groups HTTP/1.1" 200 576 0.016812 10.0.0.141 - - [2025-05-01 02:01:52] "POST /fqname-to-id HTTP/1.1" 404 201 0.002985 10.0.0.141 - - [2025-05-01 02:01:52] "POST /role-configs HTTP/1.1" 200 527 0.015867 10.0.0.141 - - [2025-05-01 02:01:52] "POST /fqname-to-id HTTP/1.1" 404 196 0.002833 10.0.0.141 - - [2025-05-01 02:01:52] "POST /role-configs HTTP/1.1" 200 522 0.015811 10.0.0.141 - - [2025-05-01 02:01:52] "POST /fqname-to-id HTTP/1.1" 404 198 0.002779 10.0.0.141 - - [2025-05-01 02:01:52] "POST /role-configs HTTP/1.1" 200 524 0.017931 10.0.0.141 - - [2025-05-01 02:01:52] "POST /fqname-to-id HTTP/1.1" 404 198 0.004126 10.0.0.141 - - [2025-05-01 02:01:52] "POST /role-configs HTTP/1.1" 200 524 0.017458 10.0.0.141 - - [2025-05-01 02:01:52] "POST /fqname-to-id HTTP/1.1" 404 202 0.002900 10.0.0.141 - - [2025-05-01 02:01:52] "POST /role-configs HTTP/1.1" 200 528 0.016729 10.0.0.141 - - [2025-05-01 02:01:52] "POST /fqname-to-id HTTP/1.1" 404 197 0.002847 10.0.0.141 - - [2025-05-01 02:01:52] "POST /role-configs HTTP/1.1" 200 523 0.017537 10.0.0.141 - - [2025-05-01 02:01:52] "POST /fqname-to-id HTTP/1.1" 404 193 0.002937 10.0.0.141 - - [2025-05-01 02:01:52] "POST /role-configs HTTP/1.1" 200 519 0.017421 10.0.0.141 - - [2025-05-01 02:01:52] "POST /fqname-to-id HTTP/1.1" 404 194 0.002962 10.0.0.141 - - [2025-05-01 02:01:53] "POST /role-configs HTTP/1.1" 200 520 0.035000 10.0.0.141 - - [2025-05-01 02:01:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.141 - - [2025-05-01 02:01:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.141 - - [2025-05-01 02:01:53] "POST /ref-update HTTP/1.1" 200 156 0.009651 10.0.0.141 - - [2025-05-01 02:01:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.141 - - [2025-05-01 02:01:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.141 - - [2025-05-01 02:01:53] "POST /ref-update HTTP/1.1" 200 156 0.008533 10.0.0.141 - - [2025-05-01 02:01:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.141 - - [2025-05-01 02:01:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.141 - - [2025-05-01 02:01:53] "POST /ref-update HTTP/1.1" 200 156 0.008191 10.0.0.141 - - [2025-05-01 02:01:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.141 - - [2025-05-01 02:01:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.141 - - [2025-05-01 02:01:53] "POST /ref-update HTTP/1.1" 200 156 0.008992 10.0.0.141 - - [2025-05-01 02:01:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.141 - - [2025-05-01 02:01:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.141 - - [2025-05-01 02:01:53] "POST /ref-update HTTP/1.1" 200 156 0.009758 10.0.0.141 - - [2025-05-01 02:01:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.141 - - [2025-05-01 02:01:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.141 - - [2025-05-01 02:01:53] "POST /ref-update HTTP/1.1" 200 156 0.009270 10.0.0.141 - - [2025-05-01 02:01:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.141 - - [2025-05-01 02:01:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.141 - - [2025-05-01 02:01:54] "POST /ref-update HTTP/1.1" 200 156 0.010067 10.0.0.141 - - [2025-05-01 02:01:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.141 - - [2025-05-01 02:01:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.141 - - [2025-05-01 02:01:54] "POST /ref-update HTTP/1.1" 200 156 0.009508 10.0.0.141 - - [2025-05-01 02:01:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.141 - - [2025-05-01 02:01:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.141 - - [2025-05-01 02:01:54] "POST /ref-update HTTP/1.1" 200 156 0.009252 10.0.0.141 - - [2025-05-01 02:01:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.141 - - [2025-05-01 02:01:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.141 - - [2025-05-01 02:01:54] "POST /ref-update HTTP/1.1" 200 156 0.008142 10.0.0.141 - - [2025-05-01 02:01:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.141 - - [2025-05-01 02:01:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.141 - - [2025-05-01 02:01:54] "POST /ref-update HTTP/1.1" 200 156 0.008233 10.0.0.141 - - [2025-05-01 02:01:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.141 - - [2025-05-01 02:01:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.141 - - [2025-05-01 02:01:54] "POST /ref-update HTTP/1.1" 200 156 0.007561 10.0.0.141 - - [2025-05-01 02:01:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.141 - - [2025-05-01 02:01:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.141 - - [2025-05-01 02:01:54] "POST /ref-update HTTP/1.1" 200 156 0.006844 10.0.0.141 - - [2025-05-01 02:01:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.141 - - [2025-05-01 02:01:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.141 - - [2025-05-01 02:01:55] "POST /ref-update HTTP/1.1" 200 156 0.008037 10.0.0.141 - - [2025-05-01 02:01:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.141 - - [2025-05-01 02:01:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.141 - - [2025-05-01 02:01:55] "POST /ref-update HTTP/1.1" 200 156 0.007975 10.0.0.141 - - [2025-05-01 02:01:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.141 - - [2025-05-01 02:01:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.141 - - [2025-05-01 02:01:55] "POST /ref-update HTTP/1.1" 200 156 0.006969 10.0.0.141 - - [2025-05-01 02:01:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.141 - - [2025-05-01 02:01:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.141 - - [2025-05-01 02:01:55] "POST /ref-update HTTP/1.1" 200 156 0.007257 10.0.0.141 - - [2025-05-01 02:01:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.141 - - [2025-05-01 02:01:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.141 - - [2025-05-01 02:01:55] "POST /ref-update HTTP/1.1" 200 156 0.008714 10.0.0.141 - - [2025-05-01 02:01:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.141 - - [2025-05-01 02:01:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.141 - - [2025-05-01 02:01:55] "POST /ref-update HTTP/1.1" 200 156 0.008426 10.0.0.141 - - [2025-05-01 02:01:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.141 - - [2025-05-01 02:01:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.141 - - [2025-05-01 02:01:56] "POST /ref-update HTTP/1.1" 200 156 0.007441 10.0.0.141 - - [2025-05-01 02:01:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.141 - - [2025-05-01 02:01:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.141 - - [2025-05-01 02:01:56] "POST /ref-update HTTP/1.1" 200 156 0.006729 10.0.0.141 - - [2025-05-01 02:01:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.141 - - [2025-05-01 02:01:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002837 10.0.0.141 - - [2025-05-01 02:01:56] "POST /ref-update HTTP/1.1" 200 156 0.007279 10.0.0.141 - - [2025-05-01 02:01:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.141 - - [2025-05-01 02:01:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.141 - - [2025-05-01 02:01:56] "POST /ref-update HTTP/1.1" 200 156 0.006991 10.0.0.141 - - [2025-05-01 02:01:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.141 - - [2025-05-01 02:01:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.141 - - [2025-05-01 02:01:56] "POST /ref-update HTTP/1.1" 200 156 0.009460 10.0.0.141 - - [2025-05-01 02:01:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.141 - - [2025-05-01 02:01:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.141 - - [2025-05-01 02:01:56] "POST /ref-update HTTP/1.1" 200 156 0.008109 10.0.0.141 - - [2025-05-01 02:01:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.141 - - [2025-05-01 02:01:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.141 - - [2025-05-01 02:01:56] "POST /ref-update HTTP/1.1" 200 156 0.007042 10.0.0.141 - - [2025-05-01 02:01:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.141 - - [2025-05-01 02:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.141 - - [2025-05-01 02:01:57] "POST /ref-update HTTP/1.1" 200 156 0.009977 10.0.0.141 - - [2025-05-01 02:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.141 - - [2025-05-01 02:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.141 - - [2025-05-01 02:01:57] "POST /ref-update HTTP/1.1" 200 156 0.006868 10.0.0.141 - - [2025-05-01 02:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.141 - - [2025-05-01 02:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.141 - - [2025-05-01 02:01:57] "POST /ref-update HTTP/1.1" 200 156 0.007357 10.0.0.141 - - [2025-05-01 02:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.141 - - [2025-05-01 02:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.141 - - [2025-05-01 02:01:57] "POST /ref-update HTTP/1.1" 200 156 0.008819 10.0.0.141 - - [2025-05-01 02:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.141 - - [2025-05-01 02:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.141 - - [2025-05-01 02:01:57] "POST /ref-update HTTP/1.1" 200 156 0.007024 10.0.0.141 - - [2025-05-01 02:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.141 - - [2025-05-01 02:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.141 - - [2025-05-01 02:01:57] "POST /ref-update HTTP/1.1" 200 156 0.007972 10.0.0.141 - - [2025-05-01 02:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.141 - - [2025-05-01 02:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.141 - - [2025-05-01 02:01:57] "POST /ref-update HTTP/1.1" 200 156 0.008005 10.0.0.141 - - [2025-05-01 02:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.141 - - [2025-05-01 02:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.141 - - [2025-05-01 02:01:58] "POST /ref-update HTTP/1.1" 200 156 0.007974 10.0.0.141 - - [2025-05-01 02:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.141 - - [2025-05-01 02:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.141 - - [2025-05-01 02:01:58] "POST /ref-update HTTP/1.1" 200 156 0.007766 10.0.0.141 - - [2025-05-01 02:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.141 - - [2025-05-01 02:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.141 - - [2025-05-01 02:01:58] "POST /ref-update HTTP/1.1" 200 156 0.007125 10.0.0.141 - - [2025-05-01 02:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.141 - - [2025-05-01 02:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.141 - - [2025-05-01 02:01:58] "POST /ref-update HTTP/1.1" 200 156 0.007280 10.0.0.141 - - [2025-05-01 02:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.141 - - [2025-05-01 02:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.141 - - [2025-05-01 02:01:58] "POST /ref-update HTTP/1.1" 200 156 0.009295 10.0.0.141 - - [2025-05-01 02:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.141 - - [2025-05-01 02:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.141 - - [2025-05-01 02:01:58] "POST /ref-update HTTP/1.1" 200 156 0.007627 10.0.0.141 - - [2025-05-01 02:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.141 - - [2025-05-01 02:01:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.141 - - [2025-05-01 02:01:59] "POST /ref-update HTTP/1.1" 200 156 0.007316 10.0.0.141 - - [2025-05-01 02:01:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.141 - - [2025-05-01 02:01:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.141 - - [2025-05-01 02:01:59] "POST /ref-update HTTP/1.1" 200 156 0.007536 10.0.0.141 - - [2025-05-01 02:01:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.141 - - [2025-05-01 02:01:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.141 - - [2025-05-01 02:01:59] "POST /ref-update HTTP/1.1" 200 156 0.007592 10.0.0.141 - - [2025-05-01 02:01:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.141 - - [2025-05-01 02:01:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.141 - - [2025-05-01 02:01:59] "POST /ref-update HTTP/1.1" 200 156 0.007596 10.0.0.141 - - [2025-05-01 02:01:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.141 - - [2025-05-01 02:01:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.141 - - [2025-05-01 02:01:59] "POST /ref-update HTTP/1.1" 200 156 0.007648 10.0.0.141 - - [2025-05-01 02:01:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.141 - - [2025-05-01 02:01:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.141 - - [2025-05-01 02:01:59] "POST /ref-update HTTP/1.1" 200 156 0.007335 10.0.0.141 - - [2025-05-01 02:01:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.141 - - [2025-05-01 02:01:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.141 - - [2025-05-01 02:01:59] "POST /ref-update HTTP/1.1" 200 156 0.007246 10.0.0.141 - - [2025-05-01 02:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.141 - - [2025-05-01 02:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.141 - - [2025-05-01 02:02:00] "POST /ref-update HTTP/1.1" 200 156 0.007019 10.0.0.141 - - [2025-05-01 02:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.141 - - [2025-05-01 02:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.141 - - [2025-05-01 02:02:00] "POST /ref-update HTTP/1.1" 200 156 0.008145 10.0.0.141 - - [2025-05-01 02:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.141 - - [2025-05-01 02:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.141 - - [2025-05-01 02:02:00] "POST /ref-update HTTP/1.1" 200 156 0.007902 10.0.0.141 - - [2025-05-01 02:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.141 - - [2025-05-01 02:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.141 - - [2025-05-01 02:02:00] "POST /ref-update HTTP/1.1" 200 156 0.008372 10.0.0.141 - - [2025-05-01 02:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.141 - - [2025-05-01 02:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.141 - - [2025-05-01 02:02:00] "POST /ref-update HTTP/1.1" 200 156 0.007910 10.0.0.141 - - [2025-05-01 02:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.141 - - [2025-05-01 02:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.141 - - [2025-05-01 02:02:00] "POST /ref-update HTTP/1.1" 200 156 0.007635 10.0.0.141 - - [2025-05-01 02:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.141 - - [2025-05-01 02:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.141 - - [2025-05-01 02:02:01] "POST /ref-update HTTP/1.1" 200 156 0.007933 10.0.0.141 - - [2025-05-01 02:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.141 - - [2025-05-01 02:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.141 - - [2025-05-01 02:02:01] "POST /ref-update HTTP/1.1" 200 156 0.007119 10.0.0.141 - - [2025-05-01 02:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.141 - - [2025-05-01 02:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.141 - - [2025-05-01 02:02:01] "POST /ref-update HTTP/1.1" 200 156 0.006832 10.0.0.141 - - [2025-05-01 02:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.141 - - [2025-05-01 02:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.141 - - [2025-05-01 02:02:01] "POST /ref-update HTTP/1.1" 200 156 0.007412 10.0.0.141 - - [2025-05-01 02:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.141 - - [2025-05-01 02:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.141 - - [2025-05-01 02:02:01] "POST /ref-update HTTP/1.1" 200 156 0.008340 10.0.0.141 - - [2025-05-01 02:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.141 - - [2025-05-01 02:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.141 - - [2025-05-01 02:02:01] "POST /ref-update HTTP/1.1" 200 156 0.007871 10.0.0.141 - - [2025-05-01 02:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.141 - - [2025-05-01 02:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.141 - - [2025-05-01 02:02:01] "POST /ref-update HTTP/1.1" 200 156 0.007418 10.0.0.141 - - [2025-05-01 02:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.141 - - [2025-05-01 02:02:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.141 - - [2025-05-01 02:02:02] "POST /ref-update HTTP/1.1" 200 156 0.008018 10.0.0.141 - - [2025-05-01 02:02:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.141 - - [2025-05-01 02:02:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.141 - - [2025-05-01 02:02:02] "POST /ref-update HTTP/1.1" 200 156 0.007918 10.0.0.141 - - [2025-05-01 02:02:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.141 - - [2025-05-01 02:02:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.141 - - [2025-05-01 02:02:02] "POST /ref-update HTTP/1.1" 200 156 0.007725 10.0.0.141 - - [2025-05-01 02:02:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.141 - - [2025-05-01 02:02:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.141 - - [2025-05-01 02:02:02] "POST /ref-update HTTP/1.1" 200 156 0.007826 10.0.0.141 - - [2025-05-01 02:02:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.141 - - [2025-05-01 02:02:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.141 - - [2025-05-01 02:02:02] "POST /ref-update HTTP/1.1" 200 156 0.007865 10.0.0.141 - - [2025-05-01 02:02:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.141 - - [2025-05-01 02:02:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.141 - - [2025-05-01 02:02:02] "POST /ref-update HTTP/1.1" 200 156 0.007294 10.0.0.141 - - [2025-05-01 02:02:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.141 - - [2025-05-01 02:02:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.141 - - [2025-05-01 02:02:03] "POST /ref-update HTTP/1.1" 200 156 0.008567 10.0.0.141 - - [2025-05-01 02:02:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.141 - - [2025-05-01 02:02:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.141 - - [2025-05-01 02:02:03] "POST /ref-update HTTP/1.1" 200 156 0.008797 10.0.0.141 - - [2025-05-01 02:02:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.141 - - [2025-05-01 02:02:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.141 - - [2025-05-01 02:02:03] "POST /ref-update HTTP/1.1" 200 156 0.007754 10.0.0.141 - - [2025-05-01 02:02:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.141 - - [2025-05-01 02:02:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.141 - - [2025-05-01 02:02:03] "POST /ref-update HTTP/1.1" 200 156 0.008715 10.0.0.141 - - [2025-05-01 02:02:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.141 - - [2025-05-01 02:02:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.141 - - [2025-05-01 02:02:03] "POST /ref-update HTTP/1.1" 200 156 0.006794 10.0.0.141 - - [2025-05-01 02:02:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002868 10.0.0.141 - - [2025-05-01 02:02:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.141 - - [2025-05-01 02:02:03] "POST /ref-update HTTP/1.1" 200 156 0.010206 10.0.0.141 - - [2025-05-01 02:02:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.141 - - [2025-05-01 02:02:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.141 - - [2025-05-01 02:02:03] "POST /ref-update HTTP/1.1" 200 156 0.007957 10.0.0.141 - - [2025-05-01 02:02:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.141 - - [2025-05-01 02:02:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.141 - - [2025-05-01 02:02:04] "POST /ref-update HTTP/1.1" 200 156 0.006917 10.0.0.141 - - [2025-05-01 02:02:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.141 - - [2025-05-01 02:02:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.141 - - [2025-05-01 02:02:04] "POST /ref-update HTTP/1.1" 200 156 0.009748 10.0.0.141 - - [2025-05-01 02:02:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003938 10.0.0.141 - - [2025-05-01 02:02:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.141 - - [2025-05-01 02:02:04] "POST /ref-update HTTP/1.1" 200 156 0.006617 10.0.0.141 - - [2025-05-01 02:02:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.141 - - [2025-05-01 02:02:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.141 - - [2025-05-01 02:02:04] "POST /ref-update HTTP/1.1" 200 156 0.007442 10.0.0.141 - - [2025-05-01 02:02:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.141 - - [2025-05-01 02:02:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.141 - - [2025-05-01 02:02:04] "POST /ref-update HTTP/1.1" 200 156 0.007833 10.0.0.141 - - [2025-05-01 02:02:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.141 - - [2025-05-01 02:02:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.141 - - [2025-05-01 02:02:04] "POST /ref-update HTTP/1.1" 200 156 0.008173 10.0.0.141 - - [2025-05-01 02:02:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.141 - - [2025-05-01 02:02:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.141 - - [2025-05-01 02:02:04] "POST /ref-update HTTP/1.1" 200 156 0.008040 10.0.0.141 - - [2025-05-01 02:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.141 - - [2025-05-01 02:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.141 - - [2025-05-01 02:02:05] "POST /ref-update HTTP/1.1" 200 156 0.007263 10.0.0.141 - - [2025-05-01 02:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.141 - - [2025-05-01 02:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.141 - - [2025-05-01 02:02:05] "POST /ref-update HTTP/1.1" 200 156 0.007298 10.0.0.141 - - [2025-05-01 02:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.141 - - [2025-05-01 02:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004349 10.0.0.141 - - [2025-05-01 02:02:05] "POST /ref-update HTTP/1.1" 200 156 0.007289 10.0.0.141 - - [2025-05-01 02:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.141 - - [2025-05-01 02:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.141 - - [2025-05-01 02:02:05] "POST /ref-update HTTP/1.1" 200 156 0.010087 10.0.0.141 - - [2025-05-01 02:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.141 - - [2025-05-01 02:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.141 - - [2025-05-01 02:02:05] "POST /ref-update HTTP/1.1" 200 156 0.007009 10.0.0.141 - - [2025-05-01 02:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.141 - - [2025-05-01 02:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.141 - - [2025-05-01 02:02:05] "POST /ref-update HTTP/1.1" 200 156 0.006912 10.0.0.141 - - [2025-05-01 02:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.141 - - [2025-05-01 02:02:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.141 - - [2025-05-01 02:02:06] "POST /ref-update HTTP/1.1" 200 156 0.010029 10.0.0.141 - - [2025-05-01 02:02:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.141 - - [2025-05-01 02:02:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.141 - - [2025-05-01 02:02:06] "POST /ref-update HTTP/1.1" 200 156 0.007766 10.0.0.141 - - [2025-05-01 02:02:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.141 - - [2025-05-01 02:02:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.141 - - [2025-05-01 02:02:06] "POST /ref-update HTTP/1.1" 200 156 0.007710 10.0.0.141 - - [2025-05-01 02:02:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.141 - - [2025-05-01 02:02:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.141 - - [2025-05-01 02:02:06] "POST /ref-update HTTP/1.1" 200 156 0.008651 10.0.0.141 - - [2025-05-01 02:02:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.141 - - [2025-05-01 02:02:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.141 - - [2025-05-01 02:02:06] "POST /ref-update HTTP/1.1" 200 156 0.010681 10.0.0.141 - - [2025-05-01 02:02:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.141 - - [2025-05-01 02:02:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.141 - - [2025-05-01 02:02:06] "POST /ref-update HTTP/1.1" 200 156 0.008924 10.0.0.141 - - [2025-05-01 02:02:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.141 - - [2025-05-01 02:02:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.141 - - [2025-05-01 02:02:06] "POST /ref-update HTTP/1.1" 200 156 0.008939 10.0.0.141 - - [2025-05-01 02:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.141 - - [2025-05-01 02:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005350 10.0.0.141 - - [2025-05-01 02:02:07] "POST /ref-update HTTP/1.1" 200 156 0.009505 10.0.0.141 - - [2025-05-01 02:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.141 - - [2025-05-01 02:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.141 - - [2025-05-01 02:02:07] "POST /ref-update HTTP/1.1" 200 156 0.008625 10.0.0.141 - - [2025-05-01 02:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.141 - - [2025-05-01 02:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.141 - - [2025-05-01 02:02:07] "POST /ref-update HTTP/1.1" 200 156 0.007962 10.0.0.141 - - [2025-05-01 02:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.141 - - [2025-05-01 02:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.141 - - [2025-05-01 02:02:07] "POST /ref-update HTTP/1.1" 200 156 0.006989 10.0.0.141 - - [2025-05-01 02:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.141 - - [2025-05-01 02:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.141 - - [2025-05-01 02:02:07] "POST /ref-update HTTP/1.1" 200 156 0.008484 10.0.0.141 - - [2025-05-01 02:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.141 - - [2025-05-01 02:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.141 - - [2025-05-01 02:02:07] "POST /ref-update HTTP/1.1" 200 156 0.008302 10.0.0.141 - - [2025-05-01 02:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.141 - - [2025-05-01 02:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.141 - - [2025-05-01 02:02:08] "POST /ref-update HTTP/1.1" 200 156 0.007296 10.0.0.141 - - [2025-05-01 02:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.141 - - [2025-05-01 02:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.141 - - [2025-05-01 02:02:08] "POST /ref-update HTTP/1.1" 200 156 0.007272 10.0.0.141 - - [2025-05-01 02:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.141 - - [2025-05-01 02:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.141 - - [2025-05-01 02:02:08] "POST /ref-update HTTP/1.1" 200 156 0.008649 10.0.0.141 - - [2025-05-01 02:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.141 - - [2025-05-01 02:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.141 - - [2025-05-01 02:02:08] "POST /ref-update HTTP/1.1" 200 156 0.010428 10.0.0.141 - - [2025-05-01 02:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.141 - - [2025-05-01 02:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.141 - - [2025-05-01 02:02:08] "POST /ref-update HTTP/1.1" 200 156 0.008269 10.0.0.141 - - [2025-05-01 02:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.141 - - [2025-05-01 02:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.141 - - [2025-05-01 02:02:08] "POST /ref-update HTTP/1.1" 200 156 0.008065 10.0.0.141 - - [2025-05-01 02:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.141 - - [2025-05-01 02:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.141 - - [2025-05-01 02:02:08] "POST /ref-update HTTP/1.1" 200 156 0.008080 10.0.0.141 - - [2025-05-01 02:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.141 - - [2025-05-01 02:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.141 - - [2025-05-01 02:02:09] "POST /ref-update HTTP/1.1" 200 156 0.007763 10.0.0.141 - - [2025-05-01 02:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.141 - - [2025-05-01 02:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.141 - - [2025-05-01 02:02:09] "POST /ref-update HTTP/1.1" 200 156 0.006943 10.0.0.141 - - [2025-05-01 02:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.141 - - [2025-05-01 02:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.141 - - [2025-05-01 02:02:09] "POST /ref-update HTTP/1.1" 200 156 0.008502 10.0.0.141 - - [2025-05-01 02:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.141 - - [2025-05-01 02:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.141 - - [2025-05-01 02:02:09] "POST /ref-update HTTP/1.1" 200 156 0.007674 10.0.0.141 - - [2025-05-01 02:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.141 - - [2025-05-01 02:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.141 - - [2025-05-01 02:02:09] "POST /ref-update HTTP/1.1" 200 156 0.008941 10.0.0.141 - - [2025-05-01 02:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.141 - - [2025-05-01 02:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.141 - - [2025-05-01 02:02:09] "POST /ref-update HTTP/1.1" 200 156 0.007614 10.0.0.141 - - [2025-05-01 02:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.141 - - [2025-05-01 02:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.141 - - [2025-05-01 02:02:10] "POST /ref-update HTTP/1.1" 200 156 0.007744 10.0.0.141 - - [2025-05-01 02:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.141 - - [2025-05-01 02:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.141 - - [2025-05-01 02:02:10] "POST /ref-update HTTP/1.1" 200 156 0.008507 10.0.0.141 - - [2025-05-01 02:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.141 - - [2025-05-01 02:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.141 - - [2025-05-01 02:02:10] "POST /ref-update HTTP/1.1" 200 156 0.009034 10.0.0.141 - - [2025-05-01 02:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.141 - - [2025-05-01 02:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.141 - - [2025-05-01 02:02:10] "POST /ref-update HTTP/1.1" 200 156 0.007492 10.0.0.141 - - [2025-05-01 02:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.141 - - [2025-05-01 02:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.141 - - [2025-05-01 02:02:10] "POST /ref-update HTTP/1.1" 200 156 0.007328 10.0.0.141 - - [2025-05-01 02:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.141 - - [2025-05-01 02:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.141 - - [2025-05-01 02:02:10] "POST /ref-update HTTP/1.1" 200 156 0.010671 10.0.0.141 - - [2025-05-01 02:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.141 - - [2025-05-01 02:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.141 - - [2025-05-01 02:02:10] "POST /ref-update HTTP/1.1" 200 156 0.007983 10.0.0.141 - - [2025-05-01 02:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.141 - - [2025-05-01 02:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.141 - - [2025-05-01 02:02:11] "POST /ref-update HTTP/1.1" 200 156 0.008652 10.0.0.141 - - [2025-05-01 02:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.141 - - [2025-05-01 02:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.141 - - [2025-05-01 02:02:11] "POST /ref-update HTTP/1.1" 200 156 0.008212 10.0.0.141 - - [2025-05-01 02:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002807 10.0.0.141 - - [2025-05-01 02:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.141 - - [2025-05-01 02:02:11] "POST /ref-update HTTP/1.1" 200 156 0.007555 10.0.0.141 - - [2025-05-01 02:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.141 - - [2025-05-01 02:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.141 - - [2025-05-01 02:02:11] "POST /ref-update HTTP/1.1" 200 156 0.006984 10.0.0.141 - - [2025-05-01 02:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.141 - - [2025-05-01 02:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.141 - - [2025-05-01 02:02:11] "POST /ref-update HTTP/1.1" 200 156 0.008298 10.0.0.141 - - [2025-05-01 02:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.141 - - [2025-05-01 02:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.141 - - [2025-05-01 02:02:11] "POST /ref-update HTTP/1.1" 200 156 0.007755 10.0.0.141 - - [2025-05-01 02:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.141 - - [2025-05-01 02:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.141 - - [2025-05-01 02:02:12] "POST /ref-update HTTP/1.1" 200 156 0.007718 10.0.0.141 - - [2025-05-01 02:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.141 - - [2025-05-01 02:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.141 - - [2025-05-01 02:02:12] "POST /ref-update HTTP/1.1" 200 156 0.009702 10.0.0.141 - - [2025-05-01 02:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.141 - - [2025-05-01 02:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.141 - - [2025-05-01 02:02:12] "POST /ref-update HTTP/1.1" 200 156 0.007596 10.0.0.141 - - [2025-05-01 02:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.141 - - [2025-05-01 02:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.141 - - [2025-05-01 02:02:12] "POST /ref-update HTTP/1.1" 200 156 0.007286 10.0.0.141 - - [2025-05-01 02:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.141 - - [2025-05-01 02:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.141 - - [2025-05-01 02:02:12] "POST /ref-update HTTP/1.1" 200 156 0.007179 10.0.0.141 - - [2025-05-01 02:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.141 - - [2025-05-01 02:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.141 - - [2025-05-01 02:02:12] "POST /ref-update HTTP/1.1" 200 156 0.009666 10.0.0.141 - - [2025-05-01 02:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.141 - - [2025-05-01 02:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.141 - - [2025-05-01 02:02:12] "POST /ref-update HTTP/1.1" 200 156 0.007772 10.0.0.141 - - [2025-05-01 02:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002834 10.0.0.141 - - [2025-05-01 02:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.141 - - [2025-05-01 02:02:13] "POST /ref-update HTTP/1.1" 200 156 0.006854 10.0.0.141 - - [2025-05-01 02:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.141 - - [2025-05-01 02:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.141 - - [2025-05-01 02:02:13] "POST /ref-update HTTP/1.1" 200 156 0.007993 10.0.0.141 - - [2025-05-01 02:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.141 - - [2025-05-01 02:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.141 - - [2025-05-01 02:02:13] "POST /ref-update HTTP/1.1" 200 156 0.009176 10.0.0.141 - - [2025-05-01 02:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.141 - - [2025-05-01 02:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.141 - - [2025-05-01 02:02:13] "POST /ref-update HTTP/1.1" 200 156 0.007080 10.0.0.141 - - [2025-05-01 02:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.141 - - [2025-05-01 02:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.141 - - [2025-05-01 02:02:13] "POST /ref-update HTTP/1.1" 200 156 0.007661 10.0.0.141 - - [2025-05-01 02:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.141 - - [2025-05-01 02:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.141 - - [2025-05-01 02:02:13] "POST /ref-update HTTP/1.1" 200 156 0.007706 10.0.0.141 - - [2025-05-01 02:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.141 - - [2025-05-01 02:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.141 - - [2025-05-01 02:02:14] "POST /ref-update HTTP/1.1" 200 156 0.006963 10.0.0.141 - - [2025-05-01 02:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.141 - - [2025-05-01 02:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.141 - - [2025-05-01 02:02:14] "POST /ref-update HTTP/1.1" 200 156 0.007793 10.0.0.141 - - [2025-05-01 02:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.141 - - [2025-05-01 02:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.141 - - [2025-05-01 02:02:14] "POST /ref-update HTTP/1.1" 200 156 0.007166 10.0.0.141 - - [2025-05-01 02:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.141 - - [2025-05-01 02:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.141 - - [2025-05-01 02:02:14] "POST /ref-update HTTP/1.1" 200 156 0.006960 10.0.0.141 - - [2025-05-01 02:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.141 - - [2025-05-01 02:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.141 - - [2025-05-01 02:02:14] "POST /ref-update HTTP/1.1" 200 156 0.007121 10.0.0.141 - - [2025-05-01 02:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.141 - - [2025-05-01 02:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.141 - - [2025-05-01 02:02:14] "POST /ref-update HTTP/1.1" 200 156 0.007651 10.0.0.141 - - [2025-05-01 02:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.141 - - [2025-05-01 02:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.141 - - [2025-05-01 02:02:14] "POST /ref-update HTTP/1.1" 200 156 0.009065 10.0.0.141 - - [2025-05-01 02:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.141 - - [2025-05-01 02:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.141 - - [2025-05-01 02:02:15] "POST /ref-update HTTP/1.1" 200 156 0.008003 10.0.0.141 - - [2025-05-01 02:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.141 - - [2025-05-01 02:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.141 - - [2025-05-01 02:02:15] "POST /ref-update HTTP/1.1" 200 156 0.007488 10.0.0.141 - - [2025-05-01 02:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.141 - - [2025-05-01 02:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.141 - - [2025-05-01 02:02:15] "POST /ref-update HTTP/1.1" 200 156 0.007706 10.0.0.141 - - [2025-05-01 02:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.141 - - [2025-05-01 02:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.141 - - [2025-05-01 02:02:15] "POST /ref-update HTTP/1.1" 200 156 0.007586 10.0.0.141 - - [2025-05-01 02:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.141 - - [2025-05-01 02:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.141 - - [2025-05-01 02:02:15] "POST /ref-update HTTP/1.1" 200 156 0.006967 10.0.0.141 - - [2025-05-01 02:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.141 - - [2025-05-01 02:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.141 - - [2025-05-01 02:02:15] "POST /ref-update HTTP/1.1" 200 156 0.007630 10.0.0.141 - - [2025-05-01 02:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.141 - - [2025-05-01 02:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.141 - - [2025-05-01 02:02:15] "POST /ref-update HTTP/1.1" 200 156 0.007482 10.0.0.141 - - [2025-05-01 02:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.141 - - [2025-05-01 02:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.141 - - [2025-05-01 02:02:16] "POST /ref-update HTTP/1.1" 200 156 0.007692 10.0.0.141 - - [2025-05-01 02:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.141 - - [2025-05-01 02:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.141 - - [2025-05-01 02:02:16] "POST /ref-update HTTP/1.1" 200 156 0.007849 10.0.0.141 - - [2025-05-01 02:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.141 - - [2025-05-01 02:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.141 - - [2025-05-01 02:02:16] "POST /ref-update HTTP/1.1" 200 156 0.007447 10.0.0.141 - - [2025-05-01 02:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.141 - - [2025-05-01 02:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.141 - - [2025-05-01 02:02:16] "POST /ref-update HTTP/1.1" 200 156 0.007390 10.0.0.141 - - [2025-05-01 02:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.141 - - [2025-05-01 02:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.141 - - [2025-05-01 02:02:16] "POST /ref-update HTTP/1.1" 200 156 0.008210 10.0.0.141 - - [2025-05-01 02:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.141 - - [2025-05-01 02:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.141 - - [2025-05-01 02:02:16] "POST /ref-update HTTP/1.1" 200 156 0.007653 10.0.0.141 - - [2025-05-01 02:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.141 - - [2025-05-01 02:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.141 - - [2025-05-01 02:02:17] "POST /ref-update HTTP/1.1" 200 156 0.008554 10.0.0.141 - - [2025-05-01 02:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.141 - - [2025-05-01 02:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.141 - - [2025-05-01 02:02:17] "POST /ref-update HTTP/1.1" 200 156 0.007485 10.0.0.141 - - [2025-05-01 02:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.141 - - [2025-05-01 02:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.141 - - [2025-05-01 02:02:17] "POST /ref-update HTTP/1.1" 200 156 0.008108 10.0.0.141 - - [2025-05-01 02:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.141 - - [2025-05-01 02:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.141 - - [2025-05-01 02:02:17] "POST /ref-update HTTP/1.1" 200 156 0.007411 10.0.0.141 - - [2025-05-01 02:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.141 - - [2025-05-01 02:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.141 - - [2025-05-01 02:02:17] "POST /ref-update HTTP/1.1" 200 156 0.008206 10.0.0.141 - - [2025-05-01 02:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.141 - - [2025-05-01 02:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.141 - - [2025-05-01 02:02:17] "POST /ref-update HTTP/1.1" 200 156 0.009423 10.0.0.141 - - [2025-05-01 02:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.141 - - [2025-05-01 02:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.141 - - [2025-05-01 02:02:17] "POST /ref-update HTTP/1.1" 200 156 0.007921 10.0.0.141 - - [2025-05-01 02:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.141 - - [2025-05-01 02:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.141 - - [2025-05-01 02:02:18] "POST /ref-update HTTP/1.1" 200 156 0.007648 10.0.0.141 - - [2025-05-01 02:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.141 - - [2025-05-01 02:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.141 - - [2025-05-01 02:02:18] "POST /ref-update HTTP/1.1" 200 156 0.007900 10.0.0.141 - - [2025-05-01 02:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.141 - - [2025-05-01 02:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.141 - - [2025-05-01 02:02:18] "POST /ref-update HTTP/1.1" 200 156 0.007466 10.0.0.141 - - [2025-05-01 02:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.141 - - [2025-05-01 02:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.141 - - [2025-05-01 02:02:18] "POST /ref-update HTTP/1.1" 200 156 0.010516 10.0.0.141 - - [2025-05-01 02:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.141 - - [2025-05-01 02:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004360 10.0.0.141 - - [2025-05-01 02:02:18] "POST /ref-update HTTP/1.1" 200 156 0.009392 10.0.0.141 - - [2025-05-01 02:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.141 - - [2025-05-01 02:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.141 - - [2025-05-01 02:02:18] "POST /ref-update HTTP/1.1" 200 156 0.007204 10.0.0.141 - - [2025-05-01 02:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005497 10.0.0.141 - - [2025-05-01 02:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.141 - - [2025-05-01 02:02:19] "POST /ref-update HTTP/1.1" 200 156 0.014977 10.0.0.141 - - [2025-05-01 02:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.010555 10.0.0.141 - - [2025-05-01 02:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.141 - - [2025-05-01 02:02:19] "POST /ref-update HTTP/1.1" 200 156 0.009261 10.0.0.141 - - [2025-05-01 02:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.141 - - [2025-05-01 02:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.141 - - [2025-05-01 02:02:19] "POST /ref-update HTTP/1.1" 200 156 0.007116 10.0.0.141 - - [2025-05-01 02:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.141 - - [2025-05-01 02:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.141 - - [2025-05-01 02:02:19] "POST /ref-update HTTP/1.1" 200 156 0.008868 10.0.0.141 - - [2025-05-01 02:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.141 - - [2025-05-01 02:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.141 - - [2025-05-01 02:02:19] "POST /ref-update HTTP/1.1" 200 156 0.007930 10.0.0.141 - - [2025-05-01 02:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.141 - - [2025-05-01 02:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.141 - - [2025-05-01 02:02:19] "POST /ref-update HTTP/1.1" 200 156 0.008548 10.0.0.141 - - [2025-05-01 02:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.141 - - [2025-05-01 02:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.141 - - [2025-05-01 02:02:19] "POST /ref-update HTTP/1.1" 200 156 0.008113 10.0.0.141 - - [2025-05-01 02:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.141 - - [2025-05-01 02:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.141 - - [2025-05-01 02:02:20] "POST /ref-update HTTP/1.1" 200 156 0.022919 10.0.0.141 - - [2025-05-01 02:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.141 - - [2025-05-01 02:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.141 - - [2025-05-01 02:02:20] "POST /ref-update HTTP/1.1" 200 156 0.007144 10.0.0.141 - - [2025-05-01 02:02:20] "GET / HTTP/1.1" 200 36215 0.001963 10.0.0.141 - - [2025-05-01 02:02:20] "POST /fqname-to-id HTTP/1.1" 401 293 0.000443 10.0.0.141 - - [2025-05-01 02:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.141 - - [2025-05-01 02:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.141 - - [2025-05-01 02:02:20] "POST /ref-update HTTP/1.1" 200 156 0.008120 10.0.0.141 - - [2025-05-01 02:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.141 - - [2025-05-01 02:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.141 - - [2025-05-01 02:02:20] "POST /ref-update HTTP/1.1" 200 156 0.007830 10.0.0.141 - - [2025-05-01 02:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.141 - - [2025-05-01 02:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.141 - - [2025-05-01 02:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.031228 10.0.0.141 - - [2025-05-01 02:02:20] "GET /routing-instance/d106b3f0-f9c0-4bcb-b76d-0bd09769087b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.003911 10.0.0.141 - - [2025-05-01 02:02:20] "POST /ref-update HTTP/1.1" 200 156 0.006397 10.0.0.141 - - [2025-05-01 02:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002404 10.0.0.141 - - [2025-05-01 02:02:20] "POST /bgp-routers HTTP/1.1" 200 622 0.020711 10.0.0.141 - - [2025-05-01 02:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.141 - - [2025-05-01 02:02:20] "GET /bgp-router/3cf892de-2690-464c-976f-7b8475b6c629?fields=global_system_config_back_refs HTTP/1.1" 200 1118 0.005906 10.0.0.141 - - [2025-05-01 02:02:20] "POST /ref-update HTTP/1.1" 200 156 0.009480 10.0.0.141 - - [2025-05-01 02:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002842 10.0.0.141 - - [2025-05-01 02:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.141 - - [2025-05-01 02:02:20] "GET /global-system-config/600e0b6a-c2b8-4d6f-8246-bdfdb6c0fd70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.007139 10.0.0.141 - - [2025-05-01 02:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.141 - - [2025-05-01 02:02:21] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003402 10.0.0.141 - - [2025-05-01 02:02:21] "POST /ref-update HTTP/1.1" 200 156 0.012735 10.0.0.141 - - [2025-05-01 02:02:21] "POST /ref-update HTTP/1.1" 200 156 0.010162 10.0.0.141 - - [2025-05-01 02:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.141 - - [2025-05-01 02:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.141 - - [2025-05-01 02:02:21] "POST /ref-update HTTP/1.1" 200 156 0.008625 10.0.0.141 - - [2025-05-01 02:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.141 - - [2025-05-01 02:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.141 - - [2025-05-01 02:02:21] "POST /ref-update HTTP/1.1" 200 156 0.008828 10.0.0.141 - - [2025-05-01 02:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.141 - - [2025-05-01 02:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.141 - - [2025-05-01 02:02:21] "POST /ref-update HTTP/1.1" 200 156 0.009716 10.0.0.141 - - [2025-05-01 02:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.141 - - [2025-05-01 02:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.141 - - [2025-05-01 02:02:21] "POST /ref-update HTTP/1.1" 200 156 0.008640 10.0.0.141 - - [2025-05-01 02:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.141 - - [2025-05-01 02:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.141 - - [2025-05-01 02:02:21] "POST /ref-update HTTP/1.1" 200 156 0.008974 10.0.0.141 - - [2025-05-01 02:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.141 - - [2025-05-01 02:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.141 - - [2025-05-01 02:02:21] "POST /ref-update HTTP/1.1" 200 156 0.010005 10.0.0.141 - - [2025-05-01 02:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.141 - - [2025-05-01 02:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.141 - - [2025-05-01 02:02:22] "POST /ref-update HTTP/1.1" 200 156 0.009666 10.0.0.141 - - [2025-05-01 02:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.141 - - [2025-05-01 02:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.141 - - [2025-05-01 02:02:22] "POST /ref-update HTTP/1.1" 200 156 0.008945 10.0.0.141 - - [2025-05-01 02:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.141 - - [2025-05-01 02:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.141 - - [2025-05-01 02:02:22] "POST /ref-update HTTP/1.1" 200 156 0.008754 10.0.0.141 - - [2025-05-01 02:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.141 - - [2025-05-01 02:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.141 - - [2025-05-01 02:02:22] "POST /ref-update HTTP/1.1" 200 156 0.008383 10.0.0.141 - - [2025-05-01 02:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.141 - - [2025-05-01 02:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.141 - - [2025-05-01 02:02:22] "POST /ref-update HTTP/1.1" 200 156 0.008420 10.0.0.141 - - [2025-05-01 02:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.141 - - [2025-05-01 02:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.141 - - [2025-05-01 02:02:22] "POST /ref-update HTTP/1.1" 200 156 0.008539 10.0.0.141 - - [2025-05-01 02:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.141 - - [2025-05-01 02:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.141 - - [2025-05-01 02:02:23] "POST /ref-update HTTP/1.1" 200 156 0.009286 10.0.0.141 - - [2025-05-01 02:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.141 - - [2025-05-01 02:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.141 - - [2025-05-01 02:02:23] "POST /ref-update HTTP/1.1" 200 156 0.008666 10.0.0.141 - - [2025-05-01 02:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.141 - - [2025-05-01 02:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.141 - - [2025-05-01 02:02:23] "POST /ref-update HTTP/1.1" 200 156 0.009823 10.0.0.141 - - [2025-05-01 02:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003938 10.0.0.141 - - [2025-05-01 02:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.141 - - [2025-05-01 02:02:23] "POST /ref-update HTTP/1.1" 200 156 0.009126 10.0.0.141 - - [2025-05-01 02:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.141 - - [2025-05-01 02:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.141 - - [2025-05-01 02:02:23] "POST /ref-update HTTP/1.1" 200 156 0.008629 10.0.0.141 - - [2025-05-01 02:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.141 - - [2025-05-01 02:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.141 - - [2025-05-01 02:02:23] "POST /ref-update HTTP/1.1" 200 156 0.008783 10.0.0.141 - - [2025-05-01 02:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.141 - - [2025-05-01 02:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.141 - - [2025-05-01 02:02:23] "POST /ref-update HTTP/1.1" 200 156 0.008728 10.0.0.141 - - [2025-05-01 02:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.141 - - [2025-05-01 02:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.141 - - [2025-05-01 02:02:24] "POST /ref-update HTTP/1.1" 200 156 0.009699 10.0.0.141 - - [2025-05-01 02:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.141 - - [2025-05-01 02:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.141 - - [2025-05-01 02:02:24] "POST /ref-update HTTP/1.1" 200 156 0.009097 10.0.0.141 - - [2025-05-01 02:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.141 - - [2025-05-01 02:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.141 - - [2025-05-01 02:02:24] "POST /ref-update HTTP/1.1" 200 156 0.008779 10.0.0.141 - - [2025-05-01 02:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.141 - - [2025-05-01 02:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.141 - - [2025-05-01 02:02:24] "POST /ref-update HTTP/1.1" 200 156 0.009048 10.0.0.141 - - [2025-05-01 02:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.141 - - [2025-05-01 02:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.141 - - [2025-05-01 02:02:24] "POST /ref-update HTTP/1.1" 200 156 0.008236 10.0.0.141 - - [2025-05-01 02:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.141 - - [2025-05-01 02:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.141 - - [2025-05-01 02:02:24] "POST /ref-update HTTP/1.1" 200 156 0.009309 10.0.0.141 - - [2025-05-01 02:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.141 - - [2025-05-01 02:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.141 - - [2025-05-01 02:02:25] "POST /ref-update HTTP/1.1" 200 156 0.008134 10.0.0.141 - - [2025-05-01 02:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.141 - - [2025-05-01 02:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.141 - - [2025-05-01 02:02:25] "POST /ref-update HTTP/1.1" 200 156 0.009378 10.0.0.141 - - [2025-05-01 02:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.141 - - [2025-05-01 02:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.141 - - [2025-05-01 02:02:25] "POST /ref-update HTTP/1.1" 200 156 0.008709 10.0.0.141 - - [2025-05-01 02:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.141 - - [2025-05-01 02:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.141 - - [2025-05-01 02:02:25] "POST /ref-update HTTP/1.1" 200 156 0.009195 10.0.0.141 - - [2025-05-01 02:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.141 - - [2025-05-01 02:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.141 - - [2025-05-01 02:02:25] "POST /ref-update HTTP/1.1" 200 156 0.008431 10.0.0.141 - - [2025-05-01 02:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.141 - - [2025-05-01 02:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.141 - - [2025-05-01 02:02:25] "POST /ref-update HTTP/1.1" 200 156 0.008205 10.0.0.141 - - [2025-05-01 02:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.141 - - [2025-05-01 02:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.141 - - [2025-05-01 02:02:25] "POST /ref-update HTTP/1.1" 200 156 0.008153 10.0.0.141 - - [2025-05-01 02:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.141 - - [2025-05-01 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.141 - - [2025-05-01 02:02:26] "POST /ref-update HTTP/1.1" 200 156 0.009914 10.0.0.141 - - [2025-05-01 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.141 - - [2025-05-01 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.141 - - [2025-05-01 02:02:26] "POST /ref-update HTTP/1.1" 200 156 0.008063 10.0.0.141 - - [2025-05-01 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.141 - - [2025-05-01 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.141 - - [2025-05-01 02:02:26] "POST /ref-update HTTP/1.1" 200 156 0.009340 10.0.0.141 - - [2025-05-01 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.141 - - [2025-05-01 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.141 - - [2025-05-01 02:02:26] "POST /ref-update HTTP/1.1" 200 156 0.009583 10.0.0.141 - - [2025-05-01 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.141 - - [2025-05-01 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.141 - - [2025-05-01 02:02:26] "POST /ref-update HTTP/1.1" 200 156 0.008180 10.0.0.141 - - [2025-05-01 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.141 - - [2025-05-01 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.141 - - [2025-05-01 02:02:26] "POST /ref-update HTTP/1.1" 200 156 0.015061 10.0.0.141 - - [2025-05-01 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.141 - - [2025-05-01 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.141 - - [2025-05-01 02:02:27] "POST /ref-update HTTP/1.1" 200 156 0.009137 10.0.0.141 - - [2025-05-01 02:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.141 - - [2025-05-01 02:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.141 - - [2025-05-01 02:02:27] "POST /ref-update HTTP/1.1" 200 156 0.008203 10.0.0.141 - - [2025-05-01 02:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.141 - - [2025-05-01 02:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.141 - - [2025-05-01 02:02:27] "POST /ref-update HTTP/1.1" 200 156 0.008051 10.0.0.141 - - [2025-05-01 02:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.141 - - [2025-05-01 02:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.141 - - [2025-05-01 02:02:27] "POST /ref-update HTTP/1.1" 200 156 0.008818 10.0.0.141 - - [2025-05-01 02:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.141 - - [2025-05-01 02:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.141 - - [2025-05-01 02:02:27] "POST /ref-update HTTP/1.1" 200 156 0.007974 10.0.0.141 - - [2025-05-01 02:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.141 - - [2025-05-01 02:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.141 - - [2025-05-01 02:02:27] "POST /ref-update HTTP/1.1" 200 156 0.009119 10.0.0.141 - - [2025-05-01 02:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.141 - - [2025-05-01 02:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.141 - - [2025-05-01 02:02:27] "POST /ref-update HTTP/1.1" 200 156 0.009029 10.0.0.141 - - [2025-05-01 02:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.141 - - [2025-05-01 02:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.141 - - [2025-05-01 02:02:28] "POST /ref-update HTTP/1.1" 200 156 0.008966 10.0.0.141 - - [2025-05-01 02:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.141 - - [2025-05-01 02:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.141 - - [2025-05-01 02:02:28] "POST /ref-update HTTP/1.1" 200 156 0.008347 10.0.0.141 - - [2025-05-01 02:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002839 10.0.0.141 - - [2025-05-01 02:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002725 10.0.0.141 - - [2025-05-01 02:02:28] "POST /ref-update HTTP/1.1" 200 156 0.008646 10.0.0.141 - - [2025-05-01 02:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.141 - - [2025-05-01 02:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.141 - - [2025-05-01 02:02:28] "POST /ref-update HTTP/1.1" 200 156 0.009716 10.0.0.141 - - [2025-05-01 02:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.141 - - [2025-05-01 02:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.141 - - [2025-05-01 02:02:28] "POST /ref-update HTTP/1.1" 200 156 0.008361 10.0.0.141 - - [2025-05-01 02:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.141 - - [2025-05-01 02:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.141 - - [2025-05-01 02:02:28] "POST /ref-update HTTP/1.1" 200 156 0.007078 10.0.0.141 - - [2025-05-01 02:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002798 10.0.0.141 - - [2025-05-01 02:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.141 - - [2025-05-01 02:02:28] "POST /ref-update HTTP/1.1" 200 156 0.008099 10.0.0.141 - - [2025-05-01 02:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.141 - - [2025-05-01 02:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.141 - - [2025-05-01 02:02:29] "POST /ref-update HTTP/1.1" 200 156 0.006933 10.0.0.141 - - [2025-05-01 02:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.141 - - [2025-05-01 02:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.141 - - [2025-05-01 02:02:29] "POST /ref-update HTTP/1.1" 200 156 0.008441 10.0.0.141 - - [2025-05-01 02:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.141 - - [2025-05-01 02:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.141 - - [2025-05-01 02:02:29] "POST /ref-update HTTP/1.1" 200 156 0.006939 10.0.0.141 - - [2025-05-01 02:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.141 - - [2025-05-01 02:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.141 - - [2025-05-01 02:02:29] "POST /ref-update HTTP/1.1" 200 156 0.007399 10.0.0.141 - - [2025-05-01 02:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.141 - - [2025-05-01 02:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.141 - - [2025-05-01 02:02:29] "POST /ref-update HTTP/1.1" 200 156 0.007118 10.0.0.141 - - [2025-05-01 02:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.141 - - [2025-05-01 02:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.141 - - [2025-05-01 02:02:29] "POST /ref-update HTTP/1.1" 200 156 0.009194 10.0.0.141 - - [2025-05-01 02:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.141 - - [2025-05-01 02:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.141 - - [2025-05-01 02:02:30] "POST /ref-update HTTP/1.1" 200 156 0.007721 10.0.0.141 - - [2025-05-01 02:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.141 - - [2025-05-01 02:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.141 - - [2025-05-01 02:02:30] "POST /ref-update HTTP/1.1" 200 156 0.007515 10.0.0.141 - - [2025-05-01 02:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.141 - - [2025-05-01 02:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.141 - - [2025-05-01 02:02:30] "POST /ref-update HTTP/1.1" 200 156 0.007474 10.0.0.141 - - [2025-05-01 02:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.141 - - [2025-05-01 02:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.141 - - [2025-05-01 02:02:30] "POST /ref-update HTTP/1.1" 200 156 0.010403 10.0.0.141 - - [2025-05-01 02:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.141 - - [2025-05-01 02:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.141 - - [2025-05-01 02:02:30] "POST /ref-update HTTP/1.1" 200 156 0.010465 10.0.0.141 - - [2025-05-01 02:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.141 - - [2025-05-01 02:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.141 - - [2025-05-01 02:02:30] "POST /ref-update HTTP/1.1" 200 156 0.011580 10.0.0.141 - - [2025-05-01 02:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.141 - - [2025-05-01 02:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.141 - - [2025-05-01 02:02:30] "POST /ref-update HTTP/1.1" 200 156 0.009479 10.0.0.141 - - [2025-05-01 02:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.141 - - [2025-05-01 02:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.141 - - [2025-05-01 02:02:31] "POST /ref-update HTTP/1.1" 200 156 0.010218 10.0.0.141 - - [2025-05-01 02:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.141 - - [2025-05-01 02:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.141 - - [2025-05-01 02:02:31] "POST /ref-update HTTP/1.1" 200 156 0.010626 10.0.0.141 - - [2025-05-01 02:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.141 - - [2025-05-01 02:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.141 - - [2025-05-01 02:02:31] "POST /ref-update HTTP/1.1" 200 156 0.008080 10.0.0.141 - - [2025-05-01 02:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.141 - - [2025-05-01 02:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.141 - - [2025-05-01 02:02:31] "POST /ref-update HTTP/1.1" 200 156 0.009259 10.0.0.141 - - [2025-05-01 02:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.141 - - [2025-05-01 02:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.141 - - [2025-05-01 02:02:31] "POST /ref-update HTTP/1.1" 200 156 0.007881 10.0.0.141 - - [2025-05-01 02:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.141 - - [2025-05-01 02:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.141 - - [2025-05-01 02:02:31] "POST /ref-update HTTP/1.1" 200 156 0.010101 10.0.0.141 - - [2025-05-01 02:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.141 - - [2025-05-01 02:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.141 - - [2025-05-01 02:02:32] "POST /ref-update HTTP/1.1" 200 156 0.009577 10.0.0.141 - - [2025-05-01 02:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.141 - - [2025-05-01 02:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.141 - - [2025-05-01 02:02:32] "POST /ref-update HTTP/1.1" 200 156 0.009243 10.0.0.141 - - [2025-05-01 02:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.141 - - [2025-05-01 02:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.141 - - [2025-05-01 02:02:32] "POST /ref-update HTTP/1.1" 200 156 0.009972 10.0.0.141 - - [2025-05-01 02:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004059 10.0.0.141 - - [2025-05-01 02:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004441 10.0.0.141 - - [2025-05-01 02:02:32] "POST /ref-update HTTP/1.1" 200 156 0.010525 10.0.0.141 - - [2025-05-01 02:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.141 - - [2025-05-01 02:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.141 - - [2025-05-01 02:02:32] "POST /ref-update HTTP/1.1" 200 156 0.008481 10.0.0.141 - - [2025-05-01 02:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.141 - - [2025-05-01 02:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.141 - - [2025-05-01 02:02:32] "POST /ref-update HTTP/1.1" 200 156 0.008311 10.0.0.141 - - [2025-05-01 02:02:32] "POST /network-ipams HTTP/1.1" 200 552 0.018769 10.0.0.141 - - [2025-05-01 02:02:33] "POST /useragent-kv HTTP/1.1" 200 115 0.004114 10.0.0.141 - - [2025-05-01 02:02:33] "POST /virtual-networks HTTP/1.1" 200 554 0.106999 10.0.0.141 - - [2025-05-01 02:02:33] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.002736 10.0.0.141 - - [2025-05-01 02:02:33] "POST /fqname-to-id HTTP/1.1" 404 188 0.002753 10.0.0.141 - - [2025-05-01 02:02:33] "POST /fqname-to-id HTTP/1.1" 404 178 0.002838 10.0.0.141 - - [2025-05-01 02:02:33] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 313 0.003004 10.0.0.141 - - [2025-05-01 02:02:33] "GET /fabric/87d02349-c3b0-4f60-be78-dbf476e189f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1118 0.004120 10.0.0.141 - - [2025-05-01 02:02:33] "POST /fqname-to-id HTTP/1.1" 404 198 0.003108 10.0.0.141 - - [2025-05-01 02:02:33] "POST /fqname-to-id HTTP/1.1" 404 205 0.003028 10.0.0.141 - - [2025-05-01 02:02:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.003116 10.0.0.141 - - [2025-05-01 02:02:33] "POST /route-targets HTTP/1.1" 200 328 0.011164 10.0.0.141 - - [2025-05-01 02:02:33] "POST /ref-update HTTP/1.1" 200 156 0.017362 10.0.0.141 - - [2025-05-01 02:02:52] "GET / HTTP/1.1" 200 36215 0.002388 10.0.0.141 - - [2025-05-01 02:02:52] "POST /fqname-to-id HTTP/1.1" 401 293 0.000665 10.0.0.141 - - [2025-05-01 02:02:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.031683 10.0.0.141 - - [2025-05-01 02:02:52] "GET /global-system-config/600e0b6a-c2b8-4d6f-8246-bdfdb6c0fd70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.009336 10.0.0.141 - - [2025-05-01 02:02:52] "POST /fqname-to-id HTTP/1.1" 404 220 0.003441 10.0.0.141 - - [2025-05-01 02:02:53] "POST /database-nodes HTTP/1.1" 200 605 0.016568 10.0.0.141 - - [2025-05-01 02:03:26] "GET / HTTP/1.1" 200 36215 0.001814 10.0.0.141 - - [2025-05-01 02:03:26] "POST /fqname-to-id HTTP/1.1" 401 293 0.000467 10.0.0.141 - - [2025-05-01 02:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.023539 10.0.0.141 - - [2025-05-01 02:03:27] "GET /global-system-config/600e0b6a-c2b8-4d6f-8246-bdfdb6c0fd70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006022 10.0.0.141 - - [2025-05-01 02:03:27] "POST /fqname-to-id HTTP/1.1" 404 220 0.003130 10.0.0.141 - - [2025-05-01 02:03:27] "POST /analytics-nodes HTTP/1.1" 200 607 0.016752 10.0.0.141 - - [2025-05-01 02:03:33] "GET / HTTP/1.1" 200 36215 0.002118 The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.141 - - [2025-05-01 02:03:34] "GET /obj-perms HTTP/1.1" 200 5075 0.405342 10.0.0.141 - - [2025-05-01 02:03:34] "GET /obj-perms HTTP/1.1" 200 5075 0.045932 10.0.0.141 - - [2025-05-01 02:03:40] "GET / HTTP/1.1" 200 36215 0.001570 10.0.0.141 - - [2025-05-01 02:03:40] "POST /fqname-to-id HTTP/1.1" 401 293 0.000610 10.0.0.141 - - [2025-05-01 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.026824 10.0.0.141 - - [2025-05-01 02:03:40] "GET /global-system-config/600e0b6a-c2b8-4d6f-8246-bdfdb6c0fd70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006823 10.0.0.141 - - [2025-05-01 02:03:40] "POST /fqname-to-id HTTP/1.1" 404 220 0.003111 10.0.0.141 - - [2025-05-01 02:03:40] "POST /analytics-alarm-nodes HTTP/1.1" 200 619 0.039318 10.0.0.141 - - [2025-05-01 02:03:49] "GET / HTTP/1.1" 200 36215 0.001552 10.0.0.141 - - [2025-05-01 02:03:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000532 10.0.0.141 - - [2025-05-01 02:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.038746 10.0.0.141 - - [2025-05-01 02:03:49] "GET /global-system-config/600e0b6a-c2b8-4d6f-8246-bdfdb6c0fd70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.008435 10.0.0.141 - - [2025-05-01 02:03:50] "POST /fqname-to-id HTTP/1.1" 404 220 0.003223 10.0.0.141 - - [2025-05-01 02:03:50] "POST /analytics-snmp-nodes HTTP/1.1" 200 617 0.022533 10.0.0.141 - - [2025-05-01 02:04:35] "GET /obj-perms HTTP/1.1" 200 5075 0.055166 10.0.0.141 - - [2025-05-01 02:04:35] "GET /obj-perms HTTP/1.1" 200 5075 0.044893 10.0.0.141 - - [2025-05-01 02:05:35] "GET /obj-perms HTTP/1.1" 200 5075 0.044544 10.0.0.141 - - [2025-05-01 02:05:36] "GET /obj-perms HTTP/1.1" 200 5075 0.053512 10.0.0.141 - - [2025-05-01 02:06:11] "GET / HTTP/1.1" 200 36215 0.002269 10.0.0.141 - - [2025-05-01 02:06:11] "POST /fqname-to-id HTTP/1.1" 401 293 0.000462 10.0.0.141 - - [2025-05-01 02:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.024404 10.0.0.141 - - [2025-05-01 02:06:12] "GET /global-system-config/600e0b6a-c2b8-4d6f-8246-bdfdb6c0fd70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005794 10.0.0.141 - - [2025-05-01 02:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.141 - - [2025-05-01 02:06:12] "GET /routing-instance/d106b3f0-f9c0-4bcb-b76d-0bd09769087b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.004813 10.0.0.141 - - [2025-05-01 02:06:12] "PUT /global-system-config/600e0b6a-c2b8-4d6f-8246-bdfdb6c0fd70 HTTP/1.1" 200 275 0.011262 10.0.0.141 - - [2025-05-01 02:06:12] "POST /fqname-to-id HTTP/1.1" 404 218 0.002831 10.0.0.141 - - [2025-05-01 02:06:12] "POST /virtual-routers HTTP/1.1" 200 605 0.017930 10.0.0.141 - - [2025-05-01 02:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.141 - - [2025-05-01 02:06:12] "GET /virtual-router/ebb948db-b38f-4edd-9244-ea1660a6f0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1249 0.005848 10.0.0.141 - - [2025-05-01 02:06:12] "POST /fqname-to-id HTTP/1.1" 404 231 0.003005 10.0.0.141 - - [2025-05-01 02:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.141 - - [2025-05-01 02:06:12] "GET /virtual-network/78b04522-43fe-41b9-b733-dc7970c77ad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.005809 10.0.0.141 - - [2025-05-01 02:06:13] "POST /virtual-machine-interfaces HTTP/1.1" 200 587 0.061883 10.0.0.141 - - [2025-05-01 02:06:13] "PUT /access-control-list/f7fa19d5-f7b6-4838-9974-321a5ad15af3 HTTP/1.1" 200 273 0.012213 [Introspect:8084]10.0.0.141 - - [2025-05-01 02:06:19] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000915 [Introspect:8084]10.0.0.141 - - [2025-05-01 02:06:19] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000865 [Introspect:8084]10.0.0.141 - - [2025-05-01 02:06:21] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000833 [Introspect:8084]10.0.0.141 - - [2025-05-01 02:06:21] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000965 10.0.0.141 - - [2025-05-01 02:06:36] "GET /obj-perms HTTP/1.1" 200 5075 0.062369 10.0.0.141 - - [2025-05-01 02:06:37] "GET /obj-perms HTTP/1.1" 200 5075 0.046873 10.0.0.141 - - [2025-05-01 02:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.141 - - [2025-05-01 02:06:37] "GET /virtual-router/ebb948db-b38f-4edd-9244-ea1660a6f0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1249 0.003989 10.0.0.141 - - [2025-05-01 02:06:47] "GET /global-system-configs HTTP/1.1" 200 323 0.007087 10.0.0.141 - - [2025-05-01 02:06:47] "GET /obj-perms HTTP/1.1" 200 5075 0.032228 10.0.0.141 - - [2025-05-01 02:06:48] "GET /global-system-configs HTTP/1.1" 200 323 0.008823 10.0.0.141 - - [2025-05-01 02:06:48] "GET /obj-perms HTTP/1.1" 200 5075 0.026211 10.0.0.141 - - [2025-05-01 02:07:11] "GET / HTTP/1.1" 200 36215 0.003101 10.0.0.141 - - [2025-05-01 02:07:12] "GET /project/a0407c79-7a36-4e4b-a58c-cca1aa98572d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000757 10.0.0.141 - - [2025-05-01 02:07:12] "GET /projects?obj_uuids=a0407c79-7a36-4e4b-a58c-cca1aa98572d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.027059 10.0.0.141 - - [2025-05-01 02:07:12] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001803 10.0.0.141 - - [2025-05-01 02:07:12] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.036445 10.0.0.141 - - [2025-05-01 02:07:12] "POST /id-to-fqname HTTP/1.1" 200 167 0.002815 10.0.0.141 - - [2025-05-01 02:07:12] "POST /fqname-to-id HTTP/1.1" 404 176 0.002434 10.0.0.141 - - [2025-05-01 02:07:13] "POST /security-groups HTTP/1.1" 200 568 0.063692 10.0.0.141 - - [2025-05-01 02:07:13] "POST /projects HTTP/1.1" 200 539 0.219151 10.0.0.141 - - [2025-05-01 02:07:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.026811 10.0.0.141 - - [2025-05-01 02:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.251071 10.0.0.141 - - [2025-05-01 02:07:13] "POST /access-control-lists HTTP/1.1" 200 575 0.060830 10.0.0.141 - - [2025-05-01 02:07:13] "GET /project/a0407c79-7a36-4e4b-a58c-cca1aa98572d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.460924 10.0.0.141 - - [2025-05-01 02:07:13] "POST /fqname-to-id HTTP/1.1" 404 206 0.002684 10.0.0.141 - - [2025-05-01 02:07:13] "POST /access-control-lists HTTP/1.1" 200 573 0.060014 [Introspect:8084]10.0.0.141 - - [2025-05-01 02:07:13] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001081 10.0.0.141 - - [2025-05-01 02:07:13] "POST /fqname-to-id HTTP/1.1" 404 199 0.022853 10.0.0.141 - - [2025-05-01 02:07:14] "GET /projects?obj_uuids=c8c8bed1-d8a7-4418-9e28-a65b416109f4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002938 10.0.0.141 - - [2025-05-01 02:07:14] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001071 10.0.0.141 - - [2025-05-01 02:07:14] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007486 10.0.0.141 - - [2025-05-01 02:07:14] "POST /id-to-fqname HTTP/1.1" 200 201 0.002581 10.0.0.141 - - [2025-05-01 02:07:14] "POST /fqname-to-id HTTP/1.1" 404 210 0.002881 10.0.0.141 - - [2025-05-01 02:07:14] "POST /security-groups HTTP/1.1" 200 602 0.063689 10.0.0.141 - - [2025-05-01 02:07:14] "POST /fqname-to-id HTTP/1.1" 404 245 0.002815 10.0.0.141 - - [2025-05-01 02:07:14] "POST /projects HTTP/1.1" 200 607 0.221261 10.0.0.141 - - [2025-05-01 02:07:14] "POST /access-control-lists HTTP/1.1" 200 609 0.057994 10.0.0.141 - - [2025-05-01 02:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.298634 10.0.0.141 - - [2025-05-01 02:07:14] "POST /fqname-to-id HTTP/1.1" 404 244 0.002871 10.0.0.141 - - [2025-05-01 02:07:14] "GET /project/c8c8bed1-d8a7-4418-9e28-a65b416109f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.430823 10.0.0.141 - - [2025-05-01 02:07:14] "POST /access-control-lists HTTP/1.1" 200 607 0.064284 10.0.0.141 - - [2025-05-01 02:07:15] "GET / HTTP/1.1" 200 36215 0.002045 10.0.0.141 - - [2025-05-01 02:07:16] "POST /fqname-to-id HTTP/1.1" 401 293 0.000499 10.0.0.141 - - [2025-05-01 02:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.054775 10.0.0.141 - - [2025-05-01 02:07:16] "GET /projects?obj_uuids=c8c8bed1-d8a7-4418-9e28-a65b416109f4&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001044 10.0.0.141 - - [2025-05-01 02:07:16] "GET /project/c8c8bed1-d8a7-4418-9e28-a65b416109f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.027668 10.0.0.141 - - [2025-05-01 02:07:16] "POST /neutron/network HTTP/1.1" 200 117 0.035235 10.0.0.141 - - [2025-05-01 02:07:16] "GET /projects?obj_uuids=c8c8bed1-d8a7-4418-9e28-a65b416109f4&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001201 10.0.0.141 - - [2025-05-01 02:07:16] "POST /neutron/network HTTP/1.1" 200 620 0.063179 10.0.0.141 - - [2025-05-01 02:07:16] "POST /route-targets HTTP/1.1" 200 328 0.017686 10.0.0.141 - - [2025-05-01 02:07:16] "POST /ref-update HTTP/1.1" 200 156 0.014188 10.0.0.141 - - [2025-05-01 02:07:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003289 10.0.0.141 - - [2025-05-01 02:07:17] "POST /neutron/subnet HTTP/1.1" 200 725 0.208569 10.0.0.141 - - [2025-05-01 02:07:17] "POST /neutron/network HTTP/1.1" 200 839 0.005579 10.0.0.141 - - [2025-05-01 02:07:17] "POST /id-to-fqname HTTP/1.1" 200 233 0.001164 10.0.0.141 - - [2025-05-01 02:07:17] "GET /virtual-network/ab2a43e2-3359-46a4-90cb-0138374c2ae3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004929 10.0.0.141 - - [2025-05-01 02:07:17] "POST /neutron/network HTTP/1.1" 200 839 0.005543 10.0.0.141 - - [2025-05-01 02:07:17] "GET /virtual-network/ab2a43e2-3359-46a4-90cb-0138374c2ae3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005238 10.0.0.141 - - [2025-05-01 02:07:17] "POST /neutron/network HTTP/1.1" 200 839 0.005549 10.0.0.141 - - [2025-05-01 02:07:17] "POST /neutron/subnet HTTP/1.1" 200 725 0.007017 10.0.0.141 - - [2025-05-01 02:07:17] "GET /domains HTTP/1.1" 401 293 0.000395 10.0.0.141 - - [2025-05-01 02:07:17] "GET /domains HTTP/1.1" 200 281 0.023456 10.0.0.141 - - [2025-05-01 02:07:17] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001478 10.0.0.141 - - [2025-05-01 02:07:17] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6 HTTP/1.1" 200 2594 0.015951 10.0.0.141 - - [2025-05-01 02:07:17] "GET /projects?obj_uuids=c8c8bed1-d8a7-4418-9e28-a65b416109f4&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001415 10.0.0.141 - - [2025-05-01 02:07:17] "GET /project/c8c8bed1-d8a7-4418-9e28-a65b416109f4 HTTP/1.1" 200 2175 0.084429 10.0.0.141 - - [2025-05-01 02:07:17] "GET /virtual-network/ab2a43e2-3359-46a4-90cb-0138374c2ae3 HTTP/1.1" 200 2346 0.007847 10.0.0.141 - - [2025-05-01 02:07:17] "GET /virtual-network/ab2a43e2-3359-46a4-90cb-0138374c2ae3 HTTP/1.1" 200 2346 0.005073 10.0.0.141 - - [2025-05-01 02:07:17] "GET /routing-instance/14c8e5b4-6d48-442e-a20d-04572fd23f89 HTTP/1.1" 200 1497 0.003289 10.0.0.141 - - [2025-05-01 02:07:17] "GET /routing-instance/14c8e5b4-6d48-442e-a20d-04572fd23f89 HTTP/1.1" 200 1497 0.003181 10.0.0.141 - - [2025-05-01 02:07:17] "GET /route-target/92c0b394-8da9-400d-b488-564e4aaf78f1 HTTP/1.1" 200 1222 0.003783 10.0.0.141 - - [2025-05-01 02:07:17] "GET /virtual-network/ab2a43e2-3359-46a4-90cb-0138374c2ae3 HTTP/1.1" 200 2346 0.006159 10.0.0.141 - - [2025-05-01 02:07:17] "GET /routing-instance/14c8e5b4-6d48-442e-a20d-04572fd23f89 HTTP/1.1" 200 1497 0.003249 10.0.0.141 - - [2025-05-01 02:07:17] "GET /virtual-network/ab2a43e2-3359-46a4-90cb-0138374c2ae3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005517 10.0.0.141 - - [2025-05-01 02:07:17] "GET /virtual-network/ab2a43e2-3359-46a4-90cb-0138374c2ae3 HTTP/1.1" 200 2346 0.006988 10.0.0.141 - - [2025-05-01 02:07:17] "GET /routing-instance/14c8e5b4-6d48-442e-a20d-04572fd23f89 HTTP/1.1" 200 1497 0.004123 10.0.0.141 - - [2025-05-01 02:07:17] "GET /routing-instance/14c8e5b4-6d48-442e-a20d-04572fd23f89 HTTP/1.1" 200 1497 0.004303 10.0.0.141 - - [2025-05-01 02:07:17] "GET /route-target/92c0b394-8da9-400d-b488-564e4aaf78f1 HTTP/1.1" 200 1222 0.003281 10.0.0.141 - - [2025-05-01 02:07:17] "GET /domains HTTP/1.1" 200 281 0.003071 10.0.0.141 - - [2025-05-01 02:07:17] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001028 10.0.0.141 - - [2025-05-01 02:07:17] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6 HTTP/1.1" 200 2594 0.007073 10.0.0.141 - - [2025-05-01 02:07:17] "GET /projects?obj_uuids=c8c8bed1-d8a7-4418-9e28-a65b416109f4&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002412 10.0.0.141 - - [2025-05-01 02:07:18] "GET /project/c8c8bed1-d8a7-4418-9e28-a65b416109f4 HTTP/1.1" 200 2175 0.076429 10.0.0.141 - - [2025-05-01 02:07:18] "GET /virtual-network/ab2a43e2-3359-46a4-90cb-0138374c2ae3 HTTP/1.1" 200 2346 0.006808 10.0.0.141 - - [2025-05-01 02:07:18] "GET /obj-perms HTTP/1.1" 200 5071 0.049684 10.0.0.141 - - [2025-05-01 02:07:18] "POST /id-to-fqname HTTP/1.1" 200 233 0.001349 10.0.0.141 - - [2025-05-01 02:07:20] "POST /neutron/network HTTP/1.1" 200 849 0.005689 10.0.0.141 - - [2025-05-01 02:07:20] "GET /aaa-mode HTTP/1.1" 401 293 0.000412 10.0.0.141 - - [2025-05-01 02:07:20] "GET / HTTP/1.1" 200 36215 0.001873 10.0.0.141 - - [2025-05-01 02:07:20] "GET /project/c8c8bed1-d8a7-4418-9e28-a65b416109f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000426 10.0.0.141 - - [2025-05-01 02:07:20] "GET /projects?obj_uuids=c8c8bed1-d8a7-4418-9e28-a65b416109f4&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001138 10.0.0.141 - - [2025-05-01 02:07:20] "GET /project/c8c8bed1-d8a7-4418-9e28-a65b416109f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.056132 10.0.0.141 - - [2025-05-01 02:07:21] "POST /neutron/network HTTP/1.1" 200 839 0.027444 10.0.0.141 - - [2025-05-01 02:07:21] "POST /neutron/port HTTP/1.1" 200 117 0.005234 10.0.0.141 - - [2025-05-01 02:07:21] "POST /neutron/port HTTP/1.1" 200 117 0.004932 10.0.0.141 - - [2025-05-01 02:07:21] "POST /neutron/port HTTP/1.1" 200 117 0.005661 10.0.0.141 - - [2025-05-01 02:07:22] "POST /neutron/network HTTP/1.1" 200 849 0.005612 10.0.0.141 - - [2025-05-01 02:07:22] "GET /projects?obj_uuids=c8c8bed1-d8a7-4418-9e28-a65b416109f4&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001224 10.0.0.141 - - [2025-05-01 02:07:23] "POST /neutron/port HTTP/1.1" 200 1071 0.228860 10.0.0.141 - - [2025-05-01 02:07:23] "POST /neutron/port HTTP/1.1" 200 1071 0.032877 10.0.0.141 - - [2025-05-01 02:07:23] "POST /neutron/port HTTP/1.1" 200 1071 0.008245 10.0.0.141 - - [2025-05-01 02:07:23] "POST /neutron/port HTTP/1.1" 200 1125 0.073730 10.0.0.141 - - [2025-05-01 02:07:23] "POST /neutron/port HTTP/1.1" 200 1099 0.015626 10.0.0.141 - - [2025-05-01 02:07:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003491 10.0.0.141 - - [2025-05-01 02:07:23] "POST /neutron/subnet HTTP/1.1" 200 699 0.011410 10.0.0.141 - - [2025-05-01 02:07:23] "POST /neutron/port HTTP/1.1" 200 117 0.001620 10.0.0.141 - - [2025-05-01 02:07:23] "POST /neutron/network HTTP/1.1" 200 839 0.006978 10.0.0.141 - - [2025-05-01 02:07:26] "POST /neutron/port HTTP/1.1" 200 1099 0.021706 10.0.0.141 - - [2025-05-01 02:07:26] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006932 10.0.0.141 - - [2025-05-01 02:07:32] "POST /neutron/port HTTP/1.1" 200 1099 0.018544 10.0.0.141 - - [2025-05-01 02:07:32] "POST /neutron/security_group HTTP/1.1" 200 2069 0.008668 10.0.0.141 - - [2025-05-01 02:07:32] "GET /obj-perms HTTP/1.1" 200 5071 0.004544 10.0.0.141 - - [2025-05-01 02:07:32] "DELETE /project/c8c8bed1d8a744189e28a65b416109f4 HTTP/1.1" 404 173 0.007091 10.0.0.141 - - [2025-05-01 02:07:32] "DELETE /project/a0407c797a364e4ba58ccca1aa98572d HTTP/1.1" 404 173 0.004512 10.0.0.141 - - [2025-05-01 02:07:33] "GET /obj-perms HTTP/1.1" 200 5071 0.003537 10.0.0.141 - - [2025-05-01 02:07:34] "GET /obj-perms HTTP/1.1" 200 5071 0.003376 10.0.0.141 - - [2025-05-01 02:07:35] "GET /obj-perms HTTP/1.1" 200 5071 0.003361 10.0.0.141 - - [2025-05-01 02:07:36] "GET /obj-perms HTTP/1.1" 200 5071 0.003772 10.0.0.141 - - [2025-05-01 02:07:37] "POST /neutron/network HTTP/1.1" 200 839 0.007960 10.0.0.141 - - [2025-05-01 02:07:37] "POST /neutron/network HTTP/1.1" 400 204 0.019554 10.0.0.141 - - [2025-05-01 02:07:37] "GET /obj-perms HTTP/1.1" 200 5075 0.045471 10.0.0.141 - - [2025-05-01 02:07:37] "GET /obj-perms HTTP/1.1" 200 5075 0.045784 10.0.0.141 - - [2025-05-01 02:07:37] "POST /neutron/port HTTP/1.1" 200 1099 0.017738 10.0.0.141 - - [2025-05-01 02:07:37] "POST /neutron/port HTTP/1.1" 200 1125 0.009188 10.0.0.141 - - [2025-05-01 02:07:38] "POST /neutron/port HTTP/1.1" 200 151 0.118096 10.0.0.141 - - [2025-05-01 02:07:39] "POST /neutron/network HTTP/1.1" 200 839 0.005673 10.0.0.141 - - [2025-05-01 02:07:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002985 10.0.0.141 - - [2025-05-01 02:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004691 10.0.0.141 - - [2025-05-01 02:07:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003284 10.0.0.141 - - [2025-05-01 02:07:39] "POST /neutron/network HTTP/1.1" 200 151 0.098247 10.0.0.141 - - [2025-05-01 02:07:39] "GET /routing-instance/14c8e5b4-6d48-442e-a20d-04572fd23f89 HTTP/1.1" 404 171 0.002339 10.0.0.141 - - [2025-05-01 02:07:39] "DELETE /route-target/92c0b394-8da9-400d-b488-564e4aaf78f1 HTTP/1.1" 200 115 0.021391 10.0.0.141 - - [2025-05-01 02:07:39] "GET /domains HTTP/1.1" 200 281 0.004753 10.0.0.141 - - [2025-05-01 02:07:39] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001035 10.0.0.141 - - [2025-05-01 02:07:39] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6 HTTP/1.1" 200 2594 0.048698 10.0.0.141 - - [2025-05-01 02:07:39] "GET /projects?obj_uuids=c8c8bed1-d8a7-4418-9e28-a65b416109f4&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001739 10.0.0.141 - - [2025-05-01 02:07:39] "GET /project/c8c8bed1-d8a7-4418-9e28-a65b416109f4 HTTP/1.1" 200 1924 0.075493 10.0.0.141 - - [2025-05-01 02:07:39] "GET /projects?obj_uuids=c8c8bed1-d8a7-4418-9e28-a65b416109f4&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001188 10.0.0.141 - - [2025-05-01 02:07:39] "GET /project/c8c8bed1-d8a7-4418-9e28-a65b416109f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.048093 10.0.0.141 - - [2025-05-01 02:07:39] "GET /projects?obj_uuids=c8c8bed1-d8a7-4418-9e28-a65b416109f4&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001730 10.0.0.141 - - [2025-05-01 02:07:39] "GET /project/c8c8bed1-d8a7-4418-9e28-a65b416109f4?fields=virtual_networks HTTP/1.1" 200 1057 0.042529 10.0.0.141 - - [2025-05-01 02:07:40] "GET /projects?obj_uuids=c8c8bed1-d8a7-4418-9e28-a65b416109f4&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001104 10.0.0.141 - - [2025-05-01 02:07:40] "GET /project/c8c8bed1-d8a7-4418-9e28-a65b416109f4?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.039422 10.0.0.141 - - [2025-05-01 02:07:40] "GET /projects?obj_uuids=c8c8bed1-d8a7-4418-9e28-a65b416109f4&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001170 10.0.0.141 - - [2025-05-01 02:07:40] "GET /project/c8c8bed1-d8a7-4418-9e28-a65b416109f4?fields=security_groups HTTP/1.1" 200 1295 0.036040 10.0.0.141 - - [2025-05-01 02:07:41] "POST /fqname-to-id HTTP/1.1" 404 200 0.025267 10.0.0.141 - - [2025-05-01 02:07:41] "GET /projects?obj_uuids=783356ad-284c-4319-8080-29abef8952b3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002497 10.0.0.141 - - [2025-05-01 02:07:41] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001089 10.0.0.141 - - [2025-05-01 02:07:41] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007954 10.0.0.141 - - [2025-05-01 02:07:41] "POST /id-to-fqname HTTP/1.1" 200 202 0.001286 10.0.0.141 - - [2025-05-01 02:07:41] "POST /fqname-to-id HTTP/1.1" 404 211 0.003500 10.0.0.141 - - [2025-05-01 02:07:41] "POST /security-groups HTTP/1.1" 200 603 0.066422 10.0.0.141 - - [2025-05-01 02:07:41] "POST /fqname-to-id HTTP/1.1" 404 246 0.002831 10.0.0.141 - - [2025-05-01 02:07:41] "POST /projects HTTP/1.1" 200 609 0.234114 10.0.0.141 - - [2025-05-01 02:07:41] "POST /access-control-lists HTTP/1.1" 200 610 0.059487 10.0.0.141 - - [2025-05-01 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.306705 10.0.0.141 - - [2025-05-01 02:07:41] "POST /fqname-to-id HTTP/1.1" 404 245 0.002798 10.0.0.141 - - [2025-05-01 02:07:41] "GET /project/783356ad-284c-4319-8080-29abef8952b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.446454 10.0.0.141 - - [2025-05-01 02:07:41] "POST /access-control-lists HTTP/1.1" 200 608 0.064249 10.0.0.141 - - [2025-05-01 02:07:42] "GET / HTTP/1.1" 200 36215 0.002059 10.0.0.141 - - [2025-05-01 02:07:43] "GET /projects?obj_uuids=a0407c79-7a36-4e4b-a58c-cca1aa98572d&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001178 10.0.0.141 - - [2025-05-01 02:07:43] "GET /project/a0407c79-7a36-4e4b-a58c-cca1aa98572d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.046322 10.0.0.141 - - [2025-05-01 02:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.141 - - [2025-05-01 02:07:43] "GET /security-group/67bdd4ad-c87e-4ce0-924f-07518a6eb4f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3687 0.005405 10.0.0.141 - - [2025-05-01 02:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.141 - - [2025-05-01 02:07:44] "GET /projects?obj_uuids=a0407c79-7a36-4e4b-a58c-cca1aa98572d&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001162 10.0.0.141 - - [2025-05-01 02:07:44] "GET /project/a0407c79-7a36-4e4b-a58c-cca1aa98572d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.038975 10.0.0.141 - - [2025-05-01 02:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.141 - - [2025-05-01 02:07:44] "GET /security-group/67bdd4ad-c87e-4ce0-924f-07518a6eb4f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3687 0.003984 10.0.0.141 - - [2025-05-01 02:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.141 - - [2025-05-01 02:07:44] "PUT /security-group/67bdd4ad-c87e-4ce0-924f-07518a6eb4f6 HTTP/1.1" 200 263 0.013749 10.0.0.141 - - [2025-05-01 02:07:44] "PUT /access-control-list/4879ccff-303d-4aed-9f0a-1bdda78a9b6a HTTP/1.1" 200 273 0.009108 10.0.0.141 - - [2025-05-01 02:07:44] "PUT /access-control-list/a4a2f797-0da0-44b6-af21-ba9e01996f7b HTTP/1.1" 200 273 0.008973 10.0.0.141 - - [2025-05-01 02:07:44] "POST /fqname-to-id HTTP/1.1" 401 293 0.000466 10.0.0.141 - - [2025-05-01 02:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.052351 10.0.0.141 - - [2025-05-01 02:07:44] "GET /projects?obj_uuids=783356ad-284c-4319-8080-29abef8952b3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001124 10.0.0.141 - - [2025-05-01 02:07:44] "GET /project/783356ad-284c-4319-8080-29abef8952b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.025162 10.0.0.141 - - [2025-05-01 02:07:44] "POST /neutron/network HTTP/1.1" 200 117 0.028133 10.0.0.141 - - [2025-05-01 02:07:44] "GET /projects?obj_uuids=783356ad-284c-4319-8080-29abef8952b3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001063 10.0.0.141 - - [2025-05-01 02:07:45] "POST /neutron/network HTTP/1.1" 200 619 0.067546 10.0.0.141 - - [2025-05-01 02:07:45] "POST /route-targets HTTP/1.1" 200 328 0.009475 10.0.0.141 - - [2025-05-01 02:07:45] "POST /ref-update HTTP/1.1" 200 156 0.011369 10.0.0.141 - - [2025-05-01 02:07:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002998 10.0.0.141 - - [2025-05-01 02:07:45] "POST /neutron/subnet HTTP/1.1" 200 729 0.144007 10.0.0.141 - - [2025-05-01 02:07:45] "POST /neutron/network HTTP/1.1" 200 839 0.005509 10.0.0.141 - - [2025-05-01 02:07:45] "POST /id-to-fqname HTTP/1.1" 200 233 0.001193 10.0.0.141 - - [2025-05-01 02:07:45] "GET /virtual-network/93866666-ab6c-4e4d-ad8f-402bb952aa89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004795 10.0.0.141 - - [2025-05-01 02:07:45] "POST /neutron/network HTTP/1.1" 200 839 0.006117 10.0.0.141 - - [2025-05-01 02:07:45] "GET /virtual-network/93866666-ab6c-4e4d-ad8f-402bb952aa89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005130 10.0.0.141 - - [2025-05-01 02:07:45] "POST /neutron/network HTTP/1.1" 200 839 0.006984 10.0.0.141 - - [2025-05-01 02:07:45] "POST /neutron/subnet HTTP/1.1" 200 729 0.006649 10.0.0.141 - - [2025-05-01 02:07:45] "GET /domains HTTP/1.1" 401 293 0.000409 10.0.0.141 - - [2025-05-01 02:07:45] "GET /domains HTTP/1.1" 200 281 0.029921 10.0.0.141 - - [2025-05-01 02:07:45] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001076 10.0.0.141 - - [2025-05-01 02:07:45] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6 HTTP/1.1" 200 2793 0.008592 10.0.0.141 - - [2025-05-01 02:07:45] "GET /projects?obj_uuids=783356ad-284c-4319-8080-29abef8952b3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001036 10.0.0.141 - - [2025-05-01 02:07:45] "GET /project/783356ad-284c-4319-8080-29abef8952b3 HTTP/1.1" 200 2179 0.070396 10.0.0.141 - - [2025-05-01 02:07:45] "GET /virtual-network/93866666-ab6c-4e4d-ad8f-402bb952aa89 HTTP/1.1" 200 2347 0.006878 10.0.0.141 - - [2025-05-01 02:07:45] "GET /virtual-network/93866666-ab6c-4e4d-ad8f-402bb952aa89 HTTP/1.1" 200 2347 0.005562 10.0.0.141 - - [2025-05-01 02:07:45] "GET /routing-instance/5a095141-b9e8-4ba7-857f-2f047d18ac83 HTTP/1.1" 200 1493 0.003675 10.0.0.141 - - [2025-05-01 02:07:45] "GET /routing-instance/5a095141-b9e8-4ba7-857f-2f047d18ac83 HTTP/1.1" 200 1493 0.003627 10.0.0.141 - - [2025-05-01 02:07:45] "GET /route-target/0516a775-4b98-41dd-8e89-4377a6eafbf1 HTTP/1.1" 200 1219 0.003358 10.0.0.141 - - [2025-05-01 02:07:45] "GET /virtual-network/93866666-ab6c-4e4d-ad8f-402bb952aa89 HTTP/1.1" 200 2347 0.004844 10.0.0.141 - - [2025-05-01 02:07:45] "GET /routing-instance/5a095141-b9e8-4ba7-857f-2f047d18ac83 HTTP/1.1" 200 1493 0.003381 10.0.0.141 - - [2025-05-01 02:07:45] "GET /virtual-network/93866666-ab6c-4e4d-ad8f-402bb952aa89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004871 10.0.0.141 - - [2025-05-01 02:07:45] "GET /virtual-network/93866666-ab6c-4e4d-ad8f-402bb952aa89 HTTP/1.1" 200 2347 0.005157 10.0.0.141 - - [2025-05-01 02:07:45] "GET /routing-instance/5a095141-b9e8-4ba7-857f-2f047d18ac83 HTTP/1.1" 200 1493 0.003076 10.0.0.141 - - [2025-05-01 02:07:45] "GET /routing-instance/5a095141-b9e8-4ba7-857f-2f047d18ac83 HTTP/1.1" 200 1493 0.003083 10.0.0.141 - - [2025-05-01 02:07:45] "GET /route-target/0516a775-4b98-41dd-8e89-4377a6eafbf1 HTTP/1.1" 200 1219 0.002704 10.0.0.141 - - [2025-05-01 02:07:45] "GET /domains HTTP/1.1" 200 281 0.002496 10.0.0.141 - - [2025-05-01 02:07:45] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001027 10.0.0.141 - - [2025-05-01 02:07:45] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6 HTTP/1.1" 200 2793 0.007395 10.0.0.141 - - [2025-05-01 02:07:45] "GET /projects?obj_uuids=783356ad-284c-4319-8080-29abef8952b3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001283 10.0.0.141 - - [2025-05-01 02:07:46] "GET /project/783356ad-284c-4319-8080-29abef8952b3 HTTP/1.1" 200 2179 0.070976 10.0.0.141 - - [2025-05-01 02:07:46] "GET /virtual-network/93866666-ab6c-4e4d-ad8f-402bb952aa89 HTTP/1.1" 200 2347 0.005137 10.0.0.141 - - [2025-05-01 02:07:46] "GET /obj-perms HTTP/1.1" 200 5073 0.045105 10.0.0.141 - - [2025-05-01 02:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.141 - - [2025-05-01 02:07:46] "GET /projects?obj_uuids=783356ad-284c-4319-8080-29abef8952b3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001056 10.0.0.141 - - [2025-05-01 02:07:46] "GET /project/783356ad-284c-4319-8080-29abef8952b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.026435 10.0.0.141 - - [2025-05-01 02:07:46] "POST /neutron/network HTTP/1.1" 200 117 0.008828 10.0.0.141 - - [2025-05-01 02:07:46] "GET /projects?obj_uuids=783356ad-284c-4319-8080-29abef8952b3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001264 10.0.0.141 - - [2025-05-01 02:07:46] "POST /neutron/network HTTP/1.1" 200 619 0.060988 10.0.0.141 - - [2025-05-01 02:07:46] "POST /route-targets HTTP/1.1" 200 328 0.009565 10.0.0.141 - - [2025-05-01 02:07:46] "POST /ref-update HTTP/1.1" 200 156 0.015217 10.0.0.141 - - [2025-05-01 02:07:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003878 10.0.0.141 - - [2025-05-01 02:07:46] "POST /neutron/subnet HTTP/1.1" 200 724 0.168658 10.0.0.141 - - [2025-05-01 02:07:46] "POST /neutron/network HTTP/1.1" 200 838 0.005453 10.0.0.141 - - [2025-05-01 02:07:46] "POST /id-to-fqname HTTP/1.1" 200 233 0.001285 10.0.0.141 - - [2025-05-01 02:07:46] "GET /virtual-network/f8ce6744-3697-4a54-a0be-60018f370764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005078 10.0.0.141 - - [2025-05-01 02:07:46] "POST /neutron/network HTTP/1.1" 200 838 0.005648 10.0.0.141 - - [2025-05-01 02:07:46] "GET /virtual-network/f8ce6744-3697-4a54-a0be-60018f370764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005032 10.0.0.141 - - [2025-05-01 02:07:46] "POST /neutron/network HTTP/1.1" 200 838 0.005619 10.0.0.141 - - [2025-05-01 02:07:47] "POST /neutron/subnet HTTP/1.1" 200 724 0.007101 10.0.0.141 - - [2025-05-01 02:07:47] "GET /domains HTTP/1.1" 200 281 0.002197 10.0.0.141 - - [2025-05-01 02:07:47] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001069 10.0.0.141 - - [2025-05-01 02:07:47] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6 HTTP/1.1" 200 2793 0.006978 10.0.0.141 - - [2025-05-01 02:07:47] "GET /projects?obj_uuids=783356ad-284c-4319-8080-29abef8952b3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001051 10.0.0.141 - - [2025-05-01 02:07:47] "GET /project/783356ad-284c-4319-8080-29abef8952b3 HTTP/1.1" 200 2408 0.067885 10.0.0.141 - - [2025-05-01 02:07:47] "GET /virtual-network/f8ce6744-3697-4a54-a0be-60018f370764 HTTP/1.1" 200 2344 0.006289 10.0.0.141 - - [2025-05-01 02:07:47] "GET /virtual-network/f8ce6744-3697-4a54-a0be-60018f370764 HTTP/1.1" 200 2344 0.004898 10.0.0.141 - - [2025-05-01 02:07:47] "GET /routing-instance/4d9df56c-89d8-45a5-910d-993748c44668 HTTP/1.1" 200 1494 0.003890 10.0.0.141 - - [2025-05-01 02:07:47] "GET /routing-instance/4d9df56c-89d8-45a5-910d-993748c44668 HTTP/1.1" 200 1494 0.003227 10.0.0.141 - - [2025-05-01 02:07:47] "GET /route-target/66c8ea73-00ec-40f7-a260-ba8bd69897ec HTTP/1.1" 200 1220 0.002806 10.0.0.141 - - [2025-05-01 02:07:47] "GET /virtual-network/f8ce6744-3697-4a54-a0be-60018f370764 HTTP/1.1" 200 2344 0.004983 10.0.0.141 - - [2025-05-01 02:07:47] "GET /routing-instance/4d9df56c-89d8-45a5-910d-993748c44668 HTTP/1.1" 200 1494 0.003275 10.0.0.141 - - [2025-05-01 02:07:47] "GET /virtual-network/f8ce6744-3697-4a54-a0be-60018f370764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004575 10.0.0.141 - - [2025-05-01 02:07:47] "GET /virtual-network/f8ce6744-3697-4a54-a0be-60018f370764 HTTP/1.1" 200 2344 0.004522 10.0.0.141 - - [2025-05-01 02:07:47] "GET /routing-instance/4d9df56c-89d8-45a5-910d-993748c44668 HTTP/1.1" 200 1494 0.003105 10.0.0.141 - - [2025-05-01 02:07:47] "GET /routing-instance/4d9df56c-89d8-45a5-910d-993748c44668 HTTP/1.1" 200 1494 0.003519 10.0.0.141 - - [2025-05-01 02:07:47] "GET /route-target/66c8ea73-00ec-40f7-a260-ba8bd69897ec HTTP/1.1" 200 1220 0.002636 10.0.0.141 - - [2025-05-01 02:07:47] "GET /domains HTTP/1.1" 200 281 0.002585 10.0.0.141 - - [2025-05-01 02:07:47] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001055 10.0.0.141 - - [2025-05-01 02:07:47] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6 HTTP/1.1" 200 2793 0.007206 10.0.0.141 - - [2025-05-01 02:07:47] "GET /projects?obj_uuids=783356ad-284c-4319-8080-29abef8952b3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001020 10.0.0.141 - - [2025-05-01 02:07:47] "GET /project/783356ad-284c-4319-8080-29abef8952b3 HTTP/1.1" 200 2408 0.067528 10.0.0.141 - - [2025-05-01 02:07:47] "GET /virtual-network/f8ce6744-3697-4a54-a0be-60018f370764 HTTP/1.1" 200 2344 0.007136 10.0.0.141 - - [2025-05-01 02:07:47] "GET /obj-perms HTTP/1.1" 200 5073 0.003821 10.0.0.141 - - [2025-05-01 02:07:47] "POST /id-to-fqname HTTP/1.1" 200 233 0.001340 10.0.0.141 - - [2025-05-01 02:07:47] "POST /neutron/network HTTP/1.1" 200 848 0.005519 10.0.0.141 - - [2025-05-01 02:07:47] "GET /aaa-mode HTTP/1.1" 401 293 0.000403 10.0.0.141 - - [2025-05-01 02:07:47] "GET / HTTP/1.1" 200 36215 0.001837 10.0.0.141 - - [2025-05-01 02:07:47] "GET /project/783356ad-284c-4319-8080-29abef8952b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000424 10.0.0.141 - - [2025-05-01 02:07:48] "GET /projects?obj_uuids=783356ad-284c-4319-8080-29abef8952b3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001232 10.0.0.141 - - [2025-05-01 02:07:48] "GET /project/783356ad-284c-4319-8080-29abef8952b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.062068 10.0.0.141 - - [2025-05-01 02:07:48] "POST /neutron/network HTTP/1.1" 200 838 0.005482 10.0.0.141 - - [2025-05-01 02:07:48] "POST /neutron/port HTTP/1.1" 200 117 0.005248 10.0.0.141 - - [2025-05-01 02:07:48] "POST /neutron/port HTTP/1.1" 200 117 0.004996 10.0.0.141 - - [2025-05-01 02:07:48] "POST /id-to-fqname HTTP/1.1" 200 233 0.001373 10.0.0.141 - - [2025-05-01 02:07:48] "POST /neutron/port HTTP/1.1" 200 117 0.006176 10.0.0.141 - - [2025-05-01 02:07:48] "POST /neutron/network HTTP/1.1" 200 849 0.005605 10.0.0.141 - - [2025-05-01 02:07:48] "GET /aaa-mode HTTP/1.1" 401 293 0.000449 10.0.0.141 - - [2025-05-01 02:07:48] "POST /neutron/network HTTP/1.1" 200 848 0.008019 10.0.0.141 - - [2025-05-01 02:07:48] "GET /projects?obj_uuids=783356ad-284c-4319-8080-29abef8952b3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001245 10.0.0.141 - - [2025-05-01 02:07:49] "GET / HTTP/1.1" 200 36215 0.002136 10.0.0.141 - - [2025-05-01 02:07:49] "GET /project/783356ad-284c-4319-8080-29abef8952b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000470 10.0.0.141 - - [2025-05-01 02:07:49] "POST /neutron/port HTTP/1.1" 200 1072 0.249506 10.0.0.141 - - [2025-05-01 02:07:49] "POST /neutron/port HTTP/1.1" 200 1072 0.008744 10.0.0.141 - - [2025-05-01 02:07:49] "POST /neutron/port HTTP/1.1" 200 1072 0.009306 10.0.0.141 - - [2025-05-01 02:07:49] "POST /neutron/port HTTP/1.1" 200 1126 0.061789 10.0.0.141 - - [2025-05-01 02:07:49] "POST /neutron/port HTTP/1.1" 200 1100 0.017814 10.0.0.141 - - [2025-05-01 02:07:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003027 10.0.0.141 - - [2025-05-01 02:07:49] "POST /neutron/subnet HTTP/1.1" 200 698 0.009487 10.0.0.141 - - [2025-05-01 02:07:49] "POST /neutron/port HTTP/1.1" 200 117 0.001141 10.0.0.141 - - [2025-05-01 02:07:49] "POST /neutron/network HTTP/1.1" 200 838 0.005527 10.0.0.141 - - [2025-05-01 02:07:49] "GET /projects?obj_uuids=783356ad-284c-4319-8080-29abef8952b3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001154 10.0.0.141 - - [2025-05-01 02:07:49] "GET /project/783356ad-284c-4319-8080-29abef8952b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.052526 10.0.0.141 - - [2025-05-01 02:07:49] "POST /neutron/network HTTP/1.1" 200 839 0.005564 10.0.0.141 - - [2025-05-01 02:07:49] "POST /neutron/port HTTP/1.1" 200 1100 0.024985 10.0.0.141 - - [2025-05-01 02:07:49] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007058 10.0.0.141 - - [2025-05-01 02:07:49] "POST /neutron/port HTTP/1.1" 200 117 0.005464 10.0.0.141 - - [2025-05-01 02:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002604 10.0.0.141 - - [2025-05-01 02:07:49] "GET /projects?obj_uuids=783356ad-284c-4319-8080-29abef8952b3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001079 10.0.0.141 - - [2025-05-01 02:07:49] "GET /project/783356ad-284c-4319-8080-29abef8952b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.035792 10.0.0.141 - - [2025-05-01 02:07:49] "GET /virtual-network/93866666-ab6c-4e4d-ad8f-402bb952aa89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007522 10.0.0.141 - - [2025-05-01 02:07:49] "GET /floating-ip-pools?parent_id=93866666-ab6c-4e4d-ad8f-402bb952aa89&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004205 10.0.0.141 - - [2025-05-01 02:07:49] "GET /virtual-network/93866666-ab6c-4e4d-ad8f-402bb952aa89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005861 10.0.0.141 - - [2025-05-01 02:07:49] "POST /neutron/network HTTP/1.1" 200 849 0.011980 10.0.0.141 - - [2025-05-01 02:07:50] "GET /projects?obj_uuids=783356ad-284c-4319-8080-29abef8952b3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001545 10.0.0.141 - - [2025-05-01 02:07:50] "POST /floating-ip-pools HTTP/1.1" 200 611 0.048046 10.0.0.141 - - [2025-05-01 02:07:50] "POST /ref-update HTTP/1.1" 200 156 0.022504 10.0.0.141 - - [2025-05-01 02:07:50] "GET /virtual-network/93866666-ab6c-4e4d-ad8f-402bb952aa89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.014088 10.0.0.141 - - [2025-05-01 02:07:50] "GET /domains HTTP/1.1" 200 281 0.005250 10.0.0.141 - - [2025-05-01 02:07:50] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001467 10.0.0.141 - - [2025-05-01 02:07:50] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6 HTTP/1.1" 200 2793 0.009581 10.0.0.141 - - [2025-05-01 02:07:50] "GET /projects?obj_uuids=783356ad-284c-4319-8080-29abef8952b3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001562 10.0.0.141 - - [2025-05-01 02:07:50] "POST /neutron/port HTTP/1.1" 200 1073 0.321855 10.0.0.141 - - [2025-05-01 02:07:50] "GET /project/783356ad-284c-4319-8080-29abef8952b3 HTTP/1.1" 200 3253 0.105022 10.0.0.141 - - [2025-05-01 02:07:50] "GET /virtual-network/93866666-ab6c-4e4d-ad8f-402bb952aa89 HTTP/1.1" 200 3162 0.006016 10.0.0.141 - - [2025-05-01 02:07:50] "GET /floating-ip-pool/d6eebbd5-1b77-4b78-a608-553e99be1e69 HTTP/1.1" 200 1444 0.005673 10.0.0.141 - - [2025-05-01 02:07:50] "GET /domains HTTP/1.1" 200 281 0.005394 10.0.0.141 - - [2025-05-01 02:07:50] "POST /neutron/port HTTP/1.1" 200 1073 0.024282 10.0.0.141 - - [2025-05-01 02:07:50] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001024 10.0.0.141 - - [2025-05-01 02:07:50] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6 HTTP/1.1" 200 2793 0.011636 10.0.0.141 - - [2025-05-01 02:07:50] "POST /neutron/port HTTP/1.1" 200 1073 0.020358 10.0.0.141 - - [2025-05-01 02:07:50] "GET /projects?obj_uuids=783356ad-284c-4319-8080-29abef8952b3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000984 10.0.0.141 - - [2025-05-01 02:07:50] "GET /project/783356ad-284c-4319-8080-29abef8952b3 HTTP/1.1" 200 3253 0.102777 10.0.0.141 - - [2025-05-01 02:07:50] "GET /virtual-network/93866666-ab6c-4e4d-ad8f-402bb952aa89 HTTP/1.1" 200 3162 0.023720 10.0.0.141 - - [2025-05-01 02:07:50] "GET /virtual-network/93866666-ab6c-4e4d-ad8f-402bb952aa89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006087 10.0.0.141 - - [2025-05-01 02:07:50] "POST /neutron/port HTTP/1.1" 200 1127 0.156535 10.0.0.141 - - [2025-05-01 02:07:50] "POST /neutron/port HTTP/1.1" 200 1100 0.023176 10.0.0.141 - - [2025-05-01 02:07:50] "POST /neutron/port HTTP/1.1" 200 1101 0.016653 10.0.0.141 - - [2025-05-01 02:07:50] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006484 10.0.0.141 - - [2025-05-01 02:07:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003035 10.0.0.141 - - [2025-05-01 02:07:50] "POST /neutron/subnet HTTP/1.1" 200 703 0.019467 10.0.0.141 - - [2025-05-01 02:07:50] "POST /neutron/port HTTP/1.1" 200 117 0.001151 10.0.0.141 - - [2025-05-01 02:07:50] "POST /neutron/port HTTP/1.1" 200 1100 0.015960 10.0.0.141 - - [2025-05-01 02:07:50] "POST /neutron/network HTTP/1.1" 200 839 0.008518 10.0.0.141 - - [2025-05-01 02:07:50] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006297 10.0.0.141 - - [2025-05-01 02:07:50] "POST /neutron/port HTTP/1.1" 200 1100 0.016254 10.0.0.141 - - [2025-05-01 02:07:50] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006699 10.0.0.141 - - [2025-05-01 02:07:50] "GET /virtual-machine/cf7e1d92-af79-4695-ac2f-a89421e80807 HTTP/1.1" 200 1307 0.004535 10.0.0.141 - - [2025-05-01 02:07:50] "GET /virtual-machine-interface/85f30a32-f875-4873-909c-5e729e42cced HTTP/1.1" 200 3010 0.005001 10.0.0.141 - - [2025-05-01 02:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.141 - - [2025-05-01 02:07:50] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003569 10.0.0.141 - - [2025-05-01 02:07:50] "GET /virtual-networks?parent_id=783356ad-284c-4319-8080-29abef8952b3&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003433 10.0.0.141 - - [2025-05-01 02:07:50] "GET /virtual-network/f8ce6744-3697-4a54-a0be-60018f370764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005737 10.0.0.141 - - [2025-05-01 02:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.141 - - [2025-05-01 02:07:54] "GET /virtual-network/f8ce6744-3697-4a54-a0be-60018f370764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008697 10.0.0.141 - - [2025-05-01 02:07:54] "POST /neutron/port HTTP/1.1" 200 1100 0.016961 10.0.0.141 - - [2025-05-01 02:07:54] "POST /neutron/port HTTP/1.1" 200 1100 0.018108 10.0.0.141 - - [2025-05-01 02:07:54] "POST /neutron/network HTTP/1.1" 200 848 0.008811 10.0.0.141 - - [2025-05-01 02:07:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006494 10.0.0.141 - - [2025-05-01 02:07:54] "POST /neutron/subnet HTTP/1.1" 200 698 0.009961 10.0.0.141 - - [2025-05-01 02:07:54] "POST /neutron/port HTTP/1.1" 200 117 0.001331 10.0.0.141 - - [2025-05-01 02:07:54] "POST /neutron/network HTTP/1.1" 200 838 0.009031 10.0.0.141 - - [2025-05-01 02:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.141 - - [2025-05-01 02:07:58] "GET /virtual-network/f8ce6744-3697-4a54-a0be-60018f370764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005114 10.0.0.141 - - [2025-05-01 02:07:59] "POST /neutron/port HTTP/1.1" 200 1100 0.039244 10.0.0.141 - - [2025-05-01 02:07:59] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005139 10.0.0.141 - - [2025-05-01 02:08:00] "POST /neutron/port HTTP/1.1" 200 1101 0.014329 10.0.0.141 - - [2025-05-01 02:08:00] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005659 10.0.0.141 - - [2025-05-01 02:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.141 - - [2025-05-01 02:08:00] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003264 10.0.0.141 - - [2025-05-01 02:08:00] "GET /virtual-networks?parent_id=783356ad-284c-4319-8080-29abef8952b3&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003695 10.0.0.141 - - [2025-05-01 02:08:00] "GET /virtual-network/f8ce6744-3697-4a54-a0be-60018f370764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005640 10.0.0.141 - - [2025-05-01 02:08:00] "POST /neutron/port HTTP/1.1" 200 1100 0.014787 10.0.0.141 - - [2025-05-01 02:08:00] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006147 10.0.0.141 - - [2025-05-01 02:08:05] "GET /projects?obj_uuids=783356ad-284c-4319-8080-29abef8952b3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001153 10.0.0.141 - - [2025-05-01 02:08:05] "POST /neutron/floatingip HTTP/1.1" 200 531 0.063169 10.0.0.141 - - [2025-05-01 02:08:05] "POST /neutron/port HTTP/1.1" 200 1100 0.013329 10.0.0.141 - - [2025-05-01 02:08:05] "POST /neutron/floatingip HTTP/1.1" 200 531 0.005309 10.0.0.141 - - [2025-05-01 02:08:05] "POST /neutron/floatingip HTTP/1.1" 200 578 0.028746 10.0.0.141 - - [2025-05-01 02:08:05] "POST /neutron/port HTTP/1.1" 200 1101 0.014690 10.0.0.141 - - [2025-05-01 02:08:05] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005827 10.0.0.141 - - [2025-05-01 02:08:05] "POST /neutron/port HTTP/1.1" 200 1101 0.013602 10.0.0.141 - - [2025-05-01 02:08:05] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006377 10.0.0.141 - - [2025-05-01 02:08:05] "POST /neutron/port HTTP/1.1" 200 1101 0.013150 10.0.0.141 - - [2025-05-01 02:08:05] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005927 10.0.0.141 - - [2025-05-01 02:08:05] "GET /virtual-machine/4c83cefa-c7d4-41b3-b6fe-66065d9a945d HTTP/1.1" 200 1306 0.005390 10.0.0.141 - - [2025-05-01 02:08:05] "GET /virtual-machine-interface/5dfec606-d1c0-4965-8b61-b6956981decf HTTP/1.1" 200 3010 0.004947 10.0.0.141 - - [2025-05-01 02:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.141 - - [2025-05-01 02:08:06] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002887 10.0.0.141 - - [2025-05-01 02:08:06] "GET /virtual-networks?parent_id=783356ad-284c-4319-8080-29abef8952b3&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003309 10.0.0.141 - - [2025-05-01 02:08:06] "GET /virtual-network/93866666-ab6c-4e4d-ad8f-402bb952aa89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005641 10.0.0.141 - - [2025-05-01 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.141 - - [2025-05-01 02:08:07] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003980 10.0.0.141 - - [2025-05-01 02:08:07] "GET /virtual-networks?parent_id=783356ad-284c-4319-8080-29abef8952b3&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003458 10.0.0.141 - - [2025-05-01 02:08:07] "GET /virtual-network/93866666-ab6c-4e4d-ad8f-402bb952aa89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005976 10.0.0.141 - - [2025-05-01 02:08:07] "POST /neutron/floatingip HTTP/1.1" 200 578 0.010231 10.0.0.141 - - [2025-05-01 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002522 10.0.0.141 - - [2025-05-01 02:08:07] "GET /routing-instance/5a095141-b9e8-4ba7-857f-2f047d18ac83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.003322 10.0.0.141 - - [2025-05-01 02:08:07] "GET /route-target/0516a775-4b98-41dd-8e89-4377a6eafbf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004173 10.0.0.141 - - [2025-05-01 02:08:07] "GET /floating-ip/eb9e1e09-e859-423d-b4e2-943380d4016f HTTP/1.1" 200 1894 0.005216 10.0.0.141 - - [2025-05-01 02:08:10] "POST /neutron/floatingip HTTP/1.1" 200 578 0.009454 10.0.0.141 - - [2025-05-01 02:08:10] "POST /neutron/floatingip HTTP/1.1" 200 531 0.022516 10.0.0.141 - - [2025-05-01 02:08:10] "POST /neutron/floatingip HTTP/1.1" 200 531 0.005518 10.0.0.141 - - [2025-05-01 02:08:10] "POST /neutron/floatingip HTTP/1.1" 200 115 0.037543 10.0.0.141 - - [2025-05-01 02:08:10] "GET /floating-ip-pool/d6eebbd5-1b77-4b78-a608-553e99be1e69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.003776 10.0.0.141 - - [2025-05-01 02:08:10] "POST /ref-update HTTP/1.1" 200 156 0.009629 10.0.0.141 - - [2025-05-01 02:08:10] "DELETE /floating-ip-pool/d6eebbd5-1b77-4b78-a608-553e99be1e69 HTTP/1.1" 200 115 0.024512 10.0.0.141 - - [2025-05-01 02:08:10] "POST /neutron/network HTTP/1.1" 200 838 0.008136 10.0.0.141 - - [2025-05-01 02:08:10] "POST /neutron/network HTTP/1.1" 400 204 0.010939 10.0.0.141 - - [2025-05-01 02:08:11] "POST /neutron/port HTTP/1.1" 200 1101 0.038103 10.0.0.141 - - [2025-05-01 02:08:11] "POST /neutron/port HTTP/1.1" 200 1127 0.013521 10.0.0.141 - - [2025-05-01 02:08:11] "POST /neutron/port HTTP/1.1" 200 1100 0.022640 10.0.0.141 - - [2025-05-01 02:08:11] "POST /neutron/port HTTP/1.1" 200 1126 0.012202 10.0.0.141 - - [2025-05-01 02:08:11] "POST /neutron/port HTTP/1.1" 200 151 0.155232 10.0.0.141 - - [2025-05-01 02:08:11] "POST /neutron/port HTTP/1.1" 200 151 0.153673 10.0.0.141 - - [2025-05-01 02:08:12] "POST /neutron/network HTTP/1.1" 200 838 0.005819 10.0.0.141 - - [2025-05-01 02:08:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002627 10.0.0.141 - - [2025-05-01 02:08:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.007747 10.0.0.141 - - [2025-05-01 02:08:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003247 10.0.0.141 - - [2025-05-01 02:08:13] "POST /neutron/network HTTP/1.1" 200 151 0.088253 10.0.0.141 - - [2025-05-01 02:08:13] "GET /routing-instance/4d9df56c-89d8-45a5-910d-993748c44668 HTTP/1.1" 404 171 0.002114 10.0.0.141 - - [2025-05-01 02:08:13] "GET /domains HTTP/1.1" 200 281 0.003305 10.0.0.141 - - [2025-05-01 02:08:13] "DELETE /route-target/66c8ea73-00ec-40f7-a260-ba8bd69897ec HTTP/1.1" 200 115 0.024992 10.0.0.141 - - [2025-05-01 02:08:13] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001057 10.0.0.141 - - [2025-05-01 02:08:13] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6 HTTP/1.1" 200 2793 0.049770 10.0.0.141 - - [2025-05-01 02:08:13] "GET /projects?obj_uuids=783356ad-284c-4319-8080-29abef8952b3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001165 10.0.0.141 - - [2025-05-01 02:08:13] "GET /project/783356ad-284c-4319-8080-29abef8952b3 HTTP/1.1" 200 2179 0.078457 10.0.0.141 - - [2025-05-01 02:08:13] "POST /neutron/network HTTP/1.1" 200 839 0.006017 10.0.0.141 - - [2025-05-01 02:08:13] "POST /useragent-kv HTTP/1.1" 200 115 0.006124 10.0.0.141 - - [2025-05-01 02:08:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004562 10.0.0.141 - - [2025-05-01 02:08:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002356 10.0.0.141 - - [2025-05-01 02:08:13] "POST /neutron/network HTTP/1.1" 200 151 0.109221 10.0.0.141 - - [2025-05-01 02:08:13] "GET /routing-instance/5a095141-b9e8-4ba7-857f-2f047d18ac83 HTTP/1.1" 404 171 0.002746 10.0.0.141 - - [2025-05-01 02:08:13] "DELETE /route-target/0516a775-4b98-41dd-8e89-4377a6eafbf1 HTTP/1.1" 200 115 0.019413 10.0.0.141 - - [2025-05-01 02:08:13] "GET /domains HTTP/1.1" 200 281 0.003765 10.0.0.141 - - [2025-05-01 02:08:13] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001175 10.0.0.141 - - [2025-05-01 02:08:13] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6 HTTP/1.1" 200 2793 0.048067 10.0.0.141 - - [2025-05-01 02:08:13] "GET /projects?obj_uuids=783356ad-284c-4319-8080-29abef8952b3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001139 10.0.0.141 - - [2025-05-01 02:08:13] "GET /project/783356ad-284c-4319-8080-29abef8952b3 HTTP/1.1" 200 1928 0.067744 10.0.0.141 - - [2025-05-01 02:08:13] "GET /projects?obj_uuids=783356ad-284c-4319-8080-29abef8952b3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001629 10.0.0.141 - - [2025-05-01 02:08:13] "GET /project/783356ad-284c-4319-8080-29abef8952b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.027736 10.0.0.141 - - [2025-05-01 02:08:13] "GET /projects?obj_uuids=783356ad-284c-4319-8080-29abef8952b3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001144 10.0.0.141 - - [2025-05-01 02:08:13] "GET /project/783356ad-284c-4319-8080-29abef8952b3?fields=virtual_networks HTTP/1.1" 200 1057 0.068529 10.0.0.141 - - [2025-05-01 02:08:13] "GET /projects?obj_uuids=783356ad-284c-4319-8080-29abef8952b3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001127 10.0.0.141 - - [2025-05-01 02:08:14] "GET /project/783356ad-284c-4319-8080-29abef8952b3?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.035248 10.0.0.141 - - [2025-05-01 02:08:14] "GET /projects?obj_uuids=783356ad-284c-4319-8080-29abef8952b3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001112 10.0.0.141 - - [2025-05-01 02:08:14] "GET /project/783356ad-284c-4319-8080-29abef8952b3?fields=security_groups HTTP/1.1" 200 1296 0.030163 10.0.0.141 - - [2025-05-01 02:08:14] "POST /fqname-to-id HTTP/1.1" 404 183 0.025987 10.0.0.141 - - [2025-05-01 02:08:14] "GET /projects?obj_uuids=89f8ef89-81da-4cc0-a3f0-e1c136fa8a74&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002628 10.0.0.141 - - [2025-05-01 02:08:15] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001268 10.0.0.141 - - [2025-05-01 02:08:15] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008021 10.0.0.141 - - [2025-05-01 02:08:15] "POST /id-to-fqname HTTP/1.1" 200 185 0.003834 10.0.0.141 - - [2025-05-01 02:08:15] "POST /fqname-to-id HTTP/1.1" 404 194 0.002560 10.0.0.141 - - [2025-05-01 02:08:15] "POST /security-groups HTTP/1.1" 200 586 0.059378 10.0.0.141 - - [2025-05-01 02:08:15] "POST /fqname-to-id HTTP/1.1" 404 229 0.003208 10.0.0.141 - - [2025-05-01 02:08:15] "POST /projects HTTP/1.1" 200 575 0.225592 10.0.0.141 - - [2025-05-01 02:08:15] "POST /access-control-lists HTTP/1.1" 200 593 0.061431 10.0.0.141 - - [2025-05-01 02:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.293720 10.0.0.141 - - [2025-05-01 02:08:15] "POST /fqname-to-id HTTP/1.1" 404 228 0.002815 10.0.0.141 - - [2025-05-01 02:08:15] "GET /project/89f8ef89-81da-4cc0-a3f0-e1c136fa8a74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.414488 10.0.0.141 - - [2025-05-01 02:08:15] "POST /access-control-lists HTTP/1.1" 200 591 0.064235 10.0.0.141 - - [2025-05-01 02:08:16] "GET / HTTP/1.1" 200 36215 0.001949 10.0.0.141 - - [2025-05-01 02:08:17] "GET /projects?obj_uuids=89f8ef89-81da-4cc0-a3f0-e1c136fa8a74&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001255 10.0.0.141 - - [2025-05-01 02:08:17] "GET /project/89f8ef89-81da-4cc0-a3f0-e1c136fa8a74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.026812 10.0.0.141 - - [2025-05-01 02:08:17] "GET /projects?obj_uuids=89f8ef89-81da-4cc0-a3f0-e1c136fa8a74&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001075 10.0.0.141 - - [2025-05-01 02:08:17] "GET /project/89f8ef89-81da-4cc0-a3f0-e1c136fa8a74?fields=virtual_networks HTTP/1.1" 200 1024 0.076019 10.0.0.141 - - [2025-05-01 02:08:17] "GET /projects?obj_uuids=89f8ef89-81da-4cc0-a3f0-e1c136fa8a74&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001150 10.0.0.141 - - [2025-05-01 02:08:17] "GET /project/89f8ef89-81da-4cc0-a3f0-e1c136fa8a74?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.030556 10.0.0.141 - - [2025-05-01 02:08:17] "GET /projects?obj_uuids=89f8ef89-81da-4cc0-a3f0-e1c136fa8a74&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001141 10.0.0.141 - - [2025-05-01 02:08:18] "GET /project/89f8ef89-81da-4cc0-a3f0-e1c136fa8a74?fields=security_groups HTTP/1.1" 200 1246 0.030947 10.0.0.141 - - [2025-05-01 02:08:18] "POST /fqname-to-id HTTP/1.1" 404 191 0.024050 10.0.0.141 - - [2025-05-01 02:08:18] "GET /projects?obj_uuids=3bd144fd-2a67-4f75-854e-30ece0a28ff7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002761 10.0.0.141 - - [2025-05-01 02:08:18] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001414 10.0.0.141 - - [2025-05-01 02:08:18] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007648 10.0.0.141 - - [2025-05-01 02:08:19] "POST /id-to-fqname HTTP/1.1" 200 193 0.001266 10.0.0.141 - - [2025-05-01 02:08:19] "POST /fqname-to-id HTTP/1.1" 404 202 0.003232 10.0.0.141 - - [2025-05-01 02:08:19] "POST /security-groups HTTP/1.1" 200 594 0.066192 10.0.0.141 - - [2025-05-01 02:08:19] "POST /fqname-to-id HTTP/1.1" 404 237 0.003344 10.0.0.141 - - [2025-05-01 02:08:19] "POST /projects HTTP/1.1" 200 591 0.215769 10.0.0.141 - - [2025-05-01 02:08:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.283533 10.0.0.141 - - [2025-05-01 02:08:19] "POST /access-control-lists HTTP/1.1" 200 601 0.061800 10.0.0.141 - - [2025-05-01 02:08:19] "POST /fqname-to-id HTTP/1.1" 404 236 0.002748 10.0.0.141 - - [2025-05-01 02:08:19] "GET /project/3bd144fd-2a67-4f75-854e-30ece0a28ff7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.406200 10.0.0.141 - - [2025-05-01 02:08:19] "POST /access-control-lists HTTP/1.1" 200 599 0.060520 10.0.0.141 - - [2025-05-01 02:08:20] "GET / HTTP/1.1" 200 36215 0.002308 10.0.0.141 - - [2025-05-01 02:08:21] "GET /project/3bd144fd-2a67-4f75-854e-30ece0a28ff7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000499 10.0.0.141 - - [2025-05-01 02:08:21] "GET /projects?obj_uuids=3bd144fd-2a67-4f75-854e-30ece0a28ff7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001155 10.0.0.141 - - [2025-05-01 02:08:21] "GET /project/3bd144fd-2a67-4f75-854e-30ece0a28ff7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.052500 10.0.0.141 - - [2025-05-01 02:08:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002714 10.0.0.141 - - [2025-05-01 02:08:22] "GET /security-group/0b7fbcb8-2272-4272-adf6-0413779a226f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.005353 10.0.0.141 - - [2025-05-01 02:08:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.141 - - [2025-05-01 02:08:22] "GET /projects?obj_uuids=3bd144fd-2a67-4f75-854e-30ece0a28ff7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002320 10.0.0.141 - - [2025-05-01 02:08:22] "GET /project/3bd144fd-2a67-4f75-854e-30ece0a28ff7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.033585 10.0.0.141 - - [2025-05-01 02:08:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.141 - - [2025-05-01 02:08:22] "GET /security-group/0b7fbcb8-2272-4272-adf6-0413779a226f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.005357 10.0.0.141 - - [2025-05-01 02:08:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.141 - - [2025-05-01 02:08:22] "PUT /security-group/0b7fbcb8-2272-4272-adf6-0413779a226f HTTP/1.1" 200 263 0.016394 10.0.0.141 - - [2025-05-01 02:08:22] "PUT /access-control-list/dc930999-934b-42ec-8ba4-77bdbac9fc65 HTTP/1.1" 200 273 0.009430 10.0.0.141 - - [2025-05-01 02:08:22] "PUT /access-control-list/ea29e294-89e1-4462-95d9-e8d5a8597a0e HTTP/1.1" 200 273 0.012990 10.0.0.141 - - [2025-05-01 02:08:22] "POST /fqname-to-id HTTP/1.1" 404 202 0.002716 10.0.0.141 - - [2025-05-01 02:08:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.141 - - [2025-05-01 02:08:22] "GET /projects?obj_uuids=3bd144fd-2a67-4f75-854e-30ece0a28ff7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001600 10.0.0.141 - - [2025-05-01 02:08:22] "GET /project/3bd144fd-2a67-4f75-854e-30ece0a28ff7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.028154 10.0.0.141 - - [2025-05-01 02:08:22] "POST /neutron/network HTTP/1.1" 200 117 0.030445 10.0.0.141 - - [2025-05-01 02:08:22] "GET /projects?obj_uuids=3bd144fd-2a67-4f75-854e-30ece0a28ff7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001260 10.0.0.141 - - [2025-05-01 02:08:22] "POST /neutron/network HTTP/1.1" 200 608 0.070051 10.0.0.141 - - [2025-05-01 02:08:22] "POST /route-targets HTTP/1.1" 200 328 0.013653 10.0.0.141 - - [2025-05-01 02:08:22] "POST /ref-update HTTP/1.1" 200 156 0.015713 10.0.0.141 - - [2025-05-01 02:08:22] "POST /useragent-kv HTTP/1.1" 200 115 0.004341 10.0.0.141 - - [2025-05-01 02:08:22] "POST /neutron/subnet HTTP/1.1" 200 720 0.185590 10.0.0.141 - - [2025-05-01 02:08:22] "POST /neutron/network HTTP/1.1" 200 826 0.005909 10.0.0.141 - - [2025-05-01 02:08:22] "POST /id-to-fqname HTTP/1.1" 200 223 0.001310 10.0.0.141 - - [2025-05-01 02:08:22] "GET /virtual-network/79c2efce-0597-494b-8b17-59b4f88b07fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005175 10.0.0.141 - - [2025-05-01 02:08:22] "POST /neutron/network HTTP/1.1" 200 826 0.005898 10.0.0.141 - - [2025-05-01 02:08:22] "GET /virtual-network/79c2efce-0597-494b-8b17-59b4f88b07fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005035 10.0.0.141 - - [2025-05-01 02:08:23] "POST /neutron/network HTTP/1.1" 200 826 0.006183 10.0.0.141 - - [2025-05-01 02:08:23] "POST /neutron/subnet HTTP/1.1" 200 720 0.006976 10.0.0.141 - - [2025-05-01 02:08:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002590 10.0.0.141 - - [2025-05-01 02:08:23] "GET /projects?obj_uuids=3bd144fd-2a67-4f75-854e-30ece0a28ff7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001152 10.0.0.141 - - [2025-05-01 02:08:23] "GET /project/3bd144fd-2a67-4f75-854e-30ece0a28ff7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.028878 10.0.0.141 - - [2025-05-01 02:08:23] "POST /neutron/network HTTP/1.1" 200 117 0.009130 10.0.0.141 - - [2025-05-01 02:08:23] "GET /projects?obj_uuids=3bd144fd-2a67-4f75-854e-30ece0a28ff7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001126 10.0.0.141 - - [2025-05-01 02:08:23] "POST /neutron/network HTTP/1.1" 200 615 0.102040 10.0.0.141 - - [2025-05-01 02:08:23] "POST /route-targets HTTP/1.1" 200 328 0.014964 10.0.0.141 - - [2025-05-01 02:08:23] "POST /ref-update HTTP/1.1" 200 156 0.021978 10.0.0.141 - - [2025-05-01 02:08:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003293 10.0.0.141 - - [2025-05-01 02:08:23] "POST /neutron/subnet HTTP/1.1" 200 734 0.162187 10.0.0.141 - - [2025-05-01 02:08:23] "POST /neutron/network HTTP/1.1" 200 836 0.005549 10.0.0.141 - - [2025-05-01 02:08:23] "POST /id-to-fqname HTTP/1.1" 200 227 0.001368 10.0.0.141 - - [2025-05-01 02:08:23] "GET /virtual-network/fc6873fb-5da3-434a-b9bf-6e81f55a1084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005146 10.0.0.141 - - [2025-05-01 02:08:23] "POST /neutron/network HTTP/1.1" 200 836 0.006298 10.0.0.141 - - [2025-05-01 02:08:23] "GET /virtual-network/fc6873fb-5da3-434a-b9bf-6e81f55a1084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006545 10.0.0.141 - - [2025-05-01 02:08:23] "POST /neutron/network HTTP/1.1" 200 836 0.007362 10.0.0.141 - - [2025-05-01 02:08:23] "POST /neutron/subnet HTTP/1.1" 200 734 0.007950 10.0.0.141 - - [2025-05-01 02:08:23] "POST /id-to-fqname HTTP/1.1" 200 223 0.001410 10.0.0.141 - - [2025-05-01 02:08:23] "POST /neutron/network HTTP/1.1" 200 836 0.006423 10.0.0.141 - - [2025-05-01 02:08:23] "GET /aaa-mode HTTP/1.1" 401 293 0.000475 10.0.0.141 - - [2025-05-01 02:08:24] "GET / HTTP/1.1" 200 36215 0.001817 10.0.0.141 - - [2025-05-01 02:08:24] "GET /project/3bd144fd-2a67-4f75-854e-30ece0a28ff7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000427 10.0.0.141 - - [2025-05-01 02:08:24] "GET /projects?obj_uuids=3bd144fd-2a67-4f75-854e-30ece0a28ff7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001259 10.0.0.141 - - [2025-05-01 02:08:24] "GET /project/3bd144fd-2a67-4f75-854e-30ece0a28ff7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.048846 10.0.0.141 - - [2025-05-01 02:08:24] "POST /neutron/network HTTP/1.1" 200 826 0.005752 10.0.0.141 - - [2025-05-01 02:08:24] "POST /neutron/port HTTP/1.1" 200 117 0.005123 10.0.0.141 - - [2025-05-01 02:08:24] "POST /neutron/port HTTP/1.1" 200 117 0.004998 10.0.0.141 - - [2025-05-01 02:08:24] "POST /id-to-fqname HTTP/1.1" 200 227 0.001430 10.0.0.141 - - [2025-05-01 02:08:24] "POST /neutron/port HTTP/1.1" 200 117 0.008218 10.0.0.141 - - [2025-05-01 02:08:25] "POST /neutron/network HTTP/1.1" 200 846 0.006061 10.0.0.141 - - [2025-05-01 02:08:25] "GET /aaa-mode HTTP/1.1" 401 293 0.000467 10.0.0.141 - - [2025-05-01 02:08:25] "POST /neutron/network HTTP/1.1" 200 836 0.005979 10.0.0.141 - - [2025-05-01 02:08:25] "GET /projects?obj_uuids=3bd144fd-2a67-4f75-854e-30ece0a28ff7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001426 10.0.0.141 - - [2025-05-01 02:08:25] "GET / HTTP/1.1" 200 36215 0.002421 10.0.0.141 - - [2025-05-01 02:08:25] "GET /project/3bd144fd-2a67-4f75-854e-30ece0a28ff7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000579 10.0.0.141 - - [2025-05-01 02:08:25] "POST /neutron/port HTTP/1.1" 200 1062 0.249648 10.0.0.141 - - [2025-05-01 02:08:25] "POST /neutron/port HTTP/1.1" 200 1062 0.010123 10.0.0.141 - - [2025-05-01 02:08:25] "POST /neutron/port HTTP/1.1" 200 1062 0.014282 10.0.0.141 - - [2025-05-01 02:08:25] "POST /neutron/port HTTP/1.1" 200 1116 0.091898 10.0.0.141 - - [2025-05-01 02:08:25] "POST /neutron/port HTTP/1.1" 200 1090 0.019078 10.0.0.141 - - [2025-05-01 02:08:25] "GET /projects?obj_uuids=3bd144fd-2a67-4f75-854e-30ece0a28ff7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001143 10.0.0.141 - - [2025-05-01 02:08:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003930 10.0.0.141 - - [2025-05-01 02:08:25] "GET /project/3bd144fd-2a67-4f75-854e-30ece0a28ff7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.063419 10.0.0.141 - - [2025-05-01 02:08:25] "POST /neutron/subnet HTTP/1.1" 200 694 0.025968 10.0.0.141 - - [2025-05-01 02:08:25] "POST /neutron/network HTTP/1.1" 200 836 0.009082 10.0.0.141 - - [2025-05-01 02:08:25] "POST /neutron/port HTTP/1.1" 200 117 0.001429 10.0.0.141 - - [2025-05-01 02:08:25] "POST /neutron/network HTTP/1.1" 200 826 0.006581 10.0.0.141 - - [2025-05-01 02:08:26] "POST /neutron/port HTTP/1.1" 200 1090 0.017747 10.0.0.141 - - [2025-05-01 02:08:26] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006424 10.0.0.141 - - [2025-05-01 02:08:26] "POST /neutron/port HTTP/1.1" 200 117 0.005106 10.0.0.141 - - [2025-05-01 02:08:26] "GET /projects?obj_uuids=3bd144fd-2a67-4f75-854e-30ece0a28ff7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001478 10.0.0.141 - - [2025-05-01 02:08:26] "POST /neutron/router HTTP/1.1" 200 585 0.069673 10.0.0.141 - - [2025-05-01 02:08:26] "POST /neutron/router HTTP/1.1" 200 585 0.003417 10.0.0.141 - - [2025-05-01 02:08:26] "POST /route-targets HTTP/1.1" 200 328 0.014074 10.0.0.141 - - [2025-05-01 02:08:26] "POST /neutron/router HTTP/1.1" 200 656 0.043391 10.0.0.141 - - [2025-05-01 02:08:26] "PUT /logical-router/5aad4806-220d-463f-b6b3-325007a800a6 HTTP/1.1" 200 263 0.043384 10.0.0.141 - - [2025-05-01 02:08:26] "POST /neutron/router HTTP/1.1" 200 656 0.005670 10.0.0.141 - - [2025-05-01 02:08:26] "GET /projects?obj_uuids=3bd144fd-2a67-4f75-854e-30ece0a28ff7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001242 10.0.0.141 - - [2025-05-01 02:08:26] "GET /logical-router/5aad4806-220d-463f-b6b3-325007a800a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.011322 10.0.0.141 - - [2025-05-01 02:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996 10.0.0.141 - - [2025-05-01 02:08:26] "GET /service-template/f0aa0621-c0a9-4c54-af90-51df3a710d73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1684 0.026268 10.0.0.141 - - [2025-05-01 02:08:26] "POST /fqname-to-id HTTP/1.1" 404 215 0.002751 10.0.0.141 - - [2025-05-01 02:08:26] "POST /neutron/network HTTP/1.1" 200 846 0.008600 10.0.0.141 - - [2025-05-01 02:08:26] "GET /projects?obj_uuids=3bd144fd-2a67-4f75-854e-30ece0a28ff7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001287 10.0.0.141 - - [2025-05-01 02:08:26] "POST /neutron/router HTTP/1.1" 200 344 0.381756 10.0.0.141 - - [2025-05-01 02:08:26] "POST /ref-update HTTP/1.1" 200 156 0.024035 10.0.0.141 - - [2025-05-01 02:08:26] "POST /useragent-kv HTTP/1.1" 200 115 0.005671 10.0.0.141 - - [2025-05-01 02:08:26] "POST /virtual-networks HTTP/1.1" 200 696 0.215603 10.0.0.141 - - [2025-05-01 02:08:26] "POST /neutron/port HTTP/1.1" 200 1090 0.078836 10.0.0.141 - - [2025-05-01 02:08:26] "POST /neutron/security_group HTTP/1.1" 200 2002 0.014050 10.0.0.141 - - [2025-05-01 02:08:26] "POST /route-targets HTTP/1.1" 200 328 0.064353 10.0.0.141 - - [2025-05-01 02:08:27] "POST /ref-update HTTP/1.1" 200 156 0.154899 10.0.0.141 - - [2025-05-01 02:08:27] "POST /service-instances HTTP/1.1" 200 672 0.197917 10.0.0.141 - - [2025-05-01 02:08:27] "POST /route-tables HTTP/1.1" 200 584 0.042470 10.0.0.141 - - [2025-05-01 02:08:27] "POST /neutron/port HTTP/1.1" 200 1065 0.525854 10.0.0.141 - - [2025-05-01 02:08:27] "PUT /logical-router/5aad4806-220d-463f-b6b3-325007a800a6 HTTP/1.1" 200 263 0.025172 10.0.0.141 - - [2025-05-01 02:08:27] "POST /neutron/port HTTP/1.1" 200 1065 0.023716 10.0.0.141 - - [2025-05-01 02:08:27] "POST /neutron/port HTTP/1.1" 200 1065 0.013197 10.0.0.141 - - [2025-05-01 02:08:27] "POST /ref-update HTTP/1.1" 200 156 0.043244 10.0.0.141 - - [2025-05-01 02:08:27] "POST /neutron/port HTTP/1.1" 200 1119 0.089236 10.0.0.141 - - [2025-05-01 02:08:27] "POST /neutron/port HTTP/1.1" 200 1093 0.016139 10.0.0.141 - - [2025-05-01 02:08:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003277 10.0.0.141 - - [2025-05-01 02:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005794 10.0.0.141 - - [2025-05-01 02:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002840 10.0.0.141 - - [2025-05-01 02:08:27] "POST /neutron/subnet HTTP/1.1" 200 708 0.009878 10.0.0.141 - - [2025-05-01 02:08:27] "POST /neutron/port HTTP/1.1" 200 117 0.001359 10.0.0.141 - - [2025-05-01 02:08:27] "POST /neutron/network HTTP/1.1" 200 836 0.012833 10.0.0.141 - - [2025-05-01 02:08:27] "POST /virtual-machines HTTP/1.1" 200 554 0.032814 10.0.0.141 - - [2025-05-01 02:08:27] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.097763 10.0.0.141 - - [2025-05-01 02:08:27] "POST /chown HTTP/1.1" 200 109 0.008864 10.0.0.141 - - [2025-05-01 02:08:27] "POST /instance-ips HTTP/1.1" 200 552 0.022289 10.0.0.141 - - [2025-05-01 02:08:27] "POST /instance-ips HTTP/1.1" 400 246 0.015957 10.0.0.141 - - [2025-05-01 02:08:27] "POST /chown HTTP/1.1" 200 109 0.008914 10.0.0.141 - - [2025-05-01 02:08:27] "PUT /virtual-machine-interface/b090c2e1-91f6-4446-924f-a0449d8d439f HTTP/1.1" 200 285 0.013142 10.0.0.141 - - [2025-05-01 02:08:27] "PUT /instance-ip/116e87ad-d2af-4602-8ce1-f40f80639998 HTTP/1.1" 200 257 0.015004 10.0.0.141 - - [2025-05-01 02:08:28] "POST /ref-update HTTP/1.1" 200 156 0.015410 10.0.0.141 - - [2025-05-01 02:08:28] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.102798 10.0.0.141 - - [2025-05-01 02:08:28] "POST /chown HTTP/1.1" 200 109 0.008753 10.0.0.141 - - [2025-05-01 02:08:28] "POST /instance-ips HTTP/1.1" 200 550 0.028933 10.0.0.141 - - [2025-05-01 02:08:28] "POST /instance-ips HTTP/1.1" 400 316 0.016843 10.0.0.141 - - [2025-05-01 02:08:28] "POST /chown HTTP/1.1" 200 109 0.008723 10.0.0.141 - - [2025-05-01 02:08:28] "PUT /virtual-machine-interface/bd6dfcbb-cf66-4814-98eb-535919db2849 HTTP/1.1" 200 285 0.011963 10.0.0.141 - - [2025-05-01 02:08:28] "PUT /instance-ip/bf95ed66-0a9b-496b-89cf-44fb25076abb HTTP/1.1" 200 257 0.016274 10.0.0.141 - - [2025-05-01 02:08:28] "POST /ref-update HTTP/1.1" 200 156 0.012342 10.0.0.141 - - [2025-05-01 02:08:28] "POST /ref-update HTTP/1.1" 200 156 0.011290 10.0.0.141 - - [2025-05-01 02:08:28] "PUT /routing-instance/86ed60ca-adee-4640-9fad-f9ee103ebb19 HTTP/1.1" 200 267 0.011492 10.0.0.141 - - [2025-05-01 02:08:28] "POST /ref-update HTTP/1.1" 200 156 0.010664 10.0.0.141 - - [2025-05-01 02:08:28] "POST /virtual-machines HTTP/1.1" 200 554 0.018211 10.0.0.141 - - [2025-05-01 02:08:28] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.099934 10.0.0.141 - - [2025-05-01 02:08:28] "POST /chown HTTP/1.1" 200 109 0.007613 10.0.0.141 - - [2025-05-01 02:08:28] "POST /instance-ips HTTP/1.1" 400 246 0.017090 10.0.0.141 - - [2025-05-01 02:08:29] "POST /chown HTTP/1.1" 200 109 0.007513 10.0.0.141 - - [2025-05-01 02:08:29] "PUT /virtual-machine-interface/6739fd47-c0a0-442f-9ba4-b34697680a12 HTTP/1.1" 200 285 0.011186 10.0.0.141 - - [2025-05-01 02:08:29] "PUT /instance-ip/116e87ad-d2af-4602-8ce1-f40f80639998 HTTP/1.1" 200 257 0.015685 10.0.0.141 - - [2025-05-01 02:08:29] "POST /ref-update HTTP/1.1" 200 156 0.016438 10.0.0.141 - - [2025-05-01 02:08:29] "POST /ref-update HTTP/1.1" 200 156 0.011878 10.0.0.141 - - [2025-05-01 02:08:29] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.085239 10.0.0.141 - - [2025-05-01 02:08:29] "POST /ref-update HTTP/1.1" 200 156 0.018514 10.0.0.141 - - [2025-05-01 02:08:29] "PUT /routing-instance/86ed60ca-adee-4640-9fad-f9ee103ebb19 HTTP/1.1" 200 267 0.018423 10.0.0.141 - - [2025-05-01 02:08:29] "POST /chown HTTP/1.1" 200 109 0.013480 10.0.0.141 - - [2025-05-01 02:08:29] "POST /instance-ips HTTP/1.1" 400 316 0.024879 10.0.0.141 - - [2025-05-01 02:08:29] "POST /chown HTTP/1.1" 200 109 0.007966 10.0.0.141 - - [2025-05-01 02:08:29] "PUT /virtual-machine-interface/aeb7ac8a-62e6-44bf-8c1d-3e9d35920067 HTTP/1.1" 200 285 0.010625 10.0.0.141 - - [2025-05-01 02:08:29] "PUT /instance-ip/bf95ed66-0a9b-496b-89cf-44fb25076abb HTTP/1.1" 200 257 0.024619 10.0.0.141 - - [2025-05-01 02:08:29] "POST /ref-update HTTP/1.1" 200 156 0.011925 10.0.0.141 - - [2025-05-01 02:08:29] "POST /ref-update HTTP/1.1" 200 156 0.012727 10.0.0.141 - - [2025-05-01 02:08:29] "POST /ref-update HTTP/1.1" 200 156 0.016537 10.0.0.141 - - [2025-05-01 02:08:29] "PUT /routing-instance/86ed60ca-adee-4640-9fad-f9ee103ebb19 HTTP/1.1" 200 267 0.037980 10.0.0.141 - - [2025-05-01 02:08:31] "POST /neutron/port HTTP/1.1" 200 1090 0.016416 10.0.0.141 - - [2025-05-01 02:08:31] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007088 10.0.0.141 - - [2025-05-01 02:08:31] "POST /neutron/port HTTP/1.1" 200 1090 0.016573 10.0.0.141 - - [2025-05-01 02:08:32] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006478 10.0.0.141 - - [2025-05-01 02:08:32] "POST /neutron/port HTTP/1.1" 200 1090 0.015481 10.0.0.141 - - [2025-05-01 02:08:32] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006198 10.0.0.141 - - [2025-05-01 02:08:32] "GET /virtual-machine/a9c58bc6-5657-4987-a7a9-b8f18412b631 HTTP/1.1" 401 293 0.000491 10.0.0.141 - - [2025-05-01 02:08:32] "GET /virtual-machine/a9c58bc6-5657-4987-a7a9-b8f18412b631 HTTP/1.1" 200 1298 0.036086 10.0.0.141 - - [2025-05-01 02:08:32] "GET /virtual-machine-interface/26bd69e4-0a36-46e5-928a-5cabc3ff17e4 HTTP/1.1" 200 2962 0.005599 10.0.0.141 - - [2025-05-01 02:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.008885 10.0.0.141 - - [2025-05-01 02:08:32] "DELETE /project/3bd144fd2a674f75854e30ece0a28ff7 HTTP/1.1" 404 173 0.016887 10.0.0.141 - - [2025-05-01 02:08:32] "DELETE /project/783356ad284c4319808029abef8952b3 HTTP/1.1" 404 173 0.014683 10.0.0.141 - - [2025-05-01 02:08:32] "DELETE /project/89f8ef8981da4cc0a3f0e1c136fa8a74 HTTP/1.1" 404 173 0.016400 10.0.0.141 - - [2025-05-01 02:08:32] "GET /projects?obj_uuids=c8c8bed1-d8a7-4418-9e28-a65b416109f4&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001436 10.0.0.141 - - [2025-05-01 02:08:32] "GET /projects?obj_uuids=89f8ef89-81da-4cc0-a3f0-e1c136fa8a74&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001328 10.0.0.141 - - [2025-05-01 02:08:32] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.007505 10.0.0.141 - - [2025-05-01 02:08:32] "GET /projects?obj_uuids=783356ad-284c-4319-8080-29abef8952b3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001467 10.0.0.141 - - [2025-05-01 02:08:32] "GET /project/89f8ef89-81da-4cc0-a3f0-e1c136fa8a74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.074919 10.0.0.141 - - [2025-05-01 02:08:32] "GET /project/c8c8bed1-d8a7-4418-9e28-a65b416109f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.084343 10.0.0.141 - - [2025-05-01 02:08:32] "GET /project/783356ad-284c-4319-8080-29abef8952b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.083677 10.0.0.141 - - [2025-05-01 02:08:32] "GET /virtual-networks?parent_id=3bd144fd-2a67-4f75-854e-30ece0a28ff7&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.017768 10.0.0.141 - - [2025-05-01 02:08:32] "GET /projects?obj_uuids=89f8ef89-81da-4cc0-a3f0-e1c136fa8a74&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001153 10.0.0.141 - - [2025-05-01 02:08:32] "GET /projects?obj_uuids=783356ad-284c-4319-8080-29abef8952b3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001335 10.0.0.141 - - [2025-05-01 02:08:32] "GET /projects?obj_uuids=c8c8bed1-d8a7-4418-9e28-a65b416109f4&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000982 10.0.0.141 - - [2025-05-01 02:08:32] "GET /virtual-network/79c2efce-0597-494b-8b17-59b4f88b07fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007230 10.0.0.141 - - [2025-05-01 02:08:32] "GET /project/89f8ef89-81da-4cc0-a3f0-e1c136fa8a74?fields=security_groups HTTP/1.1" 200 1348 0.055234 10.0.0.141 - - [2025-05-01 02:08:32] "GET /project/c8c8bed1-d8a7-4418-9e28-a65b416109f4?fields=security_groups HTTP/1.1" 200 1397 0.069676 10.0.0.141 - - [2025-05-01 02:08:32] "GET /project/783356ad-284c-4319-8080-29abef8952b3?fields=security_groups HTTP/1.1" 200 1398 0.074494 10.0.0.141 - - [2025-05-01 02:08:32] "DELETE /security-group/7c5e500f-cfd4-456a-a58c-5a219b18b2b3 HTTP/1.1" 200 115 0.074158 10.0.0.141 - - [2025-05-01 02:08:32] "GET /projects?obj_uuids=89f8ef89-81da-4cc0-a3f0-e1c136fa8a74&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002638 10.0.0.141 - - [2025-05-01 02:08:32] "DELETE /access-control-list/518af57a-be81-4191-9de1-f61ee7c6169b HTTP/1.1" 200 115 0.060197 10.0.0.141 - - [2025-05-01 02:08:32] "GET /project/89f8ef89-81da-4cc0-a3f0-e1c136fa8a74?fields=application_policy_sets HTTP/1.1" 200 1387 0.055324 10.0.0.141 - - [2025-05-01 02:08:32] "DELETE /security-group/f525d91e-f07f-40db-92d1-7e2926e5a279 HTTP/1.1" 200 115 0.130879 10.0.0.141 - - [2025-05-01 02:08:32] "DELETE /access-control-list/8f3fc6d0-49c7-465b-a64c-2448008eecba HTTP/1.1" 200 115 0.048629 10.0.0.141 - - [2025-05-01 02:08:32] "GET /projects?obj_uuids=c8c8bed1-d8a7-4418-9e28-a65b416109f4&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001138 10.0.0.141 - - [2025-05-01 02:08:32] "DELETE /security-group/83e46b2c-34e8-4421-95f9-e81e993eaefa HTTP/1.1" 200 115 0.134715 10.0.0.141 - - [2025-05-01 02:08:32] "GET /projects?obj_uuids=783356ad-284c-4319-8080-29abef8952b3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001214 10.0.0.141 - - [2025-05-01 02:08:32] "GET /project/c8c8bed1-d8a7-4418-9e28-a65b416109f4?fields=application_policy_sets HTTP/1.1" 200 1436 0.061714 10.0.0.141 - - [2025-05-01 02:08:32] "DELETE /access-control-list/332b029d-130f-4a53-b790-ba27a7e0bd85 HTTP/1.1" 200 115 0.060054 10.0.0.141 - - [2025-05-01 02:08:33] "GET /project/783356ad-284c-4319-8080-29abef8952b3?fields=application_policy_sets HTTP/1.1" 200 1437 0.121680 10.0.0.141 - - [2025-05-01 02:08:33] "DELETE /access-control-list/00a92fbd-883a-41a6-b336-1f82b9989903 HTTP/1.1" 200 115 0.073074 10.0.0.141 - - [2025-05-01 02:08:33] "DELETE /access-control-list/0db7e9bc-2d00-4fd3-8b36-dd35a52e6343 HTTP/1.1" 200 115 0.051996 10.0.0.141 - - [2025-05-01 02:08:33] "DELETE /project/89f8ef89-81da-4cc0-a3f0-e1c136fa8a74 HTTP/1.1" 200 115 0.598967 10.0.0.141 - - [2025-05-01 02:08:33] "DELETE /access-control-list/bc0a5ede-230c-4e52-af20-cdb2c5c904a7 HTTP/1.1" 200 115 0.069242 10.0.0.141 - - [2025-05-01 02:08:33] "DELETE /project/c8c8bed1-d8a7-4418-9e28-a65b416109f4 HTTP/1.1" 200 115 0.674903 10.0.0.141 - - [2025-05-01 02:08:33] "DELETE /project/783356ad-284c-4319-8080-29abef8952b3 HTTP/1.1" 200 115 0.691199 10.0.0.141 - - [2025-05-01 02:08:35] "POST /neutron/port HTTP/1.1" 200 1090 0.015452 10.0.0.141 - - [2025-05-01 02:08:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006258 10.0.0.141 - - [2025-05-01 02:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.141 - - [2025-05-01 02:08:35] "GET /virtual-network/79c2efce-0597-494b-8b17-59b4f88b07fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005463 10.0.0.141 - - [2025-05-01 02:08:37] "POST /neutron/port HTTP/1.1" 200 1093 0.015437 10.0.0.141 - - [2025-05-01 02:08:37] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007031 10.0.0.141 - - [2025-05-01 02:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.141 - - [2025-05-01 02:08:37] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003274 10.0.0.141 - - [2025-05-01 02:08:37] "GET /virtual-networks?parent_id=3bd144fd-2a67-4f75-854e-30ece0a28ff7&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003030 10.0.0.141 - - [2025-05-01 02:08:38] "GET /virtual-network/79c2efce-0597-494b-8b17-59b4f88b07fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005677 10.0.0.141 - - [2025-05-01 02:08:38] "GET /obj-perms HTTP/1.1" 200 5075 0.055788 10.0.0.141 - - [2025-05-01 02:08:38] "POST /neutron/port HTTP/1.1" 200 1093 0.016066 10.0.0.141 - - [2025-05-01 02:08:38] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006537 10.0.0.141 - - [2025-05-01 02:08:38] "POST /neutron/port HTTP/1.1" 200 1093 0.014835 10.0.0.141 - - [2025-05-01 02:08:38] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006431 10.0.0.141 - - [2025-05-01 02:08:38] "POST /neutron/port HTTP/1.1" 200 1093 0.014650 10.0.0.141 - - [2025-05-01 02:08:38] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006341 10.0.0.141 - - [2025-05-01 02:08:38] "GET /virtual-machine/ddc4b459-3bb4-41db-a982-1f2be3befdc9 HTTP/1.1" 200 1298 0.005689 10.0.0.141 - - [2025-05-01 02:08:38] "GET /virtual-machine-interface/7da1e6ec-b362-430b-8225-d3214e3540c4 HTTP/1.1" 200 2973 0.005719 10.0.0.141 - - [2025-05-01 02:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.141 - - [2025-05-01 02:08:38] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003923 10.0.0.141 - - [2025-05-01 02:08:38] "GET /virtual-networks?parent_id=3bd144fd-2a67-4f75-854e-30ece0a28ff7&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003577 10.0.0.141 - - [2025-05-01 02:08:38] "GET /virtual-network/fc6873fb-5da3-434a-b9bf-6e81f55a1084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006373 10.0.0.141 - - [2025-05-01 02:08:38] "GET /obj-perms HTTP/1.1" 200 5075 0.051694 10.0.0.141 - - [2025-05-01 02:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.141 - - [2025-05-01 02:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002601 10.0.0.141 - - [2025-05-01 02:08:38] "POST /chown HTTP/1.1" 200 109 0.009097 10.0.0.141 - - [2025-05-01 02:08:38] "POST /instance-ips HTTP/1.1" 400 246 0.015483 10.0.0.141 - - [2025-05-01 02:08:38] "POST /chown HTTP/1.1" 200 109 0.009872 10.0.0.141 - - [2025-05-01 02:08:38] "POST /chown HTTP/1.1" 200 109 0.007535 10.0.0.141 - - [2025-05-01 02:08:38] "POST /instance-ips HTTP/1.1" 400 316 0.014620 10.0.0.141 - - [2025-05-01 02:08:39] "POST /chown HTTP/1.1" 200 109 0.008420 10.0.0.141 - - [2025-05-01 02:08:39] "POST /chown HTTP/1.1" 200 109 0.008122 10.0.0.141 - - [2025-05-01 02:08:39] "POST /instance-ips HTTP/1.1" 400 246 0.020487 10.0.0.141 - - [2025-05-01 02:08:39] "POST /chown HTTP/1.1" 200 109 0.012344 10.0.0.141 - - [2025-05-01 02:08:39] "POST /chown HTTP/1.1" 200 109 0.009869 10.0.0.141 - - [2025-05-01 02:08:39] "POST /instance-ips HTTP/1.1" 400 316 0.018503 10.0.0.141 - - [2025-05-01 02:08:39] "POST /chown HTTP/1.1" 200 109 0.007953 10.0.0.141 - - [2025-05-01 02:08:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.141 - - [2025-05-01 02:08:39] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003228 10.0.0.141 - - [2025-05-01 02:08:39] "GET /virtual-networks?parent_id=3bd144fd-2a67-4f75-854e-30ece0a28ff7&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003132 10.0.0.141 - - [2025-05-01 02:08:39] "GET /virtual-network/fc6873fb-5da3-434a-b9bf-6e81f55a1084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005659 10.0.0.141 - - [2025-05-01 02:08:43] "POST /neutron/router HTTP/1.1" 200 656 0.004214 10.0.0.141 - - [2025-05-01 02:08:43] "POST /ref-update HTTP/1.1" 200 156 0.017590 10.0.0.141 - - [2025-05-01 02:08:43] "POST /neutron/router HTTP/1.1" 200 344 0.115840 10.0.0.141 - - [2025-05-01 02:08:43] "POST /neutron/router HTTP/1.1" 200 656 0.006559 10.0.0.141 - - [2025-05-01 02:08:43] "GET /logical-router/5aad4806-220d-463f-b6b3-325007a800a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1976 0.006099 10.0.0.141 - - [2025-05-01 02:08:43] "GET /service-instance/05b7841c-9e4f-4401-a6a3-5d3ba6c371c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2316 0.004319 10.0.0.141 - - [2025-05-01 02:08:43] "POST /neutron/router HTTP/1.1" 200 151 0.058197 10.0.0.141 - - [2025-05-01 02:08:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.141 - - [2025-05-01 02:08:44] "DELETE /route-target/93b5a98f-8ac1-40d5-b567-7412eb27cb1e HTTP/1.1" 409 240 0.004691 10.0.0.141 - - [2025-05-01 02:08:44] "PUT /logical-router/5aad4806-220d-463f-b6b3-325007a800a6 HTTP/1.1" 404 171 0.003081 10.0.0.141 - - [2025-05-01 02:08:44] "POST /ref-update HTTP/1.1" 200 156 0.024422 10.0.0.141 - - [2025-05-01 02:08:44] "DELETE /route-table/1d81c935-6c07-4b49-bbc9-dfc06eb1137b HTTP/1.1" 200 115 0.037368 10.0.0.141 - - [2025-05-01 02:08:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002438 10.0.0.141 - - [2025-05-01 02:08:44] "PUT /routing-instance/86ed60ca-adee-4640-9fad-f9ee103ebb19 HTTP/1.1" 200 267 0.010132 10.0.0.141 - - [2025-05-01 02:08:44] "GET /virtual-network/e2cd1bcb-ea7b-4484-bdd9-de3fc10e8770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.006434 10.0.0.141 - - [2025-05-01 02:08:44] "POST /neutron/network HTTP/1.1" 200 836 0.007193 10.0.0.141 - - [2025-05-01 02:08:44] "POST /neutron/network HTTP/1.1" 400 204 0.040637 10.0.0.141 - - [2025-05-01 02:08:44] "POST /ref-update HTTP/1.1" 200 156 0.015056 10.0.0.141 - - [2025-05-01 02:08:44] "POST /ref-update HTTP/1.1" 200 156 0.010802 10.0.0.141 - - [2025-05-01 02:08:44] "DELETE /instance-ip/bf95ed66-0a9b-496b-89cf-44fb25076abb HTTP/1.1" 200 115 0.040967 10.0.0.141 - - [2025-05-01 02:08:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005011 10.0.0.141 - - [2025-05-01 02:08:44] "POST /useragent-kv HTTP/1.1" 200 115 0.005367 10.0.0.141 - - [2025-05-01 02:08:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003400 10.0.0.141 - - [2025-05-01 02:08:44] "DELETE /virtual-network/e2cd1bcb-ea7b-4484-bdd9-de3fc10e8770 HTTP/1.1" 200 115 0.152294 10.0.0.141 - - [2025-05-01 02:08:44] "DELETE /route-target/b3d37313-faee-4f0f-91fa-69a0fe6ee9e1 HTTP/1.1" 200 115 0.024695 10.0.0.141 - - [2025-05-01 02:08:44] "DELETE /service-instance/05b7841c-9e4f-4401-a6a3-5d3ba6c371c6 HTTP/1.1" 200 115 0.037102 10.0.0.141 - - [2025-05-01 02:08:44] "GET /logical-router/5aad4806-220d-463f-b6b3-325007a800a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002619 10.0.0.141 - - [2025-05-01 02:08:44] "GET /service-instance/05b7841c-9e4f-4401-a6a3-5d3ba6c371c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002822 10.0.0.141 - - [2025-05-01 02:08:44] "POST /neutron/port HTTP/1.1" 200 1093 0.015304 10.0.0.141 - - [2025-05-01 02:08:44] "GET /virtual-machine-interface/b090c2e1-91f6-4446-924f-a0449d8d439f?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1656 0.007445 10.0.0.141 - - [2025-05-01 02:08:44] "POST /neutron/port HTTP/1.1" 200 1090 0.020653 10.0.0.141 - - [2025-05-01 02:08:44] "POST /neutron/port HTTP/1.1" 200 1119 0.012829 10.0.0.141 - - [2025-05-01 02:08:44] "POST /neutron/port HTTP/1.1" 200 1116 0.014882 10.0.0.141 - - [2025-05-01 02:08:44] "POST /ref-update HTTP/1.1" 200 156 0.023036 10.0.0.141 - - [2025-05-01 02:08:44] "GET /instance-ip/116e87ad-d2af-4602-8ce1-f40f80639998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.004287 10.0.0.141 - - [2025-05-01 02:08:44] "POST /neutron/port HTTP/1.1" 200 151 0.174765 10.0.0.141 - - [2025-05-01 02:08:44] "POST /neutron/port HTTP/1.1" 200 151 0.195359 10.0.0.141 - - [2025-05-01 02:08:44] "DELETE /virtual-machine-interface/b090c2e1-91f6-4446-924f-a0449d8d439f HTTP/1.1" 200 115 0.088557 10.0.0.141 - - [2025-05-01 02:08:44] "GET /virtual-machine-interface/bd6dfcbb-cf66-4814-98eb-535919db2849?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1335 0.007801 10.0.0.141 - - [2025-05-01 02:08:45] "DELETE /virtual-machine-interface/bd6dfcbb-cf66-4814-98eb-535919db2849 HTTP/1.1" 200 115 0.034059 10.0.0.141 - - [2025-05-01 02:08:45] "POST /ref-update HTTP/1.1" 200 156 0.010892 10.0.0.141 - - [2025-05-01 02:08:45] "DELETE /virtual-machine/45bf581d-9a4a-48d1-b336-8747b217001c HTTP/1.1" 200 115 0.017894 10.0.0.141 - - [2025-05-01 02:08:45] "GET /virtual-machine-interface/6739fd47-c0a0-442f-9ba4-b34697680a12?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1655 0.007381 10.0.0.141 - - [2025-05-01 02:08:45] "POST /ref-update HTTP/1.1" 200 156 0.014417 10.0.0.141 - - [2025-05-01 02:08:45] "GET /instance-ip/116e87ad-d2af-4602-8ce1-f40f80639998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1699 0.005338 10.0.0.141 - - [2025-05-01 02:08:45] "DELETE /instance-ip/116e87ad-d2af-4602-8ce1-f40f80639998 HTTP/1.1" 200 115 0.022320 10.0.0.141 - - [2025-05-01 02:08:45] "DELETE /virtual-machine-interface/6739fd47-c0a0-442f-9ba4-b34697680a12 HTTP/1.1" 200 115 0.029954 10.0.0.141 - - [2025-05-01 02:08:45] "GET /virtual-machine-interface/aeb7ac8a-62e6-44bf-8c1d-3e9d35920067?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1335 0.005609 10.0.0.141 - - [2025-05-01 02:08:45] "DELETE /virtual-machine-interface/aeb7ac8a-62e6-44bf-8c1d-3e9d35920067 HTTP/1.1" 200 115 0.029242 10.0.0.141 - - [2025-05-01 02:08:45] "DELETE /virtual-machine/4ab721c2-29f0-45cd-9a7f-a09dcd34a197 HTTP/1.1" 200 115 0.017881 10.0.0.141 - - [2025-05-01 02:08:46] "POST /neutron/network HTTP/1.1" 200 836 0.005789 10.0.0.141 - - [2025-05-01 02:08:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.141 - - [2025-05-01 02:08:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002980 10.0.0.141 - - [2025-05-01 02:08:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002024 10.0.0.141 - - [2025-05-01 02:08:46] "POST /neutron/network HTTP/1.1" 200 151 0.079374 10.0.0.141 - - [2025-05-01 02:08:46] "DELETE /route-target/0832ff06-e8e7-4f3d-a32b-eb251846dda3 HTTP/1.1" 200 115 0.020855 10.0.0.141 - - [2025-05-01 02:08:46] "POST /neutron/network HTTP/1.1" 200 826 0.005320 10.0.0.141 - - [2025-05-01 02:08:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.141 - - [2025-05-01 02:08:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002103 10.0.0.141 - - [2025-05-01 02:08:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002197 10.0.0.141 - - [2025-05-01 02:08:46] "POST /neutron/network HTTP/1.1" 200 151 0.084354 10.0.0.141 - - [2025-05-01 02:08:46] "DELETE /route-target/a2fda919-fb99-4415-9cfa-bd7ab659a73b HTTP/1.1" 200 115 0.023926 10.0.0.141 - - [2025-05-01 02:08:46] "GET /projects?obj_uuids=3bd144fd-2a67-4f75-854e-30ece0a28ff7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001149 10.0.0.141 - - [2025-05-01 02:08:46] "GET /project/3bd144fd-2a67-4f75-854e-30ece0a28ff7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.029987 10.0.0.141 - - [2025-05-01 02:08:46] "GET /projects?obj_uuids=3bd144fd-2a67-4f75-854e-30ece0a28ff7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001104 10.0.0.141 - - [2025-05-01 02:08:46] "GET /project/3bd144fd-2a67-4f75-854e-30ece0a28ff7?fields=virtual_networks HTTP/1.1" 200 1039 0.069895 10.0.0.141 - - [2025-05-01 02:08:46] "GET /projects?obj_uuids=3bd144fd-2a67-4f75-854e-30ece0a28ff7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001698 10.0.0.141 - - [2025-05-01 02:08:46] "GET /project/3bd144fd-2a67-4f75-854e-30ece0a28ff7?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.032253 10.0.0.141 - - [2025-05-01 02:08:46] "GET /projects?obj_uuids=3bd144fd-2a67-4f75-854e-30ece0a28ff7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001205 10.0.0.141 - - [2025-05-01 02:08:46] "GET /project/3bd144fd-2a67-4f75-854e-30ece0a28ff7?fields=security_groups HTTP/1.1" 200 1269 0.038097 10.0.0.141 - - [2025-05-01 02:08:47] "POST /fqname-to-id HTTP/1.1" 404 196 0.023438 10.0.0.141 - - [2025-05-01 02:08:47] "GET /projects?obj_uuids=00a4d30e-6b43-443f-87ff-0f192b995cc3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002939 10.0.0.141 - - [2025-05-01 02:08:47] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001152 10.0.0.141 - - [2025-05-01 02:08:47] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007877 10.0.0.141 - - [2025-05-01 02:08:47] "POST /id-to-fqname HTTP/1.1" 200 198 0.001824 10.0.0.141 - - [2025-05-01 02:08:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.006206 10.0.0.141 - - [2025-05-01 02:08:48] "POST /security-groups HTTP/1.1" 200 599 0.063380 10.0.0.141 - - [2025-05-01 02:08:48] "POST /fqname-to-id HTTP/1.1" 404 242 0.002894 10.0.0.141 - - [2025-05-01 02:08:48] "POST /projects HTTP/1.1" 200 601 0.236201 10.0.0.141 - - [2025-05-01 02:08:48] "POST /access-control-lists HTTP/1.1" 200 606 0.056581 10.0.0.141 - - [2025-05-01 02:08:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.306866 10.0.0.141 - - [2025-05-01 02:08:48] "POST /fqname-to-id HTTP/1.1" 404 241 0.002921 10.0.0.141 - - [2025-05-01 02:08:48] "GET /project/00a4d30e-6b43-443f-87ff-0f192b995cc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.433966 10.0.0.141 - - [2025-05-01 02:08:48] "POST /access-control-lists HTTP/1.1" 200 604 0.060021 10.0.0.141 - - [2025-05-01 02:08:49] "GET / HTTP/1.1" 200 36215 0.003275 10.0.0.141 - - [2025-05-01 02:08:50] "POST /fqname-to-id HTTP/1.1" 401 293 0.000486 10.0.0.141 - - [2025-05-01 02:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.055954 10.0.0.141 - - [2025-05-01 02:08:50] "GET /projects?obj_uuids=00a4d30e-6b43-443f-87ff-0f192b995cc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001079 10.0.0.141 - - [2025-05-01 02:08:50] "GET /project/00a4d30e-6b43-443f-87ff-0f192b995cc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.029389 10.0.0.141 - - [2025-05-01 02:08:50] "POST /neutron/network HTTP/1.1" 200 117 0.030595 10.0.0.141 - - [2025-05-01 02:08:50] "GET /projects?obj_uuids=00a4d30e-6b43-443f-87ff-0f192b995cc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001503 10.0.0.141 - - [2025-05-01 02:08:50] "POST /neutron/network HTTP/1.1" 200 613 0.070863 10.0.0.141 - - [2025-05-01 02:08:50] "POST /route-targets HTTP/1.1" 200 328 0.009399 10.0.0.141 - - [2025-05-01 02:08:50] "POST /ref-update HTTP/1.1" 200 156 0.016294 10.0.0.141 - - [2025-05-01 02:08:50] "POST /useragent-kv HTTP/1.1" 200 115 0.004332 10.0.0.141 - - [2025-05-01 02:08:50] "POST /neutron/subnet HTTP/1.1" 200 729 0.187124 10.0.0.141 - - [2025-05-01 02:08:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002884 10.0.0.141 - - [2025-05-01 02:08:51] "POST /neutron/subnet HTTP/1.1" 200 828 0.179947 10.0.0.141 - - [2025-05-01 02:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.031042 10.0.0.141 - - [2025-05-01 02:08:51] "GET /virtual-network/60e8fca4-3600-4fb5-8392-b22ba0e8394b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.007425 10.0.0.141 - - [2025-05-01 02:08:51] "POST /neutron/network HTTP/1.1" 200 1007 0.007066 10.0.0.141 - - [2025-05-01 02:08:51] "POST /id-to-fqname HTTP/1.1" 200 228 0.001345 10.0.0.141 - - [2025-05-01 02:08:51] "GET /virtual-network/39dee185-fa3b-4b3b-bc52-bdb7a472b38d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005426 10.0.0.141 - - [2025-05-01 02:08:51] "POST /neutron/network HTTP/1.1" 200 1007 0.008834 10.0.0.141 - - [2025-05-01 02:08:51] "GET /virtual-network/39dee185-fa3b-4b3b-bc52-bdb7a472b38d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.004970 10.0.0.141 - - [2025-05-01 02:08:51] "POST /neutron/network HTTP/1.1" 200 1007 0.009275 10.0.0.141 - - [2025-05-01 02:08:51] "POST /neutron/subnet HTTP/1.1" 200 729 0.008024 10.0.0.141 - - [2025-05-01 02:08:51] "POST /neutron/subnet HTTP/1.1" 200 828 0.060760 10.0.0.141 - - [2025-05-01 02:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002687 10.0.0.141 - - [2025-05-01 02:08:51] "GET /projects?obj_uuids=00a4d30e-6b43-443f-87ff-0f192b995cc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001037 10.0.0.141 - - [2025-05-01 02:08:51] "GET /project/00a4d30e-6b43-443f-87ff-0f192b995cc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.029400 10.0.0.141 - - [2025-05-01 02:08:51] "POST /neutron/network HTTP/1.1" 200 117 0.010345 10.0.0.141 - - [2025-05-01 02:08:51] "GET /projects?obj_uuids=00a4d30e-6b43-443f-87ff-0f192b995cc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001532 10.0.0.141 - - [2025-05-01 02:08:51] "POST /neutron/network HTTP/1.1" 200 613 0.081421 10.0.0.141 - - [2025-05-01 02:08:51] "POST /route-targets HTTP/1.1" 200 328 0.009691 10.0.0.141 - - [2025-05-01 02:08:51] "POST /ref-update HTTP/1.1" 200 156 0.012576 10.0.0.141 - - [2025-05-01 02:08:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003716 10.0.0.141 - - [2025-05-01 02:08:51] "POST /neutron/subnet HTTP/1.1" 200 725 0.169621 10.0.0.141 - - [2025-05-01 02:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002398 10.0.0.141 - - [2025-05-01 02:08:51] "GET /virtual-network/60e8fca4-3600-4fb5-8392-b22ba0e8394b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.008530 10.0.0.141 - - [2025-05-01 02:08:51] "POST /useragent-kv HTTP/1.1" 200 115 0.006232 10.0.0.141 - - [2025-05-01 02:08:51] "POST /neutron/subnet HTTP/1.1" 200 823 0.147452 10.0.0.141 - - [2025-05-01 02:08:51] "POST /neutron/network HTTP/1.1" 200 1005 0.006887 10.0.0.141 - - [2025-05-01 02:08:51] "POST /id-to-fqname HTTP/1.1" 200 228 0.001228 10.0.0.141 - - [2025-05-01 02:08:51] "GET /virtual-network/bea8833d-24d0-4318-bfa7-88f5e996c422?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005389 10.0.0.141 - - [2025-05-01 02:08:52] "POST /neutron/network HTTP/1.1" 200 1005 0.007874 10.0.0.141 - - [2025-05-01 02:08:52] "GET /virtual-network/bea8833d-24d0-4318-bfa7-88f5e996c422?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005955 10.0.0.141 - - [2025-05-01 02:08:52] "POST /neutron/network HTTP/1.1" 200 1005 0.007707 10.0.0.141 - - [2025-05-01 02:08:52] "POST /neutron/subnet HTTP/1.1" 200 725 0.007045 10.0.0.141 - - [2025-05-01 02:08:52] "POST /neutron/subnet HTTP/1.1" 200 823 0.007189 10.0.0.141 - - [2025-05-01 02:08:52] "POST /fqname-to-id HTTP/1.1" 404 234 0.002366 10.0.0.141 - - [2025-05-01 02:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.141 - - [2025-05-01 02:08:52] "GET /projects?obj_uuids=00a4d30e-6b43-443f-87ff-0f192b995cc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001137 10.0.0.141 - - [2025-05-01 02:08:52] "GET /project/00a4d30e-6b43-443f-87ff-0f192b995cc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.028065 10.0.0.141 - - [2025-05-01 02:08:52] "POST /network-policys HTTP/1.1" 200 579 0.059148 10.0.0.141 - - [2025-05-01 02:08:52] "GET /network-policy/dd1c0aa6-82fd-4b54-a6c4-6550ffd7cb16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.004879 10.0.0.141 - - [2025-05-01 02:08:52] "POST /neutron/network HTTP/1.1" 200 1007 0.007475 10.0.0.141 - - [2025-05-01 02:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004935 10.0.0.141 - - [2025-05-01 02:08:52] "POST /fqname-to-id HTTP/1.1" 404 242 0.002811 10.0.0.141 - - [2025-05-01 02:08:52] "GET /virtual-network/60e8fca4-3600-4fb5-8392-b22ba0e8394b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.007540 10.0.0.141 - - [2025-05-01 02:08:52] "POST /neutron/network HTTP/1.1" 200 1115 0.050305 10.0.0.141 - - [2025-05-01 02:08:52] "POST /access-control-lists HTTP/1.1" 200 598 0.070831 10.0.0.141 - - [2025-05-01 02:08:52] "POST /neutron/network HTTP/1.1" 200 1115 0.048564 10.0.0.141 - - [2025-05-01 02:08:52] "GET /virtual-network/39dee185-fa3b-4b3b-bc52-bdb7a472b38d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.005856 10.0.0.141 - - [2025-05-01 02:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002302 10.0.0.141 - - [2025-05-01 02:08:52] "GET /network-policy/dd1c0aa6-82fd-4b54-a6c4-6550ffd7cb16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.003849 10.0.0.141 - - [2025-05-01 02:08:52] "POST /neutron/network HTTP/1.1" 200 1005 0.007924 10.0.0.141 - - [2025-05-01 02:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.141 - - [2025-05-01 02:08:52] "GET /virtual-network/60e8fca4-3600-4fb5-8392-b22ba0e8394b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.010256 10.0.0.141 - - [2025-05-01 02:08:52] "PUT /access-control-list/805044cd-be0e-44cb-9e36-144838045ce4 HTTP/1.1" 200 273 0.025016 10.0.0.141 - - [2025-05-01 02:08:52] "POST /neutron/network HTTP/1.1" 200 1113 0.061661 10.0.0.141 - - [2025-05-01 02:08:52] "POST /fqname-to-id HTTP/1.1" 404 242 0.007150 10.0.0.141 - - [2025-05-01 02:08:52] "POST /neutron/network HTTP/1.1" 200 1113 0.009225 10.0.0.141 - - [2025-05-01 02:08:52] "GET /virtual-network/bea8833d-24d0-4318-bfa7-88f5e996c422?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.005172 10.0.0.141 - - [2025-05-01 02:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002487 10.0.0.141 - - [2025-05-01 02:08:52] "GET /network-policy/dd1c0aa6-82fd-4b54-a6c4-6550ffd7cb16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.016260 10.0.0.141 - - [2025-05-01 02:08:52] "POST /access-control-lists HTTP/1.1" 200 598 0.061670 10.0.0.141 - - [2025-05-01 02:08:52] "GET /domains HTTP/1.1" 401 293 0.000471 10.0.0.141 - - [2025-05-01 02:08:52] "POST /ref-update HTTP/1.1" 200 156 0.014780 10.0.0.141 - - [2025-05-01 02:08:53] "GET /domains HTTP/1.1" 200 281 0.026264 10.0.0.141 - - [2025-05-01 02:08:53] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001136 10.0.0.141 - - [2025-05-01 02:08:53] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6 HTTP/1.1" 200 2781 0.008713 10.0.0.141 - - [2025-05-01 02:08:53] "GET /projects?obj_uuids=00a4d30e-6b43-443f-87ff-0f192b995cc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001206 10.0.0.141 - - [2025-05-01 02:08:53] "GET /project/00a4d30e-6b43-443f-87ff-0f192b995cc3 HTTP/1.1" 200 2630 0.068942 10.0.0.141 - - [2025-05-01 02:08:53] "GET /virtual-network/39dee185-fa3b-4b3b-bc52-bdb7a472b38d HTTP/1.1" 200 3513 0.006677 10.0.0.141 - - [2025-05-01 02:08:53] "GET /virtual-network/39dee185-fa3b-4b3b-bc52-bdb7a472b38d HTTP/1.1" 200 3513 0.005558 10.0.0.141 - - [2025-05-01 02:08:53] "GET /routing-instance/54e7a754-ad37-4d91-b281-1e2e65102d08 HTTP/1.1" 200 1799 0.005284 10.0.0.141 - - [2025-05-01 02:08:53] "GET /routing-instance/54e7a754-ad37-4d91-b281-1e2e65102d08 HTTP/1.1" 200 1799 0.003278 10.0.0.141 - - [2025-05-01 02:08:53] "GET /route-target/24dd9dc0-1ae0-44c3-a90e-dc9d7e86a3a7 HTTP/1.1" 200 1214 0.002910 10.0.0.141 - - [2025-05-01 02:08:53] "GET /virtual-network/39dee185-fa3b-4b3b-bc52-bdb7a472b38d HTTP/1.1" 200 3513 0.004686 10.0.0.141 - - [2025-05-01 02:08:53] "GET /routing-instance/54e7a754-ad37-4d91-b281-1e2e65102d08 HTTP/1.1" 200 1799 0.004502 10.0.0.141 - - [2025-05-01 02:08:53] "GET /virtual-network/39dee185-fa3b-4b3b-bc52-bdb7a472b38d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.005317 10.0.0.141 - - [2025-05-01 02:08:53] "GET /virtual-network/39dee185-fa3b-4b3b-bc52-bdb7a472b38d HTTP/1.1" 200 3513 0.004984 10.0.0.141 - - [2025-05-01 02:08:53] "GET /routing-instance/54e7a754-ad37-4d91-b281-1e2e65102d08 HTTP/1.1" 200 1799 0.003542 10.0.0.141 - - [2025-05-01 02:08:53] "GET /routing-instance/54e7a754-ad37-4d91-b281-1e2e65102d08 HTTP/1.1" 200 1799 0.003111 10.0.0.141 - - [2025-05-01 02:08:53] "GET /route-target/24dd9dc0-1ae0-44c3-a90e-dc9d7e86a3a7 HTTP/1.1" 200 1214 0.002715 10.0.0.141 - - [2025-05-01 02:08:53] "GET /domains HTTP/1.1" 200 281 0.002506 10.0.0.141 - - [2025-05-01 02:08:53] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001144 10.0.0.141 - - [2025-05-01 02:08:53] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6 HTTP/1.1" 200 2781 0.007228 10.0.0.141 - - [2025-05-01 02:08:53] "GET /projects?obj_uuids=00a4d30e-6b43-443f-87ff-0f192b995cc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001083 10.0.0.141 - - [2025-05-01 02:08:53] "GET /project/00a4d30e-6b43-443f-87ff-0f192b995cc3 HTTP/1.1" 200 2630 0.074958 10.0.0.141 - - [2025-05-01 02:08:53] "GET /virtual-network/39dee185-fa3b-4b3b-bc52-bdb7a472b38d HTTP/1.1" 200 3513 0.005299 10.0.0.141 - - [2025-05-01 02:08:53] "GET /obj-perms HTTP/1.1" 200 5065 0.050204 10.0.0.141 - - [2025-05-01 02:08:54] "GET /domains HTTP/1.1" 200 281 0.007414 10.0.0.141 - - [2025-05-01 02:08:54] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001109 10.0.0.141 - - [2025-05-01 02:08:54] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6 HTTP/1.1" 200 2781 0.007473 10.0.0.141 - - [2025-05-01 02:08:54] "GET /projects?obj_uuids=00a4d30e-6b43-443f-87ff-0f192b995cc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001508 10.0.0.141 - - [2025-05-01 02:08:54] "GET /project/00a4d30e-6b43-443f-87ff-0f192b995cc3 HTTP/1.1" 200 2630 0.065619 10.0.0.141 - - [2025-05-01 02:08:54] "GET /virtual-network/bea8833d-24d0-4318-bfa7-88f5e996c422 HTTP/1.1" 200 3508 0.007070 10.0.0.141 - - [2025-05-01 02:08:54] "GET /virtual-network/bea8833d-24d0-4318-bfa7-88f5e996c422 HTTP/1.1" 200 3508 0.004917 10.0.0.141 - - [2025-05-01 02:08:54] "GET /routing-instance/1c3a3b77-d27f-4f7d-9d76-3483e01917ec HTTP/1.1" 200 1799 0.003305 10.0.0.141 - - [2025-05-01 02:08:54] "GET /routing-instance/1c3a3b77-d27f-4f7d-9d76-3483e01917ec HTTP/1.1" 200 1799 0.002993 10.0.0.141 - - [2025-05-01 02:08:54] "GET /route-target/f038c22d-e8f2-4edf-8ba8-b2b4e34fe8ec HTTP/1.1" 200 1215 0.003706 10.0.0.141 - - [2025-05-01 02:08:54] "GET /virtual-network/bea8833d-24d0-4318-bfa7-88f5e996c422 HTTP/1.1" 200 3508 0.006703 10.0.0.141 - - [2025-05-01 02:08:54] "GET /routing-instance/1c3a3b77-d27f-4f7d-9d76-3483e01917ec HTTP/1.1" 200 1799 0.002977 10.0.0.141 - - [2025-05-01 02:08:54] "GET /virtual-network/bea8833d-24d0-4318-bfa7-88f5e996c422?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.005304 10.0.0.141 - - [2025-05-01 02:08:54] "GET /virtual-network/bea8833d-24d0-4318-bfa7-88f5e996c422 HTTP/1.1" 200 3508 0.004699 10.0.0.141 - - [2025-05-01 02:08:54] "GET /routing-instance/1c3a3b77-d27f-4f7d-9d76-3483e01917ec HTTP/1.1" 200 1799 0.003181 10.0.0.141 - - [2025-05-01 02:08:54] "GET /routing-instance/1c3a3b77-d27f-4f7d-9d76-3483e01917ec HTTP/1.1" 200 1799 0.003991 10.0.0.141 - - [2025-05-01 02:08:54] "GET /route-target/f038c22d-e8f2-4edf-8ba8-b2b4e34fe8ec HTTP/1.1" 200 1215 0.002694 10.0.0.141 - - [2025-05-01 02:08:54] "GET /domains HTTP/1.1" 200 281 0.002410 10.0.0.141 - - [2025-05-01 02:08:54] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001016 10.0.0.141 - - [2025-05-01 02:08:54] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6 HTTP/1.1" 200 2781 0.006865 10.0.0.141 - - [2025-05-01 02:08:54] "GET /projects?obj_uuids=00a4d30e-6b43-443f-87ff-0f192b995cc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000969 10.0.0.141 - - [2025-05-01 02:08:54] "GET /project/00a4d30e-6b43-443f-87ff-0f192b995cc3 HTTP/1.1" 200 2630 0.075683 10.0.0.141 - - [2025-05-01 02:08:54] "GET /virtual-network/bea8833d-24d0-4318-bfa7-88f5e996c422 HTTP/1.1" 200 3508 0.005164 10.0.0.141 - - [2025-05-01 02:08:54] "GET /obj-perms HTTP/1.1" 200 5065 0.003203 10.0.0.141 - - [2025-05-01 02:08:54] "GET /virtual-network/bea8833d-24d0-4318-bfa7-88f5e996c422?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.005505 10.0.0.141 - - [2025-05-01 02:08:54] "POST /neutron/network HTTP/1.1" 200 1113 0.007613 10.0.0.141 - - [2025-05-01 02:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.007593 10.0.0.141 - - [2025-05-01 02:08:54] "GET /virtual-network/60e8fca4-3600-4fb5-8392-b22ba0e8394b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.007266 10.0.0.141 - - [2025-05-01 02:08:54] "POST /neutron/network HTTP/1.1" 200 1005 0.070359 10.0.0.141 - - [2025-05-01 02:08:54] "DELETE /access-control-list/56f0f715-8801-450c-b179-73330f17a808 HTTP/1.1" 200 115 0.049600 10.0.0.141 - - [2025-05-01 02:08:54] "POST /neutron/network HTTP/1.1" 200 1005 0.008974 10.0.0.141 - - [2025-05-01 02:08:54] "POST /ref-update HTTP/1.1" 200 156 0.018164 10.0.0.141 - - [2025-05-01 02:08:54] "GET /virtual-network/bea8833d-24d0-4318-bfa7-88f5e996c422?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.015709 10.0.0.141 - - [2025-05-01 02:08:54] "GET /virtual-network/39dee185-fa3b-4b3b-bc52-bdb7a472b38d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.006253 10.0.0.141 - - [2025-05-01 02:08:54] "POST /neutron/network HTTP/1.1" 200 1115 0.009361 10.0.0.141 - - [2025-05-01 02:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.006737 10.0.0.141 - - [2025-05-01 02:08:54] "GET /virtual-network/60e8fca4-3600-4fb5-8392-b22ba0e8394b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.006891 10.0.0.141 - - [2025-05-01 02:08:54] "POST /neutron/network HTTP/1.1" 200 1007 0.065139 10.0.0.141 - - [2025-05-01 02:08:54] "POST /neutron/network HTTP/1.1" 200 1007 0.007107 10.0.0.141 - - [2025-05-01 02:08:54] "DELETE /access-control-list/805044cd-be0e-44cb-9e36-144838045ce4 HTTP/1.1" 200 115 0.054954 10.0.0.141 - - [2025-05-01 02:08:54] "GET /virtual-network/39dee185-fa3b-4b3b-bc52-bdb7a472b38d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.011722 10.0.0.141 - - [2025-05-01 02:08:54] "POST /ref-update HTTP/1.1" 200 156 0.028322 10.0.0.141 - - [2025-05-01 02:08:54] "DELETE /network-policy/dd1c0aa6-82fd-4b54-a6c4-6550ffd7cb16 HTTP/1.1" 200 115 0.043353 10.0.0.141 - - [2025-05-01 02:08:54] "POST /neutron/network HTTP/1.1" 200 1005 0.009465 10.0.0.141 - - [2025-05-01 02:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004165 10.0.0.141 - - [2025-05-01 02:08:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002309 10.0.0.141 - - [2025-05-01 02:08:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002803 10.0.0.141 - - [2025-05-01 02:08:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002475 10.0.0.141 - - [2025-05-01 02:08:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002090 10.0.0.141 - - [2025-05-01 02:08:54] "POST /neutron/network HTTP/1.1" 200 151 0.102185 10.0.0.141 - - [2025-05-01 02:08:54] "DELETE /route-target/f038c22d-e8f2-4edf-8ba8-b2b4e34fe8ec HTTP/1.1" 200 115 0.024915 10.0.0.141 - - [2025-05-01 02:08:54] "GET /routing-instance/1c3a3b77-d27f-4f7d-9d76-3483e01917ec HTTP/1.1" 404 171 0.002672 10.0.0.141 - - [2025-05-01 02:08:54] "GET /domains HTTP/1.1" 200 281 0.002325 10.0.0.141 - - [2025-05-01 02:08:54] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001281 10.0.0.141 - - [2025-05-01 02:08:54] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6 HTTP/1.1" 200 2781 0.051598 10.0.0.141 - - [2025-05-01 02:08:54] "GET /projects?obj_uuids=00a4d30e-6b43-443f-87ff-0f192b995cc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001215 10.0.0.141 - - [2025-05-01 02:08:55] "GET /project/00a4d30e-6b43-443f-87ff-0f192b995cc3 HTTP/1.1" 200 2148 0.070434 10.0.0.141 - - [2025-05-01 02:08:55] "POST /neutron/network HTTP/1.1" 200 1007 0.007448 10.0.0.141 - - [2025-05-01 02:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005486 10.0.0.141 - - [2025-05-01 02:08:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002229 10.0.0.141 - - [2025-05-01 02:08:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001919 10.0.0.141 - - [2025-05-01 02:08:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002151 10.0.0.141 - - [2025-05-01 02:08:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002677 10.0.0.141 - - [2025-05-01 02:08:55] "DELETE /route-target/24dd9dc0-1ae0-44c3-a90e-dc9d7e86a3a7 HTTP/1.1" 200 115 0.034069 10.0.0.141 - - [2025-05-01 02:08:55] "POST /neutron/network HTTP/1.1" 200 151 0.114930 10.0.0.141 - - [2025-05-01 02:08:55] "GET /routing-instance/54e7a754-ad37-4d91-b281-1e2e65102d08 HTTP/1.1" 404 171 0.002657 10.0.0.141 - - [2025-05-01 02:08:55] "GET /domains HTTP/1.1" 200 281 0.002745 10.0.0.141 - - [2025-05-01 02:08:55] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001043 10.0.0.141 - - [2025-05-01 02:08:55] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6 HTTP/1.1" 200 2781 0.050527 10.0.0.141 - - [2025-05-01 02:08:55] "GET /projects?obj_uuids=00a4d30e-6b43-443f-87ff-0f192b995cc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001502 10.0.0.141 - - [2025-05-01 02:08:55] "GET /project/00a4d30e-6b43-443f-87ff-0f192b995cc3 HTTP/1.1" 200 1902 0.072919 10.0.0.141 - - [2025-05-01 02:08:55] "GET /projects?obj_uuids=00a4d30e-6b43-443f-87ff-0f192b995cc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001211 10.0.0.141 - - [2025-05-01 02:08:55] "GET /project/00a4d30e-6b43-443f-87ff-0f192b995cc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.029719 10.0.0.141 - - [2025-05-01 02:08:55] "GET /projects?obj_uuids=00a4d30e-6b43-443f-87ff-0f192b995cc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001933 10.0.0.141 - - [2025-05-01 02:08:55] "GET /project/00a4d30e-6b43-443f-87ff-0f192b995cc3?fields=virtual_networks HTTP/1.1" 200 1047 0.076239 10.0.0.141 - - [2025-05-01 02:08:55] "GET /projects?obj_uuids=00a4d30e-6b43-443f-87ff-0f192b995cc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001101 10.0.0.141 - - [2025-05-01 02:08:55] "GET /project/00a4d30e-6b43-443f-87ff-0f192b995cc3?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.023738 10.0.0.141 - - [2025-05-01 02:08:55] "GET /projects?obj_uuids=00a4d30e-6b43-443f-87ff-0f192b995cc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001223 10.0.0.141 - - [2025-05-01 02:08:55] "GET /project/00a4d30e-6b43-443f-87ff-0f192b995cc3?fields=security_groups HTTP/1.1" 200 1282 0.029271 10.0.0.141 - - [2025-05-01 02:08:56] "POST /fqname-to-id HTTP/1.1" 404 190 0.026161 10.0.0.141 - - [2025-05-01 02:08:56] "GET /projects?obj_uuids=aeef8681-28ad-4487-9dc2-b0c979d91493&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002496 10.0.0.141 - - [2025-05-01 02:08:56] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001787 10.0.0.141 - - [2025-05-01 02:08:56] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008396 10.0.0.141 - - [2025-05-01 02:08:57] "POST /id-to-fqname HTTP/1.1" 200 192 0.001289 10.0.0.141 - - [2025-05-01 02:08:57] "POST /fqname-to-id HTTP/1.1" 404 201 0.003781 10.0.0.141 - - [2025-05-01 02:08:57] "POST /security-groups HTTP/1.1" 200 593 0.059549 10.0.0.141 - - [2025-05-01 02:08:57] "POST /fqname-to-id HTTP/1.1" 404 236 0.002522 10.0.0.141 - - [2025-05-01 02:08:57] "POST /projects HTTP/1.1" 200 589 0.248996 10.0.0.141 - - [2025-05-01 02:08:57] "POST /access-control-lists HTTP/1.1" 200 600 0.056788 10.0.0.141 - - [2025-05-01 02:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.317516 10.0.0.141 - - [2025-05-01 02:08:57] "POST /fqname-to-id HTTP/1.1" 404 235 0.002768 10.0.0.141 - - [2025-05-01 02:08:57] "GET /project/aeef8681-28ad-4487-9dc2-b0c979d91493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.437180 10.0.0.141 - - [2025-05-01 02:08:57] "POST /access-control-lists HTTP/1.1" 200 598 0.063964 10.0.0.141 - - [2025-05-01 02:08:58] "GET / HTTP/1.1" 200 36215 0.002076 10.0.0.141 - - [2025-05-01 02:08:59] "POST /fqname-to-id HTTP/1.1" 401 293 0.000609 10.0.0.141 - - [2025-05-01 02:08:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.058742 10.0.0.141 - - [2025-05-01 02:08:59] "GET /projects?obj_uuids=aeef8681-28ad-4487-9dc2-b0c979d91493&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001041 10.0.0.141 - - [2025-05-01 02:08:59] "GET /project/aeef8681-28ad-4487-9dc2-b0c979d91493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.023470 10.0.0.141 - - [2025-05-01 02:08:59] "POST /neutron/network HTTP/1.1" 200 117 0.028913 10.0.0.141 - - [2025-05-01 02:08:59] "GET /projects?obj_uuids=aeef8681-28ad-4487-9dc2-b0c979d91493&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002475 10.0.0.141 - - [2025-05-01 02:08:59] "POST /neutron/network HTTP/1.1" 200 607 0.066269 10.0.0.141 - - [2025-05-01 02:08:59] "POST /route-targets HTTP/1.1" 200 328 0.011987 10.0.0.141 - - [2025-05-01 02:08:59] "POST /ref-update HTTP/1.1" 200 156 0.011364 10.0.0.141 - - [2025-05-01 02:08:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003166 10.0.0.141 - - [2025-05-01 02:08:59] "POST /neutron/subnet HTTP/1.1" 200 734 0.206263 10.0.0.141 - - [2025-05-01 02:08:59] "POST /neutron/network HTTP/1.1" 200 828 0.005588 10.0.0.141 - - [2025-05-01 02:08:59] "POST /id-to-fqname HTTP/1.1" 200 222 0.001212 10.0.0.141 - - [2025-05-01 02:08:59] "GET /virtual-network/49dd1096-bcb4-450a-b33c-e36e44101c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004856 10.0.0.141 - - [2025-05-01 02:08:59] "POST /neutron/network HTTP/1.1" 200 828 0.005283 10.0.0.141 - - [2025-05-01 02:08:59] "GET /virtual-network/49dd1096-bcb4-450a-b33c-e36e44101c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004676 10.0.0.141 - - [2025-05-01 02:09:00] "POST /neutron/network HTTP/1.1" 200 828 0.005663 10.0.0.141 - - [2025-05-01 02:09:00] "POST /neutron/subnet HTTP/1.1" 200 734 0.007224 10.0.0.141 - - [2025-05-01 02:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002685 10.0.0.141 - - [2025-05-01 02:09:00] "GET /projects?obj_uuids=aeef8681-28ad-4487-9dc2-b0c979d91493&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001146 10.0.0.141 - - [2025-05-01 02:09:00] "GET /project/aeef8681-28ad-4487-9dc2-b0c979d91493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.030975 10.0.0.141 - - [2025-05-01 02:09:00] "POST /neutron/network HTTP/1.1" 200 117 0.008577 10.0.0.141 - - [2025-05-01 02:09:00] "GET /projects?obj_uuids=aeef8681-28ad-4487-9dc2-b0c979d91493&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001203 10.0.0.141 - - [2025-05-01 02:09:00] "POST /neutron/network HTTP/1.1" 200 607 0.071523 10.0.0.141 - - [2025-05-01 02:09:00] "POST /route-targets HTTP/1.1" 200 328 0.009863 10.0.0.141 - - [2025-05-01 02:09:00] "POST /ref-update HTTP/1.1" 200 156 0.012176 10.0.0.141 - - [2025-05-01 02:09:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003031 10.0.0.141 - - [2025-05-01 02:09:00] "POST /neutron/subnet HTTP/1.1" 200 729 0.155088 10.0.0.141 - - [2025-05-01 02:09:00] "POST /neutron/network HTTP/1.1" 200 827 0.005260 10.0.0.141 - - [2025-05-01 02:09:00] "POST /id-to-fqname HTTP/1.1" 200 222 0.001256 10.0.0.141 - - [2025-05-01 02:09:00] "GET /virtual-network/33f60e65-6c5e-4625-8fdc-4eb8d9f61a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004831 10.0.0.141 - - [2025-05-01 02:09:00] "POST /neutron/network HTTP/1.1" 200 827 0.007552 10.0.0.141 - - [2025-05-01 02:09:00] "GET /virtual-network/33f60e65-6c5e-4625-8fdc-4eb8d9f61a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005040 10.0.0.141 - - [2025-05-01 02:09:00] "POST /neutron/network HTTP/1.1" 200 827 0.005656 10.0.0.141 - - [2025-05-01 02:09:00] "POST /neutron/subnet HTTP/1.1" 200 729 0.006382 10.0.0.141 - - [2025-05-01 02:09:00] "POST /fqname-to-id HTTP/1.1" 404 228 0.002303 10.0.0.141 - - [2025-05-01 02:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.141 - - [2025-05-01 02:09:00] "GET /projects?obj_uuids=aeef8681-28ad-4487-9dc2-b0c979d91493&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001148 10.0.0.141 - - [2025-05-01 02:09:00] "GET /project/aeef8681-28ad-4487-9dc2-b0c979d91493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.025310 10.0.0.141 - - [2025-05-01 02:09:00] "POST /network-policys HTTP/1.1" 200 573 0.016722 10.0.0.141 - - [2025-05-01 02:09:00] "GET /network-policy/61482c11-7e36-4fa5-92a4-efb1ae25d650?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.004775 10.0.0.141 - - [2025-05-01 02:09:00] "POST /neutron/network HTTP/1.1" 200 828 0.005812 10.0.0.141 - - [2025-05-01 02:09:00] "POST /fqname-to-id HTTP/1.1" 404 236 0.002165 10.0.0.141 - - [2025-05-01 02:09:00] "POST /neutron/network HTTP/1.1" 200 930 0.041474 10.0.0.141 - - [2025-05-01 02:09:01] "POST /neutron/network HTTP/1.1" 200 930 0.043755 10.0.0.141 - - [2025-05-01 02:09:01] "POST /access-control-lists HTTP/1.1" 200 592 0.064864 10.0.0.141 - - [2025-05-01 02:09:01] "GET /virtual-network/49dd1096-bcb4-450a-b33c-e36e44101c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.011395 10.0.0.141 - - [2025-05-01 02:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002668 10.0.0.141 - - [2025-05-01 02:09:01] "GET /network-policy/61482c11-7e36-4fa5-92a4-efb1ae25d650?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.003626 10.0.0.141 - - [2025-05-01 02:09:01] "POST /neutron/network HTTP/1.1" 200 827 0.006357 10.0.0.141 - - [2025-05-01 02:09:01] "PUT /access-control-list/39e280b5-8edf-4a30-a0d5-4fcd1606318e HTTP/1.1" 200 273 0.059723 10.0.0.141 - - [2025-05-01 02:09:01] "POST /neutron/network HTTP/1.1" 200 929 0.089512 10.0.0.141 - - [2025-05-01 02:09:01] "POST /fqname-to-id HTTP/1.1" 404 236 0.002353 10.0.0.141 - - [2025-05-01 02:09:01] "POST /neutron/network HTTP/1.1" 200 929 0.007431 10.0.0.141 - - [2025-05-01 02:09:01] "GET /virtual-network/33f60e65-6c5e-4625-8fdc-4eb8d9f61a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.006005 10.0.0.141 - - [2025-05-01 02:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002758 10.0.0.141 - - [2025-05-01 02:09:01] "GET /network-policy/61482c11-7e36-4fa5-92a4-efb1ae25d650?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.028330 10.0.0.141 - - [2025-05-01 02:09:01] "POST /access-control-lists HTTP/1.1" 200 592 0.065728 10.0.0.141 - - [2025-05-01 02:09:01] "GET /domains HTTP/1.1" 401 293 0.000479 10.0.0.141 - - [2025-05-01 02:09:01] "POST /ref-update HTTP/1.1" 200 156 0.011498 10.0.0.141 - - [2025-05-01 02:09:01] "GET /domains HTTP/1.1" 200 281 0.025119 10.0.0.141 - - [2025-05-01 02:09:01] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001156 10.0.0.141 - - [2025-05-01 02:09:01] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6 HTTP/1.1" 200 2970 0.009133 10.0.0.141 - - [2025-05-01 02:09:01] "GET /projects?obj_uuids=aeef8681-28ad-4487-9dc2-b0c979d91493&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001082 10.0.0.141 - - [2025-05-01 02:09:01] "GET /project/aeef8681-28ad-4487-9dc2-b0c979d91493 HTTP/1.1" 200 2580 0.068448 10.0.0.141 - - [2025-05-01 02:09:01] "GET /virtual-network/49dd1096-bcb4-450a-b33c-e36e44101c9a HTTP/1.1" 200 2902 0.006092 10.0.0.141 - - [2025-05-01 02:09:01] "GET /virtual-network/49dd1096-bcb4-450a-b33c-e36e44101c9a HTTP/1.1" 200 2902 0.007025 10.0.0.141 - - [2025-05-01 02:09:01] "GET /routing-instance/4bffa84b-e823-4fda-9885-a49963c6e273 HTTP/1.1" 200 1787 0.004070 10.0.0.141 - - [2025-05-01 02:09:01] "GET /routing-instance/4bffa84b-e823-4fda-9885-a49963c6e273 HTTP/1.1" 200 1787 0.004848 10.0.0.141 - - [2025-05-01 02:09:01] "GET /route-target/99a14137-af2e-459e-aeb1-b25ebf77b34d HTTP/1.1" 200 1209 0.003515 10.0.0.141 - - [2025-05-01 02:09:01] "GET /virtual-network/49dd1096-bcb4-450a-b33c-e36e44101c9a HTTP/1.1" 200 2902 0.005012 10.0.0.141 - - [2025-05-01 02:09:01] "GET /routing-instance/4bffa84b-e823-4fda-9885-a49963c6e273 HTTP/1.1" 200 1787 0.003546 10.0.0.141 - - [2025-05-01 02:09:01] "GET /virtual-network/49dd1096-bcb4-450a-b33c-e36e44101c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005077 10.0.0.141 - - [2025-05-01 02:09:01] "GET /virtual-network/49dd1096-bcb4-450a-b33c-e36e44101c9a HTTP/1.1" 200 2902 0.005540 10.0.0.141 - - [2025-05-01 02:09:01] "GET /routing-instance/4bffa84b-e823-4fda-9885-a49963c6e273 HTTP/1.1" 200 1787 0.005744 10.0.0.141 - - [2025-05-01 02:09:01] "GET /routing-instance/4bffa84b-e823-4fda-9885-a49963c6e273 HTTP/1.1" 200 1787 0.004936 10.0.0.141 - - [2025-05-01 02:09:01] "GET /route-target/99a14137-af2e-459e-aeb1-b25ebf77b34d HTTP/1.1" 200 1209 0.003329 10.0.0.141 - - [2025-05-01 02:09:02] "GET /domains HTTP/1.1" 200 281 0.002844 10.0.0.141 - - [2025-05-01 02:09:02] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001152 10.0.0.141 - - [2025-05-01 02:09:02] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6 HTTP/1.1" 200 2970 0.008157 10.0.0.141 - - [2025-05-01 02:09:02] "GET /projects?obj_uuids=aeef8681-28ad-4487-9dc2-b0c979d91493&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001107 10.0.0.141 - - [2025-05-01 02:09:02] "GET /project/aeef8681-28ad-4487-9dc2-b0c979d91493 HTTP/1.1" 200 2580 0.072734 10.0.0.141 - - [2025-05-01 02:09:02] "GET /virtual-network/49dd1096-bcb4-450a-b33c-e36e44101c9a HTTP/1.1" 200 2902 0.006630 10.0.0.141 - - [2025-05-01 02:09:02] "GET /obj-perms HTTP/1.1" 200 5053 0.059151 10.0.0.141 - - [2025-05-01 02:09:02] "GET /domains HTTP/1.1" 200 281 0.003352 10.0.0.141 - - [2025-05-01 02:09:02] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001425 10.0.0.141 - - [2025-05-01 02:09:02] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6 HTTP/1.1" 200 2970 0.009367 10.0.0.141 - - [2025-05-01 02:09:02] "GET /projects?obj_uuids=aeef8681-28ad-4487-9dc2-b0c979d91493&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001833 10.0.0.141 - - [2025-05-01 02:09:02] "GET /project/aeef8681-28ad-4487-9dc2-b0c979d91493 HTTP/1.1" 200 2580 0.073035 10.0.0.141 - - [2025-05-01 02:09:02] "GET /virtual-network/33f60e65-6c5e-4625-8fdc-4eb8d9f61a94 HTTP/1.1" 200 2899 0.006791 10.0.0.141 - - [2025-05-01 02:09:02] "GET /virtual-network/33f60e65-6c5e-4625-8fdc-4eb8d9f61a94 HTTP/1.1" 200 2899 0.007233 10.0.0.141 - - [2025-05-01 02:09:02] "GET /routing-instance/e9c30224-567f-4b19-9f1d-cbcbad98049f HTTP/1.1" 200 1788 0.004869 10.0.0.141 - - [2025-05-01 02:09:02] "GET /routing-instance/e9c30224-567f-4b19-9f1d-cbcbad98049f HTTP/1.1" 200 1788 0.003556 10.0.0.141 - - [2025-05-01 02:09:02] "GET /route-target/fd45003b-42bd-45d8-b253-01066a98b45b HTTP/1.1" 200 1209 0.003390 10.0.0.141 - - [2025-05-01 02:09:02] "GET /virtual-network/33f60e65-6c5e-4625-8fdc-4eb8d9f61a94 HTTP/1.1" 200 2899 0.005207 10.0.0.141 - - [2025-05-01 02:09:02] "GET /routing-instance/e9c30224-567f-4b19-9f1d-cbcbad98049f HTTP/1.1" 200 1788 0.003123 10.0.0.141 - - [2025-05-01 02:09:02] "GET /virtual-network/33f60e65-6c5e-4625-8fdc-4eb8d9f61a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005910 10.0.0.141 - - [2025-05-01 02:09:02] "GET /virtual-network/33f60e65-6c5e-4625-8fdc-4eb8d9f61a94 HTTP/1.1" 200 2899 0.004703 10.0.0.141 - - [2025-05-01 02:09:02] "GET /routing-instance/e9c30224-567f-4b19-9f1d-cbcbad98049f HTTP/1.1" 200 1788 0.003233 10.0.0.141 - - [2025-05-01 02:09:02] "GET /routing-instance/e9c30224-567f-4b19-9f1d-cbcbad98049f HTTP/1.1" 200 1788 0.003346 10.0.0.141 - - [2025-05-01 02:09:02] "GET /route-target/fd45003b-42bd-45d8-b253-01066a98b45b HTTP/1.1" 200 1209 0.002792 10.0.0.141 - - [2025-05-01 02:09:02] "GET /domains HTTP/1.1" 200 281 0.002770 10.0.0.141 - - [2025-05-01 02:09:02] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001209 10.0.0.141 - - [2025-05-01 02:09:02] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6 HTTP/1.1" 200 2970 0.007706 10.0.0.141 - - [2025-05-01 02:09:02] "GET /projects?obj_uuids=aeef8681-28ad-4487-9dc2-b0c979d91493&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001270 10.0.0.141 - - [2025-05-01 02:09:02] "GET /project/aeef8681-28ad-4487-9dc2-b0c979d91493 HTTP/1.1" 200 2580 0.066654 10.0.0.141 - - [2025-05-01 02:09:02] "GET /virtual-network/33f60e65-6c5e-4625-8fdc-4eb8d9f61a94 HTTP/1.1" 200 2899 0.004959 10.0.0.141 - - [2025-05-01 02:09:02] "GET /obj-perms HTTP/1.1" 200 5053 0.003021 10.0.0.141 - - [2025-05-01 02:09:02] "POST /id-to-fqname HTTP/1.1" 200 222 0.001379 10.0.0.141 - - [2025-05-01 02:09:03] "POST /neutron/network HTTP/1.1" 200 940 0.005842 10.0.0.141 - - [2025-05-01 02:09:03] "GET /aaa-mode HTTP/1.1" 401 293 0.000438 10.0.0.141 - - [2025-05-01 02:09:03] "GET / HTTP/1.1" 200 36215 0.001974 10.0.0.141 - - [2025-05-01 02:09:03] "GET /project/aeef8681-28ad-4487-9dc2-b0c979d91493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000425 10.0.0.141 - - [2025-05-01 02:09:03] "GET /projects?obj_uuids=aeef8681-28ad-4487-9dc2-b0c979d91493&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001205 10.0.0.141 - - [2025-05-01 02:09:03] "GET /project/aeef8681-28ad-4487-9dc2-b0c979d91493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.051893 10.0.0.141 - - [2025-05-01 02:09:03] "POST /neutron/network HTTP/1.1" 200 930 0.006301 10.0.0.141 - - [2025-05-01 02:09:04] "POST /neutron/port HTTP/1.1" 200 117 0.005737 10.0.0.141 - - [2025-05-01 02:09:04] "POST /neutron/port HTTP/1.1" 200 117 0.006389 10.0.0.141 - - [2025-05-01 02:09:04] "POST /id-to-fqname HTTP/1.1" 200 222 0.001407 10.0.0.141 - - [2025-05-01 02:09:04] "POST /neutron/port HTTP/1.1" 200 117 0.005233 10.0.0.141 - - [2025-05-01 02:09:04] "POST /neutron/network HTTP/1.1" 200 939 0.006636 10.0.0.141 - - [2025-05-01 02:09:04] "GET /aaa-mode HTTP/1.1" 401 293 0.000622 10.0.0.141 - - [2025-05-01 02:09:04] "POST /neutron/network HTTP/1.1" 200 940 0.005875 10.0.0.141 - - [2025-05-01 02:09:04] "GET /projects?obj_uuids=aeef8681-28ad-4487-9dc2-b0c979d91493&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001695 10.0.0.141 - - [2025-05-01 02:09:04] "POST /neutron/port HTTP/1.1" 200 1064 0.235353 10.0.0.141 - - [2025-05-01 02:09:04] "GET / HTTP/1.1" 200 36215 0.001864 10.0.0.141 - - [2025-05-01 02:09:04] "POST /neutron/port HTTP/1.1" 200 1064 0.012166 10.0.0.141 - - [2025-05-01 02:09:04] "GET /project/aeef8681-28ad-4487-9dc2-b0c979d91493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000431 10.0.0.141 - - [2025-05-01 02:09:04] "POST /neutron/port HTTP/1.1" 200 1064 0.008279 10.0.0.141 - - [2025-05-01 02:09:04] "POST /neutron/port HTTP/1.1" 200 1118 0.065752 10.0.0.141 - - [2025-05-01 02:09:04] "POST /neutron/port HTTP/1.1" 200 1092 0.015178 10.0.0.141 - - [2025-05-01 02:09:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003401 10.0.0.141 - - [2025-05-01 02:09:04] "POST /neutron/subnet HTTP/1.1" 200 708 0.010454 10.0.0.141 - - [2025-05-01 02:09:04] "POST /neutron/port HTTP/1.1" 200 117 0.001195 10.0.0.141 - - [2025-05-01 02:09:04] "POST /neutron/network HTTP/1.1" 200 930 0.006997 10.0.0.141 - - [2025-05-01 02:09:05] "GET /projects?obj_uuids=aeef8681-28ad-4487-9dc2-b0c979d91493&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002628 10.0.0.141 - - [2025-05-01 02:09:05] "GET /project/aeef8681-28ad-4487-9dc2-b0c979d91493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.066328 10.0.0.141 - - [2025-05-01 02:09:05] "POST /neutron/network HTTP/1.1" 200 929 0.005764 10.0.0.141 - - [2025-05-01 02:09:05] "POST /neutron/port HTTP/1.1" 200 1092 0.020045 10.0.0.141 - - [2025-05-01 02:09:05] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007039 10.0.0.141 - - [2025-05-01 02:09:05] "POST /neutron/port HTTP/1.1" 200 117 0.005169 10.0.0.141 - - [2025-05-01 02:09:05] "POST /neutron/port HTTP/1.1" 200 1092 0.015891 10.0.0.141 - - [2025-05-01 02:09:05] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005875 10.0.0.141 - - [2025-05-01 02:09:05] "POST /neutron/network HTTP/1.1" 200 939 0.005567 10.0.0.141 - - [2025-05-01 02:09:05] "GET /projects?obj_uuids=aeef8681-28ad-4487-9dc2-b0c979d91493&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001289 10.0.0.141 - - [2025-05-01 02:09:05] "PUT /access-control-list/3d3eead7-e9a4-4ae8-a1fe-1e737880bd56 HTTP/1.1" 200 273 0.020860 10.0.0.141 - - [2025-05-01 02:09:05] "POST /neutron/port HTTP/1.1" 200 1063 0.251644 10.0.0.141 - - [2025-05-01 02:09:05] "POST /neutron/port HTTP/1.1" 200 1063 0.012756 10.0.0.141 - - [2025-05-01 02:09:05] "POST /neutron/port HTTP/1.1" 200 1063 0.009099 10.0.0.141 - - [2025-05-01 02:09:06] "POST /neutron/port HTTP/1.1" 200 1117 0.072329 10.0.0.141 - - [2025-05-01 02:09:06] "POST /neutron/port HTTP/1.1" 200 1091 0.019733 10.0.0.141 - - [2025-05-01 02:09:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003448 10.0.0.141 - - [2025-05-01 02:09:06] "POST /neutron/subnet HTTP/1.1" 200 703 0.010448 10.0.0.141 - - [2025-05-01 02:09:06] "POST /neutron/port HTTP/1.1" 200 117 0.001237 10.0.0.141 - - [2025-05-01 02:09:06] "POST /neutron/network HTTP/1.1" 200 929 0.006068 10.0.0.141 - - [2025-05-01 02:09:10] "POST /neutron/port HTTP/1.1" 200 1092 0.015433 10.0.0.141 - - [2025-05-01 02:09:10] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006404 10.0.0.141 - - [2025-05-01 02:09:10] "POST /neutron/port HTTP/1.1" 200 1092 0.016865 10.0.0.141 - - [2025-05-01 02:09:10] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007105 10.0.0.141 - - [2025-05-01 02:09:10] "POST /neutron/port HTTP/1.1" 200 1092 0.018294 10.0.0.141 - - [2025-05-01 02:09:10] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006202 10.0.0.141 - - [2025-05-01 02:09:10] "GET /virtual-machine/0c8c5a8c-be2a-4652-b63b-2ef06aaee063 HTTP/1.1" 200 1295 0.004860 10.0.0.141 - - [2025-05-01 02:09:10] "GET /virtual-machine-interface/93738524-1261-476e-ae2f-51350f6a745c HTTP/1.1" 200 2958 0.004909 10.0.0.141 - - [2025-05-01 02:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.141 - - [2025-05-01 02:09:10] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004005 10.0.0.141 - - [2025-05-01 02:09:10] "GET /virtual-networks?parent_id=aeef8681-28ad-4487-9dc2-b0c979d91493&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003314 10.0.0.141 - - [2025-05-01 02:09:10] "GET /virtual-network/49dd1096-bcb4-450a-b33c-e36e44101c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.006194 10.0.0.141 - - [2025-05-01 02:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.141 - - [2025-05-01 02:09:14] "GET /virtual-network/49dd1096-bcb4-450a-b33c-e36e44101c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005806 10.0.0.141 - - [2025-05-01 02:09:14] "POST /neutron/port HTTP/1.1" 200 1092 0.016396 10.0.0.141 - - [2025-05-01 02:09:14] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005074 10.0.0.141 - - [2025-05-01 02:09:15] "POST /neutron/port HTTP/1.1" 200 1091 0.021061 10.0.0.141 - - [2025-05-01 02:09:15] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005938 10.0.0.141 - - [2025-05-01 02:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.141 - - [2025-05-01 02:09:16] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003097 10.0.0.141 - - [2025-05-01 02:09:16] "GET /virtual-networks?parent_id=aeef8681-28ad-4487-9dc2-b0c979d91493&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003430 10.0.0.141 - - [2025-05-01 02:09:16] "GET /virtual-network/49dd1096-bcb4-450a-b33c-e36e44101c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005420 10.0.0.141 - - [2025-05-01 02:09:16] "POST /neutron/port HTTP/1.1" 200 1091 0.025012 10.0.0.141 - - [2025-05-01 02:09:16] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006861 10.0.0.141 - - [2025-05-01 02:09:16] "POST /neutron/port HTTP/1.1" 200 1091 0.016721 10.0.0.141 - - [2025-05-01 02:09:16] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009800 10.0.0.141 - - [2025-05-01 02:09:16] "POST /neutron/port HTTP/1.1" 200 1091 0.018453 10.0.0.141 - - [2025-05-01 02:09:16] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005893 10.0.0.141 - - [2025-05-01 02:09:16] "GET /virtual-machine/2c145c81-d6bc-49d4-a313-e6ea17ffd4fd HTTP/1.1" 200 1296 0.004447 10.0.0.141 - - [2025-05-01 02:09:16] "GET /virtual-machine-interface/72881073-0fdc-4c1c-9025-22f7af6b47ee HTTP/1.1" 200 2957 0.004908 10.0.0.141 - - [2025-05-01 02:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.141 - - [2025-05-01 02:09:16] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002836 10.0.0.141 - - [2025-05-01 02:09:16] "GET /virtual-networks?parent_id=aeef8681-28ad-4487-9dc2-b0c979d91493&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002884 10.0.0.141 - - [2025-05-01 02:09:16] "GET /virtual-network/33f60e65-6c5e-4625-8fdc-4eb8d9f61a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.006557 10.0.0.141 - - [2025-05-01 02:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.141 - - [2025-05-01 02:09:17] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003813 10.0.0.141 - - [2025-05-01 02:09:18] "GET /virtual-networks?parent_id=aeef8681-28ad-4487-9dc2-b0c979d91493&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004028 10.0.0.141 - - [2025-05-01 02:09:18] "GET /virtual-network/33f60e65-6c5e-4625-8fdc-4eb8d9f61a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.007849 10.0.0.141 - - [2025-05-01 02:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.141 - - [2025-05-01 02:09:22] "GET /projects?obj_uuids=aeef8681-28ad-4487-9dc2-b0c979d91493&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001190 10.0.0.141 - - [2025-05-01 02:09:22] "GET /project/aeef8681-28ad-4487-9dc2-b0c979d91493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.025689 10.0.0.141 - - [2025-05-01 02:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.141 - - [2025-05-01 02:09:22] "PUT /network-policy/61482c11-7e36-4fa5-92a4-efb1ae25d650 HTTP/1.1" 200 263 0.010829 10.0.0.141 - - [2025-05-01 02:09:23] "PUT /access-control-list/39e280b5-8edf-4a30-a0d5-4fcd1606318e HTTP/1.1" 200 273 0.054355 10.0.0.141 - - [2025-05-01 02:09:23] "POST /ref-update HTTP/1.1" 200 156 0.011092 10.0.0.141 - - [2025-05-01 02:09:23] "PUT /access-control-list/3d3eead7-e9a4-4ae8-a1fe-1e737880bd56 HTTP/1.1" 200 273 0.052447 10.0.0.141 - - [2025-05-01 02:09:23] "POST /ref-update HTTP/1.1" 200 156 0.011483 10.0.0.141 - - [2025-05-01 02:09:26] "GET /virtual-network/33f60e65-6c5e-4625-8fdc-4eb8d9f61a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005645 10.0.0.141 - - [2025-05-01 02:09:26] "POST /neutron/network HTTP/1.1" 200 929 0.006845 10.0.0.141 - - [2025-05-01 02:09:26] "POST /neutron/network HTTP/1.1" 200 827 0.054613 10.0.0.141 - - [2025-05-01 02:09:26] "DELETE /access-control-list/3d3eead7-e9a4-4ae8-a1fe-1e737880bd56 HTTP/1.1" 200 115 0.047628 10.0.0.141 - - [2025-05-01 02:09:26] "POST /neutron/network HTTP/1.1" 200 827 0.009518 10.0.0.141 - - [2025-05-01 02:09:26] "GET /virtual-network/33f60e65-6c5e-4625-8fdc-4eb8d9f61a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005323 10.0.0.141 - - [2025-05-01 02:09:26] "GET /virtual-network/49dd1096-bcb4-450a-b33c-e36e44101c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005092 10.0.0.141 - - [2025-05-01 02:09:26] "POST /neutron/network HTTP/1.1" 200 930 0.012631 10.0.0.141 - - [2025-05-01 02:09:26] "POST /neutron/network HTTP/1.1" 200 828 0.058034 10.0.0.141 - - [2025-05-01 02:09:26] "POST /neutron/network HTTP/1.1" 200 828 0.013281 10.0.0.141 - - [2025-05-01 02:09:26] "DELETE /access-control-list/39e280b5-8edf-4a30-a0d5-4fcd1606318e HTTP/1.1" 200 115 0.058773 10.0.0.141 - - [2025-05-01 02:09:26] "GET /virtual-network/49dd1096-bcb4-450a-b33c-e36e44101c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.010099 10.0.0.141 - - [2025-05-01 02:09:26] "DELETE /network-policy/61482c11-7e36-4fa5-92a4-efb1ae25d650 HTTP/1.1" 200 115 0.028072 10.0.0.141 - - [2025-05-01 02:09:26] "POST /neutron/network HTTP/1.1" 200 827 0.007914 10.0.0.141 - - [2025-05-01 02:09:26] "POST /neutron/network HTTP/1.1" 400 204 0.011076 10.0.0.141 - - [2025-05-01 02:09:26] "POST /neutron/port HTTP/1.1" 200 1091 0.015479 10.0.0.141 - - [2025-05-01 02:09:26] "POST /neutron/port HTTP/1.1" 200 1117 0.010696 10.0.0.141 - - [2025-05-01 02:09:26] "POST /neutron/port HTTP/1.1" 200 1092 0.026755 10.0.0.141 - - [2025-05-01 02:09:26] "POST /neutron/port HTTP/1.1" 200 1118 0.010057 10.0.0.141 - - [2025-05-01 02:09:26] "POST /neutron/port HTTP/1.1" 200 151 0.180875 10.0.0.141 - - [2025-05-01 02:09:26] "POST /neutron/port HTTP/1.1" 200 151 0.199730 10.0.0.141 - - [2025-05-01 02:09:28] "POST /neutron/network HTTP/1.1" 200 827 0.006084 10.0.0.141 - - [2025-05-01 02:09:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003487 10.0.0.141 - - [2025-05-01 02:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004735 10.0.0.141 - - [2025-05-01 02:09:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002126 10.0.0.141 - - [2025-05-01 02:09:28] "POST /neutron/network HTTP/1.1" 200 151 0.084529 10.0.0.141 - - [2025-05-01 02:09:28] "DELETE /route-target/fd45003b-42bd-45d8-b253-01066a98b45b HTTP/1.1" 200 115 0.016757 10.0.0.141 - - [2025-05-01 02:09:28] "GET /routing-instance/e9c30224-567f-4b19-9f1d-cbcbad98049f HTTP/1.1" 404 171 0.002393 10.0.0.141 - - [2025-05-01 02:09:28] "GET /domains HTTP/1.1" 200 281 0.002787 10.0.0.141 - - [2025-05-01 02:09:28] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001086 10.0.0.141 - - [2025-05-01 02:09:28] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6 HTTP/1.1" 200 2970 0.050112 10.0.0.141 - - [2025-05-01 02:09:28] "GET /projects?obj_uuids=aeef8681-28ad-4487-9dc2-b0c979d91493&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001085 10.0.0.141 - - [2025-05-01 02:09:28] "GET /project/aeef8681-28ad-4487-9dc2-b0c979d91493 HTTP/1.1" 200 2110 0.072440 10.0.0.141 - - [2025-05-01 02:09:28] "POST /neutron/network HTTP/1.1" 200 828 0.005880 10.0.0.141 - - [2025-05-01 02:09:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003538 10.0.0.141 - - [2025-05-01 02:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004384 10.0.0.141 - - [2025-05-01 02:09:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001860 10.0.0.141 - - [2025-05-01 02:09:28] "POST /neutron/network HTTP/1.1" 200 151 0.080325 10.0.0.141 - - [2025-05-01 02:09:28] "GET /routing-instance/4bffa84b-e823-4fda-9885-a49963c6e273 HTTP/1.1" 404 171 0.002372 10.0.0.141 - - [2025-05-01 02:09:28] "DELETE /route-target/99a14137-af2e-459e-aeb1-b25ebf77b34d HTTP/1.1" 200 115 0.016274 10.0.0.141 - - [2025-05-01 02:09:28] "GET /domains HTTP/1.1" 200 281 0.002307 10.0.0.141 - - [2025-05-01 02:09:28] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001099 10.0.0.141 - - [2025-05-01 02:09:28] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6 HTTP/1.1" 200 2970 0.050994 10.0.0.141 - - [2025-05-01 02:09:28] "GET /projects?obj_uuids=aeef8681-28ad-4487-9dc2-b0c979d91493&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001628 10.0.0.141 - - [2025-05-01 02:09:28] "GET /project/aeef8681-28ad-4487-9dc2-b0c979d91493 HTTP/1.1" 200 1870 0.073091 10.0.0.141 - - [2025-05-01 02:09:29] "GET /projects?obj_uuids=aeef8681-28ad-4487-9dc2-b0c979d91493&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001231 10.0.0.141 - - [2025-05-01 02:09:29] "GET /project/aeef8681-28ad-4487-9dc2-b0c979d91493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.023903 10.0.0.141 - - [2025-05-01 02:09:29] "GET /projects?obj_uuids=aeef8681-28ad-4487-9dc2-b0c979d91493&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001098 10.0.0.141 - - [2025-05-01 02:09:29] "GET /project/aeef8681-28ad-4487-9dc2-b0c979d91493?fields=virtual_networks HTTP/1.1" 200 1039 0.070195 10.0.0.141 - - [2025-05-01 02:09:29] "GET /projects?obj_uuids=aeef8681-28ad-4487-9dc2-b0c979d91493&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001171 10.0.0.141 - - [2025-05-01 02:09:29] "GET /project/aeef8681-28ad-4487-9dc2-b0c979d91493?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.027517 10.0.0.141 - - [2025-05-01 02:09:29] "GET /projects?obj_uuids=aeef8681-28ad-4487-9dc2-b0c979d91493&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001231 10.0.0.141 - - [2025-05-01 02:09:29] "GET /project/aeef8681-28ad-4487-9dc2-b0c979d91493?fields=security_groups HTTP/1.1" 200 1268 0.028799 10.0.0.141 - - [2025-05-01 02:09:30] "POST /fqname-to-id HTTP/1.1" 404 186 0.024470 10.0.0.141 - - [2025-05-01 02:09:30] "GET /projects?obj_uuids=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002434 10.0.0.141 - - [2025-05-01 02:09:30] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001464 10.0.0.141 - - [2025-05-01 02:09:30] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007445 10.0.0.141 - - [2025-05-01 02:09:30] "POST /id-to-fqname HTTP/1.1" 200 188 0.004319 10.0.0.141 - - [2025-05-01 02:09:30] "POST /fqname-to-id HTTP/1.1" 404 197 0.003726 10.0.0.141 - - [2025-05-01 02:09:30] "POST /security-groups HTTP/1.1" 200 589 0.059345 10.0.0.141 - - [2025-05-01 02:09:30] "POST /fqname-to-id HTTP/1.1" 404 232 0.006381 10.0.0.141 - - [2025-05-01 02:09:30] "POST /projects HTTP/1.1" 200 581 0.212982 10.0.0.141 - - [2025-05-01 02:09:30] "POST /access-control-lists HTTP/1.1" 200 596 0.058715 10.0.0.141 - - [2025-05-01 02:09:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.285872 10.0.0.141 - - [2025-05-01 02:09:30] "POST /fqname-to-id HTTP/1.1" 404 231 0.002838 10.0.0.141 - - [2025-05-01 02:09:30] "GET /project/58e20027-6198-4a1d-a234-e25423854e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.410270 10.0.0.141 - - [2025-05-01 02:09:30] "POST /access-control-lists HTTP/1.1" 200 594 0.058822 10.0.0.141 - - [2025-05-01 02:09:31] "GET / HTTP/1.1" 200 36215 0.002303 10.0.0.141 - - [2025-05-01 02:09:32] "POST /fqname-to-id HTTP/1.1" 401 293 0.000700 10.0.0.141 - - [2025-05-01 02:09:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.054177 10.0.0.141 - - [2025-05-01 02:09:32] "GET /projects?obj_uuids=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001093 10.0.0.141 - - [2025-05-01 02:09:32] "GET /project/58e20027-6198-4a1d-a234-e25423854e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.023955 10.0.0.141 - - [2025-05-01 02:09:33] "POST /neutron/network HTTP/1.1" 200 117 0.026762 10.0.0.141 - - [2025-05-01 02:09:33] "GET /projects?obj_uuids=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001441 10.0.0.141 - - [2025-05-01 02:09:33] "POST /neutron/network HTTP/1.1" 200 613 0.075166 10.0.0.141 - - [2025-05-01 02:09:33] "POST /route-targets HTTP/1.1" 200 328 0.009682 10.0.0.141 - - [2025-05-01 02:09:33] "POST /ref-update HTTP/1.1" 200 156 0.012223 10.0.0.141 - - [2025-05-01 02:09:33] "POST /useragent-kv HTTP/1.1" 200 115 0.004295 10.0.0.141 - - [2025-05-01 02:09:33] "POST /neutron/subnet HTTP/1.1" 200 720 0.131997 10.0.0.141 - - [2025-05-01 02:09:33] "POST /neutron/network HTTP/1.1" 200 831 0.016928 10.0.0.141 - - [2025-05-01 02:09:33] "POST /id-to-fqname HTTP/1.1" 200 223 0.001205 10.0.0.141 - - [2025-05-01 02:09:33] "DELETE /project/58e2002761984a1da234e25423854e49 HTTP/1.1" 404 173 0.015929 10.0.0.141 - - [2025-05-01 02:09:33] "DELETE /project/aeef868128ad44879dc2b0c979d91493 HTTP/1.1" 404 173 0.014981 10.0.0.141 - - [2025-05-01 02:09:33] "DELETE /project/00a4d30e6b43443f87ff0f192b995cc3 HTTP/1.1" 404 173 0.014258 10.0.0.141 - - [2025-05-01 02:09:33] "GET /projects?obj_uuids=aeef8681-28ad-4487-9dc2-b0c979d91493&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001015 10.0.0.141 - - [2025-05-01 02:09:33] "GET /projects?obj_uuids=00a4d30e-6b43-443f-87ff-0f192b995cc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000907 10.0.0.141 - - [2025-05-01 02:09:33] "GET /projects?obj_uuids=3bd144fd-2a67-4f75-854e-30ece0a28ff7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001009 10.0.0.141 - - [2025-05-01 02:09:33] "GET /virtual-network/70d8bab4-fbe2-4fea-bfee-db87eb0bc8ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.010806 10.0.0.141 - - [2025-05-01 02:09:33] "GET /project/3bd144fd-2a67-4f75-854e-30ece0a28ff7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.050392 10.0.0.141 - - [2025-05-01 02:09:33] "GET /project/00a4d30e-6b43-443f-87ff-0f192b995cc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1497 0.054226 10.0.0.141 - - [2025-05-01 02:09:33] "GET /project/aeef8681-28ad-4487-9dc2-b0c979d91493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.069284 10.0.0.141 - - [2025-05-01 02:09:33] "GET /projects?obj_uuids=00a4d30e-6b43-443f-87ff-0f192b995cc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001044 10.0.0.141 - - [2025-05-01 02:09:33] "GET /projects?obj_uuids=3bd144fd-2a67-4f75-854e-30ece0a28ff7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000909 10.0.0.141 - - [2025-05-01 02:09:33] "POST /neutron/network HTTP/1.1" 200 831 0.013356 10.0.0.141 - - [2025-05-01 02:09:33] "GET /projects?obj_uuids=aeef8681-28ad-4487-9dc2-b0c979d91493&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000978 10.0.0.141 - - [2025-05-01 02:09:33] "GET /virtual-network/70d8bab4-fbe2-4fea-bfee-db87eb0bc8ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005414 10.0.0.141 - - [2025-05-01 02:09:33] "GET /project/3bd144fd-2a67-4f75-854e-30ece0a28ff7?fields=security_groups HTTP/1.1" 200 1371 0.057535 10.0.0.141 - - [2025-05-01 02:09:33] "GET /project/00a4d30e-6b43-443f-87ff-0f192b995cc3?fields=security_groups HTTP/1.1" 200 1384 0.061867 10.0.0.141 - - [2025-05-01 02:09:33] "GET /project/aeef8681-28ad-4487-9dc2-b0c979d91493?fields=security_groups HTTP/1.1" 200 1370 0.068610 10.0.0.141 - - [2025-05-01 02:09:33] "POST /neutron/network HTTP/1.1" 200 831 0.007680 10.0.0.141 - - [2025-05-01 02:09:33] "POST /neutron/subnet HTTP/1.1" 200 720 0.007895 10.0.0.141 - - [2025-05-01 02:09:33] "GET /domains HTTP/1.1" 401 293 0.000396 10.0.0.141 - - [2025-05-01 02:09:33] "DELETE /security-group/0b7fbcb8-2272-4272-adf6-0413779a226f HTTP/1.1" 200 115 0.071765 10.0.0.141 - - [2025-05-01 02:09:33] "GET /projects?obj_uuids=3bd144fd-2a67-4f75-854e-30ece0a28ff7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001215 10.0.0.141 - - [2025-05-01 02:09:33] "DELETE /access-control-list/dc930999-934b-42ec-8ba4-77bdbac9fc65 HTTP/1.1" 200 115 0.062449 10.0.0.141 - - [2025-05-01 02:09:33] "DELETE /security-group/7eb879be-7c94-48ad-9f1c-0965bca7e046 HTTP/1.1" 200 115 0.116285 10.0.0.141 - - [2025-05-01 02:09:33] "GET /projects?obj_uuids=00a4d30e-6b43-443f-87ff-0f192b995cc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001262 10.0.0.141 - - [2025-05-01 02:09:33] "GET /project/3bd144fd-2a67-4f75-854e-30ece0a28ff7?fields=application_policy_sets HTTP/1.1" 200 1410 0.069298 10.0.0.141 - - [2025-05-01 02:09:33] "DELETE /security-group/0a4e2b30-53c8-4b32-b41e-367c5475342c HTTP/1.1" 200 115 0.120483 10.0.0.141 - - [2025-05-01 02:09:33] "GET /projects?obj_uuids=aeef8681-28ad-4487-9dc2-b0c979d91493&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001521 10.0.0.141 - - [2025-05-01 02:09:33] "GET /project/00a4d30e-6b43-443f-87ff-0f192b995cc3?fields=application_policy_sets HTTP/1.1" 200 1423 0.052576 10.0.0.141 - - [2025-05-01 02:09:33] "DELETE /access-control-list/ea29e294-89e1-4462-95d9-e8d5a8597a0e HTTP/1.1" 200 115 0.074305 10.0.0.141 - - [2025-05-01 02:09:33] "DELETE /access-control-list/a0d182db-2b0a-47aa-86f7-ade03309def6 HTTP/1.1" 200 115 0.051818 10.0.0.141 - - [2025-05-01 02:09:33] "GET /project/aeef8681-28ad-4487-9dc2-b0c979d91493?fields=application_policy_sets HTTP/1.1" 200 1409 0.107275 10.0.0.141 - - [2025-05-01 02:09:33] "DELETE /access-control-list/bee082ad-7ef6-4ffa-9758-91ffcf2e349d HTTP/1.1" 200 115 0.059868 10.0.0.141 - - [2025-05-01 02:09:33] "DELETE /project/3bd144fd-2a67-4f75-854e-30ece0a28ff7 HTTP/1.1" 200 115 0.529163 10.0.0.141 - - [2025-05-01 02:09:33] "DELETE /access-control-list/9e4e2802-9f3a-46c4-af00-81663bf39527 HTTP/1.1" 200 115 0.041778 10.0.0.141 - - [2025-05-01 02:09:33] "DELETE /project/00a4d30e-6b43-443f-87ff-0f192b995cc3 HTTP/1.1" 200 115 0.566957 10.0.0.141 - - [2025-05-01 02:09:33] "DELETE /access-control-list/5872ebe2-6432-4907-8a4f-2713721de646 HTTP/1.1" 200 115 0.029951 10.0.0.141 - - [2025-05-01 02:09:33] "DELETE /project/aeef8681-28ad-4487-9dc2-b0c979d91493 HTTP/1.1" 200 115 0.595839 10.0.0.141 - - [2025-05-01 02:09:33] "GET /domains HTTP/1.1" 200 281 0.032284 10.0.0.141 - - [2025-05-01 02:09:33] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001134 10.0.0.141 - - [2025-05-01 02:09:33] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6 HTTP/1.1" 200 2581 0.012046 10.0.0.141 - - [2025-05-01 02:09:33] "GET /projects?obj_uuids=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002442 10.0.0.141 - - [2025-05-01 02:09:33] "GET /project/58e20027-6198-4a1d-a234-e25423854e49 HTTP/1.1" 200 2086 0.069935 10.0.0.141 - - [2025-05-01 02:09:34] "GET /virtual-network/70d8bab4-fbe2-4fea-bfee-db87eb0bc8ba HTTP/1.1" 200 2318 0.005740 10.0.0.141 - - [2025-05-01 02:09:34] "GET /virtual-network/70d8bab4-fbe2-4fea-bfee-db87eb0bc8ba HTTP/1.1" 200 2318 0.005251 10.0.0.141 - - [2025-05-01 02:09:34] "GET /routing-instance/a1da6d3d-c60d-4bf0-a522-a97d8b29099c HTTP/1.1" 200 1497 0.003334 10.0.0.141 - - [2025-05-01 02:09:34] "GET /routing-instance/a1da6d3d-c60d-4bf0-a522-a97d8b29099c HTTP/1.1" 200 1497 0.003028 10.0.0.141 - - [2025-05-01 02:09:34] "GET /route-target/013a5be9-eba8-40b5-921d-6c121249cd8a HTTP/1.1" 200 1212 0.002671 10.0.0.141 - - [2025-05-01 02:09:34] "GET /virtual-network/70d8bab4-fbe2-4fea-bfee-db87eb0bc8ba HTTP/1.1" 200 2318 0.004537 10.0.0.141 - - [2025-05-01 02:09:34] "GET /routing-instance/a1da6d3d-c60d-4bf0-a522-a97d8b29099c HTTP/1.1" 200 1497 0.002985 10.0.0.141 - - [2025-05-01 02:09:34] "GET /virtual-network/70d8bab4-fbe2-4fea-bfee-db87eb0bc8ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004562 10.0.0.141 - - [2025-05-01 02:09:34] "GET /virtual-network/70d8bab4-fbe2-4fea-bfee-db87eb0bc8ba HTTP/1.1" 200 2318 0.004712 10.0.0.141 - - [2025-05-01 02:09:34] "GET /routing-instance/a1da6d3d-c60d-4bf0-a522-a97d8b29099c HTTP/1.1" 200 1497 0.002895 10.0.0.141 - - [2025-05-01 02:09:34] "GET /routing-instance/a1da6d3d-c60d-4bf0-a522-a97d8b29099c HTTP/1.1" 200 1497 0.002830 10.0.0.141 - - [2025-05-01 02:09:34] "GET /route-target/013a5be9-eba8-40b5-921d-6c121249cd8a HTTP/1.1" 200 1212 0.002548 10.0.0.141 - - [2025-05-01 02:09:34] "GET /domains HTTP/1.1" 200 281 0.002623 10.0.0.141 - - [2025-05-01 02:09:34] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001016 10.0.0.141 - - [2025-05-01 02:09:34] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6 HTTP/1.1" 200 2581 0.006732 10.0.0.141 - - [2025-05-01 02:09:34] "GET /projects?obj_uuids=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001538 10.0.0.141 - - [2025-05-01 02:09:34] "GET /project/58e20027-6198-4a1d-a234-e25423854e49 HTTP/1.1" 200 2086 0.071472 10.0.0.141 - - [2025-05-01 02:09:34] "GET /virtual-network/70d8bab4-fbe2-4fea-bfee-db87eb0bc8ba HTTP/1.1" 200 2318 0.004729 10.0.0.141 - - [2025-05-01 02:09:34] "GET /obj-perms HTTP/1.1" 200 5045 0.045810 10.0.0.141 - - [2025-05-01 02:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002765 10.0.0.141 - - [2025-05-01 02:09:34] "GET /projects?obj_uuids=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001029 10.0.0.141 - - [2025-05-01 02:09:34] "GET /project/58e20027-6198-4a1d-a234-e25423854e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.024590 10.0.0.141 - - [2025-05-01 02:09:34] "POST /neutron/network HTTP/1.1" 200 117 0.009076 10.0.0.141 - - [2025-05-01 02:09:34] "GET /projects?obj_uuids=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001194 10.0.0.141 - - [2025-05-01 02:09:34] "POST /neutron/network HTTP/1.1" 200 613 0.066664 10.0.0.141 - - [2025-05-01 02:09:34] "POST /route-targets HTTP/1.1" 200 328 0.016560 10.0.0.141 - - [2025-05-01 02:09:34] "POST /ref-update HTTP/1.1" 200 156 0.011711 10.0.0.141 - - [2025-05-01 02:09:34] "POST /useragent-kv HTTP/1.1" 200 115 0.004061 10.0.0.141 - - [2025-05-01 02:09:34] "POST /neutron/subnet HTTP/1.1" 200 730 0.184214 10.0.0.141 - - [2025-05-01 02:09:34] "POST /neutron/network HTTP/1.1" 200 833 0.005080 10.0.0.141 - - [2025-05-01 02:09:35] "POST /id-to-fqname HTTP/1.1" 200 223 0.001320 10.0.0.141 - - [2025-05-01 02:09:35] "GET /virtual-network/27a11759-c834-4361-bdf5-1772f4dee390?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004891 10.0.0.141 - - [2025-05-01 02:09:35] "POST /neutron/network HTTP/1.1" 200 833 0.005592 10.0.0.141 - - [2025-05-01 02:09:35] "GET /virtual-network/27a11759-c834-4361-bdf5-1772f4dee390?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005029 10.0.0.141 - - [2025-05-01 02:09:35] "POST /neutron/network HTTP/1.1" 200 833 0.005627 10.0.0.141 - - [2025-05-01 02:09:35] "POST /neutron/subnet HTTP/1.1" 200 730 0.006812 10.0.0.141 - - [2025-05-01 02:09:35] "GET /domains HTTP/1.1" 200 281 0.002074 10.0.0.141 - - [2025-05-01 02:09:35] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001142 10.0.0.141 - - [2025-05-01 02:09:35] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6 HTTP/1.1" 200 2581 0.007124 10.0.0.141 - - [2025-05-01 02:09:35] "GET /projects?obj_uuids=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001019 10.0.0.141 - - [2025-05-01 02:09:35] "GET /project/58e20027-6198-4a1d-a234-e25423854e49 HTTP/1.1" 200 2305 0.074014 10.0.0.141 - - [2025-05-01 02:09:35] "GET /virtual-network/27a11759-c834-4361-bdf5-1772f4dee390 HTTP/1.1" 200 2324 0.006763 10.0.0.141 - - [2025-05-01 02:09:35] "GET /virtual-network/27a11759-c834-4361-bdf5-1772f4dee390 HTTP/1.1" 200 2324 0.004919 10.0.0.141 - - [2025-05-01 02:09:35] "GET /routing-instance/afa334ed-f17f-421b-8fbc-c2715b311def HTTP/1.1" 200 1497 0.003679 10.0.0.141 - - [2025-05-01 02:09:35] "GET /routing-instance/afa334ed-f17f-421b-8fbc-c2715b311def HTTP/1.1" 200 1497 0.002926 10.0.0.141 - - [2025-05-01 02:09:35] "GET /route-target/9acc1019-08a1-4c8f-8c7a-d9d821649847 HTTP/1.1" 200 1215 0.002743 10.0.0.141 - - [2025-05-01 02:09:35] "GET /virtual-network/27a11759-c834-4361-bdf5-1772f4dee390 HTTP/1.1" 200 2324 0.004627 10.0.0.141 - - [2025-05-01 02:09:35] "GET /routing-instance/afa334ed-f17f-421b-8fbc-c2715b311def HTTP/1.1" 200 1497 0.003051 10.0.0.141 - - [2025-05-01 02:09:35] "GET /virtual-network/27a11759-c834-4361-bdf5-1772f4dee390?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004472 10.0.0.141 - - [2025-05-01 02:09:35] "GET /virtual-network/27a11759-c834-4361-bdf5-1772f4dee390 HTTP/1.1" 200 2324 0.004522 10.0.0.141 - - [2025-05-01 02:09:35] "GET /routing-instance/afa334ed-f17f-421b-8fbc-c2715b311def HTTP/1.1" 200 1497 0.002870 10.0.0.141 - - [2025-05-01 02:09:35] "GET /routing-instance/afa334ed-f17f-421b-8fbc-c2715b311def HTTP/1.1" 200 1497 0.004443 10.0.0.141 - - [2025-05-01 02:09:35] "GET /route-target/9acc1019-08a1-4c8f-8c7a-d9d821649847 HTTP/1.1" 200 1215 0.002509 10.0.0.141 - - [2025-05-01 02:09:35] "GET /domains HTTP/1.1" 200 281 0.002436 10.0.0.141 - - [2025-05-01 02:09:35] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001027 10.0.0.141 - - [2025-05-01 02:09:35] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6 HTTP/1.1" 200 2581 0.006706 10.0.0.141 - - [2025-05-01 02:09:35] "GET /projects?obj_uuids=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000994 10.0.0.141 - - [2025-05-01 02:09:35] "GET /project/58e20027-6198-4a1d-a234-e25423854e49 HTTP/1.1" 200 2305 0.082393 10.0.0.141 - - [2025-05-01 02:09:35] "GET /virtual-network/27a11759-c834-4361-bdf5-1772f4dee390 HTTP/1.1" 200 2324 0.005514 10.0.0.141 - - [2025-05-01 02:09:35] "GET /obj-perms HTTP/1.1" 200 5045 0.003309 10.0.0.141 - - [2025-05-01 02:09:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.141 - - [2025-05-01 02:09:35] "GET /projects?obj_uuids=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001017 10.0.0.141 - - [2025-05-01 02:09:35] "GET /project/58e20027-6198-4a1d-a234-e25423854e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.028135 10.0.0.141 - - [2025-05-01 02:09:35] "POST /neutron/network HTTP/1.1" 200 117 0.009741 10.0.0.141 - - [2025-05-01 02:09:35] "GET /projects?obj_uuids=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001076 10.0.0.141 - - [2025-05-01 02:09:35] "POST /neutron/network HTTP/1.1" 200 615 0.074172 10.0.0.141 - - [2025-05-01 02:09:35] "POST /ref-update HTTP/1.1" 200 156 0.010255 10.0.0.141 - - [2025-05-01 02:09:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003667 10.0.0.141 - - [2025-05-01 02:09:35] "POST /neutron/subnet HTTP/1.1" 200 725 0.189636 10.0.0.141 - - [2025-05-01 02:09:35] "POST /neutron/network HTTP/1.1" 200 834 0.005714 10.0.0.141 - - [2025-05-01 02:09:35] "POST /id-to-fqname HTTP/1.1" 200 224 0.001181 10.0.0.141 - - [2025-05-01 02:09:35] "GET /virtual-network/e3743161-9293-47ab-9dbe-0521dce69362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004889 10.0.0.141 - - [2025-05-01 02:09:35] "POST /neutron/network HTTP/1.1" 200 834 0.005327 10.0.0.141 - - [2025-05-01 02:09:36] "GET /virtual-network/e3743161-9293-47ab-9dbe-0521dce69362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004815 10.0.0.141 - - [2025-05-01 02:09:36] "POST /neutron/network HTTP/1.1" 200 834 0.005461 10.0.0.141 - - [2025-05-01 02:09:36] "POST /neutron/subnet HTTP/1.1" 200 725 0.007076 10.0.0.141 - - [2025-05-01 02:09:36] "GET /domains HTTP/1.1" 200 281 0.002150 10.0.0.141 - - [2025-05-01 02:09:36] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001075 10.0.0.141 - - [2025-05-01 02:09:36] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6 HTTP/1.1" 200 2581 0.007148 10.0.0.141 - - [2025-05-01 02:09:36] "GET /projects?obj_uuids=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000978 10.0.0.141 - - [2025-05-01 02:09:36] "GET /project/58e20027-6198-4a1d-a234-e25423854e49 HTTP/1.1" 200 2525 0.067595 10.0.0.141 - - [2025-05-01 02:09:36] "GET /virtual-network/e3743161-9293-47ab-9dbe-0521dce69362 HTTP/1.1" 200 2328 0.009008 10.0.0.141 - - [2025-05-01 02:09:36] "GET /virtual-network/e3743161-9293-47ab-9dbe-0521dce69362 HTTP/1.1" 200 2328 0.004736 10.0.0.141 - - [2025-05-01 02:09:36] "GET /routing-instance/8241f835-9f0c-4358-a0ae-851566decba8 HTTP/1.1" 200 1500 0.003237 10.0.0.141 - - [2025-05-01 02:09:36] "GET /routing-instance/8241f835-9f0c-4358-a0ae-851566decba8 HTTP/1.1" 200 1500 0.003204 10.0.0.141 - - [2025-05-01 02:09:36] "GET /route-target/93b5a98f-8ac1-40d5-b567-7412eb27cb1e HTTP/1.1" 200 1217 0.003854 10.0.0.141 - - [2025-05-01 02:09:36] "GET /virtual-network/e3743161-9293-47ab-9dbe-0521dce69362 HTTP/1.1" 200 2328 0.004881 10.0.0.141 - - [2025-05-01 02:09:36] "GET /routing-instance/8241f835-9f0c-4358-a0ae-851566decba8 HTTP/1.1" 200 1500 0.003126 10.0.0.141 - - [2025-05-01 02:09:36] "GET /virtual-network/e3743161-9293-47ab-9dbe-0521dce69362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004610 10.0.0.141 - - [2025-05-01 02:09:36] "GET /virtual-network/e3743161-9293-47ab-9dbe-0521dce69362 HTTP/1.1" 200 2328 0.004857 10.0.0.141 - - [2025-05-01 02:09:36] "GET /routing-instance/8241f835-9f0c-4358-a0ae-851566decba8 HTTP/1.1" 200 1500 0.003293 10.0.0.141 - - [2025-05-01 02:09:36] "GET /routing-instance/8241f835-9f0c-4358-a0ae-851566decba8 HTTP/1.1" 200 1500 0.003833 10.0.0.141 - - [2025-05-01 02:09:36] "GET /route-target/93b5a98f-8ac1-40d5-b567-7412eb27cb1e HTTP/1.1" 200 1217 0.002874 10.0.0.141 - - [2025-05-01 02:09:36] "GET /domains HTTP/1.1" 200 281 0.002676 10.0.0.141 - - [2025-05-01 02:09:36] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001051 10.0.0.141 - - [2025-05-01 02:09:36] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6 HTTP/1.1" 200 2581 0.006914 10.0.0.141 - - [2025-05-01 02:09:36] "GET /projects?obj_uuids=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001063 10.0.0.141 - - [2025-05-01 02:09:36] "GET /project/58e20027-6198-4a1d-a234-e25423854e49 HTTP/1.1" 200 2525 0.077574 10.0.0.141 - - [2025-05-01 02:09:36] "GET /virtual-network/e3743161-9293-47ab-9dbe-0521dce69362 HTTP/1.1" 200 2328 0.004843 10.0.0.141 - - [2025-05-01 02:09:36] "GET /obj-perms HTTP/1.1" 200 5045 0.002959 10.0.0.141 - - [2025-05-01 02:09:36] "POST /id-to-fqname HTTP/1.1" 200 223 0.001345 10.0.0.141 - - [2025-05-01 02:09:36] "POST /neutron/network HTTP/1.1" 200 843 0.006179 10.0.0.141 - - [2025-05-01 02:09:36] "GET /aaa-mode HTTP/1.1" 401 293 0.000402 10.0.0.141 - - [2025-05-01 02:09:36] "GET / HTTP/1.1" 200 36215 0.001796 10.0.0.141 - - [2025-05-01 02:09:36] "GET /project/58e20027-6198-4a1d-a234-e25423854e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000530 10.0.0.141 - - [2025-05-01 02:09:37] "GET /projects?obj_uuids=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001244 10.0.0.141 - - [2025-05-01 02:09:37] "GET /project/58e20027-6198-4a1d-a234-e25423854e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.050534 10.0.0.141 - - [2025-05-01 02:09:37] "POST /neutron/network HTTP/1.1" 200 833 0.005320 10.0.0.141 - - [2025-05-01 02:09:37] "POST /neutron/port HTTP/1.1" 200 117 0.005214 10.0.0.141 - - [2025-05-01 02:09:37] "POST /neutron/port HTTP/1.1" 200 117 0.005268 10.0.0.141 - - [2025-05-01 02:09:37] "POST /id-to-fqname HTTP/1.1" 200 224 0.001354 10.0.0.141 - - [2025-05-01 02:09:37] "POST /neutron/port HTTP/1.1" 200 117 0.005011 10.0.0.141 - - [2025-05-01 02:09:37] "POST /neutron/network HTTP/1.1" 200 844 0.005603 10.0.0.141 - - [2025-05-01 02:09:37] "GET /aaa-mode HTTP/1.1" 401 293 0.000446 10.0.0.141 - - [2025-05-01 02:09:37] "POST /neutron/network HTTP/1.1" 200 843 0.005922 10.0.0.141 - - [2025-05-01 02:09:37] "GET /projects?obj_uuids=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001197 10.0.0.141 - - [2025-05-01 02:09:38] "GET / HTTP/1.1" 200 36215 0.001861 10.0.0.141 - - [2025-05-01 02:09:38] "GET /project/58e20027-6198-4a1d-a234-e25423854e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000392 10.0.0.141 - - [2025-05-01 02:09:38] "POST /neutron/port HTTP/1.1" 200 1059 0.225106 10.0.0.141 - - [2025-05-01 02:09:38] "POST /neutron/port HTTP/1.1" 200 1059 0.008427 10.0.0.141 - - [2025-05-01 02:09:38] "POST /neutron/port HTTP/1.1" 200 1059 0.009445 10.0.0.141 - - [2025-05-01 02:09:38] "POST /neutron/port HTTP/1.1" 200 1113 0.067672 10.0.0.141 - - [2025-05-01 02:09:38] "POST /neutron/port HTTP/1.1" 200 1087 0.014405 10.0.0.141 - - [2025-05-01 02:09:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002968 10.0.0.141 - - [2025-05-01 02:09:38] "POST /neutron/subnet HTTP/1.1" 200 704 0.010744 10.0.0.141 - - [2025-05-01 02:09:38] "POST /neutron/port HTTP/1.1" 200 117 0.001168 10.0.0.141 - - [2025-05-01 02:09:38] "POST /neutron/network HTTP/1.1" 200 833 0.005790 10.0.0.141 - - [2025-05-01 02:09:38] "GET /projects?obj_uuids=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001203 10.0.0.141 - - [2025-05-01 02:09:38] "GET /project/58e20027-6198-4a1d-a234-e25423854e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.047041 10.0.0.141 - - [2025-05-01 02:09:38] "POST /neutron/network HTTP/1.1" 200 834 0.004954 10.0.0.141 - - [2025-05-01 02:09:38] "POST /neutron/port HTTP/1.1" 200 1087 0.020404 10.0.0.141 - - [2025-05-01 02:09:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.023396 10.0.0.141 - - [2025-05-01 02:09:38] "POST /neutron/port HTTP/1.1" 200 117 0.006880 10.0.0.141 - - [2025-05-01 02:09:38] "POST /fqname-to-id HTTP/1.1" 404 193 0.003815 10.0.0.141 - - [2025-05-01 02:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002583 10.0.0.141 - - [2025-05-01 02:09:38] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001187 10.0.0.141 - - [2025-05-01 02:09:38] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007993 10.0.0.141 - - [2025-05-01 02:09:38] "POST /service-templates HTTP/1.1" 200 545 0.039509 10.0.0.141 - - [2025-05-01 02:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.141 - - [2025-05-01 02:09:39] "GET /service-template/07cb9d05-1e8f-4232-8303-00828a933ecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.004820 10.0.0.141 - - [2025-05-01 02:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004476 10.0.0.141 - - [2025-05-01 02:09:39] "POST /neutron/network HTTP/1.1" 200 844 0.008649 10.0.0.141 - - [2025-05-01 02:09:39] "GET /projects?obj_uuids=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001148 10.0.0.141 - - [2025-05-01 02:09:39] "GET /service-template/07cb9d05-1e8f-4232-8303-00828a933ecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.007413 10.0.0.141 - - [2025-05-01 02:09:39] "POST /id-to-fqname HTTP/1.1" 200 223 0.003528 10.0.0.141 - - [2025-05-01 02:09:39] "POST /id-to-fqname HTTP/1.1" 200 223 0.001693 10.0.0.141 - - [2025-05-01 02:09:39] "POST /id-to-fqname HTTP/1.1" 200 224 0.002383 10.0.0.141 - - [2025-05-01 02:09:39] "POST /neutron/port HTTP/1.1" 200 1058 0.279787 10.0.0.141 - - [2025-05-01 02:09:39] "POST /neutron/port HTTP/1.1" 200 1058 0.020723 10.0.0.141 - - [2025-05-01 02:09:39] "POST /neutron/port HTTP/1.1" 200 1058 0.019987 10.0.0.141 - - [2025-05-01 02:09:39] "POST /neutron/port HTTP/1.1" 200 2003 0.041942 10.0.0.141 - - [2025-05-01 02:09:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006572 10.0.0.141 - - [2025-05-01 02:09:39] "POST /neutron/port HTTP/1.1" 200 1112 0.088152 10.0.0.141 - - [2025-05-01 02:09:39] "POST /neutron/port HTTP/1.1" 200 1086 0.018126 10.0.0.141 - - [2025-05-01 02:09:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004231 10.0.0.141 - - [2025-05-01 02:09:39] "POST /neutron/subnet HTTP/1.1" 200 699 0.010839 10.0.0.141 - - [2025-05-01 02:09:39] "POST /neutron/port HTTP/1.1" 200 117 0.001438 10.0.0.141 - - [2025-05-01 02:09:39] "POST /neutron/network HTTP/1.1" 200 834 0.008404 10.0.0.141 - - [2025-05-01 02:09:39] "GET /obj-perms HTTP/1.1" 200 5075 0.047170 10.0.0.141 - - [2025-05-01 02:09:40] "POST /neutron/network HTTP/1.1" 200 2223 0.019312 10.0.0.141 - - [2025-05-01 02:09:40] "GET /aaa-mode HTTP/1.1" 401 293 0.000430 10.0.0.141 - - [2025-05-01 02:09:40] "GET /obj-perms HTTP/1.1" 200 5075 0.060668 10.0.0.141 - - [2025-05-01 02:09:40] "GET / HTTP/1.1" 200 36215 0.001728 10.0.0.141 - - [2025-05-01 02:09:40] "GET /project/58e20027-6198-4a1d-a234-e25423854e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000461 10.0.0.141 - - [2025-05-01 02:09:40] "GET /projects?obj_uuids=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001148 10.0.0.141 - - [2025-05-01 02:09:41] "GET /project/58e20027-6198-4a1d-a234-e25423854e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.056908 10.0.0.141 - - [2025-05-01 02:09:41] "POST /neutron/network HTTP/1.1" 200 831 0.006739 10.0.0.141 - - [2025-05-01 02:09:41] "POST /neutron/network HTTP/1.1" 200 833 0.006733 10.0.0.141 - - [2025-05-01 02:09:41] "POST /neutron/network HTTP/1.1" 200 834 0.005532 10.0.0.141 - - [2025-05-01 02:09:41] "POST /neutron/port HTTP/1.1" 200 2057 0.018652 10.0.0.141 - - [2025-05-01 02:09:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006232 10.0.0.141 - - [2025-05-01 02:09:41] "POST /neutron/port HTTP/1.1" 200 117 0.005282 10.0.0.141 - - [2025-05-01 02:09:41] "POST /neutron/port HTTP/1.1" 200 117 0.004829 10.0.0.141 - - [2025-05-01 02:09:41] "POST /neutron/network HTTP/1.1" 200 2223 0.015842 10.0.0.141 - - [2025-05-01 02:09:41] "GET /projects?obj_uuids=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001185 10.0.0.141 - - [2025-05-01 02:09:41] "POST /neutron/port HTTP/1.1" 200 1057 0.291400 10.0.0.141 - - [2025-05-01 02:09:41] "GET /projects?obj_uuids=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002724 10.0.0.141 - - [2025-05-01 02:09:42] "POST /neutron/port HTTP/1.1" 200 1059 0.217916 10.0.0.141 - - [2025-05-01 02:09:42] "GET /projects?obj_uuids=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001189 10.0.0.141 - - [2025-05-01 02:09:42] "POST /neutron/port HTTP/1.1" 200 1058 0.198824 10.0.0.141 - - [2025-05-01 02:09:42] "POST /neutron/port HTTP/1.1" 200 1057 0.011517 10.0.0.141 - - [2025-05-01 02:09:42] "POST /neutron/port HTTP/1.1" 200 1057 0.009740 10.0.0.141 - - [2025-05-01 02:09:42] "POST /neutron/port HTTP/1.1" 200 1111 0.067070 10.0.0.141 - - [2025-05-01 02:09:42] "POST /neutron/port HTTP/1.1" 200 1059 0.011410 10.0.0.141 - - [2025-05-01 02:09:42] "POST /neutron/port HTTP/1.1" 200 1059 0.008311 10.0.0.141 - - [2025-05-01 02:09:42] "POST /neutron/port HTTP/1.1" 200 1113 0.072731 10.0.0.141 - - [2025-05-01 02:09:42] "POST /neutron/port HTTP/1.1" 200 1058 0.008753 10.0.0.141 - - [2025-05-01 02:09:42] "POST /neutron/port HTTP/1.1" 200 1058 0.007756 10.0.0.141 - - [2025-05-01 02:09:42] "POST /neutron/port HTTP/1.1" 200 1112 0.077401 10.0.0.141 - - [2025-05-01 02:09:42] "POST /neutron/port HTTP/1.1" 200 3025 0.019038 10.0.0.141 - - [2025-05-01 02:09:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003027 10.0.0.141 - - [2025-05-01 02:09:42] "POST /neutron/subnet HTTP/1.1" 200 694 0.010396 10.0.0.141 - - [2025-05-01 02:09:42] "POST /neutron/port HTTP/1.1" 200 117 0.001247 10.0.0.141 - - [2025-05-01 02:09:42] "POST /neutron/network HTTP/1.1" 200 831 0.005385 10.0.0.141 - - [2025-05-01 02:09:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003118 10.0.0.141 - - [2025-05-01 02:09:42] "POST /neutron/subnet HTTP/1.1" 200 704 0.010883 10.0.0.141 - - [2025-05-01 02:09:42] "POST /neutron/port HTTP/1.1" 200 117 0.001325 10.0.0.141 - - [2025-05-01 02:09:42] "POST /neutron/network HTTP/1.1" 200 833 0.005407 10.0.0.141 - - [2025-05-01 02:09:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003582 10.0.0.141 - - [2025-05-01 02:09:42] "POST /neutron/subnet HTTP/1.1" 200 699 0.016545 10.0.0.141 - - [2025-05-01 02:09:43] "POST /neutron/port HTTP/1.1" 200 117 0.001241 10.0.0.141 - - [2025-05-01 02:09:43] "POST /neutron/network HTTP/1.1" 200 834 0.005402 10.0.0.141 - - [2025-05-01 02:09:46] "POST /neutron/port HTTP/1.1" 200 3025 0.021341 10.0.0.141 - - [2025-05-01 02:09:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006149 10.0.0.141 - - [2025-05-01 02:09:46] "POST /neutron/port HTTP/1.1" 200 3025 0.022579 10.0.0.141 - - [2025-05-01 02:09:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007352 10.0.0.141 - - [2025-05-01 02:09:46] "POST /neutron/port HTTP/1.1" 200 3025 0.020451 10.0.0.141 - - [2025-05-01 02:09:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006451 10.0.0.141 - - [2025-05-01 02:09:46] "POST /neutron/port HTTP/1.1" 200 3025 0.018764 10.0.0.141 - - [2025-05-01 02:09:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007353 10.0.0.141 - - [2025-05-01 02:09:46] "POST /neutron/port HTTP/1.1" 200 3025 0.026425 10.0.0.141 - - [2025-05-01 02:09:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006966 10.0.0.141 - - [2025-05-01 02:09:46] "GET /virtual-machine/42658ed9-edc4-4185-8411-32f09ef9f929 HTTP/1.1" 200 1805 0.004702 10.0.0.141 - - [2025-05-01 02:09:46] "GET /virtual-machine-interface/75329ec2-d824-45d9-9e82-84e03950a5bf HTTP/1.1" 200 2955 0.004838 10.0.0.141 - - [2025-05-01 02:09:46] "GET /virtual-machine-interface/89cb4e81-29b2-402c-a982-3fb1a14dab1b HTTP/1.1" 200 2952 0.004819 10.0.0.141 - - [2025-05-01 02:09:46] "GET /virtual-machine-interface/bd946c08-0c28-404a-a2c1-69fa10757d74 HTTP/1.1" 200 2953 0.004813 10.0.0.141 - - [2025-05-01 02:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.141 - - [2025-05-01 02:09:46] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003233 10.0.0.141 - - [2025-05-01 02:09:46] "GET /virtual-networks?parent_id=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003041 10.0.0.141 - - [2025-05-01 02:09:47] "GET /virtual-network/70d8bab4-fbe2-4fea-bfee-db87eb0bc8ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006115 10.0.0.141 - - [2025-05-01 02:09:47] "POST /neutron/port HTTP/1.1" 200 1087 0.019163 10.0.0.141 - - [2025-05-01 02:09:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005276 10.0.0.141 - - [2025-05-01 02:09:48] "POST /neutron/port HTTP/1.1" 200 1086 0.018463 10.0.0.141 - - [2025-05-01 02:09:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005301 10.0.0.141 - - [2025-05-01 02:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.141 - - [2025-05-01 02:09:50] "GET /virtual-network/70d8bab4-fbe2-4fea-bfee-db87eb0bc8ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005100 10.0.0.141 - - [2025-05-01 02:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.141 - - [2025-05-01 02:09:54] "GET /virtual-network/70d8bab4-fbe2-4fea-bfee-db87eb0bc8ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005723 10.0.0.141 - - [2025-05-01 02:09:54] "POST /neutron/port HTTP/1.1" 200 1087 0.020715 10.0.0.141 - - [2025-05-01 02:09:54] "POST /neutron/port HTTP/1.1" 200 1087 0.020022 10.0.0.141 - - [2025-05-01 02:09:54] "POST /neutron/network HTTP/1.1" 200 843 0.007632 10.0.0.141 - - [2025-05-01 02:09:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004786 10.0.0.141 - - [2025-05-01 02:09:54] "POST /neutron/subnet HTTP/1.1" 200 704 0.015522 10.0.0.141 - - [2025-05-01 02:09:54] "POST /neutron/port HTTP/1.1" 200 117 0.002199 10.0.0.141 - - [2025-05-01 02:09:54] "POST /neutron/network HTTP/1.1" 200 833 0.009830 10.0.0.141 - - [2025-05-01 02:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.141 - - [2025-05-01 02:09:58] "GET /virtual-network/70d8bab4-fbe2-4fea-bfee-db87eb0bc8ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005177 10.0.0.141 - - [2025-05-01 02:10:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.141 - - [2025-05-01 02:10:02] "GET /virtual-network/70d8bab4-fbe2-4fea-bfee-db87eb0bc8ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004819 10.0.0.141 - - [2025-05-01 02:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.141 - - [2025-05-01 02:10:04] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003958 10.0.0.141 - - [2025-05-01 02:10:04] "GET /virtual-networks?parent_id=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003939 10.0.0.141 - - [2025-05-01 02:10:04] "GET /virtual-network/70d8bab4-fbe2-4fea-bfee-db87eb0bc8ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007726 10.0.0.141 - - [2025-05-01 02:10:04] "POST /neutron/port HTTP/1.1" 200 3025 0.021994 10.0.0.141 - - [2025-05-01 02:10:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005898 10.0.0.141 - - [2025-05-01 02:10:10] "POST /neutron/port HTTP/1.1" 200 3025 0.020414 10.0.0.141 - - [2025-05-01 02:10:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006267 10.0.0.141 - - [2025-05-01 02:10:15] "POST /neutron/port HTTP/1.1" 200 3025 0.021705 10.0.0.141 - - [2025-05-01 02:10:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005728 10.0.0.141 - - [2025-05-01 02:10:15] "POST /neutron/port HTTP/1.1" 200 3025 0.019466 10.0.0.141 - - [2025-05-01 02:10:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006450 10.0.0.141 - - [2025-05-01 02:10:20] "POST /neutron/port HTTP/1.1" 200 3025 0.020452 10.0.0.141 - - [2025-05-01 02:10:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005847 10.0.0.141 - - [2025-05-01 02:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.141 - - [2025-05-01 02:10:25] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003222 10.0.0.141 - - [2025-05-01 02:10:25] "GET /virtual-networks?parent_id=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003416 10.0.0.141 - - [2025-05-01 02:10:25] "GET /virtual-network/27a11759-c834-4361-bdf5-1772f4dee390?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006086 10.0.0.141 - - [2025-05-01 02:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.141 - - [2025-05-01 02:10:25] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003065 10.0.0.141 - - [2025-05-01 02:10:25] "GET /virtual-networks?parent_id=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003013 10.0.0.141 - - [2025-05-01 02:10:25] "GET /virtual-network/e3743161-9293-47ab-9dbe-0521dce69362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006017 10.0.0.141 - - [2025-05-01 02:10:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.002861 10.0.0.141 - - [2025-05-01 02:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002556 10.0.0.141 - - [2025-05-01 02:10:26] "GET /projects?obj_uuids=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001207 10.0.0.141 - - [2025-05-01 02:10:26] "GET /project/58e20027-6198-4a1d-a234-e25423854e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.032288 10.0.0.141 - - [2025-05-01 02:10:26] "POST /service-instances HTTP/1.1" 200 545 0.066956 10.0.0.141 - - [2025-05-01 02:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.141 - - [2025-05-01 02:10:26] "GET /service-instance/13e2c961-0a91-47f7-b5ec-5c77631ba1e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.006082 10.0.0.141 - - [2025-05-01 02:10:26] "POST /port-tuples HTTP/1.1" 200 588 0.020832 10.0.0.141 - - [2025-05-01 02:10:26] "GET /virtual-machine-interface/89cb4e81-29b2-402c-a982-3fb1a14dab1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2730 0.005546 10.0.0.141 - - [2025-05-01 02:10:26] "PUT /virtual-machine-interface/89cb4e81-29b2-402c-a982-3fb1a14dab1b HTTP/1.1" 200 285 0.011071 10.0.0.141 - - [2025-05-01 02:10:26] "POST /ref-update HTTP/1.1" 200 156 0.010682 10.0.0.141 - - [2025-05-01 02:10:26] "POST /instance-ips HTTP/1.1" 200 386 0.025835 10.0.0.141 - - [2025-05-01 02:10:26] "GET /virtual-machine-interface/bd946c08-0c28-404a-a2c1-69fa10757d74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2731 0.009474 10.0.0.141 - - [2025-05-01 02:10:26] "POST /ref-update HTTP/1.1" 200 156 0.018962 10.0.0.141 - - [2025-05-01 02:10:26] "PUT /virtual-machine-interface/bd946c08-0c28-404a-a2c1-69fa10757d74 HTTP/1.1" 200 285 0.012685 10.0.0.141 - - [2025-05-01 02:10:26] "POST /ref-update HTTP/1.1" 200 156 0.009024 10.0.0.141 - - [2025-05-01 02:10:26] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.008616 10.0.0.141 - - [2025-05-01 02:10:26] "POST /ref-update HTTP/1.1" 200 156 0.019958 10.0.0.141 - - [2025-05-01 02:10:26] "GET /virtual-machine-interface/75329ec2-d824-45d9-9e82-84e03950a5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2733 0.008261 10.0.0.141 - - [2025-05-01 02:10:26] "POST /instance-ips HTTP/1.1" 200 386 0.027542 10.0.0.141 - - [2025-05-01 02:10:26] "PUT /virtual-machine-interface/75329ec2-d824-45d9-9e82-84e03950a5bf HTTP/1.1" 200 285 0.011305 10.0.0.141 - - [2025-05-01 02:10:26] "POST /ref-update HTTP/1.1" 200 156 0.015564 10.0.0.141 - - [2025-05-01 02:10:27] "POST /ref-update HTTP/1.1" 200 156 0.009321 10.0.0.141 - - [2025-05-01 02:10:27] "POST /ref-update HTTP/1.1" 200 156 0.008595 10.0.0.141 - - [2025-05-01 02:10:27] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003668 10.0.0.141 - - [2025-05-01 02:10:27] "POST /neutron/port HTTP/1.1" 200 1087 0.014487 10.0.0.141 - - [2025-05-01 02:10:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005707 10.0.0.141 - - [2025-05-01 02:10:27] "POST /instance-ips HTTP/1.1" 200 374 0.020214 10.0.0.141 - - [2025-05-01 02:10:27] "POST /neutron/port HTTP/1.1" 200 1087 0.016856 10.0.0.141 - - [2025-05-01 02:10:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006107 10.0.0.141 - - [2025-05-01 02:10:27] "POST /ref-update HTTP/1.1" 200 156 0.008235 10.0.0.141 - - [2025-05-01 02:10:27] "POST /ref-update HTTP/1.1" 200 156 0.011791 10.0.0.141 - - [2025-05-01 02:10:27] "POST /neutron/port HTTP/1.1" 200 1087 0.025815 10.0.0.141 - - [2025-05-01 02:10:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009636 10.0.0.141 - - [2025-05-01 02:10:27] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003645 10.0.0.141 - - [2025-05-01 02:10:27] "GET /virtual-machine/01740fa9-50c9-40c9-9433-3e883d0a6379 HTTP/1.1" 200 1291 0.005994 10.0.0.141 - - [2025-05-01 02:10:27] "GET /virtual-machine-interface/dff377de-3614-4589-a44a-4461d067345e HTTP/1.1" 200 2953 0.004804 10.0.0.141 - - [2025-05-01 02:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002718 10.0.0.141 - - [2025-05-01 02:10:27] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.005809 10.0.0.141 - - [2025-05-01 02:10:27] "POST /instance-ips HTTP/1.1" 200 374 0.018805 10.0.0.141 - - [2025-05-01 02:10:27] "GET /virtual-networks?parent_id=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003062 10.0.0.141 - - [2025-05-01 02:10:27] "POST /ref-update HTTP/1.1" 200 156 0.008829 10.0.0.141 - - [2025-05-01 02:10:27] "GET /virtual-network/27a11759-c834-4361-bdf5-1772f4dee390?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005356 10.0.0.141 - - [2025-05-01 02:10:27] "POST /ref-update HTTP/1.1" 200 156 0.008014 10.0.0.141 - - [2025-05-01 02:10:27] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002816 10.0.0.141 - - [2025-05-01 02:10:27] "POST /instance-ips HTTP/1.1" 200 376 0.018381 10.0.0.141 - - [2025-05-01 02:10:27] "POST /ref-update HTTP/1.1" 200 156 0.008008 10.0.0.141 - - [2025-05-01 02:10:27] "POST /ref-update HTTP/1.1" 200 156 0.009461 10.0.0.141 - - [2025-05-01 02:10:27] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003805 10.0.0.141 - - [2025-05-01 02:10:27] "POST /instance-ips HTTP/1.1" 200 376 0.020997 10.0.0.141 - - [2025-05-01 02:10:27] "POST /ref-update HTTP/1.1" 200 156 0.009358 10.0.0.141 - - [2025-05-01 02:10:27] "POST /ref-update HTTP/1.1" 200 156 0.009108 10.0.0.141 - - [2025-05-01 02:10:28] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002816 10.0.0.141 - - [2025-05-01 02:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.141 - - [2025-05-01 02:10:28] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003382 10.0.0.141 - - [2025-05-01 02:10:28] "GET /virtual-networks?parent_id=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003098 10.0.0.141 - - [2025-05-01 02:10:28] "GET /virtual-network/27a11759-c834-4361-bdf5-1772f4dee390?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005587 10.0.0.141 - - [2025-05-01 02:10:28] "POST /neutron/port HTTP/1.1" 200 1086 0.017209 10.0.0.141 - - [2025-05-01 02:10:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006315 10.0.0.141 - - [2025-05-01 02:10:29] "POST /neutron/port HTTP/1.1" 200 1086 0.017195 10.0.0.141 - - [2025-05-01 02:10:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006281 10.0.0.141 - - [2025-05-01 02:10:29] "POST /neutron/port HTTP/1.1" 200 1086 0.015933 10.0.0.141 - - [2025-05-01 02:10:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006500 10.0.0.141 - - [2025-05-01 02:10:29] "GET /virtual-machine/82b34fcc-b201-4358-ae30-6dacb4642890 HTTP/1.1" 200 1292 0.005430 10.0.0.141 - - [2025-05-01 02:10:29] "GET /virtual-machine-interface/bbfde903-a1b4-4261-9be1-19e2307cafb7 HTTP/1.1" 200 2956 0.005562 10.0.0.141 - - [2025-05-01 02:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.141 - - [2025-05-01 02:10:29] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003117 10.0.0.141 - - [2025-05-01 02:10:29] "GET /virtual-networks?parent_id=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003562 10.0.0.141 - - [2025-05-01 02:10:29] "GET /virtual-network/e3743161-9293-47ab-9dbe-0521dce69362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006920 10.0.0.141 - - [2025-05-01 02:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.141 - - [2025-05-01 02:10:30] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002920 10.0.0.141 - - [2025-05-01 02:10:30] "GET /virtual-networks?parent_id=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003665 10.0.0.141 - - [2025-05-01 02:10:30] "GET /virtual-network/e3743161-9293-47ab-9dbe-0521dce69362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007320 10.0.0.141 - - [2025-05-01 02:10:30] "POST /fqname-to-id HTTP/1.1" 404 211 0.003129 10.0.0.141 - - [2025-05-01 02:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002539 10.0.0.141 - - [2025-05-01 02:10:30] "GET /projects?obj_uuids=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001512 10.0.0.141 - - [2025-05-01 02:10:30] "GET /project/58e20027-6198-4a1d-a234-e25423854e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.037258 10.0.0.141 - - [2025-05-01 02:10:30] "POST /network-policys HTTP/1.1" 200 549 0.018367 10.0.0.141 - - [2025-05-01 02:10:30] "GET /network-policy/fafa9577-7dde-42b0-95a1-112a0fbf32b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.006238 10.0.0.141 - - [2025-05-01 02:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.141 - - [2025-05-01 02:10:31] "GET /virtual-network/27a11759-c834-4361-bdf5-1772f4dee390?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005718 10.0.0.141 - - [2025-05-01 02:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.141 - - [2025-05-01 02:10:31] "GET /network-policy/fafa9577-7dde-42b0-95a1-112a0fbf32b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003676 10.0.0.141 - - [2025-05-01 02:10:31] "POST /fqname-to-id HTTP/1.1" 404 242 0.003461 10.0.0.141 - - [2025-05-01 02:10:31] "POST /ref-update HTTP/1.1" 200 156 0.038292 10.0.0.141 - - [2025-05-01 02:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.141 - - [2025-05-01 02:10:31] "POST /access-control-lists HTTP/1.1" 200 603 0.066555 10.0.0.141 - - [2025-05-01 02:10:31] "GET /network-policy/fafa9577-7dde-42b0-95a1-112a0fbf32b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003813 10.0.0.141 - - [2025-05-01 02:10:31] "POST /neutron/network HTTP/1.1" 200 921 0.006984 10.0.0.141 - - [2025-05-01 02:10:31] "GET /virtual-network/27a11759-c834-4361-bdf5-1772f4dee390?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005015 10.0.0.141 - - [2025-05-01 02:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.141 - - [2025-05-01 02:10:31] "GET /network-policy/fafa9577-7dde-42b0-95a1-112a0fbf32b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003995 10.0.0.141 - - [2025-05-01 02:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004593 10.0.0.141 - - [2025-05-01 02:10:31] "GET /virtual-network/e3743161-9293-47ab-9dbe-0521dce69362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005946 10.0.0.141 - - [2025-05-01 02:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.141 - - [2025-05-01 02:10:31] "GET /network-policy/fafa9577-7dde-42b0-95a1-112a0fbf32b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004056 10.0.0.141 - - [2025-05-01 02:10:31] "POST /ref-update HTTP/1.1" 200 156 0.029031 10.0.0.141 - - [2025-05-01 02:10:31] "POST /fqname-to-id HTTP/1.1" 404 244 0.002969 10.0.0.141 - - [2025-05-01 02:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.141 - - [2025-05-01 02:10:31] "POST /access-control-lists HTTP/1.1" 200 606 0.058021 10.0.0.141 - - [2025-05-01 02:10:31] "GET /network-policy/fafa9577-7dde-42b0-95a1-112a0fbf32b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003644 10.0.0.141 - - [2025-05-01 02:10:31] "POST /routing-instances HTTP/1.1" 200 761 0.015280 10.0.0.141 - - [2025-05-01 02:10:31] "POST /neutron/network HTTP/1.1" 200 922 0.008209 10.0.0.141 - - [2025-05-01 02:10:31] "GET /virtual-network/e3743161-9293-47ab-9dbe-0521dce69362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005587 10.0.0.141 - - [2025-05-01 02:10:31] "POST /route-targets HTTP/1.1" 200 328 0.011168 10.0.0.141 - - [2025-05-01 02:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.141 - - [2025-05-01 02:10:31] "POST /ref-update HTTP/1.1" 200 156 0.013190 10.0.0.141 - - [2025-05-01 02:10:32] "GET /network-policy/fafa9577-7dde-42b0-95a1-112a0fbf32b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003641 10.0.0.141 - - [2025-05-01 02:10:32] "GET /routing-instance/264d8a6c-88e0-42c4-ac03-69a45fd0fc35?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1279 0.004191 10.0.0.141 - - [2025-05-01 02:10:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.141 - - [2025-05-01 02:10:32] "GET /routing-instance/264d8a6c-88e0-42c4-ac03-69a45fd0fc35?fields=routing_policy_back_refs HTTP/1.1" 200 1279 0.005663 10.0.0.141 - - [2025-05-01 02:10:32] "GET /service-template/07cb9d05-1e8f-4232-8303-00828a933ecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.004883 10.0.0.141 - - [2025-05-01 02:10:32] "POST /ref-update HTTP/1.1" 200 156 0.013140 10.0.0.141 - - [2025-05-01 02:10:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004766 10.0.0.141 - - [2025-05-01 02:10:32] "POST /routing-instances HTTP/1.1" 200 762 0.015855 10.0.0.141 - - [2025-05-01 02:10:32] "GET /projects?obj_uuids=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001174 10.0.0.141 - - [2025-05-01 02:10:32] "GET /project/58e20027-6198-4a1d-a234-e25423854e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.025310 10.0.0.141 - - [2025-05-01 02:10:32] "POST /route-targets HTTP/1.1" 200 328 0.009151 10.0.0.141 - - [2025-05-01 02:10:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002667 10.0.0.141 - - [2025-05-01 02:10:32] "POST /ref-update HTTP/1.1" 200 156 0.013320 10.0.0.141 - - [2025-05-01 02:10:32] "GET /service-instance/13e2c961-0a91-47f7-b5ec-5c77631ba1e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3537 0.006040 10.0.0.141 - - [2025-05-01 02:10:32] "GET /routing-instance/f1a7ac54-41af-469b-bd90-4ed55fc73b88?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1281 0.004321 10.0.0.141 - - [2025-05-01 02:10:32] "GET /domains HTTP/1.1" 200 281 0.002680 10.0.0.141 - - [2025-05-01 02:10:32] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001150 10.0.0.141 - - [2025-05-01 02:10:32] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6 HTTP/1.1" 200 2782 0.008958 10.0.0.141 - - [2025-05-01 02:10:32] "GET /projects?obj_uuids=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001106 10.0.0.141 - - [2025-05-01 02:10:32] "GET /routing-instance/f1a7ac54-41af-469b-bd90-4ed55fc73b88?fields=routing_policy_back_refs HTTP/1.1" 200 1281 0.004925 10.0.0.141 - - [2025-05-01 02:10:32] "GET /project/58e20027-6198-4a1d-a234-e25423854e49 HTTP/1.1" 200 4248 0.070330 10.0.0.141 - - [2025-05-01 02:10:32] "GET /service-instance/13e2c961-0a91-47f7-b5ec-5c77631ba1e7 HTTP/1.1" 200 3792 0.006926 10.0.0.141 - - [2025-05-01 02:10:32] "PUT /routing-instance/264d8a6c-88e0-42c4-ac03-69a45fd0fc35 HTTP/1.1" 200 267 0.025419 10.0.0.141 - - [2025-05-01 02:10:32] "GET /domains HTTP/1.1" 200 281 0.004797 10.0.0.141 - - [2025-05-01 02:10:32] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001406 10.0.0.141 - - [2025-05-01 02:10:32] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6 HTTP/1.1" 200 2782 0.008156 10.0.0.141 - - [2025-05-01 02:10:32] "GET /projects?obj_uuids=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001602 10.0.0.141 - - [2025-05-01 02:10:32] "PUT /routing-instance/f1a7ac54-41af-469b-bd90-4ed55fc73b88 HTTP/1.1" 200 267 0.009878 10.0.0.141 - - [2025-05-01 02:10:32] "GET /project/58e20027-6198-4a1d-a234-e25423854e49 HTTP/1.1" 200 4248 0.074251 10.0.0.141 - - [2025-05-01 02:10:32] "GET /service-instance/13e2c961-0a91-47f7-b5ec-5c77631ba1e7 HTTP/1.1" 200 3792 0.005222 10.0.0.141 - - [2025-05-01 02:10:32] "POST /ref-update HTTP/1.1" 200 156 0.016717 10.0.0.141 - - [2025-05-01 02:10:32] "GET /port-tuple/c79ee65b-f534-4b33-bf47-82b0e31a593f HTTP/1.1" 200 1984 0.004659 10.0.0.141 - - [2025-05-01 02:10:32] "GET /virtual-machine-interface/75329ec2-d824-45d9-9e82-84e03950a5bf HTTP/1.1" 200 3813 0.011032 10.0.0.141 - - [2025-05-01 02:10:32] "GET /virtual-machine-interface/89cb4e81-29b2-402c-a982-3fb1a14dab1b HTTP/1.1" 200 3825 0.009337 10.0.0.141 - - [2025-05-01 02:10:32] "GET /virtual-machine-interface/bd946c08-0c28-404a-a2c1-69fa10757d74 HTTP/1.1" 200 3808 0.006890 10.0.0.141 - - [2025-05-01 02:10:32] "PUT /access-control-list/4cd3d03b-ffc5-455e-ae57-cda3f27c50ec HTTP/1.1" 200 273 0.023025 10.0.0.141 - - [2025-05-01 02:10:32] "PUT /access-control-list/eef867af-a2e8-48d7-afae-604dafc4541e HTTP/1.1" 200 273 0.019321 10.0.0.141 - - [2025-05-01 02:10:32] "POST /neutron/port HTTP/1.1" 200 3832 0.057514 10.0.0.141 - - [2025-05-01 02:10:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006329 10.0.0.141 - - [2025-05-01 02:10:32] "POST /neutron/port HTTP/1.1" 200 3832 0.033171 10.0.0.141 - - [2025-05-01 02:10:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005841 10.0.0.141 - - [2025-05-01 02:10:32] "POST /neutron/port HTTP/1.1" 200 3832 0.030828 10.0.0.141 - - [2025-05-01 02:10:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006050 10.0.0.141 - - [2025-05-01 02:10:33] "POST /neutron/port HTTP/1.1" 200 3832 0.031787 10.0.0.141 - - [2025-05-01 02:10:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006104 10.0.0.141 - - [2025-05-01 02:10:33] "POST /neutron/network HTTP/1.1" 200 895 0.012702 10.0.0.141 - - [2025-05-01 02:10:33] "POST /neutron/network HTTP/1.1" 200 921 0.005723 10.0.0.141 - - [2025-05-01 02:10:33] "POST /neutron/network HTTP/1.1" 200 805 0.012166 10.0.0.141 - - [2025-05-01 02:10:33] "POST /neutron/network HTTP/1.1" 200 831 0.005647 10.0.0.141 - - [2025-05-01 02:10:33] "POST /neutron/network HTTP/1.1" 200 896 0.012335 10.0.0.141 - - [2025-05-01 02:10:33] "POST /neutron/network HTTP/1.1" 200 922 0.005594 10.0.0.141 - - [2025-05-01 02:10:33] "POST /id-to-fqname HTTP/1.1" 200 223 0.001287 10.0.0.141 - - [2025-05-01 02:10:33] "POST /id-to-fqname HTTP/1.1" 200 223 0.001163 10.0.0.141 - - [2025-05-01 02:10:33] "POST /id-to-fqname HTTP/1.1" 200 224 0.001374 10.0.0.141 - - [2025-05-01 02:10:33] "GET /virtual-machine/42658ed9-edc4-4185-8411-32f09ef9f929 HTTP/1.1" 200 1805 0.004039 10.0.0.141 - - [2025-05-01 02:10:33] "GET /virtual-machine-interface/75329ec2-d824-45d9-9e82-84e03950a5bf HTTP/1.1" 200 3813 0.005586 10.0.0.141 - - [2025-05-01 02:10:33] "GET /virtual-machine-interface/89cb4e81-29b2-402c-a982-3fb1a14dab1b HTTP/1.1" 200 3825 0.005105 10.0.0.141 - - [2025-05-01 02:10:33] "GET /virtual-machine-interface/bd946c08-0c28-404a-a2c1-69fa10757d74 HTTP/1.1" 200 3808 0.005119 10.0.0.141 - - [2025-05-01 02:10:33] "GET /instance-ip/01da9978-6522-4947-b22e-60b7116322c5 HTTP/1.1" 200 1963 0.003391 10.0.0.141 - - [2025-05-01 02:10:33] "GET /instance-ip/36eff119-6c45-42c3-a4de-606e5a12bd41 HTTP/1.1" 200 1962 0.003560 10.0.0.141 - - [2025-05-01 02:10:33] "GET /instance-ip/8d84bfa4-3b90-428e-af4b-d854b0b70c82 HTTP/1.1" 200 1626 0.004552 10.0.0.141 - - [2025-05-01 02:10:33] "GET /instance-ip/0accccd4-d794-4140-93e3-13ccbc815d8b HTTP/1.1" 200 1981 0.003605 10.0.0.141 - - [2025-05-01 02:10:33] "GET /instance-ip/2845fc34-7d67-47db-bd1e-631cb1102452 HTTP/1.1" 200 1984 0.003553 10.0.0.141 - - [2025-05-01 02:10:33] "GET /instance-ip/65192ce5-e721-48b4-b329-88dcb29f3ce7 HTTP/1.1" 200 1623 0.005438 10.0.0.141 - - [2025-05-01 02:10:33] "GET /instance-ip/0a743056-75d2-4bf7-a490-124a746b4542 HTTP/1.1" 200 1959 0.003913 10.0.0.141 - - [2025-05-01 02:10:33] "GET /instance-ip/a3ef6c2a-d7f2-4e10-ab8b-17d051776aef HTTP/1.1" 200 1959 0.003736 10.0.0.141 - - [2025-05-01 02:10:33] "GET /instance-ip/aa9ceb8c-9528-41bd-9a46-a40db0c950d5 HTTP/1.1" 200 1626 0.004752 10.0.0.141 - - [2025-05-01 02:10:33] "POST /neutron/port HTTP/1.1" 200 3832 0.032770 10.0.0.141 - - [2025-05-01 02:10:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006023 10.0.0.141 - - [2025-05-01 02:10:33] "POST /neutron/port HTTP/1.1" 200 3832 0.033691 10.0.0.141 - - [2025-05-01 02:10:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006024 10.0.0.141 - - [2025-05-01 02:10:33] "POST /neutron/port HTTP/1.1" 200 3832 0.032051 10.0.0.141 - - [2025-05-01 02:10:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006411 10.0.0.141 - - [2025-05-01 02:10:33] "POST /neutron/port HTTP/1.1" 200 3832 0.030616 10.0.0.141 - - [2025-05-01 02:10:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005952 10.0.0.141 - - [2025-05-01 02:10:33] "GET /virtual-machine/42658ed9-edc4-4185-8411-32f09ef9f929 HTTP/1.1" 200 1805 0.003575 10.0.0.141 - - [2025-05-01 02:10:33] "GET /virtual-machine-interface/75329ec2-d824-45d9-9e82-84e03950a5bf HTTP/1.1" 200 3813 0.005515 10.0.0.141 - - [2025-05-01 02:10:33] "GET /virtual-machine-interface/89cb4e81-29b2-402c-a982-3fb1a14dab1b HTTP/1.1" 200 3825 0.005192 10.0.0.141 - - [2025-05-01 02:10:33] "GET /virtual-machine-interface/bd946c08-0c28-404a-a2c1-69fa10757d74 HTTP/1.1" 200 3808 0.016598 10.0.0.141 - - [2025-05-01 02:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.141 - - [2025-05-01 02:10:33] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003353 10.0.0.141 - - [2025-05-01 02:10:33] "GET /virtual-networks?parent_id=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002982 10.0.0.141 - - [2025-05-01 02:10:34] "GET /virtual-network/27a11759-c834-4361-bdf5-1772f4dee390?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005901 10.0.0.141 - - [2025-05-01 02:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002864 10.0.0.141 - - [2025-05-01 02:10:35] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003105 10.0.0.141 - - [2025-05-01 02:10:35] "GET /virtual-networks?parent_id=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003136 10.0.0.141 - - [2025-05-01 02:10:35] "GET /virtual-network/27a11759-c834-4361-bdf5-1772f4dee390?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005395 10.0.0.141 - - [2025-05-01 02:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.141 - - [2025-05-01 02:10:35] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003718 10.0.0.141 - - [2025-05-01 02:10:35] "GET /virtual-networks?parent_id=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003052 10.0.0.141 - - [2025-05-01 02:10:35] "GET /virtual-network/27a11759-c834-4361-bdf5-1772f4dee390?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005418 10.0.0.141 - - [2025-05-01 02:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.141 - - [2025-05-01 02:10:35] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004759 10.0.0.141 - - [2025-05-01 02:10:35] "GET /virtual-networks?parent_id=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003075 10.0.0.141 - - [2025-05-01 02:10:35] "GET /virtual-network/27a11759-c834-4361-bdf5-1772f4dee390?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005589 10.0.0.141 - - [2025-05-01 02:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.141 - - [2025-05-01 02:10:35] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003917 10.0.0.141 - - [2025-05-01 02:10:35] "GET /virtual-networks?parent_id=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002951 10.0.0.141 - - [2025-05-01 02:10:35] "GET /virtual-network/27a11759-c834-4361-bdf5-1772f4dee390?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006021 10.0.0.141 - - [2025-05-01 02:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.141 - - [2025-05-01 02:10:36] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003170 10.0.0.141 - - [2025-05-01 02:10:36] "GET /virtual-networks?parent_id=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003425 10.0.0.141 - - [2025-05-01 02:10:36] "GET /virtual-network/70d8bab4-fbe2-4fea-bfee-db87eb0bc8ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005549 10.0.0.141 - - [2025-05-01 02:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.141 - - [2025-05-01 02:10:36] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003702 10.0.0.141 - - [2025-05-01 02:10:36] "GET /virtual-networks?parent_id=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003428 10.0.0.141 - - [2025-05-01 02:10:36] "GET /virtual-network/70d8bab4-fbe2-4fea-bfee-db87eb0bc8ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006542 10.0.0.141 - - [2025-05-01 02:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.141 - - [2025-05-01 02:10:36] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004214 10.0.0.141 - - [2025-05-01 02:10:36] "GET /virtual-networks?parent_id=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003325 10.0.0.141 - - [2025-05-01 02:10:36] "GET /virtual-network/70d8bab4-fbe2-4fea-bfee-db87eb0bc8ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006006 10.0.0.141 - - [2025-05-01 02:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.141 - - [2025-05-01 02:10:36] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004146 10.0.0.141 - - [2025-05-01 02:10:36] "GET /virtual-networks?parent_id=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003161 10.0.0.141 - - [2025-05-01 02:10:36] "GET /virtual-network/70d8bab4-fbe2-4fea-bfee-db87eb0bc8ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005440 10.0.0.141 - - [2025-05-01 02:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.141 - - [2025-05-01 02:10:36] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003477 10.0.0.141 - - [2025-05-01 02:10:36] "GET /virtual-networks?parent_id=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003118 10.0.0.141 - - [2025-05-01 02:10:36] "GET /virtual-network/e3743161-9293-47ab-9dbe-0521dce69362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006216 10.0.0.141 - - [2025-05-01 02:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.141 - - [2025-05-01 02:10:37] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004701 10.0.0.141 - - [2025-05-01 02:10:37] "GET /virtual-networks?parent_id=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004347 10.0.0.141 - - [2025-05-01 02:10:37] "GET /virtual-network/e3743161-9293-47ab-9dbe-0521dce69362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.008245 10.0.0.141 - - [2025-05-01 02:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.141 - - [2025-05-01 02:10:37] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003517 10.0.0.141 - - [2025-05-01 02:10:37] "GET /virtual-networks?parent_id=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003470 10.0.0.141 - - [2025-05-01 02:10:37] "GET /virtual-network/e3743161-9293-47ab-9dbe-0521dce69362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005696 10.0.0.141 - - [2025-05-01 02:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.141 - - [2025-05-01 02:10:37] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003667 10.0.0.141 - - [2025-05-01 02:10:37] "GET /virtual-networks?parent_id=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003321 10.0.0.141 - - [2025-05-01 02:10:37] "GET /virtual-network/e3743161-9293-47ab-9dbe-0521dce69362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005635 10.0.0.141 - - [2025-05-01 02:10:37] "GET /virtual-machine/42658ed9-edc4-4185-8411-32f09ef9f929 HTTP/1.1" 200 1805 0.004463 10.0.0.141 - - [2025-05-01 02:10:37] "GET /domains HTTP/1.1" 200 281 0.002395 10.0.0.141 - - [2025-05-01 02:10:37] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001174 10.0.0.141 - - [2025-05-01 02:10:37] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6 HTTP/1.1" 200 2782 0.007273 10.0.0.141 - - [2025-05-01 02:10:37] "GET /projects?obj_uuids=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001215 10.0.0.141 - - [2025-05-01 02:10:37] "GET /project/58e20027-6198-4a1d-a234-e25423854e49 HTTP/1.1" 200 4248 0.072823 10.0.0.141 - - [2025-05-01 02:10:37] "GET /service-instance/13e2c961-0a91-47f7-b5ec-5c77631ba1e7 HTTP/1.1" 200 3792 0.003707 10.0.0.141 - - [2025-05-01 02:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002284 10.0.0.141 - - [2025-05-01 02:10:37] "GET /routing-instance/afa334ed-f17f-421b-8fbc-c2715b311def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.003111 10.0.0.141 - - [2025-05-01 02:10:37] "GET /routing-instance/afa334ed-f17f-421b-8fbc-c2715b311def?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2025 0.005447 10.0.0.141 - - [2025-05-01 02:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.141 - - [2025-05-01 02:10:37] "GET /routing-instance/8241f835-9f0c-4358-a0ae-851566decba8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1896 0.005656 10.0.0.141 - - [2025-05-01 02:10:37] "GET /routing-instance/8241f835-9f0c-4358-a0ae-851566decba8?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2027 0.005176 10.0.0.141 - - [2025-05-01 02:10:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.141 - - [2025-05-01 02:10:38] "GET /virtual-network/27a11759-c834-4361-bdf5-1772f4dee390?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.007041 10.0.0.141 - - [2025-05-01 02:10:38] "GET /virtual-network/27a11759-c834-4361-bdf5-1772f4dee390?fields=routing_instances HTTP/1.1" 200 1686 0.008288 10.0.0.141 - - [2025-05-01 02:10:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.141 - - [2025-05-01 02:10:38] "GET /virtual-network/e3743161-9293-47ab-9dbe-0521dce69362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006855 10.0.0.141 - - [2025-05-01 02:10:38] "GET /virtual-network/e3743161-9293-47ab-9dbe-0521dce69362?fields=routing_instances HTTP/1.1" 200 1692 0.007199 10.0.0.141 - - [2025-05-01 02:10:40] "GET /obj-perms HTTP/1.1" 200 5075 0.046705 10.0.0.141 - - [2025-05-01 02:10:41] "GET /obj-perms HTTP/1.1" 200 5075 0.060001 10.0.0.141 - - [2025-05-01 02:10:42] "POST /ref-update HTTP/1.1" 200 156 0.038277 10.0.0.141 - - [2025-05-01 02:10:42] "DELETE /access-control-list/eef867af-a2e8-48d7-afae-604dafc4541e HTTP/1.1" 200 115 0.035435 10.0.0.141 - - [2025-05-01 02:10:42] "POST /neutron/network HTTP/1.1" 200 834 0.016473 10.0.0.141 - - [2025-05-01 02:10:42] "GET /virtual-network/e3743161-9293-47ab-9dbe-0521dce69362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005102 10.0.0.141 - - [2025-05-01 02:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002460 10.0.0.141 - - [2025-05-01 02:10:42] "DELETE /routing-instance/264d8a6c-88e0-42c4-ac03-69a45fd0fc35 HTTP/1.1" 200 115 0.028157 10.0.0.141 - - [2025-05-01 02:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.009626 10.0.0.141 - - [2025-05-01 02:10:42] "GET /network-policy/fafa9577-7dde-42b0-95a1-112a0fbf32b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003600 10.0.0.141 - - [2025-05-01 02:10:42] "DELETE /route-target/514b2e49-ee33-4890-a676-fff8ed240b68 HTTP/1.1" 200 115 0.016616 10.0.0.141 - - [2025-05-01 02:10:42] "POST /ref-update HTTP/1.1" 200 156 0.035602 10.0.0.141 - - [2025-05-01 02:10:42] "DELETE /routing-instance/f1a7ac54-41af-469b-bd90-4ed55fc73b88 HTTP/1.1" 200 115 0.049602 10.0.0.141 - - [2025-05-01 02:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.141 - - [2025-05-01 02:10:42] "POST /neutron/network HTTP/1.1" 200 833 0.008619 10.0.0.141 - - [2025-05-01 02:10:42] "GET /virtual-network/27a11759-c834-4361-bdf5-1772f4dee390?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.008012 10.0.0.141 - - [2025-05-01 02:10:42] "DELETE /route-target/8600bd46-1103-49a0-be07-ff0893c67ebf HTTP/1.1" 200 115 0.016082 10.0.0.141 - - [2025-05-01 02:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.141 - - [2025-05-01 02:10:42] "DELETE /access-control-list/4cd3d03b-ffc5-455e-ae57-cda3f27c50ec HTTP/1.1" 200 115 0.024150 10.0.0.141 - - [2025-05-01 02:10:42] "GET /network-policy/fafa9577-7dde-42b0-95a1-112a0fbf32b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003648 10.0.0.141 - - [2025-05-01 02:10:42] "DELETE /network-policy/fafa9577-7dde-42b0-95a1-112a0fbf32b5 HTTP/1.1" 200 115 0.031650 10.0.0.141 - - [2025-05-01 02:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.141 - - [2025-05-01 02:10:43] "DELETE /service-instance/13e2c961-0a91-47f7-b5ec-5c77631ba1e7 HTTP/1.1" 200 115 0.058446 10.0.0.141 - - [2025-05-01 02:10:43] "GET /domains HTTP/1.1" 200 281 0.002494 10.0.0.141 - - [2025-05-01 02:10:43] "POST /ref-update HTTP/1.1" 200 156 0.019673 10.0.0.141 - - [2025-05-01 02:10:43] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001180 10.0.0.141 - - [2025-05-01 02:10:43] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6 HTTP/1.1" 200 2782 0.012250 10.0.0.141 - - [2025-05-01 02:10:43] "GET /projects?obj_uuids=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001161 10.0.0.141 - - [2025-05-01 02:10:43] "DELETE /instance-ip/a3ef6c2a-d7f2-4e10-ab8b-17d051776aef HTTP/1.1" 200 115 0.030020 10.0.0.141 - - [2025-05-01 02:10:43] "POST /ref-update HTTP/1.1" 200 156 0.014461 10.0.0.141 - - [2025-05-01 02:10:43] "GET /project/58e20027-6198-4a1d-a234-e25423854e49 HTTP/1.1" 200 3772 0.076471 10.0.0.141 - - [2025-05-01 02:10:43] "GET /virtual-machine/42658ed9-edc4-4185-8411-32f09ef9f929 HTTP/1.1" 200 1805 0.004153 10.0.0.141 - - [2025-05-01 02:10:43] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002118 10.0.0.141 - - [2025-05-01 02:10:43] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002076 10.0.0.141 - - [2025-05-01 02:10:43] "DELETE /instance-ip/36eff119-6c45-42c3-a4de-606e5a12bd41 HTTP/1.1" 200 115 0.022135 10.0.0.141 - - [2025-05-01 02:10:43] "POST /ref-update HTTP/1.1" 200 156 0.011807 10.0.0.141 - - [2025-05-01 02:10:43] "DELETE /instance-ip/0accccd4-d794-4140-93e3-13ccbc815d8b HTTP/1.1" 200 115 0.021090 10.0.0.141 - - [2025-05-01 02:10:43] "POST /ref-update HTTP/1.1" 200 156 0.013053 10.0.0.141 - - [2025-05-01 02:10:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.141 - - [2025-05-01 02:10:43] "DELETE /service-template/07cb9d05-1e8f-4232-8303-00828a933ecb HTTP/1.1" 200 115 0.043812 10.0.0.141 - - [2025-05-01 02:10:43] "DELETE /instance-ip/0a743056-75d2-4bf7-a490-124a746b4542 HTTP/1.1" 200 115 0.044133 10.0.0.141 - - [2025-05-01 02:10:43] "POST /fqname-to-id HTTP/1.1" 404 193 0.008172 10.0.0.141 - - [2025-05-01 02:10:43] "POST /ref-update HTTP/1.1" 200 156 0.010827 10.0.0.141 - - [2025-05-01 02:10:43] "DELETE /instance-ip/01da9978-6522-4947-b22e-60b7116322c5 HTTP/1.1" 200 115 0.024194 10.0.0.141 - - [2025-05-01 02:10:43] "POST /ref-update HTTP/1.1" 200 156 0.010005 10.0.0.141 - - [2025-05-01 02:10:43] "DELETE /instance-ip/2845fc34-7d67-47db-bd1e-631cb1102452 HTTP/1.1" 200 115 0.032319 10.0.0.141 - - [2025-05-01 02:10:43] "POST /neutron/network HTTP/1.1" 200 834 0.006370 10.0.0.141 - - [2025-05-01 02:10:43] "POST /neutron/network HTTP/1.1" 400 204 0.013624 10.0.0.141 - - [2025-05-01 02:10:44] "POST /neutron/port HTTP/1.1" 200 1086 0.017359 10.0.0.141 - - [2025-05-01 02:10:44] "POST /neutron/port HTTP/1.1" 200 1112 0.012264 10.0.0.141 - - [2025-05-01 02:10:44] "POST /neutron/port HTTP/1.1" 200 1087 0.029527 10.0.0.141 - - [2025-05-01 02:10:44] "POST /neutron/port HTTP/1.1" 200 1113 0.011900 10.0.0.141 - - [2025-05-01 02:10:44] "POST /neutron/port HTTP/1.1" 200 151 0.169101 10.0.0.141 - - [2025-05-01 02:10:44] "POST /neutron/port HTTP/1.1" 200 151 0.186302 10.0.0.141 - - [2025-05-01 02:10:44] "POST /neutron/port HTTP/1.1" 200 3025 0.035405 10.0.0.141 - - [2025-05-01 02:10:44] "POST /neutron/port HTTP/1.1" 200 1111 0.009909 10.0.0.141 - - [2025-05-01 02:10:44] "POST /neutron/port HTTP/1.1" 200 151 0.126081 10.0.0.141 - - [2025-05-01 02:10:44] "POST /neutron/port HTTP/1.1" 200 1112 0.010317 10.0.0.141 - - [2025-05-01 02:10:44] "POST /neutron/port HTTP/1.1" 200 151 0.108639 10.0.0.141 - - [2025-05-01 02:10:44] "POST /neutron/port HTTP/1.1" 200 1113 0.009270 10.0.0.141 - - [2025-05-01 02:10:44] "POST /neutron/port HTTP/1.1" 200 151 0.118778 10.0.0.141 - - [2025-05-01 02:10:45] "POST /neutron/network HTTP/1.1" 200 834 0.005749 10.0.0.141 - - [2025-05-01 02:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004872 10.0.0.141 - - [2025-05-01 02:10:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002113 10.0.0.141 - - [2025-05-01 02:10:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003661 10.0.0.141 - - [2025-05-01 02:10:45] "POST /neutron/network HTTP/1.1" 200 151 0.086495 10.0.0.141 - - [2025-05-01 02:10:45] "DELETE /route-target/93b5a98f-8ac1-40d5-b567-7412eb27cb1e HTTP/1.1" 200 115 0.022442 10.0.0.141 - - [2025-05-01 02:10:45] "GET /routing-instance/8241f835-9f0c-4358-a0ae-851566decba8 HTTP/1.1" 404 171 0.002447 10.0.0.141 - - [2025-05-01 02:10:45] "GET /domains HTTP/1.1" 200 281 0.002371 10.0.0.141 - - [2025-05-01 02:10:45] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001145 10.0.0.141 - - [2025-05-01 02:10:45] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6 HTTP/1.1" 200 2581 0.056557 10.0.0.141 - - [2025-05-01 02:10:45] "GET /projects?obj_uuids=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001121 10.0.0.141 - - [2025-05-01 02:10:45] "GET /project/58e20027-6198-4a1d-a234-e25423854e49 HTTP/1.1" 200 2305 0.066806 10.0.0.141 - - [2025-05-01 02:10:45] "POST /neutron/network HTTP/1.1" 200 833 0.006970 10.0.0.141 - - [2025-05-01 02:10:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002676 10.0.0.141 - - [2025-05-01 02:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006870 10.0.0.141 - - [2025-05-01 02:10:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002194 10.0.0.141 - - [2025-05-01 02:10:45] "POST /neutron/network HTTP/1.1" 200 151 0.083261 10.0.0.141 - - [2025-05-01 02:10:46] "GET /routing-instance/afa334ed-f17f-421b-8fbc-c2715b311def HTTP/1.1" 404 171 0.002188 10.0.0.141 - - [2025-05-01 02:10:46] "DELETE /route-target/9acc1019-08a1-4c8f-8c7a-d9d821649847 HTTP/1.1" 200 115 0.019227 10.0.0.141 - - [2025-05-01 02:10:46] "GET /domains HTTP/1.1" 200 281 0.002774 10.0.0.141 - - [2025-05-01 02:10:46] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001231 10.0.0.141 - - [2025-05-01 02:10:46] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6 HTTP/1.1" 200 2581 0.048197 10.0.0.141 - - [2025-05-01 02:10:46] "GET /projects?obj_uuids=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001767 10.0.0.141 - - [2025-05-01 02:10:46] "GET /project/58e20027-6198-4a1d-a234-e25423854e49 HTTP/1.1" 200 2086 0.069790 10.0.0.141 - - [2025-05-01 02:10:46] "POST /neutron/network HTTP/1.1" 200 831 0.005722 10.0.0.141 - - [2025-05-01 02:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004235 10.0.0.141 - - [2025-05-01 02:10:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002298 10.0.0.141 - - [2025-05-01 02:10:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003224 10.0.0.141 - - [2025-05-01 02:10:46] "POST /neutron/network HTTP/1.1" 200 151 0.076054 10.0.0.141 - - [2025-05-01 02:10:46] "DELETE /route-target/013a5be9-eba8-40b5-921d-6c121249cd8a HTTP/1.1" 200 115 0.017887 10.0.0.141 - - [2025-05-01 02:10:46] "GET /routing-instance/a1da6d3d-c60d-4bf0-a522-a97d8b29099c HTTP/1.1" 404 171 0.002687 10.0.0.141 - - [2025-05-01 02:10:46] "GET /domains HTTP/1.1" 200 281 0.002397 10.0.0.141 - - [2025-05-01 02:10:46] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001093 10.0.0.141 - - [2025-05-01 02:10:46] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6 HTTP/1.1" 200 2581 0.050630 10.0.0.141 - - [2025-05-01 02:10:46] "GET /projects?obj_uuids=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001646 10.0.0.141 - - [2025-05-01 02:10:46] "GET /project/58e20027-6198-4a1d-a234-e25423854e49 HTTP/1.1" 200 1845 0.076344 10.0.0.141 - - [2025-05-01 02:10:46] "GET /projects?obj_uuids=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001159 10.0.0.141 - - [2025-05-01 02:10:46] "GET /project/58e20027-6198-4a1d-a234-e25423854e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.026988 10.0.0.141 - - [2025-05-01 02:10:46] "GET /projects?obj_uuids=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001156 10.0.0.141 - - [2025-05-01 02:10:46] "GET /project/58e20027-6198-4a1d-a234-e25423854e49?fields=virtual_networks HTTP/1.1" 200 1030 0.068901 10.0.0.141 - - [2025-05-01 02:10:46] "GET /projects?obj_uuids=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001168 10.0.0.141 - - [2025-05-01 02:10:46] "GET /project/58e20027-6198-4a1d-a234-e25423854e49?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.032522 10.0.0.141 - - [2025-05-01 02:10:46] "GET /projects?obj_uuids=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001288 10.0.0.141 - - [2025-05-01 02:10:46] "GET /project/58e20027-6198-4a1d-a234-e25423854e49?fields=security_groups HTTP/1.1" 200 1255 0.033607 10.0.0.141 - - [2025-05-01 02:10:47] "POST /fqname-to-id HTTP/1.1" 404 189 0.024375 10.0.0.141 - - [2025-05-01 02:10:47] "GET /projects?obj_uuids=602e94d5-bfea-4c8b-9d74-03add1ae4d92&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002541 10.0.0.141 - - [2025-05-01 02:10:47] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001568 10.0.0.141 - - [2025-05-01 02:10:47] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007871 10.0.0.141 - - [2025-05-01 02:10:47] "POST /id-to-fqname HTTP/1.1" 200 191 0.001357 10.0.0.141 - - [2025-05-01 02:10:47] "POST /fqname-to-id HTTP/1.1" 404 200 0.004776 10.0.0.141 - - [2025-05-01 02:10:48] "POST /security-groups HTTP/1.1" 200 592 0.063538 10.0.0.141 - - [2025-05-01 02:10:48] "POST /fqname-to-id HTTP/1.1" 404 235 0.002553 10.0.0.141 - - [2025-05-01 02:10:48] "POST /projects HTTP/1.1" 200 587 0.222630 10.0.0.141 - - [2025-05-01 02:10:48] "POST /access-control-lists HTTP/1.1" 200 599 0.060631 10.0.0.141 - - [2025-05-01 02:10:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.301690 10.0.0.141 - - [2025-05-01 02:10:48] "POST /fqname-to-id HTTP/1.1" 404 234 0.003071 10.0.0.141 - - [2025-05-01 02:10:48] "GET /project/602e94d5-bfea-4c8b-9d74-03add1ae4d92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.423647 10.0.0.141 - - [2025-05-01 02:10:48] "POST /access-control-lists HTTP/1.1" 200 597 0.059984 10.0.0.141 - - [2025-05-01 02:10:49] "GET / HTTP/1.1" 200 36215 0.002066 10.0.0.141 - - [2025-05-01 02:10:50] "GET /project/602e94d5-bfea-4c8b-9d74-03add1ae4d92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000541 10.0.0.141 - - [2025-05-01 02:10:50] "GET /projects?obj_uuids=602e94d5-bfea-4c8b-9d74-03add1ae4d92&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001377 10.0.0.141 - - [2025-05-01 02:10:50] "GET /project/602e94d5-bfea-4c8b-9d74-03add1ae4d92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.050915 10.0.0.141 - - [2025-05-01 02:10:50] "POST /fqname-to-id HTTP/1.1" 404 180 0.002689 10.0.0.141 - - [2025-05-01 02:10:51] "POST /virtual-DNSs HTTP/1.1" 200 509 0.027111 10.0.0.141 - - [2025-05-01 02:10:51] "GET /virtual-DNS/a2e4e56d-19d2-466c-a52f-46a8f873f410?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.004749 10.0.0.141 - - [2025-05-01 02:10:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.141 - - [2025-05-01 02:10:51] "GET /virtual-DNS/a2e4e56d-19d2-466c-a52f-46a8f873f410?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.004594 10.0.0.141 - - [2025-05-01 02:10:51] "GET /domains HTTP/1.1" 401 293 0.000564 10.0.0.141 - - [2025-05-01 02:10:51] "GET /domains HTTP/1.1" 200 281 0.025535 10.0.0.141 - - [2025-05-01 02:10:51] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001189 10.0.0.141 - - [2025-05-01 02:10:51] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6 HTTP/1.1" 200 2970 0.008778 10.0.0.141 - - [2025-05-01 02:10:51] "GET /virtual-DNS/a2e4e56d-19d2-466c-a52f-46a8f873f410 HTTP/1.1" 200 1440 0.003820 10.0.0.141 - - [2025-05-01 02:10:51] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 765 0.002094 10.0.0.141 - - [2025-05-01 02:10:51] "POST /network-ipams HTTP/1.1" 200 516 0.016222 10.0.0.141 - - [2025-05-01 02:10:51] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 972 0.002795 10.0.0.141 - - [2025-05-01 02:10:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.141 - - [2025-05-01 02:10:51] "GET /network-ipam/1ea6c0eb-c458-4913-8cc3-ab820269cb69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.005934 10.0.0.141 - - [2025-05-01 02:10:51] "PUT /network-ipam/1ea6c0eb-c458-4913-8cc3-ab820269cb69 HTTP/1.1" 200 259 0.009628 10.0.0.141 - - [2025-05-01 02:10:51] "POST /ref-update HTTP/1.1" 200 156 0.008969 10.0.0.141 - - [2025-05-01 02:10:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.141 - - [2025-05-01 02:10:51] "GET /projects?obj_uuids=602e94d5-bfea-4c8b-9d74-03add1ae4d92&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001756 10.0.0.141 - - [2025-05-01 02:10:52] "GET /project/602e94d5-bfea-4c8b-9d74-03add1ae4d92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.028368 10.0.0.141 - - [2025-05-01 02:10:52] "POST /neutron/network HTTP/1.1" 200 117 0.029222 10.0.0.141 - - [2025-05-01 02:10:52] "GET /projects?obj_uuids=602e94d5-bfea-4c8b-9d74-03add1ae4d92&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001343 10.0.0.141 - - [2025-05-01 02:10:52] "POST /neutron/network HTTP/1.1" 200 618 0.074660 10.0.0.141 - - [2025-05-01 02:10:52] "POST /route-targets HTTP/1.1" 200 328 0.009991 10.0.0.141 - - [2025-05-01 02:10:52] "POST /ref-update HTTP/1.1" 200 156 0.011458 10.0.0.141 - - [2025-05-01 02:10:52] "POST /useragent-kv HTTP/1.1" 200 115 0.004355 10.0.0.141 - - [2025-05-01 02:10:52] "POST /neutron/subnet HTTP/1.1" 200 711 0.135984 10.0.0.141 - - [2025-05-01 02:10:52] "POST /neutron/network HTTP/1.1" 200 833 0.005559 10.0.0.141 - - [2025-05-01 02:10:52] "POST /id-to-fqname HTTP/1.1" 200 227 0.001593 10.0.0.141 - - [2025-05-01 02:10:52] "GET /virtual-network/93c3a084-cfc0-4b07-8b51-a3e2be83726d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005660 10.0.0.141 - - [2025-05-01 02:10:52] "POST /neutron/network HTTP/1.1" 200 833 0.005469 10.0.0.141 - - [2025-05-01 02:10:52] "GET /virtual-network/93c3a084-cfc0-4b07-8b51-a3e2be83726d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005310 10.0.0.141 - - [2025-05-01 02:10:52] "POST /neutron/network HTTP/1.1" 200 833 0.007299 10.0.0.141 - - [2025-05-01 02:10:52] "POST /neutron/subnet HTTP/1.1" 200 711 0.007049 10.0.0.141 - - [2025-05-01 02:10:52] "POST /neutron/network HTTP/1.1" 200 807 0.012134 10.0.0.141 - - [2025-05-01 02:10:52] "POST /neutron/network HTTP/1.1" 200 833 0.005617 10.0.0.141 - - [2025-05-01 02:10:52] "POST /id-to-fqname HTTP/1.1" 200 227 0.001275 10.0.0.141 - - [2025-05-01 02:10:52] "POST /neutron/network HTTP/1.1" 200 843 0.010758 10.0.0.141 - - [2025-05-01 02:10:52] "GET /aaa-mode HTTP/1.1" 401 293 0.000447 10.0.0.141 - - [2025-05-01 02:10:53] "GET / HTTP/1.1" 200 36215 0.002151 10.0.0.141 - - [2025-05-01 02:10:53] "GET /project/602e94d5-bfea-4c8b-9d74-03add1ae4d92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000449 10.0.0.141 - - [2025-05-01 02:10:53] "GET /projects?obj_uuids=602e94d5-bfea-4c8b-9d74-03add1ae4d92&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001906 10.0.0.141 - - [2025-05-01 02:10:53] "GET /project/602e94d5-bfea-4c8b-9d74-03add1ae4d92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.057176 10.0.0.141 - - [2025-05-01 02:10:53] "POST /neutron/network HTTP/1.1" 200 833 0.005596 10.0.0.141 - - [2025-05-01 02:10:53] "POST /neutron/port HTTP/1.1" 200 117 0.005237 10.0.0.141 - - [2025-05-01 02:10:53] "POST /neutron/port HTTP/1.1" 200 117 0.006042 10.0.0.141 - - [2025-05-01 02:10:53] "POST /neutron/port HTTP/1.1" 200 117 0.007492 10.0.0.141 - - [2025-05-01 02:10:54] "POST /neutron/network HTTP/1.1" 200 843 0.005532 10.0.0.141 - - [2025-05-01 02:10:54] "GET /projects?obj_uuids=602e94d5-bfea-4c8b-9d74-03add1ae4d92&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001476 10.0.0.141 - - [2025-05-01 02:10:54] "POST /neutron/port HTTP/1.1" 200 1058 0.245668 10.0.0.141 - - [2025-05-01 02:10:54] "POST /neutron/port HTTP/1.1" 200 1058 0.013063 10.0.0.141 - - [2025-05-01 02:10:54] "POST /neutron/port HTTP/1.1" 200 1058 0.016644 10.0.0.141 - - [2025-05-01 02:10:54] "POST /neutron/port HTTP/1.1" 200 1112 0.079449 10.0.0.141 - - [2025-05-01 02:10:54] "POST /neutron/port HTTP/1.1" 200 1086 0.017077 10.0.0.141 - - [2025-05-01 02:10:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003784 10.0.0.141 - - [2025-05-01 02:10:54] "POST /neutron/subnet HTTP/1.1" 200 685 0.011703 10.0.0.141 - - [2025-05-01 02:10:54] "POST /neutron/port HTTP/1.1" 200 117 0.001268 10.0.0.141 - - [2025-05-01 02:10:54] "POST /neutron/network HTTP/1.1" 200 833 0.005370 10.0.0.141 - - [2025-05-01 02:10:58] "POST /neutron/port HTTP/1.1" 200 1086 0.016166 10.0.0.141 - - [2025-05-01 02:10:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006985 10.0.0.141 - - [2025-05-01 02:10:58] "POST /neutron/port HTTP/1.1" 200 1086 0.021487 10.0.0.141 - - [2025-05-01 02:10:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006863 10.0.0.141 - - [2025-05-01 02:10:59] "POST /neutron/port HTTP/1.1" 200 1086 0.014417 10.0.0.141 - - [2025-05-01 02:10:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006750 10.0.0.141 - - [2025-05-01 02:10:59] "GET /virtual-machine/9d4a9f6a-e6ee-4adb-8d74-022ff06ba5b3 HTTP/1.1" 200 1296 0.004434 10.0.0.141 - - [2025-05-01 02:10:59] "GET /virtual-machine-interface/e09a20c8-fd07-4f71-9748-2b10ccb3f229 HTTP/1.1" 200 2971 0.004970 10.0.0.141 - - [2025-05-01 02:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.141 - - [2025-05-01 02:10:59] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003043 10.0.0.141 - - [2025-05-01 02:10:59] "GET /virtual-networks?parent_id=602e94d5-bfea-4c8b-9d74-03add1ae4d92&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002885 10.0.0.141 - - [2025-05-01 02:10:59] "GET /virtual-network/93c3a084-cfc0-4b07-8b51-a3e2be83726d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005487 10.0.0.141 - - [2025-05-01 02:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.141 - - [2025-05-01 02:11:02] "GET /virtual-network/93c3a084-cfc0-4b07-8b51-a3e2be83726d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005126 10.0.0.141 - - [2025-05-01 02:11:03] "POST /neutron/port HTTP/1.1" 200 1086 0.015401 10.0.0.141 - - [2025-05-01 02:11:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005698 10.0.0.141 - - [2025-05-01 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.141 - - [2025-05-01 02:11:04] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003293 10.0.0.141 - - [2025-05-01 02:11:04] "GET /virtual-networks?parent_id=602e94d5-bfea-4c8b-9d74-03add1ae4d92&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003966 10.0.0.141 - - [2025-05-01 02:11:04] "GET /virtual-network/93c3a084-cfc0-4b07-8b51-a3e2be83726d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005466 10.0.0.141 - - [2025-05-01 02:11:04] "POST /neutron/port HTTP/1.1" 200 1086 0.014965 10.0.0.141 - - [2025-05-01 02:11:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006319 10.0.0.141 - - [2025-05-01 02:11:14] "POST /neutron/network HTTP/1.1" 200 807 0.011544 10.0.0.141 - - [2025-05-01 02:11:14] "POST /neutron/network HTTP/1.1" 200 833 0.005913 10.0.0.141 - - [2025-05-01 02:11:14] "POST /id-to-fqname HTTP/1.1" 200 227 0.001710 10.0.0.141 - - [2025-05-01 02:11:14] "POST /neutron/port HTTP/1.1" 200 1086 0.019111 10.0.0.141 - - [2025-05-01 02:11:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008595 10.0.0.141 - - [2025-05-01 02:11:14] "POST /neutron/network HTTP/1.1" 200 843 0.007988 10.0.0.141 - - [2025-05-01 02:11:14] "GET /aaa-mode HTTP/1.1" 401 293 0.000658 10.0.0.141 - - [2025-05-01 02:11:14] "GET / HTTP/1.1" 200 36215 0.003365 10.0.0.141 - - [2025-05-01 02:11:14] "GET /project/602e94d5-bfea-4c8b-9d74-03add1ae4d92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000671 10.0.0.141 - - [2025-05-01 02:11:15] "GET /projects?obj_uuids=602e94d5-bfea-4c8b-9d74-03add1ae4d92&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001851 10.0.0.141 - - [2025-05-01 02:11:15] "GET /project/602e94d5-bfea-4c8b-9d74-03add1ae4d92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.067433 10.0.0.141 - - [2025-05-01 02:11:15] "POST /neutron/network HTTP/1.1" 200 833 0.005887 10.0.0.141 - - [2025-05-01 02:11:15] "POST /neutron/port HTTP/1.1" 200 1086 0.016743 10.0.0.141 - - [2025-05-01 02:11:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006836 10.0.0.141 - - [2025-05-01 02:11:15] "POST /neutron/port HTTP/1.1" 200 117 0.004991 10.0.0.141 - - [2025-05-01 02:11:15] "POST /neutron/port HTTP/1.1" 200 117 0.004807 10.0.0.141 - - [2025-05-01 02:11:15] "POST /neutron/network HTTP/1.1" 200 843 0.006017 10.0.0.141 - - [2025-05-01 02:11:15] "GET /projects?obj_uuids=602e94d5-bfea-4c8b-9d74-03add1ae4d92&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001196 10.0.0.141 - - [2025-05-01 02:11:15] "POST /neutron/port HTTP/1.1" 200 1058 0.199152 10.0.0.141 - - [2025-05-01 02:11:15] "POST /neutron/port HTTP/1.1" 200 1058 0.013603 10.0.0.141 - - [2025-05-01 02:11:15] "POST /neutron/port HTTP/1.1" 200 1058 0.010967 10.0.0.141 - - [2025-05-01 02:11:16] "POST /neutron/port HTTP/1.1" 200 1112 0.065224 10.0.0.141 - - [2025-05-01 02:11:16] "POST /neutron/port HTTP/1.1" 200 1086 0.015131 10.0.0.141 - - [2025-05-01 02:11:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003337 10.0.0.141 - - [2025-05-01 02:11:16] "POST /neutron/subnet HTTP/1.1" 200 685 0.020257 10.0.0.141 - - [2025-05-01 02:11:16] "POST /neutron/port HTTP/1.1" 200 117 0.001581 10.0.0.141 - - [2025-05-01 02:11:16] "POST /neutron/network HTTP/1.1" 200 833 0.005986 10.0.0.141 - - [2025-05-01 02:11:20] "POST /neutron/port HTTP/1.1" 200 1086 0.015231 10.0.0.141 - - [2025-05-01 02:11:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006118 10.0.0.141 - - [2025-05-01 02:11:20] "POST /neutron/port HTTP/1.1" 200 1086 0.014510 10.0.0.141 - - [2025-05-01 02:11:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006285 10.0.0.141 - - [2025-05-01 02:11:20] "POST /neutron/port HTTP/1.1" 200 1086 0.015831 10.0.0.141 - - [2025-05-01 02:11:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006279 10.0.0.141 - - [2025-05-01 02:11:20] "GET /virtual-machine/12ec8293-fb42-4562-bfd3-1f51652e3c44 HTTP/1.1" 200 1295 0.004634 10.0.0.141 - - [2025-05-01 02:11:20] "GET /virtual-machine-interface/f1791cf6-9a4d-42f6-ae1e-83eb8ad98a66 HTTP/1.1" 200 2971 0.004953 10.0.0.141 - - [2025-05-01 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004187 10.0.0.141 - - [2025-05-01 02:11:20] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002966 10.0.0.141 - - [2025-05-01 02:11:20] "GET /virtual-networks?parent_id=602e94d5-bfea-4c8b-9d74-03add1ae4d92&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003034 10.0.0.141 - - [2025-05-01 02:11:20] "GET /virtual-network/93c3a084-cfc0-4b07-8b51-a3e2be83726d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005509 10.0.0.141 - - [2025-05-01 02:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.141 - - [2025-05-01 02:11:23] "GET /virtual-network/93c3a084-cfc0-4b07-8b51-a3e2be83726d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005307 10.0.0.141 - - [2025-05-01 02:11:25] "POST /neutron/port HTTP/1.1" 200 1086 0.015299 10.0.0.141 - - [2025-05-01 02:11:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005933 10.0.0.141 - - [2025-05-01 02:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.141 - - [2025-05-01 02:11:26] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003276 10.0.0.141 - - [2025-05-01 02:11:26] "GET /virtual-networks?parent_id=602e94d5-bfea-4c8b-9d74-03add1ae4d92&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003723 10.0.0.141 - - [2025-05-01 02:11:26] "GET /virtual-network/93c3a084-cfc0-4b07-8b51-a3e2be83726d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005515 10.0.0.141 - - [2025-05-01 02:11:26] "POST /neutron/port HTTP/1.1" 200 1086 0.016802 10.0.0.141 - - [2025-05-01 02:11:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006410 10.0.0.141 - - [2025-05-01 02:11:33] "DELETE /project/602e94d5bfea4c8b9d7403add1ae4d92 HTTP/1.1" 404 173 0.006031 10.0.0.141 - - [2025-05-01 02:11:33] "GET /projects?obj_uuids=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001230 10.0.0.141 - - [2025-05-01 02:11:34] "GET /project/58e20027-6198-4a1d-a234-e25423854e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.038950 10.0.0.141 - - [2025-05-01 02:11:34] "GET /projects?obj_uuids=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001411 10.0.0.141 - - [2025-05-01 02:11:34] "GET /project/58e20027-6198-4a1d-a234-e25423854e49?fields=security_groups HTTP/1.1" 200 1357 0.027005 10.0.0.141 - - [2025-05-01 02:11:34] "DELETE /security-group/b8bb820b-9ea6-4c37-9e57-773867c530ed HTTP/1.1" 200 115 0.047909 10.0.0.141 - - [2025-05-01 02:11:34] "GET /projects?obj_uuids=58e20027-6198-4a1d-a234-e25423854e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001092 10.0.0.141 - - [2025-05-01 02:11:34] "DELETE /access-control-list/8d76c8ff-6cd3-4952-b925-e085e6ce238f HTTP/1.1" 200 115 0.032331 10.0.0.141 - - [2025-05-01 02:11:34] "GET /project/58e20027-6198-4a1d-a234-e25423854e49?fields=application_policy_sets HTTP/1.1" 200 1396 0.036201 10.0.0.141 - - [2025-05-01 02:11:34] "DELETE /access-control-list/74af2f7f-407b-4ef4-a3a1-b27e9cd9947e HTTP/1.1" 200 115 0.030676 10.0.0.141 - - [2025-05-01 02:11:34] "DELETE /project/58e20027-6198-4a1d-a234-e25423854e49 HTTP/1.1" 200 115 0.306243 10.0.0.141 - - [2025-05-01 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.141 - - [2025-05-01 02:11:37] "DELETE /virtual-DNS/a2e4e56d-19d2-466c-a52f-46a8f873f410 HTTP/1.1" 409 236 0.006004 10.0.0.141 - - [2025-05-01 02:11:37] "POST /fqname-to-id HTTP/1.1" 404 192 0.002747 10.0.0.141 - - [2025-05-01 02:11:37] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.015766 10.0.0.141 - - [2025-05-01 02:11:37] "GET /virtual-DNS-record/8dd04dd5-7618-4226-ace3-8cbce4c3c92e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.004423 10.0.0.141 - - [2025-05-01 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.141 - - [2025-05-01 02:11:37] "GET /virtual-DNS-record/8dd04dd5-7618-4226-ace3-8cbce4c3c92e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.003761 10.0.0.141 - - [2025-05-01 02:11:37] "GET /domains HTTP/1.1" 200 281 0.002918 10.0.0.141 - - [2025-05-01 02:11:37] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001131 10.0.0.141 - - [2025-05-01 02:11:37] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6 HTTP/1.1" 200 2785 0.008385 10.0.0.141 - - [2025-05-01 02:11:37] "GET /virtual-DNS/a2e4e56d-19d2-466c-a52f-46a8f873f410 HTTP/1.1" 200 1911 0.003775 10.0.0.141 - - [2025-05-01 02:11:37] "GET /virtual-DNS-record/8dd04dd5-7618-4226-ace3-8cbce4c3c92e HTTP/1.1" 200 1338 0.002608 10.0.0.141 - - [2025-05-01 02:11:41] "GET /obj-perms HTTP/1.1" 200 5075 0.048480 10.0.0.141 - - [2025-05-01 02:11:41] "GET /obj-perms HTTP/1.1" 200 5075 0.045537 10.0.0.141 - - [2025-05-01 02:11:43] "DELETE /virtual-DNS-record/8dd04dd5-7618-4226-ace3-8cbce4c3c92e HTTP/1.1" 200 115 0.026350 10.0.0.141 - - [2025-05-01 02:11:43] "POST /fqname-to-id HTTP/1.1" 404 184 0.003097 10.0.0.141 - - [2025-05-01 02:11:43] "POST /neutron/network HTTP/1.1" 200 833 0.007869 10.0.0.141 - - [2025-05-01 02:11:43] "POST /neutron/network HTTP/1.1" 400 204 0.010546 10.0.0.141 - - [2025-05-01 02:11:43] "POST /neutron/port HTTP/1.1" 200 1086 0.017757 10.0.0.141 - - [2025-05-01 02:11:43] "POST /neutron/port HTTP/1.1" 200 1112 0.010581 10.0.0.141 - - [2025-05-01 02:11:43] "POST /neutron/port HTTP/1.1" 200 1086 0.020253 10.0.0.141 - - [2025-05-01 02:11:43] "POST /neutron/port HTTP/1.1" 200 1112 0.009812 10.0.0.141 - - [2025-05-01 02:11:43] "POST /neutron/port HTTP/1.1" 200 151 0.159081 10.0.0.141 - - [2025-05-01 02:11:43] "POST /neutron/port HTTP/1.1" 200 151 0.181886 10.0.0.141 - - [2025-05-01 02:11:45] "POST /neutron/network HTTP/1.1" 200 833 0.006491 10.0.0.141 - - [2025-05-01 02:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005063 10.0.0.141 - - [2025-05-01 02:11:45] "POST /useragent-kv HTTP/1.1" 200 115 0.001994 10.0.0.141 - - [2025-05-01 02:11:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003213 10.0.0.141 - - [2025-05-01 02:11:45] "POST /neutron/network HTTP/1.1" 200 151 0.165684 10.0.0.141 - - [2025-05-01 02:11:45] "DELETE /route-target/7c66c026-721f-4594-840c-614af1aa0cb5 HTTP/1.1" 200 115 0.045580 10.0.0.141 - - [2025-05-01 02:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002717 10.0.0.141 - - [2025-05-01 02:11:45] "DELETE /network-ipam/1ea6c0eb-c458-4913-8cc3-ab820269cb69 HTTP/1.1" 200 115 0.022891 10.0.0.141 - - [2025-05-01 02:11:45] "DELETE /virtual-DNS/a2e4e56d-19d2-466c-a52f-46a8f873f410 HTTP/1.1" 200 115 0.025053 10.0.0.141 - - [2025-05-01 02:11:45] "POST /fqname-to-id HTTP/1.1" 404 180 0.003861 10.0.0.141 - - [2025-05-01 02:11:45] "GET /domains HTTP/1.1" 200 281 0.002650 10.0.0.141 - - [2025-05-01 02:11:45] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001115 10.0.0.141 - - [2025-05-01 02:11:45] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6 HTTP/1.1" 200 2584 0.017689 10.0.0.141 - - [2025-05-01 02:11:45] "GET /projects?obj_uuids=602e94d5-bfea-4c8b-9d74-03add1ae4d92&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001106 10.0.0.141 - - [2025-05-01 02:11:45] "GET /project/602e94d5-bfea-4c8b-9d74-03add1ae4d92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.033508 10.0.0.141 - - [2025-05-01 02:11:45] "GET /projects?obj_uuids=602e94d5-bfea-4c8b-9d74-03add1ae4d92&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001165 10.0.0.141 - - [2025-05-01 02:11:45] "GET /project/602e94d5-bfea-4c8b-9d74-03add1ae4d92?fields=virtual_networks HTTP/1.1" 200 1036 0.068972 10.0.0.141 - - [2025-05-01 02:11:45] "GET /projects?obj_uuids=602e94d5-bfea-4c8b-9d74-03add1ae4d92&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001156 10.0.0.141 - - [2025-05-01 02:11:46] "GET /project/602e94d5-bfea-4c8b-9d74-03add1ae4d92?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.029018 10.0.0.141 - - [2025-05-01 02:11:46] "GET /projects?obj_uuids=602e94d5-bfea-4c8b-9d74-03add1ae4d92&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001782 10.0.0.141 - - [2025-05-01 02:11:46] "GET /project/602e94d5-bfea-4c8b-9d74-03add1ae4d92?fields=security_groups HTTP/1.1" 200 1264 0.031934 10.0.0.141 - - [2025-05-01 02:11:46] "POST /fqname-to-id HTTP/1.1" 404 189 0.026550 10.0.0.141 - - [2025-05-01 02:11:46] "GET /projects?obj_uuids=8a75d8f7-f691-452e-8f65-9d4a70338c51&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003057 10.0.0.141 - - [2025-05-01 02:11:47] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001240 10.0.0.141 - - [2025-05-01 02:11:47] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007843 10.0.0.141 - - [2025-05-01 02:11:47] "POST /id-to-fqname HTTP/1.1" 200 191 0.002316 10.0.0.141 - - [2025-05-01 02:11:47] "POST /fqname-to-id HTTP/1.1" 404 200 0.003353 10.0.0.141 - - [2025-05-01 02:11:47] "POST /security-groups HTTP/1.1" 200 592 0.068275 10.0.0.141 - - [2025-05-01 02:11:47] "POST /fqname-to-id HTTP/1.1" 404 235 0.002616 10.0.0.141 - - [2025-05-01 02:11:47] "POST /projects HTTP/1.1" 200 587 0.219072 10.0.0.141 - - [2025-05-01 02:11:47] "GET /global-system-configs HTTP/1.1" 200 323 0.050482 10.0.0.141 - - [2025-05-01 02:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.297068 10.0.0.141 - - [2025-05-01 02:11:47] "GET /obj-perms HTTP/1.1" 200 5075 0.071319 10.0.0.141 - - [2025-05-01 02:11:47] "POST /access-control-lists HTTP/1.1" 200 599 0.074590 10.0.0.141 - - [2025-05-01 02:11:47] "POST /fqname-to-id HTTP/1.1" 404 234 0.003884 10.0.0.141 - - [2025-05-01 02:11:47] "GET /project/8a75d8f7-f691-452e-8f65-9d4a70338c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.446314 10.0.0.141 - - [2025-05-01 02:11:47] "POST /access-control-lists HTTP/1.1" 200 597 0.064269 10.0.0.141 - - [2025-05-01 02:11:48] "GET /global-system-configs HTTP/1.1" 200 323 0.334853 10.0.0.141 - - [2025-05-01 02:11:48] "GET / HTTP/1.1" 200 36215 0.001631 10.0.0.141 - - [2025-05-01 02:11:48] "GET /obj-perms HTTP/1.1" 200 5075 0.367113 10.0.0.141 - - [2025-05-01 02:11:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000519 10.0.0.141 - - [2025-05-01 02:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.024348 10.0.0.141 - - [2025-05-01 02:11:49] "GET /projects?obj_uuids=8a75d8f7-f691-452e-8f65-9d4a70338c51&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001052 10.0.0.141 - - [2025-05-01 02:11:49] "GET /project/8a75d8f7-f691-452e-8f65-9d4a70338c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.023637 10.0.0.141 - - [2025-05-01 02:11:49] "POST /neutron/network HTTP/1.1" 200 117 0.028033 10.0.0.141 - - [2025-05-01 02:11:49] "GET /projects?obj_uuids=8a75d8f7-f691-452e-8f65-9d4a70338c51&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001454 10.0.0.141 - - [2025-05-01 02:11:49] "POST /neutron/network HTTP/1.1" 200 606 0.063997 10.0.0.141 - - [2025-05-01 02:11:49] "POST /route-targets HTTP/1.1" 200 328 0.010710 10.0.0.141 - - [2025-05-01 02:11:49] "POST /ref-update HTTP/1.1" 200 156 0.013745 10.0.0.141 - - [2025-05-01 02:11:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002686 10.0.0.141 - - [2025-05-01 02:11:50] "POST /neutron/subnet HTTP/1.1" 200 719 0.211172 10.0.0.141 - - [2025-05-01 02:11:50] "POST /neutron/network HTTP/1.1" 200 824 0.007520 10.0.0.141 - - [2025-05-01 02:11:50] "POST /id-to-fqname HTTP/1.1" 200 221 0.001452 10.0.0.141 - - [2025-05-01 02:11:50] "GET /virtual-network/990cc5f1-1fe3-4d30-b35b-c6f1730b7a89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005276 10.0.0.141 - - [2025-05-01 02:11:50] "POST /neutron/network HTTP/1.1" 200 824 0.007126 10.0.0.141 - - [2025-05-01 02:11:50] "GET /virtual-network/990cc5f1-1fe3-4d30-b35b-c6f1730b7a89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005829 10.0.0.141 - - [2025-05-01 02:11:50] "POST /neutron/network HTTP/1.1" 200 824 0.005497 10.0.0.141 - - [2025-05-01 02:11:50] "POST /neutron/subnet HTTP/1.1" 200 719 0.006409 10.0.0.141 - - [2025-05-01 02:11:50] "POST /id-to-fqname HTTP/1.1" 200 221 0.001220 10.0.0.141 - - [2025-05-01 02:11:50] "POST /neutron/network HTTP/1.1" 200 834 0.005896 10.0.0.141 - - [2025-05-01 02:11:50] "GET /aaa-mode HTTP/1.1" 401 293 0.000424 10.0.0.141 - - [2025-05-01 02:11:50] "GET / HTTP/1.1" 200 36215 0.002083 10.0.0.141 - - [2025-05-01 02:11:50] "GET /project/8a75d8f7-f691-452e-8f65-9d4a70338c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000434 10.0.0.141 - - [2025-05-01 02:11:51] "GET /projects?obj_uuids=8a75d8f7-f691-452e-8f65-9d4a70338c51&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001535 10.0.0.141 - - [2025-05-01 02:11:51] "GET /project/8a75d8f7-f691-452e-8f65-9d4a70338c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.054978 10.0.0.141 - - [2025-05-01 02:11:51] "POST /neutron/network HTTP/1.1" 200 824 0.005172 10.0.0.141 - - [2025-05-01 02:11:51] "POST /neutron/port HTTP/1.1" 200 117 0.005049 10.0.0.141 - - [2025-05-01 02:11:51] "POST /neutron/port HTTP/1.1" 200 117 0.005813 10.0.0.141 - - [2025-05-01 02:11:51] "POST /id-to-fqname HTTP/1.1" 200 221 0.001387 10.0.0.141 - - [2025-05-01 02:11:51] "POST /neutron/port HTTP/1.1" 200 117 0.006374 10.0.0.141 - - [2025-05-01 02:11:51] "POST /neutron/network HTTP/1.1" 200 834 0.005695 10.0.0.141 - - [2025-05-01 02:11:51] "GET /aaa-mode HTTP/1.1" 401 293 0.000411 10.0.0.141 - - [2025-05-01 02:11:51] "POST /neutron/network HTTP/1.1" 200 834 0.005912 10.0.0.141 - - [2025-05-01 02:11:51] "GET /projects?obj_uuids=8a75d8f7-f691-452e-8f65-9d4a70338c51&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001219 10.0.0.141 - - [2025-05-01 02:11:51] "GET / HTTP/1.1" 200 36215 0.001764 10.0.0.141 - - [2025-05-01 02:11:51] "GET /project/8a75d8f7-f691-452e-8f65-9d4a70338c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000635 10.0.0.141 - - [2025-05-01 02:11:52] "POST /neutron/port HTTP/1.1" 200 1060 0.212836 10.0.0.141 - - [2025-05-01 02:11:52] "POST /neutron/port HTTP/1.1" 200 1060 0.009965 10.0.0.141 - - [2025-05-01 02:11:52] "POST /neutron/port HTTP/1.1" 200 1060 0.008356 10.0.0.141 - - [2025-05-01 02:11:52] "POST /neutron/port HTTP/1.1" 200 1114 0.062081 10.0.0.141 - - [2025-05-01 02:11:52] "POST /neutron/port HTTP/1.1" 200 1088 0.014330 10.0.0.141 - - [2025-05-01 02:11:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003211 10.0.0.141 - - [2025-05-01 02:11:52] "POST /neutron/subnet HTTP/1.1" 200 693 0.010676 10.0.0.141 - - [2025-05-01 02:11:52] "POST /neutron/port HTTP/1.1" 200 117 0.001256 10.0.0.141 - - [2025-05-01 02:11:52] "POST /neutron/network HTTP/1.1" 200 824 0.005464 10.0.0.141 - - [2025-05-01 02:11:52] "GET /projects?obj_uuids=8a75d8f7-f691-452e-8f65-9d4a70338c51&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001293 10.0.0.141 - - [2025-05-01 02:11:52] "GET /project/8a75d8f7-f691-452e-8f65-9d4a70338c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.058741 10.0.0.141 - - [2025-05-01 02:11:52] "POST /neutron/network HTTP/1.1" 200 824 0.006265 10.0.0.141 - - [2025-05-01 02:11:52] "POST /neutron/port HTTP/1.1" 200 1088 0.022482 10.0.0.141 - - [2025-05-01 02:11:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007745 10.0.0.141 - - [2025-05-01 02:11:52] "POST /neutron/port HTTP/1.1" 200 117 0.005162 10.0.0.141 - - [2025-05-01 02:11:52] "POST /neutron/port HTTP/1.1" 200 1088 0.014994 10.0.0.141 - - [2025-05-01 02:11:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006273 10.0.0.141 - - [2025-05-01 02:11:52] "POST /neutron/network HTTP/1.1" 200 834 0.009685 10.0.0.141 - - [2025-05-01 02:11:52] "GET /projects?obj_uuids=8a75d8f7-f691-452e-8f65-9d4a70338c51&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003651 10.0.0.141 - - [2025-05-01 02:11:53] "POST /neutron/port HTTP/1.1" 200 1060 0.340021 10.0.0.141 - - [2025-05-01 02:11:53] "POST /neutron/port HTTP/1.1" 200 1060 0.014636 10.0.0.141 - - [2025-05-01 02:11:53] "POST /neutron/port HTTP/1.1" 200 1060 0.008679 10.0.0.141 - - [2025-05-01 02:11:53] "POST /neutron/port HTTP/1.1" 200 1114 0.110172 10.0.0.141 - - [2025-05-01 02:11:53] "POST /neutron/port HTTP/1.1" 200 1088 0.022756 10.0.0.141 - - [2025-05-01 02:11:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004376 10.0.0.141 - - [2025-05-01 02:11:53] "POST /neutron/subnet HTTP/1.1" 200 693 0.011940 10.0.0.141 - - [2025-05-01 02:11:53] "POST /neutron/port HTTP/1.1" 200 117 0.001195 10.0.0.141 - - [2025-05-01 02:11:53] "POST /neutron/network HTTP/1.1" 200 824 0.005043 10.0.0.141 - - [2025-05-01 02:11:57] "POST /neutron/port HTTP/1.1" 200 1088 0.014872 10.0.0.141 - - [2025-05-01 02:11:57] "POST /neutron/port HTTP/1.1" 200 1088 0.015136 10.0.0.141 - - [2025-05-01 02:11:57] "POST /neutron/network HTTP/1.1" 200 834 0.005453 10.0.0.141 - - [2025-05-01 02:11:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003070 10.0.0.141 - - [2025-05-01 02:11:57] "POST /neutron/subnet HTTP/1.1" 200 693 0.011252 10.0.0.141 - - [2025-05-01 02:11:57] "POST /neutron/port HTTP/1.1" 200 117 0.001280 10.0.0.141 - - [2025-05-01 02:11:57] "POST /neutron/network HTTP/1.1" 200 824 0.007830 10.0.0.141 - - [2025-05-01 02:11:57] "POST /neutron/port HTTP/1.1" 200 1088 0.027706 10.0.0.141 - - [2025-05-01 02:11:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006172 10.0.0.141 - - [2025-05-01 02:11:57] "POST /neutron/port HTTP/1.1" 200 1088 0.014995 10.0.0.141 - - [2025-05-01 02:11:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005914 10.0.0.141 - - [2025-05-01 02:11:57] "POST /neutron/port HTTP/1.1" 200 1088 0.018735 10.0.0.141 - - [2025-05-01 02:11:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006191 10.0.0.141 - - [2025-05-01 02:11:58] "GET /virtual-machine/168d6ce0-8cb2-46a8-a060-21edd6835d2a HTTP/1.1" 401 293 0.000450 10.0.0.141 - - [2025-05-01 02:11:58] "GET /virtual-machine/168d6ce0-8cb2-46a8-a060-21edd6835d2a HTTP/1.1" 200 1295 0.029616 10.0.0.141 - - [2025-05-01 02:11:58] "GET /virtual-machine-interface/a642a944-5c0c-46ac-9f93-d050fdf10e3f HTTP/1.1" 200 2953 0.005083 10.0.0.141 - - [2025-05-01 02:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.141 - - [2025-05-01 02:11:58] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003217 10.0.0.141 - - [2025-05-01 02:11:58] "GET /virtual-networks?parent_id=8a75d8f7-f691-452e-8f65-9d4a70338c51&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003155 10.0.0.141 - - [2025-05-01 02:11:58] "GET /virtual-network/990cc5f1-1fe3-4d30-b35b-c6f1730b7a89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005581 10.0.0.141 - - [2025-05-01 02:12:01] "POST /neutron/port HTTP/1.1" 200 1088 0.015654 10.0.0.141 - - [2025-05-01 02:12:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005956 10.0.0.141 - - [2025-05-01 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.141 - - [2025-05-01 02:12:01] "GET /virtual-network/990cc5f1-1fe3-4d30-b35b-c6f1730b7a89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005732 10.0.0.141 - - [2025-05-01 02:12:02] "POST /neutron/port HTTP/1.1" 200 1088 0.019987 10.0.0.141 - - [2025-05-01 02:12:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008524 10.0.0.141 - - [2025-05-01 02:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.141 - - [2025-05-01 02:12:03] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004661 10.0.0.141 - - [2025-05-01 02:12:03] "GET /virtual-networks?parent_id=8a75d8f7-f691-452e-8f65-9d4a70338c51&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003636 10.0.0.141 - - [2025-05-01 02:12:03] "GET /virtual-network/990cc5f1-1fe3-4d30-b35b-c6f1730b7a89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006671 10.0.0.141 - - [2025-05-01 02:12:04] "POST /neutron/port HTTP/1.1" 200 1088 0.013667 10.0.0.141 - - [2025-05-01 02:12:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005706 10.0.0.141 - - [2025-05-01 02:12:04] "POST /neutron/port HTTP/1.1" 200 1088 0.014544 10.0.0.141 - - [2025-05-01 02:12:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005703 10.0.0.141 - - [2025-05-01 02:12:04] "POST /neutron/port HTTP/1.1" 200 1088 0.015276 10.0.0.141 - - [2025-05-01 02:12:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007357 10.0.0.141 - - [2025-05-01 02:12:04] "GET /virtual-machine/c16de59e-578a-44f0-bed5-a5a724efb53e HTTP/1.1" 200 1296 0.004747 10.0.0.141 - - [2025-05-01 02:12:04] "GET /virtual-machine-interface/c1a026ea-80cd-4e5d-829e-0516e74157c7 HTTP/1.1" 200 2952 0.005018 10.0.0.141 - - [2025-05-01 02:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.141 - - [2025-05-01 02:12:04] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003244 10.0.0.141 - - [2025-05-01 02:12:04] "GET /virtual-networks?parent_id=8a75d8f7-f691-452e-8f65-9d4a70338c51&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003442 10.0.0.141 - - [2025-05-01 02:12:04] "GET /virtual-network/990cc5f1-1fe3-4d30-b35b-c6f1730b7a89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005641 10.0.0.141 - - [2025-05-01 02:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.141 - - [2025-05-01 02:12:05] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003400 10.0.0.141 - - [2025-05-01 02:12:05] "GET /virtual-networks?parent_id=8a75d8f7-f691-452e-8f65-9d4a70338c51&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002826 10.0.0.141 - - [2025-05-01 02:12:05] "GET /virtual-network/990cc5f1-1fe3-4d30-b35b-c6f1730b7a89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005510 10.0.0.141 - - [2025-05-01 02:12:05] "POST /neutron/port HTTP/1.1" 200 1088 0.013946 10.0.0.141 - - [2025-05-01 02:12:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005720 10.0.0.141 - - [2025-05-01 02:12:15] "POST /neutron/network HTTP/1.1" 200 824 0.006755 10.0.0.141 - - [2025-05-01 02:12:15] "POST /neutron/network HTTP/1.1" 400 204 0.011780 10.0.0.141 - - [2025-05-01 02:12:16] "POST /neutron/port HTTP/1.1" 200 1088 0.018108 10.0.0.141 - - [2025-05-01 02:12:16] "POST /neutron/port HTTP/1.1" 200 1114 0.010747 10.0.0.141 - - [2025-05-01 02:12:16] "POST /neutron/port HTTP/1.1" 200 1088 0.023965 10.0.0.141 - - [2025-05-01 02:12:16] "POST /neutron/port HTTP/1.1" 200 1114 0.008570 10.0.0.141 - - [2025-05-01 02:12:16] "POST /neutron/port HTTP/1.1" 200 151 0.145708 10.0.0.141 - - [2025-05-01 02:12:16] "POST /neutron/port HTTP/1.1" 200 151 0.128354 10.0.0.141 - - [2025-05-01 02:12:17] "POST /neutron/network HTTP/1.1" 200 824 0.005731 10.0.0.141 - - [2025-05-01 02:12:17] "POST /useragent-kv HTTP/1.1" 200 115 0.033522 10.0.0.141 - - [2025-05-01 02:12:17] "POST /useragent-kv HTTP/1.1" 200 115 0.006696 10.0.0.141 - - [2025-05-01 02:12:17] "POST /neutron/network HTTP/1.1" 200 151 0.113996 10.0.0.141 - - [2025-05-01 02:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.050284 10.0.0.141 - - [2025-05-01 02:12:17] "DELETE /route-target/fdc1d5b0-e7cf-4153-9886-fbae87dcdae9 HTTP/1.1" 200 115 0.018074 10.0.0.141 - - [2025-05-01 02:12:18] "GET /projects?obj_uuids=8a75d8f7-f691-452e-8f65-9d4a70338c51&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001892 10.0.0.141 - - [2025-05-01 02:12:18] "GET /project/8a75d8f7-f691-452e-8f65-9d4a70338c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.058683 10.0.0.141 - - [2025-05-01 02:12:18] "GET /projects?obj_uuids=8a75d8f7-f691-452e-8f65-9d4a70338c51&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001156 10.0.0.141 - - [2025-05-01 02:12:18] "GET /project/8a75d8f7-f691-452e-8f65-9d4a70338c51?fields=virtual_networks HTTP/1.1" 200 1036 0.071595 10.0.0.141 - - [2025-05-01 02:12:18] "GET /projects?obj_uuids=8a75d8f7-f691-452e-8f65-9d4a70338c51&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001177 10.0.0.141 - - [2025-05-01 02:12:18] "GET /project/8a75d8f7-f691-452e-8f65-9d4a70338c51?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.026852 10.0.0.141 - - [2025-05-01 02:12:18] "GET /projects?obj_uuids=8a75d8f7-f691-452e-8f65-9d4a70338c51&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001130 10.0.0.141 - - [2025-05-01 02:12:18] "GET /project/8a75d8f7-f691-452e-8f65-9d4a70338c51?fields=security_groups HTTP/1.1" 200 1264 0.028978 10.0.0.141 - - [2025-05-01 02:12:19] "POST /fqname-to-id HTTP/1.1" 404 188 0.024210 10.0.0.141 - - [2025-05-01 02:12:19] "GET /projects?obj_uuids=88cb5e2a-f915-4f33-9fa3-e5deca47373f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002716 10.0.0.141 - - [2025-05-01 02:12:19] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001146 10.0.0.141 - - [2025-05-01 02:12:19] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.031588 10.0.0.141 - - [2025-05-01 02:12:19] "POST /id-to-fqname HTTP/1.1" 200 190 0.001274 10.0.0.141 - - [2025-05-01 02:12:19] "POST /fqname-to-id HTTP/1.1" 404 199 0.002432 10.0.0.141 - - [2025-05-01 02:12:19] "POST /security-groups HTTP/1.1" 200 591 0.059653 10.0.0.141 - - [2025-05-01 02:12:19] "POST /fqname-to-id HTTP/1.1" 404 234 0.003340 10.0.0.141 - - [2025-05-01 02:12:19] "POST /projects HTTP/1.1" 200 585 0.207219 10.0.0.141 - - [2025-05-01 02:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.275078 10.0.0.141 - - [2025-05-01 02:12:19] "POST /access-control-lists HTTP/1.1" 200 598 0.075845 10.0.0.141 - - [2025-05-01 02:12:19] "POST /fqname-to-id HTTP/1.1" 404 233 0.002734 10.0.0.141 - - [2025-05-01 02:12:19] "GET /project/88cb5e2a-f915-4f33-9fa3-e5deca47373f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.423210 10.0.0.141 - - [2025-05-01 02:12:19] "POST /access-control-lists HTTP/1.1" 200 596 0.059831 10.0.0.141 - - [2025-05-01 02:12:20] "GET / HTTP/1.1" 200 36215 0.002211 10.0.0.141 - - [2025-05-01 02:12:21] "POST /fqname-to-id HTTP/1.1" 401 293 0.000498 10.0.0.141 - - [2025-05-01 02:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.055560 10.0.0.141 - - [2025-05-01 02:12:21] "GET /projects?obj_uuids=88cb5e2a-f915-4f33-9fa3-e5deca47373f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001183 10.0.0.141 - - [2025-05-01 02:12:22] "GET /project/88cb5e2a-f915-4f33-9fa3-e5deca47373f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.026071 10.0.0.141 - - [2025-05-01 02:12:22] "POST /neutron/network HTTP/1.1" 200 117 0.031218 10.0.0.141 - - [2025-05-01 02:12:22] "GET /projects?obj_uuids=88cb5e2a-f915-4f33-9fa3-e5deca47373f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001649 10.0.0.141 - - [2025-05-01 02:12:22] "POST /neutron/network HTTP/1.1" 200 625 0.075508 10.0.0.141 - - [2025-05-01 02:12:22] "POST /route-targets HTTP/1.1" 200 328 0.013294 10.0.0.141 - - [2025-05-01 02:12:22] "POST /ref-update HTTP/1.1" 200 156 0.012344 10.0.0.141 - - [2025-05-01 02:12:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003254 10.0.0.141 - - [2025-05-01 02:12:22] "POST /neutron/subnet HTTP/1.1" 200 701 0.205790 10.0.0.141 - - [2025-05-01 02:12:22] "POST /neutron/network HTTP/1.1" 200 839 0.005976 10.0.0.141 - - [2025-05-01 02:12:22] "POST /id-to-fqname HTTP/1.1" 200 230 0.001274 10.0.0.141 - - [2025-05-01 02:12:22] "GET /virtual-network/cfac0cca-2884-4cb8-96e1-80b2c0897935?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004867 10.0.0.141 - - [2025-05-01 02:12:22] "POST /neutron/network HTTP/1.1" 200 839 0.005528 10.0.0.141 - - [2025-05-01 02:12:22] "GET /virtual-network/cfac0cca-2884-4cb8-96e1-80b2c0897935?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005037 10.0.0.141 - - [2025-05-01 02:12:22] "POST /neutron/network HTTP/1.1" 200 839 0.005682 10.0.0.141 - - [2025-05-01 02:12:22] "POST /neutron/subnet HTTP/1.1" 200 701 0.006905 10.0.0.141 - - [2025-05-01 02:12:22] "POST /neutron/network HTTP/1.1" 200 839 0.005150 10.0.0.141 - - [2025-05-01 02:12:22] "POST /id-to-fqname HTTP/1.1" 200 230 0.001313 10.0.0.141 - - [2025-05-01 02:12:22] "POST /neutron/network HTTP/1.1" 200 849 0.005808 10.0.0.141 - - [2025-05-01 02:12:22] "GET /aaa-mode HTTP/1.1" 401 293 0.000454 10.0.0.141 - - [2025-05-01 02:12:23] "GET / HTTP/1.1" 200 36215 0.001677 10.0.0.141 - - [2025-05-01 02:12:23] "GET /project/88cb5e2a-f915-4f33-9fa3-e5deca47373f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000420 10.0.0.141 - - [2025-05-01 02:12:23] "GET /projects?obj_uuids=88cb5e2a-f915-4f33-9fa3-e5deca47373f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001294 10.0.0.141 - - [2025-05-01 02:12:23] "GET /project/88cb5e2a-f915-4f33-9fa3-e5deca47373f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.045272 10.0.0.141 - - [2025-05-01 02:12:23] "POST /neutron/network HTTP/1.1" 200 839 0.026191 10.0.0.141 - - [2025-05-01 02:12:23] "POST /neutron/port HTTP/1.1" 200 117 0.005106 10.0.0.141 - - [2025-05-01 02:12:23] "POST /neutron/port HTTP/1.1" 200 117 0.004765 10.0.0.141 - - [2025-05-01 02:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002733 10.0.0.141 - - [2025-05-01 02:12:23] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003150 10.0.0.141 - - [2025-05-01 02:12:23] "PUT /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806 HTTP/1.1" 200 277 0.008637 10.0.0.141 - - [2025-05-01 02:12:23] "POST /neutron/port HTTP/1.1" 200 117 0.005371 10.0.0.141 - - [2025-05-01 02:12:24] "POST /neutron/network HTTP/1.1" 200 849 0.005797 10.0.0.141 - - [2025-05-01 02:12:24] "GET /projects?obj_uuids=88cb5e2a-f915-4f33-9fa3-e5deca47373f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001222 10.0.0.141 - - [2025-05-01 02:12:24] "POST /neutron/port HTTP/1.1" 200 1055 0.200125 10.0.0.141 - - [2025-05-01 02:12:24] "POST /neutron/port HTTP/1.1" 200 1055 0.030968 10.0.0.141 - - [2025-05-01 02:12:24] "POST /neutron/port HTTP/1.1" 200 1055 0.010877 10.0.0.141 - - [2025-05-01 02:12:24] "POST /neutron/port HTTP/1.1" 200 1109 0.051781 10.0.0.141 - - [2025-05-01 02:12:24] "POST /neutron/port HTTP/1.1" 200 1083 0.014686 10.0.0.141 - - [2025-05-01 02:12:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003248 10.0.0.141 - - [2025-05-01 02:12:24] "POST /neutron/subnet HTTP/1.1" 200 675 0.010547 10.0.0.141 - - [2025-05-01 02:12:24] "POST /neutron/port HTTP/1.1" 200 117 0.001164 10.0.0.141 - - [2025-05-01 02:12:24] "POST /neutron/network HTTP/1.1" 200 839 0.005631 10.0.0.141 - - [2025-05-01 02:12:29] "POST /neutron/port HTTP/1.1" 200 1083 0.015434 10.0.0.141 - - [2025-05-01 02:12:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006308 10.0.0.141 - - [2025-05-01 02:12:29] "POST /neutron/port HTTP/1.1" 200 1083 0.017344 10.0.0.141 - - [2025-05-01 02:12:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008748 10.0.0.141 - - [2025-05-01 02:12:29] "POST /neutron/port HTTP/1.1" 200 1083 0.015495 10.0.0.141 - - [2025-05-01 02:12:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006159 10.0.0.141 - - [2025-05-01 02:12:29] "GET /virtual-machine/a8ae3f09-cfcd-4648-8257-883176b77164 HTTP/1.1" 401 293 0.000464 10.0.0.141 - - [2025-05-01 02:12:29] "GET /virtual-machine/a8ae3f09-cfcd-4648-8257-883176b77164 HTTP/1.1" 200 1294 0.028852 10.0.0.141 - - [2025-05-01 02:12:29] "GET /virtual-machine-interface/dd455265-c7ad-4778-ab80-47c42d7084f4 HTTP/1.1" 200 2978 0.005344 10.0.0.141 - - [2025-05-01 02:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.141 - - [2025-05-01 02:12:29] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1833 0.003317 10.0.0.141 - - [2025-05-01 02:12:29] "GET /virtual-networks?parent_id=88cb5e2a-f915-4f33-9fa3-e5deca47373f&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003361 10.0.0.141 - - [2025-05-01 02:12:29] "GET /virtual-network/cfac0cca-2884-4cb8-96e1-80b2c0897935?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005679 10.0.0.141 - - [2025-05-01 02:12:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.141 - - [2025-05-01 02:12:33] "GET /virtual-network/cfac0cca-2884-4cb8-96e1-80b2c0897935?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005221 10.0.0.141 - - [2025-05-01 02:12:33] "POST /neutron/port HTTP/1.1" 200 1083 0.016003 10.0.0.141 - - [2025-05-01 02:12:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005898 10.0.0.141 - - [2025-05-01 02:12:34] "DELETE /project/88cb5e2af9154f339fa3e5deca47373f HTTP/1.1" 404 173 0.014769 10.0.0.141 - - [2025-05-01 02:12:34] "DELETE /project/8a75d8f7f691452e8f659d4a70338c51 HTTP/1.1" 404 173 0.008710 10.0.0.141 - - [2025-05-01 02:12:34] "GET /projects?obj_uuids=602e94d5-bfea-4c8b-9d74-03add1ae4d92&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001137 10.0.0.141 - - [2025-05-01 02:12:34] "GET /projects?obj_uuids=8a75d8f7-f691-452e-8f65-9d4a70338c51&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001040 10.0.0.141 - - [2025-05-01 02:12:34] "GET /project/8a75d8f7-f691-452e-8f65-9d4a70338c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.031749 10.0.0.141 - - [2025-05-01 02:12:34] "GET /project/602e94d5-bfea-4c8b-9d74-03add1ae4d92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.038893 10.0.0.141 - - [2025-05-01 02:12:34] "GET /projects?obj_uuids=8a75d8f7-f691-452e-8f65-9d4a70338c51&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001216 10.0.0.141 - - [2025-05-01 02:12:34] "GET /projects?obj_uuids=602e94d5-bfea-4c8b-9d74-03add1ae4d92&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001115 10.0.0.141 - - [2025-05-01 02:12:34] "GET /project/8a75d8f7-f691-452e-8f65-9d4a70338c51?fields=security_groups HTTP/1.1" 200 1366 0.052159 10.0.0.141 - - [2025-05-01 02:12:34] "GET /project/602e94d5-bfea-4c8b-9d74-03add1ae4d92?fields=security_groups HTTP/1.1" 200 1366 0.055801 10.0.0.141 - - [2025-05-01 02:12:34] "DELETE /security-group/af55117f-45f5-4b79-b112-f495ff54791f HTTP/1.1" 200 115 0.072416 10.0.0.141 - - [2025-05-01 02:12:34] "DELETE /security-group/3250e812-f876-410a-a754-e94166199211 HTTP/1.1" 200 115 0.073301 10.0.0.141 - - [2025-05-01 02:12:34] "GET /projects?obj_uuids=8a75d8f7-f691-452e-8f65-9d4a70338c51&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001277 10.0.0.141 - - [2025-05-01 02:12:34] "GET /projects?obj_uuids=602e94d5-bfea-4c8b-9d74-03add1ae4d92&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001204 10.0.0.141 - - [2025-05-01 02:12:34] "DELETE /access-control-list/24c8c323-3488-4299-bf95-61fd0e00414c HTTP/1.1" 200 115 0.046867 10.0.0.141 - - [2025-05-01 02:12:34] "GET /project/8a75d8f7-f691-452e-8f65-9d4a70338c51?fields=application_policy_sets HTTP/1.1" 200 1405 0.047789 10.0.0.141 - - [2025-05-01 02:12:34] "GET /project/602e94d5-bfea-4c8b-9d74-03add1ae4d92?fields=application_policy_sets HTTP/1.1" 200 1405 0.050250 10.0.0.141 - - [2025-05-01 02:12:34] "DELETE /access-control-list/981d7e59-de8d-4bf2-8317-eb1fbe0ced10 HTTP/1.1" 200 115 0.044839 10.0.0.141 - - [2025-05-01 02:12:34] "DELETE /access-control-list/18006a78-225e-481c-9625-d3a3bef2dd28 HTTP/1.1" 200 115 0.035534 10.0.0.141 - - [2025-05-01 02:12:34] "DELETE /access-control-list/dc1286be-dda6-419f-833f-8a976b9f586e HTTP/1.1" 200 115 0.052088 10.0.0.141 - - [2025-05-01 02:12:34] "DELETE /project/8a75d8f7-f691-452e-8f65-9d4a70338c51 HTTP/1.1" 200 115 0.459681 10.0.0.141 - - [2025-05-01 02:12:34] "DELETE /project/602e94d5-bfea-4c8b-9d74-03add1ae4d92 HTTP/1.1" 200 115 0.466260 10.0.0.141 - - [2025-05-01 02:12:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.141 - - [2025-05-01 02:12:35] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1833 0.003336 10.0.0.141 - - [2025-05-01 02:12:35] "GET /virtual-networks?parent_id=88cb5e2a-f915-4f33-9fa3-e5deca47373f&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003097 10.0.0.141 - - [2025-05-01 02:12:35] "GET /virtual-network/cfac0cca-2884-4cb8-96e1-80b2c0897935?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005488 10.0.0.141 - - [2025-05-01 02:12:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.141 - - [2025-05-01 02:12:37] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1833 0.003097 10.0.0.141 - - [2025-05-01 02:12:37] "PUT /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806 HTTP/1.1" 200 277 0.008986 10.0.0.141 - - [2025-05-01 02:12:37] "POST /neutron/network HTTP/1.1" 200 839 0.006429 10.0.0.141 - - [2025-05-01 02:12:37] "POST /neutron/network HTTP/1.1" 400 204 0.011701 10.0.0.141 - - [2025-05-01 02:12:37] "POST /neutron/port HTTP/1.1" 200 1083 0.020070 10.0.0.141 - - [2025-05-01 02:12:38] "POST /neutron/port HTTP/1.1" 200 1109 0.008899 10.0.0.141 - - [2025-05-01 02:12:38] "POST /neutron/port HTTP/1.1" 200 151 0.098601 10.0.0.141 - - [2025-05-01 02:12:39] "POST /neutron/network HTTP/1.1" 200 839 0.005903 10.0.0.141 - - [2025-05-01 02:12:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002732 10.0.0.141 - - [2025-05-01 02:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.141 - - [2025-05-01 02:12:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002276 10.0.0.141 - - [2025-05-01 02:12:39] "POST /neutron/network HTTP/1.1" 200 151 0.084321 10.0.0.141 - - [2025-05-01 02:12:39] "DELETE /route-target/0d7326b9-a676-4977-82a2-a13e2df565ef HTTP/1.1" 200 115 0.017087 10.0.0.141 - - [2025-05-01 02:12:40] "GET /global-vrouter-configs HTTP/1.1" 200 358 0.002836 10.0.0.141 - - [2025-05-01 02:12:40] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806 HTTP/1.1" 200 1831 0.003165 10.0.0.141 - - [2025-05-01 02:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002364 10.0.0.141 - - [2025-05-01 02:12:40] "GET /projects?obj_uuids=88cb5e2a-f915-4f33-9fa3-e5deca47373f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001101 10.0.0.141 - - [2025-05-01 02:12:40] "GET /project/88cb5e2a-f915-4f33-9fa3-e5deca47373f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.026173 10.0.0.141 - - [2025-05-01 02:12:40] "POST /neutron/network HTTP/1.1" 200 117 0.008808 10.0.0.141 - - [2025-05-01 02:12:40] "GET /projects?obj_uuids=88cb5e2a-f915-4f33-9fa3-e5deca47373f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001608 10.0.0.141 - - [2025-05-01 02:12:40] "POST /neutron/network HTTP/1.1" 200 605 0.069883 10.0.0.141 - - [2025-05-01 02:12:40] "POST /route-targets HTTP/1.1" 200 328 0.008851 10.0.0.141 - - [2025-05-01 02:12:40] "POST /ref-update HTTP/1.1" 200 156 0.014164 10.0.0.141 - - [2025-05-01 02:12:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003526 10.0.0.141 - - [2025-05-01 02:12:40] "POST /neutron/subnet HTTP/1.1" 200 719 0.139304 10.0.0.141 - - [2025-05-01 02:12:40] "POST /neutron/network HTTP/1.1" 200 823 0.005924 10.0.0.141 - - [2025-05-01 02:12:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.001491 10.0.0.141 - - [2025-05-01 02:12:40] "GET /virtual-network/031f5493-b37d-4db6-90e0-725b1d8b39a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005216 10.0.0.141 - - [2025-05-01 02:12:40] "POST /neutron/network HTTP/1.1" 200 823 0.006909 10.0.0.141 - - [2025-05-01 02:12:40] "GET /virtual-network/031f5493-b37d-4db6-90e0-725b1d8b39a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005897 10.0.0.141 - - [2025-05-01 02:12:40] "POST /neutron/network HTTP/1.1" 200 823 0.005645 10.0.0.141 - - [2025-05-01 02:12:40] "POST /neutron/subnet HTTP/1.1" 200 719 0.007275 10.0.0.141 - - [2025-05-01 02:12:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.001335 10.0.0.141 - - [2025-05-01 02:12:40] "POST /neutron/network HTTP/1.1" 200 833 0.005666 10.0.0.141 - - [2025-05-01 02:12:40] "GET /aaa-mode HTTP/1.1" 401 293 0.000428 10.0.0.141 - - [2025-05-01 02:12:41] "GET / HTTP/1.1" 200 36215 0.001912 10.0.0.141 - - [2025-05-01 02:12:41] "GET /project/88cb5e2a-f915-4f33-9fa3-e5deca47373f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000420 10.0.0.141 - - [2025-05-01 02:12:41] "GET /projects?obj_uuids=88cb5e2a-f915-4f33-9fa3-e5deca47373f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001445 10.0.0.141 - - [2025-05-01 02:12:41] "GET /project/88cb5e2a-f915-4f33-9fa3-e5deca47373f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.059237 10.0.0.141 - - [2025-05-01 02:12:41] "POST /neutron/network HTTP/1.1" 200 823 0.005980 10.0.0.141 - - [2025-05-01 02:12:41] "POST /neutron/port HTTP/1.1" 200 117 0.005027 10.0.0.141 - - [2025-05-01 02:12:41] "POST /neutron/port HTTP/1.1" 200 117 0.006336 10.0.0.141 - - [2025-05-01 02:12:41] "POST /neutron/port HTTP/1.1" 200 117 0.005905 10.0.0.141 - - [2025-05-01 02:12:42] "POST /neutron/network HTTP/1.1" 200 833 0.006118 10.0.0.141 - - [2025-05-01 02:12:42] "GET /obj-perms HTTP/1.1" 200 5075 0.051503 10.0.0.141 - - [2025-05-01 02:12:42] "GET /projects?obj_uuids=88cb5e2a-f915-4f33-9fa3-e5deca47373f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001282 10.0.0.141 - - [2025-05-01 02:12:42] "POST /neutron/port HTTP/1.1" 200 1059 0.252590 10.0.0.141 - - [2025-05-01 02:12:42] "POST /neutron/port HTTP/1.1" 200 1059 0.011619 10.0.0.141 - - [2025-05-01 02:12:42] "POST /neutron/port HTTP/1.1" 200 1059 0.008660 10.0.0.141 - - [2025-05-01 02:12:42] "POST /neutron/port HTTP/1.1" 200 1113 0.071026 10.0.0.141 - - [2025-05-01 02:12:42] "POST /neutron/port HTTP/1.1" 200 1087 0.015777 10.0.0.141 - - [2025-05-01 02:12:42] "GET /obj-perms HTTP/1.1" 200 5075 0.048528 10.0.0.141 - - [2025-05-01 02:12:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003363 10.0.0.141 - - [2025-05-01 02:12:42] "POST /neutron/subnet HTTP/1.1" 200 693 0.010739 10.0.0.141 - - [2025-05-01 02:12:42] "POST /neutron/port HTTP/1.1" 200 117 0.001238 10.0.0.141 - - [2025-05-01 02:12:42] "POST /neutron/network HTTP/1.1" 200 823 0.005860 10.0.0.141 - - [2025-05-01 02:12:46] "POST /neutron/port HTTP/1.1" 200 1087 0.015242 10.0.0.141 - - [2025-05-01 02:12:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006299 10.0.0.141 - - [2025-05-01 02:12:47] "POST /neutron/port HTTP/1.1" 200 1087 0.020084 10.0.0.141 - - [2025-05-01 02:12:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006770 10.0.0.141 - - [2025-05-01 02:12:47] "POST /neutron/port HTTP/1.1" 200 1087 0.015171 10.0.0.141 - - [2025-05-01 02:12:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005992 10.0.0.141 - - [2025-05-01 02:12:47] "GET /virtual-machine/1f4dc3b4-cf80-4012-8843-d19830192297 HTTP/1.1" 200 1293 0.004686 10.0.0.141 - - [2025-05-01 02:12:47] "GET /virtual-machine-interface/018449fb-0ac9-41e4-9e29-ed0a6158ab97 HTTP/1.1" 200 2946 0.005077 10.0.0.141 - - [2025-05-01 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002766 10.0.0.141 - - [2025-05-01 02:12:47] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002763 10.0.0.141 - - [2025-05-01 02:12:47] "GET /virtual-networks?parent_id=88cb5e2a-f915-4f33-9fa3-e5deca47373f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002852 10.0.0.141 - - [2025-05-01 02:12:47] "GET /virtual-network/031f5493-b37d-4db6-90e0-725b1d8b39a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005540 10.0.0.141 - - [2025-05-01 02:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.141 - - [2025-05-01 02:12:50] "GET /virtual-network/031f5493-b37d-4db6-90e0-725b1d8b39a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005692 10.0.0.141 - - [2025-05-01 02:12:51] "POST /neutron/port HTTP/1.1" 200 1087 0.015525 10.0.0.141 - - [2025-05-01 02:12:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005260 10.0.0.141 - - [2025-05-01 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.141 - - [2025-05-01 02:12:54] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003242 10.0.0.141 - - [2025-05-01 02:12:54] "GET /virtual-networks?parent_id=88cb5e2a-f915-4f33-9fa3-e5deca47373f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002921 10.0.0.141 - - [2025-05-01 02:12:54] "GET /virtual-network/031f5493-b37d-4db6-90e0-725b1d8b39a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005656 10.0.0.141 - - [2025-05-01 02:12:56] "POST /neutron/network HTTP/1.1" 200 823 0.006843 10.0.0.141 - - [2025-05-01 02:12:56] "POST /neutron/network HTTP/1.1" 400 204 0.010882 10.0.0.141 - - [2025-05-01 02:12:57] "POST /neutron/port HTTP/1.1" 200 1087 0.014414 10.0.0.141 - - [2025-05-01 02:12:57] "POST /neutron/port HTTP/1.1" 200 1113 0.008885 10.0.0.141 - - [2025-05-01 02:12:57] "POST /neutron/port HTTP/1.1" 200 151 0.099074 10.0.0.141 - - [2025-05-01 02:12:58] "POST /neutron/network HTTP/1.1" 200 823 0.006507 10.0.0.141 - - [2025-05-01 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.141 - - [2025-05-01 02:12:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003598 10.0.0.141 - - [2025-05-01 02:12:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002166 10.0.0.141 - - [2025-05-01 02:12:58] "POST /neutron/network HTTP/1.1" 200 151 0.085065 10.0.0.141 - - [2025-05-01 02:12:58] "DELETE /route-target/3add19e9-85a7-46df-8fbf-b5c9814c1992 HTTP/1.1" 200 115 0.017678 10.0.0.141 - - [2025-05-01 02:12:59] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 765 0.002841 10.0.0.141 - - [2025-05-01 02:12:59] "POST /network-ipams HTTP/1.1" 200 543 0.015608 10.0.0.141 - - [2025-05-01 02:12:59] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 985 0.002802 10.0.0.141 - - [2025-05-01 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.141 - - [2025-05-01 02:12:59] "GET /network-ipam/c23d3eb8-6465-4ec3-8175-a4a435b5439e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.004751 10.0.0.141 - - [2025-05-01 02:12:59] "PUT /network-ipam/c23d3eb8-6465-4ec3-8175-a4a435b5439e HTTP/1.1" 200 259 0.010204 10.0.0.141 - - [2025-05-01 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.141 - - [2025-05-01 02:12:59] "GET /projects?obj_uuids=88cb5e2a-f915-4f33-9fa3-e5deca47373f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001204 10.0.0.141 - - [2025-05-01 02:12:59] "GET /project/88cb5e2a-f915-4f33-9fa3-e5deca47373f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.036986 10.0.0.141 - - [2025-05-01 02:12:59] "POST /neutron/network HTTP/1.1" 200 117 0.007307 10.0.0.141 - - [2025-05-01 02:12:59] "GET /projects?obj_uuids=88cb5e2a-f915-4f33-9fa3-e5deca47373f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001212 10.0.0.141 - - [2025-05-01 02:12:59] "POST /neutron/network HTTP/1.1" 200 605 0.065429 10.0.0.141 - - [2025-05-01 02:12:59] "POST /route-targets HTTP/1.1" 200 328 0.011520 10.0.0.141 - - [2025-05-01 02:12:59] "POST /ref-update HTTP/1.1" 200 156 0.012933 10.0.0.141 - - [2025-05-01 02:13:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002836 10.0.0.141 - - [2025-05-01 02:13:00] "POST /neutron/subnet HTTP/1.1" 200 699 0.226017 10.0.0.141 - - [2025-05-01 02:13:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003111 10.0.0.141 - - [2025-05-01 02:13:00] "POST /neutron/subnet HTTP/1.1" 200 699 0.187672 10.0.0.141 - - [2025-05-01 02:13:00] "POST /neutron/network HTTP/1.1" 200 994 0.007003 10.0.0.141 - - [2025-05-01 02:13:00] "POST /id-to-fqname HTTP/1.1" 200 220 0.001231 10.0.0.141 - - [2025-05-01 02:13:00] "GET /virtual-network/2d4e43ab-ac61-44f0-8a6d-c0d6d566b43c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004887 10.0.0.141 - - [2025-05-01 02:13:00] "POST /neutron/network HTTP/1.1" 200 994 0.007966 10.0.0.141 - - [2025-05-01 02:13:00] "GET /virtual-network/2d4e43ab-ac61-44f0-8a6d-c0d6d566b43c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005093 10.0.0.141 - - [2025-05-01 02:13:00] "POST /neutron/network HTTP/1.1" 200 994 0.007211 10.0.0.141 - - [2025-05-01 02:13:00] "POST /neutron/subnet HTTP/1.1" 200 699 0.007677 10.0.0.141 - - [2025-05-01 02:13:00] "POST /neutron/subnet HTTP/1.1" 200 699 0.007279 10.0.0.141 - - [2025-05-01 02:13:00] "POST /neutron/network HTTP/1.1" 200 994 0.007593 10.0.0.141 - - [2025-05-01 02:13:00] "POST /neutron/subnet HTTP/1.1" 200 699 0.007200 10.0.0.141 - - [2025-05-01 02:13:00] "POST /neutron/subnet HTTP/1.1" 200 699 0.007216 10.0.0.141 - - [2025-05-01 02:13:00] "GET /projects?obj_uuids=88cb5e2a-f915-4f33-9fa3-e5deca47373f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001215 10.0.0.141 - - [2025-05-01 02:13:00] "POST /neutron/port HTTP/1.1" 200 1017 0.181956 10.0.0.141 - - [2025-05-01 02:13:00] "GET /projects?obj_uuids=88cb5e2a-f915-4f33-9fa3-e5deca47373f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001471 10.0.0.141 - - [2025-05-01 02:13:00] "POST /neutron/port HTTP/1.1" 200 1017 0.194659 10.0.0.141 - - [2025-05-01 02:13:00] "POST /id-to-fqname HTTP/1.1" 200 220 0.002328 10.0.0.141 - - [2025-05-01 02:13:01] "POST /neutron/port HTTP/1.1" 200 1017 0.008349 10.0.0.141 - - [2025-05-01 02:13:01] "POST /neutron/port HTTP/1.1" 200 1017 0.007878 10.0.0.141 - - [2025-05-01 02:13:01] "POST /neutron/network HTTP/1.1" 200 994 0.007666 10.0.0.141 - - [2025-05-01 02:13:01] "POST /neutron/port HTTP/1.1" 200 1017 0.007352 10.0.0.141 - - [2025-05-01 02:13:01] "POST /neutron/port HTTP/1.1" 200 117 0.005042 10.0.0.141 - - [2025-05-01 02:13:01] "POST /neutron/port HTTP/1.1" 200 117 0.005435 10.0.0.141 - - [2025-05-01 02:13:01] "POST /id-to-fqname HTTP/1.1" 200 220 0.001861 10.0.0.141 - - [2025-05-01 02:13:01] "POST /neutron/port HTTP/1.1" 200 117 0.006239 10.0.0.141 - - [2025-05-01 02:13:01] "POST /neutron/port HTTP/1.1" 200 1017 0.008336 10.0.0.141 - - [2025-05-01 02:13:01] "POST /neutron/port HTTP/1.1" 200 1017 0.007253 10.0.0.141 - - [2025-05-01 02:13:01] "POST /neutron/network HTTP/1.1" 200 994 0.007013 10.0.0.141 - - [2025-05-01 02:13:01] "POST /neutron/port HTTP/1.1" 200 1017 0.007437 10.0.0.141 - - [2025-05-01 02:13:01] "POST /neutron/port HTTP/1.1" 200 1017 0.007421 10.0.0.141 - - [2025-05-01 02:13:01] "POST /neutron/port HTTP/1.1" 200 1017 0.009130 10.0.0.141 - - [2025-05-01 02:13:01] "POST /neutron/port HTTP/1.1" 200 117 0.006857 10.0.0.141 - - [2025-05-01 02:13:01] "POST /neutron/port HTTP/1.1" 200 117 0.005218 10.0.0.141 - - [2025-05-01 02:13:01] "POST /id-to-fqname HTTP/1.1" 200 220 0.001440 10.0.0.141 - - [2025-05-01 02:13:01] "POST /neutron/port HTTP/1.1" 200 117 0.007406 10.0.0.141 - - [2025-05-01 02:13:01] "POST /neutron/network HTTP/1.1" 200 1004 0.007612 10.0.0.141 - - [2025-05-01 02:13:01] "GET /aaa-mode HTTP/1.1" 401 293 0.000524 10.0.0.141 - - [2025-05-01 02:13:02] "POST /neutron/port HTTP/1.1" 200 1017 0.009097 10.0.0.141 - - [2025-05-01 02:13:02] "GET / HTTP/1.1" 200 36215 0.001910 10.0.0.141 - - [2025-05-01 02:13:02] "POST /neutron/network HTTP/1.1" 200 1004 0.009507 10.0.0.141 - - [2025-05-01 02:13:02] "GET /project/88cb5e2a-f915-4f33-9fa3-e5deca47373f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000387 10.0.0.141 - - [2025-05-01 02:13:02] "POST /neutron/port HTTP/1.1" 200 1017 0.007758 10.0.0.141 - - [2025-05-01 02:13:02] "POST /neutron/port HTTP/1.1" 200 1017 0.011330 10.0.0.141 - - [2025-05-01 02:13:02] "POST /neutron/network HTTP/1.1" 200 1004 0.009438 10.0.0.141 - - [2025-05-01 02:13:02] "POST /neutron/port HTTP/1.1" 200 1017 0.007108 10.0.0.141 - - [2025-05-01 02:13:02] "POST /neutron/port HTTP/1.1" 200 1017 0.012311 10.0.0.141 - - [2025-05-01 02:13:02] "POST /neutron/port HTTP/1.1" 200 1017 0.013160 10.0.0.141 - - [2025-05-01 02:13:02] "POST /neutron/port HTTP/1.1" 200 1109 0.133325 10.0.0.141 - - [2025-05-01 02:13:02] "POST /neutron/port HTTP/1.1" 200 1109 0.118298 10.0.0.141 - - [2025-05-01 02:13:02] "POST /neutron/port HTTP/1.1" 200 1083 0.020238 10.0.0.141 - - [2025-05-01 02:13:02] "POST /neutron/port HTTP/1.1" 200 1083 0.018089 10.0.0.141 - - [2025-05-01 02:13:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003867 10.0.0.141 - - [2025-05-01 02:13:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003611 10.0.0.141 - - [2025-05-01 02:13:02] "POST /neutron/subnet HTTP/1.1" 200 673 0.017038 10.0.0.141 - - [2025-05-01 02:13:02] "POST /neutron/subnet HTTP/1.1" 200 673 0.015995 10.0.0.141 - - [2025-05-01 02:13:02] "POST /neutron/port HTTP/1.1" 200 117 0.001683 10.0.0.141 - - [2025-05-01 02:13:02] "POST /neutron/port HTTP/1.1" 200 117 0.001287 10.0.0.141 - - [2025-05-01 02:13:02] "POST /neutron/network HTTP/1.1" 200 994 0.008288 10.0.0.141 - - [2025-05-01 02:13:02] "POST /neutron/network HTTP/1.1" 200 994 0.007145 10.0.0.141 - - [2025-05-01 02:13:02] "GET /projects?obj_uuids=88cb5e2a-f915-4f33-9fa3-e5deca47373f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001204 10.0.0.141 - - [2025-05-01 02:13:02] "GET /project/88cb5e2a-f915-4f33-9fa3-e5deca47373f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.054790 10.0.0.141 - - [2025-05-01 02:13:02] "POST /neutron/network HTTP/1.1" 200 994 0.007492 10.0.0.141 - - [2025-05-01 02:13:02] "POST /neutron/port HTTP/1.1" 200 2050 0.027523 10.0.0.141 - - [2025-05-01 02:13:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011356 10.0.0.141 - - [2025-05-01 02:13:02] "POST /neutron/port HTTP/1.1" 200 117 0.007781 10.0.0.141 - - [2025-05-01 02:13:03] "GET /domains HTTP/1.1" 200 281 0.002773 10.0.0.141 - - [2025-05-01 02:13:03] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001136 10.0.0.141 - - [2025-05-01 02:13:03] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6 HTTP/1.1" 200 2583 0.008839 10.0.0.141 - - [2025-05-01 02:13:03] "GET /projects?obj_uuids=88cb5e2a-f915-4f33-9fa3-e5deca47373f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001688 10.0.0.141 - - [2025-05-01 02:13:03] "GET /project/88cb5e2a-f915-4f33-9fa3-e5deca47373f HTTP/1.1" 200 2850 0.099354 10.0.0.141 - - [2025-05-01 02:13:03] "GET /network-ipam/c23d3eb8-6465-4ec3-8175-a4a435b5439e HTTP/1.1" 200 2603 0.005469 10.0.0.141 - - [2025-05-01 02:13:03] "GET /domains HTTP/1.1" 200 281 0.002981 10.0.0.141 - - [2025-05-01 02:13:03] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001290 10.0.0.141 - - [2025-05-01 02:13:03] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6 HTTP/1.1" 200 2583 0.007940 10.0.0.141 - - [2025-05-01 02:13:03] "GET /projects?obj_uuids=88cb5e2a-f915-4f33-9fa3-e5deca47373f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001424 10.0.0.141 - - [2025-05-01 02:13:03] "GET /project/88cb5e2a-f915-4f33-9fa3-e5deca47373f HTTP/1.1" 200 2850 0.087568 10.0.0.141 - - [2025-05-01 02:13:03] "GET /virtual-network/2d4e43ab-ac61-44f0-8a6d-c0d6d566b43c HTTP/1.1" 200 3785 0.007885 10.0.0.141 - - [2025-05-01 02:13:03] "GET /virtual-network/2d4e43ab-ac61-44f0-8a6d-c0d6d566b43c HTTP/1.1" 200 3785 0.005815 10.0.0.141 - - [2025-05-01 02:13:03] "GET /routing-instance/e7709651-220c-46f3-af15-8dc64314d561 HTTP/1.1" 200 2386 0.007336 10.0.0.141 - - [2025-05-01 02:13:03] "GET /routing-instance/e7709651-220c-46f3-af15-8dc64314d561 HTTP/1.1" 200 2386 0.004856 10.0.0.141 - - [2025-05-01 02:13:03] "GET /route-target/43cb9583-3aa0-4938-8fbb-780293463cd5 HTTP/1.1" 200 1206 0.005726 10.0.0.141 - - [2025-05-01 02:13:03] "GET /virtual-network/2d4e43ab-ac61-44f0-8a6d-c0d6d566b43c HTTP/1.1" 200 3785 0.007075 10.0.0.141 - - [2025-05-01 02:13:03] "GET /routing-instance/e7709651-220c-46f3-af15-8dc64314d561 HTTP/1.1" 200 2386 0.004437 10.0.0.141 - - [2025-05-01 02:13:03] "GET /virtual-network/2d4e43ab-ac61-44f0-8a6d-c0d6d566b43c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005860 10.0.0.141 - - [2025-05-01 02:13:03] "GET /virtual-network/2d4e43ab-ac61-44f0-8a6d-c0d6d566b43c HTTP/1.1" 200 3785 0.005452 10.0.0.141 - - [2025-05-01 02:13:03] "GET /routing-instance/e7709651-220c-46f3-af15-8dc64314d561 HTTP/1.1" 200 2386 0.004441 10.0.0.141 - - [2025-05-01 02:13:03] "POST /neutron/network HTTP/1.1" 200 1004 0.016026 10.0.0.141 - - [2025-05-01 02:13:03] "GET /routing-instance/e7709651-220c-46f3-af15-8dc64314d561 HTTP/1.1" 200 2386 0.004182 10.0.0.141 - - [2025-05-01 02:13:03] "GET /route-target/43cb9583-3aa0-4938-8fbb-780293463cd5 HTTP/1.1" 200 1206 0.007638 10.0.0.141 - - [2025-05-01 02:13:03] "GET /projects?obj_uuids=88cb5e2a-f915-4f33-9fa3-e5deca47373f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003487 10.0.0.141 - - [2025-05-01 02:13:03] "GET /domains HTTP/1.1" 200 281 0.004667 10.0.0.141 - - [2025-05-01 02:13:03] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002124 10.0.0.141 - - [2025-05-01 02:13:03] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6 HTTP/1.1" 200 2583 0.026051 10.0.0.141 - - [2025-05-01 02:13:03] "GET /projects?obj_uuids=88cb5e2a-f915-4f33-9fa3-e5deca47373f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001437 10.0.0.141 - - [2025-05-01 02:13:03] "GET /project/88cb5e2a-f915-4f33-9fa3-e5deca47373f HTTP/1.1" 200 3095 0.162891 10.0.0.141 - - [2025-05-01 02:13:03] "GET /virtual-network/2d4e43ab-ac61-44f0-8a6d-c0d6d566b43c HTTP/1.1" 200 4044 0.014193 10.0.0.141 - - [2025-05-01 02:13:03] "POST /neutron/port HTTP/1.1" 200 1055 0.345191 10.0.0.141 - - [2025-05-01 02:13:03] "POST /neutron/port HTTP/1.1" 200 1055 0.019138 10.0.0.141 - - [2025-05-01 02:13:03] "POST /neutron/port HTTP/1.1" 200 1055 0.023189 10.0.0.141 - - [2025-05-01 02:13:03] "POST /neutron/port HTTP/1.1" 200 1109 0.162493 10.0.0.141 - - [2025-05-01 02:13:04] "POST /neutron/port HTTP/1.1" 200 1083 0.020144 10.0.0.141 - - [2025-05-01 02:13:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007195 10.0.0.141 - - [2025-05-01 02:13:04] "GET /obj-perms HTTP/1.1" 200 5049 0.067955 10.0.0.141 - - [2025-05-01 02:13:04] "POST /neutron/subnet HTTP/1.1" 200 673 0.017005 10.0.0.141 - - [2025-05-01 02:13:04] "POST /neutron/port HTTP/1.1" 200 117 0.001159 10.0.0.141 - - [2025-05-01 02:13:04] "POST /neutron/port HTTP/1.1" 200 1083 0.028465 10.0.0.141 - - [2025-05-01 02:13:04] "POST /neutron/network HTTP/1.1" 200 994 0.010432 10.0.0.141 - - [2025-05-01 02:13:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009005 10.0.0.141 - - [2025-05-01 02:13:04] "POST /neutron/port HTTP/1.1" 200 1083 0.019373 10.0.0.141 - - [2025-05-01 02:13:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010828 10.0.0.141 - - [2025-05-01 02:13:04] "POST /neutron/port HTTP/1.1" 200 1083 0.024905 10.0.0.141 - - [2025-05-01 02:13:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009934 10.0.0.141 - - [2025-05-01 02:13:04] "GET /virtual-machine/b7fdf449-7380-4a69-a69f-3f60bdb5c5e5 HTTP/1.1" 200 1291 0.016211 10.0.0.141 - - [2025-05-01 02:13:04] "GET /virtual-machine-interface/fe426aba-4b60-4e9c-8710-f3a81ab9ffcf HTTP/1.1" 200 2947 0.005290 10.0.0.141 - - [2025-05-01 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.141 - - [2025-05-01 02:13:04] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.005533 10.0.0.141 - - [2025-05-01 02:13:04] "GET /virtual-networks?parent_id=88cb5e2a-f915-4f33-9fa3-e5deca47373f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004024 10.0.0.141 - - [2025-05-01 02:13:04] "GET /virtual-network/2d4e43ab-ac61-44f0-8a6d-c0d6d566b43c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.009092 10.0.0.141 - - [2025-05-01 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.141 - - [2025-05-01 02:13:07] "GET /virtual-network/2d4e43ab-ac61-44f0-8a6d-c0d6d566b43c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005617 10.0.0.141 - - [2025-05-01 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.141 - - [2025-05-01 02:13:11] "GET /virtual-network/2d4e43ab-ac61-44f0-8a6d-c0d6d566b43c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006424 10.0.0.141 - - [2025-05-01 02:13:12] "POST /neutron/port HTTP/1.1" 200 1083 0.040734 10.0.0.141 - - [2025-05-01 02:13:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005412 10.0.0.141 - - [2025-05-01 02:13:12] "POST /neutron/port HTTP/1.1" 200 1083 0.015080 10.0.0.141 - - [2025-05-01 02:13:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005977 10.0.0.141 - - [2025-05-01 02:13:13] "POST /neutron/port HTTP/1.1" 200 1083 0.016328 10.0.0.141 - - [2025-05-01 02:13:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006709 10.0.0.141 - - [2025-05-01 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.141 - - [2025-05-01 02:13:14] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003999 10.0.0.141 - - [2025-05-01 02:13:14] "GET /virtual-networks?parent_id=88cb5e2a-f915-4f33-9fa3-e5deca47373f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003419 10.0.0.141 - - [2025-05-01 02:13:14] "GET /virtual-network/2d4e43ab-ac61-44f0-8a6d-c0d6d566b43c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007140 10.0.0.141 - - [2025-05-01 02:13:14] "POST /neutron/port HTTP/1.1" 200 1083 0.028990 10.0.0.141 - - [2025-05-01 02:13:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010544 10.0.0.141 - - [2025-05-01 02:13:14] "POST /neutron/port HTTP/1.1" 200 1083 0.027344 10.0.0.141 - - [2025-05-01 02:13:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006989 10.0.0.141 - - [2025-05-01 02:13:14] "POST /neutron/port HTTP/1.1" 200 1083 0.019091 10.0.0.141 - - [2025-05-01 02:13:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008513 10.0.0.141 - - [2025-05-01 02:13:14] "GET /virtual-machine/53c1880d-975a-45f4-abc5-f8254428709c HTTP/1.1" 200 1290 0.006317 10.0.0.141 - - [2025-05-01 02:13:14] "GET /virtual-machine-interface/901add9d-e38f-4731-bd19-3f6e7602a18c HTTP/1.1" 200 2948 0.007497 10.0.0.141 - - [2025-05-01 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.141 - - [2025-05-01 02:13:14] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004263 10.0.0.141 - - [2025-05-01 02:13:14] "GET /virtual-networks?parent_id=88cb5e2a-f915-4f33-9fa3-e5deca47373f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003438 10.0.0.141 - - [2025-05-01 02:13:14] "GET /virtual-network/2d4e43ab-ac61-44f0-8a6d-c0d6d566b43c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005634 10.0.0.141 - - [2025-05-01 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004375 10.0.0.141 - - [2025-05-01 02:13:15] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004761 10.0.0.141 - - [2025-05-01 02:13:15] "GET /virtual-networks?parent_id=88cb5e2a-f915-4f33-9fa3-e5deca47373f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003106 10.0.0.141 - - [2025-05-01 02:13:16] "GET /virtual-network/2d4e43ab-ac61-44f0-8a6d-c0d6d566b43c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006162 10.0.0.141 - - [2025-05-01 02:13:16] "POST /neutron/port HTTP/1.1" 200 1083 0.016221 10.0.0.141 - - [2025-05-01 02:13:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006644 10.0.0.141 - - [2025-05-01 02:13:16] "POST /neutron/port HTTP/1.1" 200 1083 0.015115 10.0.0.141 - - [2025-05-01 02:13:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006402 10.0.0.141 - - [2025-05-01 02:13:16] "POST /neutron/port HTTP/1.1" 200 1083 0.015538 10.0.0.141 - - [2025-05-01 02:13:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006139 10.0.0.141 - - [2025-05-01 02:13:16] "GET /virtual-machine/53d34d4e-3504-4e5c-8eae-cf9b648c94b8 HTTP/1.1" 200 1294 0.006133 10.0.0.141 - - [2025-05-01 02:13:16] "GET /virtual-machine-interface/190f19f6-79c9-440e-a850-557c271ae330 HTTP/1.1" 200 2947 0.007305 10.0.0.141 - - [2025-05-01 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.141 - - [2025-05-01 02:13:16] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002907 10.0.0.141 - - [2025-05-01 02:13:16] "GET /virtual-networks?parent_id=88cb5e2a-f915-4f33-9fa3-e5deca47373f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002948 10.0.0.141 - - [2025-05-01 02:13:16] "GET /virtual-network/2d4e43ab-ac61-44f0-8a6d-c0d6d566b43c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005715 10.0.0.141 - - [2025-05-01 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.141 - - [2025-05-01 02:13:17] "GET /global-vrouter-config/f0978789-c6ea-4780-a451-939400c29806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003543 10.0.0.141 - - [2025-05-01 02:13:17] "GET /virtual-networks?parent_id=88cb5e2a-f915-4f33-9fa3-e5deca47373f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002948 10.0.0.141 - - [2025-05-01 02:13:17] "GET /virtual-network/2d4e43ab-ac61-44f0-8a6d-c0d6d566b43c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005515 10.0.0.141 - - [2025-05-01 02:13:33] "POST /neutron/port HTTP/1.1" 200 1109 0.011781 10.0.0.141 - - [2025-05-01 02:13:33] "POST /neutron/port HTTP/1.1" 200 1109 0.009567 10.0.0.141 - - [2025-05-01 02:13:34] "POST /neutron/port HTTP/1.1" 200 151 0.107173 10.0.0.141 - - [2025-05-01 02:13:34] "POST /neutron/port HTTP/1.1" 200 1109 0.012994 10.0.0.141 - - [2025-05-01 02:13:34] "POST /neutron/port HTTP/1.1" 200 1109 0.017468 10.0.0.141 - - [2025-05-01 02:13:34] "POST /neutron/port HTTP/1.1" 200 151 0.137312 10.0.0.141 - - [2025-05-01 02:13:34] "POST /neutron/network HTTP/1.1" 200 994 0.008343 10.0.0.141 - - [2025-05-01 02:13:34] "POST /neutron/port HTTP/1.1" 200 1083 0.022168 10.0.0.141 - - [2025-05-01 02:13:34] "POST /neutron/network HTTP/1.1" 400 204 0.011058 10.0.0.141 - - [2025-05-01 02:13:34] "POST /neutron/port HTTP/1.1" 200 1109 0.008503 10.0.0.141 - - [2025-05-01 02:13:34] "POST /neutron/port HTTP/1.1" 200 151 0.101923 10.0.0.141 - - [2025-05-01 02:13:36] "POST /neutron/network HTTP/1.1" 200 994 0.009165 10.0.0.141 - - [2025-05-01 02:13:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.008476 10.0.0.141 - - [2025-05-01 02:13:36] "POST /useragent-kv HTTP/1.1" 200 115 0.006109 10.0.0.141 - - [2025-05-01 02:13:36] "POST /useragent-kv HTTP/1.1" 200 115 0.004946 10.0.0.141 - - [2025-05-01 02:13:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003258 10.0.0.141 - - [2025-05-01 02:13:36] "POST /useragent-kv HTTP/1.1" 200 115 0.005475 10.0.0.141 - - [2025-05-01 02:13:36] "DELETE /route-target/43cb9583-3aa0-4938-8fbb-780293463cd5 HTTP/1.1" 200 115 0.049793 10.0.0.141 - - [2025-05-01 02:13:36] "POST /neutron/network HTTP/1.1" 200 151 0.174420 10.0.0.141 - - [2025-05-01 02:13:36] "GET /routing-instance/e7709651-220c-46f3-af15-8dc64314d561 HTTP/1.1" 404 171 0.004223 10.0.0.141 - - [2025-05-01 02:13:36] "GET /domains HTTP/1.1" 200 281 0.003285 10.0.0.141 - - [2025-05-01 02:13:36] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001213 10.0.0.141 - - [2025-05-01 02:13:36] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6 HTTP/1.1" 200 2583 0.052845 10.0.0.141 - - [2025-05-01 02:13:36] "GET /projects?obj_uuids=88cb5e2a-f915-4f33-9fa3-e5deca47373f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001173 10.0.0.141 - - [2025-05-01 02:13:36] "GET /project/88cb5e2a-f915-4f33-9fa3-e5deca47373f HTTP/1.1" 200 2090 0.080722 10.0.0.141 - - [2025-05-01 02:13:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002794 10.0.0.141 - - [2025-05-01 02:13:36] "DELETE /network-ipam/c23d3eb8-6465-4ec3-8175-a4a435b5439e HTTP/1.1" 200 115 0.029397 10.0.0.141 - - [2025-05-01 02:13:36] "POST /fqname-to-id HTTP/1.1" 404 211 0.002290 10.0.0.141 - - [2025-05-01 02:13:37] "GET /projects?obj_uuids=88cb5e2a-f915-4f33-9fa3-e5deca47373f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001186 10.0.0.141 - - [2025-05-01 02:13:37] "GET /project/88cb5e2a-f915-4f33-9fa3-e5deca47373f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.040091 10.0.0.141 - - [2025-05-01 02:13:37] "GET /projects?obj_uuids=88cb5e2a-f915-4f33-9fa3-e5deca47373f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001599 10.0.0.141 - - [2025-05-01 02:13:37] "GET /project/88cb5e2a-f915-4f33-9fa3-e5deca47373f?fields=virtual_networks HTTP/1.1" 200 1033 0.037117 10.0.0.141 - - [2025-05-01 02:13:37] "GET /projects?obj_uuids=88cb5e2a-f915-4f33-9fa3-e5deca47373f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001212 10.0.0.141 - - [2025-05-01 02:13:37] "GET /project/88cb5e2a-f915-4f33-9fa3-e5deca47373f?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.032297 10.0.0.141 - - [2025-05-01 02:13:37] "GET /projects?obj_uuids=88cb5e2a-f915-4f33-9fa3-e5deca47373f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001260 10.0.0.141 - - [2025-05-01 02:13:37] "GET /project/88cb5e2a-f915-4f33-9fa3-e5deca47373f?fields=security_groups HTTP/1.1" 200 1260 0.032734 10.0.0.141 - - [2025-05-01 02:13:39] "POST /neutron/port HTTP/1.1" 200 117 0.004962 10.0.0.141 - - [2025-05-01 02:13:39] "POST /neutron/port HTTP/1.1" 400 205 0.003264 10.0.0.141 - - [2025-05-01 02:13:39] "POST /neutron/port HTTP/1.1" 200 117 0.005268 10.0.0.141 - - [2025-05-01 02:13:39] "POST /neutron/port HTTP/1.1" 400 205 0.003296 10.0.0.141 - - [2025-05-01 02:13:43] "GET /obj-perms HTTP/1.1" 200 5075 0.049815 10.0.0.141 - - [2025-05-01 02:13:43] "GET /obj-perms HTTP/1.1" 200 5075 0.045072 10.0.0.141 - - [2025-05-01 02:13:45] "GET / HTTP/1.1" 200 36215 0.001979 10.0.0.141 - - [2025-05-01 02:13:45] "GET /project/a0407c79-7a36-4e4b-a58c-cca1aa98572d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000511 10.0.0.141 - - [2025-05-01 02:13:46] "GET /projects?obj_uuids=a0407c79-7a36-4e4b-a58c-cca1aa98572d&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001204 10.0.0.141 - - [2025-05-01 02:13:46] "GET /project/a0407c79-7a36-4e4b-a58c-cca1aa98572d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.052054 [Introspect:8084]10.0.0.141 - - [2025-05-01 02:13:46] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001178 10.0.0.141 - - [2025-05-01 02:13:47] "POST /fqname-to-id HTTP/1.1" 404 184 0.024282 10.0.0.141 - - [2025-05-01 02:13:47] "GET /projects?obj_uuids=76a55a05-0fae-41a7-9127-3616bc6fbf5b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002821 10.0.0.141 - - [2025-05-01 02:13:47] "GET /domains?obj_uuids=507f9caa-8a6d-4a9a-a03f-ef00d4376cc6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001195 10.0.0.141 - - [2025-05-01 02:13:47] "GET /domain/507f9caa-8a6d-4a9a-a03f-ef00d4376cc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009615 10.0.0.141 - - [2025-05-01 02:13:47] "POST /id-to-fqname HTTP/1.1" 200 186 0.001327 10.0.0.141 - - [2025-05-01 02:13:47] "POST /fqname-to-id HTTP/1.1" 404 195 0.004036 10.0.0.141 - - [2025-05-01 02:13:47] "POST /security-groups HTTP/1.1" 200 587 0.063375 10.0.0.141 - - [2025-05-01 02:13:47] "POST /fqname-to-id HTTP/1.1" 404 230 0.007056 10.0.0.141 - - [2025-05-01 02:13:47] "POST /projects HTTP/1.1" 200 577 0.220051 10.0.0.141 - - [2025-05-01 02:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.293034 10.0.0.141 - - [2025-05-01 02:13:47] "POST /access-control-lists HTTP/1.1" 200 594 0.060055 10.0.0.141 - - [2025-05-01 02:13:47] "POST /fqname-to-id HTTP/1.1" 404 229 0.002803 10.0.0.141 - - [2025-05-01 02:13:47] "GET /project/76a55a05-0fae-41a7-9127-3616bc6fbf5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.423981 10.0.0.141 - - [2025-05-01 02:13:47] "POST /access-control-lists HTTP/1.1" 200 592 0.063852 10.0.0.141 - - [2025-05-01 02:13:48] "GET / HTTP/1.1" 200 36215 0.002272 10.0.0.141 - - [2025-05-01 02:13:49] "GET /projects?obj_uuids=76a55a05-0fae-41a7-9127-3616bc6fbf5b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001179 10.0.0.141 - - [2025-05-01 02:13:49] "GET /project/76a55a05-0fae-41a7-9127-3616bc6fbf5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.029709 10.0.0.141 - - [2025-05-01 02:13:49] "GET /projects?obj_uuids=76a55a05-0fae-41a7-9127-3616bc6fbf5b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001093 10.0.0.141 - - [2025-05-01 02:13:49] "GET /project/76a55a05-0fae-41a7-9127-3616bc6fbf5b?fields=virtual_networks HTTP/1.1" 200 1025 0.068505 10.0.0.141 - - [2025-05-01 02:13:49] "GET /projects?obj_uuids=76a55a05-0fae-41a7-9127-3616bc6fbf5b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001202 10.0.0.141 - - [2025-05-01 02:13:49] "GET /project/76a55a05-0fae-41a7-9127-3616bc6fbf5b?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.031913 10.0.0.141 - - [2025-05-01 02:13:49] "GET /projects?obj_uuids=76a55a05-0fae-41a7-9127-3616bc6fbf5b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001749 10.0.0.141 - - [2025-05-01 02:13:49] "GET /project/76a55a05-0fae-41a7-9127-3616bc6fbf5b?fields=security_groups HTTP/1.1" 200 1248 0.027194 [Introspect:8084]10.0.0.141 - - [2025-05-01 02:14:32] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001267 [Introspect:8084]10.0.0.141 - - [2025-05-01 02:14:32] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001449 10.0.0.141 - - [2025-05-01 02:14:34] "DELETE /project/76a55a050fae41a791273616bc6fbf5b HTTP/1.1" 404 173 0.010464 10.0.0.141 - - [2025-05-01 02:14:34] "GET /projects?obj_uuids=88cb5e2a-f915-4f33-9fa3-e5deca47373f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001086