++ 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:10:59 UTC 2025 ===================' INFO: =================== Mon Apr 21 02:10:59 UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.130 ++ 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.130 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.130 ++ ANALYTICSDB_NODES=10.0.0.130 ++ ANALYTICS_SNMP_NODES=10.0.0.130 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:8081 ' +++ '[' -n '10.0.0.130:8081 ' ']' +++ echo 10.0.0.130:8081 ++ ANALYTICS_SERVERS=10.0.0.130: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9042 ' +++ '[' -n '10.0.0.130:9042 ' ']' +++ echo 10.0.0.130:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.130:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.130 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:8086 ' +++ '[' -n '10.0.0.130:8086 ' ']' +++ echo 10.0.0.130:8086 ++ COLLECTOR_SERVERS=10.0.0.130: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.130 ++ CONFIGDB_NODES=10.0.0.130 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:8082 ' +++ '[' -n '10.0.0.130:8082 ' ']' +++ echo 10.0.0.130:8082 ++ CONFIG_SERVERS=10.0.0.130: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9161 ' +++ '[' -n '10.0.0.130:9161 ' ']' +++ echo 10.0.0.130:9161 ++ CONFIGDB_SERVERS=10.0.0.130: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9041 ' +++ '[' -n '10.0.0.130:9041 ' ']' +++ echo 10.0.0.130:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.130:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.17 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.17 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.130 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+=10.0.0.130:2181, +++ '[' -n 10.0.0.130:2181, ']' +++ echo 10.0.0.130:2181 ++ ZOOKEEPER_SERVERS=10.0.0.130: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:2181 ' +++ '[' -n '10.0.0.130:2181 ' ']' +++ echo 10.0.0.130:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.130:2181 ++ RABBITMQ_NODES=10.0.0.130 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+=10.0.0.130:5673, +++ '[' -n 10.0.0.130:5673, ']' +++ echo 10.0.0.130:5673 ++ RABBITMQ_SERVERS=10.0.0.130: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:6379 ' +++ '[' -n '10.0.0.130:6379 ' ']' +++ echo 10.0.0.130:6379 ++ REDIS_SERVERS=10.0.0.130: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.130 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9092 ' +++ '[' -n '10.0.0.130:9092 ' ']' +++ echo 10.0.0.130:9092 ++ KAFKA_SERVERS=10.0.0.130: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.130 ++ 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.130 ++ 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.130 ++ 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.130 ++ cut -d , -f 1 + local cassandra=10.0.0.130 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.130 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.130 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.130 +++ 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.130,10.20.0.17,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in '"${server_list[@]}"' +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.130'\''))' +++ local server_ip=10.0.0.130 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.130 ]] +++ [[ ,10.0.0.130,10.20.0.17,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.130, ]] +++ echo 10.0.0.130 1 +++ return ++ local ip=10.0.0.130 ++ [[ -z 10.0.0.130 ]] ++ echo 10.0.0.130 + host_ip=10.0.0.130 + [[ cql == \c\q\l ]] ++ echo 10.0.0.130:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.130:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.130: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:11:07.895 7f1ea3dcc6c8 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 04/21/2025 02:11:08.040 7f1ea3dcc6c8 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 04/21/2025 02:11:08.055 7f1ea3dcc6c8 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 04/21/2025 02:11:08.055 7f1ea3dcc6c8 [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.130:8082/ Hit Ctrl-C to quit. 10.0.0.130 - - [2025-04-21 02:11:11] "GET / HTTP/1.1" 503 181 0.000268 10.0.0.130 - - [2025-04-21 02:11:11] "GET / HTTP/1.1" 503 181 0.000155 10.0.0.130 - - [2025-04-21 02:11:11] "GET / HTTP/1.1" 200 36215 0.002774 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.130 - - [2025-04-21 02:11:11] "POST /fqname-to-id HTTP/1.1" 401 293 0.001292 10.0.0.130 - - [2025-04-21 02:11:12] "POST /fqname-to-id HTTP/1.1" 404 196 0.364510 10.0.0.130 - - [2025-04-21 02:11:12] "GET / HTTP/1.1" 200 45871 0.001550 10.0.0.130 - - [2025-04-21 02:11:12] "GET / HTTP/1.1" 200 45871 0.001115 10.0.0.130 - - [2025-04-21 02:11:12] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000365 10.0.0.130 - - [2025-04-21 02:11:12] "POST /fqname-to-id HTTP/1.1" 401 293 0.000259 10.0.0.130 - - [2025-04-21 02:11:12] "POST /job-templates HTTP/1.1" 200 557 0.069176 10.0.0.130 - - [2025-04-21 02:11:12] "POST /fqname-to-id HTTP/1.1" 404 200 0.003133 10.0.0.130 - - [2025-04-21 02:11:12] "POST /job-templates HTTP/1.1" 200 565 0.075232 10.0.0.130 - - [2025-04-21 02:11:12] "POST /fqname-to-id HTTP/1.1" 404 191 0.003049 10.0.0.130 - - [2025-04-21 02:11:12] "POST /job-templates HTTP/1.1" 200 547 0.066606 10.0.0.130 - - [2025-04-21 02:11:12] "POST /fqname-to-id HTTP/1.1" 404 207 0.003386 10.0.0.130 - - [2025-04-21 02:11:13] "POST /job-templates HTTP/1.1" 200 579 0.082206 10.0.0.130 - - [2025-04-21 02:11:13] "POST /fqname-to-id HTTP/1.1" 404 208 0.003003 10.0.0.130 - - [2025-04-21 02:11:13] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.299972 10.0.0.130 - - [2025-04-21 02:11:13] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002414 10.0.0.130 - - [2025-04-21 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.030402 10.0.0.130 - - [2025-04-21 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002329 10.0.0.130 - - [2025-04-21 02:11:13] "POST /job-templates HTTP/1.1" 200 581 0.094644 10.0.0.130 - - [2025-04-21 02:11:13] "GET / HTTP/1.1" 200 36215 0.001475 10.0.0.130 - - [2025-04-21 02:11:13] "POST /fqname-to-id HTTP/1.1" 404 210 0.003868 10.0.0.130 - - [2025-04-21 02:11:13] "POST /job-templates HTTP/1.1" 200 585 0.061689 10.0.0.130 - - [2025-04-21 02:11:13] "POST /fqname-to-id HTTP/1.1" 404 198 0.004318 /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.130 - - [2025-04-21 02:11:13] "POST /job-templates HTTP/1.1" 200 561 0.077322 10.0.0.130 - - [2025-04-21 02:11:13] "POST /fqname-to-id HTTP/1.1" 404 203 0.002964 10.0.0.130 - - [2025-04-21 02:11:13] "POST /job-templates HTTP/1.1" 200 571 0.078533 10.0.0.130 - - [2025-04-21 02:11:13] "POST /fqname-to-id HTTP/1.1" 404 196 0.004690 10.0.0.130 - - [2025-04-21 02:11:13] "POST /job-templates HTTP/1.1" 200 557 0.076925 10.0.0.130 - - [2025-04-21 02:11:13] "GET / HTTP/1.1" 200 36215 0.001546 10.0.0.130 - - [2025-04-21 02:11:13] "POST /fqname-to-id HTTP/1.1" 401 293 0.000402 10.0.0.130 - - [2025-04-21 02:11:13] "POST /fqname-to-id HTTP/1.1" 404 196 0.003463 10.0.0.130 - - [2025-04-21 02:11:13] "GET / HTTP/1.1" 200 36215 0.001646 10.0.0.130 - - [2025-04-21 02:11:14] "POST /job-templates HTTP/1.1" 200 557 0.099305 10.0.0.130 - - [2025-04-21 02:11:14] "POST /fqname-to-id HTTP/1.1" 404 196 0.003048 10.0.0.130 - - [2025-04-21 02:11:14] "POST /fqname-to-id HTTP/1.1" 401 293 0.000446 10.0.0.130 - - [2025-04-21 02:11:14] "POST /job-templates HTTP/1.1" 200 557 0.062548 10.0.0.130 - - [2025-04-21 02:11:14] "POST /fqname-to-id HTTP/1.1" 404 186 0.002949 10.0.0.130 - - [2025-04-21 02:11:14] "POST /fqname-to-id HTTP/1.1" 401 293 0.000491 10.0.0.130 - - [2025-04-21 02:11:14] "POST /job-templates HTTP/1.1" 200 537 0.072934 10.0.0.130 - - [2025-04-21 02:11:14] "POST /fqname-to-id HTTP/1.1" 404 198 0.003314 10.0.0.130 - - [2025-04-21 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.303514 10.0.0.130 - - [2025-04-21 02:11:14] "GET /global-system-config/734438e6-b615-40ac-9d5a-e47a54f05efa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.022512 10.0.0.130 - - [2025-04-21 02:11:14] "POST /job-templates HTTP/1.1" 200 561 0.064207 10.0.0.130 - - [2025-04-21 02:11:14] "POST /fqname-to-id HTTP/1.1" 404 198 0.004071 10.0.0.130 - - [2025-04-21 02:11:14] "POST /fqname-to-id HTTP/1.1" 404 220 0.003064 10.0.0.130 - - [2025-04-21 02:11:14] "POST /config-nodes HTTP/1.1" 200 601 0.067833 10.0.0.130 - - [2025-04-21 02:11:14] "POST /job-templates HTTP/1.1" 200 561 0.070511 10.0.0.130 - - [2025-04-21 02:11:14] "POST /fqname-to-id HTTP/1.1" 404 198 0.010182 10.0.0.130 - - [2025-04-21 02:11:14] "POST /fqname-to-id HTTP/1.1" 404 186 0.322483 10.0.0.130 - - [2025-04-21 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005672 10.0.0.130 - - [2025-04-21 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.041904 10.0.0.130 - - [2025-04-21 02:11:14] "GET /network-ipam/b8f0ec62-010f-4030-8122-4d9bc7c4ebee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1955 0.036456 10.0.0.130 - - [2025-04-21 02:11:14] "GET /global-system-config/734438e6-b615-40ac-9d5a-e47a54f05efa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.009689 10.0.0.130 - - [2025-04-21 02:11:14] "POST /job-templates HTTP/1.1" 200 561 0.083365 10.0.0.130 - - [2025-04-21 02:11:14] "POST /fqname-to-id HTTP/1.1" 404 201 0.006151 10.0.0.130 - - [2025-04-21 02:11:14] "POST /service-appliance-sets HTTP/1.1" 200 555 0.028952 10.0.0.130 - - [2025-04-21 02:11:15] "POST /fqname-to-id HTTP/1.1" 404 180 0.002139 10.0.0.130 - - [2025-04-21 02:11:15] "GET / HTTP/1.1" 200 36215 0.001485 10.0.0.130 - - [2025-04-21 02:11:15] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000384 10.0.0.130 - - [2025-04-21 02:11:15] "POST /job-templates HTTP/1.1" 200 567 0.061409 10.0.0.130 - - [2025-04-21 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.130 - - [2025-04-21 02:11:15] "POST /fqname-to-id HTTP/1.1" 404 197 0.002731 10.0.0.130 - - [2025-04-21 02:11:15] "GET /global-system-config/734438e6-b615-40ac-9d5a-e47a54f05efa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007577 10.0.0.130 - - [2025-04-21 02:11:15] "POST /service-appliance-sets HTTP/1.1" 200 543 0.022539 10.0.0.130 - - [2025-04-21 02:11:15] "POST /job-templates HTTP/1.1" 200 559 0.070451 10.0.0.130 - - [2025-04-21 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.130 - - [2025-04-21 02:11:15] "POST /fqname-to-id HTTP/1.1" 404 196 0.003112 10.0.0.130 - - [2025-04-21 02:11:15] "GET /network-ipam/b8f0ec62-010f-4030-8122-4d9bc7c4ebee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1955 0.008001 10.0.0.130 - - [2025-04-21 02:11:15] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.021680 10.0.0.130 - - [2025-04-21 02:11:15] "POST /job-templates HTTP/1.1" 200 557 0.074303 10.0.0.130 - - [2025-04-21 02:11:15] "POST /fqname-to-id HTTP/1.1" 404 205 0.002628 10.0.0.130 - - [2025-04-21 02:11:15] "POST /service-templates HTTP/1.1" 200 513 0.030797 10.0.0.130 - - [2025-04-21 02:11:15] "POST /fqname-to-id HTTP/1.1" 404 225 0.002722 10.0.0.130 - - [2025-04-21 02:11:15] "POST /service-templates HTTP/1.1" 200 503 0.026710 10.0.0.130 - - [2025-04-21 02:11:15] "POST /access-control-lists HTTP/1.1" 200 589 0.020074 10.0.0.130 - - [2025-04-21 02:11:15] "GET / HTTP/1.1" 200 36215 0.001424 10.0.0.130 - - [2025-04-21 02:11:15] "POST /fqname-to-id HTTP/1.1" 404 224 0.004383 10.0.0.130 - - [2025-04-21 02:11:15] "POST /fqname-to-id HTTP/1.1" 401 293 0.000534 10.0.0.130 - - [2025-04-21 02:11:15] "POST /job-templates HTTP/1.1" 200 575 0.068488 10.0.0.130 - - [2025-04-21 02:11:15] "POST /service-templates HTTP/1.1" 200 517 0.027259 10.0.0.130 - - [2025-04-21 02:11:15] "POST /fqname-to-id HTTP/1.1" 404 194 0.002142 10.0.0.130 - - [2025-04-21 02:11:15] "POST /access-control-lists HTTP/1.1" 200 587 0.019526 10.0.0.130 - - [2025-04-21 02:11:15] "POST /service-templates HTTP/1.1" 200 537 0.016691 10.0.0.130 - - [2025-04-21 02:11:15] "POST /job-templates HTTP/1.1" 200 553 0.070807 10.0.0.130 - - [2025-04-21 02:11:15] "POST /route-targets HTTP/1.1" 200 328 0.023940 10.0.0.130 - - [2025-04-21 02:11:15] "POST /service-templates HTTP/1.1" 200 509 0.054674 10.0.0.130 - - [2025-04-21 02:11:15] "POST /ref-update HTTP/1.1" 200 156 0.010716 10.0.0.130 - - [2025-04-21 02:11:15] "POST /fqname-to-id HTTP/1.1" 404 208 0.002856 10.0.0.130 - - [2025-04-21 02:11:15] "POST /route-targets HTTP/1.1" 200 328 0.012292 10.0.0.130 - - [2025-04-21 02:11:15] "POST /job-templates HTTP/1.1" 200 581 0.074259 10.0.0.130 - - [2025-04-21 02:11:15] "POST /ref-update HTTP/1.1" 200 156 0.043889 10.0.0.130 - - [2025-04-21 02:11:15] "POST /fqname-to-id HTTP/1.1" 404 196 0.003754 10.0.0.130 - - [2025-04-21 02:11:15] "POST /route-targets HTTP/1.1" 200 328 0.014424 10.0.0.130 - - [2025-04-21 02:11:16] "POST /ref-update HTTP/1.1" 200 156 0.031048 10.0.0.130 - - [2025-04-21 02:11:16] "POST /job-templates HTTP/1.1" 200 557 0.067828 10.0.0.130 - - [2025-04-21 02:11:16] "POST /fqname-to-id HTTP/1.1" 404 198 0.003254 10.0.0.130 - - [2025-04-21 02:11:16] "POST /route-targets HTTP/1.1" 200 328 0.009386 10.0.0.130 - - [2025-04-21 02:11:16] "POST /job-templates HTTP/1.1" 200 561 0.026025 10.0.0.130 - - [2025-04-21 02:11:16] "POST /ref-update HTTP/1.1" 200 156 0.011768 10.0.0.130 - - [2025-04-21 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.302359 10.0.0.130 - - [2025-04-21 02:11:16] "GET /global-system-config/734438e6-b615-40ac-9d5a-e47a54f05efa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005641 10.0.0.130 - - [2025-04-21 02:11:16] "POST /fqname-to-id HTTP/1.1" 404 206 0.002535 10.0.0.130 - - [2025-04-21 02:11:16] "POST /fqname-to-id HTTP/1.1" 404 201 0.002979 10.0.0.130 - - [2025-04-21 02:11:16] "POST /fqname-to-id HTTP/1.1" 404 220 0.002751 10.0.0.130 - - [2025-04-21 02:11:16] "POST /job-templates HTTP/1.1" 200 577 0.061773 10.0.0.130 - - [2025-04-21 02:11:16] "POST /config-database-nodes HTTP/1.1" 200 619 0.042972 10.0.0.130 - - [2025-04-21 02:11:16] "POST /fqname-to-id HTTP/1.1" 404 197 0.003242 10.0.0.130 - - [2025-04-21 02:11:16] "POST /access-control-lists HTTP/1.1" 200 553 0.095153 10.0.0.130 - - [2025-04-21 02:11:16] "POST /job-templates HTTP/1.1" 200 559 0.023453 10.0.0.130 - - [2025-04-21 02:11:16] "PUT /access-control-list/0bda1e46-f150-419a-ba27-3f110f1d2391 HTTP/1.1" 200 273 0.014422 10.0.0.130 - - [2025-04-21 02:11:16] "POST /fqname-to-id HTTP/1.1" 404 198 0.002780 10.0.0.130 - - [2025-04-21 02:11:16] "PUT /access-control-list/dc3d1b57-b601-417c-973a-bae0a24fb715 HTTP/1.1" 200 273 0.008906 10.0.0.130 - - [2025-04-21 02:11:16] "POST /job-templates HTTP/1.1" 200 561 0.063597 10.0.0.130 - - [2025-04-21 02:11:16] "POST /fqname-to-id HTTP/1.1" 404 196 0.004011 10.0.0.130 - - [2025-04-21 02:11:16] "POST /job-templates HTTP/1.1" 200 557 0.061280 10.0.0.130 - - [2025-04-21 02:11:16] "POST /fqname-to-id HTTP/1.1" 404 195 0.002875 10.0.0.130 - - [2025-04-21 02:11:16] "POST /job-templates HTTP/1.1" 200 555 0.073280 10.0.0.130 - - [2025-04-21 02:11:16] "POST /fqname-to-id HTTP/1.1" 404 195 0.003610 10.0.0.130 - - [2025-04-21 02:11:17] "POST /job-templates HTTP/1.1" 200 555 0.065161 10.0.0.130 - - [2025-04-21 02:11:17] "POST /fqname-to-id HTTP/1.1" 404 195 0.003440 10.0.0.130 - - [2025-04-21 02:11:17] "POST /job-templates HTTP/1.1" 200 555 0.062261 10.0.0.130 - - [2025-04-21 02:11:17] "POST /fqname-to-id HTTP/1.1" 404 200 0.003002 10.0.0.130 - - [2025-04-21 02:11:17] "POST /job-templates HTTP/1.1" 200 565 0.061106 10.0.0.130 - - [2025-04-21 02:11:17] "POST /fqname-to-id HTTP/1.1" 404 201 0.003617 10.0.0.130 - - [2025-04-21 02:11:17] "POST /job-templates HTTP/1.1" 200 567 0.077087 10.0.0.130 - - [2025-04-21 02:11:17] "POST /fqname-to-id HTTP/1.1" 404 189 0.002926 10.0.0.130 - - [2025-04-21 02:11:17] "POST /config-propertiess HTTP/1.1" 200 553 0.016619 10.0.0.130 - - [2025-04-21 02:11:17] "POST /fqname-to-id HTTP/1.1" 404 168 0.002924 10.0.0.130 - - [2025-04-21 02:11:17] "POST /tags HTTP/1.1" 200 322 0.035168 10.0.0.130 - - [2025-04-21 02:11:17] "POST /fqname-to-id HTTP/1.1" 404 166 0.002824 10.0.0.130 - - [2025-04-21 02:11:17] "POST /tags HTTP/1.1" 200 318 0.031358 10.0.0.130 - - [2025-04-21 02:11:17] "POST /fqname-to-id HTTP/1.1" 404 174 0.002887 10.0.0.130 - - [2025-04-21 02:11:18] "POST /tags HTTP/1.1" 200 334 0.022917 10.0.0.130 - - [2025-04-21 02:11:18] "POST /fqname-to-id HTTP/1.1" 404 162 0.003523 10.0.0.130 - - [2025-04-21 02:11:18] "POST /tags HTTP/1.1" 200 310 0.023353 10.0.0.130 - - [2025-04-21 02:11:18] "POST /fqname-to-id HTTP/1.1" 404 174 0.002827 10.0.0.130 - - [2025-04-21 02:11:18] "POST /tags HTTP/1.1" 200 334 0.020327 10.0.0.130 - - [2025-04-21 02:11:18] "POST /fqname-to-id HTTP/1.1" 404 164 0.003295 10.0.0.130 - - [2025-04-21 02:11:18] "POST /tags HTTP/1.1" 200 314 0.020216 10.0.0.130 - - [2025-04-21 02:11:18] "POST /fqname-to-id HTTP/1.1" 404 169 0.002992 10.0.0.130 - - [2025-04-21 02:11:18] "POST /tags HTTP/1.1" 200 324 0.020192 10.0.0.130 - - [2025-04-21 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.130 - - [2025-04-21 02:11:18] "PUT /global-system-config/734438e6-b615-40ac-9d5a-e47a54f05efa HTTP/1.1" 200 275 0.010368 10.0.0.130 - - [2025-04-21 02:11:18] "POST /fqname-to-id HTTP/1.1" 404 166 0.003154 10.0.0.130 - - [2025-04-21 02:11:18] "POST /hardwares HTTP/1.1" 200 328 0.010827 10.0.0.130 - - [2025-04-21 02:11:18] "POST /fqname-to-id HTTP/1.1" 404 166 0.003337 10.0.0.130 - - [2025-04-21 02:11:18] "POST /hardwares HTTP/1.1" 200 328 0.011337 10.0.0.130 - - [2025-04-21 02:11:18] "POST /fqname-to-id HTTP/1.1" 404 166 0.003106 10.0.0.130 - - [2025-04-21 02:11:18] "POST /hardwares HTTP/1.1" 200 328 0.010917 10.0.0.130 - - [2025-04-21 02:11:18] "POST /fqname-to-id HTTP/1.1" 404 166 0.002811 10.0.0.130 - - [2025-04-21 02:11:19] "POST /hardwares HTTP/1.1" 200 328 0.010629 10.0.0.130 - - [2025-04-21 02:11:19] "POST /fqname-to-id HTTP/1.1" 404 164 0.003037 10.0.0.130 - - [2025-04-21 02:11:19] "POST /hardwares HTTP/1.1" 200 324 0.010245 10.0.0.130 - - [2025-04-21 02:11:19] "POST /fqname-to-id HTTP/1.1" 404 164 0.002855 10.0.0.130 - - [2025-04-21 02:11:19] "POST /hardwares HTTP/1.1" 200 324 0.011515 10.0.0.130 - - [2025-04-21 02:11:19] "POST /fqname-to-id HTTP/1.1" 404 161 0.002892 10.0.0.130 - - [2025-04-21 02:11:19] "POST /hardwares HTTP/1.1" 200 318 0.010530 10.0.0.130 - - [2025-04-21 02:11:19] "POST /fqname-to-id HTTP/1.1" 404 164 0.002822 10.0.0.130 - - [2025-04-21 02:11:19] "POST /hardwares HTTP/1.1" 200 324 0.022421 10.0.0.130 - - [2025-04-21 02:11:19] "POST /fqname-to-id HTTP/1.1" 404 164 0.004529 10.0.0.130 - - [2025-04-21 02:11:19] "POST /hardwares HTTP/1.1" 200 324 0.012401 10.0.0.130 - - [2025-04-21 02:11:19] "POST /fqname-to-id HTTP/1.1" 404 164 0.002870 10.0.0.130 - - [2025-04-21 02:11:19] "POST /hardwares HTTP/1.1" 200 324 0.011021 10.0.0.130 - - [2025-04-21 02:11:19] "POST /fqname-to-id HTTP/1.1" 404 165 0.002892 10.0.0.130 - - [2025-04-21 02:11:19] "POST /hardwares HTTP/1.1" 200 326 0.014112 10.0.0.130 - - [2025-04-21 02:11:19] "POST /fqname-to-id HTTP/1.1" 404 165 0.002998 10.0.0.130 - - [2025-04-21 02:11:19] "POST /hardwares HTTP/1.1" 200 326 0.010744 10.0.0.130 - - [2025-04-21 02:11:19] "POST /fqname-to-id HTTP/1.1" 404 165 0.002896 10.0.0.130 - - [2025-04-21 02:11:20] "POST /hardwares HTTP/1.1" 200 326 0.010925 10.0.0.130 - - [2025-04-21 02:11:20] "POST /fqname-to-id HTTP/1.1" 404 165 0.004437 10.0.0.130 - - [2025-04-21 02:11:20] "POST /hardwares HTTP/1.1" 200 326 0.010708 10.0.0.130 - - [2025-04-21 02:11:20] "POST /fqname-to-id HTTP/1.1" 404 164 0.003198 10.0.0.130 - - [2025-04-21 02:11:20] "POST /hardwares HTTP/1.1" 200 324 0.011503 10.0.0.130 - - [2025-04-21 02:11:20] "POST /fqname-to-id HTTP/1.1" 404 161 0.003054 10.0.0.130 - - [2025-04-21 02:11:20] "POST /hardwares HTTP/1.1" 200 318 0.011095 10.0.0.130 - - [2025-04-21 02:11:20] "POST /fqname-to-id HTTP/1.1" 404 164 0.003568 10.0.0.130 - - [2025-04-21 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.130 - - [2025-04-21 02:11:20] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1164 0.003212 10.0.0.130 - - [2025-04-21 02:11:20] "POST /hardwares HTTP/1.1" 200 324 0.009647 10.0.0.130 - - [2025-04-21 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.130 - - [2025-04-21 02:11:20] "POST /fqname-to-id HTTP/1.1" 404 161 0.002981 10.0.0.130 - - [2025-04-21 02:11:20] "PUT /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd HTTP/1.1" 200 277 0.008001 10.0.0.130 - - [2025-04-21 02:11:20] "POST /hardwares HTTP/1.1" 200 318 0.010514 10.0.0.130 - - [2025-04-21 02:11:20] "POST /fqname-to-id HTTP/1.1" 404 164 0.003012 10.0.0.130 - - [2025-04-21 02:11:20] "POST /hardwares HTTP/1.1" 200 324 0.027925 10.0.0.130 - - [2025-04-21 02:11:20] "POST /fqname-to-id HTTP/1.1" 404 162 0.002807 10.0.0.130 - - [2025-04-21 02:11:20] "POST /hardwares HTTP/1.1" 200 320 0.011055 10.0.0.130 - - [2025-04-21 02:11:20] "POST /fqname-to-id HTTP/1.1" 404 162 0.002926 10.0.0.130 - - [2025-04-21 02:11:20] "GET / HTTP/1.1" 200 36215 0.001725 10.0.0.130 - - [2025-04-21 02:11:20] "POST /alarms HTTP/1.1" 401 293 0.000416 10.0.0.130 - - [2025-04-21 02:11:20] "POST /hardwares HTTP/1.1" 200 320 0.011477 10.0.0.130 - - [2025-04-21 02:11:20] "POST /fqname-to-id HTTP/1.1" 404 165 0.002817 10.0.0.130 - - [2025-04-21 02:11:20] "POST /hardwares HTTP/1.1" 200 326 0.020276 10.0.0.130 - - [2025-04-21 02:11:21] "POST /fqname-to-id HTTP/1.1" 404 161 0.003024 10.0.0.130 - - [2025-04-21 02:11:21] "POST /hardwares HTTP/1.1" 200 318 0.013649 10.0.0.130 - - [2025-04-21 02:11:21] "POST /fqname-to-id HTTP/1.1" 404 161 0.002952 10.0.0.130 - - [2025-04-21 02:11:21] "POST /alarms HTTP/1.1" 200 583 0.038986 10.0.0.130 - - [2025-04-21 02:11:21] "POST /hardwares HTTP/1.1" 200 318 0.015782 10.0.0.130 - - [2025-04-21 02:11:21] "POST /alarms HTTP/1.1" 200 577 0.018318 10.0.0.130 - - [2025-04-21 02:11:21] "POST /fqname-to-id HTTP/1.1" 404 162 0.003381 10.0.0.130 - - [2025-04-21 02:11:21] "POST /alarms HTTP/1.1" 200 577 0.017775 10.0.0.130 - - [2025-04-21 02:11:21] "POST /hardwares HTTP/1.1" 200 320 0.012909 10.0.0.130 - - [2025-04-21 02:11:21] "POST /alarms HTTP/1.1" 200 561 0.021427 10.0.0.130 - - [2025-04-21 02:11:21] "POST /fqname-to-id HTTP/1.1" 404 162 0.002676 10.0.0.130 - - [2025-04-21 02:11:21] "POST /alarms HTTP/1.1" 200 557 0.036018 10.0.0.130 - - [2025-04-21 02:11:21] "POST /hardwares HTTP/1.1" 200 320 0.034817 10.0.0.130 - - [2025-04-21 02:11:21] "POST /fqname-to-id HTTP/1.1" 404 162 0.002532 10.0.0.130 - - [2025-04-21 02:11:21] "POST /alarms HTTP/1.1" 200 559 0.019454 10.0.0.130 - - [2025-04-21 02:11:21] "POST /hardwares HTTP/1.1" 200 320 0.019520 10.0.0.130 - - [2025-04-21 02:11:21] "POST /alarms HTTP/1.1" 200 567 0.023780 10.0.0.130 - - [2025-04-21 02:11:21] "POST /fqname-to-id HTTP/1.1" 404 158 0.010527 10.0.0.130 - - [2025-04-21 02:11:21] "POST /alarms HTTP/1.1" 200 551 0.024345 10.0.0.130 - - [2025-04-21 02:11:21] "POST /hardwares HTTP/1.1" 200 312 0.013041 10.0.0.130 - - [2025-04-21 02:11:21] "POST /alarms HTTP/1.1" 200 559 0.029580 10.0.0.130 - - [2025-04-21 02:11:21] "POST /fqname-to-id HTTP/1.1" 404 158 0.002652 10.0.0.130 - - [2025-04-21 02:11:21] "POST /alarms HTTP/1.1" 200 569 0.023471 10.0.0.130 - - [2025-04-21 02:11:21] "POST /hardwares HTTP/1.1" 200 312 0.021433 10.0.0.130 - - [2025-04-21 02:11:21] "POST /fqname-to-id HTTP/1.1" 404 160 0.004194 10.0.0.130 - - [2025-04-21 02:11:21] "POST /alarms HTTP/1.1" 200 557 0.020766 10.0.0.130 - - [2025-04-21 02:11:21] "POST /hardwares HTTP/1.1" 200 316 0.010841 10.0.0.130 - - [2025-04-21 02:11:21] "POST /alarms HTTP/1.1" 200 569 0.020175 10.0.0.130 - - [2025-04-21 02:11:21] "POST /fqname-to-id HTTP/1.1" 404 154 0.003368 10.0.0.130 - - [2025-04-21 02:11:22] "POST /alarms HTTP/1.1" 200 577 0.061157 10.0.0.130 - - [2025-04-21 02:11:22] "POST /hardwares HTTP/1.1" 200 304 0.028197 10.0.0.130 - - [2025-04-21 02:11:22] "POST /fqname-to-id HTTP/1.1" 404 158 0.003379 10.0.0.130 - - [2025-04-21 02:11:22] "POST /alarms HTTP/1.1" 200 571 0.017882 10.0.0.130 - - [2025-04-21 02:11:22] "POST /hardwares HTTP/1.1" 200 312 0.012379 10.0.0.130 - - [2025-04-21 02:11:22] "POST /alarms HTTP/1.1" 200 563 0.016634 10.0.0.130 - - [2025-04-21 02:11:22] "POST /fqname-to-id HTTP/1.1" 404 155 0.002718 10.0.0.130 - - [2025-04-21 02:11:22] "POST /alarms HTTP/1.1" 200 563 0.015708 10.0.0.130 - - [2025-04-21 02:11:22] "POST /hardwares HTTP/1.1" 200 306 0.012534 10.0.0.130 - - [2025-04-21 02:11:22] "POST /alarms HTTP/1.1" 200 563 0.020653 10.0.0.130 - - [2025-04-21 02:11:22] "POST /fqname-to-id HTTP/1.1" 404 155 0.002950 10.0.0.130 - - [2025-04-21 02:11:22] "POST /alarms HTTP/1.1" 200 549 0.019999 10.0.0.130 - - [2025-04-21 02:11:22] "POST /hardwares HTTP/1.1" 200 306 0.012157 10.0.0.130 - - [2025-04-21 02:11:22] "POST /fqname-to-id HTTP/1.1" 404 155 0.002560 10.0.0.130 - - [2025-04-21 02:11:22] "POST /alarms HTTP/1.1" 200 597 0.021393 10.0.0.130 - - [2025-04-21 02:11:22] "POST /hardwares HTTP/1.1" 200 306 0.009887 10.0.0.130 - - [2025-04-21 02:11:22] "POST /alarms HTTP/1.1" 200 577 0.015814 10.0.0.130 - - [2025-04-21 02:11:22] "POST /fqname-to-id HTTP/1.1" 404 155 0.002816 10.0.0.130 - - [2025-04-21 02:11:22] "POST /alarms HTTP/1.1" 200 573 0.018875 10.0.0.130 - - [2025-04-21 02:11:22] "POST /hardwares HTTP/1.1" 200 306 0.010656 10.0.0.130 - - [2025-04-21 02:11:22] "POST /fqname-to-id HTTP/1.1" 404 156 0.007125 10.0.0.130 - - [2025-04-21 02:11:22] "POST /alarms HTTP/1.1" 200 585 0.029232 10.0.0.130 - - [2025-04-21 02:11:22] "POST /hardwares HTTP/1.1" 200 308 0.014013 10.0.0.130 - - [2025-04-21 02:11:22] "POST /alarms HTTP/1.1" 200 611 0.024202 10.0.0.130 - - [2025-04-21 02:11:22] "POST /fqname-to-id HTTP/1.1" 404 156 0.002918 10.0.0.130 - - [2025-04-21 02:11:22] "POST /hardwares HTTP/1.1" 200 308 0.011207 10.0.0.130 - - [2025-04-21 02:11:22] "POST /fqname-to-id HTTP/1.1" 404 156 0.003263 10.0.0.130 - - [2025-04-21 02:11:22] "POST /hardwares HTTP/1.1" 200 308 0.010808 10.0.0.130 - - [2025-04-21 02:11:22] "POST /fqname-to-id HTTP/1.1" 404 157 0.003406 10.0.0.130 - - [2025-04-21 02:11:22] "POST /hardwares HTTP/1.1" 200 310 0.011110 10.0.0.130 - - [2025-04-21 02:11:22] "GET / HTTP/1.1" 200 36215 0.001926 10.0.0.130 - - [2025-04-21 02:11:22] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000436 10.0.0.130 - - [2025-04-21 02:11:23] "POST /fqname-to-id HTTP/1.1" 404 158 0.003130 10.0.0.130 - - [2025-04-21 02:11:23] "POST /hardwares HTTP/1.1" 200 312 0.010659 10.0.0.130 - - [2025-04-21 02:11:23] "POST /fqname-to-id HTTP/1.1" 404 158 0.002791 10.0.0.130 - - [2025-04-21 02:11:23] "POST /hardwares HTTP/1.1" 200 312 0.010787 10.0.0.130 - - [2025-04-21 02:11:23] "POST /fqname-to-id HTTP/1.1" 404 153 0.004007 10.0.0.130 - - [2025-04-21 02:11:23] "POST /hardwares HTTP/1.1" 200 302 0.019746 10.0.0.130 - - [2025-04-21 02:11:23] "POST /fqname-to-id HTTP/1.1" 404 157 0.002609 10.0.0.130 - - [2025-04-21 02:11:23] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.022825 10.0.0.130 - - [2025-04-21 02:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.130 - - [2025-04-21 02:11:23] "POST /hardwares HTTP/1.1" 200 310 0.010159 10.0.0.130 - - [2025-04-21 02:11:23] "PUT /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd HTTP/1.1" 200 277 0.007855 10.0.0.130 - - [2025-04-21 02:11:23] "POST /fqname-to-id HTTP/1.1" 404 157 0.002814 10.0.0.130 - - [2025-04-21 02:11:23] "POST /hardwares HTTP/1.1" 200 310 0.010375 10.0.0.130 - - [2025-04-21 02:11:23] "POST /fqname-to-id HTTP/1.1" 404 157 0.003111 10.0.0.130 - - [2025-04-21 02:11:23] "POST /hardwares HTTP/1.1" 200 310 0.010850 10.0.0.130 - - [2025-04-21 02:11:23] "POST /fqname-to-id HTTP/1.1" 404 157 0.003121 10.0.0.130 - - [2025-04-21 02:11:23] "POST /hardwares HTTP/1.1" 200 310 0.012444 10.0.0.130 - - [2025-04-21 02:11:23] "POST /fqname-to-id HTTP/1.1" 404 157 0.003023 10.0.0.130 - - [2025-04-21 02:11:23] "GET / HTTP/1.1" 200 36215 0.002315 10.0.0.130 - - [2025-04-21 02:11:23] "POST /fqname-to-id HTTP/1.1" 401 293 0.000424 10.0.0.130 - - [2025-04-21 02:11:23] "POST /hardwares HTTP/1.1" 200 310 0.010772 10.0.0.130 - - [2025-04-21 02:11:23] "POST /fqname-to-id HTTP/1.1" 404 161 0.002961 10.0.0.130 - - [2025-04-21 02:11:23] "POST /hardwares HTTP/1.1" 200 318 0.011613 10.0.0.130 - - [2025-04-21 02:11:23] "POST /fqname-to-id HTTP/1.1" 404 157 0.002990 10.0.0.130 - - [2025-04-21 02:11:24] "POST /hardwares HTTP/1.1" 200 310 0.015225 10.0.0.130 - - [2025-04-21 02:11:24] "POST /fqname-to-id HTTP/1.1" 404 157 0.003538 10.0.0.130 - - [2025-04-21 02:11:24] "POST /hardwares HTTP/1.1" 200 310 0.010701 10.0.0.130 - - [2025-04-21 02:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.021507 10.0.0.130 - - [2025-04-21 02:11:24] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003096 10.0.0.130 - - [2025-04-21 02:11:24] "POST /fqname-to-id HTTP/1.1" 404 154 0.003190 10.0.0.130 - - [2025-04-21 02:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002354 10.0.0.130 - - [2025-04-21 02:11:24] "PUT /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd HTTP/1.1" 200 277 0.007717 10.0.0.130 - - [2025-04-21 02:11:24] "POST /hardwares HTTP/1.1" 200 304 0.015832 10.0.0.130 - - [2025-04-21 02:11:24] "POST /fqname-to-id HTTP/1.1" 404 190 0.002951 10.0.0.130 - - [2025-04-21 02:11:24] "POST /features HTTP/1.1" 200 535 0.034283 10.0.0.130 - - [2025-04-21 02:11:24] "POST /fqname-to-id HTTP/1.1" 404 185 0.003753 10.0.0.130 - - [2025-04-21 02:11:24] "POST /features HTTP/1.1" 200 525 0.016216 10.0.0.130 - - [2025-04-21 02:11:24] "POST /fqname-to-id HTTP/1.1" 404 184 0.002794 10.0.0.130 - - [2025-04-21 02:11:24] "GET / HTTP/1.1" 200 36215 0.001759 10.0.0.130 - - [2025-04-21 02:11:24] "POST /fqname-to-id HTTP/1.1" 401 293 0.000487 10.0.0.130 - - [2025-04-21 02:11:24] "POST /features HTTP/1.1" 200 523 0.021095 10.0.0.130 - - [2025-04-21 02:11:24] "POST /fqname-to-id HTTP/1.1" 404 184 0.003444 10.0.0.130 - - [2025-04-21 02:11:24] "POST /features HTTP/1.1" 200 523 0.014829 10.0.0.130 - - [2025-04-21 02:11:24] "POST /fqname-to-id HTTP/1.1" 404 189 0.010353 10.0.0.130 - - [2025-04-21 02:11:24] "POST /features HTTP/1.1" 200 533 0.018534 10.0.0.130 - - [2025-04-21 02:11:24] "POST /fqname-to-id HTTP/1.1" 404 184 0.004098 10.0.0.130 - - [2025-04-21 02:11:24] "POST /features HTTP/1.1" 200 523 0.017471 10.0.0.130 - - [2025-04-21 02:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.022507 10.0.0.130 - - [2025-04-21 02:11:24] "GET /global-system-config/734438e6-b615-40ac-9d5a-e47a54f05efa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.005291 10.0.0.130 - - [2025-04-21 02:11:24] "POST /fqname-to-id HTTP/1.1" 404 193 0.002806 10.0.0.130 - - [2025-04-21 02:11:25] "PUT /global-system-config/734438e6-b615-40ac-9d5a-e47a54f05efa HTTP/1.1" 200 275 0.022785 10.0.0.130 - - [2025-04-21 02:11:25] "POST /features HTTP/1.1" 200 541 0.014901 10.0.0.130 - - [2025-04-21 02:11:25] "POST /fqname-to-id HTTP/1.1" 404 186 0.002958 10.0.0.130 - - [2025-04-21 02:11:25] "POST /features HTTP/1.1" 200 527 0.016184 10.0.0.130 - - [2025-04-21 02:11:25] "POST /fqname-to-id HTTP/1.1" 404 183 0.002913 10.0.0.130 - - [2025-04-21 02:11:25] "POST /features HTTP/1.1" 200 521 0.015933 10.0.0.130 - - [2025-04-21 02:11:25] "POST /fqname-to-id HTTP/1.1" 404 182 0.002820 10.0.0.130 - - [2025-04-21 02:11:25] "POST /features HTTP/1.1" 200 519 0.015705 10.0.0.130 - - [2025-04-21 02:11:25] "POST /fqname-to-id HTTP/1.1" 404 190 0.003322 10.0.0.130 - - [2025-04-21 02:11:25] "POST /features HTTP/1.1" 200 535 0.019085 10.0.0.130 - - [2025-04-21 02:11:25] "POST /fqname-to-id HTTP/1.1" 404 194 0.002894 10.0.0.130 - - [2025-04-21 02:11:25] "POST /features HTTP/1.1" 200 543 0.016148 10.0.0.130 - - [2025-04-21 02:11:25] "POST /fqname-to-id HTTP/1.1" 404 178 0.003203 10.0.0.130 - - [2025-04-21 02:11:25] "POST /physical-roles HTTP/1.1" 200 523 0.015688 10.0.0.130 - - [2025-04-21 02:11:25] "POST /fqname-to-id HTTP/1.1" 404 179 0.003888 10.0.0.130 - - [2025-04-21 02:11:25] "POST /physical-roles HTTP/1.1" 200 525 0.017050 10.0.0.130 - - [2025-04-21 02:11:25] "POST /fqname-to-id HTTP/1.1" 404 184 0.002906 10.0.0.130 - - [2025-04-21 02:11:25] "POST /physical-roles HTTP/1.1" 200 535 0.017928 10.0.0.130 - - [2025-04-21 02:11:25] "POST /fqname-to-id HTTP/1.1" 404 177 0.003029 10.0.0.130 - - [2025-04-21 02:11:26] "POST /physical-roles HTTP/1.1" 200 521 0.146829 10.0.0.130 - - [2025-04-21 02:11:26] "POST /fqname-to-id HTTP/1.1" 404 191 0.003111 10.0.0.130 - - [2025-04-21 02:11:26] "POST /overlay-roles HTTP/1.1" 200 547 0.019175 10.0.0.130 - - [2025-04-21 02:11:26] "POST /fqname-to-id HTTP/1.1" 404 184 0.003201 10.0.0.130 - - [2025-04-21 02:11:26] "POST /overlay-roles HTTP/1.1" 200 533 0.025407 10.0.0.130 - - [2025-04-21 02:11:26] "POST /fqname-to-id HTTP/1.1" 404 191 0.003527 10.0.0.130 - - [2025-04-21 02:11:26] "POST /overlay-roles HTTP/1.1" 200 547 0.029812 10.0.0.130 - - [2025-04-21 02:11:26] "POST /fqname-to-id HTTP/1.1" 404 185 0.003120 10.0.0.130 - - [2025-04-21 02:11:26] "POST /overlay-roles HTTP/1.1" 200 535 0.033800 10.0.0.130 - - [2025-04-21 02:11:26] "POST /fqname-to-id HTTP/1.1" 404 189 0.003060 10.0.0.130 - - [2025-04-21 02:11:26] "POST /overlay-roles HTTP/1.1" 200 543 0.064080 10.0.0.130 - - [2025-04-21 02:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.130 - - [2025-04-21 02:11:26] "PUT /overlay-role/efaf61d5-6498-42c0-bb2b-2755f2a15ae7 HTTP/1.1" 200 259 0.009085 10.0.0.130 - - [2025-04-21 02:11:26] "POST /fqname-to-id HTTP/1.1" 404 184 0.002968 10.0.0.130 - - [2025-04-21 02:11:27] "POST /overlay-roles HTTP/1.1" 200 533 0.044363 10.0.0.130 - - [2025-04-21 02:11:27] "POST /fqname-to-id HTTP/1.1" 404 185 0.003104 10.0.0.130 - - [2025-04-21 02:11:27] "POST /overlay-roles HTTP/1.1" 200 535 0.235818 10.0.0.130 - - [2025-04-21 02:11:27] "POST /fqname-to-id HTTP/1.1" 404 183 0.003295 10.0.0.130 - - [2025-04-21 02:11:27] "POST /overlay-roles HTTP/1.1" 200 531 0.028096 10.0.0.130 - - [2025-04-21 02:11:27] "POST /fqname-to-id HTTP/1.1" 404 187 0.003045 10.0.0.130 - - [2025-04-21 02:11:27] "POST /overlay-roles HTTP/1.1" 200 539 0.020150 10.0.0.130 - - [2025-04-21 02:11:27] "POST /fqname-to-id HTTP/1.1" 404 189 0.003856 10.0.0.130 - - [2025-04-21 02:11:27] "POST /overlay-roles HTTP/1.1" 200 543 0.017788 10.0.0.130 - - [2025-04-21 02:11:27] "POST /fqname-to-id HTTP/1.1" 404 178 0.003141 10.0.0.130 - - [2025-04-21 02:11:27] "POST /overlay-roles HTTP/1.1" 200 521 0.016701 10.0.0.130 - - [2025-04-21 02:11:27] "POST /fqname-to-id HTTP/1.1" 404 190 0.003289 10.0.0.130 - - [2025-04-21 02:11:27] "POST /overlay-roles HTTP/1.1" 200 545 0.026408 10.0.0.130 - - [2025-04-21 02:11:28] "POST /fqname-to-id HTTP/1.1" 404 182 0.003181 10.0.0.130 - - [2025-04-21 02:11:28] "POST /role-definitions HTTP/1.1" 200 535 0.018744 10.0.0.130 - - [2025-04-21 02:11:28] "POST /fqname-to-id HTTP/1.1" 404 189 0.003085 10.0.0.130 - - [2025-04-21 02:11:28] "POST /role-definitions HTTP/1.1" 200 549 0.018033 10.0.0.130 - - [2025-04-21 02:11:28] "POST /fqname-to-id HTTP/1.1" 404 190 0.002990 10.0.0.130 - - [2025-04-21 02:11:28] "POST /role-definitions HTTP/1.1" 200 551 0.018856 10.0.0.130 - - [2025-04-21 02:11:28] "POST /fqname-to-id HTTP/1.1" 404 191 0.003939 10.0.0.130 - - [2025-04-21 02:11:28] "POST /role-definitions HTTP/1.1" 200 553 0.022301 10.0.0.130 - - [2025-04-21 02:11:28] "POST /fqname-to-id HTTP/1.1" 404 197 0.004654 10.0.0.130 - - [2025-04-21 02:11:28] "POST /role-definitions HTTP/1.1" 200 565 0.018478 10.0.0.130 - - [2025-04-21 02:11:28] "POST /fqname-to-id HTTP/1.1" 404 189 0.003424 10.0.0.130 - - [2025-04-21 02:11:28] "POST /role-definitions HTTP/1.1" 200 549 0.016133 10.0.0.130 - - [2025-04-21 02:11:28] "POST /fqname-to-id HTTP/1.1" 404 190 0.002896 10.0.0.130 - - [2025-04-21 02:11:28] "POST /role-definitions HTTP/1.1" 200 551 0.018670 10.0.0.130 - - [2025-04-21 02:11:28] "POST /fqname-to-id HTTP/1.1" 404 191 0.002869 10.0.0.130 - - [2025-04-21 02:11:28] "POST /role-definitions HTTP/1.1" 200 553 0.019061 10.0.0.130 - - [2025-04-21 02:11:28] "POST /fqname-to-id HTTP/1.1" 404 190 0.003667 10.0.0.130 - - [2025-04-21 02:11:28] "POST /role-definitions HTTP/1.1" 200 551 0.026392 10.0.0.130 - - [2025-04-21 02:11:29] "POST /fqname-to-id HTTP/1.1" 404 196 0.002781 10.0.0.130 - - [2025-04-21 02:11:29] "POST /role-definitions HTTP/1.1" 200 563 0.016306 10.0.0.130 - - [2025-04-21 02:11:29] "POST /fqname-to-id HTTP/1.1" 404 189 0.002951 10.0.0.130 - - [2025-04-21 02:11:29] "POST /role-definitions HTTP/1.1" 200 549 0.016260 10.0.0.130 - - [2025-04-21 02:11:29] "POST /fqname-to-id HTTP/1.1" 404 190 0.002939 10.0.0.130 - - [2025-04-21 02:11:29] "POST /role-definitions HTTP/1.1" 200 551 0.024882 10.0.0.130 - - [2025-04-21 02:11:29] "POST /fqname-to-id HTTP/1.1" 404 188 0.004543 10.0.0.130 - - [2025-04-21 02:11:29] "POST /role-definitions HTTP/1.1" 200 547 0.031323 10.0.0.130 - - [2025-04-21 02:11:29] "POST /fqname-to-id HTTP/1.1" 404 189 0.002960 10.0.0.130 - - [2025-04-21 02:11:29] "POST /role-definitions HTTP/1.1" 200 549 0.029980 10.0.0.130 - - [2025-04-21 02:11:29] "POST /fqname-to-id HTTP/1.1" 404 192 0.005514 10.0.0.130 - - [2025-04-21 02:11:29] "POST /role-definitions HTTP/1.1" 200 555 0.017794 10.0.0.130 - - [2025-04-21 02:11:29] "POST /fqname-to-id HTTP/1.1" 404 193 0.002855 10.0.0.130 - - [2025-04-21 02:11:29] "POST /role-definitions HTTP/1.1" 200 557 0.019173 10.0.0.130 - - [2025-04-21 02:11:29] "POST /fqname-to-id HTTP/1.1" 404 182 0.002815 10.0.0.130 - - [2025-04-21 02:11:29] "POST /role-definitions HTTP/1.1" 200 535 0.017593 10.0.0.130 - - [2025-04-21 02:11:29] "POST /fqname-to-id HTTP/1.1" 404 187 0.003088 10.0.0.130 - - [2025-04-21 02:11:30] "POST /role-definitions HTTP/1.1" 200 545 0.016383 10.0.0.130 - - [2025-04-21 02:11:30] "POST /fqname-to-id HTTP/1.1" 404 181 0.003321 10.0.0.130 - - [2025-04-21 02:11:30] "POST /role-definitions HTTP/1.1" 200 533 0.017334 10.0.0.130 - - [2025-04-21 02:11:30] "POST /fqname-to-id HTTP/1.1" 404 184 0.005874 10.0.0.130 - - [2025-04-21 02:11:30] "POST /role-definitions HTTP/1.1" 200 539 0.017926 10.0.0.130 - - [2025-04-21 02:11:30] "POST /fqname-to-id HTTP/1.1" 404 189 0.002794 10.0.0.130 - - [2025-04-21 02:11:30] "POST /role-definitions HTTP/1.1" 200 549 0.018881 10.0.0.130 - - [2025-04-21 02:11:30] "POST /fqname-to-id HTTP/1.1" 404 194 0.002811 10.0.0.130 - - [2025-04-21 02:11:30] "POST /role-definitions HTTP/1.1" 200 559 0.017816 10.0.0.130 - - [2025-04-21 02:11:30] "POST /fqname-to-id HTTP/1.1" 404 196 0.002719 10.0.0.130 - - [2025-04-21 02:11:30] "POST /role-definitions HTTP/1.1" 200 563 0.017280 10.0.0.130 - - [2025-04-21 02:11:30] "POST /fqname-to-id HTTP/1.1" 404 195 0.002927 10.0.0.130 - - [2025-04-21 02:11:30] "POST /role-definitions HTTP/1.1" 200 561 0.016583 10.0.0.130 - - [2025-04-21 02:11:30] "POST /fqname-to-id HTTP/1.1" 404 196 0.002826 10.0.0.130 - - [2025-04-21 02:11:30] "POST /feature-configs HTTP/1.1" 200 539 0.016832 10.0.0.130 - - [2025-04-21 02:11:30] "POST /fqname-to-id HTTP/1.1" 404 212 0.002988 10.0.0.130 - - [2025-04-21 02:11:30] "POST /feature-configs HTTP/1.1" 200 564 0.027367 10.0.0.130 - - [2025-04-21 02:11:30] "POST /fqname-to-id HTTP/1.1" 404 211 0.002933 10.0.0.130 - - [2025-04-21 02:11:31] "POST /feature-configs HTTP/1.1" 200 563 0.015092 10.0.0.130 - - [2025-04-21 02:11:31] "POST /fqname-to-id HTTP/1.1" 404 192 0.002778 10.0.0.130 - - [2025-04-21 02:11:31] "POST /node-profiles HTTP/1.1" 200 549 0.027971 10.0.0.130 - - [2025-04-21 02:11:31] "POST /fqname-to-id HTTP/1.1" 404 187 0.002703 10.0.0.130 - - [2025-04-21 02:11:31] "POST /node-profiles HTTP/1.1" 200 539 0.038615 10.0.0.130 - - [2025-04-21 02:11:31] "POST /fqname-to-id HTTP/1.1" 404 193 0.003099 10.0.0.130 - - [2025-04-21 02:11:31] "POST /node-profiles HTTP/1.1" 200 551 0.016077 10.0.0.130 - - [2025-04-21 02:11:31] "GET /global-system-configs HTTP/1.1" 200 323 0.585637 10.0.0.130 - - [2025-04-21 02:11:31] "POST /fqname-to-id HTTP/1.1" 404 189 0.002823 10.0.0.130 - - [2025-04-21 02:11:31] "POST /node-profiles HTTP/1.1" 200 543 0.015934 10.0.0.130 - - [2025-04-21 02:11:31] "POST /fqname-to-id HTTP/1.1" 404 189 0.002815 10.0.0.130 - - [2025-04-21 02:11:31] "POST /node-profiles HTTP/1.1" 200 543 0.032398 10.0.0.130 - - [2025-04-21 02:11:31] "POST /fqname-to-id HTTP/1.1" 404 188 0.003203 10.0.0.130 - - [2025-04-21 02:11:31] "POST /node-profiles HTTP/1.1" 200 541 0.018536 10.0.0.130 - - [2025-04-21 02:11:31] "POST /fqname-to-id HTTP/1.1" 404 184 0.002712 10.0.0.130 - - [2025-04-21 02:11:31] "POST /node-profiles HTTP/1.1" 200 533 0.016166 10.0.0.130 - - [2025-04-21 02:11:31] "POST /fqname-to-id HTTP/1.1" 404 185 0.002689 10.0.0.130 - - [2025-04-21 02:11:31] "POST /node-profiles HTTP/1.1" 200 535 0.016255 10.0.0.130 - - [2025-04-21 02:11:32] "POST /fqname-to-id HTTP/1.1" 404 197 0.002805 10.0.0.130 - - [2025-04-21 02:11:32] "POST /node-profiles HTTP/1.1" 200 559 0.017608 10.0.0.130 - - [2025-04-21 02:11:32] "POST /fqname-to-id HTTP/1.1" 404 206 0.002706 10.0.0.130 - - [2025-04-21 02:11:32] "POST /telemetry-profiles HTTP/1.1" 200 556 0.015051 10.0.0.130 - - [2025-04-21 02:11:32] "POST /fqname-to-id HTTP/1.1" 404 206 0.002751 10.0.0.130 - - [2025-04-21 02:11:32] "POST /telemetry-profiles HTTP/1.1" 200 556 0.015689 10.0.0.130 - - [2025-04-21 02:11:32] "POST /fqname-to-id HTTP/1.1" 404 206 0.002930 10.0.0.130 - - [2025-04-21 02:11:32] "POST /telemetry-profiles HTTP/1.1" 200 556 0.019416 10.0.0.130 - - [2025-04-21 02:11:32] "POST /fqname-to-id HTTP/1.1" 404 206 0.002786 10.0.0.130 - - [2025-04-21 02:11:32] "POST /telemetry-profiles HTTP/1.1" 200 556 0.015381 10.0.0.130 - - [2025-04-21 02:11:32] "POST /fqname-to-id HTTP/1.1" 404 206 0.004192 10.0.0.130 - - [2025-04-21 02:11:32] "GET /global-system-configs HTTP/1.1" 200 323 0.024812 10.0.0.130 - - [2025-04-21 02:11:32] "POST /telemetry-profiles HTTP/1.1" 200 556 0.015009 10.0.0.130 - - [2025-04-21 02:11:32] "POST /fqname-to-id HTTP/1.1" 404 206 0.002721 10.0.0.130 - - [2025-04-21 02:11:32] "POST /telemetry-profiles HTTP/1.1" 200 556 0.015997 10.0.0.130 - - [2025-04-21 02:11:32] "POST /fqname-to-id HTTP/1.1" 404 199 0.002911 10.0.0.130 - - [2025-04-21 02:11:32] "POST /sflow-profiles HTTP/1.1" 200 534 0.015296 10.0.0.130 - - [2025-04-21 02:11:32] "POST /fqname-to-id HTTP/1.1" 404 202 0.003040 10.0.0.130 - - [2025-04-21 02:11:32] "POST /sflow-profiles HTTP/1.1" 200 540 0.016639 10.0.0.130 - - [2025-04-21 02:11:33] "POST /fqname-to-id HTTP/1.1" 404 202 0.002777 10.0.0.130 - - [2025-04-21 02:11:33] "POST /sflow-profiles HTTP/1.1" 200 540 0.017698 10.0.0.130 - - [2025-04-21 02:11:33] "POST /fqname-to-id HTTP/1.1" 404 199 0.002651 10.0.0.130 - - [2025-04-21 02:11:33] "POST /grpc-profiles HTTP/1.1" 200 532 0.016297 10.0.0.130 - - [2025-04-21 02:11:33] "POST /fqname-to-id HTTP/1.1" 404 199 0.002673 10.0.0.130 - - [2025-04-21 02:11:33] "POST /snmp-profiles HTTP/1.1" 200 532 0.015279 10.0.0.130 - - [2025-04-21 02:11:33] "POST /fqname-to-id HTTP/1.1" 404 202 0.002756 10.0.0.130 - - [2025-04-21 02:11:33] "POST /netconf-profiles HTTP/1.1" 200 544 0.016033 10.0.0.130 - - [2025-04-21 02:11:33] "POST /fqname-to-id HTTP/1.1" 404 193 0.002761 10.0.0.130 - - [2025-04-21 02:11:33] "POST /device-functional-groups HTTP/1.1" 200 542 0.015312 10.0.0.130 - - [2025-04-21 02:11:33] "POST /fqname-to-id HTTP/1.1" 404 193 0.002903 10.0.0.130 - - [2025-04-21 02:11:33] "POST /device-functional-groups HTTP/1.1" 200 542 0.037965 10.0.0.130 - - [2025-04-21 02:11:33] "POST /fqname-to-id HTTP/1.1" 404 195 0.003227 10.0.0.130 - - [2025-04-21 02:11:33] "POST /device-functional-groups HTTP/1.1" 200 546 0.021237 10.0.0.130 - - [2025-04-21 02:11:33] "POST /fqname-to-id HTTP/1.1" 404 194 0.002987 10.0.0.130 - - [2025-04-21 02:11:33] "POST /device-functional-groups HTTP/1.1" 200 544 0.017001 10.0.0.130 - - [2025-04-21 02:11:33] "POST /fqname-to-id HTTP/1.1" 404 218 0.002714 10.0.0.130 - - [2025-04-21 02:11:34] "POST /device-functional-groups HTTP/1.1" 200 592 0.017558 10.0.0.130 - - [2025-04-21 02:11:34] "POST /fqname-to-id HTTP/1.1" 404 208 0.002694 10.0.0.130 - - [2025-04-21 02:11:34] "POST /device-functional-groups HTTP/1.1" 200 572 0.014559 10.0.0.130 - - [2025-04-21 02:11:34] "POST /fqname-to-id HTTP/1.1" 404 236 0.002771 10.0.0.130 - - [2025-04-21 02:11:34] "POST /device-functional-groups HTTP/1.1" 200 622 0.016535 10.0.0.130 - - [2025-04-21 02:11:34] "POST /fqname-to-id HTTP/1.1" 404 206 0.003565 10.0.0.130 - - [2025-04-21 02:11:34] "POST /device-functional-groups HTTP/1.1" 200 568 0.014853 10.0.0.130 - - [2025-04-21 02:11:34] "POST /fqname-to-id HTTP/1.1" 404 205 0.002857 10.0.0.130 - - [2025-04-21 02:11:34] "POST /device-functional-groups HTTP/1.1" 200 566 0.019359 10.0.0.130 - - [2025-04-21 02:11:34] "POST /fqname-to-id HTTP/1.1" 404 210 0.003061 10.0.0.130 - - [2025-04-21 02:11:34] "POST /device-functional-groups HTTP/1.1" 200 576 0.016234 10.0.0.130 - - [2025-04-21 02:11:34] "POST /fqname-to-id HTTP/1.1" 404 201 0.002744 10.0.0.130 - - [2025-04-21 02:11:34] "POST /role-configs HTTP/1.1" 200 527 0.015062 10.0.0.130 - - [2025-04-21 02:11:34] "POST /fqname-to-id HTTP/1.1" 404 196 0.002712 10.0.0.130 - - [2025-04-21 02:11:34] "POST /role-configs HTTP/1.1" 200 522 0.015690 10.0.0.130 - - [2025-04-21 02:11:34] "POST /fqname-to-id HTTP/1.1" 404 198 0.002671 10.0.0.130 - - [2025-04-21 02:11:34] "POST /role-configs HTTP/1.1" 200 524 0.014893 10.0.0.130 - - [2025-04-21 02:11:34] "POST /fqname-to-id HTTP/1.1" 404 198 0.002783 10.0.0.130 - - [2025-04-21 02:11:34] "POST /role-configs HTTP/1.1" 200 524 0.015163 10.0.0.130 - - [2025-04-21 02:11:35] "POST /fqname-to-id HTTP/1.1" 404 202 0.002699 10.0.0.130 - - [2025-04-21 02:11:35] "POST /role-configs HTTP/1.1" 200 528 0.015959 10.0.0.130 - - [2025-04-21 02:11:35] "POST /fqname-to-id HTTP/1.1" 404 197 0.002752 10.0.0.130 - - [2025-04-21 02:11:35] "POST /role-configs HTTP/1.1" 200 523 0.015190 10.0.0.130 - - [2025-04-21 02:11:35] "POST /fqname-to-id HTTP/1.1" 404 193 0.003246 10.0.0.130 - - [2025-04-21 02:11:35] "POST /role-configs HTTP/1.1" 200 519 0.014702 10.0.0.130 - - [2025-04-21 02:11:35] "POST /fqname-to-id HTTP/1.1" 404 194 0.003190 10.0.0.130 - - [2025-04-21 02:11:35] "POST /role-configs HTTP/1.1" 200 520 0.016959 10.0.0.130 - - [2025-04-21 02:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.130 - - [2025-04-21 02:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.007211 10.0.0.130 - - [2025-04-21 02:11:35] "POST /ref-update HTTP/1.1" 200 156 0.009139 10.0.0.130 - - [2025-04-21 02:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.130 - - [2025-04-21 02:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002719 10.0.0.130 - - [2025-04-21 02:11:35] "POST /ref-update HTTP/1.1" 200 156 0.007787 10.0.0.130 - - [2025-04-21 02:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.130 - - [2025-04-21 02:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.130 - - [2025-04-21 02:11:35] "POST /ref-update HTTP/1.1" 200 156 0.007329 10.0.0.130 - - [2025-04-21 02:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.130 - - [2025-04-21 02:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.130 - - [2025-04-21 02:11:36] "POST /ref-update HTTP/1.1" 200 156 0.009170 10.0.0.130 - - [2025-04-21 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.130 - - [2025-04-21 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.130 - - [2025-04-21 02:11:36] "POST /ref-update HTTP/1.1" 200 156 0.010080 10.0.0.130 - - [2025-04-21 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002837 10.0.0.130 - - [2025-04-21 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002738 10.0.0.130 - - [2025-04-21 02:11:36] "POST /ref-update HTTP/1.1" 200 156 0.008319 10.0.0.130 - - [2025-04-21 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.130 - - [2025-04-21 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.130 - - [2025-04-21 02:11:36] "POST /ref-update HTTP/1.1" 200 156 0.007603 10.0.0.130 - - [2025-04-21 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.130 - - [2025-04-21 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.130 - - [2025-04-21 02:11:36] "POST /ref-update HTTP/1.1" 200 156 0.008406 10.0.0.130 - - [2025-04-21 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.130 - - [2025-04-21 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.130 - - [2025-04-21 02:11:36] "POST /ref-update HTTP/1.1" 200 156 0.008494 10.0.0.130 - - [2025-04-21 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.130 - - [2025-04-21 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.130 - - [2025-04-21 02:11:36] "POST /ref-update HTTP/1.1" 200 156 0.009221 10.0.0.130 - - [2025-04-21 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819 10.0.0.130 - - [2025-04-21 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002840 10.0.0.130 - - [2025-04-21 02:11:37] "POST /ref-update HTTP/1.1" 200 156 0.009774 10.0.0.130 - - [2025-04-21 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.130 - - [2025-04-21 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.130 - - [2025-04-21 02:11:37] "POST /ref-update HTTP/1.1" 200 156 0.006940 10.0.0.130 - - [2025-04-21 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.130 - - [2025-04-21 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.130 - - [2025-04-21 02:11:37] "POST /ref-update HTTP/1.1" 200 156 0.008549 10.0.0.130 - - [2025-04-21 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.130 - - [2025-04-21 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002766 10.0.0.130 - - [2025-04-21 02:11:37] "POST /ref-update HTTP/1.1" 200 156 0.007703 10.0.0.130 - - [2025-04-21 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.130 - - [2025-04-21 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.130 - - [2025-04-21 02:11:37] "POST /ref-update HTTP/1.1" 200 156 0.008311 10.0.0.130 - - [2025-04-21 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.130 - - [2025-04-21 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819 10.0.0.130 - - [2025-04-21 02:11:37] "POST /ref-update HTTP/1.1" 200 156 0.006852 10.0.0.130 - - [2025-04-21 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.130 - - [2025-04-21 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.130 - - [2025-04-21 02:11:38] "POST /ref-update HTTP/1.1" 200 156 0.007461 10.0.0.130 - - [2025-04-21 02:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.130 - - [2025-04-21 02:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002842 10.0.0.130 - - [2025-04-21 02:11:38] "POST /ref-update HTTP/1.1" 200 156 0.009779 10.0.0.130 - - [2025-04-21 02:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.130 - - [2025-04-21 02:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002742 10.0.0.130 - - [2025-04-21 02:11:38] "POST /ref-update HTTP/1.1" 200 156 0.007768 10.0.0.130 - - [2025-04-21 02:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.130 - - [2025-04-21 02:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004870 10.0.0.130 - - [2025-04-21 02:11:38] "POST /ref-update HTTP/1.1" 200 156 0.006463 10.0.0.130 - - [2025-04-21 02:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002828 10.0.0.130 - - [2025-04-21 02:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.130 - - [2025-04-21 02:11:38] "POST /ref-update HTTP/1.1" 200 156 0.007586 10.0.0.130 - - [2025-04-21 02:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002777 10.0.0.130 - - [2025-04-21 02:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.130 - - [2025-04-21 02:11:38] "POST /ref-update HTTP/1.1" 200 156 0.008492 10.0.0.130 - - [2025-04-21 02:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.130 - - [2025-04-21 02:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.130 - - [2025-04-21 02:11:38] "POST /ref-update HTTP/1.1" 200 156 0.011886 10.0.0.130 - - [2025-04-21 02:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.130 - - [2025-04-21 02:11:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002739 10.0.0.130 - - [2025-04-21 02:11:39] "POST /ref-update HTTP/1.1" 200 156 0.007973 10.0.0.130 - - [2025-04-21 02:11:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.130 - - [2025-04-21 02:11:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.130 - - [2025-04-21 02:11:39] "POST /ref-update HTTP/1.1" 200 156 0.007906 10.0.0.130 - - [2025-04-21 02:11:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.130 - - [2025-04-21 02:11:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.130 - - [2025-04-21 02:11:39] "POST /ref-update HTTP/1.1" 200 156 0.006888 10.0.0.130 - - [2025-04-21 02:11:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.130 - - [2025-04-21 02:11:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.130 - - [2025-04-21 02:11:39] "POST /ref-update HTTP/1.1" 200 156 0.009237 10.0.0.130 - - [2025-04-21 02:11:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.130 - - [2025-04-21 02:11:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002839 10.0.0.130 - - [2025-04-21 02:11:39] "POST /ref-update HTTP/1.1" 200 156 0.008228 10.0.0.130 - - [2025-04-21 02:11:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.130 - - [2025-04-21 02:11:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.130 - - [2025-04-21 02:11:39] "POST /ref-update HTTP/1.1" 200 156 0.008683 10.0.0.130 - - [2025-04-21 02:11:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.130 - - [2025-04-21 02:11:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004594 10.0.0.130 - - [2025-04-21 02:11:39] "POST /ref-update HTTP/1.1" 200 156 0.010398 10.0.0.130 - - [2025-04-21 02:11:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.130 - - [2025-04-21 02:11:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.130 - - [2025-04-21 02:11:40] "POST /ref-update HTTP/1.1" 200 156 0.007205 10.0.0.130 - - [2025-04-21 02:11:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.130 - - [2025-04-21 02:11:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.130 - - [2025-04-21 02:11:40] "POST /ref-update HTTP/1.1" 200 156 0.008171 10.0.0.130 - - [2025-04-21 02:11:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002734 10.0.0.130 - - [2025-04-21 02:11:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002754 10.0.0.130 - - [2025-04-21 02:11:40] "POST /ref-update HTTP/1.1" 200 156 0.009862 10.0.0.130 - - [2025-04-21 02:11:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.130 - - [2025-04-21 02:11:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.130 - - [2025-04-21 02:11:40] "POST /ref-update HTTP/1.1" 200 156 0.006911 10.0.0.130 - - [2025-04-21 02:11:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002769 10.0.0.130 - - [2025-04-21 02:11:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.130 - - [2025-04-21 02:11:40] "POST /ref-update HTTP/1.1" 200 156 0.008429 10.0.0.130 - - [2025-04-21 02:11:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.130 - - [2025-04-21 02:11:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.130 - - [2025-04-21 02:11:40] "POST /ref-update HTTP/1.1" 200 156 0.007184 10.0.0.130 - - [2025-04-21 02:11:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.130 - - [2025-04-21 02:11:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.130 - - [2025-04-21 02:11:41] "POST /ref-update HTTP/1.1" 200 156 0.006685 10.0.0.130 - - [2025-04-21 02:11:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002672 10.0.0.130 - - [2025-04-21 02:11:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.130 - - [2025-04-21 02:11:41] "POST /ref-update HTTP/1.1" 200 156 0.006917 10.0.0.130 - - [2025-04-21 02:11:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.130 - - [2025-04-21 02:11:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002728 10.0.0.130 - - [2025-04-21 02:11:41] "POST /ref-update HTTP/1.1" 200 156 0.007135 10.0.0.130 - - [2025-04-21 02:11:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.130 - - [2025-04-21 02:11:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.130 - - [2025-04-21 02:11:41] "POST /ref-update HTTP/1.1" 200 156 0.006953 10.0.0.130 - - [2025-04-21 02:11:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002668 10.0.0.130 - - [2025-04-21 02:11:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.130 - - [2025-04-21 02:11:41] "POST /ref-update HTTP/1.1" 200 156 0.007779 10.0.0.130 - - [2025-04-21 02:11:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.130 - - [2025-04-21 02:11:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.130 - - [2025-04-21 02:11:41] "POST /ref-update HTTP/1.1" 200 156 0.008154 10.0.0.130 - - [2025-04-21 02:11:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004234 10.0.0.130 - - [2025-04-21 02:11:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.130 - - [2025-04-21 02:11:41] "POST /ref-update HTTP/1.1" 200 156 0.007252 10.0.0.130 - - [2025-04-21 02:11:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.130 - - [2025-04-21 02:11:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.130 - - [2025-04-21 02:11:42] "POST /ref-update HTTP/1.1" 200 156 0.006959 10.0.0.130 - - [2025-04-21 02:11:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.130 - - [2025-04-21 02:11:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.130 - - [2025-04-21 02:11:42] "POST /ref-update HTTP/1.1" 200 156 0.006689 10.0.0.130 - - [2025-04-21 02:11:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002822 10.0.0.130 - - [2025-04-21 02:11:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.130 - - [2025-04-21 02:11:42] "POST /ref-update HTTP/1.1" 200 156 0.006855 10.0.0.130 - - [2025-04-21 02:11:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.130 - - [2025-04-21 02:11:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.130 - - [2025-04-21 02:11:42] "POST /ref-update HTTP/1.1" 200 156 0.007301 10.0.0.130 - - [2025-04-21 02:11:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.130 - - [2025-04-21 02:11:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002828 10.0.0.130 - - [2025-04-21 02:11:42] "POST /ref-update HTTP/1.1" 200 156 0.006338 10.0.0.130 - - [2025-04-21 02:11:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.130 - - [2025-04-21 02:11:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.130 - - [2025-04-21 02:11:42] "POST /ref-update HTTP/1.1" 200 156 0.006749 10.0.0.130 - - [2025-04-21 02:11:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.130 - - [2025-04-21 02:11:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.130 - - [2025-04-21 02:11:43] "POST /ref-update HTTP/1.1" 200 156 0.009655 10.0.0.130 - - [2025-04-21 02:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.130 - - [2025-04-21 02:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.130 - - [2025-04-21 02:11:43] "POST /ref-update HTTP/1.1" 200 156 0.009265 10.0.0.130 - - [2025-04-21 02:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.130 - - [2025-04-21 02:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.130 - - [2025-04-21 02:11:43] "POST /ref-update HTTP/1.1" 200 156 0.006972 10.0.0.130 - - [2025-04-21 02:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.130 - - [2025-04-21 02:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.130 - - [2025-04-21 02:11:43] "POST /ref-update HTTP/1.1" 200 156 0.006974 10.0.0.130 - - [2025-04-21 02:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002782 10.0.0.130 - - [2025-04-21 02:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.130 - - [2025-04-21 02:11:43] "POST /ref-update HTTP/1.1" 200 156 0.007191 10.0.0.130 - - [2025-04-21 02:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.130 - - [2025-04-21 02:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.130 - - [2025-04-21 02:11:43] "POST /ref-update HTTP/1.1" 200 156 0.006946 10.0.0.130 - - [2025-04-21 02:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.130 - - [2025-04-21 02:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.130 - - [2025-04-21 02:11:43] "POST /ref-update HTTP/1.1" 200 156 0.006644 10.0.0.130 - - [2025-04-21 02:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.130 - - [2025-04-21 02:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.130 - - [2025-04-21 02:11:44] "POST /ref-update HTTP/1.1" 200 156 0.008015 10.0.0.130 - - [2025-04-21 02:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.130 - - [2025-04-21 02:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.130 - - [2025-04-21 02:11:44] "POST /ref-update HTTP/1.1" 200 156 0.006925 10.0.0.130 - - [2025-04-21 02:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.130 - - [2025-04-21 02:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.130 - - [2025-04-21 02:11:44] "POST /ref-update HTTP/1.1" 200 156 0.007125 10.0.0.130 - - [2025-04-21 02:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002737 10.0.0.130 - - [2025-04-21 02:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.130 - - [2025-04-21 02:11:44] "POST /ref-update HTTP/1.1" 200 156 0.006653 10.0.0.130 - - [2025-04-21 02:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002785 10.0.0.130 - - [2025-04-21 02:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.130 - - [2025-04-21 02:11:44] "POST /ref-update HTTP/1.1" 200 156 0.008372 10.0.0.130 - - [2025-04-21 02:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.130 - - [2025-04-21 02:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002757 10.0.0.130 - - [2025-04-21 02:11:44] "POST /ref-update HTTP/1.1" 200 156 0.007116 10.0.0.130 - - [2025-04-21 02:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.130 - - [2025-04-21 02:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002736 10.0.0.130 - - [2025-04-21 02:11:44] "POST /ref-update HTTP/1.1" 200 156 0.006716 10.0.0.130 - - [2025-04-21 02:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.130 - - [2025-04-21 02:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002834 10.0.0.130 - - [2025-04-21 02:11:45] "POST /ref-update HTTP/1.1" 200 156 0.007910 10.0.0.130 - - [2025-04-21 02:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.130 - - [2025-04-21 02:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002770 10.0.0.130 - - [2025-04-21 02:11:45] "POST /ref-update HTTP/1.1" 200 156 0.006732 10.0.0.130 - - [2025-04-21 02:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.130 - - [2025-04-21 02:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.130 - - [2025-04-21 02:11:45] "POST /ref-update HTTP/1.1" 200 156 0.008891 10.0.0.130 - - [2025-04-21 02:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002783 10.0.0.130 - - [2025-04-21 02:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002731 10.0.0.130 - - [2025-04-21 02:11:45] "POST /ref-update HTTP/1.1" 200 156 0.008365 10.0.0.130 - - [2025-04-21 02:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.130 - - [2025-04-21 02:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.130 - - [2025-04-21 02:11:45] "POST /ref-update HTTP/1.1" 200 156 0.008056 10.0.0.130 - - [2025-04-21 02:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.130 - - [2025-04-21 02:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004280 10.0.0.130 - - [2025-04-21 02:11:45] "POST /ref-update HTTP/1.1" 200 156 0.010244 10.0.0.130 - - [2025-04-21 02:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.130 - - [2025-04-21 02:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.130 - - [2025-04-21 02:11:46] "POST /ref-update HTTP/1.1" 200 156 0.007314 10.0.0.130 - - [2025-04-21 02:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.130 - - [2025-04-21 02:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002791 10.0.0.130 - - [2025-04-21 02:11:46] "POST /ref-update HTTP/1.1" 200 156 0.008276 10.0.0.130 - - [2025-04-21 02:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.130 - - [2025-04-21 02:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.130 - - [2025-04-21 02:11:46] "POST /ref-update HTTP/1.1" 200 156 0.006860 10.0.0.130 - - [2025-04-21 02:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.130 - - [2025-04-21 02:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.130 - - [2025-04-21 02:11:46] "POST /ref-update HTTP/1.1" 200 156 0.006880 10.0.0.130 - - [2025-04-21 02:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.130 - - [2025-04-21 02:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.130 - - [2025-04-21 02:11:46] "POST /ref-update HTTP/1.1" 200 156 0.009945 10.0.0.130 - - [2025-04-21 02:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.130 - - [2025-04-21 02:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.130 - - [2025-04-21 02:11:46] "POST /ref-update HTTP/1.1" 200 156 0.007986 10.0.0.130 - - [2025-04-21 02:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.130 - - [2025-04-21 02:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002777 10.0.0.130 - - [2025-04-21 02:11:46] "POST /ref-update HTTP/1.1" 200 156 0.007299 10.0.0.130 - - [2025-04-21 02:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.130 - - [2025-04-21 02:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.130 - - [2025-04-21 02:11:47] "POST /ref-update HTTP/1.1" 200 156 0.007189 10.0.0.130 - - [2025-04-21 02:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.130 - - [2025-04-21 02:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.130 - - [2025-04-21 02:11:47] "POST /ref-update HTTP/1.1" 200 156 0.006695 10.0.0.130 - - [2025-04-21 02:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.130 - - [2025-04-21 02:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002741 10.0.0.130 - - [2025-04-21 02:11:47] "POST /ref-update HTTP/1.1" 200 156 0.007574 10.0.0.130 - - [2025-04-21 02:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.130 - - [2025-04-21 02:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.130 - - [2025-04-21 02:11:47] "POST /ref-update HTTP/1.1" 200 156 0.007783 10.0.0.130 - - [2025-04-21 02:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.130 - - [2025-04-21 02:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.130 - - [2025-04-21 02:11:47] "POST /ref-update HTTP/1.1" 200 156 0.007425 10.0.0.130 - - [2025-04-21 02:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002864 10.0.0.130 - - [2025-04-21 02:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.130 - - [2025-04-21 02:11:47] "POST /ref-update HTTP/1.1" 200 156 0.006674 10.0.0.130 - - [2025-04-21 02:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.130 - - [2025-04-21 02:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.130 - - [2025-04-21 02:11:47] "POST /ref-update HTTP/1.1" 200 156 0.008071 10.0.0.130 - - [2025-04-21 02:11:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.130 - - [2025-04-21 02:11:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.130 - - [2025-04-21 02:11:48] "POST /ref-update HTTP/1.1" 200 156 0.009021 10.0.0.130 - - [2025-04-21 02:11:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.130 - - [2025-04-21 02:11:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.130 - - [2025-04-21 02:11:48] "POST /ref-update HTTP/1.1" 200 156 0.008007 10.0.0.130 - - [2025-04-21 02:11:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.130 - - [2025-04-21 02:11:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.130 - - [2025-04-21 02:11:48] "POST /ref-update HTTP/1.1" 200 156 0.006758 10.0.0.130 - - [2025-04-21 02:11:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.130 - - [2025-04-21 02:11:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.130 - - [2025-04-21 02:11:48] "POST /ref-update HTTP/1.1" 200 156 0.007136 10.0.0.130 - - [2025-04-21 02:11:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.130 - - [2025-04-21 02:11:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.130 - - [2025-04-21 02:11:48] "POST /ref-update HTTP/1.1" 200 156 0.010505 10.0.0.130 - - [2025-04-21 02:11:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.130 - - [2025-04-21 02:11:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.130 - - [2025-04-21 02:11:48] "POST /ref-update HTTP/1.1" 200 156 0.007215 10.0.0.130 - - [2025-04-21 02:11:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.130 - - [2025-04-21 02:11:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.130 - - [2025-04-21 02:11:49] "POST /ref-update HTTP/1.1" 200 156 0.008195 10.0.0.130 - - [2025-04-21 02:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.130 - - [2025-04-21 02:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.130 - - [2025-04-21 02:11:49] "POST /ref-update HTTP/1.1" 200 156 0.011089 10.0.0.130 - - [2025-04-21 02:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.130 - - [2025-04-21 02:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.130 - - [2025-04-21 02:11:49] "POST /ref-update HTTP/1.1" 200 156 0.008347 10.0.0.130 - - [2025-04-21 02:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.130 - - [2025-04-21 02:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.130 - - [2025-04-21 02:11:49] "POST /ref-update HTTP/1.1" 200 156 0.013177 10.0.0.130 - - [2025-04-21 02:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.130 - - [2025-04-21 02:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.130 - - [2025-04-21 02:11:49] "POST /ref-update HTTP/1.1" 200 156 0.006471 10.0.0.130 - - [2025-04-21 02:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 10.0.0.130 - - [2025-04-21 02:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.130 - - [2025-04-21 02:11:49] "POST /ref-update HTTP/1.1" 200 156 0.006781 10.0.0.130 - - [2025-04-21 02:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.130 - - [2025-04-21 02:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.130 - - [2025-04-21 02:11:49] "POST /ref-update HTTP/1.1" 200 156 0.007594 10.0.0.130 - - [2025-04-21 02:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002785 10.0.0.130 - - [2025-04-21 02:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.130 - - [2025-04-21 02:11:50] "POST /ref-update HTTP/1.1" 200 156 0.007711 10.0.0.130 - - [2025-04-21 02:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.130 - - [2025-04-21 02:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.130 - - [2025-04-21 02:11:50] "POST /ref-update HTTP/1.1" 200 156 0.007009 10.0.0.130 - - [2025-04-21 02:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.130 - - [2025-04-21 02:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.130 - - [2025-04-21 02:11:50] "POST /ref-update HTTP/1.1" 200 156 0.007973 10.0.0.130 - - [2025-04-21 02:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.130 - - [2025-04-21 02:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002735 10.0.0.130 - - [2025-04-21 02:11:50] "POST /ref-update HTTP/1.1" 200 156 0.009518 10.0.0.130 - - [2025-04-21 02:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.130 - - [2025-04-21 02:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.130 - - [2025-04-21 02:11:50] "POST /ref-update HTTP/1.1" 200 156 0.007548 10.0.0.130 - - [2025-04-21 02:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.130 - - [2025-04-21 02:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.130 - - [2025-04-21 02:11:50] "POST /ref-update HTTP/1.1" 200 156 0.010548 10.0.0.130 - - [2025-04-21 02:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.130 - - [2025-04-21 02:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.130 - - [2025-04-21 02:11:50] "POST /ref-update HTTP/1.1" 200 156 0.008403 10.0.0.130 - - [2025-04-21 02:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.130 - - [2025-04-21 02:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.130 - - [2025-04-21 02:11:51] "POST /ref-update HTTP/1.1" 200 156 0.006452 10.0.0.130 - - [2025-04-21 02:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.130 - - [2025-04-21 02:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.130 - - [2025-04-21 02:11:51] "POST /ref-update HTTP/1.1" 200 156 0.009974 10.0.0.130 - - [2025-04-21 02:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.130 - - [2025-04-21 02:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.130 - - [2025-04-21 02:11:51] "POST /ref-update HTTP/1.1" 200 156 0.007646 10.0.0.130 - - [2025-04-21 02:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002741 10.0.0.130 - - [2025-04-21 02:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.130 - - [2025-04-21 02:11:51] "POST /ref-update HTTP/1.1" 200 156 0.007953 10.0.0.130 - - [2025-04-21 02:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.130 - - [2025-04-21 02:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.130 - - [2025-04-21 02:11:51] "POST /ref-update HTTP/1.1" 200 156 0.007564 10.0.0.130 - - [2025-04-21 02:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002685 10.0.0.130 - - [2025-04-21 02:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002781 10.0.0.130 - - [2025-04-21 02:11:51] "POST /ref-update HTTP/1.1" 200 156 0.008684 10.0.0.130 - - [2025-04-21 02:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.130 - - [2025-04-21 02:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.130 - - [2025-04-21 02:11:52] "POST /ref-update HTTP/1.1" 200 156 0.008658 10.0.0.130 - - [2025-04-21 02:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.130 - - [2025-04-21 02:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002837 10.0.0.130 - - [2025-04-21 02:11:52] "POST /ref-update HTTP/1.1" 200 156 0.008774 10.0.0.130 - - [2025-04-21 02:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.130 - - [2025-04-21 02:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.130 - - [2025-04-21 02:11:52] "POST /ref-update HTTP/1.1" 200 156 0.007587 10.0.0.130 - - [2025-04-21 02:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.130 - - [2025-04-21 02:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.130 - - [2025-04-21 02:11:52] "POST /ref-update HTTP/1.1" 200 156 0.007685 10.0.0.130 - - [2025-04-21 02:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.130 - - [2025-04-21 02:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.130 - - [2025-04-21 02:11:52] "POST /ref-update HTTP/1.1" 200 156 0.006824 10.0.0.130 - - [2025-04-21 02:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.130 - - [2025-04-21 02:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.130 - - [2025-04-21 02:11:52] "POST /ref-update HTTP/1.1" 200 156 0.007395 10.0.0.130 - - [2025-04-21 02:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.130 - - [2025-04-21 02:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.130 - - [2025-04-21 02:11:52] "POST /ref-update HTTP/1.1" 200 156 0.007604 10.0.0.130 - - [2025-04-21 02:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.130 - - [2025-04-21 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002840 10.0.0.130 - - [2025-04-21 02:11:53] "POST /ref-update HTTP/1.1" 200 156 0.007686 10.0.0.130 - - [2025-04-21 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.130 - - [2025-04-21 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.130 - - [2025-04-21 02:11:53] "POST /ref-update HTTP/1.1" 200 156 0.007191 10.0.0.130 - - [2025-04-21 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.130 - - [2025-04-21 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.130 - - [2025-04-21 02:11:53] "POST /ref-update HTTP/1.1" 200 156 0.008770 10.0.0.130 - - [2025-04-21 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.130 - - [2025-04-21 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002821 10.0.0.130 - - [2025-04-21 02:11:53] "POST /ref-update HTTP/1.1" 200 156 0.008178 10.0.0.130 - - [2025-04-21 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.130 - - [2025-04-21 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.130 - - [2025-04-21 02:11:53] "POST /ref-update HTTP/1.1" 200 156 0.007895 10.0.0.130 - - [2025-04-21 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.130 - - [2025-04-21 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.130 - - [2025-04-21 02:11:53] "POST /ref-update HTTP/1.1" 200 156 0.008172 10.0.0.130 - - [2025-04-21 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.130 - - [2025-04-21 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002818 10.0.0.130 - - [2025-04-21 02:11:53] "POST /ref-update HTTP/1.1" 200 156 0.007288 10.0.0.130 - - [2025-04-21 02:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.130 - - [2025-04-21 02:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.130 - - [2025-04-21 02:11:54] "POST /ref-update HTTP/1.1" 200 156 0.006682 10.0.0.130 - - [2025-04-21 02:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.130 - - [2025-04-21 02:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.130 - - [2025-04-21 02:11:54] "POST /ref-update HTTP/1.1" 200 156 0.009566 10.0.0.130 - - [2025-04-21 02:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.130 - - [2025-04-21 02:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.130 - - [2025-04-21 02:11:54] "POST /ref-update HTTP/1.1" 200 156 0.007764 10.0.0.130 - - [2025-04-21 02:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.130 - - [2025-04-21 02:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.130 - - [2025-04-21 02:11:54] "POST /ref-update HTTP/1.1" 200 156 0.007240 10.0.0.130 - - [2025-04-21 02:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.130 - - [2025-04-21 02:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002868 10.0.0.130 - - [2025-04-21 02:11:54] "POST /ref-update HTTP/1.1" 200 156 0.006826 10.0.0.130 - - [2025-04-21 02:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.130 - - [2025-04-21 02:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.130 - - [2025-04-21 02:11:54] "POST /ref-update HTTP/1.1" 200 156 0.009367 10.0.0.130 - - [2025-04-21 02:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.130 - - [2025-04-21 02:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.130 - - [2025-04-21 02:11:55] "POST /ref-update HTTP/1.1" 200 156 0.006965 10.0.0.130 - - [2025-04-21 02:11:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.130 - - [2025-04-21 02:11:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.130 - - [2025-04-21 02:11:55] "POST /ref-update HTTP/1.1" 200 156 0.007942 10.0.0.130 - - [2025-04-21 02:11:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.130 - - [2025-04-21 02:11:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.130 - - [2025-04-21 02:11:55] "POST /ref-update HTTP/1.1" 200 156 0.006980 10.0.0.130 - - [2025-04-21 02:11:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.130 - - [2025-04-21 02:11:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.130 - - [2025-04-21 02:11:55] "POST /ref-update HTTP/1.1" 200 156 0.009638 10.0.0.130 - - [2025-04-21 02:11:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.130 - - [2025-04-21 02:11:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.130 - - [2025-04-21 02:11:55] "POST /ref-update HTTP/1.1" 200 156 0.006908 10.0.0.130 - - [2025-04-21 02:11:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.130 - - [2025-04-21 02:11:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002621 10.0.0.130 - - [2025-04-21 02:11:55] "POST /ref-update HTTP/1.1" 200 156 0.006831 10.0.0.130 - - [2025-04-21 02:11:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002756 10.0.0.130 - - [2025-04-21 02:11:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.130 - - [2025-04-21 02:11:55] "POST /ref-update HTTP/1.1" 200 156 0.007087 10.0.0.130 - - [2025-04-21 02:11:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.130 - - [2025-04-21 02:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.130 - - [2025-04-21 02:11:56] "POST /ref-update HTTP/1.1" 200 156 0.009173 10.0.0.130 - - [2025-04-21 02:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002659 10.0.0.130 - - [2025-04-21 02:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.130 - - [2025-04-21 02:11:56] "POST /ref-update HTTP/1.1" 200 156 0.019385 10.0.0.130 - - [2025-04-21 02:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.130 - - [2025-04-21 02:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.130 - - [2025-04-21 02:11:56] "POST /ref-update HTTP/1.1" 200 156 0.007779 10.0.0.130 - - [2025-04-21 02:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.130 - - [2025-04-21 02:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.130 - - [2025-04-21 02:11:56] "POST /ref-update HTTP/1.1" 200 156 0.007160 10.0.0.130 - - [2025-04-21 02:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.130 - - [2025-04-21 02:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.130 - - [2025-04-21 02:11:56] "POST /ref-update HTTP/1.1" 200 156 0.009272 10.0.0.130 - - [2025-04-21 02:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.130 - - [2025-04-21 02:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.130 - - [2025-04-21 02:11:56] "POST /ref-update HTTP/1.1" 200 156 0.008165 10.0.0.130 - - [2025-04-21 02:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.130 - - [2025-04-21 02:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.130 - - [2025-04-21 02:11:56] "POST /ref-update HTTP/1.1" 200 156 0.007625 10.0.0.130 - - [2025-04-21 02:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.130 - - [2025-04-21 02:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.130 - - [2025-04-21 02:11:57] "POST /ref-update HTTP/1.1" 200 156 0.007037 10.0.0.130 - - [2025-04-21 02:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.130 - - [2025-04-21 02:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002808 10.0.0.130 - - [2025-04-21 02:11:57] "POST /ref-update HTTP/1.1" 200 156 0.007305 10.0.0.130 - - [2025-04-21 02:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.130 - - [2025-04-21 02:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.130 - - [2025-04-21 02:11:57] "POST /ref-update HTTP/1.1" 200 156 0.007065 10.0.0.130 - - [2025-04-21 02:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.130 - - [2025-04-21 02:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.130 - - [2025-04-21 02:11:57] "POST /ref-update HTTP/1.1" 200 156 0.007193 10.0.0.130 - - [2025-04-21 02:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.130 - - [2025-04-21 02:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.130 - - [2025-04-21 02:11:57] "POST /ref-update HTTP/1.1" 200 156 0.008579 10.0.0.130 - - [2025-04-21 02:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.130 - - [2025-04-21 02:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002735 10.0.0.130 - - [2025-04-21 02:11:57] "POST /ref-update HTTP/1.1" 200 156 0.006800 10.0.0.130 - - [2025-04-21 02:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.130 - - [2025-04-21 02:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002732 10.0.0.130 - - [2025-04-21 02:11:58] "POST /ref-update HTTP/1.1" 200 156 0.043489 10.0.0.130 - - [2025-04-21 02:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.130 - - [2025-04-21 02:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.130 - - [2025-04-21 02:11:58] "POST /ref-update HTTP/1.1" 200 156 0.007519 10.0.0.130 - - [2025-04-21 02:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.130 - - [2025-04-21 02:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004979 10.0.0.130 - - [2025-04-21 02:11:58] "POST /ref-update HTTP/1.1" 200 156 0.006692 10.0.0.130 - - [2025-04-21 02:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002525 10.0.0.130 - - [2025-04-21 02:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.130 - - [2025-04-21 02:11:58] "POST /ref-update HTTP/1.1" 200 156 0.007022 10.0.0.130 - - [2025-04-21 02:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005151 10.0.0.130 - - [2025-04-21 02:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.008720 10.0.0.130 - - [2025-04-21 02:11:58] "POST /ref-update HTTP/1.1" 200 156 0.010681 10.0.0.130 - - [2025-04-21 02:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.130 - - [2025-04-21 02:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.130 - - [2025-04-21 02:11:58] "POST /ref-update HTTP/1.1" 200 156 0.007694 10.0.0.130 - - [2025-04-21 02:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.130 - - [2025-04-21 02:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004646 10.0.0.130 - - [2025-04-21 02:11:58] "POST /ref-update HTTP/1.1" 200 156 0.010577 10.0.0.130 - - [2025-04-21 02:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.130 - - [2025-04-21 02:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.130 - - [2025-04-21 02:11:59] "POST /ref-update HTTP/1.1" 200 156 0.008309 10.0.0.130 - - [2025-04-21 02:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.130 - - [2025-04-21 02:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002835 10.0.0.130 - - [2025-04-21 02:11:59] "POST /ref-update HTTP/1.1" 200 156 0.006986 10.0.0.130 - - [2025-04-21 02:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.130 - - [2025-04-21 02:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002706 10.0.0.130 - - [2025-04-21 02:11:59] "POST /ref-update HTTP/1.1" 200 156 0.007436 10.0.0.130 - - [2025-04-21 02:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.130 - - [2025-04-21 02:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004654 10.0.0.130 - - [2025-04-21 02:11:59] "GET / HTTP/1.1" 200 36215 0.003380 10.0.0.130 - - [2025-04-21 02:11:59] "POST /fqname-to-id HTTP/1.1" 401 293 0.000397 10.0.0.130 - - [2025-04-21 02:11:59] "POST /ref-update HTTP/1.1" 200 156 0.009496 10.0.0.130 - - [2025-04-21 02:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.006523 10.0.0.130 - - [2025-04-21 02:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.130 - - [2025-04-21 02:11:59] "POST /ref-update HTTP/1.1" 200 156 0.030847 10.0.0.130 - - [2025-04-21 02:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.130 - - [2025-04-21 02:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.130 - - [2025-04-21 02:11:59] "POST /ref-update HTTP/1.1" 200 156 0.007699 10.0.0.130 - - [2025-04-21 02:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.027324 10.0.0.130 - - [2025-04-21 02:11:59] "GET /routing-instance/269500bf-7a7a-434d-a66b-a5b3bbd623e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.004634 10.0.0.130 - - [2025-04-21 02:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.130 - - [2025-04-21 02:12:00] "POST /bgp-routers HTTP/1.1" 200 622 0.022967 10.0.0.130 - - [2025-04-21 02:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002721 10.0.0.130 - - [2025-04-21 02:12:00] "GET /bgp-router/a5d00193-5b97-4d9d-be4d-72b9ea45d895?fields=global_system_config_back_refs HTTP/1.1" 200 1118 0.005988 10.0.0.130 - - [2025-04-21 02:12:00] "POST /ref-update HTTP/1.1" 200 156 0.009428 10.0.0.130 - - [2025-04-21 02:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.130 - - [2025-04-21 02:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819 10.0.0.130 - - [2025-04-21 02:12:00] "GET /global-system-config/734438e6-b615-40ac-9d5a-e47a54f05efa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.006751 10.0.0.130 - - [2025-04-21 02:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.130 - - [2025-04-21 02:12:00] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003194 10.0.0.130 - - [2025-04-21 02:12:00] "POST /ref-update HTTP/1.1" 200 156 0.007034 10.0.0.130 - - [2025-04-21 02:12:00] "POST /ref-update HTTP/1.1" 200 156 0.007501 10.0.0.130 - - [2025-04-21 02:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.130 - - [2025-04-21 02:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.130 - - [2025-04-21 02:12:00] "POST /ref-update HTTP/1.1" 200 156 0.007650 10.0.0.130 - - [2025-04-21 02:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.130 - - [2025-04-21 02:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.130 - - [2025-04-21 02:12:00] "POST /ref-update HTTP/1.1" 200 156 0.008191 10.0.0.130 - - [2025-04-21 02:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.130 - - [2025-04-21 02:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.130 - - [2025-04-21 02:12:00] "POST /ref-update HTTP/1.1" 200 156 0.010001 10.0.0.130 - - [2025-04-21 02:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.130 - - [2025-04-21 02:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.130 - - [2025-04-21 02:12:00] "POST /ref-update HTTP/1.1" 200 156 0.007688 10.0.0.130 - - [2025-04-21 02:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.130 - - [2025-04-21 02:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.130 - - [2025-04-21 02:12:00] "POST /ref-update HTTP/1.1" 200 156 0.007765 10.0.0.130 - - [2025-04-21 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.130 - - [2025-04-21 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.130 - - [2025-04-21 02:12:01] "POST /ref-update HTTP/1.1" 200 156 0.008035 10.0.0.130 - - [2025-04-21 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.130 - - [2025-04-21 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.130 - - [2025-04-21 02:12:01] "POST /ref-update HTTP/1.1" 200 156 0.007495 10.0.0.130 - - [2025-04-21 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.130 - - [2025-04-21 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.130 - - [2025-04-21 02:12:01] "POST /ref-update HTTP/1.1" 200 156 0.009066 10.0.0.130 - - [2025-04-21 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002797 10.0.0.130 - - [2025-04-21 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.130 - - [2025-04-21 02:12:01] "POST /ref-update HTTP/1.1" 200 156 0.007246 10.0.0.130 - - [2025-04-21 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.130 - - [2025-04-21 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.130 - - [2025-04-21 02:12:01] "POST /ref-update HTTP/1.1" 200 156 0.010042 10.0.0.130 - - [2025-04-21 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.130 - - [2025-04-21 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.130 - - [2025-04-21 02:12:01] "POST /ref-update HTTP/1.1" 200 156 0.011024 10.0.0.130 - - [2025-04-21 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.130 - - [2025-04-21 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002770 10.0.0.130 - - [2025-04-21 02:12:02] "POST /ref-update HTTP/1.1" 200 156 0.008395 10.0.0.130 - - [2025-04-21 02:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.130 - - [2025-04-21 02:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.130 - - [2025-04-21 02:12:02] "POST /ref-update HTTP/1.1" 200 156 0.008375 10.0.0.130 - - [2025-04-21 02:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.130 - - [2025-04-21 02:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.130 - - [2025-04-21 02:12:02] "POST /ref-update HTTP/1.1" 200 156 0.007491 10.0.0.130 - - [2025-04-21 02:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.130 - - [2025-04-21 02:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.130 - - [2025-04-21 02:12:02] "POST /ref-update HTTP/1.1" 200 156 0.007368 10.0.0.130 - - [2025-04-21 02:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.130 - - [2025-04-21 02:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.130 - - [2025-04-21 02:12:02] "POST /ref-update HTTP/1.1" 200 156 0.008022 10.0.0.130 - - [2025-04-21 02:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.130 - - [2025-04-21 02:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.130 - - [2025-04-21 02:12:02] "POST /ref-update HTTP/1.1" 200 156 0.016271 10.0.0.130 - - [2025-04-21 02:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.130 - - [2025-04-21 02:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002767 10.0.0.130 - - [2025-04-21 02:12:02] "POST /ref-update HTTP/1.1" 200 156 0.007037 10.0.0.130 - - [2025-04-21 02:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.130 - - [2025-04-21 02:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.130 - - [2025-04-21 02:12:03] "POST /ref-update HTTP/1.1" 200 156 0.009170 10.0.0.130 - - [2025-04-21 02:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.130 - - [2025-04-21 02:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.130 - - [2025-04-21 02:12:03] "POST /ref-update HTTP/1.1" 200 156 0.008590 10.0.0.130 - - [2025-04-21 02:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.130 - - [2025-04-21 02:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.130 - - [2025-04-21 02:12:03] "POST /ref-update HTTP/1.1" 200 156 0.008428 10.0.0.130 - - [2025-04-21 02:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.130 - - [2025-04-21 02:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.130 - - [2025-04-21 02:12:03] "POST /ref-update HTTP/1.1" 200 156 0.007713 10.0.0.130 - - [2025-04-21 02:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.130 - - [2025-04-21 02:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.130 - - [2025-04-21 02:12:03] "POST /ref-update HTTP/1.1" 200 156 0.009132 10.0.0.130 - - [2025-04-21 02:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.130 - - [2025-04-21 02:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.130 - - [2025-04-21 02:12:03] "POST /ref-update HTTP/1.1" 200 156 0.007842 10.0.0.130 - - [2025-04-21 02:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.130 - - [2025-04-21 02:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002834 10.0.0.130 - - [2025-04-21 02:12:04] "POST /ref-update HTTP/1.1" 200 156 0.008425 10.0.0.130 - - [2025-04-21 02:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002732 10.0.0.130 - - [2025-04-21 02:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.130 - - [2025-04-21 02:12:04] "POST /ref-update HTTP/1.1" 200 156 0.008364 10.0.0.130 - - [2025-04-21 02:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.130 - - [2025-04-21 02:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.130 - - [2025-04-21 02:12:04] "POST /ref-update HTTP/1.1" 200 156 0.008037 10.0.0.130 - - [2025-04-21 02:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002799 10.0.0.130 - - [2025-04-21 02:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.130 - - [2025-04-21 02:12:04] "POST /ref-update HTTP/1.1" 200 156 0.008600 10.0.0.130 - - [2025-04-21 02:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002771 10.0.0.130 - - [2025-04-21 02:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.130 - - [2025-04-21 02:12:04] "POST /ref-update HTTP/1.1" 200 156 0.009803 10.0.0.130 - - [2025-04-21 02:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.130 - - [2025-04-21 02:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.130 - - [2025-04-21 02:12:04] "POST /ref-update HTTP/1.1" 200 156 0.011190 10.0.0.130 - - [2025-04-21 02:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.130 - - [2025-04-21 02:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.130 - - [2025-04-21 02:12:04] "POST /ref-update HTTP/1.1" 200 156 0.008672 10.0.0.130 - - [2025-04-21 02:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002791 10.0.0.130 - - [2025-04-21 02:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.130 - - [2025-04-21 02:12:05] "POST /ref-update HTTP/1.1" 200 156 0.010068 10.0.0.130 - - [2025-04-21 02:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.130 - - [2025-04-21 02:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002735 10.0.0.130 - - [2025-04-21 02:12:05] "POST /ref-update HTTP/1.1" 200 156 0.009024 10.0.0.130 - - [2025-04-21 02:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.130 - - [2025-04-21 02:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.130 - - [2025-04-21 02:12:05] "POST /ref-update HTTP/1.1" 200 156 0.007848 10.0.0.130 - - [2025-04-21 02:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.130 - - [2025-04-21 02:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002721 10.0.0.130 - - [2025-04-21 02:12:05] "POST /ref-update HTTP/1.1" 200 156 0.009262 10.0.0.130 - - [2025-04-21 02:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.130 - - [2025-04-21 02:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002808 10.0.0.130 - - [2025-04-21 02:12:05] "POST /ref-update HTTP/1.1" 200 156 0.008205 10.0.0.130 - - [2025-04-21 02:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.130 - - [2025-04-21 02:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.130 - - [2025-04-21 02:12:05] "POST /ref-update HTTP/1.1" 200 156 0.007754 10.0.0.130 - - [2025-04-21 02:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002842 10.0.0.130 - - [2025-04-21 02:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.130 - - [2025-04-21 02:12:06] "POST /ref-update HTTP/1.1" 200 156 0.008130 10.0.0.130 - - [2025-04-21 02:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.130 - - [2025-04-21 02:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.130 - - [2025-04-21 02:12:06] "POST /ref-update HTTP/1.1" 200 156 0.008505 10.0.0.130 - - [2025-04-21 02:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.130 - - [2025-04-21 02:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.130 - - [2025-04-21 02:12:06] "POST /ref-update HTTP/1.1" 200 156 0.008012 10.0.0.130 - - [2025-04-21 02:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.130 - - [2025-04-21 02:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002770 10.0.0.130 - - [2025-04-21 02:12:06] "POST /ref-update HTTP/1.1" 200 156 0.008836 10.0.0.130 - - [2025-04-21 02:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.130 - - [2025-04-21 02:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.130 - - [2025-04-21 02:12:06] "POST /ref-update HTTP/1.1" 200 156 0.008389 10.0.0.130 - - [2025-04-21 02:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.130 - - [2025-04-21 02:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.130 - - [2025-04-21 02:12:06] "POST /ref-update HTTP/1.1" 200 156 0.009184 10.0.0.130 - - [2025-04-21 02:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.130 - - [2025-04-21 02:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.130 - - [2025-04-21 02:12:06] "POST /ref-update HTTP/1.1" 200 156 0.008291 10.0.0.130 - - [2025-04-21 02:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.130 - - [2025-04-21 02:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.130 - - [2025-04-21 02:12:07] "POST /ref-update HTTP/1.1" 200 156 0.007972 10.0.0.130 - - [2025-04-21 02:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.130 - - [2025-04-21 02:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.130 - - [2025-04-21 02:12:07] "POST /ref-update HTTP/1.1" 200 156 0.008156 10.0.0.130 - - [2025-04-21 02:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.130 - - [2025-04-21 02:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002837 10.0.0.130 - - [2025-04-21 02:12:07] "POST /ref-update HTTP/1.1" 200 156 0.012220 10.0.0.130 - - [2025-04-21 02:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.130 - - [2025-04-21 02:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.130 - - [2025-04-21 02:12:07] "POST /ref-update HTTP/1.1" 200 156 0.009164 10.0.0.130 - - [2025-04-21 02:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.130 - - [2025-04-21 02:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002801 10.0.0.130 - - [2025-04-21 02:12:07] "POST /ref-update HTTP/1.1" 200 156 0.010568 10.0.0.130 - - [2025-04-21 02:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.130 - - [2025-04-21 02:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.130 - - [2025-04-21 02:12:07] "POST /ref-update HTTP/1.1" 200 156 0.011733 10.0.0.130 - - [2025-04-21 02:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.130 - - [2025-04-21 02:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002850 10.0.0.130 - - [2025-04-21 02:12:08] "POST /ref-update HTTP/1.1" 200 156 0.009090 10.0.0.130 - - [2025-04-21 02:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.130 - - [2025-04-21 02:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002790 10.0.0.130 - - [2025-04-21 02:12:08] "POST /ref-update HTTP/1.1" 200 156 0.008803 10.0.0.130 - - [2025-04-21 02:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.130 - - [2025-04-21 02:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.130 - - [2025-04-21 02:12:08] "POST /ref-update HTTP/1.1" 200 156 0.008443 10.0.0.130 - - [2025-04-21 02:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.130 - - [2025-04-21 02:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002842 10.0.0.130 - - [2025-04-21 02:12:08] "POST /ref-update HTTP/1.1" 200 156 0.013574 10.0.0.130 - - [2025-04-21 02:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.130 - - [2025-04-21 02:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.130 - - [2025-04-21 02:12:08] "POST /ref-update HTTP/1.1" 200 156 0.008324 10.0.0.130 - - [2025-04-21 02:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.130 - - [2025-04-21 02:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.130 - - [2025-04-21 02:12:08] "POST /ref-update HTTP/1.1" 200 156 0.009226 10.0.0.130 - - [2025-04-21 02:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.130 - - [2025-04-21 02:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.130 - - [2025-04-21 02:12:08] "POST /ref-update HTTP/1.1" 200 156 0.010080 10.0.0.130 - - [2025-04-21 02:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.130 - - [2025-04-21 02:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.130 - - [2025-04-21 02:12:09] "POST /ref-update HTTP/1.1" 200 156 0.008946 10.0.0.130 - - [2025-04-21 02:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.130 - - [2025-04-21 02:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.130 - - [2025-04-21 02:12:09] "POST /ref-update HTTP/1.1" 200 156 0.008129 10.0.0.130 - - [2025-04-21 02:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.130 - - [2025-04-21 02:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.130 - - [2025-04-21 02:12:09] "POST /ref-update HTTP/1.1" 200 156 0.011590 10.0.0.130 - - [2025-04-21 02:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.130 - - [2025-04-21 02:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.130 - - [2025-04-21 02:12:09] "POST /ref-update HTTP/1.1" 200 156 0.008492 10.0.0.130 - - [2025-04-21 02:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.130 - - [2025-04-21 02:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.130 - - [2025-04-21 02:12:09] "POST /ref-update HTTP/1.1" 200 156 0.009528 10.0.0.130 - - [2025-04-21 02:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.130 - - [2025-04-21 02:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.130 - - [2025-04-21 02:12:09] "POST /ref-update HTTP/1.1" 200 156 0.022656 10.0.0.130 - - [2025-04-21 02:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.130 - - [2025-04-21 02:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002705 10.0.0.130 - - [2025-04-21 02:12:10] "POST /ref-update HTTP/1.1" 200 156 0.015996 10.0.0.130 - - [2025-04-21 02:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.130 - - [2025-04-21 02:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.130 - - [2025-04-21 02:12:10] "POST /ref-update HTTP/1.1" 200 156 0.008500 10.0.0.130 - - [2025-04-21 02:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.130 - - [2025-04-21 02:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002622 10.0.0.130 - - [2025-04-21 02:12:10] "POST /ref-update HTTP/1.1" 200 156 0.008211 10.0.0.130 - - [2025-04-21 02:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.130 - - [2025-04-21 02:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002790 10.0.0.130 - - [2025-04-21 02:12:10] "POST /ref-update HTTP/1.1" 200 156 0.008941 10.0.0.130 - - [2025-04-21 02:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.130 - - [2025-04-21 02:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.130 - - [2025-04-21 02:12:10] "POST /ref-update HTTP/1.1" 200 156 0.007641 10.0.0.130 - - [2025-04-21 02:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.130 - - [2025-04-21 02:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.130 - - [2025-04-21 02:12:10] "POST /ref-update HTTP/1.1" 200 156 0.008908 10.0.0.130 - - [2025-04-21 02:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.130 - - [2025-04-21 02:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.130 - - [2025-04-21 02:12:10] "POST /ref-update HTTP/1.1" 200 156 0.007915 10.0.0.130 - - [2025-04-21 02:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.130 - - [2025-04-21 02:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.130 - - [2025-04-21 02:12:11] "POST /ref-update HTTP/1.1" 200 156 0.007374 10.0.0.130 - - [2025-04-21 02:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.130 - - [2025-04-21 02:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.130 - - [2025-04-21 02:12:11] "POST /ref-update HTTP/1.1" 200 156 0.006346 10.0.0.130 - - [2025-04-21 02:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.130 - - [2025-04-21 02:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002775 10.0.0.130 - - [2025-04-21 02:12:11] "POST /ref-update HTTP/1.1" 200 156 0.007413 10.0.0.130 - - [2025-04-21 02:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002801 10.0.0.130 - - [2025-04-21 02:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002778 10.0.0.130 - - [2025-04-21 02:12:11] "POST /ref-update HTTP/1.1" 200 156 0.007778 10.0.0.130 - - [2025-04-21 02:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.130 - - [2025-04-21 02:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.130 - - [2025-04-21 02:12:11] "POST /ref-update HTTP/1.1" 200 156 0.012133 10.0.0.130 - - [2025-04-21 02:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.130 - - [2025-04-21 02:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.130 - - [2025-04-21 02:12:11] "POST /ref-update HTTP/1.1" 200 156 0.009786 10.0.0.130 - - [2025-04-21 02:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.130 - - [2025-04-21 02:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.130 - - [2025-04-21 02:12:11] "POST /ref-update HTTP/1.1" 200 156 0.007243 10.0.0.130 - - [2025-04-21 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.130 - - [2025-04-21 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.130 - - [2025-04-21 02:12:12] "POST /ref-update HTTP/1.1" 200 156 0.008045 10.0.0.130 - - [2025-04-21 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.130 - - [2025-04-21 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002742 10.0.0.130 - - [2025-04-21 02:12:12] "POST /ref-update HTTP/1.1" 200 156 0.006929 10.0.0.130 - - [2025-04-21 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.130 - - [2025-04-21 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.130 - - [2025-04-21 02:12:12] "POST /ref-update HTTP/1.1" 200 156 0.006851 10.0.0.130 - - [2025-04-21 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.130 - - [2025-04-21 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.130 - - [2025-04-21 02:12:12] "POST /ref-update HTTP/1.1" 200 156 0.007265 10.0.0.130 - - [2025-04-21 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.130 - - [2025-04-21 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.130 - - [2025-04-21 02:12:12] "POST /ref-update HTTP/1.1" 200 156 0.011073 10.0.0.130 - - [2025-04-21 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.130 - - [2025-04-21 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002754 10.0.0.130 - - [2025-04-21 02:12:12] "POST /ref-update HTTP/1.1" 200 156 0.010747 10.0.0.130 - - [2025-04-21 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.130 - - [2025-04-21 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.130 - - [2025-04-21 02:12:13] "POST /ref-update HTTP/1.1" 200 156 0.010034 10.0.0.130 - - [2025-04-21 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.130 - - [2025-04-21 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.130 - - [2025-04-21 02:12:13] "POST /ref-update HTTP/1.1" 200 156 0.010352 10.0.0.130 - - [2025-04-21 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.130 - - [2025-04-21 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.130 - - [2025-04-21 02:12:13] "POST /ref-update HTTP/1.1" 200 156 0.010361 10.0.0.130 - - [2025-04-21 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.130 - - [2025-04-21 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.130 - - [2025-04-21 02:12:13] "POST /ref-update HTTP/1.1" 200 156 0.010348 10.0.0.130 - - [2025-04-21 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.130 - - [2025-04-21 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.130 - - [2025-04-21 02:12:13] "POST /ref-update HTTP/1.1" 200 156 0.008276 10.0.0.130 - - [2025-04-21 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.130 - - [2025-04-21 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.130 - - [2025-04-21 02:12:13] "POST /ref-update HTTP/1.1" 200 156 0.009387 10.0.0.130 - - [2025-04-21 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.130 - - [2025-04-21 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.130 - - [2025-04-21 02:12:14] "POST /ref-update HTTP/1.1" 200 156 0.009812 10.0.0.130 - - [2025-04-21 02:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.130 - - [2025-04-21 02:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.130 - - [2025-04-21 02:12:14] "POST /ref-update HTTP/1.1" 200 156 0.009897 10.0.0.130 - - [2025-04-21 02:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.130 - - [2025-04-21 02:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.130 - - [2025-04-21 02:12:14] "POST /ref-update HTTP/1.1" 200 156 0.007563 10.0.0.130 - - [2025-04-21 02:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.130 - - [2025-04-21 02:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.130 - - [2025-04-21 02:12:14] "POST /ref-update HTTP/1.1" 200 156 0.007442 10.0.0.130 - - [2025-04-21 02:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.130 - - [2025-04-21 02:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.130 - - [2025-04-21 02:12:14] "POST /ref-update HTTP/1.1" 200 156 0.013580 10.0.0.130 - - [2025-04-21 02:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.130 - - [2025-04-21 02:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.130 - - [2025-04-21 02:12:14] "POST /ref-update HTTP/1.1" 200 156 0.008394 10.0.0.130 - - [2025-04-21 02:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.130 - - [2025-04-21 02:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.130 - - [2025-04-21 02:12:14] "POST /ref-update HTTP/1.1" 200 156 0.008131 10.0.0.130 - - [2025-04-21 02:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.130 - - [2025-04-21 02:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.130 - - [2025-04-21 02:12:15] "POST /ref-update HTTP/1.1" 200 156 0.008287 10.0.0.130 - - [2025-04-21 02:12:15] "POST /network-ipams HTTP/1.1" 200 552 0.017342 10.0.0.130 - - [2025-04-21 02:12:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002516 10.0.0.130 - - [2025-04-21 02:12:15] "POST /virtual-networks HTTP/1.1" 200 554 0.104167 10.0.0.130 - - [2025-04-21 02:12:15] "POST /route-targets HTTP/1.1" 200 328 0.008224 10.0.0.130 - - [2025-04-21 02:12:15] "POST /ref-update HTTP/1.1" 200 156 0.011140 10.0.0.130 - - [2025-04-21 02:12:15] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.002139 10.0.0.130 - - [2025-04-21 02:12:15] "POST /fqname-to-id HTTP/1.1" 404 188 0.002896 10.0.0.130 - - [2025-04-21 02:12:15] "POST /fqname-to-id HTTP/1.1" 404 178 0.002861 10.0.0.130 - - [2025-04-21 02:12:15] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 313 0.003187 10.0.0.130 - - [2025-04-21 02:12:15] "GET /fabric/b9fe2904-d827-4583-8bd1-9b473f0f0248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1119 0.003996 10.0.0.130 - - [2025-04-21 02:12:15] "POST /fqname-to-id HTTP/1.1" 404 198 0.002794 10.0.0.130 - - [2025-04-21 02:12:15] "POST /fqname-to-id HTTP/1.1" 404 205 0.002941 10.0.0.130 - - [2025-04-21 02:12:15] "POST /fqname-to-id HTTP/1.1" 404 207 0.002854 10.0.0.130 - - [2025-04-21 02:12:29] "GET / HTTP/1.1" 200 36215 0.001729 10.0.0.130 - - [2025-04-21 02:12:29] "POST /fqname-to-id HTTP/1.1" 401 293 0.000422 10.0.0.130 - - [2025-04-21 02:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.023254 10.0.0.130 - - [2025-04-21 02:12:29] "GET /global-system-config/734438e6-b615-40ac-9d5a-e47a54f05efa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006763 10.0.0.130 - - [2025-04-21 02:12:29] "POST /fqname-to-id HTTP/1.1" 404 220 0.005429 10.0.0.130 - - [2025-04-21 02:12:29] "POST /database-nodes HTTP/1.1" 200 605 0.022609 10.0.0.130 - - [2025-04-21 02:13:00] "GET / HTTP/1.1" 200 36215 0.002899 10.0.0.130 - - [2025-04-21 02:13:00] "POST /fqname-to-id HTTP/1.1" 401 293 0.000436 10.0.0.130 - - [2025-04-21 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.024087 10.0.0.130 - - [2025-04-21 02:13:01] "GET /global-system-config/734438e6-b615-40ac-9d5a-e47a54f05efa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006138 10.0.0.130 - - [2025-04-21 02:13:01] "POST /fqname-to-id HTTP/1.1" 404 220 0.002730 10.0.0.130 - - [2025-04-21 02:13:01] "POST /analytics-nodes HTTP/1.1" 200 607 0.019659 10.0.0.130 - - [2025-04-21 02:13:07] "GET / HTTP/1.1" 200 36215 0.001769 10.0.0.130 - - [2025-04-21 02:13:14] "GET / HTTP/1.1" 200 36215 0.001635 10.0.0.130 - - [2025-04-21 02:13:14] "POST /fqname-to-id HTTP/1.1" 401 293 0.000399 10.0.0.130 - - [2025-04-21 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.025327 10.0.0.130 - - [2025-04-21 02:13:14] "GET /global-system-config/734438e6-b615-40ac-9d5a-e47a54f05efa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005805 10.0.0.130 - - [2025-04-21 02:13:14] "POST /fqname-to-id HTTP/1.1" 404 220 0.002721 10.0.0.130 - - [2025-04-21 02:13:14] "POST /analytics-alarm-nodes HTTP/1.1" 200 619 0.017668 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.130 - - [2025-04-21 02:13:17] "GET /obj-perms HTTP/1.1" 200 5075 0.357080 10.0.0.130 - - [2025-04-21 02:13:17] "GET /obj-perms HTTP/1.1" 200 5075 0.053567 10.0.0.130 - - [2025-04-21 02:13:22] "GET / HTTP/1.1" 200 36215 0.002434 10.0.0.130 - - [2025-04-21 02:13:22] "POST /fqname-to-id HTTP/1.1" 401 293 0.000434 10.0.0.130 - - [2025-04-21 02:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.025796 10.0.0.130 - - [2025-04-21 02:13:23] "GET /global-system-config/734438e6-b615-40ac-9d5a-e47a54f05efa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.007996 10.0.0.130 - - [2025-04-21 02:13:23] "POST /fqname-to-id HTTP/1.1" 404 220 0.002770 10.0.0.130 - - [2025-04-21 02:13:23] "POST /analytics-snmp-nodes HTTP/1.1" 200 617 0.022624 10.0.0.130 - - [2025-04-21 02:14:17] "GET /obj-perms HTTP/1.1" 200 5075 0.049412 10.0.0.130 - - [2025-04-21 02:14:18] "GET /obj-perms HTTP/1.1" 200 5075 0.042170 10.0.0.130 - - [2025-04-21 02:14:52] "GET / HTTP/1.1" 200 36215 0.001644 10.0.0.130 - - [2025-04-21 02:14:52] "POST /fqname-to-id HTTP/1.1" 401 293 0.000376 10.0.0.130 - - [2025-04-21 02:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.024219 10.0.0.130 - - [2025-04-21 02:14:52] "GET /global-system-config/734438e6-b615-40ac-9d5a-e47a54f05efa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005368 10.0.0.130 - - [2025-04-21 02:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002842 10.0.0.130 - - [2025-04-21 02:14:53] "GET /routing-instance/269500bf-7a7a-434d-a66b-a5b3bbd623e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.003616 10.0.0.130 - - [2025-04-21 02:14:53] "PUT /global-system-config/734438e6-b615-40ac-9d5a-e47a54f05efa HTTP/1.1" 200 275 0.009478 10.0.0.130 - - [2025-04-21 02:14:53] "POST /fqname-to-id HTTP/1.1" 404 218 0.002877 10.0.0.130 - - [2025-04-21 02:14:53] "POST /virtual-routers HTTP/1.1" 200 605 0.021107 10.0.0.130 - - [2025-04-21 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.130 - - [2025-04-21 02:14:53] "GET /virtual-router/2b0191eb-1cd1-4ee3-9425-4d666cdb1113?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.008656 10.0.0.130 - - [2025-04-21 02:14:53] "POST /fqname-to-id HTTP/1.1" 404 231 0.002681 10.0.0.130 - - [2025-04-21 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.130 - - [2025-04-21 02:14:53] "GET /virtual-network/8dbc5846-f49c-4e99-a7c4-b17dc38e12e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.004925 10.0.0.130 - - [2025-04-21 02:14:53] "POST /virtual-machine-interfaces HTTP/1.1" 200 587 0.043859 10.0.0.130 - - [2025-04-21 02:14:54] "PUT /access-control-list/dbfb8882-ac4d-4eef-a4e4-41ca10088bb6 HTTP/1.1" 200 273 0.010490 [Introspect:8084]10.0.0.130 - - [2025-04-21 02:15:01] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000858 [Introspect:8084]10.0.0.130 - - [2025-04-21 02:15:01] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000803 [Introspect:8084]10.0.0.130 - - [2025-04-21 02:15:04] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000796 [Introspect:8084]10.0.0.130 - - [2025-04-21 02:15:04] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000824 10.0.0.130 - - [2025-04-21 02:15:18] "GET /obj-perms HTTP/1.1" 200 5075 0.048711 10.0.0.130 - - [2025-04-21 02:15:18] "GET /obj-perms HTTP/1.1" 200 5075 0.044101 10.0.0.130 - - [2025-04-21 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002718 10.0.0.130 - - [2025-04-21 02:15:18] "GET /virtual-router/2b0191eb-1cd1-4ee3-9425-4d666cdb1113?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.004169 10.0.0.130 - - [2025-04-21 02:16:02] "GET / HTTP/1.1" 200 36215 0.001740 10.0.0.130 - - [2025-04-21 02:16:03] "GET /project/afbefdd3-dd0b-47ca-be4f-25712557a937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000440 10.0.0.130 - - [2025-04-21 02:16:03] "GET /projects?obj_uuids=afbefdd3-dd0b-47ca-be4f-25712557a937&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002809 10.0.0.130 - - [2025-04-21 02:16:03] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001494 10.0.0.130 - - [2025-04-21 02:16:03] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.052712 10.0.0.130 - - [2025-04-21 02:16:03] "POST /id-to-fqname HTTP/1.1" 200 167 0.001283 10.0.0.130 - - [2025-04-21 02:16:04] "POST /fqname-to-id HTTP/1.1" 404 176 0.002226 10.0.0.130 - - [2025-04-21 02:16:04] "POST /security-groups HTTP/1.1" 200 568 0.064087 10.0.0.130 - - [2025-04-21 02:16:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.003371 10.0.0.130 - - [2025-04-21 02:16:04] "POST /projects HTTP/1.1" 200 539 0.209600 10.0.0.130 - - [2025-04-21 02:16:04] "POST /access-control-lists HTTP/1.1" 200 575 0.061176 10.0.0.130 - - [2025-04-21 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.284246 10.0.0.130 - - [2025-04-21 02:16:04] "POST /fqname-to-id HTTP/1.1" 404 206 0.003763 10.0.0.130 - - [2025-04-21 02:16:04] "GET /project/afbefdd3-dd0b-47ca-be4f-25712557a937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.445165 10.0.0.130 - - [2025-04-21 02:16:04] "POST /access-control-lists HTTP/1.1" 200 573 0.060115 [Introspect:8084]10.0.0.130 - - [2025-04-21 02:16:04] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001168 10.0.0.130 - - [2025-04-21 02:16:05] "POST /fqname-to-id HTTP/1.1" 404 199 0.021384 10.0.0.130 - - [2025-04-21 02:16:05] "GET /projects?obj_uuids=c1098bc8-4489-4708-afe2-48b4d5adee3b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003496 10.0.0.130 - - [2025-04-21 02:16:05] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001022 10.0.0.130 - - [2025-04-21 02:16:05] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007031 10.0.0.130 - - [2025-04-21 02:16:05] "POST /id-to-fqname HTTP/1.1" 200 201 0.001219 10.0.0.130 - - [2025-04-21 02:16:05] "POST /fqname-to-id HTTP/1.1" 404 210 0.003297 10.0.0.130 - - [2025-04-21 02:16:05] "POST /security-groups HTTP/1.1" 200 602 0.067908 10.0.0.130 - - [2025-04-21 02:16:05] "POST /fqname-to-id HTTP/1.1" 404 245 0.002665 10.0.0.130 - - [2025-04-21 02:16:05] "POST /projects HTTP/1.1" 200 607 0.230568 10.0.0.130 - - [2025-04-21 02:16:05] "POST /access-control-lists HTTP/1.1" 200 609 0.057156 10.0.0.130 - - [2025-04-21 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.300331 10.0.0.130 - - [2025-04-21 02:16:05] "POST /fqname-to-id HTTP/1.1" 404 244 0.002631 10.0.0.130 - - [2025-04-21 02:16:05] "GET /project/c1098bc8-4489-4708-afe2-48b4d5adee3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.417517 10.0.0.130 - - [2025-04-21 02:16:05] "POST /access-control-lists HTTP/1.1" 200 607 0.064345 10.0.0.130 - - [2025-04-21 02:16:06] "GET / HTTP/1.1" 200 36215 0.002702 10.0.0.130 - - [2025-04-21 02:16:07] "POST /fqname-to-id HTTP/1.1" 401 293 0.000470 10.0.0.130 - - [2025-04-21 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.052120 10.0.0.130 - - [2025-04-21 02:16:07] "GET /projects?obj_uuids=c1098bc8-4489-4708-afe2-48b4d5adee3b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000993 10.0.0.130 - - [2025-04-21 02:16:07] "GET /project/c1098bc8-4489-4708-afe2-48b4d5adee3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.028254 10.0.0.130 - - [2025-04-21 02:16:07] "POST /neutron/network HTTP/1.1" 200 117 0.034196 10.0.0.130 - - [2025-04-21 02:16:07] "GET /projects?obj_uuids=c1098bc8-4489-4708-afe2-48b4d5adee3b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001009 10.0.0.130 - - [2025-04-21 02:16:07] "POST /neutron/network HTTP/1.1" 200 620 0.062015 10.0.0.130 - - [2025-04-21 02:16:07] "POST /route-targets HTTP/1.1" 200 328 0.009995 10.0.0.130 - - [2025-04-21 02:16:07] "POST /ref-update HTTP/1.1" 200 156 0.012373 10.0.0.130 - - [2025-04-21 02:16:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002170 10.0.0.130 - - [2025-04-21 02:16:08] "POST /neutron/subnet HTTP/1.1" 200 725 0.189207 10.0.0.130 - - [2025-04-21 02:16:08] "POST /neutron/network HTTP/1.1" 200 839 0.007429 10.0.0.130 - - [2025-04-21 02:16:08] "POST /id-to-fqname HTTP/1.1" 200 233 0.001253 10.0.0.130 - - [2025-04-21 02:16:08] "GET /virtual-network/a2b0875d-bad3-40cf-8fe3-d2a6f2b5b245?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004643 10.0.0.130 - - [2025-04-21 02:16:08] "POST /neutron/network HTTP/1.1" 200 839 0.005444 10.0.0.130 - - [2025-04-21 02:16:08] "GET /virtual-network/a2b0875d-bad3-40cf-8fe3-d2a6f2b5b245?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004715 10.0.0.130 - - [2025-04-21 02:16:08] "POST /neutron/network HTTP/1.1" 200 839 0.005492 10.0.0.130 - - [2025-04-21 02:16:08] "POST /neutron/subnet HTTP/1.1" 200 725 0.006857 10.0.0.130 - - [2025-04-21 02:16:08] "GET /domains HTTP/1.1" 401 293 0.000402 10.0.0.130 - - [2025-04-21 02:16:08] "GET /domains HTTP/1.1" 200 281 0.028838 10.0.0.130 - - [2025-04-21 02:16:08] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000977 10.0.0.130 - - [2025-04-21 02:16:08] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038 HTTP/1.1" 200 2594 0.012099 10.0.0.130 - - [2025-04-21 02:16:08] "GET /projects?obj_uuids=c1098bc8-4489-4708-afe2-48b4d5adee3b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000944 10.0.0.130 - - [2025-04-21 02:16:08] "GET /project/c1098bc8-4489-4708-afe2-48b4d5adee3b HTTP/1.1" 200 2174 0.070231 10.0.0.130 - - [2025-04-21 02:16:08] "GET /virtual-network/a2b0875d-bad3-40cf-8fe3-d2a6f2b5b245 HTTP/1.1" 200 2346 0.006091 10.0.0.130 - - [2025-04-21 02:16:08] "GET /virtual-network/a2b0875d-bad3-40cf-8fe3-d2a6f2b5b245 HTTP/1.1" 200 2346 0.004559 10.0.0.130 - - [2025-04-21 02:16:08] "GET /routing-instance/31464e9b-7ffb-42ee-9aad-d0a0f432bc96 HTTP/1.1" 200 1497 0.003385 10.0.0.130 - - [2025-04-21 02:16:08] "GET /routing-instance/31464e9b-7ffb-42ee-9aad-d0a0f432bc96 HTTP/1.1" 200 1497 0.003435 10.0.0.130 - - [2025-04-21 02:16:08] "GET /route-target/bdd056e1-aafe-4fc5-8d53-f013ba1a996d HTTP/1.1" 200 1222 0.003100 10.0.0.130 - - [2025-04-21 02:16:08] "GET /virtual-network/a2b0875d-bad3-40cf-8fe3-d2a6f2b5b245 HTTP/1.1" 200 2346 0.006473 10.0.0.130 - - [2025-04-21 02:16:08] "GET /routing-instance/31464e9b-7ffb-42ee-9aad-d0a0f432bc96 HTTP/1.1" 200 1497 0.004726 10.0.0.130 - - [2025-04-21 02:16:08] "GET /virtual-network/a2b0875d-bad3-40cf-8fe3-d2a6f2b5b245?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004670 10.0.0.130 - - [2025-04-21 02:16:08] "GET /virtual-network/a2b0875d-bad3-40cf-8fe3-d2a6f2b5b245 HTTP/1.1" 200 2346 0.006907 10.0.0.130 - - [2025-04-21 02:16:08] "GET /routing-instance/31464e9b-7ffb-42ee-9aad-d0a0f432bc96 HTTP/1.1" 200 1497 0.003180 10.0.0.130 - - [2025-04-21 02:16:08] "GET /routing-instance/31464e9b-7ffb-42ee-9aad-d0a0f432bc96 HTTP/1.1" 200 1497 0.003015 10.0.0.130 - - [2025-04-21 02:16:08] "GET /route-target/bdd056e1-aafe-4fc5-8d53-f013ba1a996d HTTP/1.1" 200 1222 0.002769 10.0.0.130 - - [2025-04-21 02:16:08] "GET /domains HTTP/1.1" 200 281 0.002307 10.0.0.130 - - [2025-04-21 02:16:08] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000953 10.0.0.130 - - [2025-04-21 02:16:08] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038 HTTP/1.1" 200 2594 0.006483 10.0.0.130 - - [2025-04-21 02:16:08] "GET /projects?obj_uuids=c1098bc8-4489-4708-afe2-48b4d5adee3b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001188 10.0.0.130 - - [2025-04-21 02:16:08] "GET /project/c1098bc8-4489-4708-afe2-48b4d5adee3b HTTP/1.1" 200 2174 0.069665 10.0.0.130 - - [2025-04-21 02:16:08] "GET /virtual-network/a2b0875d-bad3-40cf-8fe3-d2a6f2b5b245 HTTP/1.1" 200 2346 0.005826 10.0.0.130 - - [2025-04-21 02:16:09] "GET /obj-perms HTTP/1.1" 200 5071 0.044229 10.0.0.130 - - [2025-04-21 02:16:09] "POST /id-to-fqname HTTP/1.1" 200 233 0.001375 10.0.0.130 - - [2025-04-21 02:16:10] "POST /neutron/network HTTP/1.1" 200 849 0.005652 10.0.0.130 - - [2025-04-21 02:16:10] "GET /aaa-mode HTTP/1.1" 401 293 0.000459 10.0.0.130 - - [2025-04-21 02:16:11] "GET / HTTP/1.1" 200 36215 0.004007 10.0.0.130 - - [2025-04-21 02:16:11] "GET /project/c1098bc8-4489-4708-afe2-48b4d5adee3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000408 10.0.0.130 - - [2025-04-21 02:16:11] "GET /projects?obj_uuids=c1098bc8-4489-4708-afe2-48b4d5adee3b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001169 10.0.0.130 - - [2025-04-21 02:16:11] "GET /project/c1098bc8-4489-4708-afe2-48b4d5adee3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.055745 10.0.0.130 - - [2025-04-21 02:16:12] "POST /neutron/network HTTP/1.1" 200 839 0.027831 10.0.0.130 - - [2025-04-21 02:16:12] "POST /neutron/port HTTP/1.1" 200 117 0.005014 10.0.0.130 - - [2025-04-21 02:16:12] "POST /neutron/port HTTP/1.1" 200 117 0.005208 10.0.0.130 - - [2025-04-21 02:16:12] "POST /neutron/port HTTP/1.1" 200 117 0.005179 10.0.0.130 - - [2025-04-21 02:16:13] "POST /neutron/network HTTP/1.1" 200 849 0.005516 10.0.0.130 - - [2025-04-21 02:16:13] "GET /projects?obj_uuids=c1098bc8-4489-4708-afe2-48b4d5adee3b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.023193 10.0.0.130 - - [2025-04-21 02:16:13] "POST /neutron/port HTTP/1.1" 200 1071 0.231769 10.0.0.130 - - [2025-04-21 02:16:13] "POST /neutron/port HTTP/1.1" 200 1071 0.030729 10.0.0.130 - - [2025-04-21 02:16:13] "POST /neutron/port HTTP/1.1" 200 1071 0.008029 10.0.0.130 - - [2025-04-21 02:16:13] "POST /neutron/port HTTP/1.1" 200 1125 0.060487 10.0.0.130 - - [2025-04-21 02:16:14] "POST /neutron/port HTTP/1.1" 200 1099 0.014291 10.0.0.130 - - [2025-04-21 02:16:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003016 10.0.0.130 - - [2025-04-21 02:16:14] "POST /neutron/subnet HTTP/1.1" 200 699 0.012784 10.0.0.130 - - [2025-04-21 02:16:14] "POST /neutron/port HTTP/1.1" 200 117 0.001354 10.0.0.130 - - [2025-04-21 02:16:14] "POST /neutron/network HTTP/1.1" 200 839 0.006253 10.0.0.130 - - [2025-04-21 02:16:14] "DELETE /project/afbefdd3dd0b47cabe4f25712557a937 HTTP/1.1" 404 173 0.023983 10.0.0.130 - - [2025-04-21 02:16:14] "DELETE /project/c1098bc844894708afe248b4d5adee3b HTTP/1.1" 404 173 0.038240 10.0.0.130 - - [2025-04-21 02:16:17] "POST /neutron/port HTTP/1.1" 200 1099 0.019963 10.0.0.130 - - [2025-04-21 02:16:17] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006408 10.0.0.130 - - [2025-04-21 02:16:19] "GET /obj-perms HTTP/1.1" 200 5075 0.049288 10.0.0.130 - - [2025-04-21 02:16:19] "GET /obj-perms HTTP/1.1" 200 5075 0.042437 10.0.0.130 - - [2025-04-21 02:16:22] "POST /neutron/port HTTP/1.1" 200 1099 0.014112 10.0.0.130 - - [2025-04-21 02:16:22] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006399 10.0.0.130 - - [2025-04-21 02:16:22] "GET /obj-perms HTTP/1.1" 200 5071 0.003673 10.0.0.130 - - [2025-04-21 02:16:23] "GET /obj-perms HTTP/1.1" 200 5071 0.003191 10.0.0.130 - - [2025-04-21 02:16:24] "GET /obj-perms HTTP/1.1" 200 5071 0.003619 10.0.0.130 - - [2025-04-21 02:16:25] "GET /obj-perms HTTP/1.1" 200 5071 0.004059 10.0.0.130 - - [2025-04-21 02:16:26] "GET /obj-perms HTTP/1.1" 200 5071 0.003161 10.0.0.130 - - [2025-04-21 02:16:27] "POST /neutron/network HTTP/1.1" 200 839 0.009807 10.0.0.130 - - [2025-04-21 02:16:27] "POST /neutron/network HTTP/1.1" 400 204 0.020765 10.0.0.130 - - [2025-04-21 02:16:28] "POST /neutron/port HTTP/1.1" 200 1099 0.041164 10.0.0.130 - - [2025-04-21 02:16:28] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006279 10.0.0.130 - - [2025-04-21 02:16:28] "POST /neutron/port HTTP/1.1" 200 1099 0.012902 10.0.0.130 - - [2025-04-21 02:16:28] "POST /neutron/port HTTP/1.1" 200 1125 0.008535 10.0.0.130 - - [2025-04-21 02:16:28] "POST /neutron/port HTTP/1.1" 200 151 0.118626 10.0.0.130 - - [2025-04-21 02:16:29] "GET /global-system-configs HTTP/1.1" 200 323 0.008201 10.0.0.130 - - [2025-04-21 02:16:29] "GET /obj-perms HTTP/1.1" 200 5075 0.032848 10.0.0.130 - - [2025-04-21 02:16:29] "POST /neutron/network HTTP/1.1" 200 839 0.005878 10.0.0.130 - - [2025-04-21 02:16:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002940 10.0.0.130 - - [2025-04-21 02:16:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002123 10.0.0.130 - - [2025-04-21 02:16:29] "POST /neutron/network HTTP/1.1" 200 151 0.102125 10.0.0.130 - - [2025-04-21 02:16:29] "GET /routing-instance/31464e9b-7ffb-42ee-9aad-d0a0f432bc96 HTTP/1.1" 404 171 0.005251 10.0.0.130 - - [2025-04-21 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.026740 10.0.0.130 - - [2025-04-21 02:16:29] "GET /domains HTTP/1.1" 200 281 0.004299 10.0.0.130 - - [2025-04-21 02:16:29] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001030 10.0.0.130 - - [2025-04-21 02:16:29] "DELETE /route-target/bdd056e1-aafe-4fc5-8d53-f013ba1a996d HTTP/1.1" 200 115 0.027003 10.0.0.130 - - [2025-04-21 02:16:29] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038 HTTP/1.1" 200 2594 0.048623 10.0.0.130 - - [2025-04-21 02:16:29] "GET /projects?obj_uuids=c1098bc8-4489-4708-afe2-48b4d5adee3b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.004392 10.0.0.130 - - [2025-04-21 02:16:30] "GET /project/c1098bc8-4489-4708-afe2-48b4d5adee3b HTTP/1.1" 200 1923 0.082990 10.0.0.130 - - [2025-04-21 02:16:30] "GET /projects?obj_uuids=c1098bc8-4489-4708-afe2-48b4d5adee3b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001040 10.0.0.130 - - [2025-04-21 02:16:30] "GET /project/c1098bc8-4489-4708-afe2-48b4d5adee3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.025934 10.0.0.130 - - [2025-04-21 02:16:30] "GET /projects?obj_uuids=c1098bc8-4489-4708-afe2-48b4d5adee3b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001000 10.0.0.130 - - [2025-04-21 02:16:30] "GET /project/c1098bc8-4489-4708-afe2-48b4d5adee3b?fields=virtual_networks HTTP/1.1" 200 1056 0.074939 10.0.0.130 - - [2025-04-21 02:16:30] "GET /projects?obj_uuids=c1098bc8-4489-4708-afe2-48b4d5adee3b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001019 10.0.0.130 - - [2025-04-21 02:16:30] "GET /project/c1098bc8-4489-4708-afe2-48b4d5adee3b?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.025954 10.0.0.130 - - [2025-04-21 02:16:30] "GET /projects?obj_uuids=c1098bc8-4489-4708-afe2-48b4d5adee3b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001083 10.0.0.130 - - [2025-04-21 02:16:30] "GET /project/c1098bc8-4489-4708-afe2-48b4d5adee3b?fields=security_groups HTTP/1.1" 200 1294 0.026371 10.0.0.130 - - [2025-04-21 02:16:30] "GET /global-system-configs HTTP/1.1" 200 323 0.008415 10.0.0.130 - - [2025-04-21 02:16:30] "GET /obj-perms HTTP/1.1" 200 5075 0.160917 10.0.0.130 - - [2025-04-21 02:16:31] "POST /fqname-to-id HTTP/1.1" 404 200 0.025577 10.0.0.130 - - [2025-04-21 02:16:31] "GET /projects?obj_uuids=7af17c9a-2d32-4c5b-83f6-e3a6b528e970&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002436 10.0.0.130 - - [2025-04-21 02:16:31] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001019 10.0.0.130 - - [2025-04-21 02:16:31] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007683 10.0.0.130 - - [2025-04-21 02:16:31] "POST /id-to-fqname HTTP/1.1" 200 202 0.001395 10.0.0.130 - - [2025-04-21 02:16:31] "POST /fqname-to-id HTTP/1.1" 404 211 0.003432 10.0.0.130 - - [2025-04-21 02:16:31] "POST /security-groups HTTP/1.1" 200 603 0.059822 10.0.0.130 - - [2025-04-21 02:16:31] "POST /fqname-to-id HTTP/1.1" 404 246 0.002303 10.0.0.130 - - [2025-04-21 02:16:31] "POST /projects HTTP/1.1" 200 609 0.217811 10.0.0.130 - - [2025-04-21 02:16:31] "POST /access-control-lists HTTP/1.1" 200 610 0.055639 10.0.0.130 - - [2025-04-21 02:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.283573 10.0.0.130 - - [2025-04-21 02:16:31] "POST /fqname-to-id HTTP/1.1" 404 245 0.002677 10.0.0.130 - - [2025-04-21 02:16:31] "GET /project/7af17c9a-2d32-4c5b-83f6-e3a6b528e970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.401351 10.0.0.130 - - [2025-04-21 02:16:31] "POST /access-control-lists HTTP/1.1" 200 608 0.060402 10.0.0.130 - - [2025-04-21 02:16:32] "GET / HTTP/1.1" 200 36215 0.001826 10.0.0.130 - - [2025-04-21 02:16:33] "GET /projects?obj_uuids=afbefdd3-dd0b-47ca-be4f-25712557a937&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001523 10.0.0.130 - - [2025-04-21 02:16:33] "GET /project/afbefdd3-dd0b-47ca-be4f-25712557a937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.059593 10.0.0.130 - - [2025-04-21 02:16:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.130 - - [2025-04-21 02:16:33] "GET /security-group/9211c636-aed3-47b1-b44c-9593ae979974?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3687 0.004582 10.0.0.130 - - [2025-04-21 02:16:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002714 10.0.0.130 - - [2025-04-21 02:16:34] "GET /projects?obj_uuids=afbefdd3-dd0b-47ca-be4f-25712557a937&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001030 10.0.0.130 - - [2025-04-21 02:16:34] "GET /project/afbefdd3-dd0b-47ca-be4f-25712557a937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.026129 10.0.0.130 - - [2025-04-21 02:16:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.130 - - [2025-04-21 02:16:34] "GET /security-group/9211c636-aed3-47b1-b44c-9593ae979974?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3687 0.003790 10.0.0.130 - - [2025-04-21 02:16:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002780 10.0.0.130 - - [2025-04-21 02:16:34] "PUT /security-group/9211c636-aed3-47b1-b44c-9593ae979974 HTTP/1.1" 200 263 0.013688 10.0.0.130 - - [2025-04-21 02:16:34] "PUT /access-control-list/b4250861-88bc-4df8-9098-02ff456202d3 HTTP/1.1" 200 273 0.008999 10.0.0.130 - - [2025-04-21 02:16:34] "PUT /access-control-list/30260e14-b8ea-4214-96d5-d2f6997d7fa3 HTTP/1.1" 200 273 0.008828 10.0.0.130 - - [2025-04-21 02:16:34] "POST /fqname-to-id HTTP/1.1" 401 293 0.000503 10.0.0.130 - - [2025-04-21 02:16:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.052298 10.0.0.130 - - [2025-04-21 02:16:34] "GET /projects?obj_uuids=7af17c9a-2d32-4c5b-83f6-e3a6b528e970&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001051 10.0.0.130 - - [2025-04-21 02:16:34] "GET /project/7af17c9a-2d32-4c5b-83f6-e3a6b528e970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.023819 10.0.0.130 - - [2025-04-21 02:16:34] "POST /neutron/network HTTP/1.1" 200 117 0.027474 10.0.0.130 - - [2025-04-21 02:16:34] "GET /projects?obj_uuids=7af17c9a-2d32-4c5b-83f6-e3a6b528e970&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001032 10.0.0.130 - - [2025-04-21 02:16:35] "POST /neutron/network HTTP/1.1" 200 619 0.062100 10.0.0.130 - - [2025-04-21 02:16:35] "POST /route-targets HTTP/1.1" 200 328 0.010030 10.0.0.130 - - [2025-04-21 02:16:35] "POST /ref-update HTTP/1.1" 200 156 0.010174 10.0.0.130 - - [2025-04-21 02:16:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002419 10.0.0.130 - - [2025-04-21 02:16:35] "POST /neutron/subnet HTTP/1.1" 200 730 0.190954 10.0.0.130 - - [2025-04-21 02:16:35] "POST /neutron/network HTTP/1.1" 200 839 0.005337 10.0.0.130 - - [2025-04-21 02:16:35] "POST /id-to-fqname HTTP/1.1" 200 233 0.002951 10.0.0.130 - - [2025-04-21 02:16:35] "GET /virtual-network/61f09f37-9f46-455a-b31c-bef2efec65f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005537 10.0.0.130 - - [2025-04-21 02:16:35] "POST /neutron/network HTTP/1.1" 200 839 0.006151 10.0.0.130 - - [2025-04-21 02:16:35] "GET /virtual-network/61f09f37-9f46-455a-b31c-bef2efec65f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005006 10.0.0.130 - - [2025-04-21 02:16:35] "POST /neutron/network HTTP/1.1" 200 839 0.006812 10.0.0.130 - - [2025-04-21 02:16:35] "POST /neutron/subnet HTTP/1.1" 200 730 0.006269 10.0.0.130 - - [2025-04-21 02:16:35] "GET /domains HTTP/1.1" 401 293 0.000367 10.0.0.130 - - [2025-04-21 02:16:35] "GET /domains HTTP/1.1" 200 281 0.024104 10.0.0.130 - - [2025-04-21 02:16:35] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001081 10.0.0.130 - - [2025-04-21 02:16:35] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038 HTTP/1.1" 200 2793 0.008899 10.0.0.130 - - [2025-04-21 02:16:35] "GET /projects?obj_uuids=7af17c9a-2d32-4c5b-83f6-e3a6b528e970&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001699 10.0.0.130 - - [2025-04-21 02:16:35] "GET /project/7af17c9a-2d32-4c5b-83f6-e3a6b528e970 HTTP/1.1" 200 2178 0.072160 10.0.0.130 - - [2025-04-21 02:16:35] "GET /virtual-network/61f09f37-9f46-455a-b31c-bef2efec65f2 HTTP/1.1" 200 2346 0.006067 10.0.0.130 - - [2025-04-21 02:16:35] "GET /virtual-network/61f09f37-9f46-455a-b31c-bef2efec65f2 HTTP/1.1" 200 2346 0.005156 10.0.0.130 - - [2025-04-21 02:16:35] "GET /routing-instance/2a4e9070-2ef3-4d1e-a6fc-6ab2ec4ae408 HTTP/1.1" 200 1494 0.003705 10.0.0.130 - - [2025-04-21 02:16:35] "GET /routing-instance/2a4e9070-2ef3-4d1e-a6fc-6ab2ec4ae408 HTTP/1.1" 200 1494 0.003209 10.0.0.130 - - [2025-04-21 02:16:35] "GET /route-target/526bd139-39c8-461b-ba8b-796eeb24d69c HTTP/1.1" 200 1220 0.002791 10.0.0.130 - - [2025-04-21 02:16:35] "GET /virtual-network/61f09f37-9f46-455a-b31c-bef2efec65f2 HTTP/1.1" 200 2346 0.004475 10.0.0.130 - - [2025-04-21 02:16:35] "GET /routing-instance/2a4e9070-2ef3-4d1e-a6fc-6ab2ec4ae408 HTTP/1.1" 200 1494 0.003112 10.0.0.130 - - [2025-04-21 02:16:35] "GET /virtual-network/61f09f37-9f46-455a-b31c-bef2efec65f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.004402 10.0.0.130 - - [2025-04-21 02:16:35] "GET /virtual-network/61f09f37-9f46-455a-b31c-bef2efec65f2 HTTP/1.1" 200 2346 0.005502 10.0.0.130 - - [2025-04-21 02:16:35] "GET /routing-instance/2a4e9070-2ef3-4d1e-a6fc-6ab2ec4ae408 HTTP/1.1" 200 1494 0.003191 10.0.0.130 - - [2025-04-21 02:16:35] "GET /routing-instance/2a4e9070-2ef3-4d1e-a6fc-6ab2ec4ae408 HTTP/1.1" 200 1494 0.002940 10.0.0.130 - - [2025-04-21 02:16:35] "GET /route-target/526bd139-39c8-461b-ba8b-796eeb24d69c HTTP/1.1" 200 1220 0.002627 10.0.0.130 - - [2025-04-21 02:16:35] "GET /domains HTTP/1.1" 200 281 0.002432 10.0.0.130 - - [2025-04-21 02:16:35] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000940 10.0.0.130 - - [2025-04-21 02:16:35] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038 HTTP/1.1" 200 2793 0.006484 10.0.0.130 - - [2025-04-21 02:16:35] "GET /projects?obj_uuids=7af17c9a-2d32-4c5b-83f6-e3a6b528e970&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001240 10.0.0.130 - - [2025-04-21 02:16:36] "GET /project/7af17c9a-2d32-4c5b-83f6-e3a6b528e970 HTTP/1.1" 200 2178 0.072842 10.0.0.130 - - [2025-04-21 02:16:36] "GET /virtual-network/61f09f37-9f46-455a-b31c-bef2efec65f2 HTTP/1.1" 200 2346 0.004280 10.0.0.130 - - [2025-04-21 02:16:36] "GET /obj-perms HTTP/1.1" 200 5073 0.044485 10.0.0.130 - - [2025-04-21 02:16:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.130 - - [2025-04-21 02:16:36] "GET /projects?obj_uuids=7af17c9a-2d32-4c5b-83f6-e3a6b528e970&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001075 10.0.0.130 - - [2025-04-21 02:16:36] "GET /project/7af17c9a-2d32-4c5b-83f6-e3a6b528e970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.029588 10.0.0.130 - - [2025-04-21 02:16:36] "POST /neutron/network HTTP/1.1" 200 117 0.009014 10.0.0.130 - - [2025-04-21 02:16:36] "GET /projects?obj_uuids=7af17c9a-2d32-4c5b-83f6-e3a6b528e970&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001038 10.0.0.130 - - [2025-04-21 02:16:36] "POST /neutron/network HTTP/1.1" 200 619 0.084245 10.0.0.130 - - [2025-04-21 02:16:36] "POST /route-targets HTTP/1.1" 200 328 0.017859 10.0.0.130 - - [2025-04-21 02:16:36] "POST /ref-update HTTP/1.1" 200 156 0.015735 10.0.0.130 - - [2025-04-21 02:16:36] "POST /useragent-kv HTTP/1.1" 200 115 0.004259 10.0.0.130 - - [2025-04-21 02:16:36] "POST /neutron/subnet HTTP/1.1" 200 729 0.197887 10.0.0.130 - - [2025-04-21 02:16:36] "POST /neutron/network HTTP/1.1" 200 839 0.005713 10.0.0.130 - - [2025-04-21 02:16:36] "POST /id-to-fqname HTTP/1.1" 200 233 0.001235 10.0.0.130 - - [2025-04-21 02:16:36] "GET /virtual-network/43750a44-ec6d-4c89-ad82-73d0dc2c3375?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005018 10.0.0.130 - - [2025-04-21 02:16:36] "POST /neutron/network HTTP/1.1" 200 839 0.005483 10.0.0.130 - - [2025-04-21 02:16:36] "GET /virtual-network/43750a44-ec6d-4c89-ad82-73d0dc2c3375?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.007091 10.0.0.130 - - [2025-04-21 02:16:36] "POST /neutron/network HTTP/1.1" 200 839 0.006832 10.0.0.130 - - [2025-04-21 02:16:36] "POST /neutron/subnet HTTP/1.1" 200 729 0.006691 10.0.0.130 - - [2025-04-21 02:16:36] "GET /domains HTTP/1.1" 200 281 0.002220 10.0.0.130 - - [2025-04-21 02:16:37] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001001 10.0.0.130 - - [2025-04-21 02:16:37] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038 HTTP/1.1" 200 2793 0.007291 10.0.0.130 - - [2025-04-21 02:16:37] "GET /projects?obj_uuids=7af17c9a-2d32-4c5b-83f6-e3a6b528e970&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000942 10.0.0.130 - - [2025-04-21 02:16:37] "GET /project/7af17c9a-2d32-4c5b-83f6-e3a6b528e970 HTTP/1.1" 200 2407 0.069592 10.0.0.130 - - [2025-04-21 02:16:37] "GET /virtual-network/43750a44-ec6d-4c89-ad82-73d0dc2c3375 HTTP/1.1" 200 2346 0.006886 10.0.0.130 - - [2025-04-21 02:16:37] "GET /virtual-network/43750a44-ec6d-4c89-ad82-73d0dc2c3375 HTTP/1.1" 200 2346 0.006114 10.0.0.130 - - [2025-04-21 02:16:37] "GET /routing-instance/98b30c3d-c420-42d9-9e40-4e82e34a8b12 HTTP/1.1" 200 1495 0.003809 10.0.0.130 - - [2025-04-21 02:16:37] "GET /routing-instance/98b30c3d-c420-42d9-9e40-4e82e34a8b12 HTTP/1.1" 200 1495 0.003258 10.0.0.130 - - [2025-04-21 02:16:37] "GET /route-target/63dd4c2d-709b-4fe2-8907-eec18588c559 HTTP/1.1" 200 1219 0.003086 10.0.0.130 - - [2025-04-21 02:16:37] "GET /virtual-network/43750a44-ec6d-4c89-ad82-73d0dc2c3375 HTTP/1.1" 200 2346 0.006439 10.0.0.130 - - [2025-04-21 02:16:37] "GET /routing-instance/98b30c3d-c420-42d9-9e40-4e82e34a8b12 HTTP/1.1" 200 1495 0.003372 10.0.0.130 - - [2025-04-21 02:16:37] "GET /virtual-network/43750a44-ec6d-4c89-ad82-73d0dc2c3375?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005172 10.0.0.130 - - [2025-04-21 02:16:37] "GET /virtual-network/43750a44-ec6d-4c89-ad82-73d0dc2c3375 HTTP/1.1" 200 2346 0.004884 10.0.0.130 - - [2025-04-21 02:16:37] "GET /routing-instance/98b30c3d-c420-42d9-9e40-4e82e34a8b12 HTTP/1.1" 200 1495 0.003601 10.0.0.130 - - [2025-04-21 02:16:37] "GET /routing-instance/98b30c3d-c420-42d9-9e40-4e82e34a8b12 HTTP/1.1" 200 1495 0.003832 10.0.0.130 - - [2025-04-21 02:16:37] "GET /route-target/63dd4c2d-709b-4fe2-8907-eec18588c559 HTTP/1.1" 200 1219 0.003532 10.0.0.130 - - [2025-04-21 02:16:37] "GET /domains HTTP/1.1" 200 281 0.002882 10.0.0.130 - - [2025-04-21 02:16:37] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001012 10.0.0.130 - - [2025-04-21 02:16:37] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038 HTTP/1.1" 200 2793 0.006853 10.0.0.130 - - [2025-04-21 02:16:37] "GET /projects?obj_uuids=7af17c9a-2d32-4c5b-83f6-e3a6b528e970&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000960 10.0.0.130 - - [2025-04-21 02:16:37] "GET /project/7af17c9a-2d32-4c5b-83f6-e3a6b528e970 HTTP/1.1" 200 2407 0.076793 10.0.0.130 - - [2025-04-21 02:16:37] "GET /virtual-network/43750a44-ec6d-4c89-ad82-73d0dc2c3375 HTTP/1.1" 200 2346 0.005192 10.0.0.130 - - [2025-04-21 02:16:37] "GET /obj-perms HTTP/1.1" 200 5073 0.003118 10.0.0.130 - - [2025-04-21 02:16:37] "POST /id-to-fqname HTTP/1.1" 200 233 0.001650 10.0.0.130 - - [2025-04-21 02:16:37] "POST /neutron/network HTTP/1.1" 200 849 0.008479 10.0.0.130 - - [2025-04-21 02:16:37] "GET /aaa-mode HTTP/1.1" 401 293 0.000452 10.0.0.130 - - [2025-04-21 02:16:37] "GET / HTTP/1.1" 200 36215 0.002093 10.0.0.130 - - [2025-04-21 02:16:37] "GET /project/7af17c9a-2d32-4c5b-83f6-e3a6b528e970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000422 10.0.0.130 - - [2025-04-21 02:16:38] "GET /projects?obj_uuids=7af17c9a-2d32-4c5b-83f6-e3a6b528e970&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001109 10.0.0.130 - - [2025-04-21 02:16:38] "GET /project/7af17c9a-2d32-4c5b-83f6-e3a6b528e970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.065851 10.0.0.130 - - [2025-04-21 02:16:38] "POST /neutron/network HTTP/1.1" 200 839 0.005373 10.0.0.130 - - [2025-04-21 02:16:38] "POST /neutron/port HTTP/1.1" 200 117 0.016808 10.0.0.130 - - [2025-04-21 02:16:38] "POST /neutron/port HTTP/1.1" 200 117 0.014898 10.0.0.130 - - [2025-04-21 02:16:38] "POST /id-to-fqname HTTP/1.1" 200 233 0.001410 10.0.0.130 - - [2025-04-21 02:16:38] "POST /neutron/port HTTP/1.1" 200 117 0.008471 10.0.0.130 - - [2025-04-21 02:16:38] "POST /neutron/network HTTP/1.1" 200 849 0.008382 10.0.0.130 - - [2025-04-21 02:16:38] "GET /aaa-mode HTTP/1.1" 401 293 0.000504 10.0.0.130 - - [2025-04-21 02:16:38] "POST /neutron/network HTTP/1.1" 200 849 0.005988 10.0.0.130 - - [2025-04-21 02:16:38] "GET /projects?obj_uuids=7af17c9a-2d32-4c5b-83f6-e3a6b528e970&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001117 10.0.0.130 - - [2025-04-21 02:16:38] "GET / HTTP/1.1" 200 36215 0.001618 10.0.0.130 - - [2025-04-21 02:16:38] "GET /project/7af17c9a-2d32-4c5b-83f6-e3a6b528e970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000430 10.0.0.130 - - [2025-04-21 02:16:39] "POST /neutron/port HTTP/1.1" 200 1073 0.243977 10.0.0.130 - - [2025-04-21 02:16:39] "POST /neutron/port HTTP/1.1" 200 1073 0.010068 10.0.0.130 - - [2025-04-21 02:16:39] "POST /neutron/port HTTP/1.1" 200 1073 0.007840 10.0.0.130 - - [2025-04-21 02:16:39] "POST /neutron/port HTTP/1.1" 200 1127 0.061763 10.0.0.130 - - [2025-04-21 02:16:39] "POST /neutron/port HTTP/1.1" 200 1101 0.016993 10.0.0.130 - - [2025-04-21 02:16:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003276 10.0.0.130 - - [2025-04-21 02:16:39] "POST /neutron/subnet HTTP/1.1" 200 703 0.009256 10.0.0.130 - - [2025-04-21 02:16:39] "POST /neutron/port HTTP/1.1" 200 117 0.001195 10.0.0.130 - - [2025-04-21 02:16:39] "POST /neutron/network HTTP/1.1" 200 839 0.006092 10.0.0.130 - - [2025-04-21 02:16:39] "GET /projects?obj_uuids=7af17c9a-2d32-4c5b-83f6-e3a6b528e970&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001166 10.0.0.130 - - [2025-04-21 02:16:39] "GET /project/7af17c9a-2d32-4c5b-83f6-e3a6b528e970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.062040 10.0.0.130 - - [2025-04-21 02:16:39] "POST /neutron/network HTTP/1.1" 200 839 0.005973 10.0.0.130 - - [2025-04-21 02:16:39] "POST /neutron/port HTTP/1.1" 200 1101 0.035040 10.0.0.130 - - [2025-04-21 02:16:39] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009870 10.0.0.130 - - [2025-04-21 02:16:39] "POST /neutron/port HTTP/1.1" 200 117 0.013105 10.0.0.130 - - [2025-04-21 02:16:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005954 10.0.0.130 - - [2025-04-21 02:16:39] "GET /projects?obj_uuids=7af17c9a-2d32-4c5b-83f6-e3a6b528e970&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001460 10.0.0.130 - - [2025-04-21 02:16:39] "GET /project/7af17c9a-2d32-4c5b-83f6-e3a6b528e970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.041360 10.0.0.130 - - [2025-04-21 02:16:39] "GET /virtual-network/61f09f37-9f46-455a-b31c-bef2efec65f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.004959 10.0.0.130 - - [2025-04-21 02:16:39] "GET /floating-ip-pools?parent_id=61f09f37-9f46-455a-b31c-bef2efec65f2&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.007077 10.0.0.130 - - [2025-04-21 02:16:39] "GET /virtual-network/61f09f37-9f46-455a-b31c-bef2efec65f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005037 10.0.0.130 - - [2025-04-21 02:16:39] "POST /neutron/network HTTP/1.1" 200 849 0.011488 10.0.0.130 - - [2025-04-21 02:16:39] "POST /floating-ip-pools HTTP/1.1" 200 611 0.039406 10.0.0.130 - - [2025-04-21 02:16:39] "GET /projects?obj_uuids=7af17c9a-2d32-4c5b-83f6-e3a6b528e970&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001146 10.0.0.130 - - [2025-04-21 02:16:39] "POST /ref-update HTTP/1.1" 200 156 0.045288 10.0.0.130 - - [2025-04-21 02:16:40] "GET /virtual-network/61f09f37-9f46-455a-b31c-bef2efec65f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.004666 10.0.0.130 - - [2025-04-21 02:16:40] "GET /domains HTTP/1.1" 200 281 0.005351 10.0.0.130 - - [2025-04-21 02:16:40] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.004267 10.0.0.130 - - [2025-04-21 02:16:40] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038 HTTP/1.1" 200 2793 0.020988 10.0.0.130 - - [2025-04-21 02:16:40] "GET /projects?obj_uuids=7af17c9a-2d32-4c5b-83f6-e3a6b528e970&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002167 10.0.0.130 - - [2025-04-21 02:16:40] "GET /project/7af17c9a-2d32-4c5b-83f6-e3a6b528e970 HTTP/1.1" 200 3252 0.096858 10.0.0.130 - - [2025-04-21 02:16:40] "GET /virtual-network/61f09f37-9f46-455a-b31c-bef2efec65f2 HTTP/1.1" 200 2939 0.015550 10.0.0.130 - - [2025-04-21 02:16:40] "GET /floating-ip-pool/c9330470-47d1-4561-b8a5-13412fff61ec HTTP/1.1" 200 1444 0.010061 10.0.0.130 - - [2025-04-21 02:16:40] "GET /domains HTTP/1.1" 200 281 0.007185 10.0.0.130 - - [2025-04-21 02:16:40] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001081 10.0.0.130 - - [2025-04-21 02:16:40] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038 HTTP/1.1" 200 2793 0.010420 10.0.0.130 - - [2025-04-21 02:16:40] "GET /projects?obj_uuids=7af17c9a-2d32-4c5b-83f6-e3a6b528e970&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001549 10.0.0.130 - - [2025-04-21 02:16:40] "POST /neutron/port HTTP/1.1" 200 1073 0.461196 10.0.0.130 - - [2025-04-21 02:16:40] "GET /project/7af17c9a-2d32-4c5b-83f6-e3a6b528e970 HTTP/1.1" 200 3252 0.093598 10.0.0.130 - - [2025-04-21 02:16:40] "GET /virtual-network/61f09f37-9f46-455a-b31c-bef2efec65f2 HTTP/1.1" 200 3161 0.008204 10.0.0.130 - - [2025-04-21 02:16:40] "POST /neutron/port HTTP/1.1" 200 1073 0.015626 10.0.0.130 - - [2025-04-21 02:16:40] "GET /virtual-network/61f09f37-9f46-455a-b31c-bef2efec65f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.007789 10.0.0.130 - - [2025-04-21 02:16:40] "POST /neutron/port HTTP/1.1" 200 1073 0.013507 10.0.0.130 - - [2025-04-21 02:16:40] "POST /neutron/port HTTP/1.1" 200 1101 0.026422 10.0.0.130 - - [2025-04-21 02:16:40] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008630 10.0.0.130 - - [2025-04-21 02:16:40] "POST /neutron/port HTTP/1.1" 200 1127 0.099256 10.0.0.130 - - [2025-04-21 02:16:40] "POST /neutron/port HTTP/1.1" 200 1101 0.012723 10.0.0.130 - - [2025-04-21 02:16:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003088 10.0.0.130 - - [2025-04-21 02:16:40] "POST /neutron/subnet HTTP/1.1" 200 704 0.009681 10.0.0.130 - - [2025-04-21 02:16:40] "POST /neutron/port HTTP/1.1" 200 117 0.001193 10.0.0.130 - - [2025-04-21 02:16:40] "POST /neutron/network HTTP/1.1" 200 839 0.007150 10.0.0.130 - - [2025-04-21 02:16:45] "POST /neutron/port HTTP/1.1" 200 1101 0.012827 10.0.0.130 - - [2025-04-21 02:16:45] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006327 10.0.0.130 - - [2025-04-21 02:16:45] "POST /neutron/port HTTP/1.1" 200 1101 0.013215 10.0.0.130 - - [2025-04-21 02:16:45] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005888 10.0.0.130 - - [2025-04-21 02:16:45] "POST /neutron/port HTTP/1.1" 200 1101 0.015264 10.0.0.130 - - [2025-04-21 02:16:45] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006179 10.0.0.130 - - [2025-04-21 02:16:45] "GET /virtual-machine/9b975dc6-e220-4a78-87ec-e7ed05770861 HTTP/1.1" 200 1306 0.004215 10.0.0.130 - - [2025-04-21 02:16:45] "GET /virtual-machine-interface/eaa485be-3fb3-4ba7-befc-600393af96b7 HTTP/1.1" 200 3011 0.005179 10.0.0.130 - - [2025-04-21 02:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.130 - - [2025-04-21 02:16:45] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003384 10.0.0.130 - - [2025-04-21 02:16:45] "GET /virtual-networks?parent_id=7af17c9a-2d32-4c5b-83f6-e3a6b528e970&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003073 10.0.0.130 - - [2025-04-21 02:16:45] "GET /virtual-network/43750a44-ec6d-4c89-ad82-73d0dc2c3375?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005326 10.0.0.130 - - [2025-04-21 02:16:47] "POST /neutron/port HTTP/1.1" 200 1101 0.016651 10.0.0.130 - - [2025-04-21 02:16:47] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005167 10.0.0.130 - - [2025-04-21 02:16:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.130 - - [2025-04-21 02:16:48] "GET /virtual-network/43750a44-ec6d-4c89-ad82-73d0dc2c3375?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.012567 10.0.0.130 - - [2025-04-21 02:16:49] "POST /neutron/port HTTP/1.1" 200 1101 0.014488 10.0.0.130 - - [2025-04-21 02:16:49] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004635 10.0.0.130 - - [2025-04-21 02:16:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002797 10.0.0.130 - - [2025-04-21 02:16:50] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003120 10.0.0.130 - - [2025-04-21 02:16:51] "GET /virtual-networks?parent_id=7af17c9a-2d32-4c5b-83f6-e3a6b528e970&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003226 10.0.0.130 - - [2025-04-21 02:16:51] "GET /virtual-network/43750a44-ec6d-4c89-ad82-73d0dc2c3375?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005758 10.0.0.130 - - [2025-04-21 02:16:51] "GET /projects?obj_uuids=7af17c9a-2d32-4c5b-83f6-e3a6b528e970&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001041 10.0.0.130 - - [2025-04-21 02:16:51] "POST /neutron/floatingip HTTP/1.1" 200 531 0.072523 10.0.0.130 - - [2025-04-21 02:16:51] "POST /neutron/port HTTP/1.1" 200 1101 0.013290 10.0.0.130 - - [2025-04-21 02:16:51] "POST /neutron/floatingip HTTP/1.1" 200 531 0.004879 10.0.0.130 - - [2025-04-21 02:16:51] "POST /neutron/floatingip HTTP/1.1" 200 579 0.043342 10.0.0.130 - - [2025-04-21 02:16:51] "POST /neutron/port HTTP/1.1" 200 1101 0.013651 10.0.0.130 - - [2025-04-21 02:16:51] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011526 10.0.0.130 - - [2025-04-21 02:16:51] "POST /neutron/port HTTP/1.1" 200 1101 0.014349 10.0.0.130 - - [2025-04-21 02:16:51] "POST /neutron/port HTTP/1.1" 200 1101 0.016487 10.0.0.130 - - [2025-04-21 02:16:51] "POST /neutron/port HTTP/1.1" 200 1101 0.015674 10.0.0.130 - - [2025-04-21 02:16:51] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010306 10.0.0.130 - - [2025-04-21 02:16:51] "POST /neutron/network HTTP/1.1" 200 849 0.013341 10.0.0.130 - - [2025-04-21 02:16:51] "POST /neutron/floatingip HTTP/1.1" 200 553 0.010991 10.0.0.130 - - [2025-04-21 02:16:51] "POST /neutron/port HTTP/1.1" 200 1101 0.014349 10.0.0.130 - - [2025-04-21 02:16:51] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006498 10.0.0.130 - - [2025-04-21 02:16:51] "POST /neutron/subnet HTTP/1.1" 200 703 0.014098 10.0.0.130 - - [2025-04-21 02:16:51] "GET /virtual-machine/0f6b1fc3-435e-4540-92a1-64a35a4d8e06 HTTP/1.1" 200 1306 0.005382 10.0.0.130 - - [2025-04-21 02:16:51] "POST /neutron/port HTTP/1.1" 200 117 0.001110 10.0.0.130 - - [2025-04-21 02:16:51] "GET /virtual-machine-interface/6d26fa11-4305-4145-a588-55b716b580a0 HTTP/1.1" 200 3010 0.005800 10.0.0.130 - - [2025-04-21 02:16:51] "POST /neutron/network HTTP/1.1" 200 839 0.006334 10.0.0.130 - - [2025-04-21 02:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.130 - - [2025-04-21 02:16:51] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003512 10.0.0.130 - - [2025-04-21 02:16:51] "GET /virtual-networks?parent_id=7af17c9a-2d32-4c5b-83f6-e3a6b528e970&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003238 10.0.0.130 - - [2025-04-21 02:16:51] "GET /virtual-network/61f09f37-9f46-455a-b31c-bef2efec65f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005610 10.0.0.130 - - [2025-04-21 02:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.130 - - [2025-04-21 02:16:52] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003455 10.0.0.130 - - [2025-04-21 02:16:52] "GET /virtual-networks?parent_id=7af17c9a-2d32-4c5b-83f6-e3a6b528e970&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003721 10.0.0.130 - - [2025-04-21 02:16:52] "GET /virtual-network/61f09f37-9f46-455a-b31c-bef2efec65f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005543 10.0.0.130 - - [2025-04-21 02:16:53] "POST /neutron/floatingip HTTP/1.1" 200 579 0.010601 10.0.0.130 - - [2025-04-21 02:16:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002600 10.0.0.130 - - [2025-04-21 02:16:53] "GET /routing-instance/2a4e9070-2ef3-4d1e-a6fc-6ab2ec4ae408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.003523 10.0.0.130 - - [2025-04-21 02:16:53] "GET /route-target/526bd139-39c8-461b-ba8b-796eeb24d69c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005305 10.0.0.130 - - [2025-04-21 02:16:53] "GET /floating-ip/0a584eff-948c-445b-aa06-ad8b9c50beea HTTP/1.1" 200 1893 0.004493 10.0.0.130 - - [2025-04-21 02:16:55] "POST /neutron/floatingip HTTP/1.1" 200 579 0.009125 10.0.0.130 - - [2025-04-21 02:16:55] "POST /neutron/floatingip HTTP/1.1" 200 531 0.015882 10.0.0.130 - - [2025-04-21 02:16:55] "POST /neutron/floatingip HTTP/1.1" 200 531 0.005443 10.0.0.130 - - [2025-04-21 02:16:56] "POST /neutron/floatingip HTTP/1.1" 200 115 0.029176 10.0.0.130 - - [2025-04-21 02:16:56] "GET /floating-ip-pool/c9330470-47d1-4561-b8a5-13412fff61ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.002867 10.0.0.130 - - [2025-04-21 02:16:56] "POST /ref-update HTTP/1.1" 200 156 0.007724 10.0.0.130 - - [2025-04-21 02:16:56] "DELETE /floating-ip-pool/c9330470-47d1-4561-b8a5-13412fff61ec HTTP/1.1" 200 115 0.025910 10.0.0.130 - - [2025-04-21 02:16:56] "POST /neutron/network HTTP/1.1" 200 839 0.018232 10.0.0.130 - - [2025-04-21 02:16:56] "POST /neutron/network HTTP/1.1" 400 204 0.010702 10.0.0.130 - - [2025-04-21 02:16:56] "POST /neutron/port HTTP/1.1" 200 1101 0.016184 10.0.0.130 - - [2025-04-21 02:16:56] "POST /neutron/port HTTP/1.1" 200 1127 0.012275 10.0.0.130 - - [2025-04-21 02:16:56] "POST /neutron/port HTTP/1.1" 200 1101 0.034158 10.0.0.130 - - [2025-04-21 02:16:56] "POST /neutron/port HTTP/1.1" 200 151 0.125090 10.0.0.130 - - [2025-04-21 02:16:56] "POST /neutron/port HTTP/1.1" 200 1127 0.010834 10.0.0.130 - - [2025-04-21 02:16:57] "POST /neutron/port HTTP/1.1" 200 151 0.105382 10.0.0.130 - - [2025-04-21 02:16:58] "POST /neutron/network HTTP/1.1" 200 839 0.005397 10.0.0.130 - - [2025-04-21 02:16:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002243 10.0.0.130 - - [2025-04-21 02:16:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003080 10.0.0.130 - - [2025-04-21 02:16:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.130 - - [2025-04-21 02:16:58] "POST /neutron/network HTTP/1.1" 200 151 0.107356 10.0.0.130 - - [2025-04-21 02:16:58] "GET /routing-instance/98b30c3d-c420-42d9-9e40-4e82e34a8b12 HTTP/1.1" 404 171 0.002903 10.0.0.130 - - [2025-04-21 02:16:58] "DELETE /route-target/63dd4c2d-709b-4fe2-8907-eec18588c559 HTTP/1.1" 200 115 0.015647 10.0.0.130 - - [2025-04-21 02:16:58] "GET /domains HTTP/1.1" 200 281 0.002074 10.0.0.130 - - [2025-04-21 02:16:58] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001047 10.0.0.130 - - [2025-04-21 02:16:58] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038 HTTP/1.1" 200 2793 0.047026 10.0.0.130 - - [2025-04-21 02:16:58] "GET /projects?obj_uuids=7af17c9a-2d32-4c5b-83f6-e3a6b528e970&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001052 10.0.0.130 - - [2025-04-21 02:16:58] "GET /project/7af17c9a-2d32-4c5b-83f6-e3a6b528e970 HTTP/1.1" 200 2178 0.078033 10.0.0.130 - - [2025-04-21 02:16:58] "POST /neutron/network HTTP/1.1" 200 839 0.006383 10.0.0.130 - - [2025-04-21 02:16:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004369 10.0.0.130 - - [2025-04-21 02:16:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002514 10.0.0.130 - - [2025-04-21 02:16:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002977 10.0.0.130 - - [2025-04-21 02:16:58] "POST /neutron/network HTTP/1.1" 200 151 0.084245 10.0.0.130 - - [2025-04-21 02:16:58] "DELETE /route-target/526bd139-39c8-461b-ba8b-796eeb24d69c HTTP/1.1" 200 115 0.019138 10.0.0.130 - - [2025-04-21 02:16:58] "GET /routing-instance/2a4e9070-2ef3-4d1e-a6fc-6ab2ec4ae408 HTTP/1.1" 404 171 0.002362 10.0.0.130 - - [2025-04-21 02:16:58] "GET /domains HTTP/1.1" 200 281 0.002244 10.0.0.130 - - [2025-04-21 02:16:58] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001306 10.0.0.130 - - [2025-04-21 02:16:58] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038 HTTP/1.1" 200 2793 0.048993 10.0.0.130 - - [2025-04-21 02:16:58] "GET /projects?obj_uuids=7af17c9a-2d32-4c5b-83f6-e3a6b528e970&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001662 10.0.0.130 - - [2025-04-21 02:16:58] "GET /project/7af17c9a-2d32-4c5b-83f6-e3a6b528e970 HTTP/1.1" 200 1927 0.075135 10.0.0.130 - - [2025-04-21 02:16:59] "GET /projects?obj_uuids=7af17c9a-2d32-4c5b-83f6-e3a6b528e970&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001224 10.0.0.130 - - [2025-04-21 02:16:59] "GET /project/7af17c9a-2d32-4c5b-83f6-e3a6b528e970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.028283 10.0.0.130 - - [2025-04-21 02:16:59] "GET /projects?obj_uuids=7af17c9a-2d32-4c5b-83f6-e3a6b528e970&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001078 10.0.0.130 - - [2025-04-21 02:16:59] "GET /project/7af17c9a-2d32-4c5b-83f6-e3a6b528e970?fields=virtual_networks HTTP/1.1" 200 1056 0.073302 10.0.0.130 - - [2025-04-21 02:16:59] "GET /projects?obj_uuids=7af17c9a-2d32-4c5b-83f6-e3a6b528e970&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001019 10.0.0.130 - - [2025-04-21 02:16:59] "GET /project/7af17c9a-2d32-4c5b-83f6-e3a6b528e970?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.026712 10.0.0.130 - - [2025-04-21 02:16:59] "GET /projects?obj_uuids=7af17c9a-2d32-4c5b-83f6-e3a6b528e970&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001054 10.0.0.130 - - [2025-04-21 02:16:59] "GET /project/7af17c9a-2d32-4c5b-83f6-e3a6b528e970?fields=security_groups HTTP/1.1" 200 1295 0.027180 10.0.0.130 - - [2025-04-21 02:17:00] "POST /fqname-to-id HTTP/1.1" 404 183 0.026098 10.0.0.130 - - [2025-04-21 02:17:00] "GET /projects?obj_uuids=880aa311-47a5-4c74-920d-02bfcd5ed88f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002434 10.0.0.130 - - [2025-04-21 02:17:00] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001382 10.0.0.130 - - [2025-04-21 02:17:00] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007787 10.0.0.130 - - [2025-04-21 02:17:00] "POST /id-to-fqname HTTP/1.1" 200 185 0.001953 10.0.0.130 - - [2025-04-21 02:17:00] "POST /fqname-to-id HTTP/1.1" 404 194 0.003169 10.0.0.130 - - [2025-04-21 02:17:00] "POST /security-groups HTTP/1.1" 200 586 0.067613 10.0.0.130 - - [2025-04-21 02:17:00] "POST /fqname-to-id HTTP/1.1" 404 229 0.002687 10.0.0.130 - - [2025-04-21 02:17:00] "POST /projects HTTP/1.1" 200 575 0.227720 10.0.0.130 - - [2025-04-21 02:17:00] "POST /access-control-lists HTTP/1.1" 200 593 0.057245 10.0.0.130 - - [2025-04-21 02:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.294224 10.0.0.130 - - [2025-04-21 02:17:00] "POST /fqname-to-id HTTP/1.1" 404 228 0.002803 10.0.0.130 - - [2025-04-21 02:17:00] "GET /project/880aa311-47a5-4c74-920d-02bfcd5ed88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.412225 10.0.0.130 - - [2025-04-21 02:17:00] "POST /access-control-lists HTTP/1.1" 200 591 0.072040 10.0.0.130 - - [2025-04-21 02:17:01] "GET / HTTP/1.1" 200 36215 0.004138 10.0.0.130 - - [2025-04-21 02:17:02] "GET /projects?obj_uuids=880aa311-47a5-4c74-920d-02bfcd5ed88f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001157 10.0.0.130 - - [2025-04-21 02:17:02] "GET /project/880aa311-47a5-4c74-920d-02bfcd5ed88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.027763 10.0.0.130 - - [2025-04-21 02:17:02] "GET /projects?obj_uuids=880aa311-47a5-4c74-920d-02bfcd5ed88f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001419 10.0.0.130 - - [2025-04-21 02:17:02] "GET /project/880aa311-47a5-4c74-920d-02bfcd5ed88f?fields=virtual_networks HTTP/1.1" 200 1023 0.082729 10.0.0.130 - - [2025-04-21 02:17:02] "GET /projects?obj_uuids=880aa311-47a5-4c74-920d-02bfcd5ed88f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001103 10.0.0.130 - - [2025-04-21 02:17:03] "GET /project/880aa311-47a5-4c74-920d-02bfcd5ed88f?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.024436 10.0.0.130 - - [2025-04-21 02:17:03] "GET /projects?obj_uuids=880aa311-47a5-4c74-920d-02bfcd5ed88f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001045 10.0.0.130 - - [2025-04-21 02:17:03] "GET /project/880aa311-47a5-4c74-920d-02bfcd5ed88f?fields=security_groups HTTP/1.1" 200 1245 0.025492 10.0.0.130 - - [2025-04-21 02:17:03] "POST /fqname-to-id HTTP/1.1" 404 191 0.027548 10.0.0.130 - - [2025-04-21 02:17:03] "GET /projects?obj_uuids=2ee07cc2-dd08-4b94-a8dc-ebf4031fccb8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002693 10.0.0.130 - - [2025-04-21 02:17:03] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001097 10.0.0.130 - - [2025-04-21 02:17:03] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008742 10.0.0.130 - - [2025-04-21 02:17:04] "POST /id-to-fqname HTTP/1.1" 200 193 0.001521 10.0.0.130 - - [2025-04-21 02:17:04] "POST /fqname-to-id HTTP/1.1" 404 202 0.003467 10.0.0.130 - - [2025-04-21 02:17:04] "POST /security-groups HTTP/1.1" 200 594 0.063273 10.0.0.130 - - [2025-04-21 02:17:04] "POST /fqname-to-id HTTP/1.1" 404 237 0.002971 10.0.0.130 - - [2025-04-21 02:17:04] "POST /projects HTTP/1.1" 200 591 0.227258 10.0.0.130 - - [2025-04-21 02:17:04] "POST /access-control-lists HTTP/1.1" 200 601 0.061080 10.0.0.130 - - [2025-04-21 02:17:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.296132 10.0.0.130 - - [2025-04-21 02:17:04] "POST /fqname-to-id HTTP/1.1" 404 236 0.002994 10.0.0.130 - - [2025-04-21 02:17:04] "GET /project/2ee07cc2-dd08-4b94-a8dc-ebf4031fccb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.430742 10.0.0.130 - - [2025-04-21 02:17:04] "POST /access-control-lists HTTP/1.1" 200 599 0.060452 10.0.0.130 - - [2025-04-21 02:17:05] "GET / HTTP/1.1" 200 36215 0.002014 10.0.0.130 - - [2025-04-21 02:17:06] "GET /project/2ee07cc2-dd08-4b94-a8dc-ebf4031fccb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000482 10.0.0.130 - - [2025-04-21 02:17:06] "GET /projects?obj_uuids=2ee07cc2-dd08-4b94-a8dc-ebf4031fccb8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001068 10.0.0.130 - - [2025-04-21 02:17:06] "GET /project/2ee07cc2-dd08-4b94-a8dc-ebf4031fccb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.049155 10.0.0.130 - - [2025-04-21 02:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002361 10.0.0.130 - - [2025-04-21 02:17:06] "GET /security-group/84886644-b5f8-413e-ae14-253bda38c789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.006140 10.0.0.130 - - [2025-04-21 02:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002837 10.0.0.130 - - [2025-04-21 02:17:06] "GET /projects?obj_uuids=2ee07cc2-dd08-4b94-a8dc-ebf4031fccb8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001440 10.0.0.130 - - [2025-04-21 02:17:06] "GET /project/2ee07cc2-dd08-4b94-a8dc-ebf4031fccb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.024229 10.0.0.130 - - [2025-04-21 02:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.130 - - [2025-04-21 02:17:07] "GET /security-group/84886644-b5f8-413e-ae14-253bda38c789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.003711 10.0.0.130 - - [2025-04-21 02:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002733 10.0.0.130 - - [2025-04-21 02:17:07] "PUT /security-group/84886644-b5f8-413e-ae14-253bda38c789 HTTP/1.1" 200 263 0.013720 10.0.0.130 - - [2025-04-21 02:17:07] "PUT /access-control-list/55157c2f-93ed-4a83-8e39-53567c8de3e7 HTTP/1.1" 200 273 0.009882 10.0.0.130 - - [2025-04-21 02:17:07] "PUT /access-control-list/0ebdfaae-30d6-4d23-b143-7ec6fe33ef17 HTTP/1.1" 200 273 0.009176 10.0.0.130 - - [2025-04-21 02:17:07] "POST /fqname-to-id HTTP/1.1" 404 202 0.002850 10.0.0.130 - - [2025-04-21 02:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.130 - - [2025-04-21 02:17:07] "GET /projects?obj_uuids=2ee07cc2-dd08-4b94-a8dc-ebf4031fccb8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001447 10.0.0.130 - - [2025-04-21 02:17:07] "GET /project/2ee07cc2-dd08-4b94-a8dc-ebf4031fccb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.029580 10.0.0.130 - - [2025-04-21 02:17:07] "POST /neutron/network HTTP/1.1" 200 117 0.028848 10.0.0.130 - - [2025-04-21 02:17:07] "GET /projects?obj_uuids=2ee07cc2-dd08-4b94-a8dc-ebf4031fccb8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001064 10.0.0.130 - - [2025-04-21 02:17:07] "POST /neutron/network HTTP/1.1" 200 608 0.062785 10.0.0.130 - - [2025-04-21 02:17:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003652 10.0.0.130 - - [2025-04-21 02:17:07] "POST /neutron/subnet HTTP/1.1" 200 725 0.158317 10.0.0.130 - - [2025-04-21 02:17:07] "POST /neutron/network HTTP/1.1" 200 827 0.005047 10.0.0.130 - - [2025-04-21 02:17:07] "POST /id-to-fqname HTTP/1.1" 200 223 0.001329 10.0.0.130 - - [2025-04-21 02:17:07] "GET /virtual-network/36177ef4-820d-4b52-be71-d003b9a7396f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004542 10.0.0.130 - - [2025-04-21 02:17:07] "POST /neutron/network HTTP/1.1" 200 827 0.004939 10.0.0.130 - - [2025-04-21 02:17:07] "GET /virtual-network/36177ef4-820d-4b52-be71-d003b9a7396f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004674 10.0.0.130 - - [2025-04-21 02:17:07] "POST /route-targets HTTP/1.1" 200 328 0.012002 10.0.0.130 - - [2025-04-21 02:17:07] "POST /ref-update HTTP/1.1" 200 156 0.008603 10.0.0.130 - - [2025-04-21 02:17:07] "POST /neutron/network HTTP/1.1" 200 827 0.005269 10.0.0.130 - - [2025-04-21 02:17:07] "POST /neutron/subnet HTTP/1.1" 200 725 0.006254 10.0.0.130 - - [2025-04-21 02:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002220 10.0.0.130 - - [2025-04-21 02:17:07] "GET /projects?obj_uuids=2ee07cc2-dd08-4b94-a8dc-ebf4031fccb8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001187 10.0.0.130 - - [2025-04-21 02:17:07] "GET /project/2ee07cc2-dd08-4b94-a8dc-ebf4031fccb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.025920 10.0.0.130 - - [2025-04-21 02:17:07] "POST /neutron/network HTTP/1.1" 200 117 0.010474 10.0.0.130 - - [2025-04-21 02:17:07] "GET /projects?obj_uuids=2ee07cc2-dd08-4b94-a8dc-ebf4031fccb8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001063 10.0.0.130 - - [2025-04-21 02:17:08] "POST /neutron/network HTTP/1.1" 200 615 0.087622 10.0.0.130 - - [2025-04-21 02:17:08] "POST /route-targets HTTP/1.1" 200 328 0.012206 10.0.0.130 - - [2025-04-21 02:17:08] "POST /ref-update HTTP/1.1" 200 156 0.020731 10.0.0.130 - - [2025-04-21 02:17:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002352 10.0.0.130 - - [2025-04-21 02:17:08] "POST /neutron/subnet HTTP/1.1" 200 720 0.214684 10.0.0.130 - - [2025-04-21 02:17:08] "POST /neutron/network HTTP/1.1" 200 833 0.006271 10.0.0.130 - - [2025-04-21 02:17:08] "POST /id-to-fqname HTTP/1.1" 200 227 0.001303 10.0.0.130 - - [2025-04-21 02:17:08] "GET /virtual-network/bab3388c-9127-4982-8c30-eb74ce37cd00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004935 10.0.0.130 - - [2025-04-21 02:17:08] "POST /neutron/network HTTP/1.1" 200 833 0.005718 10.0.0.130 - - [2025-04-21 02:17:08] "GET /virtual-network/bab3388c-9127-4982-8c30-eb74ce37cd00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004725 10.0.0.130 - - [2025-04-21 02:17:08] "POST /neutron/network HTTP/1.1" 200 833 0.005556 10.0.0.130 - - [2025-04-21 02:17:08] "POST /neutron/subnet HTTP/1.1" 200 720 0.006497 10.0.0.130 - - [2025-04-21 02:17:08] "POST /id-to-fqname HTTP/1.1" 200 223 0.001159 10.0.0.130 - - [2025-04-21 02:17:08] "POST /neutron/network HTTP/1.1" 200 837 0.007095 10.0.0.130 - - [2025-04-21 02:17:08] "GET /aaa-mode HTTP/1.1" 401 293 0.000453 10.0.0.130 - - [2025-04-21 02:17:09] "GET / HTTP/1.1" 200 36215 0.001779 10.0.0.130 - - [2025-04-21 02:17:09] "GET /project/2ee07cc2-dd08-4b94-a8dc-ebf4031fccb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000529 10.0.0.130 - - [2025-04-21 02:17:09] "GET /projects?obj_uuids=2ee07cc2-dd08-4b94-a8dc-ebf4031fccb8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001237 10.0.0.130 - - [2025-04-21 02:17:09] "GET /project/2ee07cc2-dd08-4b94-a8dc-ebf4031fccb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.047568 10.0.0.130 - - [2025-04-21 02:17:09] "POST /neutron/network HTTP/1.1" 200 827 0.005325 10.0.0.130 - - [2025-04-21 02:17:09] "POST /neutron/port HTTP/1.1" 200 117 0.004780 10.0.0.130 - - [2025-04-21 02:17:09] "POST /neutron/port HTTP/1.1" 200 117 0.005204 10.0.0.130 - - [2025-04-21 02:17:09] "POST /id-to-fqname HTTP/1.1" 200 227 0.001270 10.0.0.130 - - [2025-04-21 02:17:09] "POST /neutron/port HTTP/1.1" 200 117 0.005179 10.0.0.130 - - [2025-04-21 02:17:09] "POST /neutron/network HTTP/1.1" 200 843 0.005825 10.0.0.130 - - [2025-04-21 02:17:09] "GET /aaa-mode HTTP/1.1" 401 293 0.000429 10.0.0.130 - - [2025-04-21 02:17:10] "GET / HTTP/1.1" 200 36215 0.001498 10.0.0.130 - - [2025-04-21 02:17:10] "GET /project/2ee07cc2-dd08-4b94-a8dc-ebf4031fccb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000663 10.0.0.130 - - [2025-04-21 02:17:10] "POST /neutron/network HTTP/1.1" 200 837 0.006150 10.0.0.130 - - [2025-04-21 02:17:10] "GET /projects?obj_uuids=2ee07cc2-dd08-4b94-a8dc-ebf4031fccb8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001063 10.0.0.130 - - [2025-04-21 02:17:10] "POST /neutron/port HTTP/1.1" 200 1063 0.214027 10.0.0.130 - - [2025-04-21 02:17:10] "POST /neutron/port HTTP/1.1" 200 1063 0.012038 10.0.0.130 - - [2025-04-21 02:17:10] "POST /neutron/port HTTP/1.1" 200 1063 0.007596 10.0.0.130 - - [2025-04-21 02:17:10] "POST /neutron/port HTTP/1.1" 200 1117 0.059993 10.0.0.130 - - [2025-04-21 02:17:10] "GET /projects?obj_uuids=2ee07cc2-dd08-4b94-a8dc-ebf4031fccb8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001257 10.0.0.130 - - [2025-04-21 02:17:10] "GET /project/2ee07cc2-dd08-4b94-a8dc-ebf4031fccb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.056711 10.0.0.130 - - [2025-04-21 02:17:10] "POST /neutron/port HTTP/1.1" 200 1091 0.026228 10.0.0.130 - - [2025-04-21 02:17:10] "POST /neutron/network HTTP/1.1" 200 833 0.006942 10.0.0.130 - - [2025-04-21 02:17:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003367 10.0.0.130 - - [2025-04-21 02:17:10] "POST /neutron/subnet HTTP/1.1" 200 699 0.010740 10.0.0.130 - - [2025-04-21 02:17:10] "POST /neutron/port HTTP/1.1" 200 117 0.001072 10.0.0.130 - - [2025-04-21 02:17:10] "POST /neutron/network HTTP/1.1" 200 827 0.017318 10.0.0.130 - - [2025-04-21 02:17:10] "POST /neutron/port HTTP/1.1" 200 1091 0.022260 10.0.0.130 - - [2025-04-21 02:17:10] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006103 10.0.0.130 - - [2025-04-21 02:17:10] "POST /neutron/port HTTP/1.1" 200 117 0.004495 10.0.0.130 - - [2025-04-21 02:17:10] "GET /projects?obj_uuids=2ee07cc2-dd08-4b94-a8dc-ebf4031fccb8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001201 10.0.0.130 - - [2025-04-21 02:17:10] "POST /neutron/router HTTP/1.1" 200 585 0.062331 10.0.0.130 - - [2025-04-21 02:17:10] "POST /neutron/router HTTP/1.1" 200 585 0.007266 10.0.0.130 - - [2025-04-21 02:17:10] "POST /route-targets HTTP/1.1" 200 328 0.018942 10.0.0.130 - - [2025-04-21 02:17:10] "POST /neutron/router HTTP/1.1" 200 656 0.030487 10.0.0.130 - - [2025-04-21 02:17:10] "PUT /logical-router/ea918763-bf24-4a51-9332-c946ba561ef3 HTTP/1.1" 200 263 0.017258 10.0.0.130 - - [2025-04-21 02:17:10] "GET /logical-router/ea918763-bf24-4a51-9332-c946ba561ef3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1645 0.008334 10.0.0.130 - - [2025-04-21 02:17:10] "POST /neutron/router HTTP/1.1" 200 656 0.009566 10.0.0.130 - - [2025-04-21 02:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.018917 10.0.0.130 - - [2025-04-21 02:17:10] "GET /projects?obj_uuids=2ee07cc2-dd08-4b94-a8dc-ebf4031fccb8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001412 10.0.0.130 - - [2025-04-21 02:17:10] "GET /service-template/607088c7-0e99-472e-b2e2-02c3b990bf5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1682 0.004452 10.0.0.130 - - [2025-04-21 02:17:11] "POST /fqname-to-id HTTP/1.1" 404 215 0.003970 10.0.0.130 - - [2025-04-21 02:17:11] "POST /neutron/network HTTP/1.1" 200 843 0.008930 10.0.0.130 - - [2025-04-21 02:17:11] "GET /projects?obj_uuids=2ee07cc2-dd08-4b94-a8dc-ebf4031fccb8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001698 10.0.0.130 - - [2025-04-21 02:17:11] "POST /neutron/router HTTP/1.1" 200 344 0.370953 10.0.0.130 - - [2025-04-21 02:17:11] "POST /ref-update HTTP/1.1" 200 156 0.028480 10.0.0.130 - - [2025-04-21 02:17:11] "POST /neutron/port HTTP/1.1" 200 1091 0.037049 10.0.0.130 - - [2025-04-21 02:17:11] "POST /useragent-kv HTTP/1.1" 200 115 0.015951 10.0.0.130 - - [2025-04-21 02:17:11] "POST /virtual-networks HTTP/1.1" 200 696 0.281294 10.0.0.130 - - [2025-04-21 02:17:11] "POST /neutron/security_group HTTP/1.1" 200 2002 0.029145 10.0.0.130 - - [2025-04-21 02:17:11] "POST /route-targets HTTP/1.1" 200 328 0.023219 10.0.0.130 - - [2025-04-21 02:17:11] "POST /ref-update HTTP/1.1" 200 156 0.039046 10.0.0.130 - - [2025-04-21 02:17:11] "POST /service-instances HTTP/1.1" 200 672 0.104474 10.0.0.130 - - [2025-04-21 02:17:11] "POST /route-tables HTTP/1.1" 200 584 0.048962 10.0.0.130 - - [2025-04-21 02:17:11] "POST /neutron/port HTTP/1.1" 200 1062 0.531022 10.0.0.130 - - [2025-04-21 02:17:11] "POST /neutron/port HTTP/1.1" 200 1062 0.019120 10.0.0.130 - - [2025-04-21 02:17:11] "POST /neutron/port HTTP/1.1" 200 1062 0.023458 10.0.0.130 - - [2025-04-21 02:17:11] "PUT /logical-router/ea918763-bf24-4a51-9332-c946ba561ef3 HTTP/1.1" 200 263 0.089762 10.0.0.130 - - [2025-04-21 02:17:11] "POST /ref-update HTTP/1.1" 200 156 0.044956 10.0.0.130 - - [2025-04-21 02:17:11] "POST /neutron/port HTTP/1.1" 200 1116 0.139725 10.0.0.130 - - [2025-04-21 02:17:11] "POST /neutron/port HTTP/1.1" 200 1090 0.014773 10.0.0.130 - - [2025-04-21 02:17:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003646 10.0.0.130 - - [2025-04-21 02:17:11] "POST /neutron/subnet HTTP/1.1" 200 694 0.008447 10.0.0.130 - - [2025-04-21 02:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.130 - - [2025-04-21 02:17:11] "POST /neutron/port HTTP/1.1" 200 117 0.000974 10.0.0.130 - - [2025-04-21 02:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004823 10.0.0.130 - - [2025-04-21 02:17:11] "POST /neutron/network HTTP/1.1" 200 833 0.005534 10.0.0.130 - - [2025-04-21 02:17:11] "POST /virtual-machines HTTP/1.1" 200 554 0.014958 10.0.0.130 - - [2025-04-21 02:17:12] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.088094 10.0.0.130 - - [2025-04-21 02:17:12] "POST /chown HTTP/1.1" 200 109 0.009942 10.0.0.130 - - [2025-04-21 02:17:12] "POST /instance-ips HTTP/1.1" 200 552 0.033853 10.0.0.130 - - [2025-04-21 02:17:12] "POST /instance-ips HTTP/1.1" 400 246 0.012752 10.0.0.130 - - [2025-04-21 02:17:12] "POST /chown HTTP/1.1" 200 109 0.008009 10.0.0.130 - - [2025-04-21 02:17:12] "PUT /virtual-machine-interface/97fe150d-7920-4c46-95cb-eba010313106 HTTP/1.1" 200 285 0.012145 10.0.0.130 - - [2025-04-21 02:17:12] "PUT /instance-ip/a3595218-eeb5-4467-b520-a4b0264d0dd6 HTTP/1.1" 200 257 0.016778 10.0.0.130 - - [2025-04-21 02:17:12] "POST /ref-update HTTP/1.1" 200 156 0.015199 10.0.0.130 - - [2025-04-21 02:17:12] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.101842 10.0.0.130 - - [2025-04-21 02:17:12] "POST /chown HTTP/1.1" 200 109 0.019897 10.0.0.130 - - [2025-04-21 02:17:12] "POST /instance-ips HTTP/1.1" 200 550 0.039113 10.0.0.130 - - [2025-04-21 02:17:12] "POST /instance-ips HTTP/1.1" 400 316 0.014621 10.0.0.130 - - [2025-04-21 02:17:12] "POST /chown HTTP/1.1" 200 109 0.007536 10.0.0.130 - - [2025-04-21 02:17:13] "PUT /virtual-machine-interface/51667147-0362-4200-9394-c0c925996745 HTTP/1.1" 200 285 0.010121 10.0.0.130 - - [2025-04-21 02:17:13] "PUT /instance-ip/0488e9a3-6dd6-49d0-a58a-942aee36ce00 HTTP/1.1" 200 257 0.011668 10.0.0.130 - - [2025-04-21 02:17:13] "POST /ref-update HTTP/1.1" 200 156 0.021989 10.0.0.130 - - [2025-04-21 02:17:13] "POST /ref-update HTTP/1.1" 200 156 0.016217 10.0.0.130 - - [2025-04-21 02:17:13] "PUT /routing-instance/28ae15c1-2cf0-44de-bb27-fd757249f801 HTTP/1.1" 200 267 0.010132 10.0.0.130 - - [2025-04-21 02:17:13] "POST /ref-update HTTP/1.1" 200 156 0.007618 10.0.0.130 - - [2025-04-21 02:17:13] "POST /virtual-machines HTTP/1.1" 200 554 0.011221 10.0.0.130 - - [2025-04-21 02:17:13] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.113207 10.0.0.130 - - [2025-04-21 02:17:13] "POST /chown HTTP/1.1" 200 109 0.009351 10.0.0.130 - - [2025-04-21 02:17:13] "POST /instance-ips HTTP/1.1" 400 246 0.014110 10.0.0.130 - - [2025-04-21 02:17:13] "POST /chown HTTP/1.1" 200 109 0.006992 10.0.0.130 - - [2025-04-21 02:17:13] "PUT /virtual-machine-interface/eb08509f-c36b-4e73-9b65-2d1e5d2e49e2 HTTP/1.1" 200 285 0.009609 10.0.0.130 - - [2025-04-21 02:17:13] "PUT /instance-ip/a3595218-eeb5-4467-b520-a4b0264d0dd6 HTTP/1.1" 200 257 0.011351 10.0.0.130 - - [2025-04-21 02:17:13] "POST /ref-update HTTP/1.1" 200 156 0.012008 10.0.0.130 - - [2025-04-21 02:17:13] "POST /ref-update HTTP/1.1" 200 156 0.010023 10.0.0.130 - - [2025-04-21 02:17:13] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.092946 10.0.0.130 - - [2025-04-21 02:17:13] "POST /ref-update HTTP/1.1" 200 156 0.020132 10.0.0.130 - - [2025-04-21 02:17:14] "PUT /routing-instance/28ae15c1-2cf0-44de-bb27-fd757249f801 HTTP/1.1" 200 267 0.021271 10.0.0.130 - - [2025-04-21 02:17:14] "POST /chown HTTP/1.1" 200 109 0.016602 10.0.0.130 - - [2025-04-21 02:17:14] "POST /instance-ips HTTP/1.1" 400 316 0.014208 10.0.0.130 - - [2025-04-21 02:17:14] "POST /chown HTTP/1.1" 200 109 0.011057 10.0.0.130 - - [2025-04-21 02:17:14] "DELETE /project/2ee07cc2dd084b94a8dcebf4031fccb8 HTTP/1.1" 404 173 0.018662 10.0.0.130 - - [2025-04-21 02:17:14] "DELETE /project/880aa31147a54c74920d02bfcd5ed88f HTTP/1.1" 404 173 0.013164 10.0.0.130 - - [2025-04-21 02:17:14] "DELETE /project/7af17c9a2d324c5b83f6e3a6b528e970 HTTP/1.1" 404 173 0.012322 10.0.0.130 - - [2025-04-21 02:17:14] "GET /projects?obj_uuids=7af17c9a-2d32-4c5b-83f6-e3a6b528e970&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000972 10.0.0.130 - - [2025-04-21 02:17:14] "GET /projects?obj_uuids=c1098bc8-4489-4708-afe2-48b4d5adee3b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000849 10.0.0.130 - - [2025-04-21 02:17:14] "GET /projects?obj_uuids=880aa311-47a5-4c74-920d-02bfcd5ed88f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001129 10.0.0.130 - - [2025-04-21 02:17:14] "PUT /virtual-machine-interface/cf0e2784-0574-4e63-ba25-a278c93bce5f HTTP/1.1" 200 285 0.053461 10.0.0.130 - - [2025-04-21 02:17:14] "GET /project/880aa311-47a5-4c74-920d-02bfcd5ed88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.066513 10.0.0.130 - - [2025-04-21 02:17:14] "GET /project/c1098bc8-4489-4708-afe2-48b4d5adee3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.079800 10.0.0.130 - - [2025-04-21 02:17:14] "GET /project/7af17c9a-2d32-4c5b-83f6-e3a6b528e970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1514 0.101928 10.0.0.130 - - [2025-04-21 02:17:14] "GET /projects?obj_uuids=c1098bc8-4489-4708-afe2-48b4d5adee3b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001218 10.0.0.130 - - [2025-04-21 02:17:14] "GET /projects?obj_uuids=880aa311-47a5-4c74-920d-02bfcd5ed88f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001322 10.0.0.130 - - [2025-04-21 02:17:14] "GET /projects?obj_uuids=7af17c9a-2d32-4c5b-83f6-e3a6b528e970&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000918 10.0.0.130 - - [2025-04-21 02:17:14] "PUT /instance-ip/0488e9a3-6dd6-49d0-a58a-942aee36ce00 HTTP/1.1" 200 257 0.059661 10.0.0.130 - - [2025-04-21 02:17:14] "GET /project/880aa311-47a5-4c74-920d-02bfcd5ed88f?fields=security_groups HTTP/1.1" 200 1347 0.070235 10.0.0.130 - - [2025-04-21 02:17:14] "GET /project/c1098bc8-4489-4708-afe2-48b4d5adee3b?fields=security_groups HTTP/1.1" 200 1396 0.075262 10.0.0.130 - - [2025-04-21 02:17:14] "GET /project/7af17c9a-2d32-4c5b-83f6-e3a6b528e970?fields=security_groups HTTP/1.1" 200 1397 0.080187 10.0.0.130 - - [2025-04-21 02:17:14] "POST /ref-update HTTP/1.1" 200 156 0.066554 10.0.0.130 - - [2025-04-21 02:17:14] "POST /ref-update HTTP/1.1" 200 156 0.033681 10.0.0.130 - - [2025-04-21 02:17:14] "POST /ref-update HTTP/1.1" 200 156 0.029178 10.0.0.130 - - [2025-04-21 02:17:14] "PUT /routing-instance/28ae15c1-2cf0-44de-bb27-fd757249f801 HTTP/1.1" 200 267 0.038132 10.0.0.130 - - [2025-04-21 02:17:14] "DELETE /security-group/df392b44-7d5c-4e54-bbc8-e791fb1db1a2 HTTP/1.1" 200 115 0.147837 10.0.0.130 - - [2025-04-21 02:17:14] "DELETE /security-group/278f7b42-9753-4b93-b15f-a7885bb4472b HTTP/1.1" 200 115 0.141195 10.0.0.130 - - [2025-04-21 02:17:14] "GET /projects?obj_uuids=880aa311-47a5-4c74-920d-02bfcd5ed88f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.006116 10.0.0.130 - - [2025-04-21 02:17:14] "DELETE /security-group/866dd75d-6497-4ec5-abbf-d5bcb0aa46c3 HTTP/1.1" 200 115 0.192567 10.0.0.130 - - [2025-04-21 02:17:14] "GET /projects?obj_uuids=c1098bc8-4489-4708-afe2-48b4d5adee3b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001580 10.0.0.130 - - [2025-04-21 02:17:14] "GET /projects?obj_uuids=7af17c9a-2d32-4c5b-83f6-e3a6b528e970&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002222 10.0.0.130 - - [2025-04-21 02:17:14] "GET /project/880aa311-47a5-4c74-920d-02bfcd5ed88f?fields=application_policy_sets HTTP/1.1" 200 1386 0.155127 10.0.0.130 - - [2025-04-21 02:17:14] "GET /project/c1098bc8-4489-4708-afe2-48b4d5adee3b?fields=application_policy_sets HTTP/1.1" 200 1435 0.132276 10.0.0.130 - - [2025-04-21 02:17:14] "DELETE /access-control-list/24812dba-507d-4c57-bcc1-6fe4587b7bff HTTP/1.1" 200 115 0.144829 10.0.0.130 - - [2025-04-21 02:17:14] "GET /project/7af17c9a-2d32-4c5b-83f6-e3a6b528e970?fields=application_policy_sets HTTP/1.1" 200 1436 0.131263 10.0.0.130 - - [2025-04-21 02:17:14] "DELETE /access-control-list/c030ff17-61d7-4645-a485-d27f450bcb86 HTTP/1.1" 200 115 0.061196 10.0.0.130 - - [2025-04-21 02:17:15] "DELETE /access-control-list/cf18d43f-abef-4e13-b16b-3c5b73052b55 HTTP/1.1" 200 115 0.063099 10.0.0.130 - - [2025-04-21 02:17:15] "DELETE /project/880aa311-47a5-4c74-920d-02bfcd5ed88f HTTP/1.1" 200 115 0.797427 10.0.0.130 - - [2025-04-21 02:17:15] "DELETE /project/c1098bc8-4489-4708-afe2-48b4d5adee3b HTTP/1.1" 200 115 0.804397 10.0.0.130 - - [2025-04-21 02:17:15] "DELETE /access-control-list/50be59d3-a1f5-4acc-aaff-7fe4f547f16d HTTP/1.1" 200 115 0.029249 10.0.0.130 - - [2025-04-21 02:17:15] "DELETE /project/7af17c9a-2d32-4c5b-83f6-e3a6b528e970 HTTP/1.1" 200 115 0.834202 10.0.0.130 - - [2025-04-21 02:17:15] "DELETE /access-control-list/12e121eb-3741-4ba8-a786-252c144dc3e1 HTTP/1.1" 200 115 0.042568 10.0.0.130 - - [2025-04-21 02:17:15] "DELETE /access-control-list/9e1d9ee8-1bae-4e05-8ac8-21d165713698 HTTP/1.1" 200 115 0.027920 10.0.0.130 - - [2025-04-21 02:17:16] "POST /neutron/port HTTP/1.1" 200 1091 0.014434 10.0.0.130 - - [2025-04-21 02:17:16] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005685 10.0.0.130 - - [2025-04-21 02:17:16] "POST /neutron/port HTTP/1.1" 200 1091 0.018677 10.0.0.130 - - [2025-04-21 02:17:16] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006936 10.0.0.130 - - [2025-04-21 02:17:16] "POST /neutron/port HTTP/1.1" 200 1091 0.016059 10.0.0.130 - - [2025-04-21 02:17:16] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006131 10.0.0.130 - - [2025-04-21 02:17:16] "GET /virtual-machine/4f86092c-c097-4bb0-a6b5-c4b5a5a53b29 HTTP/1.1" 401 293 0.000485 10.0.0.130 - - [2025-04-21 02:17:16] "GET /virtual-machine/4f86092c-c097-4bb0-a6b5-c4b5a5a53b29 HTTP/1.1" 200 1297 0.025548 10.0.0.130 - - [2025-04-21 02:17:16] "GET /virtual-machine-interface/9799c48e-4ac5-4206-9b80-94f356a6f179 HTTP/1.1" 200 2963 0.005978 10.0.0.130 - - [2025-04-21 02:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.130 - - [2025-04-21 02:17:16] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003937 10.0.0.130 - - [2025-04-21 02:17:17] "GET /virtual-networks?parent_id=2ee07cc2-dd08-4b94-a8dc-ebf4031fccb8&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.004105 10.0.0.130 - - [2025-04-21 02:17:17] "GET /virtual-network/36177ef4-820d-4b52-be71-d003b9a7396f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005568 10.0.0.130 - - [2025-04-21 02:17:19] "POST /neutron/port HTTP/1.1" 200 1091 0.018251 10.0.0.130 - - [2025-04-21 02:17:19] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005634 10.0.0.130 - - [2025-04-21 02:17:20] "GET /obj-perms HTTP/1.1" 200 5075 0.048707 10.0.0.130 - - [2025-04-21 02:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.130 - - [2025-04-21 02:17:20] "GET /virtual-network/36177ef4-820d-4b52-be71-d003b9a7396f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008226 10.0.0.130 - - [2025-04-21 02:17:20] "GET /obj-perms HTTP/1.1" 200 5075 0.048757 10.0.0.130 - - [2025-04-21 02:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.130 - - [2025-04-21 02:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002558 10.0.0.130 - - [2025-04-21 02:17:20] "POST /chown HTTP/1.1" 200 109 0.007780 10.0.0.130 - - [2025-04-21 02:17:20] "POST /instance-ips HTTP/1.1" 400 246 0.014936 10.0.0.130 - - [2025-04-21 02:17:20] "POST /chown HTTP/1.1" 200 109 0.008662 10.0.0.130 - - [2025-04-21 02:17:20] "POST /neutron/port HTTP/1.1" 200 1090 0.015781 10.0.0.130 - - [2025-04-21 02:17:20] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005512 10.0.0.130 - - [2025-04-21 02:17:20] "POST /chown HTTP/1.1" 200 109 0.014164 10.0.0.130 - - [2025-04-21 02:17:20] "POST /instance-ips HTTP/1.1" 400 316 0.019817 10.0.0.130 - - [2025-04-21 02:17:20] "POST /chown HTTP/1.1" 200 109 0.007648 10.0.0.130 - - [2025-04-21 02:17:20] "POST /chown HTTP/1.1" 200 109 0.006539 10.0.0.130 - - [2025-04-21 02:17:20] "POST /instance-ips HTTP/1.1" 400 246 0.023756 10.0.0.130 - - [2025-04-21 02:17:20] "POST /chown HTTP/1.1" 200 109 0.008489 10.0.0.130 - - [2025-04-21 02:17:20] "POST /chown HTTP/1.1" 200 109 0.007659 10.0.0.130 - - [2025-04-21 02:17:21] "POST /instance-ips HTTP/1.1" 400 316 0.014038 10.0.0.130 - - [2025-04-21 02:17:21] "POST /chown HTTP/1.1" 200 109 0.008314 10.0.0.130 - - [2025-04-21 02:17:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.130 - - [2025-04-21 02:17:22] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003397 10.0.0.130 - - [2025-04-21 02:17:22] "GET /virtual-networks?parent_id=2ee07cc2-dd08-4b94-a8dc-ebf4031fccb8&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.004410 10.0.0.130 - - [2025-04-21 02:17:22] "GET /virtual-network/36177ef4-820d-4b52-be71-d003b9a7396f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005380 10.0.0.130 - - [2025-04-21 02:17:22] "POST /neutron/port HTTP/1.1" 200 1090 0.024321 10.0.0.130 - - [2025-04-21 02:17:22] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006158 10.0.0.130 - - [2025-04-21 02:17:22] "POST /neutron/port HTTP/1.1" 200 1090 0.015318 10.0.0.130 - - [2025-04-21 02:17:22] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006936 10.0.0.130 - - [2025-04-21 02:17:22] "POST /neutron/port HTTP/1.1" 200 1090 0.022754 10.0.0.130 - - [2025-04-21 02:17:22] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005734 10.0.0.130 - - [2025-04-21 02:17:22] "GET /virtual-machine/feadfe14-b377-4611-b974-bba5e0a935f3 HTTP/1.1" 200 1298 0.005953 10.0.0.130 - - [2025-04-21 02:17:22] "GET /virtual-machine-interface/662e0e03-0a8c-4724-aca8-38755a6e692c HTTP/1.1" 200 2974 0.004583 10.0.0.130 - - [2025-04-21 02:17:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002634 10.0.0.130 - - [2025-04-21 02:17:22] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002861 10.0.0.130 - - [2025-04-21 02:17:22] "GET /virtual-networks?parent_id=2ee07cc2-dd08-4b94-a8dc-ebf4031fccb8&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003172 10.0.0.130 - - [2025-04-21 02:17:22] "GET /virtual-network/bab3388c-9127-4982-8c30-eb74ce37cd00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005531 10.0.0.130 - - [2025-04-21 02:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002710 10.0.0.130 - - [2025-04-21 02:17:24] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003234 10.0.0.130 - - [2025-04-21 02:17:24] "GET /virtual-networks?parent_id=2ee07cc2-dd08-4b94-a8dc-ebf4031fccb8&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003874 10.0.0.130 - - [2025-04-21 02:17:24] "GET /virtual-network/bab3388c-9127-4982-8c30-eb74ce37cd00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005644 10.0.0.130 - - [2025-04-21 02:17:28] "POST /neutron/router HTTP/1.1" 200 656 0.004217 10.0.0.130 - - [2025-04-21 02:17:28] "POST /ref-update HTTP/1.1" 200 156 0.010003 10.0.0.130 - - [2025-04-21 02:17:28] "POST /neutron/router HTTP/1.1" 200 344 0.091364 10.0.0.130 - - [2025-04-21 02:17:28] "POST /neutron/router HTTP/1.1" 200 656 0.006042 10.0.0.130 - - [2025-04-21 02:17:28] "GET /logical-router/ea918763-bf24-4a51-9332-c946ba561ef3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.003549 10.0.0.130 - - [2025-04-21 02:17:28] "GET /service-instance/0dba06aa-c23a-4263-8e8f-d2fbf69cb735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2316 0.003641 10.0.0.130 - - [2025-04-21 02:17:28] "POST /neutron/router HTTP/1.1" 200 151 0.053853 10.0.0.130 - - [2025-04-21 02:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.130 - - [2025-04-21 02:17:28] "DELETE /route-target/7c4dea5a-aafa-4046-8540-45b778d1950a HTTP/1.1" 409 240 0.005204 10.0.0.130 - - [2025-04-21 02:17:28] "PUT /logical-router/ea918763-bf24-4a51-9332-c946ba561ef3 HTTP/1.1" 404 171 0.002812 10.0.0.130 - - [2025-04-21 02:17:28] "POST /ref-update HTTP/1.1" 200 156 0.010646 10.0.0.130 - - [2025-04-21 02:17:28] "DELETE /route-table/454aac4b-42bd-4d20-a9ce-9ba7c2453139 HTTP/1.1" 200 115 0.034720 10.0.0.130 - - [2025-04-21 02:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.130 - - [2025-04-21 02:17:28] "PUT /routing-instance/28ae15c1-2cf0-44de-bb27-fd757249f801 HTTP/1.1" 200 267 0.012871 10.0.0.130 - - [2025-04-21 02:17:28] "POST /neutron/network HTTP/1.1" 200 833 0.006232 10.0.0.130 - - [2025-04-21 02:17:28] "GET /virtual-network/2035275b-0516-4927-a842-30b48b00ff7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.006210 10.0.0.130 - - [2025-04-21 02:17:28] "POST /neutron/network HTTP/1.1" 400 204 0.035802 10.0.0.130 - - [2025-04-21 02:17:28] "POST /ref-update HTTP/1.1" 200 156 0.009049 10.0.0.130 - - [2025-04-21 02:17:28] "POST /ref-update HTTP/1.1" 200 156 0.009805 10.0.0.130 - - [2025-04-21 02:17:28] "DELETE /instance-ip/0488e9a3-6dd6-49d0-a58a-942aee36ce00 HTTP/1.1" 200 115 0.032003 10.0.0.130 - - [2025-04-21 02:17:29] "POST /useragent-kv HTTP/1.1" 200 115 0.004024 10.0.0.130 - - [2025-04-21 02:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.130 - - [2025-04-21 02:17:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003520 10.0.0.130 - - [2025-04-21 02:17:29] "DELETE /virtual-network/2035275b-0516-4927-a842-30b48b00ff7f HTTP/1.1" 200 115 0.123162 10.0.0.130 - - [2025-04-21 02:17:29] "DELETE /route-target/3d4c6063-8616-442c-b11b-a12a68553fd8 HTTP/1.1" 200 115 0.021955 10.0.0.130 - - [2025-04-21 02:17:29] "DELETE /service-instance/0dba06aa-c23a-4263-8e8f-d2fbf69cb735 HTTP/1.1" 200 115 0.028622 10.0.0.130 - - [2025-04-21 02:17:29] "GET /logical-router/ea918763-bf24-4a51-9332-c946ba561ef3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002274 10.0.0.130 - - [2025-04-21 02:17:29] "GET /service-instance/0dba06aa-c23a-4263-8e8f-d2fbf69cb735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002372 10.0.0.130 - - [2025-04-21 02:17:29] "POST /neutron/port HTTP/1.1" 200 1090 0.012694 10.0.0.130 - - [2025-04-21 02:17:29] "POST /neutron/port HTTP/1.1" 200 1116 0.007988 10.0.0.130 - - [2025-04-21 02:17:29] "GET /virtual-machine-interface/97fe150d-7920-4c46-95cb-eba010313106?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1656 0.007848 10.0.0.130 - - [2025-04-21 02:17:29] "POST /neutron/port HTTP/1.1" 200 1091 0.020952 10.0.0.130 - - [2025-04-21 02:17:29] "POST /ref-update HTTP/1.1" 200 156 0.016434 10.0.0.130 - - [2025-04-21 02:17:29] "POST /neutron/port HTTP/1.1" 200 1117 0.013728 10.0.0.130 - - [2025-04-21 02:17:29] "POST /neutron/port HTTP/1.1" 200 151 0.139868 10.0.0.130 - - [2025-04-21 02:17:29] "GET /instance-ip/a3595218-eeb5-4467-b520-a4b0264d0dd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005053 10.0.0.130 - - [2025-04-21 02:17:29] "DELETE /virtual-machine-interface/97fe150d-7920-4c46-95cb-eba010313106 HTTP/1.1" 200 115 0.057490 10.0.0.130 - - [2025-04-21 02:17:29] "POST /neutron/port HTTP/1.1" 200 151 0.137441 10.0.0.130 - - [2025-04-21 02:17:29] "GET /virtual-machine-interface/51667147-0362-4200-9394-c0c925996745?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1334 0.007758 10.0.0.130 - - [2025-04-21 02:17:29] "DELETE /virtual-machine-interface/51667147-0362-4200-9394-c0c925996745 HTTP/1.1" 200 115 0.024506 10.0.0.130 - - [2025-04-21 02:17:29] "POST /ref-update HTTP/1.1" 200 156 0.011899 10.0.0.130 - - [2025-04-21 02:17:29] "DELETE /virtual-machine/c2737094-9b0b-483b-a117-d39384d2ba94 HTTP/1.1" 200 115 0.016364 10.0.0.130 - - [2025-04-21 02:17:29] "GET /virtual-machine-interface/cf0e2784-0574-4e63-ba25-a278c93bce5f?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1335 0.006031 10.0.0.130 - - [2025-04-21 02:17:29] "DELETE /virtual-machine-interface/cf0e2784-0574-4e63-ba25-a278c93bce5f HTTP/1.1" 200 115 0.029553 10.0.0.130 - - [2025-04-21 02:17:29] "GET /virtual-machine-interface/eb08509f-c36b-4e73-9b65-2d1e5d2e49e2?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1656 0.006472 10.0.0.130 - - [2025-04-21 02:17:29] "POST /ref-update HTTP/1.1" 200 156 0.012379 10.0.0.130 - - [2025-04-21 02:17:29] "GET /instance-ip/a3595218-eeb5-4467-b520-a4b0264d0dd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1697 0.005003 10.0.0.130 - - [2025-04-21 02:17:29] "DELETE /instance-ip/a3595218-eeb5-4467-b520-a4b0264d0dd6 HTTP/1.1" 200 115 0.036271 10.0.0.130 - - [2025-04-21 02:17:29] "DELETE /virtual-machine-interface/eb08509f-c36b-4e73-9b65-2d1e5d2e49e2 HTTP/1.1" 200 115 0.037951 10.0.0.130 - - [2025-04-21 02:17:29] "DELETE /virtual-machine/15a803a3-857c-464f-bcdc-69da321f1ec3 HTTP/1.1" 200 115 0.015686 10.0.0.130 - - [2025-04-21 02:17:30] "POST /neutron/network HTTP/1.1" 200 833 0.009791 10.0.0.130 - - [2025-04-21 02:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005167 10.0.0.130 - - [2025-04-21 02:17:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002736 10.0.0.130 - - [2025-04-21 02:17:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002385 10.0.0.130 - - [2025-04-21 02:17:30] "POST /neutron/network HTTP/1.1" 200 151 0.089185 10.0.0.130 - - [2025-04-21 02:17:30] "DELETE /route-target/176cc668-184e-4bc1-9c35-a7528e5bd45e HTTP/1.1" 200 115 0.015550 10.0.0.130 - - [2025-04-21 02:17:30] "POST /neutron/network HTTP/1.1" 200 827 0.005065 10.0.0.130 - - [2025-04-21 02:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.130 - - [2025-04-21 02:17:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002147 10.0.0.130 - - [2025-04-21 02:17:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002745 10.0.0.130 - - [2025-04-21 02:17:31] "POST /neutron/network HTTP/1.1" 200 151 0.073728 10.0.0.130 - - [2025-04-21 02:17:31] "DELETE /route-target/4b716fbf-bf9d-4298-b546-4f52164deb97 HTTP/1.1" 200 115 0.017479 10.0.0.130 - - [2025-04-21 02:17:31] "GET /projects?obj_uuids=2ee07cc2-dd08-4b94-a8dc-ebf4031fccb8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001083 10.0.0.130 - - [2025-04-21 02:17:31] "GET /project/2ee07cc2-dd08-4b94-a8dc-ebf4031fccb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.025380 10.0.0.130 - - [2025-04-21 02:17:31] "GET /projects?obj_uuids=2ee07cc2-dd08-4b94-a8dc-ebf4031fccb8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001029 10.0.0.130 - - [2025-04-21 02:17:31] "GET /project/2ee07cc2-dd08-4b94-a8dc-ebf4031fccb8?fields=virtual_networks HTTP/1.1" 200 1039 0.064538 10.0.0.130 - - [2025-04-21 02:17:31] "GET /projects?obj_uuids=2ee07cc2-dd08-4b94-a8dc-ebf4031fccb8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001011 10.0.0.130 - - [2025-04-21 02:17:31] "GET /project/2ee07cc2-dd08-4b94-a8dc-ebf4031fccb8?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.022650 10.0.0.130 - - [2025-04-21 02:17:31] "GET /projects?obj_uuids=2ee07cc2-dd08-4b94-a8dc-ebf4031fccb8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001043 10.0.0.130 - - [2025-04-21 02:17:31] "GET /project/2ee07cc2-dd08-4b94-a8dc-ebf4031fccb8?fields=security_groups HTTP/1.1" 200 1269 0.026757 10.0.0.130 - - [2025-04-21 02:17:32] "POST /fqname-to-id HTTP/1.1" 404 196 0.021141 10.0.0.130 - - [2025-04-21 02:17:32] "GET /projects?obj_uuids=ca691f6b-7bdb-47de-9a19-aa9e346aa574&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002708 10.0.0.130 - - [2025-04-21 02:17:32] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001154 10.0.0.130 - - [2025-04-21 02:17:32] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007188 10.0.0.130 - - [2025-04-21 02:17:32] "POST /id-to-fqname HTTP/1.1" 200 198 0.001702 10.0.0.130 - - [2025-04-21 02:17:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.003369 10.0.0.130 - - [2025-04-21 02:17:32] "POST /security-groups HTTP/1.1" 200 599 0.059579 10.0.0.130 - - [2025-04-21 02:17:32] "POST /fqname-to-id HTTP/1.1" 404 242 0.003631 10.0.0.130 - - [2025-04-21 02:17:32] "POST /projects HTTP/1.1" 200 601 0.217729 10.0.0.130 - - [2025-04-21 02:17:32] "POST /access-control-lists HTTP/1.1" 200 606 0.062551 10.0.0.130 - - [2025-04-21 02:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.294623 10.0.0.130 - - [2025-04-21 02:17:32] "POST /fqname-to-id HTTP/1.1" 404 241 0.002598 10.0.0.130 - - [2025-04-21 02:17:32] "GET /project/ca691f6b-7bdb-47de-9a19-aa9e346aa574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.416794 10.0.0.130 - - [2025-04-21 02:17:32] "POST /access-control-lists HTTP/1.1" 200 604 0.065769 10.0.0.130 - - [2025-04-21 02:17:33] "GET / HTTP/1.1" 200 36215 0.002029 10.0.0.130 - - [2025-04-21 02:17:34] "POST /fqname-to-id HTTP/1.1" 401 293 0.000450 10.0.0.130 - - [2025-04-21 02:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.053076 10.0.0.130 - - [2025-04-21 02:17:34] "GET /projects?obj_uuids=ca691f6b-7bdb-47de-9a19-aa9e346aa574&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001058 10.0.0.130 - - [2025-04-21 02:17:34] "GET /project/ca691f6b-7bdb-47de-9a19-aa9e346aa574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.027524 10.0.0.130 - - [2025-04-21 02:17:34] "POST /neutron/network HTTP/1.1" 200 117 0.027081 10.0.0.130 - - [2025-04-21 02:17:34] "GET /projects?obj_uuids=ca691f6b-7bdb-47de-9a19-aa9e346aa574&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001376 10.0.0.130 - - [2025-04-21 02:17:34] "POST /neutron/network HTTP/1.1" 200 613 0.067942 10.0.0.130 - - [2025-04-21 02:17:35] "POST /route-targets HTTP/1.1" 200 328 0.013393 10.0.0.130 - - [2025-04-21 02:17:35] "POST /ref-update HTTP/1.1" 200 156 0.012393 10.0.0.130 - - [2025-04-21 02:17:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003274 10.0.0.130 - - [2025-04-21 02:17:35] "POST /neutron/subnet HTTP/1.1" 200 720 0.129703 10.0.0.130 - - [2025-04-21 02:17:35] "POST /useragent-kv HTTP/1.1" 200 115 0.007280 10.0.0.130 - - [2025-04-21 02:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.028384 10.0.0.130 - - [2025-04-21 02:17:35] "POST /neutron/subnet HTTP/1.1" 200 828 0.196866 10.0.0.130 - - [2025-04-21 02:17:35] "GET /virtual-network/9d4f9eb3-83ee-4c9a-9605-50b917e5420a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.009448 10.0.0.130 - - [2025-04-21 02:17:35] "POST /neutron/network HTTP/1.1" 200 1005 0.006162 10.0.0.130 - - [2025-04-21 02:17:35] "POST /id-to-fqname HTTP/1.1" 200 228 0.001515 10.0.0.130 - - [2025-04-21 02:17:35] "GET /virtual-network/77b14d0c-3bb7-4490-b577-1566155a4b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005157 10.0.0.130 - - [2025-04-21 02:17:35] "POST /neutron/network HTTP/1.1" 200 1005 0.008523 10.0.0.130 - - [2025-04-21 02:17:35] "GET /virtual-network/77b14d0c-3bb7-4490-b577-1566155a4b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.004447 10.0.0.130 - - [2025-04-21 02:17:35] "POST /neutron/network HTTP/1.1" 200 1005 0.010925 10.0.0.130 - - [2025-04-21 02:17:35] "POST /neutron/subnet HTTP/1.1" 200 720 0.006725 10.0.0.130 - - [2025-04-21 02:17:35] "POST /neutron/subnet HTTP/1.1" 200 828 0.007147 10.0.0.130 - - [2025-04-21 02:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002337 10.0.0.130 - - [2025-04-21 02:17:35] "GET /projects?obj_uuids=ca691f6b-7bdb-47de-9a19-aa9e346aa574&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000980 10.0.0.130 - - [2025-04-21 02:17:35] "GET /project/ca691f6b-7bdb-47de-9a19-aa9e346aa574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.026385 10.0.0.130 - - [2025-04-21 02:17:35] "POST /neutron/network HTTP/1.1" 200 117 0.008354 10.0.0.130 - - [2025-04-21 02:17:35] "GET /projects?obj_uuids=ca691f6b-7bdb-47de-9a19-aa9e346aa574&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001054 10.0.0.130 - - [2025-04-21 02:17:35] "POST /neutron/network HTTP/1.1" 200 613 0.058881 10.0.0.130 - - [2025-04-21 02:17:35] "POST /route-targets HTTP/1.1" 200 328 0.010880 10.0.0.130 - - [2025-04-21 02:17:35] "POST /ref-update HTTP/1.1" 200 156 0.011007 10.0.0.130 - - [2025-04-21 02:17:35] "POST /useragent-kv HTTP/1.1" 200 115 0.005815 10.0.0.130 - - [2025-04-21 02:17:35] "POST /neutron/subnet HTTP/1.1" 200 724 0.145526 10.0.0.130 - - [2025-04-21 02:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005667 10.0.0.130 - - [2025-04-21 02:17:36] "GET /virtual-network/9d4f9eb3-83ee-4c9a-9605-50b917e5420a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.004569 10.0.0.130 - - [2025-04-21 02:17:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003402 10.0.0.130 - - [2025-04-21 02:17:36] "POST /neutron/subnet HTTP/1.1" 200 818 0.206985 10.0.0.130 - - [2025-04-21 02:17:36] "POST /neutron/network HTTP/1.1" 200 1004 0.007092 10.0.0.130 - - [2025-04-21 02:17:36] "POST /id-to-fqname HTTP/1.1" 200 228 0.001130 10.0.0.130 - - [2025-04-21 02:17:36] "GET /virtual-network/1aff5587-c2c0-481f-8cdc-ad0fe2d8658c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.004433 10.0.0.130 - - [2025-04-21 02:17:36] "POST /neutron/network HTTP/1.1" 200 1004 0.008154 10.0.0.130 - - [2025-04-21 02:17:36] "GET /virtual-network/1aff5587-c2c0-481f-8cdc-ad0fe2d8658c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.004675 10.0.0.130 - - [2025-04-21 02:17:36] "POST /neutron/network HTTP/1.1" 200 1004 0.007214 10.0.0.130 - - [2025-04-21 02:17:36] "POST /neutron/subnet HTTP/1.1" 200 724 0.005927 10.0.0.130 - - [2025-04-21 02:17:36] "POST /neutron/subnet HTTP/1.1" 200 818 0.006535 10.0.0.130 - - [2025-04-21 02:17:36] "POST /fqname-to-id HTTP/1.1" 404 234 0.002111 10.0.0.130 - - [2025-04-21 02:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002051 10.0.0.130 - - [2025-04-21 02:17:36] "GET /projects?obj_uuids=ca691f6b-7bdb-47de-9a19-aa9e346aa574&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001044 10.0.0.130 - - [2025-04-21 02:17:36] "GET /project/ca691f6b-7bdb-47de-9a19-aa9e346aa574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.024677 10.0.0.130 - - [2025-04-21 02:17:36] "POST /network-policys HTTP/1.1" 200 579 0.060157 10.0.0.130 - - [2025-04-21 02:17:36] "GET /network-policy/6a3cef68-2b7c-4a89-8307-9e52b954a7b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004872 10.0.0.130 - - [2025-04-21 02:17:36] "POST /neutron/network HTTP/1.1" 200 1005 0.007877 10.0.0.130 - - [2025-04-21 02:17:36] "POST /fqname-to-id HTTP/1.1" 404 242 0.005794 10.0.0.130 - - [2025-04-21 02:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005762 10.0.0.130 - - [2025-04-21 02:17:36] "GET /virtual-network/9d4f9eb3-83ee-4c9a-9605-50b917e5420a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.005578 10.0.0.130 - - [2025-04-21 02:17:36] "POST /neutron/network HTTP/1.1" 200 1113 0.056134 10.0.0.130 - - [2025-04-21 02:17:36] "POST /access-control-lists HTTP/1.1" 200 598 0.076033 10.0.0.130 - - [2025-04-21 02:17:36] "POST /neutron/network HTTP/1.1" 200 1113 0.042201 10.0.0.130 - - [2025-04-21 02:17:36] "GET /virtual-network/77b14d0c-3bb7-4490-b577-1566155a4b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005516 10.0.0.130 - - [2025-04-21 02:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.130 - - [2025-04-21 02:17:36] "GET /network-policy/6a3cef68-2b7c-4a89-8307-9e52b954a7b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.003474 10.0.0.130 - - [2025-04-21 02:17:36] "POST /neutron/network HTTP/1.1" 200 1004 0.007709 10.0.0.130 - - [2025-04-21 02:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.010190 10.0.0.130 - - [2025-04-21 02:17:36] "POST /fqname-to-id HTTP/1.1" 404 242 0.006138 10.0.0.130 - - [2025-04-21 02:17:36] "GET /virtual-network/9d4f9eb3-83ee-4c9a-9605-50b917e5420a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.006409 10.0.0.130 - - [2025-04-21 02:17:36] "POST /neutron/network HTTP/1.1" 200 1112 0.053298 10.0.0.130 - - [2025-04-21 02:17:36] "POST /access-control-lists HTTP/1.1" 200 598 0.068227 10.0.0.130 - - [2025-04-21 02:17:36] "POST /neutron/network HTTP/1.1" 200 1112 0.046646 10.0.0.130 - - [2025-04-21 02:17:36] "GET /virtual-network/1aff5587-c2c0-481f-8cdc-ad0fe2d8658c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.005393 10.0.0.130 - - [2025-04-21 02:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002381 10.0.0.130 - - [2025-04-21 02:17:37] "POST /ref-update HTTP/1.1" 200 156 0.009198 10.0.0.130 - - [2025-04-21 02:17:37] "GET /network-policy/6a3cef68-2b7c-4a89-8307-9e52b954a7b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.003928 10.0.0.130 - - [2025-04-21 02:17:37] "GET /domains HTTP/1.1" 401 293 0.000424 10.0.0.130 - - [2025-04-21 02:17:37] "PUT /access-control-list/ab0c3de2-7653-42d2-ae44-828baa47c52a HTTP/1.1" 200 273 0.053983 10.0.0.130 - - [2025-04-21 02:17:37] "GET /domains HTTP/1.1" 200 281 0.025139 10.0.0.130 - - [2025-04-21 02:17:37] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000974 10.0.0.130 - - [2025-04-21 02:17:37] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038 HTTP/1.1" 200 2781 0.008017 10.0.0.130 - - [2025-04-21 02:17:37] "GET /projects?obj_uuids=ca691f6b-7bdb-47de-9a19-aa9e346aa574&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001056 10.0.0.130 - - [2025-04-21 02:17:37] "GET /project/ca691f6b-7bdb-47de-9a19-aa9e346aa574 HTTP/1.1" 200 2633 0.069394 10.0.0.130 - - [2025-04-21 02:17:37] "GET /virtual-network/77b14d0c-3bb7-4490-b577-1566155a4b63 HTTP/1.1" 200 3507 0.006216 10.0.0.130 - - [2025-04-21 02:17:37] "GET /virtual-network/77b14d0c-3bb7-4490-b577-1566155a4b63 HTTP/1.1" 200 3507 0.004891 10.0.0.130 - - [2025-04-21 02:17:37] "GET /routing-instance/e4a519fe-39f8-4c99-9c53-7b91257b081b HTTP/1.1" 200 1800 0.003524 10.0.0.130 - - [2025-04-21 02:17:37] "GET /routing-instance/e4a519fe-39f8-4c99-9c53-7b91257b081b HTTP/1.1" 200 1800 0.003627 10.0.0.130 - - [2025-04-21 02:17:37] "GET /route-target/21c956bf-290b-416a-9407-1a05e1177696 HTTP/1.1" 200 1214 0.002886 10.0.0.130 - - [2025-04-21 02:17:37] "GET /virtual-network/77b14d0c-3bb7-4490-b577-1566155a4b63 HTTP/1.1" 200 3507 0.004956 10.0.0.130 - - [2025-04-21 02:17:37] "GET /routing-instance/e4a519fe-39f8-4c99-9c53-7b91257b081b HTTP/1.1" 200 1800 0.003088 10.0.0.130 - - [2025-04-21 02:17:37] "GET /virtual-network/77b14d0c-3bb7-4490-b577-1566155a4b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.004921 10.0.0.130 - - [2025-04-21 02:17:37] "GET /virtual-network/77b14d0c-3bb7-4490-b577-1566155a4b63 HTTP/1.1" 200 3507 0.004716 10.0.0.130 - - [2025-04-21 02:17:37] "GET /routing-instance/e4a519fe-39f8-4c99-9c53-7b91257b081b HTTP/1.1" 200 1800 0.003192 10.0.0.130 - - [2025-04-21 02:17:37] "GET /routing-instance/e4a519fe-39f8-4c99-9c53-7b91257b081b HTTP/1.1" 200 1800 0.003097 10.0.0.130 - - [2025-04-21 02:17:37] "GET /route-target/21c956bf-290b-416a-9407-1a05e1177696 HTTP/1.1" 200 1214 0.003154 10.0.0.130 - - [2025-04-21 02:17:37] "GET /domains HTTP/1.1" 200 281 0.002594 10.0.0.130 - - [2025-04-21 02:17:37] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001006 10.0.0.130 - - [2025-04-21 02:17:37] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038 HTTP/1.1" 200 2781 0.006792 10.0.0.130 - - [2025-04-21 02:17:37] "GET /projects?obj_uuids=ca691f6b-7bdb-47de-9a19-aa9e346aa574&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000961 10.0.0.130 - - [2025-04-21 02:17:37] "GET /project/ca691f6b-7bdb-47de-9a19-aa9e346aa574 HTTP/1.1" 200 2633 0.067846 10.0.0.130 - - [2025-04-21 02:17:37] "GET /virtual-network/77b14d0c-3bb7-4490-b577-1566155a4b63 HTTP/1.1" 200 3507 0.004544 10.0.0.130 - - [2025-04-21 02:17:38] "GET /obj-perms HTTP/1.1" 200 5065 0.043149 10.0.0.130 - - [2025-04-21 02:17:38] "GET /domains HTTP/1.1" 200 281 0.002476 10.0.0.130 - - [2025-04-21 02:17:38] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001019 10.0.0.130 - - [2025-04-21 02:17:38] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038 HTTP/1.1" 200 2781 0.006353 10.0.0.130 - - [2025-04-21 02:17:38] "GET /projects?obj_uuids=ca691f6b-7bdb-47de-9a19-aa9e346aa574&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000897 10.0.0.130 - - [2025-04-21 02:17:38] "GET /project/ca691f6b-7bdb-47de-9a19-aa9e346aa574 HTTP/1.1" 200 2633 0.068045 10.0.0.130 - - [2025-04-21 02:17:38] "GET /virtual-network/1aff5587-c2c0-481f-8cdc-ad0fe2d8658c HTTP/1.1" 200 3504 0.006762 10.0.0.130 - - [2025-04-21 02:17:38] "GET /virtual-network/1aff5587-c2c0-481f-8cdc-ad0fe2d8658c HTTP/1.1" 200 3504 0.004550 10.0.0.130 - - [2025-04-21 02:17:38] "GET /routing-instance/3720fe53-a5f1-4190-aef2-6965cf290847 HTTP/1.1" 200 1799 0.003794 10.0.0.130 - - [2025-04-21 02:17:38] "GET /routing-instance/3720fe53-a5f1-4190-aef2-6965cf290847 HTTP/1.1" 200 1799 0.003156 10.0.0.130 - - [2025-04-21 02:17:38] "GET /route-target/81622a8a-8e80-4daf-9ca2-ddc53ecf2d6b HTTP/1.1" 200 1214 0.002786 10.0.0.130 - - [2025-04-21 02:17:38] "GET /virtual-network/1aff5587-c2c0-481f-8cdc-ad0fe2d8658c HTTP/1.1" 200 3504 0.004548 10.0.0.130 - - [2025-04-21 02:17:38] "GET /routing-instance/3720fe53-a5f1-4190-aef2-6965cf290847 HTTP/1.1" 200 1799 0.003061 10.0.0.130 - - [2025-04-21 02:17:38] "GET /virtual-network/1aff5587-c2c0-481f-8cdc-ad0fe2d8658c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.004666 10.0.0.130 - - [2025-04-21 02:17:38] "GET /virtual-network/1aff5587-c2c0-481f-8cdc-ad0fe2d8658c HTTP/1.1" 200 3504 0.004975 10.0.0.130 - - [2025-04-21 02:17:38] "GET /routing-instance/3720fe53-a5f1-4190-aef2-6965cf290847 HTTP/1.1" 200 1799 0.003959 10.0.0.130 - - [2025-04-21 02:17:38] "GET /routing-instance/3720fe53-a5f1-4190-aef2-6965cf290847 HTTP/1.1" 200 1799 0.003574 10.0.0.130 - - [2025-04-21 02:17:38] "GET /route-target/81622a8a-8e80-4daf-9ca2-ddc53ecf2d6b HTTP/1.1" 200 1214 0.003257 10.0.0.130 - - [2025-04-21 02:17:38] "GET /domains HTTP/1.1" 200 281 0.002486 10.0.0.130 - - [2025-04-21 02:17:38] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000971 10.0.0.130 - - [2025-04-21 02:17:38] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038 HTTP/1.1" 200 2781 0.006660 10.0.0.130 - - [2025-04-21 02:17:38] "GET /projects?obj_uuids=ca691f6b-7bdb-47de-9a19-aa9e346aa574&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000968 10.0.0.130 - - [2025-04-21 02:17:38] "GET /project/ca691f6b-7bdb-47de-9a19-aa9e346aa574 HTTP/1.1" 200 2633 0.072294 10.0.0.130 - - [2025-04-21 02:17:38] "GET /virtual-network/1aff5587-c2c0-481f-8cdc-ad0fe2d8658c HTTP/1.1" 200 3504 0.006496 10.0.0.130 - - [2025-04-21 02:17:38] "GET /obj-perms HTTP/1.1" 200 5065 0.003487 10.0.0.130 - - [2025-04-21 02:17:38] "GET /virtual-network/1aff5587-c2c0-481f-8cdc-ad0fe2d8658c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.005143 10.0.0.130 - - [2025-04-21 02:17:38] "POST /neutron/network HTTP/1.1" 200 1112 0.006763 10.0.0.130 - - [2025-04-21 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.011421 10.0.0.130 - - [2025-04-21 02:17:38] "GET /virtual-network/9d4f9eb3-83ee-4c9a-9605-50b917e5420a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.006984 10.0.0.130 - - [2025-04-21 02:17:38] "POST /neutron/network HTTP/1.1" 200 1004 0.057177 10.0.0.130 - - [2025-04-21 02:17:38] "DELETE /access-control-list/81d8f82f-9cd7-4a29-998a-126809bb0ec8 HTTP/1.1" 200 115 0.040588 10.0.0.130 - - [2025-04-21 02:17:38] "POST /neutron/network HTTP/1.1" 200 1004 0.008561 10.0.0.130 - - [2025-04-21 02:17:38] "POST /ref-update HTTP/1.1" 200 156 0.014702 10.0.0.130 - - [2025-04-21 02:17:38] "GET /virtual-network/1aff5587-c2c0-481f-8cdc-ad0fe2d8658c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.012076 10.0.0.130 - - [2025-04-21 02:17:38] "GET /virtual-network/77b14d0c-3bb7-4490-b577-1566155a4b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005200 10.0.0.130 - - [2025-04-21 02:17:38] "POST /neutron/network HTTP/1.1" 200 1113 0.006750 10.0.0.130 - - [2025-04-21 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005098 10.0.0.130 - - [2025-04-21 02:17:38] "GET /virtual-network/9d4f9eb3-83ee-4c9a-9605-50b917e5420a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.004329 10.0.0.130 - - [2025-04-21 02:17:38] "POST /neutron/network HTTP/1.1" 200 1005 0.054637 10.0.0.130 - - [2025-04-21 02:17:38] "POST /neutron/network HTTP/1.1" 200 1005 0.007281 10.0.0.130 - - [2025-04-21 02:17:38] "DELETE /access-control-list/ab0c3de2-7653-42d2-ae44-828baa47c52a HTTP/1.1" 200 115 0.053767 10.0.0.130 - - [2025-04-21 02:17:38] "GET /virtual-network/77b14d0c-3bb7-4490-b577-1566155a4b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007492 10.0.0.130 - - [2025-04-21 02:17:38] "POST /ref-update HTTP/1.1" 200 156 0.015321 10.0.0.130 - - [2025-04-21 02:17:38] "DELETE /network-policy/6a3cef68-2b7c-4a89-8307-9e52b954a7b1 HTTP/1.1" 200 115 0.028257 10.0.0.130 - - [2025-04-21 02:17:38] "POST /neutron/network HTTP/1.1" 200 1004 0.007742 10.0.0.130 - - [2025-04-21 02:17:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003524 10.0.0.130 - - [2025-04-21 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004457 10.0.0.130 - - [2025-04-21 02:17:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001836 10.0.0.130 - - [2025-04-21 02:17:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002875 10.0.0.130 - - [2025-04-21 02:17:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001878 10.0.0.130 - - [2025-04-21 02:17:38] "POST /neutron/network HTTP/1.1" 200 151 0.138884 10.0.0.130 - - [2025-04-21 02:17:38] "DELETE /route-target/81622a8a-8e80-4daf-9ca2-ddc53ecf2d6b HTTP/1.1" 200 115 0.071307 10.0.0.130 - - [2025-04-21 02:17:38] "GET /routing-instance/3720fe53-a5f1-4190-aef2-6965cf290847 HTTP/1.1" 404 171 0.003288 10.0.0.130 - - [2025-04-21 02:17:38] "GET /domains HTTP/1.1" 200 281 0.003489 10.0.0.130 - - [2025-04-21 02:17:38] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001059 10.0.0.130 - - [2025-04-21 02:17:38] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038 HTTP/1.1" 200 2781 0.050460 10.0.0.130 - - [2025-04-21 02:17:38] "GET /projects?obj_uuids=ca691f6b-7bdb-47de-9a19-aa9e346aa574&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001225 10.0.0.130 - - [2025-04-21 02:17:39] "GET /project/ca691f6b-7bdb-47de-9a19-aa9e346aa574 HTTP/1.1" 200 2151 0.069067 10.0.0.130 - - [2025-04-21 02:17:39] "POST /neutron/network HTTP/1.1" 200 1005 0.006384 10.0.0.130 - - [2025-04-21 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.130 - - [2025-04-21 02:17:39] "POST /useragent-kv HTTP/1.1" 200 115 0.001828 10.0.0.130 - - [2025-04-21 02:17:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002616 10.0.0.130 - - [2025-04-21 02:17:39] "POST /useragent-kv HTTP/1.1" 200 115 0.001729 10.0.0.130 - - [2025-04-21 02:17:39] "POST /useragent-kv HTTP/1.1" 200 115 0.001554 10.0.0.130 - - [2025-04-21 02:17:39] "POST /neutron/network HTTP/1.1" 200 151 0.083753 10.0.0.130 - - [2025-04-21 02:17:39] "DELETE /route-target/21c956bf-290b-416a-9407-1a05e1177696 HTTP/1.1" 200 115 0.022953 10.0.0.130 - - [2025-04-21 02:17:39] "GET /routing-instance/e4a519fe-39f8-4c99-9c53-7b91257b081b HTTP/1.1" 404 171 0.002319 10.0.0.130 - - [2025-04-21 02:17:39] "GET /domains HTTP/1.1" 200 281 0.002217 10.0.0.130 - - [2025-04-21 02:17:39] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001066 10.0.0.130 - - [2025-04-21 02:17:39] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038 HTTP/1.1" 200 2781 0.048328 10.0.0.130 - - [2025-04-21 02:17:39] "GET /projects?obj_uuids=ca691f6b-7bdb-47de-9a19-aa9e346aa574&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000991 10.0.0.130 - - [2025-04-21 02:17:39] "GET /project/ca691f6b-7bdb-47de-9a19-aa9e346aa574 HTTP/1.1" 200 1905 0.064849 10.0.0.130 - - [2025-04-21 02:17:39] "GET /projects?obj_uuids=ca691f6b-7bdb-47de-9a19-aa9e346aa574&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001099 10.0.0.130 - - [2025-04-21 02:17:39] "GET /project/ca691f6b-7bdb-47de-9a19-aa9e346aa574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.021919 10.0.0.130 - - [2025-04-21 02:17:39] "GET /projects?obj_uuids=ca691f6b-7bdb-47de-9a19-aa9e346aa574&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000986 10.0.0.130 - - [2025-04-21 02:17:39] "GET /project/ca691f6b-7bdb-47de-9a19-aa9e346aa574?fields=virtual_networks HTTP/1.1" 200 1050 0.066936 10.0.0.130 - - [2025-04-21 02:17:39] "GET /projects?obj_uuids=ca691f6b-7bdb-47de-9a19-aa9e346aa574&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001051 10.0.0.130 - - [2025-04-21 02:17:39] "GET /project/ca691f6b-7bdb-47de-9a19-aa9e346aa574?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.021503 10.0.0.130 - - [2025-04-21 02:17:39] "GET /projects?obj_uuids=ca691f6b-7bdb-47de-9a19-aa9e346aa574&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001176 10.0.0.130 - - [2025-04-21 02:17:39] "GET /project/ca691f6b-7bdb-47de-9a19-aa9e346aa574?fields=security_groups HTTP/1.1" 200 1285 0.025332 10.0.0.130 - - [2025-04-21 02:17:40] "POST /fqname-to-id HTTP/1.1" 404 190 0.108183 10.0.0.130 - - [2025-04-21 02:17:40] "GET /projects?obj_uuids=1ce884d7-c089-45dd-a55e-1ad5aee4517d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002661 10.0.0.130 - - [2025-04-21 02:17:40] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001110 10.0.0.130 - - [2025-04-21 02:17:40] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007847 10.0.0.130 - - [2025-04-21 02:17:40] "POST /id-to-fqname HTTP/1.1" 200 192 0.001226 10.0.0.130 - - [2025-04-21 02:17:40] "POST /fqname-to-id HTTP/1.1" 404 201 0.003526 10.0.0.130 - - [2025-04-21 02:17:40] "POST /security-groups HTTP/1.1" 200 593 0.064128 10.0.0.130 - - [2025-04-21 02:17:40] "POST /fqname-to-id HTTP/1.1" 404 236 0.002537 10.0.0.130 - - [2025-04-21 02:17:41] "POST /projects HTTP/1.1" 200 589 0.216463 10.0.0.130 - - [2025-04-21 02:17:41] "POST /access-control-lists HTTP/1.1" 200 600 0.058631 10.0.0.130 - - [2025-04-21 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.284358 10.0.0.130 - - [2025-04-21 02:17:41] "POST /fqname-to-id HTTP/1.1" 404 235 0.002799 10.0.0.130 - - [2025-04-21 02:17:41] "GET /project/1ce884d7-c089-45dd-a55e-1ad5aee4517d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.401725 10.0.0.130 - - [2025-04-21 02:17:41] "POST /access-control-lists HTTP/1.1" 200 598 0.059644 10.0.0.130 - - [2025-04-21 02:17:42] "GET / HTTP/1.1" 200 36215 0.002011 10.0.0.130 - - [2025-04-21 02:17:42] "POST /fqname-to-id HTTP/1.1" 401 293 0.000683 10.0.0.130 - - [2025-04-21 02:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.050538 10.0.0.130 - - [2025-04-21 02:17:43] "GET /projects?obj_uuids=1ce884d7-c089-45dd-a55e-1ad5aee4517d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001038 10.0.0.130 - - [2025-04-21 02:17:43] "GET /project/1ce884d7-c089-45dd-a55e-1ad5aee4517d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.031405 10.0.0.130 - - [2025-04-21 02:17:43] "POST /neutron/network HTTP/1.1" 200 117 0.028117 10.0.0.130 - - [2025-04-21 02:17:43] "GET /projects?obj_uuids=1ce884d7-c089-45dd-a55e-1ad5aee4517d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001300 10.0.0.130 - - [2025-04-21 02:17:43] "POST /neutron/network HTTP/1.1" 200 607 0.057653 10.0.0.130 - - [2025-04-21 02:17:43] "POST /route-targets HTTP/1.1" 200 328 0.010965 10.0.0.130 - - [2025-04-21 02:17:43] "POST /ref-update HTTP/1.1" 200 156 0.010274 10.0.0.130 - - [2025-04-21 02:17:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003833 10.0.0.130 - - [2025-04-21 02:17:43] "POST /neutron/subnet HTTP/1.1" 200 734 0.197041 10.0.0.130 - - [2025-04-21 02:17:43] "POST /neutron/network HTTP/1.1" 200 828 0.005171 10.0.0.130 - - [2025-04-21 02:17:43] "POST /id-to-fqname HTTP/1.1" 200 222 0.001384 10.0.0.130 - - [2025-04-21 02:17:43] "GET /virtual-network/a35fc51c-9eb2-4611-8b1e-dea9dee16bc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004458 10.0.0.130 - - [2025-04-21 02:17:43] "POST /neutron/network HTTP/1.1" 200 828 0.005338 10.0.0.130 - - [2025-04-21 02:17:43] "GET /virtual-network/a35fc51c-9eb2-4611-8b1e-dea9dee16bc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005597 10.0.0.130 - - [2025-04-21 02:17:43] "POST /neutron/network HTTP/1.1" 200 828 0.005871 10.0.0.130 - - [2025-04-21 02:17:43] "POST /neutron/subnet HTTP/1.1" 200 734 0.007376 10.0.0.130 - - [2025-04-21 02:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002563 10.0.0.130 - - [2025-04-21 02:17:43] "GET /projects?obj_uuids=1ce884d7-c089-45dd-a55e-1ad5aee4517d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001007 10.0.0.130 - - [2025-04-21 02:17:43] "GET /project/1ce884d7-c089-45dd-a55e-1ad5aee4517d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.021729 10.0.0.130 - - [2025-04-21 02:17:43] "POST /neutron/network HTTP/1.1" 200 117 0.009443 10.0.0.130 - - [2025-04-21 02:17:43] "GET /projects?obj_uuids=1ce884d7-c089-45dd-a55e-1ad5aee4517d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001298 10.0.0.130 - - [2025-04-21 02:17:43] "POST /neutron/network HTTP/1.1" 200 607 0.066944 10.0.0.130 - - [2025-04-21 02:17:43] "POST /route-targets HTTP/1.1" 200 328 0.012642 10.0.0.130 - - [2025-04-21 02:17:43] "POST /ref-update HTTP/1.1" 200 156 0.010683 10.0.0.130 - - [2025-04-21 02:17:44] "POST /useragent-kv HTTP/1.1" 200 115 0.004040 10.0.0.130 - - [2025-04-21 02:17:44] "POST /neutron/subnet HTTP/1.1" 200 729 0.183526 10.0.0.130 - - [2025-04-21 02:17:44] "POST /neutron/network HTTP/1.1" 200 827 0.005761 10.0.0.130 - - [2025-04-21 02:17:44] "POST /id-to-fqname HTTP/1.1" 200 222 0.001321 10.0.0.130 - - [2025-04-21 02:17:44] "GET /virtual-network/ff82101d-45c4-42f1-af56-2755c986e3fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004886 10.0.0.130 - - [2025-04-21 02:17:44] "POST /neutron/network HTTP/1.1" 200 827 0.005049 10.0.0.130 - - [2025-04-21 02:17:44] "GET /virtual-network/ff82101d-45c4-42f1-af56-2755c986e3fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004756 10.0.0.130 - - [2025-04-21 02:17:44] "POST /neutron/network HTTP/1.1" 200 827 0.006809 10.0.0.130 - - [2025-04-21 02:17:44] "POST /neutron/subnet HTTP/1.1" 200 729 0.006645 10.0.0.130 - - [2025-04-21 02:17:44] "POST /fqname-to-id HTTP/1.1" 404 228 0.002137 10.0.0.130 - - [2025-04-21 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002378 10.0.0.130 - - [2025-04-21 02:17:44] "GET /projects?obj_uuids=1ce884d7-c089-45dd-a55e-1ad5aee4517d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001137 10.0.0.130 - - [2025-04-21 02:17:44] "GET /project/1ce884d7-c089-45dd-a55e-1ad5aee4517d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.028427 10.0.0.130 - - [2025-04-21 02:17:44] "POST /network-policys HTTP/1.1" 200 573 0.020008 10.0.0.130 - - [2025-04-21 02:17:44] "GET /network-policy/4c5d298b-64d9-4bad-9769-304e1c96326f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.004623 10.0.0.130 - - [2025-04-21 02:17:44] "POST /neutron/network HTTP/1.1" 200 828 0.005969 10.0.0.130 - - [2025-04-21 02:17:44] "POST /fqname-to-id HTTP/1.1" 404 236 0.002375 10.0.0.130 - - [2025-04-21 02:17:44] "POST /neutron/network HTTP/1.1" 200 930 0.041324 10.0.0.130 - - [2025-04-21 02:17:44] "POST /neutron/network HTTP/1.1" 200 930 0.005431 10.0.0.130 - - [2025-04-21 02:17:44] "GET /virtual-network/a35fc51c-9eb2-4611-8b1e-dea9dee16bc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.040254 10.0.0.130 - - [2025-04-21 02:17:44] "POST /access-control-lists HTTP/1.1" 200 592 0.071886 10.0.0.130 - - [2025-04-21 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.007926 10.0.0.130 - - [2025-04-21 02:17:44] "GET /network-policy/4c5d298b-64d9-4bad-9769-304e1c96326f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.003465 10.0.0.130 - - [2025-04-21 02:17:44] "POST /neutron/network HTTP/1.1" 200 827 0.005470 10.0.0.130 - - [2025-04-21 02:17:44] "POST /neutron/network HTTP/1.1" 200 929 0.041800 10.0.0.130 - - [2025-04-21 02:17:44] "PUT /access-control-list/b3ad1554-c5ce-4a25-ad41-e83ee687d8cc HTTP/1.1" 200 273 0.055373 10.0.0.130 - - [2025-04-21 02:17:44] "POST /neutron/network HTTP/1.1" 200 929 0.031276 10.0.0.130 - - [2025-04-21 02:17:44] "POST /fqname-to-id HTTP/1.1" 404 236 0.002317 10.0.0.130 - - [2025-04-21 02:17:44] "GET /virtual-network/ff82101d-45c4-42f1-af56-2755c986e3fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.004430 10.0.0.130 - - [2025-04-21 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002178 10.0.0.130 - - [2025-04-21 02:17:44] "GET /network-policy/4c5d298b-64d9-4bad-9769-304e1c96326f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.003442 10.0.0.130 - - [2025-04-21 02:17:45] "GET /domains HTTP/1.1" 401 293 0.000423 10.0.0.130 - - [2025-04-21 02:17:45] "POST /access-control-lists HTTP/1.1" 200 592 0.062025 10.0.0.130 - - [2025-04-21 02:17:45] "POST /ref-update HTTP/1.1" 200 156 0.009188 10.0.0.130 - - [2025-04-21 02:17:45] "GET /domains HTTP/1.1" 200 281 0.021784 10.0.0.130 - - [2025-04-21 02:17:45] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000971 10.0.0.130 - - [2025-04-21 02:17:45] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038 HTTP/1.1" 200 2970 0.007656 10.0.0.130 - - [2025-04-21 02:17:45] "GET /projects?obj_uuids=1ce884d7-c089-45dd-a55e-1ad5aee4517d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001280 10.0.0.130 - - [2025-04-21 02:17:45] "GET /project/1ce884d7-c089-45dd-a55e-1ad5aee4517d HTTP/1.1" 200 2578 0.075721 10.0.0.130 - - [2025-04-21 02:17:45] "GET /virtual-network/a35fc51c-9eb2-4611-8b1e-dea9dee16bc1 HTTP/1.1" 200 2903 0.006451 10.0.0.130 - - [2025-04-21 02:17:45] "GET /virtual-network/a35fc51c-9eb2-4611-8b1e-dea9dee16bc1 HTTP/1.1" 200 2903 0.004848 10.0.0.130 - - [2025-04-21 02:17:45] "GET /routing-instance/17f12254-5c68-4a3e-9efc-0b51421d419c HTTP/1.1" 200 1787 0.003566 10.0.0.130 - - [2025-04-21 02:17:45] "GET /routing-instance/17f12254-5c68-4a3e-9efc-0b51421d419c HTTP/1.1" 200 1787 0.003163 10.0.0.130 - - [2025-04-21 02:17:45] "GET /route-target/5deba3fc-607a-4d59-a898-7093a31af514 HTTP/1.1" 200 1208 0.002872 10.0.0.130 - - [2025-04-21 02:17:45] "GET /virtual-network/a35fc51c-9eb2-4611-8b1e-dea9dee16bc1 HTTP/1.1" 200 2903 0.004521 10.0.0.130 - - [2025-04-21 02:17:45] "GET /routing-instance/17f12254-5c68-4a3e-9efc-0b51421d419c HTTP/1.1" 200 1787 0.003151 10.0.0.130 - - [2025-04-21 02:17:45] "GET /virtual-network/a35fc51c-9eb2-4611-8b1e-dea9dee16bc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.006512 10.0.0.130 - - [2025-04-21 02:17:45] "GET /virtual-network/a35fc51c-9eb2-4611-8b1e-dea9dee16bc1 HTTP/1.1" 200 2903 0.004710 10.0.0.130 - - [2025-04-21 02:17:45] "GET /routing-instance/17f12254-5c68-4a3e-9efc-0b51421d419c HTTP/1.1" 200 1787 0.003165 10.0.0.130 - - [2025-04-21 02:17:45] "GET /routing-instance/17f12254-5c68-4a3e-9efc-0b51421d419c HTTP/1.1" 200 1787 0.003087 10.0.0.130 - - [2025-04-21 02:17:45] "GET /route-target/5deba3fc-607a-4d59-a898-7093a31af514 HTTP/1.1" 200 1208 0.002610 10.0.0.130 - - [2025-04-21 02:17:45] "GET /domains HTTP/1.1" 200 281 0.002615 10.0.0.130 - - [2025-04-21 02:17:45] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000941 10.0.0.130 - - [2025-04-21 02:17:45] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038 HTTP/1.1" 200 2970 0.006618 10.0.0.130 - - [2025-04-21 02:17:45] "GET /projects?obj_uuids=1ce884d7-c089-45dd-a55e-1ad5aee4517d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000959 10.0.0.130 - - [2025-04-21 02:17:45] "GET /project/1ce884d7-c089-45dd-a55e-1ad5aee4517d HTTP/1.1" 200 2578 0.072839 10.0.0.130 - - [2025-04-21 02:17:45] "GET /virtual-network/a35fc51c-9eb2-4611-8b1e-dea9dee16bc1 HTTP/1.1" 200 2903 0.004499 10.0.0.130 - - [2025-04-21 02:17:45] "GET /obj-perms HTTP/1.1" 200 5053 0.047111 10.0.0.130 - - [2025-04-21 02:17:46] "GET /domains HTTP/1.1" 200 281 0.002625 10.0.0.130 - - [2025-04-21 02:17:46] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001169 10.0.0.130 - - [2025-04-21 02:17:46] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038 HTTP/1.1" 200 2970 0.007085 10.0.0.130 - - [2025-04-21 02:17:46] "GET /projects?obj_uuids=1ce884d7-c089-45dd-a55e-1ad5aee4517d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000980 10.0.0.130 - - [2025-04-21 02:17:46] "GET /project/1ce884d7-c089-45dd-a55e-1ad5aee4517d HTTP/1.1" 200 2578 0.065215 10.0.0.130 - - [2025-04-21 02:17:46] "GET /virtual-network/ff82101d-45c4-42f1-af56-2755c986e3fd HTTP/1.1" 200 2900 0.007453 10.0.0.130 - - [2025-04-21 02:17:46] "GET /virtual-network/ff82101d-45c4-42f1-af56-2755c986e3fd HTTP/1.1" 200 2900 0.005033 10.0.0.130 - - [2025-04-21 02:17:46] "GET /routing-instance/486de92e-35d7-4fb0-a130-e89295c64d26 HTTP/1.1" 200 1787 0.003171 10.0.0.130 - - [2025-04-21 02:17:46] "GET /routing-instance/486de92e-35d7-4fb0-a130-e89295c64d26 HTTP/1.1" 200 1787 0.002970 10.0.0.130 - - [2025-04-21 02:17:46] "GET /route-target/2c83c8e0-0559-4351-9c7e-364f41103a60 HTTP/1.1" 200 1208 0.002701 10.0.0.130 - - [2025-04-21 02:17:46] "GET /virtual-network/ff82101d-45c4-42f1-af56-2755c986e3fd HTTP/1.1" 200 2900 0.004069 10.0.0.130 - - [2025-04-21 02:17:46] "GET /routing-instance/486de92e-35d7-4fb0-a130-e89295c64d26 HTTP/1.1" 200 1787 0.003294 10.0.0.130 - - [2025-04-21 02:17:46] "GET /virtual-network/ff82101d-45c4-42f1-af56-2755c986e3fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.004451 10.0.0.130 - - [2025-04-21 02:17:46] "GET /virtual-network/ff82101d-45c4-42f1-af56-2755c986e3fd HTTP/1.1" 200 2900 0.005018 10.0.0.130 - - [2025-04-21 02:17:46] "GET /routing-instance/486de92e-35d7-4fb0-a130-e89295c64d26 HTTP/1.1" 200 1787 0.003795 10.0.0.130 - - [2025-04-21 02:17:46] "GET /routing-instance/486de92e-35d7-4fb0-a130-e89295c64d26 HTTP/1.1" 200 1787 0.003542 10.0.0.130 - - [2025-04-21 02:17:46] "GET /route-target/2c83c8e0-0559-4351-9c7e-364f41103a60 HTTP/1.1" 200 1208 0.003013 10.0.0.130 - - [2025-04-21 02:17:46] "GET /domains HTTP/1.1" 200 281 0.002442 10.0.0.130 - - [2025-04-21 02:17:46] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001595 10.0.0.130 - - [2025-04-21 02:17:46] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038 HTTP/1.1" 200 2970 0.007262 10.0.0.130 - - [2025-04-21 02:17:46] "GET /projects?obj_uuids=1ce884d7-c089-45dd-a55e-1ad5aee4517d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000885 10.0.0.130 - - [2025-04-21 02:17:46] "GET /project/1ce884d7-c089-45dd-a55e-1ad5aee4517d HTTP/1.1" 200 2578 0.066919 10.0.0.130 - - [2025-04-21 02:17:46] "GET /virtual-network/ff82101d-45c4-42f1-af56-2755c986e3fd HTTP/1.1" 200 2900 0.004454 10.0.0.130 - - [2025-04-21 02:17:46] "GET /obj-perms HTTP/1.1" 200 5053 0.002677 10.0.0.130 - - [2025-04-21 02:17:46] "POST /id-to-fqname HTTP/1.1" 200 222 0.001307 10.0.0.130 - - [2025-04-21 02:17:46] "POST /neutron/network HTTP/1.1" 200 940 0.006117 10.0.0.130 - - [2025-04-21 02:17:46] "GET /aaa-mode HTTP/1.1" 401 293 0.000986 10.0.0.130 - - [2025-04-21 02:17:46] "GET / HTTP/1.1" 200 36215 0.001481 10.0.0.130 - - [2025-04-21 02:17:46] "GET /project/1ce884d7-c089-45dd-a55e-1ad5aee4517d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000408 10.0.0.130 - - [2025-04-21 02:17:47] "GET /projects?obj_uuids=1ce884d7-c089-45dd-a55e-1ad5aee4517d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001075 10.0.0.130 - - [2025-04-21 02:17:47] "GET /project/1ce884d7-c089-45dd-a55e-1ad5aee4517d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.047333 10.0.0.130 - - [2025-04-21 02:17:47] "POST /neutron/network HTTP/1.1" 200 930 0.005127 10.0.0.130 - - [2025-04-21 02:17:47] "POST /neutron/port HTTP/1.1" 200 117 0.004720 10.0.0.130 - - [2025-04-21 02:17:47] "POST /neutron/port HTTP/1.1" 200 117 0.004956 10.0.0.130 - - [2025-04-21 02:17:47] "POST /id-to-fqname HTTP/1.1" 200 222 0.001300 10.0.0.130 - - [2025-04-21 02:17:47] "POST /neutron/port HTTP/1.1" 200 117 0.004903 10.0.0.130 - - [2025-04-21 02:17:47] "POST /neutron/network HTTP/1.1" 200 939 0.007257 10.0.0.130 - - [2025-04-21 02:17:47] "GET /aaa-mode HTTP/1.1" 401 293 0.000453 10.0.0.130 - - [2025-04-21 02:17:47] "POST /neutron/network HTTP/1.1" 200 940 0.005320 10.0.0.130 - - [2025-04-21 02:17:47] "GET /projects?obj_uuids=1ce884d7-c089-45dd-a55e-1ad5aee4517d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001352 10.0.0.130 - - [2025-04-21 02:17:47] "GET / HTTP/1.1" 200 36215 0.001640 10.0.0.130 - - [2025-04-21 02:17:47] "GET /project/1ce884d7-c089-45dd-a55e-1ad5aee4517d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000750 10.0.0.130 - - [2025-04-21 02:17:47] "POST /neutron/port HTTP/1.1" 200 1064 0.246161 10.0.0.130 - - [2025-04-21 02:17:48] "POST /neutron/port HTTP/1.1" 200 1064 0.008945 10.0.0.130 - - [2025-04-21 02:17:48] "POST /neutron/port HTTP/1.1" 200 1064 0.007289 10.0.0.130 - - [2025-04-21 02:17:48] "POST /neutron/port HTTP/1.1" 200 1118 0.065874 10.0.0.130 - - [2025-04-21 02:17:48] "POST /neutron/port HTTP/1.1" 200 1092 0.013720 10.0.0.130 - - [2025-04-21 02:17:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004033 10.0.0.130 - - [2025-04-21 02:17:48] "POST /neutron/subnet HTTP/1.1" 200 708 0.011086 10.0.0.130 - - [2025-04-21 02:17:48] "POST /neutron/port HTTP/1.1" 200 117 0.001165 10.0.0.130 - - [2025-04-21 02:17:48] "POST /neutron/network HTTP/1.1" 200 930 0.006846 10.0.0.130 - - [2025-04-21 02:17:48] "GET /projects?obj_uuids=1ce884d7-c089-45dd-a55e-1ad5aee4517d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001436 10.0.0.130 - - [2025-04-21 02:17:48] "GET /project/1ce884d7-c089-45dd-a55e-1ad5aee4517d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.050296 10.0.0.130 - - [2025-04-21 02:17:48] "POST /neutron/network HTTP/1.1" 200 929 0.007516 10.0.0.130 - - [2025-04-21 02:17:48] "POST /neutron/port HTTP/1.1" 200 1092 0.031124 10.0.0.130 - - [2025-04-21 02:17:48] "POST /neutron/security_group HTTP/1.1" 200 2060 0.028932 10.0.0.130 - - [2025-04-21 02:17:48] "POST /neutron/port HTTP/1.1" 200 117 0.005415 10.0.0.130 - - [2025-04-21 02:17:48] "POST /neutron/port HTTP/1.1" 200 1092 0.016293 10.0.0.130 - - [2025-04-21 02:17:48] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006975 10.0.0.130 - - [2025-04-21 02:17:48] "POST /neutron/network HTTP/1.1" 200 939 0.007318 10.0.0.130 - - [2025-04-21 02:17:48] "GET /projects?obj_uuids=1ce884d7-c089-45dd-a55e-1ad5aee4517d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001568 10.0.0.130 - - [2025-04-21 02:17:49] "PUT /access-control-list/d0e297ce-ae8a-4357-a551-4fc9b8b96d57 HTTP/1.1" 200 273 0.023521 10.0.0.130 - - [2025-04-21 02:17:49] "POST /neutron/port HTTP/1.1" 200 1063 0.306369 10.0.0.130 - - [2025-04-21 02:17:49] "POST /neutron/port HTTP/1.1" 200 1063 0.009988 10.0.0.130 - - [2025-04-21 02:17:49] "POST /neutron/port HTTP/1.1" 200 1063 0.008305 10.0.0.130 - - [2025-04-21 02:17:49] "POST /neutron/port HTTP/1.1" 200 1117 0.068182 10.0.0.130 - - [2025-04-21 02:17:49] "POST /neutron/port HTTP/1.1" 200 1091 0.017861 10.0.0.130 - - [2025-04-21 02:17:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003163 10.0.0.130 - - [2025-04-21 02:17:49] "POST /neutron/subnet HTTP/1.1" 200 703 0.012891 10.0.0.130 - - [2025-04-21 02:17:49] "POST /neutron/port HTTP/1.1" 200 117 0.001168 10.0.0.130 - - [2025-04-21 02:17:49] "POST /neutron/network HTTP/1.1" 200 929 0.005156 10.0.0.130 - - [2025-04-21 02:17:53] "POST /neutron/port HTTP/1.1" 200 1092 0.015624 10.0.0.130 - - [2025-04-21 02:17:53] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006157 10.0.0.130 - - [2025-04-21 02:17:53] "POST /neutron/port HTTP/1.1" 200 1092 0.015950 10.0.0.130 - - [2025-04-21 02:17:53] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007155 10.0.0.130 - - [2025-04-21 02:17:53] "POST /neutron/port HTTP/1.1" 200 1092 0.015050 10.0.0.130 - - [2025-04-21 02:17:53] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006255 10.0.0.130 - - [2025-04-21 02:17:53] "GET /virtual-machine/a0a72834-481f-45a2-a819-4c2eb4b453af HTTP/1.1" 200 1297 0.004462 10.0.0.130 - - [2025-04-21 02:17:53] "GET /virtual-machine-interface/53be29aa-0a7f-443a-8f38-a8953553bfa5 HTTP/1.1" 200 2957 0.006340 10.0.0.130 - - [2025-04-21 02:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.130 - - [2025-04-21 02:17:54] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003313 10.0.0.130 - - [2025-04-21 02:17:54] "GET /virtual-networks?parent_id=1ce884d7-c089-45dd-a55e-1ad5aee4517d&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002362 10.0.0.130 - - [2025-04-21 02:17:54] "GET /virtual-network/a35fc51c-9eb2-4611-8b1e-dea9dee16bc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.005641 10.0.0.130 - - [2025-04-21 02:17:56] "POST /neutron/port HTTP/1.1" 200 1092 0.035006 10.0.0.130 - - [2025-04-21 02:17:56] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006564 10.0.0.130 - - [2025-04-21 02:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.130 - - [2025-04-21 02:17:57] "GET /virtual-network/a35fc51c-9eb2-4611-8b1e-dea9dee16bc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.004939 10.0.0.130 - - [2025-04-21 02:17:57] "POST /neutron/port HTTP/1.1" 200 1091 0.019202 10.0.0.130 - - [2025-04-21 02:17:57] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005544 10.0.0.130 - - [2025-04-21 02:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.130 - - [2025-04-21 02:17:59] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003474 10.0.0.130 - - [2025-04-21 02:17:59] "GET /virtual-networks?parent_id=1ce884d7-c089-45dd-a55e-1ad5aee4517d&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003674 10.0.0.130 - - [2025-04-21 02:17:59] "GET /virtual-network/a35fc51c-9eb2-4611-8b1e-dea9dee16bc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.005102 10.0.0.130 - - [2025-04-21 02:17:59] "POST /neutron/port HTTP/1.1" 200 1091 0.015049 10.0.0.130 - - [2025-04-21 02:17:59] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005881 10.0.0.130 - - [2025-04-21 02:17:59] "POST /neutron/port HTTP/1.1" 200 1091 0.014845 10.0.0.130 - - [2025-04-21 02:17:59] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007992 10.0.0.130 - - [2025-04-21 02:17:59] "POST /neutron/port HTTP/1.1" 200 1091 0.016179 10.0.0.130 - - [2025-04-21 02:17:59] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005895 10.0.0.130 - - [2025-04-21 02:17:59] "GET /virtual-machine/b8b3186c-de4b-4c96-8c5d-2475559cae63 HTTP/1.1" 200 1297 0.004779 10.0.0.130 - - [2025-04-21 02:17:59] "GET /virtual-machine-interface/6ce40359-3233-41a6-95b4-d82c085d7b03 HTTP/1.1" 200 2957 0.004677 10.0.0.130 - - [2025-04-21 02:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.130 - - [2025-04-21 02:17:59] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.015019 10.0.0.130 - - [2025-04-21 02:17:59] "GET /virtual-networks?parent_id=1ce884d7-c089-45dd-a55e-1ad5aee4517d&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002841 10.0.0.130 - - [2025-04-21 02:18:00] "GET /virtual-network/ff82101d-45c4-42f1-af56-2755c986e3fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005545 10.0.0.130 - - [2025-04-21 02:18:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.130 - - [2025-04-21 02:18:01] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003034 10.0.0.130 - - [2025-04-21 02:18:01] "GET /virtual-networks?parent_id=1ce884d7-c089-45dd-a55e-1ad5aee4517d&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004080 10.0.0.130 - - [2025-04-21 02:18:01] "GET /virtual-network/ff82101d-45c4-42f1-af56-2755c986e3fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005229 10.0.0.130 - - [2025-04-21 02:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.130 - - [2025-04-21 02:18:05] "GET /projects?obj_uuids=1ce884d7-c089-45dd-a55e-1ad5aee4517d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001083 10.0.0.130 - - [2025-04-21 02:18:05] "GET /project/1ce884d7-c089-45dd-a55e-1ad5aee4517d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.026666 10.0.0.130 - - [2025-04-21 02:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.130 - - [2025-04-21 02:18:05] "PUT /network-policy/4c5d298b-64d9-4bad-9769-304e1c96326f HTTP/1.1" 200 263 0.010893 10.0.0.130 - - [2025-04-21 02:18:05] "PUT /access-control-list/b3ad1554-c5ce-4a25-ad41-e83ee687d8cc HTTP/1.1" 200 273 0.051310 10.0.0.130 - - [2025-04-21 02:18:05] "POST /ref-update HTTP/1.1" 200 156 0.011240 10.0.0.130 - - [2025-04-21 02:18:05] "PUT /access-control-list/d0e297ce-ae8a-4357-a551-4fc9b8b96d57 HTTP/1.1" 200 273 0.061407 10.0.0.130 - - [2025-04-21 02:18:05] "POST /ref-update HTTP/1.1" 200 156 0.016639 10.0.0.130 - - [2025-04-21 02:18:08] "GET /virtual-network/ff82101d-45c4-42f1-af56-2755c986e3fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005828 10.0.0.130 - - [2025-04-21 02:18:08] "POST /neutron/network HTTP/1.1" 200 929 0.006667 10.0.0.130 - - [2025-04-21 02:18:08] "POST /neutron/network HTTP/1.1" 200 827 0.046883 10.0.0.130 - - [2025-04-21 02:18:08] "POST /neutron/network HTTP/1.1" 200 827 0.005986 10.0.0.130 - - [2025-04-21 02:18:08] "GET /virtual-network/ff82101d-45c4-42f1-af56-2755c986e3fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005582 10.0.0.130 - - [2025-04-21 02:18:08] "GET /virtual-network/a35fc51c-9eb2-4611-8b1e-dea9dee16bc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.006338 10.0.0.130 - - [2025-04-21 02:18:08] "POST /neutron/network HTTP/1.1" 200 930 0.005959 10.0.0.130 - - [2025-04-21 02:18:08] "POST /neutron/network HTTP/1.1" 200 828 0.046225 10.0.0.130 - - [2025-04-21 02:18:08] "POST /neutron/network HTTP/1.1" 200 828 0.008227 10.0.0.130 - - [2025-04-21 02:18:08] "GET /virtual-network/a35fc51c-9eb2-4611-8b1e-dea9dee16bc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005186 10.0.0.130 - - [2025-04-21 02:18:08] "DELETE /network-policy/4c5d298b-64d9-4bad-9769-304e1c96326f HTTP/1.1" 200 115 0.023037 10.0.0.130 - - [2025-04-21 02:18:08] "POST /neutron/network HTTP/1.1" 200 827 0.005403 10.0.0.130 - - [2025-04-21 02:18:09] "POST /neutron/network HTTP/1.1" 400 204 0.010142 10.0.0.130 - - [2025-04-21 02:18:09] "POST /neutron/port HTTP/1.1" 200 1091 0.014045 10.0.0.130 - - [2025-04-21 02:18:09] "POST /neutron/port HTTP/1.1" 200 1117 0.009002 10.0.0.130 - - [2025-04-21 02:18:09] "POST /neutron/port HTTP/1.1" 200 1092 0.028198 10.0.0.130 - - [2025-04-21 02:18:09] "POST /neutron/port HTTP/1.1" 200 1118 0.008150 10.0.0.130 - - [2025-04-21 02:18:09] "POST /neutron/port HTTP/1.1" 200 151 0.145401 10.0.0.130 - - [2025-04-21 02:18:09] "DELETE /access-control-list/d0e297ce-ae8a-4357-a551-4fc9b8b96d57 HTTP/1.1" 200 115 0.043126 10.0.0.130 - - [2025-04-21 02:18:09] "DELETE /access-control-list/b3ad1554-c5ce-4a25-ad41-e83ee687d8cc HTTP/1.1" 200 115 0.034807 10.0.0.130 - - [2025-04-21 02:18:09] "POST /neutron/port HTTP/1.1" 200 151 0.156617 10.0.0.130 - - [2025-04-21 02:18:11] "POST /neutron/network HTTP/1.1" 200 827 0.006247 10.0.0.130 - - [2025-04-21 02:18:11] "POST /useragent-kv HTTP/1.1" 200 115 0.001875 10.0.0.130 - - [2025-04-21 02:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006212 10.0.0.130 - - [2025-04-21 02:18:11] "POST /useragent-kv HTTP/1.1" 200 115 0.001756 10.0.0.130 - - [2025-04-21 02:18:11] "POST /neutron/network HTTP/1.1" 200 151 0.086021 10.0.0.130 - - [2025-04-21 02:18:11] "DELETE /route-target/2c83c8e0-0559-4351-9c7e-364f41103a60 HTTP/1.1" 200 115 0.015290 10.0.0.130 - - [2025-04-21 02:18:11] "GET /routing-instance/486de92e-35d7-4fb0-a130-e89295c64d26 HTTP/1.1" 404 171 0.002452 10.0.0.130 - - [2025-04-21 02:18:11] "GET /domains HTTP/1.1" 200 281 0.001939 10.0.0.130 - - [2025-04-21 02:18:11] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000933 10.0.0.130 - - [2025-04-21 02:18:11] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038 HTTP/1.1" 200 2970 0.047001 10.0.0.130 - - [2025-04-21 02:18:11] "GET /projects?obj_uuids=1ce884d7-c089-45dd-a55e-1ad5aee4517d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001090 10.0.0.130 - - [2025-04-21 02:18:11] "GET /project/1ce884d7-c089-45dd-a55e-1ad5aee4517d HTTP/1.1" 200 2108 0.075174 10.0.0.130 - - [2025-04-21 02:18:11] "POST /neutron/network HTTP/1.1" 200 828 0.005122 10.0.0.130 - - [2025-04-21 02:18:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003279 10.0.0.130 - - [2025-04-21 02:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004315 10.0.0.130 - - [2025-04-21 02:18:11] "POST /useragent-kv HTTP/1.1" 200 115 0.001894 10.0.0.130 - - [2025-04-21 02:18:11] "POST /neutron/network HTTP/1.1" 200 151 0.084091 10.0.0.130 - - [2025-04-21 02:18:11] "GET /routing-instance/17f12254-5c68-4a3e-9efc-0b51421d419c HTTP/1.1" 404 171 0.001987 10.0.0.130 - - [2025-04-21 02:18:11] "DELETE /route-target/5deba3fc-607a-4d59-a898-7093a31af514 HTTP/1.1" 200 115 0.017825 10.0.0.130 - - [2025-04-21 02:18:11] "GET /domains HTTP/1.1" 200 281 0.002767 10.0.0.130 - - [2025-04-21 02:18:11] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000917 10.0.0.130 - - [2025-04-21 02:18:11] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038 HTTP/1.1" 200 2970 0.046546 10.0.0.130 - - [2025-04-21 02:18:11] "GET /projects?obj_uuids=1ce884d7-c089-45dd-a55e-1ad5aee4517d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001052 10.0.0.130 - - [2025-04-21 02:18:11] "GET /project/1ce884d7-c089-45dd-a55e-1ad5aee4517d HTTP/1.1" 200 1868 0.065059 10.0.0.130 - - [2025-04-21 02:18:11] "GET /projects?obj_uuids=1ce884d7-c089-45dd-a55e-1ad5aee4517d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001244 10.0.0.130 - - [2025-04-21 02:18:11] "GET /project/1ce884d7-c089-45dd-a55e-1ad5aee4517d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.023397 10.0.0.130 - - [2025-04-21 02:18:11] "GET /projects?obj_uuids=1ce884d7-c089-45dd-a55e-1ad5aee4517d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001126 10.0.0.130 - - [2025-04-21 02:18:11] "GET /project/1ce884d7-c089-45dd-a55e-1ad5aee4517d?fields=virtual_networks HTTP/1.1" 200 1037 0.075013 10.0.0.130 - - [2025-04-21 02:18:11] "GET /projects?obj_uuids=1ce884d7-c089-45dd-a55e-1ad5aee4517d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001386 10.0.0.130 - - [2025-04-21 02:18:12] "GET /project/1ce884d7-c089-45dd-a55e-1ad5aee4517d?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.026062 10.0.0.130 - - [2025-04-21 02:18:12] "GET /projects?obj_uuids=1ce884d7-c089-45dd-a55e-1ad5aee4517d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001022 10.0.0.130 - - [2025-04-21 02:18:12] "GET /project/1ce884d7-c089-45dd-a55e-1ad5aee4517d?fields=security_groups HTTP/1.1" 200 1266 0.026599 10.0.0.130 - - [2025-04-21 02:18:12] "POST /fqname-to-id HTTP/1.1" 404 186 0.022089 10.0.0.130 - - [2025-04-21 02:18:12] "GET /projects?obj_uuids=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002374 10.0.0.130 - - [2025-04-21 02:18:12] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001494 10.0.0.130 - - [2025-04-21 02:18:12] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009902 10.0.0.130 - - [2025-04-21 02:18:13] "POST /id-to-fqname HTTP/1.1" 200 188 0.001218 10.0.0.130 - - [2025-04-21 02:18:13] "POST /fqname-to-id HTTP/1.1" 404 197 0.003088 10.0.0.130 - - [2025-04-21 02:18:13] "POST /security-groups HTTP/1.1" 200 589 0.060086 10.0.0.130 - - [2025-04-21 02:18:13] "POST /fqname-to-id HTTP/1.1" 404 232 0.002550 10.0.0.130 - - [2025-04-21 02:18:13] "POST /projects HTTP/1.1" 200 581 0.213995 10.0.0.130 - - [2025-04-21 02:18:13] "POST /access-control-lists HTTP/1.1" 200 596 0.058124 10.0.0.130 - - [2025-04-21 02:18:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.290524 10.0.0.130 - - [2025-04-21 02:18:13] "POST /fqname-to-id HTTP/1.1" 404 231 0.003012 10.0.0.130 - - [2025-04-21 02:18:13] "GET /project/55016b34-ca1d-4c93-8b08-76f1a3890e08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.410050 10.0.0.130 - - [2025-04-21 02:18:13] "POST /access-control-lists HTTP/1.1" 200 594 0.060153 10.0.0.130 - - [2025-04-21 02:18:14] "GET / HTTP/1.1" 200 36215 0.001976 10.0.0.130 - - [2025-04-21 02:18:15] "POST /fqname-to-id HTTP/1.1" 401 293 0.000481 10.0.0.130 - - [2025-04-21 02:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.061345 10.0.0.130 - - [2025-04-21 02:18:15] "GET /projects?obj_uuids=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001199 10.0.0.130 - - [2025-04-21 02:18:15] "DELETE /project/ca691f6b7bdb47de9a19aa9e346aa574 HTTP/1.1" 404 173 0.014363 10.0.0.130 - - [2025-04-21 02:18:15] "DELETE /project/1ce884d7c08945dda55e1ad5aee4517d HTTP/1.1" 404 173 0.013008 10.0.0.130 - - [2025-04-21 02:18:15] "DELETE /project/55016b34ca1d4c938b0876f1a3890e08 HTTP/1.1" 404 173 0.006376 10.0.0.130 - - [2025-04-21 02:18:15] "GET /projects?obj_uuids=1ce884d7-c089-45dd-a55e-1ad5aee4517d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001660 10.0.0.130 - - [2025-04-21 02:18:15] "GET /projects?obj_uuids=2ee07cc2-dd08-4b94-a8dc-ebf4031fccb8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001476 10.0.0.130 - - [2025-04-21 02:18:15] "GET /projects?obj_uuids=ca691f6b-7bdb-47de-9a19-aa9e346aa574&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001366 10.0.0.130 - - [2025-04-21 02:18:15] "GET /project/55016b34-ca1d-4c93-8b08-76f1a3890e08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.082975 10.0.0.130 - - [2025-04-21 02:18:15] "GET /project/ca691f6b-7bdb-47de-9a19-aa9e346aa574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.073729 10.0.0.130 - - [2025-04-21 02:18:15] "GET /project/2ee07cc2-dd08-4b94-a8dc-ebf4031fccb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.071642 10.0.0.130 - - [2025-04-21 02:18:15] "GET /project/1ce884d7-c089-45dd-a55e-1ad5aee4517d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.073975 10.0.0.130 - - [2025-04-21 02:18:15] "GET /projects?obj_uuids=2ee07cc2-dd08-4b94-a8dc-ebf4031fccb8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001285 10.0.0.130 - - [2025-04-21 02:18:15] "GET /projects?obj_uuids=ca691f6b-7bdb-47de-9a19-aa9e346aa574&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000842 10.0.0.130 - - [2025-04-21 02:18:15] "POST /neutron/network HTTP/1.1" 200 117 0.051721 10.0.0.130 - - [2025-04-21 02:18:15] "GET /projects?obj_uuids=1ce884d7-c089-45dd-a55e-1ad5aee4517d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002177 10.0.0.130 - - [2025-04-21 02:18:15] "GET /project/ca691f6b-7bdb-47de-9a19-aa9e346aa574?fields=security_groups HTTP/1.1" 200 1387 0.063831 10.0.0.130 - - [2025-04-21 02:18:15] "GET /project/2ee07cc2-dd08-4b94-a8dc-ebf4031fccb8?fields=security_groups HTTP/1.1" 200 1371 0.066962 10.0.0.130 - - [2025-04-21 02:18:15] "GET /projects?obj_uuids=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001071 10.0.0.130 - - [2025-04-21 02:18:15] "GET /project/1ce884d7-c089-45dd-a55e-1ad5aee4517d?fields=security_groups HTTP/1.1" 200 1368 0.087474 10.0.0.130 - - [2025-04-21 02:18:15] "POST /neutron/network HTTP/1.1" 200 613 0.117291 10.0.0.130 - - [2025-04-21 02:18:15] "DELETE /security-group/84886644-b5f8-413e-ae14-253bda38c789 HTTP/1.1" 200 115 0.082200 10.0.0.130 - - [2025-04-21 02:18:15] "DELETE /security-group/90979bef-fd2f-4d6e-a432-22200f7b0a6b HTTP/1.1" 200 115 0.091633 10.0.0.130 - - [2025-04-21 02:18:15] "GET /projects?obj_uuids=2ee07cc2-dd08-4b94-a8dc-ebf4031fccb8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001097 10.0.0.130 - - [2025-04-21 02:18:15] "GET /projects?obj_uuids=ca691f6b-7bdb-47de-9a19-aa9e346aa574&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001234 10.0.0.130 - - [2025-04-21 02:18:15] "DELETE /access-control-list/55157c2f-93ed-4a83-8e39-53567c8de3e7 HTTP/1.1" 200 115 0.062282 10.0.0.130 - - [2025-04-21 02:18:15] "GET /project/2ee07cc2-dd08-4b94-a8dc-ebf4031fccb8?fields=application_policy_sets HTTP/1.1" 200 1410 0.054053 10.0.0.130 - - [2025-04-21 02:18:15] "DELETE /access-control-list/0ebdfaae-30d6-4d23-b143-7ec6fe33ef17 HTTP/1.1" 200 115 0.059110 10.0.0.130 - - [2025-04-21 02:18:15] "DELETE /security-group/7f7fbe2b-6981-48b1-9ed4-abbb074fb4dd HTTP/1.1" 200 115 0.116169 10.0.0.130 - - [2025-04-21 02:18:15] "GET /projects?obj_uuids=1ce884d7-c089-45dd-a55e-1ad5aee4517d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001220 10.0.0.130 - - [2025-04-21 02:18:15] "GET /project/ca691f6b-7bdb-47de-9a19-aa9e346aa574?fields=application_policy_sets HTTP/1.1" 200 1426 0.095928 10.0.0.130 - - [2025-04-21 02:18:15] "DELETE /access-control-list/a639eb87-b3f5-440a-ba98-7070a5b2460d HTTP/1.1" 200 115 0.043643 10.0.0.130 - - [2025-04-21 02:18:15] "DELETE /access-control-list/4b03dd0e-b2a0-4e1d-b409-be241a13413c HTTP/1.1" 200 115 0.033406 10.0.0.130 - - [2025-04-21 02:18:15] "GET /project/1ce884d7-c089-45dd-a55e-1ad5aee4517d?fields=application_policy_sets HTTP/1.1" 200 1407 0.094129 10.0.0.130 - - [2025-04-21 02:18:15] "POST /route-targets HTTP/1.1" 200 328 0.021340 10.0.0.130 - - [2025-04-21 02:18:15] "DELETE /project/2ee07cc2-dd08-4b94-a8dc-ebf4031fccb8 HTTP/1.1" 200 115 0.557571 10.0.0.130 - - [2025-04-21 02:18:16] "POST /ref-update HTTP/1.1" 200 156 0.029350 10.0.0.130 - - [2025-04-21 02:18:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003869 10.0.0.130 - - [2025-04-21 02:18:16] "POST /neutron/subnet HTTP/1.1" 200 725 0.299227 10.0.0.130 - - [2025-04-21 02:18:16] "DELETE /project/ca691f6b-7bdb-47de-9a19-aa9e346aa574 HTTP/1.1" 200 115 0.632542 10.0.0.130 - - [2025-04-21 02:18:16] "POST /neutron/network HTTP/1.1" 200 832 0.005155 10.0.0.130 - - [2025-04-21 02:18:16] "POST /id-to-fqname HTTP/1.1" 200 223 0.001272 10.0.0.130 - - [2025-04-21 02:18:16] "GET /virtual-network/0192c796-cddc-4a28-8155-0cfe1eaef802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005357 10.0.0.130 - - [2025-04-21 02:18:16] "DELETE /project/1ce884d7-c089-45dd-a55e-1ad5aee4517d HTTP/1.1" 200 115 0.681243 10.0.0.130 - - [2025-04-21 02:18:16] "DELETE /access-control-list/1bd4a9a5-228e-41b8-b298-0d33ec30b689 HTTP/1.1" 200 115 0.023758 10.0.0.130 - - [2025-04-21 02:18:16] "DELETE /access-control-list/b3f4dede-aa9a-4a65-9ce9-6244d454a236 HTTP/1.1" 200 115 0.022323 10.0.0.130 - - [2025-04-21 02:18:16] "POST /neutron/network HTTP/1.1" 200 832 0.007619 10.0.0.130 - - [2025-04-21 02:18:16] "GET /virtual-network/0192c796-cddc-4a28-8155-0cfe1eaef802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004688 10.0.0.130 - - [2025-04-21 02:18:16] "POST /neutron/network HTTP/1.1" 200 832 0.005442 10.0.0.130 - - [2025-04-21 02:18:16] "POST /neutron/subnet HTTP/1.1" 200 725 0.006612 10.0.0.130 - - [2025-04-21 02:18:16] "GET /domains HTTP/1.1" 401 293 0.000449 10.0.0.130 - - [2025-04-21 02:18:16] "GET /domains HTTP/1.1" 200 281 0.025049 10.0.0.130 - - [2025-04-21 02:18:16] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001031 10.0.0.130 - - [2025-04-21 02:18:16] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038 HTTP/1.1" 200 2581 0.008036 10.0.0.130 - - [2025-04-21 02:18:16] "GET /projects?obj_uuids=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001013 10.0.0.130 - - [2025-04-21 02:18:16] "GET /project/55016b34-ca1d-4c93-8b08-76f1a3890e08 HTTP/1.1" 200 2085 0.066521 10.0.0.130 - - [2025-04-21 02:18:16] "GET /virtual-network/0192c796-cddc-4a28-8155-0cfe1eaef802 HTTP/1.1" 200 2319 0.006358 10.0.0.130 - - [2025-04-21 02:18:16] "GET /virtual-network/0192c796-cddc-4a28-8155-0cfe1eaef802 HTTP/1.1" 200 2319 0.006627 10.0.0.130 - - [2025-04-21 02:18:16] "GET /routing-instance/d3708599-ee03-4828-8d0e-3e13c16061ea HTTP/1.1" 200 1497 0.003654 10.0.0.130 - - [2025-04-21 02:18:16] "GET /routing-instance/d3708599-ee03-4828-8d0e-3e13c16061ea HTTP/1.1" 200 1497 0.003631 10.0.0.130 - - [2025-04-21 02:18:16] "GET /route-target/6ac0293b-c82f-4429-96c5-8646f58d32c2 HTTP/1.1" 200 1214 0.003109 10.0.0.130 - - [2025-04-21 02:18:16] "GET /virtual-network/0192c796-cddc-4a28-8155-0cfe1eaef802 HTTP/1.1" 200 2319 0.004899 10.0.0.130 - - [2025-04-21 02:18:16] "GET /routing-instance/d3708599-ee03-4828-8d0e-3e13c16061ea HTTP/1.1" 200 1497 0.002986 10.0.0.130 - - [2025-04-21 02:18:16] "GET /virtual-network/0192c796-cddc-4a28-8155-0cfe1eaef802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005092 10.0.0.130 - - [2025-04-21 02:18:16] "GET /virtual-network/0192c796-cddc-4a28-8155-0cfe1eaef802 HTTP/1.1" 200 2319 0.004491 10.0.0.130 - - [2025-04-21 02:18:16] "GET /routing-instance/d3708599-ee03-4828-8d0e-3e13c16061ea HTTP/1.1" 200 1497 0.003881 10.0.0.130 - - [2025-04-21 02:18:16] "GET /routing-instance/d3708599-ee03-4828-8d0e-3e13c16061ea HTTP/1.1" 200 1497 0.002919 10.0.0.130 - - [2025-04-21 02:18:16] "GET /route-target/6ac0293b-c82f-4429-96c5-8646f58d32c2 HTTP/1.1" 200 1214 0.002976 10.0.0.130 - - [2025-04-21 02:18:16] "GET /domains HTTP/1.1" 200 281 0.002571 10.0.0.130 - - [2025-04-21 02:18:16] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000978 10.0.0.130 - - [2025-04-21 02:18:16] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038 HTTP/1.1" 200 2581 0.006613 10.0.0.130 - - [2025-04-21 02:18:16] "GET /projects?obj_uuids=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000983 10.0.0.130 - - [2025-04-21 02:18:16] "GET /project/55016b34-ca1d-4c93-8b08-76f1a3890e08 HTTP/1.1" 200 2085 0.066375 10.0.0.130 - - [2025-04-21 02:18:16] "GET /virtual-network/0192c796-cddc-4a28-8155-0cfe1eaef802 HTTP/1.1" 200 2319 0.008251 10.0.0.130 - - [2025-04-21 02:18:17] "GET /obj-perms HTTP/1.1" 200 5045 0.047396 10.0.0.130 - - [2025-04-21 02:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.130 - - [2025-04-21 02:18:17] "GET /projects?obj_uuids=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000973 10.0.0.130 - - [2025-04-21 02:18:17] "GET /project/55016b34-ca1d-4c93-8b08-76f1a3890e08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.026108 10.0.0.130 - - [2025-04-21 02:18:17] "POST /neutron/network HTTP/1.1" 200 117 0.008926 10.0.0.130 - - [2025-04-21 02:18:17] "GET /projects?obj_uuids=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001376 10.0.0.130 - - [2025-04-21 02:18:17] "POST /neutron/network HTTP/1.1" 200 613 0.062032 10.0.0.130 - - [2025-04-21 02:18:17] "POST /route-targets HTTP/1.1" 200 328 0.010513 10.0.0.130 - - [2025-04-21 02:18:17] "POST /ref-update HTTP/1.1" 200 156 0.011507 10.0.0.130 - - [2025-04-21 02:18:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002645 10.0.0.130 - - [2025-04-21 02:18:17] "POST /neutron/subnet HTTP/1.1" 200 729 0.193025 10.0.0.130 - - [2025-04-21 02:18:17] "POST /neutron/network HTTP/1.1" 200 833 0.005457 10.0.0.130 - - [2025-04-21 02:18:17] "POST /id-to-fqname HTTP/1.1" 200 223 0.001159 10.0.0.130 - - [2025-04-21 02:18:17] "GET /virtual-network/bfe51ec2-b788-4c3d-a9ee-dfa9019ea489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004478 10.0.0.130 - - [2025-04-21 02:18:17] "POST /neutron/network HTTP/1.1" 200 833 0.005362 10.0.0.130 - - [2025-04-21 02:18:17] "GET /virtual-network/bfe51ec2-b788-4c3d-a9ee-dfa9019ea489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005402 10.0.0.130 - - [2025-04-21 02:18:17] "POST /neutron/network HTTP/1.1" 200 833 0.005054 10.0.0.130 - - [2025-04-21 02:18:17] "POST /neutron/subnet HTTP/1.1" 200 729 0.007154 10.0.0.130 - - [2025-04-21 02:18:17] "GET /domains HTTP/1.1" 200 281 0.002966 10.0.0.130 - - [2025-04-21 02:18:17] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001472 10.0.0.130 - - [2025-04-21 02:18:17] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038 HTTP/1.1" 200 2581 0.010501 10.0.0.130 - - [2025-04-21 02:18:17] "GET /projects?obj_uuids=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000973 10.0.0.130 - - [2025-04-21 02:18:17] "GET /project/55016b34-ca1d-4c93-8b08-76f1a3890e08 HTTP/1.1" 200 2304 0.065217 10.0.0.130 - - [2025-04-21 02:18:17] "GET /virtual-network/bfe51ec2-b788-4c3d-a9ee-dfa9019ea489 HTTP/1.1" 200 2325 0.006067 10.0.0.130 - - [2025-04-21 02:18:17] "GET /virtual-network/bfe51ec2-b788-4c3d-a9ee-dfa9019ea489 HTTP/1.1" 200 2325 0.004660 10.0.0.130 - - [2025-04-21 02:18:17] "GET /routing-instance/3b6a2c0e-479a-42df-ae6c-f5cbf3849299 HTTP/1.1" 200 1496 0.003510 10.0.0.130 - - [2025-04-21 02:18:17] "GET /routing-instance/3b6a2c0e-479a-42df-ae6c-f5cbf3849299 HTTP/1.1" 200 1496 0.003434 10.0.0.130 - - [2025-04-21 02:18:17] "GET /route-target/af176c93-324f-462b-b526-2ab3f4e5d4f0 HTTP/1.1" 200 1215 0.003799 10.0.0.130 - - [2025-04-21 02:18:17] "GET /virtual-network/bfe51ec2-b788-4c3d-a9ee-dfa9019ea489 HTTP/1.1" 200 2325 0.005153 10.0.0.130 - - [2025-04-21 02:18:17] "GET /routing-instance/3b6a2c0e-479a-42df-ae6c-f5cbf3849299 HTTP/1.1" 200 1496 0.003398 10.0.0.130 - - [2025-04-21 02:18:17] "GET /virtual-network/bfe51ec2-b788-4c3d-a9ee-dfa9019ea489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004874 10.0.0.130 - - [2025-04-21 02:18:17] "GET /virtual-network/bfe51ec2-b788-4c3d-a9ee-dfa9019ea489 HTTP/1.1" 200 2325 0.004957 10.0.0.130 - - [2025-04-21 02:18:17] "GET /routing-instance/3b6a2c0e-479a-42df-ae6c-f5cbf3849299 HTTP/1.1" 200 1496 0.003124 10.0.0.130 - - [2025-04-21 02:18:17] "GET /routing-instance/3b6a2c0e-479a-42df-ae6c-f5cbf3849299 HTTP/1.1" 200 1496 0.003551 10.0.0.130 - - [2025-04-21 02:18:17] "GET /route-target/af176c93-324f-462b-b526-2ab3f4e5d4f0 HTTP/1.1" 200 1215 0.002789 10.0.0.130 - - [2025-04-21 02:18:18] "GET /domains HTTP/1.1" 200 281 0.004726 10.0.0.130 - - [2025-04-21 02:18:18] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001041 10.0.0.130 - - [2025-04-21 02:18:18] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038 HTTP/1.1" 200 2581 0.007070 10.0.0.130 - - [2025-04-21 02:18:18] "GET /projects?obj_uuids=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001140 10.0.0.130 - - [2025-04-21 02:18:18] "GET /project/55016b34-ca1d-4c93-8b08-76f1a3890e08 HTTP/1.1" 200 2304 0.071827 10.0.0.130 - - [2025-04-21 02:18:18] "GET /virtual-network/bfe51ec2-b788-4c3d-a9ee-dfa9019ea489 HTTP/1.1" 200 2325 0.004895 10.0.0.130 - - [2025-04-21 02:18:18] "GET /obj-perms HTTP/1.1" 200 5045 0.003135 10.0.0.130 - - [2025-04-21 02:18:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002627 10.0.0.130 - - [2025-04-21 02:18:18] "GET /projects?obj_uuids=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001038 10.0.0.130 - - [2025-04-21 02:18:18] "GET /project/55016b34-ca1d-4c93-8b08-76f1a3890e08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.028779 10.0.0.130 - - [2025-04-21 02:18:18] "POST /neutron/network HTTP/1.1" 200 117 0.010152 10.0.0.130 - - [2025-04-21 02:18:18] "GET /projects?obj_uuids=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001067 10.0.0.130 - - [2025-04-21 02:18:18] "POST /neutron/network HTTP/1.1" 200 615 0.063546 10.0.0.130 - - [2025-04-21 02:18:18] "POST /ref-update HTTP/1.1" 200 156 0.009694 10.0.0.130 - - [2025-04-21 02:18:18] "POST /useragent-kv HTTP/1.1" 200 115 0.004016 10.0.0.130 - - [2025-04-21 02:18:18] "POST /neutron/subnet HTTP/1.1" 200 725 0.170038 10.0.0.130 - - [2025-04-21 02:18:18] "POST /neutron/network HTTP/1.1" 200 834 0.005298 10.0.0.130 - - [2025-04-21 02:18:18] "POST /id-to-fqname HTTP/1.1" 200 224 0.001213 10.0.0.130 - - [2025-04-21 02:18:18] "GET /virtual-network/f6ce74c3-5ee1-4bee-b74b-5d1fb009e87e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004896 10.0.0.130 - - [2025-04-21 02:18:18] "POST /neutron/network HTTP/1.1" 200 834 0.005853 10.0.0.130 - - [2025-04-21 02:18:18] "GET /virtual-network/f6ce74c3-5ee1-4bee-b74b-5d1fb009e87e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004895 10.0.0.130 - - [2025-04-21 02:18:18] "POST /neutron/network HTTP/1.1" 200 834 0.005442 10.0.0.130 - - [2025-04-21 02:18:18] "POST /neutron/subnet HTTP/1.1" 200 725 0.006567 10.0.0.130 - - [2025-04-21 02:18:18] "GET /domains HTTP/1.1" 200 281 0.002827 10.0.0.130 - - [2025-04-21 02:18:18] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001094 10.0.0.130 - - [2025-04-21 02:18:18] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038 HTTP/1.1" 200 2581 0.007649 10.0.0.130 - - [2025-04-21 02:18:18] "GET /projects?obj_uuids=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001163 10.0.0.130 - - [2025-04-21 02:18:18] "GET /project/55016b34-ca1d-4c93-8b08-76f1a3890e08 HTTP/1.1" 200 2524 0.069738 10.0.0.130 - - [2025-04-21 02:18:18] "GET /virtual-network/f6ce74c3-5ee1-4bee-b74b-5d1fb009e87e HTTP/1.1" 200 2328 0.007243 10.0.0.130 - - [2025-04-21 02:18:18] "GET /virtual-network/f6ce74c3-5ee1-4bee-b74b-5d1fb009e87e HTTP/1.1" 200 2328 0.005194 10.0.0.130 - - [2025-04-21 02:18:18] "GET /routing-instance/210a2b3f-22b4-430f-8cd2-f6bcdadaddc0 HTTP/1.1" 200 1500 0.004536 10.0.0.130 - - [2025-04-21 02:18:18] "GET /routing-instance/210a2b3f-22b4-430f-8cd2-f6bcdadaddc0 HTTP/1.1" 200 1500 0.004290 10.0.0.130 - - [2025-04-21 02:18:18] "GET /route-target/7c4dea5a-aafa-4046-8540-45b778d1950a HTTP/1.1" 200 1215 0.003411 10.0.0.130 - - [2025-04-21 02:18:18] "GET /virtual-network/f6ce74c3-5ee1-4bee-b74b-5d1fb009e87e HTTP/1.1" 200 2328 0.005657 10.0.0.130 - - [2025-04-21 02:18:18] "GET /routing-instance/210a2b3f-22b4-430f-8cd2-f6bcdadaddc0 HTTP/1.1" 200 1500 0.003321 10.0.0.130 - - [2025-04-21 02:18:18] "GET /virtual-network/f6ce74c3-5ee1-4bee-b74b-5d1fb009e87e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006043 10.0.0.130 - - [2025-04-21 02:18:18] "GET /virtual-network/f6ce74c3-5ee1-4bee-b74b-5d1fb009e87e HTTP/1.1" 200 2328 0.004918 10.0.0.130 - - [2025-04-21 02:18:18] "GET /routing-instance/210a2b3f-22b4-430f-8cd2-f6bcdadaddc0 HTTP/1.1" 200 1500 0.003881 10.0.0.130 - - [2025-04-21 02:18:18] "GET /routing-instance/210a2b3f-22b4-430f-8cd2-f6bcdadaddc0 HTTP/1.1" 200 1500 0.003816 10.0.0.130 - - [2025-04-21 02:18:18] "GET /route-target/7c4dea5a-aafa-4046-8540-45b778d1950a HTTP/1.1" 200 1215 0.003146 10.0.0.130 - - [2025-04-21 02:18:18] "GET /domains HTTP/1.1" 200 281 0.002548 10.0.0.130 - - [2025-04-21 02:18:18] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001203 10.0.0.130 - - [2025-04-21 02:18:18] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038 HTTP/1.1" 200 2581 0.008001 10.0.0.130 - - [2025-04-21 02:18:18] "GET /projects?obj_uuids=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000961 10.0.0.130 - - [2025-04-21 02:18:18] "GET /project/55016b34-ca1d-4c93-8b08-76f1a3890e08 HTTP/1.1" 200 2524 0.063428 10.0.0.130 - - [2025-04-21 02:18:18] "GET /virtual-network/f6ce74c3-5ee1-4bee-b74b-5d1fb009e87e HTTP/1.1" 200 2328 0.004807 10.0.0.130 - - [2025-04-21 02:18:18] "GET /obj-perms HTTP/1.1" 200 5045 0.003571 10.0.0.130 - - [2025-04-21 02:18:19] "POST /id-to-fqname HTTP/1.1" 200 223 0.001321 10.0.0.130 - - [2025-04-21 02:18:19] "POST /neutron/network HTTP/1.1" 200 843 0.007075 10.0.0.130 - - [2025-04-21 02:18:19] "GET /aaa-mode HTTP/1.1" 401 293 0.000405 10.0.0.130 - - [2025-04-21 02:18:19] "GET / HTTP/1.1" 200 36215 0.001683 10.0.0.130 - - [2025-04-21 02:18:19] "GET /project/55016b34-ca1d-4c93-8b08-76f1a3890e08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000390 10.0.0.130 - - [2025-04-21 02:18:19] "GET /projects?obj_uuids=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002751 10.0.0.130 - - [2025-04-21 02:18:19] "GET /project/55016b34-ca1d-4c93-8b08-76f1a3890e08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.058111 10.0.0.130 - - [2025-04-21 02:18:19] "POST /neutron/network HTTP/1.1" 200 833 0.005688 10.0.0.130 - - [2025-04-21 02:18:20] "POST /neutron/port HTTP/1.1" 200 117 0.005363 10.0.0.130 - - [2025-04-21 02:18:20] "POST /neutron/port HTTP/1.1" 200 117 0.004956 10.0.0.130 - - [2025-04-21 02:18:20] "POST /id-to-fqname HTTP/1.1" 200 224 0.001362 10.0.0.130 - - [2025-04-21 02:18:20] "POST /neutron/port HTTP/1.1" 200 117 0.005107 10.0.0.130 - - [2025-04-21 02:18:20] "POST /neutron/network HTTP/1.1" 200 844 0.005884 10.0.0.130 - - [2025-04-21 02:18:20] "GET /aaa-mode HTTP/1.1" 401 293 0.000468 10.0.0.130 - - [2025-04-21 02:18:20] "POST /neutron/network HTTP/1.1" 200 843 0.006058 10.0.0.130 - - [2025-04-21 02:18:20] "GET /projects?obj_uuids=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001067 10.0.0.130 - - [2025-04-21 02:18:20] "GET / HTTP/1.1" 200 36215 0.003676 10.0.0.130 - - [2025-04-21 02:18:20] "GET /project/55016b34-ca1d-4c93-8b08-76f1a3890e08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000396 10.0.0.130 - - [2025-04-21 02:18:20] "POST /neutron/port HTTP/1.1" 200 1059 0.213610 10.0.0.130 - - [2025-04-21 02:18:20] "POST /neutron/port HTTP/1.1" 200 1059 0.010269 10.0.0.130 - - [2025-04-21 02:18:20] "POST /neutron/port HTTP/1.1" 200 1059 0.008683 10.0.0.130 - - [2025-04-21 02:18:20] "POST /neutron/port HTTP/1.1" 200 1113 0.084859 10.0.0.130 - - [2025-04-21 02:18:20] "POST /neutron/port HTTP/1.1" 200 1087 0.019185 10.0.0.130 - - [2025-04-21 02:18:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003031 10.0.0.130 - - [2025-04-21 02:18:20] "POST /neutron/subnet HTTP/1.1" 200 703 0.009571 10.0.0.130 - - [2025-04-21 02:18:20] "POST /neutron/port HTTP/1.1" 200 117 0.001160 10.0.0.130 - - [2025-04-21 02:18:20] "POST /neutron/network HTTP/1.1" 200 833 0.008648 10.0.0.130 - - [2025-04-21 02:18:20] "GET /projects?obj_uuids=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.004001 10.0.0.130 - - [2025-04-21 02:18:20] "GET /project/55016b34-ca1d-4c93-8b08-76f1a3890e08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.058089 10.0.0.130 - - [2025-04-21 02:18:21] "POST /neutron/network HTTP/1.1" 200 834 0.005554 10.0.0.130 - - [2025-04-21 02:18:21] "POST /neutron/port HTTP/1.1" 200 1087 0.022418 10.0.0.130 - - [2025-04-21 02:18:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011671 10.0.0.130 - - [2025-04-21 02:18:21] "POST /neutron/port HTTP/1.1" 200 117 0.004555 10.0.0.130 - - [2025-04-21 02:18:21] "POST /fqname-to-id HTTP/1.1" 404 193 0.002625 10.0.0.130 - - [2025-04-21 02:18:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002335 10.0.0.130 - - [2025-04-21 02:18:21] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001108 10.0.0.130 - - [2025-04-21 02:18:21] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007828 10.0.0.130 - - [2025-04-21 02:18:21] "POST /service-templates HTTP/1.1" 200 545 0.033910 10.0.0.130 - - [2025-04-21 02:18:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.130 - - [2025-04-21 02:18:21] "GET /obj-perms HTTP/1.1" 200 5075 0.052831 10.0.0.130 - - [2025-04-21 02:18:21] "GET /service-template/43515aa3-dcf8-41bc-adab-80d74567b9cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004372 10.0.0.130 - - [2025-04-21 02:18:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.130 - - [2025-04-21 02:18:21] "POST /neutron/network HTTP/1.1" 200 844 0.019506 10.0.0.130 - - [2025-04-21 02:18:21] "GET /service-template/43515aa3-dcf8-41bc-adab-80d74567b9cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004093 10.0.0.130 - - [2025-04-21 02:18:21] "GET /projects?obj_uuids=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001126 10.0.0.130 - - [2025-04-21 02:18:21] "POST /id-to-fqname HTTP/1.1" 200 223 0.001236 10.0.0.130 - - [2025-04-21 02:18:21] "POST /id-to-fqname HTTP/1.1" 200 223 0.005503 10.0.0.130 - - [2025-04-21 02:18:21] "POST /id-to-fqname HTTP/1.1" 200 224 0.001333 10.0.0.130 - - [2025-04-21 02:18:21] "POST /neutron/port HTTP/1.1" 200 1058 0.327498 10.0.0.130 - - [2025-04-21 02:18:21] "POST /neutron/port HTTP/1.1" 200 1058 0.014458 10.0.0.130 - - [2025-04-21 02:18:21] "GET /obj-perms HTTP/1.1" 200 5075 0.075405 10.0.0.130 - - [2025-04-21 02:18:21] "POST /neutron/port HTTP/1.1" 200 2003 0.046160 10.0.0.130 - - [2025-04-21 02:18:21] "POST /neutron/port HTTP/1.1" 200 1058 0.021751 10.0.0.130 - - [2025-04-21 02:18:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012040 10.0.0.130 - - [2025-04-21 02:18:22] "POST /neutron/port HTTP/1.1" 200 1112 0.066200 10.0.0.130 - - [2025-04-21 02:18:22] "POST /neutron/port HTTP/1.1" 200 1086 0.035780 10.0.0.130 - - [2025-04-21 02:18:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004483 10.0.0.130 - - [2025-04-21 02:18:22] "POST /neutron/subnet HTTP/1.1" 200 699 0.022175 10.0.0.130 - - [2025-04-21 02:18:22] "POST /neutron/port HTTP/1.1" 200 117 0.001123 10.0.0.130 - - [2025-04-21 02:18:22] "POST /neutron/network HTTP/1.1" 200 834 0.006879 10.0.0.130 - - [2025-04-21 02:18:22] "POST /neutron/network HTTP/1.1" 200 2224 0.012976 10.0.0.130 - - [2025-04-21 02:18:22] "GET /aaa-mode HTTP/1.1" 401 293 0.000559 10.0.0.130 - - [2025-04-21 02:18:23] "GET / HTTP/1.1" 200 36215 0.001771 10.0.0.130 - - [2025-04-21 02:18:23] "GET /project/55016b34-ca1d-4c93-8b08-76f1a3890e08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000510 10.0.0.130 - - [2025-04-21 02:18:23] "GET /projects?obj_uuids=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001069 10.0.0.130 - - [2025-04-21 02:18:23] "GET /project/55016b34-ca1d-4c93-8b08-76f1a3890e08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.069345 10.0.0.130 - - [2025-04-21 02:18:23] "POST /neutron/network HTTP/1.1" 200 832 0.026492 10.0.0.130 - - [2025-04-21 02:18:23] "POST /neutron/network HTTP/1.1" 200 833 0.006151 10.0.0.130 - - [2025-04-21 02:18:23] "POST /neutron/network HTTP/1.1" 200 834 0.007423 10.0.0.130 - - [2025-04-21 02:18:23] "POST /neutron/port HTTP/1.1" 200 2057 0.032367 10.0.0.130 - - [2025-04-21 02:18:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006351 10.0.0.130 - - [2025-04-21 02:18:23] "POST /neutron/port HTTP/1.1" 200 117 0.009385 10.0.0.130 - - [2025-04-21 02:18:23] "POST /neutron/port HTTP/1.1" 200 117 0.005683 10.0.0.130 - - [2025-04-21 02:18:24] "POST /neutron/network HTTP/1.1" 200 2224 0.031747 10.0.0.130 - - [2025-04-21 02:18:24] "GET /projects?obj_uuids=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001400 10.0.0.130 - - [2025-04-21 02:18:24] "POST /neutron/port HTTP/1.1" 200 1058 0.306442 10.0.0.130 - - [2025-04-21 02:18:24] "GET /projects?obj_uuids=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003573 10.0.0.130 - - [2025-04-21 02:18:24] "POST /neutron/port HTTP/1.1" 200 1059 0.232957 10.0.0.130 - - [2025-04-21 02:18:24] "GET /projects?obj_uuids=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001130 10.0.0.130 - - [2025-04-21 02:18:24] "POST /neutron/port HTTP/1.1" 200 1058 0.217942 10.0.0.130 - - [2025-04-21 02:18:24] "POST /neutron/port HTTP/1.1" 200 1058 0.012994 10.0.0.130 - - [2025-04-21 02:18:24] "POST /neutron/port HTTP/1.1" 200 1058 0.008436 10.0.0.130 - - [2025-04-21 02:18:25] "POST /neutron/port HTTP/1.1" 200 1112 0.079277 10.0.0.130 - - [2025-04-21 02:18:25] "POST /neutron/port HTTP/1.1" 200 1059 0.009053 10.0.0.130 - - [2025-04-21 02:18:25] "POST /neutron/port HTTP/1.1" 200 1059 0.009242 10.0.0.130 - - [2025-04-21 02:18:25] "POST /neutron/port HTTP/1.1" 200 1113 0.104702 10.0.0.130 - - [2025-04-21 02:18:25] "POST /neutron/port HTTP/1.1" 200 1058 0.010508 10.0.0.130 - - [2025-04-21 02:18:25] "POST /neutron/port HTTP/1.1" 200 1058 0.008352 10.0.0.130 - - [2025-04-21 02:18:25] "POST /neutron/port HTTP/1.1" 200 1112 0.062847 10.0.0.130 - - [2025-04-21 02:18:25] "POST /neutron/port HTTP/1.1" 200 3026 0.019516 10.0.0.130 - - [2025-04-21 02:18:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003448 10.0.0.130 - - [2025-04-21 02:18:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.011275 10.0.0.130 - - [2025-04-21 02:18:25] "POST /neutron/port HTTP/1.1" 200 117 0.001251 10.0.0.130 - - [2025-04-21 02:18:25] "POST /neutron/network HTTP/1.1" 200 832 0.005774 10.0.0.130 - - [2025-04-21 02:18:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004808 10.0.0.130 - - [2025-04-21 02:18:25] "POST /neutron/subnet HTTP/1.1" 200 703 0.011684 10.0.0.130 - - [2025-04-21 02:18:25] "POST /neutron/port HTTP/1.1" 200 117 0.001310 10.0.0.130 - - [2025-04-21 02:18:25] "POST /neutron/network HTTP/1.1" 200 833 0.005418 10.0.0.130 - - [2025-04-21 02:18:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002886 10.0.0.130 - - [2025-04-21 02:18:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.010031 10.0.0.130 - - [2025-04-21 02:18:25] "POST /neutron/port HTTP/1.1" 200 117 0.001301 10.0.0.130 - - [2025-04-21 02:18:25] "POST /neutron/network HTTP/1.1" 200 834 0.006385 10.0.0.130 - - [2025-04-21 02:18:28] "POST /neutron/port HTTP/1.1" 200 3026 0.020490 10.0.0.130 - - [2025-04-21 02:18:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006978 10.0.0.130 - - [2025-04-21 02:18:28] "POST /neutron/port HTTP/1.1" 200 3026 0.022226 10.0.0.130 - - [2025-04-21 02:18:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005255 10.0.0.130 - - [2025-04-21 02:18:29] "POST /neutron/port HTTP/1.1" 200 3026 0.019367 10.0.0.130 - - [2025-04-21 02:18:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006894 10.0.0.130 - - [2025-04-21 02:18:29] "POST /neutron/port HTTP/1.1" 200 3026 0.021327 10.0.0.130 - - [2025-04-21 02:18:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006131 10.0.0.130 - - [2025-04-21 02:18:29] "POST /neutron/port HTTP/1.1" 200 3026 0.020570 10.0.0.130 - - [2025-04-21 02:18:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006546 10.0.0.130 - - [2025-04-21 02:18:29] "GET /virtual-machine/fb8d1451-1f77-4491-b059-be17c8810e62 HTTP/1.1" 200 1807 0.005000 10.0.0.130 - - [2025-04-21 02:18:29] "GET /virtual-machine-interface/252c3462-3c51-408e-8330-0bbf0b4d3e0d HTTP/1.1" 200 2951 0.004844 10.0.0.130 - - [2025-04-21 02:18:29] "GET /virtual-machine-interface/7039c87b-046e-4386-8733-5ad038a05d78 HTTP/1.1" 200 2951 0.007320 10.0.0.130 - - [2025-04-21 02:18:29] "GET /virtual-machine-interface/a3830fad-5703-47c6-b3e3-338a10e51186 HTTP/1.1" 200 2956 0.004780 10.0.0.130 - - [2025-04-21 02:18:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002652 10.0.0.130 - - [2025-04-21 02:18:29] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002950 10.0.0.130 - - [2025-04-21 02:18:29] "GET /virtual-networks?parent_id=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002428 10.0.0.130 - - [2025-04-21 02:18:29] "GET /virtual-network/0192c796-cddc-4a28-8155-0cfe1eaef802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006495 10.0.0.130 - - [2025-04-21 02:18:29] "POST /neutron/port HTTP/1.1" 200 1087 0.024629 10.0.0.130 - - [2025-04-21 02:18:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005724 10.0.0.130 - - [2025-04-21 02:18:30] "POST /neutron/port HTTP/1.1" 200 1086 0.018539 10.0.0.130 - - [2025-04-21 02:18:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005707 10.0.0.130 - - [2025-04-21 02:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.130 - - [2025-04-21 02:18:32] "GET /virtual-network/0192c796-cddc-4a28-8155-0cfe1eaef802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004725 10.0.0.130 - - [2025-04-21 02:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002757 10.0.0.130 - - [2025-04-21 02:18:36] "GET /virtual-network/0192c796-cddc-4a28-8155-0cfe1eaef802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005592 10.0.0.130 - - [2025-04-21 02:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.130 - - [2025-04-21 02:18:40] "GET /virtual-network/0192c796-cddc-4a28-8155-0cfe1eaef802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005248 10.0.0.130 - - [2025-04-21 02:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.130 - - [2025-04-21 02:18:44] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002829 10.0.0.130 - - [2025-04-21 02:18:45] "GET /virtual-networks?parent_id=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002949 10.0.0.130 - - [2025-04-21 02:18:45] "GET /virtual-network/0192c796-cddc-4a28-8155-0cfe1eaef802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005114 10.0.0.130 - - [2025-04-21 02:18:45] "POST /neutron/port HTTP/1.1" 200 3026 0.020957 10.0.0.130 - - [2025-04-21 02:18:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006374 10.0.0.130 - - [2025-04-21 02:18:50] "POST /neutron/port HTTP/1.1" 200 3026 0.020993 10.0.0.130 - - [2025-04-21 02:18:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005897 10.0.0.130 - - [2025-04-21 02:18:53] "POST /neutron/port HTTP/1.1" 200 1087 0.014706 10.0.0.130 - - [2025-04-21 02:18:53] "POST /neutron/port HTTP/1.1" 200 1087 0.016319 10.0.0.130 - - [2025-04-21 02:18:53] "POST /neutron/network HTTP/1.1" 200 843 0.006801 10.0.0.130 - - [2025-04-21 02:18:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003145 10.0.0.130 - - [2025-04-21 02:18:53] "POST /neutron/subnet HTTP/1.1" 200 703 0.010434 10.0.0.130 - - [2025-04-21 02:18:53] "POST /neutron/port HTTP/1.1" 200 117 0.001163 10.0.0.130 - - [2025-04-21 02:18:53] "POST /neutron/network HTTP/1.1" 200 833 0.005447 10.0.0.130 - - [2025-04-21 02:18:54] "POST /neutron/port HTTP/1.1" 200 3026 0.021082 10.0.0.130 - - [2025-04-21 02:18:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005411 10.0.0.130 - - [2025-04-21 02:18:55] "POST /neutron/port HTTP/1.1" 200 3026 0.026277 10.0.0.130 - - [2025-04-21 02:18:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008861 10.0.0.130 - - [2025-04-21 02:19:00] "POST /neutron/port HTTP/1.1" 200 3026 0.020956 10.0.0.130 - - [2025-04-21 02:19:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005847 10.0.0.130 - - [2025-04-21 02:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.130 - - [2025-04-21 02:19:05] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003142 10.0.0.130 - - [2025-04-21 02:19:05] "GET /virtual-networks?parent_id=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002778 10.0.0.130 - - [2025-04-21 02:19:05] "GET /virtual-network/bfe51ec2-b788-4c3d-a9ee-dfa9019ea489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005337 10.0.0.130 - - [2025-04-21 02:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.130 - - [2025-04-21 02:19:06] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004029 10.0.0.130 - - [2025-04-21 02:19:06] "GET /virtual-networks?parent_id=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002960 10.0.0.130 - - [2025-04-21 02:19:06] "GET /virtual-network/f6ce74c3-5ee1-4bee-b74b-5d1fb009e87e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006063 10.0.0.130 - - [2025-04-21 02:19:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.002830 10.0.0.130 - - [2025-04-21 02:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002498 10.0.0.130 - - [2025-04-21 02:19:06] "GET /projects?obj_uuids=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001115 10.0.0.130 - - [2025-04-21 02:19:06] "GET /project/55016b34-ca1d-4c93-8b08-76f1a3890e08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.042633 10.0.0.130 - - [2025-04-21 02:19:06] "POST /service-instances HTTP/1.1" 200 545 0.059907 10.0.0.130 - - [2025-04-21 02:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.130 - - [2025-04-21 02:19:06] "GET /service-instance/1088ed7a-8a24-46db-b1f3-c007a96d407a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.005617 10.0.0.130 - - [2025-04-21 02:19:06] "POST /port-tuples HTTP/1.1" 200 588 0.022252 10.0.0.130 - - [2025-04-21 02:19:06] "GET /virtual-machine-interface/7039c87b-046e-4386-8733-5ad038a05d78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2729 0.005488 10.0.0.130 - - [2025-04-21 02:19:06] "PUT /virtual-machine-interface/7039c87b-046e-4386-8733-5ad038a05d78 HTTP/1.1" 200 285 0.010825 10.0.0.130 - - [2025-04-21 02:19:06] "POST /ref-update HTTP/1.1" 200 156 0.010384 10.0.0.130 - - [2025-04-21 02:19:06] "POST /instance-ips HTTP/1.1" 200 386 0.022881 10.0.0.130 - - [2025-04-21 02:19:07] "GET /virtual-machine-interface/252c3462-3c51-408e-8330-0bbf0b4d3e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2729 0.005264 10.0.0.130 - - [2025-04-21 02:19:07] "POST /ref-update HTTP/1.1" 200 156 0.014526 10.0.0.130 - - [2025-04-21 02:19:07] "PUT /virtual-machine-interface/252c3462-3c51-408e-8330-0bbf0b4d3e0d HTTP/1.1" 200 285 0.009727 10.0.0.130 - - [2025-04-21 02:19:07] "POST /ref-update HTTP/1.1" 200 156 0.009883 10.0.0.130 - - [2025-04-21 02:19:07] "POST /ref-update HTTP/1.1" 200 156 0.009099 10.0.0.130 - - [2025-04-21 02:19:07] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002418 10.0.0.130 - - [2025-04-21 02:19:07] "GET /virtual-machine-interface/a3830fad-5703-47c6-b3e3-338a10e51186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2734 0.005215 10.0.0.130 - - [2025-04-21 02:19:07] "POST /instance-ips HTTP/1.1" 200 386 0.021612 10.0.0.130 - - [2025-04-21 02:19:07] "PUT /virtual-machine-interface/a3830fad-5703-47c6-b3e3-338a10e51186 HTTP/1.1" 200 285 0.010163 10.0.0.130 - - [2025-04-21 02:19:07] "POST /ref-update HTTP/1.1" 200 156 0.009370 10.0.0.130 - - [2025-04-21 02:19:07] "POST /ref-update HTTP/1.1" 200 156 0.012984 10.0.0.130 - - [2025-04-21 02:19:07] "POST /ref-update HTTP/1.1" 200 156 0.007624 10.0.0.130 - - [2025-04-21 02:19:07] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002727 10.0.0.130 - - [2025-04-21 02:19:07] "POST /neutron/port HTTP/1.1" 200 1087 0.017030 10.0.0.130 - - [2025-04-21 02:19:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005529 10.0.0.130 - - [2025-04-21 02:19:07] "POST /neutron/port HTTP/1.1" 200 1087 0.016313 10.0.0.130 - - [2025-04-21 02:19:07] "POST /instance-ips HTTP/1.1" 200 374 0.022715 10.0.0.130 - - [2025-04-21 02:19:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007338 10.0.0.130 - - [2025-04-21 02:19:07] "POST /ref-update HTTP/1.1" 200 156 0.010126 10.0.0.130 - - [2025-04-21 02:19:07] "POST /neutron/port HTTP/1.1" 200 1087 0.024207 10.0.0.130 - - [2025-04-21 02:19:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012912 10.0.0.130 - - [2025-04-21 02:19:07] "POST /ref-update HTTP/1.1" 200 156 0.012506 10.0.0.130 - - [2025-04-21 02:19:07] "GET /virtual-machine/84c7eca7-ac9e-48c1-8a42-f87cb1105213 HTTP/1.1" 200 1291 0.008824 10.0.0.130 - - [2025-04-21 02:19:07] "GET /virtual-machine-interface/f2e5818b-4d23-41d9-801d-67456453472a HTTP/1.1" 200 2952 0.004384 10.0.0.130 - - [2025-04-21 02:19:07] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003408 10.0.0.130 - - [2025-04-21 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.130 - - [2025-04-21 02:19:07] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002532 10.0.0.130 - - [2025-04-21 02:19:07] "GET /virtual-networks?parent_id=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003584 10.0.0.130 - - [2025-04-21 02:19:07] "POST /instance-ips HTTP/1.1" 200 374 0.016703 10.0.0.130 - - [2025-04-21 02:19:07] "GET /virtual-network/bfe51ec2-b788-4c3d-a9ee-dfa9019ea489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004905 10.0.0.130 - - [2025-04-21 02:19:07] "POST /ref-update HTTP/1.1" 200 156 0.007635 10.0.0.130 - - [2025-04-21 02:19:07] "POST /ref-update HTTP/1.1" 200 156 0.008161 10.0.0.130 - - [2025-04-21 02:19:07] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002864 10.0.0.130 - - [2025-04-21 02:19:07] "POST /instance-ips HTTP/1.1" 200 376 0.014164 10.0.0.130 - - [2025-04-21 02:19:07] "POST /ref-update HTTP/1.1" 200 156 0.008460 10.0.0.130 - - [2025-04-21 02:19:08] "POST /ref-update HTTP/1.1" 200 156 0.008952 10.0.0.130 - - [2025-04-21 02:19:08] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002846 10.0.0.130 - - [2025-04-21 02:19:08] "POST /instance-ips HTTP/1.1" 200 376 0.019434 10.0.0.130 - - [2025-04-21 02:19:08] "POST /ref-update HTTP/1.1" 200 156 0.009038 10.0.0.130 - - [2025-04-21 02:19:08] "POST /ref-update HTTP/1.1" 200 156 0.007665 10.0.0.130 - - [2025-04-21 02:19:08] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002790 10.0.0.130 - - [2025-04-21 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.130 - - [2025-04-21 02:19:08] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003814 10.0.0.130 - - [2025-04-21 02:19:08] "GET /virtual-networks?parent_id=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002821 10.0.0.130 - - [2025-04-21 02:19:08] "GET /virtual-network/bfe51ec2-b788-4c3d-a9ee-dfa9019ea489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007466 10.0.0.130 - - [2025-04-21 02:19:09] "POST /neutron/port HTTP/1.1" 200 1086 0.016188 10.0.0.130 - - [2025-04-21 02:19:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006947 10.0.0.130 - - [2025-04-21 02:19:09] "POST /neutron/port HTTP/1.1" 200 1086 0.014759 10.0.0.130 - - [2025-04-21 02:19:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006552 10.0.0.130 - - [2025-04-21 02:19:09] "POST /neutron/port HTTP/1.1" 200 1086 0.014497 10.0.0.130 - - [2025-04-21 02:19:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006022 10.0.0.130 - - [2025-04-21 02:19:09] "GET /virtual-machine/28ed5c4f-3338-45d0-9d80-2e3e0b40909b HTTP/1.1" 200 1292 0.004829 10.0.0.130 - - [2025-04-21 02:19:09] "GET /virtual-machine-interface/2fae7e9a-27cb-4fcd-ab1f-417412ae1144 HTTP/1.1" 200 2955 0.004629 10.0.0.130 - - [2025-04-21 02:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002709 10.0.0.130 - - [2025-04-21 02:19:09] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002938 10.0.0.130 - - [2025-04-21 02:19:09] "GET /virtual-networks?parent_id=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003066 10.0.0.130 - - [2025-04-21 02:19:09] "GET /virtual-network/f6ce74c3-5ee1-4bee-b74b-5d1fb009e87e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005103 10.0.0.130 - - [2025-04-21 02:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002766 10.0.0.130 - - [2025-04-21 02:19:10] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002974 10.0.0.130 - - [2025-04-21 02:19:10] "GET /virtual-networks?parent_id=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002945 10.0.0.130 - - [2025-04-21 02:19:10] "GET /virtual-network/f6ce74c3-5ee1-4bee-b74b-5d1fb009e87e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005555 10.0.0.130 - - [2025-04-21 02:19:10] "POST /fqname-to-id HTTP/1.1" 404 211 0.003448 10.0.0.130 - - [2025-04-21 02:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002523 10.0.0.130 - - [2025-04-21 02:19:10] "GET /projects?obj_uuids=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001052 10.0.0.130 - - [2025-04-21 02:19:10] "GET /project/55016b34-ca1d-4c93-8b08-76f1a3890e08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.026267 10.0.0.130 - - [2025-04-21 02:19:11] "POST /network-policys HTTP/1.1" 200 549 0.018095 10.0.0.130 - - [2025-04-21 02:19:11] "GET /network-policy/ce8fc625-b52f-4ece-a9d5-77f712b80fed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004700 10.0.0.130 - - [2025-04-21 02:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.130 - - [2025-04-21 02:19:11] "GET /virtual-network/bfe51ec2-b788-4c3d-a9ee-dfa9019ea489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005418 10.0.0.130 - - [2025-04-21 02:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002671 10.0.0.130 - - [2025-04-21 02:19:11] "GET /network-policy/ce8fc625-b52f-4ece-a9d5-77f712b80fed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003822 10.0.0.130 - - [2025-04-21 02:19:11] "POST /ref-update HTTP/1.1" 200 156 0.024977 10.0.0.130 - - [2025-04-21 02:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.130 - - [2025-04-21 02:19:11] "GET /network-policy/ce8fc625-b52f-4ece-a9d5-77f712b80fed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003290 10.0.0.130 - - [2025-04-21 02:19:11] "POST /neutron/network HTTP/1.1" 200 921 0.007032 10.0.0.130 - - [2025-04-21 02:19:11] "GET /virtual-network/bfe51ec2-b788-4c3d-a9ee-dfa9019ea489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004089 10.0.0.130 - - [2025-04-21 02:19:11] "POST /fqname-to-id HTTP/1.1" 404 242 0.002749 10.0.0.130 - - [2025-04-21 02:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002439 10.0.0.130 - - [2025-04-21 02:19:11] "GET /network-policy/ce8fc625-b52f-4ece-a9d5-77f712b80fed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003794 10.0.0.130 - - [2025-04-21 02:19:11] "POST /access-control-lists HTTP/1.1" 200 603 0.058329 10.0.0.130 - - [2025-04-21 02:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002706 10.0.0.130 - - [2025-04-21 02:19:11] "GET /virtual-network/f6ce74c3-5ee1-4bee-b74b-5d1fb009e87e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005683 10.0.0.130 - - [2025-04-21 02:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.130 - - [2025-04-21 02:19:11] "GET /network-policy/ce8fc625-b52f-4ece-a9d5-77f712b80fed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003481 10.0.0.130 - - [2025-04-21 02:19:11] "POST /fqname-to-id HTTP/1.1" 404 244 0.002757 10.0.0.130 - - [2025-04-21 02:19:11] "POST /ref-update HTTP/1.1" 200 156 0.031309 10.0.0.130 - - [2025-04-21 02:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.130 - - [2025-04-21 02:19:11] "POST /access-control-lists HTTP/1.1" 200 606 0.059387 10.0.0.130 - - [2025-04-21 02:19:12] "GET /network-policy/ce8fc625-b52f-4ece-a9d5-77f712b80fed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003329 10.0.0.130 - - [2025-04-21 02:19:12] "POST /routing-instances HTTP/1.1" 200 761 0.015963 10.0.0.130 - - [2025-04-21 02:19:12] "POST /neutron/network HTTP/1.1" 200 922 0.006336 10.0.0.130 - - [2025-04-21 02:19:12] "GET /virtual-network/f6ce74c3-5ee1-4bee-b74b-5d1fb009e87e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.006481 10.0.0.130 - - [2025-04-21 02:19:12] "POST /route-targets HTTP/1.1" 200 328 0.008431 10.0.0.130 - - [2025-04-21 02:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002572 10.0.0.130 - - [2025-04-21 02:19:12] "POST /ref-update HTTP/1.1" 200 156 0.008972 10.0.0.130 - - [2025-04-21 02:19:12] "GET /network-policy/ce8fc625-b52f-4ece-a9d5-77f712b80fed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003638 10.0.0.130 - - [2025-04-21 02:19:12] "GET /routing-instance/cba35c1b-d307-43e7-a417-9cb7464fc952?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1279 0.003325 10.0.0.130 - - [2025-04-21 02:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002733 10.0.0.130 - - [2025-04-21 02:19:12] "GET /routing-instance/cba35c1b-d307-43e7-a417-9cb7464fc952?fields=routing_policy_back_refs HTTP/1.1" 200 1279 0.003212 10.0.0.130 - - [2025-04-21 02:19:12] "GET /service-template/43515aa3-dcf8-41bc-adab-80d74567b9cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.003685 10.0.0.130 - - [2025-04-21 02:19:12] "POST /ref-update HTTP/1.1" 200 156 0.009688 10.0.0.130 - - [2025-04-21 02:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002449 10.0.0.130 - - [2025-04-21 02:19:12] "POST /routing-instances HTTP/1.1" 200 762 0.014957 10.0.0.130 - - [2025-04-21 02:19:12] "GET /projects?obj_uuids=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001424 10.0.0.130 - - [2025-04-21 02:19:12] "GET /project/55016b34-ca1d-4c93-8b08-76f1a3890e08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.026076 10.0.0.130 - - [2025-04-21 02:19:12] "POST /route-targets HTTP/1.1" 200 328 0.008510 10.0.0.130 - - [2025-04-21 02:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.130 - - [2025-04-21 02:19:12] "POST /ref-update HTTP/1.1" 200 156 0.009268 10.0.0.130 - - [2025-04-21 02:19:12] "GET /service-instance/1088ed7a-8a24-46db-b1f3-c007a96d407a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3537 0.004594 10.0.0.130 - - [2025-04-21 02:19:12] "GET /routing-instance/54802325-dc20-488c-a591-f3439977d1f6?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1279 0.003221 10.0.0.130 - - [2025-04-21 02:19:12] "GET /domains HTTP/1.1" 200 281 0.002182 10.0.0.130 - - [2025-04-21 02:19:12] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000964 10.0.0.130 - - [2025-04-21 02:19:12] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038 HTTP/1.1" 200 2782 0.007340 10.0.0.130 - - [2025-04-21 02:19:12] "GET /projects?obj_uuids=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001255 10.0.0.130 - - [2025-04-21 02:19:12] "GET /routing-instance/54802325-dc20-488c-a591-f3439977d1f6?fields=routing_policy_back_refs HTTP/1.1" 200 1279 0.002686 10.0.0.130 - - [2025-04-21 02:19:12] "GET /project/55016b34-ca1d-4c93-8b08-76f1a3890e08 HTTP/1.1" 200 4247 0.072774 10.0.0.130 - - [2025-04-21 02:19:12] "PUT /routing-instance/cba35c1b-d307-43e7-a417-9cb7464fc952 HTTP/1.1" 200 267 0.020333 10.0.0.130 - - [2025-04-21 02:19:12] "GET /service-instance/1088ed7a-8a24-46db-b1f3-c007a96d407a HTTP/1.1" 200 3792 0.005287 10.0.0.130 - - [2025-04-21 02:19:12] "GET /domains HTTP/1.1" 200 281 0.002262 10.0.0.130 - - [2025-04-21 02:19:12] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001179 10.0.0.130 - - [2025-04-21 02:19:12] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038 HTTP/1.1" 200 2782 0.006984 10.0.0.130 - - [2025-04-21 02:19:12] "GET /projects?obj_uuids=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001036 10.0.0.130 - - [2025-04-21 02:19:12] "PUT /routing-instance/54802325-dc20-488c-a591-f3439977d1f6 HTTP/1.1" 200 267 0.009383 10.0.0.130 - - [2025-04-21 02:19:12] "GET /project/55016b34-ca1d-4c93-8b08-76f1a3890e08 HTTP/1.1" 200 4247 0.061416 10.0.0.130 - - [2025-04-21 02:19:12] "GET /service-instance/1088ed7a-8a24-46db-b1f3-c007a96d407a HTTP/1.1" 200 3792 0.005324 10.0.0.130 - - [2025-04-21 02:19:12] "POST /ref-update HTTP/1.1" 200 156 0.011960 10.0.0.130 - - [2025-04-21 02:19:12] "GET /port-tuple/73abce45-cf8f-4c58-a907-9c1192b2b1d8 HTTP/1.1" 200 1983 0.002740 10.0.0.130 - - [2025-04-21 02:19:12] "GET /virtual-machine-interface/252c3462-3c51-408e-8330-0bbf0b4d3e0d HTTP/1.1" 200 3806 0.007651 10.0.0.130 - - [2025-04-21 02:19:12] "GET /virtual-machine-interface/7039c87b-046e-4386-8733-5ad038a05d78 HTTP/1.1" 200 3824 0.005358 10.0.0.130 - - [2025-04-21 02:19:12] "GET /virtual-machine-interface/a3830fad-5703-47c6-b3e3-338a10e51186 HTTP/1.1" 200 3814 0.005485 10.0.0.130 - - [2025-04-21 02:19:12] "PUT /access-control-list/55874de4-f32f-42cc-ac81-468d80dcf5a8 HTTP/1.1" 200 273 0.011231 10.0.0.130 - - [2025-04-21 02:19:12] "POST /neutron/port HTTP/1.1" 200 3833 0.038560 10.0.0.130 - - [2025-04-21 02:19:12] "PUT /access-control-list/ed9bc14c-f726-4a77-a55a-316e875bcd69 HTTP/1.1" 200 273 0.009363 10.0.0.130 - - [2025-04-21 02:19:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006079 10.0.0.130 - - [2025-04-21 02:19:12] "POST /neutron/port HTTP/1.1" 200 3833 0.031383 10.0.0.130 - - [2025-04-21 02:19:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005596 10.0.0.130 - - [2025-04-21 02:19:13] "POST /neutron/port HTTP/1.1" 200 3833 0.030057 10.0.0.130 - - [2025-04-21 02:19:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005129 10.0.0.130 - - [2025-04-21 02:19:13] "POST /neutron/port HTTP/1.1" 200 3833 0.032412 10.0.0.130 - - [2025-04-21 02:19:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005637 10.0.0.130 - - [2025-04-21 02:19:13] "POST /neutron/network HTTP/1.1" 200 895 0.011134 10.0.0.130 - - [2025-04-21 02:19:13] "POST /neutron/network HTTP/1.1" 200 921 0.004454 10.0.0.130 - - [2025-04-21 02:19:13] "POST /neutron/network HTTP/1.1" 200 806 0.011263 10.0.0.130 - - [2025-04-21 02:19:13] "POST /neutron/network HTTP/1.1" 200 832 0.004243 10.0.0.130 - - [2025-04-21 02:19:13] "POST /neutron/network HTTP/1.1" 200 896 0.012707 10.0.0.130 - - [2025-04-21 02:19:13] "POST /neutron/network HTTP/1.1" 200 922 0.004215 10.0.0.130 - - [2025-04-21 02:19:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.001179 10.0.0.130 - - [2025-04-21 02:19:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.001036 10.0.0.130 - - [2025-04-21 02:19:13] "POST /id-to-fqname HTTP/1.1" 200 224 0.001667 10.0.0.130 - - [2025-04-21 02:19:13] "GET /virtual-machine/fb8d1451-1f77-4491-b059-be17c8810e62 HTTP/1.1" 200 1807 0.003746 10.0.0.130 - - [2025-04-21 02:19:13] "GET /virtual-machine-interface/252c3462-3c51-408e-8330-0bbf0b4d3e0d HTTP/1.1" 200 3806 0.006015 10.0.0.130 - - [2025-04-21 02:19:13] "GET /virtual-machine-interface/7039c87b-046e-4386-8733-5ad038a05d78 HTTP/1.1" 200 3824 0.005588 10.0.0.130 - - [2025-04-21 02:19:13] "GET /virtual-machine-interface/a3830fad-5703-47c6-b3e3-338a10e51186 HTTP/1.1" 200 3814 0.005248 10.0.0.130 - - [2025-04-21 02:19:13] "GET /instance-ip/567196db-64d0-486e-b823-f2d9454d7456 HTTP/1.1" 200 1960 0.005274 10.0.0.130 - - [2025-04-21 02:19:13] "GET /instance-ip/b80a644d-eb84-430e-9c62-d4dd408b8030 HTTP/1.1" 200 1626 0.004882 10.0.0.130 - - [2025-04-21 02:19:13] "GET /instance-ip/e3f8997e-df52-450f-9c2c-7cb7a46625e0 HTTP/1.1" 200 1959 0.003446 10.0.0.130 - - [2025-04-21 02:19:13] "GET /instance-ip/556a68f3-8fc9-4601-86f0-5396138ee573 HTTP/1.1" 200 1981 0.003292 10.0.0.130 - - [2025-04-21 02:19:13] "GET /instance-ip/5e8c5460-5f34-4258-a12b-a73c89b5c5cb HTTP/1.1" 200 1624 0.005201 10.0.0.130 - - [2025-04-21 02:19:13] "GET /instance-ip/b128945b-1c09-458a-94ad-51c7fb6063e8 HTTP/1.1" 200 1985 0.004524 10.0.0.130 - - [2025-04-21 02:19:13] "GET /instance-ip/0333a677-496b-4b54-9199-44cc9664c166 HTTP/1.1" 200 1961 0.005859 10.0.0.130 - - [2025-04-21 02:19:13] "GET /instance-ip/66a2b3ea-9ecb-4f61-9624-0840ae83781f HTTP/1.1" 200 1964 0.003566 10.0.0.130 - - [2025-04-21 02:19:13] "GET /instance-ip/7a2ec429-9a31-4a48-9782-9c52f986b2af HTTP/1.1" 200 1625 0.005015 10.0.0.130 - - [2025-04-21 02:19:13] "POST /neutron/port HTTP/1.1" 200 3833 0.047684 10.0.0.130 - - [2025-04-21 02:19:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005671 10.0.0.130 - - [2025-04-21 02:19:13] "POST /neutron/port HTTP/1.1" 200 3833 0.039726 10.0.0.130 - - [2025-04-21 02:19:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005175 10.0.0.130 - - [2025-04-21 02:19:13] "POST /neutron/port HTTP/1.1" 200 3833 0.028558 10.0.0.130 - - [2025-04-21 02:19:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006543 10.0.0.130 - - [2025-04-21 02:19:13] "POST /neutron/port HTTP/1.1" 200 3833 0.032964 10.0.0.130 - - [2025-04-21 02:19:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007335 10.0.0.130 - - [2025-04-21 02:19:13] "GET /virtual-machine/fb8d1451-1f77-4491-b059-be17c8810e62 HTTP/1.1" 200 1807 0.003862 10.0.0.130 - - [2025-04-21 02:19:13] "GET /virtual-machine-interface/252c3462-3c51-408e-8330-0bbf0b4d3e0d HTTP/1.1" 200 3806 0.005606 10.0.0.130 - - [2025-04-21 02:19:13] "GET /virtual-machine-interface/7039c87b-046e-4386-8733-5ad038a05d78 HTTP/1.1" 200 3824 0.005203 10.0.0.130 - - [2025-04-21 02:19:13] "GET /virtual-machine-interface/a3830fad-5703-47c6-b3e3-338a10e51186 HTTP/1.1" 200 3814 0.005886 10.0.0.130 - - [2025-04-21 02:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002691 10.0.0.130 - - [2025-04-21 02:19:13] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002955 10.0.0.130 - - [2025-04-21 02:19:13] "GET /virtual-networks?parent_id=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003086 10.0.0.130 - - [2025-04-21 02:19:14] "GET /virtual-network/bfe51ec2-b788-4c3d-a9ee-dfa9019ea489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005669 10.0.0.130 - - [2025-04-21 02:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002801 10.0.0.130 - - [2025-04-21 02:19:15] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002930 10.0.0.130 - - [2025-04-21 02:19:15] "GET /virtual-networks?parent_id=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002769 10.0.0.130 - - [2025-04-21 02:19:15] "GET /virtual-network/bfe51ec2-b788-4c3d-a9ee-dfa9019ea489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004980 10.0.0.130 - - [2025-04-21 02:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.130 - - [2025-04-21 02:19:15] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003457 10.0.0.130 - - [2025-04-21 02:19:15] "GET /virtual-networks?parent_id=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002839 10.0.0.130 - - [2025-04-21 02:19:15] "GET /virtual-network/bfe51ec2-b788-4c3d-a9ee-dfa9019ea489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005322 10.0.0.130 - - [2025-04-21 02:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.130 - - [2025-04-21 02:19:15] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003716 10.0.0.130 - - [2025-04-21 02:19:15] "GET /virtual-networks?parent_id=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002810 10.0.0.130 - - [2025-04-21 02:19:15] "GET /virtual-network/bfe51ec2-b788-4c3d-a9ee-dfa9019ea489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005302 10.0.0.130 - - [2025-04-21 02:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.130 - - [2025-04-21 02:19:15] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003572 10.0.0.130 - - [2025-04-21 02:19:15] "GET /virtual-networks?parent_id=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002990 10.0.0.130 - - [2025-04-21 02:19:15] "GET /virtual-network/bfe51ec2-b788-4c3d-a9ee-dfa9019ea489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005110 10.0.0.130 - - [2025-04-21 02:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.130 - - [2025-04-21 02:19:16] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002985 10.0.0.130 - - [2025-04-21 02:19:16] "GET /virtual-networks?parent_id=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003196 10.0.0.130 - - [2025-04-21 02:19:16] "GET /virtual-network/0192c796-cddc-4a28-8155-0cfe1eaef802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007568 10.0.0.130 - - [2025-04-21 02:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.130 - - [2025-04-21 02:19:16] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003684 10.0.0.130 - - [2025-04-21 02:19:16] "GET /virtual-networks?parent_id=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002943 10.0.0.130 - - [2025-04-21 02:19:16] "GET /virtual-network/0192c796-cddc-4a28-8155-0cfe1eaef802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005233 10.0.0.130 - - [2025-04-21 02:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002828 10.0.0.130 - - [2025-04-21 02:19:16] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003402 10.0.0.130 - - [2025-04-21 02:19:16] "GET /virtual-networks?parent_id=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002814 10.0.0.130 - - [2025-04-21 02:19:16] "GET /virtual-network/0192c796-cddc-4a28-8155-0cfe1eaef802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004916 10.0.0.130 - - [2025-04-21 02:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.130 - - [2025-04-21 02:19:16] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003564 10.0.0.130 - - [2025-04-21 02:19:16] "GET /virtual-networks?parent_id=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002927 10.0.0.130 - - [2025-04-21 02:19:16] "GET /virtual-network/0192c796-cddc-4a28-8155-0cfe1eaef802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005055 10.0.0.130 - - [2025-04-21 02:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002684 10.0.0.130 - - [2025-04-21 02:19:16] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002833 10.0.0.130 - - [2025-04-21 02:19:16] "GET /virtual-networks?parent_id=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002943 10.0.0.130 - - [2025-04-21 02:19:16] "GET /virtual-network/f6ce74c3-5ee1-4bee-b74b-5d1fb009e87e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005140 10.0.0.130 - - [2025-04-21 02:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.130 - - [2025-04-21 02:19:17] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003845 10.0.0.130 - - [2025-04-21 02:19:17] "GET /virtual-networks?parent_id=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002839 10.0.0.130 - - [2025-04-21 02:19:17] "GET /virtual-network/f6ce74c3-5ee1-4bee-b74b-5d1fb009e87e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005181 10.0.0.130 - - [2025-04-21 02:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.130 - - [2025-04-21 02:19:17] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003742 10.0.0.130 - - [2025-04-21 02:19:17] "GET /virtual-networks?parent_id=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002873 10.0.0.130 - - [2025-04-21 02:19:17] "GET /virtual-network/f6ce74c3-5ee1-4bee-b74b-5d1fb009e87e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005507 10.0.0.130 - - [2025-04-21 02:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002785 10.0.0.130 - - [2025-04-21 02:19:17] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003578 10.0.0.130 - - [2025-04-21 02:19:17] "GET /virtual-networks?parent_id=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003547 10.0.0.130 - - [2025-04-21 02:19:17] "GET /virtual-network/f6ce74c3-5ee1-4bee-b74b-5d1fb009e87e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005005 10.0.0.130 - - [2025-04-21 02:19:17] "GET /virtual-machine/fb8d1451-1f77-4491-b059-be17c8810e62 HTTP/1.1" 200 1807 0.003656 10.0.0.130 - - [2025-04-21 02:19:17] "GET /domains HTTP/1.1" 200 281 0.002361 10.0.0.130 - - [2025-04-21 02:19:17] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000984 10.0.0.130 - - [2025-04-21 02:19:17] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038 HTTP/1.1" 200 2782 0.006783 10.0.0.130 - - [2025-04-21 02:19:17] "GET /projects?obj_uuids=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000979 10.0.0.130 - - [2025-04-21 02:19:17] "GET /project/55016b34-ca1d-4c93-8b08-76f1a3890e08 HTTP/1.1" 200 4247 0.065492 10.0.0.130 - - [2025-04-21 02:19:17] "GET /service-instance/1088ed7a-8a24-46db-b1f3-c007a96d407a HTTP/1.1" 200 3792 0.004183 10.0.0.130 - - [2025-04-21 02:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002301 10.0.0.130 - - [2025-04-21 02:19:17] "GET /routing-instance/3b6a2c0e-479a-42df-ae6c-f5cbf3849299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1891 0.002809 10.0.0.130 - - [2025-04-21 02:19:17] "GET /routing-instance/3b6a2c0e-479a-42df-ae6c-f5cbf3849299?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.004776 10.0.0.130 - - [2025-04-21 02:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.130 - - [2025-04-21 02:19:17] "GET /routing-instance/210a2b3f-22b4-430f-8cd2-f6bcdadaddc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1896 0.004537 10.0.0.130 - - [2025-04-21 02:19:17] "GET /routing-instance/210a2b3f-22b4-430f-8cd2-f6bcdadaddc0?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2027 0.006263 10.0.0.130 - - [2025-04-21 02:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.130 - - [2025-04-21 02:19:18] "GET /virtual-network/bfe51ec2-b788-4c3d-a9ee-dfa9019ea489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005123 10.0.0.130 - - [2025-04-21 02:19:18] "GET /virtual-network/bfe51ec2-b788-4c3d-a9ee-dfa9019ea489?fields=routing_instances HTTP/1.1" 200 1687 0.006854 10.0.0.130 - - [2025-04-21 02:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.130 - - [2025-04-21 02:19:18] "GET /virtual-network/f6ce74c3-5ee1-4bee-b74b-5d1fb009e87e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.006376 10.0.0.130 - - [2025-04-21 02:19:18] "GET /virtual-network/f6ce74c3-5ee1-4bee-b74b-5d1fb009e87e?fields=routing_instances HTTP/1.1" 200 1692 0.006946 10.0.0.130 - - [2025-04-21 02:19:22] "POST /ref-update HTTP/1.1" 200 156 0.038417 10.0.0.130 - - [2025-04-21 02:19:22] "DELETE /access-control-list/ed9bc14c-f726-4a77-a55a-316e875bcd69 HTTP/1.1" 200 115 0.045825 10.0.0.130 - - [2025-04-21 02:19:22] "POST /neutron/network HTTP/1.1" 200 834 0.018734 10.0.0.130 - - [2025-04-21 02:19:22] "GET /virtual-network/f6ce74c3-5ee1-4bee-b74b-5d1fb009e87e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005571 10.0.0.130 - - [2025-04-21 02:19:22] "GET /obj-perms HTTP/1.1" 200 5075 0.067648 10.0.0.130 - - [2025-04-21 02:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.130 - - [2025-04-21 02:19:22] "DELETE /routing-instance/cba35c1b-d307-43e7-a417-9cb7464fc952 HTTP/1.1" 200 115 0.026402 10.0.0.130 - - [2025-04-21 02:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.006656 10.0.0.130 - - [2025-04-21 02:19:22] "GET /network-policy/ce8fc625-b52f-4ece-a9d5-77f712b80fed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003556 10.0.0.130 - - [2025-04-21 02:19:22] "DELETE /route-target/ffe9c045-d773-4773-a93f-aeb463dfdea9 HTTP/1.1" 200 115 0.017645 10.0.0.130 - - [2025-04-21 02:19:22] "POST /ref-update HTTP/1.1" 200 156 0.038002 10.0.0.130 - - [2025-04-21 02:19:22] "DELETE /routing-instance/54802325-dc20-488c-a591-f3439977d1f6 HTTP/1.1" 200 115 0.049281 10.0.0.130 - - [2025-04-21 02:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005191 10.0.0.130 - - [2025-04-21 02:19:22] "POST /neutron/network HTTP/1.1" 200 833 0.006716 10.0.0.130 - - [2025-04-21 02:19:22] "GET /virtual-network/bfe51ec2-b788-4c3d-a9ee-dfa9019ea489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005762 10.0.0.130 - - [2025-04-21 02:19:22] "DELETE /route-target/902a8e54-c151-4fb0-8c12-3c897db3887a HTTP/1.1" 200 115 0.014306 10.0.0.130 - - [2025-04-21 02:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002348 10.0.0.130 - - [2025-04-21 02:19:22] "DELETE /access-control-list/55874de4-f32f-42cc-ac81-468d80dcf5a8 HTTP/1.1" 200 115 0.026660 10.0.0.130 - - [2025-04-21 02:19:22] "GET /network-policy/ce8fc625-b52f-4ece-a9d5-77f712b80fed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003464 10.0.0.130 - - [2025-04-21 02:19:22] "GET /obj-perms HTTP/1.1" 200 5075 0.053238 10.0.0.130 - - [2025-04-21 02:19:22] "DELETE /network-policy/ce8fc625-b52f-4ece-a9d5-77f712b80fed HTTP/1.1" 200 115 0.038972 10.0.0.130 - - [2025-04-21 02:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.130 - - [2025-04-21 02:19:22] "DELETE /service-instance/1088ed7a-8a24-46db-b1f3-c007a96d407a HTTP/1.1" 200 115 0.059897 10.0.0.130 - - [2025-04-21 02:19:22] "GET /domains HTTP/1.1" 200 281 0.004309 10.0.0.130 - - [2025-04-21 02:19:22] "POST /ref-update HTTP/1.1" 200 156 0.020260 10.0.0.130 - - [2025-04-21 02:19:22] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001156 10.0.0.130 - - [2025-04-21 02:19:22] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038 HTTP/1.1" 200 2782 0.021916 10.0.0.130 - - [2025-04-21 02:19:22] "GET /projects?obj_uuids=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001480 10.0.0.130 - - [2025-04-21 02:19:22] "DELETE /instance-ip/b128945b-1c09-458a-94ad-51c7fb6063e8 HTTP/1.1" 200 115 0.035505 10.0.0.130 - - [2025-04-21 02:19:22] "POST /ref-update HTTP/1.1" 200 156 0.008527 10.0.0.130 - - [2025-04-21 02:19:22] "GET /project/55016b34-ca1d-4c93-8b08-76f1a3890e08 HTTP/1.1" 200 3771 0.066134 10.0.0.130 - - [2025-04-21 02:19:22] "GET /virtual-machine/fb8d1451-1f77-4491-b059-be17c8810e62 HTTP/1.1" 200 1807 0.005063 10.0.0.130 - - [2025-04-21 02:19:23] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002870 10.0.0.130 - - [2025-04-21 02:19:23] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003288 10.0.0.130 - - [2025-04-21 02:19:23] "DELETE /instance-ip/66a2b3ea-9ecb-4f61-9624-0840ae83781f HTTP/1.1" 200 115 0.024957 10.0.0.130 - - [2025-04-21 02:19:23] "POST /ref-update HTTP/1.1" 200 156 0.008562 10.0.0.130 - - [2025-04-21 02:19:23] "DELETE /instance-ip/0333a677-496b-4b54-9199-44cc9664c166 HTTP/1.1" 200 115 0.020638 10.0.0.130 - - [2025-04-21 02:19:23] "POST /ref-update HTTP/1.1" 200 156 0.009968 10.0.0.130 - - [2025-04-21 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005507 10.0.0.130 - - [2025-04-21 02:19:23] "DELETE /service-template/43515aa3-dcf8-41bc-adab-80d74567b9cd HTTP/1.1" 200 115 0.030982 10.0.0.130 - - [2025-04-21 02:19:23] "POST /fqname-to-id HTTP/1.1" 404 193 0.003061 10.0.0.130 - - [2025-04-21 02:19:23] "DELETE /instance-ip/e3f8997e-df52-450f-9c2c-7cb7a46625e0 HTTP/1.1" 200 115 0.036561 10.0.0.130 - - [2025-04-21 02:19:23] "POST /ref-update HTTP/1.1" 200 156 0.008559 10.0.0.130 - - [2025-04-21 02:19:23] "DELETE /instance-ip/567196db-64d0-486e-b823-f2d9454d7456 HTTP/1.1" 200 115 0.023747 10.0.0.130 - - [2025-04-21 02:19:23] "POST /ref-update HTTP/1.1" 200 156 0.013838 10.0.0.130 - - [2025-04-21 02:19:23] "DELETE /instance-ip/556a68f3-8fc9-4601-86f0-5396138ee573 HTTP/1.1" 200 115 0.029508 10.0.0.130 - - [2025-04-21 02:19:23] "POST /neutron/network HTTP/1.1" 200 834 0.005878 10.0.0.130 - - [2025-04-21 02:19:23] "POST /neutron/network HTTP/1.1" 400 204 0.016551 10.0.0.130 - - [2025-04-21 02:19:23] "POST /neutron/port HTTP/1.1" 200 1086 0.013208 10.0.0.130 - - [2025-04-21 02:19:23] "POST /neutron/port HTTP/1.1" 200 1112 0.008685 10.0.0.130 - - [2025-04-21 02:19:23] "POST /neutron/port HTTP/1.1" 200 1087 0.024673 10.0.0.130 - - [2025-04-21 02:19:23] "POST /neutron/port HTTP/1.1" 200 151 0.114584 10.0.0.130 - - [2025-04-21 02:19:23] "POST /neutron/port HTTP/1.1" 200 1113 0.010545 10.0.0.130 - - [2025-04-21 02:19:24] "POST /neutron/port HTTP/1.1" 200 151 0.120687 10.0.0.130 - - [2025-04-21 02:19:24] "POST /neutron/port HTTP/1.1" 200 3026 0.027591 10.0.0.130 - - [2025-04-21 02:19:24] "POST /neutron/port HTTP/1.1" 200 1112 0.011636 10.0.0.130 - - [2025-04-21 02:19:24] "POST /neutron/port HTTP/1.1" 200 151 0.103979 10.0.0.130 - - [2025-04-21 02:19:24] "POST /neutron/port HTTP/1.1" 200 1113 0.007948 10.0.0.130 - - [2025-04-21 02:19:24] "POST /neutron/port HTTP/1.1" 200 151 0.086149 10.0.0.130 - - [2025-04-21 02:19:24] "POST /neutron/port HTTP/1.1" 200 1112 0.008330 10.0.0.130 - - [2025-04-21 02:19:24] "POST /neutron/port HTTP/1.1" 200 151 0.091908 10.0.0.130 - - [2025-04-21 02:19:25] "POST /neutron/network HTTP/1.1" 200 834 0.005602 10.0.0.130 - - [2025-04-21 02:19:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002779 10.0.0.130 - - [2025-04-21 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.130 - - [2025-04-21 02:19:25] "POST /useragent-kv HTTP/1.1" 200 115 0.001502 10.0.0.130 - - [2025-04-21 02:19:25] "POST /neutron/network HTTP/1.1" 200 151 0.072372 10.0.0.130 - - [2025-04-21 02:19:25] "GET /routing-instance/210a2b3f-22b4-430f-8cd2-f6bcdadaddc0 HTTP/1.1" 404 171 0.002529 10.0.0.130 - - [2025-04-21 02:19:25] "GET /domains HTTP/1.1" 200 281 0.003078 10.0.0.130 - - [2025-04-21 02:19:25] "DELETE /route-target/7c4dea5a-aafa-4046-8540-45b778d1950a HTTP/1.1" 200 115 0.021045 10.0.0.130 - - [2025-04-21 02:19:25] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000909 10.0.0.130 - - [2025-04-21 02:19:25] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038 HTTP/1.1" 200 2581 0.049512 10.0.0.130 - - [2025-04-21 02:19:25] "GET /projects?obj_uuids=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001018 10.0.0.130 - - [2025-04-21 02:19:25] "GET /project/55016b34-ca1d-4c93-8b08-76f1a3890e08 HTTP/1.1" 200 2304 0.069145 10.0.0.130 - - [2025-04-21 02:19:25] "POST /neutron/network HTTP/1.1" 200 833 0.005106 10.0.0.130 - - [2025-04-21 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005100 10.0.0.130 - - [2025-04-21 02:19:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002119 10.0.0.130 - - [2025-04-21 02:19:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002892 10.0.0.130 - - [2025-04-21 02:19:25] "POST /neutron/network HTTP/1.1" 200 151 0.080099 10.0.0.130 - - [2025-04-21 02:19:25] "DELETE /route-target/af176c93-324f-462b-b526-2ab3f4e5d4f0 HTTP/1.1" 200 115 0.016642 10.0.0.130 - - [2025-04-21 02:19:25] "GET /routing-instance/3b6a2c0e-479a-42df-ae6c-f5cbf3849299 HTTP/1.1" 404 171 0.002622 10.0.0.130 - - [2025-04-21 02:19:25] "GET /domains HTTP/1.1" 200 281 0.002137 10.0.0.130 - - [2025-04-21 02:19:25] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000936 10.0.0.130 - - [2025-04-21 02:19:25] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038 HTTP/1.1" 200 2581 0.052882 10.0.0.130 - - [2025-04-21 02:19:25] "GET /projects?obj_uuids=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001558 10.0.0.130 - - [2025-04-21 02:19:25] "GET /project/55016b34-ca1d-4c93-8b08-76f1a3890e08 HTTP/1.1" 200 2085 0.067689 10.0.0.130 - - [2025-04-21 02:19:25] "POST /neutron/network HTTP/1.1" 200 832 0.005522 10.0.0.130 - - [2025-04-21 02:19:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003887 10.0.0.130 - - [2025-04-21 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004269 10.0.0.130 - - [2025-04-21 02:19:26] "POST /useragent-kv HTTP/1.1" 200 115 0.001994 10.0.0.130 - - [2025-04-21 02:19:26] "POST /neutron/network HTTP/1.1" 200 151 0.079037 10.0.0.130 - - [2025-04-21 02:19:26] "GET /routing-instance/d3708599-ee03-4828-8d0e-3e13c16061ea HTTP/1.1" 404 171 0.004240 10.0.0.130 - - [2025-04-21 02:19:26] "DELETE /route-target/6ac0293b-c82f-4429-96c5-8646f58d32c2 HTTP/1.1" 200 115 0.016292 10.0.0.130 - - [2025-04-21 02:19:26] "GET /domains HTTP/1.1" 200 281 0.002068 10.0.0.130 - - [2025-04-21 02:19:26] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000868 10.0.0.130 - - [2025-04-21 02:19:26] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038 HTTP/1.1" 200 2581 0.046965 10.0.0.130 - - [2025-04-21 02:19:26] "GET /projects?obj_uuids=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001559 10.0.0.130 - - [2025-04-21 02:19:26] "GET /project/55016b34-ca1d-4c93-8b08-76f1a3890e08 HTTP/1.1" 200 1844 0.063330 10.0.0.130 - - [2025-04-21 02:19:26] "GET /projects?obj_uuids=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001057 10.0.0.130 - - [2025-04-21 02:19:26] "GET /project/55016b34-ca1d-4c93-8b08-76f1a3890e08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.022338 10.0.0.130 - - [2025-04-21 02:19:26] "GET /projects?obj_uuids=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001297 10.0.0.130 - - [2025-04-21 02:19:26] "GET /project/55016b34-ca1d-4c93-8b08-76f1a3890e08?fields=virtual_networks HTTP/1.1" 200 1029 0.067427 10.0.0.130 - - [2025-04-21 02:19:26] "GET /projects?obj_uuids=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001100 10.0.0.130 - - [2025-04-21 02:19:26] "GET /project/55016b34-ca1d-4c93-8b08-76f1a3890e08?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.042332 10.0.0.130 - - [2025-04-21 02:19:26] "GET /projects?obj_uuids=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001098 10.0.0.130 - - [2025-04-21 02:19:26] "GET /project/55016b34-ca1d-4c93-8b08-76f1a3890e08?fields=security_groups HTTP/1.1" 200 1254 0.025364 10.0.0.130 - - [2025-04-21 02:19:27] "POST /fqname-to-id HTTP/1.1" 404 189 0.021961 10.0.0.130 - - [2025-04-21 02:19:27] "GET /projects?obj_uuids=c134c3f9-7447-4404-b38b-83361693295b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002451 10.0.0.130 - - [2025-04-21 02:19:27] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000945 10.0.0.130 - - [2025-04-21 02:19:27] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007012 10.0.0.130 - - [2025-04-21 02:19:27] "POST /id-to-fqname HTTP/1.1" 200 191 0.001115 10.0.0.130 - - [2025-04-21 02:19:27] "POST /fqname-to-id HTTP/1.1" 404 200 0.002370 10.0.0.130 - - [2025-04-21 02:19:27] "POST /security-groups HTTP/1.1" 200 592 0.059616 10.0.0.130 - - [2025-04-21 02:19:27] "POST /fqname-to-id HTTP/1.1" 404 235 0.002370 10.0.0.130 - - [2025-04-21 02:19:27] "POST /projects HTTP/1.1" 200 587 0.206230 10.0.0.130 - - [2025-04-21 02:19:27] "POST /access-control-lists HTTP/1.1" 200 599 0.055621 10.0.0.130 - - [2025-04-21 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.274132 10.0.0.130 - - [2025-04-21 02:19:27] "POST /fqname-to-id HTTP/1.1" 404 234 0.003151 10.0.0.130 - - [2025-04-21 02:19:27] "GET /project/c134c3f9-7447-4404-b38b-83361693295b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.391871 10.0.0.130 - - [2025-04-21 02:19:27] "POST /access-control-lists HTTP/1.1" 200 597 0.056512 10.0.0.130 - - [2025-04-21 02:19:28] "GET / HTTP/1.1" 200 36215 0.001966 10.0.0.130 - - [2025-04-21 02:19:29] "GET /project/c134c3f9-7447-4404-b38b-83361693295b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000433 10.0.0.130 - - [2025-04-21 02:19:30] "GET /projects?obj_uuids=c134c3f9-7447-4404-b38b-83361693295b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001063 10.0.0.130 - - [2025-04-21 02:19:30] "GET /project/c134c3f9-7447-4404-b38b-83361693295b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.048762 10.0.0.130 - - [2025-04-21 02:19:30] "POST /fqname-to-id HTTP/1.1" 404 180 0.002419 10.0.0.130 - - [2025-04-21 02:19:30] "POST /virtual-DNSs HTTP/1.1" 200 509 0.023924 10.0.0.130 - - [2025-04-21 02:19:30] "GET /virtual-DNS/2837854e-2298-4409-9ee9-f2542a5b61cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.005525 10.0.0.130 - - [2025-04-21 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.130 - - [2025-04-21 02:19:30] "GET /virtual-DNS/2837854e-2298-4409-9ee9-f2542a5b61cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.003393 10.0.0.130 - - [2025-04-21 02:19:30] "GET /domains HTTP/1.1" 401 293 0.000418 10.0.0.130 - - [2025-04-21 02:19:30] "GET /domains HTTP/1.1" 200 281 0.025810 10.0.0.130 - - [2025-04-21 02:19:30] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001009 10.0.0.130 - - [2025-04-21 02:19:30] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038 HTTP/1.1" 200 2970 0.008998 10.0.0.130 - - [2025-04-21 02:19:30] "GET /virtual-DNS/2837854e-2298-4409-9ee9-f2542a5b61cc HTTP/1.1" 200 1439 0.003592 10.0.0.130 - - [2025-04-21 02:19:30] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 765 0.002072 10.0.0.130 - - [2025-04-21 02:19:30] "POST /network-ipams HTTP/1.1" 200 516 0.017380 10.0.0.130 - - [2025-04-21 02:19:31] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 972 0.002696 10.0.0.130 - - [2025-04-21 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.130 - - [2025-04-21 02:19:31] "GET /network-ipam/2a7f9e19-4bc9-464e-9f99-a7a5afa1b98d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.005792 10.0.0.130 - - [2025-04-21 02:19:31] "PUT /network-ipam/2a7f9e19-4bc9-464e-9f99-a7a5afa1b98d HTTP/1.1" 200 259 0.012699 10.0.0.130 - - [2025-04-21 02:19:31] "POST /ref-update HTTP/1.1" 200 156 0.008025 10.0.0.130 - - [2025-04-21 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002651 10.0.0.130 - - [2025-04-21 02:19:31] "GET /projects?obj_uuids=c134c3f9-7447-4404-b38b-83361693295b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001412 10.0.0.130 - - [2025-04-21 02:19:31] "GET /project/c134c3f9-7447-4404-b38b-83361693295b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.033344 10.0.0.130 - - [2025-04-21 02:19:31] "POST /neutron/network HTTP/1.1" 200 117 0.029223 10.0.0.130 - - [2025-04-21 02:19:31] "GET /projects?obj_uuids=c134c3f9-7447-4404-b38b-83361693295b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001030 10.0.0.130 - - [2025-04-21 02:19:31] "POST /neutron/network HTTP/1.1" 200 618 0.064101 10.0.0.130 - - [2025-04-21 02:19:31] "POST /route-targets HTTP/1.1" 200 328 0.009474 10.0.0.130 - - [2025-04-21 02:19:31] "POST /ref-update HTTP/1.1" 200 156 0.015190 10.0.0.130 - - [2025-04-21 02:19:31] "POST /useragent-kv HTTP/1.1" 200 115 0.004970 10.0.0.130 - - [2025-04-21 02:19:31] "POST /neutron/subnet HTTP/1.1" 200 711 0.218119 10.0.0.130 - - [2025-04-21 02:19:31] "POST /neutron/network HTTP/1.1" 200 833 0.005168 10.0.0.130 - - [2025-04-21 02:19:31] "POST /id-to-fqname HTTP/1.1" 200 227 0.001192 10.0.0.130 - - [2025-04-21 02:19:31] "GET /virtual-network/7c2d6a2d-a7fa-46da-897a-32d83898af3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004704 10.0.0.130 - - [2025-04-21 02:19:31] "POST /neutron/network HTTP/1.1" 200 833 0.005294 10.0.0.130 - - [2025-04-21 02:19:31] "GET /virtual-network/7c2d6a2d-a7fa-46da-897a-32d83898af3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006874 10.0.0.130 - - [2025-04-21 02:19:31] "POST /neutron/network HTTP/1.1" 200 833 0.006097 10.0.0.130 - - [2025-04-21 02:19:31] "POST /neutron/subnet HTTP/1.1" 200 711 0.007264 10.0.0.130 - - [2025-04-21 02:19:31] "POST /neutron/network HTTP/1.1" 200 807 0.009940 10.0.0.130 - - [2025-04-21 02:19:31] "POST /neutron/network HTTP/1.1" 200 833 0.004978 10.0.0.130 - - [2025-04-21 02:19:31] "POST /id-to-fqname HTTP/1.1" 200 227 0.001136 10.0.0.130 - - [2025-04-21 02:19:32] "POST /neutron/network HTTP/1.1" 200 843 0.005138 10.0.0.130 - - [2025-04-21 02:19:32] "GET /aaa-mode HTTP/1.1" 401 293 0.000404 10.0.0.130 - - [2025-04-21 02:19:32] "GET / HTTP/1.1" 200 36215 0.001791 10.0.0.130 - - [2025-04-21 02:19:32] "GET /project/c134c3f9-7447-4404-b38b-83361693295b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000389 10.0.0.130 - - [2025-04-21 02:19:32] "GET /projects?obj_uuids=c134c3f9-7447-4404-b38b-83361693295b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001087 10.0.0.130 - - [2025-04-21 02:19:32] "GET /project/c134c3f9-7447-4404-b38b-83361693295b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.054866 10.0.0.130 - - [2025-04-21 02:19:32] "POST /neutron/network HTTP/1.1" 200 833 0.005837 10.0.0.130 - - [2025-04-21 02:19:33] "POST /neutron/port HTTP/1.1" 200 117 0.005330 10.0.0.130 - - [2025-04-21 02:19:33] "POST /neutron/port HTTP/1.1" 200 117 0.006336 10.0.0.130 - - [2025-04-21 02:19:33] "POST /neutron/port HTTP/1.1" 200 117 0.007941 10.0.0.130 - - [2025-04-21 02:19:33] "POST /neutron/network HTTP/1.1" 200 843 0.005341 10.0.0.130 - - [2025-04-21 02:19:33] "GET /projects?obj_uuids=c134c3f9-7447-4404-b38b-83361693295b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001262 10.0.0.130 - - [2025-04-21 02:19:33] "POST /neutron/port HTTP/1.1" 200 1058 0.203407 10.0.0.130 - - [2025-04-21 02:19:33] "POST /neutron/port HTTP/1.1" 200 1058 0.009624 10.0.0.130 - - [2025-04-21 02:19:33] "POST /neutron/port HTTP/1.1" 200 1058 0.008733 10.0.0.130 - - [2025-04-21 02:19:33] "POST /neutron/port HTTP/1.1" 200 1112 0.055187 10.0.0.130 - - [2025-04-21 02:19:33] "POST /neutron/port HTTP/1.1" 200 1086 0.014240 10.0.0.130 - - [2025-04-21 02:19:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003062 10.0.0.130 - - [2025-04-21 02:19:33] "POST /neutron/subnet HTTP/1.1" 200 685 0.010493 10.0.0.130 - - [2025-04-21 02:19:33] "POST /neutron/port HTTP/1.1" 200 117 0.001163 10.0.0.130 - - [2025-04-21 02:19:33] "POST /neutron/network HTTP/1.1" 200 833 0.006251 10.0.0.130 - - [2025-04-21 02:19:38] "POST /neutron/port HTTP/1.1" 200 1086 0.015387 10.0.0.130 - - [2025-04-21 02:19:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007138 10.0.0.130 - - [2025-04-21 02:19:38] "POST /neutron/port HTTP/1.1" 200 1086 0.015412 10.0.0.130 - - [2025-04-21 02:19:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005462 10.0.0.130 - - [2025-04-21 02:19:38] "POST /neutron/port HTTP/1.1" 200 1086 0.014597 10.0.0.130 - - [2025-04-21 02:19:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005602 10.0.0.130 - - [2025-04-21 02:19:38] "GET /virtual-machine/a8ec1a5d-8dcf-49b1-b7a3-10556fe1b1c7 HTTP/1.1" 200 1296 0.004017 10.0.0.130 - - [2025-04-21 02:19:38] "GET /virtual-machine-interface/56275367-8e19-49c4-800d-981fc4c5be82 HTTP/1.1" 200 2969 0.004484 10.0.0.130 - - [2025-04-21 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.130 - - [2025-04-21 02:19:38] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002793 10.0.0.130 - - [2025-04-21 02:19:38] "GET /virtual-networks?parent_id=c134c3f9-7447-4404-b38b-83361693295b&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.005023 10.0.0.130 - - [2025-04-21 02:19:38] "GET /virtual-network/7c2d6a2d-a7fa-46da-897a-32d83898af3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006662 10.0.0.130 - - [2025-04-21 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.130 - - [2025-04-21 02:19:41] "GET /virtual-network/7c2d6a2d-a7fa-46da-897a-32d83898af3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004684 10.0.0.130 - - [2025-04-21 02:19:42] "POST /neutron/port HTTP/1.1" 200 1086 0.014663 10.0.0.130 - - [2025-04-21 02:19:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005805 10.0.0.130 - - [2025-04-21 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.130 - - [2025-04-21 02:19:43] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003134 10.0.0.130 - - [2025-04-21 02:19:43] "GET /virtual-networks?parent_id=c134c3f9-7447-4404-b38b-83361693295b&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004367 10.0.0.130 - - [2025-04-21 02:19:43] "GET /virtual-network/7c2d6a2d-a7fa-46da-897a-32d83898af3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.009480 10.0.0.130 - - [2025-04-21 02:19:48] "POST /neutron/network HTTP/1.1" 200 807 0.012658 10.0.0.130 - - [2025-04-21 02:19:48] "POST /neutron/network HTTP/1.1" 200 833 0.006069 10.0.0.130 - - [2025-04-21 02:19:48] "POST /id-to-fqname HTTP/1.1" 200 227 0.001294 10.0.0.130 - - [2025-04-21 02:19:48] "POST /neutron/port HTTP/1.1" 200 1086 0.015571 10.0.0.130 - - [2025-04-21 02:19:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005392 10.0.0.130 - - [2025-04-21 02:19:48] "POST /neutron/network HTTP/1.1" 200 843 0.005847 10.0.0.130 - - [2025-04-21 02:19:48] "GET /aaa-mode HTTP/1.1" 401 293 0.000437 10.0.0.130 - - [2025-04-21 02:19:48] "GET / HTTP/1.1" 200 36215 0.001600 10.0.0.130 - - [2025-04-21 02:19:48] "GET /project/c134c3f9-7447-4404-b38b-83361693295b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000474 10.0.0.130 - - [2025-04-21 02:19:49] "GET /projects?obj_uuids=c134c3f9-7447-4404-b38b-83361693295b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001122 10.0.0.130 - - [2025-04-21 02:19:49] "GET /project/c134c3f9-7447-4404-b38b-83361693295b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.047117 10.0.0.130 - - [2025-04-21 02:19:49] "POST /neutron/network HTTP/1.1" 200 833 0.005726 10.0.0.130 - - [2025-04-21 02:19:49] "POST /neutron/port HTTP/1.1" 200 1086 0.019492 10.0.0.130 - - [2025-04-21 02:19:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006632 10.0.0.130 - - [2025-04-21 02:19:49] "POST /neutron/port HTTP/1.1" 200 117 0.014591 10.0.0.130 - - [2025-04-21 02:19:49] "POST /neutron/port HTTP/1.1" 200 117 0.004596 10.0.0.130 - - [2025-04-21 02:19:49] "POST /neutron/network HTTP/1.1" 200 843 0.005919 10.0.0.130 - - [2025-04-21 02:19:49] "GET /projects?obj_uuids=c134c3f9-7447-4404-b38b-83361693295b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001673 10.0.0.130 - - [2025-04-21 02:19:49] "POST /neutron/port HTTP/1.1" 200 1058 0.185448 10.0.0.130 - - [2025-04-21 02:19:49] "POST /neutron/port HTTP/1.1" 200 1058 0.012039 10.0.0.130 - - [2025-04-21 02:19:49] "POST /neutron/port HTTP/1.1" 200 1058 0.009912 10.0.0.130 - - [2025-04-21 02:19:50] "POST /neutron/port HTTP/1.1" 200 1112 0.053599 10.0.0.130 - - [2025-04-21 02:19:50] "POST /neutron/port HTTP/1.1" 200 1086 0.015409 10.0.0.130 - - [2025-04-21 02:19:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003036 10.0.0.130 - - [2025-04-21 02:19:50] "POST /neutron/subnet HTTP/1.1" 200 685 0.012025 10.0.0.130 - - [2025-04-21 02:19:50] "POST /neutron/port HTTP/1.1" 200 117 0.001053 10.0.0.130 - - [2025-04-21 02:19:50] "POST /neutron/network HTTP/1.1" 200 833 0.005082 10.0.0.130 - - [2025-04-21 02:19:54] "POST /neutron/port HTTP/1.1" 200 1086 0.014341 10.0.0.130 - - [2025-04-21 02:19:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005516 10.0.0.130 - - [2025-04-21 02:19:54] "POST /neutron/port HTTP/1.1" 200 1086 0.017229 10.0.0.130 - - [2025-04-21 02:19:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005440 10.0.0.130 - - [2025-04-21 02:19:54] "POST /neutron/port HTTP/1.1" 200 1086 0.014768 10.0.0.130 - - [2025-04-21 02:19:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005709 10.0.0.130 - - [2025-04-21 02:19:54] "GET /virtual-machine/b35a8bfa-bed7-4c0a-ac8f-9f78728871c6 HTTP/1.1" 200 1296 0.006352 10.0.0.130 - - [2025-04-21 02:19:54] "GET /virtual-machine-interface/25482240-c2c5-4576-83a8-209a15e7bc24 HTTP/1.1" 200 2969 0.006599 10.0.0.130 - - [2025-04-21 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.130 - - [2025-04-21 02:19:54] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002736 10.0.0.130 - - [2025-04-21 02:19:54] "GET /virtual-networks?parent_id=c134c3f9-7447-4404-b38b-83361693295b&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003539 10.0.0.130 - - [2025-04-21 02:19:54] "GET /virtual-network/7c2d6a2d-a7fa-46da-897a-32d83898af3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007134 10.0.0.130 - - [2025-04-21 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.130 - - [2025-04-21 02:19:57] "GET /virtual-network/7c2d6a2d-a7fa-46da-897a-32d83898af3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004555 10.0.0.130 - - [2025-04-21 02:19:58] "POST /neutron/port HTTP/1.1" 200 1086 0.015244 10.0.0.130 - - [2025-04-21 02:19:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005543 10.0.0.130 - - [2025-04-21 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.130 - - [2025-04-21 02:20:00] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003109 10.0.0.130 - - [2025-04-21 02:20:00] "GET /virtual-networks?parent_id=c134c3f9-7447-4404-b38b-83361693295b&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002968 10.0.0.130 - - [2025-04-21 02:20:00] "GET /virtual-network/7c2d6a2d-a7fa-46da-897a-32d83898af3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005349 10.0.0.130 - - [2025-04-21 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.130 - - [2025-04-21 02:20:05] "DELETE /virtual-DNS/2837854e-2298-4409-9ee9-f2542a5b61cc HTTP/1.1" 409 236 0.005899 10.0.0.130 - - [2025-04-21 02:20:06] "POST /fqname-to-id HTTP/1.1" 404 192 0.002908 10.0.0.130 - - [2025-04-21 02:20:06] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.017031 10.0.0.130 - - [2025-04-21 02:20:06] "GET /virtual-DNS-record/665a8dbc-0ed1-4ec4-8fe3-1aebbd82d4cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.004874 10.0.0.130 - - [2025-04-21 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.130 - - [2025-04-21 02:20:06] "GET /virtual-DNS-record/665a8dbc-0ed1-4ec4-8fe3-1aebbd82d4cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.003243 10.0.0.130 - - [2025-04-21 02:20:06] "GET /domains HTTP/1.1" 200 281 0.002818 10.0.0.130 - - [2025-04-21 02:20:06] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001336 10.0.0.130 - - [2025-04-21 02:20:06] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038 HTTP/1.1" 200 2970 0.007474 10.0.0.130 - - [2025-04-21 02:20:06] "GET /virtual-DNS/2837854e-2298-4409-9ee9-f2542a5b61cc HTTP/1.1" 200 1910 0.004424 10.0.0.130 - - [2025-04-21 02:20:06] "GET /virtual-DNS-record/665a8dbc-0ed1-4ec4-8fe3-1aebbd82d4cc HTTP/1.1" 200 1337 0.002702 10.0.0.130 - - [2025-04-21 02:20:11] "DELETE /virtual-DNS-record/665a8dbc-0ed1-4ec4-8fe3-1aebbd82d4cc HTTP/1.1" 200 115 0.021225 10.0.0.130 - - [2025-04-21 02:20:11] "POST /fqname-to-id HTTP/1.1" 404 184 0.002907 10.0.0.130 - - [2025-04-21 02:20:11] "POST /neutron/network HTTP/1.1" 200 833 0.011564 10.0.0.130 - - [2025-04-21 02:20:11] "POST /neutron/network HTTP/1.1" 400 204 0.010318 10.0.0.130 - - [2025-04-21 02:20:12] "POST /neutron/port HTTP/1.1" 200 1086 0.016399 10.0.0.130 - - [2025-04-21 02:20:12] "POST /neutron/port HTTP/1.1" 200 1112 0.007651 10.0.0.130 - - [2025-04-21 02:20:12] "POST /neutron/port HTTP/1.1" 200 1086 0.020024 10.0.0.130 - - [2025-04-21 02:20:12] "POST /neutron/port HTTP/1.1" 200 1112 0.009181 10.0.0.130 - - [2025-04-21 02:20:12] "POST /neutron/port HTTP/1.1" 200 151 0.124075 10.0.0.130 - - [2025-04-21 02:20:12] "POST /neutron/port HTTP/1.1" 200 151 0.112243 10.0.0.130 - - [2025-04-21 02:20:13] "POST /neutron/network HTTP/1.1" 200 833 0.005490 10.0.0.130 - - [2025-04-21 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.130 - - [2025-04-21 02:20:14] "DELETE /route-target/812852b9-d5ca-4c94-8b4e-baaa9ff9fd76 HTTP/1.1" 200 115 0.066501 10.0.0.130 - - [2025-04-21 02:20:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002328 10.0.0.130 - - [2025-04-21 02:20:14] "POST /useragent-kv HTTP/1.1" 200 115 0.001738 10.0.0.130 - - [2025-04-21 02:20:14] "POST /neutron/network HTTP/1.1" 200 151 0.202866 10.0.0.130 - - [2025-04-21 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002285 10.0.0.130 - - [2025-04-21 02:20:14] "DELETE /network-ipam/2a7f9e19-4bc9-464e-9f99-a7a5afa1b98d HTTP/1.1" 200 115 0.024775 10.0.0.130 - - [2025-04-21 02:20:14] "DELETE /virtual-DNS/2837854e-2298-4409-9ee9-f2542a5b61cc HTTP/1.1" 200 115 0.022780 10.0.0.130 - - [2025-04-21 02:20:14] "POST /fqname-to-id HTTP/1.1" 404 180 0.016318 10.0.0.130 - - [2025-04-21 02:20:14] "GET /domains HTTP/1.1" 200 281 0.004389 10.0.0.130 - - [2025-04-21 02:20:14] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000979 10.0.0.130 - - [2025-04-21 02:20:14] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038 HTTP/1.1" 200 2769 0.008135 10.0.0.130 - - [2025-04-21 02:20:14] "GET /projects?obj_uuids=c134c3f9-7447-4404-b38b-83361693295b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001536 10.0.0.130 - - [2025-04-21 02:20:14] "GET /project/c134c3f9-7447-4404-b38b-83361693295b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.022736 10.0.0.130 - - [2025-04-21 02:20:14] "GET /projects?obj_uuids=c134c3f9-7447-4404-b38b-83361693295b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000994 10.0.0.130 - - [2025-04-21 02:20:14] "GET /project/c134c3f9-7447-4404-b38b-83361693295b?fields=virtual_networks HTTP/1.1" 200 1036 0.066227 10.0.0.130 - - [2025-04-21 02:20:14] "GET /projects?obj_uuids=c134c3f9-7447-4404-b38b-83361693295b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000983 10.0.0.130 - - [2025-04-21 02:20:14] "GET /project/c134c3f9-7447-4404-b38b-83361693295b?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.027801 10.0.0.130 - - [2025-04-21 02:20:14] "GET /projects?obj_uuids=c134c3f9-7447-4404-b38b-83361693295b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000988 10.0.0.130 - - [2025-04-21 02:20:14] "GET /project/c134c3f9-7447-4404-b38b-83361693295b?fields=security_groups HTTP/1.1" 200 1264 0.024288 10.0.0.130 - - [2025-04-21 02:20:15] "POST /fqname-to-id HTTP/1.1" 404 189 0.020516 10.0.0.130 - - [2025-04-21 02:20:15] "GET /projects?obj_uuids=85ba5af1-e130-4940-8410-cdda547dc8a4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002303 10.0.0.130 - - [2025-04-21 02:20:15] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001000 10.0.0.130 - - [2025-04-21 02:20:15] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006526 10.0.0.130 - - [2025-04-21 02:20:15] "POST /id-to-fqname HTTP/1.1" 200 191 0.001183 10.0.0.130 - - [2025-04-21 02:20:15] "POST /fqname-to-id HTTP/1.1" 404 200 0.003289 10.0.0.130 - - [2025-04-21 02:20:15] "POST /security-groups HTTP/1.1" 200 592 0.064037 10.0.0.130 - - [2025-04-21 02:20:15] "POST /fqname-to-id HTTP/1.1" 404 235 0.002378 10.0.0.130 - - [2025-04-21 02:20:15] "POST /projects HTTP/1.1" 200 587 0.214399 10.0.0.130 - - [2025-04-21 02:20:15] "POST /access-control-lists HTTP/1.1" 200 599 0.060225 10.0.0.130 - - [2025-04-21 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.283872 10.0.0.130 - - [2025-04-21 02:20:15] "POST /fqname-to-id HTTP/1.1" 404 234 0.002653 10.0.0.130 - - [2025-04-21 02:20:15] "GET /project/85ba5af1-e130-4940-8410-cdda547dc8a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.403232 10.0.0.130 - - [2025-04-21 02:20:15] "POST /access-control-lists HTTP/1.1" 200 597 0.064110 10.0.0.130 - - [2025-04-21 02:20:16] "DELETE /project/85ba5af1e13049408410cdda547dc8a4 HTTP/1.1" 404 173 0.012305 10.0.0.130 - - [2025-04-21 02:20:16] "DELETE /project/c134c3f974474404b38b83361693295b HTTP/1.1" 404 173 0.008651 10.0.0.130 - - [2025-04-21 02:20:16] "GET /projects?obj_uuids=c134c3f9-7447-4404-b38b-83361693295b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000937 10.0.0.130 - - [2025-04-21 02:20:16] "GET /projects?obj_uuids=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001147 10.0.0.130 - - [2025-04-21 02:20:16] "GET /project/55016b34-ca1d-4c93-8b08-76f1a3890e08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.040347 10.0.0.130 - - [2025-04-21 02:20:16] "GET /project/c134c3f9-7447-4404-b38b-83361693295b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.043478 10.0.0.130 - - [2025-04-21 02:20:16] "GET /projects?obj_uuids=c134c3f9-7447-4404-b38b-83361693295b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001075 10.0.0.130 - - [2025-04-21 02:20:16] "GET /projects?obj_uuids=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000949 10.0.0.130 - - [2025-04-21 02:20:16] "GET /project/55016b34-ca1d-4c93-8b08-76f1a3890e08?fields=security_groups HTTP/1.1" 200 1356 0.031805 10.0.0.130 - - [2025-04-21 02:20:16] "GET /project/c134c3f9-7447-4404-b38b-83361693295b?fields=security_groups HTTP/1.1" 200 1366 0.034957 10.0.0.130 - - [2025-04-21 02:20:16] "DELETE /security-group/00032f12-a165-48a7-b89d-e2ced6687e74 HTTP/1.1" 200 115 0.054301 10.0.0.130 - - [2025-04-21 02:20:16] "DELETE /security-group/e865261e-2a0f-4506-9539-0571d899ca75 HTTP/1.1" 200 115 0.055951 10.0.0.130 - - [2025-04-21 02:20:16] "GET /projects?obj_uuids=55016b34-ca1d-4c93-8b08-76f1a3890e08&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001032 10.0.0.130 - - [2025-04-21 02:20:16] "GET /projects?obj_uuids=c134c3f9-7447-4404-b38b-83361693295b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000998 10.0.0.130 - - [2025-04-21 02:20:16] "DELETE /access-control-list/f8905637-49d2-44dd-b19d-70ce37960812 HTTP/1.1" 200 115 0.046635 10.0.0.130 - - [2025-04-21 02:20:16] "GET /project/55016b34-ca1d-4c93-8b08-76f1a3890e08?fields=application_policy_sets HTTP/1.1" 200 1395 0.047892 10.0.0.130 - - [2025-04-21 02:20:16] "GET /project/c134c3f9-7447-4404-b38b-83361693295b?fields=application_policy_sets HTTP/1.1" 200 1405 0.044444 10.0.0.130 - - [2025-04-21 02:20:16] "DELETE /access-control-list/64c02aba-387b-4b57-a251-2e5db2de0cd4 HTTP/1.1" 200 115 0.042821 10.0.0.130 - - [2025-04-21 02:20:16] "DELETE /access-control-list/0cccbd6f-cb90-4170-a5bb-6ec4acb665bc HTTP/1.1" 200 115 0.021001 10.0.0.130 - - [2025-04-21 02:20:16] "DELETE /access-control-list/62faa6cd-9cf7-4489-a051-374d7c043b2a HTTP/1.1" 200 115 0.036746 10.0.0.130 - - [2025-04-21 02:20:16] "DELETE /project/55016b34-ca1d-4c93-8b08-76f1a3890e08 HTTP/1.1" 200 115 0.381650 10.0.0.130 - - [2025-04-21 02:20:16] "DELETE /project/c134c3f9-7447-4404-b38b-83361693295b HTTP/1.1" 200 115 0.392201 10.0.0.130 - - [2025-04-21 02:20:16] "GET / HTTP/1.1" 200 36215 0.001600 10.0.0.130 - - [2025-04-21 02:20:17] "POST /fqname-to-id HTTP/1.1" 401 293 0.000451 10.0.0.130 - - [2025-04-21 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.052263 10.0.0.130 - - [2025-04-21 02:20:17] "GET /projects?obj_uuids=85ba5af1-e130-4940-8410-cdda547dc8a4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001005 10.0.0.130 - - [2025-04-21 02:20:17] "GET /project/85ba5af1-e130-4940-8410-cdda547dc8a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.024149 10.0.0.130 - - [2025-04-21 02:20:18] "POST /neutron/network HTTP/1.1" 200 117 0.027270 10.0.0.130 - - [2025-04-21 02:20:18] "GET /projects?obj_uuids=85ba5af1-e130-4940-8410-cdda547dc8a4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001101 10.0.0.130 - - [2025-04-21 02:20:18] "POST /neutron/network HTTP/1.1" 200 606 0.061358 10.0.0.130 - - [2025-04-21 02:20:18] "POST /route-targets HTTP/1.1" 200 328 0.010967 10.0.0.130 - - [2025-04-21 02:20:18] "POST /ref-update HTTP/1.1" 200 156 0.013554 10.0.0.130 - - [2025-04-21 02:20:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002412 10.0.0.130 - - [2025-04-21 02:20:18] "POST /neutron/subnet HTTP/1.1" 200 715 0.187822 10.0.0.130 - - [2025-04-21 02:20:18] "POST /neutron/network HTTP/1.1" 200 823 0.005312 10.0.0.130 - - [2025-04-21 02:20:18] "POST /id-to-fqname HTTP/1.1" 200 221 0.001168 10.0.0.130 - - [2025-04-21 02:20:18] "GET /virtual-network/da102c1f-5753-49f2-bdab-95a9542ea73d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006892 10.0.0.130 - - [2025-04-21 02:20:18] "POST /neutron/network HTTP/1.1" 200 823 0.006359 10.0.0.130 - - [2025-04-21 02:20:18] "GET /virtual-network/da102c1f-5753-49f2-bdab-95a9542ea73d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004659 10.0.0.130 - - [2025-04-21 02:20:18] "POST /neutron/network HTTP/1.1" 200 823 0.005444 10.0.0.130 - - [2025-04-21 02:20:18] "POST /neutron/subnet HTTP/1.1" 200 715 0.007559 10.0.0.130 - - [2025-04-21 02:20:18] "POST /id-to-fqname HTTP/1.1" 200 221 0.001334 10.0.0.130 - - [2025-04-21 02:20:18] "POST /neutron/network HTTP/1.1" 200 833 0.005905 10.0.0.130 - - [2025-04-21 02:20:18] "GET /aaa-mode HTTP/1.1" 401 293 0.000424 10.0.0.130 - - [2025-04-21 02:20:19] "GET / HTTP/1.1" 200 36215 0.001408 10.0.0.130 - - [2025-04-21 02:20:19] "GET /project/85ba5af1-e130-4940-8410-cdda547dc8a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000375 10.0.0.130 - - [2025-04-21 02:20:19] "GET /projects?obj_uuids=85ba5af1-e130-4940-8410-cdda547dc8a4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001014 10.0.0.130 - - [2025-04-21 02:20:19] "GET /project/85ba5af1-e130-4940-8410-cdda547dc8a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.045093 10.0.0.130 - - [2025-04-21 02:20:19] "POST /neutron/network HTTP/1.1" 200 823 0.004935 10.0.0.130 - - [2025-04-21 02:20:19] "POST /neutron/port HTTP/1.1" 200 117 0.006876 10.0.0.130 - - [2025-04-21 02:20:19] "POST /neutron/port HTTP/1.1" 200 117 0.006721 10.0.0.130 - - [2025-04-21 02:20:19] "POST /id-to-fqname HTTP/1.1" 200 221 0.001326 10.0.0.130 - - [2025-04-21 02:20:19] "POST /neutron/port HTTP/1.1" 200 117 0.004469 10.0.0.130 - - [2025-04-21 02:20:19] "POST /neutron/network HTTP/1.1" 200 833 0.007000 10.0.0.130 - - [2025-04-21 02:20:19] "GET /aaa-mode HTTP/1.1" 401 293 0.000410 10.0.0.130 - - [2025-04-21 02:20:19] "POST /neutron/network HTTP/1.1" 200 833 0.006814 10.0.0.130 - - [2025-04-21 02:20:19] "GET /projects?obj_uuids=85ba5af1-e130-4940-8410-cdda547dc8a4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001741 10.0.0.130 - - [2025-04-21 02:20:20] "GET / HTTP/1.1" 200 36215 0.001758 10.0.0.130 - - [2025-04-21 02:20:20] "GET /project/85ba5af1-e130-4940-8410-cdda547dc8a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000390 10.0.0.130 - - [2025-04-21 02:20:20] "POST /neutron/port HTTP/1.1" 200 1059 0.220533 10.0.0.130 - - [2025-04-21 02:20:20] "POST /neutron/port HTTP/1.1" 200 1059 0.009260 10.0.0.130 - - [2025-04-21 02:20:20] "POST /neutron/port HTTP/1.1" 200 1059 0.009203 10.0.0.130 - - [2025-04-21 02:20:20] "POST /neutron/port HTTP/1.1" 200 1113 0.065363 10.0.0.130 - - [2025-04-21 02:20:20] "POST /neutron/port HTTP/1.1" 200 1087 0.022523 10.0.0.130 - - [2025-04-21 02:20:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003088 10.0.0.130 - - [2025-04-21 02:20:20] "POST /neutron/subnet HTTP/1.1" 200 689 0.011539 10.0.0.130 - - [2025-04-21 02:20:20] "POST /neutron/port HTTP/1.1" 200 117 0.001118 10.0.0.130 - - [2025-04-21 02:20:20] "POST /neutron/network HTTP/1.1" 200 823 0.005213 10.0.0.130 - - [2025-04-21 02:20:20] "GET /projects?obj_uuids=85ba5af1-e130-4940-8410-cdda547dc8a4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001073 10.0.0.130 - - [2025-04-21 02:20:20] "GET /project/85ba5af1-e130-4940-8410-cdda547dc8a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.052318 10.0.0.130 - - [2025-04-21 02:20:20] "POST /neutron/network HTTP/1.1" 200 823 0.005373 10.0.0.130 - - [2025-04-21 02:20:20] "POST /neutron/port HTTP/1.1" 200 1087 0.023962 10.0.0.130 - - [2025-04-21 02:20:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.015039 10.0.0.130 - - [2025-04-21 02:20:20] "POST /neutron/port HTTP/1.1" 200 117 0.010680 10.0.0.130 - - [2025-04-21 02:20:20] "POST /neutron/port HTTP/1.1" 200 1087 0.022179 10.0.0.130 - - [2025-04-21 02:20:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006351 10.0.0.130 - - [2025-04-21 02:20:21] "POST /neutron/network HTTP/1.1" 200 833 0.006288 10.0.0.130 - - [2025-04-21 02:20:21] "GET /projects?obj_uuids=85ba5af1-e130-4940-8410-cdda547dc8a4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.008294 10.0.0.130 - - [2025-04-21 02:20:21] "POST /neutron/port HTTP/1.1" 200 1059 0.251070 10.0.0.130 - - [2025-04-21 02:20:21] "POST /neutron/port HTTP/1.1" 200 1059 0.013036 10.0.0.130 - - [2025-04-21 02:20:21] "POST /neutron/port HTTP/1.1" 200 1059 0.014727 10.0.0.130 - - [2025-04-21 02:20:21] "POST /neutron/port HTTP/1.1" 200 1113 0.084631 10.0.0.130 - - [2025-04-21 02:20:21] "POST /neutron/port HTTP/1.1" 200 1087 0.015141 10.0.0.130 - - [2025-04-21 02:20:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004903 10.0.0.130 - - [2025-04-21 02:20:21] "POST /neutron/subnet HTTP/1.1" 200 689 0.009989 10.0.0.130 - - [2025-04-21 02:20:21] "POST /neutron/port HTTP/1.1" 200 117 0.001090 10.0.0.130 - - [2025-04-21 02:20:21] "POST /neutron/network HTTP/1.1" 200 823 0.007046 10.0.0.130 - - [2025-04-21 02:20:23] "GET /obj-perms HTTP/1.1" 200 5075 0.050111 10.0.0.130 - - [2025-04-21 02:20:23] "GET /obj-perms HTTP/1.1" 200 5075 0.041958 10.0.0.130 - - [2025-04-21 02:20:25] "POST /neutron/port HTTP/1.1" 200 1087 0.014335 10.0.0.130 - - [2025-04-21 02:20:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005338 10.0.0.130 - - [2025-04-21 02:20:25] "POST /neutron/port HTTP/1.1" 200 1087 0.018916 10.0.0.130 - - [2025-04-21 02:20:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005942 10.0.0.130 - - [2025-04-21 02:20:26] "POST /neutron/port HTTP/1.1" 200 1087 0.014761 10.0.0.130 - - [2025-04-21 02:20:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005693 10.0.0.130 - - [2025-04-21 02:20:26] "GET /virtual-machine/699f36d0-02ec-4d0d-a3a3-483f476082db HTTP/1.1" 401 293 0.000419 10.0.0.130 - - [2025-04-21 02:20:26] "GET /virtual-machine/699f36d0-02ec-4d0d-a3a3-483f476082db HTTP/1.1" 200 1295 0.027613 10.0.0.130 - - [2025-04-21 02:20:26] "GET /virtual-machine-interface/793d1d4d-e39a-4d92-9b76-12775d8afb73 HTTP/1.1" 200 2952 0.004929 10.0.0.130 - - [2025-04-21 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.130 - - [2025-04-21 02:20:26] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002837 10.0.0.130 - - [2025-04-21 02:20:26] "GET /virtual-networks?parent_id=85ba5af1-e130-4940-8410-cdda547dc8a4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002972 10.0.0.130 - - [2025-04-21 02:20:26] "GET /virtual-network/da102c1f-5753-49f2-bdab-95a9542ea73d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005310 10.0.0.130 - - [2025-04-21 02:20:28] "POST /neutron/port HTTP/1.1" 200 1087 0.015551 10.0.0.130 - - [2025-04-21 02:20:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004587 10.0.0.130 - - [2025-04-21 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.130 - - [2025-04-21 02:20:29] "GET /virtual-network/da102c1f-5753-49f2-bdab-95a9542ea73d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004921 10.0.0.130 - - [2025-04-21 02:20:29] "POST /neutron/port HTTP/1.1" 200 1087 0.014920 10.0.0.130 - - [2025-04-21 02:20:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005202 10.0.0.130 - - [2025-04-21 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.130 - - [2025-04-21 02:20:31] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002982 10.0.0.130 - - [2025-04-21 02:20:31] "GET /virtual-networks?parent_id=85ba5af1-e130-4940-8410-cdda547dc8a4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005109 10.0.0.130 - - [2025-04-21 02:20:31] "GET /virtual-network/da102c1f-5753-49f2-bdab-95a9542ea73d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005169 10.0.0.130 - - [2025-04-21 02:20:32] "POST /neutron/port HTTP/1.1" 200 1087 0.015294 10.0.0.130 - - [2025-04-21 02:20:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005925 10.0.0.130 - - [2025-04-21 02:20:32] "POST /neutron/port HTTP/1.1" 200 1087 0.024499 10.0.0.130 - - [2025-04-21 02:20:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008627 10.0.0.130 - - [2025-04-21 02:20:32] "POST /neutron/port HTTP/1.1" 200 1087 0.015908 10.0.0.130 - - [2025-04-21 02:20:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005458 10.0.0.130 - - [2025-04-21 02:20:32] "GET /virtual-machine/34335fe8-ae0a-4c09-bcf8-22ad47cbaae0 HTTP/1.1" 200 1295 0.004176 10.0.0.130 - - [2025-04-21 02:20:32] "GET /virtual-machine-interface/98fd3da2-fc72-453c-9fdb-72c12f44e389 HTTP/1.1" 200 2953 0.004590 10.0.0.130 - - [2025-04-21 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.130 - - [2025-04-21 02:20:32] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003313 10.0.0.130 - - [2025-04-21 02:20:32] "GET /virtual-networks?parent_id=85ba5af1-e130-4940-8410-cdda547dc8a4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002918 10.0.0.130 - - [2025-04-21 02:20:32] "GET /virtual-network/da102c1f-5753-49f2-bdab-95a9542ea73d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005347 10.0.0.130 - - [2025-04-21 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002656 10.0.0.130 - - [2025-04-21 02:20:33] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003483 10.0.0.130 - - [2025-04-21 02:20:33] "GET /virtual-networks?parent_id=85ba5af1-e130-4940-8410-cdda547dc8a4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002994 10.0.0.130 - - [2025-04-21 02:20:33] "GET /virtual-network/da102c1f-5753-49f2-bdab-95a9542ea73d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004945 10.0.0.130 - - [2025-04-21 02:20:38] "POST /neutron/network HTTP/1.1" 200 823 0.005558 10.0.0.130 - - [2025-04-21 02:20:38] "POST /neutron/network HTTP/1.1" 400 204 0.010947 10.0.0.130 - - [2025-04-21 02:20:39] "POST /neutron/port HTTP/1.1" 200 1087 0.014011 10.0.0.130 - - [2025-04-21 02:20:39] "POST /neutron/port HTTP/1.1" 200 1113 0.008723 10.0.0.130 - - [2025-04-21 02:20:39] "POST /neutron/port HTTP/1.1" 200 1087 0.021158 10.0.0.130 - - [2025-04-21 02:20:39] "POST /neutron/port HTTP/1.1" 200 1113 0.010470 10.0.0.130 - - [2025-04-21 02:20:39] "POST /neutron/port HTTP/1.1" 200 151 0.117887 10.0.0.130 - - [2025-04-21 02:20:39] "POST /neutron/port HTTP/1.1" 200 151 0.101093 10.0.0.130 - - [2025-04-21 02:20:40] "POST /neutron/network HTTP/1.1" 200 823 0.005270 10.0.0.130 - - [2025-04-21 02:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995 10.0.0.130 - - [2025-04-21 02:20:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002037 10.0.0.130 - - [2025-04-21 02:20:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002804 10.0.0.130 - - [2025-04-21 02:20:40] "POST /neutron/network HTTP/1.1" 200 151 0.080630 10.0.0.130 - - [2025-04-21 02:20:40] "DELETE /route-target/7dd74598-e119-4242-946e-c2efc0940586 HTTP/1.1" 200 115 0.013812 10.0.0.130 - - [2025-04-21 02:20:41] "GET /projects?obj_uuids=85ba5af1-e130-4940-8410-cdda547dc8a4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001091 10.0.0.130 - - [2025-04-21 02:20:41] "GET /project/85ba5af1-e130-4940-8410-cdda547dc8a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.023796 10.0.0.130 - - [2025-04-21 02:20:41] "GET /projects?obj_uuids=85ba5af1-e130-4940-8410-cdda547dc8a4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000972 10.0.0.130 - - [2025-04-21 02:20:41] "GET /project/85ba5af1-e130-4940-8410-cdda547dc8a4?fields=virtual_networks HTTP/1.1" 200 1034 0.066055 10.0.0.130 - - [2025-04-21 02:20:41] "GET /projects?obj_uuids=85ba5af1-e130-4940-8410-cdda547dc8a4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001575 10.0.0.130 - - [2025-04-21 02:20:41] "GET /project/85ba5af1-e130-4940-8410-cdda547dc8a4?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.023849 10.0.0.130 - - [2025-04-21 02:20:41] "GET /projects?obj_uuids=85ba5af1-e130-4940-8410-cdda547dc8a4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001650 10.0.0.130 - - [2025-04-21 02:20:41] "GET /project/85ba5af1-e130-4940-8410-cdda547dc8a4?fields=security_groups HTTP/1.1" 200 1262 0.026368 10.0.0.130 - - [2025-04-21 02:20:42] "POST /fqname-to-id HTTP/1.1" 404 188 0.021838 10.0.0.130 - - [2025-04-21 02:20:42] "GET /projects?obj_uuids=de34f7b3-380b-4f08-a2ab-58c9135647c5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002455 10.0.0.130 - - [2025-04-21 02:20:42] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001482 10.0.0.130 - - [2025-04-21 02:20:42] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007410 10.0.0.130 - - [2025-04-21 02:20:42] "POST /id-to-fqname HTTP/1.1" 200 190 0.001123 10.0.0.130 - - [2025-04-21 02:20:42] "POST /fqname-to-id HTTP/1.1" 404 199 0.002739 10.0.0.130 - - [2025-04-21 02:20:42] "POST /security-groups HTTP/1.1" 200 591 0.063657 10.0.0.130 - - [2025-04-21 02:20:42] "POST /fqname-to-id HTTP/1.1" 404 234 0.002351 10.0.0.130 - - [2025-04-21 02:20:42] "POST /projects HTTP/1.1" 200 585 0.209849 10.0.0.130 - - [2025-04-21 02:20:42] "POST /access-control-lists HTTP/1.1" 200 598 0.057748 10.0.0.130 - - [2025-04-21 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.275943 10.0.0.130 - - [2025-04-21 02:20:42] "POST /fqname-to-id HTTP/1.1" 404 233 0.002475 10.0.0.130 - - [2025-04-21 02:20:42] "GET /project/de34f7b3-380b-4f08-a2ab-58c9135647c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.389690 10.0.0.130 - - [2025-04-21 02:20:42] "POST /access-control-lists HTTP/1.1" 200 596 0.060050 10.0.0.130 - - [2025-04-21 02:20:43] "GET / HTTP/1.1" 200 36215 0.002979 10.0.0.130 - - [2025-04-21 02:20:44] "POST /fqname-to-id HTTP/1.1" 401 293 0.000462 10.0.0.130 - - [2025-04-21 02:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.053651 10.0.0.130 - - [2025-04-21 02:20:44] "GET /projects?obj_uuids=de34f7b3-380b-4f08-a2ab-58c9135647c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000985 10.0.0.130 - - [2025-04-21 02:20:44] "GET /project/de34f7b3-380b-4f08-a2ab-58c9135647c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.023274 10.0.0.130 - - [2025-04-21 02:20:44] "POST /neutron/network HTTP/1.1" 200 117 0.028043 10.0.0.130 - - [2025-04-21 02:20:44] "GET /projects?obj_uuids=de34f7b3-380b-4f08-a2ab-58c9135647c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001582 10.0.0.130 - - [2025-04-21 02:20:44] "POST /neutron/network HTTP/1.1" 200 625 0.067776 10.0.0.130 - - [2025-04-21 02:20:44] "POST /route-targets HTTP/1.1" 200 328 0.010052 10.0.0.130 - - [2025-04-21 02:20:44] "POST /ref-update HTTP/1.1" 200 156 0.019205 10.0.0.130 - - [2025-04-21 02:20:44] "POST /useragent-kv HTTP/1.1" 200 115 0.004600 10.0.0.130 - - [2025-04-21 02:20:44] "POST /neutron/subnet HTTP/1.1" 200 701 0.137313 10.0.0.130 - - [2025-04-21 02:20:44] "POST /neutron/network HTTP/1.1" 200 839 0.005545 10.0.0.130 - - [2025-04-21 02:20:44] "POST /id-to-fqname HTTP/1.1" 200 230 0.001221 10.0.0.130 - - [2025-04-21 02:20:44] "GET /virtual-network/d5d0f77a-1a40-4750-924c-ebbf07b848d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005558 10.0.0.130 - - [2025-04-21 02:20:44] "POST /neutron/network HTTP/1.1" 200 839 0.005713 10.0.0.130 - - [2025-04-21 02:20:44] "GET /virtual-network/d5d0f77a-1a40-4750-924c-ebbf07b848d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004505 10.0.0.130 - - [2025-04-21 02:20:45] "POST /neutron/network HTTP/1.1" 200 839 0.005361 10.0.0.130 - - [2025-04-21 02:20:45] "POST /neutron/subnet HTTP/1.1" 200 701 0.006332 10.0.0.130 - - [2025-04-21 02:20:45] "POST /neutron/network HTTP/1.1" 200 839 0.005884 10.0.0.130 - - [2025-04-21 02:20:45] "POST /id-to-fqname HTTP/1.1" 200 230 0.001186 10.0.0.130 - - [2025-04-21 02:20:45] "POST /neutron/network HTTP/1.1" 200 849 0.006021 10.0.0.130 - - [2025-04-21 02:20:45] "GET /aaa-mode HTTP/1.1" 401 293 0.000466 10.0.0.130 - - [2025-04-21 02:20:45] "GET / HTTP/1.1" 200 36215 0.001499 10.0.0.130 - - [2025-04-21 02:20:45] "GET /project/de34f7b3-380b-4f08-a2ab-58c9135647c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000380 10.0.0.130 - - [2025-04-21 02:20:45] "GET /projects?obj_uuids=de34f7b3-380b-4f08-a2ab-58c9135647c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001075 10.0.0.130 - - [2025-04-21 02:20:45] "GET /project/de34f7b3-380b-4f08-a2ab-58c9135647c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.050672 10.0.0.130 - - [2025-04-21 02:20:45] "POST /neutron/network HTTP/1.1" 200 839 0.005274 10.0.0.130 - - [2025-04-21 02:20:46] "POST /neutron/port HTTP/1.1" 200 117 0.005387 10.0.0.130 - - [2025-04-21 02:20:46] "POST /neutron/port HTTP/1.1" 200 117 0.004905 10.0.0.130 - - [2025-04-21 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002578 10.0.0.130 - - [2025-04-21 02:20:46] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003250 10.0.0.130 - - [2025-04-21 02:20:46] "PUT /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd HTTP/1.1" 200 277 0.009730 10.0.0.130 - - [2025-04-21 02:20:46] "POST /neutron/port HTTP/1.1" 200 117 0.006052 10.0.0.130 - - [2025-04-21 02:20:46] "POST /neutron/network HTTP/1.1" 200 849 0.005308 10.0.0.130 - - [2025-04-21 02:20:46] "GET /projects?obj_uuids=de34f7b3-380b-4f08-a2ab-58c9135647c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001064 10.0.0.130 - - [2025-04-21 02:20:46] "POST /neutron/port HTTP/1.1" 200 1055 0.195336 10.0.0.130 - - [2025-04-21 02:20:46] "POST /neutron/port HTTP/1.1" 200 1055 0.009166 10.0.0.130 - - [2025-04-21 02:20:46] "POST /neutron/port HTTP/1.1" 200 1055 0.007538 10.0.0.130 - - [2025-04-21 02:20:46] "POST /neutron/port HTTP/1.1" 200 1109 0.059163 10.0.0.130 - - [2025-04-21 02:20:46] "POST /neutron/port HTTP/1.1" 200 1083 0.015284 10.0.0.130 - - [2025-04-21 02:20:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002815 10.0.0.130 - - [2025-04-21 02:20:46] "POST /neutron/subnet HTTP/1.1" 200 675 0.010094 10.0.0.130 - - [2025-04-21 02:20:46] "POST /neutron/port HTTP/1.1" 200 117 0.001148 10.0.0.130 - - [2025-04-21 02:20:46] "POST /neutron/network HTTP/1.1" 200 839 0.005223 10.0.0.130 - - [2025-04-21 02:20:51] "POST /neutron/port HTTP/1.1" 200 1083 0.014644 10.0.0.130 - - [2025-04-21 02:20:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007443 10.0.0.130 - - [2025-04-21 02:20:51] "POST /neutron/port HTTP/1.1" 200 1083 0.016034 10.0.0.130 - - [2025-04-21 02:20:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006016 10.0.0.130 - - [2025-04-21 02:20:51] "POST /neutron/port HTTP/1.1" 200 1083 0.014582 10.0.0.130 - - [2025-04-21 02:20:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005146 10.0.0.130 - - [2025-04-21 02:20:51] "GET /virtual-machine/a71fd197-2fd9-4641-815a-81b337242e23 HTTP/1.1" 401 293 0.000480 10.0.0.130 - - [2025-04-21 02:20:51] "GET /virtual-machine/a71fd197-2fd9-4641-815a-81b337242e23 HTTP/1.1" 200 1294 0.031775 10.0.0.130 - - [2025-04-21 02:20:51] "GET /virtual-machine-interface/bbd7ebee-f551-4cbc-a27b-4081433841ee HTTP/1.1" 200 2978 0.005188 10.0.0.130 - - [2025-04-21 02:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.130 - - [2025-04-21 02:20:51] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1832 0.005638 10.0.0.130 - - [2025-04-21 02:20:52] "GET /virtual-networks?parent_id=de34f7b3-380b-4f08-a2ab-58c9135647c5&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002696 10.0.0.130 - - [2025-04-21 02:20:52] "GET /virtual-network/d5d0f77a-1a40-4750-924c-ebbf07b848d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005322 10.0.0.130 - - [2025-04-21 02:20:55] "POST /neutron/port HTTP/1.1" 200 1083 0.019533 10.0.0.130 - - [2025-04-21 02:20:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005118 10.0.0.130 - - [2025-04-21 02:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.130 - - [2025-04-21 02:20:55] "GET /virtual-network/d5d0f77a-1a40-4750-924c-ebbf07b848d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004719 10.0.0.130 - - [2025-04-21 02:20:55] "POST /neutron/port HTTP/1.1" 200 1083 0.015268 10.0.0.130 - - [2025-04-21 02:20:55] "POST /neutron/port HTTP/1.1" 200 1083 0.014704 10.0.0.130 - - [2025-04-21 02:20:55] "POST /neutron/network HTTP/1.1" 200 849 0.009147 10.0.0.130 - - [2025-04-21 02:20:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003168 10.0.0.130 - - [2025-04-21 02:20:55] "POST /neutron/subnet HTTP/1.1" 200 675 0.009391 10.0.0.130 - - [2025-04-21 02:20:55] "POST /neutron/port HTTP/1.1" 200 117 0.001204 10.0.0.130 - - [2025-04-21 02:20:55] "POST /neutron/network HTTP/1.1" 200 839 0.005571 10.0.0.130 - - [2025-04-21 02:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.130 - - [2025-04-21 02:20:57] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1832 0.003101 10.0.0.130 - - [2025-04-21 02:20:57] "GET /virtual-networks?parent_id=de34f7b3-380b-4f08-a2ab-58c9135647c5&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002867 10.0.0.130 - - [2025-04-21 02:20:57] "GET /virtual-network/d5d0f77a-1a40-4750-924c-ebbf07b848d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005074 10.0.0.130 - - [2025-04-21 02:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.130 - - [2025-04-21 02:20:59] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1832 0.004268 10.0.0.130 - - [2025-04-21 02:20:59] "PUT /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd HTTP/1.1" 200 277 0.008094 10.0.0.130 - - [2025-04-21 02:20:59] "POST /neutron/network HTTP/1.1" 200 839 0.006436 10.0.0.130 - - [2025-04-21 02:20:59] "POST /neutron/network HTTP/1.1" 400 204 0.014335 10.0.0.130 - - [2025-04-21 02:21:00] "POST /neutron/port HTTP/1.1" 200 1083 0.015052 10.0.0.130 - - [2025-04-21 02:21:00] "POST /neutron/port HTTP/1.1" 200 1109 0.009125 10.0.0.130 - - [2025-04-21 02:21:00] "POST /neutron/port HTTP/1.1" 200 151 0.097563 10.0.0.130 - - [2025-04-21 02:21:01] "POST /neutron/network HTTP/1.1" 200 839 0.006862 10.0.0.130 - - [2025-04-21 02:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.130 - - [2025-04-21 02:21:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002294 10.0.0.130 - - [2025-04-21 02:21:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003049 10.0.0.130 - - [2025-04-21 02:21:01] "POST /neutron/network HTTP/1.1" 200 151 0.084224 10.0.0.130 - - [2025-04-21 02:21:01] "DELETE /route-target/7d1b30bf-d956-4972-b82c-2a5647fce324 HTTP/1.1" 200 115 0.016189 10.0.0.130 - - [2025-04-21 02:21:02] "GET /global-vrouter-configs HTTP/1.1" 200 358 0.002848 10.0.0.130 - - [2025-04-21 02:21:02] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd HTTP/1.1" 200 1831 0.003420 10.0.0.130 - - [2025-04-21 02:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002637 10.0.0.130 - - [2025-04-21 02:21:02] "GET /projects?obj_uuids=de34f7b3-380b-4f08-a2ab-58c9135647c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001099 10.0.0.130 - - [2025-04-21 02:21:02] "GET /project/de34f7b3-380b-4f08-a2ab-58c9135647c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.022902 10.0.0.130 - - [2025-04-21 02:21:02] "POST /neutron/network HTTP/1.1" 200 117 0.007652 10.0.0.130 - - [2025-04-21 02:21:02] "GET /projects?obj_uuids=de34f7b3-380b-4f08-a2ab-58c9135647c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001103 10.0.0.130 - - [2025-04-21 02:21:02] "POST /neutron/network HTTP/1.1" 200 605 0.066955 10.0.0.130 - - [2025-04-21 02:21:02] "POST /route-targets HTTP/1.1" 200 328 0.011650 10.0.0.130 - - [2025-04-21 02:21:02] "POST /ref-update HTTP/1.1" 200 156 0.012122 10.0.0.130 - - [2025-04-21 02:21:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003829 10.0.0.130 - - [2025-04-21 02:21:02] "POST /neutron/subnet HTTP/1.1" 200 724 0.131255 10.0.0.130 - - [2025-04-21 02:21:02] "POST /neutron/network HTTP/1.1" 200 824 0.006096 10.0.0.130 - - [2025-04-21 02:21:02] "POST /id-to-fqname HTTP/1.1" 200 220 0.001196 10.0.0.130 - - [2025-04-21 02:21:02] "GET /virtual-network/046c07ec-a768-485d-aaf9-f2db287253dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004869 10.0.0.130 - - [2025-04-21 02:21:02] "POST /neutron/network HTTP/1.1" 200 824 0.005466 10.0.0.130 - - [2025-04-21 02:21:02] "GET /virtual-network/046c07ec-a768-485d-aaf9-f2db287253dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005135 10.0.0.130 - - [2025-04-21 02:21:02] "POST /neutron/network HTTP/1.1" 200 824 0.006149 10.0.0.130 - - [2025-04-21 02:21:02] "POST /neutron/subnet HTTP/1.1" 200 724 0.007606 10.0.0.130 - - [2025-04-21 02:21:02] "POST /id-to-fqname HTTP/1.1" 200 220 0.001266 10.0.0.130 - - [2025-04-21 02:21:02] "POST /neutron/network HTTP/1.1" 200 834 0.005588 10.0.0.130 - - [2025-04-21 02:21:02] "GET /aaa-mode HTTP/1.1" 401 293 0.000413 10.0.0.130 - - [2025-04-21 02:21:03] "GET / HTTP/1.1" 200 36215 0.001666 10.0.0.130 - - [2025-04-21 02:21:03] "GET /project/de34f7b3-380b-4f08-a2ab-58c9135647c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000391 10.0.0.130 - - [2025-04-21 02:21:03] "GET /projects?obj_uuids=de34f7b3-380b-4f08-a2ab-58c9135647c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001138 10.0.0.130 - - [2025-04-21 02:21:03] "GET /project/de34f7b3-380b-4f08-a2ab-58c9135647c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.055809 10.0.0.130 - - [2025-04-21 02:21:03] "POST /neutron/network HTTP/1.1" 200 824 0.004998 10.0.0.130 - - [2025-04-21 02:21:03] "POST /neutron/port HTTP/1.1" 200 117 0.005335 10.0.0.130 - - [2025-04-21 02:21:03] "POST /neutron/port HTTP/1.1" 200 117 0.004837 10.0.0.130 - - [2025-04-21 02:21:03] "POST /neutron/port HTTP/1.1" 200 117 0.006968 10.0.0.130 - - [2025-04-21 02:21:04] "POST /neutron/network HTTP/1.1" 200 834 0.005243 10.0.0.130 - - [2025-04-21 02:21:04] "GET /projects?obj_uuids=de34f7b3-380b-4f08-a2ab-58c9135647c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001150 10.0.0.130 - - [2025-04-21 02:21:04] "POST /neutron/port HTTP/1.1" 200 1060 0.191971 10.0.0.130 - - [2025-04-21 02:21:04] "POST /neutron/port HTTP/1.1" 200 1060 0.010181 10.0.0.130 - - [2025-04-21 02:21:04] "POST /neutron/port HTTP/1.1" 200 1060 0.008152 10.0.0.130 - - [2025-04-21 02:21:04] "POST /neutron/port HTTP/1.1" 200 1114 0.056231 10.0.0.130 - - [2025-04-21 02:21:04] "POST /neutron/port HTTP/1.1" 200 1088 0.019221 10.0.0.130 - - [2025-04-21 02:21:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003495 10.0.0.130 - - [2025-04-21 02:21:04] "POST /neutron/subnet HTTP/1.1" 200 698 0.012825 10.0.0.130 - - [2025-04-21 02:21:04] "POST /neutron/port HTTP/1.1" 200 117 0.001170 10.0.0.130 - - [2025-04-21 02:21:04] "POST /neutron/network HTTP/1.1" 200 824 0.006222 10.0.0.130 - - [2025-04-21 02:21:08] "POST /neutron/port HTTP/1.1" 200 1088 0.017747 10.0.0.130 - - [2025-04-21 02:21:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006361 10.0.0.130 - - [2025-04-21 02:21:08] "POST /neutron/port HTTP/1.1" 200 1088 0.017762 10.0.0.130 - - [2025-04-21 02:21:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006679 10.0.0.130 - - [2025-04-21 02:21:09] "POST /neutron/port HTTP/1.1" 200 1088 0.018839 10.0.0.130 - - [2025-04-21 02:21:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009602 10.0.0.130 - - [2025-04-21 02:21:09] "GET /virtual-machine/5a329e81-5c72-426e-8288-e5d7f6e58edb HTTP/1.1" 200 1293 0.005859 10.0.0.130 - - [2025-04-21 02:21:09] "GET /virtual-machine-interface/841b803c-6b2b-492a-bb6d-63f66e77f1b2 HTTP/1.1" 200 2947 0.006330 10.0.0.130 - - [2025-04-21 02:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.130 - - [2025-04-21 02:21:09] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004276 10.0.0.130 - - [2025-04-21 02:21:09] "GET /virtual-networks?parent_id=de34f7b3-380b-4f08-a2ab-58c9135647c5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003007 10.0.0.130 - - [2025-04-21 02:21:09] "GET /virtual-network/046c07ec-a768-485d-aaf9-f2db287253dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005728 10.0.0.130 - - [2025-04-21 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.130 - - [2025-04-21 02:21:12] "GET /virtual-network/046c07ec-a768-485d-aaf9-f2db287253dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006824 10.0.0.130 - - [2025-04-21 02:21:12] "POST /neutron/port HTTP/1.1" 200 1088 0.015159 10.0.0.130 - - [2025-04-21 02:21:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006962 10.0.0.130 - - [2025-04-21 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.130 - - [2025-04-21 02:21:14] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002991 10.0.0.130 - - [2025-04-21 02:21:14] "GET /virtual-networks?parent_id=de34f7b3-380b-4f08-a2ab-58c9135647c5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002751 10.0.0.130 - - [2025-04-21 02:21:14] "GET /virtual-network/046c07ec-a768-485d-aaf9-f2db287253dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005501 10.0.0.130 - - [2025-04-21 02:21:16] "POST /neutron/network HTTP/1.1" 200 824 0.007273 10.0.0.130 - - [2025-04-21 02:21:16] "POST /neutron/network HTTP/1.1" 400 204 0.010639 10.0.0.130 - - [2025-04-21 02:21:16] "DELETE /project/de34f7b3380b4f08a2ab58c9135647c5 HTTP/1.1" 404 173 0.043653 10.0.0.130 - - [2025-04-21 02:21:16] "GET /projects?obj_uuids=85ba5af1-e130-4940-8410-cdda547dc8a4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001558 10.0.0.130 - - [2025-04-21 02:21:16] "GET /project/85ba5af1-e130-4940-8410-cdda547dc8a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.056766 10.0.0.130 - - [2025-04-21 02:21:16] "GET /projects?obj_uuids=85ba5af1-e130-4940-8410-cdda547dc8a4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001378 10.0.0.130 - - [2025-04-21 02:21:16] "GET /project/85ba5af1-e130-4940-8410-cdda547dc8a4?fields=security_groups HTTP/1.1" 200 1364 0.023525 10.0.0.130 - - [2025-04-21 02:21:16] "DELETE /security-group/a3ba73e1-13a6-4cd7-a0da-7dc9b0c9d5e9 HTTP/1.1" 200 115 0.052702 10.0.0.130 - - [2025-04-21 02:21:16] "DELETE /access-control-list/6bfde152-051a-45ab-8e85-e32f0ed66a85 HTTP/1.1" 200 115 0.028651 10.0.0.130 - - [2025-04-21 02:21:16] "GET /projects?obj_uuids=85ba5af1-e130-4940-8410-cdda547dc8a4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000980 10.0.0.130 - - [2025-04-21 02:21:17] "GET /project/85ba5af1-e130-4940-8410-cdda547dc8a4?fields=application_policy_sets HTTP/1.1" 200 1403 0.029651 10.0.0.130 - - [2025-04-21 02:21:17] "DELETE /access-control-list/6247aa0c-db20-4bb4-9d70-a9dafd50521c HTTP/1.1" 200 115 0.033037 10.0.0.130 - - [2025-04-21 02:21:17] "POST /neutron/port HTTP/1.1" 200 1088 0.032825 10.0.0.130 - - [2025-04-21 02:21:17] "POST /neutron/port HTTP/1.1" 200 1114 0.007792 10.0.0.130 - - [2025-04-21 02:21:17] "DELETE /project/85ba5af1-e130-4940-8410-cdda547dc8a4 HTTP/1.1" 200 115 0.384558 10.0.0.130 - - [2025-04-21 02:21:17] "POST /neutron/port HTTP/1.1" 200 151 0.108097 10.0.0.130 - - [2025-04-21 02:21:18] "POST /neutron/network HTTP/1.1" 200 824 0.005929 10.0.0.130 - - [2025-04-21 02:21:18] "POST /useragent-kv HTTP/1.1" 200 115 0.004837 10.0.0.130 - - [2025-04-21 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006865 10.0.0.130 - - [2025-04-21 02:21:18] "POST /useragent-kv HTTP/1.1" 200 115 0.001756 10.0.0.130 - - [2025-04-21 02:21:18] "POST /neutron/network HTTP/1.1" 200 151 0.086920 10.0.0.130 - - [2025-04-21 02:21:18] "DELETE /route-target/f417f88e-f4eb-486a-851f-431db40f9cd1 HTTP/1.1" 200 115 0.020307 10.0.0.130 - - [2025-04-21 02:21:19] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 765 0.002769 10.0.0.130 - - [2025-04-21 02:21:19] "POST /network-ipams HTTP/1.1" 200 543 0.015284 10.0.0.130 - - [2025-04-21 02:21:19] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 985 0.007437 10.0.0.130 - - [2025-04-21 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002749 10.0.0.130 - - [2025-04-21 02:21:19] "GET /network-ipam/74a30775-180e-4c62-b6b8-d431d331fba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.004500 10.0.0.130 - - [2025-04-21 02:21:19] "PUT /network-ipam/74a30775-180e-4c62-b6b8-d431d331fba6 HTTP/1.1" 200 259 0.009136 10.0.0.130 - - [2025-04-21 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.130 - - [2025-04-21 02:21:19] "GET /projects?obj_uuids=de34f7b3-380b-4f08-a2ab-58c9135647c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001166 10.0.0.130 - - [2025-04-21 02:21:19] "GET /project/de34f7b3-380b-4f08-a2ab-58c9135647c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.022445 10.0.0.130 - - [2025-04-21 02:21:19] "POST /neutron/network HTTP/1.1" 200 117 0.008038 10.0.0.130 - - [2025-04-21 02:21:19] "GET /projects?obj_uuids=de34f7b3-380b-4f08-a2ab-58c9135647c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001068 10.0.0.130 - - [2025-04-21 02:21:19] "POST /neutron/network HTTP/1.1" 200 605 0.064336 10.0.0.130 - - [2025-04-21 02:21:19] "POST /route-targets HTTP/1.1" 200 328 0.012096 10.0.0.130 - - [2025-04-21 02:21:19] "POST /ref-update HTTP/1.1" 200 156 0.014271 10.0.0.130 - - [2025-04-21 02:21:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003129 10.0.0.130 - - [2025-04-21 02:21:19] "POST /neutron/subnet HTTP/1.1" 200 699 0.128585 10.0.0.130 - - [2025-04-21 02:21:19] "POST /useragent-kv HTTP/1.1" 200 115 0.004364 10.0.0.130 - - [2025-04-21 02:21:19] "POST /neutron/subnet HTTP/1.1" 200 699 0.169439 10.0.0.130 - - [2025-04-21 02:21:19] "POST /neutron/network HTTP/1.1" 200 994 0.007868 10.0.0.130 - - [2025-04-21 02:21:19] "POST /id-to-fqname HTTP/1.1" 200 220 0.001476 10.0.0.130 - - [2025-04-21 02:21:20] "GET /virtual-network/a09fb296-2178-4130-9da6-338b6c4bd7e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004791 10.0.0.130 - - [2025-04-21 02:21:20] "POST /neutron/network HTTP/1.1" 200 994 0.007802 10.0.0.130 - - [2025-04-21 02:21:20] "GET /virtual-network/a09fb296-2178-4130-9da6-338b6c4bd7e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004699 10.0.0.130 - - [2025-04-21 02:21:20] "POST /neutron/network HTTP/1.1" 200 994 0.008744 10.0.0.130 - - [2025-04-21 02:21:20] "POST /neutron/subnet HTTP/1.1" 200 699 0.006764 10.0.0.130 - - [2025-04-21 02:21:20] "POST /neutron/subnet HTTP/1.1" 200 699 0.007443 10.0.0.130 - - [2025-04-21 02:21:20] "POST /neutron/network HTTP/1.1" 200 994 0.006977 10.0.0.130 - - [2025-04-21 02:21:20] "POST /neutron/subnet HTTP/1.1" 200 699 0.006640 10.0.0.130 - - [2025-04-21 02:21:20] "POST /neutron/subnet HTTP/1.1" 200 699 0.007358 10.0.0.130 - - [2025-04-21 02:21:20] "GET /projects?obj_uuids=de34f7b3-380b-4f08-a2ab-58c9135647c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001115 10.0.0.130 - - [2025-04-21 02:21:20] "POST /neutron/port HTTP/1.1" 200 1017 0.164044 10.0.0.130 - - [2025-04-21 02:21:20] "GET /projects?obj_uuids=de34f7b3-380b-4f08-a2ab-58c9135647c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001032 10.0.0.130 - - [2025-04-21 02:21:20] "POST /neutron/port HTTP/1.1" 200 1017 0.157218 10.0.0.130 - - [2025-04-21 02:21:20] "POST /id-to-fqname HTTP/1.1" 200 220 0.001239 10.0.0.130 - - [2025-04-21 02:21:20] "POST /neutron/port HTTP/1.1" 200 1017 0.007881 10.0.0.130 - - [2025-04-21 02:21:20] "POST /neutron/port HTTP/1.1" 200 1017 0.028927 10.0.0.130 - - [2025-04-21 02:21:20] "POST /neutron/network HTTP/1.1" 200 994 0.006900 10.0.0.130 - - [2025-04-21 02:21:20] "POST /neutron/port HTTP/1.1" 200 1017 0.007427 10.0.0.130 - - [2025-04-21 02:21:20] "POST /neutron/port HTTP/1.1" 200 117 0.004901 10.0.0.130 - - [2025-04-21 02:21:21] "POST /neutron/port HTTP/1.1" 200 117 0.004751 10.0.0.130 - - [2025-04-21 02:21:21] "POST /id-to-fqname HTTP/1.1" 200 220 0.001295 10.0.0.130 - - [2025-04-21 02:21:21] "POST /neutron/port HTTP/1.1" 200 117 0.005010 10.0.0.130 - - [2025-04-21 02:21:21] "POST /neutron/port HTTP/1.1" 200 1017 0.007635 10.0.0.130 - - [2025-04-21 02:21:21] "POST /neutron/port HTTP/1.1" 200 1017 0.007838 10.0.0.130 - - [2025-04-21 02:21:21] "POST /neutron/network HTTP/1.1" 200 994 0.007682 10.0.0.130 - - [2025-04-21 02:21:21] "POST /neutron/port HTTP/1.1" 200 1017 0.012431 10.0.0.130 - - [2025-04-21 02:21:21] "POST /neutron/port HTTP/1.1" 200 1017 0.008495 10.0.0.130 - - [2025-04-21 02:21:21] "POST /neutron/port HTTP/1.1" 200 1017 0.008812 10.0.0.130 - - [2025-04-21 02:21:21] "POST /neutron/port HTTP/1.1" 200 117 0.005730 10.0.0.130 - - [2025-04-21 02:21:21] "POST /neutron/port HTTP/1.1" 200 117 0.005818 10.0.0.130 - - [2025-04-21 02:21:21] "POST /id-to-fqname HTTP/1.1" 200 220 0.001307 10.0.0.130 - - [2025-04-21 02:21:21] "POST /neutron/port HTTP/1.1" 200 117 0.021733 10.0.0.130 - - [2025-04-21 02:21:21] "POST /neutron/network HTTP/1.1" 200 1004 0.007404 10.0.0.130 - - [2025-04-21 02:21:21] "GET /aaa-mode HTTP/1.1" 401 293 0.000446 10.0.0.130 - - [2025-04-21 02:21:21] "GET / HTTP/1.1" 200 36215 0.001796 10.0.0.130 - - [2025-04-21 02:21:21] "GET /project/de34f7b3-380b-4f08-a2ab-58c9135647c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000391 10.0.0.130 - - [2025-04-21 02:21:22] "POST /neutron/port HTTP/1.1" 200 1017 0.043356 10.0.0.130 - - [2025-04-21 02:21:22] "POST /neutron/network HTTP/1.1" 200 1004 0.018157 10.0.0.130 - - [2025-04-21 02:21:22] "POST /neutron/port HTTP/1.1" 200 1017 0.057805 10.0.0.130 - - [2025-04-21 02:21:22] "POST /neutron/port HTTP/1.1" 200 1017 0.010031 10.0.0.130 - - [2025-04-21 02:21:22] "POST /neutron/network HTTP/1.1" 200 1004 0.009988 10.0.0.130 - - [2025-04-21 02:21:22] "POST /neutron/port HTTP/1.1" 200 1017 0.007606 10.0.0.130 - - [2025-04-21 02:21:22] "POST /neutron/port HTTP/1.1" 200 1017 0.011609 10.0.0.130 - - [2025-04-21 02:21:22] "POST /neutron/port HTTP/1.1" 200 1017 0.025195 10.0.0.130 - - [2025-04-21 02:21:22] "POST /neutron/port HTTP/1.1" 200 1109 0.125203 10.0.0.130 - - [2025-04-21 02:21:22] "POST /neutron/port HTTP/1.1" 200 1109 0.108795 10.0.0.130 - - [2025-04-21 02:21:22] "POST /neutron/port HTTP/1.1" 200 1083 0.022665 10.0.0.130 - - [2025-04-21 02:21:22] "GET /projects?obj_uuids=de34f7b3-380b-4f08-a2ab-58c9135647c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001154 10.0.0.130 - - [2025-04-21 02:21:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002957 10.0.0.130 - - [2025-04-21 02:21:22] "GET /project/de34f7b3-380b-4f08-a2ab-58c9135647c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.050462 10.0.0.130 - - [2025-04-21 02:21:22] "POST /neutron/subnet HTTP/1.1" 200 673 0.036328 10.0.0.130 - - [2025-04-21 02:21:22] "POST /neutron/network HTTP/1.1" 200 994 0.013598 10.0.0.130 - - [2025-04-21 02:21:22] "POST /neutron/port HTTP/1.1" 200 117 0.002863 10.0.0.130 - - [2025-04-21 02:21:22] "POST /neutron/port HTTP/1.1" 200 1083 0.052665 10.0.0.130 - - [2025-04-21 02:21:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005952 10.0.0.130 - - [2025-04-21 02:21:22] "POST /neutron/network HTTP/1.1" 200 994 0.021284 10.0.0.130 - - [2025-04-21 02:21:22] "POST /neutron/subnet HTTP/1.1" 200 673 0.036076 10.0.0.130 - - [2025-04-21 02:21:22] "POST /neutron/port HTTP/1.1" 200 117 0.001721 10.0.0.130 - - [2025-04-21 02:21:22] "POST /neutron/network HTTP/1.1" 200 994 0.009276 10.0.0.130 - - [2025-04-21 02:21:22] "POST /neutron/port HTTP/1.1" 200 2050 0.051954 10.0.0.130 - - [2025-04-21 02:21:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011128 10.0.0.130 - - [2025-04-21 02:21:22] "POST /neutron/port HTTP/1.1" 200 117 0.004705 10.0.0.130 - - [2025-04-21 02:21:22] "GET /domains HTTP/1.1" 200 281 0.002863 10.0.0.130 - - [2025-04-21 02:21:22] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001150 10.0.0.130 - - [2025-04-21 02:21:22] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038 HTTP/1.1" 200 2583 0.008086 10.0.0.130 - - [2025-04-21 02:21:22] "GET /projects?obj_uuids=de34f7b3-380b-4f08-a2ab-58c9135647c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001404 10.0.0.130 - - [2025-04-21 02:21:22] "GET /project/de34f7b3-380b-4f08-a2ab-58c9135647c5 HTTP/1.1" 200 2851 0.087536 10.0.0.130 - - [2025-04-21 02:21:22] "GET /network-ipam/74a30775-180e-4c62-b6b8-d431d331fba6 HTTP/1.1" 200 2603 0.004577 10.0.0.130 - - [2025-04-21 02:21:22] "GET /domains HTTP/1.1" 200 281 0.002455 10.0.0.130 - - [2025-04-21 02:21:22] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001514 10.0.0.130 - - [2025-04-21 02:21:22] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038 HTTP/1.1" 200 2583 0.020561 10.0.0.130 - - [2025-04-21 02:21:22] "GET /projects?obj_uuids=de34f7b3-380b-4f08-a2ab-58c9135647c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001113 10.0.0.130 - - [2025-04-21 02:21:22] "GET /project/de34f7b3-380b-4f08-a2ab-58c9135647c5 HTTP/1.1" 200 2851 0.092183 10.0.0.130 - - [2025-04-21 02:21:22] "GET /virtual-network/a09fb296-2178-4130-9da6-338b6c4bd7e3 HTTP/1.1" 200 3787 0.006532 10.0.0.130 - - [2025-04-21 02:21:22] "GET /virtual-network/a09fb296-2178-4130-9da6-338b6c4bd7e3 HTTP/1.1" 200 3787 0.005962 10.0.0.130 - - [2025-04-21 02:21:22] "GET /routing-instance/eaa544c0-a0e9-499e-a968-a2497a2e82a3 HTTP/1.1" 200 2386 0.003636 10.0.0.130 - - [2025-04-21 02:21:22] "GET /routing-instance/eaa544c0-a0e9-499e-a968-a2497a2e82a3 HTTP/1.1" 200 2386 0.005001 10.0.0.130 - - [2025-04-21 02:21:22] "GET /route-target/51744d42-df94-4466-9b84-9740b2f3a0ab HTTP/1.1" 200 1206 0.003282 10.0.0.130 - - [2025-04-21 02:21:22] "GET /virtual-network/a09fb296-2178-4130-9da6-338b6c4bd7e3 HTTP/1.1" 200 3787 0.004925 10.0.0.130 - - [2025-04-21 02:21:23] "GET /routing-instance/eaa544c0-a0e9-499e-a968-a2497a2e82a3 HTTP/1.1" 200 2386 0.003745 10.0.0.130 - - [2025-04-21 02:21:23] "GET /virtual-network/a09fb296-2178-4130-9da6-338b6c4bd7e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004858 10.0.0.130 - - [2025-04-21 02:21:23] "GET /virtual-network/a09fb296-2178-4130-9da6-338b6c4bd7e3 HTTP/1.1" 200 3787 0.005869 10.0.0.130 - - [2025-04-21 02:21:23] "GET /routing-instance/eaa544c0-a0e9-499e-a968-a2497a2e82a3 HTTP/1.1" 200 2386 0.004982 10.0.0.130 - - [2025-04-21 02:21:23] "POST /neutron/network HTTP/1.1" 200 1004 0.012318 10.0.0.130 - - [2025-04-21 02:21:23] "GET /routing-instance/eaa544c0-a0e9-499e-a968-a2497a2e82a3 HTTP/1.1" 200 2386 0.003213 10.0.0.130 - - [2025-04-21 02:21:23] "GET /route-target/51744d42-df94-4466-9b84-9740b2f3a0ab HTTP/1.1" 200 1206 0.003055 10.0.0.130 - - [2025-04-21 02:21:23] "GET /projects?obj_uuids=de34f7b3-380b-4f08-a2ab-58c9135647c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001076 10.0.0.130 - - [2025-04-21 02:21:23] "GET /domains HTTP/1.1" 200 281 0.006400 10.0.0.130 - - [2025-04-21 02:21:23] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001802 10.0.0.130 - - [2025-04-21 02:21:23] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038 HTTP/1.1" 200 2583 0.022558 10.0.0.130 - - [2025-04-21 02:21:23] "GET /projects?obj_uuids=de34f7b3-380b-4f08-a2ab-58c9135647c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002886 10.0.0.130 - - [2025-04-21 02:21:23] "GET /project/de34f7b3-380b-4f08-a2ab-58c9135647c5 HTTP/1.1" 200 3096 0.122700 10.0.0.130 - - [2025-04-21 02:21:23] "GET /virtual-network/a09fb296-2178-4130-9da6-338b6c4bd7e3 HTTP/1.1" 200 4046 0.008861 10.0.0.130 - - [2025-04-21 02:21:23] "POST /neutron/port HTTP/1.1" 200 1055 0.316977 10.0.0.130 - - [2025-04-21 02:21:23] "POST /neutron/port HTTP/1.1" 200 1055 0.013317 10.0.0.130 - - [2025-04-21 02:21:23] "POST /neutron/port HTTP/1.1" 200 1055 0.011890 10.0.0.130 - - [2025-04-21 02:21:23] "POST /neutron/port HTTP/1.1" 200 1109 0.111335 10.0.0.130 - - [2025-04-21 02:21:23] "POST /neutron/port HTTP/1.1" 200 1083 0.034011 10.0.0.130 - - [2025-04-21 02:21:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006194 10.0.0.130 - - [2025-04-21 02:21:23] "POST /neutron/subnet HTTP/1.1" 200 673 0.045549 10.0.0.130 - - [2025-04-21 02:21:23] "POST /neutron/port HTTP/1.1" 200 117 0.001378 10.0.0.130 - - [2025-04-21 02:21:23] "POST /neutron/network HTTP/1.1" 200 994 0.007502 10.0.0.130 - - [2025-04-21 02:21:24] "GET /obj-perms HTTP/1.1" 200 5049 0.448406 10.0.0.130 - - [2025-04-21 02:21:24] "GET /obj-perms HTTP/1.1" 200 5075 0.135131 10.0.0.130 - - [2025-04-21 02:21:24] "POST /neutron/port HTTP/1.1" 200 1083 0.043274 10.0.0.130 - - [2025-04-21 02:21:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010954 10.0.0.130 - - [2025-04-21 02:21:24] "POST /neutron/port HTTP/1.1" 200 1083 0.098360 10.0.0.130 - - [2025-04-21 02:21:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010079 10.0.0.130 - - [2025-04-21 02:21:24] "POST /neutron/port HTTP/1.1" 200 1083 0.021331 10.0.0.130 - - [2025-04-21 02:21:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011985 10.0.0.130 - - [2025-04-21 02:21:24] "GET /obj-perms HTTP/1.1" 200 5075 0.050560 10.0.0.130 - - [2025-04-21 02:21:24] "GET /virtual-machine/2d016328-2338-4daf-8480-8aa2fe28c802 HTTP/1.1" 200 1289 0.004255 10.0.0.130 - - [2025-04-21 02:21:24] "GET /virtual-machine-interface/ea344abb-e55f-4aa0-86af-07ea14d513ef HTTP/1.1" 200 2947 0.019714 10.0.0.130 - - [2025-04-21 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.130 - - [2025-04-21 02:21:24] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003005 10.0.0.130 - - [2025-04-21 02:21:24] "GET /virtual-networks?parent_id=de34f7b3-380b-4f08-a2ab-58c9135647c5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002915 10.0.0.130 - - [2025-04-21 02:21:24] "GET /virtual-network/a09fb296-2178-4130-9da6-338b6c4bd7e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005411 10.0.0.130 - - [2025-04-21 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.130 - - [2025-04-21 02:21:27] "GET /virtual-network/a09fb296-2178-4130-9da6-338b6c4bd7e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005392 10.0.0.130 - - [2025-04-21 02:21:29] "GET /global-system-configs HTTP/1.1" 200 323 0.055393 10.0.0.130 - - [2025-04-21 02:21:29] "GET /obj-perms HTTP/1.1" 200 5075 0.077297 10.0.0.130 - - [2025-04-21 02:21:30] "GET /global-system-configs HTTP/1.1" 200 323 0.049793 10.0.0.130 - - [2025-04-21 02:21:30] "GET /obj-perms HTTP/1.1" 200 5075 0.075104 10.0.0.130 - - [2025-04-21 02:21:31] "POST /neutron/port HTTP/1.1" 200 1083 0.041931 10.0.0.130 - - [2025-04-21 02:21:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008776 10.0.0.130 - - [2025-04-21 02:21:31] "POST /neutron/port HTTP/1.1" 200 1083 0.015371 10.0.0.130 - - [2025-04-21 02:21:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005607 10.0.0.130 - - [2025-04-21 02:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005401 10.0.0.130 - - [2025-04-21 02:21:31] "GET /virtual-network/a09fb296-2178-4130-9da6-338b6c4bd7e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.006066 10.0.0.130 - - [2025-04-21 02:21:32] "POST /neutron/port HTTP/1.1" 200 1083 0.026813 10.0.0.130 - - [2025-04-21 02:21:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010580 10.0.0.130 - - [2025-04-21 02:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.130 - - [2025-04-21 02:21:34] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004250 10.0.0.130 - - [2025-04-21 02:21:34] "GET /virtual-networks?parent_id=de34f7b3-380b-4f08-a2ab-58c9135647c5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002934 10.0.0.130 - - [2025-04-21 02:21:34] "GET /virtual-network/a09fb296-2178-4130-9da6-338b6c4bd7e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004973 10.0.0.130 - - [2025-04-21 02:21:34] "POST /neutron/port HTTP/1.1" 200 1083 0.014315 10.0.0.130 - - [2025-04-21 02:21:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005877 10.0.0.130 - - [2025-04-21 02:21:34] "POST /neutron/port HTTP/1.1" 200 1083 0.014024 10.0.0.130 - - [2025-04-21 02:21:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005435 10.0.0.130 - - [2025-04-21 02:21:34] "POST /neutron/port HTTP/1.1" 200 1083 0.015418 10.0.0.130 - - [2025-04-21 02:21:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006842 10.0.0.130 - - [2025-04-21 02:21:34] "GET /virtual-machine/04a2cc30-3fbf-4409-9ac0-83d9a28aa19d HTTP/1.1" 200 1289 0.004422 10.0.0.130 - - [2025-04-21 02:21:34] "GET /virtual-machine-interface/c5135649-e582-40fa-9c86-db4a8e930b3c HTTP/1.1" 200 2948 0.004696 10.0.0.130 - - [2025-04-21 02:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.130 - - [2025-04-21 02:21:34] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003061 10.0.0.130 - - [2025-04-21 02:21:34] "GET /virtual-networks?parent_id=de34f7b3-380b-4f08-a2ab-58c9135647c5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002749 10.0.0.130 - - [2025-04-21 02:21:34] "GET /virtual-network/a09fb296-2178-4130-9da6-338b6c4bd7e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005210 10.0.0.130 - - [2025-04-21 02:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.130 - - [2025-04-21 02:21:35] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003930 10.0.0.130 - - [2025-04-21 02:21:35] "GET /virtual-networks?parent_id=de34f7b3-380b-4f08-a2ab-58c9135647c5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002827 10.0.0.130 - - [2025-04-21 02:21:35] "GET /virtual-network/a09fb296-2178-4130-9da6-338b6c4bd7e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005447 10.0.0.130 - - [2025-04-21 02:21:36] "POST /neutron/port HTTP/1.1" 200 1083 0.014884 10.0.0.130 - - [2025-04-21 02:21:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005942 10.0.0.130 - - [2025-04-21 02:21:36] "POST /neutron/port HTTP/1.1" 200 1083 0.014527 10.0.0.130 - - [2025-04-21 02:21:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005811 10.0.0.130 - - [2025-04-21 02:21:36] "POST /neutron/port HTTP/1.1" 200 1083 0.014823 10.0.0.130 - - [2025-04-21 02:21:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007071 10.0.0.130 - - [2025-04-21 02:21:36] "GET /virtual-machine/c0dd5f25-0122-4855-8b12-21c739b73b55 HTTP/1.1" 200 1295 0.004986 10.0.0.130 - - [2025-04-21 02:21:36] "GET /virtual-machine-interface/730496e2-ef5b-44a7-a2e5-f7b84599ce3e HTTP/1.1" 200 2947 0.004649 10.0.0.130 - - [2025-04-21 02:21:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.130 - - [2025-04-21 02:21:36] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002928 10.0.0.130 - - [2025-04-21 02:21:36] "GET /virtual-networks?parent_id=de34f7b3-380b-4f08-a2ab-58c9135647c5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003060 10.0.0.130 - - [2025-04-21 02:21:36] "GET /virtual-network/a09fb296-2178-4130-9da6-338b6c4bd7e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005141 10.0.0.130 - - [2025-04-21 02:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005043 10.0.0.130 - - [2025-04-21 02:21:37] "GET /global-vrouter-config/db0a7988-3f0b-4094-a417-a2bde8bf53bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.007522 10.0.0.130 - - [2025-04-21 02:21:37] "GET /virtual-networks?parent_id=de34f7b3-380b-4f08-a2ab-58c9135647c5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003482 10.0.0.130 - - [2025-04-21 02:21:37] "GET /virtual-network/a09fb296-2178-4130-9da6-338b6c4bd7e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005720 10.0.0.130 - - [2025-04-21 02:21:53] "POST /neutron/port HTTP/1.1" 200 1109 0.010065 10.0.0.130 - - [2025-04-21 02:21:53] "POST /neutron/port HTTP/1.1" 200 1109 0.010149 10.0.0.130 - - [2025-04-21 02:21:53] "POST /neutron/port HTTP/1.1" 200 151 0.107886 10.0.0.130 - - [2025-04-21 02:21:53] "POST /neutron/port HTTP/1.1" 200 1109 0.013136 10.0.0.130 - - [2025-04-21 02:21:53] "POST /neutron/port HTTP/1.1" 200 1109 0.013802 10.0.0.130 - - [2025-04-21 02:21:53] "POST /neutron/port HTTP/1.1" 200 1083 0.025292 10.0.0.130 - - [2025-04-21 02:21:53] "POST /neutron/port HTTP/1.1" 200 151 0.110512 10.0.0.130 - - [2025-04-21 02:21:53] "POST /neutron/port HTTP/1.1" 200 1109 0.017355 10.0.0.130 - - [2025-04-21 02:21:53] "POST /neutron/network HTTP/1.1" 200 994 0.013352 10.0.0.130 - - [2025-04-21 02:21:53] "POST /neutron/network HTTP/1.1" 400 204 0.016788 10.0.0.130 - - [2025-04-21 02:21:53] "POST /neutron/port HTTP/1.1" 200 151 0.122826 10.0.0.130 - - [2025-04-21 02:21:55] "POST /neutron/network HTTP/1.1" 200 994 0.007944 10.0.0.130 - - [2025-04-21 02:21:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003073 10.0.0.130 - - [2025-04-21 02:21:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002516 10.0.0.130 - - [2025-04-21 02:21:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001676 10.0.0.130 - - [2025-04-21 02:21:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001554 10.0.0.130 - - [2025-04-21 02:21:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.027953 10.0.0.130 - - [2025-04-21 02:21:56] "POST /neutron/network HTTP/1.1" 200 151 0.103051 10.0.0.130 - - [2025-04-21 02:21:56] "GET /routing-instance/eaa544c0-a0e9-499e-a968-a2497a2e82a3 HTTP/1.1" 404 171 0.002019 10.0.0.130 - - [2025-04-21 02:21:56] "GET /domains HTTP/1.1" 200 281 0.002148 10.0.0.130 - - [2025-04-21 02:21:56] "DELETE /route-target/51744d42-df94-4466-9b84-9740b2f3a0ab HTTP/1.1" 200 115 0.015900 10.0.0.130 - - [2025-04-21 02:21:56] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001661 10.0.0.130 - - [2025-04-21 02:21:56] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038 HTTP/1.1" 200 2583 0.050280 10.0.0.130 - - [2025-04-21 02:21:56] "GET /projects?obj_uuids=de34f7b3-380b-4f08-a2ab-58c9135647c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000993 10.0.0.130 - - [2025-04-21 02:21:56] "GET /project/de34f7b3-380b-4f08-a2ab-58c9135647c5 HTTP/1.1" 200 2091 0.066052 10.0.0.130 - - [2025-04-21 02:21:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.130 - - [2025-04-21 02:21:56] "DELETE /network-ipam/74a30775-180e-4c62-b6b8-d431d331fba6 HTTP/1.1" 200 115 0.027085 10.0.0.130 - - [2025-04-21 02:21:56] "POST /fqname-to-id HTTP/1.1" 404 211 0.003970 10.0.0.130 - - [2025-04-21 02:21:56] "GET /projects?obj_uuids=de34f7b3-380b-4f08-a2ab-58c9135647c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001594 10.0.0.130 - - [2025-04-21 02:21:56] "GET /project/de34f7b3-380b-4f08-a2ab-58c9135647c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.051386 10.0.0.130 - - [2025-04-21 02:21:56] "GET /projects?obj_uuids=de34f7b3-380b-4f08-a2ab-58c9135647c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001087 10.0.0.130 - - [2025-04-21 02:21:56] "GET /project/de34f7b3-380b-4f08-a2ab-58c9135647c5?fields=virtual_networks HTTP/1.1" 200 1034 0.070647 10.0.0.130 - - [2025-04-21 02:21:56] "GET /projects?obj_uuids=de34f7b3-380b-4f08-a2ab-58c9135647c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001053 10.0.0.130 - - [2025-04-21 02:21:56] "GET /project/de34f7b3-380b-4f08-a2ab-58c9135647c5?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.028871 10.0.0.130 - - [2025-04-21 02:21:56] "GET /projects?obj_uuids=de34f7b3-380b-4f08-a2ab-58c9135647c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001066 10.0.0.130 - - [2025-04-21 02:21:56] "GET /project/de34f7b3-380b-4f08-a2ab-58c9135647c5?fields=security_groups HTTP/1.1" 200 1261 0.027872 10.0.0.130 - - [2025-04-21 02:21:58] "POST /neutron/port HTTP/1.1" 200 117 0.007500 10.0.0.130 - - [2025-04-21 02:21:58] "POST /neutron/port HTTP/1.1" 400 205 0.004758 10.0.0.130 - - [2025-04-21 02:21:58] "POST /neutron/port HTTP/1.1" 200 117 0.005537 10.0.0.130 - - [2025-04-21 02:21:58] "POST /neutron/port HTTP/1.1" 400 205 0.003801 10.0.0.130 - - [2025-04-21 02:22:04] "GET / HTTP/1.1" 200 36215 0.001876 10.0.0.130 - - [2025-04-21 02:22:05] "GET /project/afbefdd3-dd0b-47ca-be4f-25712557a937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000469 10.0.0.130 - - [2025-04-21 02:22:05] "GET /projects?obj_uuids=afbefdd3-dd0b-47ca-be4f-25712557a937&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001207 10.0.0.130 - - [2025-04-21 02:22:05] "GET /project/afbefdd3-dd0b-47ca-be4f-25712557a937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.045849 [Introspect:8084]10.0.0.130 - - [2025-04-21 02:22:05] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001003 10.0.0.130 - - [2025-04-21 02:22:06] "POST /fqname-to-id HTTP/1.1" 404 184 0.023337 10.0.0.130 - - [2025-04-21 02:22:06] "GET /projects?obj_uuids=a9e62153-905b-4711-a1f0-1652c84d1bda&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002885 10.0.0.130 - - [2025-04-21 02:22:06] "GET /domains?obj_uuids=664ed5a6-6ec0-4e3d-bfbe-2a247298e038&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000986 10.0.0.130 - - [2025-04-21 02:22:06] "GET /domain/664ed5a6-6ec0-4e3d-bfbe-2a247298e038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007097 10.0.0.130 - - [2025-04-21 02:22:06] "POST /id-to-fqname HTTP/1.1" 200 186 0.001330 10.0.0.130 - - [2025-04-21 02:22:06] "POST /fqname-to-id HTTP/1.1" 404 195 0.002258 10.0.0.130 - - [2025-04-21 02:22:06] "POST /security-groups HTTP/1.1" 200 587 0.059745 10.0.0.130 - - [2025-04-21 02:22:06] "POST /fqname-to-id HTTP/1.1" 404 230 0.002760 10.0.0.130 - - [2025-04-21 02:22:06] "POST /projects HTTP/1.1" 200 577 0.205314 10.0.0.130 - - [2025-04-21 02:22:06] "POST /access-control-lists HTTP/1.1" 200 594 0.061035 10.0.0.130 - - [2025-04-21 02:22:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.277596 10.0.0.130 - - [2025-04-21 02:22:06] "POST /fqname-to-id HTTP/1.1" 404 229 0.003285 10.0.0.130 - - [2025-04-21 02:22:06] "GET /project/a9e62153-905b-4711-a1f0-1652c84d1bda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.401294 10.0.0.130 - - [2025-04-21 02:22:06] "POST /access-control-lists HTTP/1.1" 200 592 0.060242 10.0.0.130 - - [2025-04-21 02:22:07] "GET / HTTP/1.1" 200 36215 0.003392 10.0.0.130 - - [2025-04-21 02:22:08] "GET /projects?obj_uuids=a9e62153-905b-4711-a1f0-1652c84d1bda&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001040 10.0.0.130 - - [2025-04-21 02:22:08] "GET /project/a9e62153-905b-4711-a1f0-1652c84d1bda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.027747 10.0.0.130 - - [2025-04-21 02:22:08] "GET /projects?obj_uuids=a9e62153-905b-4711-a1f0-1652c84d1bda&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001016 10.0.0.130 - - [2025-04-21 02:22:08] "GET /project/a9e62153-905b-4711-a1f0-1652c84d1bda?fields=virtual_networks HTTP/1.1" 200 1026 0.073493 10.0.0.130 - - [2025-04-21 02:22:08] "GET /projects?obj_uuids=a9e62153-905b-4711-a1f0-1652c84d1bda&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001044 10.0.0.130 - - [2025-04-21 02:22:08] "GET /project/a9e62153-905b-4711-a1f0-1652c84d1bda?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.031645 10.0.0.130 - - [2025-04-21 02:22:08] "GET /projects?obj_uuids=a9e62153-905b-4711-a1f0-1652c84d1bda&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001390 10.0.0.130 - - [2025-04-21 02:22:08] "GET /project/a9e62153-905b-4711-a1f0-1652c84d1bda?fields=security_groups HTTP/1.1" 200 1249 0.027230 10.0.0.130 - - [2025-04-21 02:22:17] "DELETE /project/a9e62153905b4711a1f01652c84d1bda HTTP/1.1" 404 173 0.005364 10.0.0.130 - - [2025-04-21 02:22:17] "GET /projects?obj_uuids=a9e62153-905b-4711-a1f0-1652c84d1bda&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000909 10.0.0.130 - - [2025-04-21 02:22:17] "GET /projects?obj_uuids=de34f7b3-380b-4f08-a2ab-58c9135647c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000957 10.0.0.130 - - [2025-04-21 02:22:17] "GET /project/de34f7b3-380b-4f08-a2ab-58c9135647c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.039359 10.0.0.130 - - [2025-04-21 02:22:17] "GET /project/a9e62153-905b-4711-a1f0-1652c84d1bda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.042150 10.0.0.130 - - [2025-04-21 02:22:17] "GET /projects?obj_uuids=a9e62153-905b-4711-a1f0-1652c84d1bda&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001392 10.0.0.130 - - [2025-04-21 02:22:17] "GET /projects?obj_uuids=de34f7b3-380b-4f08-a2ab-58c9135647c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000899 10.0.0.130 - - [2025-04-21 02:22:17] "GET /project/de34f7b3-380b-4f08-a2ab-58c9135647c5?fields=security_groups HTTP/1.1" 200 1363 0.047874 10.0.0.130 - - [2025-04-21 02:22:17] "GET /project/a9e62153-905b-4711-a1f0-1652c84d1bda?fields=security_groups HTTP/1.1" 200 1351 0.050198 10.0.0.130 - - [2025-04-21 02:22:17] "DELETE /security-group/729dc410-a0de-41cb-937d-4eb02b52c774 HTTP/1.1" 200 115 0.057005 10.0.0.130 - - [2025-04-21 02:22:17] "DELETE /security-group/9c273e7f-8b06-4bca-b87c-d4b3839faa41 HTTP/1.1" 200 115 0.060478 10.0.0.130 - - [2025-04-21 02:22:17] "GET /projects?obj_uuids=de34f7b3-380b-4f08-a2ab-58c9135647c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001048