++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu Feb 13 02:29:57 UTC 2025 ===================' INFO: =================== Thu Feb 13 02:29:57 UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ cut -d / -f 1 +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.30 ++ 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.30 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.30 ++ ANALYTICSDB_NODES=10.0.0.30 ++ ANALYTICS_SNMP_NODES=10.0.0.30 ++ 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.30 +++ local server_address=10.0.0.30 +++ extended_server_list+='10.0.0.30:8081 ' +++ '[' -n '10.0.0.30:8081 ' ']' +++ echo 10.0.0.30:8081 ++ ANALYTICS_SERVERS=10.0.0.30: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.30 +++ local server_address=10.0.0.30 +++ extended_server_list+='10.0.0.30:9042 ' +++ '[' -n '10.0.0.30:9042 ' ']' +++ echo 10.0.0.30:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.30:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.30 ++ 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.30 +++ local server_address=10.0.0.30 +++ extended_server_list+='10.0.0.30:8086 ' +++ '[' -n '10.0.0.30:8086 ' ']' +++ echo 10.0.0.30:8086 ++ COLLECTOR_SERVERS=10.0.0.30: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.30 ++ CONFIGDB_NODES=10.0.0.30 ++ 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.30 +++ local server_address=10.0.0.30 +++ extended_server_list+='10.0.0.30:8082 ' +++ '[' -n '10.0.0.30:8082 ' ']' +++ echo 10.0.0.30:8082 ++ CONFIG_SERVERS=10.0.0.30: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.30 +++ local server_address=10.0.0.30 +++ extended_server_list+='10.0.0.30:9161 ' +++ '[' -n '10.0.0.30:9161 ' ']' +++ echo 10.0.0.30:9161 ++ CONFIGDB_SERVERS=10.0.0.30: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.30 +++ local server_address=10.0.0.30 +++ extended_server_list+='10.0.0.30:9041 ' +++ '[' -n '10.0.0.30:9041 ' ']' +++ echo 10.0.0.30:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.30: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.5 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.5 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.30 ++ 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.30 +++ local server_address=10.0.0.30 +++ extended_server_list+=10.0.0.30:2181, +++ '[' -n 10.0.0.30:2181, ']' +++ echo 10.0.0.30:2181 ++ ZOOKEEPER_SERVERS=10.0.0.30: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.30 +++ local server_address=10.0.0.30 +++ extended_server_list+='10.0.0.30:2181 ' +++ '[' -n '10.0.0.30:2181 ' ']' +++ echo 10.0.0.30:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.30:2181 ++ RABBITMQ_NODES=10.0.0.30 ++ 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.30 +++ local server_address=10.0.0.30 +++ extended_server_list+=10.0.0.30:5673, +++ '[' -n 10.0.0.30:5673, ']' +++ echo 10.0.0.30:5673 ++ RABBITMQ_SERVERS=10.0.0.30: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.30 +++ local server_address=10.0.0.30 +++ extended_server_list+='10.0.0.30:6379 ' +++ '[' -n '10.0.0.30:6379 ' ']' +++ echo 10.0.0.30:6379 ++ REDIS_SERVERS=10.0.0.30: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.30 ++ 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.30 +++ local server_address=10.0.0.30 +++ extended_server_list+='10.0.0.30:9092 ' +++ '[' -n '10.0.0.30:9092 ' ']' +++ echo 10.0.0.30:9092 ++ KAFKA_SERVERS=10.0.0.30: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.30 ++ 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.30 ++ 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.30 ++ 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.30 ++ cut -d , -f 1 + local cassandra=10.0.0.30 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.30 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.30 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.30 +++ 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.30,10.20.0.5,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.30'\''))' +++ local server_ip=10.0.0.30 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.30 ]] +++ [[ ,10.0.0.30,10.20.0.5,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.30, ]] +++ echo 10.0.0.30 1 +++ return ++ local ip=10.0.0.30 ++ [[ -z 10.0.0.30 ]] ++ echo 10.0.0.30 + host_ip=10.0.0.30 + [[ cql == \c\q\l ]] ++ echo 10.0.0.30:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.30:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.30: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__.*__.*=.*$' ++ cut -d = -f 1 ++ sed 's/^API__//g' ++ sort + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/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/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/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/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.6/site-packages/keystonemiddleware/auth_token/_memcache_crypt.py:42: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography. The next release of cryptography will remove support for Python 3.6. from cryptography.hazmat import backends as crypto_backends 02/13/2025 02:30:04.705 7f2435f017c8 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 02/13/2025 02:30:04.730 7f2435f017c8 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 02/13/2025 02:30:04.743 7f2435f017c8 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 02/13/2025 02:30:04.743 7f2435f017c8 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] ovl: Error while doing RPMdb copy-up: [Errno 13] Permission denied: '/var/lib/rpm/__db.003' 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.30:8082/ Hit Ctrl-C to quit. 10.0.0.30 - - [2025-02-13 02:30:07] "GET / HTTP/1.1" 200 45871 0.001511 10.0.0.30 - - [2025-02-13 02:30:07] "GET / HTTP/1.1" 200 45871 0.001227 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.30 - - [2025-02-13 02:30:07] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000553 10.0.0.30 - - [2025-02-13 02:30:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000270 10.0.0.30 - - [2025-02-13 02:30:08] "GET / HTTP/1.1" 200 35931 0.002377 10.0.0.30 - - [2025-02-13 02:30:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000548 10.0.0.30 - - [2025-02-13 02:30:09] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.892726 10.0.0.30 - - [2025-02-13 02:30:09] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002824 10.0.0.30 - - [2025-02-13 02:30:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.622665 10.0.0.30 - - [2025-02-13 02:30:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002725 10.0.0.30 - - [2025-02-13 02:30:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.353215 10.0.0.30 - - [2025-02-13 02:30:09] "GET /global-system-config/9668a7aa-c753-46e0-b1da-4fa995899b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.003240 10.0.0.30 - - [2025-02-13 02:30:09] "POST /fqname-to-id HTTP/1.1" 404 220 0.003709 10.0.0.30 - - [2025-02-13 02:30:09] "POST /config-database-nodes HTTP/1.1" 200 617 0.019716 /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.30 - - [2025-02-13 02:30:09] "GET / HTTP/1.1" 200 35931 0.002481 10.0.0.30 - - [2025-02-13 02:30:10] "GET / HTTP/1.1" 200 35931 0.001503 10.0.0.30 - - [2025-02-13 02:30:10] "GET / HTTP/1.1" 200 35931 0.001561 10.0.0.30 - - [2025-02-13 02:30:10] "GET / HTTP/1.1" 200 35931 0.002138 10.0.0.30 - - [2025-02-13 02:30:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000492 10.0.0.30 - - [2025-02-13 02:30:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000726 10.0.0.30 - - [2025-02-13 02:30:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000523 10.0.0.30 - - [2025-02-13 02:30:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000638 10.0.0.30 - - [2025-02-13 02:30:11] "POST /fqname-to-id HTTP/1.1" 404 196 0.585006 10.0.0.30 - - [2025-02-13 02:30:11] "POST /job-templates HTTP/1.1" 200 555 0.067505 10.0.0.30 - - [2025-02-13 02:30:11] "POST /fqname-to-id HTTP/1.1" 404 200 0.003849 10.0.0.30 - - [2025-02-13 02:30:11] "POST /job-templates HTTP/1.1" 200 563 0.064980 10.0.0.30 - - [2025-02-13 02:30:11] "POST /fqname-to-id HTTP/1.1" 404 191 0.003479 10.0.0.30 - - [2025-02-13 02:30:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.611830 10.0.0.30 - - [2025-02-13 02:30:11] "GET /global-system-config/9668a7aa-c753-46e0-b1da-4fa995899b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.003644 10.0.0.30 - - [2025-02-13 02:30:11] "POST /fqname-to-id HTTP/1.1" 404 186 0.339223 10.0.0.30 - - [2025-02-13 02:30:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002652 10.0.0.30 - - [2025-02-13 02:30:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.048948 10.0.0.30 - - [2025-02-13 02:30:11] "POST /fqname-to-id HTTP/1.1" 404 220 0.003193 10.0.0.30 - - [2025-02-13 02:30:11] "GET /global-system-config/9668a7aa-c753-46e0-b1da-4fa995899b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.019308 10.0.0.30 - - [2025-02-13 02:30:11] "GET /network-ipam/0ae207c9-7a2c-4b5e-bab8-e3e265296765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.047984 10.0.0.30 - - [2025-02-13 02:30:11] "POST /job-templates HTTP/1.1" 200 545 0.076934 10.0.0.30 - - [2025-02-13 02:30:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.003881 10.0.0.30 - - [2025-02-13 02:30:11] "POST /config-nodes HTTP/1.1" 200 599 0.031903 10.0.0.30 - - [2025-02-13 02:30:11] "POST /service-appliance-sets HTTP/1.1" 200 553 0.023837 10.0.0.30 - - [2025-02-13 02:30:11] "POST /fqname-to-id HTTP/1.1" 404 180 0.002993 10.0.0.30 - - [2025-02-13 02:30:11] "POST /job-templates HTTP/1.1" 200 577 0.061952 10.0.0.30 - - [2025-02-13 02:30:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.30 - - [2025-02-13 02:30:11] "POST /fqname-to-id HTTP/1.1" 404 208 0.003588 10.0.0.30 - - [2025-02-13 02:30:11] "GET /global-system-config/9668a7aa-c753-46e0-b1da-4fa995899b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.003674 10.0.0.30 - - [2025-02-13 02:30:12] "POST /job-templates HTTP/1.1" 200 579 0.067332 10.0.0.30 - - [2025-02-13 02:30:12] "POST /service-appliance-sets HTTP/1.1" 200 541 0.046255 10.0.0.30 - - [2025-02-13 02:30:12] "POST /fqname-to-id HTTP/1.1" 404 210 0.003800 10.0.0.30 - - [2025-02-13 02:30:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.30 - - [2025-02-13 02:30:12] "GET / HTTP/1.1" 200 35931 0.001870 10.0.0.30 - - [2025-02-13 02:30:12] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000427 10.0.0.30 - - [2025-02-13 02:30:12] "GET /network-ipam/0ae207c9-7a2c-4b5e-bab8-e3e265296765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.003231 10.0.0.30 - - [2025-02-13 02:30:12] "POST /job-templates HTTP/1.1" 200 583 0.071861 10.0.0.30 - - [2025-02-13 02:30:12] "POST /fqname-to-id HTTP/1.1" 404 198 0.003318 10.0.0.30 - - [2025-02-13 02:30:12] "POST /service-templates HTTP/1.1" 200 511 0.031591 10.0.0.30 - - [2025-02-13 02:30:12] "POST /fqname-to-id HTTP/1.1" 404 225 0.010388 10.0.0.30 - - [2025-02-13 02:30:12] "POST /job-templates HTTP/1.1" 200 559 0.096977 10.0.0.30 - - [2025-02-13 02:30:12] "POST /access-control-lists HTTP/1.1" 200 587 0.075998 10.0.0.30 - - [2025-02-13 02:30:12] "POST /service-templates HTTP/1.1" 200 501 0.093028 10.0.0.30 - - [2025-02-13 02:30:12] "POST /fqname-to-id HTTP/1.1" 404 203 0.008799 10.0.0.30 - - [2025-02-13 02:30:12] "POST /fqname-to-id HTTP/1.1" 404 224 0.004587 10.0.0.30 - - [2025-02-13 02:30:12] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.040350 10.0.0.30 - - [2025-02-13 02:30:12] "POST /service-templates HTTP/1.1" 200 515 0.043082 10.0.0.30 - - [2025-02-13 02:30:12] "POST /access-control-lists HTTP/1.1" 200 585 0.073431 10.0.0.30 - - [2025-02-13 02:30:12] "POST /job-templates HTTP/1.1" 200 569 0.079638 10.0.0.30 - - [2025-02-13 02:30:12] "POST /service-templates HTTP/1.1" 200 535 0.029577 10.0.0.30 - - [2025-02-13 02:30:12] "POST /fqname-to-id HTTP/1.1" 404 196 0.003127 10.0.0.30 - - [2025-02-13 02:30:12] "POST /service-templates HTTP/1.1" 200 507 0.036736 10.0.0.30 - - [2025-02-13 02:30:12] "POST /route-targets HTTP/1.1" 200 327 0.028207 10.0.0.30 - - [2025-02-13 02:30:12] "POST /job-templates HTTP/1.1" 200 555 0.068202 10.0.0.30 - - [2025-02-13 02:30:12] "POST /ref-update HTTP/1.1" 200 156 0.024125 10.0.0.30 - - [2025-02-13 02:30:12] "POST /fqname-to-id HTTP/1.1" 404 196 0.003714 10.0.0.30 - - [2025-02-13 02:30:12] "POST /route-targets HTTP/1.1" 200 327 0.010327 10.0.0.30 - - [2025-02-13 02:30:12] "POST /job-templates HTTP/1.1" 200 555 0.063107 10.0.0.30 - - [2025-02-13 02:30:12] "POST /ref-update HTTP/1.1" 200 156 0.041655 10.0.0.30 - - [2025-02-13 02:30:12] "POST /fqname-to-id HTTP/1.1" 404 196 0.003938 10.0.0.30 - - [2025-02-13 02:30:12] "POST /route-targets HTTP/1.1" 200 327 0.011678 10.0.0.30 - - [2025-02-13 02:30:13] "POST /job-templates HTTP/1.1" 200 555 0.071462 10.0.0.30 - - [2025-02-13 02:30:13] "POST /ref-update HTTP/1.1" 200 156 0.077006 10.0.0.30 - - [2025-02-13 02:30:13] "POST /fqname-to-id HTTP/1.1" 404 186 0.003744 10.0.0.30 - - [2025-02-13 02:30:13] "POST /route-targets HTTP/1.1" 200 327 0.014888 10.0.0.30 - - [2025-02-13 02:30:13] "POST /job-templates HTTP/1.1" 200 535 0.078418 10.0.0.30 - - [2025-02-13 02:30:13] "POST /ref-update HTTP/1.1" 200 156 0.037186 10.0.0.30 - - [2025-02-13 02:30:13] "POST /fqname-to-id HTTP/1.1" 404 198 0.003418 10.0.0.30 - - [2025-02-13 02:30:13] "POST /fqname-to-id HTTP/1.1" 404 201 0.002571 10.0.0.30 - - [2025-02-13 02:30:13] "POST /job-templates HTTP/1.1" 200 559 0.062462 10.0.0.30 - - [2025-02-13 02:30:13] "POST /fqname-to-id HTTP/1.1" 404 198 0.004164 10.0.0.30 - - [2025-02-13 02:30:13] "POST /access-control-lists HTTP/1.1" 200 551 0.088521 10.0.0.30 - - [2025-02-13 02:30:13] "PUT /access-control-list/96fe62d1-a9d3-4890-a7ff-0c97778800e0 HTTP/1.1" 200 272 0.051321 10.0.0.30 - - [2025-02-13 02:30:13] "POST /job-templates HTTP/1.1" 200 559 0.062038 10.0.0.30 - - [2025-02-13 02:30:13] "POST /fqname-to-id HTTP/1.1" 404 198 0.003710 10.0.0.30 - - [2025-02-13 02:30:13] "PUT /access-control-list/665d44ea-e5db-44a1-9928-56d3e0b3aaa6 HTTP/1.1" 200 272 0.013943 10.0.0.30 - - [2025-02-13 02:30:13] "POST /job-templates HTTP/1.1" 200 559 0.064867 10.0.0.30 - - [2025-02-13 02:30:13] "POST /fqname-to-id HTTP/1.1" 404 201 0.003117 10.0.0.30 - - [2025-02-13 02:30:13] "POST /job-templates HTTP/1.1" 200 565 0.065359 10.0.0.30 - - [2025-02-13 02:30:13] "POST /fqname-to-id HTTP/1.1" 404 197 0.003152 10.0.0.30 - - [2025-02-13 02:30:14] "POST /job-templates HTTP/1.1" 200 557 0.062135 10.0.0.30 - - [2025-02-13 02:30:14] "POST /fqname-to-id HTTP/1.1" 404 196 0.003066 10.0.0.30 - - [2025-02-13 02:30:14] "POST /job-templates HTTP/1.1" 200 555 0.078380 10.0.0.30 - - [2025-02-13 02:30:14] "POST /fqname-to-id HTTP/1.1" 404 205 0.003222 10.0.0.30 - - [2025-02-13 02:30:14] "POST /job-templates HTTP/1.1" 200 573 0.061957 10.0.0.30 - - [2025-02-13 02:30:14] "POST /fqname-to-id HTTP/1.1" 404 194 0.003173 10.0.0.30 - - [2025-02-13 02:30:14] "POST /job-templates HTTP/1.1" 200 551 0.061751 10.0.0.30 - - [2025-02-13 02:30:14] "POST /fqname-to-id HTTP/1.1" 404 208 0.003598 10.0.0.30 - - [2025-02-13 02:30:14] "POST /job-templates HTTP/1.1" 200 579 0.060810 10.0.0.30 - - [2025-02-13 02:30:14] "POST /fqname-to-id HTTP/1.1" 404 196 0.002946 10.0.0.30 - - [2025-02-13 02:30:14] "POST /job-templates HTTP/1.1" 200 555 0.061555 10.0.0.30 - - [2025-02-13 02:30:14] "POST /fqname-to-id HTTP/1.1" 404 198 0.003007 10.0.0.30 - - [2025-02-13 02:30:14] "POST /job-templates HTTP/1.1" 200 559 0.069139 10.0.0.30 - - [2025-02-13 02:30:15] "POST /fqname-to-id HTTP/1.1" 404 206 0.003180 10.0.0.30 - - [2025-02-13 02:30:15] "POST /job-templates HTTP/1.1" 200 575 0.063298 10.0.0.30 - - [2025-02-13 02:30:15] "POST /fqname-to-id HTTP/1.1" 404 197 0.003215 10.0.0.30 - - [2025-02-13 02:30:15] "POST /job-templates HTTP/1.1" 200 557 0.060878 10.0.0.30 - - [2025-02-13 02:30:15] "POST /fqname-to-id HTTP/1.1" 404 198 0.003323 10.0.0.30 - - [2025-02-13 02:30:15] "POST /job-templates HTTP/1.1" 200 559 0.097146 10.0.0.30 - - [2025-02-13 02:30:15] "POST /fqname-to-id HTTP/1.1" 404 196 0.003443 10.0.0.30 - - [2025-02-13 02:30:15] "POST /job-templates HTTP/1.1" 200 555 0.062154 10.0.0.30 - - [2025-02-13 02:30:15] "POST /fqname-to-id HTTP/1.1" 404 195 0.003087 10.0.0.30 - - [2025-02-13 02:30:15] "POST /job-templates HTTP/1.1" 200 553 0.061104 10.0.0.30 - - [2025-02-13 02:30:15] "POST /fqname-to-id HTTP/1.1" 404 195 0.003700 10.0.0.30 - - [2025-02-13 02:30:15] "POST /job-templates HTTP/1.1" 200 553 0.064939 10.0.0.30 - - [2025-02-13 02:30:15] "POST /fqname-to-id HTTP/1.1" 404 195 0.003855 10.0.0.30 - - [2025-02-13 02:30:16] "POST /job-templates HTTP/1.1" 200 553 0.073239 10.0.0.30 - - [2025-02-13 02:30:16] "POST /fqname-to-id HTTP/1.1" 404 200 0.003874 10.0.0.30 - - [2025-02-13 02:30:16] "POST /job-templates HTTP/1.1" 200 563 0.061225 10.0.0.30 - - [2025-02-13 02:30:16] "POST /fqname-to-id HTTP/1.1" 404 201 0.003618 10.0.0.30 - - [2025-02-13 02:30:16] "POST /job-templates HTTP/1.1" 200 565 0.060294 10.0.0.30 - - [2025-02-13 02:30:16] "POST /fqname-to-id HTTP/1.1" 404 189 0.002947 10.0.0.30 - - [2025-02-13 02:30:16] "POST /config-propertiess HTTP/1.1" 200 551 0.017941 10.0.0.30 - - [2025-02-13 02:30:16] "POST /fqname-to-id HTTP/1.1" 404 168 0.003252 10.0.0.30 - - [2025-02-13 02:30:16] "POST /tags HTTP/1.1" 200 321 0.034918 10.0.0.30 - - [2025-02-13 02:30:16] "POST /fqname-to-id HTTP/1.1" 404 166 0.002935 10.0.0.30 - - [2025-02-13 02:30:16] "POST /tags HTTP/1.1" 200 317 0.022146 10.0.0.30 - - [2025-02-13 02:30:16] "POST /fqname-to-id HTTP/1.1" 404 174 0.003073 10.0.0.30 - - [2025-02-13 02:30:16] "POST /tags HTTP/1.1" 200 333 0.020244 10.0.0.30 - - [2025-02-13 02:30:16] "POST /fqname-to-id HTTP/1.1" 404 162 0.003059 10.0.0.30 - - [2025-02-13 02:30:17] "POST /tags HTTP/1.1" 200 309 0.022816 10.0.0.30 - - [2025-02-13 02:30:17] "POST /fqname-to-id HTTP/1.1" 404 174 0.003012 10.0.0.30 - - [2025-02-13 02:30:17] "POST /tags HTTP/1.1" 200 333 0.021027 10.0.0.30 - - [2025-02-13 02:30:17] "POST /fqname-to-id HTTP/1.1" 404 164 0.003668 10.0.0.30 - - [2025-02-13 02:30:17] "POST /tags HTTP/1.1" 200 313 0.022983 10.0.0.30 - - [2025-02-13 02:30:17] "POST /fqname-to-id HTTP/1.1" 404 169 0.002971 10.0.0.30 - - [2025-02-13 02:30:17] "POST /tags HTTP/1.1" 200 323 0.025763 10.0.0.30 - - [2025-02-13 02:30:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.30 - - [2025-02-13 02:30:17] "PUT /global-system-config/9668a7aa-c753-46e0-b1da-4fa995899b2a HTTP/1.1" 200 274 0.010409 10.0.0.30 - - [2025-02-13 02:30:17] "POST /fqname-to-id HTTP/1.1" 404 166 0.002921 10.0.0.30 - - [2025-02-13 02:30:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002695 10.0.0.30 - - [2025-02-13 02:30:17] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1162 0.002940 10.0.0.30 - - [2025-02-13 02:30:17] "POST /hardwares HTTP/1.1" 200 327 0.011451 10.0.0.30 - - [2025-02-13 02:30:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.30 - - [2025-02-13 02:30:17] "POST /fqname-to-id HTTP/1.1" 404 166 0.002898 10.0.0.30 - - [2025-02-13 02:30:17] "PUT /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235 HTTP/1.1" 200 276 0.008967 10.0.0.30 - - [2025-02-13 02:30:17] "POST /hardwares HTTP/1.1" 200 327 0.012028 10.0.0.30 - - [2025-02-13 02:30:17] "POST /fqname-to-id HTTP/1.1" 404 166 0.002955 10.0.0.30 - - [2025-02-13 02:30:17] "POST /hardwares HTTP/1.1" 200 327 0.020644 10.0.0.30 - - [2025-02-13 02:30:17] "POST /fqname-to-id HTTP/1.1" 404 166 0.003262 10.0.0.30 - - [2025-02-13 02:30:17] "POST /hardwares HTTP/1.1" 200 327 0.012840 10.0.0.30 - - [2025-02-13 02:30:17] "POST /fqname-to-id HTTP/1.1" 404 164 0.002908 10.0.0.30 - - [2025-02-13 02:30:17] "GET / HTTP/1.1" 200 35931 0.002216 10.0.0.30 - - [2025-02-13 02:30:17] "POST /alarms HTTP/1.1" 401 292 0.000390 10.0.0.30 - - [2025-02-13 02:30:18] "POST /hardwares HTTP/1.1" 200 323 0.010827 10.0.0.30 - - [2025-02-13 02:30:18] "POST /fqname-to-id HTTP/1.1" 404 164 0.003021 10.0.0.30 - - [2025-02-13 02:30:18] "POST /hardwares HTTP/1.1" 200 323 0.010310 10.0.0.30 - - [2025-02-13 02:30:18] "POST /fqname-to-id HTTP/1.1" 404 161 0.003127 10.0.0.30 - - [2025-02-13 02:30:18] "POST /hardwares HTTP/1.1" 200 317 0.010899 10.0.0.30 - - [2025-02-13 02:30:18] "POST /fqname-to-id HTTP/1.1" 404 164 0.003045 10.0.0.30 - - [2025-02-13 02:30:18] "POST /hardwares HTTP/1.1" 200 323 0.011068 10.0.0.30 - - [2025-02-13 02:30:18] "POST /alarms HTTP/1.1" 200 581 0.044350 10.0.0.30 - - [2025-02-13 02:30:18] "POST /fqname-to-id HTTP/1.1" 404 164 0.002309 10.0.0.30 - - [2025-02-13 02:30:18] "POST /alarms HTTP/1.1" 200 575 0.021210 10.0.0.30 - - [2025-02-13 02:30:18] "POST /hardwares HTTP/1.1" 200 323 0.013894 10.0.0.30 - - [2025-02-13 02:30:18] "POST /alarms HTTP/1.1" 200 575 0.021485 10.0.0.30 - - [2025-02-13 02:30:18] "POST /fqname-to-id HTTP/1.1" 404 164 0.003951 10.0.0.30 - - [2025-02-13 02:30:18] "POST /alarms HTTP/1.1" 200 559 0.024398 10.0.0.30 - - [2025-02-13 02:30:18] "POST /hardwares HTTP/1.1" 200 323 0.009888 10.0.0.30 - - [2025-02-13 02:30:18] "POST /fqname-to-id HTTP/1.1" 404 165 0.002219 10.0.0.30 - - [2025-02-13 02:30:18] "POST /alarms HTTP/1.1" 200 555 0.018805 10.0.0.30 - - [2025-02-13 02:30:18] "POST /hardwares HTTP/1.1" 200 325 0.011493 10.0.0.30 - - [2025-02-13 02:30:18] "POST /alarms HTTP/1.1" 200 557 0.018846 10.0.0.30 - - [2025-02-13 02:30:18] "POST /fqname-to-id HTTP/1.1" 404 165 0.003196 10.0.0.30 - - [2025-02-13 02:30:18] "POST /alarms HTTP/1.1" 200 565 0.016549 10.0.0.30 - - [2025-02-13 02:30:18] "POST /hardwares HTTP/1.1" 200 325 0.017242 10.0.0.30 - - [2025-02-13 02:30:18] "POST /alarms HTTP/1.1" 200 549 0.020409 10.0.0.30 - - [2025-02-13 02:30:18] "POST /fqname-to-id HTTP/1.1" 404 165 0.003775 10.0.0.30 - - [2025-02-13 02:30:18] "POST /alarms HTTP/1.1" 200 557 0.016508 10.0.0.30 - - [2025-02-13 02:30:18] "POST /hardwares HTTP/1.1" 200 325 0.010121 10.0.0.30 - - [2025-02-13 02:30:18] "POST /alarms HTTP/1.1" 200 567 0.019010 10.0.0.30 - - [2025-02-13 02:30:18] "POST /fqname-to-id HTTP/1.1" 404 165 0.004525 10.0.0.30 - - [2025-02-13 02:30:18] "POST /hardwares HTTP/1.1" 200 325 0.017570 10.0.0.30 - - [2025-02-13 02:30:18] "POST /alarms HTTP/1.1" 200 555 0.031620 10.0.0.30 - - [2025-02-13 02:30:19] "POST /fqname-to-id HTTP/1.1" 404 164 0.003105 10.0.0.30 - - [2025-02-13 02:30:19] "POST /alarms HTTP/1.1" 200 567 0.016947 10.0.0.30 - - [2025-02-13 02:30:19] "POST /hardwares HTTP/1.1" 200 323 0.012554 10.0.0.30 - - [2025-02-13 02:30:19] "POST /fqname-to-id HTTP/1.1" 404 161 0.003502 10.0.0.30 - - [2025-02-13 02:30:19] "POST /alarms HTTP/1.1" 200 575 0.059752 10.0.0.30 - - [2025-02-13 02:30:19] "POST /hardwares HTTP/1.1" 200 317 0.011090 10.0.0.30 - - [2025-02-13 02:30:19] "POST /alarms HTTP/1.1" 200 569 0.015842 10.0.0.30 - - [2025-02-13 02:30:19] "POST /fqname-to-id HTTP/1.1" 404 164 0.003022 10.0.0.30 - - [2025-02-13 02:30:19] "POST /alarms HTTP/1.1" 200 561 0.017195 10.0.0.30 - - [2025-02-13 02:30:19] "POST /hardwares HTTP/1.1" 200 323 0.011117 10.0.0.30 - - [2025-02-13 02:30:19] "POST /alarms HTTP/1.1" 200 561 0.017020 10.0.0.30 - - [2025-02-13 02:30:19] "POST /fqname-to-id HTTP/1.1" 404 161 0.002953 10.0.0.30 - - [2025-02-13 02:30:19] "POST /alarms HTTP/1.1" 200 561 0.016584 10.0.0.30 - - [2025-02-13 02:30:19] "POST /hardwares HTTP/1.1" 200 317 0.010005 10.0.0.30 - - [2025-02-13 02:30:19] "POST /alarms HTTP/1.1" 200 547 0.016983 10.0.0.30 - - [2025-02-13 02:30:19] "POST /fqname-to-id HTTP/1.1" 404 164 0.002496 10.0.0.30 - - [2025-02-13 02:30:19] "POST /hardwares HTTP/1.1" 200 323 0.014179 10.0.0.30 - - [2025-02-13 02:30:19] "POST /alarms HTTP/1.1" 200 595 0.024906 10.0.0.30 - - [2025-02-13 02:30:19] "POST /fqname-to-id HTTP/1.1" 404 162 0.002931 10.0.0.30 - - [2025-02-13 02:30:19] "POST /alarms HTTP/1.1" 200 575 0.018571 10.0.0.30 - - [2025-02-13 02:30:19] "POST /hardwares HTTP/1.1" 200 319 0.011306 10.0.0.30 - - [2025-02-13 02:30:19] "POST /alarms HTTP/1.1" 200 571 0.014563 10.0.0.30 - - [2025-02-13 02:30:19] "POST /fqname-to-id HTTP/1.1" 404 162 0.002956 10.0.0.30 - - [2025-02-13 02:30:19] "POST /alarms HTTP/1.1" 200 583 0.016370 10.0.0.30 - - [2025-02-13 02:30:19] "POST /hardwares HTTP/1.1" 200 319 0.010648 10.0.0.30 - - [2025-02-13 02:30:19] "POST /alarms HTTP/1.1" 200 609 0.026775 10.0.0.30 - - [2025-02-13 02:30:19] "POST /fqname-to-id HTTP/1.1" 404 165 0.002245 10.0.0.30 - - [2025-02-13 02:30:19] "POST /hardwares HTTP/1.1" 200 325 0.010826 10.0.0.30 - - [2025-02-13 02:30:19] "POST /fqname-to-id HTTP/1.1" 404 161 0.003265 10.0.0.30 - - [2025-02-13 02:30:19] "POST /hardwares HTTP/1.1" 200 317 0.012902 10.0.0.30 - - [2025-02-13 02:30:19] "POST /fqname-to-id HTTP/1.1" 404 161 0.004249 10.0.0.30 - - [2025-02-13 02:30:20] "POST /hardwares HTTP/1.1" 200 317 0.010192 10.0.0.30 - - [2025-02-13 02:30:20] "POST /fqname-to-id HTTP/1.1" 404 162 0.003514 10.0.0.30 - - [2025-02-13 02:30:20] "GET / HTTP/1.1" 200 35931 0.002383 10.0.0.30 - - [2025-02-13 02:30:20] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000629 10.0.0.30 - - [2025-02-13 02:30:20] "POST /hardwares HTTP/1.1" 200 319 0.011049 10.0.0.30 - - [2025-02-13 02:30:20] "POST /fqname-to-id HTTP/1.1" 404 162 0.002962 10.0.0.30 - - [2025-02-13 02:30:20] "POST /hardwares HTTP/1.1" 200 319 0.010170 10.0.0.30 - - [2025-02-13 02:30:20] "POST /fqname-to-id HTTP/1.1" 404 162 0.002992 10.0.0.30 - - [2025-02-13 02:30:20] "POST /hardwares HTTP/1.1" 200 319 0.011892 10.0.0.30 - - [2025-02-13 02:30:20] "POST /fqname-to-id HTTP/1.1" 404 158 0.003368 10.0.0.30 - - [2025-02-13 02:30:20] "POST /hardwares HTTP/1.1" 200 311 0.011318 10.0.0.30 - - [2025-02-13 02:30:20] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.027898 10.0.0.30 - - [2025-02-13 02:30:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.30 - - [2025-02-13 02:30:20] "POST /fqname-to-id HTTP/1.1" 404 158 0.003246 10.0.0.30 - - [2025-02-13 02:30:20] "PUT /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235 HTTP/1.1" 200 276 0.008624 10.0.0.30 - - [2025-02-13 02:30:20] "POST /hardwares HTTP/1.1" 200 311 0.010329 10.0.0.30 - - [2025-02-13 02:30:20] "POST /fqname-to-id HTTP/1.1" 404 160 0.003560 10.0.0.30 - - [2025-02-13 02:30:20] "POST /hardwares HTTP/1.1" 200 315 0.011403 10.0.0.30 - - [2025-02-13 02:30:20] "POST /fqname-to-id HTTP/1.1" 404 154 0.003599 10.0.0.30 - - [2025-02-13 02:30:20] "POST /hardwares HTTP/1.1" 200 303 0.014502 10.0.0.30 - - [2025-02-13 02:30:20] "POST /fqname-to-id HTTP/1.1" 404 158 0.003282 10.0.0.30 - - [2025-02-13 02:30:20] "GET / HTTP/1.1" 200 35931 0.001808 10.0.0.30 - - [2025-02-13 02:30:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000422 10.0.0.30 - - [2025-02-13 02:30:20] "POST /hardwares HTTP/1.1" 200 311 0.010202 10.0.0.30 - - [2025-02-13 02:30:20] "POST /fqname-to-id HTTP/1.1" 404 155 0.002891 10.0.0.30 - - [2025-02-13 02:30:20] "POST /hardwares HTTP/1.1" 200 305 0.010480 10.0.0.30 - - [2025-02-13 02:30:21] "POST /fqname-to-id HTTP/1.1" 404 155 0.003086 10.0.0.30 - - [2025-02-13 02:30:21] "POST /hardwares HTTP/1.1" 200 305 0.012427 10.0.0.30 - - [2025-02-13 02:30:21] "POST /fqname-to-id HTTP/1.1" 404 155 0.003300 10.0.0.30 - - [2025-02-13 02:30:21] "POST /hardwares HTTP/1.1" 200 305 0.010797 10.0.0.30 - - [2025-02-13 02:30:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.023570 10.0.0.30 - - [2025-02-13 02:30:21] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002882 10.0.0.30 - - [2025-02-13 02:30:21] "POST /fqname-to-id HTTP/1.1" 404 155 0.002752 10.0.0.30 - - [2025-02-13 02:30:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.30 - - [2025-02-13 02:30:21] "POST /hardwares HTTP/1.1" 200 305 0.013232 10.0.0.30 - - [2025-02-13 02:30:21] "PUT /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235 HTTP/1.1" 200 276 0.009041 10.0.0.30 - - [2025-02-13 02:30:21] "POST /fqname-to-id HTTP/1.1" 404 156 0.002510 10.0.0.30 - - [2025-02-13 02:30:21] "POST /hardwares HTTP/1.1" 200 307 0.018575 10.0.0.30 - - [2025-02-13 02:30:21] "POST /fqname-to-id HTTP/1.1" 404 156 0.005447 10.0.0.30 - - [2025-02-13 02:30:21] "POST /hardwares HTTP/1.1" 200 307 0.013780 10.0.0.30 - - [2025-02-13 02:30:21] "POST /fqname-to-id HTTP/1.1" 404 156 0.004371 10.0.0.30 - - [2025-02-13 02:30:21] "POST /hardwares HTTP/1.1" 200 307 0.013704 10.0.0.30 - - [2025-02-13 02:30:21] "POST /fqname-to-id HTTP/1.1" 404 157 0.002972 10.0.0.30 - - [2025-02-13 02:30:21] "GET / HTTP/1.1" 200 35931 0.002609 10.0.0.30 - - [2025-02-13 02:30:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000504 10.0.0.30 - - [2025-02-13 02:30:21] "POST /hardwares HTTP/1.1" 200 309 0.013503 10.0.0.30 - - [2025-02-13 02:30:21] "POST /fqname-to-id HTTP/1.1" 404 158 0.003530 10.0.0.30 - - [2025-02-13 02:30:21] "POST /hardwares HTTP/1.1" 200 311 0.013631 10.0.0.30 - - [2025-02-13 02:30:21] "POST /fqname-to-id HTTP/1.1" 404 158 0.003756 10.0.0.30 - - [2025-02-13 02:30:21] "POST /hardwares HTTP/1.1" 200 311 0.013070 10.0.0.30 - - [2025-02-13 02:30:21] "POST /fqname-to-id HTTP/1.1" 404 153 0.002866 10.0.0.30 - - [2025-02-13 02:30:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.027152 10.0.0.30 - - [2025-02-13 02:30:22] "GET /global-system-config/9668a7aa-c753-46e0-b1da-4fa995899b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.003072 10.0.0.30 - - [2025-02-13 02:30:22] "POST /hardwares HTTP/1.1" 200 301 0.010715 10.0.0.30 - - [2025-02-13 02:30:22] "POST /fqname-to-id HTTP/1.1" 404 157 0.002178 10.0.0.30 - - [2025-02-13 02:30:22] "PUT /global-system-config/9668a7aa-c753-46e0-b1da-4fa995899b2a HTTP/1.1" 200 274 0.017374 10.0.0.30 - - [2025-02-13 02:30:22] "POST /hardwares HTTP/1.1" 200 309 0.015618 10.0.0.30 - - [2025-02-13 02:30:22] "POST /fqname-to-id HTTP/1.1" 404 157 0.003994 10.0.0.30 - - [2025-02-13 02:30:22] "POST /hardwares HTTP/1.1" 200 309 0.014782 10.0.0.30 - - [2025-02-13 02:30:22] "POST /fqname-to-id HTTP/1.1" 404 157 0.003640 10.0.0.30 - - [2025-02-13 02:30:22] "POST /hardwares HTTP/1.1" 200 309 0.012101 10.0.0.30 - - [2025-02-13 02:30:22] "POST /fqname-to-id HTTP/1.1" 404 157 0.003205 10.0.0.30 - - [2025-02-13 02:30:22] "POST /hardwares HTTP/1.1" 200 309 0.011468 10.0.0.30 - - [2025-02-13 02:30:22] "POST /fqname-to-id HTTP/1.1" 404 157 0.003086 10.0.0.30 - - [2025-02-13 02:30:22] "POST /hardwares HTTP/1.1" 200 309 0.011122 10.0.0.30 - - [2025-02-13 02:30:22] "POST /fqname-to-id HTTP/1.1" 404 161 0.006399 10.0.0.30 - - [2025-02-13 02:30:22] "POST /hardwares HTTP/1.1" 200 317 0.013305 10.0.0.30 - - [2025-02-13 02:30:22] "POST /fqname-to-id HTTP/1.1" 404 157 0.003724 10.0.0.30 - - [2025-02-13 02:30:22] "POST /hardwares HTTP/1.1" 200 309 0.010645 10.0.0.30 - - [2025-02-13 02:30:22] "POST /fqname-to-id HTTP/1.1" 404 157 0.003447 10.0.0.30 - - [2025-02-13 02:30:22] "POST /hardwares HTTP/1.1" 200 309 0.010667 10.0.0.30 - - [2025-02-13 02:30:22] "POST /fqname-to-id HTTP/1.1" 404 154 0.003013 10.0.0.30 - - [2025-02-13 02:30:23] "POST /hardwares HTTP/1.1" 200 303 0.012489 10.0.0.30 - - [2025-02-13 02:30:23] "POST /fqname-to-id HTTP/1.1" 404 190 0.005283 10.0.0.30 - - [2025-02-13 02:30:23] "POST /features HTTP/1.1" 200 533 0.018665 10.0.0.30 - - [2025-02-13 02:30:23] "POST /fqname-to-id HTTP/1.1" 404 185 0.003479 10.0.0.30 - - [2025-02-13 02:30:23] "POST /features HTTP/1.1" 200 523 0.016611 10.0.0.30 - - [2025-02-13 02:30:23] "POST /fqname-to-id HTTP/1.1" 404 184 0.003115 10.0.0.30 - - [2025-02-13 02:30:23] "POST /features HTTP/1.1" 200 521 0.017065 10.0.0.30 - - [2025-02-13 02:30:23] "POST /fqname-to-id HTTP/1.1" 404 184 0.003813 10.0.0.30 - - [2025-02-13 02:30:23] "POST /features HTTP/1.1" 200 521 0.022949 10.0.0.30 - - [2025-02-13 02:30:23] "POST /fqname-to-id HTTP/1.1" 404 189 0.003347 10.0.0.30 - - [2025-02-13 02:30:23] "POST /features HTTP/1.1" 200 531 0.018629 10.0.0.30 - - [2025-02-13 02:30:23] "POST /fqname-to-id HTTP/1.1" 404 184 0.003289 10.0.0.30 - - [2025-02-13 02:30:23] "POST /features HTTP/1.1" 200 521 0.016269 10.0.0.30 - - [2025-02-13 02:30:23] "POST /fqname-to-id HTTP/1.1" 404 193 0.002801 10.0.0.30 - - [2025-02-13 02:30:23] "POST /features HTTP/1.1" 200 539 0.015905 10.0.0.30 - - [2025-02-13 02:30:23] "POST /fqname-to-id HTTP/1.1" 404 186 0.003493 10.0.0.30 - - [2025-02-13 02:30:23] "POST /features HTTP/1.1" 200 525 0.016182 10.0.0.30 - - [2025-02-13 02:30:23] "POST /fqname-to-id HTTP/1.1" 404 183 0.003653 10.0.0.30 - - [2025-02-13 02:30:24] "POST /features HTTP/1.1" 200 519 0.020146 10.0.0.30 - - [2025-02-13 02:30:24] "POST /fqname-to-id HTTP/1.1" 404 182 0.004372 10.0.0.30 - - [2025-02-13 02:30:24] "POST /features HTTP/1.1" 200 517 0.018338 10.0.0.30 - - [2025-02-13 02:30:24] "POST /fqname-to-id HTTP/1.1" 404 190 0.003390 10.0.0.30 - - [2025-02-13 02:30:24] "POST /features HTTP/1.1" 200 533 0.017179 10.0.0.30 - - [2025-02-13 02:30:24] "POST /fqname-to-id HTTP/1.1" 404 194 0.003037 10.0.0.30 - - [2025-02-13 02:30:24] "POST /features HTTP/1.1" 200 541 0.016889 10.0.0.30 - - [2025-02-13 02:30:24] "POST /fqname-to-id HTTP/1.1" 404 178 0.003368 10.0.0.30 - - [2025-02-13 02:30:24] "POST /physical-roles HTTP/1.1" 200 521 0.016966 10.0.0.30 - - [2025-02-13 02:30:24] "POST /fqname-to-id HTTP/1.1" 404 179 0.003343 10.0.0.30 - - [2025-02-13 02:30:24] "POST /physical-roles HTTP/1.1" 200 523 0.025280 10.0.0.30 - - [2025-02-13 02:30:24] "POST /fqname-to-id HTTP/1.1" 404 184 0.003355 10.0.0.30 - - [2025-02-13 02:30:24] "POST /physical-roles HTTP/1.1" 200 533 0.016986 10.0.0.30 - - [2025-02-13 02:30:24] "POST /fqname-to-id HTTP/1.1" 404 177 0.002980 10.0.0.30 - - [2025-02-13 02:30:24] "POST /physical-roles HTTP/1.1" 200 519 0.016329 10.0.0.30 - - [2025-02-13 02:30:24] "POST /fqname-to-id HTTP/1.1" 404 191 0.003092 10.0.0.30 - - [2025-02-13 02:30:24] "POST /overlay-roles HTTP/1.1" 200 545 0.021217 10.0.0.30 - - [2025-02-13 02:30:24] "POST /fqname-to-id HTTP/1.1" 404 184 0.003236 10.0.0.30 - - [2025-02-13 02:30:25] "POST /overlay-roles HTTP/1.1" 200 531 0.020477 10.0.0.30 - - [2025-02-13 02:30:25] "POST /fqname-to-id HTTP/1.1" 404 191 0.003690 10.0.0.30 - - [2025-02-13 02:30:25] "POST /overlay-roles HTTP/1.1" 200 545 0.017010 10.0.0.30 - - [2025-02-13 02:30:25] "POST /fqname-to-id HTTP/1.1" 404 185 0.003235 10.0.0.30 - - [2025-02-13 02:30:25] "POST /overlay-roles HTTP/1.1" 200 533 0.016279 10.0.0.30 - - [2025-02-13 02:30:25] "POST /fqname-to-id HTTP/1.1" 404 189 0.003506 10.0.0.30 - - [2025-02-13 02:30:25] "POST /overlay-roles HTTP/1.1" 200 541 0.018826 10.0.0.30 - - [2025-02-13 02:30:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.30 - - [2025-02-13 02:30:25] "PUT /overlay-role/4c0c69ad-31ee-47a8-a673-b419adca031b HTTP/1.1" 200 258 0.009354 10.0.0.30 - - [2025-02-13 02:30:25] "POST /fqname-to-id HTTP/1.1" 404 184 0.003037 10.0.0.30 - - [2025-02-13 02:30:25] "POST /overlay-roles HTTP/1.1" 200 531 0.017071 10.0.0.30 - - [2025-02-13 02:30:25] "POST /fqname-to-id HTTP/1.1" 404 185 0.003328 10.0.0.30 - - [2025-02-13 02:30:25] "POST /overlay-roles HTTP/1.1" 200 533 0.026771 10.0.0.30 - - [2025-02-13 02:30:25] "POST /fqname-to-id HTTP/1.1" 404 183 0.003037 10.0.0.30 - - [2025-02-13 02:30:25] "POST /overlay-roles HTTP/1.1" 200 529 0.031508 10.0.0.30 - - [2025-02-13 02:30:25] "POST /fqname-to-id HTTP/1.1" 404 187 0.003032 10.0.0.30 - - [2025-02-13 02:30:25] "POST /overlay-roles HTTP/1.1" 200 537 0.016915 10.0.0.30 - - [2025-02-13 02:30:25] "POST /fqname-to-id HTTP/1.1" 404 189 0.003373 10.0.0.30 - - [2025-02-13 02:30:26] "POST /overlay-roles HTTP/1.1" 200 541 0.016478 10.0.0.30 - - [2025-02-13 02:30:26] "POST /fqname-to-id HTTP/1.1" 404 178 0.003463 10.0.0.30 - - [2025-02-13 02:30:26] "POST /overlay-roles HTTP/1.1" 200 519 0.019207 10.0.0.30 - - [2025-02-13 02:30:26] "POST /fqname-to-id HTTP/1.1" 404 190 0.003115 10.0.0.30 - - [2025-02-13 02:30:26] "POST /overlay-roles HTTP/1.1" 200 543 0.015753 10.0.0.30 - - [2025-02-13 02:30:26] "POST /fqname-to-id HTTP/1.1" 404 182 0.002900 10.0.0.30 - - [2025-02-13 02:30:26] "POST /role-definitions HTTP/1.1" 200 533 0.016729 10.0.0.30 - - [2025-02-13 02:30:26] "POST /fqname-to-id HTTP/1.1" 404 189 0.003075 10.0.0.30 - - [2025-02-13 02:30:26] "POST /role-definitions HTTP/1.1" 200 547 0.016865 10.0.0.30 - - [2025-02-13 02:30:26] "POST /fqname-to-id HTTP/1.1" 404 190 0.003588 10.0.0.30 - - [2025-02-13 02:30:26] "POST /role-definitions HTTP/1.1" 200 549 0.018322 10.0.0.30 - - [2025-02-13 02:30:26] "POST /fqname-to-id HTTP/1.1" 404 191 0.003029 10.0.0.30 - - [2025-02-13 02:30:26] "POST /role-definitions HTTP/1.1" 200 551 0.015813 10.0.0.30 - - [2025-02-13 02:30:26] "POST /fqname-to-id HTTP/1.1" 404 197 0.003533 10.0.0.30 - - [2025-02-13 02:30:26] "POST /role-definitions HTTP/1.1" 200 563 0.017462 10.0.0.30 - - [2025-02-13 02:30:26] "POST /fqname-to-id HTTP/1.1" 404 189 0.002853 10.0.0.30 - - [2025-02-13 02:30:26] "POST /role-definitions HTTP/1.1" 200 547 0.022781 10.0.0.30 - - [2025-02-13 02:30:26] "POST /fqname-to-id HTTP/1.1" 404 190 0.002948 10.0.0.30 - - [2025-02-13 02:30:27] "POST /role-definitions HTTP/1.1" 200 549 0.017639 10.0.0.30 - - [2025-02-13 02:30:27] "POST /fqname-to-id HTTP/1.1" 404 191 0.002955 10.0.0.30 - - [2025-02-13 02:30:27] "POST /role-definitions HTTP/1.1" 200 551 0.015956 10.0.0.30 - - [2025-02-13 02:30:27] "POST /fqname-to-id HTTP/1.1" 404 190 0.002874 10.0.0.30 - - [2025-02-13 02:30:27] "POST /role-definitions HTTP/1.1" 200 549 0.015690 10.0.0.30 - - [2025-02-13 02:30:27] "POST /fqname-to-id HTTP/1.1" 404 196 0.003038 10.0.0.30 - - [2025-02-13 02:30:27] "POST /role-definitions HTTP/1.1" 200 561 0.016819 10.0.0.30 - - [2025-02-13 02:30:27] "POST /fqname-to-id HTTP/1.1" 404 189 0.003935 10.0.0.30 - - [2025-02-13 02:30:27] "POST /role-definitions HTTP/1.1" 200 547 0.018677 10.0.0.30 - - [2025-02-13 02:30:27] "POST /fqname-to-id HTTP/1.1" 404 190 0.003481 10.0.0.30 - - [2025-02-13 02:30:27] "POST /role-definitions HTTP/1.1" 200 549 0.017755 10.0.0.30 - - [2025-02-13 02:30:27] "POST /fqname-to-id HTTP/1.1" 404 188 0.003119 10.0.0.30 - - [2025-02-13 02:30:27] "POST /role-definitions HTTP/1.1" 200 545 0.015568 10.0.0.30 - - [2025-02-13 02:30:27] "POST /fqname-to-id HTTP/1.1" 404 189 0.003009 10.0.0.30 - - [2025-02-13 02:30:27] "POST /role-definitions HTTP/1.1" 200 547 0.017817 10.0.0.30 - - [2025-02-13 02:30:27] "POST /fqname-to-id HTTP/1.1" 404 192 0.003443 10.0.0.30 - - [2025-02-13 02:30:27] "POST /role-definitions HTTP/1.1" 200 553 0.017995 10.0.0.30 - - [2025-02-13 02:30:27] "POST /fqname-to-id HTTP/1.1" 404 193 0.002985 10.0.0.30 - - [2025-02-13 02:30:28] "POST /role-definitions HTTP/1.1" 200 555 0.018954 10.0.0.30 - - [2025-02-13 02:30:28] "POST /fqname-to-id HTTP/1.1" 404 182 0.002999 10.0.0.30 - - [2025-02-13 02:30:28] "POST /role-definitions HTTP/1.1" 200 533 0.017080 10.0.0.30 - - [2025-02-13 02:30:28] "POST /fqname-to-id HTTP/1.1" 404 187 0.003713 10.0.0.30 - - [2025-02-13 02:30:28] "POST /role-definitions HTTP/1.1" 200 543 0.017094 10.0.0.30 - - [2025-02-13 02:30:28] "POST /fqname-to-id HTTP/1.1" 404 181 0.003008 10.0.0.30 - - [2025-02-13 02:30:28] "POST /role-definitions HTTP/1.1" 200 531 0.016791 10.0.0.30 - - [2025-02-13 02:30:28] "POST /fqname-to-id HTTP/1.1" 404 184 0.002884 10.0.0.30 - - [2025-02-13 02:30:28] "POST /role-definitions HTTP/1.1" 200 537 0.017144 10.0.0.30 - - [2025-02-13 02:30:28] "POST /fqname-to-id HTTP/1.1" 404 189 0.003853 10.0.0.30 - - [2025-02-13 02:30:28] "POST /role-definitions HTTP/1.1" 200 547 0.014827 10.0.0.30 - - [2025-02-13 02:30:28] "POST /fqname-to-id HTTP/1.1" 404 194 0.003203 10.0.0.30 - - [2025-02-13 02:30:28] "POST /role-definitions HTTP/1.1" 200 557 0.014888 10.0.0.30 - - [2025-02-13 02:30:28] "POST /fqname-to-id HTTP/1.1" 404 196 0.002999 10.0.0.30 - - [2025-02-13 02:30:28] "POST /role-definitions HTTP/1.1" 200 561 0.016865 10.0.0.30 - - [2025-02-13 02:30:28] "POST /fqname-to-id HTTP/1.1" 404 195 0.002969 10.0.0.30 - - [2025-02-13 02:30:28] "POST /role-definitions HTTP/1.1" 200 559 0.016713 10.0.0.30 - - [2025-02-13 02:30:28] "POST /fqname-to-id HTTP/1.1" 404 196 0.002928 10.0.0.30 - - [2025-02-13 02:30:29] "POST /feature-configs HTTP/1.1" 200 537 0.024523 10.0.0.30 - - [2025-02-13 02:30:29] "POST /fqname-to-id HTTP/1.1" 404 212 0.003054 10.0.0.30 - - [2025-02-13 02:30:29] "POST /feature-configs HTTP/1.1" 200 562 0.017363 10.0.0.30 - - [2025-02-13 02:30:29] "POST /fqname-to-id HTTP/1.1" 404 211 0.003031 10.0.0.30 - - [2025-02-13 02:30:29] "POST /feature-configs HTTP/1.1" 200 561 0.017108 10.0.0.30 - - [2025-02-13 02:30:29] "POST /fqname-to-id HTTP/1.1" 404 192 0.003875 10.0.0.30 - - [2025-02-13 02:30:29] "POST /node-profiles HTTP/1.1" 200 547 0.019085 10.0.0.30 - - [2025-02-13 02:30:29] "POST /fqname-to-id HTTP/1.1" 404 187 0.003069 10.0.0.30 - - [2025-02-13 02:30:29] "POST /node-profiles HTTP/1.1" 200 537 0.017378 10.0.0.30 - - [2025-02-13 02:30:29] "POST /fqname-to-id HTTP/1.1" 404 193 0.002947 10.0.0.30 - - [2025-02-13 02:30:29] "POST /node-profiles HTTP/1.1" 200 549 0.016688 10.0.0.30 - - [2025-02-13 02:30:29] "POST /fqname-to-id HTTP/1.1" 404 189 0.003665 10.0.0.30 - - [2025-02-13 02:30:29] "POST /node-profiles HTTP/1.1" 200 541 0.017799 10.0.0.30 - - [2025-02-13 02:30:29] "POST /fqname-to-id HTTP/1.1" 404 189 0.003445 10.0.0.30 - - [2025-02-13 02:30:29] "POST /node-profiles HTTP/1.1" 200 541 0.016511 10.0.0.30 - - [2025-02-13 02:30:29] "POST /fqname-to-id HTTP/1.1" 404 188 0.003025 10.0.0.30 - - [2025-02-13 02:30:29] "POST /node-profiles HTTP/1.1" 200 539 0.014807 10.0.0.30 - - [2025-02-13 02:30:29] "POST /fqname-to-id HTTP/1.1" 404 184 0.003200 10.0.0.30 - - [2025-02-13 02:30:30] "POST /node-profiles HTTP/1.1" 200 531 0.016459 10.0.0.30 - - [2025-02-13 02:30:30] "POST /fqname-to-id HTTP/1.1" 404 185 0.003304 10.0.0.30 - - [2025-02-13 02:30:30] "POST /node-profiles HTTP/1.1" 200 533 0.017411 10.0.0.30 - - [2025-02-13 02:30:30] "POST /fqname-to-id HTTP/1.1" 404 197 0.002963 10.0.0.30 - - [2025-02-13 02:30:30] "POST /node-profiles HTTP/1.1" 200 557 0.015981 10.0.0.30 - - [2025-02-13 02:30:30] "POST /fqname-to-id HTTP/1.1" 404 206 0.002961 10.0.0.30 - - [2025-02-13 02:30:30] "POST /telemetry-profiles HTTP/1.1" 200 554 0.015933 10.0.0.30 - - [2025-02-13 02:30:30] "POST /fqname-to-id HTTP/1.1" 404 206 0.002967 10.0.0.30 - - [2025-02-13 02:30:30] "POST /telemetry-profiles HTTP/1.1" 200 554 0.014343 10.0.0.30 - - [2025-02-13 02:30:30] "POST /fqname-to-id HTTP/1.1" 404 206 0.002853 10.0.0.30 - - [2025-02-13 02:30:30] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016388 10.0.0.30 - - [2025-02-13 02:30:30] "POST /fqname-to-id HTTP/1.1" 404 206 0.003389 10.0.0.30 - - [2025-02-13 02:30:30] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017059 10.0.0.30 - - [2025-02-13 02:30:30] "POST /fqname-to-id HTTP/1.1" 404 206 0.003007 10.0.0.30 - - [2025-02-13 02:30:30] "POST /telemetry-profiles HTTP/1.1" 200 554 0.018930 10.0.0.30 - - [2025-02-13 02:30:30] "POST /fqname-to-id HTTP/1.1" 404 206 0.003885 10.0.0.30 - - [2025-02-13 02:30:30] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016718 10.0.0.30 - - [2025-02-13 02:30:30] "POST /fqname-to-id HTTP/1.1" 404 199 0.002923 10.0.0.30 - - [2025-02-13 02:30:31] "POST /sflow-profiles HTTP/1.1" 200 532 0.016062 10.0.0.30 - - [2025-02-13 02:30:31] "POST /fqname-to-id HTTP/1.1" 404 202 0.003109 10.0.0.30 - - [2025-02-13 02:30:31] "POST /sflow-profiles HTTP/1.1" 200 538 0.043220 10.0.0.30 - - [2025-02-13 02:30:31] "POST /fqname-to-id HTTP/1.1" 404 202 0.003749 10.0.0.30 - - [2025-02-13 02:30:31] "POST /sflow-profiles HTTP/1.1" 200 538 0.031404 10.0.0.30 - - [2025-02-13 02:30:31] "POST /fqname-to-id HTTP/1.1" 404 199 0.003396 10.0.0.30 - - [2025-02-13 02:30:31] "POST /grpc-profiles HTTP/1.1" 200 530 0.016863 10.0.0.30 - - [2025-02-13 02:30:31] "POST /fqname-to-id HTTP/1.1" 404 199 0.003412 10.0.0.30 - - [2025-02-13 02:30:31] "POST /snmp-profiles HTTP/1.1" 200 530 0.015916 10.0.0.30 - - [2025-02-13 02:30:31] "POST /fqname-to-id HTTP/1.1" 404 202 0.002896 10.0.0.30 - - [2025-02-13 02:30:31] "POST /netconf-profiles HTTP/1.1" 200 542 0.014867 10.0.0.30 - - [2025-02-13 02:30:31] "POST /fqname-to-id HTTP/1.1" 404 193 0.003477 10.0.0.30 - - [2025-02-13 02:30:31] "POST /device-functional-groups HTTP/1.1" 200 540 0.015830 10.0.0.30 - - [2025-02-13 02:30:31] "POST /fqname-to-id HTTP/1.1" 404 193 0.002917 10.0.0.30 - - [2025-02-13 02:30:31] "POST /device-functional-groups HTTP/1.1" 200 540 0.014874 10.0.0.30 - - [2025-02-13 02:30:31] "POST /fqname-to-id HTTP/1.1" 404 195 0.003188 10.0.0.30 - - [2025-02-13 02:30:31] "POST /device-functional-groups HTTP/1.1" 200 544 0.015597 10.0.0.30 - - [2025-02-13 02:30:31] "POST /fqname-to-id HTTP/1.1" 404 194 0.002950 10.0.0.30 - - [2025-02-13 02:30:32] "POST /device-functional-groups HTTP/1.1" 200 542 0.015298 10.0.0.30 - - [2025-02-13 02:30:32] "POST /fqname-to-id HTTP/1.1" 404 218 0.003312 10.0.0.30 - - [2025-02-13 02:30:32] "POST /device-functional-groups HTTP/1.1" 200 590 0.016578 10.0.0.30 - - [2025-02-13 02:30:32] "POST /fqname-to-id HTTP/1.1" 404 208 0.002831 10.0.0.30 - - [2025-02-13 02:30:32] "POST /device-functional-groups HTTP/1.1" 200 570 0.015417 10.0.0.30 - - [2025-02-13 02:30:32] "POST /fqname-to-id HTTP/1.1" 404 236 0.002981 10.0.0.30 - - [2025-02-13 02:30:32] "POST /device-functional-groups HTTP/1.1" 200 620 0.015725 10.0.0.30 - - [2025-02-13 02:30:32] "POST /fqname-to-id HTTP/1.1" 404 206 0.003838 10.0.0.30 - - [2025-02-13 02:30:32] "POST /device-functional-groups HTTP/1.1" 200 566 0.015390 10.0.0.30 - - [2025-02-13 02:30:32] "POST /fqname-to-id HTTP/1.1" 404 205 0.002808 10.0.0.30 - - [2025-02-13 02:30:32] "POST /device-functional-groups HTTP/1.1" 200 564 0.019564 10.0.0.30 - - [2025-02-13 02:30:32] "POST /fqname-to-id HTTP/1.1" 404 210 0.002855 10.0.0.30 - - [2025-02-13 02:30:32] "POST /device-functional-groups HTTP/1.1" 200 574 0.016671 10.0.0.30 - - [2025-02-13 02:30:32] "POST /fqname-to-id HTTP/1.1" 404 201 0.003059 10.0.0.30 - - [2025-02-13 02:30:32] "POST /role-configs HTTP/1.1" 200 525 0.015580 10.0.0.30 - - [2025-02-13 02:30:32] "POST /fqname-to-id HTTP/1.1" 404 196 0.003198 10.0.0.30 - - [2025-02-13 02:30:32] "POST /role-configs HTTP/1.1" 200 520 0.015744 10.0.0.30 - - [2025-02-13 02:30:32] "POST /fqname-to-id HTTP/1.1" 404 198 0.003127 10.0.0.30 - - [2025-02-13 02:30:33] "POST /role-configs HTTP/1.1" 200 522 0.016082 10.0.0.30 - - [2025-02-13 02:30:33] "POST /fqname-to-id HTTP/1.1" 404 198 0.002998 10.0.0.30 - - [2025-02-13 02:30:33] "POST /role-configs HTTP/1.1" 200 522 0.024126 10.0.0.30 - - [2025-02-13 02:30:33] "POST /fqname-to-id HTTP/1.1" 404 202 0.003014 10.0.0.30 - - [2025-02-13 02:30:33] "POST /role-configs HTTP/1.1" 200 526 0.016716 10.0.0.30 - - [2025-02-13 02:30:33] "POST /fqname-to-id HTTP/1.1" 404 197 0.002905 10.0.0.30 - - [2025-02-13 02:30:33] "POST /role-configs HTTP/1.1" 200 521 0.015487 10.0.0.30 - - [2025-02-13 02:30:33] "POST /fqname-to-id HTTP/1.1" 404 193 0.003217 10.0.0.30 - - [2025-02-13 02:30:33] "POST /role-configs HTTP/1.1" 200 517 0.015938 10.0.0.30 - - [2025-02-13 02:30:33] "POST /fqname-to-id HTTP/1.1" 404 194 0.003019 10.0.0.30 - - [2025-02-13 02:30:33] "POST /role-configs HTTP/1.1" 200 518 0.014567 10.0.0.30 - - [2025-02-13 02:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.30 - - [2025-02-13 02:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.30 - - [2025-02-13 02:30:33] "POST /ref-update HTTP/1.1" 200 156 0.009606 10.0.0.30 - - [2025-02-13 02:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.30 - - [2025-02-13 02:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.30 - - [2025-02-13 02:30:33] "POST /ref-update HTTP/1.1" 200 156 0.008486 10.0.0.30 - - [2025-02-13 02:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.30 - - [2025-02-13 02:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.30 - - [2025-02-13 02:30:34] "POST /ref-update HTTP/1.1" 200 156 0.007922 10.0.0.30 - - [2025-02-13 02:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.30 - - [2025-02-13 02:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.30 - - [2025-02-13 02:30:34] "POST /ref-update HTTP/1.1" 200 156 0.007780 10.0.0.30 - - [2025-02-13 02:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.30 - - [2025-02-13 02:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.30 - - [2025-02-13 02:30:34] "POST /ref-update HTTP/1.1" 200 156 0.008562 10.0.0.30 - - [2025-02-13 02:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.30 - - [2025-02-13 02:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.30 - - [2025-02-13 02:30:34] "POST /ref-update HTTP/1.1" 200 156 0.009968 10.0.0.30 - - [2025-02-13 02:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.30 - - [2025-02-13 02:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.30 - - [2025-02-13 02:30:34] "POST /ref-update HTTP/1.1" 200 156 0.008127 10.0.0.30 - - [2025-02-13 02:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.30 - - [2025-02-13 02:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.30 - - [2025-02-13 02:30:34] "POST /ref-update HTTP/1.1" 200 156 0.009077 10.0.0.30 - - [2025-02-13 02:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.30 - - [2025-02-13 02:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.30 - - [2025-02-13 02:30:34] "POST /ref-update HTTP/1.1" 200 156 0.008087 10.0.0.30 - - [2025-02-13 02:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.30 - - [2025-02-13 02:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.30 - - [2025-02-13 02:30:35] "POST /ref-update HTTP/1.1" 200 156 0.008499 10.0.0.30 - - [2025-02-13 02:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.30 - - [2025-02-13 02:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.30 - - [2025-02-13 02:30:35] "POST /ref-update HTTP/1.1" 200 156 0.008786 10.0.0.30 - - [2025-02-13 02:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.30 - - [2025-02-13 02:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.30 - - [2025-02-13 02:30:35] "POST /ref-update HTTP/1.1" 200 156 0.007650 10.0.0.30 - - [2025-02-13 02:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.30 - - [2025-02-13 02:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.30 - - [2025-02-13 02:30:35] "POST /ref-update HTTP/1.1" 200 156 0.007256 10.0.0.30 - - [2025-02-13 02:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.30 - - [2025-02-13 02:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.30 - - [2025-02-13 02:30:35] "POST /ref-update HTTP/1.1" 200 156 0.009547 10.0.0.30 - - [2025-02-13 02:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.30 - - [2025-02-13 02:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.30 - - [2025-02-13 02:30:35] "POST /ref-update HTTP/1.1" 200 156 0.008185 10.0.0.30 - - [2025-02-13 02:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.30 - - [2025-02-13 02:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.30 - - [2025-02-13 02:30:35] "POST /ref-update HTTP/1.1" 200 156 0.007065 10.0.0.30 - - [2025-02-13 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.30 - - [2025-02-13 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.30 - - [2025-02-13 02:30:36] "POST /ref-update HTTP/1.1" 200 156 0.009004 10.0.0.30 - - [2025-02-13 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.30 - - [2025-02-13 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.007603 10.0.0.30 - - [2025-02-13 02:30:36] "POST /ref-update HTTP/1.1" 200 156 0.008310 10.0.0.30 - - [2025-02-13 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.30 - - [2025-02-13 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.30 - - [2025-02-13 02:30:36] "POST /ref-update HTTP/1.1" 200 156 0.008373 10.0.0.30 - - [2025-02-13 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.30 - - [2025-02-13 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.30 - - [2025-02-13 02:30:36] "POST /ref-update HTTP/1.1" 200 156 0.007482 10.0.0.30 - - [2025-02-13 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.30 - - [2025-02-13 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.30 - - [2025-02-13 02:30:36] "POST /ref-update HTTP/1.1" 200 156 0.006783 10.0.0.30 - - [2025-02-13 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.30 - - [2025-02-13 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.30 - - [2025-02-13 02:30:36] "POST /ref-update HTTP/1.1" 200 156 0.007213 10.0.0.30 - - [2025-02-13 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.30 - - [2025-02-13 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.30 - - [2025-02-13 02:30:37] "POST /ref-update HTTP/1.1" 200 156 0.007974 10.0.0.30 - - [2025-02-13 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.30 - - [2025-02-13 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.30 - - [2025-02-13 02:30:37] "POST /ref-update HTTP/1.1" 200 156 0.007401 10.0.0.30 - - [2025-02-13 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.30 - - [2025-02-13 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.30 - - [2025-02-13 02:30:37] "POST /ref-update HTTP/1.1" 200 156 0.008793 10.0.0.30 - - [2025-02-13 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.30 - - [2025-02-13 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.30 - - [2025-02-13 02:30:37] "POST /ref-update HTTP/1.1" 200 156 0.007095 10.0.0.30 - - [2025-02-13 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.30 - - [2025-02-13 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.30 - - [2025-02-13 02:30:37] "POST /ref-update HTTP/1.1" 200 156 0.008339 10.0.0.30 - - [2025-02-13 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.30 - - [2025-02-13 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.30 - - [2025-02-13 02:30:37] "POST /ref-update HTTP/1.1" 200 156 0.007838 10.0.0.30 - - [2025-02-13 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.30 - - [2025-02-13 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.30 - - [2025-02-13 02:30:37] "POST /ref-update HTTP/1.1" 200 156 0.007626 10.0.0.30 - - [2025-02-13 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.30 - - [2025-02-13 02:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.30 - - [2025-02-13 02:30:38] "POST /ref-update HTTP/1.1" 200 156 0.008654 10.0.0.30 - - [2025-02-13 02:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.30 - - [2025-02-13 02:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.30 - - [2025-02-13 02:30:38] "POST /ref-update HTTP/1.1" 200 156 0.007662 10.0.0.30 - - [2025-02-13 02:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.30 - - [2025-02-13 02:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.30 - - [2025-02-13 02:30:38] "POST /ref-update HTTP/1.1" 200 156 0.007636 10.0.0.30 - - [2025-02-13 02:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.30 - - [2025-02-13 02:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.30 - - [2025-02-13 02:30:38] "POST /ref-update HTTP/1.1" 200 156 0.008756 10.0.0.30 - - [2025-02-13 02:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.30 - - [2025-02-13 02:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.30 - - [2025-02-13 02:30:38] "POST /ref-update HTTP/1.1" 200 156 0.007271 10.0.0.30 - - [2025-02-13 02:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.30 - - [2025-02-13 02:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.30 - - [2025-02-13 02:30:38] "POST /ref-update HTTP/1.1" 200 156 0.008542 10.0.0.30 - - [2025-02-13 02:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.30 - - [2025-02-13 02:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.30 - - [2025-02-13 02:30:38] "POST /ref-update HTTP/1.1" 200 156 0.019677 10.0.0.30 - - [2025-02-13 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.30 - - [2025-02-13 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.30 - - [2025-02-13 02:30:39] "POST /ref-update HTTP/1.1" 200 156 0.007540 10.0.0.30 - - [2025-02-13 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.30 - - [2025-02-13 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.30 - - [2025-02-13 02:30:39] "POST /ref-update HTTP/1.1" 200 156 0.007508 10.0.0.30 - - [2025-02-13 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.30 - - [2025-02-13 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.30 - - [2025-02-13 02:30:39] "POST /ref-update HTTP/1.1" 200 156 0.007772 10.0.0.30 - - [2025-02-13 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.30 - - [2025-02-13 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.30 - - [2025-02-13 02:30:39] "POST /ref-update HTTP/1.1" 200 156 0.007548 10.0.0.30 - - [2025-02-13 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.30 - - [2025-02-13 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.30 - - [2025-02-13 02:30:39] "POST /ref-update HTTP/1.1" 200 156 0.006909 10.0.0.30 - - [2025-02-13 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.30 - - [2025-02-13 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.30 - - [2025-02-13 02:30:39] "POST /ref-update HTTP/1.1" 200 156 0.008582 10.0.0.30 - - [2025-02-13 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.30 - - [2025-02-13 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.30 - - [2025-02-13 02:30:40] "POST /ref-update HTTP/1.1" 200 156 0.009332 10.0.0.30 - - [2025-02-13 02:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.30 - - [2025-02-13 02:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.30 - - [2025-02-13 02:30:40] "POST /ref-update HTTP/1.1" 200 156 0.007674 10.0.0.30 - - [2025-02-13 02:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.30 - - [2025-02-13 02:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.30 - - [2025-02-13 02:30:40] "POST /ref-update HTTP/1.1" 200 156 0.007120 10.0.0.30 - - [2025-02-13 02:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.30 - - [2025-02-13 02:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.30 - - [2025-02-13 02:30:40] "POST /ref-update HTTP/1.1" 200 156 0.007532 10.0.0.30 - - [2025-02-13 02:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.30 - - [2025-02-13 02:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.30 - - [2025-02-13 02:30:40] "POST /ref-update HTTP/1.1" 200 156 0.008564 10.0.0.30 - - [2025-02-13 02:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.30 - - [2025-02-13 02:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.30 - - [2025-02-13 02:30:40] "POST /ref-update HTTP/1.1" 200 156 0.007779 10.0.0.30 - - [2025-02-13 02:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.30 - - [2025-02-13 02:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.30 - - [2025-02-13 02:30:40] "POST /ref-update HTTP/1.1" 200 156 0.008221 10.0.0.30 - - [2025-02-13 02:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.30 - - [2025-02-13 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.30 - - [2025-02-13 02:30:41] "POST /ref-update HTTP/1.1" 200 156 0.008236 10.0.0.30 - - [2025-02-13 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.30 - - [2025-02-13 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.30 - - [2025-02-13 02:30:41] "POST /ref-update HTTP/1.1" 200 156 0.008827 10.0.0.30 - - [2025-02-13 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.30 - - [2025-02-13 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.30 - - [2025-02-13 02:30:41] "POST /ref-update HTTP/1.1" 200 156 0.007711 10.0.0.30 - - [2025-02-13 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.30 - - [2025-02-13 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.30 - - [2025-02-13 02:30:41] "POST /ref-update HTTP/1.1" 200 156 0.007627 10.0.0.30 - - [2025-02-13 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.30 - - [2025-02-13 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.30 - - [2025-02-13 02:30:41] "POST /ref-update HTTP/1.1" 200 156 0.008001 10.0.0.30 - - [2025-02-13 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.30 - - [2025-02-13 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.30 - - [2025-02-13 02:30:41] "POST /ref-update HTTP/1.1" 200 156 0.008202 10.0.0.30 - - [2025-02-13 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.30 - - [2025-02-13 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.30 - - [2025-02-13 02:30:41] "POST /ref-update HTTP/1.1" 200 156 0.007156 10.0.0.30 - - [2025-02-13 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.30 - - [2025-02-13 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.30 - - [2025-02-13 02:30:42] "POST /ref-update HTTP/1.1" 200 156 0.008154 10.0.0.30 - - [2025-02-13 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.30 - - [2025-02-13 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.30 - - [2025-02-13 02:30:42] "POST /ref-update HTTP/1.1" 200 156 0.007955 10.0.0.30 - - [2025-02-13 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.30 - - [2025-02-13 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.30 - - [2025-02-13 02:30:42] "POST /ref-update HTTP/1.1" 200 156 0.008582 10.0.0.30 - - [2025-02-13 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.30 - - [2025-02-13 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.30 - - [2025-02-13 02:30:42] "POST /ref-update HTTP/1.1" 200 156 0.007549 10.0.0.30 - - [2025-02-13 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.30 - - [2025-02-13 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.30 - - [2025-02-13 02:30:42] "POST /ref-update HTTP/1.1" 200 156 0.009186 10.0.0.30 - - [2025-02-13 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.30 - - [2025-02-13 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.30 - - [2025-02-13 02:30:42] "POST /ref-update HTTP/1.1" 200 156 0.007738 10.0.0.30 - - [2025-02-13 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.30 - - [2025-02-13 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.30 - - [2025-02-13 02:30:43] "POST /ref-update HTTP/1.1" 200 156 0.008361 10.0.0.30 - - [2025-02-13 02:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.30 - - [2025-02-13 02:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.30 - - [2025-02-13 02:30:43] "POST /ref-update HTTP/1.1" 200 156 0.008363 10.0.0.30 - - [2025-02-13 02:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.30 - - [2025-02-13 02:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.30 - - [2025-02-13 02:30:43] "POST /ref-update HTTP/1.1" 200 156 0.007655 10.0.0.30 - - [2025-02-13 02:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.30 - - [2025-02-13 02:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.30 - - [2025-02-13 02:30:43] "POST /ref-update HTTP/1.1" 200 156 0.010973 10.0.0.30 - - [2025-02-13 02:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.30 - - [2025-02-13 02:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.30 - - [2025-02-13 02:30:43] "POST /ref-update HTTP/1.1" 200 156 0.011022 10.0.0.30 - - [2025-02-13 02:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.30 - - [2025-02-13 02:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.30 - - [2025-02-13 02:30:43] "POST /ref-update HTTP/1.1" 200 156 0.009022 10.0.0.30 - - [2025-02-13 02:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.30 - - [2025-02-13 02:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.30 - - [2025-02-13 02:30:43] "POST /ref-update HTTP/1.1" 200 156 0.010572 10.0.0.30 - - [2025-02-13 02:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004528 10.0.0.30 - - [2025-02-13 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.30 - - [2025-02-13 02:30:44] "POST /ref-update HTTP/1.1" 200 156 0.007526 10.0.0.30 - - [2025-02-13 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.30 - - [2025-02-13 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.30 - - [2025-02-13 02:30:44] "POST /ref-update HTTP/1.1" 200 156 0.008609 10.0.0.30 - - [2025-02-13 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.30 - - [2025-02-13 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.30 - - [2025-02-13 02:30:44] "POST /ref-update HTTP/1.1" 200 156 0.009893 10.0.0.30 - - [2025-02-13 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.30 - - [2025-02-13 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004922 10.0.0.30 - - [2025-02-13 02:30:44] "POST /ref-update HTTP/1.1" 200 156 0.007704 10.0.0.30 - - [2025-02-13 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.30 - - [2025-02-13 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.30 - - [2025-02-13 02:30:44] "POST /ref-update HTTP/1.1" 200 156 0.008861 10.0.0.30 - - [2025-02-13 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.30 - - [2025-02-13 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.30 - - [2025-02-13 02:30:44] "POST /ref-update HTTP/1.1" 200 156 0.008623 10.0.0.30 - - [2025-02-13 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.30 - - [2025-02-13 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.30 - - [2025-02-13 02:30:45] "POST /ref-update HTTP/1.1" 200 156 0.008537 10.0.0.30 - - [2025-02-13 02:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.30 - - [2025-02-13 02:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.30 - - [2025-02-13 02:30:45] "POST /ref-update HTTP/1.1" 200 156 0.008595 10.0.0.30 - - [2025-02-13 02:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.30 - - [2025-02-13 02:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.30 - - [2025-02-13 02:30:45] "POST /ref-update HTTP/1.1" 200 156 0.007846 10.0.0.30 - - [2025-02-13 02:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.30 - - [2025-02-13 02:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.30 - - [2025-02-13 02:30:45] "POST /ref-update HTTP/1.1" 200 156 0.007245 10.0.0.30 - - [2025-02-13 02:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.30 - - [2025-02-13 02:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.007896 10.0.0.30 - - [2025-02-13 02:30:45] "POST /ref-update HTTP/1.1" 200 156 0.009548 10.0.0.30 - - [2025-02-13 02:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.30 - - [2025-02-13 02:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.30 - - [2025-02-13 02:30:45] "POST /ref-update HTTP/1.1" 200 156 0.008582 10.0.0.30 - - [2025-02-13 02:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.30 - - [2025-02-13 02:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.30 - - [2025-02-13 02:30:45] "POST /ref-update HTTP/1.1" 200 156 0.009252 10.0.0.30 - - [2025-02-13 02:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.30 - - [2025-02-13 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.30 - - [2025-02-13 02:30:46] "POST /ref-update HTTP/1.1" 200 156 0.008277 10.0.0.30 - - [2025-02-13 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.30 - - [2025-02-13 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.30 - - [2025-02-13 02:30:46] "POST /ref-update HTTP/1.1" 200 156 0.006676 10.0.0.30 - - [2025-02-13 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.30 - - [2025-02-13 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.30 - - [2025-02-13 02:30:46] "POST /ref-update HTTP/1.1" 200 156 0.008674 10.0.0.30 - - [2025-02-13 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.30 - - [2025-02-13 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.30 - - [2025-02-13 02:30:46] "POST /ref-update HTTP/1.1" 200 156 0.007468 10.0.0.30 - - [2025-02-13 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.30 - - [2025-02-13 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.30 - - [2025-02-13 02:30:46] "POST /ref-update HTTP/1.1" 200 156 0.007860 10.0.0.30 - - [2025-02-13 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.30 - - [2025-02-13 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.30 - - [2025-02-13 02:30:46] "POST /ref-update HTTP/1.1" 200 156 0.007924 10.0.0.30 - - [2025-02-13 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.30 - - [2025-02-13 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.30 - - [2025-02-13 02:30:46] "POST /ref-update HTTP/1.1" 200 156 0.007874 10.0.0.30 - - [2025-02-13 02:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.30 - - [2025-02-13 02:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.30 - - [2025-02-13 02:30:47] "POST /ref-update HTTP/1.1" 200 156 0.009296 10.0.0.30 - - [2025-02-13 02:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.30 - - [2025-02-13 02:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.30 - - [2025-02-13 02:30:47] "POST /ref-update HTTP/1.1" 200 156 0.007803 10.0.0.30 - - [2025-02-13 02:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.30 - - [2025-02-13 02:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.30 - - [2025-02-13 02:30:47] "POST /ref-update HTTP/1.1" 200 156 0.009370 10.0.0.30 - - [2025-02-13 02:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.30 - - [2025-02-13 02:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.30 - - [2025-02-13 02:30:47] "POST /ref-update HTTP/1.1" 200 156 0.007387 10.0.0.30 - - [2025-02-13 02:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.30 - - [2025-02-13 02:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.30 - - [2025-02-13 02:30:47] "POST /ref-update HTTP/1.1" 200 156 0.008713 10.0.0.30 - - [2025-02-13 02:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.30 - - [2025-02-13 02:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005098 10.0.0.30 - - [2025-02-13 02:30:47] "POST /ref-update HTTP/1.1" 200 156 0.009933 10.0.0.30 - - [2025-02-13 02:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.30 - - [2025-02-13 02:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.30 - - [2025-02-13 02:30:48] "POST /ref-update HTTP/1.1" 200 156 0.010595 10.0.0.30 - - [2025-02-13 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.30 - - [2025-02-13 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004968 10.0.0.30 - - [2025-02-13 02:30:48] "POST /ref-update HTTP/1.1" 200 156 0.008935 10.0.0.30 - - [2025-02-13 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.30 - - [2025-02-13 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004841 10.0.0.30 - - [2025-02-13 02:30:48] "POST /ref-update HTTP/1.1" 200 156 0.008871 10.0.0.30 - - [2025-02-13 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.30 - - [2025-02-13 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.30 - - [2025-02-13 02:30:48] "POST /ref-update HTTP/1.1" 200 156 0.007986 10.0.0.30 - - [2025-02-13 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.30 - - [2025-02-13 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.30 - - [2025-02-13 02:30:48] "POST /ref-update HTTP/1.1" 200 156 0.007733 10.0.0.30 - - [2025-02-13 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.30 - - [2025-02-13 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.30 - - [2025-02-13 02:30:48] "POST /ref-update HTTP/1.1" 200 156 0.007486 10.0.0.30 - - [2025-02-13 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004407 10.0.0.30 - - [2025-02-13 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.30 - - [2025-02-13 02:30:48] "POST /ref-update HTTP/1.1" 200 156 0.008162 10.0.0.30 - - [2025-02-13 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.30 - - [2025-02-13 02:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.30 - - [2025-02-13 02:30:49] "POST /ref-update HTTP/1.1" 200 156 0.011965 10.0.0.30 - - [2025-02-13 02:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.30 - - [2025-02-13 02:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.30 - - [2025-02-13 02:30:49] "POST /ref-update HTTP/1.1" 200 156 0.007869 10.0.0.30 - - [2025-02-13 02:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.30 - - [2025-02-13 02:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.30 - - [2025-02-13 02:30:49] "POST /ref-update HTTP/1.1" 200 156 0.008563 10.0.0.30 - - [2025-02-13 02:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.30 - - [2025-02-13 02:30:49] "GET /global-system-configs HTTP/1.1" 200 322 0.605028 10.0.0.30 - - [2025-02-13 02:30:49] "GET /global-system-configs HTTP/1.1" 200 322 0.031991 10.0.0.30 - - [2025-02-13 02:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002342 10.0.0.30 - - [2025-02-13 02:30:49] "POST /ref-update HTTP/1.1" 200 156 0.007717 10.0.0.30 - - [2025-02-13 02:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.30 - - [2025-02-13 02:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.30 - - [2025-02-13 02:30:49] "POST /ref-update HTTP/1.1" 200 156 0.007261 10.0.0.30 - - [2025-02-13 02:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.30 - - [2025-02-13 02:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.30 - - [2025-02-13 02:30:49] "POST /ref-update HTTP/1.1" 200 156 0.008059 10.0.0.30 - - [2025-02-13 02:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.30 - - [2025-02-13 02:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.30 - - [2025-02-13 02:30:49] "POST /ref-update HTTP/1.1" 200 156 0.007156 10.0.0.30 - - [2025-02-13 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.30 - - [2025-02-13 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.30 - - [2025-02-13 02:30:50] "POST /ref-update HTTP/1.1" 200 156 0.008729 10.0.0.30 - - [2025-02-13 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.30 - - [2025-02-13 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.30 - - [2025-02-13 02:30:50] "POST /ref-update HTTP/1.1" 200 156 0.009295 10.0.0.30 - - [2025-02-13 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.30 - - [2025-02-13 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.30 - - [2025-02-13 02:30:50] "POST /ref-update HTTP/1.1" 200 156 0.008012 10.0.0.30 - - [2025-02-13 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.30 - - [2025-02-13 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.30 - - [2025-02-13 02:30:50] "POST /ref-update HTTP/1.1" 200 156 0.007715 10.0.0.30 - - [2025-02-13 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004336 10.0.0.30 - - [2025-02-13 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.30 - - [2025-02-13 02:30:50] "POST /ref-update HTTP/1.1" 200 156 0.008305 10.0.0.30 - - [2025-02-13 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.30 - - [2025-02-13 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.30 - - [2025-02-13 02:30:50] "POST /ref-update HTTP/1.1" 200 156 0.007374 10.0.0.30 - - [2025-02-13 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.30 - - [2025-02-13 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.30 - - [2025-02-13 02:30:51] "POST /ref-update HTTP/1.1" 200 156 0.007557 10.0.0.30 - - [2025-02-13 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.30 - - [2025-02-13 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.30 - - [2025-02-13 02:30:51] "POST /ref-update HTTP/1.1" 200 156 0.008982 10.0.0.30 - - [2025-02-13 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.30 - - [2025-02-13 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.30 - - [2025-02-13 02:30:51] "POST /ref-update HTTP/1.1" 200 156 0.008438 10.0.0.30 - - [2025-02-13 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.30 - - [2025-02-13 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.30 - - [2025-02-13 02:30:51] "POST /ref-update HTTP/1.1" 200 156 0.008440 10.0.0.30 - - [2025-02-13 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.30 - - [2025-02-13 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002837 10.0.0.30 - - [2025-02-13 02:30:51] "POST /ref-update HTTP/1.1" 200 156 0.009019 10.0.0.30 - - [2025-02-13 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.30 - - [2025-02-13 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.30 - - [2025-02-13 02:30:51] "POST /ref-update HTTP/1.1" 200 156 0.009606 10.0.0.30 - - [2025-02-13 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.30 - - [2025-02-13 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.30 - - [2025-02-13 02:30:51] "POST /ref-update HTTP/1.1" 200 156 0.007211 10.0.0.30 - - [2025-02-13 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.30 - - [2025-02-13 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.30 - - [2025-02-13 02:30:52] "POST /ref-update HTTP/1.1" 200 156 0.009171 10.0.0.30 - - [2025-02-13 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.30 - - [2025-02-13 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.30 - - [2025-02-13 02:30:52] "POST /ref-update HTTP/1.1" 200 156 0.007353 10.0.0.30 - - [2025-02-13 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.30 - - [2025-02-13 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.30 - - [2025-02-13 02:30:52] "POST /ref-update HTTP/1.1" 200 156 0.007294 10.0.0.30 - - [2025-02-13 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.30 - - [2025-02-13 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.30 - - [2025-02-13 02:30:52] "POST /ref-update HTTP/1.1" 200 156 0.008365 10.0.0.30 - - [2025-02-13 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.30 - - [2025-02-13 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.30 - - [2025-02-13 02:30:52] "POST /ref-update HTTP/1.1" 200 156 0.007835 10.0.0.30 - - [2025-02-13 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.30 - - [2025-02-13 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.30 - - [2025-02-13 02:30:52] "POST /ref-update HTTP/1.1" 200 156 0.008425 10.0.0.30 - - [2025-02-13 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.30 - - [2025-02-13 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.30 - - [2025-02-13 02:30:53] "POST /ref-update HTTP/1.1" 200 156 0.007937 10.0.0.30 - - [2025-02-13 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.30 - - [2025-02-13 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.30 - - [2025-02-13 02:30:53] "POST /ref-update HTTP/1.1" 200 156 0.009038 10.0.0.30 - - [2025-02-13 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.30 - - [2025-02-13 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.30 - - [2025-02-13 02:30:53] "POST /ref-update HTTP/1.1" 200 156 0.007910 10.0.0.30 - - [2025-02-13 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.30 - - [2025-02-13 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.30 - - [2025-02-13 02:30:53] "POST /ref-update HTTP/1.1" 200 156 0.007269 10.0.0.30 - - [2025-02-13 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.30 - - [2025-02-13 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.30 - - [2025-02-13 02:30:53] "POST /ref-update HTTP/1.1" 200 156 0.007342 10.0.0.30 - - [2025-02-13 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004090 10.0.0.30 - - [2025-02-13 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.30 - - [2025-02-13 02:30:53] "POST /ref-update HTTP/1.1" 200 156 0.006653 10.0.0.30 - - [2025-02-13 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.30 - - [2025-02-13 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.30 - - [2025-02-13 02:30:53] "POST /ref-update HTTP/1.1" 200 156 0.008011 10.0.0.30 - - [2025-02-13 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.30 - - [2025-02-13 02:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.30 - - [2025-02-13 02:30:54] "POST /ref-update HTTP/1.1" 200 156 0.008402 10.0.0.30 - - [2025-02-13 02:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.30 - - [2025-02-13 02:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.30 - - [2025-02-13 02:30:54] "POST /ref-update HTTP/1.1" 200 156 0.007058 10.0.0.30 - - [2025-02-13 02:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.30 - - [2025-02-13 02:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.30 - - [2025-02-13 02:30:54] "POST /ref-update HTTP/1.1" 200 156 0.007180 10.0.0.30 - - [2025-02-13 02:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.30 - - [2025-02-13 02:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004565 10.0.0.30 - - [2025-02-13 02:30:54] "POST /ref-update HTTP/1.1" 200 156 0.008575 10.0.0.30 - - [2025-02-13 02:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004271 10.0.0.30 - - [2025-02-13 02:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004428 10.0.0.30 - - [2025-02-13 02:30:54] "POST /ref-update HTTP/1.1" 200 156 0.008305 10.0.0.30 - - [2025-02-13 02:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.30 - - [2025-02-13 02:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.30 - - [2025-02-13 02:30:54] "POST /ref-update HTTP/1.1" 200 156 0.006962 10.0.0.30 - - [2025-02-13 02:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.30 - - [2025-02-13 02:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.30 - - [2025-02-13 02:30:54] "POST /ref-update HTTP/1.1" 200 156 0.007768 10.0.0.30 - - [2025-02-13 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.30 - - [2025-02-13 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.30 - - [2025-02-13 02:30:55] "POST /ref-update HTTP/1.1" 200 156 0.007490 10.0.0.30 - - [2025-02-13 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.30 - - [2025-02-13 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.30 - - [2025-02-13 02:30:55] "POST /ref-update HTTP/1.1" 200 156 0.008597 10.0.0.30 - - [2025-02-13 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.30 - - [2025-02-13 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004213 10.0.0.30 - - [2025-02-13 02:30:55] "POST /ref-update HTTP/1.1" 200 156 0.009551 10.0.0.30 - - [2025-02-13 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.30 - - [2025-02-13 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.30 - - [2025-02-13 02:30:55] "POST /ref-update HTTP/1.1" 200 156 0.008281 10.0.0.30 - - [2025-02-13 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.30 - - [2025-02-13 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.30 - - [2025-02-13 02:30:55] "POST /ref-update HTTP/1.1" 200 156 0.007595 10.0.0.30 - - [2025-02-13 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.30 - - [2025-02-13 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.30 - - [2025-02-13 02:30:55] "POST /ref-update HTTP/1.1" 200 156 0.007001 10.0.0.30 - - [2025-02-13 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.30 - - [2025-02-13 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.30 - - [2025-02-13 02:30:56] "POST /ref-update HTTP/1.1" 200 156 0.008087 10.0.0.30 - - [2025-02-13 02:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.30 - - [2025-02-13 02:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.30 - - [2025-02-13 02:30:56] "POST /ref-update HTTP/1.1" 200 156 0.007850 10.0.0.30 - - [2025-02-13 02:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.30 - - [2025-02-13 02:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.30 - - [2025-02-13 02:30:56] "POST /ref-update HTTP/1.1" 200 156 0.007049 10.0.0.30 - - [2025-02-13 02:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.30 - - [2025-02-13 02:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.30 - - [2025-02-13 02:30:56] "POST /ref-update HTTP/1.1" 200 156 0.008527 10.0.0.30 - - [2025-02-13 02:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.30 - - [2025-02-13 02:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.30 - - [2025-02-13 02:30:56] "POST /ref-update HTTP/1.1" 200 156 0.006975 10.0.0.30 - - [2025-02-13 02:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.30 - - [2025-02-13 02:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.30 - - [2025-02-13 02:30:56] "POST /ref-update HTTP/1.1" 200 156 0.007048 10.0.0.30 - - [2025-02-13 02:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.30 - - [2025-02-13 02:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.30 - - [2025-02-13 02:30:56] "POST /ref-update HTTP/1.1" 200 156 0.007676 10.0.0.30 - - [2025-02-13 02:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.30 - - [2025-02-13 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.30 - - [2025-02-13 02:30:57] "POST /ref-update HTTP/1.1" 200 156 0.007428 10.0.0.30 - - [2025-02-13 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.30 - - [2025-02-13 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.30 - - [2025-02-13 02:30:57] "POST /ref-update HTTP/1.1" 200 156 0.007534 10.0.0.30 - - [2025-02-13 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.30 - - [2025-02-13 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.30 - - [2025-02-13 02:30:57] "POST /ref-update HTTP/1.1" 200 156 0.009073 10.0.0.30 - - [2025-02-13 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.30 - - [2025-02-13 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.30 - - [2025-02-13 02:30:57] "POST /ref-update HTTP/1.1" 200 156 0.007700 10.0.0.30 - - [2025-02-13 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.30 - - [2025-02-13 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.30 - - [2025-02-13 02:30:57] "POST /ref-update HTTP/1.1" 200 156 0.006942 10.0.0.30 - - [2025-02-13 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.30 - - [2025-02-13 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.30 - - [2025-02-13 02:30:57] "POST /ref-update HTTP/1.1" 200 156 0.007301 10.0.0.30 - - [2025-02-13 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.30 - - [2025-02-13 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.30 - - [2025-02-13 02:30:57] "POST /ref-update HTTP/1.1" 200 156 0.007264 10.0.0.30 - - [2025-02-13 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.30 - - [2025-02-13 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.30 - - [2025-02-13 02:30:58] "POST /ref-update HTTP/1.1" 200 156 0.007707 10.0.0.30 - - [2025-02-13 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.30 - - [2025-02-13 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.30 - - [2025-02-13 02:30:58] "POST /ref-update HTTP/1.1" 200 156 0.006958 10.0.0.30 - - [2025-02-13 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.30 - - [2025-02-13 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.30 - - [2025-02-13 02:30:58] "POST /ref-update HTTP/1.1" 200 156 0.007248 10.0.0.30 - - [2025-02-13 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.30 - - [2025-02-13 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.30 - - [2025-02-13 02:30:58] "POST /ref-update HTTP/1.1" 200 156 0.007896 10.0.0.30 - - [2025-02-13 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.30 - - [2025-02-13 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.30 - - [2025-02-13 02:30:58] "POST /ref-update HTTP/1.1" 200 156 0.007354 10.0.0.30 - - [2025-02-13 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.30 - - [2025-02-13 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.30 - - [2025-02-13 02:30:58] "POST /ref-update HTTP/1.1" 200 156 0.007049 10.0.0.30 - - [2025-02-13 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.30 - - [2025-02-13 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.30 - - [2025-02-13 02:30:59] "POST /ref-update HTTP/1.1" 200 156 0.007249 10.0.0.30 - - [2025-02-13 02:30:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.30 - - [2025-02-13 02:30:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.30 - - [2025-02-13 02:30:59] "POST /ref-update HTTP/1.1" 200 156 0.007260 10.0.0.30 - - [2025-02-13 02:30:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.30 - - [2025-02-13 02:30:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.30 - - [2025-02-13 02:30:59] "POST /ref-update HTTP/1.1" 200 156 0.008235 10.0.0.30 - - [2025-02-13 02:30:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.30 - - [2025-02-13 02:30:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.30 - - [2025-02-13 02:30:59] "POST /ref-update HTTP/1.1" 200 156 0.008021 10.0.0.30 - - [2025-02-13 02:30:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.30 - - [2025-02-13 02:30:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.30 - - [2025-02-13 02:30:59] "POST /ref-update HTTP/1.1" 200 156 0.007576 10.0.0.30 - - [2025-02-13 02:30:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.30 - - [2025-02-13 02:30:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.30 - - [2025-02-13 02:30:59] "POST /ref-update HTTP/1.1" 200 156 0.009383 10.0.0.30 - - [2025-02-13 02:30:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.30 - - [2025-02-13 02:30:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.30 - - [2025-02-13 02:30:59] "POST /ref-update HTTP/1.1" 200 156 0.008326 10.0.0.30 - - [2025-02-13 02:30:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.30 - - [2025-02-13 02:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.30 - - [2025-02-13 02:31:00] "POST /ref-update HTTP/1.1" 200 156 0.008365 10.0.0.30 - - [2025-02-13 02:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.30 - - [2025-02-13 02:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.30 - - [2025-02-13 02:31:00] "POST /ref-update HTTP/1.1" 200 156 0.009391 10.0.0.30 - - [2025-02-13 02:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.30 - - [2025-02-13 02:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.30 - - [2025-02-13 02:31:00] "POST /ref-update HTTP/1.1" 200 156 0.006979 10.0.0.30 - - [2025-02-13 02:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.30 - - [2025-02-13 02:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.30 - - [2025-02-13 02:31:00] "POST /ref-update HTTP/1.1" 200 156 0.007186 10.0.0.30 - - [2025-02-13 02:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.30 - - [2025-02-13 02:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.30 - - [2025-02-13 02:31:00] "POST /ref-update HTTP/1.1" 200 156 0.009002 10.0.0.30 - - [2025-02-13 02:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.30 - - [2025-02-13 02:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.30 - - [2025-02-13 02:31:00] "POST /ref-update HTTP/1.1" 200 156 0.007266 10.0.0.30 - - [2025-02-13 02:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.30 - - [2025-02-13 02:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.30 - - [2025-02-13 02:31:00] "POST /ref-update HTTP/1.1" 200 156 0.007077 10.0.0.30 - - [2025-02-13 02:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.30 - - [2025-02-13 02:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.30 - - [2025-02-13 02:31:01] "POST /ref-update HTTP/1.1" 200 156 0.009590 10.0.0.30 - - [2025-02-13 02:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.30 - - [2025-02-13 02:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.30 - - [2025-02-13 02:31:01] "POST /ref-update HTTP/1.1" 200 156 0.008743 10.0.0.30 - - [2025-02-13 02:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.30 - - [2025-02-13 02:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.30 - - [2025-02-13 02:31:01] "POST /ref-update HTTP/1.1" 200 156 0.009109 10.0.0.30 - - [2025-02-13 02:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.30 - - [2025-02-13 02:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.30 - - [2025-02-13 02:31:01] "POST /ref-update HTTP/1.1" 200 156 0.008947 10.0.0.30 - - [2025-02-13 02:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.30 - - [2025-02-13 02:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.30 - - [2025-02-13 02:31:01] "POST /ref-update HTTP/1.1" 200 156 0.008990 10.0.0.30 - - [2025-02-13 02:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.30 - - [2025-02-13 02:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.30 - - [2025-02-13 02:31:01] "POST /ref-update HTTP/1.1" 200 156 0.008844 10.0.0.30 - - [2025-02-13 02:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.30 - - [2025-02-13 02:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.30 - - [2025-02-13 02:31:02] "POST /ref-update HTTP/1.1" 200 156 0.011663 10.0.0.30 - - [2025-02-13 02:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.30 - - [2025-02-13 02:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.30 - - [2025-02-13 02:31:02] "POST /ref-update HTTP/1.1" 200 156 0.008516 10.0.0.30 - - [2025-02-13 02:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.30 - - [2025-02-13 02:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.30 - - [2025-02-13 02:31:02] "POST /ref-update HTTP/1.1" 200 156 0.008236 10.0.0.30 - - [2025-02-13 02:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.30 - - [2025-02-13 02:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.30 - - [2025-02-13 02:31:02] "POST /ref-update HTTP/1.1" 200 156 0.010209 10.0.0.30 - - [2025-02-13 02:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.30 - - [2025-02-13 02:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.30 - - [2025-02-13 02:31:02] "POST /ref-update HTTP/1.1" 200 156 0.009622 10.0.0.30 - - [2025-02-13 02:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.30 - - [2025-02-13 02:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.30 - - [2025-02-13 02:31:02] "POST /ref-update HTTP/1.1" 200 156 0.009253 10.0.0.30 - - [2025-02-13 02:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.30 - - [2025-02-13 02:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.30 - - [2025-02-13 02:31:02] "POST /ref-update HTTP/1.1" 200 156 0.009217 10.0.0.30 - - [2025-02-13 02:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.30 - - [2025-02-13 02:31:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.30 - - [2025-02-13 02:31:03] "POST /ref-update HTTP/1.1" 200 156 0.010586 10.0.0.30 - - [2025-02-13 02:31:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.30 - - [2025-02-13 02:31:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004461 10.0.0.30 - - [2025-02-13 02:31:03] "POST /ref-update HTTP/1.1" 200 156 0.010130 10.0.0.30 - - [2025-02-13 02:31:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.30 - - [2025-02-13 02:31:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.30 - - [2025-02-13 02:31:03] "POST /ref-update HTTP/1.1" 200 156 0.008534 10.0.0.30 - - [2025-02-13 02:31:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.30 - - [2025-02-13 02:31:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.30 - - [2025-02-13 02:31:03] "POST /ref-update HTTP/1.1" 200 156 0.011264 10.0.0.30 - - [2025-02-13 02:31:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.30 - - [2025-02-13 02:31:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.30 - - [2025-02-13 02:31:03] "POST /ref-update HTTP/1.1" 200 156 0.009515 10.0.0.30 - - [2025-02-13 02:31:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.30 - - [2025-02-13 02:31:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.30 - - [2025-02-13 02:31:03] "POST /ref-update HTTP/1.1" 200 156 0.010118 10.0.0.30 - - [2025-02-13 02:31:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.30 - - [2025-02-13 02:31:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.30 - - [2025-02-13 02:31:03] "POST /ref-update HTTP/1.1" 200 156 0.008892 10.0.0.30 - - [2025-02-13 02:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.30 - - [2025-02-13 02:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.30 - - [2025-02-13 02:31:04] "POST /ref-update HTTP/1.1" 200 156 0.009735 10.0.0.30 - - [2025-02-13 02:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.30 - - [2025-02-13 02:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.30 - - [2025-02-13 02:31:04] "POST /ref-update HTTP/1.1" 200 156 0.009305 10.0.0.30 - - [2025-02-13 02:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.30 - - [2025-02-13 02:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.30 - - [2025-02-13 02:31:04] "POST /ref-update HTTP/1.1" 200 156 0.009520 10.0.0.30 - - [2025-02-13 02:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.30 - - [2025-02-13 02:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.30 - - [2025-02-13 02:31:04] "POST /ref-update HTTP/1.1" 200 156 0.008492 10.0.0.30 - - [2025-02-13 02:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.30 - - [2025-02-13 02:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.30 - - [2025-02-13 02:31:04] "POST /ref-update HTTP/1.1" 200 156 0.009426 10.0.0.30 - - [2025-02-13 02:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.30 - - [2025-02-13 02:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.30 - - [2025-02-13 02:31:04] "POST /ref-update HTTP/1.1" 200 156 0.008097 10.0.0.30 - - [2025-02-13 02:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.30 - - [2025-02-13 02:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.30 - - [2025-02-13 02:31:05] "POST /ref-update HTTP/1.1" 200 156 0.008403 10.0.0.30 - - [2025-02-13 02:31:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.30 - - [2025-02-13 02:31:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.30 - - [2025-02-13 02:31:05] "POST /ref-update HTTP/1.1" 200 156 0.008089 10.0.0.30 - - [2025-02-13 02:31:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.30 - - [2025-02-13 02:31:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.30 - - [2025-02-13 02:31:05] "POST /ref-update HTTP/1.1" 200 156 0.008324 10.0.0.30 - - [2025-02-13 02:31:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.30 - - [2025-02-13 02:31:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.30 - - [2025-02-13 02:31:05] "POST /ref-update HTTP/1.1" 200 156 0.008524 10.0.0.30 - - [2025-02-13 02:31:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.30 - - [2025-02-13 02:31:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.30 - - [2025-02-13 02:31:05] "POST /ref-update HTTP/1.1" 200 156 0.009796 10.0.0.30 - - [2025-02-13 02:31:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.30 - - [2025-02-13 02:31:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.30 - - [2025-02-13 02:31:05] "POST /ref-update HTTP/1.1" 200 156 0.009179 10.0.0.30 - - [2025-02-13 02:31:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.30 - - [2025-02-13 02:31:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.30 - - [2025-02-13 02:31:05] "POST /ref-update HTTP/1.1" 200 156 0.008378 10.0.0.30 - - [2025-02-13 02:31:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.30 - - [2025-02-13 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.30 - - [2025-02-13 02:31:06] "POST /ref-update HTTP/1.1" 200 156 0.008243 10.0.0.30 - - [2025-02-13 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.30 - - [2025-02-13 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.30 - - [2025-02-13 02:31:06] "POST /ref-update HTTP/1.1" 200 156 0.007798 10.0.0.30 - - [2025-02-13 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.30 - - [2025-02-13 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.30 - - [2025-02-13 02:31:06] "POST /ref-update HTTP/1.1" 200 156 0.008267 10.0.0.30 - - [2025-02-13 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.30 - - [2025-02-13 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.30 - - [2025-02-13 02:31:06] "POST /ref-update HTTP/1.1" 200 156 0.008361 10.0.0.30 - - [2025-02-13 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.30 - - [2025-02-13 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.30 - - [2025-02-13 02:31:06] "POST /ref-update HTTP/1.1" 200 156 0.008747 10.0.0.30 - - [2025-02-13 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.30 - - [2025-02-13 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.30 - - [2025-02-13 02:31:06] "POST /ref-update HTTP/1.1" 200 156 0.008842 10.0.0.30 - - [2025-02-13 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.30 - - [2025-02-13 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.30 - - [2025-02-13 02:31:07] "POST /ref-update HTTP/1.1" 200 156 0.008646 10.0.0.30 - - [2025-02-13 02:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.30 - - [2025-02-13 02:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.30 - - [2025-02-13 02:31:07] "POST /ref-update HTTP/1.1" 200 156 0.008673 10.0.0.30 - - [2025-02-13 02:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.30 - - [2025-02-13 02:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.30 - - [2025-02-13 02:31:07] "POST /ref-update HTTP/1.1" 200 156 0.008932 10.0.0.30 - - [2025-02-13 02:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.30 - - [2025-02-13 02:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.30 - - [2025-02-13 02:31:07] "POST /ref-update HTTP/1.1" 200 156 0.009060 10.0.0.30 - - [2025-02-13 02:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.30 - - [2025-02-13 02:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.30 - - [2025-02-13 02:31:07] "POST /ref-update HTTP/1.1" 200 156 0.010218 10.0.0.30 - - [2025-02-13 02:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.30 - - [2025-02-13 02:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.30 - - [2025-02-13 02:31:07] "POST /ref-update HTTP/1.1" 200 156 0.007822 10.0.0.30 - - [2025-02-13 02:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.30 - - [2025-02-13 02:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.30 - - [2025-02-13 02:31:07] "POST /ref-update HTTP/1.1" 200 156 0.007746 10.0.0.30 - - [2025-02-13 02:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.30 - - [2025-02-13 02:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.30 - - [2025-02-13 02:31:08] "POST /ref-update HTTP/1.1" 200 156 0.008394 10.0.0.30 - - [2025-02-13 02:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.30 - - [2025-02-13 02:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.30 - - [2025-02-13 02:31:08] "POST /ref-update HTTP/1.1" 200 156 0.008669 10.0.0.30 - - [2025-02-13 02:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.30 - - [2025-02-13 02:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.30 - - [2025-02-13 02:31:08] "POST /ref-update HTTP/1.1" 200 156 0.007933 10.0.0.30 - - [2025-02-13 02:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.30 - - [2025-02-13 02:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004225 10.0.0.30 - - [2025-02-13 02:31:08] "POST /ref-update HTTP/1.1" 200 156 0.024724 10.0.0.30 - - [2025-02-13 02:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.30 - - [2025-02-13 02:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.30 - - [2025-02-13 02:31:08] "POST /ref-update HTTP/1.1" 200 156 0.008126 10.0.0.30 - - [2025-02-13 02:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.30 - - [2025-02-13 02:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.30 - - [2025-02-13 02:31:08] "POST /ref-update HTTP/1.1" 200 156 0.008660 10.0.0.30 - - [2025-02-13 02:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.30 - - [2025-02-13 02:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.30 - - [2025-02-13 02:31:08] "POST /ref-update HTTP/1.1" 200 156 0.007313 10.0.0.30 - - [2025-02-13 02:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.30 - - [2025-02-13 02:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.30 - - [2025-02-13 02:31:09] "POST /ref-update HTTP/1.1" 200 156 0.007293 10.0.0.30 - - [2025-02-13 02:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.30 - - [2025-02-13 02:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.30 - - [2025-02-13 02:31:09] "POST /ref-update HTTP/1.1" 200 156 0.009442 10.0.0.30 - - [2025-02-13 02:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.30 - - [2025-02-13 02:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.30 - - [2025-02-13 02:31:09] "POST /ref-update HTTP/1.1" 200 156 0.009009 10.0.0.30 - - [2025-02-13 02:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.30 - - [2025-02-13 02:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.30 - - [2025-02-13 02:31:09] "POST /ref-update HTTP/1.1" 200 156 0.008440 10.0.0.30 - - [2025-02-13 02:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.30 - - [2025-02-13 02:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.30 - - [2025-02-13 02:31:09] "POST /ref-update HTTP/1.1" 200 156 0.008426 10.0.0.30 - - [2025-02-13 02:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.30 - - [2025-02-13 02:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.30 - - [2025-02-13 02:31:09] "POST /ref-update HTTP/1.1" 200 156 0.008028 10.0.0.30 - - [2025-02-13 02:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.30 - - [2025-02-13 02:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.30 - - [2025-02-13 02:31:10] "POST /ref-update HTTP/1.1" 200 156 0.009290 10.0.0.30 - - [2025-02-13 02:31:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.30 - - [2025-02-13 02:31:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.30 - - [2025-02-13 02:31:10] "POST /ref-update HTTP/1.1" 200 156 0.008523 10.0.0.30 - - [2025-02-13 02:31:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.30 - - [2025-02-13 02:31:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.30 - - [2025-02-13 02:31:10] "POST /ref-update HTTP/1.1" 200 156 0.006978 10.0.0.30 - - [2025-02-13 02:31:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.30 - - [2025-02-13 02:31:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.30 - - [2025-02-13 02:31:10] "POST /ref-update HTTP/1.1" 200 156 0.007804 10.0.0.30 - - [2025-02-13 02:31:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.30 - - [2025-02-13 02:31:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.30 - - [2025-02-13 02:31:10] "POST /ref-update HTTP/1.1" 200 156 0.010486 10.0.0.30 - - [2025-02-13 02:31:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.30 - - [2025-02-13 02:31:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.30 - - [2025-02-13 02:31:10] "POST /ref-update HTTP/1.1" 200 156 0.010800 10.0.0.30 - - [2025-02-13 02:31:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.30 - - [2025-02-13 02:31:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.30 - - [2025-02-13 02:31:10] "POST /ref-update HTTP/1.1" 200 156 0.009715 10.0.0.30 - - [2025-02-13 02:31:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.30 - - [2025-02-13 02:31:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.30 - - [2025-02-13 02:31:11] "POST /ref-update HTTP/1.1" 200 156 0.010829 10.0.0.30 - - [2025-02-13 02:31:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.30 - - [2025-02-13 02:31:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.30 - - [2025-02-13 02:31:11] "POST /ref-update HTTP/1.1" 200 156 0.009591 10.0.0.30 - - [2025-02-13 02:31:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.30 - - [2025-02-13 02:31:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.30 - - [2025-02-13 02:31:11] "POST /ref-update HTTP/1.1" 200 156 0.010243 10.0.0.30 - - [2025-02-13 02:31:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.30 - - [2025-02-13 02:31:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.30 - - [2025-02-13 02:31:11] "POST /ref-update HTTP/1.1" 200 156 0.007979 10.0.0.30 - - [2025-02-13 02:31:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.30 - - [2025-02-13 02:31:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.30 - - [2025-02-13 02:31:11] "POST /ref-update HTTP/1.1" 200 156 0.008567 10.0.0.30 - - [2025-02-13 02:31:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.30 - - [2025-02-13 02:31:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.30 - - [2025-02-13 02:31:11] "POST /ref-update HTTP/1.1" 200 156 0.008421 10.0.0.30 - - [2025-02-13 02:31:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.30 - - [2025-02-13 02:31:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.30 - - [2025-02-13 02:31:11] "POST /ref-update HTTP/1.1" 200 156 0.008592 10.0.0.30 - - [2025-02-13 02:31:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.30 - - [2025-02-13 02:31:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.30 - - [2025-02-13 02:31:12] "POST /ref-update HTTP/1.1" 200 156 0.008486 10.0.0.30 - - [2025-02-13 02:31:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.30 - - [2025-02-13 02:31:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.30 - - [2025-02-13 02:31:12] "POST /ref-update HTTP/1.1" 200 156 0.008798 10.0.0.30 - - [2025-02-13 02:31:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.30 - - [2025-02-13 02:31:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.30 - - [2025-02-13 02:31:12] "POST /ref-update HTTP/1.1" 200 156 0.008843 10.0.0.30 - - [2025-02-13 02:31:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.30 - - [2025-02-13 02:31:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.30 - - [2025-02-13 02:31:12] "POST /ref-update HTTP/1.1" 200 156 0.008743 10.0.0.30 - - [2025-02-13 02:31:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.30 - - [2025-02-13 02:31:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.30 - - [2025-02-13 02:31:12] "POST /ref-update HTTP/1.1" 200 156 0.008744 10.0.0.30 - - [2025-02-13 02:31:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.30 - - [2025-02-13 02:31:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.30 - - [2025-02-13 02:31:12] "POST /ref-update HTTP/1.1" 200 156 0.009766 10.0.0.30 - - [2025-02-13 02:31:12] "POST /network-ipams HTTP/1.1" 200 550 0.018182 10.0.0.30 - - [2025-02-13 02:31:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002927 10.0.0.30 - - [2025-02-13 02:31:13] "POST /virtual-networks HTTP/1.1" 200 552 0.093061 10.0.0.30 - - [2025-02-13 02:31:13] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.002778 10.0.0.30 - - [2025-02-13 02:31:13] "POST /fqname-to-id HTTP/1.1" 404 188 0.003515 10.0.0.30 - - [2025-02-13 02:31:13] "POST /fqname-to-id HTTP/1.1" 404 178 0.002849 10.0.0.30 - - [2025-02-13 02:31:13] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.002849 10.0.0.30 - - [2025-02-13 02:31:13] "GET /fabric/6688e06c-8e9c-4b9f-ade9-4508d9526ddf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1116 0.003506 10.0.0.30 - - [2025-02-13 02:31:13] "POST /fqname-to-id HTTP/1.1" 404 198 0.003084 10.0.0.30 - - [2025-02-13 02:31:13] "POST /fqname-to-id HTTP/1.1" 404 205 0.002982 10.0.0.30 - - [2025-02-13 02:31:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.003140 10.0.0.30 - - [2025-02-13 02:31:13] "POST /route-targets HTTP/1.1" 200 327 0.009705 10.0.0.30 - - [2025-02-13 02:31:13] "POST /ref-update HTTP/1.1" 200 156 0.008755 10.0.0.30 - - [2025-02-13 02:31:32] "GET / HTTP/1.1" 200 35931 0.001460 10.0.0.30 - - [2025-02-13 02:31:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000536 10.0.0.30 - - [2025-02-13 02:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.022934 10.0.0.30 - - [2025-02-13 02:31:32] "GET /routing-instance/ee45c728-2dbd-43c7-841c-ae68049284a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003346 10.0.0.30 - - [2025-02-13 02:31:32] "POST /bgp-routers HTTP/1.1" 200 620 0.020270 10.0.0.30 - - [2025-02-13 02:31:32] "GET /bgp-router/834e9ffd-cbb4-419a-abe2-17b9d80c6f83?fields=global_system_config_back_refs HTTP/1.1" 200 1115 0.005023 10.0.0.30 - - [2025-02-13 02:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.30 - - [2025-02-13 02:31:32] "GET /global-system-config/9668a7aa-c753-46e0-b1da-4fa995899b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.003795 10.0.0.30 - - [2025-02-13 02:31:32] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003208 10.0.0.30 - - [2025-02-13 02:31:32] "POST /ref-update HTTP/1.1" 200 156 0.007157 10.0.0.30 - - [2025-02-13 02:32:23] "GET / HTTP/1.1" 200 35931 0.001951 10.0.0.30 - - [2025-02-13 02:32:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000458 10.0.0.30 - - [2025-02-13 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.029627 10.0.0.30 - - [2025-02-13 02:32:23] "GET /global-system-config/9668a7aa-c753-46e0-b1da-4fa995899b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.004585 10.0.0.30 - - [2025-02-13 02:32:23] "POST /fqname-to-id HTTP/1.1" 404 220 0.003088 10.0.0.30 - - [2025-02-13 02:32:23] "POST /database-nodes HTTP/1.1" 200 603 0.028832 10.0.0.30 - - [2025-02-13 02:33:07] "GET / HTTP/1.1" 200 35931 0.001942 10.0.0.30 - - [2025-02-13 02:33:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000413 10.0.0.30 - - [2025-02-13 02:33:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.023097 10.0.0.30 - - [2025-02-13 02:33:08] "GET /global-system-config/9668a7aa-c753-46e0-b1da-4fa995899b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.002979 10.0.0.30 - - [2025-02-13 02:33:08] "POST /fqname-to-id HTTP/1.1" 404 220 0.002916 10.0.0.30 - - [2025-02-13 02:33:08] "POST /analytics-nodes HTTP/1.1" 200 605 0.015835 10.0.0.30 - - [2025-02-13 02:33:13] "GET / HTTP/1.1" 200 35931 0.001591 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.30 - - [2025-02-13 02:33:14] "GET /obj-perms HTTP/1.1" 200 5056 0.367362 10.0.0.30 - - [2025-02-13 02:33:14] "GET /obj-perms HTTP/1.1" 200 5056 0.054656 10.0.0.30 - - [2025-02-13 02:33:24] "GET / HTTP/1.1" 200 35931 0.001616 10.0.0.30 - - [2025-02-13 02:33:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000437 10.0.0.30 - - [2025-02-13 02:33:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.028306 10.0.0.30 - - [2025-02-13 02:33:24] "GET /global-system-config/9668a7aa-c753-46e0-b1da-4fa995899b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.003657 10.0.0.30 - - [2025-02-13 02:33:24] "POST /fqname-to-id HTTP/1.1" 404 220 0.003468 10.0.0.30 - - [2025-02-13 02:33:24] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.023145 10.0.0.30 - - [2025-02-13 02:33:35] "GET / HTTP/1.1" 200 35931 0.002799 10.0.0.30 - - [2025-02-13 02:33:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000430 10.0.0.30 - - [2025-02-13 02:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.025913 10.0.0.30 - - [2025-02-13 02:33:35] "GET /global-system-config/9668a7aa-c753-46e0-b1da-4fa995899b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.003331 10.0.0.30 - - [2025-02-13 02:33:35] "POST /fqname-to-id HTTP/1.1" 404 220 0.003313 10.0.0.30 - - [2025-02-13 02:33:35] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.017370 10.0.0.30 - - [2025-02-13 02:34:14] "GET /obj-perms HTTP/1.1" 200 5056 0.043258 10.0.0.30 - - [2025-02-13 02:34:15] "GET /obj-perms HTTP/1.1" 200 5056 0.042699 10.0.0.30 - - [2025-02-13 02:35:09] "GET / HTTP/1.1" 200 35931 0.002680 10.0.0.30 - - [2025-02-13 02:35:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000530 10.0.0.30 - - [2025-02-13 02:35:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.027796 10.0.0.30 - - [2025-02-13 02:35:09] "GET /global-system-config/9668a7aa-c753-46e0-b1da-4fa995899b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.002943 10.0.0.30 - - [2025-02-13 02:35:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.30 - - [2025-02-13 02:35:09] "GET /routing-instance/ee45c728-2dbd-43c7-841c-ae68049284a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003633 10.0.0.30 - - [2025-02-13 02:35:09] "PUT /global-system-config/9668a7aa-c753-46e0-b1da-4fa995899b2a HTTP/1.1" 200 274 0.011065 10.0.0.30 - - [2025-02-13 02:35:09] "POST /fqname-to-id HTTP/1.1" 404 218 0.002738 10.0.0.30 - - [2025-02-13 02:35:09] "POST /virtual-routers HTTP/1.1" 200 603 0.018140 10.0.0.30 - - [2025-02-13 02:35:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.30 - - [2025-02-13 02:35:09] "GET /virtual-router/56a6ee07-0d67-4aab-80d9-ece424e557f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1242 0.004497 10.0.0.30 - - [2025-02-13 02:35:09] "POST /fqname-to-id HTTP/1.1" 404 231 0.003049 10.0.0.30 - - [2025-02-13 02:35:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.30 - - [2025-02-13 02:35:09] "GET /virtual-network/272763b3-ee26-4262-819f-d33df09e7a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.003204 10.0.0.30 - - [2025-02-13 02:35:09] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.036212 10.0.0.30 - - [2025-02-13 02:35:10] "PUT /access-control-list/ee6c8a15-1c7e-42de-a67e-6798adbd726b HTTP/1.1" 200 272 0.010874 10.0.0.30 - - [2025-02-13 02:35:15] "GET /obj-perms HTTP/1.1" 200 5056 0.045585 10.0.0.30 - - [2025-02-13 02:35:16] "GET /obj-perms HTTP/1.1" 200 5056 0.044476 [Introspect:8084]10.0.0.30 - - [2025-02-13 02:35:20] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001274 [Introspect:8084]10.0.0.30 - - [2025-02-13 02:35:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001271 [Introspect:8084]10.0.0.30 - - [2025-02-13 02:35:22] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000826 [Introspect:8084]10.0.0.30 - - [2025-02-13 02:35:22] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000889 10.0.0.30 - - [2025-02-13 02:35:46] "GET /global-system-configs HTTP/1.1" 200 322 0.008251 10.0.0.30 - - [2025-02-13 02:35:46] "GET /obj-perms HTTP/1.1" 200 5056 0.029083 10.0.0.30 - - [2025-02-13 02:35:46] "GET /global-system-configs HTTP/1.1" 200 322 0.006484 10.0.0.30 - - [2025-02-13 02:35:46] "GET /obj-perms HTTP/1.1" 200 5056 0.023983 10.0.0.30 - - [2025-02-13 02:36:16] "GET /obj-perms HTTP/1.1" 200 5056 0.043225 10.0.0.30 - - [2025-02-13 02:36:16] "GET /obj-perms HTTP/1.1" 200 5056 0.044127 10.0.0.30 - - [2025-02-13 02:36:29] "GET / HTTP/1.1" 200 35931 0.001937 10.0.0.30 - - [2025-02-13 02:36:29] "GET /project/b57e48aa-3b06-48c9-8ef3-4ddb6663317a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000450 10.0.0.30 - - [2025-02-13 02:36:30] "GET /projects?obj_uuids=b57e48aa-3b06-48c9-8ef3-4ddb6663317a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.029533 10.0.0.30 - - [2025-02-13 02:36:30] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001171 10.0.0.30 - - [2025-02-13 02:36:30] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.026759 10.0.0.30 - - [2025-02-13 02:36:30] "POST /id-to-fqname HTTP/1.1" 200 167 0.001641 10.0.0.30 - - [2025-02-13 02:36:30] "POST /fqname-to-id HTTP/1.1" 404 176 0.002413 10.0.0.30 - - [2025-02-13 02:36:30] "POST /security-groups HTTP/1.1" 200 568 0.064235 10.0.0.30 - - [2025-02-13 02:36:30] "POST /fqname-to-id HTTP/1.1" 404 207 0.024343 10.0.0.30 - - [2025-02-13 02:36:30] "POST /projects HTTP/1.1" 200 539 0.225094 10.0.0.30 - - [2025-02-13 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.294232 10.0.0.30 - - [2025-02-13 02:36:30] "POST /access-control-lists HTTP/1.1" 200 573 0.060311 10.0.0.30 - - [2025-02-13 02:36:30] "GET /project/b57e48aa-3b06-48c9-8ef3-4ddb6663317a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.456057 10.0.0.30 - - [2025-02-13 02:36:30] "POST /fqname-to-id HTTP/1.1" 404 206 0.002199 10.0.0.30 - - [2025-02-13 02:36:30] "POST /access-control-lists HTTP/1.1" 200 571 0.068553 [Introspect:8084]10.0.0.30 - - [2025-02-13 02:36:31] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001075 10.0.0.30 - - [2025-02-13 02:36:31] "POST /fqname-to-id HTTP/1.1" 404 199 0.021934 10.0.0.30 - - [2025-02-13 02:36:31] "GET /projects?obj_uuids=aa413648-86f4-4d16-9198-1aeca9596300&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003041 10.0.0.30 - - [2025-02-13 02:36:31] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001343 10.0.0.30 - - [2025-02-13 02:36:31] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007884 10.0.0.30 - - [2025-02-13 02:36:31] "POST /id-to-fqname HTTP/1.1" 200 201 0.001724 10.0.0.30 - - [2025-02-13 02:36:31] "POST /fqname-to-id HTTP/1.1" 404 210 0.003336 10.0.0.30 - - [2025-02-13 02:36:31] "POST /security-groups HTTP/1.1" 200 602 0.063216 10.0.0.30 - - [2025-02-13 02:36:31] "POST /fqname-to-id HTTP/1.1" 404 245 0.002425 10.0.0.30 - - [2025-02-13 02:36:31] "POST /projects HTTP/1.1" 200 607 0.225438 10.0.0.30 - - [2025-02-13 02:36:31] "POST /access-control-lists HTTP/1.1" 200 607 0.058804 10.0.0.30 - - [2025-02-13 02:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.293153 10.0.0.30 - - [2025-02-13 02:36:32] "POST /fqname-to-id HTTP/1.1" 404 244 0.002970 10.0.0.30 - - [2025-02-13 02:36:32] "GET /project/aa413648-86f4-4d16-9198-1aeca9596300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.407727 10.0.0.30 - - [2025-02-13 02:36:32] "POST /access-control-lists HTTP/1.1" 200 605 0.058182 10.0.0.30 - - [2025-02-13 02:36:33] "GET / HTTP/1.1" 200 35931 0.002469 10.0.0.30 - - [2025-02-13 02:36:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000467 10.0.0.30 - - [2025-02-13 02:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.051834 10.0.0.30 - - [2025-02-13 02:36:33] "GET /projects?obj_uuids=aa413648-86f4-4d16-9198-1aeca9596300&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001189 10.0.0.30 - - [2025-02-13 02:36:33] "GET /project/aa413648-86f4-4d16-9198-1aeca9596300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.018938 10.0.0.30 - - [2025-02-13 02:36:34] "POST /neutron/network HTTP/1.1" 200 117 0.035722 10.0.0.30 - - [2025-02-13 02:36:34] "GET /projects?obj_uuids=aa413648-86f4-4d16-9198-1aeca9596300&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001335 10.0.0.30 - - [2025-02-13 02:36:34] "POST /neutron/network HTTP/1.1" 200 620 0.059113 10.0.0.30 - - [2025-02-13 02:36:34] "POST /route-targets HTTP/1.1" 200 327 0.012067 10.0.0.30 - - [2025-02-13 02:36:34] "POST /ref-update HTTP/1.1" 200 156 0.013160 10.0.0.30 - - [2025-02-13 02:36:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003926 10.0.0.30 - - [2025-02-13 02:36:34] "POST /neutron/subnet HTTP/1.1" 200 725 0.188346 10.0.0.30 - - [2025-02-13 02:36:34] "POST /neutron/network HTTP/1.1" 200 839 0.005686 10.0.0.30 - - [2025-02-13 02:36:34] "POST /id-to-fqname HTTP/1.1" 200 233 0.001247 10.0.0.30 - - [2025-02-13 02:36:34] "GET /virtual-network/b3d45a94-0f1c-4f39-a09e-88d0c01ebabd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.003235 10.0.0.30 - - [2025-02-13 02:36:34] "POST /neutron/network HTTP/1.1" 200 839 0.005829 10.0.0.30 - - [2025-02-13 02:36:34] "GET /virtual-network/b3d45a94-0f1c-4f39-a09e-88d0c01ebabd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.003128 10.0.0.30 - - [2025-02-13 02:36:34] "POST /neutron/network HTTP/1.1" 200 839 0.005510 10.0.0.30 - - [2025-02-13 02:36:34] "POST /neutron/subnet HTTP/1.1" 200 725 0.007250 10.0.0.30 - - [2025-02-13 02:36:34] "GET /domains HTTP/1.1" 401 292 0.000389 10.0.0.30 - - [2025-02-13 02:36:35] "GET /domains HTTP/1.1" 200 280 0.024254 10.0.0.30 - - [2025-02-13 02:36:35] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001451 10.0.0.30 - - [2025-02-13 02:36:35] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11 HTTP/1.1" 200 2585 0.013104 10.0.0.30 - - [2025-02-13 02:36:35] "GET /projects?obj_uuids=aa413648-86f4-4d16-9198-1aeca9596300&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001162 10.0.0.30 - - [2025-02-13 02:36:35] "GET /project/aa413648-86f4-4d16-9198-1aeca9596300 HTTP/1.1" 200 2168 0.065650 10.0.0.30 - - [2025-02-13 02:36:35] "GET /virtual-network/b3d45a94-0f1c-4f39-a09e-88d0c01ebabd HTTP/1.1" 200 2343 0.003750 10.0.0.30 - - [2025-02-13 02:36:35] "GET /virtual-network/b3d45a94-0f1c-4f39-a09e-88d0c01ebabd HTTP/1.1" 200 2343 0.002765 10.0.0.30 - - [2025-02-13 02:36:35] "GET /routing-instance/cb55c2ef-8526-4299-8ce6-37636e3ce18a HTTP/1.1" 200 1495 0.002783 10.0.0.30 - - [2025-02-13 02:36:35] "GET /routing-instance/cb55c2ef-8526-4299-8ce6-37636e3ce18a HTTP/1.1" 200 1495 0.002450 10.0.0.30 - - [2025-02-13 02:36:35] "GET /route-target/7a024c4b-92f7-4b5f-9dc0-f53023685c57 HTTP/1.1" 200 1219 0.002556 10.0.0.30 - - [2025-02-13 02:36:35] "GET /virtual-network/b3d45a94-0f1c-4f39-a09e-88d0c01ebabd HTTP/1.1" 200 2343 0.002869 10.0.0.30 - - [2025-02-13 02:36:35] "GET /routing-instance/cb55c2ef-8526-4299-8ce6-37636e3ce18a HTTP/1.1" 200 1495 0.002314 10.0.0.30 - - [2025-02-13 02:36:35] "GET /virtual-network/b3d45a94-0f1c-4f39-a09e-88d0c01ebabd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.002296 10.0.0.30 - - [2025-02-13 02:36:35] "GET /virtual-network/b3d45a94-0f1c-4f39-a09e-88d0c01ebabd HTTP/1.1" 200 2343 0.002759 10.0.0.30 - - [2025-02-13 02:36:35] "GET /routing-instance/cb55c2ef-8526-4299-8ce6-37636e3ce18a HTTP/1.1" 200 1495 0.002323 10.0.0.30 - - [2025-02-13 02:36:35] "GET /routing-instance/cb55c2ef-8526-4299-8ce6-37636e3ce18a HTTP/1.1" 200 1495 0.002189 10.0.0.30 - - [2025-02-13 02:36:35] "GET /route-target/7a024c4b-92f7-4b5f-9dc0-f53023685c57 HTTP/1.1" 200 1219 0.002249 10.0.0.30 - - [2025-02-13 02:36:35] "GET /domains HTTP/1.1" 200 280 0.002670 10.0.0.30 - - [2025-02-13 02:36:35] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000977 10.0.0.30 - - [2025-02-13 02:36:35] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11 HTTP/1.1" 200 2585 0.006440 10.0.0.30 - - [2025-02-13 02:36:35] "GET /projects?obj_uuids=aa413648-86f4-4d16-9198-1aeca9596300&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002180 10.0.0.30 - - [2025-02-13 02:36:35] "GET /project/aa413648-86f4-4d16-9198-1aeca9596300 HTTP/1.1" 200 2168 0.065759 10.0.0.30 - - [2025-02-13 02:36:35] "GET /virtual-network/b3d45a94-0f1c-4f39-a09e-88d0c01ebabd HTTP/1.1" 200 2343 0.006219 10.0.0.30 - - [2025-02-13 02:36:35] "GET /obj-perms HTTP/1.1" 200 5052 0.051468 10.0.0.30 - - [2025-02-13 02:36:35] "POST /id-to-fqname HTTP/1.1" 200 233 0.001352 10.0.0.30 - - [2025-02-13 02:36:37] "POST /neutron/network HTTP/1.1" 200 849 0.005578 10.0.0.30 - - [2025-02-13 02:36:37] "GET /aaa-mode HTTP/1.1" 401 292 0.000405 10.0.0.30 - - [2025-02-13 02:36:37] "GET / HTTP/1.1" 200 35931 0.001803 10.0.0.30 - - [2025-02-13 02:36:37] "GET /project/aa413648-86f4-4d16-9198-1aeca9596300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000431 10.0.0.30 - - [2025-02-13 02:36:38] "GET /projects?obj_uuids=aa413648-86f4-4d16-9198-1aeca9596300&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001590 10.0.0.30 - - [2025-02-13 02:36:38] "GET /project/aa413648-86f4-4d16-9198-1aeca9596300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.046847 10.0.0.30 - - [2025-02-13 02:36:38] "POST /neutron/network HTTP/1.1" 200 839 0.027205 10.0.0.30 - - [2025-02-13 02:36:38] "POST /neutron/port HTTP/1.1" 200 117 0.006051 10.0.0.30 - - [2025-02-13 02:36:38] "POST /neutron/port HTTP/1.1" 200 117 0.005464 10.0.0.30 - - [2025-02-13 02:36:38] "POST /neutron/port HTTP/1.1" 200 117 0.005465 10.0.0.30 - - [2025-02-13 02:36:39] "POST /neutron/network HTTP/1.1" 200 849 0.005774 10.0.0.30 - - [2025-02-13 02:36:39] "GET /projects?obj_uuids=aa413648-86f4-4d16-9198-1aeca9596300&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001048 10.0.0.30 - - [2025-02-13 02:36:40] "POST /neutron/port HTTP/1.1" 200 1071 0.213387 10.0.0.30 - - [2025-02-13 02:36:40] "POST /neutron/port HTTP/1.1" 200 1071 0.030974 10.0.0.30 - - [2025-02-13 02:36:40] "POST /neutron/port HTTP/1.1" 200 1071 0.007700 10.0.0.30 - - [2025-02-13 02:36:40] "POST /neutron/port HTTP/1.1" 200 1125 0.059632 10.0.0.30 - - [2025-02-13 02:36:40] "POST /neutron/port HTTP/1.1" 200 1099 0.015304 10.0.0.30 - - [2025-02-13 02:36:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003558 10.0.0.30 - - [2025-02-13 02:36:40] "POST /neutron/subnet HTTP/1.1" 200 699 0.009229 10.0.0.30 - - [2025-02-13 02:36:40] "POST /neutron/port HTTP/1.1" 200 117 0.001156 10.0.0.30 - - [2025-02-13 02:36:40] "POST /neutron/network HTTP/1.1" 200 839 0.006082 10.0.0.30 - - [2025-02-13 02:36:43] "POST /neutron/port HTTP/1.1" 200 1099 0.016097 10.0.0.30 - - [2025-02-13 02:36:44] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006487 10.0.0.30 - - [2025-02-13 02:36:44] "GET /obj-perms HTTP/1.1" 200 5052 0.003185 10.0.0.30 - - [2025-02-13 02:36:45] "GET /obj-perms HTTP/1.1" 200 5052 0.003332 10.0.0.30 - - [2025-02-13 02:36:46] "GET /obj-perms HTTP/1.1" 200 5052 0.003391 10.0.0.30 - - [2025-02-13 02:36:47] "GET /obj-perms HTTP/1.1" 200 5052 0.003521 10.0.0.30 - - [2025-02-13 02:36:48] "GET /obj-perms HTTP/1.1" 200 5052 0.003140 10.0.0.30 - - [2025-02-13 02:36:49] "POST /neutron/network HTTP/1.1" 200 839 0.007175 10.0.0.30 - - [2025-02-13 02:36:49] "POST /neutron/network HTTP/1.1" 400 204 0.014844 10.0.0.30 - - [2025-02-13 02:36:49] "POST /neutron/port HTTP/1.1" 200 1099 0.013834 10.0.0.30 - - [2025-02-13 02:36:49] "POST /neutron/port HTTP/1.1" 200 1125 0.008254 10.0.0.30 - - [2025-02-13 02:36:49] "POST /neutron/port HTTP/1.1" 200 151 0.111422 10.0.0.30 - - [2025-02-13 02:36:51] "POST /neutron/network HTTP/1.1" 200 839 0.006121 10.0.0.30 - - [2025-02-13 02:36:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001227 10.0.0.30 - - [2025-02-13 02:36:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.30 - - [2025-02-13 02:36:51] "POST /useragent-kv HTTP/1.1" 200 115 0.000953 10.0.0.30 - - [2025-02-13 02:36:51] "POST /neutron/network HTTP/1.1" 200 151 0.066684 10.0.0.30 - - [2025-02-13 02:36:51] "GET /routing-instance/cb55c2ef-8526-4299-8ce6-37636e3ce18a HTTP/1.1" 404 171 0.002419 10.0.0.30 - - [2025-02-13 02:36:51] "DELETE /route-target/7a024c4b-92f7-4b5f-9dc0-f53023685c57 HTTP/1.1" 200 115 0.019034 10.0.0.30 - - [2025-02-13 02:36:51] "GET /domains HTTP/1.1" 200 280 0.002350 10.0.0.30 - - [2025-02-13 02:36:51] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001235 10.0.0.30 - - [2025-02-13 02:36:51] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11 HTTP/1.1" 200 2585 0.049808 10.0.0.30 - - [2025-02-13 02:36:51] "GET /projects?obj_uuids=aa413648-86f4-4d16-9198-1aeca9596300&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001000 10.0.0.30 - - [2025-02-13 02:36:51] "GET /project/aa413648-86f4-4d16-9198-1aeca9596300 HTTP/1.1" 200 1918 0.061816 10.0.0.30 - - [2025-02-13 02:36:51] "GET /projects?obj_uuids=aa413648-86f4-4d16-9198-1aeca9596300&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001078 10.0.0.30 - - [2025-02-13 02:36:51] "GET /project/aa413648-86f4-4d16-9198-1aeca9596300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.019825 10.0.0.30 - - [2025-02-13 02:36:51] "GET /projects?obj_uuids=aa413648-86f4-4d16-9198-1aeca9596300&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000962 10.0.0.30 - - [2025-02-13 02:36:51] "GET /project/aa413648-86f4-4d16-9198-1aeca9596300?fields=virtual_networks HTTP/1.1" 200 1054 0.062972 10.0.0.30 - - [2025-02-13 02:36:51] "GET /projects?obj_uuids=aa413648-86f4-4d16-9198-1aeca9596300&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001377 10.0.0.30 - - [2025-02-13 02:36:51] "GET /project/aa413648-86f4-4d16-9198-1aeca9596300?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.025102 10.0.0.30 - - [2025-02-13 02:36:51] "GET /projects?obj_uuids=aa413648-86f4-4d16-9198-1aeca9596300&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001060 10.0.0.30 - - [2025-02-13 02:36:51] "GET /project/aa413648-86f4-4d16-9198-1aeca9596300?fields=security_groups HTTP/1.1" 200 1291 0.023161 10.0.0.30 - - [2025-02-13 02:36:52] "POST /fqname-to-id HTTP/1.1" 404 200 0.021471 10.0.0.30 - - [2025-02-13 02:36:52] "GET /projects?obj_uuids=87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002910 10.0.0.30 - - [2025-02-13 02:36:52] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000946 10.0.0.30 - - [2025-02-13 02:36:52] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006110 10.0.0.30 - - [2025-02-13 02:36:52] "POST /id-to-fqname HTTP/1.1" 200 202 0.001326 10.0.0.30 - - [2025-02-13 02:36:52] "POST /fqname-to-id HTTP/1.1" 404 211 0.017043 10.0.0.30 - - [2025-02-13 02:36:53] "POST /security-groups HTTP/1.1" 200 603 0.079469 10.0.0.30 - - [2025-02-13 02:36:53] "POST /fqname-to-id HTTP/1.1" 404 246 0.003408 10.0.0.30 - - [2025-02-13 02:36:53] "POST /projects HTTP/1.1" 200 609 0.243703 10.0.0.30 - - [2025-02-13 02:36:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.318539 10.0.0.30 - - [2025-02-13 02:36:53] "POST /access-control-lists HTTP/1.1" 200 608 0.062543 10.0.0.30 - - [2025-02-13 02:36:53] "POST /fqname-to-id HTTP/1.1" 404 245 0.003068 10.0.0.30 - - [2025-02-13 02:36:53] "GET /project/87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.441719 10.0.0.30 - - [2025-02-13 02:36:53] "POST /access-control-lists HTTP/1.1" 200 606 0.079350 10.0.0.30 - - [2025-02-13 02:36:54] "GET / HTTP/1.1" 200 35931 0.002434 10.0.0.30 - - [2025-02-13 02:36:54] "GET /projects?obj_uuids=b57e48aa-3b06-48c9-8ef3-4ddb6663317a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001070 10.0.0.30 - - [2025-02-13 02:36:54] "GET /project/b57e48aa-3b06-48c9-8ef3-4ddb6663317a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.021625 10.0.0.30 - - [2025-02-13 02:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.30 - - [2025-02-13 02:36:55] "GET /security-group/3c325ce1-5864-4bc5-91f3-c86b2c2fd458?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.005709 10.0.0.30 - - [2025-02-13 02:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002756 10.0.0.30 - - [2025-02-13 02:36:55] "GET /projects?obj_uuids=b57e48aa-3b06-48c9-8ef3-4ddb6663317a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001109 10.0.0.30 - - [2025-02-13 02:36:55] "GET /project/b57e48aa-3b06-48c9-8ef3-4ddb6663317a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.021040 10.0.0.30 - - [2025-02-13 02:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.30 - - [2025-02-13 02:36:55] "GET /security-group/3c325ce1-5864-4bc5-91f3-c86b2c2fd458?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.003757 10.0.0.30 - - [2025-02-13 02:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.30 - - [2025-02-13 02:36:55] "PUT /security-group/3c325ce1-5864-4bc5-91f3-c86b2c2fd458 HTTP/1.1" 200 262 0.014534 10.0.0.30 - - [2025-02-13 02:36:55] "PUT /access-control-list/de52e2b8-e845-4604-8458-22160583fbd7 HTTP/1.1" 200 272 0.009799 10.0.0.30 - - [2025-02-13 02:36:55] "PUT /access-control-list/d51cd9f5-1686-42ee-a70d-9fa9c357830c HTTP/1.1" 200 272 0.011178 10.0.0.30 - - [2025-02-13 02:36:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000517 10.0.0.30 - - [2025-02-13 02:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.050526 10.0.0.30 - - [2025-02-13 02:36:56] "GET /projects?obj_uuids=87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001006 10.0.0.30 - - [2025-02-13 02:36:56] "GET /project/87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.020400 10.0.0.30 - - [2025-02-13 02:36:56] "POST /neutron/network HTTP/1.1" 200 117 0.029500 10.0.0.30 - - [2025-02-13 02:36:56] "GET /projects?obj_uuids=87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001423 10.0.0.30 - - [2025-02-13 02:36:56] "POST /neutron/network HTTP/1.1" 200 619 0.066355 10.0.0.30 - - [2025-02-13 02:36:56] "POST /route-targets HTTP/1.1" 200 327 0.010830 10.0.0.30 - - [2025-02-13 02:36:56] "POST /ref-update HTTP/1.1" 200 156 0.011319 10.0.0.30 - - [2025-02-13 02:36:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002342 10.0.0.30 - - [2025-02-13 02:36:56] "POST /neutron/subnet HTTP/1.1" 200 734 0.148701 10.0.0.30 - - [2025-02-13 02:36:56] "POST /neutron/network HTTP/1.1" 200 840 0.005611 10.0.0.30 - - [2025-02-13 02:36:56] "POST /id-to-fqname HTTP/1.1" 200 233 0.001175 10.0.0.30 - - [2025-02-13 02:36:56] "GET /virtual-network/65d2632b-d7ec-4f73-a0cc-b06fa16d7819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.003202 10.0.0.30 - - [2025-02-13 02:36:56] "POST /neutron/network HTTP/1.1" 200 840 0.005745 10.0.0.30 - - [2025-02-13 02:36:56] "GET /virtual-network/65d2632b-d7ec-4f73-a0cc-b06fa16d7819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.002826 10.0.0.30 - - [2025-02-13 02:36:56] "POST /neutron/network HTTP/1.1" 200 840 0.006734 10.0.0.30 - - [2025-02-13 02:36:56] "POST /neutron/subnet HTTP/1.1" 200 734 0.007178 10.0.0.30 - - [2025-02-13 02:36:56] "GET /domains HTTP/1.1" 401 292 0.000437 10.0.0.30 - - [2025-02-13 02:36:57] "GET /domains HTTP/1.1" 200 280 0.026793 10.0.0.30 - - [2025-02-13 02:36:57] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001140 10.0.0.30 - - [2025-02-13 02:36:57] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11 HTTP/1.1" 200 2783 0.008110 10.0.0.30 - - [2025-02-13 02:36:57] "GET /projects?obj_uuids=87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001194 10.0.0.30 - - [2025-02-13 02:36:57] "GET /project/87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f HTTP/1.1" 200 2173 0.067777 10.0.0.30 - - [2025-02-13 02:36:57] "GET /virtual-network/65d2632b-d7ec-4f73-a0cc-b06fa16d7819 HTTP/1.1" 200 2346 0.005190 10.0.0.30 - - [2025-02-13 02:36:57] "GET /virtual-network/65d2632b-d7ec-4f73-a0cc-b06fa16d7819 HTTP/1.1" 200 2346 0.003184 10.0.0.30 - - [2025-02-13 02:36:57] "GET /routing-instance/1a8e146f-b540-4319-a9da-8151bd057ab5 HTTP/1.1" 200 1491 0.003219 10.0.0.30 - - [2025-02-13 02:36:57] "GET /routing-instance/1a8e146f-b540-4319-a9da-8151bd057ab5 HTTP/1.1" 200 1491 0.002832 10.0.0.30 - - [2025-02-13 02:36:57] "GET /route-target/64d6c0e5-d7e3-4de0-b052-7680764fa646 HTTP/1.1" 200 1218 0.002853 10.0.0.30 - - [2025-02-13 02:36:57] "GET /virtual-network/65d2632b-d7ec-4f73-a0cc-b06fa16d7819 HTTP/1.1" 200 2346 0.002813 10.0.0.30 - - [2025-02-13 02:36:57] "GET /routing-instance/1a8e146f-b540-4319-a9da-8151bd057ab5 HTTP/1.1" 200 1491 0.002622 10.0.0.30 - - [2025-02-13 02:36:57] "GET /virtual-network/65d2632b-d7ec-4f73-a0cc-b06fa16d7819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.002871 10.0.0.30 - - [2025-02-13 02:36:57] "GET /virtual-network/65d2632b-d7ec-4f73-a0cc-b06fa16d7819 HTTP/1.1" 200 2346 0.002961 10.0.0.30 - - [2025-02-13 02:36:57] "GET /routing-instance/1a8e146f-b540-4319-a9da-8151bd057ab5 HTTP/1.1" 200 1491 0.002783 10.0.0.30 - - [2025-02-13 02:36:57] "GET /routing-instance/1a8e146f-b540-4319-a9da-8151bd057ab5 HTTP/1.1" 200 1491 0.002448 10.0.0.30 - - [2025-02-13 02:36:57] "GET /route-target/64d6c0e5-d7e3-4de0-b052-7680764fa646 HTTP/1.1" 200 1218 0.002513 10.0.0.30 - - [2025-02-13 02:36:57] "GET /domains HTTP/1.1" 200 280 0.002555 10.0.0.30 - - [2025-02-13 02:36:57] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000940 10.0.0.30 - - [2025-02-13 02:36:57] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11 HTTP/1.1" 200 2783 0.006538 10.0.0.30 - - [2025-02-13 02:36:57] "GET /projects?obj_uuids=87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001277 10.0.0.30 - - [2025-02-13 02:36:57] "GET /project/87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f HTTP/1.1" 200 2173 0.062295 10.0.0.30 - - [2025-02-13 02:36:57] "GET /virtual-network/65d2632b-d7ec-4f73-a0cc-b06fa16d7819 HTTP/1.1" 200 2346 0.002589 10.0.0.30 - - [2025-02-13 02:36:57] "GET /obj-perms HTTP/1.1" 200 5054 0.044380 10.0.0.30 - - [2025-02-13 02:36:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.30 - - [2025-02-13 02:36:57] "GET /projects?obj_uuids=87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000981 10.0.0.30 - - [2025-02-13 02:36:57] "GET /project/87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.020507 10.0.0.30 - - [2025-02-13 02:36:57] "POST /neutron/network HTTP/1.1" 200 117 0.013126 10.0.0.30 - - [2025-02-13 02:36:57] "GET /projects?obj_uuids=87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001068 10.0.0.30 - - [2025-02-13 02:36:57] "POST /neutron/network HTTP/1.1" 200 619 0.065012 10.0.0.30 - - [2025-02-13 02:36:58] "POST /route-targets HTTP/1.1" 200 327 0.010332 10.0.0.30 - - [2025-02-13 02:36:58] "POST /ref-update HTTP/1.1" 200 156 0.011854 10.0.0.30 - - [2025-02-13 02:36:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003026 10.0.0.30 - - [2025-02-13 02:36:58] "POST /neutron/subnet HTTP/1.1" 200 729 0.178592 10.0.0.30 - - [2025-02-13 02:36:58] "POST /neutron/network HTTP/1.1" 200 839 0.005409 10.0.0.30 - - [2025-02-13 02:36:58] "POST /id-to-fqname HTTP/1.1" 200 233 0.001176 10.0.0.30 - - [2025-02-13 02:36:58] "GET /virtual-network/96a8f191-9547-40e9-b1f5-e5bd1a395729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.002812 10.0.0.30 - - [2025-02-13 02:36:58] "POST /neutron/network HTTP/1.1" 200 839 0.005425 10.0.0.30 - - [2025-02-13 02:36:58] "GET /virtual-network/96a8f191-9547-40e9-b1f5-e5bd1a395729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.002961 10.0.0.30 - - [2025-02-13 02:36:58] "POST /neutron/network HTTP/1.1" 200 839 0.005831 10.0.0.30 - - [2025-02-13 02:36:58] "POST /neutron/subnet HTTP/1.1" 200 729 0.008158 10.0.0.30 - - [2025-02-13 02:36:58] "GET /domains HTTP/1.1" 200 280 0.002278 10.0.0.30 - - [2025-02-13 02:36:58] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001055 10.0.0.30 - - [2025-02-13 02:36:58] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11 HTTP/1.1" 200 2783 0.006809 10.0.0.30 - - [2025-02-13 02:36:58] "GET /projects?obj_uuids=87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000975 10.0.0.30 - - [2025-02-13 02:36:58] "GET /project/87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f HTTP/1.1" 200 2401 0.068966 10.0.0.30 - - [2025-02-13 02:36:58] "GET /virtual-network/96a8f191-9547-40e9-b1f5-e5bd1a395729 HTTP/1.1" 200 2344 0.003895 10.0.0.30 - - [2025-02-13 02:36:58] "GET /virtual-network/96a8f191-9547-40e9-b1f5-e5bd1a395729 HTTP/1.1" 200 2344 0.002759 10.0.0.30 - - [2025-02-13 02:36:58] "GET /routing-instance/4e3fdf74-3256-46dd-a70a-f37abdc531c2 HTTP/1.1" 200 1491 0.003287 10.0.0.30 - - [2025-02-13 02:36:58] "GET /routing-instance/4e3fdf74-3256-46dd-a70a-f37abdc531c2 HTTP/1.1" 200 1491 0.002841 10.0.0.30 - - [2025-02-13 02:36:58] "GET /route-target/71ddf951-a950-4aab-a091-b1d77d7f36fe HTTP/1.1" 200 1218 0.003199 10.0.0.30 - - [2025-02-13 02:36:58] "GET /virtual-network/96a8f191-9547-40e9-b1f5-e5bd1a395729 HTTP/1.1" 200 2344 0.002730 10.0.0.30 - - [2025-02-13 02:36:58] "GET /routing-instance/4e3fdf74-3256-46dd-a70a-f37abdc531c2 HTTP/1.1" 200 1491 0.002689 10.0.0.30 - - [2025-02-13 02:36:58] "GET /virtual-network/96a8f191-9547-40e9-b1f5-e5bd1a395729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.002656 10.0.0.30 - - [2025-02-13 02:36:58] "GET /virtual-network/96a8f191-9547-40e9-b1f5-e5bd1a395729 HTTP/1.1" 200 2344 0.002533 10.0.0.30 - - [2025-02-13 02:36:58] "GET /routing-instance/4e3fdf74-3256-46dd-a70a-f37abdc531c2 HTTP/1.1" 200 1491 0.002559 10.0.0.30 - - [2025-02-13 02:36:58] "GET /routing-instance/4e3fdf74-3256-46dd-a70a-f37abdc531c2 HTTP/1.1" 200 1491 0.002851 10.0.0.30 - - [2025-02-13 02:36:58] "GET /route-target/71ddf951-a950-4aab-a091-b1d77d7f36fe HTTP/1.1" 200 1218 0.002464 10.0.0.30 - - [2025-02-13 02:36:58] "GET /domains HTTP/1.1" 200 280 0.002735 10.0.0.30 - - [2025-02-13 02:36:58] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000963 10.0.0.30 - - [2025-02-13 02:36:58] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11 HTTP/1.1" 200 2783 0.006111 10.0.0.30 - - [2025-02-13 02:36:58] "GET /projects?obj_uuids=87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001146 10.0.0.30 - - [2025-02-13 02:36:58] "GET /project/87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f HTTP/1.1" 200 2401 0.061718 10.0.0.30 - - [2025-02-13 02:36:58] "GET /virtual-network/96a8f191-9547-40e9-b1f5-e5bd1a395729 HTTP/1.1" 200 2344 0.003004 10.0.0.30 - - [2025-02-13 02:36:58] "GET /obj-perms HTTP/1.1" 200 5054 0.003861 10.0.0.30 - - [2025-02-13 02:36:58] "POST /id-to-fqname HTTP/1.1" 200 233 0.001548 10.0.0.30 - - [2025-02-13 02:36:58] "POST /neutron/network HTTP/1.1" 200 849 0.005745 10.0.0.30 - - [2025-02-13 02:36:58] "GET /aaa-mode HTTP/1.1" 401 292 0.000450 10.0.0.30 - - [2025-02-13 02:36:59] "GET / HTTP/1.1" 200 35931 0.001626 10.0.0.30 - - [2025-02-13 02:36:59] "GET /project/87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000387 10.0.0.30 - - [2025-02-13 02:36:59] "GET /projects?obj_uuids=87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001145 10.0.0.30 - - [2025-02-13 02:36:59] "GET /project/87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.039437 10.0.0.30 - - [2025-02-13 02:36:59] "POST /neutron/network HTTP/1.1" 200 839 0.005495 10.0.0.30 - - [2025-02-13 02:36:59] "POST /neutron/port HTTP/1.1" 200 117 0.005005 10.0.0.30 - - [2025-02-13 02:36:59] "POST /neutron/port HTTP/1.1" 200 117 0.004777 10.0.0.30 - - [2025-02-13 02:36:59] "POST /id-to-fqname HTTP/1.1" 200 233 0.001247 10.0.0.30 - - [2025-02-13 02:36:59] "POST /neutron/port HTTP/1.1" 200 117 0.005525 10.0.0.30 - - [2025-02-13 02:36:59] "POST /neutron/network HTTP/1.1" 200 850 0.005682 10.0.0.30 - - [2025-02-13 02:36:59] "GET /aaa-mode HTTP/1.1" 401 292 0.000490 10.0.0.30 - - [2025-02-13 02:37:00] "POST /neutron/network HTTP/1.1" 200 849 0.005730 10.0.0.30 - - [2025-02-13 02:37:00] "GET /projects?obj_uuids=87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001183 10.0.0.30 - - [2025-02-13 02:37:00] "GET / HTTP/1.1" 200 35931 0.001698 10.0.0.30 - - [2025-02-13 02:37:00] "GET /project/87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000413 10.0.0.30 - - [2025-02-13 02:37:00] "POST /neutron/port HTTP/1.1" 200 1073 0.260018 10.0.0.30 - - [2025-02-13 02:37:00] "POST /neutron/port HTTP/1.1" 200 1073 0.014257 10.0.0.30 - - [2025-02-13 02:37:00] "POST /neutron/port HTTP/1.1" 200 1073 0.010043 10.0.0.30 - - [2025-02-13 02:37:00] "POST /neutron/port HTTP/1.1" 200 1127 0.074693 10.0.0.30 - - [2025-02-13 02:37:00] "POST /neutron/port HTTP/1.1" 200 1101 0.013557 10.0.0.30 - - [2025-02-13 02:37:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003206 10.0.0.30 - - [2025-02-13 02:37:00] "POST /neutron/subnet HTTP/1.1" 200 703 0.009741 10.0.0.30 - - [2025-02-13 02:37:00] "GET /projects?obj_uuids=87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001056 10.0.0.30 - - [2025-02-13 02:37:00] "POST /neutron/port HTTP/1.1" 200 117 0.001030 10.0.0.30 - - [2025-02-13 02:37:00] "GET /project/87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.041303 10.0.0.30 - - [2025-02-13 02:37:00] "POST /neutron/network HTTP/1.1" 200 839 0.005373 10.0.0.30 - - [2025-02-13 02:37:00] "POST /neutron/network HTTP/1.1" 200 840 0.006132 10.0.0.30 - - [2025-02-13 02:37:00] "POST /neutron/port HTTP/1.1" 200 1101 0.015998 10.0.0.30 - - [2025-02-13 02:37:00] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007263 10.0.0.30 - - [2025-02-13 02:37:00] "POST /neutron/port HTTP/1.1" 200 117 0.008866 10.0.0.30 - - [2025-02-13 02:37:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004669 10.0.0.30 - - [2025-02-13 02:37:00] "GET /projects?obj_uuids=87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001144 10.0.0.30 - - [2025-02-13 02:37:00] "GET /project/87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.033874 10.0.0.30 - - [2025-02-13 02:37:00] "GET /virtual-network/65d2632b-d7ec-4f73-a0cc-b06fa16d7819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.003825 10.0.0.30 - - [2025-02-13 02:37:00] "GET /floating-ip-pools?parent_id=65d2632b-d7ec-4f73-a0cc-b06fa16d7819&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003422 10.0.0.30 - - [2025-02-13 02:37:00] "GET /virtual-network/65d2632b-d7ec-4f73-a0cc-b06fa16d7819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004104 10.0.0.30 - - [2025-02-13 02:37:01] "POST /floating-ip-pools HTTP/1.1" 200 609 0.029347 10.0.0.30 - - [2025-02-13 02:37:01] "POST /ref-update HTTP/1.1" 200 156 0.009194 10.0.0.30 - - [2025-02-13 02:37:01] "GET /virtual-network/65d2632b-d7ec-4f73-a0cc-b06fa16d7819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.003253 10.0.0.30 - - [2025-02-13 02:37:01] "POST /neutron/network HTTP/1.1" 200 850 0.007078 10.0.0.30 - - [2025-02-13 02:37:01] "GET /domains HTTP/1.1" 200 280 0.004418 10.0.0.30 - - [2025-02-13 02:37:01] "GET /projects?obj_uuids=87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001577 10.0.0.30 - - [2025-02-13 02:37:01] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001817 10.0.0.30 - - [2025-02-13 02:37:01] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11 HTTP/1.1" 200 2783 0.011579 10.0.0.30 - - [2025-02-13 02:37:01] "GET /projects?obj_uuids=87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001111 10.0.0.30 - - [2025-02-13 02:37:01] "GET /project/87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f HTTP/1.1" 200 2987 0.088419 10.0.0.30 - - [2025-02-13 02:37:01] "GET /virtual-network/65d2632b-d7ec-4f73-a0cc-b06fa16d7819 HTTP/1.1" 200 2626 0.004833 10.0.0.30 - - [2025-02-13 02:37:01] "GET /floating-ip-pool/99765dd7-ae36-49fa-8057-169457d873f4 HTTP/1.1" 200 1441 0.043038 10.0.0.30 - - [2025-02-13 02:37:01] "GET /domains HTTP/1.1" 200 280 0.008970 10.0.0.30 - - [2025-02-13 02:37:01] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001105 10.0.0.30 - - [2025-02-13 02:37:01] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11 HTTP/1.1" 200 2783 0.008895 10.0.0.30 - - [2025-02-13 02:37:01] "GET /projects?obj_uuids=87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001460 10.0.0.30 - - [2025-02-13 02:37:01] "GET /project/87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f HTTP/1.1" 200 3243 0.095197 10.0.0.30 - - [2025-02-13 02:37:01] "POST /neutron/port HTTP/1.1" 200 1074 0.326615 10.0.0.30 - - [2025-02-13 02:37:01] "GET /virtual-network/65d2632b-d7ec-4f73-a0cc-b06fa16d7819 HTTP/1.1" 200 3158 0.015511 10.0.0.30 - - [2025-02-13 02:37:01] "GET /virtual-network/65d2632b-d7ec-4f73-a0cc-b06fa16d7819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004276 10.0.0.30 - - [2025-02-13 02:37:01] "POST /neutron/port HTTP/1.1" 200 1074 0.008596 10.0.0.30 - - [2025-02-13 02:37:01] "POST /neutron/port HTTP/1.1" 200 1074 0.013166 10.0.0.30 - - [2025-02-13 02:37:01] "POST /neutron/port HTTP/1.1" 200 1101 0.025085 10.0.0.30 - - [2025-02-13 02:37:01] "POST /neutron/port HTTP/1.1" 200 1128 0.070600 10.0.0.30 - - [2025-02-13 02:37:01] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011487 10.0.0.30 - - [2025-02-13 02:37:01] "POST /neutron/port HTTP/1.1" 200 1102 0.018080 10.0.0.30 - - [2025-02-13 02:37:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004030 10.0.0.30 - - [2025-02-13 02:37:01] "POST /neutron/port HTTP/1.1" 200 1101 0.025217 10.0.0.30 - - [2025-02-13 02:37:01] "POST /neutron/subnet HTTP/1.1" 200 708 0.016617 10.0.0.30 - - [2025-02-13 02:37:01] "POST /neutron/port HTTP/1.1" 200 117 0.001155 10.0.0.30 - - [2025-02-13 02:37:01] "POST /neutron/security_group HTTP/1.1" 200 2070 0.020178 10.0.0.30 - - [2025-02-13 02:37:01] "POST /neutron/network HTTP/1.1" 200 840 0.009624 10.0.0.30 - - [2025-02-13 02:37:01] "POST /neutron/port HTTP/1.1" 200 1101 0.018074 10.0.0.30 - - [2025-02-13 02:37:01] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006906 10.0.0.30 - - [2025-02-13 02:37:01] "GET /virtual-machine/8a223d85-50cc-4d37-b6fa-4adf0ec28436 HTTP/1.1" 200 1304 0.004178 10.0.0.30 - - [2025-02-13 02:37:01] "GET /virtual-machine-interface/eb6b260f-ee97-4ab1-ba5d-be6252ccce91 HTTP/1.1" 200 3005 0.004227 10.0.0.30 - - [2025-02-13 02:37:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.30 - - [2025-02-13 02:37:01] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002903 10.0.0.30 - - [2025-02-13 02:37:01] "GET /virtual-networks?parent_id=87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004955 10.0.0.30 - - [2025-02-13 02:37:02] "GET /virtual-network/96a8f191-9547-40e9-b1f5-e5bd1a395729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.003339 10.0.0.30 - - [2025-02-13 02:37:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.30 - - [2025-02-13 02:37:05] "GET /virtual-network/96a8f191-9547-40e9-b1f5-e5bd1a395729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.003268 10.0.0.30 - - [2025-02-13 02:37:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002771 10.0.0.30 - - [2025-02-13 02:37:09] "GET /virtual-network/96a8f191-9547-40e9-b1f5-e5bd1a395729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.002777 10.0.0.30 - - [2025-02-13 02:37:10] "DELETE /project/87cc5de0407f42669bfe1f9ddd7ccf2f HTTP/1.1" 404 173 0.009254 10.0.0.30 - - [2025-02-13 02:37:10] "DELETE /project/aa41364886f44d1691981aeca9596300 HTTP/1.1" 404 173 0.007532 10.0.0.30 - - [2025-02-13 02:37:10] "DELETE /project/b57e48aa3b0648c98ef34ddb6663317a HTTP/1.1" 404 173 0.003869 10.0.0.30 - - [2025-02-13 02:37:10] "GET /projects?obj_uuids=aa413648-86f4-4d16-9198-1aeca9596300&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001202 10.0.0.30 - - [2025-02-13 02:37:10] "GET /project/aa413648-86f4-4d16-9198-1aeca9596300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.020968 10.0.0.30 - - [2025-02-13 02:37:10] "GET /projects?obj_uuids=aa413648-86f4-4d16-9198-1aeca9596300&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000953 10.0.0.30 - - [2025-02-13 02:37:10] "GET /project/aa413648-86f4-4d16-9198-1aeca9596300?fields=security_groups HTTP/1.1" 200 1396 0.062207 10.0.0.30 - - [2025-02-13 02:37:10] "DELETE /security-group/5d41c759-2c42-4d55-a27e-75b52745ede2 HTTP/1.1" 200 115 0.034451 10.0.0.30 - - [2025-02-13 02:37:10] "GET /projects?obj_uuids=aa413648-86f4-4d16-9198-1aeca9596300&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001191 10.0.0.30 - - [2025-02-13 02:37:10] "GET /project/aa413648-86f4-4d16-9198-1aeca9596300?fields=application_policy_sets HTTP/1.1" 200 1435 0.025929 10.0.0.30 - - [2025-02-13 02:37:10] "DELETE /access-control-list/a2201f40-10cf-4999-9584-39461924b561 HTTP/1.1" 200 115 0.038302 10.0.0.30 - - [2025-02-13 02:37:10] "DELETE /access-control-list/0c153c4a-8d32-4297-bed2-0bdaf1755375 HTTP/1.1" 200 115 0.028977 10.0.0.30 - - [2025-02-13 02:37:10] "DELETE /project/aa413648-86f4-4d16-9198-1aeca9596300 HTTP/1.1" 200 115 0.298626 10.0.0.30 - - [2025-02-13 02:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.30 - - [2025-02-13 02:37:11] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002798 10.0.0.30 - - [2025-02-13 02:37:11] "GET /virtual-networks?parent_id=87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002903 10.0.0.30 - - [2025-02-13 02:37:11] "GET /virtual-network/96a8f191-9547-40e9-b1f5-e5bd1a395729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.003228 10.0.0.30 - - [2025-02-13 02:37:11] "POST /neutron/port HTTP/1.1" 200 1101 0.015349 10.0.0.30 - - [2025-02-13 02:37:11] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006781 10.0.0.30 - - [2025-02-13 02:37:12] "POST /neutron/port HTTP/1.1" 200 1101 0.035304 10.0.0.30 - - [2025-02-13 02:37:12] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006085 10.0.0.30 - - [2025-02-13 02:37:12] "POST /neutron/port HTTP/1.1" 200 1102 0.013817 10.0.0.30 - - [2025-02-13 02:37:12] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005711 10.0.0.30 - - [2025-02-13 02:37:16] "GET /projects?obj_uuids=87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001079 10.0.0.30 - - [2025-02-13 02:37:16] "POST /neutron/floatingip HTTP/1.1" 200 532 0.072396 10.0.0.30 - - [2025-02-13 02:37:16] "POST /neutron/port HTTP/1.1" 200 1101 0.017633 10.0.0.30 - - [2025-02-13 02:37:16] "POST /neutron/floatingip HTTP/1.1" 200 532 0.005800 10.0.0.30 - - [2025-02-13 02:37:16] "POST /neutron/floatingip HTTP/1.1" 200 580 0.035731 10.0.0.30 - - [2025-02-13 02:37:16] "POST /neutron/port HTTP/1.1" 200 1102 0.014105 10.0.0.30 - - [2025-02-13 02:37:16] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006309 10.0.0.30 - - [2025-02-13 02:37:16] "POST /neutron/port HTTP/1.1" 200 1102 0.013941 10.0.0.30 - - [2025-02-13 02:37:16] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005998 10.0.0.30 - - [2025-02-13 02:37:16] "POST /neutron/port HTTP/1.1" 200 1102 0.013227 10.0.0.30 - - [2025-02-13 02:37:16] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006060 10.0.0.30 - - [2025-02-13 02:37:17] "GET /virtual-machine/cc812e99-441d-496d-a382-3df42c9207f5 HTTP/1.1" 200 1305 0.004488 10.0.0.30 - - [2025-02-13 02:37:17] "GET /virtual-machine-interface/d7d68763-069e-4447-a146-93f0914d5da7 HTTP/1.1" 200 3005 0.003269 10.0.0.30 - - [2025-02-13 02:37:17] "GET /obj-perms HTTP/1.1" 200 5056 0.045394 10.0.0.30 - - [2025-02-13 02:37:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002562 10.0.0.30 - - [2025-02-13 02:37:17] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002458 10.0.0.30 - - [2025-02-13 02:37:17] "GET /virtual-networks?parent_id=87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002881 10.0.0.30 - - [2025-02-13 02:37:17] "GET /virtual-network/65d2632b-d7ec-4f73-a0cc-b06fa16d7819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.003397 10.0.0.30 - - [2025-02-13 02:37:17] "GET /obj-perms HTTP/1.1" 200 5056 0.041814 10.0.0.30 - - [2025-02-13 02:37:17] "POST /neutron/port HTTP/1.1" 200 1101 0.014770 10.0.0.30 - - [2025-02-13 02:37:17] "POST /neutron/port HTTP/1.1" 200 1101 0.013173 10.0.0.30 - - [2025-02-13 02:37:17] "POST /neutron/network HTTP/1.1" 200 849 0.005216 10.0.0.30 - - [2025-02-13 02:37:17] "POST /neutron/floatingip HTTP/1.1" 200 554 0.009218 10.0.0.30 - - [2025-02-13 02:37:17] "POST /neutron/subnet HTTP/1.1" 200 703 0.008703 10.0.0.30 - - [2025-02-13 02:37:17] "POST /neutron/port HTTP/1.1" 200 117 0.001111 10.0.0.30 - - [2025-02-13 02:37:17] "POST /neutron/network HTTP/1.1" 200 839 0.005592 10.0.0.30 - - [2025-02-13 02:37:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.30 - - [2025-02-13 02:37:18] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002507 10.0.0.30 - - [2025-02-13 02:37:18] "GET /virtual-networks?parent_id=87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002927 10.0.0.30 - - [2025-02-13 02:37:18] "GET /virtual-network/65d2632b-d7ec-4f73-a0cc-b06fa16d7819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.003018 10.0.0.30 - - [2025-02-13 02:37:18] "POST /neutron/floatingip HTTP/1.1" 200 580 0.008876 10.0.0.30 - - [2025-02-13 02:37:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002483 10.0.0.30 - - [2025-02-13 02:37:18] "GET /routing-instance/1a8e146f-b540-4319-a9da-8151bd057ab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.002445 10.0.0.30 - - [2025-02-13 02:37:18] "GET /route-target/64d6c0e5-d7e3-4de0-b052-7680764fa646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003666 10.0.0.30 - - [2025-02-13 02:37:18] "GET /floating-ip/8e1c9c4b-5359-4c9e-8f1e-ae10d94a5932 HTTP/1.1" 200 1893 0.005648 10.0.0.30 - - [2025-02-13 02:37:21] "POST /neutron/floatingip HTTP/1.1" 200 580 0.013950 10.0.0.30 - - [2025-02-13 02:37:21] "POST /neutron/floatingip HTTP/1.1" 200 532 0.022965 10.0.0.30 - - [2025-02-13 02:37:21] "POST /neutron/floatingip HTTP/1.1" 200 532 0.005075 10.0.0.30 - - [2025-02-13 02:37:21] "POST /neutron/floatingip HTTP/1.1" 200 115 0.039462 10.0.0.30 - - [2025-02-13 02:37:21] "GET /floating-ip-pool/99765dd7-ae36-49fa-8057-169457d873f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.002662 10.0.0.30 - - [2025-02-13 02:37:21] "POST /ref-update HTTP/1.1" 200 156 0.010100 10.0.0.30 - - [2025-02-13 02:37:21] "DELETE /floating-ip-pool/99765dd7-ae36-49fa-8057-169457d873f4 HTTP/1.1" 200 115 0.024666 10.0.0.30 - - [2025-02-13 02:37:21] "POST /neutron/network HTTP/1.1" 200 839 0.008403 10.0.0.30 - - [2025-02-13 02:37:21] "POST /neutron/network HTTP/1.1" 400 204 0.014713 10.0.0.30 - - [2025-02-13 02:37:22] "POST /neutron/port HTTP/1.1" 200 1102 0.012674 10.0.0.30 - - [2025-02-13 02:37:22] "POST /neutron/port HTTP/1.1" 200 1128 0.010574 10.0.0.30 - - [2025-02-13 02:37:22] "POST /neutron/port HTTP/1.1" 200 1101 0.022930 10.0.0.30 - - [2025-02-13 02:37:22] "POST /neutron/port HTTP/1.1" 200 1127 0.015867 10.0.0.30 - - [2025-02-13 02:37:22] "POST /neutron/port HTTP/1.1" 200 151 0.127641 10.0.0.30 - - [2025-02-13 02:37:22] "POST /neutron/port HTTP/1.1" 200 151 0.102286 10.0.0.30 - - [2025-02-13 02:37:23] "POST /neutron/network HTTP/1.1" 200 839 0.007063 10.0.0.30 - - [2025-02-13 02:37:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005084 10.0.0.30 - - [2025-02-13 02:37:24] "POST /useragent-kv HTTP/1.1" 200 115 0.001242 10.0.0.30 - - [2025-02-13 02:37:24] "POST /useragent-kv HTTP/1.1" 200 115 0.001166 10.0.0.30 - - [2025-02-13 02:37:24] "POST /neutron/network HTTP/1.1" 200 151 0.080856 10.0.0.30 - - [2025-02-13 02:37:24] "DELETE /route-target/71ddf951-a950-4aab-a091-b1d77d7f36fe HTTP/1.1" 200 115 0.018167 10.0.0.30 - - [2025-02-13 02:37:24] "GET /routing-instance/4e3fdf74-3256-46dd-a70a-f37abdc531c2 HTTP/1.1" 404 171 0.002107 10.0.0.30 - - [2025-02-13 02:37:24] "GET /domains HTTP/1.1" 200 280 0.002697 10.0.0.30 - - [2025-02-13 02:37:24] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000953 10.0.0.30 - - [2025-02-13 02:37:24] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11 HTTP/1.1" 200 2586 0.051738 10.0.0.30 - - [2025-02-13 02:37:24] "GET /projects?obj_uuids=87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001456 10.0.0.30 - - [2025-02-13 02:37:24] "GET /project/87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f HTTP/1.1" 200 2173 0.063380 10.0.0.30 - - [2025-02-13 02:37:24] "POST /neutron/network HTTP/1.1" 200 840 0.006063 10.0.0.30 - - [2025-02-13 02:37:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004446 10.0.0.30 - - [2025-02-13 02:37:24] "POST /useragent-kv HTTP/1.1" 200 115 0.001146 10.0.0.30 - - [2025-02-13 02:37:24] "POST /useragent-kv HTTP/1.1" 200 115 0.000978 10.0.0.30 - - [2025-02-13 02:37:24] "POST /neutron/network HTTP/1.1" 200 151 0.075487 10.0.0.30 - - [2025-02-13 02:37:24] "DELETE /route-target/64d6c0e5-d7e3-4de0-b052-7680764fa646 HTTP/1.1" 200 115 0.017890 10.0.0.30 - - [2025-02-13 02:37:24] "GET /routing-instance/1a8e146f-b540-4319-a9da-8151bd057ab5 HTTP/1.1" 404 171 0.002244 10.0.0.30 - - [2025-02-13 02:37:24] "GET /domains HTTP/1.1" 200 280 0.002246 10.0.0.30 - - [2025-02-13 02:37:24] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001081 10.0.0.30 - - [2025-02-13 02:37:24] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11 HTTP/1.1" 200 2586 0.049272 10.0.0.30 - - [2025-02-13 02:37:24] "GET /projects?obj_uuids=87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001215 10.0.0.30 - - [2025-02-13 02:37:24] "GET /project/87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f HTTP/1.1" 200 1923 0.067783 10.0.0.30 - - [2025-02-13 02:37:24] "GET /projects?obj_uuids=87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001128 10.0.0.30 - - [2025-02-13 02:37:24] "GET /project/87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.020741 10.0.0.30 - - [2025-02-13 02:37:24] "GET /projects?obj_uuids=87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001075 10.0.0.30 - - [2025-02-13 02:37:24] "GET /project/87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f?fields=virtual_networks HTTP/1.1" 200 1055 0.063430 10.0.0.30 - - [2025-02-13 02:37:24] "GET /projects?obj_uuids=87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001130 10.0.0.30 - - [2025-02-13 02:37:24] "GET /project/87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.022925 10.0.0.30 - - [2025-02-13 02:37:24] "GET /projects?obj_uuids=87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001222 10.0.0.30 - - [2025-02-13 02:37:24] "GET /project/87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f?fields=security_groups HTTP/1.1" 200 1293 0.019201 10.0.0.30 - - [2025-02-13 02:37:25] "POST /fqname-to-id HTTP/1.1" 404 183 0.026907 10.0.0.30 - - [2025-02-13 02:37:25] "GET /projects?obj_uuids=55ce5aa0-6631-417c-b510-3e9713bafa6d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003509 10.0.0.30 - - [2025-02-13 02:37:25] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001246 10.0.0.30 - - [2025-02-13 02:37:25] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007711 10.0.0.30 - - [2025-02-13 02:37:25] "POST /id-to-fqname HTTP/1.1" 200 185 0.001323 10.0.0.30 - - [2025-02-13 02:37:25] "POST /fqname-to-id HTTP/1.1" 404 194 0.002240 10.0.0.30 - - [2025-02-13 02:37:26] "POST /security-groups HTTP/1.1" 200 586 0.112562 10.0.0.30 - - [2025-02-13 02:37:26] "POST /fqname-to-id HTTP/1.1" 404 229 0.003933 10.0.0.30 - - [2025-02-13 02:37:26] "POST /projects HTTP/1.1" 200 575 0.262525 10.0.0.30 - - [2025-02-13 02:37:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.333851 10.0.0.30 - - [2025-02-13 02:37:26] "POST /access-control-lists HTTP/1.1" 200 591 0.062896 10.0.0.30 - - [2025-02-13 02:37:26] "POST /fqname-to-id HTTP/1.1" 404 228 0.003832 10.0.0.30 - - [2025-02-13 02:37:26] "GET /project/55ce5aa0-6631-417c-b510-3e9713bafa6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.463998 10.0.0.30 - - [2025-02-13 02:37:26] "POST /access-control-lists HTTP/1.1" 200 589 0.068060 10.0.0.30 - - [2025-02-13 02:37:27] "GET / HTTP/1.1" 200 35931 0.002683 10.0.0.30 - - [2025-02-13 02:37:28] "GET /projects?obj_uuids=55ce5aa0-6631-417c-b510-3e9713bafa6d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001140 10.0.0.30 - - [2025-02-13 02:37:28] "GET /project/55ce5aa0-6631-417c-b510-3e9713bafa6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.019275 10.0.0.30 - - [2025-02-13 02:37:28] "GET /projects?obj_uuids=55ce5aa0-6631-417c-b510-3e9713bafa6d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001086 10.0.0.30 - - [2025-02-13 02:37:28] "GET /project/55ce5aa0-6631-417c-b510-3e9713bafa6d?fields=virtual_networks HTTP/1.1" 200 1021 0.061750 10.0.0.30 - - [2025-02-13 02:37:28] "GET /projects?obj_uuids=55ce5aa0-6631-417c-b510-3e9713bafa6d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001041 10.0.0.30 - - [2025-02-13 02:37:28] "GET /project/55ce5aa0-6631-417c-b510-3e9713bafa6d?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.019168 10.0.0.30 - - [2025-02-13 02:37:28] "GET /projects?obj_uuids=55ce5aa0-6631-417c-b510-3e9713bafa6d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001107 10.0.0.30 - - [2025-02-13 02:37:28] "GET /project/55ce5aa0-6631-417c-b510-3e9713bafa6d?fields=security_groups HTTP/1.1" 200 1242 0.018748 10.0.0.30 - - [2025-02-13 02:37:29] "POST /fqname-to-id HTTP/1.1" 404 191 0.025640 10.0.0.30 - - [2025-02-13 02:37:29] "GET /projects?obj_uuids=fc3965a7-2655-4285-a2c8-7f6389367f18&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002594 10.0.0.30 - - [2025-02-13 02:37:29] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001143 10.0.0.30 - - [2025-02-13 02:37:29] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006960 10.0.0.30 - - [2025-02-13 02:37:29] "POST /id-to-fqname HTTP/1.1" 200 193 0.001590 10.0.0.30 - - [2025-02-13 02:37:29] "POST /fqname-to-id HTTP/1.1" 404 202 0.002601 10.0.0.30 - - [2025-02-13 02:37:29] "POST /security-groups HTTP/1.1" 200 594 0.060435 10.0.0.30 - - [2025-02-13 02:37:29] "POST /fqname-to-id HTTP/1.1" 404 237 0.003935 10.0.0.30 - - [2025-02-13 02:37:29] "POST /projects HTTP/1.1" 200 591 0.217482 10.0.0.30 - - [2025-02-13 02:37:29] "POST /access-control-lists HTTP/1.1" 200 599 0.061077 10.0.0.30 - - [2025-02-13 02:37:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.290596 10.0.0.30 - - [2025-02-13 02:37:29] "POST /fqname-to-id HTTP/1.1" 404 236 0.002808 10.0.0.30 - - [2025-02-13 02:37:29] "GET /project/fc3965a7-2655-4285-a2c8-7f6389367f18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.409298 10.0.0.30 - - [2025-02-13 02:37:30] "POST /access-control-lists HTTP/1.1" 200 597 0.060591 10.0.0.30 - - [2025-02-13 02:37:31] "GET / HTTP/1.1" 200 35931 0.002052 10.0.0.30 - - [2025-02-13 02:37:32] "GET /project/fc3965a7-2655-4285-a2c8-7f6389367f18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000485 10.0.0.30 - - [2025-02-13 02:37:32] "GET /projects?obj_uuids=fc3965a7-2655-4285-a2c8-7f6389367f18&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001124 10.0.0.30 - - [2025-02-13 02:37:32] "GET /project/fc3965a7-2655-4285-a2c8-7f6389367f18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.043840 10.0.0.30 - - [2025-02-13 02:37:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002049 10.0.0.30 - - [2025-02-13 02:37:32] "GET /security-group/b2eb19e0-1d13-49c4-80e8-0a035b81a541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.004849 10.0.0.30 - - [2025-02-13 02:37:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.30 - - [2025-02-13 02:37:32] "GET /projects?obj_uuids=fc3965a7-2655-4285-a2c8-7f6389367f18&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001426 10.0.0.30 - - [2025-02-13 02:37:32] "GET /project/fc3965a7-2655-4285-a2c8-7f6389367f18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.020447 10.0.0.30 - - [2025-02-13 02:37:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.30 - - [2025-02-13 02:37:32] "GET /security-group/b2eb19e0-1d13-49c4-80e8-0a035b81a541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.003569 10.0.0.30 - - [2025-02-13 02:37:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.30 - - [2025-02-13 02:37:32] "PUT /security-group/b2eb19e0-1d13-49c4-80e8-0a035b81a541 HTTP/1.1" 200 262 0.014581 10.0.0.30 - - [2025-02-13 02:37:32] "PUT /access-control-list/2aae5e65-a40d-4b4b-84b6-e083819af989 HTTP/1.1" 200 272 0.008625 10.0.0.30 - - [2025-02-13 02:37:32] "PUT /access-control-list/aca227a5-399c-4488-970e-3f5d7ce0ea62 HTTP/1.1" 200 272 0.008135 10.0.0.30 - - [2025-02-13 02:37:32] "POST /fqname-to-id HTTP/1.1" 404 202 0.003266 10.0.0.30 - - [2025-02-13 02:37:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.30 - - [2025-02-13 02:37:32] "GET /projects?obj_uuids=fc3965a7-2655-4285-a2c8-7f6389367f18&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001487 10.0.0.30 - - [2025-02-13 02:37:32] "GET /project/fc3965a7-2655-4285-a2c8-7f6389367f18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.022110 10.0.0.30 - - [2025-02-13 02:37:33] "POST /neutron/network HTTP/1.1" 200 117 0.027415 10.0.0.30 - - [2025-02-13 02:37:33] "GET /projects?obj_uuids=fc3965a7-2655-4285-a2c8-7f6389367f18&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001052 10.0.0.30 - - [2025-02-13 02:37:33] "POST /neutron/network HTTP/1.1" 200 608 0.068090 10.0.0.30 - - [2025-02-13 02:37:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003217 10.0.0.30 - - [2025-02-13 02:37:33] "POST /neutron/subnet HTTP/1.1" 200 700 0.148079 10.0.0.30 - - [2025-02-13 02:37:33] "POST /neutron/network HTTP/1.1" 200 822 0.004978 10.0.0.30 - - [2025-02-13 02:37:33] "POST /id-to-fqname HTTP/1.1" 200 223 0.001365 10.0.0.30 - - [2025-02-13 02:37:33] "GET /virtual-network/8ace1510-d600-4194-9ae3-646ff44b7126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.002807 10.0.0.30 - - [2025-02-13 02:37:33] "POST /neutron/network HTTP/1.1" 200 822 0.006295 10.0.0.30 - - [2025-02-13 02:37:33] "GET /virtual-network/8ace1510-d600-4194-9ae3-646ff44b7126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.002707 10.0.0.30 - - [2025-02-13 02:37:33] "POST /route-targets HTTP/1.1" 200 327 0.010316 10.0.0.30 - - [2025-02-13 02:37:33] "POST /ref-update HTTP/1.1" 200 156 0.009923 10.0.0.30 - - [2025-02-13 02:37:33] "POST /neutron/network HTTP/1.1" 200 822 0.005900 10.0.0.30 - - [2025-02-13 02:37:33] "POST /neutron/subnet HTTP/1.1" 200 700 0.007147 10.0.0.30 - - [2025-02-13 02:37:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002616 10.0.0.30 - - [2025-02-13 02:37:33] "GET /projects?obj_uuids=fc3965a7-2655-4285-a2c8-7f6389367f18&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001091 10.0.0.30 - - [2025-02-13 02:37:33] "GET /project/fc3965a7-2655-4285-a2c8-7f6389367f18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.033454 10.0.0.30 - - [2025-02-13 02:37:33] "POST /neutron/network HTTP/1.1" 200 117 0.009131 10.0.0.30 - - [2025-02-13 02:37:33] "GET /projects?obj_uuids=fc3965a7-2655-4285-a2c8-7f6389367f18&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001095 10.0.0.30 - - [2025-02-13 02:37:33] "POST /neutron/network HTTP/1.1" 200 615 0.076212 10.0.0.30 - - [2025-02-13 02:37:33] "POST /route-targets HTTP/1.1" 200 327 0.013699 10.0.0.30 - - [2025-02-13 02:37:33] "POST /ref-update HTTP/1.1" 200 156 0.010266 10.0.0.30 - - [2025-02-13 02:37:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002581 10.0.0.30 - - [2025-02-13 02:37:33] "POST /neutron/subnet HTTP/1.1" 200 714 0.168544 10.0.0.30 - - [2025-02-13 02:37:33] "POST /neutron/network HTTP/1.1" 200 832 0.005371 10.0.0.30 - - [2025-02-13 02:37:33] "POST /id-to-fqname HTTP/1.1" 200 227 0.001287 10.0.0.30 - - [2025-02-13 02:37:33] "GET /virtual-network/364f4b99-e4eb-49d5-94fe-050cd40ddad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003969 10.0.0.30 - - [2025-02-13 02:37:33] "POST /neutron/network HTTP/1.1" 200 832 0.009772 10.0.0.30 - - [2025-02-13 02:37:33] "GET /virtual-network/364f4b99-e4eb-49d5-94fe-050cd40ddad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004124 10.0.0.30 - - [2025-02-13 02:37:34] "POST /neutron/network HTTP/1.1" 200 832 0.006952 10.0.0.30 - - [2025-02-13 02:37:34] "POST /neutron/subnet HTTP/1.1" 200 714 0.006711 10.0.0.30 - - [2025-02-13 02:37:34] "POST /id-to-fqname HTTP/1.1" 200 223 0.001147 10.0.0.30 - - [2025-02-13 02:37:34] "POST /neutron/network HTTP/1.1" 200 832 0.005453 10.0.0.30 - - [2025-02-13 02:37:34] "GET /aaa-mode HTTP/1.1" 401 292 0.000645 10.0.0.30 - - [2025-02-13 02:37:34] "GET / HTTP/1.1" 200 35931 0.001788 10.0.0.30 - - [2025-02-13 02:37:34] "GET /project/fc3965a7-2655-4285-a2c8-7f6389367f18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000409 10.0.0.30 - - [2025-02-13 02:37:34] "GET /projects?obj_uuids=fc3965a7-2655-4285-a2c8-7f6389367f18&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001246 10.0.0.30 - - [2025-02-13 02:37:34] "GET /project/fc3965a7-2655-4285-a2c8-7f6389367f18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.048079 10.0.0.30 - - [2025-02-13 02:37:34] "POST /neutron/network HTTP/1.1" 200 822 0.006815 10.0.0.30 - - [2025-02-13 02:37:35] "POST /neutron/port HTTP/1.1" 200 117 0.004823 10.0.0.30 - - [2025-02-13 02:37:35] "POST /neutron/port HTTP/1.1" 200 117 0.005393 10.0.0.30 - - [2025-02-13 02:37:35] "POST /id-to-fqname HTTP/1.1" 200 227 0.001475 10.0.0.30 - - [2025-02-13 02:37:35] "POST /neutron/port HTTP/1.1" 200 117 0.005230 10.0.0.30 - - [2025-02-13 02:37:35] "POST /neutron/network HTTP/1.1" 200 842 0.005519 10.0.0.30 - - [2025-02-13 02:37:35] "GET /aaa-mode HTTP/1.1" 401 292 0.000598 10.0.0.30 - - [2025-02-13 02:37:35] "POST /neutron/network HTTP/1.1" 200 832 0.005917 10.0.0.30 - - [2025-02-13 02:37:35] "GET /projects?obj_uuids=fc3965a7-2655-4285-a2c8-7f6389367f18&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001218 10.0.0.30 - - [2025-02-13 02:37:35] "GET / HTTP/1.1" 200 35931 0.001581 10.0.0.30 - - [2025-02-13 02:37:35] "GET /project/fc3965a7-2655-4285-a2c8-7f6389367f18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000425 10.0.0.30 - - [2025-02-13 02:37:35] "POST /neutron/port HTTP/1.1" 200 1058 0.197260 10.0.0.30 - - [2025-02-13 02:37:35] "POST /neutron/port HTTP/1.1" 200 1058 0.010380 10.0.0.30 - - [2025-02-13 02:37:35] "POST /neutron/port HTTP/1.1" 200 1058 0.008361 10.0.0.30 - - [2025-02-13 02:37:35] "POST /neutron/port HTTP/1.1" 200 1112 0.060251 10.0.0.30 - - [2025-02-13 02:37:35] "POST /neutron/port HTTP/1.1" 200 1086 0.015719 10.0.0.30 - - [2025-02-13 02:37:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003130 10.0.0.30 - - [2025-02-13 02:37:35] "POST /neutron/subnet HTTP/1.1" 200 674 0.011893 10.0.0.30 - - [2025-02-13 02:37:35] "POST /neutron/port HTTP/1.1" 200 117 0.001193 10.0.0.30 - - [2025-02-13 02:37:35] "POST /neutron/network HTTP/1.1" 200 822 0.005626 10.0.0.30 - - [2025-02-13 02:37:35] "GET /projects?obj_uuids=fc3965a7-2655-4285-a2c8-7f6389367f18&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001498 10.0.0.30 - - [2025-02-13 02:37:35] "GET /project/fc3965a7-2655-4285-a2c8-7f6389367f18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.047347 10.0.0.30 - - [2025-02-13 02:37:35] "POST /neutron/network HTTP/1.1" 200 832 0.007080 10.0.0.30 - - [2025-02-13 02:37:36] "POST /neutron/port HTTP/1.1" 200 1086 0.015498 10.0.0.30 - - [2025-02-13 02:37:36] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009581 10.0.0.30 - - [2025-02-13 02:37:36] "POST /neutron/port HTTP/1.1" 200 117 0.004960 10.0.0.30 - - [2025-02-13 02:37:36] "GET /projects?obj_uuids=fc3965a7-2655-4285-a2c8-7f6389367f18&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001228 10.0.0.30 - - [2025-02-13 02:37:36] "POST /neutron/router HTTP/1.1" 200 585 0.052501 10.0.0.30 - - [2025-02-13 02:37:36] "POST /neutron/router HTTP/1.1" 200 585 0.004504 10.0.0.30 - - [2025-02-13 02:37:36] "POST /route-targets HTTP/1.1" 200 327 0.014442 10.0.0.30 - - [2025-02-13 02:37:36] "PUT /logical-router/eec9abcf-6848-4d42-9cf3-b02d1a33d2aa HTTP/1.1" 200 262 0.035013 10.0.0.30 - - [2025-02-13 02:37:36] "POST /neutron/router HTTP/1.1" 200 656 0.045081 10.0.0.30 - - [2025-02-13 02:37:36] "GET /logical-router/eec9abcf-6848-4d42-9cf3-b02d1a33d2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.009978 10.0.0.30 - - [2025-02-13 02:37:36] "POST /neutron/router HTTP/1.1" 200 656 0.003252 10.0.0.30 - - [2025-02-13 02:37:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005632 10.0.0.30 - - [2025-02-13 02:37:36] "GET /projects?obj_uuids=fc3965a7-2655-4285-a2c8-7f6389367f18&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002022 10.0.0.30 - - [2025-02-13 02:37:36] "GET /service-template/46b671ab-6afe-4c6e-8a19-10ad83d7d7f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1679 0.006356 10.0.0.30 - - [2025-02-13 02:37:36] "POST /fqname-to-id HTTP/1.1" 404 215 0.003583 10.0.0.30 - - [2025-02-13 02:37:36] "POST /neutron/network HTTP/1.1" 200 842 0.012294 10.0.0.30 - - [2025-02-13 02:37:36] "GET /projects?obj_uuids=fc3965a7-2655-4285-a2c8-7f6389367f18&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002251 10.0.0.30 - - [2025-02-13 02:37:36] "POST /useragent-kv HTTP/1.1" 200 115 0.004967 10.0.0.30 - - [2025-02-13 02:37:36] "POST /virtual-networks HTTP/1.1" 200 694 0.234643 10.0.0.30 - - [2025-02-13 02:37:36] "POST /neutron/router HTTP/1.1" 200 344 0.390728 10.0.0.30 - - [2025-02-13 02:37:36] "POST /route-targets HTTP/1.1" 200 327 0.044592 10.0.0.30 - - [2025-02-13 02:37:36] "POST /neutron/port HTTP/1.1" 200 1086 0.089271 10.0.0.30 - - [2025-02-13 02:37:36] "POST /ref-update HTTP/1.1" 200 156 0.086353 10.0.0.30 - - [2025-02-13 02:37:36] "POST /neutron/security_group HTTP/1.1" 200 2002 0.046744 10.0.0.30 - - [2025-02-13 02:37:36] "POST /service-instances HTTP/1.1" 200 670 0.170203 10.0.0.30 - - [2025-02-13 02:37:36] "POST /ref-update HTTP/1.1" 200 156 0.023064 10.0.0.30 - - [2025-02-13 02:37:36] "POST /route-tables HTTP/1.1" 200 582 0.021425 10.0.0.30 - - [2025-02-13 02:37:37] "POST /neutron/port HTTP/1.1" 200 1061 0.485078 10.0.0.30 - - [2025-02-13 02:37:37] "PUT /logical-router/eec9abcf-6848-4d42-9cf3-b02d1a33d2aa HTTP/1.1" 200 262 0.021266 10.0.0.30 - - [2025-02-13 02:37:37] "POST /neutron/port HTTP/1.1" 200 1061 0.009210 10.0.0.30 - - [2025-02-13 02:37:37] "POST /neutron/port HTTP/1.1" 200 1061 0.007840 10.0.0.30 - - [2025-02-13 02:37:37] "POST /ref-update HTTP/1.1" 200 156 0.017931 10.0.0.30 - - [2025-02-13 02:37:37] "POST /neutron/port HTTP/1.1" 200 1115 0.067100 10.0.0.30 - - [2025-02-13 02:37:37] "POST /neutron/port HTTP/1.1" 200 1089 0.014414 10.0.0.30 - - [2025-02-13 02:37:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002166 10.0.0.30 - - [2025-02-13 02:37:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002137 10.0.0.30 - - [2025-02-13 02:37:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002650 10.0.0.30 - - [2025-02-13 02:37:37] "POST /neutron/subnet HTTP/1.1" 200 688 0.011117 10.0.0.30 - - [2025-02-13 02:37:37] "POST /neutron/port HTTP/1.1" 200 117 0.001837 10.0.0.30 - - [2025-02-13 02:37:37] "POST /neutron/network HTTP/1.1" 200 832 0.005323 10.0.0.30 - - [2025-02-13 02:37:37] "POST /virtual-machines HTTP/1.1" 200 553 0.025882 10.0.0.30 - - [2025-02-13 02:37:37] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.086689 10.0.0.30 - - [2025-02-13 02:37:37] "POST /chown HTTP/1.1" 200 109 0.007261 10.0.0.30 - - [2025-02-13 02:37:37] "POST /instance-ips HTTP/1.1" 200 551 0.019105 10.0.0.30 - - [2025-02-13 02:37:37] "POST /instance-ips HTTP/1.1" 400 246 0.015010 10.0.0.30 - - [2025-02-13 02:37:37] "POST /chown HTTP/1.1" 200 109 0.007868 10.0.0.30 - - [2025-02-13 02:37:37] "PUT /virtual-machine-interface/f4f930be-b71d-4f9c-9d77-9b553c5b63f5 HTTP/1.1" 200 284 0.017992 10.0.0.30 - - [2025-02-13 02:37:37] "PUT /instance-ip/e2a838d7-dc9e-46d5-938d-86fe24064f88 HTTP/1.1" 200 256 0.016069 10.0.0.30 - - [2025-02-13 02:37:37] "POST /ref-update HTTP/1.1" 200 156 0.012468 10.0.0.30 - - [2025-02-13 02:37:38] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.103721 10.0.0.30 - - [2025-02-13 02:37:38] "POST /chown HTTP/1.1" 200 109 0.007442 10.0.0.30 - - [2025-02-13 02:37:38] "POST /instance-ips HTTP/1.1" 200 549 0.042537 10.0.0.30 - - [2025-02-13 02:37:38] "POST /instance-ips HTTP/1.1" 400 316 0.022953 10.0.0.30 - - [2025-02-13 02:37:38] "POST /chown HTTP/1.1" 200 109 0.011771 10.0.0.30 - - [2025-02-13 02:37:38] "PUT /virtual-machine-interface/4ab6d642-cb53-491c-93b3-7bac0d7259bf HTTP/1.1" 200 284 0.011654 10.0.0.30 - - [2025-02-13 02:37:38] "PUT /instance-ip/03d7c485-c449-4bfe-83ae-79f3cd5f7e14 HTTP/1.1" 200 256 0.022083 10.0.0.30 - - [2025-02-13 02:37:38] "POST /ref-update HTTP/1.1" 200 156 0.013798 10.0.0.30 - - [2025-02-13 02:37:38] "POST /ref-update HTTP/1.1" 200 156 0.014177 10.0.0.30 - - [2025-02-13 02:37:38] "PUT /routing-instance/623def82-b2d2-4cba-8b6f-34b127b5efc0 HTTP/1.1" 200 266 0.013535 10.0.0.30 - - [2025-02-13 02:37:38] "POST /ref-update HTTP/1.1" 200 156 0.009121 10.0.0.30 - - [2025-02-13 02:37:38] "POST /virtual-machines HTTP/1.1" 200 553 0.019632 10.0.0.30 - - [2025-02-13 02:37:38] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.090919 10.0.0.30 - - [2025-02-13 02:37:38] "POST /chown HTTP/1.1" 200 109 0.007161 10.0.0.30 - - [2025-02-13 02:37:38] "POST /instance-ips HTTP/1.1" 400 246 0.014357 10.0.0.30 - - [2025-02-13 02:37:38] "POST /chown HTTP/1.1" 200 109 0.010270 10.0.0.30 - - [2025-02-13 02:37:38] "PUT /virtual-machine-interface/91aa0224-0c2b-40c9-bbb7-1c4c51a4e1aa HTTP/1.1" 200 284 0.010168 10.0.0.30 - - [2025-02-13 02:37:39] "PUT /instance-ip/e2a838d7-dc9e-46d5-938d-86fe24064f88 HTTP/1.1" 200 256 0.018153 10.0.0.30 - - [2025-02-13 02:37:39] "POST /ref-update HTTP/1.1" 200 156 0.018382 10.0.0.30 - - [2025-02-13 02:37:39] "POST /ref-update HTTP/1.1" 200 156 0.011865 10.0.0.30 - - [2025-02-13 02:37:39] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.083632 10.0.0.30 - - [2025-02-13 02:37:39] "POST /chown HTTP/1.1" 200 109 0.008050 10.0.0.30 - - [2025-02-13 02:37:39] "POST /instance-ips HTTP/1.1" 400 316 0.015706 10.0.0.30 - - [2025-02-13 02:37:39] "POST /chown HTTP/1.1" 200 109 0.007996 10.0.0.30 - - [2025-02-13 02:37:39] "PUT /virtual-machine-interface/9272c4dc-6786-4e91-95b0-46681c0356ab HTTP/1.1" 200 284 0.012949 10.0.0.30 - - [2025-02-13 02:37:39] "PUT /instance-ip/03d7c485-c449-4bfe-83ae-79f3cd5f7e14 HTTP/1.1" 200 256 0.016468 10.0.0.30 - - [2025-02-13 02:37:39] "POST /ref-update HTTP/1.1" 200 156 0.011914 10.0.0.30 - - [2025-02-13 02:37:39] "POST /ref-update HTTP/1.1" 200 156 0.011575 10.0.0.30 - - [2025-02-13 02:37:41] "POST /neutron/port HTTP/1.1" 200 1086 0.015444 10.0.0.30 - - [2025-02-13 02:37:41] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005797 10.0.0.30 - - [2025-02-13 02:37:42] "POST /neutron/port HTTP/1.1" 200 1086 0.014758 10.0.0.30 - - [2025-02-13 02:37:42] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006065 10.0.0.30 - - [2025-02-13 02:37:42] "POST /neutron/port HTTP/1.1" 200 1086 0.014950 10.0.0.30 - - [2025-02-13 02:37:42] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006433 10.0.0.30 - - [2025-02-13 02:37:42] "GET /virtual-machine/baf87abc-c14e-47ed-a423-48f9d6b673b4 HTTP/1.1" 401 292 0.000568 10.0.0.30 - - [2025-02-13 02:37:42] "GET /virtual-machine/baf87abc-c14e-47ed-a423-48f9d6b673b4 HTTP/1.1" 200 1296 0.025168 10.0.0.30 - - [2025-02-13 02:37:42] "GET /virtual-machine-interface/5b40e511-adbb-41b3-9160-515548069c67 HTTP/1.1" 200 2956 0.002872 10.0.0.30 - - [2025-02-13 02:37:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.30 - - [2025-02-13 02:37:42] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002898 10.0.0.30 - - [2025-02-13 02:37:42] "GET /virtual-networks?parent_id=fc3965a7-2655-4285-a2c8-7f6389367f18&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003080 10.0.0.30 - - [2025-02-13 02:37:42] "GET /virtual-network/8ace1510-d600-4194-9ae3-646ff44b7126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.002945 10.0.0.30 - - [2025-02-13 02:37:44] "POST /neutron/port HTTP/1.1" 200 1086 0.016743 10.0.0.30 - - [2025-02-13 02:37:44] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005651 10.0.0.30 - - [2025-02-13 02:37:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.30 - - [2025-02-13 02:37:45] "GET /virtual-network/8ace1510-d600-4194-9ae3-646ff44b7126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.003211 10.0.0.30 - - [2025-02-13 02:37:46] "POST /neutron/port HTTP/1.1" 200 1089 0.014260 10.0.0.30 - - [2025-02-13 02:37:46] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005590 10.0.0.30 - - [2025-02-13 02:37:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.30 - - [2025-02-13 02:37:47] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002826 10.0.0.30 - - [2025-02-13 02:37:47] "GET /virtual-networks?parent_id=fc3965a7-2655-4285-a2c8-7f6389367f18&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003198 10.0.0.30 - - [2025-02-13 02:37:47] "GET /virtual-network/8ace1510-d600-4194-9ae3-646ff44b7126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.003203 10.0.0.30 - - [2025-02-13 02:37:48] "POST /neutron/port HTTP/1.1" 200 1089 0.013482 10.0.0.30 - - [2025-02-13 02:37:48] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005251 10.0.0.30 - - [2025-02-13 02:37:48] "POST /neutron/port HTTP/1.1" 200 1089 0.012890 10.0.0.30 - - [2025-02-13 02:37:48] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006325 10.0.0.30 - - [2025-02-13 02:37:48] "POST /neutron/port HTTP/1.1" 200 1089 0.013286 10.0.0.30 - - [2025-02-13 02:37:48] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005745 10.0.0.30 - - [2025-02-13 02:37:48] "GET /virtual-machine/e55e2f09-e04d-4188-9cf7-a2babcd0db30 HTTP/1.1" 200 1296 0.004194 10.0.0.30 - - [2025-02-13 02:37:48] "GET /virtual-machine-interface/16756b89-a606-4f4b-a4e9-3cbf6593a7b2 HTTP/1.1" 200 2968 0.002406 10.0.0.30 - - [2025-02-13 02:37:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.30 - - [2025-02-13 02:37:48] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002610 10.0.0.30 - - [2025-02-13 02:37:48] "GET /virtual-networks?parent_id=fc3965a7-2655-4285-a2c8-7f6389367f18&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003169 10.0.0.30 - - [2025-02-13 02:37:48] "GET /virtual-network/364f4b99-e4eb-49d5-94fe-050cd40ddad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003655 10.0.0.30 - - [2025-02-13 02:37:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.30 - - [2025-02-13 02:37:49] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002763 10.0.0.30 - - [2025-02-13 02:37:49] "GET /virtual-networks?parent_id=fc3965a7-2655-4285-a2c8-7f6389367f18&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002932 10.0.0.30 - - [2025-02-13 02:37:49] "GET /virtual-network/364f4b99-e4eb-49d5-94fe-050cd40ddad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003512 10.0.0.30 - - [2025-02-13 02:37:53] "POST /neutron/router HTTP/1.1" 200 656 0.003771 10.0.0.30 - - [2025-02-13 02:37:53] "POST /ref-update HTTP/1.1" 200 156 0.011199 10.0.0.30 - - [2025-02-13 02:37:53] "POST /neutron/router HTTP/1.1" 200 344 0.097651 10.0.0.30 - - [2025-02-13 02:37:53] "POST /neutron/router HTTP/1.1" 200 656 0.005217 10.0.0.30 - - [2025-02-13 02:37:53] "GET /logical-router/eec9abcf-6848-4d42-9cf3-b02d1a33d2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1973 0.002959 10.0.0.30 - - [2025-02-13 02:37:53] "GET /service-instance/e6960c63-9a03-466e-9877-77caa6e43b67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2316 0.003032 10.0.0.30 - - [2025-02-13 02:37:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002531 10.0.0.30 - - [2025-02-13 02:37:53] "POST /neutron/router HTTP/1.1" 200 151 0.060782 10.0.0.30 - - [2025-02-13 02:37:53] "DELETE /route-target/3d5a8c2a-f770-4a08-a88d-bc608efb7a7c HTTP/1.1" 409 239 0.005388 10.0.0.30 - - [2025-02-13 02:37:53] "PUT /logical-router/eec9abcf-6848-4d42-9cf3-b02d1a33d2aa HTTP/1.1" 404 171 0.003069 10.0.0.30 - - [2025-02-13 02:37:53] "POST /ref-update HTTP/1.1" 200 156 0.010844 10.0.0.30 - - [2025-02-13 02:37:53] "DELETE /route-table/4d8e30ba-1f47-4583-8e22-6869ac966dab HTTP/1.1" 200 115 0.030619 10.0.0.30 - - [2025-02-13 02:37:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.30 - - [2025-02-13 02:37:53] "PUT /routing-instance/623def82-b2d2-4cba-8b6f-34b127b5efc0 HTTP/1.1" 200 266 0.009541 10.0.0.30 - - [2025-02-13 02:37:53] "GET /virtual-network/52e5656b-1c03-4085-9e8a-c3785d8caff9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.004240 10.0.0.30 - - [2025-02-13 02:37:53] "POST /neutron/network HTTP/1.1" 200 832 0.005511 10.0.0.30 - - [2025-02-13 02:37:54] "POST /neutron/network HTTP/1.1" 400 204 0.039483 10.0.0.30 - - [2025-02-13 02:37:54] "POST /ref-update HTTP/1.1" 200 156 0.014469 10.0.0.30 - - [2025-02-13 02:37:54] "POST /ref-update HTTP/1.1" 200 156 0.012487 10.0.0.30 - - [2025-02-13 02:37:54] "DELETE /instance-ip/03d7c485-c449-4bfe-83ae-79f3cd5f7e14 HTTP/1.1" 200 115 0.039546 10.0.0.30 - - [2025-02-13 02:37:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001424 10.0.0.30 - - [2025-02-13 02:37:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001268 10.0.0.30 - - [2025-02-13 02:37:54] "DELETE /virtual-network/52e5656b-1c03-4085-9e8a-c3785d8caff9 HTTP/1.1" 200 115 0.136050 10.0.0.30 - - [2025-02-13 02:37:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.009954 10.0.0.30 - - [2025-02-13 02:37:54] "DELETE /route-target/5c5f6714-a386-4137-91dc-a0e25a9ab07c HTTP/1.1" 200 115 0.038634 10.0.0.30 - - [2025-02-13 02:37:54] "DELETE /service-instance/e6960c63-9a03-466e-9877-77caa6e43b67 HTTP/1.1" 200 115 0.055049 10.0.0.30 - - [2025-02-13 02:37:54] "GET /logical-router/eec9abcf-6848-4d42-9cf3-b02d1a33d2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003362 10.0.0.30 - - [2025-02-13 02:37:54] "POST /neutron/port HTTP/1.1" 200 1089 0.017114 10.0.0.30 - - [2025-02-13 02:37:54] "GET /service-instance/e6960c63-9a03-466e-9877-77caa6e43b67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.010432 10.0.0.30 - - [2025-02-13 02:37:54] "POST /neutron/port HTTP/1.1" 200 1115 0.009757 10.0.0.30 - - [2025-02-13 02:37:54] "GET /virtual-machine-interface/9272c4dc-6786-4e91-95b0-46681c0356ab?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1334 0.003751 10.0.0.30 - - [2025-02-13 02:37:54] "POST /neutron/port HTTP/1.1" 200 1086 0.016803 10.0.0.30 - - [2025-02-13 02:37:54] "POST /neutron/port HTTP/1.1" 200 1112 0.012797 10.0.0.30 - - [2025-02-13 02:37:54] "POST /neutron/port HTTP/1.1" 200 151 0.168928 10.0.0.30 - - [2025-02-13 02:37:54] "DELETE /virtual-machine-interface/9272c4dc-6786-4e91-95b0-46681c0356ab HTTP/1.1" 200 115 0.072578 10.0.0.30 - - [2025-02-13 02:37:54] "GET /virtual-machine-interface/91aa0224-0c2b-40c9-bbb7-1c4c51a4e1aa?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1654 0.003636 10.0.0.30 - - [2025-02-13 02:37:54] "POST /ref-update HTTP/1.1" 200 156 0.015813 10.0.0.30 - - [2025-02-13 02:37:54] "POST /neutron/port HTTP/1.1" 200 151 0.136507 10.0.0.30 - - [2025-02-13 02:37:54] "GET /instance-ip/e2a838d7-dc9e-46d5-938d-86fe24064f88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.003169 10.0.0.30 - - [2025-02-13 02:37:54] "DELETE /virtual-machine-interface/91aa0224-0c2b-40c9-bbb7-1c4c51a4e1aa HTTP/1.1" 200 115 0.040501 10.0.0.30 - - [2025-02-13 02:37:54] "DELETE /virtual-machine/50eb8922-4a75-4f8b-b54c-cc11cc5544b8 HTTP/1.1" 200 115 0.025923 10.0.0.30 - - [2025-02-13 02:37:54] "GET /virtual-machine-interface/f4f930be-b71d-4f9c-9d77-9b553c5b63f5?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1654 0.003724 10.0.0.30 - - [2025-02-13 02:37:54] "POST /ref-update HTTP/1.1" 200 156 0.011936 10.0.0.30 - - [2025-02-13 02:37:54] "GET /instance-ip/e2a838d7-dc9e-46d5-938d-86fe24064f88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1694 0.004063 10.0.0.30 - - [2025-02-13 02:37:55] "DELETE /instance-ip/e2a838d7-dc9e-46d5-938d-86fe24064f88 HTTP/1.1" 200 115 0.027458 10.0.0.30 - - [2025-02-13 02:37:55] "DELETE /virtual-machine-interface/f4f930be-b71d-4f9c-9d77-9b553c5b63f5 HTTP/1.1" 200 115 0.033630 10.0.0.30 - - [2025-02-13 02:37:55] "GET /virtual-machine-interface/4ab6d642-cb53-491c-93b3-7bac0d7259bf?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1333 0.002971 10.0.0.30 - - [2025-02-13 02:37:55] "DELETE /virtual-machine-interface/4ab6d642-cb53-491c-93b3-7bac0d7259bf HTTP/1.1" 200 115 0.029954 10.0.0.30 - - [2025-02-13 02:37:55] "POST /ref-update HTTP/1.1" 200 156 0.010783 10.0.0.30 - - [2025-02-13 02:37:55] "DELETE /virtual-machine/a51855ce-eabf-4e86-a07e-72869012225e HTTP/1.1" 200 115 0.018358 10.0.0.30 - - [2025-02-13 02:37:56] "POST /neutron/network HTTP/1.1" 200 832 0.005413 10.0.0.30 - - [2025-02-13 02:37:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002133 10.0.0.30 - - [2025-02-13 02:37:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001224 10.0.0.30 - - [2025-02-13 02:37:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006548 10.0.0.30 - - [2025-02-13 02:37:56] "POST /neutron/network HTTP/1.1" 200 151 0.074655 10.0.0.30 - - [2025-02-13 02:37:56] "POST /neutron/network HTTP/1.1" 200 822 0.006331 10.0.0.30 - - [2025-02-13 02:37:56] "DELETE /route-target/6b7742b1-8b23-4336-8e45-42f46b255388 HTTP/1.1" 200 115 0.023401 10.0.0.30 - - [2025-02-13 02:37:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001468 10.0.0.30 - - [2025-02-13 02:37:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001116 10.0.0.30 - - [2025-02-13 02:37:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004389 10.0.0.30 - - [2025-02-13 02:37:56] "POST /neutron/network HTTP/1.1" 200 151 0.071187 10.0.0.30 - - [2025-02-13 02:37:56] "DELETE /route-target/ab1c040e-ae03-4f9d-a37b-f8622083b824 HTTP/1.1" 200 115 0.015388 10.0.0.30 - - [2025-02-13 02:37:56] "GET /projects?obj_uuids=fc3965a7-2655-4285-a2c8-7f6389367f18&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001229 10.0.0.30 - - [2025-02-13 02:37:56] "GET /project/fc3965a7-2655-4285-a2c8-7f6389367f18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.031621 10.0.0.30 - - [2025-02-13 02:37:56] "GET /projects?obj_uuids=fc3965a7-2655-4285-a2c8-7f6389367f18&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001616 10.0.0.30 - - [2025-02-13 02:37:56] "GET /project/fc3965a7-2655-4285-a2c8-7f6389367f18?fields=virtual_networks HTTP/1.1" 200 1038 0.063481 10.0.0.30 - - [2025-02-13 02:37:56] "GET /projects?obj_uuids=fc3965a7-2655-4285-a2c8-7f6389367f18&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001215 10.0.0.30 - - [2025-02-13 02:37:56] "GET /project/fc3965a7-2655-4285-a2c8-7f6389367f18?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.021411 10.0.0.30 - - [2025-02-13 02:37:56] "GET /projects?obj_uuids=fc3965a7-2655-4285-a2c8-7f6389367f18&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001179 10.0.0.30 - - [2025-02-13 02:37:56] "GET /project/fc3965a7-2655-4285-a2c8-7f6389367f18?fields=security_groups HTTP/1.1" 200 1267 0.029250 10.0.0.30 - - [2025-02-13 02:37:57] "POST /fqname-to-id HTTP/1.1" 404 196 0.023382 10.0.0.30 - - [2025-02-13 02:37:57] "GET /projects?obj_uuids=a445ca4a-9a30-4da0-8996-d8fd9de3b080&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002729 10.0.0.30 - - [2025-02-13 02:37:57] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001189 10.0.0.30 - - [2025-02-13 02:37:57] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006800 10.0.0.30 - - [2025-02-13 02:37:57] "POST /id-to-fqname HTTP/1.1" 200 198 0.001671 10.0.0.30 - - [2025-02-13 02:37:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.002373 10.0.0.30 - - [2025-02-13 02:37:57] "POST /security-groups HTTP/1.1" 200 599 0.064323 10.0.0.30 - - [2025-02-13 02:37:57] "POST /fqname-to-id HTTP/1.1" 404 242 0.004073 10.0.0.30 - - [2025-02-13 02:37:57] "POST /projects HTTP/1.1" 200 601 0.212784 10.0.0.30 - - [2025-02-13 02:37:57] "POST /access-control-lists HTTP/1.1" 200 604 0.059537 10.0.0.30 - - [2025-02-13 02:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.285048 10.0.0.30 - - [2025-02-13 02:37:57] "POST /fqname-to-id HTTP/1.1" 404 241 0.002831 10.0.0.30 - - [2025-02-13 02:37:57] "GET /project/a445ca4a-9a30-4da0-8996-d8fd9de3b080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.402485 10.0.0.30 - - [2025-02-13 02:37:58] "POST /access-control-lists HTTP/1.1" 200 602 0.060519 10.0.0.30 - - [2025-02-13 02:37:58] "GET / HTTP/1.1" 200 35931 0.002185 10.0.0.30 - - [2025-02-13 02:37:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000501 10.0.0.30 - - [2025-02-13 02:37:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.052943 10.0.0.30 - - [2025-02-13 02:37:59] "GET /projects?obj_uuids=a445ca4a-9a30-4da0-8996-d8fd9de3b080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001114 10.0.0.30 - - [2025-02-13 02:37:59] "GET /project/a445ca4a-9a30-4da0-8996-d8fd9de3b080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.021864 10.0.0.30 - - [2025-02-13 02:38:00] "POST /neutron/network HTTP/1.1" 200 117 0.029558 10.0.0.30 - - [2025-02-13 02:38:00] "GET /projects?obj_uuids=a445ca4a-9a30-4da0-8996-d8fd9de3b080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002767 10.0.0.30 - - [2025-02-13 02:38:00] "POST /neutron/network HTTP/1.1" 200 613 0.064810 10.0.0.30 - - [2025-02-13 02:38:00] "POST /route-targets HTTP/1.1" 200 327 0.010730 10.0.0.30 - - [2025-02-13 02:38:00] "POST /ref-update HTTP/1.1" 200 156 0.009089 10.0.0.30 - - [2025-02-13 02:38:00] "POST /useragent-kv HTTP/1.1" 200 115 0.007020 10.0.0.30 - - [2025-02-13 02:38:00] "POST /neutron/subnet HTTP/1.1" 200 729 0.155087 10.0.0.30 - - [2025-02-13 02:38:00] "POST /useragent-kv HTTP/1.1" 200 115 0.004360 10.0.0.30 - - [2025-02-13 02:38:00] "POST /neutron/subnet HTTP/1.1" 200 828 0.176781 10.0.0.30 - - [2025-02-13 02:38:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.027664 10.0.0.30 - - [2025-02-13 02:38:00] "GET /virtual-network/2482380a-8650-497e-b6f4-3e9528195c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.004710 10.0.0.30 - - [2025-02-13 02:38:00] "POST /neutron/network HTTP/1.1" 200 1007 0.006573 10.0.0.30 - - [2025-02-13 02:38:00] "POST /id-to-fqname HTTP/1.1" 200 228 0.001281 10.0.0.30 - - [2025-02-13 02:38:00] "GET /virtual-network/f1dd37bb-41c6-49c3-9345-2df9e476dba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.002832 10.0.0.30 - - [2025-02-13 02:38:00] "POST /neutron/network HTTP/1.1" 200 1007 0.008216 10.0.0.30 - - [2025-02-13 02:38:00] "GET /virtual-network/f1dd37bb-41c6-49c3-9345-2df9e476dba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.002925 10.0.0.30 - - [2025-02-13 02:38:00] "POST /neutron/network HTTP/1.1" 200 1007 0.009489 10.0.0.30 - - [2025-02-13 02:38:00] "POST /neutron/subnet HTTP/1.1" 200 729 0.006873 10.0.0.30 - - [2025-02-13 02:38:00] "POST /neutron/subnet HTTP/1.1" 200 828 0.006908 10.0.0.30 - - [2025-02-13 02:38:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002582 10.0.0.30 - - [2025-02-13 02:38:00] "GET /projects?obj_uuids=a445ca4a-9a30-4da0-8996-d8fd9de3b080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001007 10.0.0.30 - - [2025-02-13 02:38:00] "GET /project/a445ca4a-9a30-4da0-8996-d8fd9de3b080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.019615 10.0.0.30 - - [2025-02-13 02:38:00] "POST /neutron/network HTTP/1.1" 200 117 0.008693 10.0.0.30 - - [2025-02-13 02:38:00] "GET /projects?obj_uuids=a445ca4a-9a30-4da0-8996-d8fd9de3b080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001612 10.0.0.30 - - [2025-02-13 02:38:00] "POST /neutron/network HTTP/1.1" 200 613 0.058433 10.0.0.30 - - [2025-02-13 02:38:00] "POST /route-targets HTTP/1.1" 200 327 0.010880 10.0.0.30 - - [2025-02-13 02:38:00] "POST /ref-update HTTP/1.1" 200 156 0.010144 10.0.0.30 - - [2025-02-13 02:38:01] "POST /useragent-kv HTTP/1.1" 200 115 0.004596 10.0.0.30 - - [2025-02-13 02:38:01] "POST /neutron/subnet HTTP/1.1" 200 720 0.204707 10.0.0.30 - - [2025-02-13 02:38:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.30 - - [2025-02-13 02:38:01] "GET /virtual-network/2482380a-8650-497e-b6f4-3e9528195c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.002977 10.0.0.30 - - [2025-02-13 02:38:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002082 10.0.0.30 - - [2025-02-13 02:38:01] "POST /neutron/subnet HTTP/1.1" 200 823 0.138091 10.0.0.30 - - [2025-02-13 02:38:01] "POST /neutron/network HTTP/1.1" 200 1004 0.008395 10.0.0.30 - - [2025-02-13 02:38:01] "POST /id-to-fqname HTTP/1.1" 200 228 0.001577 10.0.0.30 - - [2025-02-13 02:38:01] "GET /virtual-network/da0a35a6-dcdf-4c79-b03b-f4b2c9c34ffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.002664 10.0.0.30 - - [2025-02-13 02:38:01] "POST /neutron/network HTTP/1.1" 200 1004 0.008865 10.0.0.30 - - [2025-02-13 02:38:01] "GET /virtual-network/da0a35a6-dcdf-4c79-b03b-f4b2c9c34ffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.002732 10.0.0.30 - - [2025-02-13 02:38:01] "POST /neutron/network HTTP/1.1" 200 1004 0.007273 10.0.0.30 - - [2025-02-13 02:38:01] "POST /neutron/subnet HTTP/1.1" 200 720 0.007369 10.0.0.30 - - [2025-02-13 02:38:01] "POST /neutron/subnet HTTP/1.1" 200 823 0.008103 10.0.0.30 - - [2025-02-13 02:38:01] "POST /fqname-to-id HTTP/1.1" 404 234 0.002570 10.0.0.30 - - [2025-02-13 02:38:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002299 10.0.0.30 - - [2025-02-13 02:38:01] "GET /projects?obj_uuids=a445ca4a-9a30-4da0-8996-d8fd9de3b080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001107 10.0.0.30 - - [2025-02-13 02:38:01] "GET /project/a445ca4a-9a30-4da0-8996-d8fd9de3b080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.020717 10.0.0.30 - - [2025-02-13 02:38:01] "POST /network-policys HTTP/1.1" 200 577 0.061636 10.0.0.30 - - [2025-02-13 02:38:01] "GET /network-policy/0d2b9b67-77de-4e80-b0e1-a6912178de50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.004642 10.0.0.30 - - [2025-02-13 02:38:01] "POST /neutron/network HTTP/1.1" 200 1007 0.007571 10.0.0.30 - - [2025-02-13 02:38:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.30 - - [2025-02-13 02:38:01] "POST /fqname-to-id HTTP/1.1" 404 242 0.003130 10.0.0.30 - - [2025-02-13 02:38:01] "GET /virtual-network/2482380a-8650-497e-b6f4-3e9528195c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.004964 10.0.0.30 - - [2025-02-13 02:38:01] "POST /neutron/network HTTP/1.1" 200 1115 0.049012 10.0.0.30 - - [2025-02-13 02:38:01] "POST /access-control-lists HTTP/1.1" 200 596 0.065578 10.0.0.30 - - [2025-02-13 02:38:01] "POST /neutron/network HTTP/1.1" 200 1115 0.040185 10.0.0.30 - - [2025-02-13 02:38:01] "GET /virtual-network/f1dd37bb-41c6-49c3-9345-2df9e476dba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.003142 10.0.0.30 - - [2025-02-13 02:38:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002377 10.0.0.30 - - [2025-02-13 02:38:01] "GET /network-policy/0d2b9b67-77de-4e80-b0e1-a6912178de50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.003730 10.0.0.30 - - [2025-02-13 02:38:02] "POST /neutron/network HTTP/1.1" 200 1004 0.007948 10.0.0.30 - - [2025-02-13 02:38:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.007303 10.0.0.30 - - [2025-02-13 02:38:02] "POST /fqname-to-id HTTP/1.1" 404 242 0.004299 10.0.0.30 - - [2025-02-13 02:38:02] "GET /virtual-network/2482380a-8650-497e-b6f4-3e9528195c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.004871 10.0.0.30 - - [2025-02-13 02:38:02] "POST /neutron/network HTTP/1.1" 200 1112 0.049864 10.0.0.30 - - [2025-02-13 02:38:02] "POST /access-control-lists HTTP/1.1" 200 596 0.068220 10.0.0.30 - - [2025-02-13 02:38:02] "POST /neutron/network HTTP/1.1" 200 1112 0.046080 10.0.0.30 - - [2025-02-13 02:38:02] "GET /virtual-network/da0a35a6-dcdf-4c79-b03b-f4b2c9c34ffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.002751 10.0.0.30 - - [2025-02-13 02:38:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002767 10.0.0.30 - - [2025-02-13 02:38:02] "POST /ref-update HTTP/1.1" 200 156 0.010256 10.0.0.30 - - [2025-02-13 02:38:02] "GET /network-policy/0d2b9b67-77de-4e80-b0e1-a6912178de50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.002908 10.0.0.30 - - [2025-02-13 02:38:02] "GET /domains HTTP/1.1" 401 292 0.000392 10.0.0.30 - - [2025-02-13 02:38:02] "PUT /access-control-list/4c8d4a81-43de-4815-b50d-92eeb379aa95 HTTP/1.1" 200 272 0.053985 10.0.0.30 - - [2025-02-13 02:38:02] "GET /domains HTTP/1.1" 200 280 0.025366 10.0.0.30 - - [2025-02-13 02:38:02] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001100 10.0.0.30 - - [2025-02-13 02:38:02] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11 HTTP/1.1" 200 3150 0.008135 10.0.0.30 - - [2025-02-13 02:38:02] "GET /projects?obj_uuids=a445ca4a-9a30-4da0-8996-d8fd9de3b080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001034 10.0.0.30 - - [2025-02-13 02:38:02] "GET /project/a445ca4a-9a30-4da0-8996-d8fd9de3b080 HTTP/1.1" 200 2624 0.067729 10.0.0.30 - - [2025-02-13 02:38:02] "GET /virtual-network/f1dd37bb-41c6-49c3-9345-2df9e476dba4 HTTP/1.1" 200 3509 0.003668 10.0.0.30 - - [2025-02-13 02:38:02] "GET /virtual-network/f1dd37bb-41c6-49c3-9345-2df9e476dba4 HTTP/1.1" 200 3509 0.002674 10.0.0.30 - - [2025-02-13 02:38:02] "GET /routing-instance/df69e259-c9e7-4d04-b407-1c5c2e5e3ab7 HTTP/1.1" 200 1796 0.002588 10.0.0.30 - - [2025-02-13 02:38:02] "GET /routing-instance/df69e259-c9e7-4d04-b407-1c5c2e5e3ab7 HTTP/1.1" 200 1796 0.002482 10.0.0.30 - - [2025-02-13 02:38:02] "GET /route-target/d2a4bdfb-3a9b-4259-a099-cfc988c30096 HTTP/1.1" 200 1213 0.002434 10.0.0.30 - - [2025-02-13 02:38:02] "GET /virtual-network/f1dd37bb-41c6-49c3-9345-2df9e476dba4 HTTP/1.1" 200 3509 0.002717 10.0.0.30 - - [2025-02-13 02:38:02] "GET /routing-instance/df69e259-c9e7-4d04-b407-1c5c2e5e3ab7 HTTP/1.1" 200 1796 0.002455 10.0.0.30 - - [2025-02-13 02:38:02] "GET /virtual-network/f1dd37bb-41c6-49c3-9345-2df9e476dba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.002866 10.0.0.30 - - [2025-02-13 02:38:02] "GET /virtual-network/f1dd37bb-41c6-49c3-9345-2df9e476dba4 HTTP/1.1" 200 3509 0.002986 10.0.0.30 - - [2025-02-13 02:38:02] "GET /routing-instance/df69e259-c9e7-4d04-b407-1c5c2e5e3ab7 HTTP/1.1" 200 1796 0.002529 10.0.0.30 - - [2025-02-13 02:38:02] "GET /routing-instance/df69e259-c9e7-4d04-b407-1c5c2e5e3ab7 HTTP/1.1" 200 1796 0.002411 10.0.0.30 - - [2025-02-13 02:38:02] "GET /route-target/d2a4bdfb-3a9b-4259-a099-cfc988c30096 HTTP/1.1" 200 1213 0.002378 10.0.0.30 - - [2025-02-13 02:38:02] "GET /domains HTTP/1.1" 200 280 0.002379 10.0.0.30 - - [2025-02-13 02:38:02] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000960 10.0.0.30 - - [2025-02-13 02:38:02] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11 HTTP/1.1" 200 3150 0.006045 10.0.0.30 - - [2025-02-13 02:38:02] "GET /projects?obj_uuids=a445ca4a-9a30-4da0-8996-d8fd9de3b080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000883 10.0.0.30 - - [2025-02-13 02:38:02] "GET /project/a445ca4a-9a30-4da0-8996-d8fd9de3b080 HTTP/1.1" 200 2624 0.061733 10.0.0.30 - - [2025-02-13 02:38:02] "GET /virtual-network/f1dd37bb-41c6-49c3-9345-2df9e476dba4 HTTP/1.1" 200 3509 0.002548 10.0.0.30 - - [2025-02-13 02:38:03] "GET /obj-perms HTTP/1.1" 200 5046 0.049791 10.0.0.30 - - [2025-02-13 02:38:03] "GET /domains HTTP/1.1" 200 280 0.002622 10.0.0.30 - - [2025-02-13 02:38:03] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001599 10.0.0.30 - - [2025-02-13 02:38:03] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11 HTTP/1.1" 200 3150 0.007936 10.0.0.30 - - [2025-02-13 02:38:03] "GET /projects?obj_uuids=a445ca4a-9a30-4da0-8996-d8fd9de3b080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001388 10.0.0.30 - - [2025-02-13 02:38:03] "GET /project/a445ca4a-9a30-4da0-8996-d8fd9de3b080 HTTP/1.1" 200 2624 0.064068 10.0.0.30 - - [2025-02-13 02:38:03] "GET /virtual-network/da0a35a6-dcdf-4c79-b03b-f4b2c9c34ffa HTTP/1.1" 200 3500 0.005325 10.0.0.30 - - [2025-02-13 02:38:03] "GET /virtual-network/da0a35a6-dcdf-4c79-b03b-f4b2c9c34ffa HTTP/1.1" 200 3500 0.003184 10.0.0.30 - - [2025-02-13 02:38:03] "GET /routing-instance/3a59b0d9-278a-41a0-aa38-2d74d8efdd93 HTTP/1.1" 200 1795 0.003031 10.0.0.30 - - [2025-02-13 02:38:03] "GET /routing-instance/3a59b0d9-278a-41a0-aa38-2d74d8efdd93 HTTP/1.1" 200 1795 0.002678 10.0.0.30 - - [2025-02-13 02:38:03] "GET /route-target/e7759813-f2b1-496f-a3b8-4d67aebe1f8c HTTP/1.1" 200 1213 0.003467 10.0.0.30 - - [2025-02-13 02:38:03] "GET /virtual-network/da0a35a6-dcdf-4c79-b03b-f4b2c9c34ffa HTTP/1.1" 200 3500 0.002883 10.0.0.30 - - [2025-02-13 02:38:03] "GET /routing-instance/3a59b0d9-278a-41a0-aa38-2d74d8efdd93 HTTP/1.1" 200 1795 0.002663 10.0.0.30 - - [2025-02-13 02:38:03] "GET /virtual-network/da0a35a6-dcdf-4c79-b03b-f4b2c9c34ffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.002548 10.0.0.30 - - [2025-02-13 02:38:03] "GET /virtual-network/da0a35a6-dcdf-4c79-b03b-f4b2c9c34ffa HTTP/1.1" 200 3500 0.003018 10.0.0.30 - - [2025-02-13 02:38:03] "GET /routing-instance/3a59b0d9-278a-41a0-aa38-2d74d8efdd93 HTTP/1.1" 200 1795 0.002483 10.0.0.30 - - [2025-02-13 02:38:03] "GET /routing-instance/3a59b0d9-278a-41a0-aa38-2d74d8efdd93 HTTP/1.1" 200 1795 0.002424 10.0.0.30 - - [2025-02-13 02:38:03] "GET /route-target/e7759813-f2b1-496f-a3b8-4d67aebe1f8c HTTP/1.1" 200 1213 0.002442 10.0.0.30 - - [2025-02-13 02:38:03] "GET /domains HTTP/1.1" 200 280 0.003078 10.0.0.30 - - [2025-02-13 02:38:03] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001128 10.0.0.30 - - [2025-02-13 02:38:03] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11 HTTP/1.1" 200 3150 0.006786 10.0.0.30 - - [2025-02-13 02:38:03] "GET /projects?obj_uuids=a445ca4a-9a30-4da0-8996-d8fd9de3b080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001286 10.0.0.30 - - [2025-02-13 02:38:03] "GET /project/a445ca4a-9a30-4da0-8996-d8fd9de3b080 HTTP/1.1" 200 2624 0.068583 10.0.0.30 - - [2025-02-13 02:38:03] "GET /virtual-network/da0a35a6-dcdf-4c79-b03b-f4b2c9c34ffa HTTP/1.1" 200 3500 0.004687 10.0.0.30 - - [2025-02-13 02:38:03] "GET /obj-perms HTTP/1.1" 200 5046 0.004214 10.0.0.30 - - [2025-02-13 02:38:03] "GET /virtual-network/da0a35a6-dcdf-4c79-b03b-f4b2c9c34ffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.003217 10.0.0.30 - - [2025-02-13 02:38:03] "POST /neutron/network HTTP/1.1" 200 1112 0.006808 10.0.0.30 - - [2025-02-13 02:38:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006622 10.0.0.30 - - [2025-02-13 02:38:03] "GET /virtual-network/2482380a-8650-497e-b6f4-3e9528195c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.004134 10.0.0.30 - - [2025-02-13 02:38:03] "POST /neutron/network HTTP/1.1" 200 1004 0.046262 10.0.0.30 - - [2025-02-13 02:38:03] "DELETE /access-control-list/5e1622ec-a812-4759-8113-d27c26f679d8 HTTP/1.1" 200 115 0.032497 10.0.0.30 - - [2025-02-13 02:38:03] "POST /neutron/network HTTP/1.1" 200 1004 0.006469 10.0.0.30 - - [2025-02-13 02:38:03] "POST /ref-update HTTP/1.1" 200 156 0.013126 10.0.0.30 - - [2025-02-13 02:38:03] "GET /virtual-network/da0a35a6-dcdf-4c79-b03b-f4b2c9c34ffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.002520 10.0.0.30 - - [2025-02-13 02:38:03] "GET /virtual-network/f1dd37bb-41c6-49c3-9345-2df9e476dba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.002363 10.0.0.30 - - [2025-02-13 02:38:03] "POST /neutron/network HTTP/1.1" 200 1115 0.007146 10.0.0.30 - - [2025-02-13 02:38:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005560 10.0.0.30 - - [2025-02-13 02:38:03] "GET /virtual-network/2482380a-8650-497e-b6f4-3e9528195c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.002873 10.0.0.30 - - [2025-02-13 02:38:03] "POST /neutron/network HTTP/1.1" 200 1007 0.041035 10.0.0.30 - - [2025-02-13 02:38:03] "DELETE /access-control-list/4c8d4a81-43de-4815-b50d-92eeb379aa95 HTTP/1.1" 200 115 0.025327 10.0.0.30 - - [2025-02-13 02:38:03] "POST /neutron/network HTTP/1.1" 200 1007 0.009737 10.0.0.30 - - [2025-02-13 02:38:03] "POST /ref-update HTTP/1.1" 200 156 0.011924 10.0.0.30 - - [2025-02-13 02:38:03] "GET /virtual-network/f1dd37bb-41c6-49c3-9345-2df9e476dba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005545 10.0.0.30 - - [2025-02-13 02:38:03] "DELETE /network-policy/0d2b9b67-77de-4e80-b0e1-a6912178de50 HTTP/1.1" 200 115 0.018659 10.0.0.30 - - [2025-02-13 02:38:03] "POST /neutron/network HTTP/1.1" 200 1004 0.007180 10.0.0.30 - - [2025-02-13 02:38:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002330 10.0.0.30 - - [2025-02-13 02:38:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001510 10.0.0.30 - - [2025-02-13 02:38:03] "POST /useragent-kv HTTP/1.1" 200 115 0.000978 10.0.0.30 - - [2025-02-13 02:38:03] "POST /useragent-kv HTTP/1.1" 200 115 0.000990 10.0.0.30 - - [2025-02-13 02:38:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001023 10.0.0.30 - - [2025-02-13 02:38:03] "POST /neutron/network HTTP/1.1" 200 151 0.088381 10.0.0.30 - - [2025-02-13 02:38:03] "DELETE /route-target/e7759813-f2b1-496f-a3b8-4d67aebe1f8c HTTP/1.1" 200 115 0.022124 10.0.0.30 - - [2025-02-13 02:38:03] "GET /routing-instance/3a59b0d9-278a-41a0-aa38-2d74d8efdd93 HTTP/1.1" 404 171 0.002251 10.0.0.30 - - [2025-02-13 02:38:03] "GET /domains HTTP/1.1" 200 280 0.002286 10.0.0.30 - - [2025-02-13 02:38:03] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001091 10.0.0.30 - - [2025-02-13 02:38:03] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11 HTTP/1.1" 200 3150 0.049619 10.0.0.30 - - [2025-02-13 02:38:03] "GET /projects?obj_uuids=a445ca4a-9a30-4da0-8996-d8fd9de3b080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001536 10.0.0.30 - - [2025-02-13 02:38:04] "GET /project/a445ca4a-9a30-4da0-8996-d8fd9de3b080 HTTP/1.1" 200 2144 0.065253 10.0.0.30 - - [2025-02-13 02:38:04] "POST /neutron/network HTTP/1.1" 200 1007 0.007080 10.0.0.30 - - [2025-02-13 02:38:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001444 10.0.0.30 - - [2025-02-13 02:38:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001222 10.0.0.30 - - [2025-02-13 02:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005318 10.0.0.30 - - [2025-02-13 02:38:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001155 10.0.0.30 - - [2025-02-13 02:38:04] "POST /useragent-kv HTTP/1.1" 200 115 0.000997 10.0.0.30 - - [2025-02-13 02:38:04] "POST /neutron/network HTTP/1.1" 200 151 0.077508 10.0.0.30 - - [2025-02-13 02:38:04] "GET /routing-instance/df69e259-c9e7-4d04-b407-1c5c2e5e3ab7 HTTP/1.1" 404 171 0.004098 10.0.0.30 - - [2025-02-13 02:38:04] "DELETE /route-target/d2a4bdfb-3a9b-4259-a099-cfc988c30096 HTTP/1.1" 200 115 0.020686 10.0.0.30 - - [2025-02-13 02:38:04] "GET /domains HTTP/1.1" 200 280 0.002519 10.0.0.30 - - [2025-02-13 02:38:04] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001045 10.0.0.30 - - [2025-02-13 02:38:04] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11 HTTP/1.1" 200 3150 0.048690 10.0.0.30 - - [2025-02-13 02:38:04] "GET /projects?obj_uuids=a445ca4a-9a30-4da0-8996-d8fd9de3b080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001074 10.0.0.30 - - [2025-02-13 02:38:04] "GET /project/a445ca4a-9a30-4da0-8996-d8fd9de3b080 HTTP/1.1" 200 1899 0.065273 10.0.0.30 - - [2025-02-13 02:38:04] "GET /projects?obj_uuids=a445ca4a-9a30-4da0-8996-d8fd9de3b080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001137 10.0.0.30 - - [2025-02-13 02:38:04] "GET /project/a445ca4a-9a30-4da0-8996-d8fd9de3b080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.022392 10.0.0.30 - - [2025-02-13 02:38:04] "GET /projects?obj_uuids=a445ca4a-9a30-4da0-8996-d8fd9de3b080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001039 10.0.0.30 - - [2025-02-13 02:38:04] "GET /project/a445ca4a-9a30-4da0-8996-d8fd9de3b080?fields=virtual_networks HTTP/1.1" 200 1047 0.062956 10.0.0.30 - - [2025-02-13 02:38:04] "GET /projects?obj_uuids=a445ca4a-9a30-4da0-8996-d8fd9de3b080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001181 10.0.0.30 - - [2025-02-13 02:38:04] "GET /project/a445ca4a-9a30-4da0-8996-d8fd9de3b080?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.019628 10.0.0.30 - - [2025-02-13 02:38:04] "GET /projects?obj_uuids=a445ca4a-9a30-4da0-8996-d8fd9de3b080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001086 10.0.0.30 - - [2025-02-13 02:38:04] "GET /project/a445ca4a-9a30-4da0-8996-d8fd9de3b080?fields=security_groups HTTP/1.1" 200 1281 0.018810 10.0.0.30 - - [2025-02-13 02:38:05] "POST /fqname-to-id HTTP/1.1" 404 190 0.023991 10.0.0.30 - - [2025-02-13 02:38:05] "GET /projects?obj_uuids=c5c99a51-f0a7-42c5-9219-0c4b925dff0d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002966 10.0.0.30 - - [2025-02-13 02:38:05] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001043 10.0.0.30 - - [2025-02-13 02:38:05] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006269 10.0.0.30 - - [2025-02-13 02:38:05] "POST /id-to-fqname HTTP/1.1" 200 192 0.001191 10.0.0.30 - - [2025-02-13 02:38:05] "POST /fqname-to-id HTTP/1.1" 404 201 0.004879 10.0.0.30 - - [2025-02-13 02:38:05] "POST /security-groups HTTP/1.1" 200 593 0.059417 10.0.0.30 - - [2025-02-13 02:38:05] "POST /fqname-to-id HTTP/1.1" 404 236 0.002289 10.0.0.30 - - [2025-02-13 02:38:05] "POST /projects HTTP/1.1" 200 589 0.202769 10.0.0.30 - - [2025-02-13 02:38:06] "POST /access-control-lists HTTP/1.1" 200 598 0.056614 10.0.0.30 - - [2025-02-13 02:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.273718 10.0.0.30 - - [2025-02-13 02:38:06] "POST /fqname-to-id HTTP/1.1" 404 235 0.002674 10.0.0.30 - - [2025-02-13 02:38:06] "GET /project/c5c99a51-f0a7-42c5-9219-0c4b925dff0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.391589 10.0.0.30 - - [2025-02-13 02:38:06] "POST /access-control-lists HTTP/1.1" 200 596 0.060543 10.0.0.30 - - [2025-02-13 02:38:07] "GET / HTTP/1.1" 200 35931 0.002972 10.0.0.30 - - [2025-02-13 02:38:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000485 10.0.0.30 - - [2025-02-13 02:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.056683 10.0.0.30 - - [2025-02-13 02:38:08] "GET /projects?obj_uuids=c5c99a51-f0a7-42c5-9219-0c4b925dff0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001619 10.0.0.30 - - [2025-02-13 02:38:08] "GET /project/c5c99a51-f0a7-42c5-9219-0c4b925dff0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.026957 10.0.0.30 - - [2025-02-13 02:38:08] "POST /neutron/network HTTP/1.1" 200 117 0.037544 10.0.0.30 - - [2025-02-13 02:38:08] "GET /projects?obj_uuids=c5c99a51-f0a7-42c5-9219-0c4b925dff0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001077 10.0.0.30 - - [2025-02-13 02:38:08] "POST /neutron/network HTTP/1.1" 200 607 0.066979 10.0.0.30 - - [2025-02-13 02:38:08] "POST /route-targets HTTP/1.1" 200 327 0.011179 10.0.0.30 - - [2025-02-13 02:38:08] "POST /ref-update HTTP/1.1" 200 156 0.011614 10.0.0.30 - - [2025-02-13 02:38:08] "POST /useragent-kv HTTP/1.1" 200 115 0.010934 10.0.0.30 - - [2025-02-13 02:38:08] "POST /neutron/subnet HTTP/1.1" 200 725 0.200011 10.0.0.30 - - [2025-02-13 02:38:08] "POST /neutron/network HTTP/1.1" 200 826 0.006175 10.0.0.30 - - [2025-02-13 02:38:08] "POST /id-to-fqname HTTP/1.1" 200 222 0.001703 10.0.0.30 - - [2025-02-13 02:38:08] "GET /virtual-network/345c0c20-36bc-4c35-9671-17c81997477c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.002922 10.0.0.30 - - [2025-02-13 02:38:08] "POST /neutron/network HTTP/1.1" 200 826 0.008885 10.0.0.30 - - [2025-02-13 02:38:08] "GET /virtual-network/345c0c20-36bc-4c35-9671-17c81997477c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004219 10.0.0.30 - - [2025-02-13 02:38:08] "POST /neutron/network HTTP/1.1" 200 826 0.005757 10.0.0.30 - - [2025-02-13 02:38:08] "POST /neutron/subnet HTTP/1.1" 200 725 0.007040 10.0.0.30 - - [2025-02-13 02:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002325 10.0.0.30 - - [2025-02-13 02:38:08] "GET /projects?obj_uuids=c5c99a51-f0a7-42c5-9219-0c4b925dff0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001103 10.0.0.30 - - [2025-02-13 02:38:08] "GET /project/c5c99a51-f0a7-42c5-9219-0c4b925dff0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.018100 10.0.0.30 - - [2025-02-13 02:38:08] "POST /neutron/network HTTP/1.1" 200 117 0.009617 10.0.0.30 - - [2025-02-13 02:38:08] "GET /projects?obj_uuids=c5c99a51-f0a7-42c5-9219-0c4b925dff0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001072 10.0.0.30 - - [2025-02-13 02:38:08] "POST /neutron/network HTTP/1.1" 200 607 0.074140 10.0.0.30 - - [2025-02-13 02:38:08] "POST /route-targets HTTP/1.1" 200 327 0.012568 10.0.0.30 - - [2025-02-13 02:38:08] "POST /ref-update HTTP/1.1" 200 156 0.010673 10.0.0.30 - - [2025-02-13 02:38:09] "POST /useragent-kv HTTP/1.1" 200 115 0.006014 10.0.0.30 - - [2025-02-13 02:38:09] "POST /neutron/subnet HTTP/1.1" 200 725 0.154982 10.0.0.30 - - [2025-02-13 02:38:09] "POST /neutron/network HTTP/1.1" 200 826 0.005580 10.0.0.30 - - [2025-02-13 02:38:09] "POST /id-to-fqname HTTP/1.1" 200 222 0.001070 10.0.0.30 - - [2025-02-13 02:38:09] "GET /virtual-network/2f3e0e3a-ea47-44e0-8ae1-e1d7a1f1c844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.002501 10.0.0.30 - - [2025-02-13 02:38:09] "POST /neutron/network HTTP/1.1" 200 826 0.005668 10.0.0.30 - - [2025-02-13 02:38:09] "GET /virtual-network/2f3e0e3a-ea47-44e0-8ae1-e1d7a1f1c844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.002782 10.0.0.30 - - [2025-02-13 02:38:09] "POST /neutron/network HTTP/1.1" 200 826 0.006142 10.0.0.30 - - [2025-02-13 02:38:09] "POST /neutron/subnet HTTP/1.1" 200 725 0.006770 10.0.0.30 - - [2025-02-13 02:38:09] "POST /fqname-to-id HTTP/1.1" 404 228 0.002358 10.0.0.30 - - [2025-02-13 02:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002329 10.0.0.30 - - [2025-02-13 02:38:09] "GET /projects?obj_uuids=c5c99a51-f0a7-42c5-9219-0c4b925dff0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001157 10.0.0.30 - - [2025-02-13 02:38:09] "GET /project/c5c99a51-f0a7-42c5-9219-0c4b925dff0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.022002 10.0.0.30 - - [2025-02-13 02:38:09] "POST /network-policys HTTP/1.1" 200 571 0.016980 10.0.0.30 - - [2025-02-13 02:38:09] "GET /network-policy/cb25a7ac-cb2c-4a90-bc20-d39e7120aced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.005330 10.0.0.30 - - [2025-02-13 02:38:09] "POST /neutron/network HTTP/1.1" 200 826 0.005431 10.0.0.30 - - [2025-02-13 02:38:09] "POST /fqname-to-id HTTP/1.1" 404 236 0.003382 10.0.0.30 - - [2025-02-13 02:38:09] "POST /neutron/network HTTP/1.1" 200 928 0.037193 10.0.0.30 - - [2025-02-13 02:38:09] "POST /neutron/network HTTP/1.1" 200 928 0.042899 10.0.0.30 - - [2025-02-13 02:38:09] "POST /access-control-lists HTTP/1.1" 200 590 0.061944 10.0.0.30 - - [2025-02-13 02:38:09] "GET /virtual-network/345c0c20-36bc-4c35-9671-17c81997477c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.002448 10.0.0.30 - - [2025-02-13 02:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002176 10.0.0.30 - - [2025-02-13 02:38:09] "GET /network-policy/cb25a7ac-cb2c-4a90-bc20-d39e7120aced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.003133 10.0.0.30 - - [2025-02-13 02:38:09] "POST /neutron/network HTTP/1.1" 200 826 0.005595 10.0.0.30 - - [2025-02-13 02:38:09] "POST /neutron/network HTTP/1.1" 200 928 0.038064 10.0.0.30 - - [2025-02-13 02:38:09] "POST /neutron/network HTTP/1.1" 200 928 0.033365 10.0.0.30 - - [2025-02-13 02:38:09] "PUT /access-control-list/57cefdbe-2def-4e4e-8ca1-83321dd37391 HTTP/1.1" 200 272 0.056489 10.0.0.30 - - [2025-02-13 02:38:09] "POST /fqname-to-id HTTP/1.1" 404 236 0.003156 10.0.0.30 - - [2025-02-13 02:38:09] "GET /virtual-network/2f3e0e3a-ea47-44e0-8ae1-e1d7a1f1c844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.002628 10.0.0.30 - - [2025-02-13 02:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002822 10.0.0.30 - - [2025-02-13 02:38:09] "GET /network-policy/cb25a7ac-cb2c-4a90-bc20-d39e7120aced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.003100 10.0.0.30 - - [2025-02-13 02:38:09] "GET /domains HTTP/1.1" 401 292 0.000436 10.0.0.30 - - [2025-02-13 02:38:09] "POST /access-control-lists HTTP/1.1" 200 590 0.059550 10.0.0.30 - - [2025-02-13 02:38:09] "POST /ref-update HTTP/1.1" 200 156 0.009803 10.0.0.30 - - [2025-02-13 02:38:10] "GET /domains HTTP/1.1" 200 280 0.023642 10.0.0.30 - - [2025-02-13 02:38:10] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001099 10.0.0.30 - - [2025-02-13 02:38:10] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11 HTTP/1.1" 200 3338 0.007663 10.0.0.30 - - [2025-02-13 02:38:10] "GET /projects?obj_uuids=c5c99a51-f0a7-42c5-9219-0c4b925dff0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001329 10.0.0.30 - - [2025-02-13 02:38:10] "GET /project/c5c99a51-f0a7-42c5-9219-0c4b925dff0d HTTP/1.1" 200 2571 0.077768 10.0.0.30 - - [2025-02-13 02:38:10] "GET /virtual-network/345c0c20-36bc-4c35-9671-17c81997477c HTTP/1.1" 200 2891 0.005193 10.0.0.30 - - [2025-02-13 02:38:10] "GET /virtual-network/345c0c20-36bc-4c35-9671-17c81997477c HTTP/1.1" 200 2891 0.002707 10.0.0.30 - - [2025-02-13 02:38:10] "GET /routing-instance/7b750523-985e-49fb-905c-812d8d060303 HTTP/1.1" 200 1783 0.002727 10.0.0.30 - - [2025-02-13 02:38:10] "GET /routing-instance/7b750523-985e-49fb-905c-812d8d060303 HTTP/1.1" 200 1783 0.003122 10.0.0.30 - - [2025-02-13 02:38:10] "GET /route-target/ad326221-2414-454f-b65b-d16c00a13a05 HTTP/1.1" 200 1207 0.002760 10.0.0.30 - - [2025-02-13 02:38:10] "GET /virtual-network/345c0c20-36bc-4c35-9671-17c81997477c HTTP/1.1" 200 2891 0.002573 10.0.0.30 - - [2025-02-13 02:38:10] "GET /routing-instance/7b750523-985e-49fb-905c-812d8d060303 HTTP/1.1" 200 1783 0.002460 10.0.0.30 - - [2025-02-13 02:38:10] "GET /virtual-network/345c0c20-36bc-4c35-9671-17c81997477c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.002389 10.0.0.30 - - [2025-02-13 02:38:10] "GET /virtual-network/345c0c20-36bc-4c35-9671-17c81997477c HTTP/1.1" 200 2891 0.003072 10.0.0.30 - - [2025-02-13 02:38:10] "GET /routing-instance/7b750523-985e-49fb-905c-812d8d060303 HTTP/1.1" 200 1783 0.002364 10.0.0.30 - - [2025-02-13 02:38:10] "GET /routing-instance/7b750523-985e-49fb-905c-812d8d060303 HTTP/1.1" 200 1783 0.002480 10.0.0.30 - - [2025-02-13 02:38:10] "GET /route-target/ad326221-2414-454f-b65b-d16c00a13a05 HTTP/1.1" 200 1207 0.002784 10.0.0.30 - - [2025-02-13 02:38:10] "GET /domains HTTP/1.1" 200 280 0.002708 10.0.0.30 - - [2025-02-13 02:38:10] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001033 10.0.0.30 - - [2025-02-13 02:38:10] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11 HTTP/1.1" 200 3338 0.006387 10.0.0.30 - - [2025-02-13 02:38:10] "GET /projects?obj_uuids=c5c99a51-f0a7-42c5-9219-0c4b925dff0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001392 10.0.0.30 - - [2025-02-13 02:38:10] "GET /project/c5c99a51-f0a7-42c5-9219-0c4b925dff0d HTTP/1.1" 200 2571 0.064378 10.0.0.30 - - [2025-02-13 02:38:10] "GET /virtual-network/345c0c20-36bc-4c35-9671-17c81997477c HTTP/1.1" 200 2891 0.002913 10.0.0.30 - - [2025-02-13 02:38:10] "DELETE /project/c5c99a51f0a742c592190c4b925dff0d HTTP/1.1" 404 173 0.019772 10.0.0.30 - - [2025-02-13 02:38:10] "DELETE /project/fc3965a726554285a2c87f6389367f18 HTTP/1.1" 404 173 0.018799 10.0.0.30 - - [2025-02-13 02:38:10] "DELETE /project/a445ca4a9a304da08996d8fd9de3b080 HTTP/1.1" 404 173 0.008867 10.0.0.30 - - [2025-02-13 02:38:10] "DELETE /project/55ce5aa06631417cb5103e9713bafa6d HTTP/1.1" 404 173 0.013152 10.0.0.30 - - [2025-02-13 02:38:10] "GET /obj-perms HTTP/1.1" 200 5034 0.090744 10.0.0.30 - - [2025-02-13 02:38:10] "GET /projects?obj_uuids=a445ca4a-9a30-4da0-8996-d8fd9de3b080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001040 10.0.0.30 - - [2025-02-13 02:38:10] "GET /projects?obj_uuids=fc3965a7-2655-4285-a2c8-7f6389367f18&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001246 10.0.0.30 - - [2025-02-13 02:38:10] "GET /projects?obj_uuids=55ce5aa0-6631-417c-b510-3e9713bafa6d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000891 10.0.0.30 - - [2025-02-13 02:38:10] "GET /projects?obj_uuids=87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000868 10.0.0.30 - - [2025-02-13 02:38:10] "GET /domains HTTP/1.1" 200 280 0.009573 10.0.0.30 - - [2025-02-13 02:38:10] "GET /project/fc3965a7-2655-4285-a2c8-7f6389367f18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.048879 10.0.0.30 - - [2025-02-13 02:38:10] "GET /project/a445ca4a-9a30-4da0-8996-d8fd9de3b080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.058248 10.0.0.30 - - [2025-02-13 02:38:10] "GET /project/87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.051926 10.0.0.30 - - [2025-02-13 02:38:10] "GET /project/55ce5aa0-6631-417c-b510-3e9713bafa6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.051714 10.0.0.30 - - [2025-02-13 02:38:10] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001086 10.0.0.30 - - [2025-02-13 02:38:11] "GET /projects?obj_uuids=fc3965a7-2655-4285-a2c8-7f6389367f18&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001046 10.0.0.30 - - [2025-02-13 02:38:11] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11 HTTP/1.1" 200 3338 0.033946 10.0.0.30 - - [2025-02-13 02:38:11] "GET /projects?obj_uuids=87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001011 10.0.0.30 - - [2025-02-13 02:38:11] "GET /projects?obj_uuids=a445ca4a-9a30-4da0-8996-d8fd9de3b080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000887 10.0.0.30 - - [2025-02-13 02:38:11] "GET /projects?obj_uuids=55ce5aa0-6631-417c-b510-3e9713bafa6d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000942 10.0.0.30 - - [2025-02-13 02:38:11] "GET /projects?obj_uuids=c5c99a51-f0a7-42c5-9219-0c4b925dff0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003401 10.0.0.30 - - [2025-02-13 02:38:11] "GET /project/fc3965a7-2655-4285-a2c8-7f6389367f18?fields=security_groups HTTP/1.1" 200 1372 0.071488 10.0.0.30 - - [2025-02-13 02:38:11] "GET /project/87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f?fields=security_groups HTTP/1.1" 200 1398 0.059420 10.0.0.30 - - [2025-02-13 02:38:11] "GET /project/55ce5aa0-6631-417c-b510-3e9713bafa6d?fields=security_groups HTTP/1.1" 200 1347 0.057421 10.0.0.30 - - [2025-02-13 02:38:11] "GET /project/a445ca4a-9a30-4da0-8996-d8fd9de3b080?fields=security_groups HTTP/1.1" 200 1386 0.063593 10.0.0.30 - - [2025-02-13 02:38:11] "GET /project/c5c99a51-f0a7-42c5-9219-0c4b925dff0d HTTP/1.1" 200 2571 0.076109 10.0.0.30 - - [2025-02-13 02:38:11] "GET /virtual-network/2f3e0e3a-ea47-44e0-8ae1-e1d7a1f1c844 HTTP/1.1" 200 2892 0.012609 10.0.0.30 - - [2025-02-13 02:38:11] "GET /virtual-network/2f3e0e3a-ea47-44e0-8ae1-e1d7a1f1c844 HTTP/1.1" 200 2892 0.004147 10.0.0.30 - - [2025-02-13 02:38:11] "GET /routing-instance/56fa6e8d-85e8-43e3-8ad7-44e2424fa912 HTTP/1.1" 200 1783 0.003856 10.0.0.30 - - [2025-02-13 02:38:11] "GET /routing-instance/56fa6e8d-85e8-43e3-8ad7-44e2424fa912 HTTP/1.1" 200 1783 0.003472 10.0.0.30 - - [2025-02-13 02:38:11] "GET /route-target/850cc7ad-a33a-47d3-941d-50a9bdaabbb4 HTTP/1.1" 200 1206 0.019787 10.0.0.30 - - [2025-02-13 02:38:11] "GET /virtual-network/2f3e0e3a-ea47-44e0-8ae1-e1d7a1f1c844 HTTP/1.1" 200 2892 0.003177 10.0.0.30 - - [2025-02-13 02:38:11] "DELETE /security-group/60269bdc-75bd-44d4-a8b9-b121e76a2b44 HTTP/1.1" 200 115 0.095971 10.0.0.30 - - [2025-02-13 02:38:11] "DELETE /security-group/944ec76e-fdd6-4c49-9d89-c5e676527237 HTTP/1.1" 200 115 0.099555 10.0.0.30 - - [2025-02-13 02:38:11] "GET /routing-instance/56fa6e8d-85e8-43e3-8ad7-44e2424fa912 HTTP/1.1" 200 1783 0.005823 10.0.0.30 - - [2025-02-13 02:38:11] "GET /projects?obj_uuids=87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001031 10.0.0.30 - - [2025-02-13 02:38:11] "DELETE /security-group/b2eb19e0-1d13-49c4-80e8-0a035b81a541 HTTP/1.1" 200 115 0.120253 10.0.0.30 - - [2025-02-13 02:38:11] "GET /projects?obj_uuids=a445ca4a-9a30-4da0-8996-d8fd9de3b080&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001221 10.0.0.30 - - [2025-02-13 02:38:11] "GET /virtual-network/2f3e0e3a-ea47-44e0-8ae1-e1d7a1f1c844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.008355 10.0.0.30 - - [2025-02-13 02:38:11] "DELETE /security-group/421b31a6-1509-417f-bce9-8500a6d83720 HTTP/1.1" 200 115 0.123479 10.0.0.30 - - [2025-02-13 02:38:11] "GET /projects?obj_uuids=fc3965a7-2655-4285-a2c8-7f6389367f18&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000963 10.0.0.30 - - [2025-02-13 02:38:11] "GET /virtual-network/2f3e0e3a-ea47-44e0-8ae1-e1d7a1f1c844 HTTP/1.1" 200 2892 0.006166 10.0.0.30 - - [2025-02-13 02:38:11] "DELETE /access-control-list/2aae5e65-a40d-4b4b-84b6-e083819af989 HTTP/1.1" 200 115 0.090144 10.0.0.30 - - [2025-02-13 02:38:11] "GET /projects?obj_uuids=55ce5aa0-6631-417c-b510-3e9713bafa6d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000906 10.0.0.30 - - [2025-02-13 02:38:11] "GET /routing-instance/56fa6e8d-85e8-43e3-8ad7-44e2424fa912 HTTP/1.1" 200 1783 0.005422 10.0.0.30 - - [2025-02-13 02:38:11] "GET /routing-instance/56fa6e8d-85e8-43e3-8ad7-44e2424fa912 HTTP/1.1" 200 1783 0.006039 10.0.0.30 - - [2025-02-13 02:38:11] "GET /project/87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f?fields=application_policy_sets HTTP/1.1" 200 1437 0.059018 10.0.0.30 - - [2025-02-13 02:38:11] "GET /route-target/850cc7ad-a33a-47d3-941d-50a9bdaabbb4 HTTP/1.1" 200 1206 0.004538 10.0.0.30 - - [2025-02-13 02:38:11] "GET /project/fc3965a7-2655-4285-a2c8-7f6389367f18?fields=application_policy_sets HTTP/1.1" 200 1411 0.047498 10.0.0.30 - - [2025-02-13 02:38:11] "DELETE /access-control-list/aca227a5-399c-4488-970e-3f5d7ce0ea62 HTTP/1.1" 200 115 0.039508 10.0.0.30 - - [2025-02-13 02:38:11] "GET /project/a445ca4a-9a30-4da0-8996-d8fd9de3b080?fields=application_policy_sets HTTP/1.1" 200 1425 0.076669 10.0.0.30 - - [2025-02-13 02:38:11] "GET /domains HTTP/1.1" 200 280 0.003995 10.0.0.30 - - [2025-02-13 02:38:11] "GET /project/55ce5aa0-6631-417c-b510-3e9713bafa6d?fields=application_policy_sets HTTP/1.1" 200 1386 0.077911 10.0.0.30 - - [2025-02-13 02:38:11] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001193 10.0.0.30 - - [2025-02-13 02:38:11] "DELETE /access-control-list/bf628dd3-6b82-43c0-9f3d-cff569dba74d HTTP/1.1" 200 115 0.038530 10.0.0.30 - - [2025-02-13 02:38:11] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11 HTTP/1.1" 200 3338 0.076895 10.0.0.30 - - [2025-02-13 02:38:11] "GET /projects?obj_uuids=c5c99a51-f0a7-42c5-9219-0c4b925dff0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002141 10.0.0.30 - - [2025-02-13 02:38:11] "DELETE /access-control-list/dad62ff8-97af-492a-8504-d742ea53730f HTTP/1.1" 200 115 0.087677 10.0.0.30 - - [2025-02-13 02:38:11] "GET /project/c5c99a51-f0a7-42c5-9219-0c4b925dff0d HTTP/1.1" 200 2571 0.071419 10.0.0.30 - - [2025-02-13 02:38:11] "GET /virtual-network/2f3e0e3a-ea47-44e0-8ae1-e1d7a1f1c844 HTTP/1.1" 200 2892 0.004950 10.0.0.30 - - [2025-02-13 02:38:11] "GET /obj-perms HTTP/1.1" 200 5034 0.003978 10.0.0.30 - - [2025-02-13 02:38:11] "DELETE /access-control-list/278ddc40-944a-42e9-8887-564afcf81b21 HTTP/1.1" 200 115 0.073343 10.0.0.30 - - [2025-02-13 02:38:11] "POST /id-to-fqname HTTP/1.1" 200 222 0.001262 10.0.0.30 - - [2025-02-13 02:38:11] "DELETE /project/87cc5de0-407f-4266-9bfe-1f9ddd7ccf2f HTTP/1.1" 200 115 0.632230 10.0.0.30 - - [2025-02-13 02:38:11] "DELETE /project/fc3965a7-2655-4285-a2c8-7f6389367f18 HTTP/1.1" 200 115 0.649871 10.0.0.30 - - [2025-02-13 02:38:11] "DELETE /access-control-list/405a19cb-2345-4ea5-ab14-f5d62ee52ae9 HTTP/1.1" 200 115 0.039613 10.0.0.30 - - [2025-02-13 02:38:11] "DELETE /project/a445ca4a-9a30-4da0-8996-d8fd9de3b080 HTTP/1.1" 200 115 0.654912 10.0.0.30 - - [2025-02-13 02:38:11] "DELETE /project/55ce5aa0-6631-417c-b510-3e9713bafa6d HTTP/1.1" 200 115 0.658663 10.0.0.30 - - [2025-02-13 02:38:11] "DELETE /access-control-list/a975f2c5-7d2e-47e7-9ec9-0bedc1715f30 HTTP/1.1" 200 115 0.017936 10.0.0.30 - - [2025-02-13 02:38:11] "DELETE /access-control-list/fbf64e22-6947-43ac-b106-1026623e0a8a HTTP/1.1" 200 115 0.018902 10.0.0.30 - - [2025-02-13 02:38:11] "POST /neutron/network HTTP/1.1" 200 938 0.005952 10.0.0.30 - - [2025-02-13 02:38:11] "GET /aaa-mode HTTP/1.1" 401 292 0.000430 10.0.0.30 - - [2025-02-13 02:38:12] "GET / HTTP/1.1" 200 35931 0.002116 10.0.0.30 - - [2025-02-13 02:38:12] "GET /project/c5c99a51-f0a7-42c5-9219-0c4b925dff0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000430 10.0.0.30 - - [2025-02-13 02:38:12] "GET /projects?obj_uuids=c5c99a51-f0a7-42c5-9219-0c4b925dff0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001693 10.0.0.30 - - [2025-02-13 02:38:12] "GET /project/c5c99a51-f0a7-42c5-9219-0c4b925dff0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.052133 10.0.0.30 - - [2025-02-13 02:38:12] "POST /neutron/network HTTP/1.1" 200 928 0.006657 10.0.0.30 - - [2025-02-13 02:38:12] "POST /neutron/port HTTP/1.1" 200 117 0.005157 10.0.0.30 - - [2025-02-13 02:38:12] "POST /neutron/port HTTP/1.1" 200 117 0.004639 10.0.0.30 - - [2025-02-13 02:38:12] "POST /id-to-fqname HTTP/1.1" 200 222 0.001299 10.0.0.30 - - [2025-02-13 02:38:12] "POST /neutron/port HTTP/1.1" 200 117 0.005094 10.0.0.30 - - [2025-02-13 02:38:12] "POST /neutron/network HTTP/1.1" 200 938 0.005254 10.0.0.30 - - [2025-02-13 02:38:12] "GET /aaa-mode HTTP/1.1" 401 292 0.000403 10.0.0.30 - - [2025-02-13 02:38:12] "POST /neutron/network HTTP/1.1" 200 938 0.006428 10.0.0.30 - - [2025-02-13 02:38:12] "GET /projects?obj_uuids=c5c99a51-f0a7-42c5-9219-0c4b925dff0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001105 10.0.0.30 - - [2025-02-13 02:38:13] "GET / HTTP/1.1" 200 35931 0.001798 10.0.0.30 - - [2025-02-13 02:38:13] "GET /project/c5c99a51-f0a7-42c5-9219-0c4b925dff0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000386 10.0.0.30 - - [2025-02-13 02:38:13] "POST /neutron/port HTTP/1.1" 200 1062 0.228315 10.0.0.30 - - [2025-02-13 02:38:13] "POST /neutron/port HTTP/1.1" 200 1062 0.009504 10.0.0.30 - - [2025-02-13 02:38:13] "POST /neutron/port HTTP/1.1" 200 1062 0.009198 10.0.0.30 - - [2025-02-13 02:38:13] "POST /neutron/port HTTP/1.1" 200 1116 0.054790 10.0.0.30 - - [2025-02-13 02:38:13] "POST /neutron/port HTTP/1.1" 200 1090 0.014778 10.0.0.30 - - [2025-02-13 02:38:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003017 10.0.0.30 - - [2025-02-13 02:38:13] "POST /neutron/subnet HTTP/1.1" 200 699 0.009522 10.0.0.30 - - [2025-02-13 02:38:13] "POST /neutron/port HTTP/1.1" 200 117 0.001294 10.0.0.30 - - [2025-02-13 02:38:13] "POST /neutron/network HTTP/1.1" 200 928 0.006610 10.0.0.30 - - [2025-02-13 02:38:13] "GET /projects?obj_uuids=c5c99a51-f0a7-42c5-9219-0c4b925dff0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001578 10.0.0.30 - - [2025-02-13 02:38:13] "GET /project/c5c99a51-f0a7-42c5-9219-0c4b925dff0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.040327 10.0.0.30 - - [2025-02-13 02:38:13] "POST /neutron/network HTTP/1.1" 200 928 0.005255 10.0.0.30 - - [2025-02-13 02:38:13] "POST /neutron/port HTTP/1.1" 200 1090 0.016394 10.0.0.30 - - [2025-02-13 02:38:13] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005916 10.0.0.30 - - [2025-02-13 02:38:13] "POST /neutron/port HTTP/1.1" 200 117 0.005079 10.0.0.30 - - [2025-02-13 02:38:13] "POST /neutron/port HTTP/1.1" 200 1090 0.021340 10.0.0.30 - - [2025-02-13 02:38:13] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007940 10.0.0.30 - - [2025-02-13 02:38:14] "POST /neutron/network HTTP/1.1" 200 938 0.007064 10.0.0.30 - - [2025-02-13 02:38:14] "GET /projects?obj_uuids=c5c99a51-f0a7-42c5-9219-0c4b925dff0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001155 10.0.0.30 - - [2025-02-13 02:38:14] "PUT /access-control-list/dc8e8715-8a47-4ecd-ae78-7f95fe0699ce HTTP/1.1" 200 272 0.021869 10.0.0.30 - - [2025-02-13 02:38:14] "POST /neutron/port HTTP/1.1" 200 1062 0.275784 10.0.0.30 - - [2025-02-13 02:38:14] "POST /neutron/port HTTP/1.1" 200 1062 0.012747 10.0.0.30 - - [2025-02-13 02:38:14] "POST /neutron/port HTTP/1.1" 200 1062 0.008458 10.0.0.30 - - [2025-02-13 02:38:14] "POST /neutron/port HTTP/1.1" 200 1116 0.061539 10.0.0.30 - - [2025-02-13 02:38:14] "POST /neutron/port HTTP/1.1" 200 1090 0.014221 10.0.0.30 - - [2025-02-13 02:38:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003449 10.0.0.30 - - [2025-02-13 02:38:14] "POST /neutron/subnet HTTP/1.1" 200 699 0.010585 10.0.0.30 - - [2025-02-13 02:38:14] "POST /neutron/port HTTP/1.1" 200 117 0.001176 10.0.0.30 - - [2025-02-13 02:38:14] "POST /neutron/network HTTP/1.1" 200 928 0.005754 10.0.0.30 - - [2025-02-13 02:38:17] "GET /obj-perms HTTP/1.1" 200 5056 0.045378 10.0.0.30 - - [2025-02-13 02:38:18] "GET /obj-perms HTTP/1.1" 200 5056 0.042240 10.0.0.30 - - [2025-02-13 02:38:18] "POST /neutron/port HTTP/1.1" 200 1090 0.015672 10.0.0.30 - - [2025-02-13 02:38:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007782 10.0.0.30 - - [2025-02-13 02:38:19] "POST /neutron/port HTTP/1.1" 200 1090 0.015588 10.0.0.30 - - [2025-02-13 02:38:19] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006318 10.0.0.30 - - [2025-02-13 02:38:19] "POST /neutron/port HTTP/1.1" 200 1090 0.020364 10.0.0.30 - - [2025-02-13 02:38:19] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006057 10.0.0.30 - - [2025-02-13 02:38:19] "GET /virtual-machine/f56957a7-2d4a-4e28-a6e1-770984dcac2f HTTP/1.1" 200 1295 0.003794 10.0.0.30 - - [2025-02-13 02:38:19] "GET /virtual-machine-interface/f507be8a-3ac1-435c-bedf-1865a2c73884 HTTP/1.1" 200 2952 0.002662 10.0.0.30 - - [2025-02-13 02:38:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002713 10.0.0.30 - - [2025-02-13 02:38:19] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002673 10.0.0.30 - - [2025-02-13 02:38:19] "GET /virtual-networks?parent_id=c5c99a51-f0a7-42c5-9219-0c4b925dff0d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002913 10.0.0.30 - - [2025-02-13 02:38:19] "GET /virtual-network/345c0c20-36bc-4c35-9671-17c81997477c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.003598 10.0.0.30 - - [2025-02-13 02:38:21] "POST /neutron/port HTTP/1.1" 200 1090 0.015863 10.0.0.30 - - [2025-02-13 02:38:21] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005793 10.0.0.30 - - [2025-02-13 02:38:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.30 - - [2025-02-13 02:38:22] "GET /virtual-network/345c0c20-36bc-4c35-9671-17c81997477c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.002952 10.0.0.30 - - [2025-02-13 02:38:22] "POST /neutron/port HTTP/1.1" 200 1090 0.014819 10.0.0.30 - - [2025-02-13 02:38:22] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005583 10.0.0.30 - - [2025-02-13 02:38:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.30 - - [2025-02-13 02:38:24] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003233 10.0.0.30 - - [2025-02-13 02:38:24] "GET /virtual-networks?parent_id=c5c99a51-f0a7-42c5-9219-0c4b925dff0d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003579 10.0.0.30 - - [2025-02-13 02:38:24] "GET /virtual-network/345c0c20-36bc-4c35-9671-17c81997477c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004898 10.0.0.30 - - [2025-02-13 02:38:24] "POST /neutron/port HTTP/1.1" 200 1090 0.018132 10.0.0.30 - - [2025-02-13 02:38:24] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006556 10.0.0.30 - - [2025-02-13 02:38:24] "POST /neutron/port HTTP/1.1" 200 1090 0.013964 10.0.0.30 - - [2025-02-13 02:38:24] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006688 10.0.0.30 - - [2025-02-13 02:38:25] "POST /neutron/port HTTP/1.1" 200 1090 0.015807 10.0.0.30 - - [2025-02-13 02:38:25] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006297 10.0.0.30 - - [2025-02-13 02:38:25] "GET /virtual-machine/1df2e4d9-fe6f-484c-8e8e-3a9cc02cfbfb HTTP/1.1" 200 1294 0.004804 10.0.0.30 - - [2025-02-13 02:38:25] "GET /virtual-machine-interface/70ebe815-5bfe-4a23-a8b5-840c993e14af HTTP/1.1" 200 2951 0.003325 10.0.0.30 - - [2025-02-13 02:38:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.30 - - [2025-02-13 02:38:25] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002935 10.0.0.30 - - [2025-02-13 02:38:25] "GET /virtual-networks?parent_id=c5c99a51-f0a7-42c5-9219-0c4b925dff0d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003098 10.0.0.30 - - [2025-02-13 02:38:25] "GET /virtual-network/2f3e0e3a-ea47-44e0-8ae1-e1d7a1f1c844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.003264 10.0.0.30 - - [2025-02-13 02:38:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.30 - - [2025-02-13 02:38:26] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003274 10.0.0.30 - - [2025-02-13 02:38:26] "GET /virtual-networks?parent_id=c5c99a51-f0a7-42c5-9219-0c4b925dff0d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003809 10.0.0.30 - - [2025-02-13 02:38:26] "GET /virtual-network/2f3e0e3a-ea47-44e0-8ae1-e1d7a1f1c844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.003197 10.0.0.30 - - [2025-02-13 02:38:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.30 - - [2025-02-13 02:38:30] "GET /projects?obj_uuids=c5c99a51-f0a7-42c5-9219-0c4b925dff0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001060 10.0.0.30 - - [2025-02-13 02:38:30] "GET /project/c5c99a51-f0a7-42c5-9219-0c4b925dff0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.020579 10.0.0.30 - - [2025-02-13 02:38:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.30 - - [2025-02-13 02:38:30] "PUT /network-policy/cb25a7ac-cb2c-4a90-bc20-d39e7120aced HTTP/1.1" 200 262 0.009824 10.0.0.30 - - [2025-02-13 02:38:30] "PUT /access-control-list/57cefdbe-2def-4e4e-8ca1-83321dd37391 HTTP/1.1" 200 272 0.053244 10.0.0.30 - - [2025-02-13 02:38:30] "POST /ref-update HTTP/1.1" 200 156 0.014716 10.0.0.30 - - [2025-02-13 02:38:30] "PUT /access-control-list/dc8e8715-8a47-4ecd-ae78-7f95fe0699ce HTTP/1.1" 200 272 0.053452 10.0.0.30 - - [2025-02-13 02:38:31] "POST /ref-update HTTP/1.1" 200 156 0.010035 10.0.0.30 - - [2025-02-13 02:38:34] "GET /virtual-network/2f3e0e3a-ea47-44e0-8ae1-e1d7a1f1c844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.003379 10.0.0.30 - - [2025-02-13 02:38:34] "POST /neutron/network HTTP/1.1" 200 928 0.005707 10.0.0.30 - - [2025-02-13 02:38:34] "POST /neutron/network HTTP/1.1" 200 826 0.034021 10.0.0.30 - - [2025-02-13 02:38:34] "POST /neutron/network HTTP/1.1" 200 826 0.005468 10.0.0.30 - - [2025-02-13 02:38:34] "GET /virtual-network/2f3e0e3a-ea47-44e0-8ae1-e1d7a1f1c844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.002902 10.0.0.30 - - [2025-02-13 02:38:34] "GET /virtual-network/345c0c20-36bc-4c35-9671-17c81997477c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.002635 10.0.0.30 - - [2025-02-13 02:38:34] "POST /neutron/network HTTP/1.1" 200 928 0.006684 10.0.0.30 - - [2025-02-13 02:38:34] "POST /neutron/network HTTP/1.1" 200 826 0.041685 10.0.0.30 - - [2025-02-13 02:38:34] "POST /neutron/network HTTP/1.1" 200 826 0.011250 10.0.0.30 - - [2025-02-13 02:38:34] "GET /virtual-network/345c0c20-36bc-4c35-9671-17c81997477c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.003394 10.0.0.30 - - [2025-02-13 02:38:34] "DELETE /network-policy/cb25a7ac-cb2c-4a90-bc20-d39e7120aced HTTP/1.1" 200 115 0.022728 10.0.0.30 - - [2025-02-13 02:38:34] "POST /neutron/network HTTP/1.1" 200 826 0.005805 10.0.0.30 - - [2025-02-13 02:38:34] "POST /neutron/network HTTP/1.1" 400 204 0.010785 10.0.0.30 - - [2025-02-13 02:38:34] "POST /neutron/port HTTP/1.1" 200 1090 0.014995 10.0.0.30 - - [2025-02-13 02:38:34] "POST /neutron/port HTTP/1.1" 200 1116 0.009421 10.0.0.30 - - [2025-02-13 02:38:34] "POST /neutron/port HTTP/1.1" 200 151 0.089960 10.0.0.30 - - [2025-02-13 02:38:34] "POST /neutron/port HTTP/1.1" 200 1090 0.020223 10.0.0.30 - - [2025-02-13 02:38:34] "POST /neutron/port HTTP/1.1" 200 1116 0.011677 10.0.0.30 - - [2025-02-13 02:38:34] "DELETE /access-control-list/dc8e8715-8a47-4ecd-ae78-7f95fe0699ce HTTP/1.1" 200 115 0.031430 10.0.0.30 - - [2025-02-13 02:38:34] "DELETE /access-control-list/57cefdbe-2def-4e4e-8ca1-83321dd37391 HTTP/1.1" 200 115 0.022482 10.0.0.30 - - [2025-02-13 02:38:34] "POST /neutron/port HTTP/1.1" 200 151 0.108953 10.0.0.30 - - [2025-02-13 02:38:36] "POST /neutron/network HTTP/1.1" 200 826 0.006200 10.0.0.30 - - [2025-02-13 02:38:36] "POST /useragent-kv HTTP/1.1" 200 115 0.001414 10.0.0.30 - - [2025-02-13 02:38:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005802 10.0.0.30 - - [2025-02-13 02:38:36] "POST /useragent-kv HTTP/1.1" 200 115 0.000979 10.0.0.30 - - [2025-02-13 02:38:36] "POST /neutron/network HTTP/1.1" 200 151 0.083364 10.0.0.30 - - [2025-02-13 02:38:36] "GET /routing-instance/56fa6e8d-85e8-43e3-8ad7-44e2424fa912 HTTP/1.1" 404 171 0.002268 10.0.0.30 - - [2025-02-13 02:38:36] "DELETE /route-target/850cc7ad-a33a-47d3-941d-50a9bdaabbb4 HTTP/1.1" 200 115 0.015651 10.0.0.30 - - [2025-02-13 02:38:36] "GET /domains HTTP/1.1" 200 280 0.002090 10.0.0.30 - - [2025-02-13 02:38:36] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000928 10.0.0.30 - - [2025-02-13 02:38:36] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11 HTTP/1.1" 200 2576 0.048630 10.0.0.30 - - [2025-02-13 02:38:36] "GET /projects?obj_uuids=c5c99a51-f0a7-42c5-9219-0c4b925dff0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001284 10.0.0.30 - - [2025-02-13 02:38:36] "GET /project/c5c99a51-f0a7-42c5-9219-0c4b925dff0d HTTP/1.1" 200 2103 0.065101 10.0.0.30 - - [2025-02-13 02:38:36] "POST /neutron/network HTTP/1.1" 200 826 0.005460 10.0.0.30 - - [2025-02-13 02:38:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004569 10.0.0.30 - - [2025-02-13 02:38:36] "POST /useragent-kv HTTP/1.1" 200 115 0.001308 10.0.0.30 - - [2025-02-13 02:38:36] "POST /useragent-kv HTTP/1.1" 200 115 0.001682 10.0.0.30 - - [2025-02-13 02:38:36] "POST /neutron/network HTTP/1.1" 200 151 0.091215 10.0.0.30 - - [2025-02-13 02:38:36] "DELETE /route-target/ad326221-2414-454f-b65b-d16c00a13a05 HTTP/1.1" 200 115 0.022793 10.0.0.30 - - [2025-02-13 02:38:36] "GET /routing-instance/7b750523-985e-49fb-905c-812d8d060303 HTTP/1.1" 404 171 0.002696 10.0.0.30 - - [2025-02-13 02:38:36] "GET /domains HTTP/1.1" 200 280 0.002560 10.0.0.30 - - [2025-02-13 02:38:36] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001032 10.0.0.30 - - [2025-02-13 02:38:36] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11 HTTP/1.1" 200 2576 0.050159 10.0.0.30 - - [2025-02-13 02:38:36] "GET /projects?obj_uuids=c5c99a51-f0a7-42c5-9219-0c4b925dff0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001489 10.0.0.30 - - [2025-02-13 02:38:37] "GET /project/c5c99a51-f0a7-42c5-9219-0c4b925dff0d HTTP/1.1" 200 1864 0.068392 10.0.0.30 - - [2025-02-13 02:38:37] "GET /projects?obj_uuids=c5c99a51-f0a7-42c5-9219-0c4b925dff0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001147 10.0.0.30 - - [2025-02-13 02:38:37] "GET /project/c5c99a51-f0a7-42c5-9219-0c4b925dff0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.019734 10.0.0.30 - - [2025-02-13 02:38:37] "GET /projects?obj_uuids=c5c99a51-f0a7-42c5-9219-0c4b925dff0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001071 10.0.0.30 - - [2025-02-13 02:38:37] "GET /project/c5c99a51-f0a7-42c5-9219-0c4b925dff0d?fields=virtual_networks HTTP/1.1" 200 1036 0.060468 10.0.0.30 - - [2025-02-13 02:38:37] "GET /projects?obj_uuids=c5c99a51-f0a7-42c5-9219-0c4b925dff0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001185 10.0.0.30 - - [2025-02-13 02:38:37] "GET /project/c5c99a51-f0a7-42c5-9219-0c4b925dff0d?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.022348 10.0.0.30 - - [2025-02-13 02:38:37] "GET /projects?obj_uuids=c5c99a51-f0a7-42c5-9219-0c4b925dff0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001102 10.0.0.30 - - [2025-02-13 02:38:37] "GET /project/c5c99a51-f0a7-42c5-9219-0c4b925dff0d?fields=security_groups HTTP/1.1" 200 1264 0.019536 10.0.0.30 - - [2025-02-13 02:38:38] "POST /fqname-to-id HTTP/1.1" 404 186 0.022431 10.0.0.30 - - [2025-02-13 02:38:38] "GET /projects?obj_uuids=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002326 10.0.0.30 - - [2025-02-13 02:38:38] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001403 10.0.0.30 - - [2025-02-13 02:38:38] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006948 10.0.0.30 - - [2025-02-13 02:38:38] "POST /id-to-fqname HTTP/1.1" 200 188 0.001243 10.0.0.30 - - [2025-02-13 02:38:38] "POST /fqname-to-id HTTP/1.1" 404 197 0.002387 10.0.0.30 - - [2025-02-13 02:38:38] "POST /security-groups HTTP/1.1" 200 589 0.058443 10.0.0.30 - - [2025-02-13 02:38:38] "POST /fqname-to-id HTTP/1.1" 404 232 0.002628 10.0.0.30 - - [2025-02-13 02:38:38] "POST /projects HTTP/1.1" 200 581 0.204178 10.0.0.30 - - [2025-02-13 02:38:38] "POST /access-control-lists HTTP/1.1" 200 594 0.055407 10.0.0.30 - - [2025-02-13 02:38:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.276169 10.0.0.30 - - [2025-02-13 02:38:38] "POST /fqname-to-id HTTP/1.1" 404 231 0.002816 10.0.0.30 - - [2025-02-13 02:38:38] "GET /project/b8ba3279-f7a4-4152-84c5-7a74f107cd60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.394609 10.0.0.30 - - [2025-02-13 02:38:38] "POST /access-control-lists HTTP/1.1" 200 592 0.060521 10.0.0.30 - - [2025-02-13 02:38:39] "GET / HTTP/1.1" 200 35931 0.002133 10.0.0.30 - - [2025-02-13 02:38:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000516 10.0.0.30 - - [2025-02-13 02:38:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.052071 10.0.0.30 - - [2025-02-13 02:38:40] "GET /projects?obj_uuids=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001134 10.0.0.30 - - [2025-02-13 02:38:40] "GET /project/b8ba3279-f7a4-4152-84c5-7a74f107cd60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.020916 10.0.0.30 - - [2025-02-13 02:38:40] "POST /neutron/network HTTP/1.1" 200 117 0.029243 10.0.0.30 - - [2025-02-13 02:38:40] "GET /projects?obj_uuids=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001475 10.0.0.30 - - [2025-02-13 02:38:40] "POST /neutron/network HTTP/1.1" 200 613 0.056335 10.0.0.30 - - [2025-02-13 02:38:40] "POST /route-targets HTTP/1.1" 200 327 0.009433 10.0.0.30 - - [2025-02-13 02:38:40] "POST /ref-update HTTP/1.1" 200 156 0.010284 10.0.0.30 - - [2025-02-13 02:38:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003962 10.0.0.30 - - [2025-02-13 02:38:41] "POST /neutron/subnet HTTP/1.1" 200 715 0.194545 10.0.0.30 - - [2025-02-13 02:38:41] "POST /neutron/network HTTP/1.1" 200 830 0.005551 10.0.0.30 - - [2025-02-13 02:38:41] "POST /id-to-fqname HTTP/1.1" 200 223 0.001554 10.0.0.30 - - [2025-02-13 02:38:41] "GET /virtual-network/e2ee28c8-a62d-4f8d-8ccb-9d09f6e7c9de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003094 10.0.0.30 - - [2025-02-13 02:38:41] "POST /neutron/network HTTP/1.1" 200 830 0.005538 10.0.0.30 - - [2025-02-13 02:38:41] "GET /virtual-network/e2ee28c8-a62d-4f8d-8ccb-9d09f6e7c9de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.002654 10.0.0.30 - - [2025-02-13 02:38:41] "POST /neutron/network HTTP/1.1" 200 830 0.005627 10.0.0.30 - - [2025-02-13 02:38:41] "POST /neutron/subnet HTTP/1.1" 200 715 0.006312 10.0.0.30 - - [2025-02-13 02:38:41] "GET /domains HTTP/1.1" 401 292 0.000396 10.0.0.30 - - [2025-02-13 02:38:41] "GET /domains HTTP/1.1" 200 280 0.022678 10.0.0.30 - - [2025-02-13 02:38:41] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001127 10.0.0.30 - - [2025-02-13 02:38:41] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11 HTTP/1.1" 200 2760 0.008190 10.0.0.30 - - [2025-02-13 02:38:41] "GET /projects?obj_uuids=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001022 10.0.0.30 - - [2025-02-13 02:38:41] "GET /project/b8ba3279-f7a4-4152-84c5-7a74f107cd60 HTTP/1.1" 200 2079 0.064965 10.0.0.30 - - [2025-02-13 02:38:41] "GET /virtual-network/e2ee28c8-a62d-4f8d-8ccb-9d09f6e7c9de HTTP/1.1" 200 2313 0.003600 10.0.0.30 - - [2025-02-13 02:38:41] "GET /virtual-network/e2ee28c8-a62d-4f8d-8ccb-9d09f6e7c9de HTTP/1.1" 200 2313 0.002643 10.0.0.30 - - [2025-02-13 02:38:41] "GET /routing-instance/df9e8801-493a-47d7-a8c7-cd7a4f632bf5 HTTP/1.1" 200 1494 0.002726 10.0.0.30 - - [2025-02-13 02:38:41] "GET /routing-instance/df9e8801-493a-47d7-a8c7-cd7a4f632bf5 HTTP/1.1" 200 1494 0.002348 10.0.0.30 - - [2025-02-13 02:38:41] "GET /route-target/1f11930c-49d8-4a00-9583-b2d306ca310b HTTP/1.1" 200 1212 0.002451 10.0.0.30 - - [2025-02-13 02:38:41] "GET /virtual-network/e2ee28c8-a62d-4f8d-8ccb-9d09f6e7c9de HTTP/1.1" 200 2313 0.002781 10.0.0.30 - - [2025-02-13 02:38:41] "GET /routing-instance/df9e8801-493a-47d7-a8c7-cd7a4f632bf5 HTTP/1.1" 200 1494 0.002304 10.0.0.30 - - [2025-02-13 02:38:41] "GET /virtual-network/e2ee28c8-a62d-4f8d-8ccb-9d09f6e7c9de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.002349 10.0.0.30 - - [2025-02-13 02:38:41] "GET /virtual-network/e2ee28c8-a62d-4f8d-8ccb-9d09f6e7c9de HTTP/1.1" 200 2313 0.002363 10.0.0.30 - - [2025-02-13 02:38:41] "GET /routing-instance/df9e8801-493a-47d7-a8c7-cd7a4f632bf5 HTTP/1.1" 200 1494 0.002695 10.0.0.30 - - [2025-02-13 02:38:41] "GET /routing-instance/df9e8801-493a-47d7-a8c7-cd7a4f632bf5 HTTP/1.1" 200 1494 0.002412 10.0.0.30 - - [2025-02-13 02:38:41] "GET /route-target/1f11930c-49d8-4a00-9583-b2d306ca310b HTTP/1.1" 200 1212 0.002264 10.0.0.30 - - [2025-02-13 02:38:41] "GET /domains HTTP/1.1" 200 280 0.002745 10.0.0.30 - - [2025-02-13 02:38:41] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001018 10.0.0.30 - - [2025-02-13 02:38:41] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11 HTTP/1.1" 200 2760 0.007246 10.0.0.30 - - [2025-02-13 02:38:41] "GET /projects?obj_uuids=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001014 10.0.0.30 - - [2025-02-13 02:38:41] "GET /project/b8ba3279-f7a4-4152-84c5-7a74f107cd60 HTTP/1.1" 200 2079 0.060884 10.0.0.30 - - [2025-02-13 02:38:41] "GET /virtual-network/e2ee28c8-a62d-4f8d-8ccb-9d09f6e7c9de HTTP/1.1" 200 2313 0.002749 10.0.0.30 - - [2025-02-13 02:38:42] "GET /obj-perms HTTP/1.1" 200 5026 0.045640 10.0.0.30 - - [2025-02-13 02:38:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.30 - - [2025-02-13 02:38:42] "GET /projects?obj_uuids=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001414 10.0.0.30 - - [2025-02-13 02:38:42] "GET /project/b8ba3279-f7a4-4152-84c5-7a74f107cd60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.020960 10.0.0.30 - - [2025-02-13 02:38:42] "POST /neutron/network HTTP/1.1" 200 117 0.008980 10.0.0.30 - - [2025-02-13 02:38:42] "GET /projects?obj_uuids=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001260 10.0.0.30 - - [2025-02-13 02:38:42] "POST /neutron/network HTTP/1.1" 200 613 0.064975 10.0.0.30 - - [2025-02-13 02:38:42] "POST /route-targets HTTP/1.1" 200 327 0.012680 10.0.0.30 - - [2025-02-13 02:38:42] "POST /ref-update HTTP/1.1" 200 156 0.010090 10.0.0.30 - - [2025-02-13 02:38:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003129 10.0.0.30 - - [2025-02-13 02:38:42] "POST /neutron/subnet HTTP/1.1" 200 725 0.182444 10.0.0.30 - - [2025-02-13 02:38:42] "POST /neutron/network HTTP/1.1" 200 832 0.005662 10.0.0.30 - - [2025-02-13 02:38:42] "POST /id-to-fqname HTTP/1.1" 200 223 0.001225 10.0.0.30 - - [2025-02-13 02:38:42] "GET /virtual-network/ba0144be-ce0f-4e8d-881f-0edef09b185a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.002895 10.0.0.30 - - [2025-02-13 02:38:42] "POST /neutron/network HTTP/1.1" 200 832 0.005833 10.0.0.30 - - [2025-02-13 02:38:42] "GET /virtual-network/ba0144be-ce0f-4e8d-881f-0edef09b185a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.002877 10.0.0.30 - - [2025-02-13 02:38:42] "POST /neutron/network HTTP/1.1" 200 832 0.007035 10.0.0.30 - - [2025-02-13 02:38:42] "POST /neutron/subnet HTTP/1.1" 200 725 0.006690 10.0.0.30 - - [2025-02-13 02:38:42] "GET /domains HTTP/1.1" 200 280 0.002164 10.0.0.30 - - [2025-02-13 02:38:42] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000943 10.0.0.30 - - [2025-02-13 02:38:42] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11 HTTP/1.1" 200 2760 0.005976 10.0.0.30 - - [2025-02-13 02:38:42] "GET /projects?obj_uuids=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000919 10.0.0.30 - - [2025-02-13 02:38:42] "GET /project/b8ba3279-f7a4-4152-84c5-7a74f107cd60 HTTP/1.1" 200 2297 0.061254 10.0.0.30 - - [2025-02-13 02:38:42] "GET /virtual-network/ba0144be-ce0f-4e8d-881f-0edef09b185a HTTP/1.1" 200 2319 0.003870 10.0.0.30 - - [2025-02-13 02:38:42] "GET /virtual-network/ba0144be-ce0f-4e8d-881f-0edef09b185a HTTP/1.1" 200 2319 0.003204 10.0.0.30 - - [2025-02-13 02:38:42] "GET /routing-instance/613d015e-4dcd-4535-bb7d-517b25858dab HTTP/1.1" 200 1493 0.002934 10.0.0.30 - - [2025-02-13 02:38:42] "GET /routing-instance/613d015e-4dcd-4535-bb7d-517b25858dab HTTP/1.1" 200 1493 0.002526 10.0.0.30 - - [2025-02-13 02:38:42] "GET /route-target/cb20ccb2-18af-4964-b64a-a089a4519e9c HTTP/1.1" 200 1213 0.002740 10.0.0.30 - - [2025-02-13 02:38:42] "GET /virtual-network/ba0144be-ce0f-4e8d-881f-0edef09b185a HTTP/1.1" 200 2319 0.002710 10.0.0.30 - - [2025-02-13 02:38:42] "GET /routing-instance/613d015e-4dcd-4535-bb7d-517b25858dab HTTP/1.1" 200 1493 0.002478 10.0.0.30 - - [2025-02-13 02:38:42] "GET /virtual-network/ba0144be-ce0f-4e8d-881f-0edef09b185a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.002581 10.0.0.30 - - [2025-02-13 02:38:42] "GET /virtual-network/ba0144be-ce0f-4e8d-881f-0edef09b185a HTTP/1.1" 200 2319 0.002400 10.0.0.30 - - [2025-02-13 02:38:42] "GET /routing-instance/613d015e-4dcd-4535-bb7d-517b25858dab HTTP/1.1" 200 1493 0.002663 10.0.0.30 - - [2025-02-13 02:38:42] "GET /routing-instance/613d015e-4dcd-4535-bb7d-517b25858dab HTTP/1.1" 200 1493 0.002218 10.0.0.30 - - [2025-02-13 02:38:42] "GET /route-target/cb20ccb2-18af-4964-b64a-a089a4519e9c HTTP/1.1" 200 1213 0.002390 10.0.0.30 - - [2025-02-13 02:38:42] "GET /domains HTTP/1.1" 200 280 0.003008 10.0.0.30 - - [2025-02-13 02:38:42] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001502 10.0.0.30 - - [2025-02-13 02:38:42] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11 HTTP/1.1" 200 2760 0.008608 10.0.0.30 - - [2025-02-13 02:38:42] "GET /projects?obj_uuids=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001292 10.0.0.30 - - [2025-02-13 02:38:43] "GET /project/b8ba3279-f7a4-4152-84c5-7a74f107cd60 HTTP/1.1" 200 2297 0.061491 10.0.0.30 - - [2025-02-13 02:38:43] "GET /virtual-network/ba0144be-ce0f-4e8d-881f-0edef09b185a HTTP/1.1" 200 2319 0.002532 10.0.0.30 - - [2025-02-13 02:38:43] "GET /obj-perms HTTP/1.1" 200 5026 0.003188 10.0.0.30 - - [2025-02-13 02:38:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002648 10.0.0.30 - - [2025-02-13 02:38:43] "GET /projects?obj_uuids=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001129 10.0.0.30 - - [2025-02-13 02:38:43] "GET /project/b8ba3279-f7a4-4152-84c5-7a74f107cd60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.020317 10.0.0.30 - - [2025-02-13 02:38:43] "POST /neutron/network HTTP/1.1" 200 117 0.010828 10.0.0.30 - - [2025-02-13 02:38:43] "GET /projects?obj_uuids=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001248 10.0.0.30 - - [2025-02-13 02:38:43] "POST /neutron/network HTTP/1.1" 200 615 0.057100 10.0.0.30 - - [2025-02-13 02:38:43] "POST /ref-update HTTP/1.1" 200 156 0.010845 10.0.0.30 - - [2025-02-13 02:38:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002764 10.0.0.30 - - [2025-02-13 02:38:43] "POST /neutron/subnet HTTP/1.1" 200 730 0.155607 10.0.0.30 - - [2025-02-13 02:38:43] "POST /neutron/network HTTP/1.1" 200 835 0.005521 10.0.0.30 - - [2025-02-13 02:38:43] "POST /id-to-fqname HTTP/1.1" 200 224 0.001336 10.0.0.30 - - [2025-02-13 02:38:43] "GET /virtual-network/ce729401-166f-49bf-bd39-188ffecac409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.003177 10.0.0.30 - - [2025-02-13 02:38:43] "POST /neutron/network HTTP/1.1" 200 835 0.006275 10.0.0.30 - - [2025-02-13 02:38:43] "GET /virtual-network/ce729401-166f-49bf-bd39-188ffecac409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.003127 10.0.0.30 - - [2025-02-13 02:38:43] "POST /neutron/network HTTP/1.1" 200 835 0.006501 10.0.0.30 - - [2025-02-13 02:38:43] "POST /neutron/subnet HTTP/1.1" 200 730 0.007776 10.0.0.30 - - [2025-02-13 02:38:43] "GET /domains HTTP/1.1" 200 280 0.002994 10.0.0.30 - - [2025-02-13 02:38:43] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001359 10.0.0.30 - - [2025-02-13 02:38:43] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11 HTTP/1.1" 200 2760 0.006854 10.0.0.30 - - [2025-02-13 02:38:43] "GET /projects?obj_uuids=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000982 10.0.0.30 - - [2025-02-13 02:38:43] "GET /project/b8ba3279-f7a4-4152-84c5-7a74f107cd60 HTTP/1.1" 200 2516 0.065228 10.0.0.30 - - [2025-02-13 02:38:43] "GET /virtual-network/ce729401-166f-49bf-bd39-188ffecac409 HTTP/1.1" 200 2328 0.003830 10.0.0.30 - - [2025-02-13 02:38:43] "GET /virtual-network/ce729401-166f-49bf-bd39-188ffecac409 HTTP/1.1" 200 2328 0.002568 10.0.0.30 - - [2025-02-13 02:38:43] "GET /routing-instance/00c6b1c1-9b82-446f-b757-0793dd2d0115 HTTP/1.1" 200 1495 0.002971 10.0.0.30 - - [2025-02-13 02:38:43] "GET /routing-instance/00c6b1c1-9b82-446f-b757-0793dd2d0115 HTTP/1.1" 200 1495 0.003440 10.0.0.30 - - [2025-02-13 02:38:43] "GET /route-target/3d5a8c2a-f770-4a08-a88d-bc608efb7a7c HTTP/1.1" 200 1214 0.002765 10.0.0.30 - - [2025-02-13 02:38:43] "GET /virtual-network/ce729401-166f-49bf-bd39-188ffecac409 HTTP/1.1" 200 2328 0.003045 10.0.0.30 - - [2025-02-13 02:38:43] "GET /routing-instance/00c6b1c1-9b82-446f-b757-0793dd2d0115 HTTP/1.1" 200 1495 0.002800 10.0.0.30 - - [2025-02-13 02:38:43] "GET /virtual-network/ce729401-166f-49bf-bd39-188ffecac409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.002472 10.0.0.30 - - [2025-02-13 02:38:43] "GET /virtual-network/ce729401-166f-49bf-bd39-188ffecac409 HTTP/1.1" 200 2328 0.002507 10.0.0.30 - - [2025-02-13 02:38:43] "GET /routing-instance/00c6b1c1-9b82-446f-b757-0793dd2d0115 HTTP/1.1" 200 1495 0.002333 10.0.0.30 - - [2025-02-13 02:38:43] "GET /routing-instance/00c6b1c1-9b82-446f-b757-0793dd2d0115 HTTP/1.1" 200 1495 0.002273 10.0.0.30 - - [2025-02-13 02:38:43] "GET /route-target/3d5a8c2a-f770-4a08-a88d-bc608efb7a7c HTTP/1.1" 200 1214 0.002122 10.0.0.30 - - [2025-02-13 02:38:43] "GET /domains HTTP/1.1" 200 280 0.002487 10.0.0.30 - - [2025-02-13 02:38:43] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001357 10.0.0.30 - - [2025-02-13 02:38:43] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11 HTTP/1.1" 200 2760 0.007446 10.0.0.30 - - [2025-02-13 02:38:43] "GET /projects?obj_uuids=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001293 10.0.0.30 - - [2025-02-13 02:38:43] "GET /project/b8ba3279-f7a4-4152-84c5-7a74f107cd60 HTTP/1.1" 200 2516 0.063307 10.0.0.30 - - [2025-02-13 02:38:43] "GET /virtual-network/ce729401-166f-49bf-bd39-188ffecac409 HTTP/1.1" 200 2328 0.003726 10.0.0.30 - - [2025-02-13 02:38:43] "GET /obj-perms HTTP/1.1" 200 5026 0.003411 10.0.0.30 - - [2025-02-13 02:38:43] "POST /id-to-fqname HTTP/1.1" 200 223 0.001281 10.0.0.30 - - [2025-02-13 02:38:44] "POST /neutron/network HTTP/1.1" 200 842 0.005630 10.0.0.30 - - [2025-02-13 02:38:44] "GET /aaa-mode HTTP/1.1" 401 292 0.000525 10.0.0.30 - - [2025-02-13 02:38:44] "GET / HTTP/1.1" 200 35931 0.002835 10.0.0.30 - - [2025-02-13 02:38:44] "GET /project/b8ba3279-f7a4-4152-84c5-7a74f107cd60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000395 10.0.0.30 - - [2025-02-13 02:38:44] "GET /projects?obj_uuids=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001138 10.0.0.30 - - [2025-02-13 02:38:44] "GET /project/b8ba3279-f7a4-4152-84c5-7a74f107cd60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.040437 10.0.0.30 - - [2025-02-13 02:38:44] "POST /neutron/network HTTP/1.1" 200 832 0.004950 10.0.0.30 - - [2025-02-13 02:38:44] "POST /neutron/port HTTP/1.1" 200 117 0.005505 10.0.0.30 - - [2025-02-13 02:38:44] "POST /neutron/port HTTP/1.1" 200 117 0.005363 10.0.0.30 - - [2025-02-13 02:38:44] "POST /id-to-fqname HTTP/1.1" 200 224 0.001377 10.0.0.30 - - [2025-02-13 02:38:44] "POST /neutron/port HTTP/1.1" 200 117 0.005043 10.0.0.30 - - [2025-02-13 02:38:45] "POST /neutron/network HTTP/1.1" 200 845 0.005755 10.0.0.30 - - [2025-02-13 02:38:45] "GET /aaa-mode HTTP/1.1" 401 292 0.000412 10.0.0.30 - - [2025-02-13 02:38:45] "POST /neutron/network HTTP/1.1" 200 842 0.005739 10.0.0.30 - - [2025-02-13 02:38:45] "GET /projects?obj_uuids=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001508 10.0.0.30 - - [2025-02-13 02:38:45] "GET / HTTP/1.1" 200 35931 0.006011 10.0.0.30 - - [2025-02-13 02:38:45] "GET /project/b8ba3279-f7a4-4152-84c5-7a74f107cd60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001246 10.0.0.30 - - [2025-02-13 02:38:45] "POST /neutron/port HTTP/1.1" 200 1058 0.257155 10.0.0.30 - - [2025-02-13 02:38:45] "POST /neutron/port HTTP/1.1" 200 1058 0.010123 10.0.0.30 - - [2025-02-13 02:38:45] "POST /neutron/port HTTP/1.1" 200 1058 0.009988 10.0.0.30 - - [2025-02-13 02:38:45] "POST /neutron/port HTTP/1.1" 200 1112 0.058570 10.0.0.30 - - [2025-02-13 02:38:45] "POST /neutron/port HTTP/1.1" 200 1086 0.015661 10.0.0.30 - - [2025-02-13 02:38:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003510 10.0.0.30 - - [2025-02-13 02:38:45] "POST /neutron/subnet HTTP/1.1" 200 699 0.019493 10.0.0.30 - - [2025-02-13 02:38:45] "GET /projects?obj_uuids=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001095 10.0.0.30 - - [2025-02-13 02:38:45] "POST /neutron/port HTTP/1.1" 200 117 0.000930 10.0.0.30 - - [2025-02-13 02:38:45] "GET /project/b8ba3279-f7a4-4152-84c5-7a74f107cd60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.047888 10.0.0.30 - - [2025-02-13 02:38:45] "POST /neutron/network HTTP/1.1" 200 832 0.007257 10.0.0.30 - - [2025-02-13 02:38:45] "POST /neutron/network HTTP/1.1" 200 835 0.009653 10.0.0.30 - - [2025-02-13 02:38:45] "POST /neutron/port HTTP/1.1" 200 1086 0.016054 10.0.0.30 - - [2025-02-13 02:38:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009528 10.0.0.30 - - [2025-02-13 02:38:46] "POST /neutron/port HTTP/1.1" 200 117 0.006138 10.0.0.30 - - [2025-02-13 02:38:46] "POST /fqname-to-id HTTP/1.1" 404 193 0.002753 10.0.0.30 - - [2025-02-13 02:38:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002568 10.0.0.30 - - [2025-02-13 02:38:46] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001214 10.0.0.30 - - [2025-02-13 02:38:46] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009873 10.0.0.30 - - [2025-02-13 02:38:46] "POST /service-templates HTTP/1.1" 200 543 0.016688 10.0.0.30 - - [2025-02-13 02:38:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.30 - - [2025-02-13 02:38:46] "GET /service-template/27e554e1-37f5-4c81-99e4-3c4f32386a2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004336 10.0.0.30 - - [2025-02-13 02:38:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.30 - - [2025-02-13 02:38:46] "POST /neutron/network HTTP/1.1" 200 845 0.007075 10.0.0.30 - - [2025-02-13 02:38:46] "GET /service-template/27e554e1-37f5-4c81-99e4-3c4f32386a2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.005780 10.0.0.30 - - [2025-02-13 02:38:46] "GET /projects?obj_uuids=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001135 10.0.0.30 - - [2025-02-13 02:38:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.002644 10.0.0.30 - - [2025-02-13 02:38:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.001507 10.0.0.30 - - [2025-02-13 02:38:46] "POST /id-to-fqname HTTP/1.1" 200 224 0.001469 10.0.0.30 - - [2025-02-13 02:38:46] "POST /neutron/port HTTP/1.1" 200 2003 0.044564 10.0.0.30 - - [2025-02-13 02:38:46] "POST /neutron/port HTTP/1.1" 200 1059 0.320762 10.0.0.30 - - [2025-02-13 02:38:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005731 10.0.0.30 - - [2025-02-13 02:38:46] "POST /neutron/port HTTP/1.1" 200 1059 0.012978 10.0.0.30 - - [2025-02-13 02:38:46] "POST /neutron/port HTTP/1.1" 200 1059 0.013248 10.0.0.30 - - [2025-02-13 02:38:46] "POST /neutron/port HTTP/1.1" 200 1113 0.074638 10.0.0.30 - - [2025-02-13 02:38:46] "POST /neutron/port HTTP/1.1" 200 1087 0.020496 10.0.0.30 - - [2025-02-13 02:38:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003988 10.0.0.30 - - [2025-02-13 02:38:46] "POST /neutron/subnet HTTP/1.1" 200 704 0.010561 10.0.0.30 - - [2025-02-13 02:38:46] "POST /neutron/port HTTP/1.1" 200 117 0.001478 10.0.0.30 - - [2025-02-13 02:38:46] "POST /neutron/network HTTP/1.1" 200 835 0.006515 10.0.0.30 - - [2025-02-13 02:38:47] "POST /neutron/network HTTP/1.1" 200 2222 0.013227 10.0.0.30 - - [2025-02-13 02:38:47] "GET /aaa-mode HTTP/1.1" 401 292 0.000558 10.0.0.30 - - [2025-02-13 02:38:47] "GET / HTTP/1.1" 200 35931 0.001714 10.0.0.30 - - [2025-02-13 02:38:47] "GET /project/b8ba3279-f7a4-4152-84c5-7a74f107cd60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000390 10.0.0.30 - - [2025-02-13 02:38:48] "GET /projects?obj_uuids=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001168 10.0.0.30 - - [2025-02-13 02:38:48] "GET /project/b8ba3279-f7a4-4152-84c5-7a74f107cd60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.044967 10.0.0.30 - - [2025-02-13 02:38:48] "POST /neutron/network HTTP/1.1" 200 830 0.005026 10.0.0.30 - - [2025-02-13 02:38:48] "POST /neutron/network HTTP/1.1" 200 832 0.005255 10.0.0.30 - - [2025-02-13 02:38:48] "POST /neutron/network HTTP/1.1" 200 835 0.006175 10.0.0.30 - - [2025-02-13 02:38:48] "POST /neutron/port HTTP/1.1" 200 2057 0.029596 10.0.0.30 - - [2025-02-13 02:38:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006382 10.0.0.30 - - [2025-02-13 02:38:48] "POST /neutron/port HTTP/1.1" 200 117 0.007631 10.0.0.30 - - [2025-02-13 02:38:48] "POST /neutron/port HTTP/1.1" 200 117 0.008132 10.0.0.30 - - [2025-02-13 02:38:48] "POST /neutron/network HTTP/1.1" 200 2222 0.013702 10.0.0.30 - - [2025-02-13 02:38:48] "GET /projects?obj_uuids=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001350 10.0.0.30 - - [2025-02-13 02:38:49] "POST /neutron/port HTTP/1.1" 200 1056 0.268830 10.0.0.30 - - [2025-02-13 02:38:49] "GET /projects?obj_uuids=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001610 10.0.0.30 - - [2025-02-13 02:38:49] "POST /neutron/port HTTP/1.1" 200 1058 0.208893 10.0.0.30 - - [2025-02-13 02:38:49] "GET /projects?obj_uuids=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001070 10.0.0.30 - - [2025-02-13 02:38:49] "POST /neutron/port HTTP/1.1" 200 1059 0.177841 10.0.0.30 - - [2025-02-13 02:38:49] "POST /neutron/port HTTP/1.1" 200 1056 0.009155 10.0.0.30 - - [2025-02-13 02:38:49] "POST /neutron/port HTTP/1.1" 200 1056 0.008116 10.0.0.30 - - [2025-02-13 02:38:49] "POST /neutron/port HTTP/1.1" 200 1110 0.058810 10.0.0.30 - - [2025-02-13 02:38:49] "POST /neutron/port HTTP/1.1" 200 1058 0.009001 10.0.0.30 - - [2025-02-13 02:38:49] "POST /neutron/port HTTP/1.1" 200 1058 0.008512 10.0.0.30 - - [2025-02-13 02:38:49] "POST /neutron/port HTTP/1.1" 200 1112 0.102703 10.0.0.30 - - [2025-02-13 02:38:49] "POST /neutron/port HTTP/1.1" 200 1059 0.009669 10.0.0.30 - - [2025-02-13 02:38:49] "POST /neutron/port HTTP/1.1" 200 1059 0.007945 10.0.0.30 - - [2025-02-13 02:38:49] "POST /neutron/port HTTP/1.1" 200 1113 0.056254 10.0.0.30 - - [2025-02-13 02:38:49] "POST /neutron/port HTTP/1.1" 200 3024 0.017978 10.0.0.30 - - [2025-02-13 02:38:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003010 10.0.0.30 - - [2025-02-13 02:38:49] "POST /neutron/subnet HTTP/1.1" 200 689 0.010317 10.0.0.30 - - [2025-02-13 02:38:50] "POST /neutron/port HTTP/1.1" 200 117 0.001261 10.0.0.30 - - [2025-02-13 02:38:50] "POST /neutron/network HTTP/1.1" 200 830 0.005893 10.0.0.30 - - [2025-02-13 02:38:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003297 10.0.0.30 - - [2025-02-13 02:38:50] "POST /neutron/subnet HTTP/1.1" 200 699 0.009804 10.0.0.30 - - [2025-02-13 02:38:50] "POST /neutron/port HTTP/1.1" 200 117 0.001252 10.0.0.30 - - [2025-02-13 02:38:50] "POST /neutron/network HTTP/1.1" 200 832 0.005760 10.0.0.30 - - [2025-02-13 02:38:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003366 10.0.0.30 - - [2025-02-13 02:38:50] "POST /neutron/subnet HTTP/1.1" 200 704 0.010894 10.0.0.30 - - [2025-02-13 02:38:50] "POST /neutron/port HTTP/1.1" 200 117 0.001245 10.0.0.30 - - [2025-02-13 02:38:50] "POST /neutron/network HTTP/1.1" 200 835 0.005540 10.0.0.30 - - [2025-02-13 02:38:53] "POST /neutron/port HTTP/1.1" 200 3024 0.023177 10.0.0.30 - - [2025-02-13 02:38:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005906 10.0.0.30 - - [2025-02-13 02:38:53] "POST /neutron/port HTTP/1.1" 200 3024 0.018233 10.0.0.30 - - [2025-02-13 02:38:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006393 10.0.0.30 - - [2025-02-13 02:38:53] "POST /neutron/port HTTP/1.1" 200 3024 0.023041 10.0.0.30 - - [2025-02-13 02:38:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008608 10.0.0.30 - - [2025-02-13 02:38:53] "POST /neutron/port HTTP/1.1" 200 3024 0.028062 10.0.0.30 - - [2025-02-13 02:38:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013352 10.0.0.30 - - [2025-02-13 02:38:54] "POST /neutron/port HTTP/1.1" 200 3024 0.033670 10.0.0.30 - - [2025-02-13 02:38:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007264 10.0.0.30 - - [2025-02-13 02:38:54] "GET /virtual-machine/04117a2a-7740-48a7-be99-667ca7e87d28 HTTP/1.1" 200 1801 0.003980 10.0.0.30 - - [2025-02-13 02:38:54] "GET /virtual-machine-interface/02dcfd14-e44b-4ea3-8d47-f7209c701cff HTTP/1.1" 200 2948 0.002830 10.0.0.30 - - [2025-02-13 02:38:54] "GET /virtual-machine-interface/50cc0f27-f1a1-4091-9d50-55c8a1db945c HTTP/1.1" 200 2946 0.003227 10.0.0.30 - - [2025-02-13 02:38:54] "GET /virtual-machine-interface/f0b9e8db-260a-4d6e-9789-0b965d8c1966 HTTP/1.1" 200 2947 0.003212 10.0.0.30 - - [2025-02-13 02:38:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.30 - - [2025-02-13 02:38:54] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002519 10.0.0.30 - - [2025-02-13 02:38:54] "GET /virtual-networks?parent_id=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003329 10.0.0.30 - - [2025-02-13 02:38:54] "GET /virtual-network/e2ee28c8-a62d-4f8d-8ccb-9d09f6e7c9de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003875 10.0.0.30 - - [2025-02-13 02:38:54] "POST /neutron/port HTTP/1.1" 200 1086 0.019360 10.0.0.30 - - [2025-02-13 02:38:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006160 10.0.0.30 - - [2025-02-13 02:38:55] "POST /neutron/port HTTP/1.1" 200 1087 0.016781 10.0.0.30 - - [2025-02-13 02:38:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005505 10.0.0.30 - - [2025-02-13 02:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.30 - - [2025-02-13 02:38:57] "GET /virtual-network/e2ee28c8-a62d-4f8d-8ccb-9d09f6e7c9de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.002869 10.0.0.30 - - [2025-02-13 02:39:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.30 - - [2025-02-13 02:39:01] "GET /virtual-network/e2ee28c8-a62d-4f8d-8ccb-9d09f6e7c9de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003281 10.0.0.30 - - [2025-02-13 02:39:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.30 - - [2025-02-13 02:39:05] "GET /virtual-network/e2ee28c8-a62d-4f8d-8ccb-9d09f6e7c9de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003168 10.0.0.30 - - [2025-02-13 02:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.30 - - [2025-02-13 02:39:09] "GET /virtual-network/e2ee28c8-a62d-4f8d-8ccb-9d09f6e7c9de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003023 10.0.0.30 - - [2025-02-13 02:39:11] "DELETE /project/b8ba3279f7a4415284c57a74f107cd60 HTTP/1.1" 404 173 0.007215 10.0.0.30 - - [2025-02-13 02:39:11] "GET /projects?obj_uuids=c5c99a51-f0a7-42c5-9219-0c4b925dff0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001067 10.0.0.30 - - [2025-02-13 02:39:11] "GET /project/c5c99a51-f0a7-42c5-9219-0c4b925dff0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.023693 10.0.0.30 - - [2025-02-13 02:39:11] "GET /projects?obj_uuids=c5c99a51-f0a7-42c5-9219-0c4b925dff0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001294 10.0.0.30 - - [2025-02-13 02:39:11] "GET /project/c5c99a51-f0a7-42c5-9219-0c4b925dff0d?fields=security_groups HTTP/1.1" 200 1369 0.062736 10.0.0.30 - - [2025-02-13 02:39:11] "DELETE /security-group/f8515bcf-3d70-4aa9-ae0e-dfc566b73ea2 HTTP/1.1" 200 115 0.030065 10.0.0.30 - - [2025-02-13 02:39:11] "GET /projects?obj_uuids=c5c99a51-f0a7-42c5-9219-0c4b925dff0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001066 10.0.0.30 - - [2025-02-13 02:39:11] "DELETE /access-control-list/cf351d10-cfcf-4a94-8aee-744d094998bb HTTP/1.1" 200 115 0.023585 10.0.0.30 - - [2025-02-13 02:39:11] "GET /project/c5c99a51-f0a7-42c5-9219-0c4b925dff0d?fields=application_policy_sets HTTP/1.1" 200 1408 0.025875 10.0.0.30 - - [2025-02-13 02:39:11] "DELETE /access-control-list/4c89e778-6f2e-42a5-b024-dfd590e340fd HTTP/1.1" 200 115 0.025237 10.0.0.30 - - [2025-02-13 02:39:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.30 - - [2025-02-13 02:39:11] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002965 10.0.0.30 - - [2025-02-13 02:39:11] "GET /virtual-networks?parent_id=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003365 10.0.0.30 - - [2025-02-13 02:39:11] "DELETE /project/c5c99a51-f0a7-42c5-9219-0c4b925dff0d HTTP/1.1" 200 115 0.291878 10.0.0.30 - - [2025-02-13 02:39:11] "GET /virtual-network/e2ee28c8-a62d-4f8d-8ccb-9d09f6e7c9de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003448 10.0.0.30 - - [2025-02-13 02:39:12] "POST /neutron/port HTTP/1.1" 200 3024 0.019416 10.0.0.30 - - [2025-02-13 02:39:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006161 10.0.0.30 - - [2025-02-13 02:39:17] "POST /neutron/port HTTP/1.1" 200 3024 0.020043 10.0.0.30 - - [2025-02-13 02:39:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005967 10.0.0.30 - - [2025-02-13 02:39:18] "GET /obj-perms HTTP/1.1" 200 5056 0.042026 10.0.0.30 - - [2025-02-13 02:39:18] "GET /obj-perms HTTP/1.1" 200 5056 0.045165 10.0.0.30 - - [2025-02-13 02:39:19] "POST /neutron/port HTTP/1.1" 200 1086 0.014643 10.0.0.30 - - [2025-02-13 02:39:19] "POST /neutron/port HTTP/1.1" 200 1086 0.022435 10.0.0.30 - - [2025-02-13 02:39:19] "POST /neutron/network HTTP/1.1" 200 842 0.007016 10.0.0.30 - - [2025-02-13 02:39:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003474 10.0.0.30 - - [2025-02-13 02:39:19] "POST /neutron/subnet HTTP/1.1" 200 699 0.011099 10.0.0.30 - - [2025-02-13 02:39:19] "POST /neutron/port HTTP/1.1" 200 117 0.001628 10.0.0.30 - - [2025-02-13 02:39:19] "POST /neutron/network HTTP/1.1" 200 832 0.006275 10.0.0.30 - - [2025-02-13 02:39:20] "POST /neutron/port HTTP/1.1" 200 3024 0.019032 10.0.0.30 - - [2025-02-13 02:39:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006944 10.0.0.30 - - [2025-02-13 02:39:22] "POST /neutron/port HTTP/1.1" 200 3024 0.017940 10.0.0.30 - - [2025-02-13 02:39:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007124 10.0.0.30 - - [2025-02-13 02:39:27] "POST /neutron/port HTTP/1.1" 200 3024 0.017897 10.0.0.30 - - [2025-02-13 02:39:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006531 10.0.0.30 - - [2025-02-13 02:39:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.30 - - [2025-02-13 02:39:32] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002995 10.0.0.30 - - [2025-02-13 02:39:32] "GET /virtual-networks?parent_id=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002891 10.0.0.30 - - [2025-02-13 02:39:32] "GET /virtual-network/ba0144be-ce0f-4e8d-881f-0edef09b185a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.002969 10.0.0.30 - - [2025-02-13 02:39:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.30 - - [2025-02-13 02:39:33] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002927 10.0.0.30 - - [2025-02-13 02:39:33] "GET /virtual-networks?parent_id=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002848 10.0.0.30 - - [2025-02-13 02:39:33] "GET /virtual-network/ce729401-166f-49bf-bd39-188ffecac409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.003637 10.0.0.30 - - [2025-02-13 02:39:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.003858 10.0.0.30 - - [2025-02-13 02:39:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.30 - - [2025-02-13 02:39:33] "GET /projects?obj_uuids=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001153 10.0.0.30 - - [2025-02-13 02:39:33] "GET /project/b8ba3279-f7a4-4152-84c5-7a74f107cd60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.021979 10.0.0.30 - - [2025-02-13 02:39:33] "POST /service-instances HTTP/1.1" 200 543 0.063861 10.0.0.30 - - [2025-02-13 02:39:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.30 - - [2025-02-13 02:39:33] "GET /service-instance/18ff8445-08ec-45ab-9592-6835f7304fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.005303 10.0.0.30 - - [2025-02-13 02:39:33] "POST /port-tuples HTTP/1.1" 200 586 0.024178 10.0.0.30 - - [2025-02-13 02:39:33] "GET /virtual-machine-interface/f0b9e8db-260a-4d6e-9789-0b965d8c1966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.003700 10.0.0.30 - - [2025-02-13 02:39:33] "PUT /virtual-machine-interface/f0b9e8db-260a-4d6e-9789-0b965d8c1966 HTTP/1.1" 200 284 0.010829 10.0.0.30 - - [2025-02-13 02:39:33] "POST /ref-update HTTP/1.1" 200 156 0.009468 10.0.0.30 - - [2025-02-13 02:39:33] "POST /instance-ips HTTP/1.1" 200 385 0.024618 10.0.0.30 - - [2025-02-13 02:39:33] "GET /virtual-machine-interface/50cc0f27-f1a1-4091-9d50-55c8a1db945c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.003626 10.0.0.30 - - [2025-02-13 02:39:33] "POST /ref-update HTTP/1.1" 200 156 0.014726 10.0.0.30 - - [2025-02-13 02:39:33] "PUT /virtual-machine-interface/50cc0f27-f1a1-4091-9d50-55c8a1db945c HTTP/1.1" 200 284 0.012443 10.0.0.30 - - [2025-02-13 02:39:33] "POST /ref-update HTTP/1.1" 200 156 0.012637 10.0.0.30 - - [2025-02-13 02:39:34] "POST /ref-update HTTP/1.1" 200 156 0.009664 10.0.0.30 - - [2025-02-13 02:39:34] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004959 10.0.0.30 - - [2025-02-13 02:39:34] "GET /virtual-machine-interface/02dcfd14-e44b-4ea3-8d47-f7209c701cff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2727 0.003496 10.0.0.30 - - [2025-02-13 02:39:34] "POST /instance-ips HTTP/1.1" 200 385 0.022099 10.0.0.30 - - [2025-02-13 02:39:34] "PUT /virtual-machine-interface/02dcfd14-e44b-4ea3-8d47-f7209c701cff HTTP/1.1" 200 284 0.009522 10.0.0.30 - - [2025-02-13 02:39:34] "POST /ref-update HTTP/1.1" 200 156 0.008471 10.0.0.30 - - [2025-02-13 02:39:34] "POST /ref-update HTTP/1.1" 200 156 0.008495 10.0.0.30 - - [2025-02-13 02:39:34] "POST /ref-update HTTP/1.1" 200 156 0.008869 10.0.0.30 - - [2025-02-13 02:39:34] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002562 10.0.0.30 - - [2025-02-13 02:39:34] "POST /neutron/port HTTP/1.1" 200 1086 0.016190 10.0.0.30 - - [2025-02-13 02:39:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005814 10.0.0.30 - - [2025-02-13 02:39:34] "POST /instance-ips HTTP/1.1" 200 373 0.014628 10.0.0.30 - - [2025-02-13 02:39:34] "POST /neutron/port HTTP/1.1" 200 1086 0.013857 10.0.0.30 - - [2025-02-13 02:39:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005971 10.0.0.30 - - [2025-02-13 02:39:34] "POST /ref-update HTTP/1.1" 200 156 0.012246 10.0.0.30 - - [2025-02-13 02:39:34] "POST /neutron/port HTTP/1.1" 200 1086 0.014027 10.0.0.30 - - [2025-02-13 02:39:34] "POST /ref-update HTTP/1.1" 200 156 0.011561 10.0.0.30 - - [2025-02-13 02:39:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006718 10.0.0.30 - - [2025-02-13 02:39:34] "GET /virtual-machine/91b722e1-0e27-4567-9a54-66c35e025c33 HTTP/1.1" 200 1291 0.003860 10.0.0.30 - - [2025-02-13 02:39:34] "GET /virtual-machine-interface/50ab7cd0-5252-4d5e-b0cc-30a99463d848 HTTP/1.1" 200 2946 0.002835 10.0.0.30 - - [2025-02-13 02:39:34] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003957 10.0.0.30 - - [2025-02-13 02:39:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002596 10.0.0.30 - - [2025-02-13 02:39:34] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002963 10.0.0.30 - - [2025-02-13 02:39:34] "POST /instance-ips HTTP/1.1" 200 373 0.014574 10.0.0.30 - - [2025-02-13 02:39:34] "GET /virtual-networks?parent_id=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.005612 10.0.0.30 - - [2025-02-13 02:39:34] "POST /ref-update HTTP/1.1" 200 156 0.010183 10.0.0.30 - - [2025-02-13 02:39:34] "GET /virtual-network/ba0144be-ce0f-4e8d-881f-0edef09b185a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.003949 10.0.0.30 - - [2025-02-13 02:39:34] "POST /ref-update HTTP/1.1" 200 156 0.008413 10.0.0.30 - - [2025-02-13 02:39:34] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002727 10.0.0.30 - - [2025-02-13 02:39:34] "POST /instance-ips HTTP/1.1" 200 375 0.014169 10.0.0.30 - - [2025-02-13 02:39:34] "POST /ref-update HTTP/1.1" 200 156 0.009663 10.0.0.30 - - [2025-02-13 02:39:34] "POST /ref-update HTTP/1.1" 200 156 0.008070 10.0.0.30 - - [2025-02-13 02:39:34] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002707 10.0.0.30 - - [2025-02-13 02:39:34] "POST /instance-ips HTTP/1.1" 200 375 0.014459 10.0.0.30 - - [2025-02-13 02:39:35] "POST /ref-update HTTP/1.1" 200 156 0.008203 10.0.0.30 - - [2025-02-13 02:39:35] "POST /ref-update HTTP/1.1" 200 156 0.008504 10.0.0.30 - - [2025-02-13 02:39:35] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002755 10.0.0.30 - - [2025-02-13 02:39:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.30 - - [2025-02-13 02:39:35] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002634 10.0.0.30 - - [2025-02-13 02:39:35] "GET /virtual-networks?parent_id=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003034 10.0.0.30 - - [2025-02-13 02:39:35] "GET /virtual-network/ba0144be-ce0f-4e8d-881f-0edef09b185a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.003234 10.0.0.30 - - [2025-02-13 02:39:36] "POST /neutron/port HTTP/1.1" 200 1087 0.016283 10.0.0.30 - - [2025-02-13 02:39:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006107 10.0.0.30 - - [2025-02-13 02:39:36] "POST /neutron/port HTTP/1.1" 200 1087 0.014069 10.0.0.30 - - [2025-02-13 02:39:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005804 10.0.0.30 - - [2025-02-13 02:39:36] "POST /neutron/port HTTP/1.1" 200 1087 0.013889 10.0.0.30 - - [2025-02-13 02:39:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005715 10.0.0.30 - - [2025-02-13 02:39:36] "GET /virtual-machine/d24ba91c-2074-4a3c-8fee-c61940a781fa HTTP/1.1" 200 1291 0.004178 10.0.0.30 - - [2025-02-13 02:39:36] "GET /virtual-machine-interface/3bd53cac-6f22-4889-a943-900197b70652 HTTP/1.1" 200 2949 0.002511 10.0.0.30 - - [2025-02-13 02:39:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.30 - - [2025-02-13 02:39:36] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002513 10.0.0.30 - - [2025-02-13 02:39:36] "GET /virtual-networks?parent_id=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003083 10.0.0.30 - - [2025-02-13 02:39:36] "GET /virtual-network/ce729401-166f-49bf-bd39-188ffecac409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.003179 10.0.0.30 - - [2025-02-13 02:39:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002834 10.0.0.30 - - [2025-02-13 02:39:37] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002528 10.0.0.30 - - [2025-02-13 02:39:37] "GET /virtual-networks?parent_id=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004216 10.0.0.30 - - [2025-02-13 02:39:37] "GET /virtual-network/ce729401-166f-49bf-bd39-188ffecac409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.003086 10.0.0.30 - - [2025-02-13 02:39:37] "POST /fqname-to-id HTTP/1.1" 404 211 0.003158 10.0.0.30 - - [2025-02-13 02:39:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.30 - - [2025-02-13 02:39:37] "GET /projects?obj_uuids=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001203 10.0.0.30 - - [2025-02-13 02:39:37] "GET /project/b8ba3279-f7a4-4152-84c5-7a74f107cd60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.019717 10.0.0.30 - - [2025-02-13 02:39:37] "POST /network-policys HTTP/1.1" 200 547 0.023515 10.0.0.30 - - [2025-02-13 02:39:37] "GET /network-policy/008043ea-b504-48ca-8a71-c2fd634cd196?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.004834 10.0.0.30 - - [2025-02-13 02:39:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333 10.0.0.30 - - [2025-02-13 02:39:38] "GET /virtual-network/ba0144be-ce0f-4e8d-881f-0edef09b185a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004187 10.0.0.30 - - [2025-02-13 02:39:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.30 - - [2025-02-13 02:39:38] "GET /network-policy/008043ea-b504-48ca-8a71-c2fd634cd196?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.003298 10.0.0.30 - - [2025-02-13 02:39:38] "POST /ref-update HTTP/1.1" 200 156 0.027434 10.0.0.30 - - [2025-02-13 02:39:38] "POST /fqname-to-id HTTP/1.1" 404 242 0.003495 10.0.0.30 - - [2025-02-13 02:39:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004348 10.0.0.30 - - [2025-02-13 02:39:38] "POST /access-control-lists HTTP/1.1" 200 601 0.059733 10.0.0.30 - - [2025-02-13 02:39:38] "GET /network-policy/008043ea-b504-48ca-8a71-c2fd634cd196?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.003121 10.0.0.30 - - [2025-02-13 02:39:38] "POST /neutron/network HTTP/1.1" 200 920 0.006880 10.0.0.30 - - [2025-02-13 02:39:38] "GET /virtual-network/ba0144be-ce0f-4e8d-881f-0edef09b185a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.002951 10.0.0.30 - - [2025-02-13 02:39:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.30 - - [2025-02-13 02:39:38] "GET /network-policy/008043ea-b504-48ca-8a71-c2fd634cd196?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.003229 10.0.0.30 - - [2025-02-13 02:39:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.30 - - [2025-02-13 02:39:38] "GET /virtual-network/ce729401-166f-49bf-bd39-188ffecac409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.003064 10.0.0.30 - - [2025-02-13 02:39:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.30 - - [2025-02-13 02:39:38] "GET /network-policy/008043ea-b504-48ca-8a71-c2fd634cd196?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.003501 10.0.0.30 - - [2025-02-13 02:39:38] "POST /fqname-to-id HTTP/1.1" 404 244 0.003626 10.0.0.30 - - [2025-02-13 02:39:38] "POST /ref-update HTTP/1.1" 200 156 0.031681 10.0.0.30 - - [2025-02-13 02:39:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.30 - - [2025-02-13 02:39:38] "POST /access-control-lists HTTP/1.1" 200 604 0.058435 10.0.0.30 - - [2025-02-13 02:39:38] "GET /network-policy/008043ea-b504-48ca-8a71-c2fd634cd196?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.003123 10.0.0.30 - - [2025-02-13 02:39:38] "POST /routing-instances HTTP/1.1" 200 759 0.016079 10.0.0.30 - - [2025-02-13 02:39:38] "POST /neutron/network HTTP/1.1" 200 923 0.006937 10.0.0.30 - - [2025-02-13 02:39:38] "GET /virtual-network/ce729401-166f-49bf-bd39-188ffecac409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.003889 10.0.0.30 - - [2025-02-13 02:39:38] "POST /route-targets HTTP/1.1" 200 327 0.009223 10.0.0.30 - - [2025-02-13 02:39:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002803 10.0.0.30 - - [2025-02-13 02:39:38] "POST /ref-update HTTP/1.1" 200 156 0.009618 10.0.0.30 - - [2025-02-13 02:39:39] "GET /network-policy/008043ea-b504-48ca-8a71-c2fd634cd196?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.003079 10.0.0.30 - - [2025-02-13 02:39:39] "GET /routing-instance/fea73261-0749-410c-a9d2-b2ef8154ad1a?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.003988 10.0.0.30 - - [2025-02-13 02:39:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.30 - - [2025-02-13 02:39:39] "GET /routing-instance/fea73261-0749-410c-a9d2-b2ef8154ad1a?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.002810 10.0.0.30 - - [2025-02-13 02:39:39] "GET /service-template/27e554e1-37f5-4c81-99e4-3c4f32386a2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003215 10.0.0.30 - - [2025-02-13 02:39:39] "POST /ref-update HTTP/1.1" 200 156 0.009934 10.0.0.30 - - [2025-02-13 02:39:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.30 - - [2025-02-13 02:39:39] "GET /projects?obj_uuids=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001098 10.0.0.30 - - [2025-02-13 02:39:39] "POST /routing-instances HTTP/1.1" 200 760 0.021569 10.0.0.30 - - [2025-02-13 02:39:39] "GET /project/b8ba3279-f7a4-4152-84c5-7a74f107cd60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.033149 10.0.0.30 - - [2025-02-13 02:39:39] "POST /route-targets HTTP/1.1" 200 327 0.010198 10.0.0.30 - - [2025-02-13 02:39:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002763 10.0.0.30 - - [2025-02-13 02:39:39] "GET /service-instance/18ff8445-08ec-45ab-9592-6835f7304fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3529 0.005106 10.0.0.30 - - [2025-02-13 02:39:39] "POST /ref-update HTTP/1.1" 200 156 0.014094 10.0.0.30 - - [2025-02-13 02:39:39] "GET /domains HTTP/1.1" 200 280 0.003883 10.0.0.30 - - [2025-02-13 02:39:39] "GET /routing-instance/e416afba-bc72-44c6-80f2-2a3b394f944c?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.003107 10.0.0.30 - - [2025-02-13 02:39:39] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001218 10.0.0.30 - - [2025-02-13 02:39:39] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11 HTTP/1.1" 200 2772 0.008355 10.0.0.30 - - [2025-02-13 02:39:39] "GET /projects?obj_uuids=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001156 10.0.0.30 - - [2025-02-13 02:39:39] "GET /routing-instance/e416afba-bc72-44c6-80f2-2a3b394f944c?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.004061 10.0.0.30 - - [2025-02-13 02:39:39] "GET /project/b8ba3279-f7a4-4152-84c5-7a74f107cd60 HTTP/1.1" 200 4232 0.076636 10.0.0.30 - - [2025-02-13 02:39:39] "GET /service-instance/18ff8445-08ec-45ab-9592-6835f7304fe5 HTTP/1.1" 200 3783 0.005886 10.0.0.30 - - [2025-02-13 02:39:39] "PUT /routing-instance/fea73261-0749-410c-a9d2-b2ef8154ad1a HTTP/1.1" 200 266 0.014088 10.0.0.30 - - [2025-02-13 02:39:39] "GET /domains HTTP/1.1" 200 280 0.003167 10.0.0.30 - - [2025-02-13 02:39:39] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001454 10.0.0.30 - - [2025-02-13 02:39:39] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11 HTTP/1.1" 200 2772 0.008143 10.0.0.30 - - [2025-02-13 02:39:39] "GET /projects?obj_uuids=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001393 10.0.0.30 - - [2025-02-13 02:39:39] "PUT /routing-instance/e416afba-bc72-44c6-80f2-2a3b394f944c HTTP/1.1" 200 266 0.022158 10.0.0.30 - - [2025-02-13 02:39:39] "GET /project/b8ba3279-f7a4-4152-84c5-7a74f107cd60 HTTP/1.1" 200 4232 0.092018 10.0.0.30 - - [2025-02-13 02:39:39] "GET /service-instance/18ff8445-08ec-45ab-9592-6835f7304fe5 HTTP/1.1" 200 3783 0.002760 10.0.0.30 - - [2025-02-13 02:39:39] "POST /ref-update HTTP/1.1" 200 156 0.011819 10.0.0.30 - - [2025-02-13 02:39:39] "GET /port-tuple/46cd3214-a06c-4912-aaf8-7c0a77c7e5e6 HTTP/1.1" 200 1979 0.002970 10.0.0.30 - - [2025-02-13 02:39:39] "GET /virtual-machine-interface/02dcfd14-e44b-4ea3-8d47-f7209c701cff HTTP/1.1" 200 3803 0.003238 10.0.0.30 - - [2025-02-13 02:39:39] "GET /virtual-machine-interface/50cc0f27-f1a1-4091-9d50-55c8a1db945c HTTP/1.1" 200 3798 0.003157 10.0.0.30 - - [2025-02-13 02:39:39] "GET /virtual-machine-interface/f0b9e8db-260a-4d6e-9789-0b965d8c1966 HTTP/1.1" 200 3817 0.003117 10.0.0.30 - - [2025-02-13 02:39:39] "PUT /access-control-list/6248b8c4-47fa-486b-a89c-7eabda6af743 HTTP/1.1" 200 272 0.011173 10.0.0.30 - - [2025-02-13 02:39:39] "POST /neutron/port HTTP/1.1" 200 3831 0.035454 10.0.0.30 - - [2025-02-13 02:39:39] "PUT /access-control-list/af7e8bd5-79e5-4740-a754-6f27b4a7631e HTTP/1.1" 200 272 0.011902 10.0.0.30 - - [2025-02-13 02:39:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009266 10.0.0.30 - - [2025-02-13 02:39:39] "POST /neutron/port HTTP/1.1" 200 3831 0.035209 10.0.0.30 - - [2025-02-13 02:39:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006113 10.0.0.30 - - [2025-02-13 02:39:39] "POST /neutron/port HTTP/1.1" 200 3831 0.029314 10.0.0.30 - - [2025-02-13 02:39:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005519 10.0.0.30 - - [2025-02-13 02:39:40] "POST /neutron/port HTTP/1.1" 200 3831 0.042771 10.0.0.30 - - [2025-02-13 02:39:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007824 10.0.0.30 - - [2025-02-13 02:39:40] "POST /neutron/network HTTP/1.1" 200 894 0.012554 10.0.0.30 - - [2025-02-13 02:39:40] "POST /neutron/network HTTP/1.1" 200 920 0.005579 10.0.0.30 - - [2025-02-13 02:39:40] "POST /neutron/network HTTP/1.1" 200 804 0.012803 10.0.0.30 - - [2025-02-13 02:39:40] "POST /neutron/network HTTP/1.1" 200 830 0.005247 10.0.0.30 - - [2025-02-13 02:39:40] "POST /neutron/network HTTP/1.1" 200 897 0.011632 10.0.0.30 - - [2025-02-13 02:39:40] "POST /neutron/network HTTP/1.1" 200 923 0.007023 10.0.0.30 - - [2025-02-13 02:39:40] "POST /id-to-fqname HTTP/1.1" 200 223 0.001361 10.0.0.30 - - [2025-02-13 02:39:40] "POST /id-to-fqname HTTP/1.1" 200 223 0.001128 10.0.0.30 - - [2025-02-13 02:39:40] "POST /id-to-fqname HTTP/1.1" 200 224 0.001311 10.0.0.30 - - [2025-02-13 02:39:40] "GET /virtual-machine/04117a2a-7740-48a7-be99-667ca7e87d28 HTTP/1.1" 200 1801 0.002985 10.0.0.30 - - [2025-02-13 02:39:40] "GET /virtual-machine-interface/02dcfd14-e44b-4ea3-8d47-f7209c701cff HTTP/1.1" 200 3803 0.003216 10.0.0.30 - - [2025-02-13 02:39:40] "GET /virtual-machine-interface/50cc0f27-f1a1-4091-9d50-55c8a1db945c HTTP/1.1" 200 3798 0.003045 10.0.0.30 - - [2025-02-13 02:39:40] "GET /virtual-machine-interface/f0b9e8db-260a-4d6e-9789-0b965d8c1966 HTTP/1.1" 200 3817 0.002769 10.0.0.30 - - [2025-02-13 02:39:40] "GET /instance-ip/63b5d4d0-cc20-435a-b8e3-0c980f5784c6 HTTP/1.1" 200 1623 0.003858 10.0.0.30 - - [2025-02-13 02:39:40] "GET /instance-ip/c9795ef1-74b8-4d11-88c7-e7f76eec2088 HTTP/1.1" 200 1960 0.002496 10.0.0.30 - - [2025-02-13 02:39:40] "GET /instance-ip/f82ceed5-ceeb-46fb-81b6-f4e436cda540 HTTP/1.1" 200 1958 0.002469 10.0.0.30 - - [2025-02-13 02:39:40] "GET /instance-ip/00fcd312-32ea-4187-8295-ae6303855170 HTTP/1.1" 200 1951 0.002536 10.0.0.30 - - [2025-02-13 02:39:40] "GET /instance-ip/3db7b750-0ae1-4c45-8db5-6bedeb4014b3 HTTP/1.1" 200 1621 0.003677 10.0.0.30 - - [2025-02-13 02:39:40] "GET /instance-ip/740432a7-5c50-4eae-b299-777dea2dba72 HTTP/1.1" 200 1956 0.002937 10.0.0.30 - - [2025-02-13 02:39:40] "GET /instance-ip/073daed4-29fb-4a7e-8793-b4adfefaac93 HTTP/1.1" 200 1978 0.002322 10.0.0.30 - - [2025-02-13 02:39:40] "GET /instance-ip/6699f3f9-52db-4f06-8784-8e844527391f HTTP/1.1" 200 1618 0.003551 10.0.0.30 - - [2025-02-13 02:39:40] "GET /instance-ip/c43d4782-23fc-4eab-bd46-93f8483ec12d HTTP/1.1" 200 1979 0.002471 10.0.0.30 - - [2025-02-13 02:39:40] "POST /neutron/port HTTP/1.1" 200 3831 0.036802 10.0.0.30 - - [2025-02-13 02:39:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008268 10.0.0.30 - - [2025-02-13 02:39:40] "POST /neutron/port HTTP/1.1" 200 3831 0.036505 10.0.0.30 - - [2025-02-13 02:39:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007624 10.0.0.30 - - [2025-02-13 02:39:40] "POST /neutron/port HTTP/1.1" 200 3831 0.034642 10.0.0.30 - - [2025-02-13 02:39:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007022 10.0.0.30 - - [2025-02-13 02:39:40] "POST /neutron/port HTTP/1.1" 200 3831 0.034987 10.0.0.30 - - [2025-02-13 02:39:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006412 10.0.0.30 - - [2025-02-13 02:39:40] "GET /virtual-machine/04117a2a-7740-48a7-be99-667ca7e87d28 HTTP/1.1" 200 1801 0.003183 10.0.0.30 - - [2025-02-13 02:39:40] "GET /virtual-machine-interface/02dcfd14-e44b-4ea3-8d47-f7209c701cff HTTP/1.1" 200 3803 0.002895 10.0.0.30 - - [2025-02-13 02:39:40] "GET /virtual-machine-interface/50cc0f27-f1a1-4091-9d50-55c8a1db945c HTTP/1.1" 200 3798 0.002927 10.0.0.30 - - [2025-02-13 02:39:40] "GET /virtual-machine-interface/f0b9e8db-260a-4d6e-9789-0b965d8c1966 HTTP/1.1" 200 3817 0.002826 10.0.0.30 - - [2025-02-13 02:39:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002705 10.0.0.30 - - [2025-02-13 02:39:40] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002412 10.0.0.30 - - [2025-02-13 02:39:40] "GET /virtual-networks?parent_id=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002806 10.0.0.30 - - [2025-02-13 02:39:40] "GET /virtual-network/ba0144be-ce0f-4e8d-881f-0edef09b185a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.003719 10.0.0.30 - - [2025-02-13 02:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.30 - - [2025-02-13 02:39:42] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002784 10.0.0.30 - - [2025-02-13 02:39:42] "GET /virtual-networks?parent_id=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002975 10.0.0.30 - - [2025-02-13 02:39:42] "GET /virtual-network/ba0144be-ce0f-4e8d-881f-0edef09b185a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.004087 10.0.0.30 - - [2025-02-13 02:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.30 - - [2025-02-13 02:39:42] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004744 10.0.0.30 - - [2025-02-13 02:39:42] "GET /virtual-networks?parent_id=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004148 10.0.0.30 - - [2025-02-13 02:39:42] "GET /virtual-network/ba0144be-ce0f-4e8d-881f-0edef09b185a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.003172 10.0.0.30 - - [2025-02-13 02:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.30 - - [2025-02-13 02:39:42] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003469 10.0.0.30 - - [2025-02-13 02:39:42] "GET /virtual-networks?parent_id=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003151 10.0.0.30 - - [2025-02-13 02:39:42] "GET /virtual-network/ba0144be-ce0f-4e8d-881f-0edef09b185a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.003298 10.0.0.30 - - [2025-02-13 02:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.30 - - [2025-02-13 02:39:42] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003094 10.0.0.30 - - [2025-02-13 02:39:42] "GET /virtual-networks?parent_id=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003492 10.0.0.30 - - [2025-02-13 02:39:42] "GET /virtual-network/ba0144be-ce0f-4e8d-881f-0edef09b185a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.003340 10.0.0.30 - - [2025-02-13 02:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.30 - - [2025-02-13 02:39:42] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003091 10.0.0.30 - - [2025-02-13 02:39:42] "GET /virtual-networks?parent_id=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003000 10.0.0.30 - - [2025-02-13 02:39:43] "GET /virtual-network/e2ee28c8-a62d-4f8d-8ccb-9d09f6e7c9de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004313 10.0.0.30 - - [2025-02-13 02:39:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.30 - - [2025-02-13 02:39:43] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003006 10.0.0.30 - - [2025-02-13 02:39:43] "GET /virtual-networks?parent_id=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003075 10.0.0.30 - - [2025-02-13 02:39:43] "GET /virtual-network/e2ee28c8-a62d-4f8d-8ccb-9d09f6e7c9de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004432 10.0.0.30 - - [2025-02-13 02:39:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002770 10.0.0.30 - - [2025-02-13 02:39:43] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003240 10.0.0.30 - - [2025-02-13 02:39:43] "GET /virtual-networks?parent_id=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003005 10.0.0.30 - - [2025-02-13 02:39:43] "GET /virtual-network/e2ee28c8-a62d-4f8d-8ccb-9d09f6e7c9de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003246 10.0.0.30 - - [2025-02-13 02:39:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002775 10.0.0.30 - - [2025-02-13 02:39:43] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003615 10.0.0.30 - - [2025-02-13 02:39:43] "GET /virtual-networks?parent_id=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002989 10.0.0.30 - - [2025-02-13 02:39:43] "GET /virtual-network/e2ee28c8-a62d-4f8d-8ccb-9d09f6e7c9de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003183 10.0.0.30 - - [2025-02-13 02:39:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002796 10.0.0.30 - - [2025-02-13 02:39:43] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002617 10.0.0.30 - - [2025-02-13 02:39:43] "GET /virtual-networks?parent_id=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002830 10.0.0.30 - - [2025-02-13 02:39:43] "GET /virtual-network/ce729401-166f-49bf-bd39-188ffecac409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.003123 10.0.0.30 - - [2025-02-13 02:39:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002700 10.0.0.30 - - [2025-02-13 02:39:43] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003087 10.0.0.30 - - [2025-02-13 02:39:43] "GET /virtual-networks?parent_id=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003984 10.0.0.30 - - [2025-02-13 02:39:44] "GET /virtual-network/ce729401-166f-49bf-bd39-188ffecac409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.003492 10.0.0.30 - - [2025-02-13 02:39:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.30 - - [2025-02-13 02:39:44] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003018 10.0.0.30 - - [2025-02-13 02:39:44] "GET /virtual-networks?parent_id=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003263 10.0.0.30 - - [2025-02-13 02:39:44] "GET /virtual-network/ce729401-166f-49bf-bd39-188ffecac409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.003206 10.0.0.30 - - [2025-02-13 02:39:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.30 - - [2025-02-13 02:39:44] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003563 10.0.0.30 - - [2025-02-13 02:39:44] "GET /virtual-networks?parent_id=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003088 10.0.0.30 - - [2025-02-13 02:39:44] "GET /virtual-network/ce729401-166f-49bf-bd39-188ffecac409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.003077 10.0.0.30 - - [2025-02-13 02:39:44] "GET /virtual-machine/04117a2a-7740-48a7-be99-667ca7e87d28 HTTP/1.1" 200 1801 0.003244 10.0.0.30 - - [2025-02-13 02:39:44] "GET /domains HTTP/1.1" 200 280 0.002297 10.0.0.30 - - [2025-02-13 02:39:44] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001109 10.0.0.30 - - [2025-02-13 02:39:44] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11 HTTP/1.1" 200 2772 0.006742 10.0.0.30 - - [2025-02-13 02:39:44] "GET /projects?obj_uuids=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001078 10.0.0.30 - - [2025-02-13 02:39:44] "GET /project/b8ba3279-f7a4-4152-84c5-7a74f107cd60 HTTP/1.1" 200 4232 0.065595 10.0.0.30 - - [2025-02-13 02:39:44] "GET /service-instance/18ff8445-08ec-45ab-9592-6835f7304fe5 HTTP/1.1" 200 3783 0.003025 10.0.0.30 - - [2025-02-13 02:39:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002650 10.0.0.30 - - [2025-02-13 02:39:44] "GET /routing-instance/613d015e-4dcd-4535-bb7d-517b25858dab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.002485 10.0.0.30 - - [2025-02-13 02:39:44] "GET /routing-instance/613d015e-4dcd-4535-bb7d-517b25858dab?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2020 0.004572 10.0.0.30 - - [2025-02-13 02:39:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002868 10.0.0.30 - - [2025-02-13 02:39:44] "GET /routing-instance/00c6b1c1-9b82-446f-b757-0793dd2d0115?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1890 0.003121 10.0.0.30 - - [2025-02-13 02:39:44] "GET /routing-instance/00c6b1c1-9b82-446f-b757-0793dd2d0115?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2021 0.004089 10.0.0.30 - - [2025-02-13 02:39:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.30 - - [2025-02-13 02:39:44] "GET /virtual-network/ba0144be-ce0f-4e8d-881f-0edef09b185a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.003296 10.0.0.30 - - [2025-02-13 02:39:44] "GET /virtual-network/ba0144be-ce0f-4e8d-881f-0edef09b185a?fields=routing_instances HTTP/1.1" 200 1683 0.004305 10.0.0.30 - - [2025-02-13 02:39:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002749 10.0.0.30 - - [2025-02-13 02:39:45] "GET /virtual-network/ce729401-166f-49bf-bd39-188ffecac409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.003159 10.0.0.30 - - [2025-02-13 02:39:45] "GET /virtual-network/ce729401-166f-49bf-bd39-188ffecac409?fields=routing_instances HTTP/1.1" 200 1689 0.004684 10.0.0.30 - - [2025-02-13 02:39:49] "POST /ref-update HTTP/1.1" 200 156 0.026313 10.0.0.30 - - [2025-02-13 02:39:49] "DELETE /access-control-list/af7e8bd5-79e5-4740-a754-6f27b4a7631e HTTP/1.1" 200 115 0.028147 10.0.0.30 - - [2025-02-13 02:39:49] "POST /neutron/network HTTP/1.1" 200 835 0.006047 10.0.0.30 - - [2025-02-13 02:39:49] "GET /virtual-network/ce729401-166f-49bf-bd39-188ffecac409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.002684 10.0.0.30 - - [2025-02-13 02:39:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.30 - - [2025-02-13 02:39:49] "DELETE /routing-instance/fea73261-0749-410c-a9d2-b2ef8154ad1a HTTP/1.1" 200 115 0.024131 10.0.0.30 - - [2025-02-13 02:39:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.30 - - [2025-02-13 02:39:49] "GET /network-policy/008043ea-b504-48ca-8a71-c2fd634cd196?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.003077 10.0.0.30 - - [2025-02-13 02:39:49] "DELETE /route-target/7e940046-2f17-46ba-ad7f-68efc4b5b33d HTTP/1.1" 200 115 0.012385 10.0.0.30 - - [2025-02-13 02:39:49] "POST /ref-update HTTP/1.1" 200 156 0.026083 10.0.0.30 - - [2025-02-13 02:39:49] "DELETE /routing-instance/e416afba-bc72-44c6-80f2-2a3b394f944c HTTP/1.1" 200 115 0.038484 10.0.0.30 - - [2025-02-13 02:39:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002334 10.0.0.30 - - [2025-02-13 02:39:49] "POST /neutron/network HTTP/1.1" 200 832 0.006842 10.0.0.30 - - [2025-02-13 02:39:49] "GET /virtual-network/ba0144be-ce0f-4e8d-881f-0edef09b185a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.002313 10.0.0.30 - - [2025-02-13 02:39:49] "DELETE /route-target/151fd388-e789-42cc-9fc8-401b54d233cc HTTP/1.1" 200 115 0.014021 10.0.0.30 - - [2025-02-13 02:39:49] "DELETE /access-control-list/6248b8c4-47fa-486b-a89c-7eabda6af743 HTTP/1.1" 200 115 0.020825 10.0.0.30 - - [2025-02-13 02:39:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.30 - - [2025-02-13 02:39:49] "GET /network-policy/008043ea-b504-48ca-8a71-c2fd634cd196?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.002915 10.0.0.30 - - [2025-02-13 02:39:49] "DELETE /network-policy/008043ea-b504-48ca-8a71-c2fd634cd196 HTTP/1.1" 200 115 0.019647 10.0.0.30 - - [2025-02-13 02:39:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002409 10.0.0.30 - - [2025-02-13 02:39:49] "DELETE /service-instance/18ff8445-08ec-45ab-9592-6835f7304fe5 HTTP/1.1" 200 115 0.034156 10.0.0.30 - - [2025-02-13 02:39:49] "GET /domains HTTP/1.1" 200 280 0.001980 10.0.0.30 - - [2025-02-13 02:39:49] "POST /ref-update HTTP/1.1" 200 156 0.008940 10.0.0.30 - - [2025-02-13 02:39:49] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001132 10.0.0.30 - - [2025-02-13 02:39:49] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11 HTTP/1.1" 200 2772 0.009451 10.0.0.30 - - [2025-02-13 02:39:49] "GET /projects?obj_uuids=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001392 10.0.0.30 - - [2025-02-13 02:39:49] "DELETE /instance-ip/f82ceed5-ceeb-46fb-81b6-f4e436cda540 HTTP/1.1" 200 115 0.033803 10.0.0.30 - - [2025-02-13 02:39:49] "POST /ref-update HTTP/1.1" 200 156 0.008715 10.0.0.30 - - [2025-02-13 02:39:49] "GET /project/b8ba3279-f7a4-4152-84c5-7a74f107cd60 HTTP/1.1" 200 3758 0.070132 10.0.0.30 - - [2025-02-13 02:39:49] "GET /virtual-machine/04117a2a-7740-48a7-be99-667ca7e87d28 HTTP/1.1" 200 1801 0.007176 10.0.0.30 - - [2025-02-13 02:39:49] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001940 10.0.0.30 - - [2025-02-13 02:39:49] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001707 10.0.0.30 - - [2025-02-13 02:39:49] "DELETE /instance-ip/c9795ef1-74b8-4d11-88c7-e7f76eec2088 HTTP/1.1" 200 115 0.022068 10.0.0.30 - - [2025-02-13 02:39:49] "POST /ref-update HTTP/1.1" 200 156 0.008725 10.0.0.30 - - [2025-02-13 02:39:49] "DELETE /instance-ip/740432a7-5c50-4eae-b299-777dea2dba72 HTTP/1.1" 200 115 0.023584 10.0.0.30 - - [2025-02-13 02:39:49] "POST /ref-update HTTP/1.1" 200 156 0.009298 10.0.0.30 - - [2025-02-13 02:39:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002850 10.0.0.30 - - [2025-02-13 02:39:49] "DELETE /service-template/27e554e1-37f5-4c81-99e4-3c4f32386a2c HTTP/1.1" 200 115 0.021269 10.0.0.30 - - [2025-02-13 02:39:49] "POST /fqname-to-id HTTP/1.1" 404 193 0.003744 10.0.0.30 - - [2025-02-13 02:39:49] "DELETE /instance-ip/00fcd312-32ea-4187-8295-ae6303855170 HTTP/1.1" 200 115 0.027716 10.0.0.30 - - [2025-02-13 02:39:50] "POST /ref-update HTTP/1.1" 200 156 0.010185 10.0.0.30 - - [2025-02-13 02:39:50] "DELETE /instance-ip/073daed4-29fb-4a7e-8793-b4adfefaac93 HTTP/1.1" 200 115 0.021629 10.0.0.30 - - [2025-02-13 02:39:50] "POST /ref-update HTTP/1.1" 200 156 0.011443 10.0.0.30 - - [2025-02-13 02:39:50] "DELETE /instance-ip/c43d4782-23fc-4eab-bd46-93f8483ec12d HTTP/1.1" 200 115 0.027973 10.0.0.30 - - [2025-02-13 02:39:50] "POST /neutron/network HTTP/1.1" 200 835 0.017586 10.0.0.30 - - [2025-02-13 02:39:50] "POST /neutron/network HTTP/1.1" 400 204 0.013147 10.0.0.30 - - [2025-02-13 02:39:50] "POST /neutron/port HTTP/1.1" 200 1087 0.018584 10.0.0.30 - - [2025-02-13 02:39:50] "POST /neutron/port HTTP/1.1" 200 1113 0.008737 10.0.0.30 - - [2025-02-13 02:39:50] "POST /neutron/port HTTP/1.1" 200 1086 0.019730 10.0.0.30 - - [2025-02-13 02:39:50] "POST /neutron/port HTTP/1.1" 200 1112 0.013167 10.0.0.30 - - [2025-02-13 02:39:50] "POST /neutron/port HTTP/1.1" 200 151 0.137960 10.0.0.30 - - [2025-02-13 02:39:50] "POST /neutron/port HTTP/1.1" 200 151 0.117787 10.0.0.30 - - [2025-02-13 02:39:50] "POST /neutron/port HTTP/1.1" 200 3024 0.020226 10.0.0.30 - - [2025-02-13 02:39:50] "POST /neutron/port HTTP/1.1" 200 1110 0.010003 10.0.0.30 - - [2025-02-13 02:39:50] "POST /neutron/port HTTP/1.1" 200 151 0.102661 10.0.0.30 - - [2025-02-13 02:39:50] "POST /neutron/port HTTP/1.1" 200 1113 0.008411 10.0.0.30 - - [2025-02-13 02:39:51] "POST /neutron/port HTTP/1.1" 200 151 0.083549 10.0.0.30 - - [2025-02-13 02:39:51] "POST /neutron/port HTTP/1.1" 200 1112 0.008365 10.0.0.30 - - [2025-02-13 02:39:51] "POST /neutron/port HTTP/1.1" 200 151 0.096143 10.0.0.30 - - [2025-02-13 02:39:52] "POST /neutron/network HTTP/1.1" 200 835 0.006337 10.0.0.30 - - [2025-02-13 02:39:52] "POST /useragent-kv HTTP/1.1" 200 115 0.001252 10.0.0.30 - - [2025-02-13 02:39:52] "POST /useragent-kv HTTP/1.1" 200 115 0.000979 10.0.0.30 - - [2025-02-13 02:39:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005269 10.0.0.30 - - [2025-02-13 02:39:52] "POST /neutron/network HTTP/1.1" 200 151 0.072695 10.0.0.30 - - [2025-02-13 02:39:52] "GET /routing-instance/00c6b1c1-9b82-446f-b757-0793dd2d0115 HTTP/1.1" 404 171 0.002171 10.0.0.30 - - [2025-02-13 02:39:52] "GET /domains HTTP/1.1" 200 280 0.002084 10.0.0.30 - - [2025-02-13 02:39:52] "DELETE /route-target/3d5a8c2a-f770-4a08-a88d-bc608efb7a7c HTTP/1.1" 200 115 0.017900 10.0.0.30 - - [2025-02-13 02:39:52] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001065 10.0.0.30 - - [2025-02-13 02:39:52] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11 HTTP/1.1" 200 2572 0.051072 10.0.0.30 - - [2025-02-13 02:39:52] "GET /projects?obj_uuids=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001061 10.0.0.30 - - [2025-02-13 02:39:52] "GET /project/b8ba3279-f7a4-4152-84c5-7a74f107cd60 HTTP/1.1" 200 2297 0.064124 10.0.0.30 - - [2025-02-13 02:39:52] "POST /neutron/network HTTP/1.1" 200 832 0.005663 10.0.0.30 - - [2025-02-13 02:39:52] "POST /useragent-kv HTTP/1.1" 200 115 0.001200 10.0.0.30 - - [2025-02-13 02:39:52] "POST /useragent-kv HTTP/1.1" 200 115 0.000973 10.0.0.30 - - [2025-02-13 02:39:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005261 10.0.0.30 - - [2025-02-13 02:39:52] "POST /neutron/network HTTP/1.1" 200 151 0.075146 10.0.0.30 - - [2025-02-13 02:39:52] "GET /routing-instance/613d015e-4dcd-4535-bb7d-517b25858dab HTTP/1.1" 404 171 0.002195 10.0.0.30 - - [2025-02-13 02:39:52] "DELETE /route-target/cb20ccb2-18af-4964-b64a-a089a4519e9c HTTP/1.1" 200 115 0.016940 10.0.0.30 - - [2025-02-13 02:39:52] "GET /domains HTTP/1.1" 200 280 0.002174 10.0.0.30 - - [2025-02-13 02:39:52] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000962 10.0.0.30 - - [2025-02-13 02:39:52] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11 HTTP/1.1" 200 2572 0.048175 10.0.0.30 - - [2025-02-13 02:39:52] "GET /projects?obj_uuids=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001047 10.0.0.30 - - [2025-02-13 02:39:52] "GET /project/b8ba3279-f7a4-4152-84c5-7a74f107cd60 HTTP/1.1" 200 2079 0.062993 10.0.0.30 - - [2025-02-13 02:39:52] "POST /neutron/network HTTP/1.1" 200 830 0.005527 10.0.0.30 - - [2025-02-13 02:39:52] "POST /useragent-kv HTTP/1.1" 200 115 0.001149 10.0.0.30 - - [2025-02-13 02:39:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.006802 10.0.0.30 - - [2025-02-13 02:39:52] "POST /useragent-kv HTTP/1.1" 200 115 0.001085 10.0.0.30 - - [2025-02-13 02:39:52] "POST /neutron/network HTTP/1.1" 200 151 0.079082 10.0.0.30 - - [2025-02-13 02:39:52] "GET /routing-instance/df9e8801-493a-47d7-a8c7-cd7a4f632bf5 HTTP/1.1" 404 171 0.001969 10.0.0.30 - - [2025-02-13 02:39:52] "DELETE /route-target/1f11930c-49d8-4a00-9583-b2d306ca310b HTTP/1.1" 200 115 0.017309 10.0.0.30 - - [2025-02-13 02:39:52] "GET /domains HTTP/1.1" 200 280 0.002840 10.0.0.30 - - [2025-02-13 02:39:52] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001042 10.0.0.30 - - [2025-02-13 02:39:52] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11 HTTP/1.1" 200 2572 0.048040 10.0.0.30 - - [2025-02-13 02:39:52] "GET /projects?obj_uuids=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001176 10.0.0.30 - - [2025-02-13 02:39:52] "GET /project/b8ba3279-f7a4-4152-84c5-7a74f107cd60 HTTP/1.1" 200 1839 0.058840 10.0.0.30 - - [2025-02-13 02:39:53] "GET /projects?obj_uuids=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001077 10.0.0.30 - - [2025-02-13 02:39:53] "GET /project/b8ba3279-f7a4-4152-84c5-7a74f107cd60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.018445 10.0.0.30 - - [2025-02-13 02:39:53] "GET /projects?obj_uuids=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001549 10.0.0.30 - - [2025-02-13 02:39:53] "GET /project/b8ba3279-f7a4-4152-84c5-7a74f107cd60?fields=virtual_networks HTTP/1.1" 200 1027 0.062923 10.0.0.30 - - [2025-02-13 02:39:53] "GET /projects?obj_uuids=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001041 10.0.0.30 - - [2025-02-13 02:39:53] "GET /project/b8ba3279-f7a4-4152-84c5-7a74f107cd60?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.019557 10.0.0.30 - - [2025-02-13 02:39:53] "GET /projects?obj_uuids=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001184 10.0.0.30 - - [2025-02-13 02:39:53] "GET /project/b8ba3279-f7a4-4152-84c5-7a74f107cd60?fields=security_groups HTTP/1.1" 200 1251 0.020208 10.0.0.30 - - [2025-02-13 02:39:54] "POST /fqname-to-id HTTP/1.1" 404 189 0.025774 10.0.0.30 - - [2025-02-13 02:39:54] "GET /projects?obj_uuids=da2a4eb6-4527-4420-8646-79974743ce6e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004360 10.0.0.30 - - [2025-02-13 02:39:54] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001152 10.0.0.30 - - [2025-02-13 02:39:54] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006547 10.0.0.30 - - [2025-02-13 02:39:54] "POST /id-to-fqname HTTP/1.1" 200 191 0.001930 10.0.0.30 - - [2025-02-13 02:39:54] "POST /fqname-to-id HTTP/1.1" 404 200 0.002289 10.0.0.30 - - [2025-02-13 02:39:54] "POST /security-groups HTTP/1.1" 200 592 0.060073 10.0.0.30 - - [2025-02-13 02:39:54] "POST /fqname-to-id HTTP/1.1" 404 235 0.002959 10.0.0.30 - - [2025-02-13 02:39:54] "POST /projects HTTP/1.1" 200 587 0.211521 10.0.0.30 - - [2025-02-13 02:39:54] "POST /access-control-lists HTTP/1.1" 200 597 0.058336 10.0.0.30 - - [2025-02-13 02:39:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.278235 10.0.0.30 - - [2025-02-13 02:39:54] "POST /fqname-to-id HTTP/1.1" 404 234 0.003306 10.0.0.30 - - [2025-02-13 02:39:54] "GET /project/da2a4eb6-4527-4420-8646-79974743ce6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.396318 10.0.0.30 - - [2025-02-13 02:39:54] "POST /access-control-lists HTTP/1.1" 200 595 0.059904 10.0.0.30 - - [2025-02-13 02:39:55] "GET / HTTP/1.1" 200 35931 0.002059 10.0.0.30 - - [2025-02-13 02:39:56] "GET /project/da2a4eb6-4527-4420-8646-79974743ce6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000609 10.0.0.30 - - [2025-02-13 02:39:57] "GET /projects?obj_uuids=da2a4eb6-4527-4420-8646-79974743ce6e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001550 10.0.0.30 - - [2025-02-13 02:39:57] "GET /project/da2a4eb6-4527-4420-8646-79974743ce6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.046441 10.0.0.30 - - [2025-02-13 02:39:57] "POST /fqname-to-id HTTP/1.1" 404 180 0.003160 10.0.0.30 - - [2025-02-13 02:39:57] "POST /virtual-DNSs HTTP/1.1" 200 507 0.018342 10.0.0.30 - - [2025-02-13 02:39:57] "GET /virtual-DNS/16d6a0b0-5e21-4b25-b0d0-ff5eb5dcef85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.004450 10.0.0.30 - - [2025-02-13 02:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.30 - - [2025-02-13 02:39:57] "GET /virtual-DNS/16d6a0b0-5e21-4b25-b0d0-ff5eb5dcef85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.003045 10.0.0.30 - - [2025-02-13 02:39:57] "GET /domains HTTP/1.1" 401 292 0.000531 10.0.0.30 - - [2025-02-13 02:39:57] "GET /domains HTTP/1.1" 200 280 0.024820 10.0.0.30 - - [2025-02-13 02:39:57] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001052 10.0.0.30 - - [2025-02-13 02:39:57] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11 HTTP/1.1" 200 2959 0.008009 10.0.0.30 - - [2025-02-13 02:39:57] "GET /virtual-DNS/16d6a0b0-5e21-4b25-b0d0-ff5eb5dcef85 HTTP/1.1" 200 1438 0.003575 10.0.0.30 - - [2025-02-13 02:39:57] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002366 10.0.0.30 - - [2025-02-13 02:39:57] "POST /network-ipams HTTP/1.1" 200 514 0.016413 10.0.0.30 - - [2025-02-13 02:39:57] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.003025 10.0.0.30 - - [2025-02-13 02:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.30 - - [2025-02-13 02:39:57] "GET /network-ipam/55f45a73-0e7b-4139-bf79-5273978f4766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.004493 10.0.0.30 - - [2025-02-13 02:39:57] "PUT /network-ipam/55f45a73-0e7b-4139-bf79-5273978f4766 HTTP/1.1" 200 258 0.009524 10.0.0.30 - - [2025-02-13 02:39:58] "POST /ref-update HTTP/1.1" 200 156 0.009465 10.0.0.30 - - [2025-02-13 02:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.30 - - [2025-02-13 02:39:58] "GET /projects?obj_uuids=da2a4eb6-4527-4420-8646-79974743ce6e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001635 10.0.0.30 - - [2025-02-13 02:39:58] "GET /project/da2a4eb6-4527-4420-8646-79974743ce6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.020645 10.0.0.30 - - [2025-02-13 02:39:58] "POST /neutron/network HTTP/1.1" 200 117 0.034286 10.0.0.30 - - [2025-02-13 02:39:58] "GET /projects?obj_uuids=da2a4eb6-4527-4420-8646-79974743ce6e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001238 10.0.0.30 - - [2025-02-13 02:39:58] "POST /neutron/network HTTP/1.1" 200 618 0.062948 10.0.0.30 - - [2025-02-13 02:39:58] "POST /route-targets HTTP/1.1" 200 327 0.008571 10.0.0.30 - - [2025-02-13 02:39:58] "POST /ref-update HTTP/1.1" 200 156 0.008780 10.0.0.30 - - [2025-02-13 02:39:58] "POST /useragent-kv HTTP/1.1" 200 115 0.004483 10.0.0.30 - - [2025-02-13 02:39:58] "POST /neutron/subnet HTTP/1.1" 200 711 0.218642 10.0.0.30 - - [2025-02-13 02:39:58] "POST /neutron/network HTTP/1.1" 200 833 0.005244 10.0.0.30 - - [2025-02-13 02:39:58] "POST /id-to-fqname HTTP/1.1" 200 227 0.001331 10.0.0.30 - - [2025-02-13 02:39:58] "GET /virtual-network/901c9aa0-8e18-4224-9b7c-ea7658300f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.002706 10.0.0.30 - - [2025-02-13 02:39:58] "POST /neutron/network HTTP/1.1" 200 833 0.005740 10.0.0.30 - - [2025-02-13 02:39:58] "GET /virtual-network/901c9aa0-8e18-4224-9b7c-ea7658300f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004155 10.0.0.30 - - [2025-02-13 02:39:58] "POST /neutron/network HTTP/1.1" 200 833 0.008327 10.0.0.30 - - [2025-02-13 02:39:58] "POST /neutron/subnet HTTP/1.1" 200 711 0.007760 10.0.0.30 - - [2025-02-13 02:39:58] "POST /neutron/network HTTP/1.1" 200 807 0.011099 10.0.0.30 - - [2025-02-13 02:39:58] "POST /neutron/network HTTP/1.1" 200 833 0.005333 10.0.0.30 - - [2025-02-13 02:39:58] "POST /id-to-fqname HTTP/1.1" 200 227 0.001268 10.0.0.30 - - [2025-02-13 02:39:58] "POST /neutron/network HTTP/1.1" 200 843 0.005707 10.0.0.30 - - [2025-02-13 02:39:58] "GET /aaa-mode HTTP/1.1" 401 292 0.000419 10.0.0.30 - - [2025-02-13 02:39:59] "GET / HTTP/1.1" 200 35931 0.001869 10.0.0.30 - - [2025-02-13 02:39:59] "GET /project/da2a4eb6-4527-4420-8646-79974743ce6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000422 10.0.0.30 - - [2025-02-13 02:39:59] "GET /projects?obj_uuids=da2a4eb6-4527-4420-8646-79974743ce6e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001664 10.0.0.30 - - [2025-02-13 02:39:59] "GET /project/da2a4eb6-4527-4420-8646-79974743ce6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.049006 10.0.0.30 - - [2025-02-13 02:39:59] "POST /neutron/network HTTP/1.1" 200 833 0.005304 10.0.0.30 - - [2025-02-13 02:39:59] "POST /neutron/port HTTP/1.1" 200 117 0.005753 10.0.0.30 - - [2025-02-13 02:39:59] "POST /neutron/port HTTP/1.1" 200 117 0.004760 10.0.0.30 - - [2025-02-13 02:39:59] "POST /neutron/port HTTP/1.1" 200 117 0.005749 10.0.0.30 - - [2025-02-13 02:40:00] "POST /neutron/network HTTP/1.1" 200 843 0.005876 10.0.0.30 - - [2025-02-13 02:40:00] "GET /projects?obj_uuids=da2a4eb6-4527-4420-8646-79974743ce6e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001171 10.0.0.30 - - [2025-02-13 02:40:00] "POST /neutron/port HTTP/1.1" 200 1058 0.185054 10.0.0.30 - - [2025-02-13 02:40:00] "POST /neutron/port HTTP/1.1" 200 1058 0.010770 10.0.0.30 - - [2025-02-13 02:40:00] "POST /neutron/port HTTP/1.1" 200 1058 0.007907 10.0.0.30 - - [2025-02-13 02:40:00] "POST /neutron/port HTTP/1.1" 200 1112 0.055928 10.0.0.30 - - [2025-02-13 02:40:00] "POST /neutron/port HTTP/1.1" 200 1086 0.014382 10.0.0.30 - - [2025-02-13 02:40:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003200 10.0.0.30 - - [2025-02-13 02:40:00] "POST /neutron/subnet HTTP/1.1" 200 685 0.010679 10.0.0.30 - - [2025-02-13 02:40:00] "POST /neutron/port HTTP/1.1" 200 117 0.001397 10.0.0.30 - - [2025-02-13 02:40:00] "POST /neutron/network HTTP/1.1" 200 833 0.007771 10.0.0.30 - - [2025-02-13 02:40:04] "POST /neutron/port HTTP/1.1" 200 1086 0.014714 10.0.0.30 - - [2025-02-13 02:40:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006345 10.0.0.30 - - [2025-02-13 02:40:04] "POST /neutron/port HTTP/1.1" 200 1086 0.013920 10.0.0.30 - - [2025-02-13 02:40:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006325 10.0.0.30 - - [2025-02-13 02:40:05] "POST /neutron/port HTTP/1.1" 200 1086 0.014472 10.0.0.30 - - [2025-02-13 02:40:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005570 10.0.0.30 - - [2025-02-13 02:40:05] "GET /virtual-machine/41a28e49-989c-446d-a21c-81bcda255e58 HTTP/1.1" 200 1293 0.003911 10.0.0.30 - - [2025-02-13 02:40:05] "GET /virtual-machine-interface/18df1f9e-8d6a-45b8-946e-582b381a738d HTTP/1.1" 200 2964 0.002789 10.0.0.30 - - [2025-02-13 02:40:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.30 - - [2025-02-13 02:40:05] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002765 10.0.0.30 - - [2025-02-13 02:40:05] "GET /virtual-networks?parent_id=da2a4eb6-4527-4420-8646-79974743ce6e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003128 10.0.0.30 - - [2025-02-13 02:40:05] "GET /virtual-network/901c9aa0-8e18-4224-9b7c-ea7658300f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003617 10.0.0.30 - - [2025-02-13 02:40:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.30 - - [2025-02-13 02:40:08] "GET /virtual-network/901c9aa0-8e18-4224-9b7c-ea7658300f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.002769 10.0.0.30 - - [2025-02-13 02:40:08] "POST /neutron/port HTTP/1.1" 200 1086 0.015437 10.0.0.30 - - [2025-02-13 02:40:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005678 10.0.0.30 - - [2025-02-13 02:40:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.30 - - [2025-02-13 02:40:10] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002759 10.0.0.30 - - [2025-02-13 02:40:10] "GET /virtual-networks?parent_id=da2a4eb6-4527-4420-8646-79974743ce6e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003047 10.0.0.30 - - [2025-02-13 02:40:10] "GET /virtual-network/901c9aa0-8e18-4224-9b7c-ea7658300f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003235 10.0.0.30 - - [2025-02-13 02:40:11] "DELETE /project/da2a4eb645274420864679974743ce6e HTTP/1.1" 404 173 0.007307 10.0.0.30 - - [2025-02-13 02:40:11] "GET /projects?obj_uuids=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001019 10.0.0.30 - - [2025-02-13 02:40:11] "GET /project/b8ba3279-f7a4-4152-84c5-7a74f107cd60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.027443 10.0.0.30 - - [2025-02-13 02:40:11] "GET /projects?obj_uuids=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001003 10.0.0.30 - - [2025-02-13 02:40:12] "GET /project/b8ba3279-f7a4-4152-84c5-7a74f107cd60?fields=security_groups HTTP/1.1" 200 1356 0.061436 10.0.0.30 - - [2025-02-13 02:40:12] "DELETE /security-group/e632035f-9cdb-4ae8-8ed7-8b160fc82831 HTTP/1.1" 200 115 0.044909 10.0.0.30 - - [2025-02-13 02:40:12] "GET /projects?obj_uuids=b8ba3279-f7a4-4152-84c5-7a74f107cd60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001609 10.0.0.30 - - [2025-02-13 02:40:12] "DELETE /access-control-list/7d10361e-f12b-4ed6-bbd1-2325f8d9389a HTTP/1.1" 200 115 0.041251 10.0.0.30 - - [2025-02-13 02:40:12] "GET /project/b8ba3279-f7a4-4152-84c5-7a74f107cd60?fields=application_policy_sets HTTP/1.1" 200 1395 0.039088 10.0.0.30 - - [2025-02-13 02:40:12] "DELETE /access-control-list/98f86c4c-1cb8-46a4-abb5-3af37180a39f HTTP/1.1" 200 115 0.027969 10.0.0.30 - - [2025-02-13 02:40:12] "DELETE /project/b8ba3279-f7a4-4152-84c5-7a74f107cd60 HTTP/1.1" 200 115 0.314151 10.0.0.30 - - [2025-02-13 02:40:14] "POST /neutron/network HTTP/1.1" 200 807 0.010841 10.0.0.30 - - [2025-02-13 02:40:15] "POST /neutron/network HTTP/1.1" 200 833 0.006034 10.0.0.30 - - [2025-02-13 02:40:15] "POST /id-to-fqname HTTP/1.1" 200 227 0.001566 10.0.0.30 - - [2025-02-13 02:40:15] "POST /neutron/port HTTP/1.1" 200 1086 0.014146 10.0.0.30 - - [2025-02-13 02:40:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005919 10.0.0.30 - - [2025-02-13 02:40:15] "POST /neutron/network HTTP/1.1" 200 843 0.005340 10.0.0.30 - - [2025-02-13 02:40:15] "GET /aaa-mode HTTP/1.1" 401 292 0.000403 10.0.0.30 - - [2025-02-13 02:40:15] "GET / HTTP/1.1" 200 35931 0.003606 10.0.0.30 - - [2025-02-13 02:40:15] "GET /project/da2a4eb6-4527-4420-8646-79974743ce6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000381 10.0.0.30 - - [2025-02-13 02:40:15] "GET /projects?obj_uuids=da2a4eb6-4527-4420-8646-79974743ce6e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001060 10.0.0.30 - - [2025-02-13 02:40:15] "GET /project/da2a4eb6-4527-4420-8646-79974743ce6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.041224 10.0.0.30 - - [2025-02-13 02:40:15] "POST /neutron/network HTTP/1.1" 200 833 0.005246 10.0.0.30 - - [2025-02-13 02:40:16] "POST /neutron/port HTTP/1.1" 200 1086 0.016869 10.0.0.30 - - [2025-02-13 02:40:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007439 10.0.0.30 - - [2025-02-13 02:40:16] "POST /neutron/port HTTP/1.1" 200 117 0.006255 10.0.0.30 - - [2025-02-13 02:40:16] "POST /neutron/port HTTP/1.1" 200 117 0.004714 10.0.0.30 - - [2025-02-13 02:40:16] "POST /neutron/network HTTP/1.1" 200 843 0.005242 10.0.0.30 - - [2025-02-13 02:40:16] "GET /projects?obj_uuids=da2a4eb6-4527-4420-8646-79974743ce6e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001248 10.0.0.30 - - [2025-02-13 02:40:16] "POST /neutron/port HTTP/1.1" 200 1058 0.166882 10.0.0.30 - - [2025-02-13 02:40:16] "POST /neutron/port HTTP/1.1" 200 1058 0.009819 10.0.0.30 - - [2025-02-13 02:40:16] "POST /neutron/port HTTP/1.1" 200 1058 0.008580 10.0.0.30 - - [2025-02-13 02:40:16] "POST /neutron/port HTTP/1.1" 200 1112 0.065707 10.0.0.30 - - [2025-02-13 02:40:16] "POST /neutron/port HTTP/1.1" 200 1086 0.014004 10.0.0.30 - - [2025-02-13 02:40:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003769 10.0.0.30 - - [2025-02-13 02:40:16] "POST /neutron/subnet HTTP/1.1" 200 685 0.010708 10.0.0.30 - - [2025-02-13 02:40:16] "POST /neutron/port HTTP/1.1" 200 117 0.001307 10.0.0.30 - - [2025-02-13 02:40:16] "POST /neutron/network HTTP/1.1" 200 833 0.005872 10.0.0.30 - - [2025-02-13 02:40:19] "GET /obj-perms HTTP/1.1" 200 5056 0.048193 10.0.0.30 - - [2025-02-13 02:40:19] "GET /obj-perms HTTP/1.1" 200 5056 0.049570 10.0.0.30 - - [2025-02-13 02:40:21] "POST /neutron/port HTTP/1.1" 200 1086 0.014998 10.0.0.30 - - [2025-02-13 02:40:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006220 10.0.0.30 - - [2025-02-13 02:40:21] "POST /neutron/port HTTP/1.1" 200 1086 0.013848 10.0.0.30 - - [2025-02-13 02:40:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005748 10.0.0.30 - - [2025-02-13 02:40:21] "POST /neutron/port HTTP/1.1" 200 1086 0.014184 10.0.0.30 - - [2025-02-13 02:40:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005586 10.0.0.30 - - [2025-02-13 02:40:21] "GET /virtual-machine/d991b34b-c62a-4c65-a631-03749369086e HTTP/1.1" 200 1294 0.004598 10.0.0.30 - - [2025-02-13 02:40:21] "GET /virtual-machine-interface/1d13dc2a-09c4-4f92-b819-e83e5fd05f4b HTTP/1.1" 200 2964 0.003034 10.0.0.30 - - [2025-02-13 02:40:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005165 10.0.0.30 - - [2025-02-13 02:40:21] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003101 10.0.0.30 - - [2025-02-13 02:40:21] "GET /virtual-networks?parent_id=da2a4eb6-4527-4420-8646-79974743ce6e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003253 10.0.0.30 - - [2025-02-13 02:40:21] "GET /virtual-network/901c9aa0-8e18-4224-9b7c-ea7658300f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003803 10.0.0.30 - - [2025-02-13 02:40:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004613 10.0.0.30 - - [2025-02-13 02:40:24] "GET /virtual-network/901c9aa0-8e18-4224-9b7c-ea7658300f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003276 10.0.0.30 - - [2025-02-13 02:40:25] "POST /neutron/port HTTP/1.1" 200 1086 0.014959 10.0.0.30 - - [2025-02-13 02:40:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005795 10.0.0.30 - - [2025-02-13 02:40:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210 10.0.0.30 - - [2025-02-13 02:40:26] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002835 10.0.0.30 - - [2025-02-13 02:40:26] "GET /virtual-networks?parent_id=da2a4eb6-4527-4420-8646-79974743ce6e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003439 10.0.0.30 - - [2025-02-13 02:40:26] "GET /virtual-network/901c9aa0-8e18-4224-9b7c-ea7658300f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003546 10.0.0.30 - - [2025-02-13 02:40:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.30 - - [2025-02-13 02:40:32] "DELETE /virtual-DNS/16d6a0b0-5e21-4b25-b0d0-ff5eb5dcef85 HTTP/1.1" 409 235 0.005342 10.0.0.30 - - [2025-02-13 02:40:33] "POST /fqname-to-id HTTP/1.1" 404 192 0.002831 10.0.0.30 - - [2025-02-13 02:40:33] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.016276 10.0.0.30 - - [2025-02-13 02:40:33] "GET /virtual-DNS-record/d9de51a4-87d2-4384-b2ec-29e4e2e41a90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.004437 10.0.0.30 - - [2025-02-13 02:40:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.30 - - [2025-02-13 02:40:33] "GET /virtual-DNS-record/d9de51a4-87d2-4384-b2ec-29e4e2e41a90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.003082 10.0.0.30 - - [2025-02-13 02:40:33] "GET /domains HTTP/1.1" 200 280 0.002965 10.0.0.30 - - [2025-02-13 02:40:33] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001371 10.0.0.30 - - [2025-02-13 02:40:33] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11 HTTP/1.1" 200 2775 0.008111 10.0.0.30 - - [2025-02-13 02:40:33] "GET /virtual-DNS/16d6a0b0-5e21-4b25-b0d0-ff5eb5dcef85 HTTP/1.1" 200 1907 0.003501 10.0.0.30 - - [2025-02-13 02:40:33] "GET /virtual-DNS-record/d9de51a4-87d2-4384-b2ec-29e4e2e41a90 HTTP/1.1" 200 1337 0.002493 10.0.0.30 - - [2025-02-13 02:40:38] "DELETE /virtual-DNS-record/d9de51a4-87d2-4384-b2ec-29e4e2e41a90 HTTP/1.1" 200 115 0.017216 10.0.0.30 - - [2025-02-13 02:40:38] "POST /fqname-to-id HTTP/1.1" 404 184 0.002175 10.0.0.30 - - [2025-02-13 02:40:38] "POST /neutron/network HTTP/1.1" 200 833 0.008911 10.0.0.30 - - [2025-02-13 02:40:38] "POST /neutron/network HTTP/1.1" 400 204 0.009931 10.0.0.30 - - [2025-02-13 02:40:39] "POST /neutron/port HTTP/1.1" 200 1086 0.015335 10.0.0.30 - - [2025-02-13 02:40:39] "POST /neutron/port HTTP/1.1" 200 1112 0.009696 10.0.0.30 - - [2025-02-13 02:40:39] "POST /neutron/port HTTP/1.1" 200 1086 0.019844 10.0.0.30 - - [2025-02-13 02:40:39] "POST /neutron/port HTTP/1.1" 200 1112 0.009351 10.0.0.30 - - [2025-02-13 02:40:39] "POST /neutron/port HTTP/1.1" 200 151 0.125137 10.0.0.30 - - [2025-02-13 02:40:39] "POST /neutron/port HTTP/1.1" 200 151 0.108132 10.0.0.30 - - [2025-02-13 02:40:40] "POST /neutron/network HTTP/1.1" 200 833 0.005824 10.0.0.30 - - [2025-02-13 02:40:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004500 10.0.0.30 - - [2025-02-13 02:40:40] "POST /useragent-kv HTTP/1.1" 200 115 0.001261 10.0.0.30 - - [2025-02-13 02:40:40] "POST /useragent-kv HTTP/1.1" 200 115 0.000968 10.0.0.30 - - [2025-02-13 02:40:40] "POST /neutron/network HTTP/1.1" 200 151 0.128386 10.0.0.30 - - [2025-02-13 02:40:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002392 10.0.0.30 - - [2025-02-13 02:40:41] "DELETE /route-target/7f299bc5-ac10-49d2-b1fe-a4a2b1f4345f HTTP/1.1" 200 115 0.024571 10.0.0.30 - - [2025-02-13 02:40:41] "DELETE /network-ipam/55f45a73-0e7b-4139-bf79-5273978f4766 HTTP/1.1" 200 115 0.029612 10.0.0.30 - - [2025-02-13 02:40:41] "DELETE /virtual-DNS/16d6a0b0-5e21-4b25-b0d0-ff5eb5dcef85 HTTP/1.1" 200 115 0.027405 10.0.0.30 - - [2025-02-13 02:40:41] "POST /fqname-to-id HTTP/1.1" 404 180 0.009760 10.0.0.30 - - [2025-02-13 02:40:41] "GET /domains HTTP/1.1" 200 280 0.002527 10.0.0.30 - - [2025-02-13 02:40:41] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001071 10.0.0.30 - - [2025-02-13 02:40:41] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11 HTTP/1.1" 200 2575 0.014657 10.0.0.30 - - [2025-02-13 02:40:41] "GET /projects?obj_uuids=da2a4eb6-4527-4420-8646-79974743ce6e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002128 10.0.0.30 - - [2025-02-13 02:40:41] "GET /project/da2a4eb6-4527-4420-8646-79974743ce6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.027272 10.0.0.30 - - [2025-02-13 02:40:41] "GET /projects?obj_uuids=da2a4eb6-4527-4420-8646-79974743ce6e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001031 10.0.0.30 - - [2025-02-13 02:40:41] "GET /project/da2a4eb6-4527-4420-8646-79974743ce6e?fields=virtual_networks HTTP/1.1" 200 1033 0.061617 10.0.0.30 - - [2025-02-13 02:40:41] "GET /projects?obj_uuids=da2a4eb6-4527-4420-8646-79974743ce6e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001307 10.0.0.30 - - [2025-02-13 02:40:41] "GET /project/da2a4eb6-4527-4420-8646-79974743ce6e?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.020809 10.0.0.30 - - [2025-02-13 02:40:41] "GET /projects?obj_uuids=da2a4eb6-4527-4420-8646-79974743ce6e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001117 10.0.0.30 - - [2025-02-13 02:40:41] "GET /project/da2a4eb6-4527-4420-8646-79974743ce6e?fields=security_groups HTTP/1.1" 200 1260 0.018874 10.0.0.30 - - [2025-02-13 02:40:42] "POST /fqname-to-id HTTP/1.1" 404 189 0.032052 10.0.0.30 - - [2025-02-13 02:40:42] "GET /projects?obj_uuids=338c5a94-58aa-498d-9e6c-016330e0bfc3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003527 10.0.0.30 - - [2025-02-13 02:40:42] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001141 10.0.0.30 - - [2025-02-13 02:40:42] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006792 10.0.0.30 - - [2025-02-13 02:40:42] "POST /id-to-fqname HTTP/1.1" 200 191 0.001358 10.0.0.30 - - [2025-02-13 02:40:42] "POST /fqname-to-id HTTP/1.1" 404 200 0.002774 10.0.0.30 - - [2025-02-13 02:40:42] "POST /security-groups HTTP/1.1" 200 592 0.062913 10.0.0.30 - - [2025-02-13 02:40:42] "POST /fqname-to-id HTTP/1.1" 404 235 0.002235 10.0.0.30 - - [2025-02-13 02:40:42] "POST /projects HTTP/1.1" 200 587 0.202687 10.0.0.30 - - [2025-02-13 02:40:42] "POST /access-control-lists HTTP/1.1" 200 597 0.056262 10.0.0.30 - - [2025-02-13 02:40:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.273430 10.0.0.30 - - [2025-02-13 02:40:42] "POST /fqname-to-id HTTP/1.1" 404 234 0.002594 10.0.0.30 - - [2025-02-13 02:40:42] "GET /project/338c5a94-58aa-498d-9e6c-016330e0bfc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.396925 10.0.0.30 - - [2025-02-13 02:40:42] "POST /access-control-lists HTTP/1.1" 200 595 0.056263 10.0.0.30 - - [2025-02-13 02:40:43] "GET / HTTP/1.1" 200 35931 0.002056 10.0.0.30 - - [2025-02-13 02:40:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000454 10.0.0.30 - - [2025-02-13 02:40:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.066718 10.0.0.30 - - [2025-02-13 02:40:44] "GET /projects?obj_uuids=338c5a94-58aa-498d-9e6c-016330e0bfc3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001014 10.0.0.30 - - [2025-02-13 02:40:44] "GET /project/338c5a94-58aa-498d-9e6c-016330e0bfc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.021823 10.0.0.30 - - [2025-02-13 02:40:45] "POST /neutron/network HTTP/1.1" 200 117 0.031164 10.0.0.30 - - [2025-02-13 02:40:45] "GET /projects?obj_uuids=338c5a94-58aa-498d-9e6c-016330e0bfc3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001616 10.0.0.30 - - [2025-02-13 02:40:45] "POST /neutron/network HTTP/1.1" 200 606 0.077715 10.0.0.30 - - [2025-02-13 02:40:45] "POST /route-targets HTTP/1.1" 200 327 0.013803 10.0.0.30 - - [2025-02-13 02:40:45] "POST /ref-update HTTP/1.1" 200 156 0.018363 10.0.0.30 - - [2025-02-13 02:40:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003329 10.0.0.30 - - [2025-02-13 02:40:45] "POST /neutron/subnet HTTP/1.1" 200 729 0.191789 10.0.0.30 - - [2025-02-13 02:40:45] "POST /neutron/network HTTP/1.1" 200 826 0.005135 10.0.0.30 - - [2025-02-13 02:40:45] "POST /id-to-fqname HTTP/1.1" 200 221 0.001276 10.0.0.30 - - [2025-02-13 02:40:45] "GET /virtual-network/b30684c5-688f-4b32-8fbc-ee108a55754c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.002849 10.0.0.30 - - [2025-02-13 02:40:45] "POST /neutron/network HTTP/1.1" 200 826 0.007347 10.0.0.30 - - [2025-02-13 02:40:45] "GET /virtual-network/b30684c5-688f-4b32-8fbc-ee108a55754c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003432 10.0.0.30 - - [2025-02-13 02:40:45] "POST /neutron/network HTTP/1.1" 200 826 0.006314 10.0.0.30 - - [2025-02-13 02:40:45] "POST /neutron/subnet HTTP/1.1" 200 729 0.006195 10.0.0.30 - - [2025-02-13 02:40:45] "POST /id-to-fqname HTTP/1.1" 200 221 0.001306 10.0.0.30 - - [2025-02-13 02:40:45] "POST /neutron/network HTTP/1.1" 200 836 0.005545 10.0.0.30 - - [2025-02-13 02:40:45] "GET /aaa-mode HTTP/1.1" 401 292 0.000477 10.0.0.30 - - [2025-02-13 02:40:46] "GET /global-system-configs HTTP/1.1" 200 322 0.030659 10.0.0.30 - - [2025-02-13 02:40:46] "GET /obj-perms HTTP/1.1" 200 5056 0.068196 10.0.0.30 - - [2025-02-13 02:40:46] "GET / HTTP/1.1" 200 35931 0.001702 10.0.0.30 - - [2025-02-13 02:40:46] "GET /project/338c5a94-58aa-498d-9e6c-016330e0bfc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000379 10.0.0.30 - - [2025-02-13 02:40:46] "GET /global-system-configs HTTP/1.1" 200 322 0.038689 10.0.0.30 - - [2025-02-13 02:40:46] "GET /obj-perms HTTP/1.1" 200 5056 0.070131 10.0.0.30 - - [2025-02-13 02:40:46] "GET /projects?obj_uuids=338c5a94-58aa-498d-9e6c-016330e0bfc3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001085 10.0.0.30 - - [2025-02-13 02:40:46] "GET /project/338c5a94-58aa-498d-9e6c-016330e0bfc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.039603 10.0.0.30 - - [2025-02-13 02:40:46] "POST /neutron/network HTTP/1.1" 200 826 0.005679 10.0.0.30 - - [2025-02-13 02:40:46] "POST /neutron/port HTTP/1.1" 200 117 0.004664 10.0.0.30 - - [2025-02-13 02:40:46] "POST /neutron/port HTTP/1.1" 200 117 0.005394 10.0.0.30 - - [2025-02-13 02:40:46] "POST /id-to-fqname HTTP/1.1" 200 221 0.001409 10.0.0.30 - - [2025-02-13 02:40:46] "POST /neutron/port HTTP/1.1" 200 117 0.005222 10.0.0.30 - - [2025-02-13 02:40:46] "POST /neutron/network HTTP/1.1" 200 836 0.005625 10.0.0.30 - - [2025-02-13 02:40:46] "GET /aaa-mode HTTP/1.1" 401 292 0.000478 10.0.0.30 - - [2025-02-13 02:40:46] "POST /neutron/network HTTP/1.1" 200 836 0.005262 10.0.0.30 - - [2025-02-13 02:40:46] "GET /projects?obj_uuids=338c5a94-58aa-498d-9e6c-016330e0bfc3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001508 10.0.0.30 - - [2025-02-13 02:40:47] "GET / HTTP/1.1" 200 35931 0.001874 10.0.0.30 - - [2025-02-13 02:40:47] "GET /project/338c5a94-58aa-498d-9e6c-016330e0bfc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000404 10.0.0.30 - - [2025-02-13 02:40:47] "POST /neutron/port HTTP/1.1" 200 1062 0.220620 10.0.0.30 - - [2025-02-13 02:40:47] "POST /neutron/port HTTP/1.1" 200 1062 0.009818 10.0.0.30 - - [2025-02-13 02:40:47] "POST /neutron/port HTTP/1.1" 200 1062 0.011189 10.0.0.30 - - [2025-02-13 02:40:47] "POST /neutron/port HTTP/1.1" 200 1116 0.065911 10.0.0.30 - - [2025-02-13 02:40:47] "POST /neutron/port HTTP/1.1" 200 1090 0.013781 10.0.0.30 - - [2025-02-13 02:40:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003518 10.0.0.30 - - [2025-02-13 02:40:47] "POST /neutron/subnet HTTP/1.1" 200 703 0.010888 10.0.0.30 - - [2025-02-13 02:40:47] "POST /neutron/port HTTP/1.1" 200 117 0.001227 10.0.0.30 - - [2025-02-13 02:40:47] "POST /neutron/network HTTP/1.1" 200 826 0.005381 10.0.0.30 - - [2025-02-13 02:40:47] "GET /projects?obj_uuids=338c5a94-58aa-498d-9e6c-016330e0bfc3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002158 10.0.0.30 - - [2025-02-13 02:40:47] "GET /project/338c5a94-58aa-498d-9e6c-016330e0bfc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.042348 10.0.0.30 - - [2025-02-13 02:40:47] "POST /neutron/network HTTP/1.1" 200 826 0.006822 10.0.0.30 - - [2025-02-13 02:40:47] "POST /neutron/port HTTP/1.1" 200 1090 0.020899 10.0.0.30 - - [2025-02-13 02:40:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006879 10.0.0.30 - - [2025-02-13 02:40:47] "POST /neutron/port HTTP/1.1" 200 117 0.006136 10.0.0.30 - - [2025-02-13 02:40:47] "POST /neutron/port HTTP/1.1" 200 1090 0.016704 10.0.0.30 - - [2025-02-13 02:40:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006879 10.0.0.30 - - [2025-02-13 02:40:47] "POST /neutron/network HTTP/1.1" 200 836 0.006607 10.0.0.30 - - [2025-02-13 02:40:48] "GET /projects?obj_uuids=338c5a94-58aa-498d-9e6c-016330e0bfc3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001170 10.0.0.30 - - [2025-02-13 02:40:48] "POST /neutron/port HTTP/1.1" 200 1062 0.216874 10.0.0.30 - - [2025-02-13 02:40:48] "POST /neutron/port HTTP/1.1" 200 1062 0.008549 10.0.0.30 - - [2025-02-13 02:40:48] "POST /neutron/port HTTP/1.1" 200 1062 0.019708 10.0.0.30 - - [2025-02-13 02:40:48] "POST /neutron/port HTTP/1.1" 200 1116 0.066794 10.0.0.30 - - [2025-02-13 02:40:48] "POST /neutron/port HTTP/1.1" 200 1090 0.015991 10.0.0.30 - - [2025-02-13 02:40:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003161 10.0.0.30 - - [2025-02-13 02:40:48] "POST /neutron/subnet HTTP/1.1" 200 703 0.010406 10.0.0.30 - - [2025-02-13 02:40:48] "POST /neutron/port HTTP/1.1" 200 117 0.001228 10.0.0.30 - - [2025-02-13 02:40:48] "POST /neutron/network HTTP/1.1" 200 826 0.005357 10.0.0.30 - - [2025-02-13 02:40:52] "POST /neutron/port HTTP/1.1" 200 1090 0.014062 10.0.0.30 - - [2025-02-13 02:40:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007172 10.0.0.30 - - [2025-02-13 02:40:52] "POST /neutron/port HTTP/1.1" 200 1090 0.014036 10.0.0.30 - - [2025-02-13 02:40:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005695 10.0.0.30 - - [2025-02-13 02:40:53] "POST /neutron/port HTTP/1.1" 200 1090 0.014472 10.0.0.30 - - [2025-02-13 02:40:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005633 10.0.0.30 - - [2025-02-13 02:40:53] "GET /virtual-machine/32707d76-8ed4-4468-a10d-8699fa3fac8d HTTP/1.1" 401 292 0.000411 10.0.0.30 - - [2025-02-13 02:40:53] "GET /virtual-machine/32707d76-8ed4-4468-a10d-8699fa3fac8d HTTP/1.1" 200 1293 0.028843 10.0.0.30 - - [2025-02-13 02:40:53] "GET /virtual-machine-interface/e9a9b0b9-4ad6-4568-bf2f-0ed126c721a1 HTTP/1.1" 200 2947 0.003846 10.0.0.30 - - [2025-02-13 02:40:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002687 10.0.0.30 - - [2025-02-13 02:40:53] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002808 10.0.0.30 - - [2025-02-13 02:40:53] "GET /virtual-networks?parent_id=338c5a94-58aa-498d-9e6c-016330e0bfc3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003054 10.0.0.30 - - [2025-02-13 02:40:53] "GET /virtual-network/b30684c5-688f-4b32-8fbc-ee108a55754c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003202 10.0.0.30 - - [2025-02-13 02:40:55] "POST /neutron/port HTTP/1.1" 200 1090 0.016757 10.0.0.30 - - [2025-02-13 02:40:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006806 10.0.0.30 - - [2025-02-13 02:40:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.30 - - [2025-02-13 02:40:56] "GET /virtual-network/b30684c5-688f-4b32-8fbc-ee108a55754c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003145 10.0.0.30 - - [2025-02-13 02:40:56] "POST /neutron/port HTTP/1.1" 200 1090 0.015574 10.0.0.30 - - [2025-02-13 02:40:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005511 10.0.0.30 - - [2025-02-13 02:40:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.30 - - [2025-02-13 02:40:58] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002814 10.0.0.30 - - [2025-02-13 02:40:58] "GET /virtual-networks?parent_id=338c5a94-58aa-498d-9e6c-016330e0bfc3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004710 10.0.0.30 - - [2025-02-13 02:40:58] "GET /virtual-network/b30684c5-688f-4b32-8fbc-ee108a55754c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003257 10.0.0.30 - - [2025-02-13 02:40:59] "POST /neutron/port HTTP/1.1" 200 1090 0.014494 10.0.0.30 - - [2025-02-13 02:40:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006608 10.0.0.30 - - [2025-02-13 02:40:59] "POST /neutron/port HTTP/1.1" 200 1090 0.014518 10.0.0.30 - - [2025-02-13 02:40:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006518 10.0.0.30 - - [2025-02-13 02:40:59] "POST /neutron/port HTTP/1.1" 200 1090 0.014105 10.0.0.30 - - [2025-02-13 02:40:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006052 10.0.0.30 - - [2025-02-13 02:40:59] "GET /virtual-machine/bd04d663-34b5-442a-91d2-b573392bae88 HTTP/1.1" 200 1294 0.004161 10.0.0.30 - - [2025-02-13 02:40:59] "GET /virtual-machine-interface/03237319-defe-4883-b078-a7cefaa00582 HTTP/1.1" 200 2945 0.002772 10.0.0.30 - - [2025-02-13 02:40:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004209 10.0.0.30 - - [2025-02-13 02:40:59] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004855 10.0.0.30 - - [2025-02-13 02:40:59] "GET /virtual-networks?parent_id=338c5a94-58aa-498d-9e6c-016330e0bfc3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003994 10.0.0.30 - - [2025-02-13 02:40:59] "GET /virtual-network/b30684c5-688f-4b32-8fbc-ee108a55754c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003962 10.0.0.30 - - [2025-02-13 02:41:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.30 - - [2025-02-13 02:41:00] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002829 10.0.0.30 - - [2025-02-13 02:41:00] "GET /virtual-networks?parent_id=338c5a94-58aa-498d-9e6c-016330e0bfc3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003521 10.0.0.30 - - [2025-02-13 02:41:00] "GET /virtual-network/b30684c5-688f-4b32-8fbc-ee108a55754c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003121 10.0.0.30 - - [2025-02-13 02:41:05] "POST /neutron/network HTTP/1.1" 200 826 0.008315 10.0.0.30 - - [2025-02-13 02:41:05] "POST /neutron/network HTTP/1.1" 400 204 0.011248 10.0.0.30 - - [2025-02-13 02:41:05] "POST /neutron/port HTTP/1.1" 200 1090 0.017625 10.0.0.30 - - [2025-02-13 02:41:05] "POST /neutron/port HTTP/1.1" 200 1116 0.008480 10.0.0.30 - - [2025-02-13 02:41:05] "POST /neutron/port HTTP/1.1" 200 1090 0.018894 10.0.0.30 - - [2025-02-13 02:41:05] "POST /neutron/port HTTP/1.1" 200 1116 0.007670 10.0.0.30 - - [2025-02-13 02:41:05] "POST /neutron/port HTTP/1.1" 200 151 0.118684 10.0.0.30 - - [2025-02-13 02:41:05] "POST /neutron/port HTTP/1.1" 200 151 0.128837 10.0.0.30 - - [2025-02-13 02:41:07] "POST /neutron/network HTTP/1.1" 200 826 0.006758 10.0.0.30 - - [2025-02-13 02:41:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001171 10.0.0.30 - - [2025-02-13 02:41:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005968 10.0.0.30 - - [2025-02-13 02:41:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001109 10.0.0.30 - - [2025-02-13 02:41:07] "POST /neutron/network HTTP/1.1" 200 151 0.078006 10.0.0.30 - - [2025-02-13 02:41:07] "DELETE /route-target/53a5ff26-6ff7-4ece-9a20-32e48e9899d8 HTTP/1.1" 200 115 0.016093 10.0.0.30 - - [2025-02-13 02:41:07] "GET /projects?obj_uuids=338c5a94-58aa-498d-9e6c-016330e0bfc3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001123 10.0.0.30 - - [2025-02-13 02:41:07] "GET /project/338c5a94-58aa-498d-9e6c-016330e0bfc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.020877 10.0.0.30 - - [2025-02-13 02:41:07] "GET /projects?obj_uuids=338c5a94-58aa-498d-9e6c-016330e0bfc3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001017 10.0.0.30 - - [2025-02-13 02:41:07] "GET /project/338c5a94-58aa-498d-9e6c-016330e0bfc3?fields=virtual_networks HTTP/1.1" 200 1033 0.061522 10.0.0.30 - - [2025-02-13 02:41:07] "GET /projects?obj_uuids=338c5a94-58aa-498d-9e6c-016330e0bfc3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001230 10.0.0.30 - - [2025-02-13 02:41:07] "GET /project/338c5a94-58aa-498d-9e6c-016330e0bfc3?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.022296 10.0.0.30 - - [2025-02-13 02:41:07] "GET /projects?obj_uuids=338c5a94-58aa-498d-9e6c-016330e0bfc3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001192 10.0.0.30 - - [2025-02-13 02:41:07] "GET /project/338c5a94-58aa-498d-9e6c-016330e0bfc3?fields=security_groups HTTP/1.1" 200 1260 0.019971 10.0.0.30 - - [2025-02-13 02:41:08] "POST /fqname-to-id HTTP/1.1" 404 188 0.025527 10.0.0.30 - - [2025-02-13 02:41:08] "GET /projects?obj_uuids=2b7c7b82-23bf-4d0c-afcf-98e2c747d3b2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002335 10.0.0.30 - - [2025-02-13 02:41:08] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002099 10.0.0.30 - - [2025-02-13 02:41:08] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007301 10.0.0.30 - - [2025-02-13 02:41:08] "POST /id-to-fqname HTTP/1.1" 200 190 0.001181 10.0.0.30 - - [2025-02-13 02:41:08] "POST /fqname-to-id HTTP/1.1" 404 199 0.002298 10.0.0.30 - - [2025-02-13 02:41:09] "POST /security-groups HTTP/1.1" 200 591 0.059645 10.0.0.30 - - [2025-02-13 02:41:09] "POST /fqname-to-id HTTP/1.1" 404 234 0.002352 10.0.0.30 - - [2025-02-13 02:41:09] "POST /projects HTTP/1.1" 200 585 0.210130 10.0.0.30 - - [2025-02-13 02:41:09] "POST /access-control-lists HTTP/1.1" 200 596 0.059450 10.0.0.30 - - [2025-02-13 02:41:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.277893 10.0.0.30 - - [2025-02-13 02:41:09] "POST /fqname-to-id HTTP/1.1" 404 233 0.003481 10.0.0.30 - - [2025-02-13 02:41:09] "GET /project/2b7c7b82-23bf-4d0c-afcf-98e2c747d3b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.395007 10.0.0.30 - - [2025-02-13 02:41:09] "POST /access-control-lists HTTP/1.1" 200 594 0.060202 10.0.0.30 - - [2025-02-13 02:41:10] "GET / HTTP/1.1" 200 35931 0.001938 10.0.0.30 - - [2025-02-13 02:41:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000512 10.0.0.30 - - [2025-02-13 02:41:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.055012 10.0.0.30 - - [2025-02-13 02:41:11] "GET /projects?obj_uuids=2b7c7b82-23bf-4d0c-afcf-98e2c747d3b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001033 10.0.0.30 - - [2025-02-13 02:41:11] "GET /project/2b7c7b82-23bf-4d0c-afcf-98e2c747d3b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.020155 10.0.0.30 - - [2025-02-13 02:41:11] "POST /neutron/network HTTP/1.1" 200 117 0.030351 10.0.0.30 - - [2025-02-13 02:41:11] "GET /projects?obj_uuids=2b7c7b82-23bf-4d0c-afcf-98e2c747d3b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001861 10.0.0.30 - - [2025-02-13 02:41:11] "POST /neutron/network HTTP/1.1" 200 625 0.062238 10.0.0.30 - - [2025-02-13 02:41:11] "POST /route-targets HTTP/1.1" 200 327 0.011560 10.0.0.30 - - [2025-02-13 02:41:11] "POST /ref-update HTTP/1.1" 200 156 0.009711 10.0.0.30 - - [2025-02-13 02:41:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003004 10.0.0.30 - - [2025-02-13 02:41:11] "POST /neutron/subnet HTTP/1.1" 200 701 0.190147 10.0.0.30 - - [2025-02-13 02:41:11] "POST /neutron/network HTTP/1.1" 200 839 0.005370 10.0.0.30 - - [2025-02-13 02:41:11] "POST /id-to-fqname HTTP/1.1" 200 230 0.001350 10.0.0.30 - - [2025-02-13 02:41:11] "GET /virtual-network/06b96ec5-c1c8-48e0-b26c-9137ea170aac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.002962 10.0.0.30 - - [2025-02-13 02:41:11] "POST /neutron/network HTTP/1.1" 200 839 0.005932 10.0.0.30 - - [2025-02-13 02:41:11] "GET /virtual-network/06b96ec5-c1c8-48e0-b26c-9137ea170aac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.002805 10.0.0.30 - - [2025-02-13 02:41:11] "POST /neutron/network HTTP/1.1" 200 839 0.005964 10.0.0.30 - - [2025-02-13 02:41:11] "POST /neutron/subnet HTTP/1.1" 200 701 0.007595 10.0.0.30 - - [2025-02-13 02:41:11] "POST /neutron/network HTTP/1.1" 200 839 0.006294 10.0.0.30 - - [2025-02-13 02:41:11] "POST /id-to-fqname HTTP/1.1" 200 230 0.001401 10.0.0.30 - - [2025-02-13 02:41:12] "POST /neutron/network HTTP/1.1" 200 849 0.005615 10.0.0.30 - - [2025-02-13 02:41:12] "GET /aaa-mode HTTP/1.1" 401 292 0.000471 10.0.0.30 - - [2025-02-13 02:41:12] "DELETE /project/2b7c7b8223bf4d0cafcf98e2c747d3b2 HTTP/1.1" 404 173 0.010818 10.0.0.30 - - [2025-02-13 02:41:12] "DELETE /project/338c5a9458aa498d9e6c016330e0bfc3 HTTP/1.1" 404 173 0.007803 10.0.0.30 - - [2025-02-13 02:41:12] "GET /projects?obj_uuids=da2a4eb6-4527-4420-8646-79974743ce6e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000986 10.0.0.30 - - [2025-02-13 02:41:12] "GET /projects?obj_uuids=338c5a94-58aa-498d-9e6c-016330e0bfc3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000898 10.0.0.30 - - [2025-02-13 02:41:12] "GET /project/338c5a94-58aa-498d-9e6c-016330e0bfc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.031581 10.0.0.30 - - [2025-02-13 02:41:12] "GET /project/da2a4eb6-4527-4420-8646-79974743ce6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.030382 10.0.0.30 - - [2025-02-13 02:41:12] "GET /projects?obj_uuids=da2a4eb6-4527-4420-8646-79974743ce6e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001084 10.0.0.30 - - [2025-02-13 02:41:12] "GET /projects?obj_uuids=338c5a94-58aa-498d-9e6c-016330e0bfc3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000900 10.0.0.30 - - [2025-02-13 02:41:12] "GET / HTTP/1.1" 200 35931 0.001701 10.0.0.30 - - [2025-02-13 02:41:12] "GET /project/2b7c7b82-23bf-4d0c-afcf-98e2c747d3b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000393 10.0.0.30 - - [2025-02-13 02:41:12] "GET /project/338c5a94-58aa-498d-9e6c-016330e0bfc3?fields=security_groups HTTP/1.1" 200 1365 0.073478 10.0.0.30 - - [2025-02-13 02:41:12] "GET /project/da2a4eb6-4527-4420-8646-79974743ce6e?fields=security_groups HTTP/1.1" 200 1365 0.072409 10.0.0.30 - - [2025-02-13 02:41:12] "DELETE /security-group/57953a89-23e4-4dee-a725-17615bae7755 HTTP/1.1" 200 115 0.078004 10.0.0.30 - - [2025-02-13 02:41:12] "DELETE /security-group/e65b6897-7221-45db-9cc7-fe30c52ea47f HTTP/1.1" 200 115 0.087722 10.0.0.30 - - [2025-02-13 02:41:12] "GET /projects?obj_uuids=338c5a94-58aa-498d-9e6c-016330e0bfc3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001537 10.0.0.30 - - [2025-02-13 02:41:12] "GET /projects?obj_uuids=da2a4eb6-4527-4420-8646-79974743ce6e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001405 10.0.0.30 - - [2025-02-13 02:41:12] "DELETE /access-control-list/ebc2787a-5393-4b5b-a30e-5582e00c045b HTTP/1.1" 200 115 0.073955 10.0.0.30 - - [2025-02-13 02:41:12] "GET /project/338c5a94-58aa-498d-9e6c-016330e0bfc3?fields=application_policy_sets HTTP/1.1" 200 1404 0.051321 10.0.0.30 - - [2025-02-13 02:41:12] "DELETE /access-control-list/16d64f80-deb3-49f2-be74-42a314145f76 HTTP/1.1" 200 115 0.031941 10.0.0.30 - - [2025-02-13 02:41:12] "GET /project/da2a4eb6-4527-4420-8646-79974743ce6e?fields=application_policy_sets HTTP/1.1" 200 1404 0.082132 10.0.0.30 - - [2025-02-13 02:41:12] "DELETE /access-control-list/27d8cfc1-2973-4c6f-b428-971f630bb281 HTTP/1.1" 200 115 0.039767 10.0.0.30 - - [2025-02-13 02:41:12] "DELETE /access-control-list/a0800c60-2187-44dc-8c00-ea0a7e63a045 HTTP/1.1" 200 115 0.049774 10.0.0.30 - - [2025-02-13 02:41:12] "DELETE /project/338c5a94-58aa-498d-9e6c-016330e0bfc3 HTTP/1.1" 200 115 0.450280 10.0.0.30 - - [2025-02-13 02:41:12] "GET /projects?obj_uuids=2b7c7b82-23bf-4d0c-afcf-98e2c747d3b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001150 10.0.0.30 - - [2025-02-13 02:41:12] "DELETE /project/da2a4eb6-4527-4420-8646-79974743ce6e HTTP/1.1" 200 115 0.540032 10.0.0.30 - - [2025-02-13 02:41:12] "GET /project/2b7c7b82-23bf-4d0c-afcf-98e2c747d3b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.112396 10.0.0.30 - - [2025-02-13 02:41:12] "POST /neutron/network HTTP/1.1" 200 839 0.005838 10.0.0.30 - - [2025-02-13 02:41:13] "POST /neutron/port HTTP/1.1" 200 117 0.006107 10.0.0.30 - - [2025-02-13 02:41:13] "POST /neutron/port HTTP/1.1" 200 117 0.004827 10.0.0.30 - - [2025-02-13 02:41:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819 10.0.0.30 - - [2025-02-13 02:41:13] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002765 10.0.0.30 - - [2025-02-13 02:41:13] "PUT /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235 HTTP/1.1" 200 276 0.008263 10.0.0.30 - - [2025-02-13 02:41:13] "POST /neutron/port HTTP/1.1" 200 117 0.006106 10.0.0.30 - - [2025-02-13 02:41:13] "POST /neutron/network HTTP/1.1" 200 849 0.005538 10.0.0.30 - - [2025-02-13 02:41:13] "GET /projects?obj_uuids=2b7c7b82-23bf-4d0c-afcf-98e2c747d3b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001153 10.0.0.30 - - [2025-02-13 02:41:13] "POST /neutron/port HTTP/1.1" 200 1055 0.215840 10.0.0.30 - - [2025-02-13 02:41:13] "POST /neutron/port HTTP/1.1" 200 1055 0.008506 10.0.0.30 - - [2025-02-13 02:41:13] "POST /neutron/port HTTP/1.1" 200 1055 0.007686 10.0.0.30 - - [2025-02-13 02:41:13] "POST /neutron/port HTTP/1.1" 200 1109 0.059593 10.0.0.30 - - [2025-02-13 02:41:13] "POST /neutron/port HTTP/1.1" 200 1083 0.015199 10.0.0.30 - - [2025-02-13 02:41:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003633 10.0.0.30 - - [2025-02-13 02:41:13] "POST /neutron/subnet HTTP/1.1" 200 675 0.010260 10.0.0.30 - - [2025-02-13 02:41:13] "POST /neutron/port HTTP/1.1" 200 117 0.001297 10.0.0.30 - - [2025-02-13 02:41:13] "POST /neutron/network HTTP/1.1" 200 839 0.006689 10.0.0.30 - - [2025-02-13 02:41:18] "POST /neutron/port HTTP/1.1" 200 1083 0.014686 10.0.0.30 - - [2025-02-13 02:41:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006054 10.0.0.30 - - [2025-02-13 02:41:18] "POST /neutron/port HTTP/1.1" 200 1083 0.013013 10.0.0.30 - - [2025-02-13 02:41:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005666 10.0.0.30 - - [2025-02-13 02:41:18] "POST /neutron/port HTTP/1.1" 200 1083 0.014316 10.0.0.30 - - [2025-02-13 02:41:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005883 10.0.0.30 - - [2025-02-13 02:41:18] "GET /virtual-machine/f3e28a64-0ad4-4251-b82e-70f29492fdb6 HTTP/1.1" 401 292 0.000461 10.0.0.30 - - [2025-02-13 02:41:18] "GET /virtual-machine/f3e28a64-0ad4-4251-b82e-70f29492fdb6 HTTP/1.1" 200 1293 0.025775 10.0.0.30 - - [2025-02-13 02:41:18] "GET /virtual-machine-interface/997f9ada-2201-4cc8-904b-2365b8f54a3e HTTP/1.1" 200 2972 0.002681 10.0.0.30 - - [2025-02-13 02:41:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.30 - - [2025-02-13 02:41:19] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.002665 10.0.0.30 - - [2025-02-13 02:41:19] "GET /virtual-networks?parent_id=2b7c7b82-23bf-4d0c-afcf-98e2c747d3b2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002764 10.0.0.30 - - [2025-02-13 02:41:19] "GET /virtual-network/06b96ec5-c1c8-48e0-b26c-9137ea170aac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003774 10.0.0.30 - - [2025-02-13 02:41:19] "GET /obj-perms HTTP/1.1" 200 5056 0.046183 10.0.0.30 - - [2025-02-13 02:41:20] "POST /neutron/port HTTP/1.1" 200 1083 0.013785 10.0.0.30 - - [2025-02-13 02:41:20] "POST /neutron/port HTTP/1.1" 200 1083 0.013726 10.0.0.30 - - [2025-02-13 02:41:20] "POST /neutron/network HTTP/1.1" 200 849 0.005365 10.0.0.30 - - [2025-02-13 02:41:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003408 10.0.0.30 - - [2025-02-13 02:41:20] "POST /neutron/subnet HTTP/1.1" 200 675 0.010012 10.0.0.30 - - [2025-02-13 02:41:20] "POST /neutron/port HTTP/1.1" 200 117 0.001165 10.0.0.30 - - [2025-02-13 02:41:20] "POST /neutron/network HTTP/1.1" 200 839 0.009678 10.0.0.30 - - [2025-02-13 02:41:20] "GET /obj-perms HTTP/1.1" 200 5056 0.045601 10.0.0.30 - - [2025-02-13 02:41:21] "POST /neutron/port HTTP/1.1" 200 1083 0.015714 10.0.0.30 - - [2025-02-13 02:41:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004977 10.0.0.30 - - [2025-02-13 02:41:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.30 - - [2025-02-13 02:41:22] "GET /virtual-network/06b96ec5-c1c8-48e0-b26c-9137ea170aac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.002833 10.0.0.30 - - [2025-02-13 02:41:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002796 10.0.0.30 - - [2025-02-13 02:41:24] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.002907 10.0.0.30 - - [2025-02-13 02:41:24] "GET /virtual-networks?parent_id=2b7c7b82-23bf-4d0c-afcf-98e2c747d3b2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003008 10.0.0.30 - - [2025-02-13 02:41:24] "GET /virtual-network/06b96ec5-c1c8-48e0-b26c-9137ea170aac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003497 10.0.0.30 - - [2025-02-13 02:41:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.30 - - [2025-02-13 02:41:26] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.003531 10.0.0.30 - - [2025-02-13 02:41:26] "PUT /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235 HTTP/1.1" 200 276 0.010425 10.0.0.30 - - [2025-02-13 02:41:26] "POST /neutron/network HTTP/1.1" 200 839 0.008489 10.0.0.30 - - [2025-02-13 02:41:26] "POST /neutron/network HTTP/1.1" 400 204 0.011271 10.0.0.30 - - [2025-02-13 02:41:27] "POST /neutron/port HTTP/1.1" 200 1083 0.015996 10.0.0.30 - - [2025-02-13 02:41:27] "POST /neutron/port HTTP/1.1" 200 1109 0.010273 10.0.0.30 - - [2025-02-13 02:41:27] "POST /neutron/port HTTP/1.1" 200 151 0.091054 10.0.0.30 - - [2025-02-13 02:41:28] "POST /neutron/network HTTP/1.1" 200 839 0.006337 10.0.0.30 - - [2025-02-13 02:41:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001446 10.0.0.30 - - [2025-02-13 02:41:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.006849 10.0.0.30 - - [2025-02-13 02:41:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001360 10.0.0.30 - - [2025-02-13 02:41:28] "POST /neutron/network HTTP/1.1" 200 151 0.079669 10.0.0.30 - - [2025-02-13 02:41:28] "DELETE /route-target/a2962b51-9e9e-47da-8958-dd6055559e55 HTTP/1.1" 200 115 0.017922 10.0.0.30 - - [2025-02-13 02:41:29] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002972 10.0.0.30 - - [2025-02-13 02:41:29] "POST /network-ipams HTTP/1.1" 200 541 0.015681 10.0.0.30 - - [2025-02-13 02:41:29] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.003192 10.0.0.30 - - [2025-02-13 02:41:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.30 - - [2025-02-13 02:41:29] "GET /network-ipam/8f99e729-8ccd-4f93-b253-f7f50c63f0fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.004549 10.0.0.30 - - [2025-02-13 02:41:29] "PUT /network-ipam/8f99e729-8ccd-4f93-b253-f7f50c63f0fa HTTP/1.1" 200 258 0.009542 10.0.0.30 - - [2025-02-13 02:41:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.30 - - [2025-02-13 02:41:29] "GET /projects?obj_uuids=2b7c7b82-23bf-4d0c-afcf-98e2c747d3b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001309 10.0.0.30 - - [2025-02-13 02:41:29] "GET /project/2b7c7b82-23bf-4d0c-afcf-98e2c747d3b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.029844 10.0.0.30 - - [2025-02-13 02:41:29] "POST /neutron/network HTTP/1.1" 200 117 0.008188 10.0.0.30 - - [2025-02-13 02:41:29] "GET /projects?obj_uuids=2b7c7b82-23bf-4d0c-afcf-98e2c747d3b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001651 10.0.0.30 - - [2025-02-13 02:41:29] "POST /neutron/network HTTP/1.1" 200 605 0.067765 10.0.0.30 - - [2025-02-13 02:41:29] "POST /route-targets HTTP/1.1" 200 327 0.015265 10.0.0.30 - - [2025-02-13 02:41:29] "POST /ref-update HTTP/1.1" 200 156 0.010167 10.0.0.30 - - [2025-02-13 02:41:29] "POST /useragent-kv HTTP/1.1" 200 115 0.004053 10.0.0.30 - - [2025-02-13 02:41:29] "POST /neutron/subnet HTTP/1.1" 200 699 0.182283 10.0.0.30 - - [2025-02-13 02:41:30] "POST /useragent-kv HTTP/1.1" 200 115 0.028792 10.0.0.30 - - [2025-02-13 02:41:30] "POST /neutron/subnet HTTP/1.1" 200 699 0.154759 10.0.0.30 - - [2025-02-13 02:41:30] "POST /neutron/network HTTP/1.1" 200 994 0.007511 10.0.0.30 - - [2025-02-13 02:41:30] "POST /id-to-fqname HTTP/1.1" 200 220 0.001359 10.0.0.30 - - [2025-02-13 02:41:30] "GET /virtual-network/e4347ee8-1582-4bab-a925-b1b934e243cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.002794 10.0.0.30 - - [2025-02-13 02:41:30] "POST /neutron/network HTTP/1.1" 200 994 0.007206 10.0.0.30 - - [2025-02-13 02:41:30] "GET /virtual-network/e4347ee8-1582-4bab-a925-b1b934e243cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.003201 10.0.0.30 - - [2025-02-13 02:41:30] "POST /neutron/network HTTP/1.1" 200 994 0.007495 10.0.0.30 - - [2025-02-13 02:41:30] "POST /neutron/subnet HTTP/1.1" 200 699 0.007682 10.0.0.30 - - [2025-02-13 02:41:30] "POST /neutron/subnet HTTP/1.1" 200 699 0.007786 10.0.0.30 - - [2025-02-13 02:41:30] "POST /neutron/network HTTP/1.1" 200 994 0.007329 10.0.0.30 - - [2025-02-13 02:41:30] "POST /neutron/subnet HTTP/1.1" 200 699 0.007164 10.0.0.30 - - [2025-02-13 02:41:30] "POST /neutron/subnet HTTP/1.1" 200 699 0.007600 10.0.0.30 - - [2025-02-13 02:41:30] "GET /projects?obj_uuids=2b7c7b82-23bf-4d0c-afcf-98e2c747d3b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001264 10.0.0.30 - - [2025-02-13 02:41:30] "POST /neutron/port HTTP/1.1" 200 1017 0.152342 10.0.0.30 - - [2025-02-13 02:41:30] "GET /projects?obj_uuids=2b7c7b82-23bf-4d0c-afcf-98e2c747d3b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001140 10.0.0.30 - - [2025-02-13 02:41:30] "POST /neutron/port HTTP/1.1" 200 1017 0.157573 10.0.0.30 - - [2025-02-13 02:41:30] "POST /id-to-fqname HTTP/1.1" 200 220 0.001479 10.0.0.30 - - [2025-02-13 02:41:30] "POST /neutron/port HTTP/1.1" 200 1017 0.008719 10.0.0.30 - - [2025-02-13 02:41:30] "POST /neutron/port HTTP/1.1" 200 1017 0.009043 10.0.0.30 - - [2025-02-13 02:41:30] "POST /neutron/network HTTP/1.1" 200 994 0.007382 10.0.0.30 - - [2025-02-13 02:41:30] "POST /neutron/port HTTP/1.1" 200 1017 0.007701 10.0.0.30 - - [2025-02-13 02:41:31] "POST /neutron/port HTTP/1.1" 200 117 0.004963 10.0.0.30 - - [2025-02-13 02:41:31] "POST /neutron/port HTTP/1.1" 200 117 0.005139 10.0.0.30 - - [2025-02-13 02:41:31] "POST /id-to-fqname HTTP/1.1" 200 220 0.001391 10.0.0.30 - - [2025-02-13 02:41:31] "POST /neutron/port HTTP/1.1" 200 117 0.006023 10.0.0.30 - - [2025-02-13 02:41:31] "POST /neutron/port HTTP/1.1" 200 1017 0.008304 10.0.0.30 - - [2025-02-13 02:41:31] "POST /neutron/port HTTP/1.1" 200 1017 0.007362 10.0.0.30 - - [2025-02-13 02:41:31] "POST /neutron/network HTTP/1.1" 200 994 0.007245 10.0.0.30 - - [2025-02-13 02:41:31] "POST /neutron/port HTTP/1.1" 200 1017 0.009647 10.0.0.30 - - [2025-02-13 02:41:31] "POST /neutron/port HTTP/1.1" 200 1017 0.008057 10.0.0.30 - - [2025-02-13 02:41:31] "POST /neutron/port HTTP/1.1" 200 1017 0.008891 10.0.0.30 - - [2025-02-13 02:41:31] "POST /neutron/port HTTP/1.1" 200 117 0.006810 10.0.0.30 - - [2025-02-13 02:41:31] "POST /neutron/port HTTP/1.1" 200 117 0.004784 10.0.0.30 - - [2025-02-13 02:41:31] "POST /id-to-fqname HTTP/1.1" 200 220 0.001397 10.0.0.30 - - [2025-02-13 02:41:31] "POST /neutron/port HTTP/1.1" 200 117 0.006202 10.0.0.30 - - [2025-02-13 02:41:31] "POST /neutron/network HTTP/1.1" 200 1004 0.010198 10.0.0.30 - - [2025-02-13 02:41:31] "GET /aaa-mode HTTP/1.1" 401 292 0.000465 10.0.0.30 - - [2025-02-13 02:41:31] "POST /neutron/port HTTP/1.1" 200 1017 0.007849 10.0.0.30 - - [2025-02-13 02:41:31] "POST /neutron/network HTTP/1.1" 200 1004 0.009287 10.0.0.30 - - [2025-02-13 02:41:31] "POST /neutron/port HTTP/1.1" 200 1017 0.009539 10.0.0.30 - - [2025-02-13 02:41:31] "POST /neutron/port HTTP/1.1" 200 1017 0.007075 10.0.0.30 - - [2025-02-13 02:41:32] "POST /neutron/port HTTP/1.1" 200 1017 0.014906 10.0.0.30 - - [2025-02-13 02:41:32] "GET / HTTP/1.1" 200 35931 0.001421 10.0.0.30 - - [2025-02-13 02:41:32] "GET /project/2b7c7b82-23bf-4d0c-afcf-98e2c747d3b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000376 10.0.0.30 - - [2025-02-13 02:41:32] "POST /neutron/network HTTP/1.1" 200 1004 0.016904 10.0.0.30 - - [2025-02-13 02:41:32] "POST /neutron/port HTTP/1.1" 200 1109 0.096450 10.0.0.30 - - [2025-02-13 02:41:32] "POST /neutron/port HTTP/1.1" 200 1017 0.011440 10.0.0.30 - - [2025-02-13 02:41:32] "POST /neutron/port HTTP/1.1" 200 1017 0.008436 10.0.0.30 - - [2025-02-13 02:41:32] "POST /neutron/port HTTP/1.1" 200 1109 0.085726 10.0.0.30 - - [2025-02-13 02:41:32] "POST /neutron/port HTTP/1.1" 200 1083 0.033293 10.0.0.30 - - [2025-02-13 02:41:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004603 10.0.0.30 - - [2025-02-13 02:41:32] "POST /neutron/subnet HTTP/1.1" 200 673 0.020148 10.0.0.30 - - [2025-02-13 02:41:32] "POST /neutron/port HTTP/1.1" 200 1083 0.021317 10.0.0.30 - - [2025-02-13 02:41:32] "POST /neutron/port HTTP/1.1" 200 117 0.001263 10.0.0.30 - - [2025-02-13 02:41:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003285 10.0.0.30 - - [2025-02-13 02:41:32] "POST /neutron/network HTTP/1.1" 200 994 0.008786 10.0.0.30 - - [2025-02-13 02:41:32] "POST /neutron/subnet HTTP/1.1" 200 673 0.016449 10.0.0.30 - - [2025-02-13 02:41:32] "POST /neutron/port HTTP/1.1" 200 117 0.001298 10.0.0.30 - - [2025-02-13 02:41:32] "GET /projects?obj_uuids=2b7c7b82-23bf-4d0c-afcf-98e2c747d3b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001204 10.0.0.30 - - [2025-02-13 02:41:32] "GET /project/2b7c7b82-23bf-4d0c-afcf-98e2c747d3b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.055974 10.0.0.30 - - [2025-02-13 02:41:32] "POST /neutron/network HTTP/1.1" 200 994 0.014759 10.0.0.30 - - [2025-02-13 02:41:32] "POST /neutron/network HTTP/1.1" 200 994 0.007321 10.0.0.30 - - [2025-02-13 02:41:32] "POST /neutron/port HTTP/1.1" 200 2050 0.048889 10.0.0.30 - - [2025-02-13 02:41:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011411 10.0.0.30 - - [2025-02-13 02:41:32] "POST /neutron/port HTTP/1.1" 200 117 0.005169 10.0.0.30 - - [2025-02-13 02:41:32] "GET /domains HTTP/1.1" 200 280 0.002552 10.0.0.30 - - [2025-02-13 02:41:32] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002826 10.0.0.30 - - [2025-02-13 02:41:32] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11 HTTP/1.1" 200 2574 0.019560 10.0.0.30 - - [2025-02-13 02:41:32] "GET /projects?obj_uuids=2b7c7b82-23bf-4d0c-afcf-98e2c747d3b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002085 10.0.0.30 - - [2025-02-13 02:41:32] "GET /project/2b7c7b82-23bf-4d0c-afcf-98e2c747d3b2 HTTP/1.1" 200 2841 0.076216 10.0.0.30 - - [2025-02-13 02:41:32] "GET /network-ipam/8f99e729-8ccd-4f93-b253-f7f50c63f0fa HTTP/1.1" 200 2602 0.006229 10.0.0.30 - - [2025-02-13 02:41:32] "GET /domains HTTP/1.1" 200 280 0.002899 10.0.0.30 - - [2025-02-13 02:41:32] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001599 10.0.0.30 - - [2025-02-13 02:41:32] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11 HTTP/1.1" 200 2574 0.007452 10.0.0.30 - - [2025-02-13 02:41:32] "GET /projects?obj_uuids=2b7c7b82-23bf-4d0c-afcf-98e2c747d3b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001156 10.0.0.30 - - [2025-02-13 02:41:32] "GET /project/2b7c7b82-23bf-4d0c-afcf-98e2c747d3b2 HTTP/1.1" 200 2841 0.065792 10.0.0.30 - - [2025-02-13 02:41:32] "GET /virtual-network/e4347ee8-1582-4bab-a925-b1b934e243cc HTTP/1.1" 200 3780 0.007465 10.0.0.30 - - [2025-02-13 02:41:32] "GET /virtual-network/e4347ee8-1582-4bab-a925-b1b934e243cc HTTP/1.1" 200 3780 0.003056 10.0.0.30 - - [2025-02-13 02:41:32] "GET /routing-instance/bbfe5f5e-137a-4013-bbb5-067baee031b1 HTTP/1.1" 200 2381 0.003619 10.0.0.30 - - [2025-02-13 02:41:32] "GET /routing-instance/bbfe5f5e-137a-4013-bbb5-067baee031b1 HTTP/1.1" 200 2381 0.002794 10.0.0.30 - - [2025-02-13 02:41:32] "GET /route-target/330d22fd-41ca-453e-9223-ae8074094631 HTTP/1.1" 200 1204 0.008415 10.0.0.30 - - [2025-02-13 02:41:32] "GET /virtual-network/e4347ee8-1582-4bab-a925-b1b934e243cc HTTP/1.1" 200 3780 0.003025 10.0.0.30 - - [2025-02-13 02:41:32] "GET /routing-instance/bbfe5f5e-137a-4013-bbb5-067baee031b1 HTTP/1.1" 200 2381 0.002679 10.0.0.30 - - [2025-02-13 02:41:32] "GET /virtual-network/e4347ee8-1582-4bab-a925-b1b934e243cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.002562 10.0.0.30 - - [2025-02-13 02:41:33] "GET /virtual-network/e4347ee8-1582-4bab-a925-b1b934e243cc HTTP/1.1" 200 3780 0.003542 10.0.0.30 - - [2025-02-13 02:41:33] "POST /neutron/network HTTP/1.1" 200 1004 0.009919 10.0.0.30 - - [2025-02-13 02:41:33] "GET /routing-instance/bbfe5f5e-137a-4013-bbb5-067baee031b1 HTTP/1.1" 200 2381 0.007920 10.0.0.30 - - [2025-02-13 02:41:33] "GET /routing-instance/bbfe5f5e-137a-4013-bbb5-067baee031b1 HTTP/1.1" 200 2381 0.004299 10.0.0.30 - - [2025-02-13 02:41:33] "GET /route-target/330d22fd-41ca-453e-9223-ae8074094631 HTTP/1.1" 200 1204 0.005732 10.0.0.30 - - [2025-02-13 02:41:33] "GET /projects?obj_uuids=2b7c7b82-23bf-4d0c-afcf-98e2c747d3b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004977 10.0.0.30 - - [2025-02-13 02:41:33] "GET /domains HTTP/1.1" 200 280 0.012284 10.0.0.30 - - [2025-02-13 02:41:33] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001488 10.0.0.30 - - [2025-02-13 02:41:33] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11 HTTP/1.1" 200 2574 0.017845 10.0.0.30 - - [2025-02-13 02:41:33] "GET /projects?obj_uuids=2b7c7b82-23bf-4d0c-afcf-98e2c747d3b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001179 10.0.0.30 - - [2025-02-13 02:41:33] "GET /project/2b7c7b82-23bf-4d0c-afcf-98e2c747d3b2 HTTP/1.1" 200 3085 0.116848 10.0.0.30 - - [2025-02-13 02:41:33] "GET /virtual-network/e4347ee8-1582-4bab-a925-b1b934e243cc HTTP/1.1" 200 4038 0.033166 10.0.0.30 - - [2025-02-13 02:41:33] "POST /neutron/port HTTP/1.1" 200 1055 0.331265 10.0.0.30 - - [2025-02-13 02:41:33] "POST /neutron/port HTTP/1.1" 200 1055 0.016108 10.0.0.30 - - [2025-02-13 02:41:33] "POST /neutron/port HTTP/1.1" 200 1055 0.015896 10.0.0.30 - - [2025-02-13 02:41:33] "POST /neutron/port HTTP/1.1" 200 1109 0.080990 10.0.0.30 - - [2025-02-13 02:41:33] "POST /neutron/port HTTP/1.1" 200 1083 0.031360 10.0.0.30 - - [2025-02-13 02:41:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008430 10.0.0.30 - - [2025-02-13 02:41:33] "GET /obj-perms HTTP/1.1" 200 5030 0.052526 10.0.0.30 - - [2025-02-13 02:41:33] "POST /neutron/subnet HTTP/1.1" 200 673 0.015896 10.0.0.30 - - [2025-02-13 02:41:33] "POST /neutron/port HTTP/1.1" 200 117 0.001206 10.0.0.30 - - [2025-02-13 02:41:33] "POST /neutron/network HTTP/1.1" 200 994 0.006872 10.0.0.30 - - [2025-02-13 02:41:33] "POST /neutron/port HTTP/1.1" 200 1083 0.024636 10.0.0.30 - - [2025-02-13 02:41:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006778 10.0.0.30 - - [2025-02-13 02:41:33] "POST /neutron/port HTTP/1.1" 200 1083 0.015313 10.0.0.30 - - [2025-02-13 02:41:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006725 10.0.0.30 - - [2025-02-13 02:41:33] "POST /neutron/port HTTP/1.1" 200 1083 0.017779 10.0.0.30 - - [2025-02-13 02:41:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010701 10.0.0.30 - - [2025-02-13 02:41:33] "GET /virtual-machine/5f46283d-ed28-4738-85c0-adaf8f531a44 HTTP/1.1" 200 1287 0.005619 10.0.0.30 - - [2025-02-13 02:41:33] "GET /virtual-machine-interface/558dcbd1-768b-4b3a-a332-67500da05cf7 HTTP/1.1" 200 2941 0.004137 10.0.0.30 - - [2025-02-13 02:41:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005189 10.0.0.30 - - [2025-02-13 02:41:34] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003495 10.0.0.30 - - [2025-02-13 02:41:34] "GET /virtual-networks?parent_id=2b7c7b82-23bf-4d0c-afcf-98e2c747d3b2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003275 10.0.0.30 - - [2025-02-13 02:41:34] "GET /virtual-network/e4347ee8-1582-4bab-a925-b1b934e243cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.003103 10.0.0.30 - - [2025-02-13 02:41:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.30 - - [2025-02-13 02:41:37] "GET /virtual-network/e4347ee8-1582-4bab-a925-b1b934e243cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.002868 10.0.0.30 - - [2025-02-13 02:41:40] "POST /neutron/port HTTP/1.1" 200 1083 0.013992 10.0.0.30 - - [2025-02-13 02:41:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005619 10.0.0.30 - - [2025-02-13 02:41:41] "POST /neutron/port HTTP/1.1" 200 1083 0.014991 10.0.0.30 - - [2025-02-13 02:41:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005376 10.0.0.30 - - [2025-02-13 02:41:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.30 - - [2025-02-13 02:41:41] "GET /virtual-network/e4347ee8-1582-4bab-a925-b1b934e243cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.002779 10.0.0.30 - - [2025-02-13 02:41:42] "POST /neutron/port HTTP/1.1" 200 1083 0.014970 10.0.0.30 - - [2025-02-13 02:41:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005621 10.0.0.30 - - [2025-02-13 02:41:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.30 - - [2025-02-13 02:41:43] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002603 10.0.0.30 - - [2025-02-13 02:41:43] "GET /virtual-networks?parent_id=2b7c7b82-23bf-4d0c-afcf-98e2c747d3b2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003293 10.0.0.30 - - [2025-02-13 02:41:43] "GET /virtual-network/e4347ee8-1582-4bab-a925-b1b934e243cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.003430 10.0.0.30 - - [2025-02-13 02:41:43] "POST /neutron/port HTTP/1.1" 200 1083 0.018851 10.0.0.30 - - [2025-02-13 02:41:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007076 10.0.0.30 - - [2025-02-13 02:41:43] "POST /neutron/port HTTP/1.1" 200 1083 0.015414 10.0.0.30 - - [2025-02-13 02:41:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006461 10.0.0.30 - - [2025-02-13 02:41:44] "POST /neutron/port HTTP/1.1" 200 1083 0.014588 10.0.0.30 - - [2025-02-13 02:41:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008494 10.0.0.30 - - [2025-02-13 02:41:44] "GET /virtual-machine/d10080dd-60d3-4787-9907-e3cd214764b7 HTTP/1.1" 200 1289 0.003971 10.0.0.30 - - [2025-02-13 02:41:44] "GET /virtual-machine-interface/9a001f9b-be67-4072-b85d-8ada1f5528cc HTTP/1.1" 200 2942 0.002688 10.0.0.30 - - [2025-02-13 02:41:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.30 - - [2025-02-13 02:41:44] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003604 10.0.0.30 - - [2025-02-13 02:41:44] "GET /virtual-networks?parent_id=2b7c7b82-23bf-4d0c-afcf-98e2c747d3b2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003378 10.0.0.30 - - [2025-02-13 02:41:44] "GET /virtual-network/e4347ee8-1582-4bab-a925-b1b934e243cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004426 10.0.0.30 - - [2025-02-13 02:41:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.30 - - [2025-02-13 02:41:45] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004490 10.0.0.30 - - [2025-02-13 02:41:45] "GET /virtual-networks?parent_id=2b7c7b82-23bf-4d0c-afcf-98e2c747d3b2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003053 10.0.0.30 - - [2025-02-13 02:41:45] "GET /virtual-network/e4347ee8-1582-4bab-a925-b1b934e243cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.003022 10.0.0.30 - - [2025-02-13 02:41:45] "POST /neutron/port HTTP/1.1" 200 1083 0.016558 10.0.0.30 - - [2025-02-13 02:41:45] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006310 10.0.0.30 - - [2025-02-13 02:41:45] "POST /neutron/port HTTP/1.1" 200 1083 0.014824 10.0.0.30 - - [2025-02-13 02:41:45] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006299 10.0.0.30 - - [2025-02-13 02:41:45] "POST /neutron/port HTTP/1.1" 200 1083 0.014882 10.0.0.30 - - [2025-02-13 02:41:45] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006503 10.0.0.30 - - [2025-02-13 02:41:45] "GET /virtual-machine/bf195dc1-8633-4e05-9a7c-9b07ce9c75b3 HTTP/1.1" 200 1293 0.004361 10.0.0.30 - - [2025-02-13 02:41:45] "GET /virtual-machine-interface/5e4040ab-c2ae-44e4-8e00-a15c4bcd36e1 HTTP/1.1" 200 2941 0.002938 10.0.0.30 - - [2025-02-13 02:41:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002692 10.0.0.30 - - [2025-02-13 02:41:45] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002662 10.0.0.30 - - [2025-02-13 02:41:45] "GET /virtual-networks?parent_id=2b7c7b82-23bf-4d0c-afcf-98e2c747d3b2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004341 10.0.0.30 - - [2025-02-13 02:41:46] "GET /virtual-network/e4347ee8-1582-4bab-a925-b1b934e243cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.003206 10.0.0.30 - - [2025-02-13 02:41:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002768 10.0.0.30 - - [2025-02-13 02:41:47] "GET /global-vrouter-config/d49aaa66-7ea5-4013-ba0f-12b67eb8a235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002402 10.0.0.30 - - [2025-02-13 02:41:47] "GET /virtual-networks?parent_id=2b7c7b82-23bf-4d0c-afcf-98e2c747d3b2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002894 10.0.0.30 - - [2025-02-13 02:41:47] "GET /virtual-network/e4347ee8-1582-4bab-a925-b1b934e243cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.003117 10.0.0.30 - - [2025-02-13 02:42:02] "POST /neutron/port HTTP/1.1" 200 1109 0.011245 10.0.0.30 - - [2025-02-13 02:42:02] "POST /neutron/port HTTP/1.1" 200 1109 0.011312 10.0.0.30 - - [2025-02-13 02:42:02] "POST /neutron/port HTTP/1.1" 200 151 0.095282 10.0.0.30 - - [2025-02-13 02:42:02] "POST /neutron/port HTTP/1.1" 200 1109 0.008684 10.0.0.30 - - [2025-02-13 02:42:02] "POST /neutron/port HTTP/1.1" 200 1109 0.010117 10.0.0.30 - - [2025-02-13 02:42:03] "POST /neutron/port HTTP/1.1" 200 151 0.110375 10.0.0.30 - - [2025-02-13 02:42:03] "POST /neutron/port HTTP/1.1" 200 1083 0.021197 10.0.0.30 - - [2025-02-13 02:42:03] "POST /neutron/network HTTP/1.1" 200 994 0.009176 10.0.0.30 - - [2025-02-13 02:42:03] "POST /neutron/port HTTP/1.1" 200 1109 0.008905 10.0.0.30 - - [2025-02-13 02:42:03] "POST /neutron/network HTTP/1.1" 400 204 0.015190 10.0.0.30 - - [2025-02-13 02:42:03] "POST /neutron/port HTTP/1.1" 200 151 0.087363 10.0.0.30 - - [2025-02-13 02:42:05] "POST /neutron/network HTTP/1.1" 200 994 0.007110 10.0.0.30 - - [2025-02-13 02:42:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001130 10.0.0.30 - - [2025-02-13 02:42:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001009 10.0.0.30 - - [2025-02-13 02:42:05] "POST /useragent-kv HTTP/1.1" 200 115 0.000936 10.0.0.30 - - [2025-02-13 02:42:05] "POST /useragent-kv HTTP/1.1" 200 115 0.000907 10.0.0.30 - - [2025-02-13 02:42:05] "POST /neutron/network HTTP/1.1" 200 151 0.082597 10.0.0.30 - - [2025-02-13 02:42:05] "GET /routing-instance/bbfe5f5e-137a-4013-bbb5-067baee031b1 HTTP/1.1" 404 171 0.002312 10.0.0.30 - - [2025-02-13 02:42:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.033941 10.0.0.30 - - [2025-02-13 02:42:05] "GET /domains HTTP/1.1" 200 280 0.003041 10.0.0.30 - - [2025-02-13 02:42:05] "GET /domains?obj_uuids=a4168d2e-02e9-4585-8f89-b292fe939d11&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000926 10.0.0.30 - - [2025-02-13 02:42:05] "DELETE /route-target/330d22fd-41ca-453e-9223-ae8074094631 HTTP/1.1" 200 115 0.019458 10.0.0.30 - - [2025-02-13 02:42:05] "GET /domain/a4168d2e-02e9-4585-8f89-b292fe939d11 HTTP/1.1" 200 2574 0.050983 10.0.0.30 - - [2025-02-13 02:42:05] "GET /projects?obj_uuids=2b7c7b82-23bf-4d0c-afcf-98e2c747d3b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001125 10.0.0.30 - - [2025-02-13 02:42:05] "GET /project/2b7c7b82-23bf-4d0c-afcf-98e2c747d3b2 HTTP/1.1" 200 2084 0.065121 10.0.0.30 - - [2025-02-13 02:42:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.30 - - [2025-02-13 02:42:05] "DELETE /network-ipam/8f99e729-8ccd-4f93-b253-f7f50c63f0fa HTTP/1.1" 200 115 0.017912 10.0.0.30 - - [2025-02-13 02:42:05] "POST /fqname-to-id HTTP/1.1" 404 211 0.002131 10.0.0.30 - - [2025-02-13 02:42:05] "GET /projects?obj_uuids=2b7c7b82-23bf-4d0c-afcf-98e2c747d3b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001536 10.0.0.30 - - [2025-02-13 02:42:05] "GET /project/2b7c7b82-23bf-4d0c-afcf-98e2c747d3b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.049266 10.0.0.30 - - [2025-02-13 02:42:05] "GET /projects?obj_uuids=2b7c7b82-23bf-4d0c-afcf-98e2c747d3b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001232 10.0.0.30 - - [2025-02-13 02:42:05] "GET /project/2b7c7b82-23bf-4d0c-afcf-98e2c747d3b2?fields=virtual_networks HTTP/1.1" 200 1031 0.065354 10.0.0.30 - - [2025-02-13 02:42:05] "GET /projects?obj_uuids=2b7c7b82-23bf-4d0c-afcf-98e2c747d3b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001074 10.0.0.30 - - [2025-02-13 02:42:05] "GET /project/2b7c7b82-23bf-4d0c-afcf-98e2c747d3b2?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.018571 10.0.0.30 - - [2025-02-13 02:42:06] "GET /projects?obj_uuids=2b7c7b82-23bf-4d0c-afcf-98e2c747d3b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001830 10.0.0.30 - - [2025-02-13 02:42:06] "GET /project/2b7c7b82-23bf-4d0c-afcf-98e2c747d3b2?fields=security_groups HTTP/1.1" 200 1257 0.024556 10.0.0.30 - - [2025-02-13 02:42:08] "POST /neutron/port HTTP/1.1" 200 117 0.006706 10.0.0.30 - - [2025-02-13 02:42:08] "POST /neutron/port HTTP/1.1" 400 205 0.003854 10.0.0.30 - - [2025-02-13 02:42:08] "POST /neutron/port HTTP/1.1" 200 117 0.005126 10.0.0.30 - - [2025-02-13 02:42:08] "POST /neutron/port HTTP/1.1" 400 205 0.003524 10.0.0.30 - - [2025-02-13 02:42:12] "GET /projects?obj_uuids=2b7c7b82-23bf-4d0c-afcf-98e2c747d3b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001086 10.0.0.30 - - [2025-02-13 02:42:12] "GET /project/2b7c7b82-23bf-4d0c-afcf-98e2c747d3b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.020453 10.0.0.30 - - [2025-02-13 02:42:13] "GET /projects?obj_uuids=2b7c7b82-23bf-4d0c-afcf-98e2c747d3b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001184