++ 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 21 02:06:52 UTC 2025 ===================' INFO: =================== Mon Apr 21 02:06:52 UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ awk '{print $2}' +++ head -n 1 +++ grep 'inet ' ++ 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.254 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.254 ++ 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 +++ cut -d ' ' -f 1 +++ 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 ++++ 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.254,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.254,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/21/2025 02:07:01.247 7f54ed6776c8 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 04/21/2025 02:07:01.399 7f54ed6776c8 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 04/21/2025 02:07:01.415 7f54ed6776c8 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 04/21/2025 02:07:01.415 7f54ed6776c8 [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-21 02:07:05] "GET / HTTP/1.1" 503 181 0.000499 10.0.0.19 - - [2025-04-21 02:07:05] "GET / HTTP/1.1" 503 181 0.000202 10.0.0.19 - - [2025-04-21 02:07:06] "GET / HTTP/1.1" 200 45871 0.001517 10.0.0.19 - - [2025-04-21 02:07:06] "GET / HTTP/1.1" 200 45871 0.001236 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-21 02:07:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000763 10.0.0.19 - - [2025-04-21 02:07:06] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000293 10.0.0.19 - - [2025-04-21 02:07:06] "GET / HTTP/1.1" 200 35931 0.001871 10.0.0.19 - - [2025-04-21 02:07:07] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.356295 10.0.0.19 - - [2025-04-21 02:07:07] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002843 10.0.0.19 - - [2025-04-21 02:07:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.696322 10.0.0.19 - - [2025-04-21 02:07:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.009348 10.0.0.19 - - [2025-04-21 02:07:07] "GET / HTTP/1.1" 200 35931 0.001889 10.0.0.19 - - [2025-04-21 02:07:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000567 10.0.0.19 - - [2025-04-21 02:07:07] "GET / HTTP/1.1" 200 35931 0.001468 10.0.0.19 - - [2025-04-21 02:07:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000735 10.0.0.19 - - [2025-04-21 02:07:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000447 10.0.0.19 - - [2025-04-21 02:07:07] "GET / HTTP/1.1" 200 35931 0.002074 10.0.0.19 - - [2025-04-21 02:07:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000656 /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-21 02:07:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.610186 10.0.0.19 - - [2025-04-21 02:07:08] "GET /global-system-config/9ecf9f10-723f-4a46-924d-950617b252f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007058 10.0.0.19 - - [2025-04-21 02:07:08] "POST /fqname-to-id HTTP/1.1" 404 220 0.005268 10.0.0.19 - - [2025-04-21 02:07:08] "POST /config-nodes HTTP/1.1" 200 599 0.026223 10.0.0.19 - - [2025-04-21 02:07:08] "POST /fqname-to-id HTTP/1.1" 404 186 0.628762 10.0.0.19 - - [2025-04-21 02:07:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.19 - - [2025-04-21 02:07:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.385125 10.0.0.19 - - [2025-04-21 02:07:08] "GET /global-system-config/9ecf9f10-723f-4a46-924d-950617b252f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.010344 10.0.0.19 - - [2025-04-21 02:07:08] "GET /network-ipam/df570661-6abf-43af-83fa-3235b858bc5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.009557 10.0.0.19 - - [2025-04-21 02:07:08] "POST /fqname-to-id HTTP/1.1" 404 196 0.093844 10.0.0.19 - - [2025-04-21 02:07:08] "POST /job-templates HTTP/1.1" 200 555 0.069293 10.0.0.19 - - [2025-04-21 02:07:08] "POST /service-appliance-sets HTTP/1.1" 200 553 0.046396 10.0.0.19 - - [2025-04-21 02:07:08] "GET / HTTP/1.1" 200 35931 0.002030 10.0.0.19 - - [2025-04-21 02:07:09] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000489 10.0.0.19 - - [2025-04-21 02:07:09] "POST /fqname-to-id HTTP/1.1" 404 200 0.004359 10.0.0.19 - - [2025-04-21 02:07:09] "POST /fqname-to-id HTTP/1.1" 404 180 0.003955 10.0.0.19 - - [2025-04-21 02:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.19 - - [2025-04-21 02:07:09] "GET /global-system-config/9ecf9f10-723f-4a46-924d-950617b252f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.011196 10.0.0.19 - - [2025-04-21 02:07:09] "POST /job-templates HTTP/1.1" 200 563 0.074995 10.0.0.19 - - [2025-04-21 02:07:09] "POST /fqname-to-id HTTP/1.1" 404 191 0.005698 10.0.0.19 - - [2025-04-21 02:07:09] "POST /service-appliance-sets HTTP/1.1" 200 541 0.027838 10.0.0.19 - - [2025-04-21 02:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002783 10.0.0.19 - - [2025-04-21 02:07:09] "GET /network-ipam/df570661-6abf-43af-83fa-3235b858bc5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.004851 10.0.0.19 - - [2025-04-21 02:07:09] "POST /job-templates HTTP/1.1" 200 545 0.069749 10.0.0.19 - - [2025-04-21 02:07:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.008662 10.0.0.19 - - [2025-04-21 02:07:09] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.027304 10.0.0.19 - - [2025-04-21 02:07:09] "POST /fqname-to-id HTTP/1.1" 404 225 0.006343 10.0.0.19 - - [2025-04-21 02:07:09] "POST /job-templates HTTP/1.1" 200 577 0.074413 10.0.0.19 - - [2025-04-21 02:07:09] "POST /service-templates HTTP/1.1" 200 511 0.050154 10.0.0.19 - - [2025-04-21 02:07:09] "POST /access-control-lists HTTP/1.1" 200 587 0.034181 10.0.0.19 - - [2025-04-21 02:07:09] "POST /service-templates HTTP/1.1" 200 501 0.021727 10.0.0.19 - - [2025-04-21 02:07:09] "POST /fqname-to-id HTTP/1.1" 404 208 0.003895 10.0.0.19 - - [2025-04-21 02:07:09] "POST /fqname-to-id HTTP/1.1" 404 224 0.005046 10.0.0.19 - - [2025-04-21 02:07:09] "POST /service-templates HTTP/1.1" 200 515 0.025139 10.0.0.19 - - [2025-04-21 02:07:09] "POST /job-templates HTTP/1.1" 200 579 0.076539 10.0.0.19 - - [2025-04-21 02:07:09] "POST /access-control-lists HTTP/1.1" 200 585 0.062601 10.0.0.19 - - [2025-04-21 02:07:09] "POST /service-templates HTTP/1.1" 200 535 0.036516 10.0.0.19 - - [2025-04-21 02:07:09] "POST /fqname-to-id HTTP/1.1" 404 210 0.004113 10.0.0.19 - - [2025-04-21 02:07:09] "POST /service-templates HTTP/1.1" 200 507 0.022179 10.0.0.19 - - [2025-04-21 02:07:09] "POST /route-targets HTTP/1.1" 200 327 0.010879 10.0.0.19 - - [2025-04-21 02:07:09] "POST /job-templates HTTP/1.1" 200 583 0.085464 10.0.0.19 - - [2025-04-21 02:07:09] "POST /ref-update HTTP/1.1" 200 156 0.076772 10.0.0.19 - - [2025-04-21 02:07:09] "POST /fqname-to-id HTTP/1.1" 404 198 0.003624 10.0.0.19 - - [2025-04-21 02:07:09] "POST /route-targets HTTP/1.1" 200 327 0.014966 10.0.0.19 - - [2025-04-21 02:07:10] "POST /job-templates HTTP/1.1" 200 559 0.068563 10.0.0.19 - - [2025-04-21 02:07:10] "POST /ref-update HTTP/1.1" 200 156 0.037343 10.0.0.19 - - [2025-04-21 02:07:10] "POST /fqname-to-id HTTP/1.1" 404 203 0.003468 10.0.0.19 - - [2025-04-21 02:07:10] "POST /route-targets HTTP/1.1" 200 327 0.012448 10.0.0.19 - - [2025-04-21 02:07:10] "POST /job-templates HTTP/1.1" 200 569 0.082705 10.0.0.19 - - [2025-04-21 02:07:10] "POST /ref-update HTTP/1.1" 200 156 0.054638 10.0.0.19 - - [2025-04-21 02:07:10] "POST /fqname-to-id HTTP/1.1" 404 196 0.003623 10.0.0.19 - - [2025-04-21 02:07:10] "POST /route-targets HTTP/1.1" 200 327 0.013837 10.0.0.19 - - [2025-04-21 02:07:10] "POST /job-templates HTTP/1.1" 200 555 0.069779 10.0.0.19 - - [2025-04-21 02:07:10] "POST /ref-update HTTP/1.1" 200 156 0.055635 10.0.0.19 - - [2025-04-21 02:07:10] "POST /fqname-to-id HTTP/1.1" 404 196 0.003933 10.0.0.19 - - [2025-04-21 02:07:10] "POST /fqname-to-id HTTP/1.1" 404 201 0.003021 10.0.0.19 - - [2025-04-21 02:07:10] "POST /job-templates HTTP/1.1" 200 555 0.075269 10.0.0.19 - - [2025-04-21 02:07:10] "POST /fqname-to-id HTTP/1.1" 404 196 0.003677 10.0.0.19 - - [2025-04-21 02:07:10] "POST /access-control-lists HTTP/1.1" 200 551 0.101745 10.0.0.19 - - [2025-04-21 02:07:10] "PUT /access-control-list/5fb7fd88-cc21-406c-8c3d-8ccfb658961b HTTP/1.1" 200 272 0.055428 10.0.0.19 - - [2025-04-21 02:07:10] "POST /job-templates HTTP/1.1" 200 555 0.070294 10.0.0.19 - - [2025-04-21 02:07:10] "POST /fqname-to-id HTTP/1.1" 404 186 0.004054 10.0.0.19 - - [2025-04-21 02:07:10] "PUT /access-control-list/97cc08ed-e8b4-4f7e-8300-d7f00fcbb10f HTTP/1.1" 200 272 0.009861 10.0.0.19 - - [2025-04-21 02:07:10] "POST /job-templates HTTP/1.1" 200 535 0.081859 10.0.0.19 - - [2025-04-21 02:07:10] "POST /fqname-to-id HTTP/1.1" 404 198 0.003728 10.0.0.19 - - [2025-04-21 02:07:11] "POST /job-templates HTTP/1.1" 200 559 0.089458 10.0.0.19 - - [2025-04-21 02:07:11] "POST /fqname-to-id HTTP/1.1" 404 198 0.003252 10.0.0.19 - - [2025-04-21 02:07:11] "POST /job-templates HTTP/1.1" 200 559 0.065292 10.0.0.19 - - [2025-04-21 02:07:11] "POST /fqname-to-id HTTP/1.1" 404 198 0.003386 10.0.0.19 - - [2025-04-21 02:07:11] "POST /job-templates HTTP/1.1" 200 559 0.065873 10.0.0.19 - - [2025-04-21 02:07:11] "POST /fqname-to-id HTTP/1.1" 404 201 0.003281 10.0.0.19 - - [2025-04-21 02:07:11] "POST /job-templates HTTP/1.1" 200 565 0.067012 10.0.0.19 - - [2025-04-21 02:07:11] "POST /fqname-to-id HTTP/1.1" 404 197 0.004722 10.0.0.19 - - [2025-04-21 02:07:11] "POST /job-templates HTTP/1.1" 200 557 0.068403 10.0.0.19 - - [2025-04-21 02:07:11] "POST /fqname-to-id HTTP/1.1" 404 196 0.003344 10.0.0.19 - - [2025-04-21 02:07:11] "POST /job-templates HTTP/1.1" 200 555 0.068079 10.0.0.19 - - [2025-04-21 02:07:11] "POST /fqname-to-id HTTP/1.1" 404 205 0.003242 10.0.0.19 - - [2025-04-21 02:07:12] "POST /job-templates HTTP/1.1" 200 573 0.062364 10.0.0.19 - - [2025-04-21 02:07:12] "POST /fqname-to-id HTTP/1.1" 404 194 0.003423 10.0.0.19 - - [2025-04-21 02:07:12] "POST /job-templates HTTP/1.1" 200 551 0.085766 10.0.0.19 - - [2025-04-21 02:07:12] "POST /fqname-to-id HTTP/1.1" 404 208 0.010547 10.0.0.19 - - [2025-04-21 02:07:12] "POST /job-templates HTTP/1.1" 200 579 0.079244 10.0.0.19 - - [2025-04-21 02:07:12] "POST /fqname-to-id HTTP/1.1" 404 196 0.003622 10.0.0.19 - - [2025-04-21 02:07:12] "POST /job-templates HTTP/1.1" 200 555 0.066438 10.0.0.19 - - [2025-04-21 02:07:12] "POST /fqname-to-id HTTP/1.1" 404 198 0.003302 10.0.0.19 - - [2025-04-21 02:07:12] "POST /job-templates HTTP/1.1" 200 559 0.065323 10.0.0.19 - - [2025-04-21 02:07:12] "POST /fqname-to-id HTTP/1.1" 404 206 0.004148 10.0.0.19 - - [2025-04-21 02:07:12] "POST /job-templates HTTP/1.1" 200 575 0.067356 10.0.0.19 - - [2025-04-21 02:07:12] "POST /fqname-to-id HTTP/1.1" 404 197 0.003495 10.0.0.19 - - [2025-04-21 02:07:13] "POST /job-templates HTTP/1.1" 200 557 0.081799 10.0.0.19 - - [2025-04-21 02:07:13] "POST /fqname-to-id HTTP/1.1" 404 198 0.003851 10.0.0.19 - - [2025-04-21 02:07:13] "POST /job-templates HTTP/1.1" 200 559 0.071798 10.0.0.19 - - [2025-04-21 02:07:13] "POST /fqname-to-id HTTP/1.1" 404 196 0.003772 10.0.0.19 - - [2025-04-21 02:07:13] "POST /job-templates HTTP/1.1" 200 555 0.077136 10.0.0.19 - - [2025-04-21 02:07:13] "GET / HTTP/1.1" 200 35931 0.001885 10.0.0.19 - - [2025-04-21 02:07:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000420 10.0.0.19 - - [2025-04-21 02:07:13] "POST /fqname-to-id HTTP/1.1" 404 195 0.003358 10.0.0.19 - - [2025-04-21 02:07:13] "POST /job-templates HTTP/1.1" 200 553 0.065527 10.0.0.19 - - [2025-04-21 02:07:13] "POST /fqname-to-id HTTP/1.1" 404 195 0.004135 10.0.0.19 - - [2025-04-21 02:07:13] "POST /job-templates HTTP/1.1" 200 553 0.069664 10.0.0.19 - - [2025-04-21 02:07:13] "POST /fqname-to-id HTTP/1.1" 404 195 0.021319 10.0.0.19 - - [2025-04-21 02:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.028822 10.0.0.19 - - [2025-04-21 02:07:13] "GET /global-system-config/9ecf9f10-723f-4a46-924d-950617b252f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007324 10.0.0.19 - - [2025-04-21 02:07:13] "POST /fqname-to-id HTTP/1.1" 404 220 0.004745 10.0.0.19 - - [2025-04-21 02:07:13] "POST /job-templates HTTP/1.1" 200 553 0.070174 10.0.0.19 - - [2025-04-21 02:07:13] "POST /config-database-nodes HTTP/1.1" 200 617 0.019190 10.0.0.19 - - [2025-04-21 02:07:13] "POST /fqname-to-id HTTP/1.1" 404 200 0.003543 10.0.0.19 - - [2025-04-21 02:07:14] "POST /job-templates HTTP/1.1" 200 563 0.061484 10.0.0.19 - - [2025-04-21 02:07:14] "POST /fqname-to-id HTTP/1.1" 404 201 0.003781 10.0.0.19 - - [2025-04-21 02:07:14] "POST /job-templates HTTP/1.1" 200 565 0.069011 10.0.0.19 - - [2025-04-21 02:07:14] "POST /fqname-to-id HTTP/1.1" 404 189 0.004564 10.0.0.19 - - [2025-04-21 02:07:14] "POST /config-propertiess HTTP/1.1" 200 551 0.025776 10.0.0.19 - - [2025-04-21 02:07:14] "POST /fqname-to-id HTTP/1.1" 404 168 0.004853 10.0.0.19 - - [2025-04-21 02:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.19 - - [2025-04-21 02:07:14] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1162 0.003981 10.0.0.19 - - [2025-04-21 02:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005645 10.0.0.19 - - [2025-04-21 02:07:14] "POST /tags HTTP/1.1" 200 321 0.057224 10.0.0.19 - - [2025-04-21 02:07:14] "PUT /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408 HTTP/1.1" 200 276 0.009892 10.0.0.19 - - [2025-04-21 02:07:14] "POST /fqname-to-id HTTP/1.1" 404 166 0.003328 10.0.0.19 - - [2025-04-21 02:07:14] "POST /tags HTTP/1.1" 200 317 0.025888 10.0.0.19 - - [2025-04-21 02:07:14] "POST /fqname-to-id HTTP/1.1" 404 174 0.003139 10.0.0.19 - - [2025-04-21 02:07:14] "POST /tags HTTP/1.1" 200 333 0.032260 10.0.0.19 - - [2025-04-21 02:07:14] "POST /fqname-to-id HTTP/1.1" 404 162 0.004515 10.0.0.19 - - [2025-04-21 02:07:14] "POST /tags HTTP/1.1" 200 309 0.025611 10.0.0.19 - - [2025-04-21 02:07:14] "GET / HTTP/1.1" 200 35931 0.001916 10.0.0.19 - - [2025-04-21 02:07:14] "POST /alarms HTTP/1.1" 401 292 0.000492 10.0.0.19 - - [2025-04-21 02:07:14] "POST /fqname-to-id HTTP/1.1" 404 174 0.003782 10.0.0.19 - - [2025-04-21 02:07:14] "POST /tags HTTP/1.1" 200 333 0.028974 10.0.0.19 - - [2025-04-21 02:07:15] "POST /fqname-to-id HTTP/1.1" 404 164 0.004926 10.0.0.19 - - [2025-04-21 02:07:15] "POST /tags HTTP/1.1" 200 313 0.028889 10.0.0.19 - - [2025-04-21 02:07:15] "POST /fqname-to-id HTTP/1.1" 404 169 0.003661 10.0.0.19 - - [2025-04-21 02:07:15] "POST /tags HTTP/1.1" 200 323 0.039232 10.0.0.19 - - [2025-04-21 02:07:15] "POST /alarms HTTP/1.1" 200 581 0.050935 10.0.0.19 - - [2025-04-21 02:07:15] "POST /alarms HTTP/1.1" 200 575 0.017637 10.0.0.19 - - [2025-04-21 02:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004644 10.0.0.19 - - [2025-04-21 02:07:15] "PUT /global-system-config/9ecf9f10-723f-4a46-924d-950617b252f0 HTTP/1.1" 200 274 0.015111 10.0.0.19 - - [2025-04-21 02:07:15] "POST /alarms HTTP/1.1" 200 575 0.030397 10.0.0.19 - - [2025-04-21 02:07:15] "POST /fqname-to-id HTTP/1.1" 404 166 0.003361 10.0.0.19 - - [2025-04-21 02:07:15] "POST /alarms HTTP/1.1" 200 559 0.020725 10.0.0.19 - - [2025-04-21 02:07:15] "POST /hardwares HTTP/1.1" 200 327 0.013222 10.0.0.19 - - [2025-04-21 02:07:15] "POST /alarms HTTP/1.1" 200 555 0.020913 10.0.0.19 - - [2025-04-21 02:07:15] "POST /fqname-to-id HTTP/1.1" 404 166 0.003190 10.0.0.19 - - [2025-04-21 02:07:15] "POST /alarms HTTP/1.1" 200 557 0.022511 10.0.0.19 - - [2025-04-21 02:07:15] "POST /hardwares HTTP/1.1" 200 327 0.014935 10.0.0.19 - - [2025-04-21 02:07:15] "POST /fqname-to-id HTTP/1.1" 404 166 0.003107 10.0.0.19 - - [2025-04-21 02:07:15] "POST /alarms HTTP/1.1" 200 565 0.022451 10.0.0.19 - - [2025-04-21 02:07:15] "POST /hardwares HTTP/1.1" 200 327 0.016631 10.0.0.19 - - [2025-04-21 02:07:15] "POST /alarms HTTP/1.1" 200 549 0.023081 10.0.0.19 - - [2025-04-21 02:07:15] "POST /fqname-to-id HTTP/1.1" 404 166 0.003254 10.0.0.19 - - [2025-04-21 02:07:15] "POST /alarms HTTP/1.1" 200 557 0.019095 10.0.0.19 - - [2025-04-21 02:07:15] "POST /hardwares HTTP/1.1" 200 327 0.017167 10.0.0.19 - - [2025-04-21 02:07:15] "POST /alarms HTTP/1.1" 200 567 0.022116 10.0.0.19 - - [2025-04-21 02:07:15] "POST /fqname-to-id HTTP/1.1" 404 164 0.003551 10.0.0.19 - - [2025-04-21 02:07:15] "POST /alarms HTTP/1.1" 200 555 0.027683 10.0.0.19 - - [2025-04-21 02:07:15] "POST /hardwares HTTP/1.1" 200 323 0.018306 10.0.0.19 - - [2025-04-21 02:07:15] "POST /fqname-to-id HTTP/1.1" 404 164 0.003397 10.0.0.19 - - [2025-04-21 02:07:15] "POST /alarms HTTP/1.1" 200 567 0.025887 10.0.0.19 - - [2025-04-21 02:07:15] "POST /hardwares HTTP/1.1" 200 323 0.015183 10.0.0.19 - - [2025-04-21 02:07:16] "POST /fqname-to-id HTTP/1.1" 404 161 0.003449 10.0.0.19 - - [2025-04-21 02:07:16] "POST /alarms HTTP/1.1" 200 575 0.065964 10.0.0.19 - - [2025-04-21 02:07:16] "POST /hardwares HTTP/1.1" 200 317 0.013097 10.0.0.19 - - [2025-04-21 02:07:16] "POST /alarms HTTP/1.1" 200 569 0.024753 10.0.0.19 - - [2025-04-21 02:07:16] "POST /fqname-to-id HTTP/1.1" 404 164 0.002941 10.0.0.19 - - [2025-04-21 02:07:16] "POST /hardwares HTTP/1.1" 200 323 0.010799 10.0.0.19 - - [2025-04-21 02:07:16] "POST /alarms HTTP/1.1" 200 561 0.023847 10.0.0.19 - - [2025-04-21 02:07:16] "POST /fqname-to-id HTTP/1.1" 404 164 0.003977 10.0.0.19 - - [2025-04-21 02:07:16] "POST /alarms HTTP/1.1" 200 561 0.020873 10.0.0.19 - - [2025-04-21 02:07:16] "POST /hardwares HTTP/1.1" 200 323 0.013863 10.0.0.19 - - [2025-04-21 02:07:16] "POST /alarms HTTP/1.1" 200 561 0.019019 10.0.0.19 - - [2025-04-21 02:07:16] "POST /fqname-to-id HTTP/1.1" 404 164 0.003555 10.0.0.19 - - [2025-04-21 02:07:16] "POST /alarms HTTP/1.1" 200 547 0.020343 10.0.0.19 - - [2025-04-21 02:07:16] "POST /hardwares HTTP/1.1" 200 323 0.011764 10.0.0.19 - - [2025-04-21 02:07:16] "POST /alarms HTTP/1.1" 200 595 0.019755 10.0.0.19 - - [2025-04-21 02:07:16] "POST /fqname-to-id HTTP/1.1" 404 165 0.003660 10.0.0.19 - - [2025-04-21 02:07:16] "POST /hardwares HTTP/1.1" 200 325 0.013650 10.0.0.19 - - [2025-04-21 02:07:16] "POST /alarms HTTP/1.1" 200 575 0.028418 10.0.0.19 - - [2025-04-21 02:07:16] "POST /fqname-to-id HTTP/1.1" 404 165 0.006134 10.0.0.19 - - [2025-04-21 02:07:16] "POST /alarms HTTP/1.1" 200 571 0.018563 10.0.0.19 - - [2025-04-21 02:07:16] "POST /hardwares HTTP/1.1" 200 325 0.015222 10.0.0.19 - - [2025-04-21 02:07:16] "POST /alarms HTTP/1.1" 200 583 0.027125 10.0.0.19 - - [2025-04-21 02:07:16] "POST /fqname-to-id HTTP/1.1" 404 165 0.003260 10.0.0.19 - - [2025-04-21 02:07:16] "POST /alarms HTTP/1.1" 200 609 0.021003 10.0.0.19 - - [2025-04-21 02:07:16] "POST /hardwares HTTP/1.1" 200 325 0.012007 10.0.0.19 - - [2025-04-21 02:07:16] "POST /fqname-to-id HTTP/1.1" 404 165 0.003109 10.0.0.19 - - [2025-04-21 02:07:16] "POST /hardwares HTTP/1.1" 200 325 0.011989 10.0.0.19 - - [2025-04-21 02:07:16] "POST /fqname-to-id HTTP/1.1" 404 164 0.003180 10.0.0.19 - - [2025-04-21 02:07:16] "POST /hardwares HTTP/1.1" 200 323 0.014092 10.0.0.19 - - [2025-04-21 02:07:17] "POST /fqname-to-id HTTP/1.1" 404 161 0.003384 10.0.0.19 - - [2025-04-21 02:07:17] "POST /hardwares HTTP/1.1" 200 317 0.012176 10.0.0.19 - - [2025-04-21 02:07:17] "GET / HTTP/1.1" 200 35931 0.001662 10.0.0.19 - - [2025-04-21 02:07:17] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000402 10.0.0.19 - - [2025-04-21 02:07:17] "POST /fqname-to-id HTTP/1.1" 404 164 0.003259 10.0.0.19 - - [2025-04-21 02:07:17] "POST /hardwares HTTP/1.1" 200 323 0.012443 10.0.0.19 - - [2025-04-21 02:07:17] "POST /fqname-to-id HTTP/1.1" 404 161 0.003284 10.0.0.19 - - [2025-04-21 02:07:17] "POST /hardwares HTTP/1.1" 200 317 0.012563 10.0.0.19 - - [2025-04-21 02:07:17] "POST /fqname-to-id HTTP/1.1" 404 164 0.003390 10.0.0.19 - - [2025-04-21 02:07:17] "POST /hardwares HTTP/1.1" 200 323 0.013308 10.0.0.19 - - [2025-04-21 02:07:17] "POST /fqname-to-id HTTP/1.1" 404 162 0.003322 10.0.0.19 - - [2025-04-21 02:07:17] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.025146 10.0.0.19 - - [2025-04-21 02:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.19 - - [2025-04-21 02:07:17] "POST /hardwares HTTP/1.1" 200 319 0.011474 10.0.0.19 - - [2025-04-21 02:07:17] "PUT /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408 HTTP/1.1" 200 276 0.012038 10.0.0.19 - - [2025-04-21 02:07:17] "POST /fqname-to-id HTTP/1.1" 404 162 0.003377 10.0.0.19 - - [2025-04-21 02:07:17] "POST /hardwares HTTP/1.1" 200 319 0.011833 10.0.0.19 - - [2025-04-21 02:07:17] "POST /fqname-to-id HTTP/1.1" 404 165 0.003403 10.0.0.19 - - [2025-04-21 02:07:17] "POST /hardwares HTTP/1.1" 200 325 0.012326 10.0.0.19 - - [2025-04-21 02:07:17] "POST /fqname-to-id HTTP/1.1" 404 161 0.003492 10.0.0.19 - - [2025-04-21 02:07:17] "POST /hardwares HTTP/1.1" 200 317 0.012844 10.0.0.19 - - [2025-04-21 02:07:17] "POST /fqname-to-id HTTP/1.1" 404 161 0.004246 10.0.0.19 - - [2025-04-21 02:07:17] "GET / HTTP/1.1" 200 35931 0.002743 10.0.0.19 - - [2025-04-21 02:07:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000532 10.0.0.19 - - [2025-04-21 02:07:17] "POST /hardwares HTTP/1.1" 200 317 0.016135 10.0.0.19 - - [2025-04-21 02:07:17] "POST /fqname-to-id HTTP/1.1" 404 162 0.003608 10.0.0.19 - - [2025-04-21 02:07:18] "POST /hardwares HTTP/1.1" 200 319 0.012850 10.0.0.19 - - [2025-04-21 02:07:18] "POST /fqname-to-id HTTP/1.1" 404 162 0.003394 10.0.0.19 - - [2025-04-21 02:07:18] "POST /hardwares HTTP/1.1" 200 319 0.022773 10.0.0.19 - - [2025-04-21 02:07:18] "POST /fqname-to-id HTTP/1.1" 404 162 0.003785 10.0.0.19 - - [2025-04-21 02:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.027550 10.0.0.19 - - [2025-04-21 02:07:18] "POST /hardwares HTTP/1.1" 200 319 0.016468 10.0.0.19 - - [2025-04-21 02:07:18] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005176 10.0.0.19 - - [2025-04-21 02:07:18] "POST /fqname-to-id HTTP/1.1" 404 158 0.003901 10.0.0.19 - - [2025-04-21 02:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.19 - - [2025-04-21 02:07:18] "POST /hardwares HTTP/1.1" 200 311 0.013829 10.0.0.19 - - [2025-04-21 02:07:18] "PUT /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408 HTTP/1.1" 200 276 0.010656 10.0.0.19 - - [2025-04-21 02:07:18] "POST /fqname-to-id HTTP/1.1" 404 158 0.003287 10.0.0.19 - - [2025-04-21 02:07:18] "POST /hardwares HTTP/1.1" 200 311 0.013124 10.0.0.19 - - [2025-04-21 02:07:18] "POST /fqname-to-id HTTP/1.1" 404 160 0.004591 10.0.0.19 - - [2025-04-21 02:07:18] "POST /hardwares HTTP/1.1" 200 315 0.013780 10.0.0.19 - - [2025-04-21 02:07:18] "POST /fqname-to-id HTTP/1.1" 404 154 0.003166 10.0.0.19 - - [2025-04-21 02:07:18] "POST /hardwares HTTP/1.1" 200 303 0.020921 10.0.0.19 - - [2025-04-21 02:07:18] "POST /fqname-to-id HTTP/1.1" 404 158 0.004006 10.0.0.19 - - [2025-04-21 02:07:18] "GET / HTTP/1.1" 200 35931 0.001784 10.0.0.19 - - [2025-04-21 02:07:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000453 10.0.0.19 - - [2025-04-21 02:07:18] "POST /hardwares HTTP/1.1" 200 311 0.017083 10.0.0.19 - - [2025-04-21 02:07:18] "POST /fqname-to-id HTTP/1.1" 404 155 0.003615 10.0.0.19 - - [2025-04-21 02:07:18] "POST /hardwares HTTP/1.1" 200 305 0.012311 10.0.0.19 - - [2025-04-21 02:07:18] "POST /fqname-to-id HTTP/1.1" 404 155 0.003283 10.0.0.19 - - [2025-04-21 02:07:19] "POST /hardwares HTTP/1.1" 200 305 0.013644 10.0.0.19 - - [2025-04-21 02:07:19] "POST /fqname-to-id HTTP/1.1" 404 155 0.003757 10.0.0.19 - - [2025-04-21 02:07:19] "POST /hardwares HTTP/1.1" 200 305 0.014064 10.0.0.19 - - [2025-04-21 02:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.033585 10.0.0.19 - - [2025-04-21 02:07:19] "GET /global-system-config/9ecf9f10-723f-4a46-924d-950617b252f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.007708 10.0.0.19 - - [2025-04-21 02:07:19] "POST /fqname-to-id HTTP/1.1" 404 155 0.004136 10.0.0.19 - - [2025-04-21 02:07:19] "PUT /global-system-config/9ecf9f10-723f-4a46-924d-950617b252f0 HTTP/1.1" 200 274 0.017940 10.0.0.19 - - [2025-04-21 02:07:19] "POST /hardwares HTTP/1.1" 200 305 0.011305 10.0.0.19 - - [2025-04-21 02:07:19] "POST /fqname-to-id HTTP/1.1" 404 156 0.003635 10.0.0.19 - - [2025-04-21 02:07:19] "POST /hardwares HTTP/1.1" 200 307 0.013603 10.0.0.19 - - [2025-04-21 02:07:19] "POST /fqname-to-id HTTP/1.1" 404 156 0.004130 10.0.0.19 - - [2025-04-21 02:07:19] "POST /hardwares HTTP/1.1" 200 307 0.012054 10.0.0.19 - - [2025-04-21 02:07:19] "POST /fqname-to-id HTTP/1.1" 404 156 0.003155 10.0.0.19 - - [2025-04-21 02:07:19] "POST /hardwares HTTP/1.1" 200 307 0.013896 10.0.0.19 - - [2025-04-21 02:07:19] "POST /fqname-to-id HTTP/1.1" 404 157 0.003402 10.0.0.19 - - [2025-04-21 02:07:19] "POST /hardwares HTTP/1.1" 200 309 0.012374 10.0.0.19 - - [2025-04-21 02:07:19] "POST /fqname-to-id HTTP/1.1" 404 158 0.003319 10.0.0.19 - - [2025-04-21 02:07:19] "POST /hardwares HTTP/1.1" 200 311 0.012655 10.0.0.19 - - [2025-04-21 02:07:19] "POST /fqname-to-id HTTP/1.1" 404 158 0.003215 10.0.0.19 - - [2025-04-21 02:07:19] "POST /hardwares HTTP/1.1" 200 311 0.015756 10.0.0.19 - - [2025-04-21 02:07:19] "POST /fqname-to-id HTTP/1.1" 404 153 0.003740 10.0.0.19 - - [2025-04-21 02:07:20] "POST /hardwares HTTP/1.1" 200 301 0.012636 10.0.0.19 - - [2025-04-21 02:07:20] "POST /fqname-to-id HTTP/1.1" 404 157 0.003231 10.0.0.19 - - [2025-04-21 02:07:20] "POST /hardwares HTTP/1.1" 200 309 0.012902 10.0.0.19 - - [2025-04-21 02:07:20] "POST /fqname-to-id HTTP/1.1" 404 157 0.003379 10.0.0.19 - - [2025-04-21 02:07:20] "POST /hardwares HTTP/1.1" 200 309 0.014682 10.0.0.19 - - [2025-04-21 02:07:20] "POST /fqname-to-id HTTP/1.1" 404 157 0.003756 10.0.0.19 - - [2025-04-21 02:07:20] "POST /hardwares HTTP/1.1" 200 309 0.017419 10.0.0.19 - - [2025-04-21 02:07:20] "POST /fqname-to-id HTTP/1.1" 404 157 0.003530 10.0.0.19 - - [2025-04-21 02:07:20] "POST /hardwares HTTP/1.1" 200 309 0.016846 10.0.0.19 - - [2025-04-21 02:07:20] "POST /fqname-to-id HTTP/1.1" 404 157 0.004791 10.0.0.19 - - [2025-04-21 02:07:20] "POST /hardwares HTTP/1.1" 200 309 0.013674 10.0.0.19 - - [2025-04-21 02:07:20] "POST /fqname-to-id HTTP/1.1" 404 161 0.004299 10.0.0.19 - - [2025-04-21 02:07:20] "POST /hardwares HTTP/1.1" 200 317 0.012640 10.0.0.19 - - [2025-04-21 02:07:20] "POST /fqname-to-id HTTP/1.1" 404 157 0.003902 10.0.0.19 - - [2025-04-21 02:07:20] "POST /hardwares HTTP/1.1" 200 309 0.013782 10.0.0.19 - - [2025-04-21 02:07:20] "POST /fqname-to-id HTTP/1.1" 404 157 0.003370 10.0.0.19 - - [2025-04-21 02:07:20] "POST /hardwares HTTP/1.1" 200 309 0.013962 10.0.0.19 - - [2025-04-21 02:07:20] "POST /fqname-to-id HTTP/1.1" 404 154 0.003815 10.0.0.19 - - [2025-04-21 02:07:21] "POST /hardwares HTTP/1.1" 200 303 0.012557 10.0.0.19 - - [2025-04-21 02:07:21] "POST /fqname-to-id HTTP/1.1" 404 190 0.003683 10.0.0.19 - - [2025-04-21 02:07:21] "POST /features HTTP/1.1" 200 533 0.017875 10.0.0.19 - - [2025-04-21 02:07:21] "POST /fqname-to-id HTTP/1.1" 404 185 0.003456 10.0.0.19 - - [2025-04-21 02:07:21] "POST /features HTTP/1.1" 200 523 0.020224 10.0.0.19 - - [2025-04-21 02:07:21] "POST /fqname-to-id HTTP/1.1" 404 184 0.003523 10.0.0.19 - - [2025-04-21 02:07:21] "POST /features HTTP/1.1" 200 521 0.022203 10.0.0.19 - - [2025-04-21 02:07:21] "POST /fqname-to-id HTTP/1.1" 404 184 0.003204 10.0.0.19 - - [2025-04-21 02:07:21] "POST /features HTTP/1.1" 200 521 0.027227 10.0.0.19 - - [2025-04-21 02:07:21] "POST /fqname-to-id HTTP/1.1" 404 189 0.003328 10.0.0.19 - - [2025-04-21 02:07:21] "POST /features HTTP/1.1" 200 531 0.019561 10.0.0.19 - - [2025-04-21 02:07:21] "POST /fqname-to-id HTTP/1.1" 404 184 0.003014 10.0.0.19 - - [2025-04-21 02:07:21] "POST /features HTTP/1.1" 200 521 0.023337 10.0.0.19 - - [2025-04-21 02:07:21] "POST /fqname-to-id HTTP/1.1" 404 193 0.004237 10.0.0.19 - - [2025-04-21 02:07:21] "POST /features HTTP/1.1" 200 539 0.020607 10.0.0.19 - - [2025-04-21 02:07:21] "POST /fqname-to-id HTTP/1.1" 404 186 0.003744 10.0.0.19 - - [2025-04-21 02:07:21] "POST /features HTTP/1.1" 200 525 0.075882 10.0.0.19 - - [2025-04-21 02:07:22] "POST /fqname-to-id HTTP/1.1" 404 183 0.006505 10.0.0.19 - - [2025-04-21 02:07:22] "POST /features HTTP/1.1" 200 519 0.044855 10.0.0.19 - - [2025-04-21 02:07:22] "POST /fqname-to-id HTTP/1.1" 404 182 0.003240 10.0.0.19 - - [2025-04-21 02:07:22] "POST /features HTTP/1.1" 200 517 0.058285 10.0.0.19 - - [2025-04-21 02:07:22] "POST /fqname-to-id HTTP/1.1" 404 190 0.004183 10.0.0.19 - - [2025-04-21 02:07:22] "POST /features HTTP/1.1" 200 533 0.035020 10.0.0.19 - - [2025-04-21 02:07:22] "POST /fqname-to-id HTTP/1.1" 404 194 0.003702 10.0.0.19 - - [2025-04-21 02:07:22] "POST /features HTTP/1.1" 200 541 0.150823 10.0.0.19 - - [2025-04-21 02:07:22] "POST /fqname-to-id HTTP/1.1" 404 178 0.004530 10.0.0.19 - - [2025-04-21 02:07:22] "POST /physical-roles HTTP/1.1" 200 521 0.031846 10.0.0.19 - - [2025-04-21 02:07:22] "POST /fqname-to-id HTTP/1.1" 404 179 0.003329 10.0.0.19 - - [2025-04-21 02:07:22] "POST /physical-roles HTTP/1.1" 200 523 0.075968 10.0.0.19 - - [2025-04-21 02:07:23] "POST /fqname-to-id HTTP/1.1" 404 184 0.004245 10.0.0.19 - - [2025-04-21 02:07:23] "POST /physical-roles HTTP/1.1" 200 533 0.098037 10.0.0.19 - - [2025-04-21 02:07:23] "POST /fqname-to-id HTTP/1.1" 404 177 0.003632 10.0.0.19 - - [2025-04-21 02:07:23] "POST /physical-roles HTTP/1.1" 200 519 0.050383 10.0.0.19 - - [2025-04-21 02:07:23] "POST /fqname-to-id HTTP/1.1" 404 191 0.003232 10.0.0.19 - - [2025-04-21 02:07:23] "POST /overlay-roles HTTP/1.1" 200 545 0.031708 10.0.0.19 - - [2025-04-21 02:07:23] "POST /fqname-to-id HTTP/1.1" 404 184 0.003793 10.0.0.19 - - [2025-04-21 02:07:23] "POST /overlay-roles HTTP/1.1" 200 531 0.039298 10.0.0.19 - - [2025-04-21 02:07:23] "POST /fqname-to-id HTTP/1.1" 404 191 0.004592 10.0.0.19 - - [2025-04-21 02:07:23] "POST /overlay-roles HTTP/1.1" 200 545 0.018849 10.0.0.19 - - [2025-04-21 02:07:23] "POST /fqname-to-id HTTP/1.1" 404 185 0.002976 10.0.0.19 - - [2025-04-21 02:07:23] "POST /overlay-roles HTTP/1.1" 200 533 0.020260 10.0.0.19 - - [2025-04-21 02:07:23] "POST /fqname-to-id HTTP/1.1" 404 189 0.003352 10.0.0.19 - - [2025-04-21 02:07:23] "POST /overlay-roles HTTP/1.1" 200 541 0.044801 10.0.0.19 - - [2025-04-21 02:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.19 - - [2025-04-21 02:07:24] "PUT /overlay-role/637256db-d4c6-4483-8260-a8b91d74fa84 HTTP/1.1" 200 258 0.013021 10.0.0.19 - - [2025-04-21 02:07:24] "POST /fqname-to-id HTTP/1.1" 404 184 0.004635 10.0.0.19 - - [2025-04-21 02:07:24] "POST /overlay-roles HTTP/1.1" 200 531 0.020741 10.0.0.19 - - [2025-04-21 02:07:24] "POST /fqname-to-id HTTP/1.1" 404 185 0.004696 10.0.0.19 - - [2025-04-21 02:07:24] "POST /overlay-roles HTTP/1.1" 200 533 0.022945 10.0.0.19 - - [2025-04-21 02:07:24] "POST /fqname-to-id HTTP/1.1" 404 183 0.003582 10.0.0.19 - - [2025-04-21 02:07:24] "POST /overlay-roles HTTP/1.1" 200 529 0.030685 10.0.0.19 - - [2025-04-21 02:07:24] "POST /fqname-to-id HTTP/1.1" 404 187 0.003307 10.0.0.19 - - [2025-04-21 02:07:24] "POST /overlay-roles HTTP/1.1" 200 537 0.026929 10.0.0.19 - - [2025-04-21 02:07:24] "POST /fqname-to-id HTTP/1.1" 404 189 0.003231 10.0.0.19 - - [2025-04-21 02:07:24] "POST /overlay-roles HTTP/1.1" 200 541 0.016518 10.0.0.19 - - [2025-04-21 02:07:24] "POST /fqname-to-id HTTP/1.1" 404 178 0.005493 10.0.0.19 - - [2025-04-21 02:07:24] "POST /overlay-roles HTTP/1.1" 200 519 0.017810 10.0.0.19 - - [2025-04-21 02:07:24] "POST /fqname-to-id HTTP/1.1" 404 190 0.005071 10.0.0.19 - - [2025-04-21 02:07:24] "POST /overlay-roles HTTP/1.1" 200 543 0.018412 10.0.0.19 - - [2025-04-21 02:07:24] "POST /fqname-to-id HTTP/1.1" 404 182 0.004234 10.0.0.19 - - [2025-04-21 02:07:24] "POST /role-definitions HTTP/1.1" 200 533 0.025272 10.0.0.19 - - [2025-04-21 02:07:25] "POST /fqname-to-id HTTP/1.1" 404 189 0.004101 10.0.0.19 - - [2025-04-21 02:07:25] "POST /role-definitions HTTP/1.1" 200 547 0.025398 10.0.0.19 - - [2025-04-21 02:07:25] "POST /fqname-to-id HTTP/1.1" 404 190 0.003375 10.0.0.19 - - [2025-04-21 02:07:25] "POST /role-definitions HTTP/1.1" 200 549 0.026720 10.0.0.19 - - [2025-04-21 02:07:25] "POST /fqname-to-id HTTP/1.1" 404 191 0.003815 10.0.0.19 - - [2025-04-21 02:07:25] "POST /role-definitions HTTP/1.1" 200 551 0.020721 10.0.0.19 - - [2025-04-21 02:07:25] "POST /fqname-to-id HTTP/1.1" 404 197 0.003790 10.0.0.19 - - [2025-04-21 02:07:25] "POST /role-definitions HTTP/1.1" 200 563 0.032665 10.0.0.19 - - [2025-04-21 02:07:25] "POST /fqname-to-id HTTP/1.1" 404 189 0.003262 10.0.0.19 - - [2025-04-21 02:07:25] "POST /role-definitions HTTP/1.1" 200 547 0.019037 10.0.0.19 - - [2025-04-21 02:07:25] "POST /fqname-to-id HTTP/1.1" 404 190 0.004018 10.0.0.19 - - [2025-04-21 02:07:25] "POST /role-definitions HTTP/1.1" 200 549 0.032373 10.0.0.19 - - [2025-04-21 02:07:25] "POST /fqname-to-id HTTP/1.1" 404 191 0.005160 10.0.0.19 - - [2025-04-21 02:07:25] "POST /role-definitions HTTP/1.1" 200 551 0.027672 10.0.0.19 - - [2025-04-21 02:07:25] "POST /fqname-to-id HTTP/1.1" 404 190 0.003156 10.0.0.19 - - [2025-04-21 02:07:25] "POST /role-definitions HTTP/1.1" 200 549 0.021003 10.0.0.19 - - [2025-04-21 02:07:25] "POST /fqname-to-id HTTP/1.1" 404 196 0.004246 10.0.0.19 - - [2025-04-21 02:07:26] "POST /role-definitions HTTP/1.1" 200 561 0.020313 10.0.0.19 - - [2025-04-21 02:07:26] "POST /fqname-to-id HTTP/1.1" 404 189 0.003210 10.0.0.19 - - [2025-04-21 02:07:26] "POST /role-definitions HTTP/1.1" 200 547 0.018842 10.0.0.19 - - [2025-04-21 02:07:26] "POST /fqname-to-id HTTP/1.1" 404 190 0.003690 10.0.0.19 - - [2025-04-21 02:07:26] "POST /role-definitions HTTP/1.1" 200 549 0.021396 10.0.0.19 - - [2025-04-21 02:07:26] "POST /fqname-to-id HTTP/1.1" 404 188 0.003579 10.0.0.19 - - [2025-04-21 02:07:26] "POST /role-definitions HTTP/1.1" 200 545 0.022760 10.0.0.19 - - [2025-04-21 02:07:26] "POST /fqname-to-id HTTP/1.1" 404 189 0.003893 10.0.0.19 - - [2025-04-21 02:07:26] "POST /role-definitions HTTP/1.1" 200 547 0.030070 10.0.0.19 - - [2025-04-21 02:07:26] "POST /fqname-to-id HTTP/1.1" 404 192 0.003927 10.0.0.19 - - [2025-04-21 02:07:26] "POST /role-definitions HTTP/1.1" 200 553 0.021279 10.0.0.19 - - [2025-04-21 02:07:26] "POST /fqname-to-id HTTP/1.1" 404 193 0.003715 10.0.0.19 - - [2025-04-21 02:07:26] "POST /role-definitions HTTP/1.1" 200 555 0.022198 10.0.0.19 - - [2025-04-21 02:07:26] "POST /fqname-to-id HTTP/1.1" 404 182 0.003839 10.0.0.19 - - [2025-04-21 02:07:26] "POST /role-definitions HTTP/1.1" 200 533 0.023558 10.0.0.19 - - [2025-04-21 02:07:26] "POST /fqname-to-id HTTP/1.1" 404 187 0.003788 10.0.0.19 - - [2025-04-21 02:07:27] "POST /role-definitions HTTP/1.1" 200 543 0.022270 10.0.0.19 - - [2025-04-21 02:07:27] "POST /fqname-to-id HTTP/1.1" 404 181 0.003741 10.0.0.19 - - [2025-04-21 02:07:27] "POST /role-definitions HTTP/1.1" 200 531 0.023277 10.0.0.19 - - [2025-04-21 02:07:27] "POST /fqname-to-id HTTP/1.1" 404 184 0.003250 10.0.0.19 - - [2025-04-21 02:07:27] "POST /role-definitions HTTP/1.1" 200 537 0.025614 10.0.0.19 - - [2025-04-21 02:07:27] "POST /fqname-to-id HTTP/1.1" 404 189 0.003294 10.0.0.19 - - [2025-04-21 02:07:27] "POST /role-definitions HTTP/1.1" 200 547 0.021640 10.0.0.19 - - [2025-04-21 02:07:27] "POST /fqname-to-id HTTP/1.1" 404 194 0.004778 10.0.0.19 - - [2025-04-21 02:07:27] "POST /role-definitions HTTP/1.1" 200 557 0.020860 10.0.0.19 - - [2025-04-21 02:07:27] "POST /fqname-to-id HTTP/1.1" 404 196 0.004094 10.0.0.19 - - [2025-04-21 02:07:27] "POST /role-definitions HTTP/1.1" 200 561 0.025623 10.0.0.19 - - [2025-04-21 02:07:27] "POST /fqname-to-id HTTP/1.1" 404 195 0.004709 10.0.0.19 - - [2025-04-21 02:07:27] "POST /role-definitions HTTP/1.1" 200 559 0.018635 10.0.0.19 - - [2025-04-21 02:07:27] "POST /fqname-to-id HTTP/1.1" 404 196 0.003389 10.0.0.19 - - [2025-04-21 02:07:27] "POST /feature-configs HTTP/1.1" 200 537 0.020939 10.0.0.19 - - [2025-04-21 02:07:27] "POST /fqname-to-id HTTP/1.1" 404 212 0.003635 10.0.0.19 - - [2025-04-21 02:07:27] "POST /feature-configs HTTP/1.1" 200 562 0.027549 10.0.0.19 - - [2025-04-21 02:07:28] "POST /fqname-to-id HTTP/1.1" 404 211 0.004781 10.0.0.19 - - [2025-04-21 02:07:28] "POST /feature-configs HTTP/1.1" 200 561 0.018791 10.0.0.19 - - [2025-04-21 02:07:28] "POST /fqname-to-id HTTP/1.1" 404 192 0.003475 10.0.0.19 - - [2025-04-21 02:07:28] "GET /global-system-configs HTTP/1.1" 200 322 0.605508 10.0.0.19 - - [2025-04-21 02:07:28] "POST /node-profiles HTTP/1.1" 200 547 0.019418 10.0.0.19 - - [2025-04-21 02:07:28] "POST /fqname-to-id HTTP/1.1" 404 187 0.002959 10.0.0.19 - - [2025-04-21 02:07:28] "POST /node-profiles HTTP/1.1" 200 537 0.017592 10.0.0.19 - - [2025-04-21 02:07:28] "POST /fqname-to-id HTTP/1.1" 404 193 0.003242 10.0.0.19 - - [2025-04-21 02:07:28] "POST /node-profiles HTTP/1.1" 200 549 0.017895 10.0.0.19 - - [2025-04-21 02:07:28] "POST /fqname-to-id HTTP/1.1" 404 189 0.004246 10.0.0.19 - - [2025-04-21 02:07:28] "POST /node-profiles HTTP/1.1" 200 541 0.020091 10.0.0.19 - - [2025-04-21 02:07:28] "POST /fqname-to-id HTTP/1.1" 404 189 0.003481 10.0.0.19 - - [2025-04-21 02:07:28] "POST /node-profiles HTTP/1.1" 200 541 0.017575 10.0.0.19 - - [2025-04-21 02:07:28] "POST /fqname-to-id HTTP/1.1" 404 188 0.003820 10.0.0.19 - - [2025-04-21 02:07:28] "POST /node-profiles HTTP/1.1" 200 539 0.023858 10.0.0.19 - - [2025-04-21 02:07:28] "GET /global-system-configs HTTP/1.1" 200 322 0.027463 10.0.0.19 - - [2025-04-21 02:07:28] "POST /fqname-to-id HTTP/1.1" 404 184 0.003374 10.0.0.19 - - [2025-04-21 02:07:28] "POST /node-profiles HTTP/1.1" 200 531 0.020750 10.0.0.19 - - [2025-04-21 02:07:28] "POST /fqname-to-id HTTP/1.1" 404 185 0.004373 10.0.0.19 - - [2025-04-21 02:07:29] "POST /node-profiles HTTP/1.1" 200 533 0.036203 10.0.0.19 - - [2025-04-21 02:07:29] "POST /fqname-to-id HTTP/1.1" 404 197 0.003751 10.0.0.19 - - [2025-04-21 02:07:29] "POST /node-profiles HTTP/1.1" 200 557 0.022254 10.0.0.19 - - [2025-04-21 02:07:29] "POST /fqname-to-id HTTP/1.1" 404 206 0.003499 10.0.0.19 - - [2025-04-21 02:07:29] "POST /telemetry-profiles HTTP/1.1" 200 554 0.019094 10.0.0.19 - - [2025-04-21 02:07:29] "POST /fqname-to-id HTTP/1.1" 404 206 0.004081 10.0.0.19 - - [2025-04-21 02:07:29] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016782 10.0.0.19 - - [2025-04-21 02:07:29] "POST /fqname-to-id HTTP/1.1" 404 206 0.003340 10.0.0.19 - - [2025-04-21 02:07:29] "POST /telemetry-profiles HTTP/1.1" 200 554 0.019063 10.0.0.19 - - [2025-04-21 02:07:29] "POST /fqname-to-id HTTP/1.1" 404 206 0.003002 10.0.0.19 - - [2025-04-21 02:07:29] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017943 10.0.0.19 - - [2025-04-21 02:07:29] "POST /fqname-to-id HTTP/1.1" 404 206 0.003297 10.0.0.19 - - [2025-04-21 02:07:29] "POST /telemetry-profiles HTTP/1.1" 200 554 0.018189 10.0.0.19 - - [2025-04-21 02:07:29] "POST /fqname-to-id HTTP/1.1" 404 206 0.003286 10.0.0.19 - - [2025-04-21 02:07:29] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016143 10.0.0.19 - - [2025-04-21 02:07:29] "POST /fqname-to-id HTTP/1.1" 404 199 0.003255 10.0.0.19 - - [2025-04-21 02:07:29] "POST /sflow-profiles HTTP/1.1" 200 532 0.017752 10.0.0.19 - - [2025-04-21 02:07:29] "POST /fqname-to-id HTTP/1.1" 404 202 0.003958 10.0.0.19 - - [2025-04-21 02:07:30] "POST /sflow-profiles HTTP/1.1" 200 538 0.018001 10.0.0.19 - - [2025-04-21 02:07:30] "POST /fqname-to-id HTTP/1.1" 404 202 0.003072 10.0.0.19 - - [2025-04-21 02:07:30] "POST /sflow-profiles HTTP/1.1" 200 538 0.017424 10.0.0.19 - - [2025-04-21 02:07:30] "POST /fqname-to-id HTTP/1.1" 404 199 0.004375 10.0.0.19 - - [2025-04-21 02:07:30] "POST /grpc-profiles HTTP/1.1" 200 530 0.020275 10.0.0.19 - - [2025-04-21 02:07:30] "POST /fqname-to-id HTTP/1.1" 404 199 0.003325 10.0.0.19 - - [2025-04-21 02:07:30] "POST /snmp-profiles HTTP/1.1" 200 530 0.018310 10.0.0.19 - - [2025-04-21 02:07:30] "POST /fqname-to-id HTTP/1.1" 404 202 0.003023 10.0.0.19 - - [2025-04-21 02:07:30] "POST /netconf-profiles HTTP/1.1" 200 542 0.018835 10.0.0.19 - - [2025-04-21 02:07:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.003731 10.0.0.19 - - [2025-04-21 02:07:30] "POST /device-functional-groups HTTP/1.1" 200 540 0.019575 10.0.0.19 - - [2025-04-21 02:07:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.002911 10.0.0.19 - - [2025-04-21 02:07:30] "POST /device-functional-groups HTTP/1.1" 200 540 0.016699 10.0.0.19 - - [2025-04-21 02:07:30] "POST /fqname-to-id HTTP/1.1" 404 195 0.003276 10.0.0.19 - - [2025-04-21 02:07:30] "POST /device-functional-groups HTTP/1.1" 200 544 0.018560 10.0.0.19 - - [2025-04-21 02:07:30] "POST /fqname-to-id HTTP/1.1" 404 194 0.003852 10.0.0.19 - - [2025-04-21 02:07:30] "POST /device-functional-groups HTTP/1.1" 200 542 0.018382 10.0.0.19 - - [2025-04-21 02:07:30] "POST /fqname-to-id HTTP/1.1" 404 218 0.003250 10.0.0.19 - - [2025-04-21 02:07:31] "POST /device-functional-groups HTTP/1.1" 200 590 0.032187 10.0.0.19 - - [2025-04-21 02:07:31] "POST /fqname-to-id HTTP/1.1" 404 208 0.003228 10.0.0.19 - - [2025-04-21 02:07:31] "POST /device-functional-groups HTTP/1.1" 200 570 0.017681 10.0.0.19 - - [2025-04-21 02:07:31] "POST /fqname-to-id HTTP/1.1" 404 236 0.003678 10.0.0.19 - - [2025-04-21 02:07:31] "POST /device-functional-groups HTTP/1.1" 200 620 0.020921 10.0.0.19 - - [2025-04-21 02:07:31] "POST /fqname-to-id HTTP/1.1" 404 206 0.003429 10.0.0.19 - - [2025-04-21 02:07:31] "POST /device-functional-groups HTTP/1.1" 200 566 0.018661 10.0.0.19 - - [2025-04-21 02:07:31] "POST /fqname-to-id HTTP/1.1" 404 205 0.003058 10.0.0.19 - - [2025-04-21 02:07:31] "POST /device-functional-groups HTTP/1.1" 200 564 0.018661 10.0.0.19 - - [2025-04-21 02:07:31] "POST /fqname-to-id HTTP/1.1" 404 210 0.003937 10.0.0.19 - - [2025-04-21 02:07:31] "POST /device-functional-groups HTTP/1.1" 200 574 0.017745 10.0.0.19 - - [2025-04-21 02:07:31] "POST /fqname-to-id HTTP/1.1" 404 201 0.003206 10.0.0.19 - - [2025-04-21 02:07:31] "POST /role-configs HTTP/1.1" 200 525 0.062017 10.0.0.19 - - [2025-04-21 02:07:31] "POST /fqname-to-id HTTP/1.1" 404 196 0.003622 10.0.0.19 - - [2025-04-21 02:07:31] "POST /role-configs HTTP/1.1" 200 520 0.016546 10.0.0.19 - - [2025-04-21 02:07:31] "POST /fqname-to-id HTTP/1.1" 404 198 0.002884 10.0.0.19 - - [2025-04-21 02:07:32] "POST /role-configs HTTP/1.1" 200 522 0.018188 10.0.0.19 - - [2025-04-21 02:07:32] "POST /fqname-to-id HTTP/1.1" 404 198 0.003083 10.0.0.19 - - [2025-04-21 02:07:32] "POST /role-configs HTTP/1.1" 200 522 0.018413 10.0.0.19 - - [2025-04-21 02:07:32] "POST /fqname-to-id HTTP/1.1" 404 202 0.002989 10.0.0.19 - - [2025-04-21 02:07:32] "POST /role-configs HTTP/1.1" 200 526 0.017497 10.0.0.19 - - [2025-04-21 02:07:32] "POST /fqname-to-id HTTP/1.1" 404 197 0.003346 10.0.0.19 - - [2025-04-21 02:07:32] "POST /role-configs HTTP/1.1" 200 521 0.016028 10.0.0.19 - - [2025-04-21 02:07:32] "POST /fqname-to-id HTTP/1.1" 404 193 0.003643 10.0.0.19 - - [2025-04-21 02:07:32] "POST /role-configs HTTP/1.1" 200 517 0.015845 10.0.0.19 - - [2025-04-21 02:07:32] "POST /fqname-to-id HTTP/1.1" 404 194 0.003220 10.0.0.19 - - [2025-04-21 02:07:32] "POST /role-configs HTTP/1.1" 200 518 0.017961 10.0.0.19 - - [2025-04-21 02:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.19 - - [2025-04-21 02:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.19 - - [2025-04-21 02:07:32] "POST /ref-update HTTP/1.1" 200 156 0.012393 10.0.0.19 - - [2025-04-21 02:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.19 - - [2025-04-21 02:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.19 - - [2025-04-21 02:07:32] "POST /ref-update HTTP/1.1" 200 156 0.008863 10.0.0.19 - - [2025-04-21 02:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.19 - - [2025-04-21 02:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.19 - - [2025-04-21 02:07:33] "POST /ref-update HTTP/1.1" 200 156 0.008788 10.0.0.19 - - [2025-04-21 02:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.19 - - [2025-04-21 02:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.19 - - [2025-04-21 02:07:33] "POST /ref-update HTTP/1.1" 200 156 0.010367 10.0.0.19 - - [2025-04-21 02:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004087 10.0.0.19 - - [2025-04-21 02:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.19 - - [2025-04-21 02:07:33] "POST /ref-update HTTP/1.1" 200 156 0.009740 10.0.0.19 - - [2025-04-21 02:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005285 10.0.0.19 - - [2025-04-21 02:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.19 - - [2025-04-21 02:07:33] "POST /ref-update HTTP/1.1" 200 156 0.010948 10.0.0.19 - - [2025-04-21 02:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.19 - - [2025-04-21 02:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.19 - - [2025-04-21 02:07:33] "POST /ref-update HTTP/1.1" 200 156 0.009476 10.0.0.19 - - [2025-04-21 02:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.19 - - [2025-04-21 02:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.19 - - [2025-04-21 02:07:33] "POST /ref-update HTTP/1.1" 200 156 0.010067 10.0.0.19 - - [2025-04-21 02:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.19 - - [2025-04-21 02:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.19 - - [2025-04-21 02:07:33] "POST /ref-update HTTP/1.1" 200 156 0.009414 10.0.0.19 - - [2025-04-21 02:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.19 - - [2025-04-21 02:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.19 - - [2025-04-21 02:07:34] "POST /ref-update HTTP/1.1" 200 156 0.010667 10.0.0.19 - - [2025-04-21 02:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.19 - - [2025-04-21 02:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.19 - - [2025-04-21 02:07:34] "POST /ref-update HTTP/1.1" 200 156 0.010494 10.0.0.19 - - [2025-04-21 02:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004181 10.0.0.19 - - [2025-04-21 02:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.19 - - [2025-04-21 02:07:34] "POST /ref-update HTTP/1.1" 200 156 0.008958 10.0.0.19 - - [2025-04-21 02:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.19 - - [2025-04-21 02:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.19 - - [2025-04-21 02:07:34] "POST /ref-update HTTP/1.1" 200 156 0.008838 10.0.0.19 - - [2025-04-21 02:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004207 10.0.0.19 - - [2025-04-21 02:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.19 - - [2025-04-21 02:07:34] "POST /ref-update HTTP/1.1" 200 156 0.010671 10.0.0.19 - - [2025-04-21 02:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.19 - - [2025-04-21 02:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.19 - - [2025-04-21 02:07:34] "POST /ref-update HTTP/1.1" 200 156 0.007992 10.0.0.19 - - [2025-04-21 02:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.19 - - [2025-04-21 02:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.19 - - [2025-04-21 02:07:35] "POST /ref-update HTTP/1.1" 200 156 0.009680 10.0.0.19 - - [2025-04-21 02:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.19 - - [2025-04-21 02:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.19 - - [2025-04-21 02:07:35] "POST /ref-update HTTP/1.1" 200 156 0.009159 10.0.0.19 - - [2025-04-21 02:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.19 - - [2025-04-21 02:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004095 10.0.0.19 - - [2025-04-21 02:07:35] "POST /ref-update HTTP/1.1" 200 156 0.011080 10.0.0.19 - - [2025-04-21 02:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.19 - - [2025-04-21 02:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.19 - - [2025-04-21 02:07:35] "POST /ref-update HTTP/1.1" 200 156 0.009187 10.0.0.19 - - [2025-04-21 02:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.19 - - [2025-04-21 02:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.19 - - [2025-04-21 02:07:35] "POST /ref-update HTTP/1.1" 200 156 0.008377 10.0.0.19 - - [2025-04-21 02:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.19 - - [2025-04-21 02:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.19 - - [2025-04-21 02:07:35] "POST /ref-update HTTP/1.1" 200 156 0.009153 10.0.0.19 - - [2025-04-21 02:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.19 - - [2025-04-21 02:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.19 - - [2025-04-21 02:07:35] "POST /ref-update HTTP/1.1" 200 156 0.010201 10.0.0.19 - - [2025-04-21 02:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.19 - - [2025-04-21 02:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.19 - - [2025-04-21 02:07:36] "POST /ref-update HTTP/1.1" 200 156 0.009213 10.0.0.19 - - [2025-04-21 02:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.19 - - [2025-04-21 02:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.19 - - [2025-04-21 02:07:36] "POST /ref-update HTTP/1.1" 200 156 0.009789 10.0.0.19 - - [2025-04-21 02:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.19 - - [2025-04-21 02:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004301 10.0.0.19 - - [2025-04-21 02:07:36] "POST /ref-update HTTP/1.1" 200 156 0.010388 10.0.0.19 - - [2025-04-21 02:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004007 10.0.0.19 - - [2025-04-21 02:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.19 - - [2025-04-21 02:07:36] "POST /ref-update HTTP/1.1" 200 156 0.010421 10.0.0.19 - - [2025-04-21 02:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.19 - - [2025-04-21 02:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.19 - - [2025-04-21 02:07:36] "POST /ref-update HTTP/1.1" 200 156 0.010164 10.0.0.19 - - [2025-04-21 02:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006466 10.0.0.19 - - [2025-04-21 02:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004619 10.0.0.19 - - [2025-04-21 02:07:36] "POST /ref-update HTTP/1.1" 200 156 0.012451 10.0.0.19 - - [2025-04-21 02:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.19 - - [2025-04-21 02:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.19 - - [2025-04-21 02:07:37] "POST /ref-update HTTP/1.1" 200 156 0.009270 10.0.0.19 - - [2025-04-21 02:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.19 - - [2025-04-21 02:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.19 - - [2025-04-21 02:07:37] "POST /ref-update HTTP/1.1" 200 156 0.008152 10.0.0.19 - - [2025-04-21 02:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.19 - - [2025-04-21 02:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.19 - - [2025-04-21 02:07:37] "POST /ref-update HTTP/1.1" 200 156 0.008292 10.0.0.19 - - [2025-04-21 02:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.19 - - [2025-04-21 02:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.19 - - [2025-04-21 02:07:37] "POST /ref-update HTTP/1.1" 200 156 0.008610 10.0.0.19 - - [2025-04-21 02:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.19 - - [2025-04-21 02:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.19 - - [2025-04-21 02:07:37] "POST /ref-update HTTP/1.1" 200 156 0.009942 10.0.0.19 - - [2025-04-21 02:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004684 10.0.0.19 - - [2025-04-21 02:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.19 - - [2025-04-21 02:07:37] "POST /ref-update HTTP/1.1" 200 156 0.009465 10.0.0.19 - - [2025-04-21 02:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.19 - - [2025-04-21 02:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.19 - - [2025-04-21 02:07:37] "POST /ref-update HTTP/1.1" 200 156 0.013634 10.0.0.19 - - [2025-04-21 02:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.19 - - [2025-04-21 02:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.19 - - [2025-04-21 02:07:38] "POST /ref-update HTTP/1.1" 200 156 0.008661 10.0.0.19 - - [2025-04-21 02:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.19 - - [2025-04-21 02:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.19 - - [2025-04-21 02:07:38] "POST /ref-update HTTP/1.1" 200 156 0.014897 10.0.0.19 - - [2025-04-21 02:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004220 10.0.0.19 - - [2025-04-21 02:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.19 - - [2025-04-21 02:07:38] "POST /ref-update HTTP/1.1" 200 156 0.008024 10.0.0.19 - - [2025-04-21 02:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.19 - - [2025-04-21 02:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.19 - - [2025-04-21 02:07:38] "POST /ref-update HTTP/1.1" 200 156 0.009645 10.0.0.19 - - [2025-04-21 02:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.19 - - [2025-04-21 02:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.19 - - [2025-04-21 02:07:38] "POST /ref-update HTTP/1.1" 200 156 0.009807 10.0.0.19 - - [2025-04-21 02:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.19 - - [2025-04-21 02:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.19 - - [2025-04-21 02:07:38] "POST /ref-update HTTP/1.1" 200 156 0.010727 10.0.0.19 - - [2025-04-21 02:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004232 10.0.0.19 - - [2025-04-21 02:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.19 - - [2025-04-21 02:07:39] "POST /ref-update HTTP/1.1" 200 156 0.008786 10.0.0.19 - - [2025-04-21 02:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.19 - - [2025-04-21 02:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004612 10.0.0.19 - - [2025-04-21 02:07:39] "POST /ref-update HTTP/1.1" 200 156 0.009090 10.0.0.19 - - [2025-04-21 02:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.19 - - [2025-04-21 02:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.19 - - [2025-04-21 02:07:39] "POST /ref-update HTTP/1.1" 200 156 0.008424 10.0.0.19 - - [2025-04-21 02:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.19 - - [2025-04-21 02:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.19 - - [2025-04-21 02:07:39] "POST /ref-update HTTP/1.1" 200 156 0.008966 10.0.0.19 - - [2025-04-21 02:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.19 - - [2025-04-21 02:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.19 - - [2025-04-21 02:07:39] "POST /ref-update HTTP/1.1" 200 156 0.010086 10.0.0.19 - - [2025-04-21 02:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.19 - - [2025-04-21 02:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.19 - - [2025-04-21 02:07:39] "POST /ref-update HTTP/1.1" 200 156 0.008875 10.0.0.19 - - [2025-04-21 02:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.19 - - [2025-04-21 02:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.19 - - [2025-04-21 02:07:39] "POST /ref-update HTTP/1.1" 200 156 0.009905 10.0.0.19 - - [2025-04-21 02:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.19 - - [2025-04-21 02:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.19 - - [2025-04-21 02:07:40] "POST /ref-update HTTP/1.1" 200 156 0.009611 10.0.0.19 - - [2025-04-21 02:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.19 - - [2025-04-21 02:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.19 - - [2025-04-21 02:07:40] "POST /ref-update HTTP/1.1" 200 156 0.012001 10.0.0.19 - - [2025-04-21 02:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.19 - - [2025-04-21 02:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.19 - - [2025-04-21 02:07:40] "POST /ref-update HTTP/1.1" 200 156 0.008933 10.0.0.19 - - [2025-04-21 02:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.19 - - [2025-04-21 02:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.19 - - [2025-04-21 02:07:40] "POST /ref-update HTTP/1.1" 200 156 0.009585 10.0.0.19 - - [2025-04-21 02:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004573 10.0.0.19 - - [2025-04-21 02:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004110 10.0.0.19 - - [2025-04-21 02:07:40] "POST /ref-update HTTP/1.1" 200 156 0.009098 10.0.0.19 - - [2025-04-21 02:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.19 - - [2025-04-21 02:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.19 - - [2025-04-21 02:07:40] "POST /ref-update HTTP/1.1" 200 156 0.008554 10.0.0.19 - - [2025-04-21 02:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.19 - - [2025-04-21 02:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.19 - - [2025-04-21 02:07:41] "POST /ref-update HTTP/1.1" 200 156 0.009528 10.0.0.19 - - [2025-04-21 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.19 - - [2025-04-21 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004321 10.0.0.19 - - [2025-04-21 02:07:41] "POST /ref-update HTTP/1.1" 200 156 0.008757 10.0.0.19 - - [2025-04-21 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.19 - - [2025-04-21 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.19 - - [2025-04-21 02:07:41] "POST /ref-update HTTP/1.1" 200 156 0.011393 10.0.0.19 - - [2025-04-21 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.19 - - [2025-04-21 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.19 - - [2025-04-21 02:07:41] "POST /ref-update HTTP/1.1" 200 156 0.007725 10.0.0.19 - - [2025-04-21 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.19 - - [2025-04-21 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.19 - - [2025-04-21 02:07:41] "POST /ref-update HTTP/1.1" 200 156 0.008058 10.0.0.19 - - [2025-04-21 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.19 - - [2025-04-21 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.19 - - [2025-04-21 02:07:41] "POST /ref-update HTTP/1.1" 200 156 0.009028 10.0.0.19 - - [2025-04-21 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.19 - - [2025-04-21 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.19 - - [2025-04-21 02:07:41] "POST /ref-update HTTP/1.1" 200 156 0.008870 10.0.0.19 - - [2025-04-21 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.19 - - [2025-04-21 02:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.19 - - [2025-04-21 02:07:42] "POST /ref-update HTTP/1.1" 200 156 0.009760 10.0.0.19 - - [2025-04-21 02:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004360 10.0.0.19 - - [2025-04-21 02:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004324 10.0.0.19 - - [2025-04-21 02:07:42] "POST /ref-update HTTP/1.1" 200 156 0.009032 10.0.0.19 - - [2025-04-21 02:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.19 - - [2025-04-21 02:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.19 - - [2025-04-21 02:07:42] "POST /ref-update HTTP/1.1" 200 156 0.009573 10.0.0.19 - - [2025-04-21 02:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.19 - - [2025-04-21 02:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.19 - - [2025-04-21 02:07:42] "POST /ref-update HTTP/1.1" 200 156 0.008520 10.0.0.19 - - [2025-04-21 02:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.19 - - [2025-04-21 02:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.19 - - [2025-04-21 02:07:42] "POST /ref-update HTTP/1.1" 200 156 0.011903 10.0.0.19 - - [2025-04-21 02:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.19 - - [2025-04-21 02:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.19 - - [2025-04-21 02:07:42] "POST /ref-update HTTP/1.1" 200 156 0.009146 10.0.0.19 - - [2025-04-21 02:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.19 - - [2025-04-21 02:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004686 10.0.0.19 - - [2025-04-21 02:07:43] "POST /ref-update HTTP/1.1" 200 156 0.008404 10.0.0.19 - - [2025-04-21 02:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.19 - - [2025-04-21 02:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.19 - - [2025-04-21 02:07:43] "POST /ref-update HTTP/1.1" 200 156 0.008175 10.0.0.19 - - [2025-04-21 02:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.19 - - [2025-04-21 02:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.19 - - [2025-04-21 02:07:43] "POST /ref-update HTTP/1.1" 200 156 0.007437 10.0.0.19 - - [2025-04-21 02:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.19 - - [2025-04-21 02:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.19 - - [2025-04-21 02:07:43] "POST /ref-update HTTP/1.1" 200 156 0.009070 10.0.0.19 - - [2025-04-21 02:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.19 - - [2025-04-21 02:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.19 - - [2025-04-21 02:07:43] "POST /ref-update HTTP/1.1" 200 156 0.007539 10.0.0.19 - - [2025-04-21 02:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004220 10.0.0.19 - - [2025-04-21 02:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.19 - - [2025-04-21 02:07:43] "POST /ref-update HTTP/1.1" 200 156 0.008015 10.0.0.19 - - [2025-04-21 02:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.19 - - [2025-04-21 02:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.19 - - [2025-04-21 02:07:43] "POST /ref-update HTTP/1.1" 200 156 0.008701 10.0.0.19 - - [2025-04-21 02:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.19 - - [2025-04-21 02:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.19 - - [2025-04-21 02:07:44] "POST /ref-update HTTP/1.1" 200 156 0.008731 10.0.0.19 - - [2025-04-21 02:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004687 10.0.0.19 - - [2025-04-21 02:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003765 10.0.0.19 - - [2025-04-21 02:07:44] "POST /ref-update HTTP/1.1" 200 156 0.008798 10.0.0.19 - - [2025-04-21 02:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.19 - - [2025-04-21 02:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004894 10.0.0.19 - - [2025-04-21 02:07:44] "POST /ref-update HTTP/1.1" 200 156 0.009784 10.0.0.19 - - [2025-04-21 02:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.19 - - [2025-04-21 02:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.19 - - [2025-04-21 02:07:44] "POST /ref-update HTTP/1.1" 200 156 0.009004 10.0.0.19 - - [2025-04-21 02:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.19 - - [2025-04-21 02:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005079 10.0.0.19 - - [2025-04-21 02:07:44] "POST /ref-update HTTP/1.1" 200 156 0.008443 10.0.0.19 - - [2025-04-21 02:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.19 - - [2025-04-21 02:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.19 - - [2025-04-21 02:07:44] "POST /ref-update HTTP/1.1" 200 156 0.009385 10.0.0.19 - - [2025-04-21 02:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.19 - - [2025-04-21 02:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.19 - - [2025-04-21 02:07:44] "POST /ref-update HTTP/1.1" 200 156 0.009085 10.0.0.19 - - [2025-04-21 02:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.19 - - [2025-04-21 02:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.19 - - [2025-04-21 02:07:45] "POST /ref-update HTTP/1.1" 200 156 0.009914 10.0.0.19 - - [2025-04-21 02:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005686 10.0.0.19 - - [2025-04-21 02:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.19 - - [2025-04-21 02:07:45] "POST /ref-update HTTP/1.1" 200 156 0.010997 10.0.0.19 - - [2025-04-21 02:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.19 - - [2025-04-21 02:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.19 - - [2025-04-21 02:07:45] "POST /ref-update HTTP/1.1" 200 156 0.009297 10.0.0.19 - - [2025-04-21 02:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.19 - - [2025-04-21 02:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.19 - - [2025-04-21 02:07:45] "POST /ref-update HTTP/1.1" 200 156 0.007808 10.0.0.19 - - [2025-04-21 02:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.19 - - [2025-04-21 02:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.19 - - [2025-04-21 02:07:45] "POST /ref-update HTTP/1.1" 200 156 0.007163 10.0.0.19 - - [2025-04-21 02:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.19 - - [2025-04-21 02:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.19 - - [2025-04-21 02:07:45] "POST /ref-update HTTP/1.1" 200 156 0.008086 10.0.0.19 - - [2025-04-21 02:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.19 - - [2025-04-21 02:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004172 10.0.0.19 - - [2025-04-21 02:07:46] "POST /ref-update HTTP/1.1" 200 156 0.009414 10.0.0.19 - - [2025-04-21 02:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.19 - - [2025-04-21 02:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.19 - - [2025-04-21 02:07:46] "POST /ref-update HTTP/1.1" 200 156 0.009401 10.0.0.19 - - [2025-04-21 02:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.19 - - [2025-04-21 02:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.19 - - [2025-04-21 02:07:46] "POST /ref-update HTTP/1.1" 200 156 0.010499 10.0.0.19 - - [2025-04-21 02:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004458 10.0.0.19 - - [2025-04-21 02:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.19 - - [2025-04-21 02:07:46] "POST /ref-update HTTP/1.1" 200 156 0.009638 10.0.0.19 - - [2025-04-21 02:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.19 - - [2025-04-21 02:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.19 - - [2025-04-21 02:07:46] "POST /ref-update HTTP/1.1" 200 156 0.011034 10.0.0.19 - - [2025-04-21 02:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.19 - - [2025-04-21 02:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.19 - - [2025-04-21 02:07:46] "POST /ref-update HTTP/1.1" 200 156 0.009573 10.0.0.19 - - [2025-04-21 02:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.19 - - [2025-04-21 02:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.19 - - [2025-04-21 02:07:46] "POST /ref-update HTTP/1.1" 200 156 0.009370 10.0.0.19 - - [2025-04-21 02:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.19 - - [2025-04-21 02:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.19 - - [2025-04-21 02:07:47] "POST /ref-update HTTP/1.1" 200 156 0.008922 10.0.0.19 - - [2025-04-21 02:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.19 - - [2025-04-21 02:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.19 - - [2025-04-21 02:07:47] "POST /ref-update HTTP/1.1" 200 156 0.009576 10.0.0.19 - - [2025-04-21 02:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.19 - - [2025-04-21 02:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.19 - - [2025-04-21 02:07:47] "POST /ref-update HTTP/1.1" 200 156 0.009085 10.0.0.19 - - [2025-04-21 02:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.19 - - [2025-04-21 02:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.19 - - [2025-04-21 02:07:47] "POST /ref-update HTTP/1.1" 200 156 0.008730 10.0.0.19 - - [2025-04-21 02:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004301 10.0.0.19 - - [2025-04-21 02:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.19 - - [2025-04-21 02:07:47] "POST /ref-update HTTP/1.1" 200 156 0.008393 10.0.0.19 - - [2025-04-21 02:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.19 - - [2025-04-21 02:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.19 - - [2025-04-21 02:07:47] "POST /ref-update HTTP/1.1" 200 156 0.009750 10.0.0.19 - - [2025-04-21 02:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.19 - - [2025-04-21 02:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.19 - - [2025-04-21 02:07:48] "POST /ref-update HTTP/1.1" 200 156 0.009173 10.0.0.19 - - [2025-04-21 02:07:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.19 - - [2025-04-21 02:07:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.19 - - [2025-04-21 02:07:48] "POST /ref-update HTTP/1.1" 200 156 0.010452 10.0.0.19 - - [2025-04-21 02:07:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.19 - - [2025-04-21 02:07:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.19 - - [2025-04-21 02:07:48] "POST /ref-update HTTP/1.1" 200 156 0.010083 10.0.0.19 - - [2025-04-21 02:07:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.19 - - [2025-04-21 02:07:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.19 - - [2025-04-21 02:07:48] "POST /ref-update HTTP/1.1" 200 156 0.008780 10.0.0.19 - - [2025-04-21 02:07:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.19 - - [2025-04-21 02:07:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.19 - - [2025-04-21 02:07:48] "POST /ref-update HTTP/1.1" 200 156 0.008296 10.0.0.19 - - [2025-04-21 02:07:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004469 10.0.0.19 - - [2025-04-21 02:07:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.19 - - [2025-04-21 02:07:48] "POST /ref-update HTTP/1.1" 200 156 0.008670 10.0.0.19 - - [2025-04-21 02:07:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004323 10.0.0.19 - - [2025-04-21 02:07:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.19 - - [2025-04-21 02:07:48] "POST /ref-update HTTP/1.1" 200 156 0.007975 10.0.0.19 - - [2025-04-21 02:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.19 - - [2025-04-21 02:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.19 - - [2025-04-21 02:07:49] "POST /ref-update HTTP/1.1" 200 156 0.009568 10.0.0.19 - - [2025-04-21 02:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.19 - - [2025-04-21 02:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.19 - - [2025-04-21 02:07:49] "POST /ref-update HTTP/1.1" 200 156 0.008734 10.0.0.19 - - [2025-04-21 02:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.19 - - [2025-04-21 02:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.19 - - [2025-04-21 02:07:49] "POST /ref-update HTTP/1.1" 200 156 0.008665 10.0.0.19 - - [2025-04-21 02:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.19 - - [2025-04-21 02:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.19 - - [2025-04-21 02:07:49] "POST /ref-update HTTP/1.1" 200 156 0.010324 10.0.0.19 - - [2025-04-21 02:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.19 - - [2025-04-21 02:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.19 - - [2025-04-21 02:07:49] "POST /ref-update HTTP/1.1" 200 156 0.010116 10.0.0.19 - - [2025-04-21 02:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.19 - - [2025-04-21 02:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.19 - - [2025-04-21 02:07:49] "POST /ref-update HTTP/1.1" 200 156 0.011451 10.0.0.19 - - [2025-04-21 02:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.19 - - [2025-04-21 02:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.19 - - [2025-04-21 02:07:50] "POST /ref-update HTTP/1.1" 200 156 0.008861 10.0.0.19 - - [2025-04-21 02:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.19 - - [2025-04-21 02:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.19 - - [2025-04-21 02:07:50] "POST /ref-update HTTP/1.1" 200 156 0.008108 10.0.0.19 - - [2025-04-21 02:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.19 - - [2025-04-21 02:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.19 - - [2025-04-21 02:07:50] "POST /ref-update HTTP/1.1" 200 156 0.007950 10.0.0.19 - - [2025-04-21 02:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.19 - - [2025-04-21 02:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004429 10.0.0.19 - - [2025-04-21 02:07:50] "POST /ref-update HTTP/1.1" 200 156 0.008929 10.0.0.19 - - [2025-04-21 02:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.19 - - [2025-04-21 02:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004552 10.0.0.19 - - [2025-04-21 02:07:50] "POST /ref-update HTTP/1.1" 200 156 0.009040 10.0.0.19 - - [2025-04-21 02:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.19 - - [2025-04-21 02:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.19 - - [2025-04-21 02:07:50] "POST /ref-update HTTP/1.1" 200 156 0.009768 10.0.0.19 - - [2025-04-21 02:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.19 - - [2025-04-21 02:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.19 - - [2025-04-21 02:07:50] "POST /ref-update HTTP/1.1" 200 156 0.010944 10.0.0.19 - - [2025-04-21 02:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003986 10.0.0.19 - - [2025-04-21 02:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.19 - - [2025-04-21 02:07:51] "POST /ref-update HTTP/1.1" 200 156 0.010612 10.0.0.19 - - [2025-04-21 02:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.19 - - [2025-04-21 02:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.19 - - [2025-04-21 02:07:51] "POST /ref-update HTTP/1.1" 200 156 0.008861 10.0.0.19 - - [2025-04-21 02:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.19 - - [2025-04-21 02:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.19 - - [2025-04-21 02:07:51] "POST /ref-update HTTP/1.1" 200 156 0.010423 10.0.0.19 - - [2025-04-21 02:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004108 10.0.0.19 - - [2025-04-21 02:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.19 - - [2025-04-21 02:07:51] "POST /ref-update HTTP/1.1" 200 156 0.008988 10.0.0.19 - - [2025-04-21 02:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.19 - - [2025-04-21 02:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.19 - - [2025-04-21 02:07:51] "POST /ref-update HTTP/1.1" 200 156 0.009133 10.0.0.19 - - [2025-04-21 02:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.19 - - [2025-04-21 02:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.19 - - [2025-04-21 02:07:51] "POST /ref-update HTTP/1.1" 200 156 0.010867 10.0.0.19 - - [2025-04-21 02:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.19 - - [2025-04-21 02:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.19 - - [2025-04-21 02:07:52] "POST /ref-update HTTP/1.1" 200 156 0.008511 10.0.0.19 - - [2025-04-21 02:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.19 - - [2025-04-21 02:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.19 - - [2025-04-21 02:07:52] "POST /ref-update HTTP/1.1" 200 156 0.008661 10.0.0.19 - - [2025-04-21 02:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.19 - - [2025-04-21 02:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.19 - - [2025-04-21 02:07:52] "POST /ref-update HTTP/1.1" 200 156 0.016544 10.0.0.19 - - [2025-04-21 02:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.19 - - [2025-04-21 02:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004241 10.0.0.19 - - [2025-04-21 02:07:52] "POST /ref-update HTTP/1.1" 200 156 0.009066 10.0.0.19 - - [2025-04-21 02:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.19 - - [2025-04-21 02:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.19 - - [2025-04-21 02:07:52] "POST /ref-update HTTP/1.1" 200 156 0.008046 10.0.0.19 - - [2025-04-21 02:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004344 10.0.0.19 - - [2025-04-21 02:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004563 10.0.0.19 - - [2025-04-21 02:07:52] "POST /ref-update HTTP/1.1" 200 156 0.009583 10.0.0.19 - - [2025-04-21 02:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.19 - - [2025-04-21 02:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.19 - - [2025-04-21 02:07:52] "POST /ref-update HTTP/1.1" 200 156 0.007578 10.0.0.19 - - [2025-04-21 02:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.19 - - [2025-04-21 02:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.19 - - [2025-04-21 02:07:53] "POST /ref-update HTTP/1.1" 200 156 0.010542 10.0.0.19 - - [2025-04-21 02:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003938 10.0.0.19 - - [2025-04-21 02:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.19 - - [2025-04-21 02:07:53] "POST /ref-update HTTP/1.1" 200 156 0.008295 10.0.0.19 - - [2025-04-21 02:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004595 10.0.0.19 - - [2025-04-21 02:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.19 - - [2025-04-21 02:07:53] "POST /ref-update HTTP/1.1" 200 156 0.008790 10.0.0.19 - - [2025-04-21 02:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004698 10.0.0.19 - - [2025-04-21 02:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.19 - - [2025-04-21 02:07:53] "POST /ref-update HTTP/1.1" 200 156 0.009444 10.0.0.19 - - [2025-04-21 02:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.19 - - [2025-04-21 02:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129 10.0.0.19 - - [2025-04-21 02:07:53] "POST /ref-update HTTP/1.1" 200 156 0.009312 10.0.0.19 - - [2025-04-21 02:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.19 - - [2025-04-21 02:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.19 - - [2025-04-21 02:07:53] "POST /ref-update HTTP/1.1" 200 156 0.013375 10.0.0.19 - - [2025-04-21 02:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160 10.0.0.19 - - [2025-04-21 02:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.19 - - [2025-04-21 02:07:54] "POST /ref-update HTTP/1.1" 200 156 0.009587 10.0.0.19 - - [2025-04-21 02:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.19 - - [2025-04-21 02:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.19 - - [2025-04-21 02:07:54] "POST /ref-update HTTP/1.1" 200 156 0.010865 10.0.0.19 - - [2025-04-21 02:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.19 - - [2025-04-21 02:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.19 - - [2025-04-21 02:07:54] "POST /ref-update HTTP/1.1" 200 156 0.010254 10.0.0.19 - - [2025-04-21 02:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.19 - - [2025-04-21 02:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.19 - - [2025-04-21 02:07:54] "POST /ref-update HTTP/1.1" 200 156 0.008908 10.0.0.19 - - [2025-04-21 02:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004243 10.0.0.19 - - [2025-04-21 02:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004841 10.0.0.19 - - [2025-04-21 02:07:54] "POST /ref-update HTTP/1.1" 200 156 0.008611 10.0.0.19 - - [2025-04-21 02:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.19 - - [2025-04-21 02:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.19 - - [2025-04-21 02:07:54] "POST /ref-update HTTP/1.1" 200 156 0.008909 10.0.0.19 - - [2025-04-21 02:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.19 - - [2025-04-21 02:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.19 - - [2025-04-21 02:07:54] "POST /ref-update HTTP/1.1" 200 156 0.009585 10.0.0.19 - - [2025-04-21 02:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.19 - - [2025-04-21 02:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.19 - - [2025-04-21 02:07:55] "POST /ref-update HTTP/1.1" 200 156 0.014342 10.0.0.19 - - [2025-04-21 02:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.19 - - [2025-04-21 02:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.19 - - [2025-04-21 02:07:55] "POST /ref-update HTTP/1.1" 200 156 0.009198 10.0.0.19 - - [2025-04-21 02:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.19 - - [2025-04-21 02:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.19 - - [2025-04-21 02:07:55] "POST /ref-update HTTP/1.1" 200 156 0.009634 10.0.0.19 - - [2025-04-21 02:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.19 - - [2025-04-21 02:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.19 - - [2025-04-21 02:07:55] "POST /ref-update HTTP/1.1" 200 156 0.010429 10.0.0.19 - - [2025-04-21 02:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.19 - - [2025-04-21 02:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.19 - - [2025-04-21 02:07:55] "POST /ref-update HTTP/1.1" 200 156 0.009470 10.0.0.19 - - [2025-04-21 02:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.19 - - [2025-04-21 02:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.19 - - [2025-04-21 02:07:55] "POST /ref-update HTTP/1.1" 200 156 0.094400 10.0.0.19 - - [2025-04-21 02:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.19 - - [2025-04-21 02:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.19 - - [2025-04-21 02:07:56] "POST /ref-update HTTP/1.1" 200 156 0.008098 10.0.0.19 - - [2025-04-21 02:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004697 10.0.0.19 - - [2025-04-21 02:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.19 - - [2025-04-21 02:07:56] "POST /ref-update HTTP/1.1" 200 156 0.008397 10.0.0.19 - - [2025-04-21 02:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.007790 10.0.0.19 - - [2025-04-21 02:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.19 - - [2025-04-21 02:07:56] "POST /ref-update HTTP/1.1" 200 156 0.007630 10.0.0.19 - - [2025-04-21 02:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.19 - - [2025-04-21 02:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004181 10.0.0.19 - - [2025-04-21 02:07:56] "POST /ref-update HTTP/1.1" 200 156 0.009168 10.0.0.19 - - [2025-04-21 02:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.19 - - [2025-04-21 02:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.19 - - [2025-04-21 02:07:56] "POST /ref-update HTTP/1.1" 200 156 0.009873 10.0.0.19 - - [2025-04-21 02:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.007470 10.0.0.19 - - [2025-04-21 02:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.19 - - [2025-04-21 02:07:56] "POST /ref-update HTTP/1.1" 200 156 0.012250 10.0.0.19 - - [2025-04-21 02:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.19 - - [2025-04-21 02:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005125 10.0.0.19 - - [2025-04-21 02:07:57] "POST /ref-update HTTP/1.1" 200 156 0.010424 10.0.0.19 - - [2025-04-21 02:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.19 - - [2025-04-21 02:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.19 - - [2025-04-21 02:07:57] "POST /ref-update HTTP/1.1" 200 156 0.008312 10.0.0.19 - - [2025-04-21 02:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.009203 10.0.0.19 - - [2025-04-21 02:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.014171 10.0.0.19 - - [2025-04-21 02:07:57] "POST /ref-update HTTP/1.1" 200 156 0.009546 10.0.0.19 - - [2025-04-21 02:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.19 - - [2025-04-21 02:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005690 10.0.0.19 - - [2025-04-21 02:07:57] "POST /ref-update HTTP/1.1" 200 156 0.007990 10.0.0.19 - - [2025-04-21 02:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004286 10.0.0.19 - - [2025-04-21 02:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.19 - - [2025-04-21 02:07:57] "POST /ref-update HTTP/1.1" 200 156 0.008336 10.0.0.19 - - [2025-04-21 02:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.19 - - [2025-04-21 02:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.19 - - [2025-04-21 02:07:57] "POST /ref-update HTTP/1.1" 200 156 0.008029 10.0.0.19 - - [2025-04-21 02:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.19 - - [2025-04-21 02:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.19 - - [2025-04-21 02:07:57] "POST /ref-update HTTP/1.1" 200 156 0.007575 10.0.0.19 - - [2025-04-21 02:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.19 - - [2025-04-21 02:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.19 - - [2025-04-21 02:07:58] "POST /ref-update HTTP/1.1" 200 156 0.007407 10.0.0.19 - - [2025-04-21 02:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.19 - - [2025-04-21 02:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004193 10.0.0.19 - - [2025-04-21 02:07:58] "POST /ref-update HTTP/1.1" 200 156 0.008685 10.0.0.19 - - [2025-04-21 02:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.012657 10.0.0.19 - - [2025-04-21 02:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.19 - - [2025-04-21 02:07:58] "GET / HTTP/1.1" 200 35931 0.001779 10.0.0.19 - - [2025-04-21 02:07:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000502 10.0.0.19 - - [2025-04-21 02:07:58] "POST /ref-update HTTP/1.1" 200 156 0.008743 10.0.0.19 - - [2025-04-21 02:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.19 - - [2025-04-21 02:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.19 - - [2025-04-21 02:07:58] "POST /ref-update HTTP/1.1" 200 156 0.008036 10.0.0.19 - - [2025-04-21 02:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.19 - - [2025-04-21 02:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.19 - - [2025-04-21 02:07:58] "POST /ref-update HTTP/1.1" 200 156 0.008127 10.0.0.19 - - [2025-04-21 02:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.025736 10.0.0.19 - - [2025-04-21 02:07:58] "GET /routing-instance/074030a2-5480-49fe-ae1b-ed4086083163?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.006001 10.0.0.19 - - [2025-04-21 02:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004835 10.0.0.19 - - [2025-04-21 02:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.19 - - [2025-04-21 02:07:58] "POST /bgp-routers HTTP/1.1" 200 620 0.023937 10.0.0.19 - - [2025-04-21 02:07:58] "POST /ref-update HTTP/1.1" 200 156 0.008958 10.0.0.19 - - [2025-04-21 02:07:58] "GET /bgp-router/b92fd640-48ab-4dca-96c7-a078fdae6fa8?fields=global_system_config_back_refs HTTP/1.1" 200 1117 0.008698 10.0.0.19 - - [2025-04-21 02:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.19 - - [2025-04-21 02:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.19 - - [2025-04-21 02:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.19 - - [2025-04-21 02:07:58] "GET /global-system-config/9ecf9f10-723f-4a46-924d-950617b252f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.006537 10.0.0.19 - - [2025-04-21 02:07:59] "POST /ref-update HTTP/1.1" 200 156 0.010263 10.0.0.19 - - [2025-04-21 02:07:59] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003040 10.0.0.19 - - [2025-04-21 02:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.19 - - [2025-04-21 02:07:59] "POST /ref-update HTTP/1.1" 200 156 0.007714 10.0.0.19 - - [2025-04-21 02:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.19 - - [2025-04-21 02:07:59] "POST /ref-update HTTP/1.1" 200 156 0.011174 10.0.0.19 - - [2025-04-21 02:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.19 - - [2025-04-21 02:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.19 - - [2025-04-21 02:07:59] "POST /ref-update HTTP/1.1" 200 156 0.010279 10.0.0.19 - - [2025-04-21 02:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.19 - - [2025-04-21 02:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.19 - - [2025-04-21 02:07:59] "POST /ref-update HTTP/1.1" 200 156 0.010593 10.0.0.19 - - [2025-04-21 02:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.19 - - [2025-04-21 02:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.19 - - [2025-04-21 02:07:59] "POST /ref-update HTTP/1.1" 200 156 0.010614 10.0.0.19 - - [2025-04-21 02:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.19 - - [2025-04-21 02:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.19 - - [2025-04-21 02:07:59] "POST /ref-update HTTP/1.1" 200 156 0.010473 10.0.0.19 - - [2025-04-21 02:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.19 - - [2025-04-21 02:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004601 10.0.0.19 - - [2025-04-21 02:07:59] "POST /ref-update HTTP/1.1" 200 156 0.009643 10.0.0.19 - - [2025-04-21 02:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004928 10.0.0.19 - - [2025-04-21 02:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.19 - - [2025-04-21 02:08:00] "POST /ref-update HTTP/1.1" 200 156 0.020301 10.0.0.19 - - [2025-04-21 02:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.19 - - [2025-04-21 02:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.19 - - [2025-04-21 02:08:00] "POST /ref-update HTTP/1.1" 200 156 0.010753 10.0.0.19 - - [2025-04-21 02:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.19 - - [2025-04-21 02:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004512 10.0.0.19 - - [2025-04-21 02:08:00] "POST /ref-update HTTP/1.1" 200 156 0.010677 10.0.0.19 - - [2025-04-21 02:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.19 - - [2025-04-21 02:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.19 - - [2025-04-21 02:08:00] "POST /ref-update HTTP/1.1" 200 156 0.009360 10.0.0.19 - - [2025-04-21 02:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.19 - - [2025-04-21 02:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.19 - - [2025-04-21 02:08:00] "POST /ref-update HTTP/1.1" 200 156 0.011389 10.0.0.19 - - [2025-04-21 02:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.19 - - [2025-04-21 02:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.19 - - [2025-04-21 02:08:00] "POST /ref-update HTTP/1.1" 200 156 0.011759 10.0.0.19 - - [2025-04-21 02:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.19 - - [2025-04-21 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004065 10.0.0.19 - - [2025-04-21 02:08:01] "POST /ref-update HTTP/1.1" 200 156 0.010698 10.0.0.19 - - [2025-04-21 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.19 - - [2025-04-21 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.19 - - [2025-04-21 02:08:01] "POST /ref-update HTTP/1.1" 200 156 0.010244 10.0.0.19 - - [2025-04-21 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.19 - - [2025-04-21 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.19 - - [2025-04-21 02:08:01] "POST /ref-update HTTP/1.1" 200 156 0.009065 10.0.0.19 - - [2025-04-21 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.19 - - [2025-04-21 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.19 - - [2025-04-21 02:08:01] "POST /ref-update HTTP/1.1" 200 156 0.008644 10.0.0.19 - - [2025-04-21 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.19 - - [2025-04-21 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.19 - - [2025-04-21 02:08:01] "POST /ref-update HTTP/1.1" 200 156 0.009642 10.0.0.19 - - [2025-04-21 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.19 - - [2025-04-21 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.19 - - [2025-04-21 02:08:01] "POST /ref-update HTTP/1.1" 200 156 0.009407 10.0.0.19 - - [2025-04-21 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.19 - - [2025-04-21 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.19 - - [2025-04-21 02:08:01] "POST /ref-update HTTP/1.1" 200 156 0.010596 10.0.0.19 - - [2025-04-21 02:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.19 - - [2025-04-21 02:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.19 - - [2025-04-21 02:08:02] "POST /ref-update HTTP/1.1" 200 156 0.012626 10.0.0.19 - - [2025-04-21 02:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.19 - - [2025-04-21 02:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.19 - - [2025-04-21 02:08:02] "POST /ref-update HTTP/1.1" 200 156 0.010900 10.0.0.19 - - [2025-04-21 02:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.19 - - [2025-04-21 02:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.19 - - [2025-04-21 02:08:02] "POST /ref-update HTTP/1.1" 200 156 0.011496 10.0.0.19 - - [2025-04-21 02:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.19 - - [2025-04-21 02:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.19 - - [2025-04-21 02:08:02] "POST /ref-update HTTP/1.1" 200 156 0.010109 10.0.0.19 - - [2025-04-21 02:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.19 - - [2025-04-21 02:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.19 - - [2025-04-21 02:08:02] "POST /ref-update HTTP/1.1" 200 156 0.010690 10.0.0.19 - - [2025-04-21 02:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.19 - - [2025-04-21 02:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.19 - - [2025-04-21 02:08:02] "POST /ref-update HTTP/1.1" 200 156 0.010584 10.0.0.19 - - [2025-04-21 02:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.19 - - [2025-04-21 02:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.19 - - [2025-04-21 02:08:03] "POST /ref-update HTTP/1.1" 200 156 0.009820 10.0.0.19 - - [2025-04-21 02:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.19 - - [2025-04-21 02:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.19 - - [2025-04-21 02:08:03] "POST /ref-update HTTP/1.1" 200 156 0.011843 10.0.0.19 - - [2025-04-21 02:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.19 - - [2025-04-21 02:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004046 10.0.0.19 - - [2025-04-21 02:08:03] "POST /ref-update HTTP/1.1" 200 156 0.010143 10.0.0.19 - - [2025-04-21 02:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004841 10.0.0.19 - - [2025-04-21 02:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.19 - - [2025-04-21 02:08:03] "POST /ref-update HTTP/1.1" 200 156 0.008318 10.0.0.19 - - [2025-04-21 02:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.19 - - [2025-04-21 02:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.19 - - [2025-04-21 02:08:03] "POST /ref-update HTTP/1.1" 200 156 0.009373 10.0.0.19 - - [2025-04-21 02:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.19 - - [2025-04-21 02:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.19 - - [2025-04-21 02:08:03] "POST /ref-update HTTP/1.1" 200 156 0.012331 10.0.0.19 - - [2025-04-21 02:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.19 - - [2025-04-21 02:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.19 - - [2025-04-21 02:08:03] "POST /ref-update HTTP/1.1" 200 156 0.010172 10.0.0.19 - - [2025-04-21 02:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.19 - - [2025-04-21 02:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.19 - - [2025-04-21 02:08:04] "POST /ref-update HTTP/1.1" 200 156 0.011181 10.0.0.19 - - [2025-04-21 02:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.19 - - [2025-04-21 02:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.19 - - [2025-04-21 02:08:04] "POST /ref-update HTTP/1.1" 200 156 0.009028 10.0.0.19 - - [2025-04-21 02:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.19 - - [2025-04-21 02:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.19 - - [2025-04-21 02:08:04] "POST /ref-update HTTP/1.1" 200 156 0.009917 10.0.0.19 - - [2025-04-21 02:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.19 - - [2025-04-21 02:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.19 - - [2025-04-21 02:08:04] "POST /ref-update HTTP/1.1" 200 156 0.009915 10.0.0.19 - - [2025-04-21 02:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.19 - - [2025-04-21 02:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.19 - - [2025-04-21 02:08:04] "POST /ref-update HTTP/1.1" 200 156 0.009242 10.0.0.19 - - [2025-04-21 02:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.19 - - [2025-04-21 02:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.19 - - [2025-04-21 02:08:04] "POST /ref-update HTTP/1.1" 200 156 0.010220 10.0.0.19 - - [2025-04-21 02:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.19 - - [2025-04-21 02:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.19 - - [2025-04-21 02:08:05] "POST /ref-update HTTP/1.1" 200 156 0.009661 10.0.0.19 - - [2025-04-21 02:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.19 - - [2025-04-21 02:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.19 - - [2025-04-21 02:08:05] "POST /ref-update HTTP/1.1" 200 156 0.010930 10.0.0.19 - - [2025-04-21 02:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004562 10.0.0.19 - - [2025-04-21 02:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.19 - - [2025-04-21 02:08:05] "POST /ref-update HTTP/1.1" 200 156 0.010748 10.0.0.19 - - [2025-04-21 02:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.19 - - [2025-04-21 02:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004239 10.0.0.19 - - [2025-04-21 02:08:05] "POST /ref-update HTTP/1.1" 200 156 0.008861 10.0.0.19 - - [2025-04-21 02:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.19 - - [2025-04-21 02:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.19 - - [2025-04-21 02:08:05] "POST /ref-update HTTP/1.1" 200 156 0.009549 10.0.0.19 - - [2025-04-21 02:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.19 - - [2025-04-21 02:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.19 - - [2025-04-21 02:08:05] "POST /ref-update HTTP/1.1" 200 156 0.008720 10.0.0.19 - - [2025-04-21 02:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.19 - - [2025-04-21 02:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.19 - - [2025-04-21 02:08:05] "POST /ref-update HTTP/1.1" 200 156 0.008721 10.0.0.19 - - [2025-04-21 02:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.19 - - [2025-04-21 02:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.19 - - [2025-04-21 02:08:06] "POST /ref-update HTTP/1.1" 200 156 0.008946 10.0.0.19 - - [2025-04-21 02:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.19 - - [2025-04-21 02:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.19 - - [2025-04-21 02:08:06] "POST /ref-update HTTP/1.1" 200 156 0.009515 10.0.0.19 - - [2025-04-21 02:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.19 - - [2025-04-21 02:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.19 - - [2025-04-21 02:08:06] "POST /ref-update HTTP/1.1" 200 156 0.010008 10.0.0.19 - - [2025-04-21 02:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.19 - - [2025-04-21 02:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.19 - - [2025-04-21 02:08:06] "POST /ref-update HTTP/1.1" 200 156 0.016791 10.0.0.19 - - [2025-04-21 02:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.19 - - [2025-04-21 02:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.19 - - [2025-04-21 02:08:06] "POST /ref-update HTTP/1.1" 200 156 0.008506 10.0.0.19 - - [2025-04-21 02:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.19 - - [2025-04-21 02:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.19 - - [2025-04-21 02:08:06] "POST /ref-update HTTP/1.1" 200 156 0.012325 10.0.0.19 - - [2025-04-21 02:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004255 10.0.0.19 - - [2025-04-21 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004199 10.0.0.19 - - [2025-04-21 02:08:07] "POST /ref-update HTTP/1.1" 200 156 0.011950 10.0.0.19 - - [2025-04-21 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005083 10.0.0.19 - - [2025-04-21 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004671 10.0.0.19 - - [2025-04-21 02:08:07] "POST /ref-update HTTP/1.1" 200 156 0.010278 10.0.0.19 - - [2025-04-21 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.19 - - [2025-04-21 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.19 - - [2025-04-21 02:08:07] "POST /ref-update HTTP/1.1" 200 156 0.011482 10.0.0.19 - - [2025-04-21 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.19 - - [2025-04-21 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.19 - - [2025-04-21 02:08:07] "POST /ref-update HTTP/1.1" 200 156 0.010624 10.0.0.19 - - [2025-04-21 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004139 10.0.0.19 - - [2025-04-21 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.19 - - [2025-04-21 02:08:07] "POST /ref-update HTTP/1.1" 200 156 0.010222 10.0.0.19 - - [2025-04-21 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.19 - - [2025-04-21 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004241 10.0.0.19 - - [2025-04-21 02:08:07] "POST /ref-update HTTP/1.1" 200 156 0.009965 10.0.0.19 - - [2025-04-21 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.19 - - [2025-04-21 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.19 - - [2025-04-21 02:08:08] "POST /ref-update HTTP/1.1" 200 156 0.011518 10.0.0.19 - - [2025-04-21 02:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.19 - - [2025-04-21 02:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.19 - - [2025-04-21 02:08:08] "POST /ref-update HTTP/1.1" 200 156 0.013612 10.0.0.19 - - [2025-04-21 02:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006263 10.0.0.19 - - [2025-04-21 02:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004862 10.0.0.19 - - [2025-04-21 02:08:08] "POST /ref-update HTTP/1.1" 200 156 0.014484 10.0.0.19 - - [2025-04-21 02:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.19 - - [2025-04-21 02:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.19 - - [2025-04-21 02:08:08] "POST /ref-update HTTP/1.1" 200 156 0.009927 10.0.0.19 - - [2025-04-21 02:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.19 - - [2025-04-21 02:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.19 - - [2025-04-21 02:08:08] "POST /ref-update HTTP/1.1" 200 156 0.010643 10.0.0.19 - - [2025-04-21 02:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.19 - - [2025-04-21 02:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.19 - - [2025-04-21 02:08:08] "POST /ref-update HTTP/1.1" 200 156 0.008643 10.0.0.19 - - [2025-04-21 02:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.19 - - [2025-04-21 02:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005383 10.0.0.19 - - [2025-04-21 02:08:08] "POST /ref-update HTTP/1.1" 200 156 0.009204 10.0.0.19 - - [2025-04-21 02:08:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.19 - - [2025-04-21 02:08:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.19 - - [2025-04-21 02:08:09] "POST /ref-update HTTP/1.1" 200 156 0.014535 10.0.0.19 - - [2025-04-21 02:08:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.19 - - [2025-04-21 02:08:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.19 - - [2025-04-21 02:08:09] "POST /ref-update HTTP/1.1" 200 156 0.010252 10.0.0.19 - - [2025-04-21 02:08:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.19 - - [2025-04-21 02:08:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.19 - - [2025-04-21 02:08:09] "POST /ref-update HTTP/1.1" 200 156 0.008419 10.0.0.19 - - [2025-04-21 02:08:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.19 - - [2025-04-21 02:08:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.19 - - [2025-04-21 02:08:09] "POST /ref-update HTTP/1.1" 200 156 0.007370 10.0.0.19 - - [2025-04-21 02:08:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.19 - - [2025-04-21 02:08:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.19 - - [2025-04-21 02:08:09] "POST /ref-update HTTP/1.1" 200 156 0.016549 10.0.0.19 - - [2025-04-21 02:08:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.19 - - [2025-04-21 02:08:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.19 - - [2025-04-21 02:08:09] "POST /ref-update HTTP/1.1" 200 156 0.010827 10.0.0.19 - - [2025-04-21 02:08:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.19 - - [2025-04-21 02:08:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004238 10.0.0.19 - - [2025-04-21 02:08:10] "POST /ref-update HTTP/1.1" 200 156 0.010983 10.0.0.19 - - [2025-04-21 02:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004415 10.0.0.19 - - [2025-04-21 02:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.19 - - [2025-04-21 02:08:10] "POST /ref-update HTTP/1.1" 200 156 0.009274 10.0.0.19 - - [2025-04-21 02:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004467 10.0.0.19 - - [2025-04-21 02:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.010718 10.0.0.19 - - [2025-04-21 02:08:10] "POST /ref-update HTTP/1.1" 200 156 0.008883 10.0.0.19 - - [2025-04-21 02:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.19 - - [2025-04-21 02:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.19 - - [2025-04-21 02:08:10] "POST /ref-update HTTP/1.1" 200 156 0.013893 10.0.0.19 - - [2025-04-21 02:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129 10.0.0.19 - - [2025-04-21 02:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.19 - - [2025-04-21 02:08:10] "POST /ref-update HTTP/1.1" 200 156 0.015115 10.0.0.19 - - [2025-04-21 02:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.19 - - [2025-04-21 02:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.19 - - [2025-04-21 02:08:10] "POST /ref-update HTTP/1.1" 200 156 0.010349 10.0.0.19 - - [2025-04-21 02:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.19 - - [2025-04-21 02:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.19 - - [2025-04-21 02:08:10] "POST /ref-update HTTP/1.1" 200 156 0.012570 10.0.0.19 - - [2025-04-21 02:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004712 10.0.0.19 - - [2025-04-21 02:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.19 - - [2025-04-21 02:08:11] "POST /ref-update HTTP/1.1" 200 156 0.013441 10.0.0.19 - - [2025-04-21 02:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.010174 10.0.0.19 - - [2025-04-21 02:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.19 - - [2025-04-21 02:08:11] "POST /ref-update HTTP/1.1" 200 156 0.012312 10.0.0.19 - - [2025-04-21 02:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.19 - - [2025-04-21 02:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004380 10.0.0.19 - - [2025-04-21 02:08:11] "POST /ref-update HTTP/1.1" 200 156 0.009682 10.0.0.19 - - [2025-04-21 02:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.19 - - [2025-04-21 02:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.19 - - [2025-04-21 02:08:11] "POST /ref-update HTTP/1.1" 200 156 0.008546 10.0.0.19 - - [2025-04-21 02:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.19 - - [2025-04-21 02:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.19 - - [2025-04-21 02:08:11] "POST /ref-update HTTP/1.1" 200 156 0.010644 10.0.0.19 - - [2025-04-21 02:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004157 10.0.0.19 - - [2025-04-21 02:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838 10.0.0.19 - - [2025-04-21 02:08:11] "POST /ref-update HTTP/1.1" 200 156 0.011080 10.0.0.19 - - [2025-04-21 02:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.19 - - [2025-04-21 02:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004046 10.0.0.19 - - [2025-04-21 02:08:12] "POST /ref-update HTTP/1.1" 200 156 0.008704 10.0.0.19 - - [2025-04-21 02:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.19 - - [2025-04-21 02:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004480 10.0.0.19 - - [2025-04-21 02:08:12] "POST /ref-update HTTP/1.1" 200 156 0.009083 10.0.0.19 - - [2025-04-21 02:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004847 10.0.0.19 - - [2025-04-21 02:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.019693 10.0.0.19 - - [2025-04-21 02:08:12] "POST /ref-update HTTP/1.1" 200 156 0.009321 10.0.0.19 - - [2025-04-21 02:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.19 - - [2025-04-21 02:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.19 - - [2025-04-21 02:08:12] "POST /ref-update HTTP/1.1" 200 156 0.010317 10.0.0.19 - - [2025-04-21 02:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.19 - - [2025-04-21 02:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.19 - - [2025-04-21 02:08:12] "POST /ref-update HTTP/1.1" 200 156 0.010036 10.0.0.19 - - [2025-04-21 02:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.19 - - [2025-04-21 02:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.19 - - [2025-04-21 02:08:12] "POST /ref-update HTTP/1.1" 200 156 0.009210 10.0.0.19 - - [2025-04-21 02:08:12] "POST /network-ipams HTTP/1.1" 200 550 0.020874 10.0.0.19 - - [2025-04-21 02:08:13] "POST /useragent-kv HTTP/1.1" 200 115 0.005590 10.0.0.19 - - [2025-04-21 02:08:13] "POST /virtual-networks HTTP/1.1" 200 552 0.110810 10.0.0.19 - - [2025-04-21 02:08:13] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.003165 10.0.0.19 - - [2025-04-21 02:08:13] "POST /fqname-to-id HTTP/1.1" 404 188 0.003081 10.0.0.19 - - [2025-04-21 02:08:13] "POST /fqname-to-id HTTP/1.1" 404 178 0.004548 10.0.0.19 - - [2025-04-21 02:08:13] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.003829 10.0.0.19 - - [2025-04-21 02:08:13] "GET /fabric/2052934c-144b-438f-85cd-6f4dcd465b4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1115 0.005414 10.0.0.19 - - [2025-04-21 02:08:13] "POST /fqname-to-id HTTP/1.1" 404 198 0.003351 10.0.0.19 - - [2025-04-21 02:08:13] "POST /fqname-to-id HTTP/1.1" 404 205 0.003633 10.0.0.19 - - [2025-04-21 02:08:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.003360 10.0.0.19 - - [2025-04-21 02:08:13] "POST /route-targets HTTP/1.1" 200 327 0.014058 10.0.0.19 - - [2025-04-21 02:08:13] "POST /ref-update HTTP/1.1" 200 156 0.013487 10.0.0.19 - - [2025-04-21 02:08:31] "GET / HTTP/1.1" 200 35931 0.002862 10.0.0.19 - - [2025-04-21 02:08:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000530 10.0.0.19 - - [2025-04-21 02:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.024526 10.0.0.19 - - [2025-04-21 02:08:31] "GET /global-system-config/9ecf9f10-723f-4a46-924d-950617b252f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.009383 10.0.0.19 - - [2025-04-21 02:08:31] "POST /fqname-to-id HTTP/1.1" 404 220 0.004381 10.0.0.19 - - [2025-04-21 02:08:31] "POST /database-nodes HTTP/1.1" 200 603 0.023057 10.0.0.19 - - [2025-04-21 02:09:06] "GET / HTTP/1.1" 200 35931 0.001819 10.0.0.19 - - [2025-04-21 02:09:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000515 10.0.0.19 - - [2025-04-21 02:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.024292 10.0.0.19 - - [2025-04-21 02:09:06] "GET /global-system-config/9ecf9f10-723f-4a46-924d-950617b252f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.008110 10.0.0.19 - - [2025-04-21 02:09:06] "POST /fqname-to-id HTTP/1.1" 404 220 0.005865 10.0.0.19 - - [2025-04-21 02:09:06] "POST /analytics-nodes HTTP/1.1" 200 605 0.019485 10.0.0.19 - - [2025-04-21 02:09:12] "GET / HTTP/1.1" 200 35931 0.001987 10.0.0.19 - - [2025-04-21 02:09:20] "GET / HTTP/1.1" 200 35931 0.001650 10.0.0.19 - - [2025-04-21 02:09:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000551 10.0.0.19 - - [2025-04-21 02:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.025172 10.0.0.19 - - [2025-04-21 02:09:20] "GET /global-system-config/9ecf9f10-723f-4a46-924d-950617b252f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005823 10.0.0.19 - - [2025-04-21 02:09:20] "POST /fqname-to-id HTTP/1.1" 404 220 0.003071 10.0.0.19 - - [2025-04-21 02:09:20] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.024136 10.0.0.19 - - [2025-04-21 02:09:29] "GET / HTTP/1.1" 200 35931 0.001749 10.0.0.19 - - [2025-04-21 02:09:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.001122 10.0.0.19 - - [2025-04-21 02:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.028719 10.0.0.19 - - [2025-04-21 02:09:29] "GET /global-system-config/9ecf9f10-723f-4a46-924d-950617b252f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006697 10.0.0.19 - - [2025-04-21 02:09:30] "POST /fqname-to-id HTTP/1.1" 404 220 0.003557 10.0.0.19 - - [2025-04-21 02:09:30] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.027114 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-21 02:10:11] "GET /obj-perms HTTP/1.1" 200 5056 0.376107 10.0.0.19 - - [2025-04-21 02:10:11] "GET /obj-perms HTTP/1.1" 200 5056 0.050906 10.0.0.19 - - [2025-04-21 02:11:05] "GET / HTTP/1.1" 200 35931 0.001911 10.0.0.19 - - [2025-04-21 02:11:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000492 10.0.0.19 - - [2025-04-21 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.026287 10.0.0.19 - - [2025-04-21 02:11:06] "GET /global-system-config/9ecf9f10-723f-4a46-924d-950617b252f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006862 10.0.0.19 - - [2025-04-21 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.19 - - [2025-04-21 02:11:06] "GET /routing-instance/074030a2-5480-49fe-ae1b-ed4086083163?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.004205 10.0.0.19 - - [2025-04-21 02:11:06] "PUT /global-system-config/9ecf9f10-723f-4a46-924d-950617b252f0 HTTP/1.1" 200 274 0.021659 10.0.0.19 - - [2025-04-21 02:11:06] "POST /fqname-to-id HTTP/1.1" 404 218 0.004324 10.0.0.19 - - [2025-04-21 02:11:06] "POST /virtual-routers HTTP/1.1" 200 603 0.023556 10.0.0.19 - - [2025-04-21 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004709 10.0.0.19 - - [2025-04-21 02:11:06] "GET /virtual-router/7c679672-5e63-4591-91ef-60165118de55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.006584 10.0.0.19 - - [2025-04-21 02:11:06] "POST /fqname-to-id HTTP/1.1" 404 231 0.004983 10.0.0.19 - - [2025-04-21 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004740 10.0.0.19 - - [2025-04-21 02:11:06] "GET /virtual-network/7bb574f6-6460-4235-852b-b757612f2772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.007285 10.0.0.19 - - [2025-04-21 02:11:06] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.046519 10.0.0.19 - - [2025-04-21 02:11:07] "PUT /access-control-list/cf85548d-801f-4ca3-88ef-a183e37f22dc HTTP/1.1" 200 272 0.022749 10.0.0.19 - - [2025-04-21 02:11:12] "GET /obj-perms HTTP/1.1" 200 5056 0.050168 10.0.0.19 - - [2025-04-21 02:11:12] "GET /obj-perms HTTP/1.1" 200 5056 0.046759 10.0.0.19 - - [2025-04-21 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.007348 10.0.0.19 - - [2025-04-21 02:11:12] "GET /virtual-router/7c679672-5e63-4591-91ef-60165118de55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.005502 [Introspect:8084]10.0.0.19 - - [2025-04-21 02:11:15] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001138 [Introspect:8084]10.0.0.19 - - [2025-04-21 02:11:15] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3225 0.001088 [Introspect:8084]10.0.0.19 - - [2025-04-21 02:11:28] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000933 [Introspect:8084]10.0.0.19 - - [2025-04-21 02:11:28] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3225 0.001044 [Introspect:8084]10.0.0.19 - - [2025-04-21 02:11:40] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000964 [Introspect:8084]10.0.0.19 - - [2025-04-21 02:11:40] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3225 0.001087 [Introspect:8084]10.0.0.19 - - [2025-04-21 02:11:52] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001156 [Introspect:8084]10.0.0.19 - - [2025-04-21 02:11:52] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3225 0.001152 [Introspect:8084]10.0.0.19 - - [2025-04-21 02:12:04] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000965 [Introspect:8084]10.0.0.19 - - [2025-04-21 02:12:04] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3225 0.001214 10.0.0.19 - - [2025-04-21 02:12:12] "GET /obj-perms HTTP/1.1" 200 5056 0.046710 10.0.0.19 - - [2025-04-21 02:12:13] "GET /obj-perms HTTP/1.1" 200 5056 0.051530 [Introspect:8084]10.0.0.19 - - [2025-04-21 02:12:17] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000861 [Introspect:8084]10.0.0.19 - - [2025-04-21 02:12:17] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001193 [Introspect:8084]10.0.0.19 - - [2025-04-21 02:12:19] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001136 [Introspect:8084]10.0.0.19 - - [2025-04-21 02:12:19] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001022 10.0.0.19 - - [2025-04-21 02:12:25] "GET /global-system-configs HTTP/1.1" 200 322 0.007702 10.0.0.19 - - [2025-04-21 02:12:25] "GET /obj-perms HTTP/1.1" 200 5056 0.036595 10.0.0.19 - - [2025-04-21 02:12:25] "GET /global-system-configs HTTP/1.1" 200 322 0.006578 10.0.0.19 - - [2025-04-21 02:12:25] "GET /obj-perms HTTP/1.1" 200 5056 0.028284 10.0.0.19 - - [2025-04-21 02:13:13] "GET /obj-perms HTTP/1.1" 200 5056 0.059113 10.0.0.19 - - [2025-04-21 02:13:14] "GET /obj-perms HTTP/1.1" 200 5056 0.053686 10.0.0.19 - - [2025-04-21 02:13:21] "GET / HTTP/1.1" 200 35931 0.001828 10.0.0.19 - - [2025-04-21 02:13:23] "GET /project/26d9c1ac-683d-4eca-9cb3-6e7731e7b326?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000654 10.0.0.19 - - [2025-04-21 02:13:23] "GET /projects?obj_uuids=26d9c1ac-683d-4eca-9cb3-6e7731e7b326&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.025376 10.0.0.19 - - [2025-04-21 02:13:23] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001166 10.0.0.19 - - [2025-04-21 02:13:23] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.028147 10.0.0.19 - - [2025-04-21 02:13:23] "POST /id-to-fqname HTTP/1.1" 200 167 0.007725 10.0.0.19 - - [2025-04-21 02:13:23] "POST /fqname-to-id HTTP/1.1" 404 176 0.003353 10.0.0.19 - - [2025-04-21 02:13:23] "POST /security-groups HTTP/1.1" 200 568 0.067416 10.0.0.19 - - [2025-04-21 02:13:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.025699 10.0.0.19 - - [2025-04-21 02:13:23] "POST /projects HTTP/1.1" 200 539 0.265736 10.0.0.19 - - [2025-04-21 02:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.334810 10.0.0.19 - - [2025-04-21 02:13:23] "POST /access-control-lists HTTP/1.1" 200 573 0.059915 10.0.0.19 - - [2025-04-21 02:13:23] "GET /project/26d9c1ac-683d-4eca-9cb3-6e7731e7b326?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.492349 10.0.0.19 - - [2025-04-21 02:13:23] "POST /fqname-to-id HTTP/1.1" 404 206 0.006808 10.0.0.19 - - [2025-04-21 02:13:24] "POST /access-control-lists HTTP/1.1" 200 571 0.064247 [Introspect:8084]10.0.0.19 - - [2025-04-21 02:13:24] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001180 10.0.0.19 - - [2025-04-21 02:13:24] "POST /fqname-to-id HTTP/1.1" 404 199 0.022732 10.0.0.19 - - [2025-04-21 02:13:24] "GET /projects?obj_uuids=1b597f25-c203-4c1d-aede-462501a7ca20&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003858 10.0.0.19 - - [2025-04-21 02:13:24] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001046 10.0.0.19 - - [2025-04-21 02:13:24] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007640 10.0.0.19 - - [2025-04-21 02:13:25] "POST /id-to-fqname HTTP/1.1" 200 201 0.001963 10.0.0.19 - - [2025-04-21 02:13:25] "POST /fqname-to-id HTTP/1.1" 404 210 0.002865 10.0.0.19 - - [2025-04-21 02:13:25] "POST /security-groups HTTP/1.1" 200 602 0.071648 10.0.0.19 - - [2025-04-21 02:13:25] "POST /fqname-to-id HTTP/1.1" 404 245 0.006843 10.0.0.19 - - [2025-04-21 02:13:25] "POST /projects HTTP/1.1" 200 607 0.232610 10.0.0.19 - - [2025-04-21 02:13:25] "POST /access-control-lists HTTP/1.1" 200 607 0.059729 10.0.0.19 - - [2025-04-21 02:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.311716 10.0.0.19 - - [2025-04-21 02:13:25] "POST /fqname-to-id HTTP/1.1" 404 244 0.003167 10.0.0.19 - - [2025-04-21 02:13:25] "GET /project/1b597f25-c203-4c1d-aede-462501a7ca20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.431704 10.0.0.19 - - [2025-04-21 02:13:25] "POST /access-control-lists HTTP/1.1" 200 605 0.063993 10.0.0.19 - - [2025-04-21 02:13:26] "GET / HTTP/1.1" 200 35931 0.002105 10.0.0.19 - - [2025-04-21 02:13:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000567 10.0.0.19 - - [2025-04-21 02:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.056562 10.0.0.19 - - [2025-04-21 02:13:27] "GET /projects?obj_uuids=1b597f25-c203-4c1d-aede-462501a7ca20&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001121 10.0.0.19 - - [2025-04-21 02:13:27] "GET /project/1b597f25-c203-4c1d-aede-462501a7ca20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.026647 10.0.0.19 - - [2025-04-21 02:13:27] "POST /neutron/network HTTP/1.1" 200 117 0.041780 10.0.0.19 - - [2025-04-21 02:13:27] "GET /projects?obj_uuids=1b597f25-c203-4c1d-aede-462501a7ca20&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001364 10.0.0.19 - - [2025-04-21 02:13:27] "POST /neutron/network HTTP/1.1" 200 620 0.067577 10.0.0.19 - - [2025-04-21 02:13:27] "POST /route-targets HTTP/1.1" 200 327 0.010195 10.0.0.19 - - [2025-04-21 02:13:27] "POST /ref-update HTTP/1.1" 200 156 0.017718 10.0.0.19 - - [2025-04-21 02:13:27] "POST /useragent-kv HTTP/1.1" 200 115 0.004356 10.0.0.19 - - [2025-04-21 02:13:27] "POST /neutron/subnet HTTP/1.1" 200 719 0.159312 10.0.0.19 - - [2025-04-21 02:13:27] "POST /neutron/network HTTP/1.1" 200 838 0.006387 10.0.0.19 - - [2025-04-21 02:13:27] "POST /id-to-fqname HTTP/1.1" 200 233 0.001419 10.0.0.19 - - [2025-04-21 02:13:27] "GET /virtual-network/a45eb244-5768-4047-9d8a-db8266787442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005852 10.0.0.19 - - [2025-04-21 02:13:27] "POST /neutron/network HTTP/1.1" 200 838 0.006303 10.0.0.19 - - [2025-04-21 02:13:27] "GET /virtual-network/a45eb244-5768-4047-9d8a-db8266787442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006603 10.0.0.19 - - [2025-04-21 02:13:27] "POST /neutron/network HTTP/1.1" 200 838 0.006307 10.0.0.19 - - [2025-04-21 02:13:28] "POST /neutron/subnet HTTP/1.1" 200 719 0.007885 10.0.0.19 - - [2025-04-21 02:13:28] "GET /domains HTTP/1.1" 401 292 0.000422 10.0.0.19 - - [2025-04-21 02:13:28] "GET /domains HTTP/1.1" 200 280 0.026392 10.0.0.19 - - [2025-04-21 02:13:28] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000992 10.0.0.19 - - [2025-04-21 02:13:28] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e HTTP/1.1" 200 2583 0.014773 10.0.0.19 - - [2025-04-21 02:13:28] "GET /projects?obj_uuids=1b597f25-c203-4c1d-aede-462501a7ca20&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001007 10.0.0.19 - - [2025-04-21 02:13:28] "GET /project/1b597f25-c203-4c1d-aede-462501a7ca20 HTTP/1.1" 200 2168 0.075615 10.0.0.19 - - [2025-04-21 02:13:28] "GET /virtual-network/a45eb244-5768-4047-9d8a-db8266787442 HTTP/1.1" 200 2340 0.006729 10.0.0.19 - - [2025-04-21 02:13:28] "GET /virtual-network/a45eb244-5768-4047-9d8a-db8266787442 HTTP/1.1" 200 2340 0.005076 10.0.0.19 - - [2025-04-21 02:13:28] "GET /routing-instance/6c3f4cb0-7c8a-469c-8203-d9100ce05f8f HTTP/1.1" 200 1493 0.014527 10.0.0.19 - - [2025-04-21 02:13:28] "GET /routing-instance/6c3f4cb0-7c8a-469c-8203-d9100ce05f8f HTTP/1.1" 200 1493 0.004020 10.0.0.19 - - [2025-04-21 02:13:28] "GET /route-target/f05ace32-4578-46a8-889e-182e6afb2d33 HTTP/1.1" 200 1219 0.004213 10.0.0.19 - - [2025-04-21 02:13:28] "GET /virtual-network/a45eb244-5768-4047-9d8a-db8266787442 HTTP/1.1" 200 2340 0.005097 10.0.0.19 - - [2025-04-21 02:13:28] "GET /routing-instance/6c3f4cb0-7c8a-469c-8203-d9100ce05f8f HTTP/1.1" 200 1493 0.004235 10.0.0.19 - - [2025-04-21 02:13:28] "GET /virtual-network/a45eb244-5768-4047-9d8a-db8266787442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006388 10.0.0.19 - - [2025-04-21 02:13:28] "GET /virtual-network/a45eb244-5768-4047-9d8a-db8266787442 HTTP/1.1" 200 2340 0.006908 10.0.0.19 - - [2025-04-21 02:13:28] "GET /routing-instance/6c3f4cb0-7c8a-469c-8203-d9100ce05f8f HTTP/1.1" 200 1493 0.003871 10.0.0.19 - - [2025-04-21 02:13:28] "GET /routing-instance/6c3f4cb0-7c8a-469c-8203-d9100ce05f8f HTTP/1.1" 200 1493 0.003283 10.0.0.19 - - [2025-04-21 02:13:28] "GET /route-target/f05ace32-4578-46a8-889e-182e6afb2d33 HTTP/1.1" 200 1219 0.003571 10.0.0.19 - - [2025-04-21 02:13:28] "GET /domains HTTP/1.1" 200 280 0.003291 10.0.0.19 - - [2025-04-21 02:13:28] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001050 10.0.0.19 - - [2025-04-21 02:13:28] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e HTTP/1.1" 200 2583 0.007847 10.0.0.19 - - [2025-04-21 02:13:28] "GET /projects?obj_uuids=1b597f25-c203-4c1d-aede-462501a7ca20&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001406 10.0.0.19 - - [2025-04-21 02:13:28] "GET /project/1b597f25-c203-4c1d-aede-462501a7ca20 HTTP/1.1" 200 2168 0.070364 10.0.0.19 - - [2025-04-21 02:13:28] "GET /virtual-network/a45eb244-5768-4047-9d8a-db8266787442 HTTP/1.1" 200 2340 0.005108 10.0.0.19 - - [2025-04-21 02:13:29] "GET /obj-perms HTTP/1.1" 200 5052 0.048922 10.0.0.19 - - [2025-04-21 02:13:29] "POST /id-to-fqname HTTP/1.1" 200 233 0.001594 10.0.0.19 - - [2025-04-21 02:13:30] "POST /neutron/network HTTP/1.1" 200 848 0.006515 10.0.0.19 - - [2025-04-21 02:13:30] "GET /aaa-mode HTTP/1.1" 401 292 0.000428 10.0.0.19 - - [2025-04-21 02:13:31] "GET / HTTP/1.1" 200 35931 0.001900 10.0.0.19 - - [2025-04-21 02:13:31] "GET /project/1b597f25-c203-4c1d-aede-462501a7ca20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000406 10.0.0.19 - - [2025-04-21 02:13:31] "GET /projects?obj_uuids=1b597f25-c203-4c1d-aede-462501a7ca20&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001197 10.0.0.19 - - [2025-04-21 02:13:31] "GET /project/1b597f25-c203-4c1d-aede-462501a7ca20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.057519 10.0.0.19 - - [2025-04-21 02:13:32] "POST /neutron/network HTTP/1.1" 200 838 0.031962 10.0.0.19 - - [2025-04-21 02:13:32] "POST /neutron/port HTTP/1.1" 200 117 0.005980 10.0.0.19 - - [2025-04-21 02:13:32] "POST /neutron/port HTTP/1.1" 200 117 0.005473 10.0.0.19 - - [2025-04-21 02:13:32] "POST /neutron/port HTTP/1.1" 200 117 0.006365 10.0.0.19 - - [2025-04-21 02:13:33] "POST /neutron/network HTTP/1.1" 200 848 0.007507 10.0.0.19 - - [2025-04-21 02:13:33] "GET /projects?obj_uuids=1b597f25-c203-4c1d-aede-462501a7ca20&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001173 10.0.0.19 - - [2025-04-21 02:13:33] "POST /neutron/port HTTP/1.1" 200 1070 0.231318 10.0.0.19 - - [2025-04-21 02:13:34] "POST /neutron/port HTTP/1.1" 200 1070 0.040119 10.0.0.19 - - [2025-04-21 02:13:34] "POST /neutron/port HTTP/1.1" 200 1070 0.011637 10.0.0.19 - - [2025-04-21 02:13:34] "POST /neutron/port HTTP/1.1" 200 1124 0.067277 10.0.0.19 - - [2025-04-21 02:13:34] "POST /neutron/port HTTP/1.1" 200 1098 0.026220 10.0.0.19 - - [2025-04-21 02:13:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007336 10.0.0.19 - - [2025-04-21 02:13:34] "POST /neutron/subnet HTTP/1.1" 200 693 0.014396 10.0.0.19 - - [2025-04-21 02:13:34] "POST /neutron/port HTTP/1.1" 200 117 0.001349 10.0.0.19 - - [2025-04-21 02:13:34] "POST /neutron/network HTTP/1.1" 200 838 0.005800 10.0.0.19 - - [2025-04-21 02:13:37] "POST /neutron/port HTTP/1.1" 200 1098 0.016435 10.0.0.19 - - [2025-04-21 02:13:37] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007559 10.0.0.19 - - [2025-04-21 02:13:37] "GET /obj-perms HTTP/1.1" 200 5052 0.003909 10.0.0.19 - - [2025-04-21 02:13:38] "GET /obj-perms HTTP/1.1" 200 5052 0.004270 10.0.0.19 - - [2025-04-21 02:13:39] "GET /obj-perms HTTP/1.1" 200 5052 0.003955 10.0.0.19 - - [2025-04-21 02:13:40] "GET /obj-perms HTTP/1.1" 200 5052 0.004218 10.0.0.19 - - [2025-04-21 02:13:41] "GET /obj-perms HTTP/1.1" 200 5052 0.003715 10.0.0.19 - - [2025-04-21 02:13:42] "POST /neutron/network HTTP/1.1" 200 838 0.011924 10.0.0.19 - - [2025-04-21 02:13:42] "POST /neutron/network HTTP/1.1" 400 204 0.016329 10.0.0.19 - - [2025-04-21 02:13:43] "POST /neutron/port HTTP/1.1" 200 1098 0.017717 10.0.0.19 - - [2025-04-21 02:13:43] "POST /neutron/port HTTP/1.1" 200 1124 0.021111 10.0.0.19 - - [2025-04-21 02:13:43] "POST /neutron/port HTTP/1.1" 200 151 0.153546 10.0.0.19 - - [2025-04-21 02:13:44] "POST /neutron/network HTTP/1.1" 200 838 0.006758 10.0.0.19 - - [2025-04-21 02:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.19 - - [2025-04-21 02:13:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002194 10.0.0.19 - - [2025-04-21 02:13:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002725 10.0.0.19 - - [2025-04-21 02:13:45] "POST /neutron/network HTTP/1.1" 200 151 0.098550 10.0.0.19 - - [2025-04-21 02:13:45] "DELETE /route-target/f05ace32-4578-46a8-889e-182e6afb2d33 HTTP/1.1" 200 115 0.020006 10.0.0.19 - - [2025-04-21 02:13:45] "GET /routing-instance/6c3f4cb0-7c8a-469c-8203-d9100ce05f8f HTTP/1.1" 404 171 0.002666 10.0.0.19 - - [2025-04-21 02:13:45] "GET /domains HTTP/1.1" 200 280 0.002754 10.0.0.19 - - [2025-04-21 02:13:45] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001033 10.0.0.19 - - [2025-04-21 02:13:45] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e HTTP/1.1" 200 2583 0.048041 10.0.0.19 - - [2025-04-21 02:13:45] "GET /projects?obj_uuids=1b597f25-c203-4c1d-aede-462501a7ca20&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001223 10.0.0.19 - - [2025-04-21 02:13:45] "GET /project/1b597f25-c203-4c1d-aede-462501a7ca20 HTTP/1.1" 200 1918 0.071937 10.0.0.19 - - [2025-04-21 02:13:45] "GET /projects?obj_uuids=1b597f25-c203-4c1d-aede-462501a7ca20&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001639 10.0.0.19 - - [2025-04-21 02:13:45] "GET /project/1b597f25-c203-4c1d-aede-462501a7ca20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.033338 10.0.0.19 - - [2025-04-21 02:13:45] "GET /projects?obj_uuids=1b597f25-c203-4c1d-aede-462501a7ca20&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000988 10.0.0.19 - - [2025-04-21 02:13:45] "GET /project/1b597f25-c203-4c1d-aede-462501a7ca20?fields=virtual_networks HTTP/1.1" 200 1054 0.070728 10.0.0.19 - - [2025-04-21 02:13:45] "GET /projects?obj_uuids=1b597f25-c203-4c1d-aede-462501a7ca20&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001160 10.0.0.19 - - [2025-04-21 02:13:45] "GET /project/1b597f25-c203-4c1d-aede-462501a7ca20?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.028849 10.0.0.19 - - [2025-04-21 02:13:45] "GET /projects?obj_uuids=1b597f25-c203-4c1d-aede-462501a7ca20&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001194 10.0.0.19 - - [2025-04-21 02:13:45] "GET /project/1b597f25-c203-4c1d-aede-462501a7ca20?fields=security_groups HTTP/1.1" 200 1291 0.028402 10.0.0.19 - - [2025-04-21 02:13:46] "POST /fqname-to-id HTTP/1.1" 404 200 0.025207 10.0.0.19 - - [2025-04-21 02:13:46] "GET /projects?obj_uuids=25db246c-b2b2-4330-b944-f98ffe9e64ce&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003109 10.0.0.19 - - [2025-04-21 02:13:46] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001055 10.0.0.19 - - [2025-04-21 02:13:46] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008235 10.0.0.19 - - [2025-04-21 02:13:46] "POST /id-to-fqname HTTP/1.1" 200 202 0.001381 10.0.0.19 - - [2025-04-21 02:13:46] "POST /fqname-to-id HTTP/1.1" 404 211 0.002452 10.0.0.19 - - [2025-04-21 02:13:46] "POST /security-groups HTTP/1.1" 200 603 0.067695 10.0.0.19 - - [2025-04-21 02:13:46] "POST /fqname-to-id HTTP/1.1" 404 246 0.003186 10.0.0.19 - - [2025-04-21 02:13:46] "POST /projects HTTP/1.1" 200 609 0.237431 10.0.0.19 - - [2025-04-21 02:13:46] "POST /access-control-lists HTTP/1.1" 200 608 0.061764 10.0.0.19 - - [2025-04-21 02:13:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.316293 10.0.0.19 - - [2025-04-21 02:13:46] "POST /fqname-to-id HTTP/1.1" 404 245 0.002958 10.0.0.19 - - [2025-04-21 02:13:47] "GET /project/25db246c-b2b2-4330-b944-f98ffe9e64ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.441180 10.0.0.19 - - [2025-04-21 02:13:47] "POST /access-control-lists HTTP/1.1" 200 606 0.065374 10.0.0.19 - - [2025-04-21 02:13:48] "GET / HTTP/1.1" 200 35931 0.001874 10.0.0.19 - - [2025-04-21 02:13:48] "GET /projects?obj_uuids=26d9c1ac-683d-4eca-9cb3-6e7731e7b326&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001216 10.0.0.19 - - [2025-04-21 02:13:48] "GET /project/26d9c1ac-683d-4eca-9cb3-6e7731e7b326?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.043483 10.0.0.19 - - [2025-04-21 02:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.19 - - [2025-04-21 02:13:49] "GET /security-group/821e2ecf-e251-45e0-815d-3e8b84f2bcd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.005307 10.0.0.19 - - [2025-04-21 02:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.19 - - [2025-04-21 02:13:49] "GET /projects?obj_uuids=26d9c1ac-683d-4eca-9cb3-6e7731e7b326&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001137 10.0.0.19 - - [2025-04-21 02:13:49] "GET /project/26d9c1ac-683d-4eca-9cb3-6e7731e7b326?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.040248 10.0.0.19 - - [2025-04-21 02:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.19 - - [2025-04-21 02:13:49] "GET /security-group/821e2ecf-e251-45e0-815d-3e8b84f2bcd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.004445 10.0.0.19 - - [2025-04-21 02:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.19 - - [2025-04-21 02:13:49] "PUT /security-group/821e2ecf-e251-45e0-815d-3e8b84f2bcd2 HTTP/1.1" 200 262 0.015474 10.0.0.19 - - [2025-04-21 02:13:49] "PUT /access-control-list/6c56b572-1e51-4dc2-a9c2-d7e4a49c96ae HTTP/1.1" 200 272 0.015605 10.0.0.19 - - [2025-04-21 02:13:49] "PUT /access-control-list/e1b27715-2d02-44c8-8402-c0b0c2134edc HTTP/1.1" 200 272 0.009595 10.0.0.19 - - [2025-04-21 02:13:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000556 10.0.0.19 - - [2025-04-21 02:13:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.054061 10.0.0.19 - - [2025-04-21 02:13:50] "GET /projects?obj_uuids=25db246c-b2b2-4330-b944-f98ffe9e64ce&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001375 10.0.0.19 - - [2025-04-21 02:13:50] "GET /project/25db246c-b2b2-4330-b944-f98ffe9e64ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.035516 10.0.0.19 - - [2025-04-21 02:13:50] "POST /neutron/network HTTP/1.1" 200 117 0.032738 10.0.0.19 - - [2025-04-21 02:13:50] "GET /projects?obj_uuids=25db246c-b2b2-4330-b944-f98ffe9e64ce&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001062 10.0.0.19 - - [2025-04-21 02:13:50] "POST /neutron/network HTTP/1.1" 200 619 0.069340 10.0.0.19 - - [2025-04-21 02:13:50] "POST /route-targets HTTP/1.1" 200 327 0.009987 10.0.0.19 - - [2025-04-21 02:13:50] "POST /ref-update HTTP/1.1" 200 156 0.011029 10.0.0.19 - - [2025-04-21 02:13:50] "POST /useragent-kv HTTP/1.1" 200 115 0.005338 10.0.0.19 - - [2025-04-21 02:13:50] "POST /neutron/subnet HTTP/1.1" 200 729 0.228409 10.0.0.19 - - [2025-04-21 02:13:50] "POST /neutron/network HTTP/1.1" 200 839 0.006614 10.0.0.19 - - [2025-04-21 02:13:50] "POST /id-to-fqname HTTP/1.1" 200 233 0.001362 10.0.0.19 - - [2025-04-21 02:13:50] "GET /virtual-network/534ac2d2-617c-48c4-ae6f-f8ccd82b44bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005269 10.0.0.19 - - [2025-04-21 02:13:50] "POST /neutron/network HTTP/1.1" 200 839 0.006722 10.0.0.19 - - [2025-04-21 02:13:50] "GET /virtual-network/534ac2d2-617c-48c4-ae6f-f8ccd82b44bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005133 10.0.0.19 - - [2025-04-21 02:13:50] "POST /neutron/network HTTP/1.1" 200 839 0.008501 10.0.0.19 - - [2025-04-21 02:13:50] "POST /neutron/subnet HTTP/1.1" 200 729 0.007633 10.0.0.19 - - [2025-04-21 02:13:50] "GET /domains HTTP/1.1" 401 292 0.000499 10.0.0.19 - - [2025-04-21 02:13:51] "GET /domains HTTP/1.1" 200 280 0.031542 10.0.0.19 - - [2025-04-21 02:13:51] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001112 10.0.0.19 - - [2025-04-21 02:13:51] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e HTTP/1.1" 200 2781 0.012725 10.0.0.19 - - [2025-04-21 02:13:51] "GET /projects?obj_uuids=25db246c-b2b2-4330-b944-f98ffe9e64ce&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001102 10.0.0.19 - - [2025-04-21 02:13:51] "GET /project/25db246c-b2b2-4330-b944-f98ffe9e64ce HTTP/1.1" 200 2174 0.078552 10.0.0.19 - - [2025-04-21 02:13:51] "GET /virtual-network/534ac2d2-617c-48c4-ae6f-f8ccd82b44bf HTTP/1.1" 200 2343 0.007366 10.0.0.19 - - [2025-04-21 02:13:51] "GET /virtual-network/534ac2d2-617c-48c4-ae6f-f8ccd82b44bf HTTP/1.1" 200 2343 0.005509 10.0.0.19 - - [2025-04-21 02:13:51] "GET /routing-instance/e555f3fe-c062-4fb2-8088-29a1d352fec6 HTTP/1.1" 200 1491 0.003966 10.0.0.19 - - [2025-04-21 02:13:51] "GET /routing-instance/e555f3fe-c062-4fb2-8088-29a1d352fec6 HTTP/1.1" 200 1491 0.004160 10.0.0.19 - - [2025-04-21 02:13:51] "GET /route-target/88e4407d-608c-4895-8a0b-ae4fd7b0b264 HTTP/1.1" 200 1217 0.003917 10.0.0.19 - - [2025-04-21 02:13:51] "GET /virtual-network/534ac2d2-617c-48c4-ae6f-f8ccd82b44bf HTTP/1.1" 200 2343 0.006759 10.0.0.19 - - [2025-04-21 02:13:51] "GET /routing-instance/e555f3fe-c062-4fb2-8088-29a1d352fec6 HTTP/1.1" 200 1491 0.004140 10.0.0.19 - - [2025-04-21 02:13:51] "GET /virtual-network/534ac2d2-617c-48c4-ae6f-f8ccd82b44bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006022 10.0.0.19 - - [2025-04-21 02:13:51] "GET /virtual-network/534ac2d2-617c-48c4-ae6f-f8ccd82b44bf HTTP/1.1" 200 2343 0.005257 10.0.0.19 - - [2025-04-21 02:13:51] "GET /routing-instance/e555f3fe-c062-4fb2-8088-29a1d352fec6 HTTP/1.1" 200 1491 0.003831 10.0.0.19 - - [2025-04-21 02:13:51] "GET /routing-instance/e555f3fe-c062-4fb2-8088-29a1d352fec6 HTTP/1.1" 200 1491 0.004976 10.0.0.19 - - [2025-04-21 02:13:51] "GET /route-target/88e4407d-608c-4895-8a0b-ae4fd7b0b264 HTTP/1.1" 200 1217 0.003918 10.0.0.19 - - [2025-04-21 02:13:51] "GET /domains HTTP/1.1" 200 280 0.002753 10.0.0.19 - - [2025-04-21 02:13:51] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001019 10.0.0.19 - - [2025-04-21 02:13:51] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e HTTP/1.1" 200 2781 0.007109 10.0.0.19 - - [2025-04-21 02:13:51] "GET /projects?obj_uuids=25db246c-b2b2-4330-b944-f98ffe9e64ce&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001304 10.0.0.19 - - [2025-04-21 02:13:51] "GET /project/25db246c-b2b2-4330-b944-f98ffe9e64ce HTTP/1.1" 200 2174 0.070254 10.0.0.19 - - [2025-04-21 02:13:51] "GET /virtual-network/534ac2d2-617c-48c4-ae6f-f8ccd82b44bf HTTP/1.1" 200 2343 0.004975 10.0.0.19 - - [2025-04-21 02:13:51] "GET /obj-perms HTTP/1.1" 200 5054 0.053849 10.0.0.19 - - [2025-04-21 02:13:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.19 - - [2025-04-21 02:13:51] "GET /projects?obj_uuids=25db246c-b2b2-4330-b944-f98ffe9e64ce&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001035 10.0.0.19 - - [2025-04-21 02:13:52] "GET /project/25db246c-b2b2-4330-b944-f98ffe9e64ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.026626 10.0.0.19 - - [2025-04-21 02:13:52] "POST /neutron/network HTTP/1.1" 200 117 0.010152 10.0.0.19 - - [2025-04-21 02:13:52] "GET /projects?obj_uuids=25db246c-b2b2-4330-b944-f98ffe9e64ce&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001161 10.0.0.19 - - [2025-04-21 02:13:52] "POST /neutron/network HTTP/1.1" 200 619 0.073461 10.0.0.19 - - [2025-04-21 02:13:52] "POST /route-targets HTTP/1.1" 200 327 0.011525 10.0.0.19 - - [2025-04-21 02:13:52] "POST /ref-update HTTP/1.1" 200 156 0.014483 10.0.0.19 - - [2025-04-21 02:13:52] "POST /useragent-kv HTTP/1.1" 200 115 0.008399 10.0.0.19 - - [2025-04-21 02:13:52] "POST /neutron/subnet HTTP/1.1" 200 720 0.195288 10.0.0.19 - - [2025-04-21 02:13:52] "POST /neutron/network HTTP/1.1" 200 837 0.006533 10.0.0.19 - - [2025-04-21 02:13:52] "POST /id-to-fqname HTTP/1.1" 200 233 0.001437 10.0.0.19 - - [2025-04-21 02:13:52] "GET /virtual-network/7e8bedbb-8993-4f35-9e09-9c01bab30e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005533 10.0.0.19 - - [2025-04-21 02:13:52] "POST /neutron/network HTTP/1.1" 200 837 0.006389 10.0.0.19 - - [2025-04-21 02:13:52] "GET /virtual-network/7e8bedbb-8993-4f35-9e09-9c01bab30e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005346 10.0.0.19 - - [2025-04-21 02:13:52] "POST /neutron/network HTTP/1.1" 200 837 0.006643 10.0.0.19 - - [2025-04-21 02:13:52] "POST /neutron/subnet HTTP/1.1" 200 720 0.007935 10.0.0.19 - - [2025-04-21 02:13:52] "GET /domains HTTP/1.1" 200 280 0.003141 10.0.0.19 - - [2025-04-21 02:13:52] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001221 10.0.0.19 - - [2025-04-21 02:13:52] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e HTTP/1.1" 200 2781 0.010396 10.0.0.19 - - [2025-04-21 02:13:52] "GET /projects?obj_uuids=25db246c-b2b2-4330-b944-f98ffe9e64ce&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001341 10.0.0.19 - - [2025-04-21 02:13:52] "GET /project/25db246c-b2b2-4330-b944-f98ffe9e64ce HTTP/1.1" 200 2402 0.080846 10.0.0.19 - - [2025-04-21 02:13:52] "GET /virtual-network/7e8bedbb-8993-4f35-9e09-9c01bab30e79 HTTP/1.1" 200 2337 0.006740 10.0.0.19 - - [2025-04-21 02:13:52] "GET /virtual-network/7e8bedbb-8993-4f35-9e09-9c01bab30e79 HTTP/1.1" 200 2337 0.005134 10.0.0.19 - - [2025-04-21 02:13:52] "GET /routing-instance/3ff90d3a-20e2-4ae3-8d02-a393d71c685c HTTP/1.1" 200 1491 0.004148 10.0.0.19 - - [2025-04-21 02:13:52] "GET /routing-instance/3ff90d3a-20e2-4ae3-8d02-a393d71c685c HTTP/1.1" 200 1491 0.003656 10.0.0.19 - - [2025-04-21 02:13:52] "GET /route-target/8c4bb6ab-e1bb-412a-b752-8c03d8b8fed3 HTTP/1.1" 200 1219 0.003215 10.0.0.19 - - [2025-04-21 02:13:52] "GET /virtual-network/7e8bedbb-8993-4f35-9e09-9c01bab30e79 HTTP/1.1" 200 2337 0.004918 10.0.0.19 - - [2025-04-21 02:13:52] "GET /routing-instance/3ff90d3a-20e2-4ae3-8d02-a393d71c685c HTTP/1.1" 200 1491 0.003364 10.0.0.19 - - [2025-04-21 02:13:52] "GET /virtual-network/7e8bedbb-8993-4f35-9e09-9c01bab30e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005449 10.0.0.19 - - [2025-04-21 02:13:52] "GET /virtual-network/7e8bedbb-8993-4f35-9e09-9c01bab30e79 HTTP/1.1" 200 2337 0.004927 10.0.0.19 - - [2025-04-21 02:13:52] "GET /routing-instance/3ff90d3a-20e2-4ae3-8d02-a393d71c685c HTTP/1.1" 200 1491 0.003506 10.0.0.19 - - [2025-04-21 02:13:52] "GET /routing-instance/3ff90d3a-20e2-4ae3-8d02-a393d71c685c HTTP/1.1" 200 1491 0.013916 10.0.0.19 - - [2025-04-21 02:13:52] "GET /route-target/8c4bb6ab-e1bb-412a-b752-8c03d8b8fed3 HTTP/1.1" 200 1219 0.003805 10.0.0.19 - - [2025-04-21 02:13:52] "GET /domains HTTP/1.1" 200 280 0.003137 10.0.0.19 - - [2025-04-21 02:13:52] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001017 10.0.0.19 - - [2025-04-21 02:13:52] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e HTTP/1.1" 200 2781 0.007553 10.0.0.19 - - [2025-04-21 02:13:52] "GET /projects?obj_uuids=25db246c-b2b2-4330-b944-f98ffe9e64ce&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001002 10.0.0.19 - - [2025-04-21 02:13:52] "GET /project/25db246c-b2b2-4330-b944-f98ffe9e64ce HTTP/1.1" 200 2402 0.106450 10.0.0.19 - - [2025-04-21 02:13:52] "GET /virtual-network/7e8bedbb-8993-4f35-9e09-9c01bab30e79 HTTP/1.1" 200 2337 0.005638 10.0.0.19 - - [2025-04-21 02:13:52] "GET /obj-perms HTTP/1.1" 200 5054 0.004237 10.0.0.19 - - [2025-04-21 02:13:52] "POST /id-to-fqname HTTP/1.1" 200 233 0.001449 10.0.0.19 - - [2025-04-21 02:13:53] "POST /neutron/network HTTP/1.1" 200 847 0.005765 10.0.0.19 - - [2025-04-21 02:13:53] "GET /aaa-mode HTTP/1.1" 401 292 0.000378 10.0.0.19 - - [2025-04-21 02:13:53] "GET / HTTP/1.1" 200 35931 0.001718 10.0.0.19 - - [2025-04-21 02:13:53] "GET /project/25db246c-b2b2-4330-b944-f98ffe9e64ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000399 10.0.0.19 - - [2025-04-21 02:13:53] "GET /projects?obj_uuids=25db246c-b2b2-4330-b944-f98ffe9e64ce&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001053 10.0.0.19 - - [2025-04-21 02:13:53] "GET /project/25db246c-b2b2-4330-b944-f98ffe9e64ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.052326 10.0.0.19 - - [2025-04-21 02:13:53] "POST /neutron/network HTTP/1.1" 200 837 0.006078 10.0.0.19 - - [2025-04-21 02:13:54] "POST /neutron/port HTTP/1.1" 200 117 0.005803 10.0.0.19 - - [2025-04-21 02:13:54] "POST /neutron/port HTTP/1.1" 200 117 0.005698 10.0.0.19 - - [2025-04-21 02:13:54] "POST /id-to-fqname HTTP/1.1" 200 233 0.001279 10.0.0.19 - - [2025-04-21 02:13:54] "POST /neutron/port HTTP/1.1" 200 117 0.009125 10.0.0.19 - - [2025-04-21 02:13:54] "POST /neutron/network HTTP/1.1" 200 849 0.006354 10.0.0.19 - - [2025-04-21 02:13:54] "GET /aaa-mode HTTP/1.1" 401 292 0.000538 10.0.0.19 - - [2025-04-21 02:13:54] "POST /neutron/network HTTP/1.1" 200 847 0.007178 10.0.0.19 - - [2025-04-21 02:13:54] "GET /projects?obj_uuids=25db246c-b2b2-4330-b944-f98ffe9e64ce&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001463 10.0.0.19 - - [2025-04-21 02:13:54] "GET / HTTP/1.1" 200 35931 0.001646 10.0.0.19 - - [2025-04-21 02:13:54] "GET /project/25db246c-b2b2-4330-b944-f98ffe9e64ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000400 10.0.0.19 - - [2025-04-21 02:13:54] "POST /neutron/port HTTP/1.1" 200 1071 0.229194 10.0.0.19 - - [2025-04-21 02:13:54] "POST /neutron/port HTTP/1.1" 200 1071 0.012213 10.0.0.19 - - [2025-04-21 02:13:54] "POST /neutron/port HTTP/1.1" 200 1071 0.008024 10.0.0.19 - - [2025-04-21 02:13:54] "POST /neutron/port HTTP/1.1" 200 1125 0.088257 10.0.0.19 - - [2025-04-21 02:13:54] "POST /neutron/port HTTP/1.1" 200 1099 0.015095 10.0.0.19 - - [2025-04-21 02:13:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003438 10.0.0.19 - - [2025-04-21 02:13:54] "POST /neutron/subnet HTTP/1.1" 200 694 0.010539 10.0.0.19 - - [2025-04-21 02:13:54] "POST /neutron/port HTTP/1.1" 200 117 0.001139 10.0.0.19 - - [2025-04-21 02:13:54] "GET /projects?obj_uuids=25db246c-b2b2-4330-b944-f98ffe9e64ce&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001471 10.0.0.19 - - [2025-04-21 02:13:54] "POST /neutron/network HTTP/1.1" 200 837 0.012512 10.0.0.19 - - [2025-04-21 02:13:55] "GET /project/25db246c-b2b2-4330-b944-f98ffe9e64ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.067570 10.0.0.19 - - [2025-04-21 02:13:55] "POST /neutron/network HTTP/1.1" 200 839 0.005932 10.0.0.19 - - [2025-04-21 02:13:55] "POST /neutron/port HTTP/1.1" 200 1099 0.038190 10.0.0.19 - - [2025-04-21 02:13:55] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010135 10.0.0.19 - - [2025-04-21 02:13:55] "POST /neutron/port HTTP/1.1" 200 117 0.006990 10.0.0.19 - - [2025-04-21 02:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.19 - - [2025-04-21 02:13:55] "GET /projects?obj_uuids=25db246c-b2b2-4330-b944-f98ffe9e64ce&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001427 10.0.0.19 - - [2025-04-21 02:13:55] "GET /project/25db246c-b2b2-4330-b944-f98ffe9e64ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.042895 10.0.0.19 - - [2025-04-21 02:13:55] "GET /virtual-network/534ac2d2-617c-48c4-ae6f-f8ccd82b44bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007907 10.0.0.19 - - [2025-04-21 02:13:55] "GET /floating-ip-pools?parent_id=534ac2d2-617c-48c4-ae6f-f8ccd82b44bf&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003711 10.0.0.19 - - [2025-04-21 02:13:55] "GET /virtual-network/534ac2d2-617c-48c4-ae6f-f8ccd82b44bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007288 10.0.0.19 - - [2025-04-21 02:13:55] "POST /neutron/network HTTP/1.1" 200 849 0.005506 10.0.0.19 - - [2025-04-21 02:13:55] "POST /floating-ip-pools HTTP/1.1" 200 609 0.038342 10.0.0.19 - - [2025-04-21 02:13:55] "GET /projects?obj_uuids=25db246c-b2b2-4330-b944-f98ffe9e64ce&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001205 10.0.0.19 - - [2025-04-21 02:13:55] "POST /ref-update HTTP/1.1" 200 156 0.018598 10.0.0.19 - - [2025-04-21 02:13:55] "GET /virtual-network/534ac2d2-617c-48c4-ae6f-f8ccd82b44bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.014227 10.0.0.19 - - [2025-04-21 02:13:55] "GET /domains HTTP/1.1" 200 280 0.003543 10.0.0.19 - - [2025-04-21 02:13:55] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001129 10.0.0.19 - - [2025-04-21 02:13:55] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e HTTP/1.1" 200 2781 0.008989 10.0.0.19 - - [2025-04-21 02:13:55] "GET /projects?obj_uuids=25db246c-b2b2-4330-b944-f98ffe9e64ce&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001078 10.0.0.19 - - [2025-04-21 02:13:55] "GET /project/25db246c-b2b2-4330-b944-f98ffe9e64ce HTTP/1.1" 200 3244 0.092965 10.0.0.19 - - [2025-04-21 02:13:55] "GET /virtual-network/534ac2d2-617c-48c4-ae6f-f8ccd82b44bf HTTP/1.1" 200 2934 0.006620 10.0.0.19 - - [2025-04-21 02:13:55] "GET /floating-ip-pool/5f31d455-e92c-4dd5-b6cd-a4a066c63b26 HTTP/1.1" 200 1441 0.004287 10.0.0.19 - - [2025-04-21 02:13:55] "GET /domains HTTP/1.1" 200 280 0.005206 10.0.0.19 - - [2025-04-21 02:13:55] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001556 10.0.0.19 - - [2025-04-21 02:13:55] "POST /neutron/port HTTP/1.1" 200 1073 0.362323 10.0.0.19 - - [2025-04-21 02:13:55] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e HTTP/1.1" 200 2781 0.014414 10.0.0.19 - - [2025-04-21 02:13:56] "GET /projects?obj_uuids=25db246c-b2b2-4330-b944-f98ffe9e64ce&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001237 10.0.0.19 - - [2025-04-21 02:13:56] "POST /neutron/port HTTP/1.1" 200 1073 0.025163 10.0.0.19 - - [2025-04-21 02:13:56] "POST /neutron/port HTTP/1.1" 200 1073 0.015823 10.0.0.19 - - [2025-04-21 02:13:56] "GET /project/25db246c-b2b2-4330-b944-f98ffe9e64ce HTTP/1.1" 200 3244 0.112251 10.0.0.19 - - [2025-04-21 02:13:56] "GET /virtual-network/534ac2d2-617c-48c4-ae6f-f8ccd82b44bf HTTP/1.1" 200 3155 0.019214 10.0.0.19 - - [2025-04-21 02:13:56] "GET /virtual-network/534ac2d2-617c-48c4-ae6f-f8ccd82b44bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.014654 10.0.0.19 - - [2025-04-21 02:13:56] "POST /neutron/port HTTP/1.1" 200 1127 0.194577 10.0.0.19 - - [2025-04-21 02:13:56] "POST /neutron/port HTTP/1.1" 200 1099 0.019250 10.0.0.19 - - [2025-04-21 02:13:56] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006329 10.0.0.19 - - [2025-04-21 02:13:56] "POST /neutron/port HTTP/1.1" 200 1101 0.018999 10.0.0.19 - - [2025-04-21 02:13:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004252 10.0.0.19 - - [2025-04-21 02:13:56] "POST /neutron/subnet HTTP/1.1" 200 703 0.015450 10.0.0.19 - - [2025-04-21 02:13:56] "POST /neutron/port HTTP/1.1" 200 117 0.001281 10.0.0.19 - - [2025-04-21 02:13:56] "POST /neutron/network HTTP/1.1" 200 839 0.010928 10.0.0.19 - - [2025-04-21 02:14:01] "POST /neutron/port HTTP/1.1" 200 1099 0.018454 10.0.0.19 - - [2025-04-21 02:14:01] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008201 10.0.0.19 - - [2025-04-21 02:14:01] "POST /neutron/port HTTP/1.1" 200 1099 0.017971 10.0.0.19 - - [2025-04-21 02:14:01] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006575 10.0.0.19 - - [2025-04-21 02:14:01] "POST /neutron/port HTTP/1.1" 200 1099 0.019147 10.0.0.19 - - [2025-04-21 02:14:01] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008523 10.0.0.19 - - [2025-04-21 02:14:01] "GET /virtual-machine/ef7c457b-bbe4-48c5-9c1f-2029c6697299 HTTP/1.1" 200 1305 0.007761 10.0.0.19 - - [2025-04-21 02:14:01] "GET /virtual-machine-interface/f1d34d65-1321-4b1c-ac64-f763155bcd14 HTTP/1.1" 200 3005 0.028773 10.0.0.19 - - [2025-04-21 02:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.19 - - [2025-04-21 02:14:01] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005537 10.0.0.19 - - [2025-04-21 02:14:01] "GET /virtual-networks?parent_id=25db246c-b2b2-4330-b944-f98ffe9e64ce&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003366 10.0.0.19 - - [2025-04-21 02:14:01] "GET /virtual-network/7e8bedbb-8993-4f35-9e09-9c01bab30e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005658 10.0.0.19 - - [2025-04-21 02:14:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.19 - - [2025-04-21 02:14:04] "GET /virtual-network/7e8bedbb-8993-4f35-9e09-9c01bab30e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005421 10.0.0.19 - - [2025-04-21 02:14:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.19 - - [2025-04-21 02:14:06] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004305 10.0.0.19 - - [2025-04-21 02:14:06] "GET /virtual-networks?parent_id=25db246c-b2b2-4330-b944-f98ffe9e64ce&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004030 10.0.0.19 - - [2025-04-21 02:14:07] "GET /virtual-network/7e8bedbb-8993-4f35-9e09-9c01bab30e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.009204 10.0.0.19 - - [2025-04-21 02:14:07] "POST /neutron/port HTTP/1.1" 200 1099 0.021581 10.0.0.19 - - [2025-04-21 02:14:07] "POST /neutron/port HTTP/1.1" 200 1099 0.057517 10.0.0.19 - - [2025-04-21 02:14:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009054 10.0.0.19 - - [2025-04-21 02:14:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006744 10.0.0.19 - - [2025-04-21 02:14:07] "POST /neutron/port HTTP/1.1" 200 1101 0.016909 10.0.0.19 - - [2025-04-21 02:14:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007644 10.0.0.19 - - [2025-04-21 02:14:09] "DELETE /project/26d9c1ac683d4eca9cb36e7731e7b326 HTTP/1.1" 404 173 0.009875 10.0.0.19 - - [2025-04-21 02:14:09] "DELETE /project/25db246cb2b24330b944f98ffe9e64ce HTTP/1.1" 404 173 0.007224 10.0.0.19 - - [2025-04-21 02:14:09] "DELETE /project/1b597f25c2034c1daede462501a7ca20 HTTP/1.1" 404 173 0.005914 10.0.0.19 - - [2025-04-21 02:14:09] "GET /projects?obj_uuids=1b597f25-c203-4c1d-aede-462501a7ca20&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001159 10.0.0.19 - - [2025-04-21 02:14:09] "GET /project/1b597f25-c203-4c1d-aede-462501a7ca20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.035597 10.0.0.19 - - [2025-04-21 02:14:09] "GET /projects?obj_uuids=1b597f25-c203-4c1d-aede-462501a7ca20&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001070 10.0.0.19 - - [2025-04-21 02:14:09] "GET /project/1b597f25-c203-4c1d-aede-462501a7ca20?fields=security_groups HTTP/1.1" 200 1396 0.036634 10.0.0.19 - - [2025-04-21 02:14:09] "DELETE /security-group/c5f68ad0-fc57-4ea8-9ed6-4db8ac628f95 HTTP/1.1" 200 115 0.056886 10.0.0.19 - - [2025-04-21 02:14:09] "GET /projects?obj_uuids=1b597f25-c203-4c1d-aede-462501a7ca20&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001166 10.0.0.19 - - [2025-04-21 02:14:09] "DELETE /access-control-list/4e7625f6-afca-4150-a15c-b80201d26b51 HTTP/1.1" 200 115 0.042385 10.0.0.19 - - [2025-04-21 02:14:09] "GET /project/1b597f25-c203-4c1d-aede-462501a7ca20?fields=application_policy_sets HTTP/1.1" 200 1435 0.056743 10.0.0.19 - - [2025-04-21 02:14:09] "DELETE /access-control-list/2f9a7a9d-534c-418e-a91d-52e7f560bb52 HTTP/1.1" 200 115 0.050719 10.0.0.19 - - [2025-04-21 02:14:09] "DELETE /project/1b597f25-c203-4c1d-aede-462501a7ca20 HTTP/1.1" 200 115 0.352060 10.0.0.19 - - [2025-04-21 02:14:12] "GET /projects?obj_uuids=25db246c-b2b2-4330-b944-f98ffe9e64ce&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001306 10.0.0.19 - - [2025-04-21 02:14:12] "POST /neutron/floatingip HTTP/1.1" 200 531 0.083088 10.0.0.19 - - [2025-04-21 02:14:12] "POST /neutron/port HTTP/1.1" 200 1099 0.017017 10.0.0.19 - - [2025-04-21 02:14:12] "POST /neutron/floatingip HTTP/1.1" 200 531 0.006897 10.0.0.19 - - [2025-04-21 02:14:12] "POST /neutron/floatingip HTTP/1.1" 200 577 0.042632 10.0.0.19 - - [2025-04-21 02:14:12] "POST /neutron/port HTTP/1.1" 200 1101 0.016603 10.0.0.19 - - [2025-04-21 02:14:12] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010954 10.0.0.19 - - [2025-04-21 02:14:12] "POST /neutron/port HTTP/1.1" 200 1101 0.017986 10.0.0.19 - - [2025-04-21 02:14:12] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008597 10.0.0.19 - - [2025-04-21 02:14:12] "POST /neutron/port HTTP/1.1" 200 1101 0.018307 10.0.0.19 - - [2025-04-21 02:14:12] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007172 10.0.0.19 - - [2025-04-21 02:14:12] "GET /virtual-machine/52973ca1-3ecf-4194-8c85-c0ce959eaeed HTTP/1.1" 200 1304 0.006477 10.0.0.19 - - [2025-04-21 02:14:12] "GET /virtual-machine-interface/3744d272-336c-44dd-af7f-6193f347ee11 HTTP/1.1" 200 3004 0.006299 10.0.0.19 - - [2025-04-21 02:14:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.19 - - [2025-04-21 02:14:12] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004117 10.0.0.19 - - [2025-04-21 02:14:12] "GET /virtual-networks?parent_id=25db246c-b2b2-4330-b944-f98ffe9e64ce&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003855 10.0.0.19 - - [2025-04-21 02:14:12] "GET /virtual-network/534ac2d2-617c-48c4-ae6f-f8ccd82b44bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006610 10.0.0.19 - - [2025-04-21 02:14:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.19 - - [2025-04-21 02:14:14] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005072 10.0.0.19 - - [2025-04-21 02:14:14] "GET /virtual-networks?parent_id=25db246c-b2b2-4330-b944-f98ffe9e64ce&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003913 10.0.0.19 - - [2025-04-21 02:14:14] "GET /virtual-network/534ac2d2-617c-48c4-ae6f-f8ccd82b44bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006406 10.0.0.19 - - [2025-04-21 02:14:14] "POST /neutron/floatingip HTTP/1.1" 200 577 0.011783 10.0.0.19 - - [2025-04-21 02:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002486 10.0.0.19 - - [2025-04-21 02:14:14] "GET /routing-instance/e555f3fe-c062-4fb2-8088-29a1d352fec6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.003844 10.0.0.19 - - [2025-04-21 02:14:14] "GET /route-target/88e4407d-608c-4895-8a0b-ae4fd7b0b264?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004102 10.0.0.19 - - [2025-04-21 02:14:14] "GET /floating-ip/1019aa43-9a76-4c86-84ac-6b150d9b8ae8 HTTP/1.1" 200 1888 0.006202 10.0.0.19 - - [2025-04-21 02:14:14] "GET /obj-perms HTTP/1.1" 200 5056 0.047360 10.0.0.19 - - [2025-04-21 02:14:14] "GET /obj-perms HTTP/1.1" 200 5056 0.047073 10.0.0.19 - - [2025-04-21 02:14:17] "POST /neutron/floatingip HTTP/1.1" 200 577 0.013066 10.0.0.19 - - [2025-04-21 02:14:17] "POST /neutron/floatingip HTTP/1.1" 200 531 0.017549 10.0.0.19 - - [2025-04-21 02:14:17] "POST /neutron/floatingip HTTP/1.1" 200 531 0.006122 10.0.0.19 - - [2025-04-21 02:14:17] "POST /neutron/floatingip HTTP/1.1" 200 115 0.040028 10.0.0.19 - - [2025-04-21 02:14:17] "GET /floating-ip-pool/5f31d455-e92c-4dd5-b6cd-a4a066c63b26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.003663 10.0.0.19 - - [2025-04-21 02:14:17] "POST /ref-update HTTP/1.1" 200 156 0.010981 10.0.0.19 - - [2025-04-21 02:14:17] "DELETE /floating-ip-pool/5f31d455-e92c-4dd5-b6cd-a4a066c63b26 HTTP/1.1" 200 115 0.029573 10.0.0.19 - - [2025-04-21 02:14:17] "POST /neutron/network HTTP/1.1" 200 837 0.010102 10.0.0.19 - - [2025-04-21 02:14:17] "POST /neutron/network HTTP/1.1" 400 204 0.012341 10.0.0.19 - - [2025-04-21 02:14:17] "POST /neutron/port HTTP/1.1" 200 1101 0.016920 10.0.0.19 - - [2025-04-21 02:14:17] "POST /neutron/port HTTP/1.1" 200 1127 0.022431 10.0.0.19 - - [2025-04-21 02:14:18] "POST /neutron/port HTTP/1.1" 200 1099 0.017170 10.0.0.19 - - [2025-04-21 02:14:18] "POST /neutron/port HTTP/1.1" 200 1125 0.013724 10.0.0.19 - - [2025-04-21 02:14:18] "POST /neutron/port HTTP/1.1" 200 151 0.151257 10.0.0.19 - - [2025-04-21 02:14:18] "POST /neutron/port HTTP/1.1" 200 151 0.155622 10.0.0.19 - - [2025-04-21 02:14:19] "POST /neutron/network HTTP/1.1" 200 837 0.006546 10.0.0.19 - - [2025-04-21 02:14:19] "POST /useragent-kv HTTP/1.1" 200 115 0.005372 10.0.0.19 - - [2025-04-21 02:14:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004539 10.0.0.19 - - [2025-04-21 02:14:19] "POST /useragent-kv HTTP/1.1" 200 115 0.001930 10.0.0.19 - - [2025-04-21 02:14:19] "POST /neutron/network HTTP/1.1" 200 151 0.096549 10.0.0.19 - - [2025-04-21 02:14:19] "GET /routing-instance/3ff90d3a-20e2-4ae3-8d02-a393d71c685c HTTP/1.1" 404 171 0.002305 10.0.0.19 - - [2025-04-21 02:14:19] "GET /domains HTTP/1.1" 200 280 0.006429 10.0.0.19 - - [2025-04-21 02:14:19] "DELETE /route-target/8c4bb6ab-e1bb-412a-b752-8c03d8b8fed3 HTTP/1.1" 200 115 0.028825 10.0.0.19 - - [2025-04-21 02:14:19] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001120 10.0.0.19 - - [2025-04-21 02:14:19] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e HTTP/1.1" 200 2584 0.052319 10.0.0.19 - - [2025-04-21 02:14:19] "GET /projects?obj_uuids=25db246c-b2b2-4330-b944-f98ffe9e64ce&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001220 10.0.0.19 - - [2025-04-21 02:14:19] "GET /project/25db246c-b2b2-4330-b944-f98ffe9e64ce HTTP/1.1" 200 2174 0.071091 10.0.0.19 - - [2025-04-21 02:14:19] "POST /neutron/network HTTP/1.1" 200 839 0.006500 10.0.0.19 - - [2025-04-21 02:14:19] "POST /useragent-kv HTTP/1.1" 200 115 0.004461 10.0.0.19 - - [2025-04-21 02:14:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005072 10.0.0.19 - - [2025-04-21 02:14:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002770 10.0.0.19 - - [2025-04-21 02:14:19] "POST /neutron/network HTTP/1.1" 200 151 0.095979 10.0.0.19 - - [2025-04-21 02:14:19] "GET /routing-instance/e555f3fe-c062-4fb2-8088-29a1d352fec6 HTTP/1.1" 404 171 0.005106 10.0.0.19 - - [2025-04-21 02:14:19] "DELETE /route-target/88e4407d-608c-4895-8a0b-ae4fd7b0b264 HTTP/1.1" 200 115 0.017987 10.0.0.19 - - [2025-04-21 02:14:19] "GET /domains HTTP/1.1" 200 280 0.003458 10.0.0.19 - - [2025-04-21 02:14:19] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001086 10.0.0.19 - - [2025-04-21 02:14:20] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e HTTP/1.1" 200 2584 0.049228 10.0.0.19 - - [2025-04-21 02:14:20] "GET /projects?obj_uuids=25db246c-b2b2-4330-b944-f98ffe9e64ce&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001213 10.0.0.19 - - [2025-04-21 02:14:20] "GET /project/25db246c-b2b2-4330-b944-f98ffe9e64ce HTTP/1.1" 200 1924 0.079530 10.0.0.19 - - [2025-04-21 02:14:20] "GET /projects?obj_uuids=25db246c-b2b2-4330-b944-f98ffe9e64ce&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002055 10.0.0.19 - - [2025-04-21 02:14:20] "GET /project/25db246c-b2b2-4330-b944-f98ffe9e64ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.033611 10.0.0.19 - - [2025-04-21 02:14:20] "GET /projects?obj_uuids=25db246c-b2b2-4330-b944-f98ffe9e64ce&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001052 10.0.0.19 - - [2025-04-21 02:14:20] "GET /project/25db246c-b2b2-4330-b944-f98ffe9e64ce?fields=virtual_networks HTTP/1.1" 200 1056 0.075833 10.0.0.19 - - [2025-04-21 02:14:20] "GET /projects?obj_uuids=25db246c-b2b2-4330-b944-f98ffe9e64ce&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001183 10.0.0.19 - - [2025-04-21 02:14:20] "GET /project/25db246c-b2b2-4330-b944-f98ffe9e64ce?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.024544 10.0.0.19 - - [2025-04-21 02:14:20] "GET /projects?obj_uuids=25db246c-b2b2-4330-b944-f98ffe9e64ce&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001194 10.0.0.19 - - [2025-04-21 02:14:20] "GET /project/25db246c-b2b2-4330-b944-f98ffe9e64ce?fields=security_groups HTTP/1.1" 200 1294 0.035287 10.0.0.19 - - [2025-04-21 02:14:21] "POST /fqname-to-id HTTP/1.1" 404 183 0.033799 10.0.0.19 - - [2025-04-21 02:14:21] "GET /projects?obj_uuids=1364dae8-5691-45e0-b384-7fddb0c55d74&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002647 10.0.0.19 - - [2025-04-21 02:14:21] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001102 10.0.0.19 - - [2025-04-21 02:14:21] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007999 10.0.0.19 - - [2025-04-21 02:14:21] "POST /id-to-fqname HTTP/1.1" 200 185 0.001287 10.0.0.19 - - [2025-04-21 02:14:21] "POST /fqname-to-id HTTP/1.1" 404 194 0.003294 10.0.0.19 - - [2025-04-21 02:14:21] "POST /security-groups HTTP/1.1" 200 586 0.071730 10.0.0.19 - - [2025-04-21 02:14:21] "POST /fqname-to-id HTTP/1.1" 404 229 0.004198 10.0.0.19 - - [2025-04-21 02:14:21] "POST /projects HTTP/1.1" 200 575 0.235728 10.0.0.19 - - [2025-04-21 02:14:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.308398 10.0.0.19 - - [2025-04-21 02:14:21] "POST /access-control-lists HTTP/1.1" 200 591 0.066414 10.0.0.19 - - [2025-04-21 02:14:22] "POST /fqname-to-id HTTP/1.1" 404 228 0.003225 10.0.0.19 - - [2025-04-21 02:14:22] "GET /project/1364dae8-5691-45e0-b384-7fddb0c55d74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.441252 10.0.0.19 - - [2025-04-21 02:14:22] "POST /access-control-lists HTTP/1.1" 200 589 0.066523 10.0.0.19 - - [2025-04-21 02:14:23] "GET / HTTP/1.1" 200 35931 0.001935 10.0.0.19 - - [2025-04-21 02:14:24] "GET /projects?obj_uuids=1364dae8-5691-45e0-b384-7fddb0c55d74&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001381 10.0.0.19 - - [2025-04-21 02:14:24] "GET /project/1364dae8-5691-45e0-b384-7fddb0c55d74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.027256 10.0.0.19 - - [2025-04-21 02:14:24] "GET /projects?obj_uuids=1364dae8-5691-45e0-b384-7fddb0c55d74&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001323 10.0.0.19 - - [2025-04-21 02:14:24] "GET /project/1364dae8-5691-45e0-b384-7fddb0c55d74?fields=virtual_networks HTTP/1.1" 200 1022 0.079027 10.0.0.19 - - [2025-04-21 02:14:24] "GET /projects?obj_uuids=1364dae8-5691-45e0-b384-7fddb0c55d74&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001097 10.0.0.19 - - [2025-04-21 02:14:24] "GET /project/1364dae8-5691-45e0-b384-7fddb0c55d74?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.034073 10.0.0.19 - - [2025-04-21 02:14:24] "GET /projects?obj_uuids=1364dae8-5691-45e0-b384-7fddb0c55d74&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001191 10.0.0.19 - - [2025-04-21 02:14:24] "GET /project/1364dae8-5691-45e0-b384-7fddb0c55d74?fields=security_groups HTTP/1.1" 200 1243 0.038105 10.0.0.19 - - [2025-04-21 02:14:25] "POST /fqname-to-id HTTP/1.1" 404 191 0.027214 10.0.0.19 - - [2025-04-21 02:14:25] "GET /projects?obj_uuids=cf725693-c2e4-487a-aef3-12ba18e3838f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002839 10.0.0.19 - - [2025-04-21 02:14:25] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001198 10.0.0.19 - - [2025-04-21 02:14:25] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008015 10.0.0.19 - - [2025-04-21 02:14:25] "POST /id-to-fqname HTTP/1.1" 200 193 0.002698 10.0.0.19 - - [2025-04-21 02:14:25] "POST /fqname-to-id HTTP/1.1" 404 202 0.004292 10.0.0.19 - - [2025-04-21 02:14:25] "POST /security-groups HTTP/1.1" 200 594 0.072695 10.0.0.19 - - [2025-04-21 02:14:25] "POST /fqname-to-id HTTP/1.1" 404 237 0.004164 10.0.0.19 - - [2025-04-21 02:14:25] "POST /projects HTTP/1.1" 200 591 0.243483 10.0.0.19 - - [2025-04-21 02:14:25] "POST /access-control-lists HTTP/1.1" 200 599 0.063818 10.0.0.19 - - [2025-04-21 02:14:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.316488 10.0.0.19 - - [2025-04-21 02:14:25] "POST /fqname-to-id HTTP/1.1" 404 236 0.003281 10.0.0.19 - - [2025-04-21 02:14:26] "GET /project/cf725693-c2e4-487a-aef3-12ba18e3838f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.445120 10.0.0.19 - - [2025-04-21 02:14:26] "POST /access-control-lists HTTP/1.1" 200 597 0.063661 10.0.0.19 - - [2025-04-21 02:14:27] "GET / HTTP/1.1" 200 35931 0.001974 10.0.0.19 - - [2025-04-21 02:14:28] "GET /project/cf725693-c2e4-487a-aef3-12ba18e3838f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000713 10.0.0.19 - - [2025-04-21 02:14:28] "GET /projects?obj_uuids=cf725693-c2e4-487a-aef3-12ba18e3838f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001064 10.0.0.19 - - [2025-04-21 02:14:28] "GET /project/cf725693-c2e4-487a-aef3-12ba18e3838f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.054381 10.0.0.19 - - [2025-04-21 02:14:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.19 - - [2025-04-21 02:14:28] "GET /security-group/794d7f72-b343-4f5e-9ec8-76ee46fb3651?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.006109 10.0.0.19 - - [2025-04-21 02:14:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.19 - - [2025-04-21 02:14:28] "GET /projects?obj_uuids=cf725693-c2e4-487a-aef3-12ba18e3838f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001741 10.0.0.19 - - [2025-04-21 02:14:28] "GET /project/cf725693-c2e4-487a-aef3-12ba18e3838f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.034069 10.0.0.19 - - [2025-04-21 02:14:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.19 - - [2025-04-21 02:14:28] "GET /security-group/794d7f72-b343-4f5e-9ec8-76ee46fb3651?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.004846 10.0.0.19 - - [2025-04-21 02:14:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.19 - - [2025-04-21 02:14:28] "PUT /security-group/794d7f72-b343-4f5e-9ec8-76ee46fb3651 HTTP/1.1" 200 262 0.016577 10.0.0.19 - - [2025-04-21 02:14:28] "PUT /access-control-list/5faeb912-6089-4b99-a81d-55e30ee274a6 HTTP/1.1" 200 272 0.010361 10.0.0.19 - - [2025-04-21 02:14:28] "PUT /access-control-list/855dcf0d-1882-4238-9b8b-aebb429827f2 HTTP/1.1" 200 272 0.016315 10.0.0.19 - - [2025-04-21 02:14:28] "POST /fqname-to-id HTTP/1.1" 404 202 0.005268 10.0.0.19 - - [2025-04-21 02:14:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.19 - - [2025-04-21 02:14:29] "GET /projects?obj_uuids=cf725693-c2e4-487a-aef3-12ba18e3838f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001713 10.0.0.19 - - [2025-04-21 02:14:29] "GET /project/cf725693-c2e4-487a-aef3-12ba18e3838f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.032377 10.0.0.19 - - [2025-04-21 02:14:29] "POST /neutron/network HTTP/1.1" 200 117 0.031470 10.0.0.19 - - [2025-04-21 02:14:29] "GET /projects?obj_uuids=cf725693-c2e4-487a-aef3-12ba18e3838f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001531 10.0.0.19 - - [2025-04-21 02:14:29] "POST /neutron/network HTTP/1.1" 200 608 0.074497 10.0.0.19 - - [2025-04-21 02:14:29] "POST /route-targets HTTP/1.1" 200 327 0.010780 10.0.0.19 - - [2025-04-21 02:14:29] "POST /ref-update HTTP/1.1" 200 156 0.015368 10.0.0.19 - - [2025-04-21 02:14:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003119 10.0.0.19 - - [2025-04-21 02:14:29] "POST /neutron/subnet HTTP/1.1" 200 734 0.201231 10.0.0.19 - - [2025-04-21 02:14:29] "POST /neutron/network HTTP/1.1" 200 829 0.006623 10.0.0.19 - - [2025-04-21 02:14:29] "POST /id-to-fqname HTTP/1.1" 200 223 0.002025 10.0.0.19 - - [2025-04-21 02:14:29] "GET /virtual-network/bbb82dda-47ed-4873-903e-5a94e33bfed9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005567 10.0.0.19 - - [2025-04-21 02:14:29] "POST /neutron/network HTTP/1.1" 200 829 0.006356 10.0.0.19 - - [2025-04-21 02:14:29] "GET /virtual-network/bbb82dda-47ed-4873-903e-5a94e33bfed9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005666 10.0.0.19 - - [2025-04-21 02:14:29] "POST /neutron/network HTTP/1.1" 200 829 0.006722 10.0.0.19 - - [2025-04-21 02:14:29] "POST /neutron/subnet HTTP/1.1" 200 734 0.007769 10.0.0.19 - - [2025-04-21 02:14:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002642 10.0.0.19 - - [2025-04-21 02:14:29] "GET /projects?obj_uuids=cf725693-c2e4-487a-aef3-12ba18e3838f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001040 10.0.0.19 - - [2025-04-21 02:14:29] "GET /project/cf725693-c2e4-487a-aef3-12ba18e3838f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.028589 10.0.0.19 - - [2025-04-21 02:14:29] "POST /neutron/network HTTP/1.1" 200 117 0.010741 10.0.0.19 - - [2025-04-21 02:14:29] "GET /projects?obj_uuids=cf725693-c2e4-487a-aef3-12ba18e3838f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001087 10.0.0.19 - - [2025-04-21 02:14:30] "POST /neutron/network HTTP/1.1" 200 615 0.096981 10.0.0.19 - - [2025-04-21 02:14:30] "POST /route-targets HTTP/1.1" 200 327 0.015118 10.0.0.19 - - [2025-04-21 02:14:30] "POST /ref-update HTTP/1.1" 200 156 0.015532 10.0.0.19 - - [2025-04-21 02:14:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003850 10.0.0.19 - - [2025-04-21 02:14:30] "POST /neutron/subnet HTTP/1.1" 200 720 0.184936 10.0.0.19 - - [2025-04-21 02:14:30] "POST /neutron/network HTTP/1.1" 200 833 0.006178 10.0.0.19 - - [2025-04-21 02:14:30] "POST /id-to-fqname HTTP/1.1" 200 227 0.001379 10.0.0.19 - - [2025-04-21 02:14:30] "GET /virtual-network/af9129a4-1da0-4bb7-9042-2d82bdf5f30c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006036 10.0.0.19 - - [2025-04-21 02:14:30] "POST /neutron/network HTTP/1.1" 200 833 0.006755 10.0.0.19 - - [2025-04-21 02:14:30] "GET /virtual-network/af9129a4-1da0-4bb7-9042-2d82bdf5f30c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005111 10.0.0.19 - - [2025-04-21 02:14:30] "POST /neutron/network HTTP/1.1" 200 833 0.007053 10.0.0.19 - - [2025-04-21 02:14:30] "POST /neutron/subnet HTTP/1.1" 200 720 0.006778 10.0.0.19 - - [2025-04-21 02:14:30] "POST /id-to-fqname HTTP/1.1" 200 223 0.001418 10.0.0.19 - - [2025-04-21 02:14:30] "POST /neutron/network HTTP/1.1" 200 839 0.005645 10.0.0.19 - - [2025-04-21 02:14:30] "GET /aaa-mode HTTP/1.1" 401 292 0.000411 10.0.0.19 - - [2025-04-21 02:14:30] "GET / HTTP/1.1" 200 35931 0.001752 10.0.0.19 - - [2025-04-21 02:14:30] "GET /project/cf725693-c2e4-487a-aef3-12ba18e3838f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000490 10.0.0.19 - - [2025-04-21 02:14:31] "GET /projects?obj_uuids=cf725693-c2e4-487a-aef3-12ba18e3838f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001186 10.0.0.19 - - [2025-04-21 02:14:31] "GET /project/cf725693-c2e4-487a-aef3-12ba18e3838f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.049712 10.0.0.19 - - [2025-04-21 02:14:31] "POST /neutron/network HTTP/1.1" 200 829 0.007375 10.0.0.19 - - [2025-04-21 02:14:31] "POST /neutron/port HTTP/1.1" 200 117 0.005139 10.0.0.19 - - [2025-04-21 02:14:31] "POST /neutron/port HTTP/1.1" 200 117 0.005741 10.0.0.19 - - [2025-04-21 02:14:31] "POST /id-to-fqname HTTP/1.1" 200 227 0.001337 10.0.0.19 - - [2025-04-21 02:14:31] "POST /neutron/port HTTP/1.1" 200 117 0.013266 10.0.0.19 - - [2025-04-21 02:14:31] "POST /neutron/network HTTP/1.1" 200 843 0.009587 10.0.0.19 - - [2025-04-21 02:14:31] "GET /aaa-mode HTTP/1.1" 401 292 0.000491 10.0.0.19 - - [2025-04-21 02:14:31] "POST /neutron/network HTTP/1.1" 200 839 0.006461 10.0.0.19 - - [2025-04-21 02:14:31] "GET /projects?obj_uuids=cf725693-c2e4-487a-aef3-12ba18e3838f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001146 10.0.0.19 - - [2025-04-21 02:14:32] "GET / HTTP/1.1" 200 35931 0.001594 10.0.0.19 - - [2025-04-21 02:14:32] "GET /project/cf725693-c2e4-487a-aef3-12ba18e3838f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000468 10.0.0.19 - - [2025-04-21 02:14:32] "POST /neutron/port HTTP/1.1" 200 1065 0.251593 10.0.0.19 - - [2025-04-21 02:14:32] "POST /neutron/port HTTP/1.1" 200 1065 0.010123 10.0.0.19 - - [2025-04-21 02:14:32] "POST /neutron/port HTTP/1.1" 200 1065 0.010577 10.0.0.19 - - [2025-04-21 02:14:32] "POST /neutron/port HTTP/1.1" 200 1119 0.073361 10.0.0.19 - - [2025-04-21 02:14:32] "POST /neutron/port HTTP/1.1" 200 1093 0.016345 10.0.0.19 - - [2025-04-21 02:14:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003257 10.0.0.19 - - [2025-04-21 02:14:32] "POST /neutron/subnet HTTP/1.1" 200 708 0.012627 10.0.0.19 - - [2025-04-21 02:14:32] "POST /neutron/port HTTP/1.1" 200 117 0.001007 10.0.0.19 - - [2025-04-21 02:14:32] "POST /neutron/network HTTP/1.1" 200 829 0.006960 10.0.0.19 - - [2025-04-21 02:14:32] "GET /projects?obj_uuids=cf725693-c2e4-487a-aef3-12ba18e3838f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001483 10.0.0.19 - - [2025-04-21 02:14:32] "GET /project/cf725693-c2e4-487a-aef3-12ba18e3838f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.090529 10.0.0.19 - - [2025-04-21 02:14:32] "POST /neutron/network HTTP/1.1" 200 833 0.008632 10.0.0.19 - - [2025-04-21 02:14:32] "POST /neutron/port HTTP/1.1" 200 1093 0.034860 10.0.0.19 - - [2025-04-21 02:14:32] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008129 10.0.0.19 - - [2025-04-21 02:14:32] "POST /neutron/port HTTP/1.1" 200 117 0.005989 10.0.0.19 - - [2025-04-21 02:14:32] "GET /projects?obj_uuids=cf725693-c2e4-487a-aef3-12ba18e3838f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001450 10.0.0.19 - - [2025-04-21 02:14:32] "POST /neutron/router HTTP/1.1" 200 585 0.058994 10.0.0.19 - - [2025-04-21 02:14:32] "POST /neutron/router HTTP/1.1" 200 585 0.006872 10.0.0.19 - - [2025-04-21 02:14:32] "POST /route-targets HTTP/1.1" 200 327 0.017236 10.0.0.19 - - [2025-04-21 02:14:33] "POST /neutron/router HTTP/1.1" 200 656 0.087385 10.0.0.19 - - [2025-04-21 02:14:33] "GET /logical-router/d92a855e-e184-4ab1-bbca-c54b2fe9e461?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.005931 10.0.0.19 - - [2025-04-21 02:14:33] "PUT /logical-router/d92a855e-e184-4ab1-bbca-c54b2fe9e461 HTTP/1.1" 200 262 0.070814 10.0.0.19 - - [2025-04-21 02:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.010094 10.0.0.19 - - [2025-04-21 02:14:33] "POST /neutron/router HTTP/1.1" 200 656 0.014250 10.0.0.19 - - [2025-04-21 02:14:33] "GET /projects?obj_uuids=cf725693-c2e4-487a-aef3-12ba18e3838f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001583 10.0.0.19 - - [2025-04-21 02:14:33] "GET /service-template/f201a287-5bb3-416c-affb-855174cc35ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1682 0.004317 10.0.0.19 - - [2025-04-21 02:14:33] "POST /fqname-to-id HTTP/1.1" 404 215 0.006596 10.0.0.19 - - [2025-04-21 02:14:33] "POST /neutron/network HTTP/1.1" 200 843 0.011809 10.0.0.19 - - [2025-04-21 02:14:33] "GET /projects?obj_uuids=cf725693-c2e4-487a-aef3-12ba18e3838f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001131 10.0.0.19 - - [2025-04-21 02:14:33] "POST /useragent-kv HTTP/1.1" 200 115 0.012498 10.0.0.19 - - [2025-04-21 02:14:33] "POST /virtual-networks HTTP/1.1" 200 694 0.237600 10.0.0.19 - - [2025-04-21 02:14:33] "POST /neutron/router HTTP/1.1" 200 344 0.413401 10.0.0.19 - - [2025-04-21 02:14:33] "POST /route-targets HTTP/1.1" 200 327 0.047815 10.0.0.19 - - [2025-04-21 02:14:33] "POST /ref-update HTTP/1.1" 200 156 0.025488 10.0.0.19 - - [2025-04-21 02:14:33] "POST /service-instances HTTP/1.1" 200 670 0.105311 10.0.0.19 - - [2025-04-21 02:14:33] "POST /ref-update HTTP/1.1" 200 156 0.061217 10.0.0.19 - - [2025-04-21 02:14:33] "POST /neutron/port HTTP/1.1" 200 1093 0.122556 10.0.0.19 - - [2025-04-21 02:14:33] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006825 10.0.0.19 - - [2025-04-21 02:14:33] "POST /route-tables HTTP/1.1" 200 582 0.041221 10.0.0.19 - - [2025-04-21 02:14:33] "POST /neutron/port HTTP/1.1" 200 1062 0.465494 10.0.0.19 - - [2025-04-21 02:14:33] "PUT /logical-router/d92a855e-e184-4ab1-bbca-c54b2fe9e461 HTTP/1.1" 200 262 0.040673 10.0.0.19 - - [2025-04-21 02:14:33] "POST /neutron/port HTTP/1.1" 200 1062 0.011154 10.0.0.19 - - [2025-04-21 02:14:33] "POST /neutron/port HTTP/1.1" 200 1062 0.013586 10.0.0.19 - - [2025-04-21 02:14:33] "POST /ref-update HTTP/1.1" 200 156 0.019211 10.0.0.19 - - [2025-04-21 02:14:33] "POST /neutron/port HTTP/1.1" 200 1116 0.066905 10.0.0.19 - - [2025-04-21 02:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002471 10.0.0.19 - - [2025-04-21 02:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838 10.0.0.19 - - [2025-04-21 02:14:33] "POST /neutron/port HTTP/1.1" 200 1090 0.018592 10.0.0.19 - - [2025-04-21 02:14:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003443 10.0.0.19 - - [2025-04-21 02:14:34] "POST /neutron/subnet HTTP/1.1" 200 694 0.011271 10.0.0.19 - - [2025-04-21 02:14:34] "POST /neutron/port HTTP/1.1" 200 117 0.002098 10.0.0.19 - - [2025-04-21 02:14:34] "POST /virtual-machines HTTP/1.1" 200 553 0.021215 10.0.0.19 - - [2025-04-21 02:14:34] "POST /neutron/network HTTP/1.1" 200 833 0.005672 10.0.0.19 - - [2025-04-21 02:14:34] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.106419 10.0.0.19 - - [2025-04-21 02:14:34] "POST /chown HTTP/1.1" 200 109 0.007757 10.0.0.19 - - [2025-04-21 02:14:34] "POST /instance-ips HTTP/1.1" 200 551 0.020773 10.0.0.19 - - [2025-04-21 02:14:34] "POST /instance-ips HTTP/1.1" 400 246 0.016799 10.0.0.19 - - [2025-04-21 02:14:34] "POST /chown HTTP/1.1" 200 109 0.009373 10.0.0.19 - - [2025-04-21 02:14:34] "PUT /virtual-machine-interface/c0846c5d-ac1b-4883-bd27-b3f07f8a514f HTTP/1.1" 200 284 0.014668 10.0.0.19 - - [2025-04-21 02:14:34] "PUT /instance-ip/f015ee2b-4c40-4df6-a21b-d6b6f9de1d62 HTTP/1.1" 200 256 0.013696 10.0.0.19 - - [2025-04-21 02:14:34] "POST /ref-update HTTP/1.1" 200 156 0.010453 10.0.0.19 - - [2025-04-21 02:14:34] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.104026 10.0.0.19 - - [2025-04-21 02:14:34] "POST /chown HTTP/1.1" 200 109 0.007843 10.0.0.19 - - [2025-04-21 02:14:34] "POST /instance-ips HTTP/1.1" 200 549 0.039060 10.0.0.19 - - [2025-04-21 02:14:34] "POST /instance-ips HTTP/1.1" 400 316 0.017301 10.0.0.19 - - [2025-04-21 02:14:35] "POST /chown HTTP/1.1" 200 109 0.011654 10.0.0.19 - - [2025-04-21 02:14:35] "PUT /virtual-machine-interface/ee108519-b3af-4cf0-9677-0fc93de99f6d HTTP/1.1" 200 284 0.013996 10.0.0.19 - - [2025-04-21 02:14:35] "PUT /instance-ip/664545b0-5c1c-432f-9432-51435fc5de47 HTTP/1.1" 200 256 0.014365 10.0.0.19 - - [2025-04-21 02:14:35] "POST /ref-update HTTP/1.1" 200 156 0.014089 10.0.0.19 - - [2025-04-21 02:14:35] "POST /ref-update HTTP/1.1" 200 156 0.010461 10.0.0.19 - - [2025-04-21 02:14:35] "PUT /routing-instance/83ff5626-050b-43ef-b633-263109e35f51 HTTP/1.1" 200 266 0.020113 10.0.0.19 - - [2025-04-21 02:14:35] "POST /ref-update HTTP/1.1" 200 156 0.026856 10.0.0.19 - - [2025-04-21 02:14:35] "POST /virtual-machines HTTP/1.1" 200 553 0.031155 10.0.0.19 - - [2025-04-21 02:14:35] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.097020 10.0.0.19 - - [2025-04-21 02:14:35] "POST /chown HTTP/1.1" 200 109 0.007189 10.0.0.19 - - [2025-04-21 02:14:35] "POST /instance-ips HTTP/1.1" 400 246 0.016536 10.0.0.19 - - [2025-04-21 02:14:35] "POST /chown HTTP/1.1" 200 109 0.008531 10.0.0.19 - - [2025-04-21 02:14:35] "PUT /virtual-machine-interface/60d00fc9-4887-46d6-b827-502ad6bc9a9d HTTP/1.1" 200 284 0.015276 10.0.0.19 - - [2025-04-21 02:14:35] "PUT /instance-ip/f015ee2b-4c40-4df6-a21b-d6b6f9de1d62 HTTP/1.1" 200 256 0.014635 10.0.0.19 - - [2025-04-21 02:14:35] "POST /ref-update HTTP/1.1" 200 156 0.013084 10.0.0.19 - - [2025-04-21 02:14:35] "POST /ref-update HTTP/1.1" 200 156 0.013628 10.0.0.19 - - [2025-04-21 02:14:36] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.098739 10.0.0.19 - - [2025-04-21 02:14:36] "POST /ref-update HTTP/1.1" 200 156 0.017719 10.0.0.19 - - [2025-04-21 02:14:36] "PUT /routing-instance/83ff5626-050b-43ef-b633-263109e35f51 HTTP/1.1" 200 266 0.018206 10.0.0.19 - - [2025-04-21 02:14:36] "POST /chown HTTP/1.1" 200 109 0.009277 10.0.0.19 - - [2025-04-21 02:14:36] "POST /instance-ips HTTP/1.1" 400 316 0.029777 10.0.0.19 - - [2025-04-21 02:14:36] "POST /chown HTTP/1.1" 200 109 0.007842 10.0.0.19 - - [2025-04-21 02:14:36] "PUT /virtual-machine-interface/cfaea41f-bb1e-4d6f-9747-2c0dfd32b3fd HTTP/1.1" 200 284 0.011348 10.0.0.19 - - [2025-04-21 02:14:36] "PUT /instance-ip/664545b0-5c1c-432f-9432-51435fc5de47 HTTP/1.1" 200 256 0.027552 10.0.0.19 - - [2025-04-21 02:14:36] "POST /ref-update HTTP/1.1" 200 156 0.012245 10.0.0.19 - - [2025-04-21 02:14:36] "POST /ref-update HTTP/1.1" 200 156 0.014061 10.0.0.19 - - [2025-04-21 02:14:36] "POST /ref-update HTTP/1.1" 200 156 0.011551 10.0.0.19 - - [2025-04-21 02:14:36] "PUT /routing-instance/83ff5626-050b-43ef-b633-263109e35f51 HTTP/1.1" 200 266 0.026397 10.0.0.19 - - [2025-04-21 02:14:38] "POST /neutron/port HTTP/1.1" 200 1093 0.020030 10.0.0.19 - - [2025-04-21 02:14:38] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006706 10.0.0.19 - - [2025-04-21 02:14:38] "POST /neutron/port HTTP/1.1" 200 1093 0.015652 10.0.0.19 - - [2025-04-21 02:14:38] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006802 10.0.0.19 - - [2025-04-21 02:14:38] "POST /neutron/port HTTP/1.1" 200 1093 0.015572 10.0.0.19 - - [2025-04-21 02:14:38] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006944 10.0.0.19 - - [2025-04-21 02:14:38] "GET /virtual-machine/8daf9213-3b74-4252-ab92-956842d07f53 HTTP/1.1" 401 292 0.000753 10.0.0.19 - - [2025-04-21 02:14:39] "GET /virtual-machine/8daf9213-3b74-4252-ab92-956842d07f53 HTTP/1.1" 200 1296 0.032022 10.0.0.19 - - [2025-04-21 02:14:39] "GET /virtual-machine-interface/ba469530-0484-4965-b6cf-d42f16abc765 HTTP/1.1" 200 2957 0.005790 10.0.0.19 - - [2025-04-21 02:14:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.19 - - [2025-04-21 02:14:39] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003746 10.0.0.19 - - [2025-04-21 02:14:39] "GET /virtual-networks?parent_id=cf725693-c2e4-487a-aef3-12ba18e3838f&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003901 10.0.0.19 - - [2025-04-21 02:14:39] "GET /virtual-network/bbb82dda-47ed-4873-903e-5a94e33bfed9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006499 10.0.0.19 - - [2025-04-21 02:14:41] "POST /neutron/port HTTP/1.1" 200 1093 0.019428 10.0.0.19 - - [2025-04-21 02:14:41] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007099 10.0.0.19 - - [2025-04-21 02:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.19 - - [2025-04-21 02:14:42] "GET /virtual-network/bbb82dda-47ed-4873-903e-5a94e33bfed9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005322 10.0.0.19 - - [2025-04-21 02:14:43] "POST /neutron/port HTTP/1.1" 200 1090 0.018028 10.0.0.19 - - [2025-04-21 02:14:43] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006436 10.0.0.19 - - [2025-04-21 02:14:44] "POST /neutron/port HTTP/1.1" 200 1093 0.019152 10.0.0.19 - - [2025-04-21 02:14:44] "POST /neutron/port HTTP/1.1" 200 1093 0.016525 10.0.0.19 - - [2025-04-21 02:14:44] "POST /neutron/network HTTP/1.1" 200 839 0.006401 10.0.0.19 - - [2025-04-21 02:14:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004640 10.0.0.19 - - [2025-04-21 02:14:44] "POST /neutron/subnet HTTP/1.1" 200 708 0.012618 10.0.0.19 - - [2025-04-21 02:14:44] "POST /neutron/port HTTP/1.1" 200 117 0.001225 10.0.0.19 - - [2025-04-21 02:14:44] "POST /neutron/network HTTP/1.1" 200 829 0.006250 10.0.0.19 - - [2025-04-21 02:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.19 - - [2025-04-21 02:14:44] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005058 10.0.0.19 - - [2025-04-21 02:14:44] "GET /virtual-networks?parent_id=cf725693-c2e4-487a-aef3-12ba18e3838f&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.006392 10.0.0.19 - - [2025-04-21 02:14:44] "GET /virtual-network/bbb82dda-47ed-4873-903e-5a94e33bfed9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006093 10.0.0.19 - - [2025-04-21 02:14:44] "POST /neutron/port HTTP/1.1" 200 1093 0.016120 10.0.0.19 - - [2025-04-21 02:14:45] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006859 10.0.0.19 - - [2025-04-21 02:14:50] "POST /neutron/port HTTP/1.1" 200 1090 0.016047 10.0.0.19 - - [2025-04-21 02:14:50] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006885 10.0.0.19 - - [2025-04-21 02:14:50] "POST /neutron/port HTTP/1.1" 200 1090 0.014655 10.0.0.19 - - [2025-04-21 02:14:50] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006233 10.0.0.19 - - [2025-04-21 02:14:50] "POST /neutron/port HTTP/1.1" 200 1090 0.015333 10.0.0.19 - - [2025-04-21 02:14:50] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006183 10.0.0.19 - - [2025-04-21 02:14:50] "GET /virtual-machine/3e83fa2f-39fa-47c7-b849-b592715a7fce HTTP/1.1" 200 1295 0.004277 10.0.0.19 - - [2025-04-21 02:14:50] "GET /virtual-machine-interface/a08c762a-0e84-4482-825d-d30cad659396 HTTP/1.1" 200 2968 0.005330 10.0.0.19 - - [2025-04-21 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.19 - - [2025-04-21 02:14:50] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004409 10.0.0.19 - - [2025-04-21 02:14:50] "GET /virtual-networks?parent_id=cf725693-c2e4-487a-aef3-12ba18e3838f&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003371 10.0.0.19 - - [2025-04-21 02:14:50] "GET /virtual-network/af9129a4-1da0-4bb7-9042-2d82bdf5f30c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005527 10.0.0.19 - - [2025-04-21 02:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.19 - - [2025-04-21 02:14:51] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003063 10.0.0.19 - - [2025-04-21 02:14:51] "GET /virtual-networks?parent_id=cf725693-c2e4-487a-aef3-12ba18e3838f&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003711 10.0.0.19 - - [2025-04-21 02:14:51] "GET /virtual-network/af9129a4-1da0-4bb7-9042-2d82bdf5f30c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007112 10.0.0.19 - - [2025-04-21 02:14:56] "POST /neutron/router HTTP/1.1" 200 656 0.004037 10.0.0.19 - - [2025-04-21 02:14:56] "POST /ref-update HTTP/1.1" 200 156 0.014566 10.0.0.19 - - [2025-04-21 02:14:56] "POST /neutron/router HTTP/1.1" 200 344 0.118800 10.0.0.19 - - [2025-04-21 02:14:56] "POST /neutron/router HTTP/1.1" 200 656 0.005032 10.0.0.19 - - [2025-04-21 02:14:56] "GET /logical-router/d92a855e-e184-4ab1-bbca-c54b2fe9e461?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1973 0.004898 10.0.0.19 - - [2025-04-21 02:14:56] "GET /service-instance/c5d7ca28-320f-4d7c-92e9-c9041c54b87f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2316 0.005152 10.0.0.19 - - [2025-04-21 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.19 - - [2025-04-21 02:14:56] "POST /neutron/router HTTP/1.1" 200 151 0.068692 10.0.0.19 - - [2025-04-21 02:14:56] "DELETE /route-target/f9731fd6-de31-46a4-aec2-7b82a2d4ffbd HTTP/1.1" 409 239 0.006854 10.0.0.19 - - [2025-04-21 02:14:56] "PUT /logical-router/d92a855e-e184-4ab1-bbca-c54b2fe9e461 HTTP/1.1" 404 171 0.003160 10.0.0.19 - - [2025-04-21 02:14:56] "POST /ref-update HTTP/1.1" 200 156 0.029335 10.0.0.19 - - [2025-04-21 02:14:56] "DELETE /route-table/e890e350-0e74-4920-9e4c-c637a9841b76 HTTP/1.1" 200 115 0.052456 10.0.0.19 - - [2025-04-21 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.19 - - [2025-04-21 02:14:56] "PUT /routing-instance/83ff5626-050b-43ef-b633-263109e35f51 HTTP/1.1" 200 266 0.012759 10.0.0.19 - - [2025-04-21 02:14:56] "GET /virtual-network/8b4b67cd-a4bb-48b3-8bfe-81b23ad2fea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.007200 10.0.0.19 - - [2025-04-21 02:14:56] "POST /neutron/network HTTP/1.1" 200 833 0.011104 10.0.0.19 - - [2025-04-21 02:14:56] "POST /ref-update HTTP/1.1" 200 156 0.016423 10.0.0.19 - - [2025-04-21 02:14:56] "POST /neutron/network HTTP/1.1" 400 204 0.049061 10.0.0.19 - - [2025-04-21 02:14:56] "POST /ref-update HTTP/1.1" 200 156 0.010124 10.0.0.19 - - [2025-04-21 02:14:56] "DELETE /instance-ip/664545b0-5c1c-432f-9432-51435fc5de47 HTTP/1.1" 200 115 0.041058 10.0.0.19 - - [2025-04-21 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004505 10.0.0.19 - - [2025-04-21 02:14:56] "POST /useragent-kv HTTP/1.1" 200 115 0.004098 10.0.0.19 - - [2025-04-21 02:14:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003641 10.0.0.19 - - [2025-04-21 02:14:56] "DELETE /virtual-network/8b4b67cd-a4bb-48b3-8bfe-81b23ad2fea0 HTTP/1.1" 200 115 0.137597 10.0.0.19 - - [2025-04-21 02:14:56] "DELETE /route-target/57f2cda1-dd1d-44fb-a7b0-4ec46c260bdc HTTP/1.1" 200 115 0.027199 10.0.0.19 - - [2025-04-21 02:14:56] "DELETE /service-instance/c5d7ca28-320f-4d7c-92e9-c9041c54b87f HTTP/1.1" 200 115 0.040736 10.0.0.19 - - [2025-04-21 02:14:56] "GET /logical-router/d92a855e-e184-4ab1-bbca-c54b2fe9e461?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005719 10.0.0.19 - - [2025-04-21 02:14:56] "GET /service-instance/c5d7ca28-320f-4d7c-92e9-c9041c54b87f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005286 10.0.0.19 - - [2025-04-21 02:14:56] "POST /neutron/port HTTP/1.1" 200 1090 0.021723 10.0.0.19 - - [2025-04-21 02:14:56] "POST /neutron/port HTTP/1.1" 200 1116 0.011705 10.0.0.19 - - [2025-04-21 02:14:56] "GET /virtual-machine-interface/ee108519-b3af-4cf0-9677-0fc93de99f6d?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1334 0.007179 10.0.0.19 - - [2025-04-21 02:14:56] "POST /neutron/port HTTP/1.1" 200 1093 0.030922 10.0.0.19 - - [2025-04-21 02:14:57] "POST /neutron/port HTTP/1.1" 200 1119 0.015666 10.0.0.19 - - [2025-04-21 02:14:57] "DELETE /virtual-machine-interface/ee108519-b3af-4cf0-9677-0fc93de99f6d HTTP/1.1" 200 115 0.062826 10.0.0.19 - - [2025-04-21 02:14:57] "GET /virtual-machine-interface/c0846c5d-ac1b-4883-bd27-b3f07f8a514f?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1654 0.006852 10.0.0.19 - - [2025-04-21 02:14:57] "POST /neutron/port HTTP/1.1" 200 151 0.207400 10.0.0.19 - - [2025-04-21 02:14:57] "POST /ref-update HTTP/1.1" 200 156 0.023520 10.0.0.19 - - [2025-04-21 02:14:57] "GET /instance-ip/f015ee2b-4c40-4df6-a21b-d6b6f9de1d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006127 10.0.0.19 - - [2025-04-21 02:14:57] "POST /neutron/port HTTP/1.1" 200 151 0.150107 10.0.0.19 - - [2025-04-21 02:14:57] "DELETE /virtual-machine-interface/c0846c5d-ac1b-4883-bd27-b3f07f8a514f HTTP/1.1" 200 115 0.040839 10.0.0.19 - - [2025-04-21 02:14:57] "POST /ref-update HTTP/1.1" 200 156 0.012720 10.0.0.19 - - [2025-04-21 02:14:57] "DELETE /virtual-machine/2bcbbc5e-97bf-4264-9a7c-543af1df8454 HTTP/1.1" 200 115 0.022982 10.0.0.19 - - [2025-04-21 02:14:57] "GET /virtual-machine-interface/60d00fc9-4887-46d6-b827-502ad6bc9a9d?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1653 0.008515 10.0.0.19 - - [2025-04-21 02:14:57] "POST /ref-update HTTP/1.1" 200 156 0.015124 10.0.0.19 - - [2025-04-21 02:14:57] "GET /instance-ip/f015ee2b-4c40-4df6-a21b-d6b6f9de1d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1695 0.005915 10.0.0.19 - - [2025-04-21 02:14:57] "DELETE /instance-ip/f015ee2b-4c40-4df6-a21b-d6b6f9de1d62 HTTP/1.1" 200 115 0.026320 10.0.0.19 - - [2025-04-21 02:14:57] "DELETE /virtual-machine-interface/60d00fc9-4887-46d6-b827-502ad6bc9a9d HTTP/1.1" 200 115 0.038236 10.0.0.19 - - [2025-04-21 02:14:57] "GET /virtual-machine-interface/cfaea41f-bb1e-4d6f-9747-2c0dfd32b3fd?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1334 0.005828 10.0.0.19 - - [2025-04-21 02:14:57] "DELETE /virtual-machine-interface/cfaea41f-bb1e-4d6f-9747-2c0dfd32b3fd HTTP/1.1" 200 115 0.026674 10.0.0.19 - - [2025-04-21 02:14:57] "DELETE /virtual-machine/a12267cb-49c6-4eeb-a77a-c272c4584f82 HTTP/1.1" 200 115 0.021514 10.0.0.19 - - [2025-04-21 02:14:58] "POST /neutron/network HTTP/1.1" 200 833 0.006335 10.0.0.19 - - [2025-04-21 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.19 - - [2025-04-21 02:14:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003877 10.0.0.19 - - [2025-04-21 02:14:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002075 10.0.0.19 - - [2025-04-21 02:14:58] "POST /neutron/network HTTP/1.1" 200 151 0.100871 10.0.0.19 - - [2025-04-21 02:14:58] "DELETE /route-target/b048f598-7192-4da6-b0a2-2aed282686f8 HTTP/1.1" 200 115 0.022427 10.0.0.19 - - [2025-04-21 02:14:58] "POST /neutron/network HTTP/1.1" 200 829 0.007244 10.0.0.19 - - [2025-04-21 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.19 - - [2025-04-21 02:14:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003902 10.0.0.19 - - [2025-04-21 02:14:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002414 10.0.0.19 - - [2025-04-21 02:14:58] "POST /neutron/network HTTP/1.1" 200 151 0.097827 10.0.0.19 - - [2025-04-21 02:14:58] "DELETE /route-target/b1ef717f-6be8-4c74-a9e9-e07e5cf55290 HTTP/1.1" 200 115 0.022995 10.0.0.19 - - [2025-04-21 02:14:59] "GET /projects?obj_uuids=cf725693-c2e4-487a-aef3-12ba18e3838f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001079 10.0.0.19 - - [2025-04-21 02:14:59] "GET /project/cf725693-c2e4-487a-aef3-12ba18e3838f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.032390 10.0.0.19 - - [2025-04-21 02:14:59] "GET /projects?obj_uuids=cf725693-c2e4-487a-aef3-12ba18e3838f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001506 10.0.0.19 - - [2025-04-21 02:14:59] "GET /project/cf725693-c2e4-487a-aef3-12ba18e3838f?fields=virtual_networks HTTP/1.1" 200 1039 0.069830 10.0.0.19 - - [2025-04-21 02:14:59] "GET /projects?obj_uuids=cf725693-c2e4-487a-aef3-12ba18e3838f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001143 10.0.0.19 - - [2025-04-21 02:14:59] "GET /project/cf725693-c2e4-487a-aef3-12ba18e3838f?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.030931 10.0.0.19 - - [2025-04-21 02:14:59] "GET /projects?obj_uuids=cf725693-c2e4-487a-aef3-12ba18e3838f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001243 10.0.0.19 - - [2025-04-21 02:14:59] "GET /project/cf725693-c2e4-487a-aef3-12ba18e3838f?fields=security_groups HTTP/1.1" 200 1268 0.029609 10.0.0.19 - - [2025-04-21 02:15:00] "POST /fqname-to-id HTTP/1.1" 404 196 0.032562 10.0.0.19 - - [2025-04-21 02:15:00] "GET /projects?obj_uuids=913bed09-fd75-4e01-a743-a355385233be&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003765 10.0.0.19 - - [2025-04-21 02:15:00] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001158 10.0.0.19 - - [2025-04-21 02:15:00] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008599 10.0.0.19 - - [2025-04-21 02:15:00] "POST /id-to-fqname HTTP/1.1" 200 198 0.001701 10.0.0.19 - - [2025-04-21 02:15:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.003812 10.0.0.19 - - [2025-04-21 02:15:00] "POST /security-groups HTTP/1.1" 200 599 0.066494 10.0.0.19 - - [2025-04-21 02:15:00] "POST /fqname-to-id HTTP/1.1" 404 242 0.003568 10.0.0.19 - - [2025-04-21 02:15:00] "POST /projects HTTP/1.1" 200 601 0.242839 10.0.0.19 - - [2025-04-21 02:15:00] "POST /access-control-lists HTTP/1.1" 200 604 0.062054 10.0.0.19 - - [2025-04-21 02:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.322860 10.0.0.19 - - [2025-04-21 02:15:00] "POST /fqname-to-id HTTP/1.1" 404 241 0.003077 10.0.0.19 - - [2025-04-21 02:15:00] "GET /project/913bed09-fd75-4e01-a743-a355385233be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.458423 10.0.0.19 - - [2025-04-21 02:15:00] "POST /access-control-lists HTTP/1.1" 200 602 0.072009 10.0.0.19 - - [2025-04-21 02:15:01] "GET / HTTP/1.1" 200 35931 0.002359 10.0.0.19 - - [2025-04-21 02:15:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000594 10.0.0.19 - - [2025-04-21 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.075418 10.0.0.19 - - [2025-04-21 02:15:03] "GET /projects?obj_uuids=913bed09-fd75-4e01-a743-a355385233be&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001072 10.0.0.19 - - [2025-04-21 02:15:03] "GET /project/913bed09-fd75-4e01-a743-a355385233be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.034603 10.0.0.19 - - [2025-04-21 02:15:03] "POST /neutron/network HTTP/1.1" 200 117 0.043099 10.0.0.19 - - [2025-04-21 02:15:03] "GET /projects?obj_uuids=913bed09-fd75-4e01-a743-a355385233be&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001966 10.0.0.19 - - [2025-04-21 02:15:03] "POST /neutron/network HTTP/1.1" 200 613 0.087065 10.0.0.19 - - [2025-04-21 02:15:03] "POST /route-targets HTTP/1.1" 200 327 0.015427 10.0.0.19 - - [2025-04-21 02:15:03] "POST /ref-update HTTP/1.1" 200 156 0.012199 10.0.0.19 - - [2025-04-21 02:15:03] "POST /useragent-kv HTTP/1.1" 200 115 0.005457 10.0.0.19 - - [2025-04-21 02:15:03] "POST /neutron/subnet HTTP/1.1" 200 720 0.154773 10.0.0.19 - - [2025-04-21 02:15:03] "POST /useragent-kv HTTP/1.1" 200 115 0.005944 10.0.0.19 - - [2025-04-21 02:15:03] "POST /neutron/subnet HTTP/1.1" 200 828 0.190156 10.0.0.19 - - [2025-04-21 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.030996 10.0.0.19 - - [2025-04-21 02:15:03] "GET /virtual-network/c639d681-19db-4a3d-aa03-fdade68edc43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.008434 10.0.0.19 - - [2025-04-21 02:15:03] "POST /neutron/network HTTP/1.1" 200 1005 0.007672 10.0.0.19 - - [2025-04-21 02:15:03] "POST /id-to-fqname HTTP/1.1" 200 228 0.001346 10.0.0.19 - - [2025-04-21 02:15:03] "GET /virtual-network/5c67006a-47de-400a-ac82-3b329adc8252?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005221 10.0.0.19 - - [2025-04-21 02:15:03] "POST /neutron/network HTTP/1.1" 200 1005 0.008275 10.0.0.19 - - [2025-04-21 02:15:03] "GET /virtual-network/5c67006a-47de-400a-ac82-3b329adc8252?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005587 10.0.0.19 - - [2025-04-21 02:15:03] "POST /neutron/network HTTP/1.1" 200 1005 0.007818 10.0.0.19 - - [2025-04-21 02:15:03] "POST /neutron/subnet HTTP/1.1" 200 720 0.006942 10.0.0.19 - - [2025-04-21 02:15:03] "POST /neutron/subnet HTTP/1.1" 200 828 0.008126 10.0.0.19 - - [2025-04-21 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.19 - - [2025-04-21 02:15:03] "GET /projects?obj_uuids=913bed09-fd75-4e01-a743-a355385233be&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001152 10.0.0.19 - - [2025-04-21 02:15:03] "GET /project/913bed09-fd75-4e01-a743-a355385233be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.029708 10.0.0.19 - - [2025-04-21 02:15:03] "POST /neutron/network HTTP/1.1" 200 117 0.011981 10.0.0.19 - - [2025-04-21 02:15:03] "GET /projects?obj_uuids=913bed09-fd75-4e01-a743-a355385233be&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001091 10.0.0.19 - - [2025-04-21 02:15:04] "POST /neutron/network HTTP/1.1" 200 613 0.072455 10.0.0.19 - - [2025-04-21 02:15:04] "POST /route-targets HTTP/1.1" 200 327 0.015886 10.0.0.19 - - [2025-04-21 02:15:04] "POST /ref-update HTTP/1.1" 200 156 0.014320 10.0.0.19 - - [2025-04-21 02:15:04] "POST /useragent-kv HTTP/1.1" 200 115 0.006103 10.0.0.19 - - [2025-04-21 02:15:04] "POST /neutron/subnet HTTP/1.1" 200 729 0.202484 10.0.0.19 - - [2025-04-21 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005690 10.0.0.19 - - [2025-04-21 02:15:04] "GET /virtual-network/c639d681-19db-4a3d-aa03-fdade68edc43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.007934 10.0.0.19 - - [2025-04-21 02:15:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003883 10.0.0.19 - - [2025-04-21 02:15:04] "POST /neutron/subnet HTTP/1.1" 200 828 0.220758 10.0.0.19 - - [2025-04-21 02:15:04] "POST /neutron/network HTTP/1.1" 200 1007 0.009265 10.0.0.19 - - [2025-04-21 02:15:04] "POST /id-to-fqname HTTP/1.1" 200 228 0.001759 10.0.0.19 - - [2025-04-21 02:15:04] "GET /virtual-network/c071a046-5008-4c91-af94-d96d80fdfa07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005676 10.0.0.19 - - [2025-04-21 02:15:04] "POST /neutron/network HTTP/1.1" 200 1007 0.010146 10.0.0.19 - - [2025-04-21 02:15:04] "GET /virtual-network/c071a046-5008-4c91-af94-d96d80fdfa07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006130 10.0.0.19 - - [2025-04-21 02:15:04] "POST /neutron/network HTTP/1.1" 200 1007 0.008497 10.0.0.19 - - [2025-04-21 02:15:04] "POST /neutron/subnet HTTP/1.1" 200 729 0.008769 10.0.0.19 - - [2025-04-21 02:15:04] "POST /neutron/subnet HTTP/1.1" 200 828 0.008832 10.0.0.19 - - [2025-04-21 02:15:04] "POST /fqname-to-id HTTP/1.1" 404 234 0.003277 10.0.0.19 - - [2025-04-21 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.19 - - [2025-04-21 02:15:04] "GET /projects?obj_uuids=913bed09-fd75-4e01-a743-a355385233be&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001251 10.0.0.19 - - [2025-04-21 02:15:04] "GET /project/913bed09-fd75-4e01-a743-a355385233be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.036066 10.0.0.19 - - [2025-04-21 02:15:04] "POST /network-policys HTTP/1.1" 200 577 0.063206 10.0.0.19 - - [2025-04-21 02:15:04] "GET /network-policy/7e91cd5d-db72-4f30-8b64-f8dc76dc8ca8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.005478 10.0.0.19 - - [2025-04-21 02:15:05] "POST /neutron/network HTTP/1.1" 200 1005 0.011987 10.0.0.19 - - [2025-04-21 02:15:05] "POST /fqname-to-id HTTP/1.1" 404 242 0.010989 10.0.0.19 - - [2025-04-21 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.009252 10.0.0.19 - - [2025-04-21 02:15:05] "GET /virtual-network/c639d681-19db-4a3d-aa03-fdade68edc43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.008529 10.0.0.19 - - [2025-04-21 02:15:05] "POST /neutron/network HTTP/1.1" 200 1113 0.082085 10.0.0.19 - - [2025-04-21 02:15:05] "POST /access-control-lists HTTP/1.1" 200 596 0.088387 10.0.0.19 - - [2025-04-21 02:15:05] "POST /neutron/network HTTP/1.1" 200 1113 0.045889 10.0.0.19 - - [2025-04-21 02:15:05] "GET /virtual-network/5c67006a-47de-400a-ac82-3b329adc8252?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.006071 10.0.0.19 - - [2025-04-21 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002725 10.0.0.19 - - [2025-04-21 02:15:05] "GET /network-policy/7e91cd5d-db72-4f30-8b64-f8dc76dc8ca8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004879 10.0.0.19 - - [2025-04-21 02:15:05] "POST /neutron/network HTTP/1.1" 200 1007 0.009083 10.0.0.19 - - [2025-04-21 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006484 10.0.0.19 - - [2025-04-21 02:15:05] "GET /virtual-network/c639d681-19db-4a3d-aa03-fdade68edc43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.009656 10.0.0.19 - - [2025-04-21 02:15:05] "PUT /access-control-list/a4524ec2-7bef-4799-a5be-eb55a792126d HTTP/1.1" 200 272 0.069149 10.0.0.19 - - [2025-04-21 02:15:05] "POST /fqname-to-id HTTP/1.1" 404 242 0.007272 10.0.0.19 - - [2025-04-21 02:15:05] "POST /neutron/network HTTP/1.1" 200 1115 0.119537 10.0.0.19 - - [2025-04-21 02:15:05] "POST /neutron/network HTTP/1.1" 200 1115 0.009180 10.0.0.19 - - [2025-04-21 02:15:05] "GET /virtual-network/c071a046-5008-4c91-af94-d96d80fdfa07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005203 10.0.0.19 - - [2025-04-21 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.19 - - [2025-04-21 02:15:05] "GET /network-policy/7e91cd5d-db72-4f30-8b64-f8dc76dc8ca8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.021481 10.0.0.19 - - [2025-04-21 02:15:05] "POST /access-control-lists HTTP/1.1" 200 596 0.061599 10.0.0.19 - - [2025-04-21 02:15:05] "GET /domains HTTP/1.1" 401 292 0.003541 10.0.0.19 - - [2025-04-21 02:15:05] "POST /ref-update HTTP/1.1" 200 156 0.012125 10.0.0.19 - - [2025-04-21 02:15:05] "GET /domains HTTP/1.1" 200 280 0.035928 10.0.0.19 - - [2025-04-21 02:15:05] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001533 10.0.0.19 - - [2025-04-21 02:15:05] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e HTTP/1.1" 200 3148 0.010735 10.0.0.19 - - [2025-04-21 02:15:05] "GET /projects?obj_uuids=913bed09-fd75-4e01-a743-a355385233be&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001311 10.0.0.19 - - [2025-04-21 02:15:06] "GET /project/913bed09-fd75-4e01-a743-a355385233be HTTP/1.1" 200 2626 0.079377 10.0.0.19 - - [2025-04-21 02:15:06] "GET /virtual-network/5c67006a-47de-400a-ac82-3b329adc8252 HTTP/1.1" 200 3502 0.006617 10.0.0.19 - - [2025-04-21 02:15:06] "GET /virtual-network/5c67006a-47de-400a-ac82-3b329adc8252 HTTP/1.1" 200 3502 0.005218 10.0.0.19 - - [2025-04-21 02:15:06] "GET /routing-instance/635395fb-0184-4c22-8106-540dd23f7226 HTTP/1.1" 200 1794 0.004379 10.0.0.19 - - [2025-04-21 02:15:06] "GET /routing-instance/635395fb-0184-4c22-8106-540dd23f7226 HTTP/1.1" 200 1794 0.003724 10.0.0.19 - - [2025-04-21 02:15:06] "GET /route-target/b6966233-38d8-4294-ab0f-9930172021d0 HTTP/1.1" 200 1213 0.003555 10.0.0.19 - - [2025-04-21 02:15:06] "GET /virtual-network/5c67006a-47de-400a-ac82-3b329adc8252 HTTP/1.1" 200 3502 0.005447 10.0.0.19 - - [2025-04-21 02:15:06] "GET /routing-instance/635395fb-0184-4c22-8106-540dd23f7226 HTTP/1.1" 200 1794 0.004077 10.0.0.19 - - [2025-04-21 02:15:06] "GET /virtual-network/5c67006a-47de-400a-ac82-3b329adc8252?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.005290 10.0.0.19 - - [2025-04-21 02:15:06] "GET /virtual-network/5c67006a-47de-400a-ac82-3b329adc8252 HTTP/1.1" 200 3502 0.006808 10.0.0.19 - - [2025-04-21 02:15:06] "GET /routing-instance/635395fb-0184-4c22-8106-540dd23f7226 HTTP/1.1" 200 1794 0.004777 10.0.0.19 - - [2025-04-21 02:15:06] "GET /routing-instance/635395fb-0184-4c22-8106-540dd23f7226 HTTP/1.1" 200 1794 0.003669 10.0.0.19 - - [2025-04-21 02:15:06] "GET /route-target/b6966233-38d8-4294-ab0f-9930172021d0 HTTP/1.1" 200 1213 0.003668 10.0.0.19 - - [2025-04-21 02:15:06] "GET /domains HTTP/1.1" 200 280 0.002963 10.0.0.19 - - [2025-04-21 02:15:06] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001020 10.0.0.19 - - [2025-04-21 02:15:06] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e HTTP/1.1" 200 3148 0.007713 10.0.0.19 - - [2025-04-21 02:15:06] "GET /projects?obj_uuids=913bed09-fd75-4e01-a743-a355385233be&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001578 10.0.0.19 - - [2025-04-21 02:15:06] "GET /project/913bed09-fd75-4e01-a743-a355385233be HTTP/1.1" 200 2626 0.073606 10.0.0.19 - - [2025-04-21 02:15:06] "GET /virtual-network/5c67006a-47de-400a-ac82-3b329adc8252 HTTP/1.1" 200 3502 0.004886 10.0.0.19 - - [2025-04-21 02:15:06] "GET /obj-perms HTTP/1.1" 200 5046 0.049646 10.0.0.19 - - [2025-04-21 02:15:06] "GET /domains HTTP/1.1" 200 280 0.003013 10.0.0.19 - - [2025-04-21 02:15:06] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001507 10.0.0.19 - - [2025-04-21 02:15:06] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e HTTP/1.1" 200 3148 0.008323 10.0.0.19 - - [2025-04-21 02:15:06] "GET /projects?obj_uuids=913bed09-fd75-4e01-a743-a355385233be&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001009 10.0.0.19 - - [2025-04-21 02:15:06] "GET /project/913bed09-fd75-4e01-a743-a355385233be HTTP/1.1" 200 2626 0.068783 10.0.0.19 - - [2025-04-21 02:15:06] "GET /virtual-network/c071a046-5008-4c91-af94-d96d80fdfa07 HTTP/1.1" 200 3509 0.006645 10.0.0.19 - - [2025-04-21 02:15:06] "GET /virtual-network/c071a046-5008-4c91-af94-d96d80fdfa07 HTTP/1.1" 200 3509 0.004441 10.0.0.19 - - [2025-04-21 02:15:06] "GET /routing-instance/feca3378-c844-493f-ab30-2fa5b4f0d805 HTTP/1.1" 200 1796 0.003358 10.0.0.19 - - [2025-04-21 02:15:06] "GET /routing-instance/feca3378-c844-493f-ab30-2fa5b4f0d805 HTTP/1.1" 200 1796 0.002848 10.0.0.19 - - [2025-04-21 02:15:06] "GET /route-target/67d463f4-b5a4-4862-94e2-90085206c039 HTTP/1.1" 200 1212 0.004281 10.0.0.19 - - [2025-04-21 02:15:06] "GET /virtual-network/c071a046-5008-4c91-af94-d96d80fdfa07 HTTP/1.1" 200 3509 0.005330 10.0.0.19 - - [2025-04-21 02:15:06] "GET /routing-instance/feca3378-c844-493f-ab30-2fa5b4f0d805 HTTP/1.1" 200 1796 0.003074 10.0.0.19 - - [2025-04-21 02:15:06] "GET /virtual-network/c071a046-5008-4c91-af94-d96d80fdfa07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.004403 10.0.0.19 - - [2025-04-21 02:15:06] "GET /virtual-network/c071a046-5008-4c91-af94-d96d80fdfa07 HTTP/1.1" 200 3509 0.004316 10.0.0.19 - - [2025-04-21 02:15:06] "GET /routing-instance/feca3378-c844-493f-ab30-2fa5b4f0d805 HTTP/1.1" 200 1796 0.002943 10.0.0.19 - - [2025-04-21 02:15:06] "GET /routing-instance/feca3378-c844-493f-ab30-2fa5b4f0d805 HTTP/1.1" 200 1796 0.002993 10.0.0.19 - - [2025-04-21 02:15:06] "GET /route-target/67d463f4-b5a4-4862-94e2-90085206c039 HTTP/1.1" 200 1212 0.002573 10.0.0.19 - - [2025-04-21 02:15:06] "GET /domains HTTP/1.1" 200 280 0.002681 10.0.0.19 - - [2025-04-21 02:15:06] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001016 10.0.0.19 - - [2025-04-21 02:15:06] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e HTTP/1.1" 200 3148 0.008000 10.0.0.19 - - [2025-04-21 02:15:06] "GET /projects?obj_uuids=913bed09-fd75-4e01-a743-a355385233be&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000937 10.0.0.19 - - [2025-04-21 02:15:06] "GET /project/913bed09-fd75-4e01-a743-a355385233be HTTP/1.1" 200 2626 0.069278 10.0.0.19 - - [2025-04-21 02:15:06] "GET /virtual-network/c071a046-5008-4c91-af94-d96d80fdfa07 HTTP/1.1" 200 3509 0.004893 10.0.0.19 - - [2025-04-21 02:15:07] "GET /obj-perms HTTP/1.1" 200 5046 0.003450 10.0.0.19 - - [2025-04-21 02:15:07] "GET /virtual-network/c071a046-5008-4c91-af94-d96d80fdfa07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005878 10.0.0.19 - - [2025-04-21 02:15:07] "POST /neutron/network HTTP/1.1" 200 1115 0.008304 10.0.0.19 - - [2025-04-21 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006287 10.0.0.19 - - [2025-04-21 02:15:07] "GET /virtual-network/c639d681-19db-4a3d-aa03-fdade68edc43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.005028 10.0.0.19 - - [2025-04-21 02:15:07] "POST /neutron/network HTTP/1.1" 200 1007 0.052104 10.0.0.19 - - [2025-04-21 02:15:07] "DELETE /access-control-list/f7707fcd-4a30-4402-8532-86ee1b065079 HTTP/1.1" 200 115 0.047141 10.0.0.19 - - [2025-04-21 02:15:07] "POST /neutron/network HTTP/1.1" 200 1007 0.010576 10.0.0.19 - - [2025-04-21 02:15:07] "GET /virtual-network/c071a046-5008-4c91-af94-d96d80fdfa07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005519 10.0.0.19 - - [2025-04-21 02:15:07] "POST /ref-update HTTP/1.1" 200 156 0.018479 10.0.0.19 - - [2025-04-21 02:15:07] "GET /virtual-network/5c67006a-47de-400a-ac82-3b329adc8252?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.004724 10.0.0.19 - - [2025-04-21 02:15:07] "POST /neutron/network HTTP/1.1" 200 1113 0.011373 10.0.0.19 - - [2025-04-21 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.19 - - [2025-04-21 02:15:07] "GET /virtual-network/c639d681-19db-4a3d-aa03-fdade68edc43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.004842 10.0.0.19 - - [2025-04-21 02:15:07] "POST /neutron/network HTTP/1.1" 200 1005 0.049997 10.0.0.19 - - [2025-04-21 02:15:07] "DELETE /access-control-list/a4524ec2-7bef-4799-a5be-eb55a792126d HTTP/1.1" 200 115 0.031680 10.0.0.19 - - [2025-04-21 02:15:07] "POST /neutron/network HTTP/1.1" 200 1005 0.008724 10.0.0.19 - - [2025-04-21 02:15:07] "POST /ref-update HTTP/1.1" 200 156 0.011789 10.0.0.19 - - [2025-04-21 02:15:07] "GET /virtual-network/5c67006a-47de-400a-ac82-3b329adc8252?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007837 10.0.0.19 - - [2025-04-21 02:15:07] "DELETE /network-policy/7e91cd5d-db72-4f30-8b64-f8dc76dc8ca8 HTTP/1.1" 200 115 0.030108 10.0.0.19 - - [2025-04-21 02:15:07] "POST /neutron/network HTTP/1.1" 200 1007 0.007789 10.0.0.19 - - [2025-04-21 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005134 10.0.0.19 - - [2025-04-21 02:15:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003962 10.0.0.19 - - [2025-04-21 02:15:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002213 10.0.0.19 - - [2025-04-21 02:15:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002172 10.0.0.19 - - [2025-04-21 02:15:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002157 10.0.0.19 - - [2025-04-21 02:15:07] "POST /neutron/network HTTP/1.1" 200 151 0.100800 10.0.0.19 - - [2025-04-21 02:15:07] "GET /routing-instance/feca3378-c844-493f-ab30-2fa5b4f0d805 HTTP/1.1" 404 171 0.003330 10.0.0.19 - - [2025-04-21 02:15:07] "GET /domains HTTP/1.1" 200 280 0.002647 10.0.0.19 - - [2025-04-21 02:15:07] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001653 10.0.0.19 - - [2025-04-21 02:15:07] "DELETE /route-target/67d463f4-b5a4-4862-94e2-90085206c039 HTTP/1.1" 200 115 0.089748 10.0.0.19 - - [2025-04-21 02:15:07] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e HTTP/1.1" 200 3148 0.054231 10.0.0.19 - - [2025-04-21 02:15:07] "GET /projects?obj_uuids=913bed09-fd75-4e01-a743-a355385233be&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001176 10.0.0.19 - - [2025-04-21 02:15:07] "GET /project/913bed09-fd75-4e01-a743-a355385233be HTTP/1.1" 200 2146 0.073085 10.0.0.19 - - [2025-04-21 02:15:07] "POST /neutron/network HTTP/1.1" 200 1005 0.008386 10.0.0.19 - - [2025-04-21 02:15:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003707 10.0.0.19 - - [2025-04-21 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004279 10.0.0.19 - - [2025-04-21 02:15:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001838 10.0.0.19 - - [2025-04-21 02:15:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002814 10.0.0.19 - - [2025-04-21 02:15:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001806 10.0.0.19 - - [2025-04-21 02:15:07] "POST /neutron/network HTTP/1.1" 200 151 0.088203 10.0.0.19 - - [2025-04-21 02:15:07] "DELETE /route-target/b6966233-38d8-4294-ab0f-9930172021d0 HTTP/1.1" 200 115 0.020057 10.0.0.19 - - [2025-04-21 02:15:07] "GET /routing-instance/635395fb-0184-4c22-8106-540dd23f7226 HTTP/1.1" 404 171 0.002453 10.0.0.19 - - [2025-04-21 02:15:07] "GET /domains HTTP/1.1" 200 280 0.002744 10.0.0.19 - - [2025-04-21 02:15:07] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001464 10.0.0.19 - - [2025-04-21 02:15:07] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e HTTP/1.1" 200 3148 0.054311 10.0.0.19 - - [2025-04-21 02:15:07] "GET /projects?obj_uuids=913bed09-fd75-4e01-a743-a355385233be&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001152 10.0.0.19 - - [2025-04-21 02:15:07] "GET /project/913bed09-fd75-4e01-a743-a355385233be HTTP/1.1" 200 1901 0.072126 10.0.0.19 - - [2025-04-21 02:15:08] "GET /projects?obj_uuids=913bed09-fd75-4e01-a743-a355385233be&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001155 10.0.0.19 - - [2025-04-21 02:15:08] "GET /project/913bed09-fd75-4e01-a743-a355385233be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.033575 10.0.0.19 - - [2025-04-21 02:15:08] "GET /projects?obj_uuids=913bed09-fd75-4e01-a743-a355385233be&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001104 10.0.0.19 - - [2025-04-21 02:15:08] "GET /project/913bed09-fd75-4e01-a743-a355385233be?fields=virtual_networks HTTP/1.1" 200 1049 0.076050 10.0.0.19 - - [2025-04-21 02:15:08] "GET /projects?obj_uuids=913bed09-fd75-4e01-a743-a355385233be&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001576 10.0.0.19 - - [2025-04-21 02:15:08] "GET /project/913bed09-fd75-4e01-a743-a355385233be?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.034117 10.0.0.19 - - [2025-04-21 02:15:08] "GET /projects?obj_uuids=913bed09-fd75-4e01-a743-a355385233be&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001359 10.0.0.19 - - [2025-04-21 02:15:08] "GET /project/913bed09-fd75-4e01-a743-a355385233be?fields=security_groups HTTP/1.1" 200 1283 0.040291 10.0.0.19 - - [2025-04-21 02:15:09] "POST /fqname-to-id HTTP/1.1" 404 190 0.028579 10.0.0.19 - - [2025-04-21 02:15:09] "GET /projects?obj_uuids=ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003041 10.0.0.19 - - [2025-04-21 02:15:09] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001195 10.0.0.19 - - [2025-04-21 02:15:09] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008336 10.0.0.19 - - [2025-04-21 02:15:09] "POST /id-to-fqname HTTP/1.1" 200 192 0.001695 10.0.0.19 - - [2025-04-21 02:15:09] "POST /fqname-to-id HTTP/1.1" 404 201 0.003775 10.0.0.19 - - [2025-04-21 02:15:09] "POST /security-groups HTTP/1.1" 200 593 0.067225 10.0.0.19 - - [2025-04-21 02:15:09] "POST /fqname-to-id HTTP/1.1" 404 236 0.003643 10.0.0.19 - - [2025-04-21 02:15:09] "POST /projects HTTP/1.1" 200 589 0.245010 10.0.0.19 - - [2025-04-21 02:15:09] "POST /access-control-lists HTTP/1.1" 200 598 0.060414 10.0.0.19 - - [2025-04-21 02:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.320377 10.0.0.19 - - [2025-04-21 02:15:09] "POST /fqname-to-id HTTP/1.1" 404 235 0.003205 10.0.0.19 - - [2025-04-21 02:15:09] "GET /project/ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.445069 10.0.0.19 - - [2025-04-21 02:15:09] "POST /access-control-lists HTTP/1.1" 200 596 0.079263 10.0.0.19 - - [2025-04-21 02:15:10] "DELETE /project/ce99a8e0c7a74e8cad759c41d0b47c1e HTTP/1.1" 404 173 0.084829 10.0.0.19 - - [2025-04-21 02:15:10] "DELETE /project/1364dae8569145e0b3847fddb0c55d74 HTTP/1.1" 404 173 0.011213 10.0.0.19 - - [2025-04-21 02:15:10] "DELETE /project/cf725693c2e4487aaef312ba18e3838f HTTP/1.1" 404 173 0.010206 10.0.0.19 - - [2025-04-21 02:15:10] "DELETE /project/913bed09fd754e01a743a355385233be HTTP/1.1" 404 173 0.009646 10.0.0.19 - - [2025-04-21 02:15:10] "GET /projects?obj_uuids=cf725693-c2e4-487a-aef3-12ba18e3838f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001163 10.0.0.19 - - [2025-04-21 02:15:10] "GET /projects?obj_uuids=25db246c-b2b2-4330-b944-f98ffe9e64ce&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001296 10.0.0.19 - - [2025-04-21 02:15:10] "GET /projects?obj_uuids=913bed09-fd75-4e01-a743-a355385233be&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000898 10.0.0.19 - - [2025-04-21 02:15:10] "GET /projects?obj_uuids=1364dae8-5691-45e0-b384-7fddb0c55d74&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000904 10.0.0.19 - - [2025-04-21 02:15:10] "GET /project/cf725693-c2e4-487a-aef3-12ba18e3838f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.065128 10.0.0.19 - - [2025-04-21 02:15:10] "GET /project/913bed09-fd75-4e01-a743-a355385233be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.054530 10.0.0.19 - - [2025-04-21 02:15:10] "GET /project/25db246c-b2b2-4330-b944-f98ffe9e64ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.072948 10.0.0.19 - - [2025-04-21 02:15:10] "GET /projects?obj_uuids=25db246c-b2b2-4330-b944-f98ffe9e64ce&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001111 10.0.0.19 - - [2025-04-21 02:15:10] "GET /projects?obj_uuids=913bed09-fd75-4e01-a743-a355385233be&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000957 10.0.0.19 - - [2025-04-21 02:15:10] "GET /projects?obj_uuids=cf725693-c2e4-487a-aef3-12ba18e3838f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000900 10.0.0.19 - - [2025-04-21 02:15:10] "GET /project/1364dae8-5691-45e0-b384-7fddb0c55d74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.112534 10.0.0.19 - - [2025-04-21 02:15:10] "GET /projects?obj_uuids=1364dae8-5691-45e0-b384-7fddb0c55d74&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001237 10.0.0.19 - - [2025-04-21 02:15:10] "GET /project/913bed09-fd75-4e01-a743-a355385233be?fields=security_groups HTTP/1.1" 200 1388 0.067367 10.0.0.19 - - [2025-04-21 02:15:10] "GET /project/25db246c-b2b2-4330-b944-f98ffe9e64ce?fields=security_groups HTTP/1.1" 200 1399 0.070602 10.0.0.19 - - [2025-04-21 02:15:10] "GET /project/cf725693-c2e4-487a-aef3-12ba18e3838f?fields=security_groups HTTP/1.1" 200 1373 0.107770 10.0.0.19 - - [2025-04-21 02:15:10] "GET /project/1364dae8-5691-45e0-b384-7fddb0c55d74?fields=security_groups HTTP/1.1" 200 1348 0.057467 10.0.0.19 - - [2025-04-21 02:15:10] "DELETE /security-group/6c744698-1ea7-4d87-8eb8-32fc0fdb4846 HTTP/1.1" 200 115 0.101792 10.0.0.19 - - [2025-04-21 02:15:10] "DELETE /access-control-list/095221a3-f96b-4d30-a388-18bfb14101ec HTTP/1.1" 200 115 0.068588 10.0.0.19 - - [2025-04-21 02:15:10] "GET /projects?obj_uuids=913bed09-fd75-4e01-a743-a355385233be&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001178 10.0.0.19 - - [2025-04-21 02:15:10] "DELETE /security-group/da50bc0c-36a4-4e25-99de-8913dd046188 HTTP/1.1" 200 115 0.112154 10.0.0.19 - - [2025-04-21 02:15:10] "GET /projects?obj_uuids=25db246c-b2b2-4330-b944-f98ffe9e64ce&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001136 10.0.0.19 - - [2025-04-21 02:15:10] "GET /project/913bed09-fd75-4e01-a743-a355385233be?fields=application_policy_sets HTTP/1.1" 200 1427 0.044824 10.0.0.19 - - [2025-04-21 02:15:10] "DELETE /security-group/794d7f72-b343-4f5e-9ec8-76ee46fb3651 HTTP/1.1" 200 115 0.117472 10.0.0.19 - - [2025-04-21 02:15:10] "DELETE /security-group/bf98f6b9-f0db-42d8-963c-21bc649343fb HTTP/1.1" 200 115 0.122680 10.0.0.19 - - [2025-04-21 02:15:10] "GET /projects?obj_uuids=cf725693-c2e4-487a-aef3-12ba18e3838f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001455 10.0.0.19 - - [2025-04-21 02:15:10] "DELETE /access-control-list/728916d5-8519-4647-8ccd-a37b2f0b4e76 HTTP/1.1" 200 115 0.065465 10.0.0.19 - - [2025-04-21 02:15:10] "GET /projects?obj_uuids=1364dae8-5691-45e0-b384-7fddb0c55d74&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001145 10.0.0.19 - - [2025-04-21 02:15:10] "GET /project/cf725693-c2e4-487a-aef3-12ba18e3838f?fields=application_policy_sets HTTP/1.1" 200 1412 0.050115 10.0.0.19 - - [2025-04-21 02:15:10] "GET /project/25db246c-b2b2-4330-b944-f98ffe9e64ce?fields=application_policy_sets HTTP/1.1" 200 1438 0.100146 10.0.0.19 - - [2025-04-21 02:15:10] "DELETE /access-control-list/1011744c-3808-4b62-ad24-dc0f41d4b83e HTTP/1.1" 200 115 0.053534 10.0.0.19 - - [2025-04-21 02:15:10] "GET /project/1364dae8-5691-45e0-b384-7fddb0c55d74?fields=application_policy_sets HTTP/1.1" 200 1387 0.091449 10.0.0.19 - - [2025-04-21 02:15:10] "DELETE /access-control-list/c96d00b8-36be-47d3-af08-fd99ed30599c HTTP/1.1" 200 115 0.069757 10.0.0.19 - - [2025-04-21 02:15:10] "DELETE /access-control-list/5faeb912-6089-4b99-a81d-55e30ee274a6 HTTP/1.1" 200 115 0.050693 10.0.0.19 - - [2025-04-21 02:15:10] "DELETE /project/913bed09-fd75-4e01-a743-a355385233be HTTP/1.1" 200 115 0.697916 10.0.0.19 - - [2025-04-21 02:15:10] "DELETE /access-control-list/855dcf0d-1882-4238-9b8b-aebb429827f2 HTTP/1.1" 200 115 0.044590 10.0.0.19 - - [2025-04-21 02:15:10] "DELETE /project/cf725693-c2e4-487a-aef3-12ba18e3838f HTTP/1.1" 200 115 0.717922 10.0.0.19 - - [2025-04-21 02:15:10] "GET / HTTP/1.1" 200 35931 0.006213 10.0.0.19 - - [2025-04-21 02:15:10] "DELETE /project/25db246c-b2b2-4330-b944-f98ffe9e64ce HTTP/1.1" 200 115 0.758703 10.0.0.19 - - [2025-04-21 02:15:11] "DELETE /access-control-list/a01b3413-a9be-47da-8ea4-2bfab22272a7 HTTP/1.1" 200 115 0.039119 10.0.0.19 - - [2025-04-21 02:15:11] "DELETE /project/1364dae8-5691-45e0-b384-7fddb0c55d74 HTTP/1.1" 200 115 0.682927 10.0.0.19 - - [2025-04-21 02:15:11] "DELETE /access-control-list/b329b337-bf84-4a9a-8188-310bf0b7f8fd HTTP/1.1" 200 115 0.024354 10.0.0.19 - - [2025-04-21 02:15:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000506 10.0.0.19 - - [2025-04-21 02:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.060782 10.0.0.19 - - [2025-04-21 02:15:12] "GET /projects?obj_uuids=ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001022 10.0.0.19 - - [2025-04-21 02:15:12] "GET /project/ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.029617 10.0.0.19 - - [2025-04-21 02:15:12] "POST /neutron/network HTTP/1.1" 200 117 0.039818 10.0.0.19 - - [2025-04-21 02:15:12] "GET /projects?obj_uuids=ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001107 10.0.0.19 - - [2025-04-21 02:15:12] "POST /neutron/network HTTP/1.1" 200 607 0.075267 10.0.0.19 - - [2025-04-21 02:15:12] "POST /route-targets HTTP/1.1" 200 327 0.010951 10.0.0.19 - - [2025-04-21 02:15:12] "POST /ref-update HTTP/1.1" 200 156 0.012160 10.0.0.19 - - [2025-04-21 02:15:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002280 10.0.0.19 - - [2025-04-21 02:15:12] "POST /neutron/subnet HTTP/1.1" 200 724 0.198574 10.0.0.19 - - [2025-04-21 02:15:12] "POST /neutron/network HTTP/1.1" 200 826 0.005844 10.0.0.19 - - [2025-04-21 02:15:12] "POST /id-to-fqname HTTP/1.1" 200 222 0.001236 10.0.0.19 - - [2025-04-21 02:15:12] "GET /virtual-network/adb5ee8a-e9fe-4d46-8312-98890180ffc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005388 10.0.0.19 - - [2025-04-21 02:15:12] "POST /neutron/network HTTP/1.1" 200 826 0.007144 10.0.0.19 - - [2025-04-21 02:15:12] "GET /virtual-network/adb5ee8a-e9fe-4d46-8312-98890180ffc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007225 10.0.0.19 - - [2025-04-21 02:15:12] "POST /neutron/network HTTP/1.1" 200 826 0.008297 10.0.0.19 - - [2025-04-21 02:15:12] "POST /neutron/subnet HTTP/1.1" 200 724 0.009465 10.0.0.19 - - [2025-04-21 02:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.19 - - [2025-04-21 02:15:12] "GET /projects?obj_uuids=ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001243 10.0.0.19 - - [2025-04-21 02:15:12] "GET /project/ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.034006 10.0.0.19 - - [2025-04-21 02:15:12] "POST /neutron/network HTTP/1.1" 200 117 0.011113 10.0.0.19 - - [2025-04-21 02:15:12] "GET /projects?obj_uuids=ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001225 10.0.0.19 - - [2025-04-21 02:15:12] "POST /neutron/network HTTP/1.1" 200 607 0.078306 10.0.0.19 - - [2025-04-21 02:15:12] "POST /route-targets HTTP/1.1" 200 327 0.011222 10.0.0.19 - - [2025-04-21 02:15:12] "POST /ref-update HTTP/1.1" 200 156 0.011736 10.0.0.19 - - [2025-04-21 02:15:13] "POST /useragent-kv HTTP/1.1" 200 115 0.004466 10.0.0.19 - - [2025-04-21 02:15:13] "POST /neutron/subnet HTTP/1.1" 200 729 0.210505 10.0.0.19 - - [2025-04-21 02:15:13] "POST /neutron/network HTTP/1.1" 200 827 0.006275 10.0.0.19 - - [2025-04-21 02:15:13] "POST /id-to-fqname HTTP/1.1" 200 222 0.001460 10.0.0.19 - - [2025-04-21 02:15:13] "GET /virtual-network/922e2df0-c6eb-44b7-869e-726a5fe5fc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005011 10.0.0.19 - - [2025-04-21 02:15:13] "POST /neutron/network HTTP/1.1" 200 827 0.008658 10.0.0.19 - - [2025-04-21 02:15:13] "GET /virtual-network/922e2df0-c6eb-44b7-869e-726a5fe5fc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006048 10.0.0.19 - - [2025-04-21 02:15:13] "POST /neutron/network HTTP/1.1" 200 827 0.006423 10.0.0.19 - - [2025-04-21 02:15:13] "POST /neutron/subnet HTTP/1.1" 200 729 0.007658 10.0.0.19 - - [2025-04-21 02:15:13] "POST /fqname-to-id HTTP/1.1" 404 228 0.003766 10.0.0.19 - - [2025-04-21 02:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.19 - - [2025-04-21 02:15:13] "GET /projects?obj_uuids=ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001488 10.0.0.19 - - [2025-04-21 02:15:13] "GET /project/ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.027037 10.0.0.19 - - [2025-04-21 02:15:13] "POST /network-policys HTTP/1.1" 200 571 0.019466 10.0.0.19 - - [2025-04-21 02:15:13] "GET /network-policy/e7780004-f801-439a-84be-a5ebf021fc20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.007450 10.0.0.19 - - [2025-04-21 02:15:13] "POST /neutron/network HTTP/1.1" 200 826 0.007245 10.0.0.19 - - [2025-04-21 02:15:13] "POST /fqname-to-id HTTP/1.1" 404 236 0.006346 10.0.0.19 - - [2025-04-21 02:15:13] "POST /neutron/network HTTP/1.1" 200 928 0.053379 10.0.0.19 - - [2025-04-21 02:15:13] "POST /access-control-lists HTTP/1.1" 200 590 0.074444 10.0.0.19 - - [2025-04-21 02:15:13] "POST /neutron/network HTTP/1.1" 200 928 0.061680 10.0.0.19 - - [2025-04-21 02:15:13] "GET /virtual-network/adb5ee8a-e9fe-4d46-8312-98890180ffc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006014 10.0.0.19 - - [2025-04-21 02:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.19 - - [2025-04-21 02:15:13] "GET /network-policy/e7780004-f801-439a-84be-a5ebf021fc20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.004302 10.0.0.19 - - [2025-04-21 02:15:13] "POST /neutron/network HTTP/1.1" 200 827 0.007309 10.0.0.19 - - [2025-04-21 02:15:13] "POST /neutron/network HTTP/1.1" 200 929 0.057238 10.0.0.19 - - [2025-04-21 02:15:13] "POST /neutron/network HTTP/1.1" 200 929 0.029613 10.0.0.19 - - [2025-04-21 02:15:13] "PUT /access-control-list/f9b38df1-18a9-42ec-a490-65cfea408e61 HTTP/1.1" 200 272 0.066997 10.0.0.19 - - [2025-04-21 02:15:14] "POST /fqname-to-id HTTP/1.1" 404 236 0.003564 10.0.0.19 - - [2025-04-21 02:15:14] "GET /virtual-network/922e2df0-c6eb-44b7-869e-726a5fe5fc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004935 10.0.0.19 - - [2025-04-21 02:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002115 10.0.0.19 - - [2025-04-21 02:15:14] "GET /network-policy/e7780004-f801-439a-84be-a5ebf021fc20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.003572 10.0.0.19 - - [2025-04-21 02:15:14] "GET /domains HTTP/1.1" 401 292 0.000626 10.0.0.19 - - [2025-04-21 02:15:14] "POST /access-control-lists HTTP/1.1" 200 590 0.066953 10.0.0.19 - - [2025-04-21 02:15:14] "POST /ref-update HTTP/1.1" 200 156 0.010620 10.0.0.19 - - [2025-04-21 02:15:14] "GET /domains HTTP/1.1" 200 280 0.027549 10.0.0.19 - - [2025-04-21 02:15:14] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001392 10.0.0.19 - - [2025-04-21 02:15:14] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e HTTP/1.1" 200 2574 0.009792 10.0.0.19 - - [2025-04-21 02:15:14] "GET /projects?obj_uuids=ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000981 10.0.0.19 - - [2025-04-21 02:15:14] "GET /project/ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e HTTP/1.1" 200 2572 0.077158 10.0.0.19 - - [2025-04-21 02:15:14] "GET /virtual-network/adb5ee8a-e9fe-4d46-8312-98890180ffc4 HTTP/1.1" 200 2891 0.006533 10.0.0.19 - - [2025-04-21 02:15:14] "GET /virtual-network/adb5ee8a-e9fe-4d46-8312-98890180ffc4 HTTP/1.1" 200 2891 0.006024 10.0.0.19 - - [2025-04-21 02:15:14] "GET /routing-instance/76dfaf86-08ac-49c8-a954-56e1765d6b25 HTTP/1.1" 200 1783 0.005078 10.0.0.19 - - [2025-04-21 02:15:14] "GET /routing-instance/76dfaf86-08ac-49c8-a954-56e1765d6b25 HTTP/1.1" 200 1783 0.003648 10.0.0.19 - - [2025-04-21 02:15:14] "GET /route-target/3c50f589-36a5-4676-afa2-669d5533f3dc HTTP/1.1" 200 1206 0.003825 10.0.0.19 - - [2025-04-21 02:15:14] "GET /virtual-network/adb5ee8a-e9fe-4d46-8312-98890180ffc4 HTTP/1.1" 200 2891 0.005686 10.0.0.19 - - [2025-04-21 02:15:14] "GET /routing-instance/76dfaf86-08ac-49c8-a954-56e1765d6b25 HTTP/1.1" 200 1783 0.005606 10.0.0.19 - - [2025-04-21 02:15:14] "GET /virtual-network/adb5ee8a-e9fe-4d46-8312-98890180ffc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006935 10.0.0.19 - - [2025-04-21 02:15:14] "GET /virtual-network/adb5ee8a-e9fe-4d46-8312-98890180ffc4 HTTP/1.1" 200 2891 0.006837 10.0.0.19 - - [2025-04-21 02:15:14] "GET /routing-instance/76dfaf86-08ac-49c8-a954-56e1765d6b25 HTTP/1.1" 200 1783 0.004247 10.0.0.19 - - [2025-04-21 02:15:14] "GET /routing-instance/76dfaf86-08ac-49c8-a954-56e1765d6b25 HTTP/1.1" 200 1783 0.004875 10.0.0.19 - - [2025-04-21 02:15:14] "GET /route-target/3c50f589-36a5-4676-afa2-669d5533f3dc HTTP/1.1" 200 1206 0.003409 10.0.0.19 - - [2025-04-21 02:15:14] "GET /domains HTTP/1.1" 200 280 0.003211 10.0.0.19 - - [2025-04-21 02:15:14] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001193 10.0.0.19 - - [2025-04-21 02:15:14] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e HTTP/1.1" 200 2574 0.008659 10.0.0.19 - - [2025-04-21 02:15:14] "GET /projects?obj_uuids=ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001652 10.0.0.19 - - [2025-04-21 02:15:14] "GET /project/ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e HTTP/1.1" 200 2572 0.071306 10.0.0.19 - - [2025-04-21 02:15:14] "GET /virtual-network/adb5ee8a-e9fe-4d46-8312-98890180ffc4 HTTP/1.1" 200 2891 0.005903 10.0.0.19 - - [2025-04-21 02:15:15] "GET /obj-perms HTTP/1.1" 200 5034 0.346918 10.0.0.19 - - [2025-04-21 02:15:15] "GET /obj-perms HTTP/1.1" 200 5056 0.084287 10.0.0.19 - - [2025-04-21 02:15:15] "GET /domains HTTP/1.1" 200 280 0.003076 10.0.0.19 - - [2025-04-21 02:15:15] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000907 10.0.0.19 - - [2025-04-21 02:15:15] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e HTTP/1.1" 200 2574 0.009420 10.0.0.19 - - [2025-04-21 02:15:15] "GET /projects?obj_uuids=ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001867 10.0.0.19 - - [2025-04-21 02:15:15] "GET /project/ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e HTTP/1.1" 200 2572 0.087358 10.0.0.19 - - [2025-04-21 02:15:15] "GET /virtual-network/922e2df0-c6eb-44b7-869e-726a5fe5fc18 HTTP/1.1" 200 2895 0.008526 10.0.0.19 - - [2025-04-21 02:15:15] "GET /virtual-network/922e2df0-c6eb-44b7-869e-726a5fe5fc18 HTTP/1.1" 200 2895 0.005107 10.0.0.19 - - [2025-04-21 02:15:15] "GET /routing-instance/ff3e27d9-5e20-4196-abca-796ec0a03d55 HTTP/1.1" 200 1784 0.004207 10.0.0.19 - - [2025-04-21 02:15:15] "GET /routing-instance/ff3e27d9-5e20-4196-abca-796ec0a03d55 HTTP/1.1" 200 1784 0.003301 10.0.0.19 - - [2025-04-21 02:15:15] "GET /route-target/f05b02d7-fd98-4ca1-ba4f-134e5bcfa6c3 HTTP/1.1" 200 1207 0.005086 10.0.0.19 - - [2025-04-21 02:15:15] "GET /virtual-network/922e2df0-c6eb-44b7-869e-726a5fe5fc18 HTTP/1.1" 200 2895 0.005722 10.0.0.19 - - [2025-04-21 02:15:15] "GET /routing-instance/ff3e27d9-5e20-4196-abca-796ec0a03d55 HTTP/1.1" 200 1784 0.003426 10.0.0.19 - - [2025-04-21 02:15:15] "GET /virtual-network/922e2df0-c6eb-44b7-869e-726a5fe5fc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004949 10.0.0.19 - - [2025-04-21 02:15:15] "GET /virtual-network/922e2df0-c6eb-44b7-869e-726a5fe5fc18 HTTP/1.1" 200 2895 0.004165 10.0.0.19 - - [2025-04-21 02:15:15] "GET /routing-instance/ff3e27d9-5e20-4196-abca-796ec0a03d55 HTTP/1.1" 200 1784 0.002912 10.0.0.19 - - [2025-04-21 02:15:15] "GET /routing-instance/ff3e27d9-5e20-4196-abca-796ec0a03d55 HTTP/1.1" 200 1784 0.004668 10.0.0.19 - - [2025-04-21 02:15:15] "GET /route-target/f05b02d7-fd98-4ca1-ba4f-134e5bcfa6c3 HTTP/1.1" 200 1207 0.003147 10.0.0.19 - - [2025-04-21 02:15:15] "GET /domains HTTP/1.1" 200 280 0.003066 10.0.0.19 - - [2025-04-21 02:15:15] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001021 10.0.0.19 - - [2025-04-21 02:15:15] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e HTTP/1.1" 200 2574 0.007129 10.0.0.19 - - [2025-04-21 02:15:15] "GET /projects?obj_uuids=ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001021 10.0.0.19 - - [2025-04-21 02:15:15] "GET /project/ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e HTTP/1.1" 200 2572 0.076773 10.0.0.19 - - [2025-04-21 02:15:15] "GET /virtual-network/922e2df0-c6eb-44b7-869e-726a5fe5fc18 HTTP/1.1" 200 2895 0.006764 10.0.0.19 - - [2025-04-21 02:15:15] "GET /obj-perms HTTP/1.1" 200 5034 0.003214 10.0.0.19 - - [2025-04-21 02:15:15] "GET /obj-perms HTTP/1.1" 200 5056 0.059885 10.0.0.19 - - [2025-04-21 02:15:15] "POST /id-to-fqname HTTP/1.1" 200 222 0.001496 10.0.0.19 - - [2025-04-21 02:15:15] "POST /neutron/network HTTP/1.1" 200 938 0.006371 10.0.0.19 - - [2025-04-21 02:15:16] "GET /aaa-mode HTTP/1.1" 401 292 0.000526 10.0.0.19 - - [2025-04-21 02:15:16] "GET / HTTP/1.1" 200 35931 0.002126 10.0.0.19 - - [2025-04-21 02:15:16] "GET /project/ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000435 10.0.0.19 - - [2025-04-21 02:15:16] "GET /projects?obj_uuids=ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001305 10.0.0.19 - - [2025-04-21 02:15:16] "GET /project/ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.049697 10.0.0.19 - - [2025-04-21 02:15:16] "POST /neutron/network HTTP/1.1" 200 928 0.006458 10.0.0.19 - - [2025-04-21 02:15:16] "POST /neutron/port HTTP/1.1" 200 117 0.005825 10.0.0.19 - - [2025-04-21 02:15:16] "POST /neutron/port HTTP/1.1" 200 117 0.005197 10.0.0.19 - - [2025-04-21 02:15:16] "POST /id-to-fqname HTTP/1.1" 200 222 0.001336 10.0.0.19 - - [2025-04-21 02:15:17] "POST /neutron/port HTTP/1.1" 200 117 0.007606 10.0.0.19 - - [2025-04-21 02:15:17] "POST /neutron/network HTTP/1.1" 200 939 0.006701 10.0.0.19 - - [2025-04-21 02:15:17] "GET /aaa-mode HTTP/1.1" 401 292 0.000547 10.0.0.19 - - [2025-04-21 02:15:17] "POST /neutron/network HTTP/1.1" 200 938 0.006857 10.0.0.19 - - [2025-04-21 02:15:17] "GET /projects?obj_uuids=ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001309 10.0.0.19 - - [2025-04-21 02:15:17] "GET / HTTP/1.1" 200 35931 0.001461 10.0.0.19 - - [2025-04-21 02:15:17] "GET /project/ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000413 10.0.0.19 - - [2025-04-21 02:15:17] "POST /neutron/port HTTP/1.1" 200 1062 0.251492 10.0.0.19 - - [2025-04-21 02:15:17] "POST /neutron/port HTTP/1.1" 200 1062 0.009967 10.0.0.19 - - [2025-04-21 02:15:17] "POST /neutron/port HTTP/1.1" 200 1062 0.010553 10.0.0.19 - - [2025-04-21 02:15:17] "POST /neutron/port HTTP/1.1" 200 1116 0.076316 10.0.0.19 - - [2025-04-21 02:15:17] "POST /neutron/port HTTP/1.1" 200 1090 0.015446 10.0.0.19 - - [2025-04-21 02:15:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003238 10.0.0.19 - - [2025-04-21 02:15:17] "POST /neutron/subnet HTTP/1.1" 200 698 0.017152 10.0.0.19 - - [2025-04-21 02:15:17] "POST /neutron/port HTTP/1.1" 200 117 0.001401 10.0.0.19 - - [2025-04-21 02:15:17] "POST /neutron/network HTTP/1.1" 200 928 0.006360 10.0.0.19 - - [2025-04-21 02:15:17] "GET /projects?obj_uuids=ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001647 10.0.0.19 - - [2025-04-21 02:15:17] "GET /project/ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.058583 10.0.0.19 - - [2025-04-21 02:15:18] "POST /neutron/network HTTP/1.1" 200 929 0.006675 10.0.0.19 - - [2025-04-21 02:15:18] "POST /neutron/port HTTP/1.1" 200 1090 0.021038 10.0.0.19 - - [2025-04-21 02:15:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.012204 10.0.0.19 - - [2025-04-21 02:15:18] "POST /neutron/port HTTP/1.1" 200 117 0.007605 10.0.0.19 - - [2025-04-21 02:15:18] "POST /neutron/port HTTP/1.1" 200 1090 0.027957 10.0.0.19 - - [2025-04-21 02:15:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.020438 10.0.0.19 - - [2025-04-21 02:15:18] "POST /neutron/network HTTP/1.1" 200 939 0.007061 10.0.0.19 - - [2025-04-21 02:15:18] "GET /projects?obj_uuids=ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001277 10.0.0.19 - - [2025-04-21 02:15:18] "PUT /access-control-list/338908fe-f133-40c5-b9a3-c0fb1e1d9d67 HTTP/1.1" 200 272 0.067689 10.0.0.19 - - [2025-04-21 02:15:18] "POST /neutron/port HTTP/1.1" 200 1063 0.329174 10.0.0.19 - - [2025-04-21 02:15:18] "POST /neutron/port HTTP/1.1" 200 1063 0.010288 10.0.0.19 - - [2025-04-21 02:15:18] "POST /neutron/port HTTP/1.1" 200 1063 0.009477 10.0.0.19 - - [2025-04-21 02:15:19] "POST /neutron/port HTTP/1.1" 200 1117 0.085960 10.0.0.19 - - [2025-04-21 02:15:19] "POST /neutron/port HTTP/1.1" 200 1091 0.023532 10.0.0.19 - - [2025-04-21 02:15:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003999 10.0.0.19 - - [2025-04-21 02:15:19] "POST /neutron/subnet HTTP/1.1" 200 703 0.012953 10.0.0.19 - - [2025-04-21 02:15:19] "POST /neutron/port HTTP/1.1" 200 117 0.001401 10.0.0.19 - - [2025-04-21 02:15:19] "POST /neutron/network HTTP/1.1" 200 929 0.007936 10.0.0.19 - - [2025-04-21 02:15:23] "POST /neutron/port HTTP/1.1" 200 1090 0.016640 10.0.0.19 - - [2025-04-21 02:15:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006579 10.0.0.19 - - [2025-04-21 02:15:23] "POST /neutron/port HTTP/1.1" 200 1090 0.015378 10.0.0.19 - - [2025-04-21 02:15:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009092 10.0.0.19 - - [2025-04-21 02:15:23] "POST /neutron/port HTTP/1.1" 200 1090 0.029701 10.0.0.19 - - [2025-04-21 02:15:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007523 10.0.0.19 - - [2025-04-21 02:15:23] "GET /virtual-machine/9aee1030-a202-46d2-8490-858902efa609 HTTP/1.1" 200 1294 0.005302 10.0.0.19 - - [2025-04-21 02:15:23] "GET /virtual-machine-interface/b26a968f-0603-4c77-b236-385eb5c0e4d8 HTTP/1.1" 200 2952 0.005456 10.0.0.19 - - [2025-04-21 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.19 - - [2025-04-21 02:15:23] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004333 10.0.0.19 - - [2025-04-21 02:15:23] "GET /virtual-networks?parent_id=ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003852 10.0.0.19 - - [2025-04-21 02:15:23] "GET /virtual-network/adb5ee8a-e9fe-4d46-8312-98890180ffc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006326 10.0.0.19 - - [2025-04-21 02:15:26] "POST /neutron/port HTTP/1.1" 200 1090 0.017312 10.0.0.19 - - [2025-04-21 02:15:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006946 10.0.0.19 - - [2025-04-21 02:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004964 10.0.0.19 - - [2025-04-21 02:15:26] "GET /virtual-network/adb5ee8a-e9fe-4d46-8312-98890180ffc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006244 10.0.0.19 - - [2025-04-21 02:15:27] "POST /neutron/port HTTP/1.1" 200 1091 0.019403 10.0.0.19 - - [2025-04-21 02:15:27] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005372 10.0.0.19 - - [2025-04-21 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.19 - - [2025-04-21 02:15:29] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003854 10.0.0.19 - - [2025-04-21 02:15:29] "GET /virtual-networks?parent_id=ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003775 10.0.0.19 - - [2025-04-21 02:15:29] "GET /virtual-network/adb5ee8a-e9fe-4d46-8312-98890180ffc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006693 10.0.0.19 - - [2025-04-21 02:15:29] "POST /neutron/port HTTP/1.1" 200 1091 0.015086 10.0.0.19 - - [2025-04-21 02:15:29] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006459 10.0.0.19 - - [2025-04-21 02:15:29] "POST /neutron/port HTTP/1.1" 200 1091 0.016852 10.0.0.19 - - [2025-04-21 02:15:29] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007056 10.0.0.19 - - [2025-04-21 02:15:29] "POST /neutron/port HTTP/1.1" 200 1091 0.016431 10.0.0.19 - - [2025-04-21 02:15:29] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008828 10.0.0.19 - - [2025-04-21 02:15:29] "GET /virtual-machine/edac5cc3-646f-4700-a320-d25e7278d294 HTTP/1.1" 200 1295 0.007007 10.0.0.19 - - [2025-04-21 02:15:29] "GET /virtual-machine-interface/b4039041-bd53-4e77-8175-a476dc6644cd HTTP/1.1" 200 2951 0.005570 10.0.0.19 - - [2025-04-21 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.19 - - [2025-04-21 02:15:29] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004026 10.0.0.19 - - [2025-04-21 02:15:29] "GET /virtual-networks?parent_id=ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003404 10.0.0.19 - - [2025-04-21 02:15:29] "GET /virtual-network/922e2df0-c6eb-44b7-869e-726a5fe5fc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.007174 10.0.0.19 - - [2025-04-21 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004227 10.0.0.19 - - [2025-04-21 02:15:30] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004377 10.0.0.19 - - [2025-04-21 02:15:30] "GET /virtual-networks?parent_id=ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004072 10.0.0.19 - - [2025-04-21 02:15:31] "GET /virtual-network/922e2df0-c6eb-44b7-869e-726a5fe5fc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005910 10.0.0.19 - - [2025-04-21 02:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.19 - - [2025-04-21 02:15:34] "GET /projects?obj_uuids=ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001099 10.0.0.19 - - [2025-04-21 02:15:34] "GET /project/ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.027997 10.0.0.19 - - [2025-04-21 02:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.19 - - [2025-04-21 02:15:35] "PUT /network-policy/e7780004-f801-439a-84be-a5ebf021fc20 HTTP/1.1" 200 262 0.011000 10.0.0.19 - - [2025-04-21 02:15:35] "PUT /access-control-list/f9b38df1-18a9-42ec-a490-65cfea408e61 HTTP/1.1" 200 272 0.060649 10.0.0.19 - - [2025-04-21 02:15:35] "POST /ref-update HTTP/1.1" 200 156 0.011865 10.0.0.19 - - [2025-04-21 02:15:35] "PUT /access-control-list/338908fe-f133-40c5-b9a3-c0fb1e1d9d67 HTTP/1.1" 200 272 0.055773 10.0.0.19 - - [2025-04-21 02:15:35] "POST /ref-update HTTP/1.1" 200 156 0.011872 10.0.0.19 - - [2025-04-21 02:15:38] "GET /virtual-network/922e2df0-c6eb-44b7-869e-726a5fe5fc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006093 10.0.0.19 - - [2025-04-21 02:15:38] "POST /neutron/network HTTP/1.1" 200 929 0.007061 10.0.0.19 - - [2025-04-21 02:15:38] "POST /neutron/network HTTP/1.1" 200 827 0.062692 10.0.0.19 - - [2025-04-21 02:15:38] "DELETE /access-control-list/338908fe-f133-40c5-b9a3-c0fb1e1d9d67 HTTP/1.1" 200 115 0.032926 10.0.0.19 - - [2025-04-21 02:15:38] "POST /neutron/network HTTP/1.1" 200 827 0.006613 10.0.0.19 - - [2025-04-21 02:15:38] "GET /virtual-network/922e2df0-c6eb-44b7-869e-726a5fe5fc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008191 10.0.0.19 - - [2025-04-21 02:15:38] "GET /virtual-network/adb5ee8a-e9fe-4d46-8312-98890180ffc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006459 10.0.0.19 - - [2025-04-21 02:15:38] "POST /neutron/network HTTP/1.1" 200 928 0.005813 10.0.0.19 - - [2025-04-21 02:15:38] "POST /neutron/network HTTP/1.1" 200 826 0.062376 10.0.0.19 - - [2025-04-21 02:15:38] "DELETE /access-control-list/f9b38df1-18a9-42ec-a490-65cfea408e61 HTTP/1.1" 200 115 0.044292 10.0.0.19 - - [2025-04-21 02:15:38] "POST /neutron/network HTTP/1.1" 200 826 0.016655 10.0.0.19 - - [2025-04-21 02:15:38] "GET /virtual-network/adb5ee8a-e9fe-4d46-8312-98890180ffc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005228 10.0.0.19 - - [2025-04-21 02:15:38] "DELETE /network-policy/e7780004-f801-439a-84be-a5ebf021fc20 HTTP/1.1" 200 115 0.026946 10.0.0.19 - - [2025-04-21 02:15:38] "POST /neutron/network HTTP/1.1" 200 827 0.006211 10.0.0.19 - - [2025-04-21 02:15:38] "POST /neutron/network HTTP/1.1" 400 204 0.013075 10.0.0.19 - - [2025-04-21 02:15:38] "POST /neutron/port HTTP/1.1" 200 1091 0.018122 10.0.0.19 - - [2025-04-21 02:15:38] "POST /neutron/port HTTP/1.1" 200 1117 0.012870 10.0.0.19 - - [2025-04-21 02:15:39] "POST /neutron/port HTTP/1.1" 200 1090 0.032698 10.0.0.19 - - [2025-04-21 02:15:39] "POST /neutron/port HTTP/1.1" 200 151 0.136526 10.0.0.19 - - [2025-04-21 02:15:39] "POST /neutron/port HTTP/1.1" 200 1116 0.011698 10.0.0.19 - - [2025-04-21 02:15:39] "POST /neutron/port HTTP/1.1" 200 151 0.114571 10.0.0.19 - - [2025-04-21 02:15:40] "POST /neutron/network HTTP/1.1" 200 827 0.007320 10.0.0.19 - - [2025-04-21 02:15:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003631 10.0.0.19 - - [2025-04-21 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004435 10.0.0.19 - - [2025-04-21 02:15:40] "POST /useragent-kv HTTP/1.1" 200 115 0.001884 10.0.0.19 - - [2025-04-21 02:15:40] "POST /neutron/network HTTP/1.1" 200 151 0.086260 10.0.0.19 - - [2025-04-21 02:15:40] "GET /routing-instance/ff3e27d9-5e20-4196-abca-796ec0a03d55 HTTP/1.1" 404 171 0.003696 10.0.0.19 - - [2025-04-21 02:15:40] "GET /domains HTTP/1.1" 200 280 0.005992 10.0.0.19 - - [2025-04-21 02:15:40] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001073 10.0.0.19 - - [2025-04-21 02:15:40] "DELETE /route-target/f05b02d7-fd98-4ca1-ba4f-134e5bcfa6c3 HTTP/1.1" 200 115 0.034589 10.0.0.19 - - [2025-04-21 02:15:41] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e HTTP/1.1" 200 2574 0.049186 10.0.0.19 - - [2025-04-21 02:15:41] "GET /projects?obj_uuids=ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001121 10.0.0.19 - - [2025-04-21 02:15:41] "GET /project/ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e HTTP/1.1" 200 2104 0.070936 10.0.0.19 - - [2025-04-21 02:15:41] "POST /neutron/network HTTP/1.1" 200 826 0.006550 10.0.0.19 - - [2025-04-21 02:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004659 10.0.0.19 - - [2025-04-21 02:15:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002207 10.0.0.19 - - [2025-04-21 02:15:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003341 10.0.0.19 - - [2025-04-21 02:15:41] "POST /neutron/network HTTP/1.1" 200 151 0.103346 10.0.0.19 - - [2025-04-21 02:15:41] "DELETE /route-target/3c50f589-36a5-4676-afa2-669d5533f3dc HTTP/1.1" 200 115 0.026850 10.0.0.19 - - [2025-04-21 02:15:41] "GET /routing-instance/76dfaf86-08ac-49c8-a954-56e1765d6b25 HTTP/1.1" 404 171 0.004052 10.0.0.19 - - [2025-04-21 02:15:41] "GET /domains HTTP/1.1" 200 280 0.002483 10.0.0.19 - - [2025-04-21 02:15:41] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000935 10.0.0.19 - - [2025-04-21 02:15:41] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e HTTP/1.1" 200 2574 0.048340 10.0.0.19 - - [2025-04-21 02:15:41] "GET /projects?obj_uuids=ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001442 10.0.0.19 - - [2025-04-21 02:15:41] "GET /project/ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e HTTP/1.1" 200 1865 0.070263 10.0.0.19 - - [2025-04-21 02:15:41] "GET /projects?obj_uuids=ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001161 10.0.0.19 - - [2025-04-21 02:15:41] "GET /project/ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.026870 10.0.0.19 - - [2025-04-21 02:15:41] "GET /projects?obj_uuids=ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001146 10.0.0.19 - - [2025-04-21 02:15:41] "GET /project/ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e?fields=virtual_networks HTTP/1.1" 200 1037 0.070210 10.0.0.19 - - [2025-04-21 02:15:41] "GET /projects?obj_uuids=ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001065 10.0.0.19 - - [2025-04-21 02:15:41] "GET /project/ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.029763 10.0.0.19 - - [2025-04-21 02:15:41] "GET /projects?obj_uuids=ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001120 10.0.0.19 - - [2025-04-21 02:15:41] "GET /project/ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e?fields=security_groups HTTP/1.1" 200 1265 0.034140 10.0.0.19 - - [2025-04-21 02:15:42] "POST /fqname-to-id HTTP/1.1" 404 186 0.029326 10.0.0.19 - - [2025-04-21 02:15:42] "GET /projects?obj_uuids=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002685 10.0.0.19 - - [2025-04-21 02:15:42] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001675 10.0.0.19 - - [2025-04-21 02:15:42] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008265 10.0.0.19 - - [2025-04-21 02:15:43] "POST /id-to-fqname HTTP/1.1" 200 188 0.001514 10.0.0.19 - - [2025-04-21 02:15:43] "POST /fqname-to-id HTTP/1.1" 404 197 0.002336 10.0.0.19 - - [2025-04-21 02:15:43] "POST /security-groups HTTP/1.1" 200 589 0.064046 10.0.0.19 - - [2025-04-21 02:15:43] "POST /fqname-to-id HTTP/1.1" 404 232 0.002860 10.0.0.19 - - [2025-04-21 02:15:43] "POST /projects HTTP/1.1" 200 581 0.226157 10.0.0.19 - - [2025-04-21 02:15:43] "POST /access-control-lists HTTP/1.1" 200 594 0.059352 10.0.0.19 - - [2025-04-21 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.299928 10.0.0.19 - - [2025-04-21 02:15:43] "POST /fqname-to-id HTTP/1.1" 404 231 0.003377 10.0.0.19 - - [2025-04-21 02:15:43] "GET /project/85f0ae7b-7af3-4e01-8316-eea7447227c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.429912 10.0.0.19 - - [2025-04-21 02:15:43] "POST /access-control-lists HTTP/1.1" 200 592 0.068563 10.0.0.19 - - [2025-04-21 02:15:44] "GET / HTTP/1.1" 200 35931 0.003364 10.0.0.19 - - [2025-04-21 02:15:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000787 10.0.0.19 - - [2025-04-21 02:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.108138 10.0.0.19 - - [2025-04-21 02:15:45] "GET /projects?obj_uuids=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001503 10.0.0.19 - - [2025-04-21 02:15:45] "GET /project/85f0ae7b-7af3-4e01-8316-eea7447227c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.029454 10.0.0.19 - - [2025-04-21 02:15:45] "POST /neutron/network HTTP/1.1" 200 117 0.042710 10.0.0.19 - - [2025-04-21 02:15:45] "GET /projects?obj_uuids=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001561 10.0.0.19 - - [2025-04-21 02:15:45] "POST /neutron/network HTTP/1.1" 200 613 0.087186 10.0.0.19 - - [2025-04-21 02:15:45] "POST /route-targets HTTP/1.1" 200 327 0.014720 10.0.0.19 - - [2025-04-21 02:15:45] "POST /ref-update HTTP/1.1" 200 156 0.011702 10.0.0.19 - - [2025-04-21 02:15:45] "POST /useragent-kv HTTP/1.1" 200 115 0.004105 10.0.0.19 - - [2025-04-21 02:15:45] "POST /neutron/subnet HTTP/1.1" 200 724 0.162766 10.0.0.19 - - [2025-04-21 02:15:45] "POST /neutron/network HTTP/1.1" 200 832 0.006946 10.0.0.19 - - [2025-04-21 02:15:45] "POST /id-to-fqname HTTP/1.1" 200 223 0.001397 10.0.0.19 - - [2025-04-21 02:15:45] "GET /virtual-network/31922e30-7ef8-460a-87bf-3d260e748870?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005191 10.0.0.19 - - [2025-04-21 02:15:46] "POST /neutron/network HTTP/1.1" 200 832 0.006980 10.0.0.19 - - [2025-04-21 02:15:46] "GET /virtual-network/31922e30-7ef8-460a-87bf-3d260e748870?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006138 10.0.0.19 - - [2025-04-21 02:15:46] "POST /neutron/network HTTP/1.1" 200 832 0.006016 10.0.0.19 - - [2025-04-21 02:15:46] "POST /neutron/subnet HTTP/1.1" 200 724 0.007656 10.0.0.19 - - [2025-04-21 02:15:46] "GET /domains HTTP/1.1" 401 292 0.000391 10.0.0.19 - - [2025-04-21 02:15:46] "GET /domains HTTP/1.1" 200 280 0.028239 10.0.0.19 - - [2025-04-21 02:15:46] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001194 10.0.0.19 - - [2025-04-21 02:15:46] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e HTTP/1.1" 200 2758 0.008971 10.0.0.19 - - [2025-04-21 02:15:46] "GET /projects?obj_uuids=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001098 10.0.0.19 - - [2025-04-21 02:15:46] "GET /project/85f0ae7b-7af3-4e01-8316-eea7447227c0 HTTP/1.1" 200 2079 0.070746 10.0.0.19 - - [2025-04-21 02:15:46] "GET /virtual-network/31922e30-7ef8-460a-87bf-3d260e748870 HTTP/1.1" 200 2317 0.006577 10.0.0.19 - - [2025-04-21 02:15:46] "GET /virtual-network/31922e30-7ef8-460a-87bf-3d260e748870 HTTP/1.1" 200 2317 0.004859 10.0.0.19 - - [2025-04-21 02:15:46] "GET /routing-instance/23a64d32-7df4-4698-81bf-0f976b602036 HTTP/1.1" 200 1492 0.005624 10.0.0.19 - - [2025-04-21 02:15:46] "GET /routing-instance/23a64d32-7df4-4698-81bf-0f976b602036 HTTP/1.1" 200 1492 0.003818 10.0.0.19 - - [2025-04-21 02:15:46] "GET /route-target/116553bf-8039-4708-8a2a-38a5b4d3eca9 HTTP/1.1" 200 1211 0.003513 10.0.0.19 - - [2025-04-21 02:15:46] "GET /virtual-network/31922e30-7ef8-460a-87bf-3d260e748870 HTTP/1.1" 200 2317 0.006103 10.0.0.19 - - [2025-04-21 02:15:46] "GET /routing-instance/23a64d32-7df4-4698-81bf-0f976b602036 HTTP/1.1" 200 1492 0.004039 10.0.0.19 - - [2025-04-21 02:15:46] "GET /virtual-network/31922e30-7ef8-460a-87bf-3d260e748870?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007083 10.0.0.19 - - [2025-04-21 02:15:46] "GET /virtual-network/31922e30-7ef8-460a-87bf-3d260e748870 HTTP/1.1" 200 2317 0.007098 10.0.0.19 - - [2025-04-21 02:15:46] "GET /routing-instance/23a64d32-7df4-4698-81bf-0f976b602036 HTTP/1.1" 200 1492 0.004456 10.0.0.19 - - [2025-04-21 02:15:46] "GET /routing-instance/23a64d32-7df4-4698-81bf-0f976b602036 HTTP/1.1" 200 1492 0.005333 10.0.0.19 - - [2025-04-21 02:15:46] "GET /route-target/116553bf-8039-4708-8a2a-38a5b4d3eca9 HTTP/1.1" 200 1211 0.003593 10.0.0.19 - - [2025-04-21 02:15:46] "GET /domains HTTP/1.1" 200 280 0.003729 10.0.0.19 - - [2025-04-21 02:15:46] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001487 10.0.0.19 - - [2025-04-21 02:15:46] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e HTTP/1.1" 200 2758 0.011854 10.0.0.19 - - [2025-04-21 02:15:46] "GET /projects?obj_uuids=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001724 10.0.0.19 - - [2025-04-21 02:15:46] "GET /project/85f0ae7b-7af3-4e01-8316-eea7447227c0 HTTP/1.1" 200 2079 0.068745 10.0.0.19 - - [2025-04-21 02:15:46] "GET /virtual-network/31922e30-7ef8-460a-87bf-3d260e748870 HTTP/1.1" 200 2317 0.005098 10.0.0.19 - - [2025-04-21 02:15:47] "GET /obj-perms HTTP/1.1" 200 5026 0.051413 10.0.0.19 - - [2025-04-21 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.19 - - [2025-04-21 02:15:47] "GET /projects?obj_uuids=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001319 10.0.0.19 - - [2025-04-21 02:15:47] "GET /project/85f0ae7b-7af3-4e01-8316-eea7447227c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.030633 10.0.0.19 - - [2025-04-21 02:15:47] "POST /neutron/network HTTP/1.1" 200 117 0.011530 10.0.0.19 - - [2025-04-21 02:15:47] "GET /projects?obj_uuids=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001119 10.0.0.19 - - [2025-04-21 02:15:47] "POST /neutron/network HTTP/1.1" 200 613 0.076968 10.0.0.19 - - [2025-04-21 02:15:47] "POST /route-targets HTTP/1.1" 200 327 0.010898 10.0.0.19 - - [2025-04-21 02:15:47] "POST /ref-update HTTP/1.1" 200 156 0.013029 10.0.0.19 - - [2025-04-21 02:15:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003674 10.0.0.19 - - [2025-04-21 02:15:47] "POST /neutron/subnet HTTP/1.1" 200 729 0.187406 10.0.0.19 - - [2025-04-21 02:15:47] "POST /neutron/network HTTP/1.1" 200 833 0.005271 10.0.0.19 - - [2025-04-21 02:15:47] "POST /id-to-fqname HTTP/1.1" 200 223 0.001778 10.0.0.19 - - [2025-04-21 02:15:47] "GET /virtual-network/270be1f5-9179-4ea5-9059-d040604055f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004698 10.0.0.19 - - [2025-04-21 02:15:47] "POST /neutron/network HTTP/1.1" 200 833 0.006178 10.0.0.19 - - [2025-04-21 02:15:47] "GET /virtual-network/270be1f5-9179-4ea5-9059-d040604055f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005608 10.0.0.19 - - [2025-04-21 02:15:47] "POST /neutron/network HTTP/1.1" 200 833 0.006551 10.0.0.19 - - [2025-04-21 02:15:47] "POST /neutron/subnet HTTP/1.1" 200 729 0.008748 10.0.0.19 - - [2025-04-21 02:15:47] "GET /domains HTTP/1.1" 200 280 0.002733 10.0.0.19 - - [2025-04-21 02:15:47] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001870 10.0.0.19 - - [2025-04-21 02:15:47] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e HTTP/1.1" 200 2758 0.011432 10.0.0.19 - - [2025-04-21 02:15:47] "GET /projects?obj_uuids=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001251 10.0.0.19 - - [2025-04-21 02:15:47] "GET /project/85f0ae7b-7af3-4e01-8316-eea7447227c0 HTTP/1.1" 200 2297 0.076109 10.0.0.19 - - [2025-04-21 02:15:47] "GET /virtual-network/270be1f5-9179-4ea5-9059-d040604055f2 HTTP/1.1" 200 2322 0.008121 10.0.0.19 - - [2025-04-21 02:15:47] "GET /virtual-network/270be1f5-9179-4ea5-9059-d040604055f2 HTTP/1.1" 200 2322 0.006069 10.0.0.19 - - [2025-04-21 02:15:47] "GET /routing-instance/a4b7c2b8-a025-4c82-b21e-d9dbd73674b6 HTTP/1.1" 200 1494 0.004440 10.0.0.19 - - [2025-04-21 02:15:47] "GET /routing-instance/a4b7c2b8-a025-4c82-b21e-d9dbd73674b6 HTTP/1.1" 200 1494 0.003415 10.0.0.19 - - [2025-04-21 02:15:47] "GET /route-target/03dc6112-564b-42b6-9538-eccf7670f621 HTTP/1.1" 200 1211 0.002987 10.0.0.19 - - [2025-04-21 02:15:47] "GET /virtual-network/270be1f5-9179-4ea5-9059-d040604055f2 HTTP/1.1" 200 2322 0.007423 10.0.0.19 - - [2025-04-21 02:15:47] "GET /routing-instance/a4b7c2b8-a025-4c82-b21e-d9dbd73674b6 HTTP/1.1" 200 1494 0.004183 10.0.0.19 - - [2025-04-21 02:15:47] "GET /virtual-network/270be1f5-9179-4ea5-9059-d040604055f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006149 10.0.0.19 - - [2025-04-21 02:15:47] "GET /virtual-network/270be1f5-9179-4ea5-9059-d040604055f2 HTTP/1.1" 200 2322 0.005822 10.0.0.19 - - [2025-04-21 02:15:47] "GET /routing-instance/a4b7c2b8-a025-4c82-b21e-d9dbd73674b6 HTTP/1.1" 200 1494 0.003885 10.0.0.19 - - [2025-04-21 02:15:47] "GET /routing-instance/a4b7c2b8-a025-4c82-b21e-d9dbd73674b6 HTTP/1.1" 200 1494 0.004817 10.0.0.19 - - [2025-04-21 02:15:47] "GET /route-target/03dc6112-564b-42b6-9538-eccf7670f621 HTTP/1.1" 200 1211 0.003164 10.0.0.19 - - [2025-04-21 02:15:47] "GET /domains HTTP/1.1" 200 280 0.003038 10.0.0.19 - - [2025-04-21 02:15:47] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001107 10.0.0.19 - - [2025-04-21 02:15:48] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e HTTP/1.1" 200 2758 0.007630 10.0.0.19 - - [2025-04-21 02:15:48] "GET /projects?obj_uuids=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001093 10.0.0.19 - - [2025-04-21 02:15:48] "GET /project/85f0ae7b-7af3-4e01-8316-eea7447227c0 HTTP/1.1" 200 2297 0.074148 10.0.0.19 - - [2025-04-21 02:15:48] "GET /virtual-network/270be1f5-9179-4ea5-9059-d040604055f2 HTTP/1.1" 200 2322 0.005065 10.0.0.19 - - [2025-04-21 02:15:48] "GET /obj-perms HTTP/1.1" 200 5026 0.003146 10.0.0.19 - - [2025-04-21 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.19 - - [2025-04-21 02:15:48] "GET /projects?obj_uuids=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000982 10.0.0.19 - - [2025-04-21 02:15:48] "GET /project/85f0ae7b-7af3-4e01-8316-eea7447227c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.027185 10.0.0.19 - - [2025-04-21 02:15:48] "POST /neutron/network HTTP/1.1" 200 117 0.012706 10.0.0.19 - - [2025-04-21 02:15:48] "GET /projects?obj_uuids=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001215 10.0.0.19 - - [2025-04-21 02:15:48] "POST /neutron/network HTTP/1.1" 200 615 0.072117 10.0.0.19 - - [2025-04-21 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.011365 10.0.0.19 - - [2025-04-21 02:15:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002707 10.0.0.19 - - [2025-04-21 02:15:48] "POST /neutron/subnet HTTP/1.1" 200 730 0.159315 10.0.0.19 - - [2025-04-21 02:15:48] "POST /neutron/network HTTP/1.1" 200 835 0.007123 10.0.0.19 - - [2025-04-21 02:15:48] "POST /id-to-fqname HTTP/1.1" 200 224 0.001165 10.0.0.19 - - [2025-04-21 02:15:48] "GET /virtual-network/68acfeb3-72a7-4cd1-b37e-f567a470d0ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004722 10.0.0.19 - - [2025-04-21 02:15:48] "POST /neutron/network HTTP/1.1" 200 835 0.005886 10.0.0.19 - - [2025-04-21 02:15:48] "GET /virtual-network/68acfeb3-72a7-4cd1-b37e-f567a470d0ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005832 10.0.0.19 - - [2025-04-21 02:15:48] "POST /neutron/network HTTP/1.1" 200 835 0.008969 10.0.0.19 - - [2025-04-21 02:15:48] "POST /neutron/subnet HTTP/1.1" 200 730 0.009303 10.0.0.19 - - [2025-04-21 02:15:48] "GET /domains HTTP/1.1" 200 280 0.003038 10.0.0.19 - - [2025-04-21 02:15:48] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001569 10.0.0.19 - - [2025-04-21 02:15:48] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e HTTP/1.1" 200 2758 0.008987 10.0.0.19 - - [2025-04-21 02:15:48] "GET /projects?obj_uuids=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001129 10.0.0.19 - - [2025-04-21 02:15:48] "GET /project/85f0ae7b-7af3-4e01-8316-eea7447227c0 HTTP/1.1" 200 2516 0.067541 10.0.0.19 - - [2025-04-21 02:15:48] "GET /virtual-network/68acfeb3-72a7-4cd1-b37e-f567a470d0ce HTTP/1.1" 200 2327 0.006376 10.0.0.19 - - [2025-04-21 02:15:48] "GET /virtual-network/68acfeb3-72a7-4cd1-b37e-f567a470d0ce HTTP/1.1" 200 2327 0.005099 10.0.0.19 - - [2025-04-21 02:15:48] "GET /routing-instance/e931cf8d-a206-4f50-8862-d589829f87f7 HTTP/1.1" 200 1497 0.003716 10.0.0.19 - - [2025-04-21 02:15:48] "GET /routing-instance/e931cf8d-a206-4f50-8862-d589829f87f7 HTTP/1.1" 200 1497 0.003238 10.0.0.19 - - [2025-04-21 02:15:48] "GET /route-target/f9731fd6-de31-46a4-aec2-7b82a2d4ffbd HTTP/1.1" 200 1215 0.003467 10.0.0.19 - - [2025-04-21 02:15:48] "GET /virtual-network/68acfeb3-72a7-4cd1-b37e-f567a470d0ce HTTP/1.1" 200 2327 0.004493 10.0.0.19 - - [2025-04-21 02:15:48] "GET /routing-instance/e931cf8d-a206-4f50-8862-d589829f87f7 HTTP/1.1" 200 1497 0.004240 10.0.0.19 - - [2025-04-21 02:15:48] "GET /virtual-network/68acfeb3-72a7-4cd1-b37e-f567a470d0ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005408 10.0.0.19 - - [2025-04-21 02:15:48] "GET /virtual-network/68acfeb3-72a7-4cd1-b37e-f567a470d0ce HTTP/1.1" 200 2327 0.006284 10.0.0.19 - - [2025-04-21 02:15:48] "GET /routing-instance/e931cf8d-a206-4f50-8862-d589829f87f7 HTTP/1.1" 200 1497 0.005088 10.0.0.19 - - [2025-04-21 02:15:48] "GET /routing-instance/e931cf8d-a206-4f50-8862-d589829f87f7 HTTP/1.1" 200 1497 0.004064 10.0.0.19 - - [2025-04-21 02:15:48] "GET /route-target/f9731fd6-de31-46a4-aec2-7b82a2d4ffbd HTTP/1.1" 200 1215 0.003238 10.0.0.19 - - [2025-04-21 02:15:48] "GET /domains HTTP/1.1" 200 280 0.003440 10.0.0.19 - - [2025-04-21 02:15:48] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001103 10.0.0.19 - - [2025-04-21 02:15:48] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e HTTP/1.1" 200 2758 0.008275 10.0.0.19 - - [2025-04-21 02:15:48] "GET /projects?obj_uuids=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001068 10.0.0.19 - - [2025-04-21 02:15:48] "GET /project/85f0ae7b-7af3-4e01-8316-eea7447227c0 HTTP/1.1" 200 2516 0.067921 10.0.0.19 - - [2025-04-21 02:15:49] "GET /virtual-network/68acfeb3-72a7-4cd1-b37e-f567a470d0ce HTTP/1.1" 200 2327 0.004814 10.0.0.19 - - [2025-04-21 02:15:49] "GET /obj-perms HTTP/1.1" 200 5026 0.003024 10.0.0.19 - - [2025-04-21 02:15:49] "POST /id-to-fqname HTTP/1.1" 200 223 0.001639 10.0.0.19 - - [2025-04-21 02:15:49] "POST /neutron/network HTTP/1.1" 200 843 0.007191 10.0.0.19 - - [2025-04-21 02:15:49] "GET /aaa-mode HTTP/1.1" 401 292 0.000451 10.0.0.19 - - [2025-04-21 02:15:49] "GET / HTTP/1.1" 200 35931 0.001821 10.0.0.19 - - [2025-04-21 02:15:49] "GET /project/85f0ae7b-7af3-4e01-8316-eea7447227c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000449 10.0.0.19 - - [2025-04-21 02:15:49] "GET /projects?obj_uuids=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001332 10.0.0.19 - - [2025-04-21 02:15:49] "GET /project/85f0ae7b-7af3-4e01-8316-eea7447227c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.046947 10.0.0.19 - - [2025-04-21 02:15:49] "POST /neutron/network HTTP/1.1" 200 833 0.006915 10.0.0.19 - - [2025-04-21 02:15:50] "POST /neutron/port HTTP/1.1" 200 117 0.005753 10.0.0.19 - - [2025-04-21 02:15:50] "POST /neutron/port HTTP/1.1" 200 117 0.008667 10.0.0.19 - - [2025-04-21 02:15:50] "POST /id-to-fqname HTTP/1.1" 200 224 0.001525 10.0.0.19 - - [2025-04-21 02:15:50] "POST /neutron/port HTTP/1.1" 200 117 0.006410 10.0.0.19 - - [2025-04-21 02:15:50] "POST /neutron/network HTTP/1.1" 200 845 0.008264 10.0.0.19 - - [2025-04-21 02:15:50] "GET /aaa-mode HTTP/1.1" 401 292 0.000559 10.0.0.19 - - [2025-04-21 02:15:50] "POST /neutron/network HTTP/1.1" 200 843 0.006543 10.0.0.19 - - [2025-04-21 02:15:50] "GET /projects?obj_uuids=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001856 10.0.0.19 - - [2025-04-21 02:15:50] "GET / HTTP/1.1" 200 35931 0.002040 10.0.0.19 - - [2025-04-21 02:15:50] "GET /project/85f0ae7b-7af3-4e01-8316-eea7447227c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000552 10.0.0.19 - - [2025-04-21 02:15:50] "POST /neutron/port HTTP/1.1" 200 1059 0.225322 10.0.0.19 - - [2025-04-21 02:15:50] "POST /neutron/port HTTP/1.1" 200 1059 0.012804 10.0.0.19 - - [2025-04-21 02:15:50] "POST /neutron/port HTTP/1.1" 200 1059 0.011769 10.0.0.19 - - [2025-04-21 02:15:50] "POST /neutron/port HTTP/1.1" 200 1113 0.063338 10.0.0.19 - - [2025-04-21 02:15:50] "POST /neutron/port HTTP/1.1" 200 1087 0.018887 10.0.0.19 - - [2025-04-21 02:15:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003263 10.0.0.19 - - [2025-04-21 02:15:50] "POST /neutron/subnet HTTP/1.1" 200 703 0.010778 10.0.0.19 - - [2025-04-21 02:15:50] "POST /neutron/port HTTP/1.1" 200 117 0.001549 10.0.0.19 - - [2025-04-21 02:15:51] "POST /neutron/network HTTP/1.1" 200 833 0.006217 10.0.0.19 - - [2025-04-21 02:15:51] "GET /projects?obj_uuids=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002422 10.0.0.19 - - [2025-04-21 02:15:51] "GET /project/85f0ae7b-7af3-4e01-8316-eea7447227c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.059258 10.0.0.19 - - [2025-04-21 02:15:51] "POST /neutron/network HTTP/1.1" 200 835 0.007268 10.0.0.19 - - [2025-04-21 02:15:51] "POST /neutron/port HTTP/1.1" 200 1087 0.034019 10.0.0.19 - - [2025-04-21 02:15:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007987 10.0.0.19 - - [2025-04-21 02:15:51] "POST /neutron/port HTTP/1.1" 200 117 0.006682 10.0.0.19 - - [2025-04-21 02:15:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.002971 10.0.0.19 - - [2025-04-21 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002242 10.0.0.19 - - [2025-04-21 02:15:51] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001210 10.0.0.19 - - [2025-04-21 02:15:51] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.009662 10.0.0.19 - - [2025-04-21 02:15:51] "POST /service-templates HTTP/1.1" 200 543 0.021893 10.0.0.19 - - [2025-04-21 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.19 - - [2025-04-21 02:15:51] "GET /service-template/d6bfd686-1c14-477a-899f-eaf98a025ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.007013 10.0.0.19 - - [2025-04-21 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.007077 10.0.0.19 - - [2025-04-21 02:15:51] "POST /neutron/network HTTP/1.1" 200 845 0.006811 10.0.0.19 - - [2025-04-21 02:15:51] "GET /service-template/d6bfd686-1c14-477a-899f-eaf98a025ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003472 10.0.0.19 - - [2025-04-21 02:15:51] "GET /projects?obj_uuids=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001103 10.0.0.19 - - [2025-04-21 02:15:51] "POST /id-to-fqname HTTP/1.1" 200 223 0.001524 10.0.0.19 - - [2025-04-21 02:15:51] "POST /id-to-fqname HTTP/1.1" 200 223 0.002222 10.0.0.19 - - [2025-04-21 02:15:51] "POST /id-to-fqname HTTP/1.1" 200 224 0.001927 10.0.0.19 - - [2025-04-21 02:15:52] "POST /neutron/port HTTP/1.1" 200 2004 0.043737 10.0.0.19 - - [2025-04-21 02:15:52] "POST /neutron/port HTTP/1.1" 200 1059 0.349761 10.0.0.19 - - [2025-04-21 02:15:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008011 10.0.0.19 - - [2025-04-21 02:15:52] "POST /neutron/port HTTP/1.1" 200 1059 0.010247 10.0.0.19 - - [2025-04-21 02:15:52] "POST /neutron/port HTTP/1.1" 200 1059 0.009383 10.0.0.19 - - [2025-04-21 02:15:52] "POST /neutron/port HTTP/1.1" 200 1113 0.078943 10.0.0.19 - - [2025-04-21 02:15:52] "POST /neutron/port HTTP/1.1" 200 1087 0.016134 10.0.0.19 - - [2025-04-21 02:15:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003669 10.0.0.19 - - [2025-04-21 02:15:52] "POST /neutron/subnet HTTP/1.1" 200 704 0.016144 10.0.0.19 - - [2025-04-21 02:15:52] "POST /neutron/port HTTP/1.1" 200 117 0.001275 10.0.0.19 - - [2025-04-21 02:15:52] "POST /neutron/network HTTP/1.1" 200 835 0.006144 10.0.0.19 - - [2025-04-21 02:15:52] "POST /neutron/network HTTP/1.1" 200 2225 0.013597 10.0.0.19 - - [2025-04-21 02:15:52] "GET /aaa-mode HTTP/1.1" 401 292 0.000479 10.0.0.19 - - [2025-04-21 02:15:53] "GET / HTTP/1.1" 200 35931 0.001658 10.0.0.19 - - [2025-04-21 02:15:53] "GET /project/85f0ae7b-7af3-4e01-8316-eea7447227c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000554 10.0.0.19 - - [2025-04-21 02:15:53] "GET /projects?obj_uuids=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001171 10.0.0.19 - - [2025-04-21 02:15:53] "GET /project/85f0ae7b-7af3-4e01-8316-eea7447227c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.057743 10.0.0.19 - - [2025-04-21 02:15:53] "POST /neutron/network HTTP/1.1" 200 832 0.005999 10.0.0.19 - - [2025-04-21 02:15:53] "POST /neutron/network HTTP/1.1" 200 833 0.005865 10.0.0.19 - - [2025-04-21 02:15:53] "POST /neutron/network HTTP/1.1" 200 835 0.006508 10.0.0.19 - - [2025-04-21 02:15:53] "POST /neutron/port HTTP/1.1" 200 2058 0.029420 10.0.0.19 - - [2025-04-21 02:15:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007419 10.0.0.19 - - [2025-04-21 02:15:53] "POST /neutron/port HTTP/1.1" 200 117 0.005570 10.0.0.19 - - [2025-04-21 02:15:53] "POST /neutron/port HTTP/1.1" 200 117 0.005620 10.0.0.19 - - [2025-04-21 02:15:54] "POST /neutron/network HTTP/1.1" 200 2225 0.024682 10.0.0.19 - - [2025-04-21 02:15:54] "GET /projects?obj_uuids=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001275 10.0.0.19 - - [2025-04-21 02:15:54] "POST /neutron/port HTTP/1.1" 200 1058 0.254029 10.0.0.19 - - [2025-04-21 02:15:54] "GET /projects?obj_uuids=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001583 10.0.0.19 - - [2025-04-21 02:15:54] "POST /neutron/port HTTP/1.1" 200 1059 0.215443 10.0.0.19 - - [2025-04-21 02:15:54] "GET /projects?obj_uuids=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001276 10.0.0.19 - - [2025-04-21 02:15:54] "POST /neutron/port HTTP/1.1" 200 1059 0.214449 10.0.0.19 - - [2025-04-21 02:15:55] "POST /neutron/port HTTP/1.1" 200 1058 0.010497 10.0.0.19 - - [2025-04-21 02:15:55] "POST /neutron/port HTTP/1.1" 200 1058 0.009582 10.0.0.19 - - [2025-04-21 02:15:55] "POST /neutron/port HTTP/1.1" 200 1112 0.082201 10.0.0.19 - - [2025-04-21 02:15:55] "POST /neutron/port HTTP/1.1" 200 1059 0.009547 10.0.0.19 - - [2025-04-21 02:15:55] "POST /neutron/port HTTP/1.1" 200 1059 0.012676 10.0.0.19 - - [2025-04-21 02:15:55] "POST /neutron/port HTTP/1.1" 200 1113 0.087652 10.0.0.19 - - [2025-04-21 02:15:55] "POST /neutron/port HTTP/1.1" 200 1059 0.010394 10.0.0.19 - - [2025-04-21 02:15:55] "POST /neutron/port HTTP/1.1" 200 1059 0.009142 10.0.0.19 - - [2025-04-21 02:15:55] "POST /neutron/port HTTP/1.1" 200 1113 0.084727 10.0.0.19 - - [2025-04-21 02:15:55] "POST /neutron/port HTTP/1.1" 200 3027 0.023309 10.0.0.19 - - [2025-04-21 02:15:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003423 10.0.0.19 - - [2025-04-21 02:15:55] "POST /neutron/subnet HTTP/1.1" 200 698 0.010205 10.0.0.19 - - [2025-04-21 02:15:55] "POST /neutron/port HTTP/1.1" 200 117 0.001293 10.0.0.19 - - [2025-04-21 02:15:55] "POST /neutron/network HTTP/1.1" 200 832 0.005263 10.0.0.19 - - [2025-04-21 02:15:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002852 10.0.0.19 - - [2025-04-21 02:15:55] "POST /neutron/subnet HTTP/1.1" 200 703 0.010599 10.0.0.19 - - [2025-04-21 02:15:55] "POST /neutron/port HTTP/1.1" 200 117 0.001113 10.0.0.19 - - [2025-04-21 02:15:55] "POST /neutron/network HTTP/1.1" 200 833 0.005212 10.0.0.19 - - [2025-04-21 02:15:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003703 10.0.0.19 - - [2025-04-21 02:15:55] "POST /neutron/subnet HTTP/1.1" 200 704 0.010447 10.0.0.19 - - [2025-04-21 02:15:55] "POST /neutron/port HTTP/1.1" 200 117 0.001148 10.0.0.19 - - [2025-04-21 02:15:55] "POST /neutron/network HTTP/1.1" 200 835 0.005891 10.0.0.19 - - [2025-04-21 02:15:58] "POST /neutron/port HTTP/1.1" 200 3027 0.025881 10.0.0.19 - - [2025-04-21 02:15:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007451 10.0.0.19 - - [2025-04-21 02:15:59] "POST /neutron/port HTTP/1.1" 200 3027 0.022025 10.0.0.19 - - [2025-04-21 02:15:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009962 10.0.0.19 - - [2025-04-21 02:15:59] "POST /neutron/port HTTP/1.1" 200 3027 0.024141 10.0.0.19 - - [2025-04-21 02:15:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006838 10.0.0.19 - - [2025-04-21 02:15:59] "POST /neutron/port HTTP/1.1" 200 3027 0.024455 10.0.0.19 - - [2025-04-21 02:15:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008115 10.0.0.19 - - [2025-04-21 02:15:59] "POST /neutron/port HTTP/1.1" 200 3027 0.024798 10.0.0.19 - - [2025-04-21 02:15:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007099 10.0.0.19 - - [2025-04-21 02:15:59] "GET /virtual-machine/45a7b6c6-3cd4-4a5a-a4b0-6b0411f1f8df HTTP/1.1" 200 1802 0.005589 10.0.0.19 - - [2025-04-21 02:15:59] "GET /virtual-machine-interface/2b9ea383-31b8-46ed-b98e-567627fc1095 HTTP/1.1" 200 2949 0.007667 10.0.0.19 - - [2025-04-21 02:15:59] "GET /virtual-machine-interface/2d1dcaa0-a533-427c-9c5b-9a2a1f43f073 HTTP/1.1" 200 2946 0.005844 10.0.0.19 - - [2025-04-21 02:15:59] "GET /virtual-machine-interface/cfaa79eb-5b77-4131-8af7-e59b532487d7 HTTP/1.1" 200 2947 0.009485 10.0.0.19 - - [2025-04-21 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.19 - - [2025-04-21 02:15:59] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003508 10.0.0.19 - - [2025-04-21 02:15:59] "GET /virtual-networks?parent_id=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003169 10.0.0.19 - - [2025-04-21 02:15:59] "GET /virtual-network/31922e30-7ef8-460a-87bf-3d260e748870?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006341 10.0.0.19 - - [2025-04-21 02:15:59] "POST /neutron/port HTTP/1.1" 200 1087 0.019655 10.0.0.19 - - [2025-04-21 02:15:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005644 10.0.0.19 - - [2025-04-21 02:16:01] "POST /neutron/port HTTP/1.1" 200 1087 0.020240 10.0.0.19 - - [2025-04-21 02:16:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007960 10.0.0.19 - - [2025-04-21 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.19 - - [2025-04-21 02:16:02] "GET /virtual-network/31922e30-7ef8-460a-87bf-3d260e748870?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005633 10.0.0.19 - - [2025-04-21 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.19 - - [2025-04-21 02:16:06] "GET /virtual-network/31922e30-7ef8-460a-87bf-3d260e748870?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006160 10.0.0.19 - - [2025-04-21 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.017465 10.0.0.19 - - [2025-04-21 02:16:11] "GET /virtual-network/31922e30-7ef8-460a-87bf-3d260e748870?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008492 10.0.0.19 - - [2025-04-21 02:16:11] "DELETE /project/85f0ae7b7af34e018316eea7447227c0 HTTP/1.1" 404 173 0.005532 10.0.0.19 - - [2025-04-21 02:16:11] "GET /projects?obj_uuids=ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000994 10.0.0.19 - - [2025-04-21 02:16:11] "GET /project/ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.031075 10.0.0.19 - - [2025-04-21 02:16:11] "GET /projects?obj_uuids=ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001178 10.0.0.19 - - [2025-04-21 02:16:11] "GET /project/ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e?fields=security_groups HTTP/1.1" 200 1370 0.073688 10.0.0.19 - - [2025-04-21 02:16:11] "DELETE /security-group/787fd961-0599-4291-9131-4e2a1b210b82 HTTP/1.1" 200 115 0.046652 10.0.0.19 - - [2025-04-21 02:16:11] "GET /projects?obj_uuids=ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001319 10.0.0.19 - - [2025-04-21 02:16:11] "DELETE /access-control-list/dcb703f9-5de6-4503-b84c-42b388346879 HTTP/1.1" 200 115 0.047025 10.0.0.19 - - [2025-04-21 02:16:11] "GET /project/ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e?fields=application_policy_sets HTTP/1.1" 200 1409 0.053685 10.0.0.19 - - [2025-04-21 02:16:11] "DELETE /access-control-list/452b10a4-4671-49ff-997f-f2a5e5f01484 HTTP/1.1" 200 115 0.042566 10.0.0.19 - - [2025-04-21 02:16:11] "DELETE /project/ce99a8e0-c7a7-4e8c-ad75-9c41d0b47c1e HTTP/1.1" 200 115 0.375503 10.0.0.19 - - [2025-04-21 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004396 10.0.0.19 - - [2025-04-21 02:16:15] "GET /virtual-network/31922e30-7ef8-460a-87bf-3d260e748870?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005693 10.0.0.19 - - [2025-04-21 02:16:16] "GET /obj-perms HTTP/1.1" 200 5056 0.060408 10.0.0.19 - - [2025-04-21 02:16:16] "GET /obj-perms HTTP/1.1" 200 5056 0.061790 10.0.0.19 - - [2025-04-21 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.19 - - [2025-04-21 02:16:17] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003897 10.0.0.19 - - [2025-04-21 02:16:17] "GET /virtual-networks?parent_id=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003732 10.0.0.19 - - [2025-04-21 02:16:17] "GET /virtual-network/31922e30-7ef8-460a-87bf-3d260e748870?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006559 10.0.0.19 - - [2025-04-21 02:16:17] "POST /neutron/port HTTP/1.1" 200 3027 0.025546 10.0.0.19 - - [2025-04-21 02:16:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007698 10.0.0.19 - - [2025-04-21 02:16:22] "POST /neutron/port HTTP/1.1" 200 3027 0.022355 10.0.0.19 - - [2025-04-21 02:16:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006623 10.0.0.19 - - [2025-04-21 02:16:27] "POST /neutron/port HTTP/1.1" 200 3027 0.027799 10.0.0.19 - - [2025-04-21 02:16:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006798 10.0.0.19 - - [2025-04-21 02:16:28] "POST /neutron/port HTTP/1.1" 200 3027 0.024755 10.0.0.19 - - [2025-04-21 02:16:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005600 10.0.0.19 - - [2025-04-21 02:16:33] "POST /neutron/port HTTP/1.1" 200 3027 0.030455 10.0.0.19 - - [2025-04-21 02:16:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007474 10.0.0.19 - - [2025-04-21 02:16:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.19 - - [2025-04-21 02:16:38] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003727 10.0.0.19 - - [2025-04-21 02:16:38] "GET /virtual-networks?parent_id=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003152 10.0.0.19 - - [2025-04-21 02:16:38] "GET /virtual-network/270be1f5-9179-4ea5-9059-d040604055f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005608 10.0.0.19 - - [2025-04-21 02:16:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.19 - - [2025-04-21 02:16:38] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003648 10.0.0.19 - - [2025-04-21 02:16:38] "GET /virtual-networks?parent_id=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003656 10.0.0.19 - - [2025-04-21 02:16:38] "GET /virtual-network/68acfeb3-72a7-4cd1-b37e-f567a470d0ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006731 10.0.0.19 - - [2025-04-21 02:16:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.002848 10.0.0.19 - - [2025-04-21 02:16:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002570 10.0.0.19 - - [2025-04-21 02:16:39] "GET /projects?obj_uuids=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001239 10.0.0.19 - - [2025-04-21 02:16:39] "GET /project/85f0ae7b-7af3-4e01-8316-eea7447227c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.027345 10.0.0.19 - - [2025-04-21 02:16:39] "POST /service-instances HTTP/1.1" 200 543 0.064849 10.0.0.19 - - [2025-04-21 02:16:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.19 - - [2025-04-21 02:16:39] "GET /service-instance/54530e31-ec32-4d7b-afe4-f8dc76218546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.007271 10.0.0.19 - - [2025-04-21 02:16:39] "POST /port-tuples HTTP/1.1" 200 586 0.024862 10.0.0.19 - - [2025-04-21 02:16:39] "GET /virtual-machine-interface/2d1dcaa0-a533-427c-9c5b-9a2a1f43f073?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.005963 10.0.0.19 - - [2025-04-21 02:16:39] "PUT /virtual-machine-interface/2d1dcaa0-a533-427c-9c5b-9a2a1f43f073 HTTP/1.1" 200 284 0.013166 10.0.0.19 - - [2025-04-21 02:16:39] "POST /ref-update HTTP/1.1" 200 156 0.013793 10.0.0.19 - - [2025-04-21 02:16:39] "POST /instance-ips HTTP/1.1" 200 385 0.040239 10.0.0.19 - - [2025-04-21 02:16:39] "GET /virtual-machine-interface/cfaa79eb-5b77-4131-8af7-e59b532487d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.006793 10.0.0.19 - - [2025-04-21 02:16:39] "POST /ref-update HTTP/1.1" 200 156 0.014618 10.0.0.19 - - [2025-04-21 02:16:39] "PUT /virtual-machine-interface/cfaa79eb-5b77-4131-8af7-e59b532487d7 HTTP/1.1" 200 284 0.013739 10.0.0.19 - - [2025-04-21 02:16:39] "POST /ref-update HTTP/1.1" 200 156 0.009467 10.0.0.19 - - [2025-04-21 02:16:39] "POST /ref-update HTTP/1.1" 200 156 0.011560 10.0.0.19 - - [2025-04-21 02:16:39] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003885 10.0.0.19 - - [2025-04-21 02:16:39] "GET /virtual-machine-interface/2b9ea383-31b8-46ed-b98e-567627fc1095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2728 0.005592 10.0.0.19 - - [2025-04-21 02:16:39] "POST /instance-ips HTTP/1.1" 200 385 0.024016 10.0.0.19 - - [2025-04-21 02:16:39] "PUT /virtual-machine-interface/2b9ea383-31b8-46ed-b98e-567627fc1095 HTTP/1.1" 200 284 0.010558 10.0.0.19 - - [2025-04-21 02:16:39] "POST /ref-update HTTP/1.1" 200 156 0.009902 10.0.0.19 - - [2025-04-21 02:16:39] "POST /ref-update HTTP/1.1" 200 156 0.011939 10.0.0.19 - - [2025-04-21 02:16:39] "POST /ref-update HTTP/1.1" 200 156 0.009646 10.0.0.19 - - [2025-04-21 02:16:39] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003807 10.0.0.19 - - [2025-04-21 02:16:39] "POST /neutron/port HTTP/1.1" 200 1087 0.016598 10.0.0.19 - - [2025-04-21 02:16:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007862 10.0.0.19 - - [2025-04-21 02:16:39] "POST /instance-ips HTTP/1.1" 200 373 0.018795 10.0.0.19 - - [2025-04-21 02:16:40] "POST /neutron/port HTTP/1.1" 200 1087 0.017604 10.0.0.19 - - [2025-04-21 02:16:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008316 10.0.0.19 - - [2025-04-21 02:16:40] "POST /ref-update HTTP/1.1" 200 156 0.017545 10.0.0.19 - - [2025-04-21 02:16:40] "POST /ref-update HTTP/1.1" 200 156 0.011922 10.0.0.19 - - [2025-04-21 02:16:40] "POST /neutron/port HTTP/1.1" 200 1087 0.027514 10.0.0.19 - - [2025-04-21 02:16:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007394 10.0.0.19 - - [2025-04-21 02:16:40] "GET /virtual-machine/dee2220e-0be5-430b-aaaf-2911484d76cd HTTP/1.1" 200 1291 0.009834 10.0.0.19 - - [2025-04-21 02:16:40] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004678 10.0.0.19 - - [2025-04-21 02:16:40] "GET /virtual-machine-interface/4f9d9f56-4478-41cb-9b20-fc6852936b6a HTTP/1.1" 200 2946 0.006818 10.0.0.19 - - [2025-04-21 02:16:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.19 - - [2025-04-21 02:16:40] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004019 10.0.0.19 - - [2025-04-21 02:16:40] "POST /instance-ips HTTP/1.1" 200 373 0.017861 10.0.0.19 - - [2025-04-21 02:16:40] "GET /virtual-networks?parent_id=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003483 10.0.0.19 - - [2025-04-21 02:16:40] "POST /ref-update HTTP/1.1" 200 156 0.009559 10.0.0.19 - - [2025-04-21 02:16:40] "GET /virtual-network/270be1f5-9179-4ea5-9059-d040604055f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005792 10.0.0.19 - - [2025-04-21 02:16:40] "POST /ref-update HTTP/1.1" 200 156 0.010133 10.0.0.19 - - [2025-04-21 02:16:40] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003210 10.0.0.19 - - [2025-04-21 02:16:40] "POST /instance-ips HTTP/1.1" 200 375 0.021972 10.0.0.19 - - [2025-04-21 02:16:40] "POST /ref-update HTTP/1.1" 200 156 0.011698 10.0.0.19 - - [2025-04-21 02:16:40] "POST /ref-update HTTP/1.1" 200 156 0.009820 10.0.0.19 - - [2025-04-21 02:16:40] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003273 10.0.0.19 - - [2025-04-21 02:16:40] "POST /instance-ips HTTP/1.1" 200 375 0.019623 10.0.0.19 - - [2025-04-21 02:16:40] "POST /ref-update HTTP/1.1" 200 156 0.011460 10.0.0.19 - - [2025-04-21 02:16:40] "POST /ref-update HTTP/1.1" 200 156 0.009148 10.0.0.19 - - [2025-04-21 02:16:40] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003930 10.0.0.19 - - [2025-04-21 02:16:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004536 10.0.0.19 - - [2025-04-21 02:16:41] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.010090 10.0.0.19 - - [2025-04-21 02:16:41] "GET /virtual-networks?parent_id=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003027 10.0.0.19 - - [2025-04-21 02:16:41] "GET /virtual-network/270be1f5-9179-4ea5-9059-d040604055f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007787 10.0.0.19 - - [2025-04-21 02:16:41] "POST /neutron/port HTTP/1.1" 200 1087 0.018192 10.0.0.19 - - [2025-04-21 02:16:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008817 10.0.0.19 - - [2025-04-21 02:16:41] "POST /neutron/port HTTP/1.1" 200 1087 0.016533 10.0.0.19 - - [2025-04-21 02:16:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008709 10.0.0.19 - - [2025-04-21 02:16:41] "POST /neutron/port HTTP/1.1" 200 1087 0.018653 10.0.0.19 - - [2025-04-21 02:16:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010124 10.0.0.19 - - [2025-04-21 02:16:42] "GET /virtual-machine/2da7b63c-87ac-4711-bc12-8c4acddadf7c HTTP/1.1" 200 1290 0.005608 10.0.0.19 - - [2025-04-21 02:16:42] "GET /virtual-machine-interface/75605e46-0bab-40d4-b8f9-f431210cebb6 HTTP/1.1" 200 2949 0.007885 10.0.0.19 - - [2025-04-21 02:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.19 - - [2025-04-21 02:16:42] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003504 10.0.0.19 - - [2025-04-21 02:16:42] "GET /virtual-networks?parent_id=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004307 10.0.0.19 - - [2025-04-21 02:16:42] "GET /virtual-network/68acfeb3-72a7-4cd1-b37e-f567a470d0ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006017 10.0.0.19 - - [2025-04-21 02:16:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.19 - - [2025-04-21 02:16:43] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004209 10.0.0.19 - - [2025-04-21 02:16:43] "GET /virtual-networks?parent_id=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003493 10.0.0.19 - - [2025-04-21 02:16:43] "GET /virtual-network/68acfeb3-72a7-4cd1-b37e-f567a470d0ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006187 10.0.0.19 - - [2025-04-21 02:16:43] "POST /fqname-to-id HTTP/1.1" 404 211 0.005134 10.0.0.19 - - [2025-04-21 02:16:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.19 - - [2025-04-21 02:16:43] "GET /projects?obj_uuids=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001139 10.0.0.19 - - [2025-04-21 02:16:43] "GET /project/85f0ae7b-7af3-4e01-8316-eea7447227c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.034236 10.0.0.19 - - [2025-04-21 02:16:43] "POST /network-policys HTTP/1.1" 200 547 0.023962 10.0.0.19 - - [2025-04-21 02:16:43] "GET /network-policy/92808e68-3299-46dc-b595-ceb7c3a6bd42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.006376 10.0.0.19 - - [2025-04-21 02:16:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.19 - - [2025-04-21 02:16:43] "GET /virtual-network/270be1f5-9179-4ea5-9059-d040604055f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005752 10.0.0.19 - - [2025-04-21 02:16:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.19 - - [2025-04-21 02:16:44] "GET /network-policy/92808e68-3299-46dc-b595-ceb7c3a6bd42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004034 10.0.0.19 - - [2025-04-21 02:16:44] "POST /fqname-to-id HTTP/1.1" 404 242 0.003445 10.0.0.19 - - [2025-04-21 02:16:44] "POST /ref-update HTTP/1.1" 200 156 0.043419 10.0.0.19 - - [2025-04-21 02:16:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.19 - - [2025-04-21 02:16:44] "POST /access-control-lists HTTP/1.1" 200 601 0.065574 10.0.0.19 - - [2025-04-21 02:16:44] "GET /network-policy/92808e68-3299-46dc-b595-ceb7c3a6bd42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003801 10.0.0.19 - - [2025-04-21 02:16:44] "POST /neutron/network HTTP/1.1" 200 921 0.008599 10.0.0.19 - - [2025-04-21 02:16:44] "GET /virtual-network/270be1f5-9179-4ea5-9059-d040604055f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.007651 10.0.0.19 - - [2025-04-21 02:16:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004664 10.0.0.19 - - [2025-04-21 02:16:44] "GET /network-policy/92808e68-3299-46dc-b595-ceb7c3a6bd42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003946 10.0.0.19 - - [2025-04-21 02:16:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004678 10.0.0.19 - - [2025-04-21 02:16:44] "GET /virtual-network/68acfeb3-72a7-4cd1-b37e-f567a470d0ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006154 10.0.0.19 - - [2025-04-21 02:16:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.19 - - [2025-04-21 02:16:44] "GET /network-policy/92808e68-3299-46dc-b595-ceb7c3a6bd42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004443 10.0.0.19 - - [2025-04-21 02:16:44] "POST /ref-update HTTP/1.1" 200 156 0.033978 10.0.0.19 - - [2025-04-21 02:16:44] "PUT /access-control-list/f906760b-0ef1-4abe-854f-863c463b0807 HTTP/1.1" 200 272 0.014622 10.0.0.19 - - [2025-04-21 02:16:44] "POST /fqname-to-id HTTP/1.1" 404 244 0.002810 10.0.0.19 - - [2025-04-21 02:16:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.19 - - [2025-04-21 02:16:44] "GET /network-policy/92808e68-3299-46dc-b595-ceb7c3a6bd42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.028671 10.0.0.19 - - [2025-04-21 02:16:44] "POST /access-control-lists HTTP/1.1" 200 604 0.062094 10.0.0.19 - - [2025-04-21 02:16:44] "POST /neutron/network HTTP/1.1" 200 923 0.010868 10.0.0.19 - - [2025-04-21 02:16:44] "GET /virtual-network/68acfeb3-72a7-4cd1-b37e-f567a470d0ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005242 10.0.0.19 - - [2025-04-21 02:16:44] "POST /routing-instances HTTP/1.1" 200 759 0.028516 10.0.0.19 - - [2025-04-21 02:16:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.19 - - [2025-04-21 02:16:44] "POST /route-targets HTTP/1.1" 200 327 0.012089 10.0.0.19 - - [2025-04-21 02:16:44] "GET /network-policy/92808e68-3299-46dc-b595-ceb7c3a6bd42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004129 10.0.0.19 - - [2025-04-21 02:16:44] "POST /ref-update HTTP/1.1" 200 156 0.014467 10.0.0.19 - - [2025-04-21 02:16:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.19 - - [2025-04-21 02:16:45] "GET /routing-instance/1d2ba8a6-fe4e-4420-a972-dd52ec95e6d6?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.004236 10.0.0.19 - - [2025-04-21 02:16:45] "GET /service-template/d6bfd686-1c14-477a-899f-eaf98a025ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004801 10.0.0.19 - - [2025-04-21 02:16:45] "GET /routing-instance/1d2ba8a6-fe4e-4420-a972-dd52ec95e6d6?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.005364 10.0.0.19 - - [2025-04-21 02:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.19 - - [2025-04-21 02:16:45] "POST /ref-update HTTP/1.1" 200 156 0.011274 10.0.0.19 - - [2025-04-21 02:16:45] "GET /projects?obj_uuids=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001284 10.0.0.19 - - [2025-04-21 02:16:45] "GET /project/85f0ae7b-7af3-4e01-8316-eea7447227c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.026938 10.0.0.19 - - [2025-04-21 02:16:45] "POST /routing-instances HTTP/1.1" 200 760 0.018397 10.0.0.19 - - [2025-04-21 02:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004305 10.0.0.19 - - [2025-04-21 02:16:45] "POST /route-targets HTTP/1.1" 200 327 0.011038 10.0.0.19 - - [2025-04-21 02:16:45] "GET /service-instance/54530e31-ec32-4d7b-afe4-f8dc76218546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3529 0.005663 10.0.0.19 - - [2025-04-21 02:16:45] "POST /ref-update HTTP/1.1" 200 156 0.013780 10.0.0.19 - - [2025-04-21 02:16:45] "GET /domains HTTP/1.1" 200 280 0.007272 10.0.0.19 - - [2025-04-21 02:16:45] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001601 10.0.0.19 - - [2025-04-21 02:16:45] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e HTTP/1.1" 200 2770 0.011280 10.0.0.19 - - [2025-04-21 02:16:45] "GET /projects?obj_uuids=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001266 10.0.0.19 - - [2025-04-21 02:16:45] "GET /routing-instance/c6aab721-e9de-4c93-bc20-290aa93f68da?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1279 0.004542 10.0.0.19 - - [2025-04-21 02:16:45] "GET /routing-instance/c6aab721-e9de-4c93-bc20-290aa93f68da?fields=routing_policy_back_refs HTTP/1.1" 200 1279 0.005342 10.0.0.19 - - [2025-04-21 02:16:45] "GET /project/85f0ae7b-7af3-4e01-8316-eea7447227c0 HTTP/1.1" 200 4232 0.078935 10.0.0.19 - - [2025-04-21 02:16:45] "GET /service-instance/54530e31-ec32-4d7b-afe4-f8dc76218546 HTTP/1.1" 200 3783 0.005526 10.0.0.19 - - [2025-04-21 02:16:45] "GET /domains HTTP/1.1" 200 280 0.002541 10.0.0.19 - - [2025-04-21 02:16:45] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001044 10.0.0.19 - - [2025-04-21 02:16:45] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e HTTP/1.1" 200 2770 0.006809 10.0.0.19 - - [2025-04-21 02:16:45] "GET /projects?obj_uuids=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001758 10.0.0.19 - - [2025-04-21 02:16:45] "PUT /routing-instance/1d2ba8a6-fe4e-4420-a972-dd52ec95e6d6 HTTP/1.1" 200 266 0.017635 10.0.0.19 - - [2025-04-21 02:16:45] "GET /project/85f0ae7b-7af3-4e01-8316-eea7447227c0 HTTP/1.1" 200 4232 0.079905 10.0.0.19 - - [2025-04-21 02:16:45] "PUT /routing-instance/c6aab721-e9de-4c93-bc20-290aa93f68da HTTP/1.1" 200 266 0.021440 10.0.0.19 - - [2025-04-21 02:16:45] "GET /service-instance/54530e31-ec32-4d7b-afe4-f8dc76218546 HTTP/1.1" 200 3783 0.006262 10.0.0.19 - - [2025-04-21 02:16:45] "GET /port-tuple/2c6e1771-214e-438d-85c0-1b399a82d6af HTTP/1.1" 200 1978 0.004238 10.0.0.19 - - [2025-04-21 02:16:45] "GET /virtual-machine-interface/2b9ea383-31b8-46ed-b98e-567627fc1095 HTTP/1.1" 200 3804 0.006887 10.0.0.19 - - [2025-04-21 02:16:45] "GET /virtual-machine-interface/2d1dcaa0-a533-427c-9c5b-9a2a1f43f073 HTTP/1.1" 200 3816 0.005143 10.0.0.19 - - [2025-04-21 02:16:45] "GET /virtual-machine-interface/cfaa79eb-5b77-4131-8af7-e59b532487d7 HTTP/1.1" 200 3799 0.006765 10.0.0.19 - - [2025-04-21 02:16:45] "POST /ref-update HTTP/1.1" 200 156 0.014647 10.0.0.19 - - [2025-04-21 02:16:45] "PUT /access-control-list/97948d31-518c-4128-beee-ec9acb74f1c7 HTTP/1.1" 200 272 0.014038 10.0.0.19 - - [2025-04-21 02:16:45] "POST /neutron/port HTTP/1.1" 200 3834 0.068987 10.0.0.19 - - [2025-04-21 02:16:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007600 10.0.0.19 - - [2025-04-21 02:16:45] "POST /neutron/port HTTP/1.1" 200 3834 0.034606 10.0.0.19 - - [2025-04-21 02:16:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006810 10.0.0.19 - - [2025-04-21 02:16:45] "POST /neutron/port HTTP/1.1" 200 3834 0.036845 10.0.0.19 - - [2025-04-21 02:16:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007589 10.0.0.19 - - [2025-04-21 02:16:46] "POST /neutron/port HTTP/1.1" 200 3834 0.035628 10.0.0.19 - - [2025-04-21 02:16:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006618 10.0.0.19 - - [2025-04-21 02:16:46] "POST /neutron/network HTTP/1.1" 200 895 0.014945 10.0.0.19 - - [2025-04-21 02:16:46] "POST /neutron/network HTTP/1.1" 200 921 0.005492 10.0.0.19 - - [2025-04-21 02:16:46] "POST /neutron/network HTTP/1.1" 200 806 0.014333 10.0.0.19 - - [2025-04-21 02:16:46] "POST /neutron/network HTTP/1.1" 200 832 0.006621 10.0.0.19 - - [2025-04-21 02:16:46] "POST /neutron/network HTTP/1.1" 200 897 0.014801 10.0.0.19 - - [2025-04-21 02:16:46] "POST /neutron/network HTTP/1.1" 200 923 0.007849 10.0.0.19 - - [2025-04-21 02:16:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.001374 10.0.0.19 - - [2025-04-21 02:16:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.001140 10.0.0.19 - - [2025-04-21 02:16:46] "POST /id-to-fqname HTTP/1.1" 200 224 0.001414 10.0.0.19 - - [2025-04-21 02:16:46] "GET /virtual-machine/45a7b6c6-3cd4-4a5a-a4b0-6b0411f1f8df HTTP/1.1" 200 1802 0.003897 10.0.0.19 - - [2025-04-21 02:16:46] "GET /virtual-machine-interface/2b9ea383-31b8-46ed-b98e-567627fc1095 HTTP/1.1" 200 3804 0.006112 10.0.0.19 - - [2025-04-21 02:16:46] "GET /virtual-machine-interface/2d1dcaa0-a533-427c-9c5b-9a2a1f43f073 HTTP/1.1" 200 3816 0.005570 10.0.0.19 - - [2025-04-21 02:16:46] "GET /virtual-machine-interface/cfaa79eb-5b77-4131-8af7-e59b532487d7 HTTP/1.1" 200 3799 0.005217 10.0.0.19 - - [2025-04-21 02:16:46] "GET /instance-ip/0a32e83d-71ff-40b1-81e9-fbd4322255cc HTTP/1.1" 200 1956 0.008528 10.0.0.19 - - [2025-04-21 02:16:46] "GET /instance-ip/2d603228-8f79-4788-a63b-1866a42eb99a HTTP/1.1" 200 1960 0.008178 10.0.0.19 - - [2025-04-21 02:16:46] "GET /instance-ip/fa0336c6-54a7-48d5-b228-4e9e81aa16d3 HTTP/1.1" 200 1624 0.006407 10.0.0.19 - - [2025-04-21 02:16:46] "GET /instance-ip/7a01462b-386e-4f9c-a767-5e90f0c193d0 HTTP/1.1" 200 1980 0.005880 10.0.0.19 - - [2025-04-21 02:16:46] "GET /instance-ip/8737b1e3-d1d8-4f20-96f2-2ddc16d0dbef HTTP/1.1" 200 1621 0.005973 10.0.0.19 - - [2025-04-21 02:16:46] "GET /instance-ip/b324a3f2-6d3e-43b5-9996-3ea95bf23302 HTTP/1.1" 200 1979 0.004416 10.0.0.19 - - [2025-04-21 02:16:46] "GET /instance-ip/4ec861f9-a3e5-4487-9b2e-3696270b688c HTTP/1.1" 200 1954 0.004284 10.0.0.19 - - [2025-04-21 02:16:46] "GET /instance-ip/6cebc766-99b7-4c62-b8e9-4f4aa3c3044c HTTP/1.1" 200 1956 0.004117 10.0.0.19 - - [2025-04-21 02:16:46] "GET /instance-ip/88453d74-ea3f-4582-aec2-0f51720272ed HTTP/1.1" 200 1622 0.005412 10.0.0.19 - - [2025-04-21 02:16:46] "POST /neutron/port HTTP/1.1" 200 3834 0.037272 10.0.0.19 - - [2025-04-21 02:16:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006484 10.0.0.19 - - [2025-04-21 02:16:46] "POST /neutron/port HTTP/1.1" 200 3834 0.034421 10.0.0.19 - - [2025-04-21 02:16:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006716 10.0.0.19 - - [2025-04-21 02:16:46] "POST /neutron/port HTTP/1.1" 200 3834 0.033322 10.0.0.19 - - [2025-04-21 02:16:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007300 10.0.0.19 - - [2025-04-21 02:16:46] "POST /neutron/port HTTP/1.1" 200 3834 0.036331 10.0.0.19 - - [2025-04-21 02:16:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008000 10.0.0.19 - - [2025-04-21 02:16:46] "GET /virtual-machine/45a7b6c6-3cd4-4a5a-a4b0-6b0411f1f8df HTTP/1.1" 200 1802 0.009400 10.0.0.19 - - [2025-04-21 02:16:46] "GET /virtual-machine-interface/2b9ea383-31b8-46ed-b98e-567627fc1095 HTTP/1.1" 200 3804 0.005291 10.0.0.19 - - [2025-04-21 02:16:46] "GET /virtual-machine-interface/2d1dcaa0-a533-427c-9c5b-9a2a1f43f073 HTTP/1.1" 200 3816 0.005830 10.0.0.19 - - [2025-04-21 02:16:46] "GET /virtual-machine-interface/cfaa79eb-5b77-4131-8af7-e59b532487d7 HTTP/1.1" 200 3799 0.005226 10.0.0.19 - - [2025-04-21 02:16:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.19 - - [2025-04-21 02:16:46] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003719 10.0.0.19 - - [2025-04-21 02:16:46] "GET /virtual-networks?parent_id=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003287 10.0.0.19 - - [2025-04-21 02:16:47] "GET /virtual-network/270be1f5-9179-4ea5-9059-d040604055f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.007222 10.0.0.19 - - [2025-04-21 02:16:48] "POST /neutron/port HTTP/1.1" 200 1087 0.017252 10.0.0.19 - - [2025-04-21 02:16:48] "POST /neutron/port HTTP/1.1" 200 1087 0.019123 10.0.0.19 - - [2025-04-21 02:16:48] "POST /neutron/network HTTP/1.1" 200 931 0.006181 10.0.0.19 - - [2025-04-21 02:16:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004018 10.0.0.19 - - [2025-04-21 02:16:48] "POST /neutron/subnet HTTP/1.1" 200 703 0.013806 10.0.0.19 - - [2025-04-21 02:16:48] "POST /neutron/port HTTP/1.1" 200 117 0.001259 10.0.0.19 - - [2025-04-21 02:16:48] "POST /neutron/network HTTP/1.1" 200 921 0.007931 10.0.0.19 - - [2025-04-21 02:16:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.19 - - [2025-04-21 02:16:48] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004022 10.0.0.19 - - [2025-04-21 02:16:48] "GET /virtual-networks?parent_id=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003202 10.0.0.19 - - [2025-04-21 02:16:48] "GET /virtual-network/270be1f5-9179-4ea5-9059-d040604055f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005699 10.0.0.19 - - [2025-04-21 02:16:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.19 - - [2025-04-21 02:16:48] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005048 10.0.0.19 - - [2025-04-21 02:16:48] "GET /virtual-networks?parent_id=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003521 10.0.0.19 - - [2025-04-21 02:16:48] "GET /virtual-network/270be1f5-9179-4ea5-9059-d040604055f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005977 10.0.0.19 - - [2025-04-21 02:16:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.19 - - [2025-04-21 02:16:48] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004462 10.0.0.19 - - [2025-04-21 02:16:48] "GET /virtual-networks?parent_id=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003693 10.0.0.19 - - [2025-04-21 02:16:48] "GET /virtual-network/270be1f5-9179-4ea5-9059-d040604055f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005463 10.0.0.19 - - [2025-04-21 02:16:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.19 - - [2025-04-21 02:16:48] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003643 10.0.0.19 - - [2025-04-21 02:16:48] "GET /virtual-networks?parent_id=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003685 10.0.0.19 - - [2025-04-21 02:16:48] "GET /virtual-network/270be1f5-9179-4ea5-9059-d040604055f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006972 10.0.0.19 - - [2025-04-21 02:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.19 - - [2025-04-21 02:16:49] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004167 10.0.0.19 - - [2025-04-21 02:16:49] "GET /virtual-networks?parent_id=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004267 10.0.0.19 - - [2025-04-21 02:16:49] "GET /virtual-network/31922e30-7ef8-460a-87bf-3d260e748870?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006441 10.0.0.19 - - [2025-04-21 02:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.19 - - [2025-04-21 02:16:49] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004262 10.0.0.19 - - [2025-04-21 02:16:49] "GET /virtual-networks?parent_id=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003162 10.0.0.19 - - [2025-04-21 02:16:49] "GET /virtual-network/31922e30-7ef8-460a-87bf-3d260e748870?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006321 10.0.0.19 - - [2025-04-21 02:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004628 10.0.0.19 - - [2025-04-21 02:16:49] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004413 10.0.0.19 - - [2025-04-21 02:16:49] "GET /virtual-networks?parent_id=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003972 10.0.0.19 - - [2025-04-21 02:16:49] "GET /virtual-network/31922e30-7ef8-460a-87bf-3d260e748870?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006622 10.0.0.19 - - [2025-04-21 02:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.19 - - [2025-04-21 02:16:49] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004086 10.0.0.19 - - [2025-04-21 02:16:49] "GET /virtual-networks?parent_id=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003428 10.0.0.19 - - [2025-04-21 02:16:49] "GET /virtual-network/31922e30-7ef8-460a-87bf-3d260e748870?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006911 10.0.0.19 - - [2025-04-21 02:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.19 - - [2025-04-21 02:16:49] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003650 10.0.0.19 - - [2025-04-21 02:16:49] "GET /virtual-networks?parent_id=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003746 10.0.0.19 - - [2025-04-21 02:16:50] "GET /virtual-network/68acfeb3-72a7-4cd1-b37e-f567a470d0ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006201 10.0.0.19 - - [2025-04-21 02:16:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.19 - - [2025-04-21 02:16:50] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004068 10.0.0.19 - - [2025-04-21 02:16:50] "GET /virtual-networks?parent_id=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004479 10.0.0.19 - - [2025-04-21 02:16:50] "GET /virtual-network/68acfeb3-72a7-4cd1-b37e-f567a470d0ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006643 10.0.0.19 - - [2025-04-21 02:16:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.19 - - [2025-04-21 02:16:50] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003927 10.0.0.19 - - [2025-04-21 02:16:50] "GET /virtual-networks?parent_id=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003438 10.0.0.19 - - [2025-04-21 02:16:50] "GET /virtual-network/68acfeb3-72a7-4cd1-b37e-f567a470d0ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005411 10.0.0.19 - - [2025-04-21 02:16:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.19 - - [2025-04-21 02:16:50] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003979 10.0.0.19 - - [2025-04-21 02:16:50] "GET /virtual-networks?parent_id=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003201 10.0.0.19 - - [2025-04-21 02:16:50] "GET /virtual-network/68acfeb3-72a7-4cd1-b37e-f567a470d0ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005402 10.0.0.19 - - [2025-04-21 02:16:50] "GET /virtual-machine/45a7b6c6-3cd4-4a5a-a4b0-6b0411f1f8df HTTP/1.1" 200 1802 0.004298 10.0.0.19 - - [2025-04-21 02:16:50] "GET /domains HTTP/1.1" 200 280 0.002574 10.0.0.19 - - [2025-04-21 02:16:50] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000972 10.0.0.19 - - [2025-04-21 02:16:50] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e HTTP/1.1" 200 2770 0.006864 10.0.0.19 - - [2025-04-21 02:16:50] "GET /projects?obj_uuids=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000972 10.0.0.19 - - [2025-04-21 02:16:50] "GET /project/85f0ae7b-7af3-4e01-8316-eea7447227c0 HTTP/1.1" 200 4232 0.075553 10.0.0.19 - - [2025-04-21 02:16:50] "GET /service-instance/54530e31-ec32-4d7b-afe4-f8dc76218546 HTTP/1.1" 200 3783 0.004143 10.0.0.19 - - [2025-04-21 02:16:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002576 10.0.0.19 - - [2025-04-21 02:16:50] "GET /routing-instance/a4b7c2b8-a025-4c82-b21e-d9dbd73674b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1888 0.003277 10.0.0.19 - - [2025-04-21 02:16:50] "GET /routing-instance/a4b7c2b8-a025-4c82-b21e-d9dbd73674b6?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2021 0.005700 10.0.0.19 - - [2025-04-21 02:16:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.19 - - [2025-04-21 02:16:51] "GET /routing-instance/e931cf8d-a206-4f50-8862-d589829f87f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.004832 10.0.0.19 - - [2025-04-21 02:16:51] "GET /routing-instance/e931cf8d-a206-4f50-8862-d589829f87f7?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.006161 10.0.0.19 - - [2025-04-21 02:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.013057 10.0.0.19 - - [2025-04-21 02:16:51] "GET /virtual-network/270be1f5-9179-4ea5-9059-d040604055f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006693 10.0.0.19 - - [2025-04-21 02:16:51] "GET /virtual-network/270be1f5-9179-4ea5-9059-d040604055f2?fields=routing_instances HTTP/1.1" 200 1683 0.006905 10.0.0.19 - - [2025-04-21 02:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004172 10.0.0.19 - - [2025-04-21 02:16:51] "GET /virtual-network/68acfeb3-72a7-4cd1-b37e-f567a470d0ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005941 10.0.0.19 - - [2025-04-21 02:16:51] "GET /virtual-network/68acfeb3-72a7-4cd1-b37e-f567a470d0ce?fields=routing_instances HTTP/1.1" 200 1688 0.007028 10.0.0.19 - - [2025-04-21 02:16:55] "POST /ref-update HTTP/1.1" 200 156 0.029005 10.0.0.19 - - [2025-04-21 02:16:55] "POST /neutron/network HTTP/1.1" 200 835 0.011770 10.0.0.19 - - [2025-04-21 02:16:55] "DELETE /access-control-list/97948d31-518c-4128-beee-ec9acb74f1c7 HTTP/1.1" 200 115 0.039083 10.0.0.19 - - [2025-04-21 02:16:55] "GET /virtual-network/68acfeb3-72a7-4cd1-b37e-f567a470d0ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006250 10.0.0.19 - - [2025-04-21 02:16:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.19 - - [2025-04-21 02:16:55] "DELETE /routing-instance/1d2ba8a6-fe4e-4420-a972-dd52ec95e6d6 HTTP/1.1" 200 115 0.036541 10.0.0.19 - - [2025-04-21 02:16:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004095 10.0.0.19 - - [2025-04-21 02:16:55] "GET /network-policy/92808e68-3299-46dc-b595-ceb7c3a6bd42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003735 10.0.0.19 - - [2025-04-21 02:16:55] "DELETE /route-target/7cdf81ed-91c6-4065-9c40-f341299143f0 HTTP/1.1" 200 115 0.020927 10.0.0.19 - - [2025-04-21 02:16:55] "POST /ref-update HTTP/1.1" 200 156 0.030375 10.0.0.19 - - [2025-04-21 02:16:55] "DELETE /routing-instance/c6aab721-e9de-4c93-bc20-290aa93f68da HTTP/1.1" 200 115 0.035192 10.0.0.19 - - [2025-04-21 02:16:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005692 10.0.0.19 - - [2025-04-21 02:16:55] "POST /neutron/network HTTP/1.1" 200 833 0.008208 10.0.0.19 - - [2025-04-21 02:16:55] "GET /virtual-network/270be1f5-9179-4ea5-9059-d040604055f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007325 10.0.0.19 - - [2025-04-21 02:16:55] "DELETE /route-target/8360792e-b787-4a3f-86e5-93e25d624f7f HTTP/1.1" 200 115 0.017547 10.0.0.19 - - [2025-04-21 02:16:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.19 - - [2025-04-21 02:16:55] "DELETE /access-control-list/f906760b-0ef1-4abe-854f-863c463b0807 HTTP/1.1" 200 115 0.023394 10.0.0.19 - - [2025-04-21 02:16:55] "GET /network-policy/92808e68-3299-46dc-b595-ceb7c3a6bd42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003844 10.0.0.19 - - [2025-04-21 02:16:55] "DELETE /network-policy/92808e68-3299-46dc-b595-ceb7c3a6bd42 HTTP/1.1" 200 115 0.022993 10.0.0.19 - - [2025-04-21 02:16:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.19 - - [2025-04-21 02:16:56] "DELETE /service-instance/54530e31-ec32-4d7b-afe4-f8dc76218546 HTTP/1.1" 200 115 0.043679 10.0.0.19 - - [2025-04-21 02:16:56] "GET /domains HTTP/1.1" 200 280 0.002884 10.0.0.19 - - [2025-04-21 02:16:56] "POST /ref-update HTTP/1.1" 200 156 0.015487 10.0.0.19 - - [2025-04-21 02:16:56] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001144 10.0.0.19 - - [2025-04-21 02:16:56] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e HTTP/1.1" 200 2770 0.010739 10.0.0.19 - - [2025-04-21 02:16:56] "GET /projects?obj_uuids=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001116 10.0.0.19 - - [2025-04-21 02:16:56] "DELETE /instance-ip/6cebc766-99b7-4c62-b8e9-4f4aa3c3044c HTTP/1.1" 200 115 0.029703 10.0.0.19 - - [2025-04-21 02:16:56] "POST /ref-update HTTP/1.1" 200 156 0.010915 10.0.0.19 - - [2025-04-21 02:16:56] "GET /project/85f0ae7b-7af3-4e01-8316-eea7447227c0 HTTP/1.1" 200 3758 0.069791 10.0.0.19 - - [2025-04-21 02:16:56] "GET /virtual-machine/45a7b6c6-3cd4-4a5a-a4b0-6b0411f1f8df HTTP/1.1" 200 1802 0.004070 10.0.0.19 - - [2025-04-21 02:16:56] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002205 10.0.0.19 - - [2025-04-21 02:16:56] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002185 10.0.0.19 - - [2025-04-21 02:16:56] "DELETE /instance-ip/0a32e83d-71ff-40b1-81e9-fbd4322255cc HTTP/1.1" 200 115 0.024548 10.0.0.19 - - [2025-04-21 02:16:56] "POST /ref-update HTTP/1.1" 200 156 0.009578 10.0.0.19 - - [2025-04-21 02:16:56] "DELETE /instance-ip/7a01462b-386e-4f9c-a767-5e90f0c193d0 HTTP/1.1" 200 115 0.022307 10.0.0.19 - - [2025-04-21 02:16:56] "POST /ref-update HTTP/1.1" 200 156 0.010706 10.0.0.19 - - [2025-04-21 02:16:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.19 - - [2025-04-21 02:16:56] "DELETE /service-template/d6bfd686-1c14-477a-899f-eaf98a025ccb HTTP/1.1" 200 115 0.037000 10.0.0.19 - - [2025-04-21 02:16:56] "POST /fqname-to-id HTTP/1.1" 404 193 0.003856 10.0.0.19 - - [2025-04-21 02:16:56] "DELETE /instance-ip/b324a3f2-6d3e-43b5-9996-3ea95bf23302 HTTP/1.1" 200 115 0.037960 10.0.0.19 - - [2025-04-21 02:16:56] "POST /ref-update HTTP/1.1" 200 156 0.010790 10.0.0.19 - - [2025-04-21 02:16:56] "DELETE /instance-ip/2d603228-8f79-4788-a63b-1866a42eb99a HTTP/1.1" 200 115 0.032375 10.0.0.19 - - [2025-04-21 02:16:56] "POST /ref-update HTTP/1.1" 200 156 0.009638 10.0.0.19 - - [2025-04-21 02:16:56] "DELETE /instance-ip/4ec861f9-a3e5-4487-9b2e-3696270b688c HTTP/1.1" 200 115 0.027442 10.0.0.19 - - [2025-04-21 02:16:56] "POST /neutron/network HTTP/1.1" 200 835 0.011059 10.0.0.19 - - [2025-04-21 02:16:56] "POST /neutron/network HTTP/1.1" 400 204 0.011373 10.0.0.19 - - [2025-04-21 02:16:56] "POST /neutron/port HTTP/1.1" 200 1087 0.016498 10.0.0.19 - - [2025-04-21 02:16:57] "POST /neutron/port HTTP/1.1" 200 1113 0.009465 10.0.0.19 - - [2025-04-21 02:16:57] "POST /neutron/port HTTP/1.1" 200 151 0.108189 10.0.0.19 - - [2025-04-21 02:16:57] "POST /neutron/port HTTP/1.1" 200 1087 0.018317 10.0.0.19 - - [2025-04-21 02:16:57] "POST /neutron/port HTTP/1.1" 200 1113 0.015852 10.0.0.19 - - [2025-04-21 02:16:57] "POST /neutron/port HTTP/1.1" 200 3027 0.030899 10.0.0.19 - - [2025-04-21 02:16:57] "POST /neutron/port HTTP/1.1" 200 151 0.115020 10.0.0.19 - - [2025-04-21 02:16:57] "POST /neutron/port HTTP/1.1" 200 1113 0.013050 10.0.0.19 - - [2025-04-21 02:16:57] "POST /neutron/port HTTP/1.1" 200 151 0.098759 10.0.0.19 - - [2025-04-21 02:16:57] "POST /neutron/port HTTP/1.1" 200 1112 0.009037 10.0.0.19 - - [2025-04-21 02:16:57] "POST /neutron/port HTTP/1.1" 200 151 0.102506 10.0.0.19 - - [2025-04-21 02:16:57] "POST /neutron/port HTTP/1.1" 200 1113 0.009805 10.0.0.19 - - [2025-04-21 02:16:57] "POST /neutron/port HTTP/1.1" 200 151 0.101476 10.0.0.19 - - [2025-04-21 02:16:58] "POST /neutron/network HTTP/1.1" 200 835 0.005726 10.0.0.19 - - [2025-04-21 02:16:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005312 10.0.0.19 - - [2025-04-21 02:16:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002155 10.0.0.19 - - [2025-04-21 02:16:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003144 10.0.0.19 - - [2025-04-21 02:16:58] "POST /neutron/network HTTP/1.1" 200 151 0.092431 10.0.0.19 - - [2025-04-21 02:16:58] "DELETE /route-target/f9731fd6-de31-46a4-aec2-7b82a2d4ffbd HTTP/1.1" 200 115 0.021448 10.0.0.19 - - [2025-04-21 02:16:58] "GET /routing-instance/e931cf8d-a206-4f50-8862-d589829f87f7 HTTP/1.1" 404 171 0.003071 10.0.0.19 - - [2025-04-21 02:16:58] "GET /domains HTTP/1.1" 200 280 0.002302 10.0.0.19 - - [2025-04-21 02:16:58] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001480 10.0.0.19 - - [2025-04-21 02:16:58] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e HTTP/1.1" 200 2570 0.050518 10.0.0.19 - - [2025-04-21 02:16:58] "GET /projects?obj_uuids=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001556 10.0.0.19 - - [2025-04-21 02:16:58] "GET /project/85f0ae7b-7af3-4e01-8316-eea7447227c0 HTTP/1.1" 200 2297 0.069456 10.0.0.19 - - [2025-04-21 02:16:58] "POST /neutron/network HTTP/1.1" 200 833 0.006059 10.0.0.19 - - [2025-04-21 02:16:58] "POST /useragent-kv HTTP/1.1" 200 115 0.004128 10.0.0.19 - - [2025-04-21 02:16:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.19 - - [2025-04-21 02:16:58] "POST /useragent-kv HTTP/1.1" 200 115 0.001738 10.0.0.19 - - [2025-04-21 02:16:59] "POST /neutron/network HTTP/1.1" 200 151 0.080270 10.0.0.19 - - [2025-04-21 02:16:59] "GET /routing-instance/a4b7c2b8-a025-4c82-b21e-d9dbd73674b6 HTTP/1.1" 404 171 0.002607 10.0.0.19 - - [2025-04-21 02:16:59] "GET /domains HTTP/1.1" 200 280 0.004190 10.0.0.19 - - [2025-04-21 02:16:59] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001092 10.0.0.19 - - [2025-04-21 02:16:59] "DELETE /route-target/03dc6112-564b-42b6-9538-eccf7670f621 HTTP/1.1" 200 115 0.033922 10.0.0.19 - - [2025-04-21 02:16:59] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e HTTP/1.1" 200 2570 0.049663 10.0.0.19 - - [2025-04-21 02:16:59] "GET /projects?obj_uuids=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001870 10.0.0.19 - - [2025-04-21 02:16:59] "GET /project/85f0ae7b-7af3-4e01-8316-eea7447227c0 HTTP/1.1" 200 2079 0.071679 10.0.0.19 - - [2025-04-21 02:16:59] "POST /neutron/network HTTP/1.1" 200 832 0.006019 10.0.0.19 - - [2025-04-21 02:16:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004525 10.0.0.19 - - [2025-04-21 02:16:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002402 10.0.0.19 - - [2025-04-21 02:16:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002046 10.0.0.19 - - [2025-04-21 02:16:59] "POST /neutron/network HTTP/1.1" 200 151 0.090505 10.0.0.19 - - [2025-04-21 02:16:59] "GET /routing-instance/23a64d32-7df4-4698-81bf-0f976b602036 HTTP/1.1" 404 171 0.005167 10.0.0.19 - - [2025-04-21 02:16:59] "DELETE /route-target/116553bf-8039-4708-8a2a-38a5b4d3eca9 HTTP/1.1" 200 115 0.022967 10.0.0.19 - - [2025-04-21 02:16:59] "GET /domains HTTP/1.1" 200 280 0.002838 10.0.0.19 - - [2025-04-21 02:16:59] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001094 10.0.0.19 - - [2025-04-21 02:16:59] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e HTTP/1.1" 200 2570 0.047919 10.0.0.19 - - [2025-04-21 02:16:59] "GET /projects?obj_uuids=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001902 10.0.0.19 - - [2025-04-21 02:16:59] "GET /project/85f0ae7b-7af3-4e01-8316-eea7447227c0 HTTP/1.1" 200 1839 0.073317 10.0.0.19 - - [2025-04-21 02:16:59] "GET /projects?obj_uuids=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001183 10.0.0.19 - - [2025-04-21 02:16:59] "GET /project/85f0ae7b-7af3-4e01-8316-eea7447227c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.025801 10.0.0.19 - - [2025-04-21 02:16:59] "GET /projects?obj_uuids=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001086 10.0.0.19 - - [2025-04-21 02:16:59] "GET /project/85f0ae7b-7af3-4e01-8316-eea7447227c0?fields=virtual_networks HTTP/1.1" 200 1027 0.066421 10.0.0.19 - - [2025-04-21 02:16:59] "GET /projects?obj_uuids=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001076 10.0.0.19 - - [2025-04-21 02:16:59] "GET /project/85f0ae7b-7af3-4e01-8316-eea7447227c0?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.025198 10.0.0.19 - - [2025-04-21 02:16:59] "GET /projects?obj_uuids=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001045 10.0.0.19 - - [2025-04-21 02:16:59] "GET /project/85f0ae7b-7af3-4e01-8316-eea7447227c0?fields=security_groups HTTP/1.1" 200 1251 0.024902 10.0.0.19 - - [2025-04-21 02:17:00] "POST /fqname-to-id HTTP/1.1" 404 189 0.030514 10.0.0.19 - - [2025-04-21 02:17:00] "GET /projects?obj_uuids=c8ed28a2-4dbf-4655-9f24-a15283b6172b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003333 10.0.0.19 - - [2025-04-21 02:17:00] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001048 10.0.0.19 - - [2025-04-21 02:17:00] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007854 10.0.0.19 - - [2025-04-21 02:17:01] "POST /id-to-fqname HTTP/1.1" 200 191 0.001548 10.0.0.19 - - [2025-04-21 02:17:01] "POST /fqname-to-id HTTP/1.1" 404 200 0.004364 10.0.0.19 - - [2025-04-21 02:17:01] "POST /security-groups HTTP/1.1" 200 592 0.076791 10.0.0.19 - - [2025-04-21 02:17:01] "POST /fqname-to-id HTTP/1.1" 404 235 0.002735 10.0.0.19 - - [2025-04-21 02:17:01] "POST /projects HTTP/1.1" 200 587 0.241117 10.0.0.19 - - [2025-04-21 02:17:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.312198 10.0.0.19 - - [2025-04-21 02:17:01] "POST /access-control-lists HTTP/1.1" 200 597 0.068542 10.0.0.19 - - [2025-04-21 02:17:01] "POST /fqname-to-id HTTP/1.1" 404 234 0.002967 10.0.0.19 - - [2025-04-21 02:17:01] "GET /project/c8ed28a2-4dbf-4655-9f24-a15283b6172b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.447284 10.0.0.19 - - [2025-04-21 02:17:01] "POST /access-control-lists HTTP/1.1" 200 595 0.064038 10.0.0.19 - - [2025-04-21 02:17:02] "GET / HTTP/1.1" 200 35931 0.004748 10.0.0.19 - - [2025-04-21 02:17:03] "GET /project/c8ed28a2-4dbf-4655-9f24-a15283b6172b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000705 10.0.0.19 - - [2025-04-21 02:17:03] "GET /projects?obj_uuids=c8ed28a2-4dbf-4655-9f24-a15283b6172b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001159 10.0.0.19 - - [2025-04-21 02:17:03] "GET /project/c8ed28a2-4dbf-4655-9f24-a15283b6172b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.050551 10.0.0.19 - - [2025-04-21 02:17:04] "POST /fqname-to-id HTTP/1.1" 404 180 0.003238 10.0.0.19 - - [2025-04-21 02:17:04] "POST /virtual-DNSs HTTP/1.1" 200 507 0.017668 10.0.0.19 - - [2025-04-21 02:17:04] "GET /virtual-DNS/a00daece-6da1-439f-895e-701a121801d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.004991 10.0.0.19 - - [2025-04-21 02:17:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004502 10.0.0.19 - - [2025-04-21 02:17:04] "GET /virtual-DNS/a00daece-6da1-439f-895e-701a121801d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.004487 10.0.0.19 - - [2025-04-21 02:17:04] "GET /domains HTTP/1.1" 401 292 0.003048 10.0.0.19 - - [2025-04-21 02:17:04] "GET /domains HTTP/1.1" 200 280 0.032700 10.0.0.19 - - [2025-04-21 02:17:04] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001193 10.0.0.19 - - [2025-04-21 02:17:04] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e HTTP/1.1" 200 2957 0.010643 10.0.0.19 - - [2025-04-21 02:17:04] "GET /virtual-DNS/a00daece-6da1-439f-895e-701a121801d1 HTTP/1.1" 200 1438 0.004857 10.0.0.19 - - [2025-04-21 02:17:04] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002801 10.0.0.19 - - [2025-04-21 02:17:04] "POST /network-ipams HTTP/1.1" 200 514 0.031974 10.0.0.19 - - [2025-04-21 02:17:04] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.002899 10.0.0.19 - - [2025-04-21 02:17:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.19 - - [2025-04-21 02:17:04] "GET /network-ipam/ee1a98ad-d520-442d-b61f-1995c30fca99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.005438 10.0.0.19 - - [2025-04-21 02:17:04] "PUT /network-ipam/ee1a98ad-d520-442d-b61f-1995c30fca99 HTTP/1.1" 200 258 0.010739 10.0.0.19 - - [2025-04-21 02:17:04] "POST /ref-update HTTP/1.1" 200 156 0.009112 10.0.0.19 - - [2025-04-21 02:17:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.19 - - [2025-04-21 02:17:05] "GET /projects?obj_uuids=c8ed28a2-4dbf-4655-9f24-a15283b6172b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003340 10.0.0.19 - - [2025-04-21 02:17:05] "GET /project/c8ed28a2-4dbf-4655-9f24-a15283b6172b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.028929 10.0.0.19 - - [2025-04-21 02:17:05] "POST /neutron/network HTTP/1.1" 200 117 0.033519 10.0.0.19 - - [2025-04-21 02:17:05] "GET /projects?obj_uuids=c8ed28a2-4dbf-4655-9f24-a15283b6172b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001159 10.0.0.19 - - [2025-04-21 02:17:05] "POST /neutron/network HTTP/1.1" 200 618 0.071633 10.0.0.19 - - [2025-04-21 02:17:05] "POST /route-targets HTTP/1.1" 200 327 0.013465 10.0.0.19 - - [2025-04-21 02:17:05] "POST /ref-update HTTP/1.1" 200 156 0.014053 10.0.0.19 - - [2025-04-21 02:17:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002769 10.0.0.19 - - [2025-04-21 02:17:05] "POST /neutron/subnet HTTP/1.1" 200 711 0.194769 10.0.0.19 - - [2025-04-21 02:17:05] "POST /neutron/network HTTP/1.1" 200 833 0.005772 10.0.0.19 - - [2025-04-21 02:17:05] "POST /id-to-fqname HTTP/1.1" 200 227 0.001240 10.0.0.19 - - [2025-04-21 02:17:05] "GET /virtual-network/9ee1e797-d317-48b8-b4e3-dadfc5c590ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005056 10.0.0.19 - - [2025-04-21 02:17:05] "POST /neutron/network HTTP/1.1" 200 833 0.005834 10.0.0.19 - - [2025-04-21 02:17:05] "GET /virtual-network/9ee1e797-d317-48b8-b4e3-dadfc5c590ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004901 10.0.0.19 - - [2025-04-21 02:17:05] "POST /neutron/network HTTP/1.1" 200 833 0.006571 10.0.0.19 - - [2025-04-21 02:17:05] "POST /neutron/subnet HTTP/1.1" 200 711 0.007803 10.0.0.19 - - [2025-04-21 02:17:05] "POST /neutron/network HTTP/1.1" 200 807 0.010705 10.0.0.19 - - [2025-04-21 02:17:05] "POST /neutron/network HTTP/1.1" 200 833 0.005753 10.0.0.19 - - [2025-04-21 02:17:05] "POST /id-to-fqname HTTP/1.1" 200 227 0.001208 10.0.0.19 - - [2025-04-21 02:17:05] "POST /neutron/network HTTP/1.1" 200 843 0.005789 10.0.0.19 - - [2025-04-21 02:17:05] "GET /aaa-mode HTTP/1.1" 401 292 0.000556 10.0.0.19 - - [2025-04-21 02:17:06] "GET / HTTP/1.1" 200 35931 0.002221 10.0.0.19 - - [2025-04-21 02:17:06] "GET /project/c8ed28a2-4dbf-4655-9f24-a15283b6172b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000433 10.0.0.19 - - [2025-04-21 02:17:06] "GET /projects?obj_uuids=c8ed28a2-4dbf-4655-9f24-a15283b6172b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001244 10.0.0.19 - - [2025-04-21 02:17:06] "GET /project/c8ed28a2-4dbf-4655-9f24-a15283b6172b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.067083 10.0.0.19 - - [2025-04-21 02:17:06] "POST /neutron/network HTTP/1.1" 200 833 0.005999 10.0.0.19 - - [2025-04-21 02:17:06] "POST /neutron/port HTTP/1.1" 200 117 0.005125 10.0.0.19 - - [2025-04-21 02:17:06] "POST /neutron/port HTTP/1.1" 200 117 0.005374 10.0.0.19 - - [2025-04-21 02:17:06] "POST /neutron/port HTTP/1.1" 200 117 0.005543 10.0.0.19 - - [2025-04-21 02:17:07] "POST /neutron/network HTTP/1.1" 200 843 0.005905 10.0.0.19 - - [2025-04-21 02:17:07] "GET /projects?obj_uuids=c8ed28a2-4dbf-4655-9f24-a15283b6172b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001196 10.0.0.19 - - [2025-04-21 02:17:07] "POST /neutron/port HTTP/1.1" 200 1058 0.205518 10.0.0.19 - - [2025-04-21 02:17:07] "POST /neutron/port HTTP/1.1" 200 1058 0.010737 10.0.0.19 - - [2025-04-21 02:17:07] "POST /neutron/port HTTP/1.1" 200 1058 0.008997 10.0.0.19 - - [2025-04-21 02:17:07] "POST /neutron/port HTTP/1.1" 200 1112 0.078992 10.0.0.19 - - [2025-04-21 02:17:07] "POST /neutron/port HTTP/1.1" 200 1086 0.018893 10.0.0.19 - - [2025-04-21 02:17:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004165 10.0.0.19 - - [2025-04-21 02:17:07] "POST /neutron/subnet HTTP/1.1" 200 685 0.014459 10.0.0.19 - - [2025-04-21 02:17:07] "POST /neutron/port HTTP/1.1" 200 117 0.001328 10.0.0.19 - - [2025-04-21 02:17:07] "POST /neutron/network HTTP/1.1" 200 833 0.006038 10.0.0.19 - - [2025-04-21 02:17:11] "DELETE /project/c8ed28a24dbf46559f24a15283b6172b HTTP/1.1" 404 173 0.007796 10.0.0.19 - - [2025-04-21 02:17:11] "GET /projects?obj_uuids=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001223 10.0.0.19 - - [2025-04-21 02:17:11] "GET /project/85f0ae7b-7af3-4e01-8316-eea7447227c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.027858 10.0.0.19 - - [2025-04-21 02:17:11] "GET /projects?obj_uuids=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001182 10.0.0.19 - - [2025-04-21 02:17:11] "GET /project/85f0ae7b-7af3-4e01-8316-eea7447227c0?fields=security_groups HTTP/1.1" 200 1356 0.083076 10.0.0.19 - - [2025-04-21 02:17:11] "DELETE /security-group/bcb95480-774e-44a2-922b-e4858ef319bf HTTP/1.1" 200 115 0.050872 10.0.0.19 - - [2025-04-21 02:17:11] "GET /projects?obj_uuids=85f0ae7b-7af3-4e01-8316-eea7447227c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001262 10.0.0.19 - - [2025-04-21 02:17:11] "DELETE /access-control-list/81e1b024-d5b0-44cd-8fa8-e529d1f08281 HTTP/1.1" 200 115 0.039363 10.0.0.19 - - [2025-04-21 02:17:11] "GET /project/85f0ae7b-7af3-4e01-8316-eea7447227c0?fields=application_policy_sets HTTP/1.1" 200 1395 0.048225 10.0.0.19 - - [2025-04-21 02:17:11] "DELETE /access-control-list/5bfcd373-0787-4063-92d4-09a601e20931 HTTP/1.1" 200 115 0.040140 10.0.0.19 - - [2025-04-21 02:17:11] "DELETE /project/85f0ae7b-7af3-4e01-8316-eea7447227c0 HTTP/1.1" 200 115 0.397583 10.0.0.19 - - [2025-04-21 02:17:11] "POST /neutron/port HTTP/1.1" 200 1086 0.019171 10.0.0.19 - - [2025-04-21 02:17:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006728 10.0.0.19 - - [2025-04-21 02:17:12] "POST /neutron/port HTTP/1.1" 200 1086 0.019020 10.0.0.19 - - [2025-04-21 02:17:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006718 10.0.0.19 - - [2025-04-21 02:17:12] "POST /neutron/port HTTP/1.1" 200 1086 0.018080 10.0.0.19 - - [2025-04-21 02:17:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008481 10.0.0.19 - - [2025-04-21 02:17:12] "GET /virtual-machine/98e7e29e-1929-4a12-a0ea-00a83e2c250d HTTP/1.1" 200 1294 0.005509 10.0.0.19 - - [2025-04-21 02:17:12] "GET /virtual-machine-interface/880460cc-da28-474d-b37a-844bbd0ace5f HTTP/1.1" 200 2964 0.007638 10.0.0.19 - - [2025-04-21 02:17:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.19 - - [2025-04-21 02:17:12] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005445 10.0.0.19 - - [2025-04-21 02:17:12] "GET /virtual-networks?parent_id=c8ed28a2-4dbf-4655-9f24-a15283b6172b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003637 10.0.0.19 - - [2025-04-21 02:17:12] "GET /virtual-network/9ee1e797-d317-48b8-b4e3-dadfc5c590ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005931 10.0.0.19 - - [2025-04-21 02:17:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.19 - - [2025-04-21 02:17:15] "GET /virtual-network/9ee1e797-d317-48b8-b4e3-dadfc5c590ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006173 10.0.0.19 - - [2025-04-21 02:17:16] "POST /neutron/port HTTP/1.1" 200 1086 0.017098 10.0.0.19 - - [2025-04-21 02:17:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006626 10.0.0.19 - - [2025-04-21 02:17:16] "GET /obj-perms HTTP/1.1" 200 5056 0.057552 10.0.0.19 - - [2025-04-21 02:17:17] "GET /obj-perms HTTP/1.1" 200 5056 0.056323 10.0.0.19 - - [2025-04-21 02:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.19 - - [2025-04-21 02:17:17] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003331 10.0.0.19 - - [2025-04-21 02:17:17] "GET /virtual-networks?parent_id=c8ed28a2-4dbf-4655-9f24-a15283b6172b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003691 10.0.0.19 - - [2025-04-21 02:17:17] "GET /virtual-network/9ee1e797-d317-48b8-b4e3-dadfc5c590ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005771 10.0.0.19 - - [2025-04-21 02:17:17] "POST /neutron/port HTTP/1.1" 200 1086 0.017910 10.0.0.19 - - [2025-04-21 02:17:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006804 10.0.0.19 - - [2025-04-21 02:17:25] "GET /global-system-configs HTTP/1.1" 200 322 0.033384 10.0.0.19 - - [2025-04-21 02:17:25] "GET /obj-perms HTTP/1.1" 200 5056 0.071245 10.0.0.19 - - [2025-04-21 02:17:25] "GET /global-system-configs HTTP/1.1" 200 322 0.036704 10.0.0.19 - - [2025-04-21 02:17:26] "GET /obj-perms HTTP/1.1" 200 5056 0.075940 10.0.0.19 - - [2025-04-21 02:17:27] "POST /neutron/network HTTP/1.1" 200 807 0.013339 10.0.0.19 - - [2025-04-21 02:17:27] "POST /neutron/network HTTP/1.1" 200 833 0.006038 10.0.0.19 - - [2025-04-21 02:17:27] "POST /id-to-fqname HTTP/1.1" 200 227 0.001750 10.0.0.19 - - [2025-04-21 02:17:27] "POST /neutron/port HTTP/1.1" 200 1086 0.015279 10.0.0.19 - - [2025-04-21 02:17:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008296 10.0.0.19 - - [2025-04-21 02:17:27] "POST /neutron/network HTTP/1.1" 200 843 0.007207 10.0.0.19 - - [2025-04-21 02:17:27] "GET /aaa-mode HTTP/1.1" 401 292 0.000530 10.0.0.19 - - [2025-04-21 02:17:27] "GET / HTTP/1.1" 200 35931 0.001608 10.0.0.19 - - [2025-04-21 02:17:27] "GET /project/c8ed28a2-4dbf-4655-9f24-a15283b6172b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000384 10.0.0.19 - - [2025-04-21 02:17:28] "GET /projects?obj_uuids=c8ed28a2-4dbf-4655-9f24-a15283b6172b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001544 10.0.0.19 - - [2025-04-21 02:17:28] "GET /project/c8ed28a2-4dbf-4655-9f24-a15283b6172b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.055993 10.0.0.19 - - [2025-04-21 02:17:28] "POST /neutron/network HTTP/1.1" 200 833 0.007280 10.0.0.19 - - [2025-04-21 02:17:28] "POST /neutron/port HTTP/1.1" 200 1086 0.032065 10.0.0.19 - - [2025-04-21 02:17:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006694 10.0.0.19 - - [2025-04-21 02:17:28] "POST /neutron/port HTTP/1.1" 200 117 0.013589 10.0.0.19 - - [2025-04-21 02:17:28] "POST /neutron/port HTTP/1.1" 200 117 0.006947 10.0.0.19 - - [2025-04-21 02:17:28] "POST /neutron/network HTTP/1.1" 200 843 0.007447 10.0.0.19 - - [2025-04-21 02:17:28] "GET /projects?obj_uuids=c8ed28a2-4dbf-4655-9f24-a15283b6172b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001613 10.0.0.19 - - [2025-04-21 02:17:29] "POST /neutron/port HTTP/1.1" 200 1058 0.212873 10.0.0.19 - - [2025-04-21 02:17:29] "POST /neutron/port HTTP/1.1" 200 1058 0.011112 10.0.0.19 - - [2025-04-21 02:17:29] "POST /neutron/port HTTP/1.1" 200 1058 0.010281 10.0.0.19 - - [2025-04-21 02:17:29] "POST /neutron/port HTTP/1.1" 200 1112 0.058711 10.0.0.19 - - [2025-04-21 02:17:29] "POST /neutron/port HTTP/1.1" 200 1086 0.023609 10.0.0.19 - - [2025-04-21 02:17:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003549 10.0.0.19 - - [2025-04-21 02:17:29] "POST /neutron/subnet HTTP/1.1" 200 685 0.013065 10.0.0.19 - - [2025-04-21 02:17:29] "POST /neutron/port HTTP/1.1" 200 117 0.001290 10.0.0.19 - - [2025-04-21 02:17:29] "POST /neutron/network HTTP/1.1" 200 833 0.006968 10.0.0.19 - - [2025-04-21 02:17:33] "POST /neutron/port HTTP/1.1" 200 1086 0.019027 10.0.0.19 - - [2025-04-21 02:17:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006861 10.0.0.19 - - [2025-04-21 02:17:33] "POST /neutron/port HTTP/1.1" 200 1086 0.024618 10.0.0.19 - - [2025-04-21 02:17:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010683 10.0.0.19 - - [2025-04-21 02:17:33] "POST /neutron/port HTTP/1.1" 200 1086 0.019266 10.0.0.19 - - [2025-04-21 02:17:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011169 10.0.0.19 - - [2025-04-21 02:17:33] "GET /virtual-machine/c9bf1caf-299b-46e4-b3ce-f3a7a2e3b08f HTTP/1.1" 200 1294 0.004849 10.0.0.19 - - [2025-04-21 02:17:33] "GET /virtual-machine-interface/6e920ac2-f1e4-45b6-87b7-fde81c221944 HTTP/1.1" 200 2963 0.005182 10.0.0.19 - - [2025-04-21 02:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.19 - - [2025-04-21 02:17:33] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003854 10.0.0.19 - - [2025-04-21 02:17:33] "GET /virtual-networks?parent_id=c8ed28a2-4dbf-4655-9f24-a15283b6172b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003328 10.0.0.19 - - [2025-04-21 02:17:34] "GET /virtual-network/9ee1e797-d317-48b8-b4e3-dadfc5c590ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007681 10.0.0.19 - - [2025-04-21 02:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.19 - - [2025-04-21 02:17:37] "GET /virtual-network/9ee1e797-d317-48b8-b4e3-dadfc5c590ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005519 10.0.0.19 - - [2025-04-21 02:17:38] "POST /neutron/port HTTP/1.1" 200 1086 0.020732 10.0.0.19 - - [2025-04-21 02:17:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009247 10.0.0.19 - - [2025-04-21 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.19 - - [2025-04-21 02:17:39] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003223 10.0.0.19 - - [2025-04-21 02:17:39] "GET /virtual-networks?parent_id=c8ed28a2-4dbf-4655-9f24-a15283b6172b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003297 10.0.0.19 - - [2025-04-21 02:17:39] "GET /virtual-network/9ee1e797-d317-48b8-b4e3-dadfc5c590ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005498 10.0.0.19 - - [2025-04-21 02:17:39] "POST /neutron/port HTTP/1.1" 200 1086 0.015060 10.0.0.19 - - [2025-04-21 02:17:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006355 10.0.0.19 - - [2025-04-21 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.19 - - [2025-04-21 02:17:50] "DELETE /virtual-DNS/a00daece-6da1-439f-895e-701a121801d1 HTTP/1.1" 409 235 0.006455 10.0.0.19 - - [2025-04-21 02:17:50] "POST /fqname-to-id HTTP/1.1" 404 192 0.002882 10.0.0.19 - - [2025-04-21 02:17:50] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.017347 10.0.0.19 - - [2025-04-21 02:17:50] "GET /virtual-DNS-record/4fc2f7a3-81bc-4e88-a017-1a14e9a590df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.005432 10.0.0.19 - - [2025-04-21 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.19 - - [2025-04-21 02:17:50] "GET /virtual-DNS-record/4fc2f7a3-81bc-4e88-a017-1a14e9a590df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.003712 10.0.0.19 - - [2025-04-21 02:17:50] "GET /domains HTTP/1.1" 200 280 0.003128 10.0.0.19 - - [2025-04-21 02:17:50] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001113 10.0.0.19 - - [2025-04-21 02:17:50] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e HTTP/1.1" 200 2773 0.008874 10.0.0.19 - - [2025-04-21 02:17:50] "GET /virtual-DNS/a00daece-6da1-439f-895e-701a121801d1 HTTP/1.1" 200 1907 0.004480 10.0.0.19 - - [2025-04-21 02:17:50] "GET /virtual-DNS-record/4fc2f7a3-81bc-4e88-a017-1a14e9a590df HTTP/1.1" 200 1336 0.002925 10.0.0.19 - - [2025-04-21 02:17:56] "DELETE /virtual-DNS-record/4fc2f7a3-81bc-4e88-a017-1a14e9a590df HTTP/1.1" 200 115 0.021595 10.0.0.19 - - [2025-04-21 02:17:56] "POST /fqname-to-id HTTP/1.1" 404 184 0.002997 10.0.0.19 - - [2025-04-21 02:17:56] "POST /neutron/network HTTP/1.1" 200 833 0.006723 10.0.0.19 - - [2025-04-21 02:17:56] "POST /neutron/network HTTP/1.1" 400 204 0.010218 10.0.0.19 - - [2025-04-21 02:17:56] "POST /neutron/port HTTP/1.1" 200 1086 0.023541 10.0.0.19 - - [2025-04-21 02:17:56] "POST /neutron/port HTTP/1.1" 200 1112 0.009636 10.0.0.19 - - [2025-04-21 02:17:56] "POST /neutron/port HTTP/1.1" 200 1086 0.021048 10.0.0.19 - - [2025-04-21 02:17:56] "POST /neutron/port HTTP/1.1" 200 1112 0.016330 10.0.0.19 - - [2025-04-21 02:17:56] "POST /neutron/port HTTP/1.1" 200 151 0.126175 10.0.0.19 - - [2025-04-21 02:17:56] "POST /neutron/port HTTP/1.1" 200 151 0.120228 10.0.0.19 - - [2025-04-21 02:17:58] "POST /neutron/network HTTP/1.1" 200 833 0.007250 10.0.0.19 - - [2025-04-21 02:17:58] "POST /useragent-kv HTTP/1.1" 200 115 0.005297 10.0.0.19 - - [2025-04-21 02:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005545 10.0.0.19 - - [2025-04-21 02:17:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002202 10.0.0.19 - - [2025-04-21 02:17:58] "POST /neutron/network HTTP/1.1" 200 151 0.225219 10.0.0.19 - - [2025-04-21 02:17:58] "DELETE /route-target/1ae883f6-a797-4a51-b5ef-e74ad63e770b HTTP/1.1" 200 115 0.020971 10.0.0.19 - - [2025-04-21 02:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005682 10.0.0.19 - - [2025-04-21 02:17:58] "DELETE /network-ipam/ee1a98ad-d520-442d-b61f-1995c30fca99 HTTP/1.1" 200 115 0.029369 10.0.0.19 - - [2025-04-21 02:17:58] "DELETE /virtual-DNS/a00daece-6da1-439f-895e-701a121801d1 HTTP/1.1" 200 115 0.023415 10.0.0.19 - - [2025-04-21 02:17:58] "POST /fqname-to-id HTTP/1.1" 404 180 0.002629 10.0.0.19 - - [2025-04-21 02:17:58] "GET /domains HTTP/1.1" 200 280 0.004272 10.0.0.19 - - [2025-04-21 02:17:58] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001166 10.0.0.19 - - [2025-04-21 02:17:58] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e HTTP/1.1" 200 2573 0.011816 10.0.0.19 - - [2025-04-21 02:17:59] "GET /projects?obj_uuids=c8ed28a2-4dbf-4655-9f24-a15283b6172b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001098 10.0.0.19 - - [2025-04-21 02:17:59] "GET /project/c8ed28a2-4dbf-4655-9f24-a15283b6172b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.026660 10.0.0.19 - - [2025-04-21 02:17:59] "GET /projects?obj_uuids=c8ed28a2-4dbf-4655-9f24-a15283b6172b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000979 10.0.0.19 - - [2025-04-21 02:17:59] "GET /project/c8ed28a2-4dbf-4655-9f24-a15283b6172b?fields=virtual_networks HTTP/1.1" 200 1035 0.070777 10.0.0.19 - - [2025-04-21 02:17:59] "GET /projects?obj_uuids=c8ed28a2-4dbf-4655-9f24-a15283b6172b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002786 10.0.0.19 - - [2025-04-21 02:17:59] "GET /project/c8ed28a2-4dbf-4655-9f24-a15283b6172b?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.029529 10.0.0.19 - - [2025-04-21 02:17:59] "GET /projects?obj_uuids=c8ed28a2-4dbf-4655-9f24-a15283b6172b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001364 10.0.0.19 - - [2025-04-21 02:17:59] "GET /project/c8ed28a2-4dbf-4655-9f24-a15283b6172b?fields=security_groups HTTP/1.1" 200 1262 0.030956 10.0.0.19 - - [2025-04-21 02:18:00] "POST /fqname-to-id HTTP/1.1" 404 189 0.032950 10.0.0.19 - - [2025-04-21 02:18:00] "GET /projects?obj_uuids=11983ac5-3a7b-4b53-871e-43c9d2301919&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003103 10.0.0.19 - - [2025-04-21 02:18:00] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001964 10.0.0.19 - - [2025-04-21 02:18:00] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009997 10.0.0.19 - - [2025-04-21 02:18:00] "POST /id-to-fqname HTTP/1.1" 200 191 0.001334 10.0.0.19 - - [2025-04-21 02:18:00] "POST /fqname-to-id HTTP/1.1" 404 200 0.003980 10.0.0.19 - - [2025-04-21 02:18:00] "POST /security-groups HTTP/1.1" 200 592 0.063628 10.0.0.19 - - [2025-04-21 02:18:00] "POST /fqname-to-id HTTP/1.1" 404 235 0.002564 10.0.0.19 - - [2025-04-21 02:18:00] "POST /projects HTTP/1.1" 200 587 0.217257 10.0.0.19 - - [2025-04-21 02:18:00] "POST /access-control-lists HTTP/1.1" 200 597 0.061591 10.0.0.19 - - [2025-04-21 02:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.291872 10.0.0.19 - - [2025-04-21 02:18:00] "POST /fqname-to-id HTTP/1.1" 404 234 0.003117 10.0.0.19 - - [2025-04-21 02:18:00] "GET /project/11983ac5-3a7b-4b53-871e-43c9d2301919?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.425294 10.0.0.19 - - [2025-04-21 02:18:00] "POST /access-control-lists HTTP/1.1" 200 595 0.060266 10.0.0.19 - - [2025-04-21 02:18:01] "GET / HTTP/1.1" 200 35931 0.002216 10.0.0.19 - - [2025-04-21 02:18:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000730 10.0.0.19 - - [2025-04-21 02:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.069887 10.0.0.19 - - [2025-04-21 02:18:02] "GET /projects?obj_uuids=11983ac5-3a7b-4b53-871e-43c9d2301919&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002082 10.0.0.19 - - [2025-04-21 02:18:02] "GET /project/11983ac5-3a7b-4b53-871e-43c9d2301919?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.035815 10.0.0.19 - - [2025-04-21 02:18:02] "POST /neutron/network HTTP/1.1" 200 117 0.033420 10.0.0.19 - - [2025-04-21 02:18:03] "GET /projects?obj_uuids=11983ac5-3a7b-4b53-871e-43c9d2301919&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001656 10.0.0.19 - - [2025-04-21 02:18:03] "POST /neutron/network HTTP/1.1" 200 606 0.080209 10.0.0.19 - - [2025-04-21 02:18:03] "POST /route-targets HTTP/1.1" 200 327 0.021391 10.0.0.19 - - [2025-04-21 02:18:03] "POST /ref-update HTTP/1.1" 200 156 0.015453 10.0.0.19 - - [2025-04-21 02:18:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002227 10.0.0.19 - - [2025-04-21 02:18:03] "POST /neutron/subnet HTTP/1.1" 200 724 0.156153 10.0.0.19 - - [2025-04-21 02:18:03] "POST /neutron/network HTTP/1.1" 200 825 0.005497 10.0.0.19 - - [2025-04-21 02:18:03] "POST /id-to-fqname HTTP/1.1" 200 221 0.001253 10.0.0.19 - - [2025-04-21 02:18:03] "GET /virtual-network/c0a4cde5-d23e-49cc-a992-74599a5e2f02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006204 10.0.0.19 - - [2025-04-21 02:18:03] "POST /neutron/network HTTP/1.1" 200 825 0.006506 10.0.0.19 - - [2025-04-21 02:18:03] "GET /virtual-network/c0a4cde5-d23e-49cc-a992-74599a5e2f02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007106 10.0.0.19 - - [2025-04-21 02:18:03] "POST /neutron/network HTTP/1.1" 200 825 0.005755 10.0.0.19 - - [2025-04-21 02:18:03] "POST /neutron/subnet HTTP/1.1" 200 724 0.007290 10.0.0.19 - - [2025-04-21 02:18:03] "POST /id-to-fqname HTTP/1.1" 200 221 0.001169 10.0.0.19 - - [2025-04-21 02:18:03] "POST /neutron/network HTTP/1.1" 200 835 0.005944 10.0.0.19 - - [2025-04-21 02:18:03] "GET /aaa-mode HTTP/1.1" 401 292 0.000509 10.0.0.19 - - [2025-04-21 02:18:03] "GET / HTTP/1.1" 200 35931 0.002053 10.0.0.19 - - [2025-04-21 02:18:03] "GET /project/11983ac5-3a7b-4b53-871e-43c9d2301919?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000417 10.0.0.19 - - [2025-04-21 02:18:04] "GET /projects?obj_uuids=11983ac5-3a7b-4b53-871e-43c9d2301919&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001254 10.0.0.19 - - [2025-04-21 02:18:04] "GET /project/11983ac5-3a7b-4b53-871e-43c9d2301919?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.052230 10.0.0.19 - - [2025-04-21 02:18:04] "POST /neutron/network HTTP/1.1" 200 825 0.008157 10.0.0.19 - - [2025-04-21 02:18:04] "POST /neutron/port HTTP/1.1" 200 117 0.009914 10.0.0.19 - - [2025-04-21 02:18:04] "POST /neutron/port HTTP/1.1" 200 117 0.004917 10.0.0.19 - - [2025-04-21 02:18:04] "POST /id-to-fqname HTTP/1.1" 200 221 0.001588 10.0.0.19 - - [2025-04-21 02:18:04] "POST /neutron/port HTTP/1.1" 200 117 0.006403 10.0.0.19 - - [2025-04-21 02:18:04] "POST /neutron/network HTTP/1.1" 200 835 0.007561 10.0.0.19 - - [2025-04-21 02:18:04] "GET /aaa-mode HTTP/1.1" 401 292 0.000560 10.0.0.19 - - [2025-04-21 02:18:04] "POST /neutron/network HTTP/1.1" 200 835 0.005943 10.0.0.19 - - [2025-04-21 02:18:05] "GET /projects?obj_uuids=11983ac5-3a7b-4b53-871e-43c9d2301919&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001254 10.0.0.19 - - [2025-04-21 02:18:05] "GET / HTTP/1.1" 200 35931 0.001466 10.0.0.19 - - [2025-04-21 02:18:05] "GET /project/11983ac5-3a7b-4b53-871e-43c9d2301919?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000520 10.0.0.19 - - [2025-04-21 02:18:05] "POST /neutron/port HTTP/1.1" 200 1061 0.226683 10.0.0.19 - - [2025-04-21 02:18:05] "POST /neutron/port HTTP/1.1" 200 1061 0.010048 10.0.0.19 - - [2025-04-21 02:18:05] "POST /neutron/port HTTP/1.1" 200 1061 0.009815 10.0.0.19 - - [2025-04-21 02:18:05] "POST /neutron/port HTTP/1.1" 200 1115 0.065807 10.0.0.19 - - [2025-04-21 02:18:05] "POST /neutron/port HTTP/1.1" 200 1089 0.020815 10.0.0.19 - - [2025-04-21 02:18:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006839 10.0.0.19 - - [2025-04-21 02:18:05] "GET /projects?obj_uuids=11983ac5-3a7b-4b53-871e-43c9d2301919&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001095 10.0.0.19 - - [2025-04-21 02:18:05] "GET /project/11983ac5-3a7b-4b53-871e-43c9d2301919?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.058274 10.0.0.19 - - [2025-04-21 02:18:05] "POST /neutron/subnet HTTP/1.1" 200 698 0.020571 10.0.0.19 - - [2025-04-21 02:18:05] "POST /neutron/port HTTP/1.1" 200 117 0.001325 10.0.0.19 - - [2025-04-21 02:18:05] "POST /neutron/network HTTP/1.1" 200 825 0.005625 10.0.0.19 - - [2025-04-21 02:18:05] "POST /neutron/network HTTP/1.1" 200 825 0.005147 10.0.0.19 - - [2025-04-21 02:18:05] "POST /neutron/port HTTP/1.1" 200 1089 0.023948 10.0.0.19 - - [2025-04-21 02:18:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.017005 10.0.0.19 - - [2025-04-21 02:18:05] "POST /neutron/port HTTP/1.1" 200 117 0.007805 10.0.0.19 - - [2025-04-21 02:18:05] "POST /neutron/port HTTP/1.1" 200 1089 0.021366 10.0.0.19 - - [2025-04-21 02:18:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006813 10.0.0.19 - - [2025-04-21 02:18:06] "POST /neutron/network HTTP/1.1" 200 835 0.006565 10.0.0.19 - - [2025-04-21 02:18:06] "GET /projects?obj_uuids=11983ac5-3a7b-4b53-871e-43c9d2301919&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001149 10.0.0.19 - - [2025-04-21 02:18:06] "POST /neutron/port HTTP/1.1" 200 1061 0.237212 10.0.0.19 - - [2025-04-21 02:18:06] "POST /neutron/port HTTP/1.1" 200 1061 0.012519 10.0.0.19 - - [2025-04-21 02:18:06] "POST /neutron/port HTTP/1.1" 200 1061 0.010218 10.0.0.19 - - [2025-04-21 02:18:06] "POST /neutron/port HTTP/1.1" 200 1115 0.093037 10.0.0.19 - - [2025-04-21 02:18:06] "POST /neutron/port HTTP/1.1" 200 1089 0.022367 10.0.0.19 - - [2025-04-21 02:18:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003777 10.0.0.19 - - [2025-04-21 02:18:06] "POST /neutron/subnet HTTP/1.1" 200 698 0.014234 10.0.0.19 - - [2025-04-21 02:18:06] "POST /neutron/port HTTP/1.1" 200 117 0.001448 10.0.0.19 - - [2025-04-21 02:18:06] "POST /neutron/network HTTP/1.1" 200 825 0.005697 10.0.0.19 - - [2025-04-21 02:18:10] "POST /neutron/port HTTP/1.1" 200 1089 0.016522 10.0.0.19 - - [2025-04-21 02:18:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008181 10.0.0.19 - - [2025-04-21 02:18:10] "POST /neutron/port HTTP/1.1" 200 1089 0.016440 10.0.0.19 - - [2025-04-21 02:18:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006738 10.0.0.19 - - [2025-04-21 02:18:11] "POST /neutron/port HTTP/1.1" 200 1089 0.016796 10.0.0.19 - - [2025-04-21 02:18:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008510 10.0.0.19 - - [2025-04-21 02:18:11] "GET /virtual-machine/515802ba-2133-447d-b65d-7158beff47fd HTTP/1.1" 401 292 0.000508 10.0.0.19 - - [2025-04-21 02:18:11] "GET /virtual-machine/515802ba-2133-447d-b65d-7158beff47fd HTTP/1.1" 200 1293 0.030689 10.0.0.19 - - [2025-04-21 02:18:11] "GET /virtual-machine-interface/f5d6136e-51d0-4548-996e-62e6d59ad9b0 HTTP/1.1" 200 2947 0.005865 10.0.0.19 - - [2025-04-21 02:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.19 - - [2025-04-21 02:18:11] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004427 10.0.0.19 - - [2025-04-21 02:18:11] "GET /virtual-networks?parent_id=11983ac5-3a7b-4b53-871e-43c9d2301919&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003479 10.0.0.19 - - [2025-04-21 02:18:11] "GET /virtual-network/c0a4cde5-d23e-49cc-a992-74599a5e2f02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006501 10.0.0.19 - - [2025-04-21 02:18:11] "DELETE /project/11983ac53a7b4b53871e43c9d2301919 HTTP/1.1" 404 173 0.011146 10.0.0.19 - - [2025-04-21 02:18:11] "GET /projects?obj_uuids=c8ed28a2-4dbf-4655-9f24-a15283b6172b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001329 10.0.0.19 - - [2025-04-21 02:18:12] "GET /project/c8ed28a2-4dbf-4655-9f24-a15283b6172b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.037202 10.0.0.19 - - [2025-04-21 02:18:12] "GET /projects?obj_uuids=c8ed28a2-4dbf-4655-9f24-a15283b6172b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001229 10.0.0.19 - - [2025-04-21 02:18:12] "GET /project/c8ed28a2-4dbf-4655-9f24-a15283b6172b?fields=security_groups HTTP/1.1" 200 1367 0.074992 10.0.0.19 - - [2025-04-21 02:18:12] "DELETE /security-group/7ef5d8ce-fff2-41e9-a179-ffb990fd26b5 HTTP/1.1" 200 115 0.051973 10.0.0.19 - - [2025-04-21 02:18:12] "GET /projects?obj_uuids=c8ed28a2-4dbf-4655-9f24-a15283b6172b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001250 10.0.0.19 - - [2025-04-21 02:18:12] "DELETE /access-control-list/b9eab946-8757-4f2f-8163-3c5e927f036c HTTP/1.1" 200 115 0.041650 10.0.0.19 - - [2025-04-21 02:18:12] "GET /project/c8ed28a2-4dbf-4655-9f24-a15283b6172b?fields=application_policy_sets HTTP/1.1" 200 1406 0.051808 10.0.0.19 - - [2025-04-21 02:18:12] "DELETE /access-control-list/ec0caf12-bb03-489f-b95b-95ae2f82aad2 HTTP/1.1" 200 115 0.041210 10.0.0.19 - - [2025-04-21 02:18:12] "DELETE /project/c8ed28a2-4dbf-4655-9f24-a15283b6172b HTTP/1.1" 200 115 0.385616 10.0.0.19 - - [2025-04-21 02:18:14] "POST /neutron/port HTTP/1.1" 200 1089 0.018534 10.0.0.19 - - [2025-04-21 02:18:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007203 10.0.0.19 - - [2025-04-21 02:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.19 - - [2025-04-21 02:18:14] "GET /virtual-network/c0a4cde5-d23e-49cc-a992-74599a5e2f02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005199 10.0.0.19 - - [2025-04-21 02:18:15] "POST /neutron/port HTTP/1.1" 200 1089 0.015668 10.0.0.19 - - [2025-04-21 02:18:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006358 10.0.0.19 - - [2025-04-21 02:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.19 - - [2025-04-21 02:18:16] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003782 10.0.0.19 - - [2025-04-21 02:18:16] "GET /virtual-networks?parent_id=11983ac5-3a7b-4b53-871e-43c9d2301919&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003169 10.0.0.19 - - [2025-04-21 02:18:17] "GET /virtual-network/c0a4cde5-d23e-49cc-a992-74599a5e2f02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007154 10.0.0.19 - - [2025-04-21 02:18:17] "POST /neutron/port HTTP/1.1" 200 1089 0.017637 10.0.0.19 - - [2025-04-21 02:18:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008428 10.0.0.19 - - [2025-04-21 02:18:17] "POST /neutron/port HTTP/1.1" 200 1089 0.027102 10.0.0.19 - - [2025-04-21 02:18:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008126 10.0.0.19 - - [2025-04-21 02:18:17] "POST /neutron/port HTTP/1.1" 200 1089 0.018477 10.0.0.19 - - [2025-04-21 02:18:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006672 10.0.0.19 - - [2025-04-21 02:18:17] "GET /virtual-machine/7c6734c3-04ba-4c0d-b3ba-bfa5d3bb4418 HTTP/1.1" 200 1293 0.005628 10.0.0.19 - - [2025-04-21 02:18:17] "GET /virtual-machine-interface/3139b71f-cf19-4d0f-8290-afe2c7f0acb0 HTTP/1.1" 200 2945 0.006791 10.0.0.19 - - [2025-04-21 02:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.19 - - [2025-04-21 02:18:17] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003648 10.0.0.19 - - [2025-04-21 02:18:17] "GET /virtual-networks?parent_id=11983ac5-3a7b-4b53-871e-43c9d2301919&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003276 10.0.0.19 - - [2025-04-21 02:18:17] "GET /virtual-network/c0a4cde5-d23e-49cc-a992-74599a5e2f02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006952 10.0.0.19 - - [2025-04-21 02:18:17] "GET /obj-perms HTTP/1.1" 200 5056 0.058088 10.0.0.19 - - [2025-04-21 02:18:18] "GET /obj-perms HTTP/1.1" 200 5056 0.052266 10.0.0.19 - - [2025-04-21 02:18:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.19 - - [2025-04-21 02:18:18] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003471 10.0.0.19 - - [2025-04-21 02:18:18] "GET /virtual-networks?parent_id=11983ac5-3a7b-4b53-871e-43c9d2301919&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002928 10.0.0.19 - - [2025-04-21 02:18:18] "GET /virtual-network/c0a4cde5-d23e-49cc-a992-74599a5e2f02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007363 10.0.0.19 - - [2025-04-21 02:18:23] "POST /neutron/network HTTP/1.1" 200 825 0.012256 10.0.0.19 - - [2025-04-21 02:18:24] "POST /neutron/network HTTP/1.1" 400 204 0.011633 10.0.0.19 - - [2025-04-21 02:18:24] "POST /neutron/port HTTP/1.1" 200 1089 0.025592 10.0.0.19 - - [2025-04-21 02:18:24] "POST /neutron/port HTTP/1.1" 200 1115 0.010455 10.0.0.19 - - [2025-04-21 02:18:24] "POST /neutron/port HTTP/1.1" 200 1089 0.028099 10.0.0.19 - - [2025-04-21 02:18:24] "POST /neutron/port HTTP/1.1" 200 1115 0.016704 10.0.0.19 - - [2025-04-21 02:18:24] "POST /neutron/port HTTP/1.1" 200 151 0.165118 10.0.0.19 - - [2025-04-21 02:18:24] "POST /neutron/port HTTP/1.1" 200 151 0.132069 10.0.0.19 - - [2025-04-21 02:18:26] "POST /neutron/network HTTP/1.1" 200 825 0.006263 10.0.0.19 - - [2025-04-21 02:18:26] "POST /useragent-kv HTTP/1.1" 200 115 0.033566 10.0.0.19 - - [2025-04-21 02:18:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002327 10.0.0.19 - - [2025-04-21 02:18:26] "POST /neutron/network HTTP/1.1" 200 151 0.124965 10.0.0.19 - - [2025-04-21 02:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.049442 10.0.0.19 - - [2025-04-21 02:18:26] "DELETE /route-target/ef363fee-f588-4c75-8e56-06c076e1c70f HTTP/1.1" 200 115 0.018250 10.0.0.19 - - [2025-04-21 02:18:26] "GET /projects?obj_uuids=11983ac5-3a7b-4b53-871e-43c9d2301919&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001252 10.0.0.19 - - [2025-04-21 02:18:26] "GET /project/11983ac5-3a7b-4b53-871e-43c9d2301919?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.059889 10.0.0.19 - - [2025-04-21 02:18:26] "GET /projects?obj_uuids=11983ac5-3a7b-4b53-871e-43c9d2301919&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001778 10.0.0.19 - - [2025-04-21 02:18:26] "GET /project/11983ac5-3a7b-4b53-871e-43c9d2301919?fields=virtual_networks HTTP/1.1" 200 1033 0.071498 10.0.0.19 - - [2025-04-21 02:18:26] "GET /projects?obj_uuids=11983ac5-3a7b-4b53-871e-43c9d2301919&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001318 10.0.0.19 - - [2025-04-21 02:18:26] "GET /project/11983ac5-3a7b-4b53-871e-43c9d2301919?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.040601 10.0.0.19 - - [2025-04-21 02:18:26] "GET /projects?obj_uuids=11983ac5-3a7b-4b53-871e-43c9d2301919&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002296 10.0.0.19 - - [2025-04-21 02:18:26] "GET /project/11983ac5-3a7b-4b53-871e-43c9d2301919?fields=security_groups HTTP/1.1" 200 1260 0.032945 10.0.0.19 - - [2025-04-21 02:18:27] "POST /fqname-to-id HTTP/1.1" 404 188 0.028466 10.0.0.19 - - [2025-04-21 02:18:27] "GET /projects?obj_uuids=af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005589 10.0.0.19 - - [2025-04-21 02:18:27] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001184 10.0.0.19 - - [2025-04-21 02:18:27] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.038319 10.0.0.19 - - [2025-04-21 02:18:27] "POST /id-to-fqname HTTP/1.1" 200 190 0.001878 10.0.0.19 - - [2025-04-21 02:18:27] "POST /fqname-to-id HTTP/1.1" 404 199 0.003324 10.0.0.19 - - [2025-04-21 02:18:27] "POST /security-groups HTTP/1.1" 200 591 0.072301 10.0.0.19 - - [2025-04-21 02:18:27] "POST /fqname-to-id HTTP/1.1" 404 234 0.003500 10.0.0.19 - - [2025-04-21 02:18:28] "POST /projects HTTP/1.1" 200 585 0.241150 10.0.0.19 - - [2025-04-21 02:18:28] "POST /access-control-lists HTTP/1.1" 200 596 0.062082 10.0.0.19 - - [2025-04-21 02:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.314966 10.0.0.19 - - [2025-04-21 02:18:28] "POST /fqname-to-id HTTP/1.1" 404 233 0.002970 10.0.0.19 - - [2025-04-21 02:18:28] "GET /project/af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.479304 10.0.0.19 - - [2025-04-21 02:18:28] "POST /access-control-lists HTTP/1.1" 200 594 0.067416 10.0.0.19 - - [2025-04-21 02:18:29] "GET / HTTP/1.1" 200 35931 0.002525 10.0.0.19 - - [2025-04-21 02:18:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000648 10.0.0.19 - - [2025-04-21 02:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.058312 10.0.0.19 - - [2025-04-21 02:18:30] "GET /projects?obj_uuids=af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001200 10.0.0.19 - - [2025-04-21 02:18:30] "GET /project/af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.028421 10.0.0.19 - - [2025-04-21 02:18:30] "POST /neutron/network HTTP/1.1" 200 117 0.033878 10.0.0.19 - - [2025-04-21 02:18:30] "GET /projects?obj_uuids=af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002723 10.0.0.19 - - [2025-04-21 02:18:30] "POST /neutron/network HTTP/1.1" 200 625 0.077735 10.0.0.19 - - [2025-04-21 02:18:30] "POST /route-targets HTTP/1.1" 200 327 0.012535 10.0.0.19 - - [2025-04-21 02:18:30] "POST /ref-update HTTP/1.1" 200 156 0.016468 10.0.0.19 - - [2025-04-21 02:18:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002752 10.0.0.19 - - [2025-04-21 02:18:30] "POST /neutron/subnet HTTP/1.1" 200 701 0.188671 10.0.0.19 - - [2025-04-21 02:18:30] "POST /neutron/network HTTP/1.1" 200 839 0.005714 10.0.0.19 - - [2025-04-21 02:18:30] "POST /id-to-fqname HTTP/1.1" 200 230 0.001566 10.0.0.19 - - [2025-04-21 02:18:30] "GET /virtual-network/69dd0a42-e48b-4cff-b99c-00dec4b537aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005291 10.0.0.19 - - [2025-04-21 02:18:30] "POST /neutron/network HTTP/1.1" 200 839 0.006487 10.0.0.19 - - [2025-04-21 02:18:30] "GET /virtual-network/69dd0a42-e48b-4cff-b99c-00dec4b537aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005416 10.0.0.19 - - [2025-04-21 02:18:30] "POST /neutron/network HTTP/1.1" 200 839 0.007277 10.0.0.19 - - [2025-04-21 02:18:30] "POST /neutron/subnet HTTP/1.1" 200 701 0.007525 10.0.0.19 - - [2025-04-21 02:18:30] "POST /neutron/network HTTP/1.1" 200 839 0.006274 10.0.0.19 - - [2025-04-21 02:18:31] "POST /id-to-fqname HTTP/1.1" 200 230 0.001397 10.0.0.19 - - [2025-04-21 02:18:31] "POST /neutron/network HTTP/1.1" 200 849 0.006464 10.0.0.19 - - [2025-04-21 02:18:31] "GET /aaa-mode HTTP/1.1" 401 292 0.000487 10.0.0.19 - - [2025-04-21 02:18:31] "GET / HTTP/1.1" 200 35931 0.002236 10.0.0.19 - - [2025-04-21 02:18:31] "GET /project/af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000472 10.0.0.19 - - [2025-04-21 02:18:31] "GET /projects?obj_uuids=af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001213 10.0.0.19 - - [2025-04-21 02:18:32] "GET /project/af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.063960 10.0.0.19 - - [2025-04-21 02:18:32] "POST /neutron/network HTTP/1.1" 200 839 0.028448 10.0.0.19 - - [2025-04-21 02:18:32] "POST /neutron/port HTTP/1.1" 200 117 0.005165 10.0.0.19 - - [2025-04-21 02:18:32] "POST /neutron/port HTTP/1.1" 200 117 0.005316 10.0.0.19 - - [2025-04-21 02:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.19 - - [2025-04-21 02:18:32] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.008401 10.0.0.19 - - [2025-04-21 02:18:32] "PUT /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408 HTTP/1.1" 200 276 0.010868 10.0.0.19 - - [2025-04-21 02:18:32] "POST /neutron/port HTTP/1.1" 200 117 0.006628 10.0.0.19 - - [2025-04-21 02:18:32] "POST /neutron/network HTTP/1.1" 200 849 0.006562 10.0.0.19 - - [2025-04-21 02:18:32] "GET /projects?obj_uuids=af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001556 10.0.0.19 - - [2025-04-21 02:18:32] "POST /neutron/port HTTP/1.1" 200 1055 0.215670 10.0.0.19 - - [2025-04-21 02:18:33] "POST /neutron/port HTTP/1.1" 200 1055 0.010249 10.0.0.19 - - [2025-04-21 02:18:33] "POST /neutron/port HTTP/1.1" 200 1055 0.009529 10.0.0.19 - - [2025-04-21 02:18:33] "POST /neutron/port HTTP/1.1" 200 1109 0.069439 10.0.0.19 - - [2025-04-21 02:18:33] "POST /neutron/port HTTP/1.1" 200 1083 0.017659 10.0.0.19 - - [2025-04-21 02:18:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004016 10.0.0.19 - - [2025-04-21 02:18:33] "POST /neutron/subnet HTTP/1.1" 200 675 0.014146 10.0.0.19 - - [2025-04-21 02:18:33] "POST /neutron/port HTTP/1.1" 200 117 0.001333 10.0.0.19 - - [2025-04-21 02:18:33] "POST /neutron/network HTTP/1.1" 200 839 0.006381 10.0.0.19 - - [2025-04-21 02:18:37] "POST /neutron/port HTTP/1.1" 200 1083 0.015479 10.0.0.19 - - [2025-04-21 02:18:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006373 10.0.0.19 - - [2025-04-21 02:18:37] "POST /neutron/port HTTP/1.1" 200 1083 0.016340 10.0.0.19 - - [2025-04-21 02:18:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006687 10.0.0.19 - - [2025-04-21 02:18:37] "POST /neutron/port HTTP/1.1" 200 1083 0.016254 10.0.0.19 - - [2025-04-21 02:18:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006282 10.0.0.19 - - [2025-04-21 02:18:37] "GET /virtual-machine/dfeb671a-f8de-4cdc-bf62-74494e66f23b HTTP/1.1" 401 292 0.000430 10.0.0.19 - - [2025-04-21 02:18:38] "GET /virtual-machine/dfeb671a-f8de-4cdc-bf62-74494e66f23b HTTP/1.1" 200 1293 0.031905 10.0.0.19 - - [2025-04-21 02:18:38] "GET /virtual-machine-interface/8462104d-bc39-4c72-be6b-278b7277c3e1 HTTP/1.1" 200 2971 0.005390 10.0.0.19 - - [2025-04-21 02:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.19 - - [2025-04-21 02:18:38] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1830 0.003314 10.0.0.19 - - [2025-04-21 02:18:38] "GET /virtual-networks?parent_id=af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003134 10.0.0.19 - - [2025-04-21 02:18:38] "GET /virtual-network/69dd0a42-e48b-4cff-b99c-00dec4b537aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005524 10.0.0.19 - - [2025-04-21 02:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.19 - - [2025-04-21 02:18:41] "GET /virtual-network/69dd0a42-e48b-4cff-b99c-00dec4b537aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006017 10.0.0.19 - - [2025-04-21 02:18:41] "POST /neutron/port HTTP/1.1" 200 1083 0.015272 10.0.0.19 - - [2025-04-21 02:18:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007998 10.0.0.19 - - [2025-04-21 02:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.19 - - [2025-04-21 02:18:43] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1830 0.003312 10.0.0.19 - - [2025-04-21 02:18:43] "GET /virtual-networks?parent_id=af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003084 10.0.0.19 - - [2025-04-21 02:18:43] "GET /virtual-network/69dd0a42-e48b-4cff-b99c-00dec4b537aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005265 10.0.0.19 - - [2025-04-21 02:18:43] "POST /neutron/port HTTP/1.1" 200 1083 0.017478 10.0.0.19 - - [2025-04-21 02:18:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007025 10.0.0.19 - - [2025-04-21 02:18:50] "POST /neutron/port HTTP/1.1" 200 1083 0.049195 10.0.0.19 - - [2025-04-21 02:18:50] "POST /neutron/port HTTP/1.1" 200 1083 0.017131 10.0.0.19 - - [2025-04-21 02:18:50] "POST /neutron/network HTTP/1.1" 200 849 0.007678 10.0.0.19 - - [2025-04-21 02:18:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005117 10.0.0.19 - - [2025-04-21 02:18:50] "POST /neutron/subnet HTTP/1.1" 200 675 0.014959 10.0.0.19 - - [2025-04-21 02:18:50] "POST /neutron/port HTTP/1.1" 200 117 0.001241 10.0.0.19 - - [2025-04-21 02:18:50] "POST /neutron/network HTTP/1.1" 200 839 0.005897 10.0.0.19 - - [2025-04-21 02:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.19 - - [2025-04-21 02:18:50] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1830 0.003322 10.0.0.19 - - [2025-04-21 02:18:50] "PUT /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408 HTTP/1.1" 200 276 0.011157 10.0.0.19 - - [2025-04-21 02:18:50] "POST /neutron/network HTTP/1.1" 200 839 0.008018 10.0.0.19 - - [2025-04-21 02:18:51] "POST /neutron/network HTTP/1.1" 400 204 0.018898 10.0.0.19 - - [2025-04-21 02:18:51] "POST /neutron/port HTTP/1.1" 200 1083 0.015223 10.0.0.19 - - [2025-04-21 02:18:51] "POST /neutron/port HTTP/1.1" 200 1109 0.009786 10.0.0.19 - - [2025-04-21 02:18:51] "POST /neutron/port HTTP/1.1" 200 151 0.111561 10.0.0.19 - - [2025-04-21 02:18:53] "POST /neutron/network HTTP/1.1" 200 839 0.005626 10.0.0.19 - - [2025-04-21 02:18:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003409 10.0.0.19 - - [2025-04-21 02:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005177 10.0.0.19 - - [2025-04-21 02:18:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002039 10.0.0.19 - - [2025-04-21 02:18:53] "POST /neutron/network HTTP/1.1" 200 151 0.083472 10.0.0.19 - - [2025-04-21 02:18:53] "DELETE /route-target/2716066a-d910-44d8-b9d1-00039810abe7 HTTP/1.1" 200 115 0.016249 10.0.0.19 - - [2025-04-21 02:18:53] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.002960 10.0.0.19 - - [2025-04-21 02:18:53] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408 HTTP/1.1" 200 1827 0.003691 10.0.0.19 - - [2025-04-21 02:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002828 10.0.0.19 - - [2025-04-21 02:18:53] "GET /projects?obj_uuids=af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000997 10.0.0.19 - - [2025-04-21 02:18:53] "GET /project/af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.024406 10.0.0.19 - - [2025-04-21 02:18:53] "POST /neutron/network HTTP/1.1" 200 117 0.008768 10.0.0.19 - - [2025-04-21 02:18:53] "GET /projects?obj_uuids=af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001397 10.0.0.19 - - [2025-04-21 02:18:53] "POST /neutron/network HTTP/1.1" 200 605 0.071379 10.0.0.19 - - [2025-04-21 02:18:53] "POST /route-targets HTTP/1.1" 200 327 0.012740 10.0.0.19 - - [2025-04-21 02:18:53] "POST /ref-update HTTP/1.1" 200 156 0.011647 10.0.0.19 - - [2025-04-21 02:18:54] "POST /useragent-kv HTTP/1.1" 200 115 0.004828 10.0.0.19 - - [2025-04-21 02:18:54] "POST /neutron/subnet HTTP/1.1" 200 729 0.183322 10.0.0.19 - - [2025-04-21 02:18:54] "POST /neutron/network HTTP/1.1" 200 825 0.006340 10.0.0.19 - - [2025-04-21 02:18:54] "POST /id-to-fqname HTTP/1.1" 200 220 0.001273 10.0.0.19 - - [2025-04-21 02:18:54] "GET /virtual-network/415999a1-959d-405a-b363-1886aa0b08de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005128 10.0.0.19 - - [2025-04-21 02:18:54] "POST /neutron/network HTTP/1.1" 200 825 0.006847 10.0.0.19 - - [2025-04-21 02:18:54] "GET /virtual-network/415999a1-959d-405a-b363-1886aa0b08de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005613 10.0.0.19 - - [2025-04-21 02:18:54] "POST /neutron/network HTTP/1.1" 200 825 0.005917 10.0.0.19 - - [2025-04-21 02:18:54] "POST /neutron/subnet HTTP/1.1" 200 729 0.008521 10.0.0.19 - - [2025-04-21 02:18:54] "POST /id-to-fqname HTTP/1.1" 200 220 0.001309 10.0.0.19 - - [2025-04-21 02:18:54] "POST /neutron/network HTTP/1.1" 200 835 0.007436 10.0.0.19 - - [2025-04-21 02:18:54] "GET /aaa-mode HTTP/1.1" 401 292 0.000482 10.0.0.19 - - [2025-04-21 02:18:54] "GET / HTTP/1.1" 200 35931 0.001754 10.0.0.19 - - [2025-04-21 02:18:54] "GET /project/af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000427 10.0.0.19 - - [2025-04-21 02:18:55] "GET /projects?obj_uuids=af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001143 10.0.0.19 - - [2025-04-21 02:18:55] "GET /project/af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.058424 10.0.0.19 - - [2025-04-21 02:18:55] "POST /neutron/network HTTP/1.1" 200 825 0.007725 10.0.0.19 - - [2025-04-21 02:18:55] "POST /neutron/port HTTP/1.1" 200 117 0.005860 10.0.0.19 - - [2025-04-21 02:18:55] "POST /neutron/port HTTP/1.1" 200 117 0.006123 10.0.0.19 - - [2025-04-21 02:18:55] "POST /neutron/port HTTP/1.1" 200 117 0.006557 10.0.0.19 - - [2025-04-21 02:18:55] "POST /neutron/network HTTP/1.1" 200 835 0.006381 10.0.0.19 - - [2025-04-21 02:18:55] "GET /projects?obj_uuids=af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001161 10.0.0.19 - - [2025-04-21 02:18:55] "POST /neutron/port HTTP/1.1" 200 1061 0.236767 10.0.0.19 - - [2025-04-21 02:18:55] "POST /neutron/port HTTP/1.1" 200 1061 0.010144 10.0.0.19 - - [2025-04-21 02:18:55] "POST /neutron/port HTTP/1.1" 200 1061 0.012958 10.0.0.19 - - [2025-04-21 02:18:56] "POST /neutron/port HTTP/1.1" 200 1115 0.070019 10.0.0.19 - - [2025-04-21 02:18:56] "POST /neutron/port HTTP/1.1" 200 1089 0.015187 10.0.0.19 - - [2025-04-21 02:18:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003525 10.0.0.19 - - [2025-04-21 02:18:56] "POST /neutron/subnet HTTP/1.1" 200 703 0.011111 10.0.0.19 - - [2025-04-21 02:18:56] "POST /neutron/port HTTP/1.1" 200 117 0.001337 10.0.0.19 - - [2025-04-21 02:18:56] "POST /neutron/network HTTP/1.1" 200 825 0.005678 10.0.0.19 - - [2025-04-21 02:19:00] "POST /neutron/port HTTP/1.1" 200 1089 0.016911 10.0.0.19 - - [2025-04-21 02:19:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006522 10.0.0.19 - - [2025-04-21 02:19:00] "POST /neutron/port HTTP/1.1" 200 1089 0.015406 10.0.0.19 - - [2025-04-21 02:19:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008090 10.0.0.19 - - [2025-04-21 02:19:00] "POST /neutron/port HTTP/1.1" 200 1089 0.019914 10.0.0.19 - - [2025-04-21 02:19:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008923 10.0.0.19 - - [2025-04-21 02:19:00] "GET /virtual-machine/66495db9-779e-4259-8333-c75fac9d31c0 HTTP/1.1" 200 1291 0.005089 10.0.0.19 - - [2025-04-21 02:19:00] "GET /virtual-machine-interface/4b8d6ab9-8b69-4b9e-af2e-fab763b4178e HTTP/1.1" 200 2941 0.006035 10.0.0.19 - - [2025-04-21 02:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.19 - - [2025-04-21 02:19:00] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004102 10.0.0.19 - - [2025-04-21 02:19:00] "GET /virtual-networks?parent_id=af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004714 10.0.0.19 - - [2025-04-21 02:19:00] "GET /virtual-network/415999a1-959d-405a-b363-1886aa0b08de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006860 10.0.0.19 - - [2025-04-21 02:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.19 - - [2025-04-21 02:19:03] "GET /virtual-network/415999a1-959d-405a-b363-1886aa0b08de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006782 10.0.0.19 - - [2025-04-21 02:19:04] "POST /neutron/port HTTP/1.1" 200 1089 0.016716 10.0.0.19 - - [2025-04-21 02:19:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006011 10.0.0.19 - - [2025-04-21 02:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.19 - - [2025-04-21 02:19:06] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003344 10.0.0.19 - - [2025-04-21 02:19:06] "GET /virtual-networks?parent_id=af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003580 10.0.0.19 - - [2025-04-21 02:19:06] "GET /virtual-network/415999a1-959d-405a-b363-1886aa0b08de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005852 10.0.0.19 - - [2025-04-21 02:19:08] "POST /neutron/network HTTP/1.1" 200 825 0.007290 10.0.0.19 - - [2025-04-21 02:19:08] "POST /neutron/network HTTP/1.1" 400 204 0.017761 10.0.0.19 - - [2025-04-21 02:19:08] "POST /neutron/port HTTP/1.1" 200 1089 0.016639 10.0.0.19 - - [2025-04-21 02:19:08] "POST /neutron/port HTTP/1.1" 200 1115 0.011085 10.0.0.19 - - [2025-04-21 02:19:08] "POST /neutron/port HTTP/1.1" 200 151 0.125852 10.0.0.19 - - [2025-04-21 02:19:10] "POST /neutron/network HTTP/1.1" 200 825 0.008574 10.0.0.19 - - [2025-04-21 02:19:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003625 10.0.0.19 - - [2025-04-21 02:19:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003663 10.0.0.19 - - [2025-04-21 02:19:10] "POST /neutron/network HTTP/1.1" 200 151 0.096490 10.0.0.19 - - [2025-04-21 02:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002840 10.0.0.19 - - [2025-04-21 02:19:10] "DELETE /route-target/ae92813c-329b-4ae2-acbe-3c7d03f25e26 HTTP/1.1" 200 115 0.015634 10.0.0.19 - - [2025-04-21 02:19:10] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.003322 10.0.0.19 - - [2025-04-21 02:19:10] "POST /network-ipams HTTP/1.1" 200 541 0.019004 10.0.0.19 - - [2025-04-21 02:19:10] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.004896 10.0.0.19 - - [2025-04-21 02:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.19 - - [2025-04-21 02:19:11] "GET /network-ipam/af85b148-fd90-4999-97e6-7d6488822ebf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.005258 10.0.0.19 - - [2025-04-21 02:19:11] "PUT /network-ipam/af85b148-fd90-4999-97e6-7d6488822ebf HTTP/1.1" 200 258 0.010711 10.0.0.19 - - [2025-04-21 02:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.19 - - [2025-04-21 02:19:11] "GET /projects?obj_uuids=af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001185 10.0.0.19 - - [2025-04-21 02:19:11] "GET /project/af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.026620 10.0.0.19 - - [2025-04-21 02:19:11] "POST /neutron/network HTTP/1.1" 200 117 0.009226 10.0.0.19 - - [2025-04-21 02:19:11] "GET /projects?obj_uuids=af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001048 10.0.0.19 - - [2025-04-21 02:19:11] "POST /neutron/network HTTP/1.1" 200 605 0.069413 10.0.0.19 - - [2025-04-21 02:19:11] "POST /route-targets HTTP/1.1" 200 327 0.012906 10.0.0.19 - - [2025-04-21 02:19:11] "POST /ref-update HTTP/1.1" 200 156 0.010814 10.0.0.19 - - [2025-04-21 02:19:11] "POST /useragent-kv HTTP/1.1" 200 115 0.004671 10.0.0.19 - - [2025-04-21 02:19:11] "POST /neutron/subnet HTTP/1.1" 200 699 0.174761 10.0.0.19 - - [2025-04-21 02:19:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003225 10.0.0.19 - - [2025-04-21 02:19:11] "POST /neutron/subnet HTTP/1.1" 200 699 0.142480 10.0.0.19 - - [2025-04-21 02:19:11] "POST /neutron/network HTTP/1.1" 200 994 0.009414 10.0.0.19 - - [2025-04-21 02:19:11] "POST /id-to-fqname HTTP/1.1" 200 220 0.001430 10.0.0.19 - - [2025-04-21 02:19:11] "GET /virtual-network/101616f2-7774-4704-881a-396d89c8c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.006191 10.0.0.19 - - [2025-04-21 02:19:11] "POST /neutron/network HTTP/1.1" 200 994 0.009565 10.0.0.19 - - [2025-04-21 02:19:11] "GET /virtual-network/101616f2-7774-4704-881a-396d89c8c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005569 10.0.0.19 - - [2025-04-21 02:19:11] "POST /neutron/network HTTP/1.1" 200 994 0.008311 10.0.0.19 - - [2025-04-21 02:19:11] "POST /neutron/subnet HTTP/1.1" 200 699 0.007721 10.0.0.19 - - [2025-04-21 02:19:11] "POST /neutron/subnet HTTP/1.1" 200 699 0.007501 10.0.0.19 - - [2025-04-21 02:19:11] "POST /neutron/network HTTP/1.1" 200 994 0.008155 10.0.0.19 - - [2025-04-21 02:19:11] "POST /neutron/subnet HTTP/1.1" 200 699 0.009840 10.0.0.19 - - [2025-04-21 02:19:11] "POST /neutron/subnet HTTP/1.1" 200 699 0.008183 10.0.0.19 - - [2025-04-21 02:19:12] "GET /projects?obj_uuids=af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001823 10.0.0.19 - - [2025-04-21 02:19:12] "POST /neutron/port HTTP/1.1" 200 1017 0.193794 10.0.0.19 - - [2025-04-21 02:19:12] "GET /projects?obj_uuids=af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001150 10.0.0.19 - - [2025-04-21 02:19:12] "POST /neutron/port HTTP/1.1" 200 1017 0.190879 10.0.0.19 - - [2025-04-21 02:19:12] "DELETE /project/af14fd9bcb6f48a0ba3db00ce2e50bd4 HTTP/1.1" 404 173 0.006103 10.0.0.19 - - [2025-04-21 02:19:12] "GET /projects?obj_uuids=11983ac5-3a7b-4b53-871e-43c9d2301919&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001042 10.0.0.19 - - [2025-04-21 02:19:12] "POST /id-to-fqname HTTP/1.1" 200 220 0.001461 10.0.0.19 - - [2025-04-21 02:19:12] "GET /project/11983ac5-3a7b-4b53-871e-43c9d2301919?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.026268 10.0.0.19 - - [2025-04-21 02:19:12] "GET /projects?obj_uuids=11983ac5-3a7b-4b53-871e-43c9d2301919&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001867 10.0.0.19 - - [2025-04-21 02:19:12] "GET /project/11983ac5-3a7b-4b53-871e-43c9d2301919?fields=security_groups HTTP/1.1" 200 1365 0.079886 10.0.0.19 - - [2025-04-21 02:19:12] "POST /neutron/port HTTP/1.1" 200 1017 0.010414 10.0.0.19 - - [2025-04-21 02:19:12] "POST /neutron/port HTTP/1.1" 200 1017 0.011330 10.0.0.19 - - [2025-04-21 02:19:12] "DELETE /security-group/73d280fb-e62f-4b6b-8f0d-2e9b3ddc3e9c HTTP/1.1" 200 115 0.074569 10.0.0.19 - - [2025-04-21 02:19:12] "GET /projects?obj_uuids=11983ac5-3a7b-4b53-871e-43c9d2301919&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001100 10.0.0.19 - - [2025-04-21 02:19:12] "DELETE /access-control-list/dd9b2a61-dfaa-4616-b344-5cea749ef630 HTTP/1.1" 200 115 0.045137 10.0.0.19 - - [2025-04-21 02:19:12] "POST /neutron/network HTTP/1.1" 200 994 0.010972 10.0.0.19 - - [2025-04-21 02:19:12] "GET /project/11983ac5-3a7b-4b53-871e-43c9d2301919?fields=application_policy_sets HTTP/1.1" 200 1404 0.036797 10.0.0.19 - - [2025-04-21 02:19:12] "POST /neutron/port HTTP/1.1" 200 1017 0.017349 10.0.0.19 - - [2025-04-21 02:19:12] "DELETE /access-control-list/ef6ca1de-616e-4c6f-a122-2fc60a045072 HTTP/1.1" 200 115 0.043738 10.0.0.19 - - [2025-04-21 02:19:12] "DELETE /project/11983ac5-3a7b-4b53-871e-43c9d2301919 HTTP/1.1" 200 115 0.403983 10.0.0.19 - - [2025-04-21 02:19:12] "POST /neutron/port HTTP/1.1" 200 117 0.005702 10.0.0.19 - - [2025-04-21 02:19:12] "POST /neutron/port HTTP/1.1" 200 117 0.005568 10.0.0.19 - - [2025-04-21 02:19:12] "POST /id-to-fqname HTTP/1.1" 200 220 0.001526 10.0.0.19 - - [2025-04-21 02:19:12] "POST /neutron/port HTTP/1.1" 200 117 0.006321 10.0.0.19 - - [2025-04-21 02:19:13] "POST /neutron/port HTTP/1.1" 200 1017 0.011191 10.0.0.19 - - [2025-04-21 02:19:13] "POST /neutron/port HTTP/1.1" 200 1017 0.009752 10.0.0.19 - - [2025-04-21 02:19:13] "POST /neutron/port HTTP/1.1" 200 1017 0.011320 10.0.0.19 - - [2025-04-21 02:19:13] "POST /neutron/network HTTP/1.1" 200 994 0.013134 10.0.0.19 - - [2025-04-21 02:19:13] "POST /neutron/port HTTP/1.1" 200 1017 0.010953 10.0.0.19 - - [2025-04-21 02:19:13] "POST /neutron/port HTTP/1.1" 200 1017 0.011662 10.0.0.19 - - [2025-04-21 02:19:13] "POST /neutron/port HTTP/1.1" 200 117 0.008543 10.0.0.19 - - [2025-04-21 02:19:13] "POST /neutron/port HTTP/1.1" 200 117 0.006637 10.0.0.19 - - [2025-04-21 02:19:13] "POST /id-to-fqname HTTP/1.1" 200 220 0.001560 10.0.0.19 - - [2025-04-21 02:19:13] "POST /neutron/port HTTP/1.1" 200 117 0.007205 10.0.0.19 - - [2025-04-21 02:19:13] "POST /neutron/network HTTP/1.1" 200 1004 0.010169 10.0.0.19 - - [2025-04-21 02:19:13] "GET /aaa-mode HTTP/1.1" 401 292 0.000533 10.0.0.19 - - [2025-04-21 02:19:13] "POST /neutron/port HTTP/1.1" 200 1017 0.008755 10.0.0.19 - - [2025-04-21 02:19:13] "POST /neutron/network HTTP/1.1" 200 1004 0.015647 10.0.0.19 - - [2025-04-21 02:19:13] "POST /neutron/port HTTP/1.1" 200 1017 0.009879 10.0.0.19 - - [2025-04-21 02:19:13] "POST /neutron/port HTTP/1.1" 200 1017 0.008207 10.0.0.19 - - [2025-04-21 02:19:13] "POST /neutron/port HTTP/1.1" 200 1109 0.098881 10.0.0.19 - - [2025-04-21 02:19:14] "GET / HTTP/1.1" 200 35931 0.004139 10.0.0.19 - - [2025-04-21 02:19:14] "POST /neutron/port HTTP/1.1" 200 1017 0.017536 10.0.0.19 - - [2025-04-21 02:19:14] "GET /project/af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000438 10.0.0.19 - - [2025-04-21 02:19:14] "POST /neutron/port HTTP/1.1" 200 1083 0.029059 10.0.0.19 - - [2025-04-21 02:19:14] "POST /neutron/network HTTP/1.1" 200 1004 0.009122 10.0.0.19 - - [2025-04-21 02:19:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003669 10.0.0.19 - - [2025-04-21 02:19:14] "POST /neutron/port HTTP/1.1" 200 1017 0.010066 10.0.0.19 - - [2025-04-21 02:19:14] "POST /neutron/subnet HTTP/1.1" 200 673 0.019235 10.0.0.19 - - [2025-04-21 02:19:14] "POST /neutron/port HTTP/1.1" 200 1017 0.009263 10.0.0.19 - - [2025-04-21 02:19:14] "POST /neutron/port HTTP/1.1" 200 117 0.001267 10.0.0.19 - - [2025-04-21 02:19:14] "POST /neutron/network HTTP/1.1" 200 994 0.014983 10.0.0.19 - - [2025-04-21 02:19:14] "POST /neutron/port HTTP/1.1" 200 1109 0.103161 10.0.0.19 - - [2025-04-21 02:19:14] "POST /neutron/port HTTP/1.1" 200 1083 0.017831 10.0.0.19 - - [2025-04-21 02:19:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004077 10.0.0.19 - - [2025-04-21 02:19:14] "POST /neutron/subnet HTTP/1.1" 200 673 0.013812 10.0.0.19 - - [2025-04-21 02:19:14] "POST /neutron/port HTTP/1.1" 200 117 0.001779 10.0.0.19 - - [2025-04-21 02:19:14] "POST /neutron/network HTTP/1.1" 200 994 0.010880 10.0.0.19 - - [2025-04-21 02:19:14] "GET /projects?obj_uuids=af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001132 10.0.0.19 - - [2025-04-21 02:19:14] "GET /project/af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.056855 10.0.0.19 - - [2025-04-21 02:19:14] "POST /neutron/network HTTP/1.1" 200 994 0.009169 10.0.0.19 - - [2025-04-21 02:19:14] "POST /neutron/port HTTP/1.1" 200 2050 0.026076 10.0.0.19 - - [2025-04-21 02:19:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012869 10.0.0.19 - - [2025-04-21 02:19:14] "POST /neutron/port HTTP/1.1" 200 117 0.012548 10.0.0.19 - - [2025-04-21 02:19:14] "GET /domains HTTP/1.1" 200 280 0.002890 10.0.0.19 - - [2025-04-21 02:19:14] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001375 10.0.0.19 - - [2025-04-21 02:19:14] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e HTTP/1.1" 200 2572 0.012455 10.0.0.19 - - [2025-04-21 02:19:14] "GET /projects?obj_uuids=af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001227 10.0.0.19 - - [2025-04-21 02:19:14] "GET /project/af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4 HTTP/1.1" 200 2843 0.082165 10.0.0.19 - - [2025-04-21 02:19:14] "GET /network-ipam/af85b148-fd90-4999-97e6-7d6488822ebf HTTP/1.1" 200 2602 0.008874 10.0.0.19 - - [2025-04-21 02:19:14] "GET /domains HTTP/1.1" 200 280 0.003343 10.0.0.19 - - [2025-04-21 02:19:14] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001526 10.0.0.19 - - [2025-04-21 02:19:14] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e HTTP/1.1" 200 2572 0.009274 10.0.0.19 - - [2025-04-21 02:19:14] "GET /projects?obj_uuids=af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001292 10.0.0.19 - - [2025-04-21 02:19:15] "GET /project/af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4 HTTP/1.1" 200 2843 0.089818 10.0.0.19 - - [2025-04-21 02:19:15] "GET /virtual-network/101616f2-7774-4704-881a-396d89c8c59d HTTP/1.1" 200 3778 0.007798 10.0.0.19 - - [2025-04-21 02:19:15] "GET /virtual-network/101616f2-7774-4704-881a-396d89c8c59d HTTP/1.1" 200 3778 0.008365 10.0.0.19 - - [2025-04-21 02:19:15] "GET /routing-instance/b0ae62a4-a51c-4b21-a799-9d707bbea186 HTTP/1.1" 200 2381 0.004412 10.0.0.19 - - [2025-04-21 02:19:15] "GET /routing-instance/b0ae62a4-a51c-4b21-a799-9d707bbea186 HTTP/1.1" 200 2381 0.004788 10.0.0.19 - - [2025-04-21 02:19:15] "GET /route-target/7d6bbf89-af98-4a65-a74d-5f0afeb33c95 HTTP/1.1" 200 1204 0.004546 10.0.0.19 - - [2025-04-21 02:19:15] "GET /virtual-network/101616f2-7774-4704-881a-396d89c8c59d HTTP/1.1" 200 3778 0.006782 10.0.0.19 - - [2025-04-21 02:19:15] "GET /routing-instance/b0ae62a4-a51c-4b21-a799-9d707bbea186 HTTP/1.1" 200 2381 0.004582 10.0.0.19 - - [2025-04-21 02:19:15] "GET /virtual-network/101616f2-7774-4704-881a-396d89c8c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.006181 10.0.0.19 - - [2025-04-21 02:19:15] "GET /virtual-network/101616f2-7774-4704-881a-396d89c8c59d HTTP/1.1" 200 3778 0.007306 10.0.0.19 - - [2025-04-21 02:19:15] "POST /neutron/network HTTP/1.1" 200 1004 0.012095 10.0.0.19 - - [2025-04-21 02:19:15] "GET /routing-instance/b0ae62a4-a51c-4b21-a799-9d707bbea186 HTTP/1.1" 200 2381 0.008376 10.0.0.19 - - [2025-04-21 02:19:15] "GET /routing-instance/b0ae62a4-a51c-4b21-a799-9d707bbea186 HTTP/1.1" 200 2381 0.004086 10.0.0.19 - - [2025-04-21 02:19:15] "GET /projects?obj_uuids=af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001472 10.0.0.19 - - [2025-04-21 02:19:15] "GET /route-target/7d6bbf89-af98-4a65-a74d-5f0afeb33c95 HTTP/1.1" 200 1204 0.005522 10.0.0.19 - - [2025-04-21 02:19:15] "GET /domains HTTP/1.1" 200 280 0.008394 10.0.0.19 - - [2025-04-21 02:19:15] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003721 10.0.0.19 - - [2025-04-21 02:19:15] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e HTTP/1.1" 200 2572 0.018676 10.0.0.19 - - [2025-04-21 02:19:15] "GET /projects?obj_uuids=af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001125 10.0.0.19 - - [2025-04-21 02:19:15] "GET /project/af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4 HTTP/1.1" 200 3087 0.128400 10.0.0.19 - - [2025-04-21 02:19:15] "GET /virtual-network/101616f2-7774-4704-881a-396d89c8c59d HTTP/1.1" 200 4036 0.017699 10.0.0.19 - - [2025-04-21 02:19:15] "POST /neutron/port HTTP/1.1" 200 1055 0.360960 10.0.0.19 - - [2025-04-21 02:19:15] "POST /neutron/port HTTP/1.1" 200 1055 0.011584 10.0.0.19 - - [2025-04-21 02:19:15] "POST /neutron/port HTTP/1.1" 200 1055 0.015486 10.0.0.19 - - [2025-04-21 02:19:15] "POST /neutron/port HTTP/1.1" 200 1109 0.108707 10.0.0.19 - - [2025-04-21 02:19:15] "POST /neutron/port HTTP/1.1" 200 1083 0.023636 10.0.0.19 - - [2025-04-21 02:19:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005208 10.0.0.19 - - [2025-04-21 02:19:15] "GET /obj-perms HTTP/1.1" 200 5030 0.081102 10.0.0.19 - - [2025-04-21 02:19:15] "POST /neutron/subnet HTTP/1.1" 200 673 0.019669 10.0.0.19 - - [2025-04-21 02:19:16] "POST /neutron/port HTTP/1.1" 200 117 0.001629 10.0.0.19 - - [2025-04-21 02:19:16] "POST /neutron/network HTTP/1.1" 200 994 0.012614 10.0.0.19 - - [2025-04-21 02:19:16] "POST /neutron/port HTTP/1.1" 200 1083 0.034453 10.0.0.19 - - [2025-04-21 02:19:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009193 10.0.0.19 - - [2025-04-21 02:19:16] "POST /neutron/port HTTP/1.1" 200 1083 0.019056 10.0.0.19 - - [2025-04-21 02:19:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006926 10.0.0.19 - - [2025-04-21 02:19:16] "POST /neutron/port HTTP/1.1" 200 1083 0.022449 10.0.0.19 - - [2025-04-21 02:19:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.015927 10.0.0.19 - - [2025-04-21 02:19:16] "GET /virtual-machine/169d48e2-d1d8-4f96-a8ea-dee7223cbbeb HTTP/1.1" 200 1288 0.021991 10.0.0.19 - - [2025-04-21 02:19:16] "GET /virtual-machine-interface/136c67d2-388e-4017-8e57-aeb7db0a9a92 HTTP/1.1" 200 2941 0.014786 10.0.0.19 - - [2025-04-21 02:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.19 - - [2025-04-21 02:19:16] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.008476 10.0.0.19 - - [2025-04-21 02:19:16] "GET /virtual-networks?parent_id=af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003152 10.0.0.19 - - [2025-04-21 02:19:16] "GET /virtual-network/101616f2-7774-4704-881a-396d89c8c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005988 10.0.0.19 - - [2025-04-21 02:19:18] "GET /obj-perms HTTP/1.1" 200 5056 0.061247 10.0.0.19 - - [2025-04-21 02:19:18] "GET /obj-perms HTTP/1.1" 200 5056 0.047231 10.0.0.19 - - [2025-04-21 02:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.19 - - [2025-04-21 02:19:19] "GET /virtual-network/101616f2-7774-4704-881a-396d89c8c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005150 10.0.0.19 - - [2025-04-21 02:19:23] "POST /neutron/port HTTP/1.1" 200 1083 0.053998 10.0.0.19 - - [2025-04-21 02:19:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007860 10.0.0.19 - - [2025-04-21 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.19 - - [2025-04-21 02:19:23] "GET /virtual-network/101616f2-7774-4704-881a-396d89c8c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005621 10.0.0.19 - - [2025-04-21 02:19:23] "POST /neutron/port HTTP/1.1" 200 1083 0.026832 10.0.0.19 - - [2025-04-21 02:19:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006974 10.0.0.19 - - [2025-04-21 02:19:24] "POST /neutron/port HTTP/1.1" 200 1083 0.017351 10.0.0.19 - - [2025-04-21 02:19:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007018 10.0.0.19 - - [2025-04-21 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.19 - - [2025-04-21 02:19:25] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003398 10.0.0.19 - - [2025-04-21 02:19:25] "GET /virtual-networks?parent_id=af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003489 10.0.0.19 - - [2025-04-21 02:19:25] "GET /virtual-network/101616f2-7774-4704-881a-396d89c8c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.008495 10.0.0.19 - - [2025-04-21 02:19:26] "POST /neutron/port HTTP/1.1" 200 1083 0.017224 10.0.0.19 - - [2025-04-21 02:19:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007777 10.0.0.19 - - [2025-04-21 02:19:31] "POST /neutron/port HTTP/1.1" 200 1083 0.015417 10.0.0.19 - - [2025-04-21 02:19:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011380 10.0.0.19 - - [2025-04-21 02:19:31] "POST /neutron/port HTTP/1.1" 200 1083 0.029055 10.0.0.19 - - [2025-04-21 02:19:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005919 10.0.0.19 - - [2025-04-21 02:19:31] "POST /neutron/port HTTP/1.1" 200 1083 0.021471 10.0.0.19 - - [2025-04-21 02:19:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006997 10.0.0.19 - - [2025-04-21 02:19:31] "GET /virtual-machine/077aa538-01f6-4428-94a0-d499634a5756 HTTP/1.1" 200 1287 0.005186 10.0.0.19 - - [2025-04-21 02:19:31] "GET /virtual-machine-interface/566ce825-9f77-4684-87c2-3c28d4b90c0d HTTP/1.1" 200 2940 0.005615 10.0.0.19 - - [2025-04-21 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.19 - - [2025-04-21 02:19:31] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003549 10.0.0.19 - - [2025-04-21 02:19:31] "GET /virtual-networks?parent_id=af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003164 10.0.0.19 - - [2025-04-21 02:19:31] "GET /virtual-network/101616f2-7774-4704-881a-396d89c8c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.006126 10.0.0.19 - - [2025-04-21 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.19 - - [2025-04-21 02:19:32] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004538 10.0.0.19 - - [2025-04-21 02:19:32] "GET /virtual-networks?parent_id=af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003302 10.0.0.19 - - [2025-04-21 02:19:32] "GET /virtual-network/101616f2-7774-4704-881a-396d89c8c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.006222 10.0.0.19 - - [2025-04-21 02:19:33] "POST /neutron/port HTTP/1.1" 200 1083 0.017452 10.0.0.19 - - [2025-04-21 02:19:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006579 10.0.0.19 - - [2025-04-21 02:19:33] "POST /neutron/port HTTP/1.1" 200 1083 0.018149 10.0.0.19 - - [2025-04-21 02:19:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007496 10.0.0.19 - - [2025-04-21 02:19:33] "POST /neutron/port HTTP/1.1" 200 1083 0.015667 10.0.0.19 - - [2025-04-21 02:19:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005743 10.0.0.19 - - [2025-04-21 02:19:33] "GET /virtual-machine/56c69c82-061e-49ff-85d5-befb1d03998a HTTP/1.1" 200 1291 0.004736 10.0.0.19 - - [2025-04-21 02:19:33] "GET /virtual-machine-interface/9b87e523-e165-4602-92f7-4873cc9517f0 HTTP/1.1" 200 2942 0.004875 10.0.0.19 - - [2025-04-21 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.19 - - [2025-04-21 02:19:33] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003745 10.0.0.19 - - [2025-04-21 02:19:33] "GET /virtual-networks?parent_id=af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004204 10.0.0.19 - - [2025-04-21 02:19:33] "GET /virtual-network/101616f2-7774-4704-881a-396d89c8c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.008025 10.0.0.19 - - [2025-04-21 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.19 - - [2025-04-21 02:19:34] "GET /global-vrouter-config/de4e759c-01e3-4d42-aaa9-92326e208408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003344 10.0.0.19 - - [2025-04-21 02:19:34] "GET /virtual-networks?parent_id=af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003242 10.0.0.19 - - [2025-04-21 02:19:34] "GET /virtual-network/101616f2-7774-4704-881a-396d89c8c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.006486 10.0.0.19 - - [2025-04-21 02:19:51] "POST /neutron/port HTTP/1.1" 200 1109 0.010872 10.0.0.19 - - [2025-04-21 02:19:51] "POST /neutron/port HTTP/1.1" 200 1109 0.011225 10.0.0.19 - - [2025-04-21 02:19:51] "POST /neutron/port HTTP/1.1" 200 151 0.120903 10.0.0.19 - - [2025-04-21 02:19:51] "POST /neutron/port HTTP/1.1" 200 1109 0.012252 10.0.0.19 - - [2025-04-21 02:19:51] "POST /neutron/port HTTP/1.1" 200 1109 0.019265 10.0.0.19 - - [2025-04-21 02:19:51] "POST /neutron/port HTTP/1.1" 200 1083 0.037786 10.0.0.19 - - [2025-04-21 02:19:51] "POST /neutron/port HTTP/1.1" 200 151 0.145910 10.0.0.19 - - [2025-04-21 02:19:51] "POST /neutron/port HTTP/1.1" 200 1109 0.015975 10.0.0.19 - - [2025-04-21 02:19:51] "POST /neutron/network HTTP/1.1" 200 994 0.013121 10.0.0.19 - - [2025-04-21 02:19:51] "POST /neutron/network HTTP/1.1" 400 204 0.017322 10.0.0.19 - - [2025-04-21 02:19:51] "POST /neutron/port HTTP/1.1" 200 151 0.130812 10.0.0.19 - - [2025-04-21 02:19:53] "POST /neutron/network HTTP/1.1" 200 994 0.008119 10.0.0.19 - - [2025-04-21 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004398 10.0.0.19 - - [2025-04-21 02:19:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001809 10.0.0.19 - - [2025-04-21 02:19:53] "POST /useragent-kv HTTP/1.1" 200 115 0.004122 10.0.0.19 - - [2025-04-21 02:19:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002366 10.0.0.19 - - [2025-04-21 02:19:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002107 10.0.0.19 - - [2025-04-21 02:19:53] "POST /neutron/network HTTP/1.1" 200 151 0.106763 10.0.0.19 - - [2025-04-21 02:19:53] "DELETE /route-target/7d6bbf89-af98-4a65-a74d-5f0afeb33c95 HTTP/1.1" 200 115 0.030070 10.0.0.19 - - [2025-04-21 02:19:53] "GET /routing-instance/b0ae62a4-a51c-4b21-a799-9d707bbea186 HTTP/1.1" 404 171 0.002303 10.0.0.19 - - [2025-04-21 02:19:53] "GET /domains HTTP/1.1" 200 280 0.003802 10.0.0.19 - - [2025-04-21 02:19:53] "GET /domains?obj_uuids=39c0a871-4d00-49c7-8aab-e077259d232e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001801 10.0.0.19 - - [2025-04-21 02:19:53] "GET /domain/39c0a871-4d00-49c7-8aab-e077259d232e HTTP/1.1" 200 2572 0.053715 10.0.0.19 - - [2025-04-21 02:19:53] "GET /projects?obj_uuids=af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001088 10.0.0.19 - - [2025-04-21 02:19:53] "GET /project/af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4 HTTP/1.1" 200 2086 0.074148 10.0.0.19 - - [2025-04-21 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.19 - - [2025-04-21 02:19:53] "DELETE /network-ipam/af85b148-fd90-4999-97e6-7d6488822ebf HTTP/1.1" 200 115 0.023814 10.0.0.19 - - [2025-04-21 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 211 0.003534 10.0.0.19 - - [2025-04-21 02:19:54] "GET /projects?obj_uuids=af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001188 10.0.0.19 - - [2025-04-21 02:19:54] "GET /project/af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.035618 10.0.0.19 - - [2025-04-21 02:19:54] "GET /projects?obj_uuids=af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001579 10.0.0.19 - - [2025-04-21 02:19:54] "GET /project/af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4?fields=virtual_networks HTTP/1.1" 200 1033 0.076925 10.0.0.19 - - [2025-04-21 02:19:54] "GET /projects?obj_uuids=af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001130 10.0.0.19 - - [2025-04-21 02:19:54] "GET /project/af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.032909 10.0.0.19 - - [2025-04-21 02:19:54] "GET /projects?obj_uuids=af14fd9b-cb6f-48a0-ba3d-b00ce2e50bd4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001185