++ 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: =================== Mon Apr 28 01:58:39 UTC 2025 ===================' INFO: =================== Mon Apr 28 01:58:39 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 ' +++ ip addr show dev ens3 +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.19 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.19 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.19 ++ ANALYTICSDB_NODES=10.0.0.19 ++ ANALYTICS_SNMP_NODES=10.0.0.19 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8081 ' +++ '[' -n '10.0.0.19:8081 ' ']' +++ echo 10.0.0.19:8081 ++ ANALYTICS_SERVERS=10.0.0.19: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9042 ' +++ '[' -n '10.0.0.19:9042 ' ']' +++ echo 10.0.0.19:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.19:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.19 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8086 ' +++ '[' -n '10.0.0.19:8086 ' ']' +++ echo 10.0.0.19:8086 ++ COLLECTOR_SERVERS=10.0.0.19: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.19 ++ CONFIGDB_NODES=10.0.0.19 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8082 ' +++ '[' -n '10.0.0.19:8082 ' ']' +++ echo 10.0.0.19:8082 ++ CONFIG_SERVERS=10.0.0.19: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9161 ' +++ '[' -n '10.0.0.19:9161 ' ']' +++ echo 10.0.0.19:9161 ++ CONFIGDB_SERVERS=10.0.0.19: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9041 ' +++ '[' -n '10.0.0.19:9041 ' ']' +++ echo 10.0.0.19:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.19: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.17 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.17 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.19 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:2181, +++ '[' -n 10.0.0.19:2181, ']' +++ echo 10.0.0.19:2181 ++ ZOOKEEPER_SERVERS=10.0.0.19: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:2181 ' +++ '[' -n '10.0.0.19:2181 ' ']' +++ echo 10.0.0.19:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.19:2181 ++ RABBITMQ_NODES=10.0.0.19 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:5673, +++ '[' -n 10.0.0.19:5673, ']' +++ echo 10.0.0.19:5673 ++ RABBITMQ_SERVERS=10.0.0.19: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:6379 ' +++ '[' -n '10.0.0.19:6379 ' ']' +++ echo 10.0.0.19:6379 ++ REDIS_SERVERS=10.0.0.19: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.19 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9092 ' +++ '[' -n '10.0.0.19:9092 ' ']' +++ echo 10.0.0.19:9092 ++ KAFKA_SERVERS=10.0.0.19: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.19 ++ 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.19 ++ 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.19 ++ 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.19 ++ cut -d , -f 1 + local cassandra=10.0.0.19 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.19 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.19 +++ local servers=10.0.0.19 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ 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.19,10.20.0.17,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.19'\''))' +++ local server_ip=10.0.0.19 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.19 ]] +++ [[ ,10.0.0.19,10.20.0.17,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.19, ]] +++ echo 10.0.0.19 1 +++ return ++ local ip=10.0.0.19 ++ [[ -z 10.0.0.19 ]] ++ echo 10.0.0.19 + host_ip=10.0.0.19 + [[ cql == \c\q\l ]] ++ echo 10.0.0.19:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.19:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.19:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 04/28/2025 01:58:47.745 7efc44024cc8 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 04/28/2025 01:58:47.888 7efc44024cc8 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 04/28/2025 01:58:47.902 7efc44024cc8 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 04/28/2025 01:58:47.902 7efc44024cc8 [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.19:8082/ Hit Ctrl-C to quit. 10.0.0.19 - - [2025-04-28 01:58:51] "GET / HTTP/1.1" 503 181 0.000269 10.0.0.19 - - [2025-04-28 01:58:51] "GET / HTTP/1.1" 503 181 0.000171 10.0.0.19 - - [2025-04-28 01:58:52] "GET / HTTP/1.1" 200 45871 0.002554 10.0.0.19 - - [2025-04-28 01:58:52] "GET / HTTP/1.1" 200 45871 0.001177 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.19 - - [2025-04-28 01:58:52] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000571 10.0.0.19 - - [2025-04-28 01:58:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000288 10.0.0.19 - - [2025-04-28 01:58:53] "GET / HTTP/1.1" 200 35931 0.044999 10.0.0.19 - - [2025-04-28 01:58:53] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.606232 10.0.0.19 - - [2025-04-28 01:58:53] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002568 10.0.0.19 - - [2025-04-28 01:58:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.337307 10.0.0.19 - - [2025-04-28 01:58:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.19 - - [2025-04-28 01:58:53] "GET / HTTP/1.1" 200 35931 0.001740 10.0.0.19 - - [2025-04-28 01:58:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000450 10.0.0.19 - - [2025-04-28 01:58:53] "GET / HTTP/1.1" 200 35931 0.001313 10.0.0.19 - - [2025-04-28 01:58:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000521 /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.19 - - [2025-04-28 01:58:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000522 10.0.0.19 - - [2025-04-28 01:58:54] "GET / HTTP/1.1" 200 35931 0.001558 10.0.0.19 - - [2025-04-28 01:58:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000517 10.0.0.19 - - [2025-04-28 01:58:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.313473 10.0.0.19 - - [2025-04-28 01:58:54] "GET /global-system-config/06da6ae6-eb11-466f-a2b4-7aca4fe3cbdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.005861 10.0.0.19 - - [2025-04-28 01:58:54] "POST /fqname-to-id HTTP/1.1" 404 220 0.003090 10.0.0.19 - - [2025-04-28 01:58:54] "POST /config-nodes HTTP/1.1" 200 599 0.018308 10.0.0.19 - - [2025-04-28 01:58:54] "GET / HTTP/1.1" 200 35931 0.001667 10.0.0.19 - - [2025-04-28 01:58:54] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000415 10.0.0.19 - - [2025-04-28 01:58:54] "POST /fqname-to-id HTTP/1.1" 404 186 0.605245 10.0.0.19 - - [2025-04-28 01:58:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002553 10.0.0.19 - - [2025-04-28 01:58:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.325272 10.0.0.19 - - [2025-04-28 01:58:54] "GET /network-ipam/9cc9d8b3-cd35-4902-b061-80a1183d95ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.003764 10.0.0.19 - - [2025-04-28 01:58:54] "GET /global-system-config/06da6ae6-eb11-466f-a2b4-7aca4fe3cbdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.005658 10.0.0.19 - - [2025-04-28 01:58:55] "POST /service-appliance-sets HTTP/1.1" 200 553 0.017570 10.0.0.19 - - [2025-04-28 01:58:55] "POST /fqname-to-id HTTP/1.1" 404 180 0.003433 10.0.0.19 - - [2025-04-28 01:58:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.19 - - [2025-04-28 01:58:55] "GET /global-system-config/06da6ae6-eb11-466f-a2b4-7aca4fe3cbdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.006474 10.0.0.19 - - [2025-04-28 01:58:55] "POST /fqname-to-id HTTP/1.1" 404 196 0.343362 10.0.0.19 - - [2025-04-28 01:58:55] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.030502 10.0.0.19 - - [2025-04-28 01:58:55] "POST /service-appliance-sets HTTP/1.1" 200 541 0.019421 10.0.0.19 - - [2025-04-28 01:58:55] "POST /job-templates HTTP/1.1" 200 555 0.060283 10.0.0.19 - - [2025-04-28 01:58:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002712 10.0.0.19 - - [2025-04-28 01:58:55] "POST /fqname-to-id HTTP/1.1" 404 200 0.003177 10.0.0.19 - - [2025-04-28 01:58:55] "GET /network-ipam/9cc9d8b3-cd35-4902-b061-80a1183d95ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.003569 10.0.0.19 - - [2025-04-28 01:58:55] "POST /job-templates HTTP/1.1" 200 563 0.065083 10.0.0.19 - - [2025-04-28 01:58:55] "POST /service-templates HTTP/1.1" 200 511 0.016648 10.0.0.19 - - [2025-04-28 01:58:55] "POST /service-templates HTTP/1.1" 200 501 0.015368 10.0.0.19 - - [2025-04-28 01:58:55] "POST /fqname-to-id HTTP/1.1" 404 191 0.003593 10.0.0.19 - - [2025-04-28 01:58:55] "POST /fqname-to-id HTTP/1.1" 404 225 0.002390 10.0.0.19 - - [2025-04-28 01:58:55] "POST /access-control-lists HTTP/1.1" 200 587 0.014656 10.0.0.19 - - [2025-04-28 01:58:55] "POST /service-templates HTTP/1.1" 200 515 0.019713 10.0.0.19 - - [2025-04-28 01:58:55] "POST /fqname-to-id HTTP/1.1" 404 224 0.002480 10.0.0.19 - - [2025-04-28 01:58:55] "POST /job-templates HTTP/1.1" 200 545 0.061341 10.0.0.19 - - [2025-04-28 01:58:55] "POST /service-templates HTTP/1.1" 200 535 0.021436 10.0.0.19 - - [2025-04-28 01:58:55] "POST /access-control-lists HTTP/1.1" 200 585 0.018274 10.0.0.19 - - [2025-04-28 01:58:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.002620 10.0.0.19 - - [2025-04-28 01:58:55] "POST /service-templates HTTP/1.1" 200 507 0.021833 10.0.0.19 - - [2025-04-28 01:58:55] "POST /job-templates HTTP/1.1" 200 577 0.070123 10.0.0.19 - - [2025-04-28 01:58:55] "POST /route-targets HTTP/1.1" 200 327 0.060942 10.0.0.19 - - [2025-04-28 01:58:55] "POST /fqname-to-id HTTP/1.1" 404 208 0.006455 10.0.0.19 - - [2025-04-28 01:58:55] "POST /ref-update HTTP/1.1" 200 156 0.010314 10.0.0.19 - - [2025-04-28 01:58:55] "POST /job-templates HTTP/1.1" 200 579 0.061164 10.0.0.19 - - [2025-04-28 01:58:55] "POST /route-targets HTTP/1.1" 200 327 0.043517 10.0.0.19 - - [2025-04-28 01:58:55] "POST /fqname-to-id HTTP/1.1" 404 210 0.003845 10.0.0.19 - - [2025-04-28 01:58:56] "POST /ref-update HTTP/1.1" 200 156 0.009133 10.0.0.19 - - [2025-04-28 01:58:56] "POST /job-templates HTTP/1.1" 200 583 0.061813 10.0.0.19 - - [2025-04-28 01:58:56] "POST /route-targets HTTP/1.1" 200 327 0.044575 10.0.0.19 - - [2025-04-28 01:58:56] "POST /fqname-to-id HTTP/1.1" 404 198 0.003764 10.0.0.19 - - [2025-04-28 01:58:56] "POST /ref-update HTTP/1.1" 200 156 0.012645 10.0.0.19 - - [2025-04-28 01:58:56] "POST /job-templates HTTP/1.1" 200 559 0.061611 10.0.0.19 - - [2025-04-28 01:58:56] "POST /route-targets HTTP/1.1" 200 327 0.048760 10.0.0.19 - - [2025-04-28 01:58:56] "POST /fqname-to-id HTTP/1.1" 404 203 0.002431 10.0.0.19 - - [2025-04-28 01:58:56] "POST /ref-update HTTP/1.1" 200 156 0.010270 10.0.0.19 - - [2025-04-28 01:58:56] "POST /fqname-to-id HTTP/1.1" 404 201 0.003766 10.0.0.19 - - [2025-04-28 01:58:56] "POST /job-templates HTTP/1.1" 200 569 0.061188 10.0.0.19 - - [2025-04-28 01:58:56] "GET / HTTP/1.1" 200 35931 0.001600 10.0.0.19 - - [2025-04-28 01:58:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000380 10.0.0.19 - - [2025-04-28 01:58:56] "POST /fqname-to-id HTTP/1.1" 404 196 0.002314 10.0.0.19 - - [2025-04-28 01:58:56] "POST /access-control-lists HTTP/1.1" 200 551 0.060575 10.0.0.19 - - [2025-04-28 01:58:56] "POST /job-templates HTTP/1.1" 200 555 0.062676 10.0.0.19 - - [2025-04-28 01:58:56] "PUT /access-control-list/8aec638c-d285-41f5-a342-57067efdd1a0 HTTP/1.1" 200 272 0.040433 10.0.0.19 - - [2025-04-28 01:58:56] "POST /fqname-to-id HTTP/1.1" 404 196 0.003669 10.0.0.19 - - [2025-04-28 01:58:56] "PUT /access-control-list/ad23e809-bf6c-4041-8145-0011e683e2cd HTTP/1.1" 200 272 0.009694 10.0.0.19 - - [2025-04-28 01:58:56] "POST /job-templates HTTP/1.1" 200 555 0.061046 10.0.0.19 - - [2025-04-28 01:58:56] "POST /fqname-to-id HTTP/1.1" 404 196 0.003079 10.0.0.19 - - [2025-04-28 01:58:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.021650 10.0.0.19 - - [2025-04-28 01:58:56] "GET /global-system-config/06da6ae6-eb11-466f-a2b4-7aca4fe3cbdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.005610 10.0.0.19 - - [2025-04-28 01:58:56] "POST /fqname-to-id HTTP/1.1" 404 220 0.002827 10.0.0.19 - - [2025-04-28 01:58:56] "POST /job-templates HTTP/1.1" 200 555 0.061130 10.0.0.19 - - [2025-04-28 01:58:56] "POST /config-database-nodes HTTP/1.1" 200 617 0.016514 10.0.0.19 - - [2025-04-28 01:58:56] "POST /fqname-to-id HTTP/1.1" 404 186 0.002439 10.0.0.19 - - [2025-04-28 01:58:57] "POST /job-templates HTTP/1.1" 200 535 0.061027 10.0.0.19 - - [2025-04-28 01:58:57] "POST /fqname-to-id HTTP/1.1" 404 198 0.003266 10.0.0.19 - - [2025-04-28 01:58:57] "POST /job-templates HTTP/1.1" 200 559 0.069269 10.0.0.19 - - [2025-04-28 01:58:57] "POST /fqname-to-id HTTP/1.1" 404 198 0.003633 10.0.0.19 - - [2025-04-28 01:58:57] "POST /job-templates HTTP/1.1" 200 559 0.068968 10.0.0.19 - - [2025-04-28 01:58:57] "POST /fqname-to-id HTTP/1.1" 404 198 0.003340 10.0.0.19 - - [2025-04-28 01:58:57] "POST /job-templates HTTP/1.1" 200 559 0.056923 10.0.0.19 - - [2025-04-28 01:58:57] "POST /fqname-to-id HTTP/1.1" 404 201 0.003196 10.0.0.19 - - [2025-04-28 01:58:57] "POST /job-templates HTTP/1.1" 200 565 0.060875 10.0.0.19 - - [2025-04-28 01:58:57] "POST /fqname-to-id HTTP/1.1" 404 197 0.002973 10.0.0.19 - - [2025-04-28 01:58:57] "POST /job-templates HTTP/1.1" 200 557 0.061615 10.0.0.19 - - [2025-04-28 01:58:57] "POST /fqname-to-id HTTP/1.1" 404 196 0.002972 10.0.0.19 - - [2025-04-28 01:58:57] "POST /job-templates HTTP/1.1" 200 555 0.061328 10.0.0.19 - - [2025-04-28 01:58:58] "POST /fqname-to-id HTTP/1.1" 404 205 0.003230 10.0.0.19 - - [2025-04-28 01:58:58] "POST /job-templates HTTP/1.1" 200 573 0.062124 10.0.0.19 - - [2025-04-28 01:58:58] "POST /fqname-to-id HTTP/1.1" 404 194 0.003098 10.0.0.19 - - [2025-04-28 01:58:58] "POST /job-templates HTTP/1.1" 200 551 0.061354 10.0.0.19 - - [2025-04-28 01:58:58] "POST /fqname-to-id HTTP/1.1" 404 208 0.003158 10.0.0.19 - - [2025-04-28 01:58:58] "POST /job-templates HTTP/1.1" 200 579 0.060959 10.0.0.19 - - [2025-04-28 01:58:58] "POST /fqname-to-id HTTP/1.1" 404 196 0.002956 10.0.0.19 - - [2025-04-28 01:58:58] "POST /job-templates HTTP/1.1" 200 555 0.061685 10.0.0.19 - - [2025-04-28 01:58:58] "POST /fqname-to-id HTTP/1.1" 404 198 0.003031 10.0.0.19 - - [2025-04-28 01:58:58] "POST /job-templates HTTP/1.1" 200 559 0.061330 10.0.0.19 - - [2025-04-28 01:58:58] "POST /fqname-to-id HTTP/1.1" 404 206 0.003170 10.0.0.19 - - [2025-04-28 01:58:58] "POST /job-templates HTTP/1.1" 200 575 0.061978 10.0.0.19 - - [2025-04-28 01:58:58] "POST /fqname-to-id HTTP/1.1" 404 197 0.003410 10.0.0.19 - - [2025-04-28 01:58:59] "POST /job-templates HTTP/1.1" 200 557 0.061333 10.0.0.19 - - [2025-04-28 01:58:59] "POST /fqname-to-id HTTP/1.1" 404 198 0.003051 10.0.0.19 - - [2025-04-28 01:58:59] "POST /job-templates HTTP/1.1" 200 559 0.062365 10.0.0.19 - - [2025-04-28 01:58:59] "POST /fqname-to-id HTTP/1.1" 404 196 0.003317 10.0.0.19 - - [2025-04-28 01:58:59] "POST /job-templates HTTP/1.1" 200 555 0.059995 10.0.0.19 - - [2025-04-28 01:58:59] "POST /fqname-to-id HTTP/1.1" 404 195 0.003735 10.0.0.19 - - [2025-04-28 01:58:59] "POST /job-templates HTTP/1.1" 200 553 0.061096 10.0.0.19 - - [2025-04-28 01:58:59] "POST /fqname-to-id HTTP/1.1" 404 195 0.002899 10.0.0.19 - - [2025-04-28 01:58:59] "POST /job-templates HTTP/1.1" 200 553 0.061377 10.0.0.19 - - [2025-04-28 01:58:59] "POST /fqname-to-id HTTP/1.1" 404 195 0.003179 10.0.0.19 - - [2025-04-28 01:58:59] "POST /job-templates HTTP/1.1" 200 553 0.060930 10.0.0.19 - - [2025-04-28 01:58:59] "POST /fqname-to-id HTTP/1.1" 404 200 0.002913 10.0.0.19 - - [2025-04-28 01:59:00] "POST /job-templates HTTP/1.1" 200 563 0.061336 10.0.0.19 - - [2025-04-28 01:59:00] "POST /fqname-to-id HTTP/1.1" 404 201 0.003082 10.0.0.19 - - [2025-04-28 01:59:00] "POST /job-templates HTTP/1.1" 200 565 0.060875 10.0.0.19 - - [2025-04-28 01:59:00] "POST /fqname-to-id HTTP/1.1" 404 189 0.003329 10.0.0.19 - - [2025-04-28 01:59:00] "POST /config-propertiess HTTP/1.1" 200 551 0.020775 10.0.0.19 - - [2025-04-28 01:59:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002439 10.0.0.19 - - [2025-04-28 01:59:00] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1162 0.003045 10.0.0.19 - - [2025-04-28 01:59:00] "POST /fqname-to-id HTTP/1.1" 404 168 0.002902 10.0.0.19 - - [2025-04-28 01:59:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004055 10.0.0.19 - - [2025-04-28 01:59:00] "PUT /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d HTTP/1.1" 200 276 0.009820 10.0.0.19 - - [2025-04-28 01:59:00] "POST /tags HTTP/1.1" 200 321 0.039036 10.0.0.19 - - [2025-04-28 01:59:00] "POST /fqname-to-id HTTP/1.1" 404 166 0.003644 10.0.0.19 - - [2025-04-28 01:59:00] "POST /tags HTTP/1.1" 200 317 0.023656 10.0.0.19 - - [2025-04-28 01:59:00] "POST /fqname-to-id HTTP/1.1" 404 174 0.003015 10.0.0.19 - - [2025-04-28 01:59:00] "POST /tags HTTP/1.1" 200 333 0.021380 10.0.0.19 - - [2025-04-28 01:59:00] "POST /fqname-to-id HTTP/1.1" 404 162 0.004208 10.0.0.19 - - [2025-04-28 01:59:00] "GET / HTTP/1.1" 200 35931 0.002894 10.0.0.19 - - [2025-04-28 01:59:00] "POST /alarms HTTP/1.1" 401 292 0.000643 10.0.0.19 - - [2025-04-28 01:59:00] "POST /tags HTTP/1.1" 200 309 0.024848 10.0.0.19 - - [2025-04-28 01:59:00] "POST /fqname-to-id HTTP/1.1" 404 174 0.003285 10.0.0.19 - - [2025-04-28 01:59:00] "POST /tags HTTP/1.1" 200 333 0.025227 10.0.0.19 - - [2025-04-28 01:59:00] "POST /fqname-to-id HTTP/1.1" 404 164 0.003330 10.0.0.19 - - [2025-04-28 01:59:00] "POST /tags HTTP/1.1" 200 313 0.020901 10.0.0.19 - - [2025-04-28 01:59:01] "POST /fqname-to-id HTTP/1.1" 404 169 0.003264 10.0.0.19 - - [2025-04-28 01:59:01] "POST /alarms HTTP/1.1" 200 581 0.040622 10.0.0.19 - - [2025-04-28 01:59:01] "POST /tags HTTP/1.1" 200 323 0.029338 10.0.0.19 - - [2025-04-28 01:59:01] "POST /alarms HTTP/1.1" 200 575 0.021758 10.0.0.19 - - [2025-04-28 01:59:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004294 10.0.0.19 - - [2025-04-28 01:59:01] "POST /alarms HTTP/1.1" 200 575 0.017286 10.0.0.19 - - [2025-04-28 01:59:01] "PUT /global-system-config/06da6ae6-eb11-466f-a2b4-7aca4fe3cbdf HTTP/1.1" 200 274 0.010815 10.0.0.19 - - [2025-04-28 01:59:01] "POST /alarms HTTP/1.1" 200 559 0.015355 10.0.0.19 - - [2025-04-28 01:59:01] "POST /fqname-to-id HTTP/1.1" 404 166 0.002701 10.0.0.19 - - [2025-04-28 01:59:01] "POST /alarms HTTP/1.1" 200 555 0.018405 10.0.0.19 - - [2025-04-28 01:59:01] "POST /hardwares HTTP/1.1" 200 327 0.015850 10.0.0.19 - - [2025-04-28 01:59:01] "POST /fqname-to-id HTTP/1.1" 404 166 0.002263 10.0.0.19 - - [2025-04-28 01:59:01] "POST /alarms HTTP/1.1" 200 557 0.017251 10.0.0.19 - - [2025-04-28 01:59:01] "POST /hardwares HTTP/1.1" 200 327 0.012755 10.0.0.19 - - [2025-04-28 01:59:01] "POST /alarms HTTP/1.1" 200 565 0.019030 10.0.0.19 - - [2025-04-28 01:59:01] "POST /fqname-to-id HTTP/1.1" 404 166 0.003182 10.0.0.19 - - [2025-04-28 01:59:01] "POST /alarms HTTP/1.1" 200 549 0.015522 10.0.0.19 - - [2025-04-28 01:59:01] "POST /hardwares HTTP/1.1" 200 327 0.010821 10.0.0.19 - - [2025-04-28 01:59:01] "POST /alarms HTTP/1.1" 200 557 0.014619 10.0.0.19 - - [2025-04-28 01:59:01] "POST /fqname-to-id HTTP/1.1" 404 166 0.002787 10.0.0.19 - - [2025-04-28 01:59:01] "POST /alarms HTTP/1.1" 200 567 0.015983 10.0.0.19 - - [2025-04-28 01:59:01] "POST /hardwares HTTP/1.1" 200 327 0.010770 10.0.0.19 - - [2025-04-28 01:59:01] "POST /alarms HTTP/1.1" 200 555 0.016177 10.0.0.19 - - [2025-04-28 01:59:01] "POST /fqname-to-id HTTP/1.1" 404 164 0.002983 10.0.0.19 - - [2025-04-28 01:59:01] "POST /alarms HTTP/1.1" 200 567 0.019628 10.0.0.19 - - [2025-04-28 01:59:01] "POST /hardwares HTTP/1.1" 200 323 0.011318 10.0.0.19 - - [2025-04-28 01:59:01] "POST /fqname-to-id HTTP/1.1" 404 164 0.002255 10.0.0.19 - - [2025-04-28 01:59:01] "POST /alarms HTTP/1.1" 200 575 0.062321 10.0.0.19 - - [2025-04-28 01:59:01] "POST /hardwares HTTP/1.1" 200 323 0.014034 10.0.0.19 - - [2025-04-28 01:59:01] "POST /fqname-to-id HTTP/1.1" 404 161 0.002392 10.0.0.19 - - [2025-04-28 01:59:01] "POST /alarms HTTP/1.1" 200 569 0.018924 10.0.0.19 - - [2025-04-28 01:59:01] "POST /hardwares HTTP/1.1" 200 317 0.013421 10.0.0.19 - - [2025-04-28 01:59:01] "POST /alarms HTTP/1.1" 200 561 0.016987 10.0.0.19 - - [2025-04-28 01:59:02] "POST /fqname-to-id HTTP/1.1" 404 164 0.003039 10.0.0.19 - - [2025-04-28 01:59:02] "POST /alarms HTTP/1.1" 200 561 0.015997 10.0.0.19 - - [2025-04-28 01:59:02] "POST /hardwares HTTP/1.1" 200 323 0.010731 10.0.0.19 - - [2025-04-28 01:59:02] "POST /alarms HTTP/1.1" 200 561 0.015499 10.0.0.19 - - [2025-04-28 01:59:02] "POST /fqname-to-id HTTP/1.1" 404 164 0.003020 10.0.0.19 - - [2025-04-28 01:59:02] "POST /alarms HTTP/1.1" 200 547 0.019319 10.0.0.19 - - [2025-04-28 01:59:02] "POST /hardwares HTTP/1.1" 200 323 0.009726 10.0.0.19 - - [2025-04-28 01:59:02] "POST /alarms HTTP/1.1" 200 595 0.022480 10.0.0.19 - - [2025-04-28 01:59:02] "POST /fqname-to-id HTTP/1.1" 404 164 0.003838 10.0.0.19 - - [2025-04-28 01:59:02] "POST /hardwares HTTP/1.1" 200 323 0.010770 10.0.0.19 - - [2025-04-28 01:59:02] "POST /alarms HTTP/1.1" 200 575 0.020372 10.0.0.19 - - [2025-04-28 01:59:02] "POST /fqname-to-id HTTP/1.1" 404 165 0.004348 10.0.0.19 - - [2025-04-28 01:59:02] "POST /alarms HTTP/1.1" 200 571 0.020864 10.0.0.19 - - [2025-04-28 01:59:02] "POST /hardwares HTTP/1.1" 200 325 0.010247 10.0.0.19 - - [2025-04-28 01:59:02] "POST /alarms HTTP/1.1" 200 583 0.017232 10.0.0.19 - - [2025-04-28 01:59:02] "POST /fqname-to-id HTTP/1.1" 404 165 0.002921 10.0.0.19 - - [2025-04-28 01:59:02] "POST /alarms HTTP/1.1" 200 609 0.017173 10.0.0.19 - - [2025-04-28 01:59:02] "POST /hardwares HTTP/1.1" 200 325 0.009520 10.0.0.19 - - [2025-04-28 01:59:02] "POST /fqname-to-id HTTP/1.1" 404 165 0.003063 10.0.0.19 - - [2025-04-28 01:59:02] "POST /hardwares HTTP/1.1" 200 325 0.010926 10.0.0.19 - - [2025-04-28 01:59:02] "POST /fqname-to-id HTTP/1.1" 404 165 0.002892 10.0.0.19 - - [2025-04-28 01:59:02] "POST /hardwares HTTP/1.1" 200 325 0.010228 10.0.0.19 - - [2025-04-28 01:59:02] "POST /fqname-to-id HTTP/1.1" 404 164 0.003295 10.0.0.19 - - [2025-04-28 01:59:02] "GET / HTTP/1.1" 200 35931 0.002640 10.0.0.19 - - [2025-04-28 01:59:02] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000341 10.0.0.19 - - [2025-04-28 01:59:02] "POST /hardwares HTTP/1.1" 200 323 0.010613 10.0.0.19 - - [2025-04-28 01:59:02] "POST /fqname-to-id HTTP/1.1" 404 161 0.003096 10.0.0.19 - - [2025-04-28 01:59:02] "POST /hardwares HTTP/1.1" 200 317 0.011084 10.0.0.19 - - [2025-04-28 01:59:02] "POST /fqname-to-id HTTP/1.1" 404 164 0.003081 10.0.0.19 - - [2025-04-28 01:59:03] "POST /hardwares HTTP/1.1" 200 323 0.012383 10.0.0.19 - - [2025-04-28 01:59:03] "POST /fqname-to-id HTTP/1.1" 404 161 0.003713 10.0.0.19 - - [2025-04-28 01:59:03] "POST /hardwares HTTP/1.1" 200 317 0.011270 10.0.0.19 - - [2025-04-28 01:59:03] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.024853 10.0.0.19 - - [2025-04-28 01:59:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.19 - - [2025-04-28 01:59:03] "POST /fqname-to-id HTTP/1.1" 404 164 0.002264 10.0.0.19 - - [2025-04-28 01:59:03] "PUT /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d HTTP/1.1" 200 276 0.011344 10.0.0.19 - - [2025-04-28 01:59:03] "POST /hardwares HTTP/1.1" 200 323 0.011786 10.0.0.19 - - [2025-04-28 01:59:03] "POST /fqname-to-id HTTP/1.1" 404 162 0.003133 10.0.0.19 - - [2025-04-28 01:59:03] "POST /hardwares HTTP/1.1" 200 319 0.010506 10.0.0.19 - - [2025-04-28 01:59:03] "POST /fqname-to-id HTTP/1.1" 404 162 0.003339 10.0.0.19 - - [2025-04-28 01:59:03] "POST /hardwares HTTP/1.1" 200 319 0.010626 10.0.0.19 - - [2025-04-28 01:59:03] "POST /fqname-to-id HTTP/1.1" 404 165 0.002951 10.0.0.19 - - [2025-04-28 01:59:03] "POST /hardwares HTTP/1.1" 200 325 0.011528 10.0.0.19 - - [2025-04-28 01:59:03] "GET / HTTP/1.1" 200 35931 0.001717 10.0.0.19 - - [2025-04-28 01:59:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000432 10.0.0.19 - - [2025-04-28 01:59:03] "POST /fqname-to-id HTTP/1.1" 404 161 0.002915 10.0.0.19 - - [2025-04-28 01:59:03] "POST /hardwares HTTP/1.1" 200 317 0.010185 10.0.0.19 - - [2025-04-28 01:59:03] "POST /fqname-to-id HTTP/1.1" 404 161 0.003070 10.0.0.19 - - [2025-04-28 01:59:03] "POST /hardwares HTTP/1.1" 200 317 0.010523 10.0.0.19 - - [2025-04-28 01:59:03] "POST /fqname-to-id HTTP/1.1" 404 162 0.003421 10.0.0.19 - - [2025-04-28 01:59:03] "POST /hardwares HTTP/1.1" 200 319 0.026834 10.0.0.19 - - [2025-04-28 01:59:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.024681 10.0.0.19 - - [2025-04-28 01:59:03] "POST /fqname-to-id HTTP/1.1" 404 162 0.002439 10.0.0.19 - - [2025-04-28 01:59:03] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002797 10.0.0.19 - - [2025-04-28 01:59:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002562 10.0.0.19 - - [2025-04-28 01:59:03] "POST /hardwares HTTP/1.1" 200 319 0.011793 10.0.0.19 - - [2025-04-28 01:59:04] "POST /fqname-to-id HTTP/1.1" 404 162 0.004312 10.0.0.19 - - [2025-04-28 01:59:04] "PUT /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d HTTP/1.1" 200 276 0.009193 10.0.0.19 - - [2025-04-28 01:59:04] "POST /hardwares HTTP/1.1" 200 319 0.010690 10.0.0.19 - - [2025-04-28 01:59:04] "POST /fqname-to-id HTTP/1.1" 404 158 0.003002 10.0.0.19 - - [2025-04-28 01:59:04] "POST /hardwares HTTP/1.1" 200 311 0.011497 10.0.0.19 - - [2025-04-28 01:59:04] "POST /fqname-to-id HTTP/1.1" 404 158 0.003233 10.0.0.19 - - [2025-04-28 01:59:04] "POST /hardwares HTTP/1.1" 200 311 0.012053 10.0.0.19 - - [2025-04-28 01:59:04] "POST /fqname-to-id HTTP/1.1" 404 160 0.003192 10.0.0.19 - - [2025-04-28 01:59:04] "GET / HTTP/1.1" 200 35931 0.002050 10.0.0.19 - - [2025-04-28 01:59:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000525 10.0.0.19 - - [2025-04-28 01:59:04] "POST /hardwares HTTP/1.1" 200 315 0.014756 10.0.0.19 - - [2025-04-28 01:59:04] "POST /fqname-to-id HTTP/1.1" 404 154 0.003983 10.0.0.19 - - [2025-04-28 01:59:04] "POST /hardwares HTTP/1.1" 200 303 0.011273 10.0.0.19 - - [2025-04-28 01:59:04] "POST /fqname-to-id HTTP/1.1" 404 158 0.003092 10.0.0.19 - - [2025-04-28 01:59:04] "POST /hardwares HTTP/1.1" 200 311 0.011841 10.0.0.19 - - [2025-04-28 01:59:04] "POST /fqname-to-id HTTP/1.1" 404 155 0.003511 10.0.0.19 - - [2025-04-28 01:59:04] "POST /hardwares HTTP/1.1" 200 305 0.011078 10.0.0.19 - - [2025-04-28 01:59:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.021581 10.0.0.19 - - [2025-04-28 01:59:04] "GET /global-system-config/06da6ae6-eb11-466f-a2b4-7aca4fe3cbdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2340 0.005736 10.0.0.19 - - [2025-04-28 01:59:04] "POST /fqname-to-id HTTP/1.1" 404 155 0.002275 10.0.0.19 - - [2025-04-28 01:59:04] "POST /hardwares HTTP/1.1" 200 305 0.012102 10.0.0.19 - - [2025-04-28 01:59:04] "PUT /global-system-config/06da6ae6-eb11-466f-a2b4-7aca4fe3cbdf HTTP/1.1" 200 274 0.019524 10.0.0.19 - - [2025-04-28 01:59:04] "POST /fqname-to-id HTTP/1.1" 404 155 0.002687 10.0.0.19 - - [2025-04-28 01:59:04] "POST /hardwares HTTP/1.1" 200 305 0.012099 10.0.0.19 - - [2025-04-28 01:59:04] "POST /fqname-to-id HTTP/1.1" 404 155 0.003079 10.0.0.19 - - [2025-04-28 01:59:05] "POST /hardwares HTTP/1.1" 200 305 0.011613 10.0.0.19 - - [2025-04-28 01:59:05] "POST /fqname-to-id HTTP/1.1" 404 156 0.003376 10.0.0.19 - - [2025-04-28 01:59:05] "POST /hardwares HTTP/1.1" 200 307 0.017503 10.0.0.19 - - [2025-04-28 01:59:05] "POST /fqname-to-id HTTP/1.1" 404 156 0.002946 10.0.0.19 - - [2025-04-28 01:59:05] "POST /hardwares HTTP/1.1" 200 307 0.060489 10.0.0.19 - - [2025-04-28 01:59:05] "POST /fqname-to-id HTTP/1.1" 404 156 0.003248 10.0.0.19 - - [2025-04-28 01:59:05] "POST /hardwares HTTP/1.1" 200 307 0.047956 10.0.0.19 - - [2025-04-28 01:59:05] "POST /fqname-to-id HTTP/1.1" 404 157 0.003399 10.0.0.19 - - [2025-04-28 01:59:05] "POST /hardwares HTTP/1.1" 200 309 0.036569 10.0.0.19 - - [2025-04-28 01:59:05] "POST /fqname-to-id HTTP/1.1" 404 158 0.003378 10.0.0.19 - - [2025-04-28 01:59:05] "POST /hardwares HTTP/1.1" 200 311 0.023228 10.0.0.19 - - [2025-04-28 01:59:05] "POST /fqname-to-id HTTP/1.1" 404 158 0.002967 10.0.0.19 - - [2025-04-28 01:59:05] "POST /hardwares HTTP/1.1" 200 311 0.013878 10.0.0.19 - - [2025-04-28 01:59:05] "POST /fqname-to-id HTTP/1.1" 404 153 0.003011 10.0.0.19 - - [2025-04-28 01:59:05] "POST /hardwares HTTP/1.1" 200 301 0.015918 10.0.0.19 - - [2025-04-28 01:59:05] "POST /fqname-to-id HTTP/1.1" 404 157 0.004141 10.0.0.19 - - [2025-04-28 01:59:06] "POST /hardwares HTTP/1.1" 200 309 0.013607 10.0.0.19 - - [2025-04-28 01:59:06] "POST /fqname-to-id HTTP/1.1" 404 157 0.003287 10.0.0.19 - - [2025-04-28 01:59:06] "POST /hardwares HTTP/1.1" 200 309 0.202100 10.0.0.19 - - [2025-04-28 01:59:06] "POST /fqname-to-id HTTP/1.1" 404 157 0.003128 10.0.0.19 - - [2025-04-28 01:59:06] "POST /hardwares HTTP/1.1" 200 309 0.063149 10.0.0.19 - - [2025-04-28 01:59:06] "POST /fqname-to-id HTTP/1.1" 404 157 0.003141 10.0.0.19 - - [2025-04-28 01:59:06] "POST /hardwares HTTP/1.1" 200 309 0.011303 10.0.0.19 - - [2025-04-28 01:59:06] "POST /fqname-to-id HTTP/1.1" 404 157 0.003467 10.0.0.19 - - [2025-04-28 01:59:06] "POST /hardwares HTTP/1.1" 200 309 0.016677 10.0.0.19 - - [2025-04-28 01:59:06] "POST /fqname-to-id HTTP/1.1" 404 161 0.003005 10.0.0.19 - - [2025-04-28 01:59:06] "POST /hardwares HTTP/1.1" 200 317 0.011791 10.0.0.19 - - [2025-04-28 01:59:06] "POST /fqname-to-id HTTP/1.1" 404 157 0.003200 10.0.0.19 - - [2025-04-28 01:59:06] "POST /hardwares HTTP/1.1" 200 309 0.011518 10.0.0.19 - - [2025-04-28 01:59:06] "POST /fqname-to-id HTTP/1.1" 404 157 0.003092 10.0.0.19 - - [2025-04-28 01:59:07] "POST /hardwares HTTP/1.1" 200 309 0.012892 10.0.0.19 - - [2025-04-28 01:59:07] "POST /fqname-to-id HTTP/1.1" 404 154 0.002964 10.0.0.19 - - [2025-04-28 01:59:07] "POST /hardwares HTTP/1.1" 200 303 0.010677 10.0.0.19 - - [2025-04-28 01:59:07] "POST /fqname-to-id HTTP/1.1" 404 190 0.003859 10.0.0.19 - - [2025-04-28 01:59:07] "POST /features HTTP/1.1" 200 533 0.017458 10.0.0.19 - - [2025-04-28 01:59:07] "POST /fqname-to-id HTTP/1.1" 404 185 0.003459 10.0.0.19 - - [2025-04-28 01:59:07] "POST /features HTTP/1.1" 200 523 0.015452 10.0.0.19 - - [2025-04-28 01:59:07] "POST /fqname-to-id HTTP/1.1" 404 184 0.003796 10.0.0.19 - - [2025-04-28 01:59:07] "POST /features HTTP/1.1" 200 521 0.015143 10.0.0.19 - - [2025-04-28 01:59:07] "POST /fqname-to-id HTTP/1.1" 404 184 0.003005 10.0.0.19 - - [2025-04-28 01:59:07] "POST /features HTTP/1.1" 200 521 0.015777 10.0.0.19 - - [2025-04-28 01:59:07] "POST /fqname-to-id HTTP/1.1" 404 189 0.003147 10.0.0.19 - - [2025-04-28 01:59:07] "POST /features HTTP/1.1" 200 531 0.017753 10.0.0.19 - - [2025-04-28 01:59:07] "POST /fqname-to-id HTTP/1.1" 404 184 0.004116 10.0.0.19 - - [2025-04-28 01:59:07] "POST /features HTTP/1.1" 200 521 0.020313 10.0.0.19 - - [2025-04-28 01:59:07] "POST /fqname-to-id HTTP/1.1" 404 193 0.003055 10.0.0.19 - - [2025-04-28 01:59:07] "POST /features HTTP/1.1" 200 539 0.032122 10.0.0.19 - - [2025-04-28 01:59:07] "POST /fqname-to-id HTTP/1.1" 404 186 0.003079 10.0.0.19 - - [2025-04-28 01:59:08] "POST /features HTTP/1.1" 200 525 0.022396 10.0.0.19 - - [2025-04-28 01:59:08] "POST /fqname-to-id HTTP/1.1" 404 183 0.002996 10.0.0.19 - - [2025-04-28 01:59:08] "POST /features HTTP/1.1" 200 519 0.017907 10.0.0.19 - - [2025-04-28 01:59:08] "POST /fqname-to-id HTTP/1.1" 404 182 0.004265 10.0.0.19 - - [2025-04-28 01:59:08] "POST /features HTTP/1.1" 200 517 0.018339 10.0.0.19 - - [2025-04-28 01:59:08] "POST /fqname-to-id HTTP/1.1" 404 190 0.003045 10.0.0.19 - - [2025-04-28 01:59:08] "POST /features HTTP/1.1" 200 533 0.016017 10.0.0.19 - - [2025-04-28 01:59:08] "POST /fqname-to-id HTTP/1.1" 404 194 0.003474 10.0.0.19 - - [2025-04-28 01:59:08] "POST /features HTTP/1.1" 200 541 0.018337 10.0.0.19 - - [2025-04-28 01:59:08] "POST /fqname-to-id HTTP/1.1" 404 178 0.003106 10.0.0.19 - - [2025-04-28 01:59:08] "POST /physical-roles HTTP/1.1" 200 521 0.024600 10.0.0.19 - - [2025-04-28 01:59:08] "POST /fqname-to-id HTTP/1.1" 404 179 0.003059 10.0.0.19 - - [2025-04-28 01:59:08] "POST /physical-roles HTTP/1.1" 200 523 0.044349 10.0.0.19 - - [2025-04-28 01:59:08] "POST /fqname-to-id HTTP/1.1" 404 184 0.002994 10.0.0.19 - - [2025-04-28 01:59:08] "POST /physical-roles HTTP/1.1" 200 533 0.016065 10.0.0.19 - - [2025-04-28 01:59:08] "POST /fqname-to-id HTTP/1.1" 404 177 0.002986 10.0.0.19 - - [2025-04-28 01:59:08] "POST /physical-roles HTTP/1.1" 200 519 0.016585 10.0.0.19 - - [2025-04-28 01:59:09] "POST /fqname-to-id HTTP/1.1" 404 191 0.003009 10.0.0.19 - - [2025-04-28 01:59:09] "POST /overlay-roles HTTP/1.1" 200 545 0.036875 10.0.0.19 - - [2025-04-28 01:59:09] "POST /fqname-to-id HTTP/1.1" 404 184 0.003227 10.0.0.19 - - [2025-04-28 01:59:09] "POST /overlay-roles HTTP/1.1" 200 531 0.015777 10.0.0.19 - - [2025-04-28 01:59:09] "POST /fqname-to-id HTTP/1.1" 404 191 0.003448 10.0.0.19 - - [2025-04-28 01:59:09] "POST /overlay-roles HTTP/1.1" 200 545 0.015575 10.0.0.19 - - [2025-04-28 01:59:09] "POST /fqname-to-id HTTP/1.1" 404 185 0.002951 10.0.0.19 - - [2025-04-28 01:59:09] "POST /overlay-roles HTTP/1.1" 200 533 0.015939 10.0.0.19 - - [2025-04-28 01:59:09] "POST /fqname-to-id HTTP/1.1" 404 189 0.003578 10.0.0.19 - - [2025-04-28 01:59:09] "POST /overlay-roles HTTP/1.1" 200 541 0.018097 10.0.0.19 - - [2025-04-28 01:59:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004301 10.0.0.19 - - [2025-04-28 01:59:09] "PUT /overlay-role/b0a8b6f0-5fa6-403c-b1a6-3da2277d1fb8 HTTP/1.1" 200 258 0.010686 10.0.0.19 - - [2025-04-28 01:59:09] "POST /fqname-to-id HTTP/1.1" 404 184 0.003018 10.0.0.19 - - [2025-04-28 01:59:09] "POST /overlay-roles HTTP/1.1" 200 531 0.015814 10.0.0.19 - - [2025-04-28 01:59:09] "POST /fqname-to-id HTTP/1.1" 404 185 0.003172 10.0.0.19 - - [2025-04-28 01:59:09] "POST /overlay-roles HTTP/1.1" 200 533 0.015910 10.0.0.19 - - [2025-04-28 01:59:09] "POST /fqname-to-id HTTP/1.1" 404 183 0.002942 10.0.0.19 - - [2025-04-28 01:59:09] "POST /overlay-roles HTTP/1.1" 200 529 0.015367 10.0.0.19 - - [2025-04-28 01:59:10] "POST /fqname-to-id HTTP/1.1" 404 187 0.003002 10.0.0.19 - - [2025-04-28 01:59:10] "POST /overlay-roles HTTP/1.1" 200 537 0.015616 10.0.0.19 - - [2025-04-28 01:59:10] "POST /fqname-to-id HTTP/1.1" 404 189 0.002879 10.0.0.19 - - [2025-04-28 01:59:10] "POST /overlay-roles HTTP/1.1" 200 541 0.015965 10.0.0.19 - - [2025-04-28 01:59:10] "POST /fqname-to-id HTTP/1.1" 404 178 0.002958 10.0.0.19 - - [2025-04-28 01:59:10] "POST /overlay-roles HTTP/1.1" 200 519 0.015994 10.0.0.19 - - [2025-04-28 01:59:10] "POST /fqname-to-id HTTP/1.1" 404 190 0.002986 10.0.0.19 - - [2025-04-28 01:59:10] "POST /overlay-roles HTTP/1.1" 200 543 0.016851 10.0.0.19 - - [2025-04-28 01:59:10] "POST /fqname-to-id HTTP/1.1" 404 182 0.002833 10.0.0.19 - - [2025-04-28 01:59:10] "POST /role-definitions HTTP/1.1" 200 533 0.016228 10.0.0.19 - - [2025-04-28 01:59:10] "POST /fqname-to-id HTTP/1.1" 404 189 0.003343 10.0.0.19 - - [2025-04-28 01:59:10] "POST /role-definitions HTTP/1.1" 200 547 0.016865 10.0.0.19 - - [2025-04-28 01:59:10] "POST /fqname-to-id HTTP/1.1" 404 190 0.002941 10.0.0.19 - - [2025-04-28 01:59:10] "POST /role-definitions HTTP/1.1" 200 549 0.015543 10.0.0.19 - - [2025-04-28 01:59:10] "POST /fqname-to-id HTTP/1.1" 404 191 0.002982 10.0.0.19 - - [2025-04-28 01:59:10] "POST /role-definitions HTTP/1.1" 200 551 0.015051 10.0.0.19 - - [2025-04-28 01:59:10] "POST /fqname-to-id HTTP/1.1" 404 197 0.002795 10.0.0.19 - - [2025-04-28 01:59:10] "POST /role-definitions HTTP/1.1" 200 563 0.015967 10.0.0.19 - - [2025-04-28 01:59:11] "POST /fqname-to-id HTTP/1.1" 404 189 0.002925 10.0.0.19 - - [2025-04-28 01:59:11] "POST /role-definitions HTTP/1.1" 200 547 0.016292 10.0.0.19 - - [2025-04-28 01:59:11] "POST /fqname-to-id HTTP/1.1" 404 190 0.003220 10.0.0.19 - - [2025-04-28 01:59:11] "POST /role-definitions HTTP/1.1" 200 549 0.016068 10.0.0.19 - - [2025-04-28 01:59:11] "POST /fqname-to-id HTTP/1.1" 404 191 0.002857 10.0.0.19 - - [2025-04-28 01:59:11] "POST /role-definitions HTTP/1.1" 200 551 0.017572 10.0.0.19 - - [2025-04-28 01:59:11] "POST /fqname-to-id HTTP/1.1" 404 190 0.002938 10.0.0.19 - - [2025-04-28 01:59:11] "GET /global-system-configs HTTP/1.1" 200 322 0.583539 10.0.0.19 - - [2025-04-28 01:59:11] "POST /role-definitions HTTP/1.1" 200 549 0.034047 10.0.0.19 - - [2025-04-28 01:59:11] "POST /fqname-to-id HTTP/1.1" 404 196 0.003049 10.0.0.19 - - [2025-04-28 01:59:11] "POST /role-definitions HTTP/1.1" 200 561 0.015678 10.0.0.19 - - [2025-04-28 01:59:11] "POST /fqname-to-id HTTP/1.1" 404 189 0.003104 10.0.0.19 - - [2025-04-28 01:59:11] "POST /role-definitions HTTP/1.1" 200 547 0.015766 10.0.0.19 - - [2025-04-28 01:59:11] "POST /fqname-to-id HTTP/1.1" 404 190 0.003110 10.0.0.19 - - [2025-04-28 01:59:11] "POST /role-definitions HTTP/1.1" 200 549 0.015978 10.0.0.19 - - [2025-04-28 01:59:11] "POST /fqname-to-id HTTP/1.1" 404 188 0.002841 10.0.0.19 - - [2025-04-28 01:59:11] "POST /role-definitions HTTP/1.1" 200 545 0.015213 10.0.0.19 - - [2025-04-28 01:59:11] "POST /fqname-to-id HTTP/1.1" 404 189 0.002799 10.0.0.19 - - [2025-04-28 01:59:11] "POST /role-definitions HTTP/1.1" 200 547 0.017050 10.0.0.19 - - [2025-04-28 01:59:12] "GET /global-system-configs HTTP/1.1" 200 322 0.297698 10.0.0.19 - - [2025-04-28 01:59:12] "POST /fqname-to-id HTTP/1.1" 404 192 0.003086 10.0.0.19 - - [2025-04-28 01:59:12] "POST /role-definitions HTTP/1.1" 200 553 0.015962 10.0.0.19 - - [2025-04-28 01:59:12] "POST /fqname-to-id HTTP/1.1" 404 193 0.003145 10.0.0.19 - - [2025-04-28 01:59:12] "POST /role-definitions HTTP/1.1" 200 555 0.016331 10.0.0.19 - - [2025-04-28 01:59:12] "POST /fqname-to-id HTTP/1.1" 404 182 0.003520 10.0.0.19 - - [2025-04-28 01:59:12] "POST /role-definitions HTTP/1.1" 200 533 0.015935 10.0.0.19 - - [2025-04-28 01:59:12] "POST /fqname-to-id HTTP/1.1" 404 187 0.003067 10.0.0.19 - - [2025-04-28 01:59:12] "POST /role-definitions HTTP/1.1" 200 543 0.016032 10.0.0.19 - - [2025-04-28 01:59:12] "POST /fqname-to-id HTTP/1.1" 404 181 0.004071 10.0.0.19 - - [2025-04-28 01:59:12] "POST /role-definitions HTTP/1.1" 200 531 0.016586 10.0.0.19 - - [2025-04-28 01:59:12] "POST /fqname-to-id HTTP/1.1" 404 184 0.002944 10.0.0.19 - - [2025-04-28 01:59:12] "POST /role-definitions HTTP/1.1" 200 537 0.015445 10.0.0.19 - - [2025-04-28 01:59:12] "POST /fqname-to-id HTTP/1.1" 404 189 0.003098 10.0.0.19 - - [2025-04-28 01:59:12] "POST /role-definitions HTTP/1.1" 200 547 0.016042 10.0.0.19 - - [2025-04-28 01:59:12] "POST /fqname-to-id HTTP/1.1" 404 194 0.003061 10.0.0.19 - - [2025-04-28 01:59:12] "POST /role-definitions HTTP/1.1" 200 557 0.015131 10.0.0.19 - - [2025-04-28 01:59:12] "POST /fqname-to-id HTTP/1.1" 404 196 0.002988 10.0.0.19 - - [2025-04-28 01:59:12] "POST /role-definitions HTTP/1.1" 200 561 0.016034 10.0.0.19 - - [2025-04-28 01:59:13] "POST /fqname-to-id HTTP/1.1" 404 195 0.003374 10.0.0.19 - - [2025-04-28 01:59:13] "POST /role-definitions HTTP/1.1" 200 559 0.015414 10.0.0.19 - - [2025-04-28 01:59:13] "POST /fqname-to-id HTTP/1.1" 404 196 0.003141 10.0.0.19 - - [2025-04-28 01:59:13] "POST /feature-configs HTTP/1.1" 200 537 0.015335 10.0.0.19 - - [2025-04-28 01:59:13] "POST /fqname-to-id HTTP/1.1" 404 212 0.002793 10.0.0.19 - - [2025-04-28 01:59:13] "POST /feature-configs HTTP/1.1" 200 562 0.015282 10.0.0.19 - - [2025-04-28 01:59:13] "POST /fqname-to-id HTTP/1.1" 404 211 0.002832 10.0.0.19 - - [2025-04-28 01:59:13] "POST /feature-configs HTTP/1.1" 200 561 0.015534 10.0.0.19 - - [2025-04-28 01:59:13] "POST /fqname-to-id HTTP/1.1" 404 192 0.002985 10.0.0.19 - - [2025-04-28 01:59:13] "POST /node-profiles HTTP/1.1" 200 547 0.035441 10.0.0.19 - - [2025-04-28 01:59:13] "POST /fqname-to-id HTTP/1.1" 404 187 0.003099 10.0.0.19 - - [2025-04-28 01:59:13] "POST /node-profiles HTTP/1.1" 200 537 0.016536 10.0.0.19 - - [2025-04-28 01:59:13] "POST /fqname-to-id HTTP/1.1" 404 193 0.002723 10.0.0.19 - - [2025-04-28 01:59:13] "POST /node-profiles HTTP/1.1" 200 549 0.015294 10.0.0.19 - - [2025-04-28 01:59:13] "POST /fqname-to-id HTTP/1.1" 404 189 0.003239 10.0.0.19 - - [2025-04-28 01:59:13] "POST /node-profiles HTTP/1.1" 200 541 0.015928 10.0.0.19 - - [2025-04-28 01:59:13] "POST /fqname-to-id HTTP/1.1" 404 189 0.003000 10.0.0.19 - - [2025-04-28 01:59:13] "POST /node-profiles HTTP/1.1" 200 541 0.017979 10.0.0.19 - - [2025-04-28 01:59:14] "POST /fqname-to-id HTTP/1.1" 404 188 0.003039 10.0.0.19 - - [2025-04-28 01:59:14] "POST /node-profiles HTTP/1.1" 200 539 0.016243 10.0.0.19 - - [2025-04-28 01:59:14] "POST /fqname-to-id HTTP/1.1" 404 184 0.003643 10.0.0.19 - - [2025-04-28 01:59:14] "POST /node-profiles HTTP/1.1" 200 531 0.016816 10.0.0.19 - - [2025-04-28 01:59:14] "POST /fqname-to-id HTTP/1.1" 404 185 0.002965 10.0.0.19 - - [2025-04-28 01:59:14] "POST /node-profiles HTTP/1.1" 200 533 0.015822 10.0.0.19 - - [2025-04-28 01:59:14] "POST /fqname-to-id HTTP/1.1" 404 197 0.002988 10.0.0.19 - - [2025-04-28 01:59:14] "POST /node-profiles HTTP/1.1" 200 557 0.015499 10.0.0.19 - - [2025-04-28 01:59:14] "POST /fqname-to-id HTTP/1.1" 404 206 0.002964 10.0.0.19 - - [2025-04-28 01:59:14] "POST /telemetry-profiles HTTP/1.1" 200 554 0.015105 10.0.0.19 - - [2025-04-28 01:59:14] "POST /fqname-to-id HTTP/1.1" 404 206 0.003334 10.0.0.19 - - [2025-04-28 01:59:14] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017525 10.0.0.19 - - [2025-04-28 01:59:14] "POST /fqname-to-id HTTP/1.1" 404 206 0.003034 10.0.0.19 - - [2025-04-28 01:59:14] "POST /telemetry-profiles HTTP/1.1" 200 554 0.014505 10.0.0.19 - - [2025-04-28 01:59:14] "POST /fqname-to-id HTTP/1.1" 404 206 0.002824 10.0.0.19 - - [2025-04-28 01:59:14] "POST /telemetry-profiles HTTP/1.1" 200 554 0.014884 10.0.0.19 - - [2025-04-28 01:59:14] "POST /fqname-to-id HTTP/1.1" 404 206 0.002820 10.0.0.19 - - [2025-04-28 01:59:14] "POST /telemetry-profiles HTTP/1.1" 200 554 0.014768 10.0.0.19 - - [2025-04-28 01:59:15] "POST /fqname-to-id HTTP/1.1" 404 206 0.003046 10.0.0.19 - - [2025-04-28 01:59:15] "POST /telemetry-profiles HTTP/1.1" 200 554 0.014835 10.0.0.19 - - [2025-04-28 01:59:15] "POST /fqname-to-id HTTP/1.1" 404 199 0.003420 10.0.0.19 - - [2025-04-28 01:59:15] "POST /sflow-profiles HTTP/1.1" 200 532 0.014960 10.0.0.19 - - [2025-04-28 01:59:15] "POST /fqname-to-id HTTP/1.1" 404 202 0.003084 10.0.0.19 - - [2025-04-28 01:59:15] "POST /sflow-profiles HTTP/1.1" 200 538 0.016524 10.0.0.19 - - [2025-04-28 01:59:15] "POST /fqname-to-id HTTP/1.1" 404 202 0.003295 10.0.0.19 - - [2025-04-28 01:59:15] "POST /sflow-profiles HTTP/1.1" 200 538 0.015137 10.0.0.19 - - [2025-04-28 01:59:15] "POST /fqname-to-id HTTP/1.1" 404 199 0.003481 10.0.0.19 - - [2025-04-28 01:59:15] "POST /grpc-profiles HTTP/1.1" 200 530 0.014247 10.0.0.19 - - [2025-04-28 01:59:15] "POST /fqname-to-id HTTP/1.1" 404 199 0.002697 10.0.0.19 - - [2025-04-28 01:59:15] "POST /snmp-profiles HTTP/1.1" 200 530 0.018499 10.0.0.19 - - [2025-04-28 01:59:15] "POST /fqname-to-id HTTP/1.1" 404 202 0.002922 10.0.0.19 - - [2025-04-28 01:59:15] "POST /netconf-profiles HTTP/1.1" 200 542 0.015662 10.0.0.19 - - [2025-04-28 01:59:15] "POST /fqname-to-id HTTP/1.1" 404 193 0.002905 10.0.0.19 - - [2025-04-28 01:59:15] "POST /device-functional-groups HTTP/1.1" 200 540 0.015151 10.0.0.19 - - [2025-04-28 01:59:15] "POST /fqname-to-id HTTP/1.1" 404 193 0.002874 10.0.0.19 - - [2025-04-28 01:59:15] "POST /device-functional-groups HTTP/1.1" 200 540 0.016812 10.0.0.19 - - [2025-04-28 01:59:16] "POST /fqname-to-id HTTP/1.1" 404 195 0.002982 10.0.0.19 - - [2025-04-28 01:59:16] "POST /device-functional-groups HTTP/1.1" 200 544 0.016361 10.0.0.19 - - [2025-04-28 01:59:16] "POST /fqname-to-id HTTP/1.1" 404 194 0.002913 10.0.0.19 - - [2025-04-28 01:59:16] "POST /device-functional-groups HTTP/1.1" 200 542 0.014801 10.0.0.19 - - [2025-04-28 01:59:16] "POST /fqname-to-id HTTP/1.1" 404 218 0.003082 10.0.0.19 - - [2025-04-28 01:59:16] "POST /device-functional-groups HTTP/1.1" 200 590 0.015086 10.0.0.19 - - [2025-04-28 01:59:16] "POST /fqname-to-id HTTP/1.1" 404 208 0.003477 10.0.0.19 - - [2025-04-28 01:59:16] "POST /device-functional-groups HTTP/1.1" 200 570 0.014687 10.0.0.19 - - [2025-04-28 01:59:16] "POST /fqname-to-id HTTP/1.1" 404 236 0.002971 10.0.0.19 - - [2025-04-28 01:59:16] "POST /device-functional-groups HTTP/1.1" 200 620 0.015004 10.0.0.19 - - [2025-04-28 01:59:16] "POST /fqname-to-id HTTP/1.1" 404 206 0.002817 10.0.0.19 - - [2025-04-28 01:59:16] "POST /device-functional-groups HTTP/1.1" 200 566 0.014977 10.0.0.19 - - [2025-04-28 01:59:16] "POST /fqname-to-id HTTP/1.1" 404 205 0.003038 10.0.0.19 - - [2025-04-28 01:59:16] "POST /device-functional-groups HTTP/1.1" 200 564 0.015137 10.0.0.19 - - [2025-04-28 01:59:16] "POST /fqname-to-id HTTP/1.1" 404 210 0.002927 10.0.0.19 - - [2025-04-28 01:59:16] "POST /device-functional-groups HTTP/1.1" 200 574 0.015099 10.0.0.19 - - [2025-04-28 01:59:16] "POST /fqname-to-id HTTP/1.1" 404 201 0.002884 10.0.0.19 - - [2025-04-28 01:59:16] "POST /role-configs HTTP/1.1" 200 525 0.014472 10.0.0.19 - - [2025-04-28 01:59:17] "POST /fqname-to-id HTTP/1.1" 404 196 0.002905 10.0.0.19 - - [2025-04-28 01:59:17] "POST /role-configs HTTP/1.1" 200 520 0.014215 10.0.0.19 - - [2025-04-28 01:59:17] "POST /fqname-to-id HTTP/1.1" 404 198 0.003217 10.0.0.19 - - [2025-04-28 01:59:17] "POST /role-configs HTTP/1.1" 200 522 0.016192 10.0.0.19 - - [2025-04-28 01:59:17] "POST /fqname-to-id HTTP/1.1" 404 198 0.003473 10.0.0.19 - - [2025-04-28 01:59:17] "POST /role-configs HTTP/1.1" 200 522 0.014979 10.0.0.19 - - [2025-04-28 01:59:17] "POST /fqname-to-id HTTP/1.1" 404 202 0.002987 10.0.0.19 - - [2025-04-28 01:59:17] "POST /role-configs HTTP/1.1" 200 526 0.014609 10.0.0.19 - - [2025-04-28 01:59:17] "POST /fqname-to-id HTTP/1.1" 404 197 0.002855 10.0.0.19 - - [2025-04-28 01:59:17] "POST /role-configs HTTP/1.1" 200 521 0.035238 10.0.0.19 - - [2025-04-28 01:59:17] "POST /fqname-to-id HTTP/1.1" 404 193 0.002839 10.0.0.19 - - [2025-04-28 01:59:17] "POST /role-configs HTTP/1.1" 200 517 0.018463 10.0.0.19 - - [2025-04-28 01:59:17] "POST /fqname-to-id HTTP/1.1" 404 194 0.002846 10.0.0.19 - - [2025-04-28 01:59:17] "POST /role-configs HTTP/1.1" 200 518 0.017902 10.0.0.19 - - [2025-04-28 01:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.19 - - [2025-04-28 01:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.19 - - [2025-04-28 01:59:17] "POST /ref-update HTTP/1.1" 200 156 0.009192 10.0.0.19 - - [2025-04-28 01:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.19 - - [2025-04-28 01:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.19 - - [2025-04-28 01:59:18] "POST /ref-update HTTP/1.1" 200 156 0.007500 10.0.0.19 - - [2025-04-28 01:59:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.19 - - [2025-04-28 01:59:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.19 - - [2025-04-28 01:59:18] "POST /ref-update HTTP/1.1" 200 156 0.007611 10.0.0.19 - - [2025-04-28 01:59:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.19 - - [2025-04-28 01:59:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.19 - - [2025-04-28 01:59:18] "POST /ref-update HTTP/1.1" 200 156 0.009166 10.0.0.19 - - [2025-04-28 01:59:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.19 - - [2025-04-28 01:59:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.19 - - [2025-04-28 01:59:18] "POST /ref-update HTTP/1.1" 200 156 0.007694 10.0.0.19 - - [2025-04-28 01:59:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.19 - - [2025-04-28 01:59:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.19 - - [2025-04-28 01:59:18] "POST /ref-update HTTP/1.1" 200 156 0.007689 10.0.0.19 - - [2025-04-28 01:59:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.19 - - [2025-04-28 01:59:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.19 - - [2025-04-28 01:59:18] "POST /ref-update HTTP/1.1" 200 156 0.008464 10.0.0.19 - - [2025-04-28 01:59:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.19 - - [2025-04-28 01:59:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.19 - - [2025-04-28 01:59:18] "POST /ref-update HTTP/1.1" 200 156 0.007907 10.0.0.19 - - [2025-04-28 01:59:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.19 - - [2025-04-28 01:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.19 - - [2025-04-28 01:59:19] "POST /ref-update HTTP/1.1" 200 156 0.008276 10.0.0.19 - - [2025-04-28 01:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.19 - - [2025-04-28 01:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.19 - - [2025-04-28 01:59:19] "POST /ref-update HTTP/1.1" 200 156 0.008080 10.0.0.19 - - [2025-04-28 01:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.19 - - [2025-04-28 01:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.19 - - [2025-04-28 01:59:19] "POST /ref-update HTTP/1.1" 200 156 0.009923 10.0.0.19 - - [2025-04-28 01:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.19 - - [2025-04-28 01:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.19 - - [2025-04-28 01:59:19] "POST /ref-update HTTP/1.1" 200 156 0.007238 10.0.0.19 - - [2025-04-28 01:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.19 - - [2025-04-28 01:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.19 - - [2025-04-28 01:59:19] "POST /ref-update HTTP/1.1" 200 156 0.006692 10.0.0.19 - - [2025-04-28 01:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.19 - - [2025-04-28 01:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.19 - - [2025-04-28 01:59:19] "POST /ref-update HTTP/1.1" 200 156 0.007117 10.0.0.19 - - [2025-04-28 01:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.19 - - [2025-04-28 01:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.19 - - [2025-04-28 01:59:19] "POST /ref-update HTTP/1.1" 200 156 0.007408 10.0.0.19 - - [2025-04-28 01:59:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.19 - - [2025-04-28 01:59:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.19 - - [2025-04-28 01:59:20] "POST /ref-update HTTP/1.1" 200 156 0.006963 10.0.0.19 - - [2025-04-28 01:59:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.19 - - [2025-04-28 01:59:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.19 - - [2025-04-28 01:59:20] "POST /ref-update HTTP/1.1" 200 156 0.007234 10.0.0.19 - - [2025-04-28 01:59:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.19 - - [2025-04-28 01:59:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.19 - - [2025-04-28 01:59:20] "POST /ref-update HTTP/1.1" 200 156 0.008088 10.0.0.19 - - [2025-04-28 01:59:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.19 - - [2025-04-28 01:59:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.19 - - [2025-04-28 01:59:20] "POST /ref-update HTTP/1.1" 200 156 0.007905 10.0.0.19 - - [2025-04-28 01:59:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.19 - - [2025-04-28 01:59:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.19 - - [2025-04-28 01:59:20] "POST /ref-update HTTP/1.1" 200 156 0.007292 10.0.0.19 - - [2025-04-28 01:59:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.19 - - [2025-04-28 01:59:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.19 - - [2025-04-28 01:59:20] "POST /ref-update HTTP/1.1" 200 156 0.006642 10.0.0.19 - - [2025-04-28 01:59:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.19 - - [2025-04-28 01:59:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.19 - - [2025-04-28 01:59:21] "POST /ref-update HTTP/1.1" 200 156 0.006941 10.0.0.19 - - [2025-04-28 01:59:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.19 - - [2025-04-28 01:59:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.19 - - [2025-04-28 01:59:21] "POST /ref-update HTTP/1.1" 200 156 0.007381 10.0.0.19 - - [2025-04-28 01:59:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.19 - - [2025-04-28 01:59:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.19 - - [2025-04-28 01:59:21] "POST /ref-update HTTP/1.1" 200 156 0.007131 10.0.0.19 - - [2025-04-28 01:59:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.19 - - [2025-04-28 01:59:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.19 - - [2025-04-28 01:59:21] "POST /ref-update HTTP/1.1" 200 156 0.008460 10.0.0.19 - - [2025-04-28 01:59:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.19 - - [2025-04-28 01:59:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.19 - - [2025-04-28 01:59:21] "POST /ref-update HTTP/1.1" 200 156 0.007961 10.0.0.19 - - [2025-04-28 01:59:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.19 - - [2025-04-28 01:59:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.19 - - [2025-04-28 01:59:21] "POST /ref-update HTTP/1.1" 200 156 0.007896 10.0.0.19 - - [2025-04-28 01:59:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.19 - - [2025-04-28 01:59:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.19 - - [2025-04-28 01:59:21] "POST /ref-update HTTP/1.1" 200 156 0.007252 10.0.0.19 - - [2025-04-28 01:59:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.19 - - [2025-04-28 01:59:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.19 - - [2025-04-28 01:59:22] "POST /ref-update HTTP/1.1" 200 156 0.007060 10.0.0.19 - - [2025-04-28 01:59:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.19 - - [2025-04-28 01:59:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.19 - - [2025-04-28 01:59:22] "POST /ref-update HTTP/1.1" 200 156 0.007451 10.0.0.19 - - [2025-04-28 01:59:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.19 - - [2025-04-28 01:59:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.19 - - [2025-04-28 01:59:22] "POST /ref-update HTTP/1.1" 200 156 0.007447 10.0.0.19 - - [2025-04-28 01:59:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.19 - - [2025-04-28 01:59:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.19 - - [2025-04-28 01:59:22] "POST /ref-update HTTP/1.1" 200 156 0.007205 10.0.0.19 - - [2025-04-28 01:59:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.19 - - [2025-04-28 01:59:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.19 - - [2025-04-28 01:59:22] "POST /ref-update HTTP/1.1" 200 156 0.009036 10.0.0.19 - - [2025-04-28 01:59:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.19 - - [2025-04-28 01:59:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.19 - - [2025-04-28 01:59:22] "POST /ref-update HTTP/1.1" 200 156 0.007318 10.0.0.19 - - [2025-04-28 01:59:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.19 - - [2025-04-28 01:59:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.19 - - [2025-04-28 01:59:23] "POST /ref-update HTTP/1.1" 200 156 0.008107 10.0.0.19 - - [2025-04-28 01:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.19 - - [2025-04-28 01:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.19 - - [2025-04-28 01:59:23] "POST /ref-update HTTP/1.1" 200 156 0.007605 10.0.0.19 - - [2025-04-28 01:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.19 - - [2025-04-28 01:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.19 - - [2025-04-28 01:59:23] "POST /ref-update HTTP/1.1" 200 156 0.007797 10.0.0.19 - - [2025-04-28 01:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.19 - - [2025-04-28 01:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.19 - - [2025-04-28 01:59:23] "POST /ref-update HTTP/1.1" 200 156 0.007264 10.0.0.19 - - [2025-04-28 01:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.19 - - [2025-04-28 01:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.19 - - [2025-04-28 01:59:23] "POST /ref-update HTTP/1.1" 200 156 0.007119 10.0.0.19 - - [2025-04-28 01:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.19 - - [2025-04-28 01:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.19 - - [2025-04-28 01:59:23] "POST /ref-update HTTP/1.1" 200 156 0.008200 10.0.0.19 - - [2025-04-28 01:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.19 - - [2025-04-28 01:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.19 - - [2025-04-28 01:59:23] "POST /ref-update HTTP/1.1" 200 156 0.006933 10.0.0.19 - - [2025-04-28 01:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.19 - - [2025-04-28 01:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.19 - - [2025-04-28 01:59:24] "POST /ref-update HTTP/1.1" 200 156 0.006668 10.0.0.19 - - [2025-04-28 01:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.19 - - [2025-04-28 01:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.19 - - [2025-04-28 01:59:24] "POST /ref-update HTTP/1.1" 200 156 0.009657 10.0.0.19 - - [2025-04-28 01:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.19 - - [2025-04-28 01:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.19 - - [2025-04-28 01:59:24] "POST /ref-update HTTP/1.1" 200 156 0.007285 10.0.0.19 - - [2025-04-28 01:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.19 - - [2025-04-28 01:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.19 - - [2025-04-28 01:59:24] "POST /ref-update HTTP/1.1" 200 156 0.007118 10.0.0.19 - - [2025-04-28 01:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.19 - - [2025-04-28 01:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.19 - - [2025-04-28 01:59:24] "POST /ref-update HTTP/1.1" 200 156 0.006875 10.0.0.19 - - [2025-04-28 01:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.19 - - [2025-04-28 01:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.19 - - [2025-04-28 01:59:24] "POST /ref-update HTTP/1.1" 200 156 0.006899 10.0.0.19 - - [2025-04-28 01:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.19 - - [2025-04-28 01:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.19 - - [2025-04-28 01:59:24] "POST /ref-update HTTP/1.1" 200 156 0.007080 10.0.0.19 - - [2025-04-28 01:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.19 - - [2025-04-28 01:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.19 - - [2025-04-28 01:59:25] "POST /ref-update HTTP/1.1" 200 156 0.007861 10.0.0.19 - - [2025-04-28 01:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.19 - - [2025-04-28 01:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.19 - - [2025-04-28 01:59:25] "POST /ref-update HTTP/1.1" 200 156 0.008595 10.0.0.19 - - [2025-04-28 01:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.19 - - [2025-04-28 01:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.19 - - [2025-04-28 01:59:25] "POST /ref-update HTTP/1.1" 200 156 0.006876 10.0.0.19 - - [2025-04-28 01:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.19 - - [2025-04-28 01:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.19 - - [2025-04-28 01:59:25] "POST /ref-update HTTP/1.1" 200 156 0.006851 10.0.0.19 - - [2025-04-28 01:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.19 - - [2025-04-28 01:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.19 - - [2025-04-28 01:59:25] "POST /ref-update HTTP/1.1" 200 156 0.007009 10.0.0.19 - - [2025-04-28 01:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.19 - - [2025-04-28 01:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.19 - - [2025-04-28 01:59:25] "POST /ref-update HTTP/1.1" 200 156 0.006752 10.0.0.19 - - [2025-04-28 01:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.19 - - [2025-04-28 01:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.19 - - [2025-04-28 01:59:26] "POST /ref-update HTTP/1.1" 200 156 0.006803 10.0.0.19 - - [2025-04-28 01:59:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.19 - - [2025-04-28 01:59:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.19 - - [2025-04-28 01:59:26] "POST /ref-update HTTP/1.1" 200 156 0.008024 10.0.0.19 - - [2025-04-28 01:59:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.19 - - [2025-04-28 01:59:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.19 - - [2025-04-28 01:59:26] "POST /ref-update HTTP/1.1" 200 156 0.007673 10.0.0.19 - - [2025-04-28 01:59:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.19 - - [2025-04-28 01:59:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.19 - - [2025-04-28 01:59:26] "POST /ref-update HTTP/1.1" 200 156 0.006955 10.0.0.19 - - [2025-04-28 01:59:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.19 - - [2025-04-28 01:59:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.19 - - [2025-04-28 01:59:26] "POST /ref-update HTTP/1.1" 200 156 0.007554 10.0.0.19 - - [2025-04-28 01:59:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.19 - - [2025-04-28 01:59:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.19 - - [2025-04-28 01:59:26] "POST /ref-update HTTP/1.1" 200 156 0.006936 10.0.0.19 - - [2025-04-28 01:59:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003988 10.0.0.19 - - [2025-04-28 01:59:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.19 - - [2025-04-28 01:59:26] "POST /ref-update HTTP/1.1" 200 156 0.007744 10.0.0.19 - - [2025-04-28 01:59:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.19 - - [2025-04-28 01:59:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.19 - - [2025-04-28 01:59:27] "POST /ref-update HTTP/1.1" 200 156 0.008261 10.0.0.19 - - [2025-04-28 01:59:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.19 - - [2025-04-28 01:59:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.19 - - [2025-04-28 01:59:27] "POST /ref-update HTTP/1.1" 200 156 0.006909 10.0.0.19 - - [2025-04-28 01:59:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.19 - - [2025-04-28 01:59:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.19 - - [2025-04-28 01:59:27] "POST /ref-update HTTP/1.1" 200 156 0.007975 10.0.0.19 - - [2025-04-28 01:59:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.19 - - [2025-04-28 01:59:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.19 - - [2025-04-28 01:59:27] "POST /ref-update HTTP/1.1" 200 156 0.007610 10.0.0.19 - - [2025-04-28 01:59:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.19 - - [2025-04-28 01:59:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.19 - - [2025-04-28 01:59:27] "POST /ref-update HTTP/1.1" 200 156 0.008560 10.0.0.19 - - [2025-04-28 01:59:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.19 - - [2025-04-28 01:59:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.19 - - [2025-04-28 01:59:27] "POST /ref-update HTTP/1.1" 200 156 0.008535 10.0.0.19 - - [2025-04-28 01:59:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.19 - - [2025-04-28 01:59:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.19 - - [2025-04-28 01:59:27] "POST /ref-update HTTP/1.1" 200 156 0.006639 10.0.0.19 - - [2025-04-28 01:59:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.19 - - [2025-04-28 01:59:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.19 - - [2025-04-28 01:59:28] "POST /ref-update HTTP/1.1" 200 156 0.007634 10.0.0.19 - - [2025-04-28 01:59:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.19 - - [2025-04-28 01:59:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.19 - - [2025-04-28 01:59:28] "POST /ref-update HTTP/1.1" 200 156 0.007072 10.0.0.19 - - [2025-04-28 01:59:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.19 - - [2025-04-28 01:59:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.19 - - [2025-04-28 01:59:28] "POST /ref-update HTTP/1.1" 200 156 0.009552 10.0.0.19 - - [2025-04-28 01:59:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.19 - - [2025-04-28 01:59:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.19 - - [2025-04-28 01:59:28] "POST /ref-update HTTP/1.1" 200 156 0.006670 10.0.0.19 - - [2025-04-28 01:59:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.19 - - [2025-04-28 01:59:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.19 - - [2025-04-28 01:59:28] "POST /ref-update HTTP/1.1" 200 156 0.007313 10.0.0.19 - - [2025-04-28 01:59:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.19 - - [2025-04-28 01:59:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.19 - - [2025-04-28 01:59:28] "POST /ref-update HTTP/1.1" 200 156 0.007730 10.0.0.19 - - [2025-04-28 01:59:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002728 10.0.0.19 - - [2025-04-28 01:59:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.19 - - [2025-04-28 01:59:29] "POST /ref-update HTTP/1.1" 200 156 0.007232 10.0.0.19 - - [2025-04-28 01:59:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.19 - - [2025-04-28 01:59:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.19 - - [2025-04-28 01:59:29] "POST /ref-update HTTP/1.1" 200 156 0.007148 10.0.0.19 - - [2025-04-28 01:59:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.19 - - [2025-04-28 01:59:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.19 - - [2025-04-28 01:59:29] "POST /ref-update HTTP/1.1" 200 156 0.006941 10.0.0.19 - - [2025-04-28 01:59:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.19 - - [2025-04-28 01:59:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.19 - - [2025-04-28 01:59:29] "POST /ref-update HTTP/1.1" 200 156 0.009297 10.0.0.19 - - [2025-04-28 01:59:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.19 - - [2025-04-28 01:59:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.19 - - [2025-04-28 01:59:29] "POST /ref-update HTTP/1.1" 200 156 0.007476 10.0.0.19 - - [2025-04-28 01:59:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.19 - - [2025-04-28 01:59:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.19 - - [2025-04-28 01:59:29] "POST /ref-update HTTP/1.1" 200 156 0.007262 10.0.0.19 - - [2025-04-28 01:59:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002720 10.0.0.19 - - [2025-04-28 01:59:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.19 - - [2025-04-28 01:59:29] "POST /ref-update HTTP/1.1" 200 156 0.006943 10.0.0.19 - - [2025-04-28 01:59:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.19 - - [2025-04-28 01:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.19 - - [2025-04-28 01:59:30] "POST /ref-update HTTP/1.1" 200 156 0.007290 10.0.0.19 - - [2025-04-28 01:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.19 - - [2025-04-28 01:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.19 - - [2025-04-28 01:59:30] "POST /ref-update HTTP/1.1" 200 156 0.010370 10.0.0.19 - - [2025-04-28 01:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.19 - - [2025-04-28 01:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.19 - - [2025-04-28 01:59:30] "POST /ref-update HTTP/1.1" 200 156 0.007192 10.0.0.19 - - [2025-04-28 01:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.19 - - [2025-04-28 01:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.19 - - [2025-04-28 01:59:30] "POST /ref-update HTTP/1.1" 200 156 0.006885 10.0.0.19 - - [2025-04-28 01:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.19 - - [2025-04-28 01:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.19 - - [2025-04-28 01:59:30] "POST /ref-update HTTP/1.1" 200 156 0.007309 10.0.0.19 - - [2025-04-28 01:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.19 - - [2025-04-28 01:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.19 - - [2025-04-28 01:59:30] "POST /ref-update HTTP/1.1" 200 156 0.007082 10.0.0.19 - - [2025-04-28 01:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.19 - - [2025-04-28 01:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.19 - - [2025-04-28 01:59:30] "POST /ref-update HTTP/1.1" 200 156 0.007258 10.0.0.19 - - [2025-04-28 01:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.19 - - [2025-04-28 01:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.19 - - [2025-04-28 01:59:31] "POST /ref-update HTTP/1.1" 200 156 0.007145 10.0.0.19 - - [2025-04-28 01:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.19 - - [2025-04-28 01:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.19 - - [2025-04-28 01:59:31] "POST /ref-update HTTP/1.1" 200 156 0.007803 10.0.0.19 - - [2025-04-28 01:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.19 - - [2025-04-28 01:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.19 - - [2025-04-28 01:59:31] "POST /ref-update HTTP/1.1" 200 156 0.007487 10.0.0.19 - - [2025-04-28 01:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.19 - - [2025-04-28 01:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.19 - - [2025-04-28 01:59:31] "POST /ref-update HTTP/1.1" 200 156 0.007866 10.0.0.19 - - [2025-04-28 01:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.19 - - [2025-04-28 01:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.19 - - [2025-04-28 01:59:31] "POST /ref-update HTTP/1.1" 200 156 0.006850 10.0.0.19 - - [2025-04-28 01:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.19 - - [2025-04-28 01:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.19 - - [2025-04-28 01:59:31] "POST /ref-update HTTP/1.1" 200 156 0.006724 10.0.0.19 - - [2025-04-28 01:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.19 - - [2025-04-28 01:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.19 - - [2025-04-28 01:59:32] "POST /ref-update HTTP/1.1" 200 156 0.006959 10.0.0.19 - - [2025-04-28 01:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.19 - - [2025-04-28 01:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.19 - - [2025-04-28 01:59:32] "POST /ref-update HTTP/1.1" 200 156 0.007010 10.0.0.19 - - [2025-04-28 01:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.19 - - [2025-04-28 01:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.19 - - [2025-04-28 01:59:32] "POST /ref-update HTTP/1.1" 200 156 0.007432 10.0.0.19 - - [2025-04-28 01:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.19 - - [2025-04-28 01:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.19 - - [2025-04-28 01:59:32] "POST /ref-update HTTP/1.1" 200 156 0.008833 10.0.0.19 - - [2025-04-28 01:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.19 - - [2025-04-28 01:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.19 - - [2025-04-28 01:59:32] "POST /ref-update HTTP/1.1" 200 156 0.007175 10.0.0.19 - - [2025-04-28 01:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.19 - - [2025-04-28 01:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.19 - - [2025-04-28 01:59:32] "POST /ref-update HTTP/1.1" 200 156 0.007252 10.0.0.19 - - [2025-04-28 01:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.19 - - [2025-04-28 01:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.19 - - [2025-04-28 01:59:32] "POST /ref-update HTTP/1.1" 200 156 0.007005 10.0.0.19 - - [2025-04-28 01:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.19 - - [2025-04-28 01:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.19 - - [2025-04-28 01:59:33] "POST /ref-update HTTP/1.1" 200 156 0.007905 10.0.0.19 - - [2025-04-28 01:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.19 - - [2025-04-28 01:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.19 - - [2025-04-28 01:59:33] "POST /ref-update HTTP/1.1" 200 156 0.007909 10.0.0.19 - - [2025-04-28 01:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.19 - - [2025-04-28 01:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.19 - - [2025-04-28 01:59:33] "POST /ref-update HTTP/1.1" 200 156 0.006752 10.0.0.19 - - [2025-04-28 01:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.19 - - [2025-04-28 01:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.19 - - [2025-04-28 01:59:33] "POST /ref-update HTTP/1.1" 200 156 0.007483 10.0.0.19 - - [2025-04-28 01:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002703 10.0.0.19 - - [2025-04-28 01:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.19 - - [2025-04-28 01:59:33] "POST /ref-update HTTP/1.1" 200 156 0.006478 10.0.0.19 - - [2025-04-28 01:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.19 - - [2025-04-28 01:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.19 - - [2025-04-28 01:59:33] "POST /ref-update HTTP/1.1" 200 156 0.006547 10.0.0.19 - - [2025-04-28 01:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.19 - - [2025-04-28 01:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.19 - - [2025-04-28 01:59:33] "POST /ref-update HTTP/1.1" 200 156 0.007756 10.0.0.19 - - [2025-04-28 01:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.19 - - [2025-04-28 01:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.19 - - [2025-04-28 01:59:34] "POST /ref-update HTTP/1.1" 200 156 0.007033 10.0.0.19 - - [2025-04-28 01:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.19 - - [2025-04-28 01:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.19 - - [2025-04-28 01:59:34] "POST /ref-update HTTP/1.1" 200 156 0.008233 10.0.0.19 - - [2025-04-28 01:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.19 - - [2025-04-28 01:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.19 - - [2025-04-28 01:59:34] "POST /ref-update HTTP/1.1" 200 156 0.006879 10.0.0.19 - - [2025-04-28 01:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.19 - - [2025-04-28 01:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.19 - - [2025-04-28 01:59:34] "POST /ref-update HTTP/1.1" 200 156 0.006930 10.0.0.19 - - [2025-04-28 01:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.19 - - [2025-04-28 01:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.19 - - [2025-04-28 01:59:34] "POST /ref-update HTTP/1.1" 200 156 0.008183 10.0.0.19 - - [2025-04-28 01:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.19 - - [2025-04-28 01:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.19 - - [2025-04-28 01:59:34] "POST /ref-update HTTP/1.1" 200 156 0.007404 10.0.0.19 - - [2025-04-28 01:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.19 - - [2025-04-28 01:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.19 - - [2025-04-28 01:59:35] "POST /ref-update HTTP/1.1" 200 156 0.021914 10.0.0.19 - - [2025-04-28 01:59:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.19 - - [2025-04-28 01:59:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.19 - - [2025-04-28 01:59:35] "POST /ref-update HTTP/1.1" 200 156 0.007761 10.0.0.19 - - [2025-04-28 01:59:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.19 - - [2025-04-28 01:59:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004087 10.0.0.19 - - [2025-04-28 01:59:35] "POST /ref-update HTTP/1.1" 200 156 0.009096 10.0.0.19 - - [2025-04-28 01:59:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.19 - - [2025-04-28 01:59:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.19 - - [2025-04-28 01:59:35] "POST /ref-update HTTP/1.1" 200 156 0.014584 10.0.0.19 - - [2025-04-28 01:59:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.19 - - [2025-04-28 01:59:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.19 - - [2025-04-28 01:59:35] "POST /ref-update HTTP/1.1" 200 156 0.008415 10.0.0.19 - - [2025-04-28 01:59:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.19 - - [2025-04-28 01:59:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.19 - - [2025-04-28 01:59:35] "POST /ref-update HTTP/1.1" 200 156 0.009990 10.0.0.19 - - [2025-04-28 01:59:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.19 - - [2025-04-28 01:59:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.19 - - [2025-04-28 01:59:35] "POST /ref-update HTTP/1.1" 200 156 0.008945 10.0.0.19 - - [2025-04-28 01:59:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.19 - - [2025-04-28 01:59:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.19 - - [2025-04-28 01:59:36] "POST /ref-update HTTP/1.1" 200 156 0.007359 10.0.0.19 - - [2025-04-28 01:59:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.19 - - [2025-04-28 01:59:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002709 10.0.0.19 - - [2025-04-28 01:59:36] "POST /ref-update HTTP/1.1" 200 156 0.013263 10.0.0.19 - - [2025-04-28 01:59:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.19 - - [2025-04-28 01:59:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.19 - - [2025-04-28 01:59:36] "POST /ref-update HTTP/1.1" 200 156 0.009263 10.0.0.19 - - [2025-04-28 01:59:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.19 - - [2025-04-28 01:59:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.19 - - [2025-04-28 01:59:36] "POST /ref-update HTTP/1.1" 200 156 0.007945 10.0.0.19 - - [2025-04-28 01:59:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.19 - - [2025-04-28 01:59:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.19 - - [2025-04-28 01:59:36] "POST /ref-update HTTP/1.1" 200 156 0.007380 10.0.0.19 - - [2025-04-28 01:59:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.19 - - [2025-04-28 01:59:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.19 - - [2025-04-28 01:59:36] "POST /ref-update HTTP/1.1" 200 156 0.007920 10.0.0.19 - - [2025-04-28 01:59:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.19 - - [2025-04-28 01:59:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.19 - - [2025-04-28 01:59:37] "POST /ref-update HTTP/1.1" 200 156 0.007112 10.0.0.19 - - [2025-04-28 01:59:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.19 - - [2025-04-28 01:59:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.19 - - [2025-04-28 01:59:37] "POST /ref-update HTTP/1.1" 200 156 0.015265 10.0.0.19 - - [2025-04-28 01:59:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004213 10.0.0.19 - - [2025-04-28 01:59:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.19 - - [2025-04-28 01:59:37] "POST /ref-update HTTP/1.1" 200 156 0.007492 10.0.0.19 - - [2025-04-28 01:59:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.19 - - [2025-04-28 01:59:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.19 - - [2025-04-28 01:59:37] "GET / HTTP/1.1" 200 35931 0.002060 10.0.0.19 - - [2025-04-28 01:59:37] "POST /ref-update HTTP/1.1" 200 156 0.009089 10.0.0.19 - - [2025-04-28 01:59:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000379 10.0.0.19 - - [2025-04-28 01:59:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.19 - - [2025-04-28 01:59:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.19 - - [2025-04-28 01:59:37] "POST /ref-update HTTP/1.1" 200 156 0.007199 10.0.0.19 - - [2025-04-28 01:59:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.19 - - [2025-04-28 01:59:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.19 - - [2025-04-28 01:59:37] "POST /ref-update HTTP/1.1" 200 156 0.006984 10.0.0.19 - - [2025-04-28 01:59:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.19 - - [2025-04-28 01:59:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.021129 10.0.0.19 - - [2025-04-28 01:59:37] "GET /routing-instance/02df255e-fc23-4c39-8504-aab3760ae9eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1173 0.003546 10.0.0.19 - - [2025-04-28 01:59:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.19 - - [2025-04-28 01:59:37] "POST /bgp-routers HTTP/1.1" 200 620 0.019417 10.0.0.19 - - [2025-04-28 01:59:37] "POST /ref-update HTTP/1.1" 200 156 0.006423 10.0.0.19 - - [2025-04-28 01:59:37] "GET /bgp-router/dce8ef4a-8eaa-400d-97d2-ec60e58f8ff6?fields=global_system_config_back_refs HTTP/1.1" 200 1117 0.004585 10.0.0.19 - - [2025-04-28 01:59:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.19 - - [2025-04-28 01:59:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004686 10.0.0.19 - - [2025-04-28 01:59:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.19 - - [2025-04-28 01:59:38] "GET /global-system-config/06da6ae6-eb11-466f-a2b4-7aca4fe3cbdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2340 0.006061 10.0.0.19 - - [2025-04-28 01:59:38] "POST /ref-update HTTP/1.1" 200 156 0.006660 10.0.0.19 - - [2025-04-28 01:59:38] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003094 10.0.0.19 - - [2025-04-28 01:59:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.19 - - [2025-04-28 01:59:38] "POST /ref-update HTTP/1.1" 200 156 0.007532 10.0.0.19 - - [2025-04-28 01:59:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.19 - - [2025-04-28 01:59:38] "POST /ref-update HTTP/1.1" 200 156 0.008744 10.0.0.19 - - [2025-04-28 01:59:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.19 - - [2025-04-28 01:59:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.19 - - [2025-04-28 01:59:38] "POST /ref-update HTTP/1.1" 200 156 0.006965 10.0.0.19 - - [2025-04-28 01:59:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.19 - - [2025-04-28 01:59:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.19 - - [2025-04-28 01:59:38] "POST /ref-update HTTP/1.1" 200 156 0.007658 10.0.0.19 - - [2025-04-28 01:59:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.19 - - [2025-04-28 01:59:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.19 - - [2025-04-28 01:59:38] "POST /ref-update HTTP/1.1" 200 156 0.007531 10.0.0.19 - - [2025-04-28 01:59:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.19 - - [2025-04-28 01:59:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.19 - - [2025-04-28 01:59:38] "POST /ref-update HTTP/1.1" 200 156 0.007796 10.0.0.19 - - [2025-04-28 01:59:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.19 - - [2025-04-28 01:59:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.19 - - [2025-04-28 01:59:39] "POST /ref-update HTTP/1.1" 200 156 0.007558 10.0.0.19 - - [2025-04-28 01:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.19 - - [2025-04-28 01:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.19 - - [2025-04-28 01:59:39] "POST /ref-update HTTP/1.1" 200 156 0.007667 10.0.0.19 - - [2025-04-28 01:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.19 - - [2025-04-28 01:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.19 - - [2025-04-28 01:59:39] "POST /ref-update HTTP/1.1" 200 156 0.007799 10.0.0.19 - - [2025-04-28 01:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.19 - - [2025-04-28 01:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.19 - - [2025-04-28 01:59:39] "POST /ref-update HTTP/1.1" 200 156 0.007685 10.0.0.19 - - [2025-04-28 01:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.19 - - [2025-04-28 01:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.19 - - [2025-04-28 01:59:39] "POST /ref-update HTTP/1.1" 200 156 0.007600 10.0.0.19 - - [2025-04-28 01:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.19 - - [2025-04-28 01:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.19 - - [2025-04-28 01:59:39] "POST /ref-update HTTP/1.1" 200 156 0.007585 10.0.0.19 - - [2025-04-28 01:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.19 - - [2025-04-28 01:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.19 - - [2025-04-28 01:59:39] "POST /ref-update HTTP/1.1" 200 156 0.009147 10.0.0.19 - - [2025-04-28 01:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.19 - - [2025-04-28 01:59:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.19 - - [2025-04-28 01:59:40] "POST /ref-update HTTP/1.1" 200 156 0.007043 10.0.0.19 - - [2025-04-28 01:59:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.19 - - [2025-04-28 01:59:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.19 - - [2025-04-28 01:59:40] "POST /ref-update HTTP/1.1" 200 156 0.010011 10.0.0.19 - - [2025-04-28 01:59:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.19 - - [2025-04-28 01:59:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.19 - - [2025-04-28 01:59:40] "POST /ref-update HTTP/1.1" 200 156 0.007435 10.0.0.19 - - [2025-04-28 01:59:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.19 - - [2025-04-28 01:59:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.19 - - [2025-04-28 01:59:40] "POST /ref-update HTTP/1.1" 200 156 0.007305 10.0.0.19 - - [2025-04-28 01:59:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.19 - - [2025-04-28 01:59:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.19 - - [2025-04-28 01:59:40] "POST /ref-update HTTP/1.1" 200 156 0.007740 10.0.0.19 - - [2025-04-28 01:59:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.19 - - [2025-04-28 01:59:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.19 - - [2025-04-28 01:59:40] "POST /ref-update HTTP/1.1" 200 156 0.007405 10.0.0.19 - - [2025-04-28 01:59:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.19 - - [2025-04-28 01:59:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.19 - - [2025-04-28 01:59:41] "POST /ref-update HTTP/1.1" 200 156 0.007320 10.0.0.19 - - [2025-04-28 01:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.19 - - [2025-04-28 01:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.19 - - [2025-04-28 01:59:41] "POST /ref-update HTTP/1.1" 200 156 0.007571 10.0.0.19 - - [2025-04-28 01:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.19 - - [2025-04-28 01:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.19 - - [2025-04-28 01:59:41] "POST /ref-update HTTP/1.1" 200 156 0.007406 10.0.0.19 - - [2025-04-28 01:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.19 - - [2025-04-28 01:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.19 - - [2025-04-28 01:59:41] "POST /ref-update HTTP/1.1" 200 156 0.007198 10.0.0.19 - - [2025-04-28 01:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.19 - - [2025-04-28 01:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.19 - - [2025-04-28 01:59:41] "POST /ref-update HTTP/1.1" 200 156 0.007515 10.0.0.19 - - [2025-04-28 01:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.19 - - [2025-04-28 01:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.19 - - [2025-04-28 01:59:41] "POST /ref-update HTTP/1.1" 200 156 0.007511 10.0.0.19 - - [2025-04-28 01:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.19 - - [2025-04-28 01:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.19 - - [2025-04-28 01:59:41] "POST /ref-update HTTP/1.1" 200 156 0.008111 10.0.0.19 - - [2025-04-28 01:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.19 - - [2025-04-28 01:59:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.19 - - [2025-04-28 01:59:42] "POST /ref-update HTTP/1.1" 200 156 0.007643 10.0.0.19 - - [2025-04-28 01:59:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.19 - - [2025-04-28 01:59:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.19 - - [2025-04-28 01:59:42] "POST /ref-update HTTP/1.1" 200 156 0.007580 10.0.0.19 - - [2025-04-28 01:59:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.19 - - [2025-04-28 01:59:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.19 - - [2025-04-28 01:59:42] "POST /ref-update HTTP/1.1" 200 156 0.010076 10.0.0.19 - - [2025-04-28 01:59:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.19 - - [2025-04-28 01:59:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.19 - - [2025-04-28 01:59:42] "POST /ref-update HTTP/1.1" 200 156 0.006830 10.0.0.19 - - [2025-04-28 01:59:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.19 - - [2025-04-28 01:59:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.19 - - [2025-04-28 01:59:42] "POST /ref-update HTTP/1.1" 200 156 0.007183 10.0.0.19 - - [2025-04-28 01:59:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.19 - - [2025-04-28 01:59:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.19 - - [2025-04-28 01:59:42] "POST /ref-update HTTP/1.1" 200 156 0.007454 10.0.0.19 - - [2025-04-28 01:59:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.19 - - [2025-04-28 01:59:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.19 - - [2025-04-28 01:59:42] "POST /ref-update HTTP/1.1" 200 156 0.007269 10.0.0.19 - - [2025-04-28 01:59:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.19 - - [2025-04-28 01:59:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.19 - - [2025-04-28 01:59:43] "POST /ref-update HTTP/1.1" 200 156 0.007226 10.0.0.19 - - [2025-04-28 01:59:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.19 - - [2025-04-28 01:59:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.19 - - [2025-04-28 01:59:43] "POST /ref-update HTTP/1.1" 200 156 0.007468 10.0.0.19 - - [2025-04-28 01:59:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.19 - - [2025-04-28 01:59:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.19 - - [2025-04-28 01:59:43] "POST /ref-update HTTP/1.1" 200 156 0.007086 10.0.0.19 - - [2025-04-28 01:59:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.19 - - [2025-04-28 01:59:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.19 - - [2025-04-28 01:59:43] "POST /ref-update HTTP/1.1" 200 156 0.007599 10.0.0.19 - - [2025-04-28 01:59:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.19 - - [2025-04-28 01:59:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.19 - - [2025-04-28 01:59:43] "POST /ref-update HTTP/1.1" 200 156 0.007618 10.0.0.19 - - [2025-04-28 01:59:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.19 - - [2025-04-28 01:59:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.19 - - [2025-04-28 01:59:43] "POST /ref-update HTTP/1.1" 200 156 0.007015 10.0.0.19 - - [2025-04-28 01:59:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.19 - - [2025-04-28 01:59:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004587 10.0.0.19 - - [2025-04-28 01:59:44] "POST /ref-update HTTP/1.1" 200 156 0.009748 10.0.0.19 - - [2025-04-28 01:59:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.19 - - [2025-04-28 01:59:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.19 - - [2025-04-28 01:59:44] "POST /ref-update HTTP/1.1" 200 156 0.007762 10.0.0.19 - - [2025-04-28 01:59:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.19 - - [2025-04-28 01:59:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.19 - - [2025-04-28 01:59:44] "POST /ref-update HTTP/1.1" 200 156 0.008990 10.0.0.19 - - [2025-04-28 01:59:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.19 - - [2025-04-28 01:59:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.19 - - [2025-04-28 01:59:44] "POST /ref-update HTTP/1.1" 200 156 0.009513 10.0.0.19 - - [2025-04-28 01:59:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.19 - - [2025-04-28 01:59:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.19 - - [2025-04-28 01:59:44] "POST /ref-update HTTP/1.1" 200 156 0.006830 10.0.0.19 - - [2025-04-28 01:59:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.19 - - [2025-04-28 01:59:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.19 - - [2025-04-28 01:59:44] "POST /ref-update HTTP/1.1" 200 156 0.007471 10.0.0.19 - - [2025-04-28 01:59:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.19 - - [2025-04-28 01:59:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.19 - - [2025-04-28 01:59:44] "POST /ref-update HTTP/1.1" 200 156 0.007737 10.0.0.19 - - [2025-04-28 01:59:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.19 - - [2025-04-28 01:59:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.19 - - [2025-04-28 01:59:45] "POST /ref-update HTTP/1.1" 200 156 0.006968 10.0.0.19 - - [2025-04-28 01:59:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.19 - - [2025-04-28 01:59:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.19 - - [2025-04-28 01:59:45] "POST /ref-update HTTP/1.1" 200 156 0.007929 10.0.0.19 - - [2025-04-28 01:59:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.19 - - [2025-04-28 01:59:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.19 - - [2025-04-28 01:59:45] "POST /ref-update HTTP/1.1" 200 156 0.008623 10.0.0.19 - - [2025-04-28 01:59:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.19 - - [2025-04-28 01:59:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.19 - - [2025-04-28 01:59:45] "POST /ref-update HTTP/1.1" 200 156 0.008464 10.0.0.19 - - [2025-04-28 01:59:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.19 - - [2025-04-28 01:59:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.19 - - [2025-04-28 01:59:45] "POST /ref-update HTTP/1.1" 200 156 0.007698 10.0.0.19 - - [2025-04-28 01:59:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.19 - - [2025-04-28 01:59:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.19 - - [2025-04-28 01:59:45] "POST /ref-update HTTP/1.1" 200 156 0.007861 10.0.0.19 - - [2025-04-28 01:59:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.19 - - [2025-04-28 01:59:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.19 - - [2025-04-28 01:59:46] "POST /ref-update HTTP/1.1" 200 156 0.007838 10.0.0.19 - - [2025-04-28 01:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.19 - - [2025-04-28 01:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.19 - - [2025-04-28 01:59:46] "POST /ref-update HTTP/1.1" 200 156 0.007837 10.0.0.19 - - [2025-04-28 01:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.19 - - [2025-04-28 01:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.19 - - [2025-04-28 01:59:46] "POST /ref-update HTTP/1.1" 200 156 0.008259 10.0.0.19 - - [2025-04-28 01:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.19 - - [2025-04-28 01:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.19 - - [2025-04-28 01:59:46] "POST /ref-update HTTP/1.1" 200 156 0.008414 10.0.0.19 - - [2025-04-28 01:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.19 - - [2025-04-28 01:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.19 - - [2025-04-28 01:59:46] "POST /ref-update HTTP/1.1" 200 156 0.008989 10.0.0.19 - - [2025-04-28 01:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.19 - - [2025-04-28 01:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.19 - - [2025-04-28 01:59:46] "POST /ref-update HTTP/1.1" 200 156 0.008427 10.0.0.19 - - [2025-04-28 01:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.19 - - [2025-04-28 01:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.19 - - [2025-04-28 01:59:46] "POST /ref-update HTTP/1.1" 200 156 0.009239 10.0.0.19 - - [2025-04-28 01:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.19 - - [2025-04-28 01:59:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.19 - - [2025-04-28 01:59:47] "POST /ref-update HTTP/1.1" 200 156 0.008220 10.0.0.19 - - [2025-04-28 01:59:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.19 - - [2025-04-28 01:59:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.19 - - [2025-04-28 01:59:47] "POST /ref-update HTTP/1.1" 200 156 0.008827 10.0.0.19 - - [2025-04-28 01:59:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.19 - - [2025-04-28 01:59:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.19 - - [2025-04-28 01:59:47] "POST /ref-update HTTP/1.1" 200 156 0.008844 10.0.0.19 - - [2025-04-28 01:59:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.19 - - [2025-04-28 01:59:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.19 - - [2025-04-28 01:59:47] "POST /ref-update HTTP/1.1" 200 156 0.009268 10.0.0.19 - - [2025-04-28 01:59:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.19 - - [2025-04-28 01:59:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.19 - - [2025-04-28 01:59:47] "POST /ref-update HTTP/1.1" 200 156 0.007537 10.0.0.19 - - [2025-04-28 01:59:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.19 - - [2025-04-28 01:59:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.19 - - [2025-04-28 01:59:47] "POST /ref-update HTTP/1.1" 200 156 0.009275 10.0.0.19 - - [2025-04-28 01:59:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.19 - - [2025-04-28 01:59:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.19 - - [2025-04-28 01:59:47] "POST /ref-update HTTP/1.1" 200 156 0.007333 10.0.0.19 - - [2025-04-28 01:59:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.19 - - [2025-04-28 01:59:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.19 - - [2025-04-28 01:59:48] "POST /ref-update HTTP/1.1" 200 156 0.008667 10.0.0.19 - - [2025-04-28 01:59:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.19 - - [2025-04-28 01:59:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.19 - - [2025-04-28 01:59:48] "POST /ref-update HTTP/1.1" 200 156 0.007944 10.0.0.19 - - [2025-04-28 01:59:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.19 - - [2025-04-28 01:59:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.19 - - [2025-04-28 01:59:48] "POST /ref-update HTTP/1.1" 200 156 0.008427 10.0.0.19 - - [2025-04-28 01:59:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.19 - - [2025-04-28 01:59:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.19 - - [2025-04-28 01:59:48] "POST /ref-update HTTP/1.1" 200 156 0.008035 10.0.0.19 - - [2025-04-28 01:59:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.19 - - [2025-04-28 01:59:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.19 - - [2025-04-28 01:59:48] "POST /ref-update HTTP/1.1" 200 156 0.008194 10.0.0.19 - - [2025-04-28 01:59:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.19 - - [2025-04-28 01:59:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.19 - - [2025-04-28 01:59:48] "POST /ref-update HTTP/1.1" 200 156 0.008282 10.0.0.19 - - [2025-04-28 01:59:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.19 - - [2025-04-28 01:59:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.19 - - [2025-04-28 01:59:49] "POST /ref-update HTTP/1.1" 200 156 0.009282 10.0.0.19 - - [2025-04-28 01:59:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.19 - - [2025-04-28 01:59:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.19 - - [2025-04-28 01:59:49] "POST /ref-update HTTP/1.1" 200 156 0.008282 10.0.0.19 - - [2025-04-28 01:59:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004201 10.0.0.19 - - [2025-04-28 01:59:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004294 10.0.0.19 - - [2025-04-28 01:59:49] "POST /ref-update HTTP/1.1" 200 156 0.009970 10.0.0.19 - - [2025-04-28 01:59:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.19 - - [2025-04-28 01:59:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.19 - - [2025-04-28 01:59:49] "POST /ref-update HTTP/1.1" 200 156 0.007921 10.0.0.19 - - [2025-04-28 01:59:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.19 - - [2025-04-28 01:59:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.19 - - [2025-04-28 01:59:49] "POST /ref-update HTTP/1.1" 200 156 0.007739 10.0.0.19 - - [2025-04-28 01:59:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.19 - - [2025-04-28 01:59:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.19 - - [2025-04-28 01:59:49] "POST /ref-update HTTP/1.1" 200 156 0.008321 10.0.0.19 - - [2025-04-28 01:59:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002777 10.0.0.19 - - [2025-04-28 01:59:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.19 - - [2025-04-28 01:59:49] "POST /ref-update HTTP/1.1" 200 156 0.008444 10.0.0.19 - - [2025-04-28 01:59:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.19 - - [2025-04-28 01:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.19 - - [2025-04-28 01:59:50] "POST /ref-update HTTP/1.1" 200 156 0.007845 10.0.0.19 - - [2025-04-28 01:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.19 - - [2025-04-28 01:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.19 - - [2025-04-28 01:59:50] "POST /ref-update HTTP/1.1" 200 156 0.007935 10.0.0.19 - - [2025-04-28 01:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.19 - - [2025-04-28 01:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.19 - - [2025-04-28 01:59:50] "POST /ref-update HTTP/1.1" 200 156 0.007907 10.0.0.19 - - [2025-04-28 01:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.19 - - [2025-04-28 01:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.19 - - [2025-04-28 01:59:50] "POST /ref-update HTTP/1.1" 200 156 0.007453 10.0.0.19 - - [2025-04-28 01:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.19 - - [2025-04-28 01:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.19 - - [2025-04-28 01:59:50] "POST /ref-update HTTP/1.1" 200 156 0.007717 10.0.0.19 - - [2025-04-28 01:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.19 - - [2025-04-28 01:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.19 - - [2025-04-28 01:59:50] "POST /ref-update HTTP/1.1" 200 156 0.007976 10.0.0.19 - - [2025-04-28 01:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.19 - - [2025-04-28 01:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002768 10.0.0.19 - - [2025-04-28 01:59:50] "POST /ref-update HTTP/1.1" 200 156 0.008109 10.0.0.19 - - [2025-04-28 01:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.19 - - [2025-04-28 01:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.19 - - [2025-04-28 01:59:51] "POST /ref-update HTTP/1.1" 200 156 0.007836 10.0.0.19 - - [2025-04-28 01:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.19 - - [2025-04-28 01:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.19 - - [2025-04-28 01:59:51] "POST /ref-update HTTP/1.1" 200 156 0.008114 10.0.0.19 - - [2025-04-28 01:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.19 - - [2025-04-28 01:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.19 - - [2025-04-28 01:59:51] "POST /ref-update HTTP/1.1" 200 156 0.008571 10.0.0.19 - - [2025-04-28 01:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004076 10.0.0.19 - - [2025-04-28 01:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.19 - - [2025-04-28 01:59:51] "POST /ref-update HTTP/1.1" 200 156 0.007509 10.0.0.19 - - [2025-04-28 01:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.19 - - [2025-04-28 01:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.19 - - [2025-04-28 01:59:51] "POST /ref-update HTTP/1.1" 200 156 0.008096 10.0.0.19 - - [2025-04-28 01:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.19 - - [2025-04-28 01:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.19 - - [2025-04-28 01:59:51] "POST /ref-update HTTP/1.1" 200 156 0.007870 10.0.0.19 - - [2025-04-28 01:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.19 - - [2025-04-28 01:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.19 - - [2025-04-28 01:59:52] "POST /ref-update HTTP/1.1" 200 156 0.007664 10.0.0.19 - - [2025-04-28 01:59:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.19 - - [2025-04-28 01:59:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.19 - - [2025-04-28 01:59:52] "POST /ref-update HTTP/1.1" 200 156 0.008319 10.0.0.19 - - [2025-04-28 01:59:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.19 - - [2025-04-28 01:59:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.19 - - [2025-04-28 01:59:52] "POST /ref-update HTTP/1.1" 200 156 0.008005 10.0.0.19 - - [2025-04-28 01:59:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.19 - - [2025-04-28 01:59:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.19 - - [2025-04-28 01:59:52] "POST /ref-update HTTP/1.1" 200 156 0.008095 10.0.0.19 - - [2025-04-28 01:59:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.19 - - [2025-04-28 01:59:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.19 - - [2025-04-28 01:59:52] "POST /ref-update HTTP/1.1" 200 156 0.008254 10.0.0.19 - - [2025-04-28 01:59:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.19 - - [2025-04-28 01:59:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004007 10.0.0.19 - - [2025-04-28 01:59:52] "POST /ref-update HTTP/1.1" 200 156 0.008094 10.0.0.19 - - [2025-04-28 01:59:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.19 - - [2025-04-28 01:59:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.19 - - [2025-04-28 01:59:52] "POST /ref-update HTTP/1.1" 200 156 0.008701 10.0.0.19 - - [2025-04-28 01:59:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.19 - - [2025-04-28 01:59:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.19 - - [2025-04-28 01:59:53] "POST /ref-update HTTP/1.1" 200 156 0.008273 10.0.0.19 - - [2025-04-28 01:59:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.19 - - [2025-04-28 01:59:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.19 - - [2025-04-28 01:59:53] "POST /ref-update HTTP/1.1" 200 156 0.007135 10.0.0.19 - - [2025-04-28 01:59:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.19 - - [2025-04-28 01:59:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.19 - - [2025-04-28 01:59:53] "POST /ref-update HTTP/1.1" 200 156 0.007252 10.0.0.19 - - [2025-04-28 01:59:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.19 - - [2025-04-28 01:59:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.19 - - [2025-04-28 01:59:53] "POST /ref-update HTTP/1.1" 200 156 0.006911 10.0.0.19 - - [2025-04-28 01:59:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.19 - - [2025-04-28 01:59:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002718 10.0.0.19 - - [2025-04-28 01:59:53] "POST /ref-update HTTP/1.1" 200 156 0.007560 10.0.0.19 - - [2025-04-28 01:59:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002567 10.0.0.19 - - [2025-04-28 01:59:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.19 - - [2025-04-28 01:59:53] "POST /ref-update HTTP/1.1" 200 156 0.007125 10.0.0.19 - - [2025-04-28 01:59:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.19 - - [2025-04-28 01:59:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.19 - - [2025-04-28 01:59:53] "POST /ref-update HTTP/1.1" 200 156 0.006810 10.0.0.19 - - [2025-04-28 01:59:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.19 - - [2025-04-28 01:59:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.19 - - [2025-04-28 01:59:54] "POST /ref-update HTTP/1.1" 200 156 0.007466 10.0.0.19 - - [2025-04-28 01:59:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.19 - - [2025-04-28 01:59:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.19 - - [2025-04-28 01:59:54] "POST /ref-update HTTP/1.1" 200 156 0.010177 10.0.0.19 - - [2025-04-28 01:59:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.19 - - [2025-04-28 01:59:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.19 - - [2025-04-28 01:59:54] "POST /ref-update HTTP/1.1" 200 156 0.007012 10.0.0.19 - - [2025-04-28 01:59:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.19 - - [2025-04-28 01:59:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.19 - - [2025-04-28 01:59:54] "POST /ref-update HTTP/1.1" 200 156 0.008698 10.0.0.19 - - [2025-04-28 01:59:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.19 - - [2025-04-28 01:59:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.19 - - [2025-04-28 01:59:54] "POST /ref-update HTTP/1.1" 200 156 0.009408 10.0.0.19 - - [2025-04-28 01:59:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.19 - - [2025-04-28 01:59:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.19 - - [2025-04-28 01:59:54] "POST /ref-update HTTP/1.1" 200 156 0.010092 10.0.0.19 - - [2025-04-28 01:59:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.19 - - [2025-04-28 01:59:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.19 - - [2025-04-28 01:59:55] "POST /ref-update HTTP/1.1" 200 156 0.011025 10.0.0.19 - - [2025-04-28 01:59:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.19 - - [2025-04-28 01:59:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.19 - - [2025-04-28 01:59:55] "POST /ref-update HTTP/1.1" 200 156 0.009364 10.0.0.19 - - [2025-04-28 01:59:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.19 - - [2025-04-28 01:59:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.19 - - [2025-04-28 01:59:55] "POST /ref-update HTTP/1.1" 200 156 0.009739 10.0.0.19 - - [2025-04-28 01:59:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.19 - - [2025-04-28 01:59:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.19 - - [2025-04-28 01:59:55] "POST /ref-update HTTP/1.1" 200 156 0.009296 10.0.0.19 - - [2025-04-28 01:59:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.19 - - [2025-04-28 01:59:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.19 - - [2025-04-28 01:59:55] "POST /ref-update HTTP/1.1" 200 156 0.009850 10.0.0.19 - - [2025-04-28 01:59:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.19 - - [2025-04-28 01:59:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.19 - - [2025-04-28 01:59:55] "POST /ref-update HTTP/1.1" 200 156 0.007589 10.0.0.19 - - [2025-04-28 01:59:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.19 - - [2025-04-28 01:59:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.19 - - [2025-04-28 01:59:55] "POST /ref-update HTTP/1.1" 200 156 0.009799 10.0.0.19 - - [2025-04-28 01:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.19 - - [2025-04-28 01:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.19 - - [2025-04-28 01:59:56] "POST /ref-update HTTP/1.1" 200 156 0.008077 10.0.0.19 - - [2025-04-28 01:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.19 - - [2025-04-28 01:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.19 - - [2025-04-28 01:59:56] "POST /ref-update HTTP/1.1" 200 156 0.007711 10.0.0.19 - - [2025-04-28 01:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.19 - - [2025-04-28 01:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.19 - - [2025-04-28 01:59:56] "POST /ref-update HTTP/1.1" 200 156 0.008240 10.0.0.19 - - [2025-04-28 01:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.19 - - [2025-04-28 01:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.19 - - [2025-04-28 01:59:56] "POST /ref-update HTTP/1.1" 200 156 0.008000 10.0.0.19 - - [2025-04-28 01:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.19 - - [2025-04-28 01:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.19 - - [2025-04-28 01:59:56] "POST /ref-update HTTP/1.1" 200 156 0.007616 10.0.0.19 - - [2025-04-28 01:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.19 - - [2025-04-28 01:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004224 10.0.0.19 - - [2025-04-28 01:59:56] "POST /ref-update HTTP/1.1" 200 156 0.008460 10.0.0.19 - - [2025-04-28 01:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.19 - - [2025-04-28 01:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.19 - - [2025-04-28 01:59:57] "POST /ref-update HTTP/1.1" 200 156 0.007586 10.0.0.19 - - [2025-04-28 01:59:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.19 - - [2025-04-28 01:59:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.19 - - [2025-04-28 01:59:57] "POST /ref-update HTTP/1.1" 200 156 0.007922 10.0.0.19 - - [2025-04-28 01:59:57] "POST /network-ipams HTTP/1.1" 200 550 0.017602 10.0.0.19 - - [2025-04-28 01:59:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002498 10.0.0.19 - - [2025-04-28 01:59:57] "POST /virtual-networks HTTP/1.1" 200 552 0.100019 10.0.0.19 - - [2025-04-28 01:59:57] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.002872 10.0.0.19 - - [2025-04-28 01:59:57] "POST /fqname-to-id HTTP/1.1" 404 188 0.002974 10.0.0.19 - - [2025-04-28 01:59:57] "POST /fqname-to-id HTTP/1.1" 404 178 0.002738 10.0.0.19 - - [2025-04-28 01:59:57] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.002962 10.0.0.19 - - [2025-04-28 01:59:57] "GET /fabric/7890cc6a-300a-4dbe-9e02-f42e69d58c50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1116 0.004318 10.0.0.19 - - [2025-04-28 01:59:57] "POST /fqname-to-id HTTP/1.1" 404 198 0.002909 10.0.0.19 - - [2025-04-28 01:59:57] "POST /fqname-to-id HTTP/1.1" 404 205 0.003299 10.0.0.19 - - [2025-04-28 01:59:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.002720 10.0.0.19 - - [2025-04-28 01:59:57] "POST /route-targets HTTP/1.1" 200 327 0.009791 10.0.0.19 - - [2025-04-28 01:59:57] "POST /ref-update HTTP/1.1" 200 156 0.010596 10.0.0.19 - - [2025-04-28 02:00:06] "GET / HTTP/1.1" 200 35931 0.001585 10.0.0.19 - - [2025-04-28 02:00:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000427 10.0.0.19 - - [2025-04-28 02:00:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.024879 10.0.0.19 - - [2025-04-28 02:00:06] "GET /global-system-config/06da6ae6-eb11-466f-a2b4-7aca4fe3cbdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.007004 10.0.0.19 - - [2025-04-28 02:00:06] "POST /fqname-to-id HTTP/1.1" 404 220 0.002815 10.0.0.19 - - [2025-04-28 02:00:06] "POST /database-nodes HTTP/1.1" 200 603 0.024766 10.0.0.19 - - [2025-04-28 02:00:37] "GET / HTTP/1.1" 200 35931 0.001766 10.0.0.19 - - [2025-04-28 02:00:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000420 10.0.0.19 - - [2025-04-28 02:00:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.022776 10.0.0.19 - - [2025-04-28 02:00:37] "GET /global-system-config/06da6ae6-eb11-466f-a2b4-7aca4fe3cbdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005376 10.0.0.19 - - [2025-04-28 02:00:37] "POST /fqname-to-id HTTP/1.1" 404 220 0.002988 10.0.0.19 - - [2025-04-28 02:00:37] "POST /analytics-nodes HTTP/1.1" 200 605 0.015489 10.0.0.19 - - [2025-04-28 02:00:43] "GET / HTTP/1.1" 200 35931 0.001986 10.0.0.19 - - [2025-04-28 02:00:50] "GET / HTTP/1.1" 200 35931 0.002638 10.0.0.19 - - [2025-04-28 02:00:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000489 10.0.0.19 - - [2025-04-28 02:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.022169 10.0.0.19 - - [2025-04-28 02:00:50] "GET /global-system-config/06da6ae6-eb11-466f-a2b4-7aca4fe3cbdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005462 10.0.0.19 - - [2025-04-28 02:00:50] "POST /fqname-to-id HTTP/1.1" 404 220 0.004492 10.0.0.19 - - [2025-04-28 02:00:50] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.051774 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.19 - - [2025-04-28 02:00:57] "GET /obj-perms HTTP/1.1" 200 5056 0.389653 10.0.0.19 - - [2025-04-28 02:00:57] "GET /obj-perms HTTP/1.1" 200 5056 0.046248 10.0.0.19 - - [2025-04-28 02:00:58] "GET / HTTP/1.1" 200 35931 0.001464 10.0.0.19 - - [2025-04-28 02:00:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000425 10.0.0.19 - - [2025-04-28 02:00:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.022110 10.0.0.19 - - [2025-04-28 02:00:58] "GET /global-system-config/06da6ae6-eb11-466f-a2b4-7aca4fe3cbdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.006755 10.0.0.19 - - [2025-04-28 02:00:58] "POST /fqname-to-id HTTP/1.1" 404 220 0.002945 10.0.0.19 - - [2025-04-28 02:00:58] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.015913 10.0.0.19 - - [2025-04-28 02:01:57] "GET /obj-perms HTTP/1.1" 200 5056 0.039542 10.0.0.19 - - [2025-04-28 02:01:58] "GET /obj-perms HTTP/1.1" 200 5056 0.040698 10.0.0.19 - - [2025-04-28 02:02:25] "GET / HTTP/1.1" 200 35931 0.003022 10.0.0.19 - - [2025-04-28 02:02:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000499 10.0.0.19 - - [2025-04-28 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.021912 10.0.0.19 - - [2025-04-28 02:02:26] "GET /global-system-config/06da6ae6-eb11-466f-a2b4-7aca4fe3cbdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005409 10.0.0.19 - - [2025-04-28 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.19 - - [2025-04-28 02:02:26] "GET /routing-instance/02df255e-fc23-4c39-8504-aab3760ae9eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1173 0.003970 10.0.0.19 - - [2025-04-28 02:02:26] "PUT /global-system-config/06da6ae6-eb11-466f-a2b4-7aca4fe3cbdf HTTP/1.1" 200 274 0.010952 10.0.0.19 - - [2025-04-28 02:02:26] "POST /fqname-to-id HTTP/1.1" 404 218 0.002879 10.0.0.19 - - [2025-04-28 02:02:26] "POST /virtual-routers HTTP/1.1" 200 603 0.017308 10.0.0.19 - - [2025-04-28 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.19 - - [2025-04-28 02:02:26] "GET /virtual-router/d75bee4e-2ede-468f-b719-70932f99ee35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.005172 10.0.0.19 - - [2025-04-28 02:02:26] "POST /fqname-to-id HTTP/1.1" 404 231 0.002751 10.0.0.19 - - [2025-04-28 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.19 - - [2025-04-28 02:02:26] "GET /virtual-network/d95ae129-8b27-4aa4-85b2-827b3e7eedb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.005156 10.0.0.19 - - [2025-04-28 02:02:26] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.066749 10.0.0.19 - - [2025-04-28 02:02:27] "PUT /access-control-list/895ab6b1-919d-4e38-bb43-7dd740eb7489 HTTP/1.1" 200 272 0.010196 [Introspect:8084]10.0.0.19 - - [2025-04-28 02:02:34] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000936 [Introspect:8084]10.0.0.19 - - [2025-04-28 02:02:34] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3225 0.001081 [Introspect:8084]10.0.0.19 - - [2025-04-28 02:02:46] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000979 [Introspect:8084]10.0.0.19 - - [2025-04-28 02:02:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3225 0.000871 10.0.0.19 - - [2025-04-28 02:02:58] "GET /obj-perms HTTP/1.1" 200 5056 0.040016 10.0.0.19 - - [2025-04-28 02:02:58] "GET /obj-perms HTTP/1.1" 200 5056 0.037923 [Introspect:8084]10.0.0.19 - - [2025-04-28 02:02:59] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000841 [Introspect:8084]10.0.0.19 - - [2025-04-28 02:02:59] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000866 [Introspect:8084]10.0.0.19 - - [2025-04-28 02:03:01] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001043 [Introspect:8084]10.0.0.19 - - [2025-04-28 02:03:01] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000820 10.0.0.19 - - [2025-04-28 02:03:53] "GET / HTTP/1.1" 200 35931 0.001507 10.0.0.19 - - [2025-04-28 02:03:54] "GET /project/16719d8b-0468-4f8d-af53-5ed4e32b925f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000494 10.0.0.19 - - [2025-04-28 02:03:54] "GET /projects?obj_uuids=16719d8b-0468-4f8d-af53-5ed4e32b925f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.019035 10.0.0.19 - - [2025-04-28 02:03:54] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001387 10.0.0.19 - - [2025-04-28 02:03:54] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.068091 10.0.0.19 - - [2025-04-28 02:03:55] "POST /id-to-fqname HTTP/1.1" 200 167 0.001500 10.0.0.19 - - [2025-04-28 02:03:55] "POST /fqname-to-id HTTP/1.1" 404 176 0.002121 10.0.0.19 - - [2025-04-28 02:03:55] "POST /security-groups HTTP/1.1" 200 568 0.059867 10.0.0.19 - - [2025-04-28 02:03:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.024943 10.0.0.19 - - [2025-04-28 02:03:55] "POST /projects HTTP/1.1" 200 539 0.210738 10.0.0.19 - - [2025-04-28 02:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.276360 10.0.0.19 - - [2025-04-28 02:03:55] "POST /access-control-lists HTTP/1.1" 200 573 0.059362 10.0.0.19 - - [2025-04-28 02:03:55] "GET /project/16719d8b-0468-4f8d-af53-5ed4e32b925f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.458454 10.0.0.19 - - [2025-04-28 02:03:55] "POST /fqname-to-id HTTP/1.1" 404 206 0.008478 10.0.0.19 - - [2025-04-28 02:03:55] "POST /access-control-lists HTTP/1.1" 200 571 0.060723 10.0.0.19 - - [2025-04-28 02:03:55] "DELETE /project/16719d8b04684f8daf535ed4e32b925f HTTP/1.1" 404 173 0.002832 [Introspect:8084]10.0.0.19 - - [2025-04-28 02:03:55] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001078 10.0.0.19 - - [2025-04-28 02:03:56] "POST /fqname-to-id HTTP/1.1" 404 199 0.019442 10.0.0.19 - - [2025-04-28 02:03:56] "GET /projects?obj_uuids=c0e70614-b121-40e7-8158-8c6d19259bcf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002441 10.0.0.19 - - [2025-04-28 02:03:56] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001309 10.0.0.19 - - [2025-04-28 02:03:56] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007143 10.0.0.19 - - [2025-04-28 02:03:56] "POST /id-to-fqname HTTP/1.1" 200 201 0.002280 10.0.0.19 - - [2025-04-28 02:03:56] "POST /fqname-to-id HTTP/1.1" 404 210 0.003145 10.0.0.19 - - [2025-04-28 02:03:56] "POST /security-groups HTTP/1.1" 200 602 0.066453 10.0.0.19 - - [2025-04-28 02:03:56] "POST /fqname-to-id HTTP/1.1" 404 245 0.003435 10.0.0.19 - - [2025-04-28 02:03:56] "POST /projects HTTP/1.1" 200 607 0.224234 10.0.0.19 - - [2025-04-28 02:03:56] "POST /access-control-lists HTTP/1.1" 200 607 0.057582 10.0.0.19 - - [2025-04-28 02:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.295708 10.0.0.19 - - [2025-04-28 02:03:56] "POST /fqname-to-id HTTP/1.1" 404 244 0.002807 10.0.0.19 - - [2025-04-28 02:03:56] "GET /project/c0e70614-b121-40e7-8158-8c6d19259bcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.409060 10.0.0.19 - - [2025-04-28 02:03:56] "POST /access-control-lists HTTP/1.1" 200 605 0.060362 10.0.0.19 - - [2025-04-28 02:03:57] "GET / HTTP/1.1" 200 35931 0.002016 10.0.0.19 - - [2025-04-28 02:03:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000584 10.0.0.19 - - [2025-04-28 02:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.048146 10.0.0.19 - - [2025-04-28 02:03:58] "GET /projects?obj_uuids=c0e70614-b121-40e7-8158-8c6d19259bcf&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001095 10.0.0.19 - - [2025-04-28 02:03:58] "GET /project/c0e70614-b121-40e7-8158-8c6d19259bcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.023518 10.0.0.19 - - [2025-04-28 02:03:58] "POST /neutron/network HTTP/1.1" 200 117 0.037097 10.0.0.19 - - [2025-04-28 02:03:58] "GET /projects?obj_uuids=c0e70614-b121-40e7-8158-8c6d19259bcf&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001082 10.0.0.19 - - [2025-04-28 02:03:58] "POST /neutron/network HTTP/1.1" 200 620 0.092127 10.0.0.19 - - [2025-04-28 02:03:58] "POST /route-targets HTTP/1.1" 200 327 0.017900 10.0.0.19 - - [2025-04-28 02:03:58] "POST /ref-update HTTP/1.1" 200 156 0.019545 10.0.0.19 - - [2025-04-28 02:03:59] "POST /useragent-kv HTTP/1.1" 200 115 0.006515 10.0.0.19 - - [2025-04-28 02:03:59] "POST /neutron/subnet HTTP/1.1" 200 720 0.185207 10.0.0.19 - - [2025-04-28 02:03:59] "POST /neutron/network HTTP/1.1" 200 838 0.006615 10.0.0.19 - - [2025-04-28 02:03:59] "POST /id-to-fqname HTTP/1.1" 200 233 0.001138 10.0.0.19 - - [2025-04-28 02:03:59] "GET /virtual-network/56e881c9-eb7c-45f9-98f2-51f74ae18656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007894 10.0.0.19 - - [2025-04-28 02:03:59] "GET /obj-perms HTTP/1.1" 200 5056 0.051589 10.0.0.19 - - [2025-04-28 02:03:59] "POST /neutron/network HTTP/1.1" 200 838 0.005639 10.0.0.19 - - [2025-04-28 02:03:59] "GET /virtual-network/56e881c9-eb7c-45f9-98f2-51f74ae18656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004747 10.0.0.19 - - [2025-04-28 02:03:59] "POST /neutron/network HTTP/1.1" 200 838 0.006272 10.0.0.19 - - [2025-04-28 02:03:59] "POST /neutron/subnet HTTP/1.1" 200 720 0.008009 10.0.0.19 - - [2025-04-28 02:03:59] "GET /domains HTTP/1.1" 401 292 0.000376 10.0.0.19 - - [2025-04-28 02:03:59] "GET /domains HTTP/1.1" 200 280 0.029569 10.0.0.19 - - [2025-04-28 02:03:59] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001347 10.0.0.19 - - [2025-04-28 02:03:59] "GET /obj-perms HTTP/1.1" 200 5056 0.321387 10.0.0.19 - - [2025-04-28 02:03:59] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003 HTTP/1.1" 200 2584 0.014683 10.0.0.19 - - [2025-04-28 02:03:59] "GET /projects?obj_uuids=c0e70614-b121-40e7-8158-8c6d19259bcf&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001721 10.0.0.19 - - [2025-04-28 02:03:59] "GET /project/c0e70614-b121-40e7-8158-8c6d19259bcf HTTP/1.1" 200 2168 0.068169 10.0.0.19 - - [2025-04-28 02:03:59] "GET /virtual-network/56e881c9-eb7c-45f9-98f2-51f74ae18656 HTTP/1.1" 200 2338 0.005800 10.0.0.19 - - [2025-04-28 02:03:59] "GET /virtual-network/56e881c9-eb7c-45f9-98f2-51f74ae18656 HTTP/1.1" 200 2338 0.004316 10.0.0.19 - - [2025-04-28 02:03:59] "GET /routing-instance/4df551de-6c55-4b3c-b903-2b4e169c14d8 HTTP/1.1" 200 1494 0.002877 10.0.0.19 - - [2025-04-28 02:03:59] "GET /routing-instance/4df551de-6c55-4b3c-b903-2b4e169c14d8 HTTP/1.1" 200 1494 0.002615 10.0.0.19 - - [2025-04-28 02:03:59] "GET /route-target/04b82022-6fb6-4abf-8560-f18626151155 HTTP/1.1" 200 1217 0.002839 10.0.0.19 - - [2025-04-28 02:03:59] "GET /virtual-network/56e881c9-eb7c-45f9-98f2-51f74ae18656 HTTP/1.1" 200 2338 0.003977 10.0.0.19 - - [2025-04-28 02:03:59] "GET /routing-instance/4df551de-6c55-4b3c-b903-2b4e169c14d8 HTTP/1.1" 200 1494 0.002679 10.0.0.19 - - [2025-04-28 02:03:59] "GET /virtual-network/56e881c9-eb7c-45f9-98f2-51f74ae18656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.003955 10.0.0.19 - - [2025-04-28 02:03:59] "GET /virtual-network/56e881c9-eb7c-45f9-98f2-51f74ae18656 HTTP/1.1" 200 2338 0.003927 10.0.0.19 - - [2025-04-28 02:03:59] "GET /routing-instance/4df551de-6c55-4b3c-b903-2b4e169c14d8 HTTP/1.1" 200 1494 0.002567 10.0.0.19 - - [2025-04-28 02:03:59] "GET /routing-instance/4df551de-6c55-4b3c-b903-2b4e169c14d8 HTTP/1.1" 200 1494 0.002529 10.0.0.19 - - [2025-04-28 02:03:59] "GET /route-target/04b82022-6fb6-4abf-8560-f18626151155 HTTP/1.1" 200 1217 0.002267 10.0.0.19 - - [2025-04-28 02:03:59] "GET /domains HTTP/1.1" 200 280 0.002294 10.0.0.19 - - [2025-04-28 02:03:59] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000854 10.0.0.19 - - [2025-04-28 02:03:59] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003 HTTP/1.1" 200 2584 0.006157 10.0.0.19 - - [2025-04-28 02:03:59] "GET /projects?obj_uuids=c0e70614-b121-40e7-8158-8c6d19259bcf&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000952 10.0.0.19 - - [2025-04-28 02:03:59] "GET /project/c0e70614-b121-40e7-8158-8c6d19259bcf HTTP/1.1" 200 2168 0.065383 10.0.0.19 - - [2025-04-28 02:04:00] "GET /virtual-network/56e881c9-eb7c-45f9-98f2-51f74ae18656 HTTP/1.1" 200 2338 0.004153 10.0.0.19 - - [2025-04-28 02:04:00] "GET /obj-perms HTTP/1.1" 200 5052 0.041903 10.0.0.19 - - [2025-04-28 02:04:00] "POST /id-to-fqname HTTP/1.1" 200 233 0.001401 10.0.0.19 - - [2025-04-28 02:04:01] "POST /neutron/network HTTP/1.1" 200 848 0.006125 10.0.0.19 - - [2025-04-28 02:04:01] "GET /aaa-mode HTTP/1.1" 401 292 0.000438 10.0.0.19 - - [2025-04-28 02:04:02] "GET / HTTP/1.1" 200 35931 0.001500 10.0.0.19 - - [2025-04-28 02:04:02] "GET /project/c0e70614-b121-40e7-8158-8c6d19259bcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000409 10.0.0.19 - - [2025-04-28 02:04:02] "GET /projects?obj_uuids=c0e70614-b121-40e7-8158-8c6d19259bcf&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001067 10.0.0.19 - - [2025-04-28 02:04:02] "GET /project/c0e70614-b121-40e7-8158-8c6d19259bcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.061445 10.0.0.19 - - [2025-04-28 02:04:03] "POST /neutron/network HTTP/1.1" 200 838 0.028453 10.0.0.19 - - [2025-04-28 02:04:03] "POST /neutron/port HTTP/1.1" 200 117 0.006872 10.0.0.19 - - [2025-04-28 02:04:03] "POST /neutron/port HTTP/1.1" 200 117 0.005748 10.0.0.19 - - [2025-04-28 02:04:03] "POST /neutron/port HTTP/1.1" 200 117 0.006411 10.0.0.19 - - [2025-04-28 02:04:04] "POST /neutron/network HTTP/1.1" 200 848 0.006146 10.0.0.19 - - [2025-04-28 02:04:04] "GET /projects?obj_uuids=c0e70614-b121-40e7-8158-8c6d19259bcf&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001173 10.0.0.19 - - [2025-04-28 02:04:04] "POST /neutron/port HTTP/1.1" 200 1070 0.217750 10.0.0.19 - - [2025-04-28 02:04:04] "POST /neutron/port HTTP/1.1" 200 1070 0.027390 10.0.0.19 - - [2025-04-28 02:04:04] "POST /neutron/port HTTP/1.1" 200 1070 0.006908 10.0.0.19 - - [2025-04-28 02:04:04] "POST /neutron/port HTTP/1.1" 200 1124 0.060441 10.0.0.19 - - [2025-04-28 02:04:04] "POST /neutron/port HTTP/1.1" 200 1098 0.012339 10.0.0.19 - - [2025-04-28 02:04:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002548 10.0.0.19 - - [2025-04-28 02:04:04] "POST /neutron/subnet HTTP/1.1" 200 694 0.008856 10.0.0.19 - - [2025-04-28 02:04:04] "POST /neutron/port HTTP/1.1" 200 117 0.000977 10.0.0.19 - - [2025-04-28 02:04:05] "POST /neutron/network HTTP/1.1" 200 838 0.006922 10.0.0.19 - - [2025-04-28 02:04:08] "POST /neutron/port HTTP/1.1" 200 1098 0.014283 10.0.0.19 - - [2025-04-28 02:04:08] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006515 10.0.0.19 - - [2025-04-28 02:04:08] "GET /obj-perms HTTP/1.1" 200 5052 0.003269 10.0.0.19 - - [2025-04-28 02:04:08] "GET /global-system-configs HTTP/1.1" 200 322 0.002765 10.0.0.19 - - [2025-04-28 02:04:08] "GET /obj-perms HTTP/1.1" 200 5056 0.029128 10.0.0.19 - - [2025-04-28 02:04:09] "GET /global-system-configs HTTP/1.1" 200 322 0.038635 10.0.0.19 - - [2025-04-28 02:04:09] "GET /obj-perms HTTP/1.1" 200 5056 0.057164 10.0.0.19 - - [2025-04-28 02:04:09] "GET /obj-perms HTTP/1.1" 200 5052 0.003488 10.0.0.19 - - [2025-04-28 02:04:10] "GET /obj-perms HTTP/1.1" 200 5052 0.003391 10.0.0.19 - - [2025-04-28 02:04:11] "GET /obj-perms HTTP/1.1" 200 5052 0.003357 10.0.0.19 - - [2025-04-28 02:04:12] "GET /obj-perms HTTP/1.1" 200 5052 0.003418 10.0.0.19 - - [2025-04-28 02:04:13] "POST /neutron/network HTTP/1.1" 200 838 0.008984 10.0.0.19 - - [2025-04-28 02:04:13] "POST /neutron/network HTTP/1.1" 400 204 0.009040 10.0.0.19 - - [2025-04-28 02:04:14] "POST /neutron/port HTTP/1.1" 200 1098 0.013468 10.0.0.19 - - [2025-04-28 02:04:14] "POST /neutron/port HTTP/1.1" 200 1124 0.008034 10.0.0.19 - - [2025-04-28 02:04:14] "POST /neutron/port HTTP/1.1" 200 151 0.109132 10.0.0.19 - - [2025-04-28 02:04:15] "POST /neutron/network HTTP/1.1" 200 838 0.005723 10.0.0.19 - - [2025-04-28 02:04:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003539 10.0.0.19 - - [2025-04-28 02:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.19 - - [2025-04-28 02:04:15] "POST /useragent-kv HTTP/1.1" 200 115 0.001713 10.0.0.19 - - [2025-04-28 02:04:15] "POST /neutron/network HTTP/1.1" 200 151 0.074580 10.0.0.19 - - [2025-04-28 02:04:15] "DELETE /route-target/04b82022-6fb6-4abf-8560-f18626151155 HTTP/1.1" 200 115 0.019063 10.0.0.19 - - [2025-04-28 02:04:15] "GET /routing-instance/4df551de-6c55-4b3c-b903-2b4e169c14d8 HTTP/1.1" 404 171 0.002666 10.0.0.19 - - [2025-04-28 02:04:15] "GET /domains HTTP/1.1" 200 280 0.002158 10.0.0.19 - - [2025-04-28 02:04:15] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001422 10.0.0.19 - - [2025-04-28 02:04:15] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003 HTTP/1.1" 200 2584 0.048712 10.0.0.19 - - [2025-04-28 02:04:15] "GET /projects?obj_uuids=c0e70614-b121-40e7-8158-8c6d19259bcf&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001044 10.0.0.19 - - [2025-04-28 02:04:16] "GET /project/c0e70614-b121-40e7-8158-8c6d19259bcf HTTP/1.1" 200 1918 0.065032 10.0.0.19 - - [2025-04-28 02:04:16] "GET /projects?obj_uuids=c0e70614-b121-40e7-8158-8c6d19259bcf&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001093 10.0.0.19 - - [2025-04-28 02:04:16] "GET /project/c0e70614-b121-40e7-8158-8c6d19259bcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.056621 10.0.0.19 - - [2025-04-28 02:04:16] "GET /projects?obj_uuids=c0e70614-b121-40e7-8158-8c6d19259bcf&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001123 10.0.0.19 - - [2025-04-28 02:04:16] "GET /project/c0e70614-b121-40e7-8158-8c6d19259bcf?fields=virtual_networks HTTP/1.1" 200 1054 0.028493 10.0.0.19 - - [2025-04-28 02:04:16] "GET /projects?obj_uuids=c0e70614-b121-40e7-8158-8c6d19259bcf&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001449 10.0.0.19 - - [2025-04-28 02:04:16] "GET /project/c0e70614-b121-40e7-8158-8c6d19259bcf?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.035720 10.0.0.19 - - [2025-04-28 02:04:16] "GET /projects?obj_uuids=c0e70614-b121-40e7-8158-8c6d19259bcf&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001111 10.0.0.19 - - [2025-04-28 02:04:16] "GET /project/c0e70614-b121-40e7-8158-8c6d19259bcf?fields=security_groups HTTP/1.1" 200 1291 0.038082 10.0.0.19 - - [2025-04-28 02:04:17] "POST /fqname-to-id HTTP/1.1" 404 200 0.022713 10.0.0.19 - - [2025-04-28 02:04:17] "GET /projects?obj_uuids=4ebecb57-5065-469c-b353-db795e59b4d3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003686 10.0.0.19 - - [2025-04-28 02:04:17] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001053 10.0.0.19 - - [2025-04-28 02:04:17] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007811 10.0.0.19 - - [2025-04-28 02:04:17] "POST /id-to-fqname HTTP/1.1" 200 202 0.001417 10.0.0.19 - - [2025-04-28 02:04:17] "POST /fqname-to-id HTTP/1.1" 404 211 0.008585 10.0.0.19 - - [2025-04-28 02:04:17] "POST /security-groups HTTP/1.1" 200 603 0.064514 10.0.0.19 - - [2025-04-28 02:04:17] "POST /fqname-to-id HTTP/1.1" 404 246 0.002706 10.0.0.19 - - [2025-04-28 02:04:17] "POST /projects HTTP/1.1" 200 609 0.236122 10.0.0.19 - - [2025-04-28 02:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.268804 10.0.0.19 - - [2025-04-28 02:04:17] "POST /access-control-lists HTTP/1.1" 200 608 0.061430 10.0.0.19 - - [2025-04-28 02:04:17] "GET /project/4ebecb57-5065-469c-b353-db795e59b4d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.387740 10.0.0.19 - - [2025-04-28 02:04:17] "POST /fqname-to-id HTTP/1.1" 404 245 0.002987 10.0.0.19 - - [2025-04-28 02:04:17] "POST /access-control-lists HTTP/1.1" 200 606 0.064121 10.0.0.19 - - [2025-04-28 02:04:18] "GET / HTTP/1.1" 200 35931 0.003157 10.0.0.19 - - [2025-04-28 02:04:19] "GET /projects?obj_uuids=16719d8b-0468-4f8d-af53-5ed4e32b925f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001131 10.0.0.19 - - [2025-04-28 02:04:19] "GET /project/16719d8b-0468-4f8d-af53-5ed4e32b925f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.030875 10.0.0.19 - - [2025-04-28 02:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.19 - - [2025-04-28 02:04:19] "GET /security-group/9aa2ff42-6238-4683-9f80-a308f37bd78f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.004414 10.0.0.19 - - [2025-04-28 02:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.19 - - [2025-04-28 02:04:19] "GET /projects?obj_uuids=16719d8b-0468-4f8d-af53-5ed4e32b925f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001126 10.0.0.19 - - [2025-04-28 02:04:19] "GET /project/16719d8b-0468-4f8d-af53-5ed4e32b925f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.026927 10.0.0.19 - - [2025-04-28 02:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.19 - - [2025-04-28 02:04:20] "GET /security-group/9aa2ff42-6238-4683-9f80-a308f37bd78f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.004030 10.0.0.19 - - [2025-04-28 02:04:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.19 - - [2025-04-28 02:04:20] "PUT /security-group/9aa2ff42-6238-4683-9f80-a308f37bd78f HTTP/1.1" 200 262 0.013274 10.0.0.19 - - [2025-04-28 02:04:20] "PUT /access-control-list/fdbdc645-7636-4365-8a45-3e02361f3981 HTTP/1.1" 200 272 0.009640 10.0.0.19 - - [2025-04-28 02:04:20] "PUT /access-control-list/9a35289f-a5f7-45f0-860a-0297a2461b30 HTTP/1.1" 200 272 0.010449 10.0.0.19 - - [2025-04-28 02:04:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000737 10.0.0.19 - - [2025-04-28 02:04:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.052748 10.0.0.19 - - [2025-04-28 02:04:20] "GET /projects?obj_uuids=4ebecb57-5065-469c-b353-db795e59b4d3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001523 10.0.0.19 - - [2025-04-28 02:04:20] "GET /project/4ebecb57-5065-469c-b353-db795e59b4d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.030132 10.0.0.19 - - [2025-04-28 02:04:20] "POST /neutron/network HTTP/1.1" 200 117 0.026816 10.0.0.19 - - [2025-04-28 02:04:20] "GET /projects?obj_uuids=4ebecb57-5065-469c-b353-db795e59b4d3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001038 10.0.0.19 - - [2025-04-28 02:04:20] "POST /neutron/network HTTP/1.1" 200 619 0.073990 10.0.0.19 - - [2025-04-28 02:04:20] "POST /route-targets HTTP/1.1" 200 327 0.009245 10.0.0.19 - - [2025-04-28 02:04:20] "POST /ref-update HTTP/1.1" 200 156 0.013035 10.0.0.19 - - [2025-04-28 02:04:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002649 10.0.0.19 - - [2025-04-28 02:04:21] "POST /neutron/subnet HTTP/1.1" 200 720 0.205181 10.0.0.19 - - [2025-04-28 02:04:21] "POST /neutron/network HTTP/1.1" 200 837 0.005262 10.0.0.19 - - [2025-04-28 02:04:21] "POST /id-to-fqname HTTP/1.1" 200 233 0.001152 10.0.0.19 - - [2025-04-28 02:04:21] "GET /virtual-network/1947135c-ad8d-46fd-9274-8f36db53129f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004497 10.0.0.19 - - [2025-04-28 02:04:21] "POST /neutron/network HTTP/1.1" 200 837 0.005782 10.0.0.19 - - [2025-04-28 02:04:21] "GET /virtual-network/1947135c-ad8d-46fd-9274-8f36db53129f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005178 10.0.0.19 - - [2025-04-28 02:04:21] "POST /neutron/network HTTP/1.1" 200 837 0.006104 10.0.0.19 - - [2025-04-28 02:04:21] "POST /neutron/subnet HTTP/1.1" 200 720 0.006248 10.0.0.19 - - [2025-04-28 02:04:21] "GET /domains HTTP/1.1" 401 292 0.000378 10.0.0.19 - - [2025-04-28 02:04:21] "GET /domains HTTP/1.1" 200 280 0.022556 10.0.0.19 - - [2025-04-28 02:04:21] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000967 10.0.0.19 - - [2025-04-28 02:04:21] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003 HTTP/1.1" 200 2782 0.007505 10.0.0.19 - - [2025-04-28 02:04:21] "GET /projects?obj_uuids=4ebecb57-5065-469c-b353-db795e59b4d3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000920 10.0.0.19 - - [2025-04-28 02:04:21] "GET /project/4ebecb57-5065-469c-b353-db795e59b4d3 HTTP/1.1" 200 2174 0.070071 10.0.0.19 - - [2025-04-28 02:04:21] "GET /virtual-network/1947135c-ad8d-46fd-9274-8f36db53129f HTTP/1.1" 200 2336 0.006181 10.0.0.19 - - [2025-04-28 02:04:21] "GET /virtual-network/1947135c-ad8d-46fd-9274-8f36db53129f HTTP/1.1" 200 2336 0.004279 10.0.0.19 - - [2025-04-28 02:04:21] "GET /routing-instance/05467cca-22a9-4838-a292-ff09087ebd5f HTTP/1.1" 200 1490 0.002791 10.0.0.19 - - [2025-04-28 02:04:21] "GET /routing-instance/05467cca-22a9-4838-a292-ff09087ebd5f HTTP/1.1" 200 1490 0.002550 10.0.0.19 - - [2025-04-28 02:04:21] "GET /route-target/fe988e87-92ba-44a9-bfc7-d7f562efd0f9 HTTP/1.1" 200 1219 0.002375 10.0.0.19 - - [2025-04-28 02:04:21] "GET /virtual-network/1947135c-ad8d-46fd-9274-8f36db53129f HTTP/1.1" 200 2336 0.004151 10.0.0.19 - - [2025-04-28 02:04:21] "GET /routing-instance/05467cca-22a9-4838-a292-ff09087ebd5f HTTP/1.1" 200 1490 0.002861 10.0.0.19 - - [2025-04-28 02:04:21] "GET /virtual-network/1947135c-ad8d-46fd-9274-8f36db53129f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004203 10.0.0.19 - - [2025-04-28 02:04:21] "GET /virtual-network/1947135c-ad8d-46fd-9274-8f36db53129f HTTP/1.1" 200 2336 0.004513 10.0.0.19 - - [2025-04-28 02:04:21] "GET /routing-instance/05467cca-22a9-4838-a292-ff09087ebd5f HTTP/1.1" 200 1490 0.002722 10.0.0.19 - - [2025-04-28 02:04:21] "GET /routing-instance/05467cca-22a9-4838-a292-ff09087ebd5f HTTP/1.1" 200 1490 0.002614 10.0.0.19 - - [2025-04-28 02:04:21] "GET /route-target/fe988e87-92ba-44a9-bfc7-d7f562efd0f9 HTTP/1.1" 200 1219 0.002276 10.0.0.19 - - [2025-04-28 02:04:21] "GET /domains HTTP/1.1" 200 280 0.002323 10.0.0.19 - - [2025-04-28 02:04:21] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000959 10.0.0.19 - - [2025-04-28 02:04:21] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003 HTTP/1.1" 200 2782 0.006316 10.0.0.19 - - [2025-04-28 02:04:21] "GET /projects?obj_uuids=4ebecb57-5065-469c-b353-db795e59b4d3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002169 10.0.0.19 - - [2025-04-28 02:04:21] "GET /project/4ebecb57-5065-469c-b353-db795e59b4d3 HTTP/1.1" 200 2174 0.069395 10.0.0.19 - - [2025-04-28 02:04:21] "GET /virtual-network/1947135c-ad8d-46fd-9274-8f36db53129f HTTP/1.1" 200 2336 0.004365 10.0.0.19 - - [2025-04-28 02:04:22] "GET /obj-perms HTTP/1.1" 200 5054 0.045597 10.0.0.19 - - [2025-04-28 02:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.19 - - [2025-04-28 02:04:22] "GET /projects?obj_uuids=4ebecb57-5065-469c-b353-db795e59b4d3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000980 10.0.0.19 - - [2025-04-28 02:04:22] "GET /project/4ebecb57-5065-469c-b353-db795e59b4d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.023802 10.0.0.19 - - [2025-04-28 02:04:22] "POST /neutron/network HTTP/1.1" 200 117 0.010180 10.0.0.19 - - [2025-04-28 02:04:22] "GET /projects?obj_uuids=4ebecb57-5065-469c-b353-db795e59b4d3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001017 10.0.0.19 - - [2025-04-28 02:04:22] "POST /neutron/network HTTP/1.1" 200 619 0.064734 10.0.0.19 - - [2025-04-28 02:04:22] "POST /route-targets HTTP/1.1" 200 327 0.008903 10.0.0.19 - - [2025-04-28 02:04:22] "POST /ref-update HTTP/1.1" 200 156 0.009406 10.0.0.19 - - [2025-04-28 02:04:22] "POST /useragent-kv HTTP/1.1" 200 115 0.005865 10.0.0.19 - - [2025-04-28 02:04:22] "POST /neutron/subnet HTTP/1.1" 200 724 0.187879 10.0.0.19 - - [2025-04-28 02:04:22] "POST /neutron/network HTTP/1.1" 200 838 0.005251 10.0.0.19 - - [2025-04-28 02:04:22] "POST /id-to-fqname HTTP/1.1" 200 233 0.001192 10.0.0.19 - - [2025-04-28 02:04:22] "GET /virtual-network/e74e577e-705d-487b-8132-cd6a95ef7d52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004622 10.0.0.19 - - [2025-04-28 02:04:22] "POST /neutron/network HTTP/1.1" 200 838 0.005602 10.0.0.19 - - [2025-04-28 02:04:22] "GET /virtual-network/e74e577e-705d-487b-8132-cd6a95ef7d52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004619 10.0.0.19 - - [2025-04-28 02:04:22] "POST /neutron/network HTTP/1.1" 200 838 0.005462 10.0.0.19 - - [2025-04-28 02:04:22] "POST /neutron/subnet HTTP/1.1" 200 724 0.006106 10.0.0.19 - - [2025-04-28 02:04:22] "GET /domains HTTP/1.1" 200 280 0.001878 10.0.0.19 - - [2025-04-28 02:04:22] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000920 10.0.0.19 - - [2025-04-28 02:04:22] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003 HTTP/1.1" 200 2782 0.006044 10.0.0.19 - - [2025-04-28 02:04:22] "GET /projects?obj_uuids=4ebecb57-5065-469c-b353-db795e59b4d3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000897 10.0.0.19 - - [2025-04-28 02:04:22] "GET /project/4ebecb57-5065-469c-b353-db795e59b4d3 HTTP/1.1" 200 2402 0.063021 10.0.0.19 - - [2025-04-28 02:04:22] "GET /virtual-network/e74e577e-705d-487b-8132-cd6a95ef7d52 HTTP/1.1" 200 2339 0.005536 10.0.0.19 - - [2025-04-28 02:04:22] "GET /virtual-network/e74e577e-705d-487b-8132-cd6a95ef7d52 HTTP/1.1" 200 2339 0.004609 10.0.0.19 - - [2025-04-28 02:04:22] "GET /routing-instance/01e4961b-a81f-4f32-858d-579b70fe81b8 HTTP/1.1" 200 1489 0.003747 10.0.0.19 - - [2025-04-28 02:04:22] "GET /routing-instance/01e4961b-a81f-4f32-858d-579b70fe81b8 HTTP/1.1" 200 1489 0.002952 10.0.0.19 - - [2025-04-28 02:04:22] "GET /route-target/d6b51479-6d54-44e8-8998-862d51bb1d98 HTTP/1.1" 200 1218 0.002662 10.0.0.19 - - [2025-04-28 02:04:22] "GET /virtual-network/e74e577e-705d-487b-8132-cd6a95ef7d52 HTTP/1.1" 200 2339 0.004286 10.0.0.19 - - [2025-04-28 02:04:22] "GET /routing-instance/01e4961b-a81f-4f32-858d-579b70fe81b8 HTTP/1.1" 200 1489 0.002804 10.0.0.19 - - [2025-04-28 02:04:22] "GET /virtual-network/e74e577e-705d-487b-8132-cd6a95ef7d52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004076 10.0.0.19 - - [2025-04-28 02:04:22] "GET /virtual-network/e74e577e-705d-487b-8132-cd6a95ef7d52 HTTP/1.1" 200 2339 0.004023 10.0.0.19 - - [2025-04-28 02:04:22] "GET /routing-instance/01e4961b-a81f-4f32-858d-579b70fe81b8 HTTP/1.1" 200 1489 0.002597 10.0.0.19 - - [2025-04-28 02:04:22] "GET /routing-instance/01e4961b-a81f-4f32-858d-579b70fe81b8 HTTP/1.1" 200 1489 0.002905 10.0.0.19 - - [2025-04-28 02:04:22] "GET /route-target/d6b51479-6d54-44e8-8998-862d51bb1d98 HTTP/1.1" 200 1218 0.002386 10.0.0.19 - - [2025-04-28 02:04:23] "GET /domains HTTP/1.1" 200 280 0.002130 10.0.0.19 - - [2025-04-28 02:04:23] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000917 10.0.0.19 - - [2025-04-28 02:04:23] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003 HTTP/1.1" 200 2782 0.008531 10.0.0.19 - - [2025-04-28 02:04:23] "GET /projects?obj_uuids=4ebecb57-5065-469c-b353-db795e59b4d3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001187 10.0.0.19 - - [2025-04-28 02:04:23] "GET /project/4ebecb57-5065-469c-b353-db795e59b4d3 HTTP/1.1" 200 2402 0.062753 10.0.0.19 - - [2025-04-28 02:04:23] "GET /virtual-network/e74e577e-705d-487b-8132-cd6a95ef7d52 HTTP/1.1" 200 2339 0.005088 10.0.0.19 - - [2025-04-28 02:04:23] "GET /obj-perms HTTP/1.1" 200 5054 0.003366 10.0.0.19 - - [2025-04-28 02:04:23] "POST /id-to-fqname HTTP/1.1" 200 233 0.001281 10.0.0.19 - - [2025-04-28 02:04:23] "POST /neutron/network HTTP/1.1" 200 848 0.005801 10.0.0.19 - - [2025-04-28 02:04:23] "GET /aaa-mode HTTP/1.1" 401 292 0.000443 10.0.0.19 - - [2025-04-28 02:04:23] "GET / HTTP/1.1" 200 35931 0.001724 10.0.0.19 - - [2025-04-28 02:04:23] "GET /project/4ebecb57-5065-469c-b353-db795e59b4d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000431 10.0.0.19 - - [2025-04-28 02:04:23] "GET /projects?obj_uuids=4ebecb57-5065-469c-b353-db795e59b4d3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001284 10.0.0.19 - - [2025-04-28 02:04:23] "GET /project/4ebecb57-5065-469c-b353-db795e59b4d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.050643 10.0.0.19 - - [2025-04-28 02:04:24] "POST /neutron/network HTTP/1.1" 200 838 0.005578 10.0.0.19 - - [2025-04-28 02:04:24] "POST /neutron/port HTTP/1.1" 200 117 0.004856 10.0.0.19 - - [2025-04-28 02:04:24] "POST /neutron/port HTTP/1.1" 200 117 0.004809 10.0.0.19 - - [2025-04-28 02:04:24] "POST /id-to-fqname HTTP/1.1" 200 233 0.001390 10.0.0.19 - - [2025-04-28 02:04:24] "POST /neutron/port HTTP/1.1" 200 117 0.006201 10.0.0.19 - - [2025-04-28 02:04:24] "POST /neutron/network HTTP/1.1" 200 847 0.005592 10.0.0.19 - - [2025-04-28 02:04:24] "GET /aaa-mode HTTP/1.1" 401 292 0.000405 10.0.0.19 - - [2025-04-28 02:04:24] "POST /neutron/network HTTP/1.1" 200 848 0.005788 10.0.0.19 - - [2025-04-28 02:04:24] "GET /projects?obj_uuids=4ebecb57-5065-469c-b353-db795e59b4d3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001096 10.0.0.19 - - [2025-04-28 02:04:24] "GET / HTTP/1.1" 200 35931 0.001743 10.0.0.19 - - [2025-04-28 02:04:24] "GET /project/4ebecb57-5065-469c-b353-db795e59b4d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000492 10.0.0.19 - - [2025-04-28 02:04:24] "POST /neutron/port HTTP/1.1" 200 1072 0.261906 10.0.0.19 - - [2025-04-28 02:04:24] "POST /neutron/port HTTP/1.1" 200 1072 0.010520 10.0.0.19 - - [2025-04-28 02:04:24] "POST /neutron/port HTTP/1.1" 200 1072 0.009437 10.0.0.19 - - [2025-04-28 02:04:24] "POST /neutron/port HTTP/1.1" 200 1126 0.090709 10.0.0.19 - - [2025-04-28 02:04:24] "POST /neutron/port HTTP/1.1" 200 1100 0.012629 10.0.0.19 - - [2025-04-28 02:04:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002956 10.0.0.19 - - [2025-04-28 02:04:24] "POST /neutron/subnet HTTP/1.1" 200 698 0.008497 10.0.0.19 - - [2025-04-28 02:04:24] "POST /neutron/port HTTP/1.1" 200 117 0.001229 10.0.0.19 - - [2025-04-28 02:04:25] "POST /neutron/network HTTP/1.1" 200 838 0.009878 10.0.0.19 - - [2025-04-28 02:04:25] "GET /projects?obj_uuids=4ebecb57-5065-469c-b353-db795e59b4d3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000946 10.0.0.19 - - [2025-04-28 02:04:25] "GET /project/4ebecb57-5065-469c-b353-db795e59b4d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.045763 10.0.0.19 - - [2025-04-28 02:04:25] "POST /neutron/network HTTP/1.1" 200 837 0.007885 10.0.0.19 - - [2025-04-28 02:04:25] "POST /neutron/port HTTP/1.1" 200 1100 0.024177 10.0.0.19 - - [2025-04-28 02:04:25] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008718 10.0.0.19 - - [2025-04-28 02:04:25] "POST /neutron/port HTTP/1.1" 200 117 0.006115 10.0.0.19 - - [2025-04-28 02:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.19 - - [2025-04-28 02:04:25] "GET /projects?obj_uuids=4ebecb57-5065-469c-b353-db795e59b4d3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001110 10.0.0.19 - - [2025-04-28 02:04:25] "GET /project/4ebecb57-5065-469c-b353-db795e59b4d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.036179 10.0.0.19 - - [2025-04-28 02:04:25] "GET /virtual-network/1947135c-ad8d-46fd-9274-8f36db53129f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.007319 10.0.0.19 - - [2025-04-28 02:04:25] "GET /floating-ip-pools?parent_id=1947135c-ad8d-46fd-9274-8f36db53129f&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003021 10.0.0.19 - - [2025-04-28 02:04:25] "GET /virtual-network/1947135c-ad8d-46fd-9274-8f36db53129f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005535 10.0.0.19 - - [2025-04-28 02:04:25] "POST /neutron/network HTTP/1.1" 200 847 0.007445 10.0.0.19 - - [2025-04-28 02:04:25] "GET /projects?obj_uuids=4ebecb57-5065-469c-b353-db795e59b4d3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001116 10.0.0.19 - - [2025-04-28 02:04:25] "POST /floating-ip-pools HTTP/1.1" 200 609 0.032407 10.0.0.19 - - [2025-04-28 02:04:25] "POST /ref-update HTTP/1.1" 200 156 0.011318 10.0.0.19 - - [2025-04-28 02:04:25] "GET /virtual-network/1947135c-ad8d-46fd-9274-8f36db53129f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006357 10.0.0.19 - - [2025-04-28 02:04:25] "GET /domains HTTP/1.1" 200 280 0.009208 10.0.0.19 - - [2025-04-28 02:04:25] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001053 10.0.0.19 - - [2025-04-28 02:04:25] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003 HTTP/1.1" 200 2782 0.012187 10.0.0.19 - - [2025-04-28 02:04:25] "GET /projects?obj_uuids=4ebecb57-5065-469c-b353-db795e59b4d3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001545 10.0.0.19 - - [2025-04-28 02:04:25] "GET /project/4ebecb57-5065-469c-b353-db795e59b4d3 HTTP/1.1" 200 3244 0.086044 10.0.0.19 - - [2025-04-28 02:04:25] "GET /virtual-network/1947135c-ad8d-46fd-9274-8f36db53129f HTTP/1.1" 200 3148 0.024672 10.0.0.19 - - [2025-04-28 02:04:25] "GET /floating-ip-pool/62459148-d20c-4571-8bbe-4bdbde583c0f HTTP/1.1" 200 1440 0.004085 10.0.0.19 - - [2025-04-28 02:04:25] "GET /domains HTTP/1.1" 200 280 0.002244 10.0.0.19 - - [2025-04-28 02:04:25] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001015 10.0.0.19 - - [2025-04-28 02:04:25] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003 HTTP/1.1" 200 2782 0.009530 10.0.0.19 - - [2025-04-28 02:04:25] "POST /neutron/port HTTP/1.1" 200 1071 0.370092 10.0.0.19 - - [2025-04-28 02:04:25] "GET /projects?obj_uuids=4ebecb57-5065-469c-b353-db795e59b4d3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000978 10.0.0.19 - - [2025-04-28 02:04:25] "POST /neutron/port HTTP/1.1" 200 1071 0.012318 10.0.0.19 - - [2025-04-28 02:04:25] "POST /neutron/port HTTP/1.1" 200 1071 0.009331 10.0.0.19 - - [2025-04-28 02:04:26] "GET /project/4ebecb57-5065-469c-b353-db795e59b4d3 HTTP/1.1" 200 3244 0.087601 10.0.0.19 - - [2025-04-28 02:04:26] "GET /virtual-network/1947135c-ad8d-46fd-9274-8f36db53129f HTTP/1.1" 200 3148 0.011507 10.0.0.19 - - [2025-04-28 02:04:26] "GET /virtual-network/1947135c-ad8d-46fd-9274-8f36db53129f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.017205 10.0.0.19 - - [2025-04-28 02:04:26] "POST /neutron/port HTTP/1.1" 200 1125 0.108763 10.0.0.19 - - [2025-04-28 02:04:26] "POST /neutron/port HTTP/1.1" 200 1100 0.019765 10.0.0.19 - - [2025-04-28 02:04:26] "POST /neutron/port HTTP/1.1" 200 1099 0.023649 10.0.0.19 - - [2025-04-28 02:04:26] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007834 10.0.0.19 - - [2025-04-28 02:04:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003665 10.0.0.19 - - [2025-04-28 02:04:26] "POST /neutron/subnet HTTP/1.1" 200 694 0.012718 10.0.0.19 - - [2025-04-28 02:04:26] "POST /neutron/port HTTP/1.1" 200 117 0.001063 10.0.0.19 - - [2025-04-28 02:04:26] "POST /neutron/port HTTP/1.1" 200 1100 0.014420 10.0.0.19 - - [2025-04-28 02:04:26] "POST /neutron/network HTTP/1.1" 200 837 0.004563 10.0.0.19 - - [2025-04-28 02:04:26] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009085 10.0.0.19 - - [2025-04-28 02:04:26] "POST /neutron/port HTTP/1.1" 200 1100 0.014271 10.0.0.19 - - [2025-04-28 02:04:26] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006688 10.0.0.19 - - [2025-04-28 02:04:26] "GET /virtual-machine/2d08ff8e-c1dd-46bd-ad5e-08fbb7303ee7 HTTP/1.1" 200 1304 0.004579 10.0.0.19 - - [2025-04-28 02:04:26] "GET /virtual-machine-interface/0984dd55-d792-46dc-ac88-38c1076bc4fd HTTP/1.1" 200 3002 0.008076 10.0.0.19 - - [2025-04-28 02:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002807 10.0.0.19 - - [2025-04-28 02:04:26] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002985 10.0.0.19 - - [2025-04-28 02:04:26] "GET /virtual-networks?parent_id=4ebecb57-5065-469c-b353-db795e59b4d3&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004592 10.0.0.19 - - [2025-04-28 02:04:26] "GET /virtual-network/e74e577e-705d-487b-8132-cd6a95ef7d52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005760 10.0.0.19 - - [2025-04-28 02:04:26] "POST /neutron/port HTTP/1.1" 200 1100 0.013326 10.0.0.19 - - [2025-04-28 02:04:26] "POST /neutron/port HTTP/1.1" 200 1100 0.015551 10.0.0.19 - - [2025-04-28 02:04:26] "POST /neutron/network HTTP/1.1" 200 848 0.006344 10.0.0.19 - - [2025-04-28 02:04:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003011 10.0.0.19 - - [2025-04-28 02:04:26] "POST /neutron/subnet HTTP/1.1" 200 698 0.009355 10.0.0.19 - - [2025-04-28 02:04:26] "POST /neutron/port HTTP/1.1" 200 117 0.001096 10.0.0.19 - - [2025-04-28 02:04:26] "POST /neutron/network HTTP/1.1" 200 838 0.007320 10.0.0.19 - - [2025-04-28 02:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.19 - - [2025-04-28 02:04:29] "GET /virtual-network/e74e577e-705d-487b-8132-cd6a95ef7d52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006471 10.0.0.19 - - [2025-04-28 02:04:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.19 - - [2025-04-28 02:04:33] "GET /virtual-network/e74e577e-705d-487b-8132-cd6a95ef7d52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004782 10.0.0.19 - - [2025-04-28 02:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.19 - - [2025-04-28 02:04:35] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003022 10.0.0.19 - - [2025-04-28 02:04:35] "GET /virtual-networks?parent_id=4ebecb57-5065-469c-b353-db795e59b4d3&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003247 10.0.0.19 - - [2025-04-28 02:04:35] "GET /virtual-network/e74e577e-705d-487b-8132-cd6a95ef7d52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005488 10.0.0.19 - - [2025-04-28 02:04:35] "POST /neutron/port HTTP/1.1" 200 1100 0.014477 10.0.0.19 - - [2025-04-28 02:04:35] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006003 10.0.0.19 - - [2025-04-28 02:04:36] "POST /neutron/port HTTP/1.1" 200 1100 0.034528 10.0.0.19 - - [2025-04-28 02:04:36] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005562 10.0.0.19 - - [2025-04-28 02:04:36] "POST /neutron/port HTTP/1.1" 200 1099 0.013019 10.0.0.19 - - [2025-04-28 02:04:36] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005599 10.0.0.19 - - [2025-04-28 02:04:41] "GET /projects?obj_uuids=4ebecb57-5065-469c-b353-db795e59b4d3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001028 10.0.0.19 - - [2025-04-28 02:04:41] "POST /neutron/floatingip HTTP/1.1" 200 529 0.059339 10.0.0.19 - - [2025-04-28 02:04:41] "POST /neutron/port HTTP/1.1" 200 1100 0.012413 10.0.0.19 - - [2025-04-28 02:04:41] "POST /neutron/floatingip HTTP/1.1" 200 529 0.005063 10.0.0.19 - - [2025-04-28 02:04:41] "POST /neutron/floatingip HTTP/1.1" 200 576 0.028165 10.0.0.19 - - [2025-04-28 02:04:41] "POST /neutron/port HTTP/1.1" 200 1099 0.013149 10.0.0.19 - - [2025-04-28 02:04:41] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005244 10.0.0.19 - - [2025-04-28 02:04:41] "POST /neutron/port HTTP/1.1" 200 1099 0.017891 10.0.0.19 - - [2025-04-28 02:04:41] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006325 10.0.0.19 - - [2025-04-28 02:04:41] "POST /neutron/port HTTP/1.1" 200 1099 0.013974 10.0.0.19 - - [2025-04-28 02:04:41] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006077 10.0.0.19 - - [2025-04-28 02:04:41] "GET /virtual-machine/a4fa1c52-62a3-4204-b45d-1a2732d95f14 HTTP/1.1" 200 1305 0.004607 10.0.0.19 - - [2025-04-28 02:04:41] "GET /virtual-machine-interface/7c2a0a38-776b-4e9e-bd89-6895b92526f9 HTTP/1.1" 200 3003 0.005027 10.0.0.19 - - [2025-04-28 02:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.19 - - [2025-04-28 02:04:41] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003084 10.0.0.19 - - [2025-04-28 02:04:41] "GET /virtual-networks?parent_id=4ebecb57-5065-469c-b353-db795e59b4d3&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003022 10.0.0.19 - - [2025-04-28 02:04:41] "GET /virtual-network/1947135c-ad8d-46fd-9274-8f36db53129f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005265 10.0.0.19 - - [2025-04-28 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.19 - - [2025-04-28 02:04:42] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003468 10.0.0.19 - - [2025-04-28 02:04:42] "GET /virtual-networks?parent_id=4ebecb57-5065-469c-b353-db795e59b4d3&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003071 10.0.0.19 - - [2025-04-28 02:04:42] "GET /virtual-network/1947135c-ad8d-46fd-9274-8f36db53129f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005350 10.0.0.19 - - [2025-04-28 02:04:42] "POST /neutron/floatingip HTTP/1.1" 200 576 0.009004 10.0.0.19 - - [2025-04-28 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002236 10.0.0.19 - - [2025-04-28 02:04:42] "GET /routing-instance/05467cca-22a9-4838-a292-ff09087ebd5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.003694 10.0.0.19 - - [2025-04-28 02:04:42] "GET /route-target/fe988e87-92ba-44a9-bfc7-d7f562efd0f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004195 10.0.0.19 - - [2025-04-28 02:04:43] "GET /floating-ip/54ca9f45-baf8-447f-9d1d-d3ef4d9df8a8 HTTP/1.1" 200 1887 0.004541 10.0.0.19 - - [2025-04-28 02:04:45] "POST /neutron/floatingip HTTP/1.1" 200 576 0.009334 10.0.0.19 - - [2025-04-28 02:04:45] "POST /neutron/floatingip HTTP/1.1" 200 529 0.025002 10.0.0.19 - - [2025-04-28 02:04:45] "POST /neutron/floatingip HTTP/1.1" 200 529 0.005223 10.0.0.19 - - [2025-04-28 02:04:45] "POST /neutron/floatingip HTTP/1.1" 200 115 0.030184 10.0.0.19 - - [2025-04-28 02:04:45] "GET /floating-ip-pool/62459148-d20c-4571-8bbe-4bdbde583c0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.003217 10.0.0.19 - - [2025-04-28 02:04:45] "POST /ref-update HTTP/1.1" 200 156 0.008006 10.0.0.19 - - [2025-04-28 02:04:45] "DELETE /floating-ip-pool/62459148-d20c-4571-8bbe-4bdbde583c0f HTTP/1.1" 200 115 0.019418 10.0.0.19 - - [2025-04-28 02:04:46] "POST /neutron/network HTTP/1.1" 200 838 0.011641 10.0.0.19 - - [2025-04-28 02:04:46] "POST /neutron/network HTTP/1.1" 400 204 0.009308 10.0.0.19 - - [2025-04-28 02:04:46] "POST /neutron/port HTTP/1.1" 200 1099 0.015204 10.0.0.19 - - [2025-04-28 02:04:46] "POST /neutron/port HTTP/1.1" 200 1125 0.008579 10.0.0.19 - - [2025-04-28 02:04:46] "POST /neutron/port HTTP/1.1" 200 1100 0.023104 10.0.0.19 - - [2025-04-28 02:04:46] "POST /neutron/port HTTP/1.1" 200 1126 0.010752 10.0.0.19 - - [2025-04-28 02:04:46] "POST /neutron/port HTTP/1.1" 200 151 0.120939 10.0.0.19 - - [2025-04-28 02:04:46] "POST /neutron/port HTTP/1.1" 200 151 0.125656 10.0.0.19 - - [2025-04-28 02:04:48] "POST /neutron/network HTTP/1.1" 200 838 0.007127 10.0.0.19 - - [2025-04-28 02:04:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002011 10.0.0.19 - - [2025-04-28 02:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006038 10.0.0.19 - - [2025-04-28 02:04:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002032 10.0.0.19 - - [2025-04-28 02:04:48] "POST /neutron/network HTTP/1.1" 200 151 0.076363 10.0.0.19 - - [2025-04-28 02:04:48] "GET /routing-instance/01e4961b-a81f-4f32-858d-579b70fe81b8 HTTP/1.1" 404 171 0.001752 10.0.0.19 - - [2025-04-28 02:04:48] "GET /domains HTTP/1.1" 200 280 0.005011 10.0.0.19 - - [2025-04-28 02:04:48] "DELETE /route-target/d6b51479-6d54-44e8-8998-862d51bb1d98 HTTP/1.1" 200 115 0.016833 10.0.0.19 - - [2025-04-28 02:04:48] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000951 10.0.0.19 - - [2025-04-28 02:04:48] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003 HTTP/1.1" 200 2782 0.047984 10.0.0.19 - - [2025-04-28 02:04:48] "GET /projects?obj_uuids=4ebecb57-5065-469c-b353-db795e59b4d3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001568 10.0.0.19 - - [2025-04-28 02:04:48] "GET /project/4ebecb57-5065-469c-b353-db795e59b4d3 HTTP/1.1" 200 2174 0.069456 10.0.0.19 - - [2025-04-28 02:04:48] "POST /neutron/network HTTP/1.1" 200 837 0.005784 10.0.0.19 - - [2025-04-28 02:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004694 10.0.0.19 - - [2025-04-28 02:04:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001902 10.0.0.19 - - [2025-04-28 02:04:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002528 10.0.0.19 - - [2025-04-28 02:04:48] "POST /neutron/network HTTP/1.1" 200 151 0.079612 10.0.0.19 - - [2025-04-28 02:04:48] "GET /routing-instance/05467cca-22a9-4838-a292-ff09087ebd5f HTTP/1.1" 404 171 0.004879 10.0.0.19 - - [2025-04-28 02:04:48] "DELETE /route-target/fe988e87-92ba-44a9-bfc7-d7f562efd0f9 HTTP/1.1" 200 115 0.025939 10.0.0.19 - - [2025-04-28 02:04:48] "GET /domains HTTP/1.1" 200 280 0.002274 10.0.0.19 - - [2025-04-28 02:04:48] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000964 10.0.0.19 - - [2025-04-28 02:04:48] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003 HTTP/1.1" 200 2782 0.049542 10.0.0.19 - - [2025-04-28 02:04:48] "GET /projects?obj_uuids=4ebecb57-5065-469c-b353-db795e59b4d3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001563 10.0.0.19 - - [2025-04-28 02:04:48] "GET /project/4ebecb57-5065-469c-b353-db795e59b4d3 HTTP/1.1" 200 1924 0.068098 10.0.0.19 - - [2025-04-28 02:04:48] "GET /projects?obj_uuids=4ebecb57-5065-469c-b353-db795e59b4d3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001071 10.0.0.19 - - [2025-04-28 02:04:48] "GET /project/4ebecb57-5065-469c-b353-db795e59b4d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.025216 10.0.0.19 - - [2025-04-28 02:04:48] "GET /projects?obj_uuids=4ebecb57-5065-469c-b353-db795e59b4d3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000983 10.0.0.19 - - [2025-04-28 02:04:48] "GET /project/4ebecb57-5065-469c-b353-db795e59b4d3?fields=virtual_networks HTTP/1.1" 200 1056 0.070709 10.0.0.19 - - [2025-04-28 02:04:49] "GET /projects?obj_uuids=4ebecb57-5065-469c-b353-db795e59b4d3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001062 10.0.0.19 - - [2025-04-28 02:04:49] "GET /project/4ebecb57-5065-469c-b353-db795e59b4d3?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.029726 10.0.0.19 - - [2025-04-28 02:04:49] "GET /projects?obj_uuids=4ebecb57-5065-469c-b353-db795e59b4d3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001087 10.0.0.19 - - [2025-04-28 02:04:49] "GET /project/4ebecb57-5065-469c-b353-db795e59b4d3?fields=security_groups HTTP/1.1" 200 1294 0.026891 10.0.0.19 - - [2025-04-28 02:04:49] "POST /fqname-to-id HTTP/1.1" 404 183 0.021816 10.0.0.19 - - [2025-04-28 02:04:49] "GET /projects?obj_uuids=07aa4e67-b52d-4cd3-b58c-a6d23dbe0da8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002401 10.0.0.19 - - [2025-04-28 02:04:49] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001403 10.0.0.19 - - [2025-04-28 02:04:49] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007366 10.0.0.19 - - [2025-04-28 02:04:50] "POST /id-to-fqname HTTP/1.1" 200 185 0.001322 10.0.0.19 - - [2025-04-28 02:04:50] "POST /fqname-to-id HTTP/1.1" 404 194 0.002841 10.0.0.19 - - [2025-04-28 02:04:50] "POST /security-groups HTTP/1.1" 200 586 0.060425 10.0.0.19 - - [2025-04-28 02:04:50] "POST /fqname-to-id HTTP/1.1" 404 229 0.003171 10.0.0.19 - - [2025-04-28 02:04:50] "POST /projects HTTP/1.1" 200 575 0.226902 10.0.0.19 - - [2025-04-28 02:04:50] "POST /access-control-lists HTTP/1.1" 200 591 0.055810 10.0.0.19 - - [2025-04-28 02:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.295955 10.0.0.19 - - [2025-04-28 02:04:50] "POST /fqname-to-id HTTP/1.1" 404 228 0.003113 10.0.0.19 - - [2025-04-28 02:04:50] "GET /project/07aa4e67-b52d-4cd3-b58c-a6d23dbe0da8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.425538 10.0.0.19 - - [2025-04-28 02:04:50] "POST /access-control-lists HTTP/1.1" 200 589 0.063069 10.0.0.19 - - [2025-04-28 02:04:51] "GET / HTTP/1.1" 200 35931 0.001955 10.0.0.19 - - [2025-04-28 02:04:52] "GET /projects?obj_uuids=07aa4e67-b52d-4cd3-b58c-a6d23dbe0da8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001075 10.0.0.19 - - [2025-04-28 02:04:52] "GET /project/07aa4e67-b52d-4cd3-b58c-a6d23dbe0da8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.025134 10.0.0.19 - - [2025-04-28 02:04:52] "GET /projects?obj_uuids=07aa4e67-b52d-4cd3-b58c-a6d23dbe0da8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001068 10.0.0.19 - - [2025-04-28 02:04:52] "GET /project/07aa4e67-b52d-4cd3-b58c-a6d23dbe0da8?fields=virtual_networks HTTP/1.1" 200 1021 0.065365 10.0.0.19 - - [2025-04-28 02:04:52] "GET /projects?obj_uuids=07aa4e67-b52d-4cd3-b58c-a6d23dbe0da8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001079 10.0.0.19 - - [2025-04-28 02:04:52] "GET /project/07aa4e67-b52d-4cd3-b58c-a6d23dbe0da8?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.023000 10.0.0.19 - - [2025-04-28 02:04:52] "GET /projects?obj_uuids=07aa4e67-b52d-4cd3-b58c-a6d23dbe0da8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001042 10.0.0.19 - - [2025-04-28 02:04:52] "GET /project/07aa4e67-b52d-4cd3-b58c-a6d23dbe0da8?fields=security_groups HTTP/1.1" 200 1242 0.025344 10.0.0.19 - - [2025-04-28 02:04:53] "POST /fqname-to-id HTTP/1.1" 404 191 0.022851 10.0.0.19 - - [2025-04-28 02:04:53] "GET /projects?obj_uuids=32b47b88-dc96-41f5-89fd-f81ec35589b5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002402 10.0.0.19 - - [2025-04-28 02:04:53] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001009 10.0.0.19 - - [2025-04-28 02:04:53] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006781 10.0.0.19 - - [2025-04-28 02:04:53] "POST /id-to-fqname HTTP/1.1" 200 193 0.001166 10.0.0.19 - - [2025-04-28 02:04:53] "POST /fqname-to-id HTTP/1.1" 404 202 0.003549 10.0.0.19 - - [2025-04-28 02:04:53] "POST /security-groups HTTP/1.1" 200 594 0.063290 10.0.0.19 - - [2025-04-28 02:04:53] "POST /fqname-to-id HTTP/1.1" 404 237 0.002153 10.0.0.19 - - [2025-04-28 02:04:53] "POST /projects HTTP/1.1" 200 591 0.206275 10.0.0.19 - - [2025-04-28 02:04:53] "POST /access-control-lists HTTP/1.1" 200 599 0.056762 10.0.0.19 - - [2025-04-28 02:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.275932 10.0.0.19 - - [2025-04-28 02:04:53] "POST /fqname-to-id HTTP/1.1" 404 236 0.002876 10.0.0.19 - - [2025-04-28 02:04:53] "GET /project/32b47b88-dc96-41f5-89fd-f81ec35589b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.393325 10.0.0.19 - - [2025-04-28 02:04:53] "POST /access-control-lists HTTP/1.1" 200 597 0.059980 10.0.0.19 - - [2025-04-28 02:04:54] "GET / HTTP/1.1" 200 35931 0.001906 10.0.0.19 - - [2025-04-28 02:04:55] "DELETE /project/4ebecb575065469cb353db795e59b4d3 HTTP/1.1" 404 173 0.013812 10.0.0.19 - - [2025-04-28 02:04:55] "GET /project/32b47b88-dc96-41f5-89fd-f81ec35589b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000342 10.0.0.19 - - [2025-04-28 02:04:55] "DELETE /project/c0e70614b12140e781588c6d19259bcf HTTP/1.1" 404 173 0.013576 10.0.0.19 - - [2025-04-28 02:04:55] "DELETE /project/07aa4e67b52d4cd3b58ca6d23dbe0da8 HTTP/1.1" 404 173 0.011948 10.0.0.19 - - [2025-04-28 02:04:55] "DELETE /project/32b47b88dc9641f589fdf81ec35589b5 HTTP/1.1" 404 173 0.013528 10.0.0.19 - - [2025-04-28 02:04:55] "GET /projects?obj_uuids=07aa4e67-b52d-4cd3-b58c-a6d23dbe0da8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001013 10.0.0.19 - - [2025-04-28 02:04:55] "GET /projects?obj_uuids=c0e70614-b121-40e7-8158-8c6d19259bcf&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000954 10.0.0.19 - - [2025-04-28 02:04:55] "GET /projects?obj_uuids=4ebecb57-5065-469c-b353-db795e59b4d3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000909 10.0.0.19 - - [2025-04-28 02:04:55] "GET /project/c0e70614-b121-40e7-8158-8c6d19259bcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.045019 10.0.0.19 - - [2025-04-28 02:04:55] "GET /project/07aa4e67-b52d-4cd3-b58c-a6d23dbe0da8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.051734 10.0.0.19 - - [2025-04-28 02:04:55] "GET /project/4ebecb57-5065-469c-b353-db795e59b4d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.050636 10.0.0.19 - - [2025-04-28 02:04:55] "GET /projects?obj_uuids=4ebecb57-5065-469c-b353-db795e59b4d3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000993 10.0.0.19 - - [2025-04-28 02:04:55] "GET /projects?obj_uuids=07aa4e67-b52d-4cd3-b58c-a6d23dbe0da8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000958 10.0.0.19 - - [2025-04-28 02:04:55] "GET /projects?obj_uuids=c0e70614-b121-40e7-8158-8c6d19259bcf&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000818 10.0.0.19 - - [2025-04-28 02:04:55] "GET /project/c0e70614-b121-40e7-8158-8c6d19259bcf?fields=security_groups HTTP/1.1" 200 1396 0.046357 10.0.0.19 - - [2025-04-28 02:04:55] "GET /project/4ebecb57-5065-469c-b353-db795e59b4d3?fields=security_groups HTTP/1.1" 200 1399 0.047947 10.0.0.19 - - [2025-04-28 02:04:55] "GET /project/07aa4e67-b52d-4cd3-b58c-a6d23dbe0da8?fields=security_groups HTTP/1.1" 200 1347 0.056448 10.0.0.19 - - [2025-04-28 02:04:56] "DELETE /security-group/11482ae2-f952-4996-ae77-26795f63aa16 HTTP/1.1" 200 115 0.077037 10.0.0.19 - - [2025-04-28 02:04:56] "DELETE /security-group/71cde4a5-a796-4fad-89dc-70cd325efdb1 HTTP/1.1" 200 115 0.079611 10.0.0.19 - - [2025-04-28 02:04:56] "GET /projects?obj_uuids=c0e70614-b121-40e7-8158-8c6d19259bcf&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001022 10.0.0.19 - - [2025-04-28 02:04:56] "GET /projects?obj_uuids=4ebecb57-5065-469c-b353-db795e59b4d3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001460 10.0.0.19 - - [2025-04-28 02:04:56] "DELETE /access-control-list/60b7d916-e0bf-466b-b578-b7b91fa1525a HTTP/1.1" 200 115 0.048050 10.0.0.19 - - [2025-04-28 02:04:56] "DELETE /security-group/429cb4ec-de2b-453b-8210-a257ca84f3c4 HTTP/1.1" 200 115 0.089338 10.0.0.19 - - [2025-04-28 02:04:56] "GET /projects?obj_uuids=07aa4e67-b52d-4cd3-b58c-a6d23dbe0da8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000931 10.0.0.19 - - [2025-04-28 02:04:56] "GET /project/c0e70614-b121-40e7-8158-8c6d19259bcf?fields=application_policy_sets HTTP/1.1" 200 1435 0.043737 10.0.0.19 - - [2025-04-28 02:04:56] "GET /project/07aa4e67-b52d-4cd3-b58c-a6d23dbe0da8?fields=application_policy_sets HTTP/1.1" 200 1386 0.049330 10.0.0.19 - - [2025-04-28 02:04:56] "DELETE /access-control-list/c90ff7fd-03c4-4649-ac46-f0d9edd47233 HTTP/1.1" 200 115 0.053969 10.0.0.19 - - [2025-04-28 02:04:56] "GET /project/4ebecb57-5065-469c-b353-db795e59b4d3?fields=application_policy_sets HTTP/1.1" 200 1438 0.076351 10.0.0.19 - - [2025-04-28 02:04:56] "GET /projects?obj_uuids=32b47b88-dc96-41f5-89fd-f81ec35589b5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001116 10.0.0.19 - - [2025-04-28 02:04:56] "DELETE /access-control-list/2f837347-d49b-4e54-a5ab-c2c5b177458f HTTP/1.1" 200 115 0.026791 10.0.0.19 - - [2025-04-28 02:04:56] "DELETE /access-control-list/6dd087a1-076a-4e49-91dc-a3c36f32bb61 HTTP/1.1" 200 115 0.051752 10.0.0.19 - - [2025-04-28 02:04:56] "GET /project/32b47b88-dc96-41f5-89fd-f81ec35589b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.127122 10.0.0.19 - - [2025-04-28 02:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.19 - - [2025-04-28 02:04:56] "DELETE /access-control-list/49ec3803-1400-4725-a3b6-ae8af3405c84 HTTP/1.1" 200 115 0.028473 10.0.0.19 - - [2025-04-28 02:04:56] "DELETE /project/c0e70614-b121-40e7-8158-8c6d19259bcf HTTP/1.1" 200 115 0.480978 10.0.0.19 - - [2025-04-28 02:04:56] "GET /security-group/71c66f8d-e5ce-4d56-9bcb-dee04528ba0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.007067 10.0.0.19 - - [2025-04-28 02:04:56] "DELETE /project/07aa4e67-b52d-4cd3-b58c-a6d23dbe0da8 HTTP/1.1" 200 115 0.511947 10.0.0.19 - - [2025-04-28 02:04:56] "DELETE /project/4ebecb57-5065-469c-b353-db795e59b4d3 HTTP/1.1" 200 115 0.514431 10.0.0.19 - - [2025-04-28 02:04:56] "DELETE /access-control-list/6742b971-313a-4036-a9be-ff30ea842d40 HTTP/1.1" 200 115 0.036024 10.0.0.19 - - [2025-04-28 02:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.19 - - [2025-04-28 02:04:56] "GET /projects?obj_uuids=32b47b88-dc96-41f5-89fd-f81ec35589b5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001074 10.0.0.19 - - [2025-04-28 02:04:56] "GET /project/32b47b88-dc96-41f5-89fd-f81ec35589b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.024953 10.0.0.19 - - [2025-04-28 02:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.19 - - [2025-04-28 02:04:56] "GET /security-group/71c66f8d-e5ce-4d56-9bcb-dee04528ba0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.003959 10.0.0.19 - - [2025-04-28 02:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.007227 10.0.0.19 - - [2025-04-28 02:04:56] "PUT /security-group/71c66f8d-e5ce-4d56-9bcb-dee04528ba0a HTTP/1.1" 200 262 0.014296 10.0.0.19 - - [2025-04-28 02:04:56] "PUT /access-control-list/351afa66-e2e7-4d6d-81a1-3ae6e161a4db HTTP/1.1" 200 272 0.007375 10.0.0.19 - - [2025-04-28 02:04:56] "PUT /access-control-list/0ee9aaa3-c65e-4d2a-8c19-ee3ceeaae6f3 HTTP/1.1" 200 272 0.009622 10.0.0.19 - - [2025-04-28 02:04:56] "POST /fqname-to-id HTTP/1.1" 404 202 0.002527 10.0.0.19 - - [2025-04-28 02:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.19 - - [2025-04-28 02:04:56] "GET /projects?obj_uuids=32b47b88-dc96-41f5-89fd-f81ec35589b5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001135 10.0.0.19 - - [2025-04-28 02:04:56] "GET /project/32b47b88-dc96-41f5-89fd-f81ec35589b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.023581 10.0.0.19 - - [2025-04-28 02:04:56] "POST /neutron/network HTTP/1.1" 200 117 0.025959 10.0.0.19 - - [2025-04-28 02:04:56] "GET /projects?obj_uuids=32b47b88-dc96-41f5-89fd-f81ec35589b5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001133 10.0.0.19 - - [2025-04-28 02:04:57] "POST /neutron/network HTTP/1.1" 200 608 0.056573 10.0.0.19 - - [2025-04-28 02:04:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002724 10.0.0.19 - - [2025-04-28 02:04:57] "POST /neutron/subnet HTTP/1.1" 200 729 0.176981 10.0.0.19 - - [2025-04-28 02:04:57] "POST /neutron/network HTTP/1.1" 200 828 0.004980 10.0.0.19 - - [2025-04-28 02:04:57] "POST /id-to-fqname HTTP/1.1" 200 223 0.001154 10.0.0.19 - - [2025-04-28 02:04:57] "GET /virtual-network/efb68789-d82b-4559-bf58-9d95ed4bc066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004341 10.0.0.19 - - [2025-04-28 02:04:57] "POST /neutron/network HTTP/1.1" 200 828 0.005180 10.0.0.19 - - [2025-04-28 02:04:57] "GET /virtual-network/efb68789-d82b-4559-bf58-9d95ed4bc066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004560 10.0.0.19 - - [2025-04-28 02:04:57] "POST /route-targets HTTP/1.1" 200 327 0.011692 10.0.0.19 - - [2025-04-28 02:04:57] "POST /ref-update HTTP/1.1" 200 156 0.011443 10.0.0.19 - - [2025-04-28 02:04:57] "POST /neutron/network HTTP/1.1" 200 828 0.005593 10.0.0.19 - - [2025-04-28 02:04:57] "POST /neutron/subnet HTTP/1.1" 200 729 0.007384 10.0.0.19 - - [2025-04-28 02:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002739 10.0.0.19 - - [2025-04-28 02:04:57] "GET /projects?obj_uuids=32b47b88-dc96-41f5-89fd-f81ec35589b5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000987 10.0.0.19 - - [2025-04-28 02:04:57] "GET /project/32b47b88-dc96-41f5-89fd-f81ec35589b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.027962 10.0.0.19 - - [2025-04-28 02:04:57] "POST /neutron/network HTTP/1.1" 200 117 0.009190 10.0.0.19 - - [2025-04-28 02:04:57] "GET /projects?obj_uuids=32b47b88-dc96-41f5-89fd-f81ec35589b5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001049 10.0.0.19 - - [2025-04-28 02:04:57] "POST /neutron/network HTTP/1.1" 200 615 0.089672 10.0.0.19 - - [2025-04-28 02:04:57] "POST /route-targets HTTP/1.1" 200 327 0.014125 10.0.0.19 - - [2025-04-28 02:04:57] "POST /ref-update HTTP/1.1" 200 156 0.014628 10.0.0.19 - - [2025-04-28 02:04:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003078 10.0.0.19 - - [2025-04-28 02:04:57] "POST /neutron/subnet HTTP/1.1" 200 715 0.130168 10.0.0.19 - - [2025-04-28 02:04:57] "POST /neutron/network HTTP/1.1" 200 832 0.005099 10.0.0.19 - - [2025-04-28 02:04:57] "POST /id-to-fqname HTTP/1.1" 200 227 0.001237 10.0.0.19 - - [2025-04-28 02:04:57] "GET /virtual-network/b96460b4-e3ae-4376-81aa-ef8053d44c04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004796 10.0.0.19 - - [2025-04-28 02:04:57] "POST /neutron/network HTTP/1.1" 200 832 0.005644 10.0.0.19 - - [2025-04-28 02:04:57] "GET /virtual-network/b96460b4-e3ae-4376-81aa-ef8053d44c04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004455 10.0.0.19 - - [2025-04-28 02:04:57] "POST /neutron/network HTTP/1.1" 200 832 0.006076 10.0.0.19 - - [2025-04-28 02:04:57] "POST /neutron/subnet HTTP/1.1" 200 715 0.007437 10.0.0.19 - - [2025-04-28 02:04:57] "POST /id-to-fqname HTTP/1.1" 200 223 0.001180 10.0.0.19 - - [2025-04-28 02:04:58] "POST /neutron/network HTTP/1.1" 200 838 0.005609 10.0.0.19 - - [2025-04-28 02:04:58] "GET /aaa-mode HTTP/1.1" 401 292 0.000451 10.0.0.19 - - [2025-04-28 02:04:58] "GET / HTTP/1.1" 200 35931 0.001758 10.0.0.19 - - [2025-04-28 02:04:58] "GET /project/32b47b88-dc96-41f5-89fd-f81ec35589b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000428 10.0.0.19 - - [2025-04-28 02:04:58] "GET /projects?obj_uuids=32b47b88-dc96-41f5-89fd-f81ec35589b5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001051 10.0.0.19 - - [2025-04-28 02:04:58] "GET /project/32b47b88-dc96-41f5-89fd-f81ec35589b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.041971 10.0.0.19 - - [2025-04-28 02:04:58] "POST /neutron/network HTTP/1.1" 200 828 0.004965 10.0.0.19 - - [2025-04-28 02:04:58] "POST /neutron/port HTTP/1.1" 200 117 0.004670 10.0.0.19 - - [2025-04-28 02:04:58] "POST /neutron/port HTTP/1.1" 200 117 0.004802 10.0.0.19 - - [2025-04-28 02:04:58] "POST /id-to-fqname HTTP/1.1" 200 227 0.001219 10.0.0.19 - - [2025-04-28 02:04:58] "POST /neutron/port HTTP/1.1" 200 117 0.005983 10.0.0.19 - - [2025-04-28 02:04:59] "POST /neutron/network HTTP/1.1" 200 842 0.005743 10.0.0.19 - - [2025-04-28 02:04:59] "GET /aaa-mode HTTP/1.1" 401 292 0.000428 10.0.0.19 - - [2025-04-28 02:04:59] "POST /neutron/network HTTP/1.1" 200 838 0.005757 10.0.0.19 - - [2025-04-28 02:04:59] "GET /projects?obj_uuids=32b47b88-dc96-41f5-89fd-f81ec35589b5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001047 10.0.0.19 - - [2025-04-28 02:04:59] "GET / HTTP/1.1" 200 35931 0.007048 10.0.0.19 - - [2025-04-28 02:04:59] "GET /project/32b47b88-dc96-41f5-89fd-f81ec35589b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000868 10.0.0.19 - - [2025-04-28 02:04:59] "POST /neutron/port HTTP/1.1" 200 1064 0.197356 10.0.0.19 - - [2025-04-28 02:04:59] "POST /neutron/port HTTP/1.1" 200 1064 0.008732 10.0.0.19 - - [2025-04-28 02:04:59] "POST /neutron/port HTTP/1.1" 200 1064 0.007787 10.0.0.19 - - [2025-04-28 02:04:59] "POST /neutron/port HTTP/1.1" 200 1118 0.053366 10.0.0.19 - - [2025-04-28 02:04:59] "POST /neutron/port HTTP/1.1" 200 1092 0.013212 10.0.0.19 - - [2025-04-28 02:04:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003097 10.0.0.19 - - [2025-04-28 02:04:59] "POST /neutron/subnet HTTP/1.1" 200 703 0.010899 10.0.0.19 - - [2025-04-28 02:04:59] "POST /neutron/port HTTP/1.1" 200 117 0.001239 10.0.0.19 - - [2025-04-28 02:04:59] "POST /neutron/network HTTP/1.1" 200 828 0.005652 10.0.0.19 - - [2025-04-28 02:05:00] "GET /projects?obj_uuids=32b47b88-dc96-41f5-89fd-f81ec35589b5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001137 10.0.0.19 - - [2025-04-28 02:05:00] "GET /project/32b47b88-dc96-41f5-89fd-f81ec35589b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.324223 10.0.0.19 - - [2025-04-28 02:05:00] "GET /obj-perms HTTP/1.1" 200 5056 0.072492 10.0.0.19 - - [2025-04-28 02:05:00] "POST /neutron/network HTTP/1.1" 200 832 0.011299 10.0.0.19 - - [2025-04-28 02:05:00] "POST /neutron/port HTTP/1.1" 200 1092 0.021729 10.0.0.19 - - [2025-04-28 02:05:00] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006621 10.0.0.19 - - [2025-04-28 02:05:00] "POST /neutron/port HTTP/1.1" 200 117 0.005651 10.0.0.19 - - [2025-04-28 02:05:00] "GET /projects?obj_uuids=32b47b88-dc96-41f5-89fd-f81ec35589b5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001151 10.0.0.19 - - [2025-04-28 02:05:00] "POST /neutron/router HTTP/1.1" 200 585 0.075558 10.0.0.19 - - [2025-04-28 02:05:00] "POST /neutron/router HTTP/1.1" 200 585 0.008502 10.0.0.19 - - [2025-04-28 02:05:00] "POST /route-targets HTTP/1.1" 200 327 0.032489 10.0.0.19 - - [2025-04-28 02:05:00] "POST /neutron/router HTTP/1.1" 200 656 0.050239 10.0.0.19 - - [2025-04-28 02:05:00] "PUT /logical-router/8f43b4f7-7721-47fe-b5c1-6a3e7d592b12 HTTP/1.1" 200 262 0.051112 10.0.0.19 - - [2025-04-28 02:05:00] "POST /neutron/router HTTP/1.1" 200 656 0.022231 10.0.0.19 - - [2025-04-28 02:05:00] "GET /logical-router/8f43b4f7-7721-47fe-b5c1-6a3e7d592b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.055477 10.0.0.19 - - [2025-04-28 02:05:00] "GET /projects?obj_uuids=32b47b88-dc96-41f5-89fd-f81ec35589b5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001551 10.0.0.19 - - [2025-04-28 02:05:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.008548 10.0.0.19 - - [2025-04-28 02:05:00] "GET /obj-perms HTTP/1.1" 200 5056 0.093010 10.0.0.19 - - [2025-04-28 02:05:00] "GET /service-template/f82f80f8-606f-4b57-9c36-715e231e3e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1682 0.004521 10.0.0.19 - - [2025-04-28 02:05:00] "POST /fqname-to-id HTTP/1.1" 404 215 0.005701 10.0.0.19 - - [2025-04-28 02:05:00] "POST /neutron/network HTTP/1.1" 200 842 0.020931 10.0.0.19 - - [2025-04-28 02:05:00] "POST /neutron/router HTTP/1.1" 200 344 0.321020 10.0.0.19 - - [2025-04-28 02:05:00] "GET /projects?obj_uuids=32b47b88-dc96-41f5-89fd-f81ec35589b5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001907 10.0.0.19 - - [2025-04-28 02:05:00] "POST /useragent-kv HTTP/1.1" 200 115 0.006677 10.0.0.19 - - [2025-04-28 02:05:00] "POST /virtual-networks HTTP/1.1" 200 694 0.178142 10.0.0.19 - - [2025-04-28 02:05:00] "POST /ref-update HTTP/1.1" 200 156 0.032277 10.0.0.19 - - [2025-04-28 02:05:00] "POST /route-targets HTTP/1.1" 200 327 0.025356 10.0.0.19 - - [2025-04-28 02:05:00] "POST /neutron/port HTTP/1.1" 200 1092 0.048319 10.0.0.19 - - [2025-04-28 02:05:00] "POST /neutron/security_group HTTP/1.1" 200 2002 0.016511 10.0.0.19 - - [2025-04-28 02:05:01] "POST /ref-update HTTP/1.1" 200 156 0.077688 10.0.0.19 - - [2025-04-28 02:05:01] "POST /service-instances HTTP/1.1" 200 670 0.116978 10.0.0.19 - - [2025-04-28 02:05:01] "POST /neutron/port HTTP/1.1" 200 1092 0.124147 10.0.0.19 - - [2025-04-28 02:05:01] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009420 10.0.0.19 - - [2025-04-28 02:05:01] "POST /route-tables HTTP/1.1" 200 582 0.056015 10.0.0.19 - - [2025-04-28 02:05:01] "PUT /logical-router/8f43b4f7-7721-47fe-b5c1-6a3e7d592b12 HTTP/1.1" 200 262 0.043899 10.0.0.19 - - [2025-04-28 02:05:01] "POST /neutron/port HTTP/1.1" 200 1092 0.021826 10.0.0.19 - - [2025-04-28 02:05:01] "POST /neutron/port HTTP/1.1" 200 1061 0.420311 10.0.0.19 - - [2025-04-28 02:05:01] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007331 10.0.0.19 - - [2025-04-28 02:05:01] "POST /neutron/port HTTP/1.1" 200 1061 0.011797 10.0.0.19 - - [2025-04-28 02:05:01] "GET /virtual-machine/8b8b2d67-f2e0-4d78-9fbf-dde11fb52aa8 HTTP/1.1" 401 292 0.000368 10.0.0.19 - - [2025-04-28 02:05:01] "POST /neutron/port HTTP/1.1" 200 1061 0.010067 10.0.0.19 - - [2025-04-28 02:05:01] "POST /ref-update HTTP/1.1" 200 156 0.025193 10.0.0.19 - - [2025-04-28 02:05:01] "POST /neutron/port HTTP/1.1" 200 1115 0.068517 10.0.0.19 - - [2025-04-28 02:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.19 - - [2025-04-28 02:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002004 10.0.0.19 - - [2025-04-28 02:05:01] "POST /neutron/port HTTP/1.1" 200 1089 0.015056 10.0.0.19 - - [2025-04-28 02:05:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002971 10.0.0.19 - - [2025-04-28 02:05:01] "POST /neutron/subnet HTTP/1.1" 200 689 0.009721 10.0.0.19 - - [2025-04-28 02:05:01] "POST /neutron/port HTTP/1.1" 200 117 0.001092 10.0.0.19 - - [2025-04-28 02:05:01] "POST /virtual-machines HTTP/1.1" 200 553 0.014381 10.0.0.19 - - [2025-04-28 02:05:01] "POST /neutron/network HTTP/1.1" 200 832 0.005489 10.0.0.19 - - [2025-04-28 02:05:01] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.102832 10.0.0.19 - - [2025-04-28 02:05:01] "GET /virtual-machine/8b8b2d67-f2e0-4d78-9fbf-dde11fb52aa8 HTTP/1.1" 200 1296 0.037670 10.0.0.19 - - [2025-04-28 02:05:01] "GET /virtual-machine-interface/355f5e8f-5761-44fe-be93-a5b01a0d5d0c HTTP/1.1" 200 2955 0.005405 10.0.0.19 - - [2025-04-28 02:05:01] "POST /chown HTTP/1.1" 200 109 0.012506 10.0.0.19 - - [2025-04-28 02:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.19 - - [2025-04-28 02:05:01] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003959 10.0.0.19 - - [2025-04-28 02:05:01] "GET /virtual-networks?parent_id=32b47b88-dc96-41f5-89fd-f81ec35589b5&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.009439 10.0.0.19 - - [2025-04-28 02:05:01] "POST /instance-ips HTTP/1.1" 200 551 0.031959 10.0.0.19 - - [2025-04-28 02:05:01] "GET /virtual-network/efb68789-d82b-4559-bf58-9d95ed4bc066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005650 10.0.0.19 - - [2025-04-28 02:05:01] "POST /instance-ips HTTP/1.1" 400 246 0.017125 10.0.0.19 - - [2025-04-28 02:05:01] "POST /chown HTTP/1.1" 200 109 0.010287 10.0.0.19 - - [2025-04-28 02:05:01] "PUT /virtual-machine-interface/c2794c61-d0cf-44d6-b43a-bdb708df7eb9 HTTP/1.1" 200 284 0.012691 10.0.0.19 - - [2025-04-28 02:05:02] "PUT /instance-ip/b69c8e01-c38a-4629-9150-4ea7dd8e0e9f HTTP/1.1" 200 256 0.012203 10.0.0.19 - - [2025-04-28 02:05:02] "POST /ref-update HTTP/1.1" 200 156 0.011344 10.0.0.19 - - [2025-04-28 02:05:02] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.082608 10.0.0.19 - - [2025-04-28 02:05:02] "POST /chown HTTP/1.1" 200 109 0.008241 10.0.0.19 - - [2025-04-28 02:05:02] "POST /instance-ips HTTP/1.1" 200 549 0.038482 10.0.0.19 - - [2025-04-28 02:05:02] "POST /instance-ips HTTP/1.1" 400 316 0.035619 10.0.0.19 - - [2025-04-28 02:05:02] "POST /chown HTTP/1.1" 200 109 0.009060 10.0.0.19 - - [2025-04-28 02:05:02] "PUT /virtual-machine-interface/89965efb-595e-45f3-a997-616c11e798e7 HTTP/1.1" 200 284 0.009866 10.0.0.19 - - [2025-04-28 02:05:02] "PUT /instance-ip/c5bd515a-d87c-43a2-ad35-d95cdab5780a HTTP/1.1" 200 256 0.013287 10.0.0.19 - - [2025-04-28 02:05:02] "POST /ref-update HTTP/1.1" 200 156 0.017120 10.0.0.19 - - [2025-04-28 02:05:02] "POST /ref-update HTTP/1.1" 200 156 0.010886 10.0.0.19 - - [2025-04-28 02:05:02] "PUT /routing-instance/9981ea85-7be2-4bd9-926d-84d48eab492e HTTP/1.1" 200 266 0.026380 10.0.0.19 - - [2025-04-28 02:05:02] "POST /ref-update HTTP/1.1" 200 156 0.013321 10.0.0.19 - - [2025-04-28 02:05:02] "POST /virtual-machines HTTP/1.1" 200 553 0.022501 10.0.0.19 - - [2025-04-28 02:05:02] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.101099 10.0.0.19 - - [2025-04-28 02:05:03] "POST /chown HTTP/1.1" 200 109 0.008633 10.0.0.19 - - [2025-04-28 02:05:03] "POST /instance-ips HTTP/1.1" 400 246 0.016263 10.0.0.19 - - [2025-04-28 02:05:03] "POST /chown HTTP/1.1" 200 109 0.007984 10.0.0.19 - - [2025-04-28 02:05:03] "PUT /virtual-machine-interface/fa7ff5c5-2d87-4ef9-8e17-01b41f9975ba HTTP/1.1" 200 284 0.011754 10.0.0.19 - - [2025-04-28 02:05:03] "PUT /instance-ip/b69c8e01-c38a-4629-9150-4ea7dd8e0e9f HTTP/1.1" 200 256 0.013406 10.0.0.19 - - [2025-04-28 02:05:03] "POST /ref-update HTTP/1.1" 200 156 0.013720 10.0.0.19 - - [2025-04-28 02:05:03] "POST /ref-update HTTP/1.1" 200 156 0.010780 10.0.0.19 - - [2025-04-28 02:05:03] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.114235 10.0.0.19 - - [2025-04-28 02:05:03] "POST /chown HTTP/1.1" 200 109 0.009317 10.0.0.19 - - [2025-04-28 02:05:03] "POST /instance-ips HTTP/1.1" 400 316 0.032997 10.0.0.19 - - [2025-04-28 02:05:03] "POST /chown HTTP/1.1" 200 109 0.007965 10.0.0.19 - - [2025-04-28 02:05:03] "PUT /virtual-machine-interface/ce02f86b-ec86-4913-841c-a16007c1904e HTTP/1.1" 200 284 0.012142 10.0.0.19 - - [2025-04-28 02:05:03] "PUT /instance-ip/c5bd515a-d87c-43a2-ad35-d95cdab5780a HTTP/1.1" 200 256 0.026316 10.0.0.19 - - [2025-04-28 02:05:03] "POST /ref-update HTTP/1.1" 200 156 0.013637 10.0.0.19 - - [2025-04-28 02:05:03] "POST /ref-update HTTP/1.1" 200 156 0.014564 10.0.0.19 - - [2025-04-28 02:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.19 - - [2025-04-28 02:05:04] "GET /virtual-network/efb68789-d82b-4559-bf58-9d95ed4bc066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008011 10.0.0.19 - - [2025-04-28 02:05:07] "POST /neutron/port HTTP/1.1" 200 1092 0.014718 10.0.0.19 - - [2025-04-28 02:05:07] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006252 10.0.0.19 - - [2025-04-28 02:05:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004629 10.0.0.19 - - [2025-04-28 02:05:09] "GET /virtual-network/efb68789-d82b-4559-bf58-9d95ed4bc066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004764 10.0.0.19 - - [2025-04-28 02:05:10] "POST /neutron/port HTTP/1.1" 200 1089 0.013077 10.0.0.19 - - [2025-04-28 02:05:10] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004781 10.0.0.19 - - [2025-04-28 02:05:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.19 - - [2025-04-28 02:05:11] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002925 10.0.0.19 - - [2025-04-28 02:05:11] "GET /virtual-networks?parent_id=32b47b88-dc96-41f5-89fd-f81ec35589b5&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002969 10.0.0.19 - - [2025-04-28 02:05:11] "GET /virtual-network/efb68789-d82b-4559-bf58-9d95ed4bc066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005790 10.0.0.19 - - [2025-04-28 02:05:11] "POST /neutron/port HTTP/1.1" 200 1089 0.013638 10.0.0.19 - - [2025-04-28 02:05:11] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007530 10.0.0.19 - - [2025-04-28 02:05:11] "POST /neutron/port HTTP/1.1" 200 1089 0.015785 10.0.0.19 - - [2025-04-28 02:05:11] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005522 10.0.0.19 - - [2025-04-28 02:05:11] "POST /neutron/port HTTP/1.1" 200 1089 0.022572 10.0.0.19 - - [2025-04-28 02:05:11] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006249 10.0.0.19 - - [2025-04-28 02:05:11] "GET /virtual-machine/070fd211-0341-467a-af07-fcd7c3fea880 HTTP/1.1" 200 1294 0.005504 10.0.0.19 - - [2025-04-28 02:05:11] "GET /virtual-machine-interface/e8c8995c-b981-4e85-bf81-92ca111afbb8 HTTP/1.1" 200 2968 0.004315 10.0.0.19 - - [2025-04-28 02:05:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.19 - - [2025-04-28 02:05:11] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004619 10.0.0.19 - - [2025-04-28 02:05:11] "GET /virtual-networks?parent_id=32b47b88-dc96-41f5-89fd-f81ec35589b5&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003466 10.0.0.19 - - [2025-04-28 02:05:11] "GET /virtual-network/b96460b4-e3ae-4376-81aa-ef8053d44c04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005301 10.0.0.19 - - [2025-04-28 02:05:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.19 - - [2025-04-28 02:05:12] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002594 10.0.0.19 - - [2025-04-28 02:05:13] "GET /virtual-networks?parent_id=32b47b88-dc96-41f5-89fd-f81ec35589b5&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002719 10.0.0.19 - - [2025-04-28 02:05:13] "GET /virtual-network/b96460b4-e3ae-4376-81aa-ef8053d44c04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005375 10.0.0.19 - - [2025-04-28 02:05:17] "POST /neutron/router HTTP/1.1" 200 656 0.004581 10.0.0.19 - - [2025-04-28 02:05:17] "POST /ref-update HTTP/1.1" 200 156 0.008993 10.0.0.19 - - [2025-04-28 02:05:17] "POST /neutron/router HTTP/1.1" 200 344 0.083796 10.0.0.19 - - [2025-04-28 02:05:17] "POST /neutron/router HTTP/1.1" 200 656 0.004592 10.0.0.19 - - [2025-04-28 02:05:17] "GET /logical-router/8f43b4f7-7721-47fe-b5c1-6a3e7d592b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1972 0.003960 10.0.0.19 - - [2025-04-28 02:05:17] "GET /service-instance/ecff913d-23f8-44e5-84e8-bcf705ac0524?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2325 0.004740 10.0.0.19 - - [2025-04-28 02:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002620 10.0.0.19 - - [2025-04-28 02:05:17] "POST /neutron/router HTTP/1.1" 200 151 0.058500 10.0.0.19 - - [2025-04-28 02:05:17] "DELETE /route-target/b7b6bb2c-14ef-4e34-a15f-e70c61178883 HTTP/1.1" 409 239 0.006039 10.0.0.19 - - [2025-04-28 02:05:17] "PUT /logical-router/8f43b4f7-7721-47fe-b5c1-6a3e7d592b12 HTTP/1.1" 404 171 0.002455 10.0.0.19 - - [2025-04-28 02:05:17] "POST /ref-update HTTP/1.1" 200 156 0.015518 10.0.0.19 - - [2025-04-28 02:05:17] "DELETE /route-table/4d88e18f-ddd8-4e97-9e10-c61f7b76fcd8 HTTP/1.1" 200 115 0.029845 10.0.0.19 - - [2025-04-28 02:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004236 10.0.0.19 - - [2025-04-28 02:05:17] "PUT /routing-instance/9981ea85-7be2-4bd9-926d-84d48eab492e HTTP/1.1" 200 266 0.017323 10.0.0.19 - - [2025-04-28 02:05:17] "POST /neutron/network HTTP/1.1" 200 832 0.012788 10.0.0.19 - - [2025-04-28 02:05:17] "GET /virtual-network/f7dc8749-f926-4737-b0a7-35a7356efc2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.010231 10.0.0.19 - - [2025-04-28 02:05:17] "POST /neutron/network HTTP/1.1" 400 204 0.031114 10.0.0.19 - - [2025-04-28 02:05:17] "POST /ref-update HTTP/1.1" 200 156 0.008857 10.0.0.19 - - [2025-04-28 02:05:17] "POST /ref-update HTTP/1.1" 200 156 0.009034 10.0.0.19 - - [2025-04-28 02:05:17] "DELETE /instance-ip/c5bd515a-d87c-43a2-ad35-d95cdab5780a HTTP/1.1" 200 115 0.031441 10.0.0.19 - - [2025-04-28 02:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004757 10.0.0.19 - - [2025-04-28 02:05:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002985 10.0.0.19 - - [2025-04-28 02:05:17] "POST /useragent-kv HTTP/1.1" 200 115 0.001906 10.0.0.19 - - [2025-04-28 02:05:17] "DELETE /virtual-network/f7dc8749-f926-4737-b0a7-35a7356efc2a HTTP/1.1" 200 115 0.102673 10.0.0.19 - - [2025-04-28 02:05:17] "DELETE /route-target/5c8bbdb5-0bf3-4bad-9feb-331500e2c410 HTTP/1.1" 200 115 0.022666 10.0.0.19 - - [2025-04-28 02:05:17] "DELETE /service-instance/ecff913d-23f8-44e5-84e8-bcf705ac0524 HTTP/1.1" 200 115 0.032963 10.0.0.19 - - [2025-04-28 02:05:17] "GET /logical-router/8f43b4f7-7721-47fe-b5c1-6a3e7d592b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002362 10.0.0.19 - - [2025-04-28 02:05:17] "GET /service-instance/ecff913d-23f8-44e5-84e8-bcf705ac0524?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003122 10.0.0.19 - - [2025-04-28 02:05:18] "POST /neutron/port HTTP/1.1" 200 1089 0.014108 10.0.0.19 - - [2025-04-28 02:05:18] "GET /virtual-machine-interface/fa7ff5c5-2d87-4ef9-8e17-01b41f9975ba?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1664 0.006977 10.0.0.19 - - [2025-04-28 02:05:18] "POST /neutron/port HTTP/1.1" 200 1115 0.008036 10.0.0.19 - - [2025-04-28 02:05:18] "POST /neutron/port HTTP/1.1" 200 1092 0.021406 10.0.0.19 - - [2025-04-28 02:05:18] "POST /ref-update HTTP/1.1" 200 156 0.018042 10.0.0.19 - - [2025-04-28 02:05:18] "POST /neutron/port HTTP/1.1" 200 1118 0.009879 10.0.0.19 - - [2025-04-28 02:05:18] "GET /instance-ip/b69c8e01-c38a-4629-9150-4ea7dd8e0e9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004334 10.0.0.19 - - [2025-04-28 02:05:18] "POST /neutron/port HTTP/1.1" 200 151 0.140138 10.0.0.19 - - [2025-04-28 02:05:18] "POST /neutron/port HTTP/1.1" 200 151 0.129177 10.0.0.19 - - [2025-04-28 02:05:18] "DELETE /virtual-machine-interface/fa7ff5c5-2d87-4ef9-8e17-01b41f9975ba HTTP/1.1" 200 115 0.043207 10.0.0.19 - - [2025-04-28 02:05:18] "GET /virtual-machine-interface/ce02f86b-ec86-4913-841c-a16007c1904e?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1343 0.006356 10.0.0.19 - - [2025-04-28 02:05:18] "DELETE /virtual-machine-interface/ce02f86b-ec86-4913-841c-a16007c1904e HTTP/1.1" 200 115 0.029682 10.0.0.19 - - [2025-04-28 02:05:18] "DELETE /virtual-machine/996c4436-6607-4e6a-ac3b-179b08bb225a HTTP/1.1" 200 115 0.027961 10.0.0.19 - - [2025-04-28 02:05:18] "GET /virtual-machine-interface/c2794c61-d0cf-44d6-b43a-bdb708df7eb9?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1664 0.005833 10.0.0.19 - - [2025-04-28 02:05:18] "POST /ref-update HTTP/1.1" 200 156 0.014482 10.0.0.19 - - [2025-04-28 02:05:18] "GET /instance-ip/b69c8e01-c38a-4629-9150-4ea7dd8e0e9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1694 0.005404 10.0.0.19 - - [2025-04-28 02:05:18] "DELETE /instance-ip/b69c8e01-c38a-4629-9150-4ea7dd8e0e9f HTTP/1.1" 200 115 0.024186 10.0.0.19 - - [2025-04-28 02:05:18] "DELETE /virtual-machine-interface/c2794c61-d0cf-44d6-b43a-bdb708df7eb9 HTTP/1.1" 200 115 0.028987 10.0.0.19 - - [2025-04-28 02:05:18] "GET /virtual-machine-interface/89965efb-595e-45f3-a997-616c11e798e7?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1343 0.005734 10.0.0.19 - - [2025-04-28 02:05:18] "DELETE /virtual-machine-interface/89965efb-595e-45f3-a997-616c11e798e7 HTTP/1.1" 200 115 0.024265 10.0.0.19 - - [2025-04-28 02:05:18] "POST /ref-update HTTP/1.1" 200 156 0.008381 10.0.0.19 - - [2025-04-28 02:05:18] "DELETE /virtual-machine/659ccfdf-68bd-431b-b924-6d4e0e6e7a3a HTTP/1.1" 200 115 0.032507 10.0.0.19 - - [2025-04-28 02:05:19] "POST /neutron/network HTTP/1.1" 200 832 0.006000 10.0.0.19 - - [2025-04-28 02:05:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003330 10.0.0.19 - - [2025-04-28 02:05:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.19 - - [2025-04-28 02:05:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002914 10.0.0.19 - - [2025-04-28 02:05:19] "POST /neutron/network HTTP/1.1" 200 151 0.073400 10.0.0.19 - - [2025-04-28 02:05:19] "DELETE /route-target/f4f1dd99-a90c-4bbb-8c9c-9a7ce35df67a HTTP/1.1" 200 115 0.014028 10.0.0.19 - - [2025-04-28 02:05:19] "POST /neutron/network HTTP/1.1" 200 828 0.005784 10.0.0.19 - - [2025-04-28 02:05:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004224 10.0.0.19 - - [2025-04-28 02:05:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002060 10.0.0.19 - - [2025-04-28 02:05:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002770 10.0.0.19 - - [2025-04-28 02:05:19] "POST /neutron/network HTTP/1.1" 200 151 0.072223 10.0.0.19 - - [2025-04-28 02:05:19] "DELETE /route-target/373300ad-98be-41e6-af43-efb0b67e4aae HTTP/1.1" 200 115 0.018933 10.0.0.19 - - [2025-04-28 02:05:20] "GET /projects?obj_uuids=32b47b88-dc96-41f5-89fd-f81ec35589b5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001070 10.0.0.19 - - [2025-04-28 02:05:20] "GET /project/32b47b88-dc96-41f5-89fd-f81ec35589b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.026433 10.0.0.19 - - [2025-04-28 02:05:20] "GET /projects?obj_uuids=32b47b88-dc96-41f5-89fd-f81ec35589b5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001050 10.0.0.19 - - [2025-04-28 02:05:20] "GET /project/32b47b88-dc96-41f5-89fd-f81ec35589b5?fields=virtual_networks HTTP/1.1" 200 1037 0.068256 10.0.0.19 - - [2025-04-28 02:05:20] "GET /projects?obj_uuids=32b47b88-dc96-41f5-89fd-f81ec35589b5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001596 10.0.0.19 - - [2025-04-28 02:05:20] "GET /project/32b47b88-dc96-41f5-89fd-f81ec35589b5?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.030076 10.0.0.19 - - [2025-04-28 02:05:20] "GET /projects?obj_uuids=32b47b88-dc96-41f5-89fd-f81ec35589b5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001091 10.0.0.19 - - [2025-04-28 02:05:20] "GET /project/32b47b88-dc96-41f5-89fd-f81ec35589b5?fields=security_groups HTTP/1.1" 200 1266 0.023660 10.0.0.19 - - [2025-04-28 02:05:21] "POST /fqname-to-id HTTP/1.1" 404 196 0.020043 10.0.0.19 - - [2025-04-28 02:05:21] "GET /projects?obj_uuids=f2e7104c-87b7-4a33-89de-0973ec15f7b5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002366 10.0.0.19 - - [2025-04-28 02:05:21] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001370 10.0.0.19 - - [2025-04-28 02:05:21] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.049403 10.0.0.19 - - [2025-04-28 02:05:21] "POST /id-to-fqname HTTP/1.1" 200 198 0.002104 10.0.0.19 - - [2025-04-28 02:05:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.003129 10.0.0.19 - - [2025-04-28 02:05:21] "POST /security-groups HTTP/1.1" 200 599 0.059860 10.0.0.19 - - [2025-04-28 02:05:21] "POST /fqname-to-id HTTP/1.1" 404 242 0.002557 10.0.0.19 - - [2025-04-28 02:05:21] "POST /projects HTTP/1.1" 200 601 0.211201 10.0.0.19 - - [2025-04-28 02:05:21] "POST /access-control-lists HTTP/1.1" 200 604 0.054861 10.0.0.19 - - [2025-04-28 02:05:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.280250 10.0.0.19 - - [2025-04-28 02:05:21] "POST /fqname-to-id HTTP/1.1" 404 241 0.002458 10.0.0.19 - - [2025-04-28 02:05:21] "GET /project/f2e7104c-87b7-4a33-89de-0973ec15f7b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.432750 10.0.0.19 - - [2025-04-28 02:05:21] "POST /access-control-lists HTTP/1.1" 200 602 0.059946 10.0.0.19 - - [2025-04-28 02:05:22] "GET / HTTP/1.1" 200 35931 0.002055 10.0.0.19 - - [2025-04-28 02:05:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000470 10.0.0.19 - - [2025-04-28 02:05:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.056681 10.0.0.19 - - [2025-04-28 02:05:23] "GET /projects?obj_uuids=f2e7104c-87b7-4a33-89de-0973ec15f7b5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001360 10.0.0.19 - - [2025-04-28 02:05:23] "GET /project/f2e7104c-87b7-4a33-89de-0973ec15f7b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.022278 10.0.0.19 - - [2025-04-28 02:05:23] "POST /neutron/network HTTP/1.1" 200 117 0.028048 10.0.0.19 - - [2025-04-28 02:05:23] "GET /projects?obj_uuids=f2e7104c-87b7-4a33-89de-0973ec15f7b5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001812 10.0.0.19 - - [2025-04-28 02:05:23] "POST /neutron/network HTTP/1.1" 200 613 0.067651 10.0.0.19 - - [2025-04-28 02:05:23] "POST /route-targets HTTP/1.1" 200 327 0.011508 10.0.0.19 - - [2025-04-28 02:05:23] "POST /ref-update HTTP/1.1" 200 156 0.010538 10.0.0.19 - - [2025-04-28 02:05:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003352 10.0.0.19 - - [2025-04-28 02:05:23] "POST /neutron/subnet HTTP/1.1" 200 729 0.196258 10.0.0.19 - - [2025-04-28 02:05:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002946 10.0.0.19 - - [2025-04-28 02:05:24] "POST /neutron/subnet HTTP/1.1" 200 828 0.158808 10.0.0.19 - - [2025-04-28 02:05:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.034680 10.0.0.19 - - [2025-04-28 02:05:24] "GET /virtual-network/5ab57773-5082-4312-8ebc-b523bc298a42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.007807 10.0.0.19 - - [2025-04-28 02:05:24] "POST /neutron/network HTTP/1.1" 200 1007 0.005701 10.0.0.19 - - [2025-04-28 02:05:24] "POST /id-to-fqname HTTP/1.1" 200 228 0.001100 10.0.0.19 - - [2025-04-28 02:05:24] "GET /virtual-network/ae33fd32-6971-4dbd-8905-2d6bca99fad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.004532 10.0.0.19 - - [2025-04-28 02:05:24] "POST /neutron/network HTTP/1.1" 200 1007 0.007077 10.0.0.19 - - [2025-04-28 02:05:24] "GET /virtual-network/ae33fd32-6971-4dbd-8905-2d6bca99fad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.004884 10.0.0.19 - - [2025-04-28 02:05:24] "POST /neutron/network HTTP/1.1" 200 1007 0.007742 10.0.0.19 - - [2025-04-28 02:05:24] "POST /neutron/subnet HTTP/1.1" 200 729 0.005654 10.0.0.19 - - [2025-04-28 02:05:24] "POST /neutron/subnet HTTP/1.1" 200 828 0.005915 10.0.0.19 - - [2025-04-28 02:05:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002126 10.0.0.19 - - [2025-04-28 02:05:24] "GET /projects?obj_uuids=f2e7104c-87b7-4a33-89de-0973ec15f7b5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000926 10.0.0.19 - - [2025-04-28 02:05:24] "GET /project/f2e7104c-87b7-4a33-89de-0973ec15f7b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.023237 10.0.0.19 - - [2025-04-28 02:05:24] "POST /neutron/network HTTP/1.1" 200 117 0.008829 10.0.0.19 - - [2025-04-28 02:05:24] "GET /projects?obj_uuids=f2e7104c-87b7-4a33-89de-0973ec15f7b5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001089 10.0.0.19 - - [2025-04-28 02:05:24] "POST /neutron/network HTTP/1.1" 200 613 0.062313 10.0.0.19 - - [2025-04-28 02:05:24] "POST /route-targets HTTP/1.1" 200 327 0.009716 10.0.0.19 - - [2025-04-28 02:05:24] "POST /ref-update HTTP/1.1" 200 156 0.010398 10.0.0.19 - - [2025-04-28 02:05:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003819 10.0.0.19 - - [2025-04-28 02:05:24] "POST /neutron/subnet HTTP/1.1" 200 715 0.149541 10.0.0.19 - - [2025-04-28 02:05:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005411 10.0.0.19 - - [2025-04-28 02:05:24] "GET /virtual-network/5ab57773-5082-4312-8ebc-b523bc298a42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.004506 10.0.0.19 - - [2025-04-28 02:05:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003944 10.0.0.19 - - [2025-04-28 02:05:24] "POST /neutron/subnet HTTP/1.1" 200 828 0.190727 10.0.0.19 - - [2025-04-28 02:05:24] "POST /neutron/network HTTP/1.1" 200 1004 0.007376 10.0.0.19 - - [2025-04-28 02:05:24] "POST /id-to-fqname HTTP/1.1" 200 228 0.001153 10.0.0.19 - - [2025-04-28 02:05:24] "GET /virtual-network/7bc1b7ed-f5aa-4d8a-b7ab-5889e9b88506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.004445 10.0.0.19 - - [2025-04-28 02:05:24] "POST /neutron/network HTTP/1.1" 200 1004 0.007108 10.0.0.19 - - [2025-04-28 02:05:24] "GET /virtual-network/7bc1b7ed-f5aa-4d8a-b7ab-5889e9b88506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.004666 10.0.0.19 - - [2025-04-28 02:05:24] "POST /neutron/network HTTP/1.1" 200 1004 0.008763 10.0.0.19 - - [2025-04-28 02:05:24] "POST /neutron/subnet HTTP/1.1" 200 715 0.006536 10.0.0.19 - - [2025-04-28 02:05:24] "POST /neutron/subnet HTTP/1.1" 200 828 0.007525 10.0.0.19 - - [2025-04-28 02:05:24] "POST /fqname-to-id HTTP/1.1" 404 234 0.002348 10.0.0.19 - - [2025-04-28 02:05:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002151 10.0.0.19 - - [2025-04-28 02:05:25] "GET /projects?obj_uuids=f2e7104c-87b7-4a33-89de-0973ec15f7b5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001506 10.0.0.19 - - [2025-04-28 02:05:25] "GET /project/f2e7104c-87b7-4a33-89de-0973ec15f7b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.025909 10.0.0.19 - - [2025-04-28 02:05:25] "POST /network-policys HTTP/1.1" 200 577 0.061116 10.0.0.19 - - [2025-04-28 02:05:25] "GET /network-policy/713638bf-e73e-44ab-9d14-83c2e19c1494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.005212 10.0.0.19 - - [2025-04-28 02:05:25] "POST /neutron/network HTTP/1.1" 200 1007 0.007975 10.0.0.19 - - [2025-04-28 02:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.006022 10.0.0.19 - - [2025-04-28 02:05:25] "POST /fqname-to-id HTTP/1.1" 404 242 0.003663 10.0.0.19 - - [2025-04-28 02:05:25] "GET /virtual-network/5ab57773-5082-4312-8ebc-b523bc298a42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.006419 10.0.0.19 - - [2025-04-28 02:05:25] "POST /neutron/network HTTP/1.1" 200 1115 0.051370 10.0.0.19 - - [2025-04-28 02:05:25] "POST /access-control-lists HTTP/1.1" 200 596 0.068526 10.0.0.19 - - [2025-04-28 02:05:25] "POST /neutron/network HTTP/1.1" 200 1115 0.041824 10.0.0.19 - - [2025-04-28 02:05:25] "GET /virtual-network/ae33fd32-6971-4dbd-8905-2d6bca99fad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.008325 10.0.0.19 - - [2025-04-28 02:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002563 10.0.0.19 - - [2025-04-28 02:05:25] "GET /network-policy/713638bf-e73e-44ab-9d14-83c2e19c1494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.003768 10.0.0.19 - - [2025-04-28 02:05:25] "POST /neutron/network HTTP/1.1" 200 1004 0.007617 10.0.0.19 - - [2025-04-28 02:05:25] "POST /fqname-to-id HTTP/1.1" 404 242 0.005831 10.0.0.19 - - [2025-04-28 02:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005510 10.0.0.19 - - [2025-04-28 02:05:25] "GET /virtual-network/5ab57773-5082-4312-8ebc-b523bc298a42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.004841 10.0.0.19 - - [2025-04-28 02:05:25] "POST /neutron/network HTTP/1.1" 200 1112 0.054699 10.0.0.19 - - [2025-04-28 02:05:25] "POST /access-control-lists HTTP/1.1" 200 596 0.073747 10.0.0.19 - - [2025-04-28 02:05:25] "POST /neutron/network HTTP/1.1" 200 1112 0.053296 10.0.0.19 - - [2025-04-28 02:05:25] "GET /virtual-network/7bc1b7ed-f5aa-4d8a-b7ab-5889e9b88506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005129 10.0.0.19 - - [2025-04-28 02:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002350 10.0.0.19 - - [2025-04-28 02:05:25] "POST /ref-update HTTP/1.1" 200 156 0.008349 10.0.0.19 - - [2025-04-28 02:05:25] "GET /network-policy/713638bf-e73e-44ab-9d14-83c2e19c1494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.003368 10.0.0.19 - - [2025-04-28 02:05:25] "GET /domains HTTP/1.1" 401 292 0.000420 10.0.0.19 - - [2025-04-28 02:05:25] "PUT /access-control-list/6310afe5-fc8a-4e0d-a316-afd3543f1542 HTTP/1.1" 200 272 0.053831 10.0.0.19 - - [2025-04-28 02:05:26] "GET /domains HTTP/1.1" 200 280 0.021908 10.0.0.19 - - [2025-04-28 02:05:26] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000982 10.0.0.19 - - [2025-04-28 02:05:26] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003 HTTP/1.1" 200 2770 0.008029 10.0.0.19 - - [2025-04-28 02:05:26] "GET /projects?obj_uuids=f2e7104c-87b7-4a33-89de-0973ec15f7b5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000915 10.0.0.19 - - [2025-04-28 02:05:26] "GET /project/f2e7104c-87b7-4a33-89de-0973ec15f7b5 HTTP/1.1" 200 2625 0.068460 10.0.0.19 - - [2025-04-28 02:05:26] "GET /virtual-network/ae33fd32-6971-4dbd-8905-2d6bca99fad6 HTTP/1.1" 200 3507 0.005374 10.0.0.19 - - [2025-04-28 02:05:26] "GET /virtual-network/ae33fd32-6971-4dbd-8905-2d6bca99fad6 HTTP/1.1" 200 3507 0.004399 10.0.0.19 - - [2025-04-28 02:05:26] "GET /routing-instance/6757bccb-7832-4680-bafb-c1e3370741a4 HTTP/1.1" 200 1795 0.003082 10.0.0.19 - - [2025-04-28 02:05:26] "GET /routing-instance/6757bccb-7832-4680-bafb-c1e3370741a4 HTTP/1.1" 200 1795 0.002817 10.0.0.19 - - [2025-04-28 02:05:26] "GET /route-target/40e330ad-385c-4525-9212-7fb28e200336 HTTP/1.1" 200 1212 0.003195 10.0.0.19 - - [2025-04-28 02:05:26] "GET /virtual-network/ae33fd32-6971-4dbd-8905-2d6bca99fad6 HTTP/1.1" 200 3507 0.004282 10.0.0.19 - - [2025-04-28 02:05:26] "GET /routing-instance/6757bccb-7832-4680-bafb-c1e3370741a4 HTTP/1.1" 200 1795 0.002776 10.0.0.19 - - [2025-04-28 02:05:26] "GET /virtual-network/ae33fd32-6971-4dbd-8905-2d6bca99fad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.004393 10.0.0.19 - - [2025-04-28 02:05:26] "GET /virtual-network/ae33fd32-6971-4dbd-8905-2d6bca99fad6 HTTP/1.1" 200 3507 0.004184 10.0.0.19 - - [2025-04-28 02:05:26] "GET /routing-instance/6757bccb-7832-4680-bafb-c1e3370741a4 HTTP/1.1" 200 1795 0.002743 10.0.0.19 - - [2025-04-28 02:05:26] "GET /routing-instance/6757bccb-7832-4680-bafb-c1e3370741a4 HTTP/1.1" 200 1795 0.002707 10.0.0.19 - - [2025-04-28 02:05:26] "GET /route-target/40e330ad-385c-4525-9212-7fb28e200336 HTTP/1.1" 200 1212 0.002338 10.0.0.19 - - [2025-04-28 02:05:26] "GET /domains HTTP/1.1" 200 280 0.002437 10.0.0.19 - - [2025-04-28 02:05:26] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000916 10.0.0.19 - - [2025-04-28 02:05:26] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003 HTTP/1.1" 200 2770 0.006494 10.0.0.19 - - [2025-04-28 02:05:26] "GET /projects?obj_uuids=f2e7104c-87b7-4a33-89de-0973ec15f7b5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000912 10.0.0.19 - - [2025-04-28 02:05:26] "GET /project/f2e7104c-87b7-4a33-89de-0973ec15f7b5 HTTP/1.1" 200 2625 0.078297 10.0.0.19 - - [2025-04-28 02:05:26] "GET /virtual-network/ae33fd32-6971-4dbd-8905-2d6bca99fad6 HTTP/1.1" 200 3507 0.004653 10.0.0.19 - - [2025-04-28 02:05:26] "GET /obj-perms HTTP/1.1" 200 5046 0.047068 10.0.0.19 - - [2025-04-28 02:05:26] "GET /domains HTTP/1.1" 200 280 0.002941 10.0.0.19 - - [2025-04-28 02:05:26] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001002 10.0.0.19 - - [2025-04-28 02:05:26] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003 HTTP/1.1" 200 2770 0.006451 10.0.0.19 - - [2025-04-28 02:05:26] "GET /projects?obj_uuids=f2e7104c-87b7-4a33-89de-0973ec15f7b5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000876 10.0.0.19 - - [2025-04-28 02:05:26] "GET /project/f2e7104c-87b7-4a33-89de-0973ec15f7b5 HTTP/1.1" 200 2625 0.068926 10.0.0.19 - - [2025-04-28 02:05:26] "GET /virtual-network/7bc1b7ed-f5aa-4d8a-b7ab-5889e9b88506 HTTP/1.1" 200 3498 0.006282 10.0.0.19 - - [2025-04-28 02:05:26] "GET /virtual-network/7bc1b7ed-f5aa-4d8a-b7ab-5889e9b88506 HTTP/1.1" 200 3498 0.004391 10.0.0.19 - - [2025-04-28 02:05:26] "GET /routing-instance/142eb76f-ac88-4eb4-8653-5bf0eaf9e47a HTTP/1.1" 200 1794 0.003190 10.0.0.19 - - [2025-04-28 02:05:26] "GET /routing-instance/142eb76f-ac88-4eb4-8653-5bf0eaf9e47a HTTP/1.1" 200 1794 0.003502 10.0.0.19 - - [2025-04-28 02:05:26] "GET /route-target/bd79c2f2-a47f-4a37-b948-050b76ef9708 HTTP/1.1" 200 1213 0.005004 10.0.0.19 - - [2025-04-28 02:05:26] "GET /virtual-network/7bc1b7ed-f5aa-4d8a-b7ab-5889e9b88506 HTTP/1.1" 200 3498 0.004363 10.0.0.19 - - [2025-04-28 02:05:26] "GET /routing-instance/142eb76f-ac88-4eb4-8653-5bf0eaf9e47a HTTP/1.1" 200 1794 0.003618 10.0.0.19 - - [2025-04-28 02:05:26] "GET /virtual-network/7bc1b7ed-f5aa-4d8a-b7ab-5889e9b88506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.004422 10.0.0.19 - - [2025-04-28 02:05:26] "GET /virtual-network/7bc1b7ed-f5aa-4d8a-b7ab-5889e9b88506 HTTP/1.1" 200 3498 0.004570 10.0.0.19 - - [2025-04-28 02:05:26] "GET /routing-instance/142eb76f-ac88-4eb4-8653-5bf0eaf9e47a HTTP/1.1" 200 1794 0.002853 10.0.0.19 - - [2025-04-28 02:05:26] "GET /routing-instance/142eb76f-ac88-4eb4-8653-5bf0eaf9e47a HTTP/1.1" 200 1794 0.002697 10.0.0.19 - - [2025-04-28 02:05:26] "GET /route-target/bd79c2f2-a47f-4a37-b948-050b76ef9708 HTTP/1.1" 200 1213 0.002480 10.0.0.19 - - [2025-04-28 02:05:26] "GET /domains HTTP/1.1" 200 280 0.004358 10.0.0.19 - - [2025-04-28 02:05:26] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000983 10.0.0.19 - - [2025-04-28 02:05:26] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003 HTTP/1.1" 200 2770 0.006780 10.0.0.19 - - [2025-04-28 02:05:26] "GET /projects?obj_uuids=f2e7104c-87b7-4a33-89de-0973ec15f7b5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000899 10.0.0.19 - - [2025-04-28 02:05:27] "GET /project/f2e7104c-87b7-4a33-89de-0973ec15f7b5 HTTP/1.1" 200 2625 0.070864 10.0.0.19 - - [2025-04-28 02:05:27] "GET /virtual-network/7bc1b7ed-f5aa-4d8a-b7ab-5889e9b88506 HTTP/1.1" 200 3498 0.004767 10.0.0.19 - - [2025-04-28 02:05:27] "GET /obj-perms HTTP/1.1" 200 5046 0.002900 10.0.0.19 - - [2025-04-28 02:05:27] "GET /virtual-network/7bc1b7ed-f5aa-4d8a-b7ab-5889e9b88506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005163 10.0.0.19 - - [2025-04-28 02:05:27] "POST /neutron/network HTTP/1.1" 200 1112 0.063241 10.0.0.19 - - [2025-04-28 02:05:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.008122 10.0.0.19 - - [2025-04-28 02:05:27] "GET /virtual-network/5ab57773-5082-4312-8ebc-b523bc298a42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.005117 10.0.0.19 - - [2025-04-28 02:05:27] "POST /neutron/network HTTP/1.1" 200 1004 0.051370 10.0.0.19 - - [2025-04-28 02:05:27] "DELETE /access-control-list/549a53bf-3c19-4912-9b59-1d90e0320886 HTTP/1.1" 200 115 0.045797 10.0.0.19 - - [2025-04-28 02:05:27] "POST /neutron/network HTTP/1.1" 200 1004 0.008147 10.0.0.19 - - [2025-04-28 02:05:27] "GET /virtual-network/7bc1b7ed-f5aa-4d8a-b7ab-5889e9b88506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.004553 10.0.0.19 - - [2025-04-28 02:05:27] "POST /ref-update HTTP/1.1" 200 156 0.013978 10.0.0.19 - - [2025-04-28 02:05:27] "GET /virtual-network/ae33fd32-6971-4dbd-8905-2d6bca99fad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005286 10.0.0.19 - - [2025-04-28 02:05:27] "POST /neutron/network HTTP/1.1" 200 1115 0.007717 10.0.0.19 - - [2025-04-28 02:05:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.009069 10.0.0.19 - - [2025-04-28 02:05:27] "GET /virtual-network/5ab57773-5082-4312-8ebc-b523bc298a42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.007024 10.0.0.19 - - [2025-04-28 02:05:27] "POST /neutron/network HTTP/1.1" 200 1007 0.053028 10.0.0.19 - - [2025-04-28 02:05:27] "DELETE /access-control-list/6310afe5-fc8a-4e0d-a316-afd3543f1542 HTTP/1.1" 200 115 0.031687 10.0.0.19 - - [2025-04-28 02:05:27] "POST /neutron/network HTTP/1.1" 200 1007 0.009737 10.0.0.19 - - [2025-04-28 02:05:27] "GET /virtual-network/ae33fd32-6971-4dbd-8905-2d6bca99fad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.004916 10.0.0.19 - - [2025-04-28 02:05:27] "POST /ref-update HTTP/1.1" 200 156 0.021834 10.0.0.19 - - [2025-04-28 02:05:27] "DELETE /network-policy/713638bf-e73e-44ab-9d14-83c2e19c1494 HTTP/1.1" 200 115 0.032672 10.0.0.19 - - [2025-04-28 02:05:27] "POST /neutron/network HTTP/1.1" 200 1004 0.009298 10.0.0.19 - - [2025-04-28 02:05:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004557 10.0.0.19 - - [2025-04-28 02:05:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002061 10.0.0.19 - - [2025-04-28 02:05:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003096 10.0.0.19 - - [2025-04-28 02:05:27] "POST /useragent-kv HTTP/1.1" 200 115 0.001909 10.0.0.19 - - [2025-04-28 02:05:27] "POST /useragent-kv HTTP/1.1" 200 115 0.001697 10.0.0.19 - - [2025-04-28 02:05:27] "POST /neutron/network HTTP/1.1" 200 151 0.086150 10.0.0.19 - - [2025-04-28 02:05:27] "DELETE /route-target/bd79c2f2-a47f-4a37-b948-050b76ef9708 HTTP/1.1" 200 115 0.021247 10.0.0.19 - - [2025-04-28 02:05:27] "GET /routing-instance/142eb76f-ac88-4eb4-8653-5bf0eaf9e47a HTTP/1.1" 404 171 0.002273 10.0.0.19 - - [2025-04-28 02:05:27] "GET /domains HTTP/1.1" 200 280 0.002057 10.0.0.19 - - [2025-04-28 02:05:27] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000982 10.0.0.19 - - [2025-04-28 02:05:27] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003 HTTP/1.1" 200 2770 0.050053 10.0.0.19 - - [2025-04-28 02:05:27] "GET /projects?obj_uuids=f2e7104c-87b7-4a33-89de-0973ec15f7b5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001022 10.0.0.19 - - [2025-04-28 02:05:27] "GET /project/f2e7104c-87b7-4a33-89de-0973ec15f7b5 HTTP/1.1" 200 2145 0.069439 10.0.0.19 - - [2025-04-28 02:05:27] "POST /neutron/network HTTP/1.1" 200 1007 0.007127 10.0.0.19 - - [2025-04-28 02:05:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.19 - - [2025-04-28 02:05:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002076 10.0.0.19 - - [2025-04-28 02:05:27] "POST /useragent-kv HTTP/1.1" 200 115 0.001846 10.0.0.19 - - [2025-04-28 02:05:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002134 10.0.0.19 - - [2025-04-28 02:05:27] "POST /useragent-kv HTTP/1.1" 200 115 0.004594 10.0.0.19 - - [2025-04-28 02:05:27] "DELETE /route-target/40e330ad-385c-4525-9212-7fb28e200336 HTTP/1.1" 200 115 0.029354 10.0.0.19 - - [2025-04-28 02:05:27] "POST /neutron/network HTTP/1.1" 200 151 0.091550 10.0.0.19 - - [2025-04-28 02:05:27] "GET /routing-instance/6757bccb-7832-4680-bafb-c1e3370741a4 HTTP/1.1" 404 171 0.002306 10.0.0.19 - - [2025-04-28 02:05:27] "GET /domains HTTP/1.1" 200 280 0.002082 10.0.0.19 - - [2025-04-28 02:05:27] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000962 10.0.0.19 - - [2025-04-28 02:05:27] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003 HTTP/1.1" 200 2770 0.050887 10.0.0.19 - - [2025-04-28 02:05:27] "GET /projects?obj_uuids=f2e7104c-87b7-4a33-89de-0973ec15f7b5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001093 10.0.0.19 - - [2025-04-28 02:05:27] "GET /project/f2e7104c-87b7-4a33-89de-0973ec15f7b5 HTTP/1.1" 200 1900 0.068689 10.0.0.19 - - [2025-04-28 02:05:28] "GET /projects?obj_uuids=f2e7104c-87b7-4a33-89de-0973ec15f7b5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001135 10.0.0.19 - - [2025-04-28 02:05:28] "GET /project/f2e7104c-87b7-4a33-89de-0973ec15f7b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.026553 10.0.0.19 - - [2025-04-28 02:05:28] "GET /projects?obj_uuids=f2e7104c-87b7-4a33-89de-0973ec15f7b5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001061 10.0.0.19 - - [2025-04-28 02:05:28] "GET /project/f2e7104c-87b7-4a33-89de-0973ec15f7b5?fields=virtual_networks HTTP/1.1" 200 1048 0.065359 10.0.0.19 - - [2025-04-28 02:05:28] "GET /projects?obj_uuids=f2e7104c-87b7-4a33-89de-0973ec15f7b5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001173 10.0.0.19 - - [2025-04-28 02:05:28] "GET /project/f2e7104c-87b7-4a33-89de-0973ec15f7b5?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.024693 10.0.0.19 - - [2025-04-28 02:05:28] "GET /projects?obj_uuids=f2e7104c-87b7-4a33-89de-0973ec15f7b5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001194 10.0.0.19 - - [2025-04-28 02:05:28] "GET /project/f2e7104c-87b7-4a33-89de-0973ec15f7b5?fields=security_groups HTTP/1.1" 200 1282 0.022438 10.0.0.19 - - [2025-04-28 02:05:29] "POST /fqname-to-id HTTP/1.1" 404 190 0.023594 10.0.0.19 - - [2025-04-28 02:05:29] "GET /projects?obj_uuids=a9561b89-55ba-4f35-b61d-8bb46cc84eb7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002675 10.0.0.19 - - [2025-04-28 02:05:29] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001037 10.0.0.19 - - [2025-04-28 02:05:29] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007690 10.0.0.19 - - [2025-04-28 02:05:29] "POST /id-to-fqname HTTP/1.1" 200 192 0.003718 10.0.0.19 - - [2025-04-28 02:05:29] "POST /fqname-to-id HTTP/1.1" 404 201 0.002985 10.0.0.19 - - [2025-04-28 02:05:29] "POST /security-groups HTTP/1.1" 200 593 0.064643 10.0.0.19 - - [2025-04-28 02:05:29] "POST /fqname-to-id HTTP/1.1" 404 236 0.003427 10.0.0.19 - - [2025-04-28 02:05:29] "POST /projects HTTP/1.1" 200 589 0.219327 10.0.0.19 - - [2025-04-28 02:05:29] "POST /access-control-lists HTTP/1.1" 200 598 0.057293 10.0.0.19 - - [2025-04-28 02:05:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.286009 10.0.0.19 - - [2025-04-28 02:05:29] "POST /fqname-to-id HTTP/1.1" 404 235 0.002720 10.0.0.19 - - [2025-04-28 02:05:29] "GET /project/a9561b89-55ba-4f35-b61d-8bb46cc84eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.408620 10.0.0.19 - - [2025-04-28 02:05:29] "POST /access-control-lists HTTP/1.1" 200 596 0.058629 10.0.0.19 - - [2025-04-28 02:05:30] "GET / HTTP/1.1" 200 35931 0.002015 10.0.0.19 - - [2025-04-28 02:05:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000530 10.0.0.19 - - [2025-04-28 02:05:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.051146 10.0.0.19 - - [2025-04-28 02:05:31] "GET /projects?obj_uuids=a9561b89-55ba-4f35-b61d-8bb46cc84eb7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001090 10.0.0.19 - - [2025-04-28 02:05:31] "GET /project/a9561b89-55ba-4f35-b61d-8bb46cc84eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.025131 10.0.0.19 - - [2025-04-28 02:05:31] "POST /neutron/network HTTP/1.1" 200 117 0.028149 10.0.0.19 - - [2025-04-28 02:05:31] "GET /projects?obj_uuids=a9561b89-55ba-4f35-b61d-8bb46cc84eb7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001434 10.0.0.19 - - [2025-04-28 02:05:31] "POST /neutron/network HTTP/1.1" 200 607 0.059667 10.0.0.19 - - [2025-04-28 02:05:32] "POST /route-targets HTTP/1.1" 200 327 0.015882 10.0.0.19 - - [2025-04-28 02:05:32] "POST /ref-update HTTP/1.1" 200 156 0.011657 10.0.0.19 - - [2025-04-28 02:05:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002223 10.0.0.19 - - [2025-04-28 02:05:32] "POST /neutron/subnet HTTP/1.1" 200 714 0.189306 10.0.0.19 - - [2025-04-28 02:05:32] "POST /neutron/network HTTP/1.1" 200 824 0.005450 10.0.0.19 - - [2025-04-28 02:05:32] "POST /id-to-fqname HTTP/1.1" 200 222 0.001189 10.0.0.19 - - [2025-04-28 02:05:32] "GET /virtual-network/ba8efb15-609f-4fec-8825-96e23a41c9bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004614 10.0.0.19 - - [2025-04-28 02:05:32] "POST /neutron/network HTTP/1.1" 200 824 0.006837 10.0.0.19 - - [2025-04-28 02:05:32] "GET /virtual-network/ba8efb15-609f-4fec-8825-96e23a41c9bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004916 10.0.0.19 - - [2025-04-28 02:05:32] "POST /neutron/network HTTP/1.1" 200 824 0.006244 10.0.0.19 - - [2025-04-28 02:05:32] "POST /neutron/subnet HTTP/1.1" 200 714 0.007430 10.0.0.19 - - [2025-04-28 02:05:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.19 - - [2025-04-28 02:05:32] "GET /projects?obj_uuids=a9561b89-55ba-4f35-b61d-8bb46cc84eb7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001091 10.0.0.19 - - [2025-04-28 02:05:32] "GET /project/a9561b89-55ba-4f35-b61d-8bb46cc84eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.023222 10.0.0.19 - - [2025-04-28 02:05:32] "POST /neutron/network HTTP/1.1" 200 117 0.009755 10.0.0.19 - - [2025-04-28 02:05:32] "GET /projects?obj_uuids=a9561b89-55ba-4f35-b61d-8bb46cc84eb7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001085 10.0.0.19 - - [2025-04-28 02:05:32] "POST /neutron/network HTTP/1.1" 200 607 0.055412 10.0.0.19 - - [2025-04-28 02:05:32] "POST /route-targets HTTP/1.1" 200 327 0.010540 10.0.0.19 - - [2025-04-28 02:05:32] "POST /ref-update HTTP/1.1" 200 156 0.009825 10.0.0.19 - - [2025-04-28 02:05:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003389 10.0.0.19 - - [2025-04-28 02:05:32] "POST /neutron/subnet HTTP/1.1" 200 729 0.151032 10.0.0.19 - - [2025-04-28 02:05:32] "POST /neutron/network HTTP/1.1" 200 827 0.005379 10.0.0.19 - - [2025-04-28 02:05:32] "POST /id-to-fqname HTTP/1.1" 200 222 0.001126 10.0.0.19 - - [2025-04-28 02:05:32] "GET /virtual-network/b7a8410b-fa74-4902-9757-cee1d862a5eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004402 10.0.0.19 - - [2025-04-28 02:05:32] "POST /neutron/network HTTP/1.1" 200 827 0.005723 10.0.0.19 - - [2025-04-28 02:05:32] "GET /virtual-network/b7a8410b-fa74-4902-9757-cee1d862a5eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004364 10.0.0.19 - - [2025-04-28 02:05:32] "POST /neutron/network HTTP/1.1" 200 827 0.005465 10.0.0.19 - - [2025-04-28 02:05:32] "POST /neutron/subnet HTTP/1.1" 200 729 0.006502 10.0.0.19 - - [2025-04-28 02:05:32] "POST /fqname-to-id HTTP/1.1" 404 228 0.002001 10.0.0.19 - - [2025-04-28 02:05:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002661 10.0.0.19 - - [2025-04-28 02:05:33] "GET /projects?obj_uuids=a9561b89-55ba-4f35-b61d-8bb46cc84eb7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001074 10.0.0.19 - - [2025-04-28 02:05:33] "GET /project/a9561b89-55ba-4f35-b61d-8bb46cc84eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.022821 10.0.0.19 - - [2025-04-28 02:05:33] "POST /network-policys HTTP/1.1" 200 571 0.019503 10.0.0.19 - - [2025-04-28 02:05:33] "GET /network-policy/b1c1d553-7cc2-4831-9cfd-64914919b397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.004426 10.0.0.19 - - [2025-04-28 02:05:33] "POST /neutron/network HTTP/1.1" 200 824 0.005388 10.0.0.19 - - [2025-04-28 02:05:33] "POST /fqname-to-id HTTP/1.1" 404 236 0.003191 10.0.0.19 - - [2025-04-28 02:05:33] "POST /neutron/network HTTP/1.1" 200 926 0.036030 10.0.0.19 - - [2025-04-28 02:05:33] "POST /neutron/network HTTP/1.1" 200 926 0.044680 10.0.0.19 - - [2025-04-28 02:05:33] "POST /access-control-lists HTTP/1.1" 200 590 0.065856 10.0.0.19 - - [2025-04-28 02:05:33] "GET /virtual-network/ba8efb15-609f-4fec-8825-96e23a41c9bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.008172 10.0.0.19 - - [2025-04-28 02:05:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002070 10.0.0.19 - - [2025-04-28 02:05:33] "GET /network-policy/b1c1d553-7cc2-4831-9cfd-64914919b397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.004320 10.0.0.19 - - [2025-04-28 02:05:33] "POST /neutron/network HTTP/1.1" 200 827 0.005824 10.0.0.19 - - [2025-04-28 02:05:33] "POST /neutron/network HTTP/1.1" 200 929 0.081821 10.0.0.19 - - [2025-04-28 02:05:33] "PUT /access-control-list/0a835d4c-ef9b-4e7e-9c74-89295ac96051 HTTP/1.1" 200 272 0.058192 10.0.0.19 - - [2025-04-28 02:05:33] "POST /fqname-to-id HTTP/1.1" 404 236 0.002611 10.0.0.19 - - [2025-04-28 02:05:33] "POST /neutron/network HTTP/1.1" 200 929 0.006002 10.0.0.19 - - [2025-04-28 02:05:33] "GET /virtual-network/b7a8410b-fa74-4902-9757-cee1d862a5eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004779 10.0.0.19 - - [2025-04-28 02:05:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002154 10.0.0.19 - - [2025-04-28 02:05:33] "GET /network-policy/b1c1d553-7cc2-4831-9cfd-64914919b397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.032313 10.0.0.19 - - [2025-04-28 02:05:33] "POST /access-control-lists HTTP/1.1" 200 590 0.061719 10.0.0.19 - - [2025-04-28 02:05:33] "GET /domains HTTP/1.1" 401 292 0.000469 10.0.0.19 - - [2025-04-28 02:05:33] "POST /ref-update HTTP/1.1" 200 156 0.012221 10.0.0.19 - - [2025-04-28 02:05:34] "GET /domains HTTP/1.1" 200 280 0.023844 10.0.0.19 - - [2025-04-28 02:05:34] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001538 10.0.0.19 - - [2025-04-28 02:05:34] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003 HTTP/1.1" 200 2958 0.011910 10.0.0.19 - - [2025-04-28 02:05:34] "GET /projects?obj_uuids=a9561b89-55ba-4f35-b61d-8bb46cc84eb7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001954 10.0.0.19 - - [2025-04-28 02:05:34] "GET /project/a9561b89-55ba-4f35-b61d-8bb46cc84eb7 HTTP/1.1" 200 2572 0.080189 10.0.0.19 - - [2025-04-28 02:05:34] "GET /virtual-network/ba8efb15-609f-4fec-8825-96e23a41c9bf HTTP/1.1" 200 2884 0.007773 10.0.0.19 - - [2025-04-28 02:05:34] "GET /virtual-network/ba8efb15-609f-4fec-8825-96e23a41c9bf HTTP/1.1" 200 2884 0.004881 10.0.0.19 - - [2025-04-28 02:05:34] "GET /routing-instance/229a38f7-9eba-4b59-a644-9297b3f91170 HTTP/1.1" 200 1783 0.003468 10.0.0.19 - - [2025-04-28 02:05:34] "GET /routing-instance/229a38f7-9eba-4b59-a644-9297b3f91170 HTTP/1.1" 200 1783 0.003151 10.0.0.19 - - [2025-04-28 02:05:34] "GET /route-target/5a85d721-ca76-43f4-baaf-056702bbfc0d HTTP/1.1" 200 1206 0.003115 10.0.0.19 - - [2025-04-28 02:05:34] "GET /virtual-network/ba8efb15-609f-4fec-8825-96e23a41c9bf HTTP/1.1" 200 2884 0.004647 10.0.0.19 - - [2025-04-28 02:05:34] "GET /routing-instance/229a38f7-9eba-4b59-a644-9297b3f91170 HTTP/1.1" 200 1783 0.003591 10.0.0.19 - - [2025-04-28 02:05:34] "GET /virtual-network/ba8efb15-609f-4fec-8825-96e23a41c9bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.005321 10.0.0.19 - - [2025-04-28 02:05:34] "GET /virtual-network/ba8efb15-609f-4fec-8825-96e23a41c9bf HTTP/1.1" 200 2884 0.004450 10.0.0.19 - - [2025-04-28 02:05:34] "GET /routing-instance/229a38f7-9eba-4b59-a644-9297b3f91170 HTTP/1.1" 200 1783 0.003267 10.0.0.19 - - [2025-04-28 02:05:34] "GET /routing-instance/229a38f7-9eba-4b59-a644-9297b3f91170 HTTP/1.1" 200 1783 0.002843 10.0.0.19 - - [2025-04-28 02:05:34] "GET /route-target/5a85d721-ca76-43f4-baaf-056702bbfc0d HTTP/1.1" 200 1206 0.002683 10.0.0.19 - - [2025-04-28 02:05:34] "GET /domains HTTP/1.1" 200 280 0.002499 10.0.0.19 - - [2025-04-28 02:05:34] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000986 10.0.0.19 - - [2025-04-28 02:05:34] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003 HTTP/1.1" 200 2958 0.006971 10.0.0.19 - - [2025-04-28 02:05:34] "GET /projects?obj_uuids=a9561b89-55ba-4f35-b61d-8bb46cc84eb7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000891 10.0.0.19 - - [2025-04-28 02:05:34] "GET /project/a9561b89-55ba-4f35-b61d-8bb46cc84eb7 HTTP/1.1" 200 2572 0.064459 10.0.0.19 - - [2025-04-28 02:05:34] "GET /virtual-network/ba8efb15-609f-4fec-8825-96e23a41c9bf HTTP/1.1" 200 2884 0.004323 10.0.0.19 - - [2025-04-28 02:05:34] "GET /obj-perms HTTP/1.1" 200 5034 0.043523 10.0.0.19 - - [2025-04-28 02:05:34] "GET /domains HTTP/1.1" 200 280 0.002653 10.0.0.19 - - [2025-04-28 02:05:34] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000974 10.0.0.19 - - [2025-04-28 02:05:34] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003 HTTP/1.1" 200 2958 0.006721 10.0.0.19 - - [2025-04-28 02:05:34] "GET /projects?obj_uuids=a9561b89-55ba-4f35-b61d-8bb46cc84eb7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000888 10.0.0.19 - - [2025-04-28 02:05:34] "GET /project/a9561b89-55ba-4f35-b61d-8bb46cc84eb7 HTTP/1.1" 200 2572 0.065677 10.0.0.19 - - [2025-04-28 02:05:34] "GET /virtual-network/b7a8410b-fa74-4902-9757-cee1d862a5eb HTTP/1.1" 200 2894 0.006709 10.0.0.19 - - [2025-04-28 02:05:34] "GET /virtual-network/b7a8410b-fa74-4902-9757-cee1d862a5eb HTTP/1.1" 200 2894 0.004358 10.0.0.19 - - [2025-04-28 02:05:34] "GET /routing-instance/b6fa7c63-6a6c-4295-9acd-621779d6d665 HTTP/1.1" 200 1784 0.003125 10.0.0.19 - - [2025-04-28 02:05:34] "GET /routing-instance/b6fa7c63-6a6c-4295-9acd-621779d6d665 HTTP/1.1" 200 1784 0.002748 10.0.0.19 - - [2025-04-28 02:05:34] "GET /route-target/61a3d16b-8e17-4f78-892d-f3ec91efc1b6 HTTP/1.1" 200 1205 0.002703 10.0.0.19 - - [2025-04-28 02:05:34] "GET /virtual-network/b7a8410b-fa74-4902-9757-cee1d862a5eb HTTP/1.1" 200 2894 0.004265 10.0.0.19 - - [2025-04-28 02:05:34] "GET /routing-instance/b6fa7c63-6a6c-4295-9acd-621779d6d665 HTTP/1.1" 200 1784 0.003247 10.0.0.19 - - [2025-04-28 02:05:34] "GET /virtual-network/b7a8410b-fa74-4902-9757-cee1d862a5eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004143 10.0.0.19 - - [2025-04-28 02:05:34] "GET /virtual-network/b7a8410b-fa74-4902-9757-cee1d862a5eb HTTP/1.1" 200 2894 0.004133 10.0.0.19 - - [2025-04-28 02:05:34] "GET /routing-instance/b6fa7c63-6a6c-4295-9acd-621779d6d665 HTTP/1.1" 200 1784 0.002855 10.0.0.19 - - [2025-04-28 02:05:34] "GET /routing-instance/b6fa7c63-6a6c-4295-9acd-621779d6d665 HTTP/1.1" 200 1784 0.002949 10.0.0.19 - - [2025-04-28 02:05:34] "GET /route-target/61a3d16b-8e17-4f78-892d-f3ec91efc1b6 HTTP/1.1" 200 1205 0.002600 10.0.0.19 - - [2025-04-28 02:05:34] "GET /domains HTTP/1.1" 200 280 0.002228 10.0.0.19 - - [2025-04-28 02:05:34] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001223 10.0.0.19 - - [2025-04-28 02:05:34] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003 HTTP/1.1" 200 2958 0.006670 10.0.0.19 - - [2025-04-28 02:05:34] "GET /projects?obj_uuids=a9561b89-55ba-4f35-b61d-8bb46cc84eb7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000886 10.0.0.19 - - [2025-04-28 02:05:34] "GET /project/a9561b89-55ba-4f35-b61d-8bb46cc84eb7 HTTP/1.1" 200 2572 0.065743 10.0.0.19 - - [2025-04-28 02:05:34] "GET /virtual-network/b7a8410b-fa74-4902-9757-cee1d862a5eb HTTP/1.1" 200 2894 0.004338 10.0.0.19 - - [2025-04-28 02:05:34] "GET /obj-perms HTTP/1.1" 200 5034 0.002746 10.0.0.19 - - [2025-04-28 02:05:35] "POST /id-to-fqname HTTP/1.1" 200 222 0.001504 10.0.0.19 - - [2025-04-28 02:05:35] "POST /neutron/network HTTP/1.1" 200 936 0.006056 10.0.0.19 - - [2025-04-28 02:05:35] "GET /aaa-mode HTTP/1.1" 401 292 0.000368 10.0.0.19 - - [2025-04-28 02:05:35] "GET / HTTP/1.1" 200 35931 0.001883 10.0.0.19 - - [2025-04-28 02:05:35] "GET /project/a9561b89-55ba-4f35-b61d-8bb46cc84eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000413 10.0.0.19 - - [2025-04-28 02:05:35] "GET /projects?obj_uuids=a9561b89-55ba-4f35-b61d-8bb46cc84eb7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001207 10.0.0.19 - - [2025-04-28 02:05:35] "GET /project/a9561b89-55ba-4f35-b61d-8bb46cc84eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.045441 10.0.0.19 - - [2025-04-28 02:05:35] "POST /neutron/network HTTP/1.1" 200 926 0.005488 10.0.0.19 - - [2025-04-28 02:05:35] "POST /neutron/port HTTP/1.1" 200 117 0.005031 10.0.0.19 - - [2025-04-28 02:05:36] "POST /neutron/port HTTP/1.1" 200 117 0.006811 10.0.0.19 - - [2025-04-28 02:05:36] "POST /id-to-fqname HTTP/1.1" 200 222 0.001376 10.0.0.19 - - [2025-04-28 02:05:36] "POST /neutron/port HTTP/1.1" 200 117 0.005289 10.0.0.19 - - [2025-04-28 02:05:36] "POST /neutron/network HTTP/1.1" 200 939 0.005805 10.0.0.19 - - [2025-04-28 02:05:36] "GET /aaa-mode HTTP/1.1" 401 292 0.000447 10.0.0.19 - - [2025-04-28 02:05:36] "POST /neutron/network HTTP/1.1" 200 936 0.006194 10.0.0.19 - - [2025-04-28 02:05:36] "GET /projects?obj_uuids=a9561b89-55ba-4f35-b61d-8bb46cc84eb7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001365 10.0.0.19 - - [2025-04-28 02:05:36] "POST /neutron/port HTTP/1.1" 200 1060 0.193282 10.0.0.19 - - [2025-04-28 02:05:36] "POST /neutron/port HTTP/1.1" 200 1060 0.008055 10.0.0.19 - - [2025-04-28 02:05:36] "GET / HTTP/1.1" 200 35931 0.001896 10.0.0.19 - - [2025-04-28 02:05:36] "POST /neutron/port HTTP/1.1" 200 1060 0.009412 10.0.0.19 - - [2025-04-28 02:05:36] "GET /project/a9561b89-55ba-4f35-b61d-8bb46cc84eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000353 10.0.0.19 - - [2025-04-28 02:05:36] "POST /neutron/port HTTP/1.1" 200 1114 0.055891 10.0.0.19 - - [2025-04-28 02:05:36] "POST /neutron/port HTTP/1.1" 200 1088 0.014817 10.0.0.19 - - [2025-04-28 02:05:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004798 10.0.0.19 - - [2025-04-28 02:05:36] "POST /neutron/subnet HTTP/1.1" 200 688 0.009629 10.0.0.19 - - [2025-04-28 02:05:36] "POST /neutron/port HTTP/1.1" 200 117 0.001086 10.0.0.19 - - [2025-04-28 02:05:36] "POST /neutron/network HTTP/1.1" 200 926 0.004928 10.0.0.19 - - [2025-04-28 02:05:36] "GET /projects?obj_uuids=a9561b89-55ba-4f35-b61d-8bb46cc84eb7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001318 10.0.0.19 - - [2025-04-28 02:05:36] "GET /project/a9561b89-55ba-4f35-b61d-8bb46cc84eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.058086 10.0.0.19 - - [2025-04-28 02:05:37] "POST /neutron/network HTTP/1.1" 200 929 0.007428 10.0.0.19 - - [2025-04-28 02:05:37] "POST /neutron/port HTTP/1.1" 200 1088 0.017854 10.0.0.19 - - [2025-04-28 02:05:37] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006663 10.0.0.19 - - [2025-04-28 02:05:37] "POST /neutron/port HTTP/1.1" 200 117 0.006938 10.0.0.19 - - [2025-04-28 02:05:37] "POST /neutron/port HTTP/1.1" 200 1088 0.023259 10.0.0.19 - - [2025-04-28 02:05:37] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007010 10.0.0.19 - - [2025-04-28 02:05:37] "POST /neutron/network HTTP/1.1" 200 939 0.006339 10.0.0.19 - - [2025-04-28 02:05:37] "GET /projects?obj_uuids=a9561b89-55ba-4f35-b61d-8bb46cc84eb7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001120 10.0.0.19 - - [2025-04-28 02:05:37] "PUT /access-control-list/ccbd86d7-5da1-4eff-8efe-8fd699612989 HTTP/1.1" 200 272 0.015412 10.0.0.19 - - [2025-04-28 02:05:37] "POST /neutron/port HTTP/1.1" 200 1063 0.243505 10.0.0.19 - - [2025-04-28 02:05:37] "POST /neutron/port HTTP/1.1" 200 1063 0.009995 10.0.0.19 - - [2025-04-28 02:05:37] "POST /neutron/port HTTP/1.1" 200 1063 0.010102 10.0.0.19 - - [2025-04-28 02:05:37] "POST /neutron/port HTTP/1.1" 200 1117 0.068208 10.0.0.19 - - [2025-04-28 02:05:38] "POST /neutron/port HTTP/1.1" 200 1091 0.014197 10.0.0.19 - - [2025-04-28 02:05:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003009 10.0.0.19 - - [2025-04-28 02:05:38] "POST /neutron/subnet HTTP/1.1" 200 703 0.010634 10.0.0.19 - - [2025-04-28 02:05:38] "POST /neutron/port HTTP/1.1" 200 117 0.001156 10.0.0.19 - - [2025-04-28 02:05:38] "POST /neutron/network HTTP/1.1" 200 929 0.005429 10.0.0.19 - - [2025-04-28 02:05:42] "POST /neutron/port HTTP/1.1" 200 1088 0.017448 10.0.0.19 - - [2025-04-28 02:05:42] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005694 10.0.0.19 - - [2025-04-28 02:05:42] "POST /neutron/port HTTP/1.1" 200 1088 0.014510 10.0.0.19 - - [2025-04-28 02:05:42] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005793 10.0.0.19 - - [2025-04-28 02:05:42] "POST /neutron/port HTTP/1.1" 200 1088 0.014904 10.0.0.19 - - [2025-04-28 02:05:42] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005969 10.0.0.19 - - [2025-04-28 02:05:42] "GET /virtual-machine/253e39bc-73e6-4d66-bbb7-a1cc02aff168 HTTP/1.1" 200 1294 0.004731 10.0.0.19 - - [2025-04-28 02:05:42] "GET /virtual-machine-interface/db6c150d-5de7-44fe-9192-f4e27be38b5f HTTP/1.1" 200 2951 0.004639 10.0.0.19 - - [2025-04-28 02:05:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.19 - - [2025-04-28 02:05:42] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002944 10.0.0.19 - - [2025-04-28 02:05:42] "GET /virtual-networks?parent_id=a9561b89-55ba-4f35-b61d-8bb46cc84eb7&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003044 10.0.0.19 - - [2025-04-28 02:05:42] "GET /virtual-network/ba8efb15-609f-4fec-8825-96e23a41c9bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.005111 10.0.0.19 - - [2025-04-28 02:05:44] "POST /neutron/port HTTP/1.1" 200 1088 0.018487 10.0.0.19 - - [2025-04-28 02:05:44] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006621 10.0.0.19 - - [2025-04-28 02:05:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.19 - - [2025-04-28 02:05:45] "GET /virtual-network/ba8efb15-609f-4fec-8825-96e23a41c9bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.005129 10.0.0.19 - - [2025-04-28 02:05:46] "POST /neutron/port HTTP/1.1" 200 1091 0.015100 10.0.0.19 - - [2025-04-28 02:05:46] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005114 10.0.0.19 - - [2025-04-28 02:05:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.19 - - [2025-04-28 02:05:47] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003936 10.0.0.19 - - [2025-04-28 02:05:47] "GET /virtual-networks?parent_id=a9561b89-55ba-4f35-b61d-8bb46cc84eb7&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003346 10.0.0.19 - - [2025-04-28 02:05:48] "GET /virtual-network/ba8efb15-609f-4fec-8825-96e23a41c9bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.005468 10.0.0.19 - - [2025-04-28 02:05:48] "POST /neutron/port HTTP/1.1" 200 1091 0.014636 10.0.0.19 - - [2025-04-28 02:05:48] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005386 10.0.0.19 - - [2025-04-28 02:05:48] "POST /neutron/port HTTP/1.1" 200 1091 0.015099 10.0.0.19 - - [2025-04-28 02:05:48] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006118 10.0.0.19 - - [2025-04-28 02:05:48] "POST /neutron/port HTTP/1.1" 200 1091 0.015092 10.0.0.19 - - [2025-04-28 02:05:48] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006924 10.0.0.19 - - [2025-04-28 02:05:48] "GET /virtual-machine/03f006f3-4bab-453c-9858-83692f09c75d HTTP/1.1" 200 1293 0.005406 10.0.0.19 - - [2025-04-28 02:05:48] "GET /virtual-machine-interface/4cb97853-80ca-4337-868b-333426fb04f6 HTTP/1.1" 200 2949 0.004812 10.0.0.19 - - [2025-04-28 02:05:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.19 - - [2025-04-28 02:05:48] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002893 10.0.0.19 - - [2025-04-28 02:05:48] "GET /virtual-networks?parent_id=a9561b89-55ba-4f35-b61d-8bb46cc84eb7&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002996 10.0.0.19 - - [2025-04-28 02:05:48] "GET /virtual-network/b7a8410b-fa74-4902-9757-cee1d862a5eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005868 10.0.0.19 - - [2025-04-28 02:05:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.19 - - [2025-04-28 02:05:49] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002882 10.0.0.19 - - [2025-04-28 02:05:49] "GET /virtual-networks?parent_id=a9561b89-55ba-4f35-b61d-8bb46cc84eb7&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002963 10.0.0.19 - - [2025-04-28 02:05:49] "GET /virtual-network/b7a8410b-fa74-4902-9757-cee1d862a5eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006686 10.0.0.19 - - [2025-04-28 02:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.19 - - [2025-04-28 02:05:53] "GET /projects?obj_uuids=a9561b89-55ba-4f35-b61d-8bb46cc84eb7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000967 10.0.0.19 - - [2025-04-28 02:05:53] "GET /project/a9561b89-55ba-4f35-b61d-8bb46cc84eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.051041 10.0.0.19 - - [2025-04-28 02:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.19 - - [2025-04-28 02:05:53] "PUT /network-policy/b1c1d553-7cc2-4831-9cfd-64914919b397 HTTP/1.1" 200 262 0.009208 10.0.0.19 - - [2025-04-28 02:05:53] "PUT /access-control-list/0a835d4c-ef9b-4e7e-9c74-89295ac96051 HTTP/1.1" 200 272 0.049273 10.0.0.19 - - [2025-04-28 02:05:53] "POST /ref-update HTTP/1.1" 200 156 0.010226 10.0.0.19 - - [2025-04-28 02:05:54] "PUT /access-control-list/ccbd86d7-5da1-4eff-8efe-8fd699612989 HTTP/1.1" 200 272 0.053157 10.0.0.19 - - [2025-04-28 02:05:54] "POST /ref-update HTTP/1.1" 200 156 0.010395 10.0.0.19 - - [2025-04-28 02:05:56] "DELETE /project/a9561b8955ba4f35b61d8bb46cc84eb7 HTTP/1.1" 404 173 0.008487 10.0.0.19 - - [2025-04-28 02:05:56] "DELETE /project/f2e7104c87b74a3389de0973ec15f7b5 HTTP/1.1" 404 173 0.007700 10.0.0.19 - - [2025-04-28 02:05:56] "GET /projects?obj_uuids=32b47b88-dc96-41f5-89fd-f81ec35589b5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000940 10.0.0.19 - - [2025-04-28 02:05:56] "GET /projects?obj_uuids=f2e7104c-87b7-4a33-89de-0973ec15f7b5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000881 10.0.0.19 - - [2025-04-28 02:05:56] "GET /project/f2e7104c-87b7-4a33-89de-0973ec15f7b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.036436 10.0.0.19 - - [2025-04-28 02:05:56] "GET /project/32b47b88-dc96-41f5-89fd-f81ec35589b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.040797 10.0.0.19 - - [2025-04-28 02:05:56] "GET /projects?obj_uuids=32b47b88-dc96-41f5-89fd-f81ec35589b5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000951 10.0.0.19 - - [2025-04-28 02:05:56] "GET /projects?obj_uuids=f2e7104c-87b7-4a33-89de-0973ec15f7b5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000859 10.0.0.19 - - [2025-04-28 02:05:56] "GET /project/f2e7104c-87b7-4a33-89de-0973ec15f7b5?fields=security_groups HTTP/1.1" 200 1387 0.033890 10.0.0.19 - - [2025-04-28 02:05:56] "GET /project/32b47b88-dc96-41f5-89fd-f81ec35589b5?fields=security_groups HTTP/1.1" 200 1371 0.036928 10.0.0.19 - - [2025-04-28 02:05:56] "DELETE /security-group/71c66f8d-e5ce-4d56-9bcb-dee04528ba0a HTTP/1.1" 200 115 0.056523 10.0.0.19 - - [2025-04-28 02:05:56] "DELETE /security-group/51e161ab-7444-47e1-b2f5-8743fb5d99ba HTTP/1.1" 200 115 0.069836 10.0.0.19 - - [2025-04-28 02:05:56] "GET /projects?obj_uuids=32b47b88-dc96-41f5-89fd-f81ec35589b5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001119 10.0.0.19 - - [2025-04-28 02:05:56] "GET /projects?obj_uuids=f2e7104c-87b7-4a33-89de-0973ec15f7b5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001090 10.0.0.19 - - [2025-04-28 02:05:56] "DELETE /access-control-list/351afa66-e2e7-4d6d-81a1-3ae6e161a4db HTTP/1.1" 200 115 0.055273 10.0.0.19 - - [2025-04-28 02:05:56] "GET /project/32b47b88-dc96-41f5-89fd-f81ec35589b5?fields=application_policy_sets HTTP/1.1" 200 1410 0.041778 10.0.0.19 - - [2025-04-28 02:05:56] "DELETE /access-control-list/0ee9aaa3-c65e-4d2a-8c19-ee3ceeaae6f3 HTTP/1.1" 200 115 0.026550 10.0.0.19 - - [2025-04-28 02:05:56] "GET /project/f2e7104c-87b7-4a33-89de-0973ec15f7b5?fields=application_policy_sets HTTP/1.1" 200 1426 0.082747 10.0.0.19 - - [2025-04-28 02:05:56] "DELETE /access-control-list/e6f0134d-eb52-4ff2-8f52-f8207637243c HTTP/1.1" 200 115 0.035872 10.0.0.19 - - [2025-04-28 02:05:56] "DELETE /access-control-list/22781a42-4e99-4eb2-9b1d-6b6a1fa022ef HTTP/1.1" 200 115 0.027796 10.0.0.19 - - [2025-04-28 02:05:56] "DELETE /project/32b47b88-dc96-41f5-89fd-f81ec35589b5 HTTP/1.1" 200 115 0.385889 10.0.0.19 - - [2025-04-28 02:05:56] "DELETE /project/f2e7104c-87b7-4a33-89de-0973ec15f7b5 HTTP/1.1" 200 115 0.402896 10.0.0.19 - - [2025-04-28 02:05:57] "GET /virtual-network/b7a8410b-fa74-4902-9757-cee1d862a5eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.007521 10.0.0.19 - - [2025-04-28 02:05:57] "POST /neutron/network HTTP/1.1" 200 929 0.005474 10.0.0.19 - - [2025-04-28 02:05:57] "POST /neutron/network HTTP/1.1" 200 827 0.042842 10.0.0.19 - - [2025-04-28 02:05:57] "POST /neutron/network HTTP/1.1" 200 827 0.005830 10.0.0.19 - - [2025-04-28 02:05:57] "GET /virtual-network/b7a8410b-fa74-4902-9757-cee1d862a5eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004618 10.0.0.19 - - [2025-04-28 02:05:57] "GET /virtual-network/ba8efb15-609f-4fec-8825-96e23a41c9bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.007440 10.0.0.19 - - [2025-04-28 02:05:57] "POST /neutron/network HTTP/1.1" 200 926 0.013595 10.0.0.19 - - [2025-04-28 02:05:57] "POST /neutron/network HTTP/1.1" 200 824 0.045166 10.0.0.19 - - [2025-04-28 02:05:57] "POST /neutron/network HTTP/1.1" 200 824 0.005452 10.0.0.19 - - [2025-04-28 02:05:57] "GET /virtual-network/ba8efb15-609f-4fec-8825-96e23a41c9bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004426 10.0.0.19 - - [2025-04-28 02:05:57] "DELETE /network-policy/b1c1d553-7cc2-4831-9cfd-64914919b397 HTTP/1.1" 200 115 0.019862 10.0.0.19 - - [2025-04-28 02:05:57] "POST /neutron/network HTTP/1.1" 200 827 0.006269 10.0.0.19 - - [2025-04-28 02:05:57] "POST /neutron/network HTTP/1.1" 400 204 0.010550 10.0.0.19 - - [2025-04-28 02:05:57] "POST /neutron/port HTTP/1.1" 200 1091 0.015451 10.0.0.19 - - [2025-04-28 02:05:57] "POST /neutron/port HTTP/1.1" 200 1117 0.011436 10.0.0.19 - - [2025-04-28 02:05:57] "POST /neutron/port HTTP/1.1" 200 1088 0.018237 10.0.0.19 - - [2025-04-28 02:05:57] "POST /neutron/port HTTP/1.1" 200 1114 0.011683 10.0.0.19 - - [2025-04-28 02:05:57] "POST /neutron/port HTTP/1.1" 200 151 0.121791 10.0.0.19 - - [2025-04-28 02:05:57] "DELETE /access-control-list/ccbd86d7-5da1-4eff-8efe-8fd699612989 HTTP/1.1" 200 115 0.035737 10.0.0.19 - - [2025-04-28 02:05:57] "DELETE /access-control-list/0a835d4c-ef9b-4e7e-9c74-89295ac96051 HTTP/1.1" 200 115 0.029411 10.0.0.19 - - [2025-04-28 02:05:58] "POST /neutron/port HTTP/1.1" 200 151 0.141593 10.0.0.19 - - [2025-04-28 02:05:59] "POST /neutron/network HTTP/1.1" 200 827 0.005623 10.0.0.19 - - [2025-04-28 02:05:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003179 10.0.0.19 - - [2025-04-28 02:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.19 - - [2025-04-28 02:05:59] "POST /useragent-kv HTTP/1.1" 200 115 0.001663 10.0.0.19 - - [2025-04-28 02:05:59] "POST /neutron/network HTTP/1.1" 200 151 0.073736 10.0.0.19 - - [2025-04-28 02:05:59] "GET /routing-instance/b6fa7c63-6a6c-4295-9acd-621779d6d665 HTTP/1.1" 404 171 0.001743 10.0.0.19 - - [2025-04-28 02:05:59] "DELETE /route-target/61a3d16b-8e17-4f78-892d-f3ec91efc1b6 HTTP/1.1" 200 115 0.015653 10.0.0.19 - - [2025-04-28 02:05:59] "GET /domains HTTP/1.1" 200 280 0.002268 10.0.0.19 - - [2025-04-28 02:05:59] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000972 10.0.0.19 - - [2025-04-28 02:05:59] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003 HTTP/1.1" 200 2575 0.051755 10.0.0.19 - - [2025-04-28 02:05:59] "GET /projects?obj_uuids=a9561b89-55ba-4f35-b61d-8bb46cc84eb7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001060 10.0.0.19 - - [2025-04-28 02:05:59] "GET /project/a9561b89-55ba-4f35-b61d-8bb46cc84eb7 HTTP/1.1" 200 2104 0.064780 10.0.0.19 - - [2025-04-28 02:05:59] "POST /neutron/network HTTP/1.1" 200 824 0.005824 10.0.0.19 - - [2025-04-28 02:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.19 - - [2025-04-28 02:05:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002120 10.0.0.19 - - [2025-04-28 02:05:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002807 10.0.0.19 - - [2025-04-28 02:05:59] "POST /neutron/network HTTP/1.1" 200 151 0.070268 10.0.0.19 - - [2025-04-28 02:05:59] "DELETE /route-target/5a85d721-ca76-43f4-baaf-056702bbfc0d HTTP/1.1" 200 115 0.014398 10.0.0.19 - - [2025-04-28 02:06:00] "GET /routing-instance/229a38f7-9eba-4b59-a644-9297b3f91170 HTTP/1.1" 404 171 0.002059 10.0.0.19 - - [2025-04-28 02:06:00] "GET /domains HTTP/1.1" 200 280 0.002877 10.0.0.19 - - [2025-04-28 02:06:00] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000937 10.0.0.19 - - [2025-04-28 02:06:00] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003 HTTP/1.1" 200 2575 0.048551 10.0.0.19 - - [2025-04-28 02:06:00] "GET /projects?obj_uuids=a9561b89-55ba-4f35-b61d-8bb46cc84eb7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000987 10.0.0.19 - - [2025-04-28 02:06:00] "GET /project/a9561b89-55ba-4f35-b61d-8bb46cc84eb7 HTTP/1.1" 200 1865 0.067844 10.0.0.19 - - [2025-04-28 02:06:00] "GET /projects?obj_uuids=a9561b89-55ba-4f35-b61d-8bb46cc84eb7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001092 10.0.0.19 - - [2025-04-28 02:06:00] "GET /project/a9561b89-55ba-4f35-b61d-8bb46cc84eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.022035 10.0.0.19 - - [2025-04-28 02:06:00] "GET /projects?obj_uuids=a9561b89-55ba-4f35-b61d-8bb46cc84eb7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001006 10.0.0.19 - - [2025-04-28 02:06:00] "GET /project/a9561b89-55ba-4f35-b61d-8bb46cc84eb7?fields=virtual_networks HTTP/1.1" 200 1037 0.062525 10.0.0.19 - - [2025-04-28 02:06:00] "GET /projects?obj_uuids=a9561b89-55ba-4f35-b61d-8bb46cc84eb7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001123 10.0.0.19 - - [2025-04-28 02:06:00] "GET /project/a9561b89-55ba-4f35-b61d-8bb46cc84eb7?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.024546 10.0.0.19 - - [2025-04-28 02:06:00] "GET /projects?obj_uuids=a9561b89-55ba-4f35-b61d-8bb46cc84eb7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001085 10.0.0.19 - - [2025-04-28 02:06:00] "GET /project/a9561b89-55ba-4f35-b61d-8bb46cc84eb7?fields=security_groups HTTP/1.1" 200 1265 0.023154 10.0.0.19 - - [2025-04-28 02:06:01] "GET /obj-perms HTTP/1.1" 200 5056 0.318617 10.0.0.19 - - [2025-04-28 02:06:01] "GET /obj-perms HTTP/1.1" 200 5056 0.145028 10.0.0.19 - - [2025-04-28 02:06:01] "POST /fqname-to-id HTTP/1.1" 404 186 0.024043 10.0.0.19 - - [2025-04-28 02:06:01] "GET /projects?obj_uuids=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002505 10.0.0.19 - - [2025-04-28 02:06:02] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001207 10.0.0.19 - - [2025-04-28 02:06:02] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007229 10.0.0.19 - - [2025-04-28 02:06:02] "POST /id-to-fqname HTTP/1.1" 200 188 0.002162 10.0.0.19 - - [2025-04-28 02:06:02] "POST /fqname-to-id HTTP/1.1" 404 197 0.003695 10.0.0.19 - - [2025-04-28 02:06:02] "POST /security-groups HTTP/1.1" 200 589 0.059682 10.0.0.19 - - [2025-04-28 02:06:02] "POST /fqname-to-id HTTP/1.1" 404 232 0.002491 10.0.0.19 - - [2025-04-28 02:06:02] "POST /projects HTTP/1.1" 200 581 0.209341 10.0.0.19 - - [2025-04-28 02:06:02] "POST /access-control-lists HTTP/1.1" 200 594 0.054203 10.0.0.19 - - [2025-04-28 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.275295 10.0.0.19 - - [2025-04-28 02:06:02] "POST /fqname-to-id HTTP/1.1" 404 231 0.003593 10.0.0.19 - - [2025-04-28 02:06:02] "GET /project/52e0f9f2-0cff-43db-850b-c49bd98e5320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.386795 10.0.0.19 - - [2025-04-28 02:06:02] "POST /access-control-lists HTTP/1.1" 200 592 0.059860 10.0.0.19 - - [2025-04-28 02:06:03] "GET / HTTP/1.1" 200 35931 0.002560 10.0.0.19 - - [2025-04-28 02:06:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000679 10.0.0.19 - - [2025-04-28 02:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.049518 10.0.0.19 - - [2025-04-28 02:06:04] "GET /projects?obj_uuids=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001049 10.0.0.19 - - [2025-04-28 02:06:04] "GET /project/52e0f9f2-0cff-43db-850b-c49bd98e5320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.022688 10.0.0.19 - - [2025-04-28 02:06:04] "POST /neutron/network HTTP/1.1" 200 117 0.026730 10.0.0.19 - - [2025-04-28 02:06:04] "GET /projects?obj_uuids=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001553 10.0.0.19 - - [2025-04-28 02:06:04] "POST /neutron/network HTTP/1.1" 200 613 0.071119 10.0.0.19 - - [2025-04-28 02:06:04] "POST /route-targets HTTP/1.1" 200 327 0.010583 10.0.0.19 - - [2025-04-28 02:06:04] "POST /ref-update HTTP/1.1" 200 156 0.011137 10.0.0.19 - - [2025-04-28 02:06:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003361 10.0.0.19 - - [2025-04-28 02:06:04] "POST /neutron/subnet HTTP/1.1" 200 725 0.193892 10.0.0.19 - - [2025-04-28 02:06:04] "POST /neutron/network HTTP/1.1" 200 832 0.005792 10.0.0.19 - - [2025-04-28 02:06:04] "POST /id-to-fqname HTTP/1.1" 200 223 0.001168 10.0.0.19 - - [2025-04-28 02:06:04] "GET /virtual-network/ccc285f2-c27d-4b77-9170-e570d97b4413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004523 10.0.0.19 - - [2025-04-28 02:06:04] "POST /neutron/network HTTP/1.1" 200 832 0.005316 10.0.0.19 - - [2025-04-28 02:06:04] "GET /virtual-network/ccc285f2-c27d-4b77-9170-e570d97b4413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004177 10.0.0.19 - - [2025-04-28 02:06:04] "POST /neutron/network HTTP/1.1" 200 832 0.005350 10.0.0.19 - - [2025-04-28 02:06:04] "POST /neutron/subnet HTTP/1.1" 200 725 0.005866 10.0.0.19 - - [2025-04-28 02:06:04] "GET /domains HTTP/1.1" 401 292 0.000356 10.0.0.19 - - [2025-04-28 02:06:05] "GET /domains HTTP/1.1" 200 280 0.022833 10.0.0.19 - - [2025-04-28 02:06:05] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000967 10.0.0.19 - - [2025-04-28 02:06:05] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003 HTTP/1.1" 200 2759 0.007611 10.0.0.19 - - [2025-04-28 02:06:05] "GET /projects?obj_uuids=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000981 10.0.0.19 - - [2025-04-28 02:06:05] "GET /project/52e0f9f2-0cff-43db-850b-c49bd98e5320 HTTP/1.1" 200 2079 0.079014 10.0.0.19 - - [2025-04-28 02:06:05] "GET /virtual-network/ccc285f2-c27d-4b77-9170-e570d97b4413 HTTP/1.1" 200 2318 0.005714 10.0.0.19 - - [2025-04-28 02:06:05] "GET /virtual-network/ccc285f2-c27d-4b77-9170-e570d97b4413 HTTP/1.1" 200 2318 0.004365 10.0.0.19 - - [2025-04-28 02:06:05] "GET /routing-instance/d4d7b6a3-d0b1-49e9-b5b3-cdbe36d21346 HTTP/1.1" 200 1494 0.002962 10.0.0.19 - - [2025-04-28 02:06:05] "GET /routing-instance/d4d7b6a3-d0b1-49e9-b5b3-cdbe36d21346 HTTP/1.1" 200 1494 0.003129 10.0.0.19 - - [2025-04-28 02:06:05] "GET /route-target/202592e4-d3c4-4b45-8546-ef6261d548ba HTTP/1.1" 200 1211 0.002445 10.0.0.19 - - [2025-04-28 02:06:05] "GET /virtual-network/ccc285f2-c27d-4b77-9170-e570d97b4413 HTTP/1.1" 200 2318 0.004060 10.0.0.19 - - [2025-04-28 02:06:05] "GET /routing-instance/d4d7b6a3-d0b1-49e9-b5b3-cdbe36d21346 HTTP/1.1" 200 1494 0.002731 10.0.0.19 - - [2025-04-28 02:06:05] "GET /virtual-network/ccc285f2-c27d-4b77-9170-e570d97b4413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004452 10.0.0.19 - - [2025-04-28 02:06:05] "GET /virtual-network/ccc285f2-c27d-4b77-9170-e570d97b4413 HTTP/1.1" 200 2318 0.004166 10.0.0.19 - - [2025-04-28 02:06:05] "GET /routing-instance/d4d7b6a3-d0b1-49e9-b5b3-cdbe36d21346 HTTP/1.1" 200 1494 0.002678 10.0.0.19 - - [2025-04-28 02:06:05] "GET /routing-instance/d4d7b6a3-d0b1-49e9-b5b3-cdbe36d21346 HTTP/1.1" 200 1494 0.002671 10.0.0.19 - - [2025-04-28 02:06:05] "GET /route-target/202592e4-d3c4-4b45-8546-ef6261d548ba HTTP/1.1" 200 1211 0.002803 10.0.0.19 - - [2025-04-28 02:06:05] "GET /domains HTTP/1.1" 200 280 0.002059 10.0.0.19 - - [2025-04-28 02:06:05] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000944 10.0.0.19 - - [2025-04-28 02:06:05] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003 HTTP/1.1" 200 2759 0.006274 10.0.0.19 - - [2025-04-28 02:06:05] "GET /projects?obj_uuids=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000894 10.0.0.19 - - [2025-04-28 02:06:05] "GET /project/52e0f9f2-0cff-43db-850b-c49bd98e5320 HTTP/1.1" 200 2079 0.070090 10.0.0.19 - - [2025-04-28 02:06:05] "GET /virtual-network/ccc285f2-c27d-4b77-9170-e570d97b4413 HTTP/1.1" 200 2318 0.004544 10.0.0.19 - - [2025-04-28 02:06:05] "GET /obj-perms HTTP/1.1" 200 5026 0.042895 10.0.0.19 - - [2025-04-28 02:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.19 - - [2025-04-28 02:06:05] "GET /projects?obj_uuids=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000971 10.0.0.19 - - [2025-04-28 02:06:05] "GET /project/52e0f9f2-0cff-43db-850b-c49bd98e5320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.025110 10.0.0.19 - - [2025-04-28 02:06:05] "POST /neutron/network HTTP/1.1" 200 117 0.007859 10.0.0.19 - - [2025-04-28 02:06:06] "GET /projects?obj_uuids=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001307 10.0.0.19 - - [2025-04-28 02:06:06] "POST /neutron/network HTTP/1.1" 200 613 0.060289 10.0.0.19 - - [2025-04-28 02:06:06] "POST /route-targets HTTP/1.1" 200 327 0.015545 10.0.0.19 - - [2025-04-28 02:06:06] "POST /ref-update HTTP/1.1" 200 156 0.009812 10.0.0.19 - - [2025-04-28 02:06:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002612 10.0.0.19 - - [2025-04-28 02:06:06] "POST /neutron/subnet HTTP/1.1" 200 715 0.136004 10.0.0.19 - - [2025-04-28 02:06:06] "POST /neutron/network HTTP/1.1" 200 830 0.005603 10.0.0.19 - - [2025-04-28 02:06:06] "POST /id-to-fqname HTTP/1.1" 200 223 0.001186 10.0.0.19 - - [2025-04-28 02:06:06] "GET /virtual-network/47c955af-6e76-496f-a54f-e87c3dc341e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004477 10.0.0.19 - - [2025-04-28 02:06:06] "POST /neutron/network HTTP/1.1" 200 830 0.005490 10.0.0.19 - - [2025-04-28 02:06:06] "GET /virtual-network/47c955af-6e76-496f-a54f-e87c3dc341e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004339 10.0.0.19 - - [2025-04-28 02:06:06] "POST /neutron/network HTTP/1.1" 200 830 0.005359 10.0.0.19 - - [2025-04-28 02:06:06] "POST /neutron/subnet HTTP/1.1" 200 715 0.006043 10.0.0.19 - - [2025-04-28 02:06:06] "GET /domains HTTP/1.1" 200 280 0.002166 10.0.0.19 - - [2025-04-28 02:06:06] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000971 10.0.0.19 - - [2025-04-28 02:06:06] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003 HTTP/1.1" 200 2759 0.006762 10.0.0.19 - - [2025-04-28 02:06:06] "GET /projects?obj_uuids=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000890 10.0.0.19 - - [2025-04-28 02:06:06] "GET /project/52e0f9f2-0cff-43db-850b-c49bd98e5320 HTTP/1.1" 200 2297 0.069556 10.0.0.19 - - [2025-04-28 02:06:06] "GET /virtual-network/47c955af-6e76-496f-a54f-e87c3dc341e2 HTTP/1.1" 200 2311 0.005287 10.0.0.19 - - [2025-04-28 02:06:06] "GET /virtual-network/47c955af-6e76-496f-a54f-e87c3dc341e2 HTTP/1.1" 200 2311 0.004819 10.0.0.19 - - [2025-04-28 02:06:06] "GET /routing-instance/608ae7c8-3858-4dbd-a098-56c6666a6807 HTTP/1.1" 200 1493 0.003174 10.0.0.19 - - [2025-04-28 02:06:06] "GET /routing-instance/608ae7c8-3858-4dbd-a098-56c6666a6807 HTTP/1.1" 200 1493 0.002835 10.0.0.19 - - [2025-04-28 02:06:06] "GET /route-target/fed928b1-8ac2-4c10-9860-1be1af4f5281 HTTP/1.1" 200 1213 0.003160 10.0.0.19 - - [2025-04-28 02:06:06] "GET /virtual-network/47c955af-6e76-496f-a54f-e87c3dc341e2 HTTP/1.1" 200 2311 0.004245 10.0.0.19 - - [2025-04-28 02:06:06] "GET /routing-instance/608ae7c8-3858-4dbd-a098-56c6666a6807 HTTP/1.1" 200 1493 0.002749 10.0.0.19 - - [2025-04-28 02:06:06] "GET /virtual-network/47c955af-6e76-496f-a54f-e87c3dc341e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004820 10.0.0.19 - - [2025-04-28 02:06:06] "GET /virtual-network/47c955af-6e76-496f-a54f-e87c3dc341e2 HTTP/1.1" 200 2311 0.006165 10.0.0.19 - - [2025-04-28 02:06:06] "GET /routing-instance/608ae7c8-3858-4dbd-a098-56c6666a6807 HTTP/1.1" 200 1493 0.002939 10.0.0.19 - - [2025-04-28 02:06:06] "GET /routing-instance/608ae7c8-3858-4dbd-a098-56c6666a6807 HTTP/1.1" 200 1493 0.002624 10.0.0.19 - - [2025-04-28 02:06:06] "GET /route-target/fed928b1-8ac2-4c10-9860-1be1af4f5281 HTTP/1.1" 200 1213 0.002316 10.0.0.19 - - [2025-04-28 02:06:06] "GET /domains HTTP/1.1" 200 280 0.002414 10.0.0.19 - - [2025-04-28 02:06:06] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000891 10.0.0.19 - - [2025-04-28 02:06:06] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003 HTTP/1.1" 200 2759 0.006149 10.0.0.19 - - [2025-04-28 02:06:06] "GET /projects?obj_uuids=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000903 10.0.0.19 - - [2025-04-28 02:06:06] "GET /project/52e0f9f2-0cff-43db-850b-c49bd98e5320 HTTP/1.1" 200 2297 0.072076 10.0.0.19 - - [2025-04-28 02:06:06] "GET /virtual-network/47c955af-6e76-496f-a54f-e87c3dc341e2 HTTP/1.1" 200 2311 0.004809 10.0.0.19 - - [2025-04-28 02:06:06] "GET /obj-perms HTTP/1.1" 200 5026 0.002733 10.0.0.19 - - [2025-04-28 02:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002693 10.0.0.19 - - [2025-04-28 02:06:06] "GET /projects?obj_uuids=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001009 10.0.0.19 - - [2025-04-28 02:06:06] "GET /project/52e0f9f2-0cff-43db-850b-c49bd98e5320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.021692 10.0.0.19 - - [2025-04-28 02:06:06] "POST /neutron/network HTTP/1.1" 200 117 0.009106 10.0.0.19 - - [2025-04-28 02:06:06] "GET /projects?obj_uuids=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001060 10.0.0.19 - - [2025-04-28 02:06:06] "POST /neutron/network HTTP/1.1" 200 615 0.071342 10.0.0.19 - - [2025-04-28 02:06:06] "POST /ref-update HTTP/1.1" 200 156 0.010539 10.0.0.19 - - [2025-04-28 02:06:07] "POST /useragent-kv HTTP/1.1" 200 115 0.005635 10.0.0.19 - - [2025-04-28 02:06:07] "POST /neutron/subnet HTTP/1.1" 200 724 0.182587 10.0.0.19 - - [2025-04-28 02:06:07] "POST /neutron/network HTTP/1.1" 200 834 0.005919 10.0.0.19 - - [2025-04-28 02:06:07] "POST /id-to-fqname HTTP/1.1" 200 224 0.001290 10.0.0.19 - - [2025-04-28 02:06:07] "GET /virtual-network/4c89e7c9-41c1-420f-a628-d444a1c2fa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004749 10.0.0.19 - - [2025-04-28 02:06:07] "POST /neutron/network HTTP/1.1" 200 834 0.005941 10.0.0.19 - - [2025-04-28 02:06:07] "GET /virtual-network/4c89e7c9-41c1-420f-a628-d444a1c2fa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005165 10.0.0.19 - - [2025-04-28 02:06:07] "POST /neutron/network HTTP/1.1" 200 834 0.005634 10.0.0.19 - - [2025-04-28 02:06:07] "POST /neutron/subnet HTTP/1.1" 200 724 0.007066 10.0.0.19 - - [2025-04-28 02:06:07] "GET /domains HTTP/1.1" 200 280 0.002470 10.0.0.19 - - [2025-04-28 02:06:07] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000974 10.0.0.19 - - [2025-04-28 02:06:07] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003 HTTP/1.1" 200 2759 0.006656 10.0.0.19 - - [2025-04-28 02:06:07] "GET /projects?obj_uuids=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000908 10.0.0.19 - - [2025-04-28 02:06:07] "GET /project/52e0f9f2-0cff-43db-850b-c49bd98e5320 HTTP/1.1" 200 2516 0.064608 10.0.0.19 - - [2025-04-28 02:06:07] "GET /virtual-network/4c89e7c9-41c1-420f-a628-d444a1c2fa60 HTTP/1.1" 200 2323 0.005965 10.0.0.19 - - [2025-04-28 02:06:07] "GET /virtual-network/4c89e7c9-41c1-420f-a628-d444a1c2fa60 HTTP/1.1" 200 2323 0.004682 10.0.0.19 - - [2025-04-28 02:06:07] "GET /routing-instance/124c760f-534e-446c-aaf6-b61be999db8c HTTP/1.1" 200 1497 0.003870 10.0.0.19 - - [2025-04-28 02:06:07] "GET /routing-instance/124c760f-534e-446c-aaf6-b61be999db8c HTTP/1.1" 200 1497 0.003193 10.0.0.19 - - [2025-04-28 02:06:07] "GET /route-target/b7b6bb2c-14ef-4e34-a15f-e70c61178883 HTTP/1.1" 200 1215 0.003219 10.0.0.19 - - [2025-04-28 02:06:07] "GET /virtual-network/4c89e7c9-41c1-420f-a628-d444a1c2fa60 HTTP/1.1" 200 2323 0.005011 10.0.0.19 - - [2025-04-28 02:06:07] "GET /routing-instance/124c760f-534e-446c-aaf6-b61be999db8c HTTP/1.1" 200 1497 0.004341 10.0.0.19 - - [2025-04-28 02:06:07] "GET /virtual-network/4c89e7c9-41c1-420f-a628-d444a1c2fa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005674 10.0.0.19 - - [2025-04-28 02:06:07] "GET /virtual-network/4c89e7c9-41c1-420f-a628-d444a1c2fa60 HTTP/1.1" 200 2323 0.006072 10.0.0.19 - - [2025-04-28 02:06:07] "GET /routing-instance/124c760f-534e-446c-aaf6-b61be999db8c HTTP/1.1" 200 1497 0.005530 10.0.0.19 - - [2025-04-28 02:06:07] "GET /routing-instance/124c760f-534e-446c-aaf6-b61be999db8c HTTP/1.1" 200 1497 0.004085 10.0.0.19 - - [2025-04-28 02:06:07] "GET /route-target/b7b6bb2c-14ef-4e34-a15f-e70c61178883 HTTP/1.1" 200 1215 0.002898 10.0.0.19 - - [2025-04-28 02:06:07] "GET /domains HTTP/1.1" 200 280 0.002845 10.0.0.19 - - [2025-04-28 02:06:07] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001012 10.0.0.19 - - [2025-04-28 02:06:07] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003 HTTP/1.1" 200 2759 0.006963 10.0.0.19 - - [2025-04-28 02:06:07] "GET /projects?obj_uuids=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000903 10.0.0.19 - - [2025-04-28 02:06:07] "GET /project/52e0f9f2-0cff-43db-850b-c49bd98e5320 HTTP/1.1" 200 2516 0.068514 10.0.0.19 - - [2025-04-28 02:06:07] "GET /virtual-network/4c89e7c9-41c1-420f-a628-d444a1c2fa60 HTTP/1.1" 200 2323 0.004485 10.0.0.19 - - [2025-04-28 02:06:07] "GET /obj-perms HTTP/1.1" 200 5026 0.003195 10.0.0.19 - - [2025-04-28 02:06:07] "POST /id-to-fqname HTTP/1.1" 200 223 0.001346 10.0.0.19 - - [2025-04-28 02:06:07] "POST /neutron/network HTTP/1.1" 200 840 0.005636 10.0.0.19 - - [2025-04-28 02:06:07] "GET /aaa-mode HTTP/1.1" 401 292 0.000396 10.0.0.19 - - [2025-04-28 02:06:08] "GET / HTTP/1.1" 200 35931 0.002862 10.0.0.19 - - [2025-04-28 02:06:08] "GET /project/52e0f9f2-0cff-43db-850b-c49bd98e5320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000428 10.0.0.19 - - [2025-04-28 02:06:08] "GET /projects?obj_uuids=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001162 10.0.0.19 - - [2025-04-28 02:06:08] "GET /project/52e0f9f2-0cff-43db-850b-c49bd98e5320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.048314 10.0.0.19 - - [2025-04-28 02:06:08] "POST /neutron/network HTTP/1.1" 200 830 0.004666 10.0.0.19 - - [2025-04-28 02:06:08] "POST /neutron/port HTTP/1.1" 200 117 0.004896 10.0.0.19 - - [2025-04-28 02:06:08] "POST /neutron/port HTTP/1.1" 200 117 0.005070 10.0.0.19 - - [2025-04-28 02:06:08] "POST /id-to-fqname HTTP/1.1" 200 224 0.001278 10.0.0.19 - - [2025-04-28 02:06:08] "POST /neutron/port HTTP/1.1" 200 117 0.005249 10.0.0.19 - - [2025-04-28 02:06:08] "POST /neutron/network HTTP/1.1" 200 844 0.005853 10.0.0.19 - - [2025-04-28 02:06:08] "GET /aaa-mode HTTP/1.1" 401 292 0.000394 10.0.0.19 - - [2025-04-28 02:06:08] "POST /neutron/network HTTP/1.1" 200 840 0.005799 10.0.0.19 - - [2025-04-28 02:06:09] "GET /projects?obj_uuids=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001293 10.0.0.19 - - [2025-04-28 02:06:09] "GET / HTTP/1.1" 200 35931 0.001979 10.0.0.19 - - [2025-04-28 02:06:09] "GET /project/52e0f9f2-0cff-43db-850b-c49bd98e5320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.003388 10.0.0.19 - - [2025-04-28 02:06:09] "POST /neutron/port HTTP/1.1" 200 1056 0.229759 10.0.0.19 - - [2025-04-28 02:06:09] "POST /neutron/port HTTP/1.1" 200 1056 0.011319 10.0.0.19 - - [2025-04-28 02:06:09] "POST /neutron/port HTTP/1.1" 200 1056 0.011688 10.0.0.19 - - [2025-04-28 02:06:09] "POST /neutron/port HTTP/1.1" 200 1110 0.071279 10.0.0.19 - - [2025-04-28 02:06:09] "POST /neutron/port HTTP/1.1" 200 1084 0.017201 10.0.0.19 - - [2025-04-28 02:06:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003541 10.0.0.19 - - [2025-04-28 02:06:09] "POST /neutron/subnet HTTP/1.1" 200 689 0.014613 10.0.0.19 - - [2025-04-28 02:06:09] "POST /neutron/port HTTP/1.1" 200 117 0.001186 10.0.0.19 - - [2025-04-28 02:06:09] "POST /neutron/network HTTP/1.1" 200 830 0.006695 10.0.0.19 - - [2025-04-28 02:06:09] "GET /projects?obj_uuids=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001169 10.0.0.19 - - [2025-04-28 02:06:09] "GET /project/52e0f9f2-0cff-43db-850b-c49bd98e5320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.049253 10.0.0.19 - - [2025-04-28 02:06:09] "POST /neutron/network HTTP/1.1" 200 834 0.005504 10.0.0.19 - - [2025-04-28 02:06:09] "POST /neutron/port HTTP/1.1" 200 1084 0.021850 10.0.0.19 - - [2025-04-28 02:06:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006387 10.0.0.19 - - [2025-04-28 02:06:09] "POST /neutron/port HTTP/1.1" 200 117 0.005965 10.0.0.19 - - [2025-04-28 02:06:09] "POST /fqname-to-id HTTP/1.1" 404 193 0.002890 10.0.0.19 - - [2025-04-28 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002299 10.0.0.19 - - [2025-04-28 02:06:09] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001096 10.0.0.19 - - [2025-04-28 02:06:09] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007356 10.0.0.19 - - [2025-04-28 02:06:09] "POST /service-templates HTTP/1.1" 200 543 0.027981 10.0.0.19 - - [2025-04-28 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.19 - - [2025-04-28 02:06:10] "GET /service-template/2a8dc976-17ca-4de5-aebb-46f8a424a89f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.005104 10.0.0.19 - - [2025-04-28 02:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.19 - - [2025-04-28 02:06:10] "POST /neutron/network HTTP/1.1" 200 844 0.007609 10.0.0.19 - - [2025-04-28 02:06:10] "GET /projects?obj_uuids=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001381 10.0.0.19 - - [2025-04-28 02:06:10] "GET /service-template/2a8dc976-17ca-4de5-aebb-46f8a424a89f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.011628 10.0.0.19 - - [2025-04-28 02:06:10] "POST /id-to-fqname HTTP/1.1" 200 223 0.001557 10.0.0.19 - - [2025-04-28 02:06:10] "POST /id-to-fqname HTTP/1.1" 200 223 0.002995 10.0.0.19 - - [2025-04-28 02:06:10] "POST /id-to-fqname HTTP/1.1" 200 224 0.001328 10.0.0.19 - - [2025-04-28 02:06:10] "POST /neutron/port HTTP/1.1" 200 1058 0.264833 10.0.0.19 - - [2025-04-28 02:06:10] "POST /neutron/port HTTP/1.1" 200 1058 0.014056 10.0.0.19 - - [2025-04-28 02:06:10] "POST /neutron/port HTTP/1.1" 200 1058 0.010033 10.0.0.19 - - [2025-04-28 02:06:10] "POST /neutron/port HTTP/1.1" 200 2000 0.042881 10.0.0.19 - - [2025-04-28 02:06:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010206 10.0.0.19 - - [2025-04-28 02:06:10] "POST /neutron/port HTTP/1.1" 200 1112 0.126118 10.0.0.19 - - [2025-04-28 02:06:10] "POST /neutron/port HTTP/1.1" 200 1086 0.015114 10.0.0.19 - - [2025-04-28 02:06:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003346 10.0.0.19 - - [2025-04-28 02:06:10] "POST /neutron/subnet HTTP/1.1" 200 698 0.011394 10.0.0.19 - - [2025-04-28 02:06:10] "POST /neutron/port HTTP/1.1" 200 117 0.001309 10.0.0.19 - - [2025-04-28 02:06:10] "POST /neutron/network HTTP/1.1" 200 834 0.007210 10.0.0.19 - - [2025-04-28 02:06:11] "POST /neutron/network HTTP/1.1" 200 2221 0.011478 10.0.0.19 - - [2025-04-28 02:06:11] "GET /aaa-mode HTTP/1.1" 401 292 0.000375 10.0.0.19 - - [2025-04-28 02:06:11] "GET / HTTP/1.1" 200 35931 0.001721 10.0.0.19 - - [2025-04-28 02:06:11] "GET /project/52e0f9f2-0cff-43db-850b-c49bd98e5320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000414 10.0.0.19 - - [2025-04-28 02:06:11] "GET /projects?obj_uuids=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001276 10.0.0.19 - - [2025-04-28 02:06:11] "GET /project/52e0f9f2-0cff-43db-850b-c49bd98e5320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.046097 10.0.0.19 - - [2025-04-28 02:06:11] "POST /neutron/network HTTP/1.1" 200 832 0.004729 10.0.0.19 - - [2025-04-28 02:06:11] "POST /neutron/network HTTP/1.1" 200 830 0.004970 10.0.0.19 - - [2025-04-28 02:06:11] "POST /neutron/network HTTP/1.1" 200 834 0.005068 10.0.0.19 - - [2025-04-28 02:06:12] "POST /neutron/port HTTP/1.1" 200 2054 0.019130 10.0.0.19 - - [2025-04-28 02:06:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005546 10.0.0.19 - - [2025-04-28 02:06:12] "POST /neutron/port HTTP/1.1" 200 117 0.006081 10.0.0.19 - - [2025-04-28 02:06:12] "POST /neutron/port HTTP/1.1" 200 117 0.004892 10.0.0.19 - - [2025-04-28 02:06:12] "POST /neutron/network HTTP/1.1" 200 2221 0.012922 10.0.0.19 - - [2025-04-28 02:06:12] "GET /projects?obj_uuids=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001414 10.0.0.19 - - [2025-04-28 02:06:12] "POST /neutron/port HTTP/1.1" 200 1058 0.252794 10.0.0.19 - - [2025-04-28 02:06:12] "GET /projects?obj_uuids=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001062 10.0.0.19 - - [2025-04-28 02:06:12] "POST /neutron/port HTTP/1.1" 200 1056 0.181674 10.0.0.19 - - [2025-04-28 02:06:12] "GET /projects?obj_uuids=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001089 10.0.0.19 - - [2025-04-28 02:06:13] "POST /neutron/port HTTP/1.1" 200 1058 0.180597 10.0.0.19 - - [2025-04-28 02:06:13] "POST /neutron/port HTTP/1.1" 200 1058 0.008207 10.0.0.19 - - [2025-04-28 02:06:13] "POST /neutron/port HTTP/1.1" 200 1058 0.007453 10.0.0.19 - - [2025-04-28 02:06:13] "POST /neutron/port HTTP/1.1" 200 1112 0.076306 10.0.0.19 - - [2025-04-28 02:06:13] "POST /neutron/port HTTP/1.1" 200 1056 0.009108 10.0.0.19 - - [2025-04-28 02:06:13] "POST /neutron/port HTTP/1.1" 200 1056 0.008238 10.0.0.19 - - [2025-04-28 02:06:13] "POST /neutron/port HTTP/1.1" 200 1110 0.064043 10.0.0.19 - - [2025-04-28 02:06:13] "POST /neutron/port HTTP/1.1" 200 1058 0.008428 10.0.0.19 - - [2025-04-28 02:06:13] "POST /neutron/port HTTP/1.1" 200 1058 0.007585 10.0.0.19 - - [2025-04-28 02:06:13] "POST /neutron/port HTTP/1.1" 200 1112 0.087519 10.0.0.19 - - [2025-04-28 02:06:13] "POST /neutron/port HTTP/1.1" 200 3023 0.019523 10.0.0.19 - - [2025-04-28 02:06:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003013 10.0.0.19 - - [2025-04-28 02:06:13] "POST /neutron/subnet HTTP/1.1" 200 699 0.011596 10.0.0.19 - - [2025-04-28 02:06:13] "POST /neutron/port HTTP/1.1" 200 117 0.001118 10.0.0.19 - - [2025-04-28 02:06:13] "POST /neutron/network HTTP/1.1" 200 832 0.005355 10.0.0.19 - - [2025-04-28 02:06:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002891 10.0.0.19 - - [2025-04-28 02:06:13] "POST /neutron/subnet HTTP/1.1" 200 689 0.010541 10.0.0.19 - - [2025-04-28 02:06:13] "POST /neutron/port HTTP/1.1" 200 117 0.001037 10.0.0.19 - - [2025-04-28 02:06:13] "POST /neutron/network HTTP/1.1" 200 830 0.005029 10.0.0.19 - - [2025-04-28 02:06:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002522 10.0.0.19 - - [2025-04-28 02:06:13] "POST /neutron/subnet HTTP/1.1" 200 698 0.009615 10.0.0.19 - - [2025-04-28 02:06:13] "POST /neutron/port HTTP/1.1" 200 117 0.001034 10.0.0.19 - - [2025-04-28 02:06:13] "POST /neutron/network HTTP/1.1" 200 834 0.004802 10.0.0.19 - - [2025-04-28 02:06:17] "POST /neutron/port HTTP/1.1" 200 3023 0.019477 10.0.0.19 - - [2025-04-28 02:06:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005317 10.0.0.19 - - [2025-04-28 02:06:17] "POST /neutron/port HTTP/1.1" 200 3023 0.017622 10.0.0.19 - - [2025-04-28 02:06:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006039 10.0.0.19 - - [2025-04-28 02:06:17] "POST /neutron/port HTTP/1.1" 200 3023 0.020644 10.0.0.19 - - [2025-04-28 02:06:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007320 10.0.0.19 - - [2025-04-28 02:06:17] "POST /neutron/port HTTP/1.1" 200 3023 0.018991 10.0.0.19 - - [2025-04-28 02:06:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006619 10.0.0.19 - - [2025-04-28 02:06:17] "POST /neutron/port HTTP/1.1" 200 3023 0.018871 10.0.0.19 - - [2025-04-28 02:06:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010889 10.0.0.19 - - [2025-04-28 02:06:17] "GET /virtual-machine/2a1efd49-a341-44e0-8e9d-ecfab3598d17 HTTP/1.1" 200 1802 0.004459 10.0.0.19 - - [2025-04-28 02:06:17] "GET /virtual-machine-interface/c93ae943-71f5-4b5c-accd-518ee4d9bac7 HTTP/1.1" 200 2949 0.004901 10.0.0.19 - - [2025-04-28 02:06:17] "GET /virtual-machine-interface/d6ec4245-fa83-4237-9cdb-6c3102f35f8d HTTP/1.1" 200 2946 0.004792 10.0.0.19 - - [2025-04-28 02:06:17] "GET /virtual-machine-interface/e1f32332-7141-4031-ad03-a0509409123c HTTP/1.1" 200 2946 0.006114 10.0.0.19 - - [2025-04-28 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.19 - - [2025-04-28 02:06:17] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002869 10.0.0.19 - - [2025-04-28 02:06:17] "GET /virtual-networks?parent_id=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003205 10.0.0.19 - - [2025-04-28 02:06:17] "GET /virtual-network/ccc285f2-c27d-4b77-9170-e570d97b4413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006019 10.0.0.19 - - [2025-04-28 02:06:17] "POST /neutron/port HTTP/1.1" 200 1084 0.017004 10.0.0.19 - - [2025-04-28 02:06:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004740 10.0.0.19 - - [2025-04-28 02:06:18] "POST /neutron/port HTTP/1.1" 200 1086 0.014453 10.0.0.19 - - [2025-04-28 02:06:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004619 10.0.0.19 - - [2025-04-28 02:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.19 - - [2025-04-28 02:06:20] "GET /virtual-network/ccc285f2-c27d-4b77-9170-e570d97b4413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.009047 10.0.0.19 - - [2025-04-28 02:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.19 - - [2025-04-28 02:06:24] "GET /virtual-network/ccc285f2-c27d-4b77-9170-e570d97b4413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005069 10.0.0.19 - - [2025-04-28 02:06:27] "POST /neutron/port HTTP/1.1" 200 1084 0.014314 10.0.0.19 - - [2025-04-28 02:06:27] "POST /neutron/port HTTP/1.1" 200 1084 0.014630 10.0.0.19 - - [2025-04-28 02:06:27] "POST /neutron/network HTTP/1.1" 200 840 0.005495 10.0.0.19 - - [2025-04-28 02:06:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003255 10.0.0.19 - - [2025-04-28 02:06:27] "POST /neutron/subnet HTTP/1.1" 200 689 0.010456 10.0.0.19 - - [2025-04-28 02:06:27] "POST /neutron/port HTTP/1.1" 200 117 0.001175 10.0.0.19 - - [2025-04-28 02:06:27] "POST /neutron/network HTTP/1.1" 200 830 0.005997 10.0.0.19 - - [2025-04-28 02:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.19 - - [2025-04-28 02:06:29] "GET /virtual-network/ccc285f2-c27d-4b77-9170-e570d97b4413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004844 10.0.0.19 - - [2025-04-28 02:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.19 - - [2025-04-28 02:06:31] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002933 10.0.0.19 - - [2025-04-28 02:06:31] "GET /virtual-networks?parent_id=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003011 10.0.0.19 - - [2025-04-28 02:06:31] "GET /virtual-network/ccc285f2-c27d-4b77-9170-e570d97b4413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005288 10.0.0.19 - - [2025-04-28 02:06:31] "POST /neutron/port HTTP/1.1" 200 3023 0.017601 10.0.0.19 - - [2025-04-28 02:06:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005344 10.0.0.19 - - [2025-04-28 02:06:36] "POST /neutron/port HTTP/1.1" 200 3023 0.017439 10.0.0.19 - - [2025-04-28 02:06:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004953 10.0.0.19 - - [2025-04-28 02:06:41] "POST /neutron/port HTTP/1.1" 200 3023 0.022173 10.0.0.19 - - [2025-04-28 02:06:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006042 10.0.0.19 - - [2025-04-28 02:06:42] "POST /neutron/port HTTP/1.1" 200 3023 0.018178 10.0.0.19 - - [2025-04-28 02:06:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004493 10.0.0.19 - - [2025-04-28 02:06:46] "POST /neutron/port HTTP/1.1" 200 3023 0.017939 10.0.0.19 - - [2025-04-28 02:06:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005140 10.0.0.19 - - [2025-04-28 02:06:52] "POST /neutron/port HTTP/1.1" 200 3023 0.018226 10.0.0.19 - - [2025-04-28 02:06:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005559 10.0.0.19 - - [2025-04-28 02:06:56] "DELETE /project/52e0f9f20cff43db850bc49bd98e5320 HTTP/1.1" 404 173 0.007580 10.0.0.19 - - [2025-04-28 02:06:56] "GET /projects?obj_uuids=a9561b89-55ba-4f35-b61d-8bb46cc84eb7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001011 10.0.0.19 - - [2025-04-28 02:06:56] "GET /project/a9561b89-55ba-4f35-b61d-8bb46cc84eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.029395 10.0.0.19 - - [2025-04-28 02:06:56] "GET /projects?obj_uuids=a9561b89-55ba-4f35-b61d-8bb46cc84eb7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000997 10.0.0.19 - - [2025-04-28 02:06:56] "GET /project/a9561b89-55ba-4f35-b61d-8bb46cc84eb7?fields=security_groups HTTP/1.1" 200 1370 0.064016 10.0.0.19 - - [2025-04-28 02:06:57] "DELETE /security-group/c2dcce1e-d659-4f6f-821a-7145f783054d HTTP/1.1" 200 115 0.036121 10.0.0.19 - - [2025-04-28 02:06:57] "GET /projects?obj_uuids=a9561b89-55ba-4f35-b61d-8bb46cc84eb7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000980 10.0.0.19 - - [2025-04-28 02:06:57] "DELETE /access-control-list/c0ab4410-754c-44ed-a13f-39b3a0776a93 HTTP/1.1" 200 115 0.028177 10.0.0.19 - - [2025-04-28 02:06:57] "GET /project/a9561b89-55ba-4f35-b61d-8bb46cc84eb7?fields=application_policy_sets HTTP/1.1" 200 1409 0.034646 10.0.0.19 - - [2025-04-28 02:06:57] "DELETE /access-control-list/5ba92db1-bf23-4ccf-a39f-30ae0bbd4e6d HTTP/1.1" 200 115 0.025557 10.0.0.19 - - [2025-04-28 02:06:57] "DELETE /project/a9561b89-55ba-4f35-b61d-8bb46cc84eb7 HTTP/1.1" 200 115 0.310281 10.0.0.19 - - [2025-04-28 02:06:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.19 - - [2025-04-28 02:06:57] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003079 10.0.0.19 - - [2025-04-28 02:06:57] "GET /virtual-networks?parent_id=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003480 10.0.0.19 - - [2025-04-28 02:06:57] "GET /virtual-network/47c955af-6e76-496f-a54f-e87c3dc341e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005199 10.0.0.19 - - [2025-04-28 02:06:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.19 - - [2025-04-28 02:06:57] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002891 10.0.0.19 - - [2025-04-28 02:06:57] "GET /virtual-networks?parent_id=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002937 10.0.0.19 - - [2025-04-28 02:06:57] "GET /virtual-network/4c89e7c9-41c1-420f-a628-d444a1c2fa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005175 10.0.0.19 - - [2025-04-28 02:06:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.002794 10.0.0.19 - - [2025-04-28 02:06:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002421 10.0.0.19 - - [2025-04-28 02:06:57] "GET /projects?obj_uuids=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003047 10.0.0.19 - - [2025-04-28 02:06:57] "GET /project/52e0f9f2-0cff-43db-850b-c49bd98e5320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.030068 10.0.0.19 - - [2025-04-28 02:06:58] "POST /service-instances HTTP/1.1" 200 543 0.063912 10.0.0.19 - - [2025-04-28 02:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.19 - - [2025-04-28 02:06:58] "GET /service-instance/2ca0b760-a3f8-4169-b986-c32e44d35db5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.005117 10.0.0.19 - - [2025-04-28 02:06:58] "POST /port-tuples HTTP/1.1" 200 586 0.022294 10.0.0.19 - - [2025-04-28 02:06:58] "GET /virtual-machine-interface/d6ec4245-fa83-4237-9cdb-6c3102f35f8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.005949 10.0.0.19 - - [2025-04-28 02:06:58] "PUT /virtual-machine-interface/d6ec4245-fa83-4237-9cdb-6c3102f35f8d HTTP/1.1" 200 284 0.010979 10.0.0.19 - - [2025-04-28 02:06:58] "POST /ref-update HTTP/1.1" 200 156 0.009768 10.0.0.19 - - [2025-04-28 02:06:58] "POST /instance-ips HTTP/1.1" 200 385 0.023666 10.0.0.19 - - [2025-04-28 02:06:58] "GET /virtual-machine-interface/e1f32332-7141-4031-ad03-a0509409123c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.006457 10.0.0.19 - - [2025-04-28 02:06:58] "POST /ref-update HTTP/1.1" 200 156 0.019686 10.0.0.19 - - [2025-04-28 02:06:58] "PUT /virtual-machine-interface/e1f32332-7141-4031-ad03-a0509409123c HTTP/1.1" 200 284 0.011445 10.0.0.19 - - [2025-04-28 02:06:58] "POST /ref-update HTTP/1.1" 200 156 0.008024 10.0.0.19 - - [2025-04-28 02:06:58] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003621 10.0.0.19 - - [2025-04-28 02:06:58] "POST /ref-update HTTP/1.1" 200 156 0.009524 10.0.0.19 - - [2025-04-28 02:06:58] "GET /virtual-machine-interface/c93ae943-71f5-4b5c-accd-518ee4d9bac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2728 0.005832 10.0.0.19 - - [2025-04-28 02:06:58] "POST /instance-ips HTTP/1.1" 200 385 0.024749 10.0.0.19 - - [2025-04-28 02:06:58] "PUT /virtual-machine-interface/c93ae943-71f5-4b5c-accd-518ee4d9bac7 HTTP/1.1" 200 284 0.009536 10.0.0.19 - - [2025-04-28 02:06:58] "POST /ref-update HTTP/1.1" 200 156 0.007988 10.0.0.19 - - [2025-04-28 02:06:58] "POST /ref-update HTTP/1.1" 200 156 0.007993 10.0.0.19 - - [2025-04-28 02:06:58] "POST /ref-update HTTP/1.1" 200 156 0.007487 10.0.0.19 - - [2025-04-28 02:06:58] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003052 10.0.0.19 - - [2025-04-28 02:06:58] "POST /neutron/port HTTP/1.1" 200 1084 0.013713 10.0.0.19 - - [2025-04-28 02:06:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006940 10.0.0.19 - - [2025-04-28 02:06:58] "POST /instance-ips HTTP/1.1" 200 373 0.014220 10.0.0.19 - - [2025-04-28 02:06:58] "POST /neutron/port HTTP/1.1" 200 1084 0.016487 10.0.0.19 - - [2025-04-28 02:06:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004977 10.0.0.19 - - [2025-04-28 02:06:58] "POST /ref-update HTTP/1.1" 200 156 0.007326 10.0.0.19 - - [2025-04-28 02:06:58] "POST /neutron/port HTTP/1.1" 200 1084 0.013717 10.0.0.19 - - [2025-04-28 02:06:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007832 10.0.0.19 - - [2025-04-28 02:06:58] "POST /ref-update HTTP/1.1" 200 156 0.008739 10.0.0.19 - - [2025-04-28 02:06:58] "GET /virtual-machine/eab64f41-b7c5-4c58-a705-a903a0945923 HTTP/1.1" 200 1291 0.004324 10.0.0.19 - - [2025-04-28 02:06:58] "GET /virtual-machine-interface/967e8822-0948-489d-aa91-e9dccb0e03eb HTTP/1.1" 200 2946 0.004404 10.0.0.19 - - [2025-04-28 02:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002503 10.0.0.19 - - [2025-04-28 02:06:58] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004395 10.0.0.19 - - [2025-04-28 02:06:58] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003670 10.0.0.19 - - [2025-04-28 02:06:59] "GET /virtual-networks?parent_id=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004108 10.0.0.19 - - [2025-04-28 02:06:59] "POST /instance-ips HTTP/1.1" 200 373 0.013680 10.0.0.19 - - [2025-04-28 02:06:59] "GET /virtual-network/47c955af-6e76-496f-a54f-e87c3dc341e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004605 10.0.0.19 - - [2025-04-28 02:06:59] "POST /ref-update HTTP/1.1" 200 156 0.006845 10.0.0.19 - - [2025-04-28 02:06:59] "POST /ref-update HTTP/1.1" 200 156 0.007608 10.0.0.19 - - [2025-04-28 02:06:59] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003211 10.0.0.19 - - [2025-04-28 02:06:59] "POST /instance-ips HTTP/1.1" 200 375 0.013466 10.0.0.19 - - [2025-04-28 02:06:59] "POST /ref-update HTTP/1.1" 200 156 0.008411 10.0.0.19 - - [2025-04-28 02:06:59] "POST /ref-update HTTP/1.1" 200 156 0.007633 10.0.0.19 - - [2025-04-28 02:06:59] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002902 10.0.0.19 - - [2025-04-28 02:06:59] "POST /instance-ips HTTP/1.1" 200 375 0.015132 10.0.0.19 - - [2025-04-28 02:06:59] "POST /ref-update HTTP/1.1" 200 156 0.008730 10.0.0.19 - - [2025-04-28 02:06:59] "POST /ref-update HTTP/1.1" 200 156 0.008058 10.0.0.19 - - [2025-04-28 02:06:59] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002774 10.0.0.19 - - [2025-04-28 02:07:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.19 - - [2025-04-28 02:07:00] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003297 10.0.0.19 - - [2025-04-28 02:07:00] "GET /virtual-networks?parent_id=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003109 10.0.0.19 - - [2025-04-28 02:07:00] "GET /virtual-network/47c955af-6e76-496f-a54f-e87c3dc341e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005472 10.0.0.19 - - [2025-04-28 02:07:00] "POST /neutron/port HTTP/1.1" 200 1086 0.013561 10.0.0.19 - - [2025-04-28 02:07:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005206 10.0.0.19 - - [2025-04-28 02:07:00] "POST /neutron/port HTTP/1.1" 200 1086 0.013035 10.0.0.19 - - [2025-04-28 02:07:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005486 10.0.0.19 - - [2025-04-28 02:07:00] "POST /neutron/port HTTP/1.1" 200 1086 0.014005 10.0.0.19 - - [2025-04-28 02:07:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005977 10.0.0.19 - - [2025-04-28 02:07:00] "GET /virtual-machine/b691a534-ec4c-49eb-b77e-68d84742fe70 HTTP/1.1" 200 1291 0.004582 10.0.0.19 - - [2025-04-28 02:07:00] "GET /virtual-machine-interface/7f9cdf26-6180-4910-8455-566384b8e6f9 HTTP/1.1" 200 2947 0.004766 10.0.0.19 - - [2025-04-28 02:07:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002776 10.0.0.19 - - [2025-04-28 02:07:00] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002728 10.0.0.19 - - [2025-04-28 02:07:00] "GET /virtual-networks?parent_id=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002901 10.0.0.19 - - [2025-04-28 02:07:00] "GET /virtual-network/4c89e7c9-41c1-420f-a628-d444a1c2fa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005176 10.0.0.19 - - [2025-04-28 02:07:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006279 10.0.0.19 - - [2025-04-28 02:07:01] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002798 10.0.0.19 - - [2025-04-28 02:07:01] "GET /obj-perms HTTP/1.1" 200 5056 0.040205 10.0.0.19 - - [2025-04-28 02:07:02] "GET /virtual-networks?parent_id=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003064 10.0.0.19 - - [2025-04-28 02:07:02] "GET /virtual-network/4c89e7c9-41c1-420f-a628-d444a1c2fa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005243 10.0.0.19 - - [2025-04-28 02:07:02] "POST /fqname-to-id HTTP/1.1" 404 211 0.005171 10.0.0.19 - - [2025-04-28 02:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002349 10.0.0.19 - - [2025-04-28 02:07:02] "GET /obj-perms HTTP/1.1" 200 5056 0.041006 10.0.0.19 - - [2025-04-28 02:07:02] "GET /projects?obj_uuids=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001067 10.0.0.19 - - [2025-04-28 02:07:02] "GET /project/52e0f9f2-0cff-43db-850b-c49bd98e5320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.031636 10.0.0.19 - - [2025-04-28 02:07:02] "POST /network-policys HTTP/1.1" 200 547 0.017297 10.0.0.19 - - [2025-04-28 02:07:02] "GET /network-policy/622c2497-8079-4fa0-bfb4-417cbfd04b47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004460 10.0.0.19 - - [2025-04-28 02:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.19 - - [2025-04-28 02:07:02] "GET /virtual-network/47c955af-6e76-496f-a54f-e87c3dc341e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005353 10.0.0.19 - - [2025-04-28 02:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.19 - - [2025-04-28 02:07:02] "GET /network-policy/622c2497-8079-4fa0-bfb4-417cbfd04b47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003718 10.0.0.19 - - [2025-04-28 02:07:02] "POST /fqname-to-id HTTP/1.1" 404 242 0.003613 10.0.0.19 - - [2025-04-28 02:07:02] "POST /ref-update HTTP/1.1" 200 156 0.047229 10.0.0.19 - - [2025-04-28 02:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.19 - - [2025-04-28 02:07:02] "POST /access-control-lists HTTP/1.1" 200 601 0.066510 10.0.0.19 - - [2025-04-28 02:07:02] "GET /network-policy/622c2497-8079-4fa0-bfb4-417cbfd04b47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003618 10.0.0.19 - - [2025-04-28 02:07:02] "POST /neutron/network HTTP/1.1" 200 918 0.013246 10.0.0.19 - - [2025-04-28 02:07:02] "GET /virtual-network/47c955af-6e76-496f-a54f-e87c3dc341e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.005099 10.0.0.19 - - [2025-04-28 02:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.19 - - [2025-04-28 02:07:03] "GET /network-policy/622c2497-8079-4fa0-bfb4-417cbfd04b47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003947 10.0.0.19 - - [2025-04-28 02:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.19 - - [2025-04-28 02:07:03] "GET /virtual-network/4c89e7c9-41c1-420f-a628-d444a1c2fa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.011446 10.0.0.19 - - [2025-04-28 02:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.19 - - [2025-04-28 02:07:03] "GET /network-policy/622c2497-8079-4fa0-bfb4-417cbfd04b47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003726 10.0.0.19 - - [2025-04-28 02:07:03] "POST /fqname-to-id HTTP/1.1" 404 244 0.006308 10.0.0.19 - - [2025-04-28 02:07:03] "POST /ref-update HTTP/1.1" 200 156 0.043937 10.0.0.19 - - [2025-04-28 02:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.19 - - [2025-04-28 02:07:03] "POST /access-control-lists HTTP/1.1" 200 604 0.069306 10.0.0.19 - - [2025-04-28 02:07:03] "GET /network-policy/622c2497-8079-4fa0-bfb4-417cbfd04b47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004983 10.0.0.19 - - [2025-04-28 02:07:03] "POST /routing-instances HTTP/1.1" 200 759 0.027643 10.0.0.19 - - [2025-04-28 02:07:03] "POST /neutron/network HTTP/1.1" 200 922 0.008242 10.0.0.19 - - [2025-04-28 02:07:03] "GET /virtual-network/4c89e7c9-41c1-420f-a628-d444a1c2fa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.008630 10.0.0.19 - - [2025-04-28 02:07:03] "POST /route-targets HTTP/1.1" 200 327 0.012403 10.0.0.19 - - [2025-04-28 02:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.19 - - [2025-04-28 02:07:03] "POST /ref-update HTTP/1.1" 200 156 0.010903 10.0.0.19 - - [2025-04-28 02:07:03] "GET /network-policy/622c2497-8079-4fa0-bfb4-417cbfd04b47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.006022 10.0.0.19 - - [2025-04-28 02:07:03] "GET /routing-instance/0de25e27-9c87-43e0-acc3-ab4006697adb?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.003863 10.0.0.19 - - [2025-04-28 02:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.19 - - [2025-04-28 02:07:03] "GET /routing-instance/0de25e27-9c87-43e0-acc3-ab4006697adb?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.004014 10.0.0.19 - - [2025-04-28 02:07:03] "GET /service-template/2a8dc976-17ca-4de5-aebb-46f8a424a89f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.003691 10.0.0.19 - - [2025-04-28 02:07:03] "POST /ref-update HTTP/1.1" 200 156 0.009782 10.0.0.19 - - [2025-04-28 02:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004367 10.0.0.19 - - [2025-04-28 02:07:03] "GET /projects?obj_uuids=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001539 10.0.0.19 - - [2025-04-28 02:07:03] "POST /routing-instances HTTP/1.1" 200 760 0.040645 10.0.0.19 - - [2025-04-28 02:07:03] "GET /project/52e0f9f2-0cff-43db-850b-c49bd98e5320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.063414 10.0.0.19 - - [2025-04-28 02:07:03] "POST /route-targets HTTP/1.1" 200 327 0.013012 10.0.0.19 - - [2025-04-28 02:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002683 10.0.0.19 - - [2025-04-28 02:07:03] "POST /ref-update HTTP/1.1" 200 156 0.010674 10.0.0.19 - - [2025-04-28 02:07:03] "GET /service-instance/2ca0b760-a3f8-4169-b986-c32e44d35db5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3528 0.005992 10.0.0.19 - - [2025-04-28 02:07:03] "GET /routing-instance/3e8ea195-6dc0-4372-b410-a31cf9f0fa96?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1278 0.003716 10.0.0.19 - - [2025-04-28 02:07:04] "GET /domains HTTP/1.1" 200 280 0.007325 10.0.0.19 - - [2025-04-28 02:07:04] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001089 10.0.0.19 - - [2025-04-28 02:07:04] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003 HTTP/1.1" 200 2771 0.012796 10.0.0.19 - - [2025-04-28 02:07:04] "GET /projects?obj_uuids=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001035 10.0.0.19 - - [2025-04-28 02:07:04] "GET /routing-instance/3e8ea195-6dc0-4372-b410-a31cf9f0fa96?fields=routing_policy_back_refs HTTP/1.1" 200 1278 0.003195 10.0.0.19 - - [2025-04-28 02:07:04] "GET /project/52e0f9f2-0cff-43db-850b-c49bd98e5320 HTTP/1.1" 200 4232 0.082289 10.0.0.19 - - [2025-04-28 02:07:04] "PUT /routing-instance/0de25e27-9c87-43e0-acc3-ab4006697adb HTTP/1.1" 200 266 0.029328 10.0.0.19 - - [2025-04-28 02:07:04] "GET /service-instance/2ca0b760-a3f8-4169-b986-c32e44d35db5 HTTP/1.1" 200 3782 0.011645 10.0.0.19 - - [2025-04-28 02:07:04] "GET /domains HTTP/1.1" 200 280 0.003276 10.0.0.19 - - [2025-04-28 02:07:04] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001201 10.0.0.19 - - [2025-04-28 02:07:04] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003 HTTP/1.1" 200 2771 0.009342 10.0.0.19 - - [2025-04-28 02:07:04] "GET /projects?obj_uuids=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001049 10.0.0.19 - - [2025-04-28 02:07:04] "PUT /routing-instance/3e8ea195-6dc0-4372-b410-a31cf9f0fa96 HTTP/1.1" 200 266 0.010921 10.0.0.19 - - [2025-04-28 02:07:04] "GET /project/52e0f9f2-0cff-43db-850b-c49bd98e5320 HTTP/1.1" 200 4232 0.080068 10.0.0.19 - - [2025-04-28 02:07:04] "GET /service-instance/2ca0b760-a3f8-4169-b986-c32e44d35db5 HTTP/1.1" 200 3782 0.006381 10.0.0.19 - - [2025-04-28 02:07:04] "POST /ref-update HTTP/1.1" 200 156 0.033343 10.0.0.19 - - [2025-04-28 02:07:04] "GET /port-tuple/8d7d5fe2-ff6d-4bd8-a745-3683aec68a07 HTTP/1.1" 200 1979 0.011369 10.0.0.19 - - [2025-04-28 02:07:04] "GET /virtual-machine-interface/c93ae943-71f5-4b5c-accd-518ee4d9bac7 HTTP/1.1" 200 3804 0.008603 10.0.0.19 - - [2025-04-28 02:07:04] "GET /virtual-machine-interface/d6ec4245-fa83-4237-9cdb-6c3102f35f8d HTTP/1.1" 200 3816 0.009091 10.0.0.19 - - [2025-04-28 02:07:04] "GET /virtual-machine-interface/e1f32332-7141-4031-ad03-a0509409123c HTTP/1.1" 200 3798 0.012509 10.0.0.19 - - [2025-04-28 02:07:04] "PUT /access-control-list/c71c015a-eaac-4c4e-9de4-fa470ecefa4b HTTP/1.1" 200 272 0.025035 10.0.0.19 - - [2025-04-28 02:07:04] "PUT /access-control-list/57393076-4b88-42f4-ba17-91a6a7cfcf7d HTTP/1.1" 200 272 0.018993 10.0.0.19 - - [2025-04-28 02:07:04] "POST /neutron/port HTTP/1.1" 200 3830 0.071021 10.0.0.19 - - [2025-04-28 02:07:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006533 10.0.0.19 - - [2025-04-28 02:07:04] "POST /neutron/port HTTP/1.1" 200 3830 0.040327 10.0.0.19 - - [2025-04-28 02:07:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006439 10.0.0.19 - - [2025-04-28 02:07:04] "POST /neutron/port HTTP/1.1" 200 3830 0.032232 10.0.0.19 - - [2025-04-28 02:07:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006188 10.0.0.19 - - [2025-04-28 02:07:04] "POST /neutron/port HTTP/1.1" 200 3830 0.031300 10.0.0.19 - - [2025-04-28 02:07:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005511 10.0.0.19 - - [2025-04-28 02:07:04] "POST /neutron/network HTTP/1.1" 200 892 0.011030 10.0.0.19 - - [2025-04-28 02:07:04] "POST /neutron/network HTTP/1.1" 200 918 0.004415 10.0.0.19 - - [2025-04-28 02:07:04] "POST /neutron/network HTTP/1.1" 200 806 0.011847 10.0.0.19 - - [2025-04-28 02:07:04] "POST /neutron/network HTTP/1.1" 200 832 0.004672 10.0.0.19 - - [2025-04-28 02:07:04] "POST /neutron/network HTTP/1.1" 200 896 0.010775 10.0.0.19 - - [2025-04-28 02:07:04] "POST /neutron/network HTTP/1.1" 200 922 0.004817 10.0.0.19 - - [2025-04-28 02:07:04] "POST /id-to-fqname HTTP/1.1" 200 223 0.001059 10.0.0.19 - - [2025-04-28 02:07:04] "POST /id-to-fqname HTTP/1.1" 200 223 0.000960 10.0.0.19 - - [2025-04-28 02:07:04] "POST /id-to-fqname HTTP/1.1" 200 224 0.001319 10.0.0.19 - - [2025-04-28 02:07:05] "GET /virtual-machine/2a1efd49-a341-44e0-8e9d-ecfab3598d17 HTTP/1.1" 200 1802 0.003650 10.0.0.19 - - [2025-04-28 02:07:05] "GET /virtual-machine-interface/c93ae943-71f5-4b5c-accd-518ee4d9bac7 HTTP/1.1" 200 3804 0.004682 10.0.0.19 - - [2025-04-28 02:07:05] "GET /virtual-machine-interface/d6ec4245-fa83-4237-9cdb-6c3102f35f8d HTTP/1.1" 200 3816 0.004107 10.0.0.19 - - [2025-04-28 02:07:05] "GET /virtual-machine-interface/e1f32332-7141-4031-ad03-a0509409123c HTTP/1.1" 200 3798 0.004450 10.0.0.19 - - [2025-04-28 02:07:05] "GET /instance-ip/30b74165-f90f-4687-be04-6840eb685107 HTTP/1.1" 200 1622 0.003944 10.0.0.19 - - [2025-04-28 02:07:05] "GET /instance-ip/911fa3b2-fffe-4b82-903f-45f4982e9f20 HTTP/1.1" 200 1959 0.002843 10.0.0.19 - - [2025-04-28 02:07:05] "GET /instance-ip/932aee09-b4c6-4d73-a8af-17f2182621d9 HTTP/1.1" 200 1961 0.002908 10.0.0.19 - - [2025-04-28 02:07:05] "GET /instance-ip/079fc7ba-ce91-4bd5-90d3-aee9de278725 HTTP/1.1" 200 1977 0.002670 10.0.0.19 - - [2025-04-28 02:07:05] "GET /instance-ip/79cbd067-572f-45df-ace4-20c2f06a7131 HTTP/1.1" 200 1621 0.003739 10.0.0.19 - - [2025-04-28 02:07:05] "GET /instance-ip/7b1932df-92cf-4115-bbb3-dedc4bb1d49b HTTP/1.1" 200 1980 0.003093 10.0.0.19 - - [2025-04-28 02:07:05] "GET /instance-ip/1202864d-a8ff-4ff2-87d8-84b86372de1b HTTP/1.1" 200 1955 0.002733 10.0.0.19 - - [2025-04-28 02:07:05] "GET /instance-ip/7f317950-5a98-40bc-b346-6fe5d11719f4 HTTP/1.1" 200 1954 0.002610 10.0.0.19 - - [2025-04-28 02:07:05] "GET /instance-ip/f0002450-915c-4331-ae16-8f04f93dbdac HTTP/1.1" 200 1620 0.003613 10.0.0.19 - - [2025-04-28 02:07:05] "POST /neutron/port HTTP/1.1" 200 3830 0.027167 10.0.0.19 - - [2025-04-28 02:07:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004776 10.0.0.19 - - [2025-04-28 02:07:05] "POST /neutron/port HTTP/1.1" 200 3830 0.027030 10.0.0.19 - - [2025-04-28 02:07:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004872 10.0.0.19 - - [2025-04-28 02:07:05] "POST /neutron/port HTTP/1.1" 200 3830 0.027027 10.0.0.19 - - [2025-04-28 02:07:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004670 10.0.0.19 - - [2025-04-28 02:07:05] "POST /neutron/port HTTP/1.1" 200 3830 0.027864 10.0.0.19 - - [2025-04-28 02:07:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005381 10.0.0.19 - - [2025-04-28 02:07:05] "GET /virtual-machine/2a1efd49-a341-44e0-8e9d-ecfab3598d17 HTTP/1.1" 200 1802 0.002980 10.0.0.19 - - [2025-04-28 02:07:05] "GET /virtual-machine-interface/c93ae943-71f5-4b5c-accd-518ee4d9bac7 HTTP/1.1" 200 3804 0.004529 10.0.0.19 - - [2025-04-28 02:07:05] "GET /virtual-machine-interface/d6ec4245-fa83-4237-9cdb-6c3102f35f8d HTTP/1.1" 200 3816 0.004074 10.0.0.19 - - [2025-04-28 02:07:05] "GET /virtual-machine-interface/e1f32332-7141-4031-ad03-a0509409123c HTTP/1.1" 200 3798 0.004067 10.0.0.19 - - [2025-04-28 02:07:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002345 10.0.0.19 - - [2025-04-28 02:07:05] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002477 10.0.0.19 - - [2025-04-28 02:07:05] "GET /virtual-networks?parent_id=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002919 10.0.0.19 - - [2025-04-28 02:07:05] "GET /virtual-network/47c955af-6e76-496f-a54f-e87c3dc341e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.006048 10.0.0.19 - - [2025-04-28 02:07:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.19 - - [2025-04-28 02:07:06] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002780 10.0.0.19 - - [2025-04-28 02:07:06] "GET /virtual-networks?parent_id=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002747 10.0.0.19 - - [2025-04-28 02:07:06] "GET /virtual-network/47c955af-6e76-496f-a54f-e87c3dc341e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.005246 10.0.0.19 - - [2025-04-28 02:07:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.19 - - [2025-04-28 02:07:06] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003424 10.0.0.19 - - [2025-04-28 02:07:06] "GET /virtual-networks?parent_id=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003028 10.0.0.19 - - [2025-04-28 02:07:07] "GET /virtual-network/47c955af-6e76-496f-a54f-e87c3dc341e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.005895 10.0.0.19 - - [2025-04-28 02:07:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.19 - - [2025-04-28 02:07:07] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005188 10.0.0.19 - - [2025-04-28 02:07:07] "GET /virtual-networks?parent_id=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003020 10.0.0.19 - - [2025-04-28 02:07:07] "GET /virtual-network/47c955af-6e76-496f-a54f-e87c3dc341e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.005282 10.0.0.19 - - [2025-04-28 02:07:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.19 - - [2025-04-28 02:07:07] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003707 10.0.0.19 - - [2025-04-28 02:07:07] "GET /virtual-networks?parent_id=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003104 10.0.0.19 - - [2025-04-28 02:07:07] "GET /virtual-network/47c955af-6e76-496f-a54f-e87c3dc341e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.005392 10.0.0.19 - - [2025-04-28 02:07:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.19 - - [2025-04-28 02:07:07] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003167 10.0.0.19 - - [2025-04-28 02:07:07] "GET /virtual-networks?parent_id=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004319 10.0.0.19 - - [2025-04-28 02:07:07] "GET /virtual-network/ccc285f2-c27d-4b77-9170-e570d97b4413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005288 10.0.0.19 - - [2025-04-28 02:07:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.19 - - [2025-04-28 02:07:07] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003451 10.0.0.19 - - [2025-04-28 02:07:07] "GET /virtual-networks?parent_id=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003048 10.0.0.19 - - [2025-04-28 02:07:07] "GET /virtual-network/ccc285f2-c27d-4b77-9170-e570d97b4413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005127 10.0.0.19 - - [2025-04-28 02:07:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.19 - - [2025-04-28 02:07:07] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003608 10.0.0.19 - - [2025-04-28 02:07:08] "GET /virtual-networks?parent_id=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002917 10.0.0.19 - - [2025-04-28 02:07:08] "GET /virtual-network/ccc285f2-c27d-4b77-9170-e570d97b4413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005204 10.0.0.19 - - [2025-04-28 02:07:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.19 - - [2025-04-28 02:07:08] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003351 10.0.0.19 - - [2025-04-28 02:07:08] "GET /virtual-networks?parent_id=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003069 10.0.0.19 - - [2025-04-28 02:07:08] "GET /virtual-network/ccc285f2-c27d-4b77-9170-e570d97b4413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005265 10.0.0.19 - - [2025-04-28 02:07:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.19 - - [2025-04-28 02:07:08] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003813 10.0.0.19 - - [2025-04-28 02:07:08] "GET /virtual-networks?parent_id=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002997 10.0.0.19 - - [2025-04-28 02:07:08] "GET /virtual-network/4c89e7c9-41c1-420f-a628-d444a1c2fa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005382 10.0.0.19 - - [2025-04-28 02:07:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.19 - - [2025-04-28 02:07:08] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003486 10.0.0.19 - - [2025-04-28 02:07:08] "GET /virtual-networks?parent_id=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003365 10.0.0.19 - - [2025-04-28 02:07:08] "GET /virtual-network/4c89e7c9-41c1-420f-a628-d444a1c2fa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005737 10.0.0.19 - - [2025-04-28 02:07:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004201 10.0.0.19 - - [2025-04-28 02:07:08] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003680 10.0.0.19 - - [2025-04-28 02:07:08] "GET /virtual-networks?parent_id=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004041 10.0.0.19 - - [2025-04-28 02:07:08] "GET /virtual-network/4c89e7c9-41c1-420f-a628-d444a1c2fa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005744 10.0.0.19 - - [2025-04-28 02:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.19 - - [2025-04-28 02:07:09] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003499 10.0.0.19 - - [2025-04-28 02:07:09] "GET /virtual-networks?parent_id=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003079 10.0.0.19 - - [2025-04-28 02:07:09] "GET /virtual-network/4c89e7c9-41c1-420f-a628-d444a1c2fa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005182 10.0.0.19 - - [2025-04-28 02:07:09] "GET /virtual-machine/2a1efd49-a341-44e0-8e9d-ecfab3598d17 HTTP/1.1" 200 1802 0.004159 10.0.0.19 - - [2025-04-28 02:07:09] "GET /domains HTTP/1.1" 200 280 0.002210 10.0.0.19 - - [2025-04-28 02:07:09] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000963 10.0.0.19 - - [2025-04-28 02:07:09] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003 HTTP/1.1" 200 2771 0.006338 10.0.0.19 - - [2025-04-28 02:07:09] "GET /projects?obj_uuids=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000959 10.0.0.19 - - [2025-04-28 02:07:09] "GET /project/52e0f9f2-0cff-43db-850b-c49bd98e5320 HTTP/1.1" 200 4232 0.066956 10.0.0.19 - - [2025-04-28 02:07:09] "GET /service-instance/2ca0b760-a3f8-4169-b986-c32e44d35db5 HTTP/1.1" 200 3782 0.003735 10.0.0.19 - - [2025-04-28 02:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002283 10.0.0.19 - - [2025-04-28 02:07:09] "GET /routing-instance/608ae7c8-3858-4dbd-a098-56c6666a6807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.003119 10.0.0.19 - - [2025-04-28 02:07:09] "GET /routing-instance/608ae7c8-3858-4dbd-a098-56c6666a6807?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2020 0.005682 10.0.0.19 - - [2025-04-28 02:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.19 - - [2025-04-28 02:07:09] "GET /routing-instance/124c760f-534e-446c-aaf6-b61be999db8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.004017 10.0.0.19 - - [2025-04-28 02:07:09] "GET /routing-instance/124c760f-534e-446c-aaf6-b61be999db8c?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.005011 10.0.0.19 - - [2025-04-28 02:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.19 - - [2025-04-28 02:07:09] "GET /virtual-network/47c955af-6e76-496f-a54f-e87c3dc341e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.005156 10.0.0.19 - - [2025-04-28 02:07:09] "GET /virtual-network/47c955af-6e76-496f-a54f-e87c3dc341e2?fields=routing_instances HTTP/1.1" 200 1682 0.006390 10.0.0.19 - - [2025-04-28 02:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.19 - - [2025-04-28 02:07:09] "GET /virtual-network/4c89e7c9-41c1-420f-a628-d444a1c2fa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004957 10.0.0.19 - - [2025-04-28 02:07:09] "GET /virtual-network/4c89e7c9-41c1-420f-a628-d444a1c2fa60?fields=routing_instances HTTP/1.1" 200 1687 0.006626 10.0.0.19 - - [2025-04-28 02:07:13] "POST /ref-update HTTP/1.1" 200 156 0.030109 10.0.0.19 - - [2025-04-28 02:07:13] "DELETE /access-control-list/57393076-4b88-42f4-ba17-91a6a7cfcf7d HTTP/1.1" 200 115 0.026171 10.0.0.19 - - [2025-04-28 02:07:13] "POST /neutron/network HTTP/1.1" 200 834 0.017531 10.0.0.19 - - [2025-04-28 02:07:13] "GET /virtual-network/4c89e7c9-41c1-420f-a628-d444a1c2fa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004548 10.0.0.19 - - [2025-04-28 02:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002158 10.0.0.19 - - [2025-04-28 02:07:13] "DELETE /routing-instance/0de25e27-9c87-43e0-acc3-ab4006697adb HTTP/1.1" 200 115 0.026534 10.0.0.19 - - [2025-04-28 02:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002482 10.0.0.19 - - [2025-04-28 02:07:13] "GET /network-policy/622c2497-8079-4fa0-bfb4-417cbfd04b47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003141 10.0.0.19 - - [2025-04-28 02:07:14] "DELETE /route-target/e4f96e32-7bb0-4915-92f0-dc77568f28d3 HTTP/1.1" 200 115 0.014125 10.0.0.19 - - [2025-04-28 02:07:14] "DELETE /routing-instance/3e8ea195-6dc0-4372-b410-a31cf9f0fa96 HTTP/1.1" 200 115 0.048243 10.0.0.19 - - [2025-04-28 02:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.19 - - [2025-04-28 02:07:14] "POST /ref-update HTTP/1.1" 200 156 0.050326 10.0.0.19 - - [2025-04-28 02:07:14] "DELETE /route-target/56840d2c-b28e-4964-a073-128c7cffa95b HTTP/1.1" 200 115 0.019041 10.0.0.19 - - [2025-04-28 02:07:14] "POST /neutron/network HTTP/1.1" 200 830 0.007601 10.0.0.19 - - [2025-04-28 02:07:14] "GET /virtual-network/47c955af-6e76-496f-a54f-e87c3dc341e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006259 10.0.0.19 - - [2025-04-28 02:07:14] "DELETE /access-control-list/c71c015a-eaac-4c4e-9de4-fa470ecefa4b HTTP/1.1" 200 115 0.021419 10.0.0.19 - - [2025-04-28 02:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.19 - - [2025-04-28 02:07:14] "GET /network-policy/622c2497-8079-4fa0-bfb4-417cbfd04b47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004575 10.0.0.19 - - [2025-04-28 02:07:14] "DELETE /network-policy/622c2497-8079-4fa0-bfb4-417cbfd04b47 HTTP/1.1" 200 115 0.020498 10.0.0.19 - - [2025-04-28 02:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002316 10.0.0.19 - - [2025-04-28 02:07:14] "DELETE /service-instance/2ca0b760-a3f8-4169-b986-c32e44d35db5 HTTP/1.1" 200 115 0.045310 10.0.0.19 - - [2025-04-28 02:07:14] "GET /domains HTTP/1.1" 200 280 0.002236 10.0.0.19 - - [2025-04-28 02:07:14] "POST /ref-update HTTP/1.1" 200 156 0.015779 10.0.0.19 - - [2025-04-28 02:07:14] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001102 10.0.0.19 - - [2025-04-28 02:07:14] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003 HTTP/1.1" 200 2771 0.010977 10.0.0.19 - - [2025-04-28 02:07:14] "GET /projects?obj_uuids=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000959 10.0.0.19 - - [2025-04-28 02:07:14] "DELETE /instance-ip/079fc7ba-ce91-4bd5-90d3-aee9de278725 HTTP/1.1" 200 115 0.033314 10.0.0.19 - - [2025-04-28 02:07:14] "POST /ref-update HTTP/1.1" 200 156 0.008389 10.0.0.19 - - [2025-04-28 02:07:14] "GET /project/52e0f9f2-0cff-43db-850b-c49bd98e5320 HTTP/1.1" 200 3758 0.067391 10.0.0.19 - - [2025-04-28 02:07:14] "GET /virtual-machine/2a1efd49-a341-44e0-8e9d-ecfab3598d17 HTTP/1.1" 200 1802 0.004496 10.0.0.19 - - [2025-04-28 02:07:14] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001947 10.0.0.19 - - [2025-04-28 02:07:14] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001765 10.0.0.19 - - [2025-04-28 02:07:14] "DELETE /instance-ip/7b1932df-92cf-4115-bbb3-dedc4bb1d49b HTTP/1.1" 200 115 0.023741 10.0.0.19 - - [2025-04-28 02:07:14] "POST /ref-update HTTP/1.1" 200 156 0.008844 10.0.0.19 - - [2025-04-28 02:07:14] "DELETE /instance-ip/7f317950-5a98-40bc-b346-6fe5d11719f4 HTTP/1.1" 200 115 0.033218 10.0.0.19 - - [2025-04-28 02:07:14] "POST /ref-update HTTP/1.1" 200 156 0.015689 10.0.0.19 - - [2025-04-28 02:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006301 10.0.0.19 - - [2025-04-28 02:07:14] "DELETE /service-template/2a8dc976-17ca-4de5-aebb-46f8a424a89f HTTP/1.1" 200 115 0.042554 10.0.0.19 - - [2025-04-28 02:07:14] "POST /fqname-to-id HTTP/1.1" 404 193 0.002804 10.0.0.19 - - [2025-04-28 02:07:14] "DELETE /instance-ip/1202864d-a8ff-4ff2-87d8-84b86372de1b HTTP/1.1" 200 115 0.037154 10.0.0.19 - - [2025-04-28 02:07:14] "POST /ref-update HTTP/1.1" 200 156 0.010012 10.0.0.19 - - [2025-04-28 02:07:14] "DELETE /instance-ip/932aee09-b4c6-4d73-a8af-17f2182621d9 HTTP/1.1" 200 115 0.024266 10.0.0.19 - - [2025-04-28 02:07:14] "POST /ref-update HTTP/1.1" 200 156 0.010457 10.0.0.19 - - [2025-04-28 02:07:14] "DELETE /instance-ip/911fa3b2-fffe-4b82-903f-45f4982e9f20 HTTP/1.1" 200 115 0.024307 10.0.0.19 - - [2025-04-28 02:07:14] "POST /neutron/network HTTP/1.1" 200 834 0.006824 10.0.0.19 - - [2025-04-28 02:07:14] "POST /neutron/network HTTP/1.1" 400 204 0.009547 10.0.0.19 - - [2025-04-28 02:07:15] "POST /neutron/port HTTP/1.1" 200 1086 0.014765 10.0.0.19 - - [2025-04-28 02:07:15] "POST /neutron/port HTTP/1.1" 200 1112 0.007903 10.0.0.19 - - [2025-04-28 02:07:15] "POST /neutron/port HTTP/1.1" 200 1084 0.020346 10.0.0.19 - - [2025-04-28 02:07:15] "POST /neutron/port HTTP/1.1" 200 151 0.101332 10.0.0.19 - - [2025-04-28 02:07:15] "POST /neutron/port HTTP/1.1" 200 1110 0.008428 10.0.0.19 - - [2025-04-28 02:07:15] "POST /neutron/port HTTP/1.1" 200 151 0.110505 10.0.0.19 - - [2025-04-28 02:07:15] "POST /neutron/port HTTP/1.1" 200 3023 0.033711 10.0.0.19 - - [2025-04-28 02:07:15] "POST /neutron/port HTTP/1.1" 200 1112 0.008841 10.0.0.19 - - [2025-04-28 02:07:15] "POST /neutron/port HTTP/1.1" 200 151 0.100894 10.0.0.19 - - [2025-04-28 02:07:15] "POST /neutron/port HTTP/1.1" 200 1110 0.008436 10.0.0.19 - - [2025-04-28 02:07:15] "POST /neutron/port HTTP/1.1" 200 151 0.084995 10.0.0.19 - - [2025-04-28 02:07:15] "POST /neutron/port HTTP/1.1" 200 1112 0.007870 10.0.0.19 - - [2025-04-28 02:07:15] "POST /neutron/port HTTP/1.1" 200 151 0.084474 10.0.0.19 - - [2025-04-28 02:07:16] "POST /neutron/network HTTP/1.1" 200 834 0.005328 10.0.0.19 - - [2025-04-28 02:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.19 - - [2025-04-28 02:07:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002492 10.0.0.19 - - [2025-04-28 02:07:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002906 10.0.0.19 - - [2025-04-28 02:07:17] "POST /neutron/network HTTP/1.1" 200 151 0.080292 10.0.0.19 - - [2025-04-28 02:07:17] "DELETE /route-target/b7b6bb2c-14ef-4e34-a15f-e70c61178883 HTTP/1.1" 200 115 0.019373 10.0.0.19 - - [2025-04-28 02:07:17] "GET /routing-instance/124c760f-534e-446c-aaf6-b61be999db8c HTTP/1.1" 404 171 0.002902 10.0.0.19 - - [2025-04-28 02:07:17] "GET /domains HTTP/1.1" 200 280 0.002036 10.0.0.19 - - [2025-04-28 02:07:17] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000978 10.0.0.19 - - [2025-04-28 02:07:17] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003 HTTP/1.1" 200 2571 0.048807 10.0.0.19 - - [2025-04-28 02:07:17] "GET /projects?obj_uuids=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001009 10.0.0.19 - - [2025-04-28 02:07:17] "GET /project/52e0f9f2-0cff-43db-850b-c49bd98e5320 HTTP/1.1" 200 2297 0.073097 10.0.0.19 - - [2025-04-28 02:07:17] "POST /neutron/network HTTP/1.1" 200 830 0.006719 10.0.0.19 - - [2025-04-28 02:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.19 - - [2025-04-28 02:07:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003160 10.0.0.19 - - [2025-04-28 02:07:17] "POST /useragent-kv HTTP/1.1" 200 115 0.001931 10.0.0.19 - - [2025-04-28 02:07:17] "POST /neutron/network HTTP/1.1" 200 151 0.082464 10.0.0.19 - - [2025-04-28 02:07:17] "DELETE /route-target/fed928b1-8ac2-4c10-9860-1be1af4f5281 HTTP/1.1" 200 115 0.018143 10.0.0.19 - - [2025-04-28 02:07:17] "GET /routing-instance/608ae7c8-3858-4dbd-a098-56c6666a6807 HTTP/1.1" 404 171 0.004662 10.0.0.19 - - [2025-04-28 02:07:17] "GET /domains HTTP/1.1" 200 280 0.001961 10.0.0.19 - - [2025-04-28 02:07:17] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001006 10.0.0.19 - - [2025-04-28 02:07:17] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003 HTTP/1.1" 200 2571 0.048437 10.0.0.19 - - [2025-04-28 02:07:17] "GET /projects?obj_uuids=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001068 10.0.0.19 - - [2025-04-28 02:07:17] "GET /project/52e0f9f2-0cff-43db-850b-c49bd98e5320 HTTP/1.1" 200 2079 0.066491 10.0.0.19 - - [2025-04-28 02:07:17] "POST /neutron/network HTTP/1.1" 200 832 0.005165 10.0.0.19 - - [2025-04-28 02:07:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003519 10.0.0.19 - - [2025-04-28 02:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.19 - - [2025-04-28 02:07:17] "POST /useragent-kv HTTP/1.1" 200 115 0.001674 10.0.0.19 - - [2025-04-28 02:07:17] "POST /neutron/network HTTP/1.1" 200 151 0.070122 10.0.0.19 - - [2025-04-28 02:07:17] "DELETE /route-target/202592e4-d3c4-4b45-8546-ef6261d548ba HTTP/1.1" 200 115 0.014733 10.0.0.19 - - [2025-04-28 02:07:17] "GET /routing-instance/d4d7b6a3-d0b1-49e9-b5b3-cdbe36d21346 HTTP/1.1" 404 171 0.002427 10.0.0.19 - - [2025-04-28 02:07:17] "GET /domains HTTP/1.1" 200 280 0.002468 10.0.0.19 - - [2025-04-28 02:07:17] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000963 10.0.0.19 - - [2025-04-28 02:07:17] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003 HTTP/1.1" 200 2571 0.048455 10.0.0.19 - - [2025-04-28 02:07:17] "GET /projects?obj_uuids=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001679 10.0.0.19 - - [2025-04-28 02:07:17] "GET /project/52e0f9f2-0cff-43db-850b-c49bd98e5320 HTTP/1.1" 200 1839 0.066806 10.0.0.19 - - [2025-04-28 02:07:18] "GET /projects?obj_uuids=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001342 10.0.0.19 - - [2025-04-28 02:07:18] "GET /project/52e0f9f2-0cff-43db-850b-c49bd98e5320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.025670 10.0.0.19 - - [2025-04-28 02:07:18] "GET /projects?obj_uuids=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001060 10.0.0.19 - - [2025-04-28 02:07:18] "GET /project/52e0f9f2-0cff-43db-850b-c49bd98e5320?fields=virtual_networks HTTP/1.1" 200 1027 0.062798 10.0.0.19 - - [2025-04-28 02:07:18] "GET /projects?obj_uuids=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001087 10.0.0.19 - - [2025-04-28 02:07:18] "GET /project/52e0f9f2-0cff-43db-850b-c49bd98e5320?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.023571 10.0.0.19 - - [2025-04-28 02:07:18] "GET /projects?obj_uuids=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001196 10.0.0.19 - - [2025-04-28 02:07:18] "GET /project/52e0f9f2-0cff-43db-850b-c49bd98e5320?fields=security_groups HTTP/1.1" 200 1251 0.026987 10.0.0.19 - - [2025-04-28 02:07:19] "POST /fqname-to-id HTTP/1.1" 404 189 0.027795 10.0.0.19 - - [2025-04-28 02:07:19] "GET /projects?obj_uuids=ffb5fdb3-5e14-4299-acfe-bdcc999e6aa3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002380 10.0.0.19 - - [2025-04-28 02:07:19] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001008 10.0.0.19 - - [2025-04-28 02:07:19] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006976 10.0.0.19 - - [2025-04-28 02:07:19] "POST /id-to-fqname HTTP/1.1" 200 191 0.001369 10.0.0.19 - - [2025-04-28 02:07:19] "POST /fqname-to-id HTTP/1.1" 404 200 0.002544 10.0.0.19 - - [2025-04-28 02:07:19] "POST /security-groups HTTP/1.1" 200 592 0.063834 10.0.0.19 - - [2025-04-28 02:07:19] "POST /fqname-to-id HTTP/1.1" 404 235 0.003471 10.0.0.19 - - [2025-04-28 02:07:19] "POST /projects HTTP/1.1" 200 587 0.205434 10.0.0.19 - - [2025-04-28 02:07:19] "POST /access-control-lists HTTP/1.1" 200 597 0.058629 10.0.0.19 - - [2025-04-28 02:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.281017 10.0.0.19 - - [2025-04-28 02:07:19] "POST /fqname-to-id HTTP/1.1" 404 234 0.002794 10.0.0.19 - - [2025-04-28 02:07:19] "GET /project/ffb5fdb3-5e14-4299-acfe-bdcc999e6aa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.392530 10.0.0.19 - - [2025-04-28 02:07:19] "POST /access-control-lists HTTP/1.1" 200 595 0.056114 10.0.0.19 - - [2025-04-28 02:07:20] "GET / HTTP/1.1" 200 35931 0.002065 10.0.0.19 - - [2025-04-28 02:07:21] "GET /project/ffb5fdb3-5e14-4299-acfe-bdcc999e6aa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000502 10.0.0.19 - - [2025-04-28 02:07:21] "GET /projects?obj_uuids=ffb5fdb3-5e14-4299-acfe-bdcc999e6aa3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001122 10.0.0.19 - - [2025-04-28 02:07:21] "GET /project/ffb5fdb3-5e14-4299-acfe-bdcc999e6aa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.042894 10.0.0.19 - - [2025-04-28 02:07:21] "POST /fqname-to-id HTTP/1.1" 404 180 0.002783 10.0.0.19 - - [2025-04-28 02:07:21] "POST /virtual-DNSs HTTP/1.1" 200 507 0.013895 10.0.0.19 - - [2025-04-28 02:07:21] "GET /virtual-DNS/03262247-dce5-4b33-a840-4fa5df6014b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.004490 10.0.0.19 - - [2025-04-28 02:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.19 - - [2025-04-28 02:07:22] "GET /virtual-DNS/03262247-dce5-4b33-a840-4fa5df6014b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.003210 10.0.0.19 - - [2025-04-28 02:07:22] "GET /domains HTTP/1.1" 401 292 0.000442 10.0.0.19 - - [2025-04-28 02:07:22] "GET /domains HTTP/1.1" 200 280 0.023428 10.0.0.19 - - [2025-04-28 02:07:22] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001045 10.0.0.19 - - [2025-04-28 02:07:22] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003 HTTP/1.1" 200 2958 0.008720 10.0.0.19 - - [2025-04-28 02:07:22] "GET /virtual-DNS/03262247-dce5-4b33-a840-4fa5df6014b4 HTTP/1.1" 200 1436 0.003775 10.0.0.19 - - [2025-04-28 02:07:22] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002017 10.0.0.19 - - [2025-04-28 02:07:22] "POST /network-ipams HTTP/1.1" 200 514 0.014478 10.0.0.19 - - [2025-04-28 02:07:22] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.002871 10.0.0.19 - - [2025-04-28 02:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.19 - - [2025-04-28 02:07:22] "GET /network-ipam/009d219f-d03f-4584-96d7-da44fb07973d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.004424 10.0.0.19 - - [2025-04-28 02:07:22] "PUT /network-ipam/009d219f-d03f-4584-96d7-da44fb07973d HTTP/1.1" 200 258 0.008928 10.0.0.19 - - [2025-04-28 02:07:22] "POST /ref-update HTTP/1.1" 200 156 0.008080 10.0.0.19 - - [2025-04-28 02:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002733 10.0.0.19 - - [2025-04-28 02:07:22] "GET /projects?obj_uuids=ffb5fdb3-5e14-4299-acfe-bdcc999e6aa3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002829 10.0.0.19 - - [2025-04-28 02:07:22] "GET /project/ffb5fdb3-5e14-4299-acfe-bdcc999e6aa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.027667 10.0.0.19 - - [2025-04-28 02:07:22] "POST /neutron/network HTTP/1.1" 200 117 0.028268 10.0.0.19 - - [2025-04-28 02:07:22] "GET /projects?obj_uuids=ffb5fdb3-5e14-4299-acfe-bdcc999e6aa3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001047 10.0.0.19 - - [2025-04-28 02:07:23] "POST /neutron/network HTTP/1.1" 200 618 0.058657 10.0.0.19 - - [2025-04-28 02:07:23] "POST /route-targets HTTP/1.1" 200 327 0.010986 10.0.0.19 - - [2025-04-28 02:07:23] "POST /ref-update HTTP/1.1" 200 156 0.010331 10.0.0.19 - - [2025-04-28 02:07:23] "POST /useragent-kv HTTP/1.1" 200 115 0.025423 10.0.0.19 - - [2025-04-28 02:07:23] "POST /neutron/subnet HTTP/1.1" 200 711 0.218240 10.0.0.19 - - [2025-04-28 02:07:23] "POST /neutron/network HTTP/1.1" 200 833 0.009088 10.0.0.19 - - [2025-04-28 02:07:23] "POST /id-to-fqname HTTP/1.1" 200 227 0.001170 10.0.0.19 - - [2025-04-28 02:07:23] "GET /virtual-network/111cf55b-b4a8-469a-89cb-0db7fee4c6c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004694 10.0.0.19 - - [2025-04-28 02:07:23] "POST /neutron/network HTTP/1.1" 200 833 0.005427 10.0.0.19 - - [2025-04-28 02:07:23] "GET /virtual-network/111cf55b-b4a8-469a-89cb-0db7fee4c6c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004852 10.0.0.19 - - [2025-04-28 02:07:23] "POST /neutron/network HTTP/1.1" 200 833 0.006068 10.0.0.19 - - [2025-04-28 02:07:23] "POST /neutron/subnet HTTP/1.1" 200 711 0.006336 10.0.0.19 - - [2025-04-28 02:07:23] "POST /neutron/network HTTP/1.1" 200 807 0.009960 10.0.0.19 - - [2025-04-28 02:07:23] "POST /neutron/network HTTP/1.1" 200 833 0.004601 10.0.0.19 - - [2025-04-28 02:07:23] "POST /id-to-fqname HTTP/1.1" 200 227 0.001047 10.0.0.19 - - [2025-04-28 02:07:23] "POST /neutron/network HTTP/1.1" 200 843 0.005514 10.0.0.19 - - [2025-04-28 02:07:23] "GET /aaa-mode HTTP/1.1" 401 292 0.000380 10.0.0.19 - - [2025-04-28 02:07:23] "GET / HTTP/1.1" 200 35931 0.001867 10.0.0.19 - - [2025-04-28 02:07:23] "GET /project/ffb5fdb3-5e14-4299-acfe-bdcc999e6aa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000371 10.0.0.19 - - [2025-04-28 02:07:24] "GET /projects?obj_uuids=ffb5fdb3-5e14-4299-acfe-bdcc999e6aa3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001122 10.0.0.19 - - [2025-04-28 02:07:24] "GET /project/ffb5fdb3-5e14-4299-acfe-bdcc999e6aa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.042283 10.0.0.19 - - [2025-04-28 02:07:24] "POST /neutron/network HTTP/1.1" 200 833 0.004461 10.0.0.19 - - [2025-04-28 02:07:24] "POST /neutron/port HTTP/1.1" 200 117 0.004827 10.0.0.19 - - [2025-04-28 02:07:24] "POST /neutron/port HTTP/1.1" 200 117 0.004764 10.0.0.19 - - [2025-04-28 02:07:24] "POST /neutron/port HTTP/1.1" 200 117 0.005061 10.0.0.19 - - [2025-04-28 02:07:24] "POST /neutron/network HTTP/1.1" 200 843 0.005604 10.0.0.19 - - [2025-04-28 02:07:24] "GET /projects?obj_uuids=ffb5fdb3-5e14-4299-acfe-bdcc999e6aa3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001095 10.0.0.19 - - [2025-04-28 02:07:25] "POST /neutron/port HTTP/1.1" 200 1058 0.188182 10.0.0.19 - - [2025-04-28 02:07:25] "POST /neutron/port HTTP/1.1" 200 1058 0.011267 10.0.0.19 - - [2025-04-28 02:07:25] "POST /neutron/port HTTP/1.1" 200 1058 0.012039 10.0.0.19 - - [2025-04-28 02:07:25] "POST /neutron/port HTTP/1.1" 200 1112 0.048372 10.0.0.19 - - [2025-04-28 02:07:25] "POST /neutron/port HTTP/1.1" 200 1086 0.013742 10.0.0.19 - - [2025-04-28 02:07:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003877 10.0.0.19 - - [2025-04-28 02:07:25] "POST /neutron/subnet HTTP/1.1" 200 685 0.010962 10.0.0.19 - - [2025-04-28 02:07:25] "POST /neutron/port HTTP/1.1" 200 117 0.001166 10.0.0.19 - - [2025-04-28 02:07:25] "POST /neutron/network HTTP/1.1" 200 833 0.006158 10.0.0.19 - - [2025-04-28 02:07:29] "POST /neutron/port HTTP/1.1" 200 1086 0.019338 10.0.0.19 - - [2025-04-28 02:07:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006466 10.0.0.19 - - [2025-04-28 02:07:29] "POST /neutron/port HTTP/1.1" 200 1086 0.014244 10.0.0.19 - - [2025-04-28 02:07:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005598 10.0.0.19 - - [2025-04-28 02:07:29] "POST /neutron/port HTTP/1.1" 200 1086 0.013438 10.0.0.19 - - [2025-04-28 02:07:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006365 10.0.0.19 - - [2025-04-28 02:07:29] "GET /virtual-machine/07048743-9af6-476b-aec7-8169c43e4f3b HTTP/1.1" 200 1292 0.004581 10.0.0.19 - - [2025-04-28 02:07:29] "GET /virtual-machine-interface/57b7d1e7-1363-46bb-83fd-28a28a41db8e HTTP/1.1" 200 2962 0.004480 10.0.0.19 - - [2025-04-28 02:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002755 10.0.0.19 - - [2025-04-28 02:07:29] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002807 10.0.0.19 - - [2025-04-28 02:07:29] "GET /virtual-networks?parent_id=ffb5fdb3-5e14-4299-acfe-bdcc999e6aa3&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003330 10.0.0.19 - - [2025-04-28 02:07:29] "GET /virtual-network/111cf55b-b4a8-469a-89cb-0db7fee4c6c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005274 10.0.0.19 - - [2025-04-28 02:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.19 - - [2025-04-28 02:07:33] "GET /virtual-network/111cf55b-b4a8-469a-89cb-0db7fee4c6c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004612 10.0.0.19 - - [2025-04-28 02:07:33] "POST /neutron/port HTTP/1.1" 200 1086 0.013649 10.0.0.19 - - [2025-04-28 02:07:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005090 10.0.0.19 - - [2025-04-28 02:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.19 - - [2025-04-28 02:07:35] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002878 10.0.0.19 - - [2025-04-28 02:07:35] "GET /virtual-networks?parent_id=ffb5fdb3-5e14-4299-acfe-bdcc999e6aa3&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003145 10.0.0.19 - - [2025-04-28 02:07:35] "GET /virtual-network/111cf55b-b4a8-469a-89cb-0db7fee4c6c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005703 10.0.0.19 - - [2025-04-28 02:07:39] "POST /neutron/network HTTP/1.1" 200 807 0.009962 10.0.0.19 - - [2025-04-28 02:07:39] "POST /neutron/network HTTP/1.1" 200 833 0.004427 10.0.0.19 - - [2025-04-28 02:07:39] "POST /id-to-fqname HTTP/1.1" 200 227 0.001083 10.0.0.19 - - [2025-04-28 02:07:39] "POST /neutron/port HTTP/1.1" 200 1086 0.016386 10.0.0.19 - - [2025-04-28 02:07:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006183 10.0.0.19 - - [2025-04-28 02:07:39] "POST /neutron/network HTTP/1.1" 200 843 0.006822 10.0.0.19 - - [2025-04-28 02:07:39] "GET /aaa-mode HTTP/1.1" 401 292 0.000387 10.0.0.19 - - [2025-04-28 02:07:40] "GET / HTTP/1.1" 200 35931 0.002668 10.0.0.19 - - [2025-04-28 02:07:40] "GET /project/ffb5fdb3-5e14-4299-acfe-bdcc999e6aa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000620 10.0.0.19 - - [2025-04-28 02:07:40] "GET /projects?obj_uuids=ffb5fdb3-5e14-4299-acfe-bdcc999e6aa3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001182 10.0.0.19 - - [2025-04-28 02:07:40] "GET /project/ffb5fdb3-5e14-4299-acfe-bdcc999e6aa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.049403 10.0.0.19 - - [2025-04-28 02:07:40] "POST /neutron/network HTTP/1.1" 200 833 0.005035 10.0.0.19 - - [2025-04-28 02:07:40] "POST /neutron/port HTTP/1.1" 200 1086 0.016355 10.0.0.19 - - [2025-04-28 02:07:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005464 10.0.0.19 - - [2025-04-28 02:07:40] "POST /neutron/port HTTP/1.1" 200 117 0.005075 10.0.0.19 - - [2025-04-28 02:07:40] "POST /neutron/port HTTP/1.1" 200 117 0.004778 10.0.0.19 - - [2025-04-28 02:07:41] "POST /neutron/network HTTP/1.1" 200 843 0.005833 10.0.0.19 - - [2025-04-28 02:07:41] "GET /projects?obj_uuids=ffb5fdb3-5e14-4299-acfe-bdcc999e6aa3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001385 10.0.0.19 - - [2025-04-28 02:07:41] "POST /neutron/port HTTP/1.1" 200 1058 0.185386 10.0.0.19 - - [2025-04-28 02:07:41] "POST /neutron/port HTTP/1.1" 200 1058 0.008263 10.0.0.19 - - [2025-04-28 02:07:41] "POST /neutron/port HTTP/1.1" 200 1058 0.007797 10.0.0.19 - - [2025-04-28 02:07:41] "POST /neutron/port HTTP/1.1" 200 1112 0.046361 10.0.0.19 - - [2025-04-28 02:07:41] "POST /neutron/port HTTP/1.1" 200 1086 0.014066 10.0.0.19 - - [2025-04-28 02:07:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003328 10.0.0.19 - - [2025-04-28 02:07:41] "POST /neutron/subnet HTTP/1.1" 200 685 0.009761 10.0.0.19 - - [2025-04-28 02:07:41] "POST /neutron/port HTTP/1.1" 200 117 0.001126 10.0.0.19 - - [2025-04-28 02:07:41] "POST /neutron/network HTTP/1.1" 200 833 0.005723 10.0.0.19 - - [2025-04-28 02:07:45] "POST /neutron/port HTTP/1.1" 200 1086 0.013580 10.0.0.19 - - [2025-04-28 02:07:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.016019 10.0.0.19 - - [2025-04-28 02:07:45] "POST /neutron/port HTTP/1.1" 200 1086 0.015339 10.0.0.19 - - [2025-04-28 02:07:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005525 10.0.0.19 - - [2025-04-28 02:07:46] "POST /neutron/port HTTP/1.1" 200 1086 0.013840 10.0.0.19 - - [2025-04-28 02:07:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006025 10.0.0.19 - - [2025-04-28 02:07:46] "GET /virtual-machine/45c28e93-3198-4968-bfda-16411a776202 HTTP/1.1" 200 1293 0.004797 10.0.0.19 - - [2025-04-28 02:07:46] "GET /virtual-machine-interface/a14892e8-bfa6-4dba-a83a-9afa39e83541 HTTP/1.1" 200 2964 0.004573 10.0.0.19 - - [2025-04-28 02:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.19 - - [2025-04-28 02:07:46] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002888 10.0.0.19 - - [2025-04-28 02:07:46] "GET /virtual-networks?parent_id=ffb5fdb3-5e14-4299-acfe-bdcc999e6aa3&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003098 10.0.0.19 - - [2025-04-28 02:07:46] "GET /virtual-network/111cf55b-b4a8-469a-89cb-0db7fee4c6c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005343 10.0.0.19 - - [2025-04-28 02:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.19 - - [2025-04-28 02:07:49] "GET /virtual-network/111cf55b-b4a8-469a-89cb-0db7fee4c6c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004557 10.0.0.19 - - [2025-04-28 02:07:49] "POST /neutron/port HTTP/1.1" 200 1086 0.015548 10.0.0.19 - - [2025-04-28 02:07:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004628 10.0.0.19 - - [2025-04-28 02:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.19 - - [2025-04-28 02:07:51] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002969 10.0.0.19 - - [2025-04-28 02:07:51] "GET /virtual-networks?parent_id=ffb5fdb3-5e14-4299-acfe-bdcc999e6aa3&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003736 10.0.0.19 - - [2025-04-28 02:07:51] "GET /virtual-network/111cf55b-b4a8-469a-89cb-0db7fee4c6c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005631 10.0.0.19 - - [2025-04-28 02:07:51] "POST /neutron/port HTTP/1.1" 200 1086 0.013654 10.0.0.19 - - [2025-04-28 02:07:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005666 10.0.0.19 - - [2025-04-28 02:07:57] "DELETE /project/ffb5fdb35e144299acfebdcc999e6aa3 HTTP/1.1" 404 173 0.004752 10.0.0.19 - - [2025-04-28 02:07:57] "GET /projects?obj_uuids=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001364 10.0.0.19 - - [2025-04-28 02:07:57] "GET /project/52e0f9f2-0cff-43db-850b-c49bd98e5320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.024874 10.0.0.19 - - [2025-04-28 02:07:57] "GET /projects?obj_uuids=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000956 10.0.0.19 - - [2025-04-28 02:07:57] "GET /project/52e0f9f2-0cff-43db-850b-c49bd98e5320?fields=security_groups HTTP/1.1" 200 1356 0.074300 10.0.0.19 - - [2025-04-28 02:07:57] "DELETE /security-group/23de8255-6290-4cb4-93fe-decbdbb3f234 HTTP/1.1" 200 115 0.044509 10.0.0.19 - - [2025-04-28 02:07:57] "GET /projects?obj_uuids=52e0f9f2-0cff-43db-850b-c49bd98e5320&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000982 10.0.0.19 - - [2025-04-28 02:07:57] "DELETE /access-control-list/21c5b136-b3b7-433a-8107-6c817a62020e HTTP/1.1" 200 115 0.030752 10.0.0.19 - - [2025-04-28 02:07:57] "GET /project/52e0f9f2-0cff-43db-850b-c49bd98e5320?fields=application_policy_sets HTTP/1.1" 200 1395 0.034263 10.0.0.19 - - [2025-04-28 02:07:57] "DELETE /access-control-list/1e347bd8-1906-42f3-b149-293d561f6107 HTTP/1.1" 200 115 0.028795 10.0.0.19 - - [2025-04-28 02:07:57] "DELETE /project/52e0f9f2-0cff-43db-850b-c49bd98e5320 HTTP/1.1" 200 115 0.341012 10.0.0.19 - - [2025-04-28 02:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.19 - - [2025-04-28 02:08:02] "DELETE /virtual-DNS/03262247-dce5-4b33-a840-4fa5df6014b4 HTTP/1.1" 409 235 0.008757 10.0.0.19 - - [2025-04-28 02:08:02] "POST /fqname-to-id HTTP/1.1" 404 192 0.003626 10.0.0.19 - - [2025-04-28 02:08:02] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.018259 10.0.0.19 - - [2025-04-28 02:08:02] "GET /virtual-DNS-record/13a3fce4-a42a-4f83-ade5-1fc8c8867c7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.004506 10.0.0.19 - - [2025-04-28 02:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.19 - - [2025-04-28 02:08:02] "GET /virtual-DNS-record/13a3fce4-a42a-4f83-ade5-1fc8c8867c7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.004346 10.0.0.19 - - [2025-04-28 02:08:02] "GET /obj-perms HTTP/1.1" 200 5056 0.051626 10.0.0.19 - - [2025-04-28 02:08:02] "GET /domains HTTP/1.1" 200 280 0.004205 10.0.0.19 - - [2025-04-28 02:08:02] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001076 10.0.0.19 - - [2025-04-28 02:08:02] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003 HTTP/1.1" 200 2774 0.012560 10.0.0.19 - - [2025-04-28 02:08:02] "GET /virtual-DNS/03262247-dce5-4b33-a840-4fa5df6014b4 HTTP/1.1" 200 1905 0.004079 10.0.0.19 - - [2025-04-28 02:08:02] "GET /virtual-DNS-record/13a3fce4-a42a-4f83-ade5-1fc8c8867c7b HTTP/1.1" 200 1335 0.002679 10.0.0.19 - - [2025-04-28 02:08:03] "GET /obj-perms HTTP/1.1" 200 5056 0.041358 10.0.0.19 - - [2025-04-28 02:08:08] "DELETE /virtual-DNS-record/13a3fce4-a42a-4f83-ade5-1fc8c8867c7b HTTP/1.1" 200 115 0.019849 10.0.0.19 - - [2025-04-28 02:08:08] "POST /fqname-to-id HTTP/1.1" 404 184 0.003788 10.0.0.19 - - [2025-04-28 02:08:08] "POST /neutron/network HTTP/1.1" 200 833 0.006443 10.0.0.19 - - [2025-04-28 02:08:08] "POST /neutron/network HTTP/1.1" 400 204 0.010681 10.0.0.19 - - [2025-04-28 02:08:08] "POST /neutron/port HTTP/1.1" 200 1086 0.021681 10.0.0.19 - - [2025-04-28 02:08:08] "POST /neutron/port HTTP/1.1" 200 1112 0.017388 10.0.0.19 - - [2025-04-28 02:08:08] "POST /neutron/port HTTP/1.1" 200 1086 0.022851 10.0.0.19 - - [2025-04-28 02:08:08] "POST /neutron/port HTTP/1.1" 200 1112 0.010299 10.0.0.19 - - [2025-04-28 02:08:08] "POST /neutron/port HTTP/1.1" 200 151 0.142166 10.0.0.19 - - [2025-04-28 02:08:08] "POST /neutron/port HTTP/1.1" 200 151 0.144920 10.0.0.19 - - [2025-04-28 02:08:10] "POST /neutron/network HTTP/1.1" 200 833 0.006039 10.0.0.19 - - [2025-04-28 02:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.19 - - [2025-04-28 02:08:10] "DELETE /route-target/455c4fae-3650-41d2-887a-33980e1592aa HTTP/1.1" 200 115 0.048314 10.0.0.19 - - [2025-04-28 02:08:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002635 10.0.0.19 - - [2025-04-28 02:08:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002051 10.0.0.19 - - [2025-04-28 02:08:10] "POST /neutron/network HTTP/1.1" 200 151 0.190717 10.0.0.19 - - [2025-04-28 02:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.19 - - [2025-04-28 02:08:10] "DELETE /network-ipam/009d219f-d03f-4584-96d7-da44fb07973d HTTP/1.1" 200 115 0.026463 10.0.0.19 - - [2025-04-28 02:08:10] "DELETE /virtual-DNS/03262247-dce5-4b33-a840-4fa5df6014b4 HTTP/1.1" 200 115 0.019749 10.0.0.19 - - [2025-04-28 02:08:10] "POST /fqname-to-id HTTP/1.1" 404 180 0.002510 10.0.0.19 - - [2025-04-28 02:08:10] "GET /domains HTTP/1.1" 200 280 0.003204 10.0.0.19 - - [2025-04-28 02:08:10] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000983 10.0.0.19 - - [2025-04-28 02:08:10] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003 HTTP/1.1" 200 2574 0.008128 10.0.0.19 - - [2025-04-28 02:08:10] "GET /projects?obj_uuids=ffb5fdb3-5e14-4299-acfe-bdcc999e6aa3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001139 10.0.0.19 - - [2025-04-28 02:08:10] "GET /project/ffb5fdb3-5e14-4299-acfe-bdcc999e6aa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.022268 10.0.0.19 - - [2025-04-28 02:08:10] "GET /projects?obj_uuids=ffb5fdb3-5e14-4299-acfe-bdcc999e6aa3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000979 10.0.0.19 - - [2025-04-28 02:08:11] "GET /project/ffb5fdb3-5e14-4299-acfe-bdcc999e6aa3?fields=virtual_networks HTTP/1.1" 200 1035 0.063521 10.0.0.19 - - [2025-04-28 02:08:11] "GET /projects?obj_uuids=ffb5fdb3-5e14-4299-acfe-bdcc999e6aa3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001493 10.0.0.19 - - [2025-04-28 02:08:11] "GET /project/ffb5fdb3-5e14-4299-acfe-bdcc999e6aa3?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.024663 10.0.0.19 - - [2025-04-28 02:08:11] "GET /projects?obj_uuids=ffb5fdb3-5e14-4299-acfe-bdcc999e6aa3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001103 10.0.0.19 - - [2025-04-28 02:08:11] "GET /project/ffb5fdb3-5e14-4299-acfe-bdcc999e6aa3?fields=security_groups HTTP/1.1" 200 1262 0.022364 10.0.0.19 - - [2025-04-28 02:08:11] "POST /fqname-to-id HTTP/1.1" 404 189 0.023181 10.0.0.19 - - [2025-04-28 02:08:11] "GET /projects?obj_uuids=9914a07f-e463-48e6-8817-d27c61c50625&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002981 10.0.0.19 - - [2025-04-28 02:08:11] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001082 10.0.0.19 - - [2025-04-28 02:08:11] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007566 10.0.0.19 - - [2025-04-28 02:08:12] "POST /id-to-fqname HTTP/1.1" 200 191 0.002182 10.0.0.19 - - [2025-04-28 02:08:12] "POST /fqname-to-id HTTP/1.1" 404 200 0.002591 10.0.0.19 - - [2025-04-28 02:08:12] "POST /security-groups HTTP/1.1" 200 592 0.059660 10.0.0.19 - - [2025-04-28 02:08:12] "POST /fqname-to-id HTTP/1.1" 404 235 0.002551 10.0.0.19 - - [2025-04-28 02:08:12] "POST /projects HTTP/1.1" 200 587 0.207320 10.0.0.19 - - [2025-04-28 02:08:12] "POST /access-control-lists HTTP/1.1" 200 597 0.054086 10.0.0.19 - - [2025-04-28 02:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.276011 10.0.0.19 - - [2025-04-28 02:08:12] "POST /fqname-to-id HTTP/1.1" 404 234 0.002771 10.0.0.19 - - [2025-04-28 02:08:12] "GET /project/9914a07f-e463-48e6-8817-d27c61c50625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.392463 10.0.0.19 - - [2025-04-28 02:08:12] "POST /access-control-lists HTTP/1.1" 200 595 0.059422 10.0.0.19 - - [2025-04-28 02:08:13] "GET / HTTP/1.1" 200 35931 0.003066 10.0.0.19 - - [2025-04-28 02:08:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000521 10.0.0.19 - - [2025-04-28 02:08:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.049743 10.0.0.19 - - [2025-04-28 02:08:14] "GET /projects?obj_uuids=9914a07f-e463-48e6-8817-d27c61c50625&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001102 10.0.0.19 - - [2025-04-28 02:08:14] "GET /project/9914a07f-e463-48e6-8817-d27c61c50625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.022505 10.0.0.19 - - [2025-04-28 02:08:14] "POST /neutron/network HTTP/1.1" 200 117 0.029596 10.0.0.19 - - [2025-04-28 02:08:14] "GET /projects?obj_uuids=9914a07f-e463-48e6-8817-d27c61c50625&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001449 10.0.0.19 - - [2025-04-28 02:08:14] "POST /neutron/network HTTP/1.1" 200 606 0.060479 10.0.0.19 - - [2025-04-28 02:08:14] "POST /route-targets HTTP/1.1" 200 327 0.008876 10.0.0.19 - - [2025-04-28 02:08:14] "POST /ref-update HTTP/1.1" 200 156 0.011478 10.0.0.19 - - [2025-04-28 02:08:14] "POST /useragent-kv HTTP/1.1" 200 115 0.004326 10.0.0.19 - - [2025-04-28 02:08:14] "POST /neutron/subnet HTTP/1.1" 200 720 0.165757 10.0.0.19 - - [2025-04-28 02:08:14] "POST /neutron/network HTTP/1.1" 200 824 0.005888 10.0.0.19 - - [2025-04-28 02:08:14] "POST /id-to-fqname HTTP/1.1" 200 221 0.001500 10.0.0.19 - - [2025-04-28 02:08:14] "GET /virtual-network/cc2d9b40-782f-4c2c-9958-38844b0ae69c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006626 10.0.0.19 - - [2025-04-28 02:08:14] "POST /neutron/network HTTP/1.1" 200 824 0.005416 10.0.0.19 - - [2025-04-28 02:08:14] "GET /virtual-network/cc2d9b40-782f-4c2c-9958-38844b0ae69c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004389 10.0.0.19 - - [2025-04-28 02:08:14] "POST /neutron/network HTTP/1.1" 200 824 0.005378 10.0.0.19 - - [2025-04-28 02:08:14] "POST /neutron/subnet HTTP/1.1" 200 720 0.005788 10.0.0.19 - - [2025-04-28 02:08:14] "POST /id-to-fqname HTTP/1.1" 200 221 0.001110 10.0.0.19 - - [2025-04-28 02:08:14] "POST /neutron/network HTTP/1.1" 200 834 0.005685 10.0.0.19 - - [2025-04-28 02:08:14] "GET /aaa-mode HTTP/1.1" 401 292 0.000371 10.0.0.19 - - [2025-04-28 02:08:15] "GET / HTTP/1.1" 200 35931 0.001906 10.0.0.19 - - [2025-04-28 02:08:15] "GET /project/9914a07f-e463-48e6-8817-d27c61c50625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000404 10.0.0.19 - - [2025-04-28 02:08:15] "GET /projects?obj_uuids=9914a07f-e463-48e6-8817-d27c61c50625&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001116 10.0.0.19 - - [2025-04-28 02:08:15] "GET /project/9914a07f-e463-48e6-8817-d27c61c50625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.051748 10.0.0.19 - - [2025-04-28 02:08:15] "POST /neutron/network HTTP/1.1" 200 824 0.004857 10.0.0.19 - - [2025-04-28 02:08:15] "POST /neutron/port HTTP/1.1" 200 117 0.004771 10.0.0.19 - - [2025-04-28 02:08:15] "POST /neutron/port HTTP/1.1" 200 117 0.004625 10.0.0.19 - - [2025-04-28 02:08:15] "POST /id-to-fqname HTTP/1.1" 200 221 0.001297 10.0.0.19 - - [2025-04-28 02:08:15] "POST /neutron/port HTTP/1.1" 200 117 0.006463 10.0.0.19 - - [2025-04-28 02:08:15] "POST /neutron/network HTTP/1.1" 200 834 0.005699 10.0.0.19 - - [2025-04-28 02:08:16] "GET /aaa-mode HTTP/1.1" 401 292 0.000386 10.0.0.19 - - [2025-04-28 02:08:16] "POST /neutron/network HTTP/1.1" 200 834 0.005394 10.0.0.19 - - [2025-04-28 02:08:16] "GET /projects?obj_uuids=9914a07f-e463-48e6-8817-d27c61c50625&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001079 10.0.0.19 - - [2025-04-28 02:08:16] "GET / HTTP/1.1" 200 35931 0.001704 10.0.0.19 - - [2025-04-28 02:08:16] "GET /project/9914a07f-e463-48e6-8817-d27c61c50625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000383 10.0.0.19 - - [2025-04-28 02:08:16] "POST /neutron/port HTTP/1.1" 200 1060 0.186696 10.0.0.19 - - [2025-04-28 02:08:16] "POST /neutron/port HTTP/1.1" 200 1060 0.008468 10.0.0.19 - - [2025-04-28 02:08:16] "POST /neutron/port HTTP/1.1" 200 1060 0.007151 10.0.0.19 - - [2025-04-28 02:08:16] "POST /neutron/port HTTP/1.1" 200 1114 0.054906 10.0.0.19 - - [2025-04-28 02:08:16] "POST /neutron/port HTTP/1.1" 200 1088 0.013977 10.0.0.19 - - [2025-04-28 02:08:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002789 10.0.0.19 - - [2025-04-28 02:08:16] "POST /neutron/subnet HTTP/1.1" 200 694 0.009038 10.0.0.19 - - [2025-04-28 02:08:16] "POST /neutron/port HTTP/1.1" 200 117 0.001034 10.0.0.19 - - [2025-04-28 02:08:16] "POST /neutron/network HTTP/1.1" 200 824 0.004505 10.0.0.19 - - [2025-04-28 02:08:16] "GET /projects?obj_uuids=9914a07f-e463-48e6-8817-d27c61c50625&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001613 10.0.0.19 - - [2025-04-28 02:08:16] "GET /project/9914a07f-e463-48e6-8817-d27c61c50625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.043323 10.0.0.19 - - [2025-04-28 02:08:16] "POST /neutron/network HTTP/1.1" 200 824 0.005078 10.0.0.19 - - [2025-04-28 02:08:16] "POST /neutron/port HTTP/1.1" 200 1088 0.019580 10.0.0.19 - - [2025-04-28 02:08:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005618 10.0.0.19 - - [2025-04-28 02:08:16] "POST /neutron/port HTTP/1.1" 200 117 0.007868 10.0.0.19 - - [2025-04-28 02:08:16] "POST /neutron/port HTTP/1.1" 200 1088 0.014925 10.0.0.19 - - [2025-04-28 02:08:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005227 10.0.0.19 - - [2025-04-28 02:08:17] "POST /neutron/network HTTP/1.1" 200 834 0.005454 10.0.0.19 - - [2025-04-28 02:08:17] "GET /projects?obj_uuids=9914a07f-e463-48e6-8817-d27c61c50625&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001070 10.0.0.19 - - [2025-04-28 02:08:17] "POST /neutron/port HTTP/1.1" 200 1060 0.221675 10.0.0.19 - - [2025-04-28 02:08:17] "POST /neutron/port HTTP/1.1" 200 1060 0.011446 10.0.0.19 - - [2025-04-28 02:08:17] "POST /neutron/port HTTP/1.1" 200 1060 0.008084 10.0.0.19 - - [2025-04-28 02:08:17] "POST /neutron/port HTTP/1.1" 200 1114 0.060047 10.0.0.19 - - [2025-04-28 02:08:17] "POST /neutron/port HTTP/1.1" 200 1088 0.015018 10.0.0.19 - - [2025-04-28 02:08:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004886 10.0.0.19 - - [2025-04-28 02:08:17] "POST /neutron/subnet HTTP/1.1" 200 694 0.008840 10.0.0.19 - - [2025-04-28 02:08:17] "POST /neutron/port HTTP/1.1" 200 117 0.001034 10.0.0.19 - - [2025-04-28 02:08:17] "POST /neutron/network HTTP/1.1" 200 824 0.004811 10.0.0.19 - - [2025-04-28 02:08:22] "POST /neutron/port HTTP/1.1" 200 1088 0.013972 10.0.0.19 - - [2025-04-28 02:08:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006880 10.0.0.19 - - [2025-04-28 02:08:22] "POST /neutron/port HTTP/1.1" 200 1088 0.013939 10.0.0.19 - - [2025-04-28 02:08:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005198 10.0.0.19 - - [2025-04-28 02:08:22] "POST /neutron/port HTTP/1.1" 200 1088 0.013983 10.0.0.19 - - [2025-04-28 02:08:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005402 10.0.0.19 - - [2025-04-28 02:08:22] "GET /virtual-machine/fda5cc91-4223-4687-a6ba-68f324728328 HTTP/1.1" 401 292 0.000420 10.0.0.19 - - [2025-04-28 02:08:22] "GET /virtual-machine/fda5cc91-4223-4687-a6ba-68f324728328 HTTP/1.1" 200 1294 0.027096 10.0.0.19 - - [2025-04-28 02:08:22] "GET /virtual-machine-interface/b0b42849-38d7-46cf-b88a-0347aafb507c HTTP/1.1" 200 2946 0.004993 10.0.0.19 - - [2025-04-28 02:08:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.19 - - [2025-04-28 02:08:22] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002728 10.0.0.19 - - [2025-04-28 02:08:22] "GET /virtual-networks?parent_id=9914a07f-e463-48e6-8817-d27c61c50625&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002892 10.0.0.19 - - [2025-04-28 02:08:22] "GET /virtual-network/cc2d9b40-782f-4c2c-9958-38844b0ae69c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007213 10.0.0.19 - - [2025-04-28 02:08:24] "POST /neutron/port HTTP/1.1" 200 1088 0.015156 10.0.0.19 - - [2025-04-28 02:08:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005016 10.0.0.19 - - [2025-04-28 02:08:25] "POST /neutron/port HTTP/1.1" 200 1088 0.014976 10.0.0.19 - - [2025-04-28 02:08:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005080 10.0.0.19 - - [2025-04-28 02:08:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.19 - - [2025-04-28 02:08:25] "GET /virtual-network/cc2d9b40-782f-4c2c-9958-38844b0ae69c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006544 10.0.0.19 - - [2025-04-28 02:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.19 - - [2025-04-28 02:08:27] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003293 10.0.0.19 - - [2025-04-28 02:08:27] "GET /virtual-networks?parent_id=9914a07f-e463-48e6-8817-d27c61c50625&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003395 10.0.0.19 - - [2025-04-28 02:08:28] "GET /virtual-network/cc2d9b40-782f-4c2c-9958-38844b0ae69c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006660 10.0.0.19 - - [2025-04-28 02:08:28] "POST /neutron/port HTTP/1.1" 200 1088 0.019027 10.0.0.19 - - [2025-04-28 02:08:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007280 10.0.0.19 - - [2025-04-28 02:08:28] "POST /neutron/port HTTP/1.1" 200 1088 0.015793 10.0.0.19 - - [2025-04-28 02:08:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005826 10.0.0.19 - - [2025-04-28 02:08:28] "POST /neutron/port HTTP/1.1" 200 1088 0.013123 10.0.0.19 - - [2025-04-28 02:08:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005907 10.0.0.19 - - [2025-04-28 02:08:28] "GET /virtual-machine/683c3bb2-adc0-4bea-af9c-cb13e27e9b2c HTTP/1.1" 200 1293 0.004782 10.0.0.19 - - [2025-04-28 02:08:28] "GET /virtual-machine-interface/352c92d4-290e-4899-bd26-01d1eeb6c6ec HTTP/1.1" 200 2945 0.005933 10.0.0.19 - - [2025-04-28 02:08:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.19 - - [2025-04-28 02:08:28] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002963 10.0.0.19 - - [2025-04-28 02:08:28] "GET /virtual-networks?parent_id=9914a07f-e463-48e6-8817-d27c61c50625&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003077 10.0.0.19 - - [2025-04-28 02:08:28] "GET /virtual-network/cc2d9b40-782f-4c2c-9958-38844b0ae69c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005423 10.0.0.19 - - [2025-04-28 02:08:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.19 - - [2025-04-28 02:08:29] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003209 10.0.0.19 - - [2025-04-28 02:08:29] "POST /neutron/port HTTP/1.1" 200 1088 0.015592 10.0.0.19 - - [2025-04-28 02:08:29] "GET /virtual-networks?parent_id=9914a07f-e463-48e6-8817-d27c61c50625&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002148 10.0.0.19 - - [2025-04-28 02:08:29] "POST /neutron/port HTTP/1.1" 200 1088 0.014289 10.0.0.19 - - [2025-04-28 02:08:29] "GET /virtual-network/cc2d9b40-782f-4c2c-9958-38844b0ae69c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004345 10.0.0.19 - - [2025-04-28 02:08:29] "POST /neutron/network HTTP/1.1" 200 834 0.004807 10.0.0.19 - - [2025-04-28 02:08:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002578 10.0.0.19 - - [2025-04-28 02:08:29] "POST /neutron/subnet HTTP/1.1" 200 694 0.008864 10.0.0.19 - - [2025-04-28 02:08:29] "POST /neutron/port HTTP/1.1" 200 117 0.001086 10.0.0.19 - - [2025-04-28 02:08:29] "POST /neutron/network HTTP/1.1" 200 824 0.005223 10.0.0.19 - - [2025-04-28 02:08:30] "POST /neutron/port HTTP/1.1" 200 1088 0.013786 10.0.0.19 - - [2025-04-28 02:08:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005241 10.0.0.19 - - [2025-04-28 02:08:39] "POST /neutron/network HTTP/1.1" 200 824 0.007773 10.0.0.19 - - [2025-04-28 02:08:39] "POST /neutron/network HTTP/1.1" 400 204 0.008962 10.0.0.19 - - [2025-04-28 02:08:40] "POST /neutron/port HTTP/1.1" 200 1088 0.015424 10.0.0.19 - - [2025-04-28 02:08:40] "POST /neutron/port HTTP/1.1" 200 1114 0.010907 10.0.0.19 - - [2025-04-28 02:08:40] "POST /neutron/port HTTP/1.1" 200 1088 0.023887 10.0.0.19 - - [2025-04-28 02:08:40] "POST /neutron/port HTTP/1.1" 200 1114 0.010571 10.0.0.19 - - [2025-04-28 02:08:40] "POST /neutron/port HTTP/1.1" 200 151 0.131581 10.0.0.19 - - [2025-04-28 02:08:40] "POST /neutron/port HTTP/1.1" 200 151 0.126406 10.0.0.19 - - [2025-04-28 02:08:41] "POST /neutron/network HTTP/1.1" 200 824 0.006150 10.0.0.19 - - [2025-04-28 02:08:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004657 10.0.0.19 - - [2025-04-28 02:08:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003432 10.0.0.19 - - [2025-04-28 02:08:41] "POST /useragent-kv HTTP/1.1" 200 115 0.001978 10.0.0.19 - - [2025-04-28 02:08:41] "POST /neutron/network HTTP/1.1" 200 151 0.089345 10.0.0.19 - - [2025-04-28 02:08:41] "DELETE /route-target/a81e074a-6c77-49a5-b1cb-d251ef5e496e HTTP/1.1" 200 115 0.018068 10.0.0.19 - - [2025-04-28 02:08:42] "GET /projects?obj_uuids=9914a07f-e463-48e6-8817-d27c61c50625&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001125 10.0.0.19 - - [2025-04-28 02:08:42] "GET /project/9914a07f-e463-48e6-8817-d27c61c50625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.025093 10.0.0.19 - - [2025-04-28 02:08:42] "GET /projects?obj_uuids=9914a07f-e463-48e6-8817-d27c61c50625&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001085 10.0.0.19 - - [2025-04-28 02:08:42] "GET /project/9914a07f-e463-48e6-8817-d27c61c50625?fields=virtual_networks HTTP/1.1" 200 1034 0.065995 10.0.0.19 - - [2025-04-28 02:08:42] "GET /projects?obj_uuids=9914a07f-e463-48e6-8817-d27c61c50625&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001102 10.0.0.19 - - [2025-04-28 02:08:42] "GET /project/9914a07f-e463-48e6-8817-d27c61c50625?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.024286 10.0.0.19 - - [2025-04-28 02:08:42] "GET /projects?obj_uuids=9914a07f-e463-48e6-8817-d27c61c50625&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001164 10.0.0.19 - - [2025-04-28 02:08:42] "GET /project/9914a07f-e463-48e6-8817-d27c61c50625?fields=security_groups HTTP/1.1" 200 1261 0.026959 10.0.0.19 - - [2025-04-28 02:08:43] "POST /fqname-to-id HTTP/1.1" 404 188 0.024863 10.0.0.19 - - [2025-04-28 02:08:43] "GET /projects?obj_uuids=f8602942-2fdd-4120-9e9c-459939e92a5c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002568 10.0.0.19 - - [2025-04-28 02:08:43] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001057 10.0.0.19 - - [2025-04-28 02:08:43] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007859 10.0.0.19 - - [2025-04-28 02:08:43] "POST /id-to-fqname HTTP/1.1" 200 190 0.004137 10.0.0.19 - - [2025-04-28 02:08:43] "POST /fqname-to-id HTTP/1.1" 404 199 0.003932 10.0.0.19 - - [2025-04-28 02:08:43] "POST /security-groups HTTP/1.1" 200 591 0.059481 10.0.0.19 - - [2025-04-28 02:08:43] "POST /fqname-to-id HTTP/1.1" 404 234 0.003196 10.0.0.19 - - [2025-04-28 02:08:43] "POST /projects HTTP/1.1" 200 585 0.213706 10.0.0.19 - - [2025-04-28 02:08:43] "POST /access-control-lists HTTP/1.1" 200 596 0.062803 10.0.0.19 - - [2025-04-28 02:08:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.280045 10.0.0.19 - - [2025-04-28 02:08:43] "POST /fqname-to-id HTTP/1.1" 404 233 0.002785 10.0.0.19 - - [2025-04-28 02:08:43] "GET /project/f8602942-2fdd-4120-9e9c-459939e92a5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.396958 10.0.0.19 - - [2025-04-28 02:08:43] "POST /access-control-lists HTTP/1.1" 200 594 0.059989 10.0.0.19 - - [2025-04-28 02:08:44] "GET / HTTP/1.1" 200 35931 0.002058 10.0.0.19 - - [2025-04-28 02:08:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000668 10.0.0.19 - - [2025-04-28 02:08:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.049819 10.0.0.19 - - [2025-04-28 02:08:45] "GET /projects?obj_uuids=f8602942-2fdd-4120-9e9c-459939e92a5c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001068 10.0.0.19 - - [2025-04-28 02:08:45] "GET /project/f8602942-2fdd-4120-9e9c-459939e92a5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.024196 10.0.0.19 - - [2025-04-28 02:08:45] "POST /neutron/network HTTP/1.1" 200 117 0.027283 10.0.0.19 - - [2025-04-28 02:08:45] "GET /projects?obj_uuids=f8602942-2fdd-4120-9e9c-459939e92a5c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001459 10.0.0.19 - - [2025-04-28 02:08:45] "POST /neutron/network HTTP/1.1" 200 625 0.061442 10.0.0.19 - - [2025-04-28 02:08:45] "POST /route-targets HTTP/1.1" 200 327 0.009447 10.0.0.19 - - [2025-04-28 02:08:45] "POST /ref-update HTTP/1.1" 200 156 0.011603 10.0.0.19 - - [2025-04-28 02:08:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002500 10.0.0.19 - - [2025-04-28 02:08:45] "POST /neutron/subnet HTTP/1.1" 200 701 0.145098 10.0.0.19 - - [2025-04-28 02:08:45] "POST /neutron/network HTTP/1.1" 200 839 0.004861 10.0.0.19 - - [2025-04-28 02:08:45] "POST /id-to-fqname HTTP/1.1" 200 230 0.001096 10.0.0.19 - - [2025-04-28 02:08:45] "GET /virtual-network/82a47abb-d2f0-42ea-8bd3-1b231916268a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004399 10.0.0.19 - - [2025-04-28 02:08:45] "POST /neutron/network HTTP/1.1" 200 839 0.005746 10.0.0.19 - - [2025-04-28 02:08:45] "GET /virtual-network/82a47abb-d2f0-42ea-8bd3-1b231916268a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004373 10.0.0.19 - - [2025-04-28 02:08:46] "POST /neutron/network HTTP/1.1" 200 839 0.005102 10.0.0.19 - - [2025-04-28 02:08:46] "POST /neutron/subnet HTTP/1.1" 200 701 0.005730 10.0.0.19 - - [2025-04-28 02:08:46] "POST /neutron/network HTTP/1.1" 200 839 0.004136 10.0.0.19 - - [2025-04-28 02:08:46] "POST /id-to-fqname HTTP/1.1" 200 230 0.001021 10.0.0.19 - - [2025-04-28 02:08:46] "POST /neutron/network HTTP/1.1" 200 849 0.005539 10.0.0.19 - - [2025-04-28 02:08:46] "GET /aaa-mode HTTP/1.1" 401 292 0.000359 10.0.0.19 - - [2025-04-28 02:08:46] "GET / HTTP/1.1" 200 35931 0.001866 10.0.0.19 - - [2025-04-28 02:08:46] "GET /project/f8602942-2fdd-4120-9e9c-459939e92a5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000406 10.0.0.19 - - [2025-04-28 02:08:46] "GET /projects?obj_uuids=f8602942-2fdd-4120-9e9c-459939e92a5c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001146 10.0.0.19 - - [2025-04-28 02:08:46] "GET /project/f8602942-2fdd-4120-9e9c-459939e92a5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.041480 10.0.0.19 - - [2025-04-28 02:08:46] "POST /neutron/network HTTP/1.1" 200 839 0.004747 10.0.0.19 - - [2025-04-28 02:08:47] "POST /neutron/port HTTP/1.1" 200 117 0.004814 10.0.0.19 - - [2025-04-28 02:08:47] "POST /neutron/port HTTP/1.1" 200 117 0.004786 10.0.0.19 - - [2025-04-28 02:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002591 10.0.0.19 - - [2025-04-28 02:08:47] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002781 10.0.0.19 - - [2025-04-28 02:08:47] "PUT /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d HTTP/1.1" 200 276 0.011482 10.0.0.19 - - [2025-04-28 02:08:47] "POST /neutron/port HTTP/1.1" 200 117 0.004716 10.0.0.19 - - [2025-04-28 02:08:47] "POST /neutron/network HTTP/1.1" 200 849 0.006186 10.0.0.19 - - [2025-04-28 02:08:47] "GET /projects?obj_uuids=f8602942-2fdd-4120-9e9c-459939e92a5c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001196 10.0.0.19 - - [2025-04-28 02:08:47] "POST /neutron/port HTTP/1.1" 200 1055 0.193696 10.0.0.19 - - [2025-04-28 02:08:47] "POST /neutron/port HTTP/1.1" 200 1055 0.008429 10.0.0.19 - - [2025-04-28 02:08:47] "POST /neutron/port HTTP/1.1" 200 1055 0.007421 10.0.0.19 - - [2025-04-28 02:08:47] "POST /neutron/port HTTP/1.1" 200 1109 0.044645 10.0.0.19 - - [2025-04-28 02:08:47] "POST /neutron/port HTTP/1.1" 200 1083 0.013115 10.0.0.19 - - [2025-04-28 02:08:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003367 10.0.0.19 - - [2025-04-28 02:08:47] "POST /neutron/subnet HTTP/1.1" 200 675 0.010549 10.0.0.19 - - [2025-04-28 02:08:47] "POST /neutron/port HTTP/1.1" 200 117 0.001125 10.0.0.19 - - [2025-04-28 02:08:47] "POST /neutron/network HTTP/1.1" 200 839 0.004786 10.0.0.19 - - [2025-04-28 02:08:52] "POST /neutron/port HTTP/1.1" 200 1083 0.013714 10.0.0.19 - - [2025-04-28 02:08:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006358 10.0.0.19 - - [2025-04-28 02:08:52] "POST /neutron/port HTTP/1.1" 200 1083 0.013480 10.0.0.19 - - [2025-04-28 02:08:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005053 10.0.0.19 - - [2025-04-28 02:08:52] "POST /neutron/port HTTP/1.1" 200 1083 0.014853 10.0.0.19 - - [2025-04-28 02:08:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005481 10.0.0.19 - - [2025-04-28 02:08:52] "GET /virtual-machine/736fd483-d706-4172-8cc0-d37f050f5b9a HTTP/1.1" 401 292 0.000400 10.0.0.19 - - [2025-04-28 02:08:52] "GET /virtual-machine/736fd483-d706-4172-8cc0-d37f050f5b9a HTTP/1.1" 200 1292 0.023511 10.0.0.19 - - [2025-04-28 02:08:52] "GET /virtual-machine-interface/aa0315af-3f8f-4a13-8d81-a47ba7ec26eb HTTP/1.1" 200 2971 0.004532 10.0.0.19 - - [2025-04-28 02:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002765 10.0.0.19 - - [2025-04-28 02:08:52] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.003219 10.0.0.19 - - [2025-04-28 02:08:52] "GET /virtual-networks?parent_id=f8602942-2fdd-4120-9e9c-459939e92a5c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002912 10.0.0.19 - - [2025-04-28 02:08:53] "GET /virtual-network/82a47abb-d2f0-42ea-8bd3-1b231916268a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005167 10.0.0.19 - - [2025-04-28 02:08:55] "POST /neutron/port HTTP/1.1" 200 1083 0.015146 10.0.0.19 - - [2025-04-28 02:08:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005095 10.0.0.19 - - [2025-04-28 02:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.19 - - [2025-04-28 02:08:56] "GET /virtual-network/82a47abb-d2f0-42ea-8bd3-1b231916268a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004746 10.0.0.19 - - [2025-04-28 02:08:57] "DELETE /project/9914a07fe46348e68817d27c61c50625 HTTP/1.1" 404 173 0.048578 10.0.0.19 - - [2025-04-28 02:08:57] "DELETE /project/f86029422fdd41209e9c459939e92a5c HTTP/1.1" 404 173 0.064909 10.0.0.19 - - [2025-04-28 02:08:57] "GET /projects?obj_uuids=9914a07f-e463-48e6-8817-d27c61c50625&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001539 10.0.0.19 - - [2025-04-28 02:08:57] "GET /projects?obj_uuids=ffb5fdb3-5e14-4299-acfe-bdcc999e6aa3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002849 10.0.0.19 - - [2025-04-28 02:08:57] "GET /project/9914a07f-e463-48e6-8817-d27c61c50625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.086366 10.0.0.19 - - [2025-04-28 02:08:57] "GET /projects?obj_uuids=9914a07f-e463-48e6-8817-d27c61c50625&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000995 10.0.0.19 - - [2025-04-28 02:08:57] "GET /project/9914a07f-e463-48e6-8817-d27c61c50625?fields=security_groups HTTP/1.1" 200 1366 0.021704 10.0.0.19 - - [2025-04-28 02:08:57] "GET /project/ffb5fdb3-5e14-4299-acfe-bdcc999e6aa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.094088 10.0.0.19 - - [2025-04-28 02:08:57] "GET /projects?obj_uuids=ffb5fdb3-5e14-4299-acfe-bdcc999e6aa3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001142 10.0.0.19 - - [2025-04-28 02:08:57] "DELETE /security-group/11ea7468-e2b9-4579-a918-3247ab6760f3 HTTP/1.1" 200 115 0.047456 10.0.0.19 - - [2025-04-28 02:08:57] "GET /projects?obj_uuids=9914a07f-e463-48e6-8817-d27c61c50625&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001065 10.0.0.19 - - [2025-04-28 02:08:57] "GET /project/ffb5fdb3-5e14-4299-acfe-bdcc999e6aa3?fields=security_groups HTTP/1.1" 200 1367 0.088528 10.0.0.19 - - [2025-04-28 02:08:57] "DELETE /access-control-list/d0928db2-58e8-4bac-a44a-4664bd9ac27f HTTP/1.1" 200 115 0.056869 10.0.0.19 - - [2025-04-28 02:08:57] "DELETE /access-control-list/95f15a7d-7be0-4935-a86e-f66d2daa41a9 HTTP/1.1" 200 115 0.019321 10.0.0.19 - - [2025-04-28 02:08:57] "GET /project/9914a07f-e463-48e6-8817-d27c61c50625?fields=application_policy_sets HTTP/1.1" 200 1405 0.072757 10.0.0.19 - - [2025-04-28 02:08:57] "DELETE /security-group/e6958438-b737-4000-92ab-f028dd9616d5 HTTP/1.1" 200 115 0.034900 10.0.0.19 - - [2025-04-28 02:08:57] "GET /projects?obj_uuids=ffb5fdb3-5e14-4299-acfe-bdcc999e6aa3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000981 10.0.0.19 - - [2025-04-28 02:08:57] "DELETE /access-control-list/2d946c35-de65-4265-9d78-b66f099b958a HTTP/1.1" 200 115 0.022261 10.0.0.19 - - [2025-04-28 02:08:58] "GET /project/ffb5fdb3-5e14-4299-acfe-bdcc999e6aa3?fields=application_policy_sets HTTP/1.1" 200 1406 0.033480 10.0.0.19 - - [2025-04-28 02:08:58] "DELETE /access-control-list/f619fa50-a2ce-4026-8187-a2198a06f2ca HTTP/1.1" 200 115 0.032037 10.0.0.19 - - [2025-04-28 02:08:58] "DELETE /project/9914a07f-e463-48e6-8817-d27c61c50625 HTTP/1.1" 200 115 0.453209 10.0.0.19 - - [2025-04-28 02:08:58] "DELETE /project/ffb5fdb3-5e14-4299-acfe-bdcc999e6aa3 HTTP/1.1" 200 115 0.497622 10.0.0.19 - - [2025-04-28 02:08:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.19 - - [2025-04-28 02:08:58] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.003288 10.0.0.19 - - [2025-04-28 02:08:58] "GET /virtual-networks?parent_id=f8602942-2fdd-4120-9e9c-459939e92a5c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003133 10.0.0.19 - - [2025-04-28 02:08:58] "GET /virtual-network/82a47abb-d2f0-42ea-8bd3-1b231916268a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005228 10.0.0.19 - - [2025-04-28 02:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.19 - - [2025-04-28 02:09:00] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.004913 10.0.0.19 - - [2025-04-28 02:09:00] "PUT /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d HTTP/1.1" 200 276 0.008686 10.0.0.19 - - [2025-04-28 02:09:00] "POST /neutron/network HTTP/1.1" 200 839 0.016120 10.0.0.19 - - [2025-04-28 02:09:00] "POST /neutron/network HTTP/1.1" 400 204 0.011255 10.0.0.19 - - [2025-04-28 02:09:00] "POST /neutron/port HTTP/1.1" 200 1083 0.013925 10.0.0.19 - - [2025-04-28 02:09:00] "POST /neutron/port HTTP/1.1" 200 1109 0.008015 10.0.0.19 - - [2025-04-28 02:09:01] "POST /neutron/port HTTP/1.1" 200 151 0.090706 10.0.0.19 - - [2025-04-28 02:09:02] "POST /neutron/network HTTP/1.1" 200 839 0.006894 10.0.0.19 - - [2025-04-28 02:09:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003014 10.0.0.19 - - [2025-04-28 02:09:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004076 10.0.0.19 - - [2025-04-28 02:09:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003452 10.0.0.19 - - [2025-04-28 02:09:02] "POST /neutron/network HTTP/1.1" 200 151 0.077192 10.0.0.19 - - [2025-04-28 02:09:02] "DELETE /route-target/d32f1cbb-c35d-4cf5-bf2e-71a9c882d5a1 HTTP/1.1" 200 115 0.017000 10.0.0.19 - - [2025-04-28 02:09:03] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.003101 10.0.0.19 - - [2025-04-28 02:09:03] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d HTTP/1.1" 200 1827 0.003241 10.0.0.19 - - [2025-04-28 02:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.19 - - [2025-04-28 02:09:03] "GET /projects?obj_uuids=f8602942-2fdd-4120-9e9c-459939e92a5c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001227 10.0.0.19 - - [2025-04-28 02:09:03] "GET /project/f8602942-2fdd-4120-9e9c-459939e92a5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.026528 10.0.0.19 - - [2025-04-28 02:09:03] "POST /neutron/network HTTP/1.1" 200 117 0.007751 10.0.0.19 - - [2025-04-28 02:09:03] "GET /projects?obj_uuids=f8602942-2fdd-4120-9e9c-459939e92a5c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001249 10.0.0.19 - - [2025-04-28 02:09:03] "POST /neutron/network HTTP/1.1" 200 605 0.073230 10.0.0.19 - - [2025-04-28 02:09:03] "POST /route-targets HTTP/1.1" 200 327 0.014503 10.0.0.19 - - [2025-04-28 02:09:03] "POST /ref-update HTTP/1.1" 200 156 0.011035 10.0.0.19 - - [2025-04-28 02:09:03] "GET /obj-perms HTTP/1.1" 200 5056 0.059435 10.0.0.19 - - [2025-04-28 02:09:03] "POST /useragent-kv HTTP/1.1" 200 115 0.006236 10.0.0.19 - - [2025-04-28 02:09:03] "POST /neutron/subnet HTTP/1.1" 200 729 0.186381 10.0.0.19 - - [2025-04-28 02:09:03] "POST /neutron/network HTTP/1.1" 200 825 0.007443 10.0.0.19 - - [2025-04-28 02:09:03] "POST /id-to-fqname HTTP/1.1" 200 220 0.003874 10.0.0.19 - - [2025-04-28 02:09:03] "GET /virtual-network/b1fbcb20-72d7-4df9-afaa-c3894d4318aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005308 10.0.0.19 - - [2025-04-28 02:09:03] "POST /neutron/network HTTP/1.1" 200 825 0.005230 10.0.0.19 - - [2025-04-28 02:09:03] "GET /virtual-network/b1fbcb20-72d7-4df9-afaa-c3894d4318aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004367 10.0.0.19 - - [2025-04-28 02:09:03] "POST /neutron/network HTTP/1.1" 200 825 0.005222 10.0.0.19 - - [2025-04-28 02:09:03] "POST /neutron/subnet HTTP/1.1" 200 729 0.006504 10.0.0.19 - - [2025-04-28 02:09:03] "POST /id-to-fqname HTTP/1.1" 200 220 0.001084 10.0.0.19 - - [2025-04-28 02:09:03] "GET /obj-perms HTTP/1.1" 200 5056 0.046494 10.0.0.19 - - [2025-04-28 02:09:03] "POST /neutron/network HTTP/1.1" 200 835 0.005512 10.0.0.19 - - [2025-04-28 02:09:03] "GET /aaa-mode HTTP/1.1" 401 292 0.000379 10.0.0.19 - - [2025-04-28 02:09:04] "GET / HTTP/1.1" 200 35931 0.002135 10.0.0.19 - - [2025-04-28 02:09:04] "GET /project/f8602942-2fdd-4120-9e9c-459939e92a5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000399 10.0.0.19 - - [2025-04-28 02:09:04] "GET /projects?obj_uuids=f8602942-2fdd-4120-9e9c-459939e92a5c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001089 10.0.0.19 - - [2025-04-28 02:09:04] "GET /project/f8602942-2fdd-4120-9e9c-459939e92a5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.044710 10.0.0.19 - - [2025-04-28 02:09:04] "POST /neutron/network HTTP/1.1" 200 825 0.026244 10.0.0.19 - - [2025-04-28 02:09:04] "POST /neutron/port HTTP/1.1" 200 117 0.004814 10.0.0.19 - - [2025-04-28 02:09:04] "POST /neutron/port HTTP/1.1" 200 117 0.004250 10.0.0.19 - - [2025-04-28 02:09:04] "POST /neutron/port HTTP/1.1" 200 117 0.005450 10.0.0.19 - - [2025-04-28 02:09:05] "POST /neutron/network HTTP/1.1" 200 835 0.005522 10.0.0.19 - - [2025-04-28 02:09:05] "GET /projects?obj_uuids=f8602942-2fdd-4120-9e9c-459939e92a5c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001029 10.0.0.19 - - [2025-04-28 02:09:05] "POST /neutron/port HTTP/1.1" 200 1061 0.187920 10.0.0.19 - - [2025-04-28 02:09:05] "POST /neutron/port HTTP/1.1" 200 1061 0.029197 10.0.0.19 - - [2025-04-28 02:09:05] "POST /neutron/port HTTP/1.1" 200 1061 0.007165 10.0.0.19 - - [2025-04-28 02:09:05] "POST /neutron/port HTTP/1.1" 200 1115 0.050080 10.0.0.19 - - [2025-04-28 02:09:05] "POST /neutron/port HTTP/1.1" 200 1089 0.014020 10.0.0.19 - - [2025-04-28 02:09:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002805 10.0.0.19 - - [2025-04-28 02:09:05] "POST /neutron/subnet HTTP/1.1" 200 703 0.008955 10.0.0.19 - - [2025-04-28 02:09:05] "POST /neutron/port HTTP/1.1" 200 117 0.001132 10.0.0.19 - - [2025-04-28 02:09:05] "POST /neutron/network HTTP/1.1" 200 825 0.005027 10.0.0.19 - - [2025-04-28 02:09:08] "GET /global-system-configs HTTP/1.1" 200 322 0.028972 10.0.0.19 - - [2025-04-28 02:09:08] "GET /obj-perms HTTP/1.1" 200 5056 0.065476 10.0.0.19 - - [2025-04-28 02:09:09] "GET /global-system-configs HTTP/1.1" 200 322 0.028640 10.0.0.19 - - [2025-04-28 02:09:09] "GET /obj-perms HTTP/1.1" 200 5056 0.058804 10.0.0.19 - - [2025-04-28 02:09:09] "POST /neutron/port HTTP/1.1" 200 1089 0.013774 10.0.0.19 - - [2025-04-28 02:09:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005781 10.0.0.19 - - [2025-04-28 02:09:09] "POST /neutron/port HTTP/1.1" 200 1089 0.013834 10.0.0.19 - - [2025-04-28 02:09:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005497 10.0.0.19 - - [2025-04-28 02:09:10] "POST /neutron/port HTTP/1.1" 200 1089 0.014246 10.0.0.19 - - [2025-04-28 02:09:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005502 10.0.0.19 - - [2025-04-28 02:09:10] "GET /virtual-machine/ae5a1be6-458b-44ac-9d8a-0d63d075fa72 HTTP/1.1" 200 1293 0.004361 10.0.0.19 - - [2025-04-28 02:09:10] "GET /virtual-machine-interface/40f175ea-c07e-4a82-9736-8108d79466d1 HTTP/1.1" 200 2940 0.004386 10.0.0.19 - - [2025-04-28 02:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002409 10.0.0.19 - - [2025-04-28 02:09:10] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002671 10.0.0.19 - - [2025-04-28 02:09:10] "GET /virtual-networks?parent_id=f8602942-2fdd-4120-9e9c-459939e92a5c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002834 10.0.0.19 - - [2025-04-28 02:09:10] "GET /virtual-network/b1fbcb20-72d7-4df9-afaa-c3894d4318aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005139 10.0.0.19 - - [2025-04-28 02:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.19 - - [2025-04-28 02:09:13] "GET /virtual-network/b1fbcb20-72d7-4df9-afaa-c3894d4318aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007173 10.0.0.19 - - [2025-04-28 02:09:13] "POST /neutron/port HTTP/1.1" 200 1089 0.014591 10.0.0.19 - - [2025-04-28 02:09:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011193 10.0.0.19 - - [2025-04-28 02:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.19 - - [2025-04-28 02:09:15] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002947 10.0.0.19 - - [2025-04-28 02:09:15] "GET /virtual-networks?parent_id=f8602942-2fdd-4120-9e9c-459939e92a5c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003352 10.0.0.19 - - [2025-04-28 02:09:15] "GET /virtual-network/b1fbcb20-72d7-4df9-afaa-c3894d4318aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005128 10.0.0.19 - - [2025-04-28 02:09:17] "POST /neutron/network HTTP/1.1" 200 825 0.006190 10.0.0.19 - - [2025-04-28 02:09:17] "POST /neutron/network HTTP/1.1" 400 204 0.009628 10.0.0.19 - - [2025-04-28 02:09:17] "POST /neutron/port HTTP/1.1" 200 1089 0.013316 10.0.0.19 - - [2025-04-28 02:09:17] "POST /neutron/port HTTP/1.1" 200 1115 0.008296 10.0.0.19 - - [2025-04-28 02:09:18] "POST /neutron/port HTTP/1.1" 200 151 0.081916 10.0.0.19 - - [2025-04-28 02:09:19] "POST /neutron/network HTTP/1.1" 200 825 0.006310 10.0.0.19 - - [2025-04-28 02:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004646 10.0.0.19 - - [2025-04-28 02:09:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002846 10.0.0.19 - - [2025-04-28 02:09:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002559 10.0.0.19 - - [2025-04-28 02:09:19] "POST /neutron/network HTTP/1.1" 200 151 0.078467 10.0.0.19 - - [2025-04-28 02:09:19] "DELETE /route-target/f4e112c3-4681-4fb0-9958-89f80f6317c6 HTTP/1.1" 200 115 0.016750 10.0.0.19 - - [2025-04-28 02:09:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.003032 10.0.0.19 - - [2025-04-28 02:09:20] "POST /network-ipams HTTP/1.1" 200 541 0.014806 10.0.0.19 - - [2025-04-28 02:09:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.002954 10.0.0.19 - - [2025-04-28 02:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.19 - - [2025-04-28 02:09:20] "GET /network-ipam/957a7c08-4e62-45b6-bb1b-6232ae5cc39f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.004692 10.0.0.19 - - [2025-04-28 02:09:20] "PUT /network-ipam/957a7c08-4e62-45b6-bb1b-6232ae5cc39f HTTP/1.1" 200 258 0.009398 10.0.0.19 - - [2025-04-28 02:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002828 10.0.0.19 - - [2025-04-28 02:09:20] "GET /projects?obj_uuids=f8602942-2fdd-4120-9e9c-459939e92a5c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001156 10.0.0.19 - - [2025-04-28 02:09:20] "GET /project/f8602942-2fdd-4120-9e9c-459939e92a5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.022360 10.0.0.19 - - [2025-04-28 02:09:20] "POST /neutron/network HTTP/1.1" 200 117 0.007772 10.0.0.19 - - [2025-04-28 02:09:20] "GET /projects?obj_uuids=f8602942-2fdd-4120-9e9c-459939e92a5c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001603 10.0.0.19 - - [2025-04-28 02:09:20] "POST /neutron/network HTTP/1.1" 200 605 0.067797 10.0.0.19 - - [2025-04-28 02:09:20] "POST /route-targets HTTP/1.1" 200 327 0.009167 10.0.0.19 - - [2025-04-28 02:09:20] "POST /ref-update HTTP/1.1" 200 156 0.012058 10.0.0.19 - - [2025-04-28 02:09:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002014 10.0.0.19 - - [2025-04-28 02:09:20] "POST /neutron/subnet HTTP/1.1" 200 699 0.164627 10.0.0.19 - - [2025-04-28 02:09:20] "POST /useragent-kv HTTP/1.1" 200 115 0.005624 10.0.0.19 - - [2025-04-28 02:09:20] "POST /neutron/subnet HTTP/1.1" 200 699 0.125452 10.0.0.19 - - [2025-04-28 02:09:20] "POST /neutron/network HTTP/1.1" 200 994 0.006346 10.0.0.19 - - [2025-04-28 02:09:20] "POST /id-to-fqname HTTP/1.1" 200 220 0.001094 10.0.0.19 - - [2025-04-28 02:09:20] "GET /virtual-network/6e20711e-f39e-4bf3-96bc-822f08022dec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.004325 10.0.0.19 - - [2025-04-28 02:09:21] "POST /neutron/network HTTP/1.1" 200 994 0.009826 10.0.0.19 - - [2025-04-28 02:09:21] "GET /virtual-network/6e20711e-f39e-4bf3-96bc-822f08022dec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.004424 10.0.0.19 - - [2025-04-28 02:09:21] "POST /neutron/network HTTP/1.1" 200 994 0.006482 10.0.0.19 - - [2025-04-28 02:09:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.008158 10.0.0.19 - - [2025-04-28 02:09:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.006563 10.0.0.19 - - [2025-04-28 02:09:21] "POST /neutron/network HTTP/1.1" 200 994 0.006280 10.0.0.19 - - [2025-04-28 02:09:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.005934 10.0.0.19 - - [2025-04-28 02:09:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.006160 10.0.0.19 - - [2025-04-28 02:09:21] "GET /projects?obj_uuids=f8602942-2fdd-4120-9e9c-459939e92a5c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001039 10.0.0.19 - - [2025-04-28 02:09:21] "POST /neutron/port HTTP/1.1" 200 1017 0.158352 10.0.0.19 - - [2025-04-28 02:09:21] "GET /projects?obj_uuids=f8602942-2fdd-4120-9e9c-459939e92a5c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001137 10.0.0.19 - - [2025-04-28 02:09:21] "POST /neutron/port HTTP/1.1" 200 1017 0.140060 10.0.0.19 - - [2025-04-28 02:09:21] "POST /id-to-fqname HTTP/1.1" 200 220 0.001328 10.0.0.19 - - [2025-04-28 02:09:21] "POST /neutron/port HTTP/1.1" 200 1017 0.007932 10.0.0.19 - - [2025-04-28 02:09:21] "POST /neutron/port HTTP/1.1" 200 1017 0.008436 10.0.0.19 - - [2025-04-28 02:09:21] "POST /neutron/network HTTP/1.1" 200 994 0.006422 10.0.0.19 - - [2025-04-28 02:09:21] "POST /neutron/port HTTP/1.1" 200 1017 0.006510 10.0.0.19 - - [2025-04-28 02:09:21] "POST /neutron/port HTTP/1.1" 200 117 0.005457 10.0.0.19 - - [2025-04-28 02:09:21] "POST /neutron/port HTTP/1.1" 200 117 0.005135 10.0.0.19 - - [2025-04-28 02:09:21] "POST /id-to-fqname HTTP/1.1" 200 220 0.001695 10.0.0.19 - - [2025-04-28 02:09:21] "POST /neutron/port HTTP/1.1" 200 117 0.005190 10.0.0.19 - - [2025-04-28 02:09:21] "POST /neutron/port HTTP/1.1" 200 1017 0.007107 10.0.0.19 - - [2025-04-28 02:09:21] "POST /neutron/port HTTP/1.1" 200 1017 0.005799 10.0.0.19 - - [2025-04-28 02:09:22] "POST /neutron/network HTTP/1.1" 200 994 0.005481 10.0.0.19 - - [2025-04-28 02:09:22] "POST /neutron/port HTTP/1.1" 200 1017 0.005807 10.0.0.19 - - [2025-04-28 02:09:22] "POST /neutron/port HTTP/1.1" 200 1017 0.007432 10.0.0.19 - - [2025-04-28 02:09:22] "POST /neutron/port HTTP/1.1" 200 1017 0.006330 10.0.0.19 - - [2025-04-28 02:09:22] "POST /neutron/port HTTP/1.1" 200 117 0.005173 10.0.0.19 - - [2025-04-28 02:09:22] "POST /neutron/port HTTP/1.1" 200 117 0.004607 10.0.0.19 - - [2025-04-28 02:09:22] "POST /id-to-fqname HTTP/1.1" 200 220 0.001187 10.0.0.19 - - [2025-04-28 02:09:22] "POST /neutron/port HTTP/1.1" 200 117 0.005710 10.0.0.19 - - [2025-04-28 02:09:22] "POST /neutron/network HTTP/1.1" 200 1004 0.007224 10.0.0.19 - - [2025-04-28 02:09:22] "GET /aaa-mode HTTP/1.1" 401 292 0.000446 10.0.0.19 - - [2025-04-28 02:09:22] "POST /neutron/port HTTP/1.1" 200 1017 0.008078 10.0.0.19 - - [2025-04-28 02:09:22] "POST /neutron/network HTTP/1.1" 200 1004 0.006102 10.0.0.19 - - [2025-04-28 02:09:22] "POST /neutron/port HTTP/1.1" 200 1017 0.006184 10.0.0.19 - - [2025-04-28 02:09:22] "POST /neutron/port HTTP/1.1" 200 1017 0.005886 10.0.0.19 - - [2025-04-28 02:09:22] "GET / HTTP/1.1" 200 35931 0.001409 10.0.0.19 - - [2025-04-28 02:09:22] "GET /project/f8602942-2fdd-4120-9e9c-459939e92a5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000358 10.0.0.19 - - [2025-04-28 02:09:22] "POST /neutron/port HTTP/1.1" 200 1017 0.014262 10.0.0.19 - - [2025-04-28 02:09:22] "POST /neutron/port HTTP/1.1" 200 1109 0.087420 10.0.0.19 - - [2025-04-28 02:09:22] "POST /neutron/network HTTP/1.1" 200 1004 0.007793 10.0.0.19 - - [2025-04-28 02:09:22] "POST /neutron/port HTTP/1.1" 200 1017 0.008486 10.0.0.19 - - [2025-04-28 02:09:22] "POST /neutron/port HTTP/1.1" 200 1017 0.006906 10.0.0.19 - - [2025-04-28 02:09:22] "POST /neutron/port HTTP/1.1" 200 1109 0.080694 10.0.0.19 - - [2025-04-28 02:09:22] "POST /neutron/port HTTP/1.1" 200 1083 0.030172 10.0.0.19 - - [2025-04-28 02:09:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003791 10.0.0.19 - - [2025-04-28 02:09:22] "POST /neutron/port HTTP/1.1" 200 1083 0.017346 10.0.0.19 - - [2025-04-28 02:09:22] "POST /neutron/subnet HTTP/1.1" 200 673 0.014416 10.0.0.19 - - [2025-04-28 02:09:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003559 10.0.0.19 - - [2025-04-28 02:09:22] "POST /neutron/port HTTP/1.1" 200 117 0.001400 10.0.0.19 - - [2025-04-28 02:09:22] "POST /neutron/subnet HTTP/1.1" 200 673 0.016160 10.0.0.19 - - [2025-04-28 02:09:22] "POST /neutron/network HTTP/1.1" 200 994 0.009964 10.0.0.19 - - [2025-04-28 02:09:22] "POST /neutron/port HTTP/1.1" 200 117 0.001024 10.0.0.19 - - [2025-04-28 02:09:22] "GET /projects?obj_uuids=f8602942-2fdd-4120-9e9c-459939e92a5c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001119 10.0.0.19 - - [2025-04-28 02:09:23] "POST /neutron/network HTTP/1.1" 200 994 0.009586 10.0.0.19 - - [2025-04-28 02:09:23] "GET /project/f8602942-2fdd-4120-9e9c-459939e92a5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.058808 10.0.0.19 - - [2025-04-28 02:09:23] "POST /neutron/network HTTP/1.1" 200 994 0.006685 10.0.0.19 - - [2025-04-28 02:09:23] "POST /neutron/port HTTP/1.1" 200 2050 0.025042 10.0.0.19 - - [2025-04-28 02:09:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005781 10.0.0.19 - - [2025-04-28 02:09:23] "POST /neutron/port HTTP/1.1" 200 117 0.006170 10.0.0.19 - - [2025-04-28 02:09:23] "GET /domains HTTP/1.1" 200 280 0.002639 10.0.0.19 - - [2025-04-28 02:09:23] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001627 10.0.0.19 - - [2025-04-28 02:09:23] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003 HTTP/1.1" 200 2573 0.011239 10.0.0.19 - - [2025-04-28 02:09:23] "GET /projects?obj_uuids=f8602942-2fdd-4120-9e9c-459939e92a5c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001322 10.0.0.19 - - [2025-04-28 02:09:23] "GET /project/f8602942-2fdd-4120-9e9c-459939e92a5c HTTP/1.1" 200 2843 0.087579 10.0.0.19 - - [2025-04-28 02:09:23] "GET /network-ipam/957a7c08-4e62-45b6-bb1b-6232ae5cc39f HTTP/1.1" 200 2601 0.007216 10.0.0.19 - - [2025-04-28 02:09:23] "GET /domains HTTP/1.1" 200 280 0.003935 10.0.0.19 - - [2025-04-28 02:09:23] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001041 10.0.0.19 - - [2025-04-28 02:09:23] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003 HTTP/1.1" 200 2573 0.009819 10.0.0.19 - - [2025-04-28 02:09:23] "GET /projects?obj_uuids=f8602942-2fdd-4120-9e9c-459939e92a5c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001131 10.0.0.19 - - [2025-04-28 02:09:23] "GET /project/f8602942-2fdd-4120-9e9c-459939e92a5c HTTP/1.1" 200 2843 0.075952 10.0.0.19 - - [2025-04-28 02:09:23] "GET /virtual-network/6e20711e-f39e-4bf3-96bc-822f08022dec HTTP/1.1" 200 3778 0.005893 10.0.0.19 - - [2025-04-28 02:09:23] "GET /virtual-network/6e20711e-f39e-4bf3-96bc-822f08022dec HTTP/1.1" 200 3778 0.004603 10.0.0.19 - - [2025-04-28 02:09:23] "GET /routing-instance/0b1e4965-777f-495e-8be5-1917a14f079a HTTP/1.1" 200 2379 0.003318 10.0.0.19 - - [2025-04-28 02:09:23] "GET /routing-instance/0b1e4965-777f-495e-8be5-1917a14f079a HTTP/1.1" 200 2379 0.003325 10.0.0.19 - - [2025-04-28 02:09:23] "GET /route-target/cf87a71d-85db-42bf-a4ae-c1314b30df53 HTTP/1.1" 200 1205 0.003654 10.0.0.19 - - [2025-04-28 02:09:23] "GET /virtual-network/6e20711e-f39e-4bf3-96bc-822f08022dec HTTP/1.1" 200 3778 0.004791 10.0.0.19 - - [2025-04-28 02:09:23] "GET /routing-instance/0b1e4965-777f-495e-8be5-1917a14f079a HTTP/1.1" 200 2379 0.004738 10.0.0.19 - - [2025-04-28 02:09:23] "GET /virtual-network/6e20711e-f39e-4bf3-96bc-822f08022dec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005181 10.0.0.19 - - [2025-04-28 02:09:23] "GET /virtual-network/6e20711e-f39e-4bf3-96bc-822f08022dec HTTP/1.1" 200 3778 0.008201 10.0.0.19 - - [2025-04-28 02:09:23] "GET /routing-instance/0b1e4965-777f-495e-8be5-1917a14f079a HTTP/1.1" 200 2379 0.004593 10.0.0.19 - - [2025-04-28 02:09:23] "GET /routing-instance/0b1e4965-777f-495e-8be5-1917a14f079a HTTP/1.1" 200 2379 0.004956 10.0.0.19 - - [2025-04-28 02:09:23] "GET /route-target/cf87a71d-85db-42bf-a4ae-c1314b30df53 HTTP/1.1" 200 1205 0.003927 10.0.0.19 - - [2025-04-28 02:09:23] "POST /neutron/network HTTP/1.1" 200 1004 0.015517 10.0.0.19 - - [2025-04-28 02:09:23] "GET /domains HTTP/1.1" 200 280 0.007113 10.0.0.19 - - [2025-04-28 02:09:23] "GET /projects?obj_uuids=f8602942-2fdd-4120-9e9c-459939e92a5c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001029 10.0.0.19 - - [2025-04-28 02:09:23] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001301 10.0.0.19 - - [2025-04-28 02:09:23] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003 HTTP/1.1" 200 2573 0.052758 10.0.0.19 - - [2025-04-28 02:09:23] "GET /projects?obj_uuids=f8602942-2fdd-4120-9e9c-459939e92a5c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001489 10.0.0.19 - - [2025-04-28 02:09:23] "GET /project/f8602942-2fdd-4120-9e9c-459939e92a5c HTTP/1.1" 200 3087 0.106514 10.0.0.19 - - [2025-04-28 02:09:23] "GET /virtual-network/6e20711e-f39e-4bf3-96bc-822f08022dec HTTP/1.1" 200 4036 0.019321 10.0.0.19 - - [2025-04-28 02:09:23] "POST /neutron/port HTTP/1.1" 200 1055 0.292516 10.0.0.19 - - [2025-04-28 02:09:23] "POST /neutron/port HTTP/1.1" 200 1055 0.011528 10.0.0.19 - - [2025-04-28 02:09:23] "POST /neutron/port HTTP/1.1" 200 1055 0.010028 10.0.0.19 - - [2025-04-28 02:09:24] "POST /neutron/port HTTP/1.1" 200 1109 0.075230 10.0.0.19 - - [2025-04-28 02:09:24] "POST /neutron/port HTTP/1.1" 200 1083 0.018486 10.0.0.19 - - [2025-04-28 02:09:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004855 10.0.0.19 - - [2025-04-28 02:09:24] "POST /neutron/subnet HTTP/1.1" 200 673 0.018897 10.0.0.19 - - [2025-04-28 02:09:24] "POST /neutron/port HTTP/1.1" 200 117 0.003720 10.0.0.19 - - [2025-04-28 02:09:24] "POST /neutron/network HTTP/1.1" 200 994 0.011536 10.0.0.19 - - [2025-04-28 02:09:24] "GET /obj-perms HTTP/1.1" 200 5030 0.048718 10.0.0.19 - - [2025-04-28 02:09:24] "POST /neutron/port HTTP/1.1" 200 1083 0.025412 10.0.0.19 - - [2025-04-28 02:09:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006006 10.0.0.19 - - [2025-04-28 02:09:24] "POST /neutron/port HTTP/1.1" 200 1083 0.016474 10.0.0.19 - - [2025-04-28 02:09:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006205 10.0.0.19 - - [2025-04-28 02:09:24] "POST /neutron/port HTTP/1.1" 200 1083 0.021393 10.0.0.19 - - [2025-04-28 02:09:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009955 10.0.0.19 - - [2025-04-28 02:09:24] "GET /virtual-machine/e6a4ecad-7bd8-47a9-949a-80668eeda688 HTTP/1.1" 200 1289 0.007088 10.0.0.19 - - [2025-04-28 02:09:24] "GET /virtual-machine-interface/fb17d515-6fd7-4917-a51c-a0b3bd98a4bf HTTP/1.1" 200 2941 0.010688 10.0.0.19 - - [2025-04-28 02:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005967 10.0.0.19 - - [2025-04-28 02:09:24] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002964 10.0.0.19 - - [2025-04-28 02:09:24] "GET /virtual-networks?parent_id=f8602942-2fdd-4120-9e9c-459939e92a5c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003010 10.0.0.19 - - [2025-04-28 02:09:24] "GET /virtual-network/6e20711e-f39e-4bf3-96bc-822f08022dec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005401 10.0.0.19 - - [2025-04-28 02:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.19 - - [2025-04-28 02:09:27] "GET /virtual-network/6e20711e-f39e-4bf3-96bc-822f08022dec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005061 10.0.0.19 - - [2025-04-28 02:09:31] "POST /neutron/port HTTP/1.1" 200 1083 0.015146 10.0.0.19 - - [2025-04-28 02:09:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006238 10.0.0.19 - - [2025-04-28 02:09:31] "POST /neutron/port HTTP/1.1" 200 1083 0.019598 10.0.0.19 - - [2025-04-28 02:09:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006796 10.0.0.19 - - [2025-04-28 02:09:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.19 - - [2025-04-28 02:09:32] "GET /virtual-network/6e20711e-f39e-4bf3-96bc-822f08022dec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005433 10.0.0.19 - - [2025-04-28 02:09:32] "POST /neutron/port HTTP/1.1" 200 1083 0.019372 10.0.0.19 - - [2025-04-28 02:09:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005482 10.0.0.19 - - [2025-04-28 02:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.19 - - [2025-04-28 02:09:34] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002811 10.0.0.19 - - [2025-04-28 02:09:34] "GET /virtual-networks?parent_id=f8602942-2fdd-4120-9e9c-459939e92a5c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003329 10.0.0.19 - - [2025-04-28 02:09:34] "GET /virtual-network/6e20711e-f39e-4bf3-96bc-822f08022dec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005388 10.0.0.19 - - [2025-04-28 02:09:34] "POST /neutron/port HTTP/1.1" 200 1083 0.014832 10.0.0.19 - - [2025-04-28 02:09:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006118 10.0.0.19 - - [2025-04-28 02:09:34] "POST /neutron/port HTTP/1.1" 200 1083 0.013907 10.0.0.19 - - [2025-04-28 02:09:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005282 10.0.0.19 - - [2025-04-28 02:09:34] "POST /neutron/port HTTP/1.1" 200 1083 0.014050 10.0.0.19 - - [2025-04-28 02:09:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006818 10.0.0.19 - - [2025-04-28 02:09:34] "GET /virtual-machine/142037ec-b25e-4254-9d5b-0842ed10c261 HTTP/1.1" 200 1288 0.005417 10.0.0.19 - - [2025-04-28 02:09:34] "GET /virtual-machine-interface/83db6150-b87d-462b-a0d4-a1b405b804c2 HTTP/1.1" 200 2940 0.004645 10.0.0.19 - - [2025-04-28 02:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.19 - - [2025-04-28 02:09:34] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002826 10.0.0.19 - - [2025-04-28 02:09:34] "GET /virtual-networks?parent_id=f8602942-2fdd-4120-9e9c-459939e92a5c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003051 10.0.0.19 - - [2025-04-28 02:09:34] "GET /virtual-network/6e20711e-f39e-4bf3-96bc-822f08022dec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005414 10.0.0.19 - - [2025-04-28 02:09:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.19 - - [2025-04-28 02:09:35] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002925 10.0.0.19 - - [2025-04-28 02:09:35] "GET /virtual-networks?parent_id=f8602942-2fdd-4120-9e9c-459939e92a5c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002950 10.0.0.19 - - [2025-04-28 02:09:36] "GET /virtual-network/6e20711e-f39e-4bf3-96bc-822f08022dec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005194 10.0.0.19 - - [2025-04-28 02:09:36] "POST /neutron/port HTTP/1.1" 200 1083 0.013678 10.0.0.19 - - [2025-04-28 02:09:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004834 10.0.0.19 - - [2025-04-28 02:09:36] "POST /neutron/port HTTP/1.1" 200 1083 0.014193 10.0.0.19 - - [2025-04-28 02:09:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005031 10.0.0.19 - - [2025-04-28 02:09:36] "POST /neutron/port HTTP/1.1" 200 1083 0.015650 10.0.0.19 - - [2025-04-28 02:09:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005255 10.0.0.19 - - [2025-04-28 02:09:36] "GET /virtual-machine/65eba81d-6593-454b-a0fa-58ec6692b638 HTTP/1.1" 200 1292 0.003855 10.0.0.19 - - [2025-04-28 02:09:36] "GET /virtual-machine-interface/7dc3b0e9-fec8-4d3f-827b-44b21a6988d8 HTTP/1.1" 200 2939 0.004236 10.0.0.19 - - [2025-04-28 02:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002634 10.0.0.19 - - [2025-04-28 02:09:36] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002685 10.0.0.19 - - [2025-04-28 02:09:36] "GET /virtual-networks?parent_id=f8602942-2fdd-4120-9e9c-459939e92a5c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002876 10.0.0.19 - - [2025-04-28 02:09:36] "GET /virtual-network/6e20711e-f39e-4bf3-96bc-822f08022dec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005354 10.0.0.19 - - [2025-04-28 02:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.19 - - [2025-04-28 02:09:37] "GET /global-vrouter-config/ff561584-4c4b-41c9-9c15-28d32ba1fd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002825 10.0.0.19 - - [2025-04-28 02:09:37] "GET /virtual-networks?parent_id=f8602942-2fdd-4120-9e9c-459939e92a5c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003178 10.0.0.19 - - [2025-04-28 02:09:37] "GET /virtual-network/6e20711e-f39e-4bf3-96bc-822f08022dec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005448 10.0.0.19 - - [2025-04-28 02:09:53] "POST /neutron/port HTTP/1.1" 200 1109 0.010423 10.0.0.19 - - [2025-04-28 02:09:53] "POST /neutron/port HTTP/1.1" 200 1109 0.009612 10.0.0.19 - - [2025-04-28 02:09:53] "POST /neutron/port HTTP/1.1" 200 151 0.101813 10.0.0.19 - - [2025-04-28 02:09:53] "POST /neutron/port HTTP/1.1" 200 1109 0.009255 10.0.0.19 - - [2025-04-28 02:09:53] "POST /neutron/port HTTP/1.1" 200 1109 0.008668 10.0.0.19 - - [2025-04-28 02:09:54] "POST /neutron/port HTTP/1.1" 200 151 0.119305 10.0.0.19 - - [2025-04-28 02:09:54] "POST /neutron/port HTTP/1.1" 200 1083 0.020205 10.0.0.19 - - [2025-04-28 02:09:54] "POST /neutron/network HTTP/1.1" 200 994 0.012044 10.0.0.19 - - [2025-04-28 02:09:54] "POST /neutron/port HTTP/1.1" 200 1109 0.013565 10.0.0.19 - - [2025-04-28 02:09:54] "POST /neutron/network HTTP/1.1" 400 204 0.009315 10.0.0.19 - - [2025-04-28 02:09:54] "POST /neutron/port HTTP/1.1" 200 151 0.084320 10.0.0.19 - - [2025-04-28 02:09:56] "POST /neutron/network HTTP/1.1" 200 994 0.008470 10.0.0.19 - - [2025-04-28 02:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002523 10.0.0.19 - - [2025-04-28 02:09:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002594 10.0.0.19 - - [2025-04-28 02:09:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001848 10.0.0.19 - - [2025-04-28 02:09:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001588 10.0.0.19 - - [2025-04-28 02:09:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001507 10.0.0.19 - - [2025-04-28 02:09:56] "POST /neutron/network HTTP/1.1" 200 151 0.095766 10.0.0.19 - - [2025-04-28 02:09:56] "DELETE /route-target/cf87a71d-85db-42bf-a4ae-c1314b30df53 HTTP/1.1" 200 115 0.024716 10.0.0.19 - - [2025-04-28 02:09:56] "GET /routing-instance/0b1e4965-777f-495e-8be5-1917a14f079a HTTP/1.1" 404 171 0.002040 10.0.0.19 - - [2025-04-28 02:09:56] "GET /domains HTTP/1.1" 200 280 0.002030 10.0.0.19 - - [2025-04-28 02:09:56] "GET /domains?obj_uuids=e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000956 10.0.0.19 - - [2025-04-28 02:09:56] "GET /domain/e9d2aa4c-e783-4f8b-8179-cbfa7b2c2003 HTTP/1.1" 200 2573 0.050464 10.0.0.19 - - [2025-04-28 02:09:56] "GET /projects?obj_uuids=f8602942-2fdd-4120-9e9c-459939e92a5c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001002 10.0.0.19 - - [2025-04-28 02:09:56] "GET /project/f8602942-2fdd-4120-9e9c-459939e92a5c HTTP/1.1" 200 2086 0.068316 10.0.0.19 - - [2025-04-28 02:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.19 - - [2025-04-28 02:09:56] "DELETE /network-ipam/957a7c08-4e62-45b6-bb1b-6232ae5cc39f HTTP/1.1" 200 115 0.021885 10.0.0.19 - - [2025-04-28 02:09:56] "POST /fqname-to-id HTTP/1.1" 404 211 0.002011 10.0.0.19 - - [2025-04-28 02:09:56] "GET /projects?obj_uuids=f8602942-2fdd-4120-9e9c-459939e92a5c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001152 10.0.0.19 - - [2025-04-28 02:09:56] "GET /project/f8602942-2fdd-4120-9e9c-459939e92a5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.048321 10.0.0.19 - - [2025-04-28 02:09:56] "GET /projects?obj_uuids=f8602942-2fdd-4120-9e9c-459939e92a5c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000988 10.0.0.19 - - [2025-04-28 02:09:56] "GET /project/f8602942-2fdd-4120-9e9c-459939e92a5c?fields=virtual_networks HTTP/1.1" 200 1033 0.068643 10.0.0.19 - - [2025-04-28 02:09:56] "GET /projects?obj_uuids=f8602942-2fdd-4120-9e9c-459939e92a5c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001119 10.0.0.19 - - [2025-04-28 02:09:56] "GET /project/f8602942-2fdd-4120-9e9c-459939e92a5c?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.026836 10.0.0.19 - - [2025-04-28 02:09:56] "GET /projects?obj_uuids=f8602942-2fdd-4120-9e9c-459939e92a5c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001059 10.0.0.19 - - [2025-04-28 02:09:56] "GET /project/f8602942-2fdd-4120-9e9c-459939e92a5c?fields=security_groups HTTP/1.1" 200 1259 0.026431 10.0.0.19 - - [2025-04-28 02:09:58] "GET /projects?obj_uuids=f8602942-2fdd-4120-9e9c-459939e92a5c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000997 10.0.0.19 - - [2025-04-28 02:09:58] "GET /project/f8602942-2fdd-4120-9e9c-459939e92a5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.028293 10.0.0.19 - - [2025-04-28 02:09:58] "GET /projects?obj_uuids=f8602942-2fdd-4120-9e9c-459939e92a5c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001206 10.0.0.19 - - [2025-04-28 02:09:58] "GET /project/f8602942-2fdd-4120-9e9c-459939e92a5c?fields=security_groups HTTP/1.1" 200 1364 0.076150 10.0.0.19 - - [2025-04-28 02:09:58] "DELETE /security-group/2fe37cc9-9296-4dd4-af0a-464627d65424 HTTP/1.1" 200 115 0.054619 10.0.0.19 - - [2025-04-28 02:09:58] "GET /projects?obj_uuids=f8602942-2fdd-4120-9e9c-459939e92a5c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001004 10.0.0.19 - - [2025-04-28 02:09:58] "DELETE /access-control-list/c45e5d71-32a4-4b63-ba5a-2caed144355e HTTP/1.1" 200 115 0.038224 10.0.0.19 - - [2025-04-28 02:09:58] "GET /project/f8602942-2fdd-4120-9e9c-459939e92a5c?fields=application_policy_sets HTTP/1.1" 200 1403 0.050917