++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon May 5 02:00:26 UTC 2025 ===================' INFO: =================== Mon May 5 02:00:26 UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.56 ++ 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.56 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.56 ++ ANALYTICSDB_NODES=10.0.0.56 ++ ANALYTICS_SNMP_NODES=10.0.0.56 ++ 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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:8081 ' +++ '[' -n '10.0.0.56:8081 ' ']' +++ echo 10.0.0.56:8081 ++ ANALYTICS_SERVERS=10.0.0.56: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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9042 ' +++ '[' -n '10.0.0.56:9042 ' ']' +++ echo 10.0.0.56:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.56:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.56 ++ 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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:8086 ' +++ '[' -n '10.0.0.56:8086 ' ']' +++ echo 10.0.0.56:8086 ++ COLLECTOR_SERVERS=10.0.0.56: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.56 ++ CONFIGDB_NODES=10.0.0.56 ++ 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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:8082 ' +++ '[' -n '10.0.0.56:8082 ' ']' +++ echo 10.0.0.56:8082 ++ CONFIG_SERVERS=10.0.0.56: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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9161 ' +++ '[' -n '10.0.0.56:9161 ' ']' +++ echo 10.0.0.56:9161 ++ CONFIGDB_SERVERS=10.0.0.56: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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9041 ' +++ '[' -n '10.0.0.56:9041 ' ']' +++ echo 10.0.0.56:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.56: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.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.56 ++ 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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+=10.0.0.56:2181, +++ '[' -n 10.0.0.56:2181, ']' +++ echo 10.0.0.56:2181 ++ ZOOKEEPER_SERVERS=10.0.0.56: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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:2181 ' +++ '[' -n '10.0.0.56:2181 ' ']' +++ echo 10.0.0.56:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.56:2181 ++ RABBITMQ_NODES=10.0.0.56 ++ 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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+=10.0.0.56:5673, +++ '[' -n 10.0.0.56:5673, ']' +++ echo 10.0.0.56:5673 ++ RABBITMQ_SERVERS=10.0.0.56: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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:6379 ' +++ '[' -n '10.0.0.56:6379 ' ']' +++ echo 10.0.0.56:6379 ++ REDIS_SERVERS=10.0.0.56: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.56 ++ 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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9092 ' +++ '[' -n '10.0.0.56:9092 ' ']' +++ echo 10.0.0.56:9092 ++ KAFKA_SERVERS=10.0.0.56: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.56 ++ 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.56 ++ 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.56 ++ 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.56 ++ cut -d , -f 1 + local cassandra=10.0.0.56 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.56 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.56 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.56 +++ 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}' ++++ sort ++++ grep -vi host ++++ uniq +++ local local_ips=,10.0.0.56,10.20.0.14,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.56'\''))' +++ local server_ip=10.0.0.56 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.56 ]] +++ [[ ,10.0.0.56,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.56, ]] +++ echo 10.0.0.56 1 +++ return ++ local ip=10.0.0.56 ++ [[ -z 10.0.0.56 ]] ++ echo 10.0.0.56 + host_ip=10.0.0.56 + [[ cql == \c\q\l ]] ++ echo 10.0.0.56:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.56:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.56:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 05/05/2025 02:00:35.716 7fac866eb588 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 05/05/2025 02:00:35.873 7fac866eb588 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 05/05/2025 02:00:35.888 7fac866eb588 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 05/05/2025 02:00:35.888 7fac866eb588 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.56:8082/ Hit Ctrl-C to quit. 10.0.0.56 - - [2025-05-05 02:00:38] "GET / HTTP/1.1" 503 181 0.000460 10.0.0.56 - - [2025-05-05 02:00:38] "GET / HTTP/1.1" 503 181 0.000199 10.0.0.56 - - [2025-05-05 02:00:38] "GET / HTTP/1.1" 503 181 0.000268 10.0.0.56 - - [2025-05-05 02:00:39] "GET / HTTP/1.1" 200 45871 0.001578 10.0.0.56 - - [2025-05-05 02:00:39] "GET / HTTP/1.1" 200 45871 0.001313 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.56 - - [2025-05-05 02:00:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000584 10.0.0.56 - - [2025-05-05 02:00:39] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000334 10.0.0.56 - - [2025-05-05 02:00:39] "GET / HTTP/1.1" 200 35931 0.002245 10.0.0.56 - - [2025-05-05 02:00:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000485 10.0.0.56 - - [2025-05-05 02:00:40] "GET / HTTP/1.1" 200 35931 0.040940 10.0.0.56 - - [2025-05-05 02:00:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000406 10.0.0.56 - - [2025-05-05 02:00:40] "GET / HTTP/1.1" 200 35931 0.001811 10.0.0.56 - - [2025-05-05 02:00:41] "GET / HTTP/1.1" 200 35931 0.001551 10.0.0.56 - - [2025-05-05 02:00:41] "POST /fqname-to-id HTTP/1.1" 200 156 1.331717 10.0.0.56 - - [2025-05-05 02:00:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.56 - - [2025-05-05 02:00:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.401289 10.0.0.56 - - [2025-05-05 02:00:41] "GET /global-system-config/b8644fb5-820e-4a5e-b098-8f7250aa8745?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007106 10.0.0.56 - - [2025-05-05 02:00:41] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 1.085959 10.0.0.56 - - [2025-05-05 02:00:41] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003675 10.0.0.56 - - [2025-05-05 02:00:41] "POST /fqname-to-id HTTP/1.1" 404 196 0.769513 10.0.0.56 - - [2025-05-05 02:00:41] "POST /fqname-to-id HTTP/1.1" 404 220 0.010181 10.0.0.56 - - [2025-05-05 02:00:41] "POST /job-templates HTTP/1.1" 200 555 0.072941 10.0.0.56 - - [2025-05-05 02:00:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000805 10.0.0.56 - - [2025-05-05 02:00:41] "POST /config-database-nodes HTTP/1.1" 200 617 0.029862 10.0.0.56 - - [2025-05-05 02:00:41] "POST /fqname-to-id HTTP/1.1" 404 200 0.004907 10.0.0.56 - - [2025-05-05 02:00:41] "GET / HTTP/1.1" 200 35931 0.001452 10.0.0.56 - - [2025-05-05 02:00:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000429 10.0.0.56 - - [2025-05-05 02:00:41] "POST /job-templates HTTP/1.1" 200 563 0.069748 10.0.0.56 - - [2025-05-05 02:00:41] "POST /fqname-to-id HTTP/1.1" 404 191 0.003341 10.0.0.56 - - [2025-05-05 02:00:41] "POST /job-templates HTTP/1.1" 200 545 0.076928 10.0.0.56 - - [2025-05-05 02:00:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.004167 10.0.0.56 - - [2025-05-05 02:00:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000513 10.0.0.56 - - [2025-05-05 02:00:42] "POST /job-templates HTTP/1.1" 200 577 0.071513 10.0.0.56 - - [2025-05-05 02:00:42] "POST /fqname-to-id HTTP/1.1" 404 208 0.005127 10.0.0.56 - - [2025-05-05 02:00:42] "POST /job-templates HTTP/1.1" 200 579 0.068246 10.0.0.56 - - [2025-05-05 02:00:42] "POST /fqname-to-id HTTP/1.1" 404 210 0.003299 10.0.0.56 - - [2025-05-05 02:00:42] "POST /job-templates HTTP/1.1" 200 583 0.070003 10.0.0.56 - - [2025-05-05 02:00:42] "POST /fqname-to-id HTTP/1.1" 404 198 0.003577 /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.56 - - [2025-05-05 02:00:42] "POST /job-templates HTTP/1.1" 200 559 0.077060 10.0.0.56 - - [2025-05-05 02:00:42] "POST /fqname-to-id HTTP/1.1" 404 203 0.003066 10.0.0.56 - - [2025-05-05 02:00:42] "POST /job-templates HTTP/1.1" 200 569 0.072915 10.0.0.56 - - [2025-05-05 02:00:42] "POST /fqname-to-id HTTP/1.1" 404 196 0.003488 10.0.0.56 - - [2025-05-05 02:00:42] "POST /fqname-to-id HTTP/1.1" 404 186 0.681284 10.0.0.56 - - [2025-05-05 02:00:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.56 - - [2025-05-05 02:00:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.371927 10.0.0.56 - - [2025-05-05 02:00:42] "GET /global-system-config/b8644fb5-820e-4a5e-b098-8f7250aa8745?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.016057 10.0.0.56 - - [2025-05-05 02:00:42] "POST /job-templates HTTP/1.1" 200 555 0.075030 10.0.0.56 - - [2025-05-05 02:00:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.069131 10.0.0.56 - - [2025-05-05 02:00:42] "GET /network-ipam/1ad4d7e3-c86b-4aec-91c1-e0dd421b73d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.004656 10.0.0.56 - - [2025-05-05 02:00:42] "GET /global-system-config/b8644fb5-820e-4a5e-b098-8f7250aa8745?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007096 10.0.0.56 - - [2025-05-05 02:00:42] "POST /fqname-to-id HTTP/1.1" 404 220 0.003346 10.0.0.56 - - [2025-05-05 02:00:42] "POST /fqname-to-id HTTP/1.1" 404 196 0.002722 10.0.0.56 - - [2025-05-05 02:00:43] "POST /service-appliance-sets HTTP/1.1" 200 553 0.041607 10.0.0.56 - - [2025-05-05 02:00:43] "POST /config-nodes HTTP/1.1" 200 599 0.025905 10.0.0.56 - - [2025-05-05 02:00:43] "POST /fqname-to-id HTTP/1.1" 404 180 0.003068 10.0.0.56 - - [2025-05-05 02:00:43] "POST /job-templates HTTP/1.1" 200 555 0.070246 10.0.0.56 - - [2025-05-05 02:00:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.56 - - [2025-05-05 02:00:43] "POST /fqname-to-id HTTP/1.1" 404 196 0.002353 10.0.0.56 - - [2025-05-05 02:00:43] "GET /global-system-config/b8644fb5-820e-4a5e-b098-8f7250aa8745?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006763 10.0.0.56 - - [2025-05-05 02:00:43] "POST /job-templates HTTP/1.1" 200 555 0.063243 10.0.0.56 - - [2025-05-05 02:00:43] "POST /service-appliance-sets HTTP/1.1" 200 541 0.028358 10.0.0.56 - - [2025-05-05 02:00:43] "POST /fqname-to-id HTTP/1.1" 404 186 0.004391 10.0.0.56 - - [2025-05-05 02:00:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.56 - - [2025-05-05 02:00:43] "GET /network-ipam/1ad4d7e3-c86b-4aec-91c1-e0dd421b73d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.004209 10.0.0.56 - - [2025-05-05 02:00:43] "GET / HTTP/1.1" 200 35931 0.001855 10.0.0.56 - - [2025-05-05 02:00:43] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000474 10.0.0.56 - - [2025-05-05 02:00:43] "POST /job-templates HTTP/1.1" 200 535 0.064702 10.0.0.56 - - [2025-05-05 02:00:43] "POST /fqname-to-id HTTP/1.1" 404 198 0.006807 10.0.0.56 - - [2025-05-05 02:00:43] "POST /service-templates HTTP/1.1" 200 511 0.021783 10.0.0.56 - - [2025-05-05 02:00:43] "POST /fqname-to-id HTTP/1.1" 404 225 0.002878 10.0.0.56 - - [2025-05-05 02:00:43] "POST /job-templates HTTP/1.1" 200 559 0.067392 10.0.0.56 - - [2025-05-05 02:00:43] "POST /service-templates HTTP/1.1" 200 501 0.067058 10.0.0.56 - - [2025-05-05 02:00:43] "POST /access-control-lists HTTP/1.1" 200 587 0.043795 10.0.0.56 - - [2025-05-05 02:00:43] "POST /fqname-to-id HTTP/1.1" 404 198 0.003088 10.0.0.56 - - [2025-05-05 02:00:43] "POST /fqname-to-id HTTP/1.1" 404 224 0.004051 10.0.0.56 - - [2025-05-05 02:00:43] "POST /service-templates HTTP/1.1" 200 515 0.023254 10.0.0.56 - - [2025-05-05 02:00:43] "POST /job-templates HTTP/1.1" 200 559 0.070727 10.0.0.56 - - [2025-05-05 02:00:43] "POST /service-templates HTTP/1.1" 200 535 0.036682 10.0.0.56 - - [2025-05-05 02:00:43] "POST /access-control-lists HTTP/1.1" 200 585 0.069008 10.0.0.56 - - [2025-05-05 02:00:43] "POST /fqname-to-id HTTP/1.1" 404 198 0.003287 10.0.0.56 - - [2025-05-05 02:00:43] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.034488 10.0.0.56 - - [2025-05-05 02:00:43] "POST /service-templates HTTP/1.1" 200 507 0.043936 10.0.0.56 - - [2025-05-05 02:00:43] "POST /route-targets HTTP/1.1" 200 327 0.014626 10.0.0.56 - - [2025-05-05 02:00:43] "POST /job-templates HTTP/1.1" 200 559 0.073812 10.0.0.56 - - [2025-05-05 02:00:43] "POST /ref-update HTTP/1.1" 200 156 0.057787 10.0.0.56 - - [2025-05-05 02:00:43] "POST /fqname-to-id HTTP/1.1" 404 201 0.004123 10.0.0.56 - - [2025-05-05 02:00:43] "POST /route-targets HTTP/1.1" 200 327 0.013353 10.0.0.56 - - [2025-05-05 02:00:44] "POST /job-templates HTTP/1.1" 200 565 0.066200 10.0.0.56 - - [2025-05-05 02:00:44] "POST /ref-update HTTP/1.1" 200 156 0.040778 10.0.0.56 - - [2025-05-05 02:00:44] "POST /fqname-to-id HTTP/1.1" 404 197 0.003145 10.0.0.56 - - [2025-05-05 02:00:44] "POST /route-targets HTTP/1.1" 200 327 0.009988 10.0.0.56 - - [2025-05-05 02:00:44] "POST /job-templates HTTP/1.1" 200 557 0.033884 10.0.0.56 - - [2025-05-05 02:00:44] "POST /ref-update HTTP/1.1" 200 156 0.019836 10.0.0.56 - - [2025-05-05 02:00:44] "POST /fqname-to-id HTTP/1.1" 404 196 0.003270 10.0.0.56 - - [2025-05-05 02:00:44] "POST /route-targets HTTP/1.1" 200 327 0.010938 10.0.0.56 - - [2025-05-05 02:00:44] "POST /job-templates HTTP/1.1" 200 555 0.069330 10.0.0.56 - - [2025-05-05 02:00:44] "POST /ref-update HTTP/1.1" 200 156 0.043650 10.0.0.56 - - [2025-05-05 02:00:44] "POST /fqname-to-id HTTP/1.1" 404 205 0.002973 10.0.0.56 - - [2025-05-05 02:00:44] "POST /fqname-to-id HTTP/1.1" 404 201 0.002882 10.0.0.56 - - [2025-05-05 02:00:44] "POST /job-templates HTTP/1.1" 200 573 0.062502 10.0.0.56 - - [2025-05-05 02:00:44] "POST /fqname-to-id HTTP/1.1" 404 194 0.003274 10.0.0.56 - - [2025-05-05 02:00:44] "POST /access-control-lists HTTP/1.1" 200 551 0.085164 10.0.0.56 - - [2025-05-05 02:00:44] "PUT /access-control-list/d04d5106-ff2e-4080-9f44-7e9bc02213ff HTTP/1.1" 200 272 0.010821 10.0.0.56 - - [2025-05-05 02:00:44] "POST /job-templates HTTP/1.1" 200 551 0.061666 10.0.0.56 - - [2025-05-05 02:00:44] "PUT /access-control-list/3c0f308f-fbd7-4bd0-98c4-225afe94bd7d HTTP/1.1" 200 272 0.010564 10.0.0.56 - - [2025-05-05 02:00:44] "POST /fqname-to-id HTTP/1.1" 404 208 0.003650 10.0.0.56 - - [2025-05-05 02:00:44] "POST /job-templates HTTP/1.1" 200 579 0.060971 10.0.0.56 - - [2025-05-05 02:00:44] "POST /fqname-to-id HTTP/1.1" 404 196 0.003201 10.0.0.56 - - [2025-05-05 02:00:45] "POST /job-templates HTTP/1.1" 200 555 0.169637 10.0.0.56 - - [2025-05-05 02:00:45] "POST /fqname-to-id HTTP/1.1" 404 198 0.003041 10.0.0.56 - - [2025-05-05 02:00:45] "POST /job-templates HTTP/1.1" 200 559 0.077302 10.0.0.56 - - [2025-05-05 02:00:45] "POST /fqname-to-id HTTP/1.1" 404 206 0.003168 10.0.0.56 - - [2025-05-05 02:00:45] "POST /job-templates HTTP/1.1" 200 575 0.074332 10.0.0.56 - - [2025-05-05 02:00:45] "POST /fqname-to-id HTTP/1.1" 404 197 0.003152 10.0.0.56 - - [2025-05-05 02:00:45] "POST /job-templates HTTP/1.1" 200 557 0.061176 10.0.0.56 - - [2025-05-05 02:00:45] "POST /fqname-to-id HTTP/1.1" 404 198 0.003232 10.0.0.56 - - [2025-05-05 02:00:45] "POST /job-templates HTTP/1.1" 200 559 0.254006 10.0.0.56 - - [2025-05-05 02:00:45] "POST /fqname-to-id HTTP/1.1" 404 196 0.003170 10.0.0.56 - - [2025-05-05 02:00:46] "POST /job-templates HTTP/1.1" 200 555 0.128791 10.0.0.56 - - [2025-05-05 02:00:46] "POST /fqname-to-id HTTP/1.1" 404 195 0.003217 10.0.0.56 - - [2025-05-05 02:00:46] "POST /job-templates HTTP/1.1" 200 553 0.135889 10.0.0.56 - - [2025-05-05 02:00:46] "POST /fqname-to-id HTTP/1.1" 404 195 0.003350 10.0.0.56 - - [2025-05-05 02:00:46] "POST /job-templates HTTP/1.1" 200 553 0.061018 10.0.0.56 - - [2025-05-05 02:00:46] "POST /fqname-to-id HTTP/1.1" 404 195 0.003793 10.0.0.56 - - [2025-05-05 02:00:46] "POST /job-templates HTTP/1.1" 200 553 0.061047 10.0.0.56 - - [2025-05-05 02:00:46] "POST /fqname-to-id HTTP/1.1" 404 200 0.003023 10.0.0.56 - - [2025-05-05 02:00:46] "POST /job-templates HTTP/1.1" 200 563 0.060888 10.0.0.56 - - [2025-05-05 02:00:46] "POST /fqname-to-id HTTP/1.1" 404 201 0.003200 10.0.0.56 - - [2025-05-05 02:00:46] "POST /job-templates HTTP/1.1" 200 565 0.061208 10.0.0.56 - - [2025-05-05 02:00:47] "POST /fqname-to-id HTTP/1.1" 404 189 0.003137 10.0.0.56 - - [2025-05-05 02:00:47] "POST /config-propertiess HTTP/1.1" 200 551 0.019427 10.0.0.56 - - [2025-05-05 02:00:47] "POST /fqname-to-id HTTP/1.1" 404 168 0.003099 10.0.0.56 - - [2025-05-05 02:00:47] "POST /tags HTTP/1.1" 200 321 0.035559 10.0.0.56 - - [2025-05-05 02:00:47] "POST /fqname-to-id HTTP/1.1" 404 166 0.003026 10.0.0.56 - - [2025-05-05 02:00:47] "POST /tags HTTP/1.1" 200 317 0.019640 10.0.0.56 - - [2025-05-05 02:00:47] "POST /fqname-to-id HTTP/1.1" 404 174 0.003675 10.0.0.56 - - [2025-05-05 02:00:47] "POST /tags HTTP/1.1" 200 333 0.026085 10.0.0.56 - - [2025-05-05 02:00:47] "POST /fqname-to-id HTTP/1.1" 404 162 0.003136 10.0.0.56 - - [2025-05-05 02:00:47] "POST /tags HTTP/1.1" 200 309 0.028494 10.0.0.56 - - [2025-05-05 02:00:47] "POST /fqname-to-id HTTP/1.1" 404 174 0.003018 10.0.0.56 - - [2025-05-05 02:00:47] "POST /tags HTTP/1.1" 200 333 0.021743 10.0.0.56 - - [2025-05-05 02:00:47] "POST /fqname-to-id HTTP/1.1" 404 164 0.003613 10.0.0.56 - - [2025-05-05 02:00:47] "POST /tags HTTP/1.1" 200 313 0.025926 10.0.0.56 - - [2025-05-05 02:00:47] "POST /fqname-to-id HTTP/1.1" 404 169 0.005358 10.0.0.56 - - [2025-05-05 02:00:47] "POST /tags HTTP/1.1" 200 323 0.028564 10.0.0.56 - - [2025-05-05 02:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.56 - - [2025-05-05 02:00:48] "PUT /global-system-config/b8644fb5-820e-4a5e-b098-8f7250aa8745 HTTP/1.1" 200 274 0.010667 10.0.0.56 - - [2025-05-05 02:00:48] "POST /fqname-to-id HTTP/1.1" 404 166 0.003008 10.0.0.56 - - [2025-05-05 02:00:48] "POST /hardwares HTTP/1.1" 200 327 0.012275 10.0.0.56 - - [2025-05-05 02:00:48] "POST /fqname-to-id HTTP/1.1" 404 166 0.003977 10.0.0.56 - - [2025-05-05 02:00:48] "POST /hardwares HTTP/1.1" 200 327 0.011216 10.0.0.56 - - [2025-05-05 02:00:48] "POST /fqname-to-id HTTP/1.1" 404 166 0.003421 10.0.0.56 - - [2025-05-05 02:00:48] "POST /hardwares HTTP/1.1" 200 327 0.011166 10.0.0.56 - - [2025-05-05 02:00:48] "POST /fqname-to-id HTTP/1.1" 404 166 0.003986 10.0.0.56 - - [2025-05-05 02:00:48] "POST /hardwares HTTP/1.1" 200 327 0.015466 10.0.0.56 - - [2025-05-05 02:00:48] "POST /fqname-to-id HTTP/1.1" 404 164 0.002987 10.0.0.56 - - [2025-05-05 02:00:48] "POST /hardwares HTTP/1.1" 200 323 0.010953 10.0.0.56 - - [2025-05-05 02:00:48] "POST /fqname-to-id HTTP/1.1" 404 164 0.003359 10.0.0.56 - - [2025-05-05 02:00:48] "POST /hardwares HTTP/1.1" 200 323 0.011448 10.0.0.56 - - [2025-05-05 02:00:48] "POST /fqname-to-id HTTP/1.1" 404 161 0.002998 10.0.0.56 - - [2025-05-05 02:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.56 - - [2025-05-05 02:00:48] "POST /hardwares HTTP/1.1" 200 317 0.012535 10.0.0.56 - - [2025-05-05 02:00:48] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1161 0.004194 10.0.0.56 - - [2025-05-05 02:00:48] "POST /fqname-to-id HTTP/1.1" 404 164 0.003019 10.0.0.56 - - [2025-05-05 02:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002515 10.0.0.56 - - [2025-05-05 02:00:48] "POST /hardwares HTTP/1.1" 200 323 0.013397 10.0.0.56 - - [2025-05-05 02:00:48] "PUT /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2 HTTP/1.1" 200 276 0.009700 10.0.0.56 - - [2025-05-05 02:00:48] "POST /fqname-to-id HTTP/1.1" 404 164 0.003350 10.0.0.56 - - [2025-05-05 02:00:49] "POST /hardwares HTTP/1.1" 200 323 0.013266 10.0.0.56 - - [2025-05-05 02:00:49] "POST /fqname-to-id HTTP/1.1" 404 164 0.002904 10.0.0.56 - - [2025-05-05 02:00:49] "POST /hardwares HTTP/1.1" 200 323 0.010436 10.0.0.56 - - [2025-05-05 02:00:49] "POST /fqname-to-id HTTP/1.1" 404 165 0.003014 10.0.0.56 - - [2025-05-05 02:00:49] "POST /hardwares HTTP/1.1" 200 325 0.010808 10.0.0.56 - - [2025-05-05 02:00:49] "GET / HTTP/1.1" 200 35931 0.001878 10.0.0.56 - - [2025-05-05 02:00:49] "POST /alarms HTTP/1.1" 401 292 0.000470 10.0.0.56 - - [2025-05-05 02:00:49] "POST /fqname-to-id HTTP/1.1" 404 165 0.002963 10.0.0.56 - - [2025-05-05 02:00:49] "POST /hardwares HTTP/1.1" 200 325 0.010899 10.0.0.56 - - [2025-05-05 02:00:49] "POST /fqname-to-id HTTP/1.1" 404 165 0.004044 10.0.0.56 - - [2025-05-05 02:00:49] "POST /hardwares HTTP/1.1" 200 325 0.012414 10.0.0.56 - - [2025-05-05 02:00:49] "POST /fqname-to-id HTTP/1.1" 404 165 0.003440 10.0.0.56 - - [2025-05-05 02:00:49] "POST /hardwares HTTP/1.1" 200 325 0.010895 10.0.0.56 - - [2025-05-05 02:00:49] "POST /fqname-to-id HTTP/1.1" 404 164 0.002957 10.0.0.56 - - [2025-05-05 02:00:49] "POST /hardwares HTTP/1.1" 200 323 0.011367 10.0.0.56 - - [2025-05-05 02:00:49] "POST /alarms HTTP/1.1" 200 581 0.040193 10.0.0.56 - - [2025-05-05 02:00:49] "POST /alarms HTTP/1.1" 200 575 0.017197 10.0.0.56 - - [2025-05-05 02:00:49] "POST /fqname-to-id HTTP/1.1" 404 161 0.002585 10.0.0.56 - - [2025-05-05 02:00:49] "POST /hardwares HTTP/1.1" 200 317 0.010238 10.0.0.56 - - [2025-05-05 02:00:49] "POST /alarms HTTP/1.1" 200 575 0.020859 10.0.0.56 - - [2025-05-05 02:00:49] "POST /fqname-to-id HTTP/1.1" 404 164 0.002723 10.0.0.56 - - [2025-05-05 02:00:49] "POST /alarms HTTP/1.1" 200 559 0.016994 10.0.0.56 - - [2025-05-05 02:00:49] "POST /hardwares HTTP/1.1" 200 323 0.015867 10.0.0.56 - - [2025-05-05 02:00:49] "POST /alarms HTTP/1.1" 200 555 0.017298 10.0.0.56 - - [2025-05-05 02:00:49] "POST /fqname-to-id HTTP/1.1" 404 161 0.003071 10.0.0.56 - - [2025-05-05 02:00:49] "POST /alarms HTTP/1.1" 200 557 0.016500 10.0.0.56 - - [2025-05-05 02:00:49] "POST /hardwares HTTP/1.1" 200 317 0.011020 10.0.0.56 - - [2025-05-05 02:00:50] "POST /alarms HTTP/1.1" 200 565 0.018248 10.0.0.56 - - [2025-05-05 02:00:50] "POST /fqname-to-id HTTP/1.1" 404 164 0.003110 10.0.0.56 - - [2025-05-05 02:00:50] "POST /alarms HTTP/1.1" 200 549 0.020562 10.0.0.56 - - [2025-05-05 02:00:50] "POST /hardwares HTTP/1.1" 200 323 0.011245 10.0.0.56 - - [2025-05-05 02:00:50] "POST /fqname-to-id HTTP/1.1" 404 162 0.003288 10.0.0.56 - - [2025-05-05 02:00:50] "POST /alarms HTTP/1.1" 200 557 0.018131 10.0.0.56 - - [2025-05-05 02:00:50] "POST /hardwares HTTP/1.1" 200 319 0.012905 10.0.0.56 - - [2025-05-05 02:00:50] "POST /alarms HTTP/1.1" 200 567 0.019457 10.0.0.56 - - [2025-05-05 02:00:50] "POST /fqname-to-id HTTP/1.1" 404 162 0.003023 10.0.0.56 - - [2025-05-05 02:00:50] "POST /alarms HTTP/1.1" 200 555 0.016387 10.0.0.56 - - [2025-05-05 02:00:50] "POST /hardwares HTTP/1.1" 200 319 0.010497 10.0.0.56 - - [2025-05-05 02:00:50] "POST /alarms HTTP/1.1" 200 567 0.016480 10.0.0.56 - - [2025-05-05 02:00:50] "POST /fqname-to-id HTTP/1.1" 404 165 0.002822 10.0.0.56 - - [2025-05-05 02:00:50] "POST /alarms HTTP/1.1" 200 575 0.062103 10.0.0.56 - - [2025-05-05 02:00:50] "POST /hardwares HTTP/1.1" 200 325 0.035345 10.0.0.56 - - [2025-05-05 02:00:50] "POST /fqname-to-id HTTP/1.1" 404 161 0.003718 10.0.0.56 - - [2025-05-05 02:00:50] "POST /alarms HTTP/1.1" 200 569 0.018736 10.0.0.56 - - [2025-05-05 02:00:50] "POST /hardwares HTTP/1.1" 200 317 0.010572 10.0.0.56 - - [2025-05-05 02:00:50] "POST /alarms HTTP/1.1" 200 561 0.018061 10.0.0.56 - - [2025-05-05 02:00:50] "POST /fqname-to-id HTTP/1.1" 404 161 0.002825 10.0.0.56 - - [2025-05-05 02:00:50] "POST /alarms HTTP/1.1" 200 561 0.016713 10.0.0.56 - - [2025-05-05 02:00:50] "POST /hardwares HTTP/1.1" 200 317 0.010716 10.0.0.56 - - [2025-05-05 02:00:50] "POST /alarms HTTP/1.1" 200 561 0.020432 10.0.0.56 - - [2025-05-05 02:00:50] "POST /fqname-to-id HTTP/1.1" 404 162 0.003978 10.0.0.56 - - [2025-05-05 02:00:50] "POST /hardwares HTTP/1.1" 200 319 0.011980 10.0.0.56 - - [2025-05-05 02:00:50] "POST /alarms HTTP/1.1" 200 547 0.019895 10.0.0.56 - - [2025-05-05 02:00:50] "POST /fqname-to-id HTTP/1.1" 404 162 0.003359 10.0.0.56 - - [2025-05-05 02:00:50] "POST /alarms HTTP/1.1" 200 595 0.015254 10.0.0.56 - - [2025-05-05 02:00:50] "POST /hardwares HTTP/1.1" 200 319 0.010003 10.0.0.56 - - [2025-05-05 02:00:50] "POST /alarms HTTP/1.1" 200 575 0.015002 10.0.0.56 - - [2025-05-05 02:00:50] "POST /fqname-to-id HTTP/1.1" 404 162 0.002846 10.0.0.56 - - [2025-05-05 02:00:50] "POST /alarms HTTP/1.1" 200 571 0.017036 10.0.0.56 - - [2025-05-05 02:00:50] "POST /hardwares HTTP/1.1" 200 319 0.009395 10.0.0.56 - - [2025-05-05 02:00:51] "POST /alarms HTTP/1.1" 200 583 0.016741 10.0.0.56 - - [2025-05-05 02:00:51] "POST /fqname-to-id HTTP/1.1" 404 158 0.002662 10.0.0.56 - - [2025-05-05 02:00:51] "POST /hardwares HTTP/1.1" 200 311 0.009451 10.0.0.56 - - [2025-05-05 02:00:51] "POST /alarms HTTP/1.1" 200 609 0.020787 10.0.0.56 - - [2025-05-05 02:00:51] "POST /fqname-to-id HTTP/1.1" 404 158 0.003895 10.0.0.56 - - [2025-05-05 02:00:51] "POST /hardwares HTTP/1.1" 200 311 0.014626 10.0.0.56 - - [2025-05-05 02:00:51] "POST /fqname-to-id HTTP/1.1" 404 160 0.003217 10.0.0.56 - - [2025-05-05 02:00:51] "POST /hardwares HTTP/1.1" 200 315 0.010657 10.0.0.56 - - [2025-05-05 02:00:51] "POST /fqname-to-id HTTP/1.1" 404 154 0.002960 10.0.0.56 - - [2025-05-05 02:00:51] "POST /hardwares HTTP/1.1" 200 303 0.013467 10.0.0.56 - - [2025-05-05 02:00:51] "GET / HTTP/1.1" 200 35931 0.001565 10.0.0.56 - - [2025-05-05 02:00:51] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000450 10.0.0.56 - - [2025-05-05 02:00:51] "POST /fqname-to-id HTTP/1.1" 404 158 0.002909 10.0.0.56 - - [2025-05-05 02:00:51] "POST /hardwares HTTP/1.1" 200 311 0.013850 10.0.0.56 - - [2025-05-05 02:00:51] "POST /fqname-to-id HTTP/1.1" 404 155 0.003289 10.0.0.56 - - [2025-05-05 02:00:51] "POST /hardwares HTTP/1.1" 200 305 0.012351 10.0.0.56 - - [2025-05-05 02:00:51] "POST /fqname-to-id HTTP/1.1" 404 155 0.003052 10.0.0.56 - - [2025-05-05 02:00:51] "POST /hardwares HTTP/1.1" 200 305 0.010797 10.0.0.56 - - [2025-05-05 02:00:51] "POST /fqname-to-id HTTP/1.1" 404 155 0.003139 10.0.0.56 - - [2025-05-05 02:00:51] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.025568 10.0.0.56 - - [2025-05-05 02:00:51] "POST /hardwares HTTP/1.1" 200 305 0.014036 10.0.0.56 - - [2025-05-05 02:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.56 - - [2025-05-05 02:00:51] "POST /fqname-to-id HTTP/1.1" 404 155 0.008340 10.0.0.56 - - [2025-05-05 02:00:51] "PUT /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2 HTTP/1.1" 200 276 0.016416 10.0.0.56 - - [2025-05-05 02:00:51] "POST /hardwares HTTP/1.1" 200 305 0.013414 10.0.0.56 - - [2025-05-05 02:00:52] "POST /fqname-to-id HTTP/1.1" 404 156 0.003745 10.0.0.56 - - [2025-05-05 02:00:52] "POST /hardwares HTTP/1.1" 200 307 0.011209 10.0.0.56 - - [2025-05-05 02:00:52] "POST /fqname-to-id HTTP/1.1" 404 156 0.002970 10.0.0.56 - - [2025-05-05 02:00:52] "POST /hardwares HTTP/1.1" 200 307 0.011375 10.0.0.56 - - [2025-05-05 02:00:52] "POST /fqname-to-id HTTP/1.1" 404 156 0.003094 10.0.0.56 - - [2025-05-05 02:00:52] "GET / HTTP/1.1" 200 35931 0.001925 10.0.0.56 - - [2025-05-05 02:00:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000459 10.0.0.56 - - [2025-05-05 02:00:52] "POST /hardwares HTTP/1.1" 200 307 0.010197 10.0.0.56 - - [2025-05-05 02:00:52] "POST /fqname-to-id HTTP/1.1" 404 157 0.003010 10.0.0.56 - - [2025-05-05 02:00:52] "POST /hardwares HTTP/1.1" 200 309 0.014705 10.0.0.56 - - [2025-05-05 02:00:52] "POST /fqname-to-id HTTP/1.1" 404 158 0.003139 10.0.0.56 - - [2025-05-05 02:00:52] "POST /hardwares HTTP/1.1" 200 311 0.013759 10.0.0.56 - - [2025-05-05 02:00:52] "POST /fqname-to-id HTTP/1.1" 404 158 0.004164 10.0.0.56 - - [2025-05-05 02:00:52] "POST /hardwares HTTP/1.1" 200 311 0.014219 10.0.0.56 - - [2025-05-05 02:00:52] "POST /fqname-to-id HTTP/1.1" 404 153 0.003240 10.0.0.56 - - [2025-05-05 02:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.026999 10.0.0.56 - - [2025-05-05 02:00:52] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004991 10.0.0.56 - - [2025-05-05 02:00:52] "POST /hardwares HTTP/1.1" 200 301 0.013278 10.0.0.56 - - [2025-05-05 02:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.56 - - [2025-05-05 02:00:52] "POST /fqname-to-id HTTP/1.1" 404 157 0.003236 10.0.0.56 - - [2025-05-05 02:00:52] "PUT /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2 HTTP/1.1" 200 276 0.008844 10.0.0.56 - - [2025-05-05 02:00:52] "POST /hardwares HTTP/1.1" 200 309 0.010517 10.0.0.56 - - [2025-05-05 02:00:52] "POST /fqname-to-id HTTP/1.1" 404 157 0.003560 10.0.0.56 - - [2025-05-05 02:00:52] "POST /hardwares HTTP/1.1" 200 309 0.010920 10.0.0.56 - - [2025-05-05 02:00:52] "POST /fqname-to-id HTTP/1.1" 404 157 0.002986 10.0.0.56 - - [2025-05-05 02:00:53] "POST /hardwares HTTP/1.1" 200 309 0.011312 10.0.0.56 - - [2025-05-05 02:00:53] "POST /fqname-to-id HTTP/1.1" 404 157 0.003126 10.0.0.56 - - [2025-05-05 02:00:53] "POST /hardwares HTTP/1.1" 200 309 0.011133 10.0.0.56 - - [2025-05-05 02:00:53] "POST /fqname-to-id HTTP/1.1" 404 157 0.002957 10.0.0.56 - - [2025-05-05 02:00:53] "GET / HTTP/1.1" 200 35931 0.001751 10.0.0.56 - - [2025-05-05 02:00:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000443 10.0.0.56 - - [2025-05-05 02:00:53] "POST /hardwares HTTP/1.1" 200 309 0.011237 10.0.0.56 - - [2025-05-05 02:00:53] "POST /fqname-to-id HTTP/1.1" 404 161 0.003255 10.0.0.56 - - [2025-05-05 02:00:53] "POST /hardwares HTTP/1.1" 200 317 0.011225 10.0.0.56 - - [2025-05-05 02:00:53] "POST /fqname-to-id HTTP/1.1" 404 157 0.002982 10.0.0.56 - - [2025-05-05 02:00:53] "POST /hardwares HTTP/1.1" 200 309 0.011633 10.0.0.56 - - [2025-05-05 02:00:53] "POST /fqname-to-id HTTP/1.1" 404 157 0.003033 10.0.0.56 - - [2025-05-05 02:00:53] "POST /hardwares HTTP/1.1" 200 309 0.011542 10.0.0.56 - - [2025-05-05 02:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.023988 10.0.0.56 - - [2025-05-05 02:00:53] "POST /fqname-to-id HTTP/1.1" 404 154 0.004006 10.0.0.56 - - [2025-05-05 02:00:53] "GET /global-system-config/b8644fb5-820e-4a5e-b098-8f7250aa8745?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.006215 10.0.0.56 - - [2025-05-05 02:00:53] "POST /hardwares HTTP/1.1" 200 303 0.013026 10.0.0.56 - - [2025-05-05 02:00:53] "PUT /global-system-config/b8644fb5-820e-4a5e-b098-8f7250aa8745 HTTP/1.1" 200 274 0.017756 10.0.0.56 - - [2025-05-05 02:00:53] "POST /fqname-to-id HTTP/1.1" 404 190 0.002999 10.0.0.56 - - [2025-05-05 02:00:53] "POST /features HTTP/1.1" 200 533 0.016434 10.0.0.56 - - [2025-05-05 02:00:53] "POST /fqname-to-id HTTP/1.1" 404 185 0.003216 10.0.0.56 - - [2025-05-05 02:00:53] "POST /features HTTP/1.1" 200 523 0.017385 10.0.0.56 - - [2025-05-05 02:00:53] "POST /fqname-to-id HTTP/1.1" 404 184 0.003260 10.0.0.56 - - [2025-05-05 02:00:54] "POST /features HTTP/1.1" 200 521 0.018860 10.0.0.56 - - [2025-05-05 02:00:54] "POST /fqname-to-id HTTP/1.1" 404 184 0.003231 10.0.0.56 - - [2025-05-05 02:00:54] "POST /features HTTP/1.1" 200 521 0.017638 10.0.0.56 - - [2025-05-05 02:00:54] "POST /fqname-to-id HTTP/1.1" 404 189 0.003003 10.0.0.56 - - [2025-05-05 02:00:54] "POST /features HTTP/1.1" 200 531 0.016931 10.0.0.56 - - [2025-05-05 02:00:54] "POST /fqname-to-id HTTP/1.1" 404 184 0.003432 10.0.0.56 - - [2025-05-05 02:00:54] "POST /features HTTP/1.1" 200 521 0.017109 10.0.0.56 - - [2025-05-05 02:00:54] "POST /fqname-to-id HTTP/1.1" 404 193 0.003366 10.0.0.56 - - [2025-05-05 02:00:54] "POST /features HTTP/1.1" 200 539 0.017300 10.0.0.56 - - [2025-05-05 02:00:54] "POST /fqname-to-id HTTP/1.1" 404 186 0.003152 10.0.0.56 - - [2025-05-05 02:00:54] "POST /features HTTP/1.1" 200 525 0.016525 10.0.0.56 - - [2025-05-05 02:00:54] "POST /fqname-to-id HTTP/1.1" 404 183 0.003034 10.0.0.56 - - [2025-05-05 02:00:54] "POST /features HTTP/1.1" 200 519 0.017902 10.0.0.56 - - [2025-05-05 02:00:54] "POST /fqname-to-id HTTP/1.1" 404 182 0.003188 10.0.0.56 - - [2025-05-05 02:00:54] "POST /features HTTP/1.1" 200 517 0.021242 10.0.0.56 - - [2025-05-05 02:00:54] "POST /fqname-to-id HTTP/1.1" 404 190 0.003603 10.0.0.56 - - [2025-05-05 02:00:54] "POST /features HTTP/1.1" 200 533 0.017326 10.0.0.56 - - [2025-05-05 02:00:54] "POST /fqname-to-id HTTP/1.1" 404 194 0.003074 10.0.0.56 - - [2025-05-05 02:00:55] "POST /features HTTP/1.1" 200 541 0.021521 10.0.0.56 - - [2025-05-05 02:00:55] "POST /fqname-to-id HTTP/1.1" 404 178 0.003084 10.0.0.56 - - [2025-05-05 02:00:55] "POST /physical-roles HTTP/1.1" 200 521 0.017152 10.0.0.56 - - [2025-05-05 02:00:55] "POST /fqname-to-id HTTP/1.1" 404 179 0.003078 10.0.0.56 - - [2025-05-05 02:00:55] "POST /physical-roles HTTP/1.1" 200 523 0.016773 10.0.0.56 - - [2025-05-05 02:00:55] "POST /fqname-to-id HTTP/1.1" 404 184 0.003066 10.0.0.56 - - [2025-05-05 02:00:55] "POST /physical-roles HTTP/1.1" 200 533 0.017463 10.0.0.56 - - [2025-05-05 02:00:55] "POST /fqname-to-id HTTP/1.1" 404 177 0.003132 10.0.0.56 - - [2025-05-05 02:00:55] "POST /physical-roles HTTP/1.1" 200 519 0.016275 10.0.0.56 - - [2025-05-05 02:00:55] "POST /fqname-to-id HTTP/1.1" 404 191 0.002840 10.0.0.56 - - [2025-05-05 02:00:55] "POST /overlay-roles HTTP/1.1" 200 545 0.017906 10.0.0.56 - - [2025-05-05 02:00:55] "POST /fqname-to-id HTTP/1.1" 404 184 0.003291 10.0.0.56 - - [2025-05-05 02:00:55] "POST /overlay-roles HTTP/1.1" 200 531 0.017581 10.0.0.56 - - [2025-05-05 02:00:55] "POST /fqname-to-id HTTP/1.1" 404 191 0.003055 10.0.0.56 - - [2025-05-05 02:00:55] "POST /overlay-roles HTTP/1.1" 200 545 0.123163 10.0.0.56 - - [2025-05-05 02:00:55] "POST /fqname-to-id HTTP/1.1" 404 185 0.002865 10.0.0.56 - - [2025-05-05 02:00:56] "POST /overlay-roles HTTP/1.1" 200 533 0.027586 10.0.0.56 - - [2025-05-05 02:00:56] "POST /fqname-to-id HTTP/1.1" 404 189 0.003072 10.0.0.56 - - [2025-05-05 02:00:56] "POST /overlay-roles HTTP/1.1" 200 541 0.017713 10.0.0.56 - - [2025-05-05 02:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.56 - - [2025-05-05 02:00:56] "PUT /overlay-role/47e92542-edd3-4027-8042-2badfa53b1df HTTP/1.1" 200 258 0.016013 10.0.0.56 - - [2025-05-05 02:00:56] "POST /fqname-to-id HTTP/1.1" 404 184 0.003079 10.0.0.56 - - [2025-05-05 02:00:56] "POST /overlay-roles HTTP/1.1" 200 531 0.020731 10.0.0.56 - - [2025-05-05 02:00:56] "POST /fqname-to-id HTTP/1.1" 404 185 0.003689 10.0.0.56 - - [2025-05-05 02:00:56] "POST /overlay-roles HTTP/1.1" 200 533 0.026226 10.0.0.56 - - [2025-05-05 02:00:56] "POST /fqname-to-id HTTP/1.1" 404 183 0.003558 10.0.0.56 - - [2025-05-05 02:00:56] "POST /overlay-roles HTTP/1.1" 200 529 0.019672 10.0.0.56 - - [2025-05-05 02:00:56] "POST /fqname-to-id HTTP/1.1" 404 187 0.003440 10.0.0.56 - - [2025-05-05 02:00:56] "POST /overlay-roles HTTP/1.1" 200 537 0.015792 10.0.0.56 - - [2025-05-05 02:00:56] "POST /fqname-to-id HTTP/1.1" 404 189 0.003550 10.0.0.56 - - [2025-05-05 02:00:56] "POST /overlay-roles HTTP/1.1" 200 541 0.016413 10.0.0.56 - - [2025-05-05 02:00:56] "POST /fqname-to-id HTTP/1.1" 404 178 0.003036 10.0.0.56 - - [2025-05-05 02:00:56] "POST /overlay-roles HTTP/1.1" 200 519 0.016334 10.0.0.56 - - [2025-05-05 02:00:57] "POST /fqname-to-id HTTP/1.1" 404 190 0.003031 10.0.0.56 - - [2025-05-05 02:00:57] "POST /overlay-roles HTTP/1.1" 200 543 0.016346 10.0.0.56 - - [2025-05-05 02:00:57] "POST /fqname-to-id HTTP/1.1" 404 182 0.003232 10.0.0.56 - - [2025-05-05 02:00:57] "POST /role-definitions HTTP/1.1" 200 533 0.029531 10.0.0.56 - - [2025-05-05 02:00:57] "POST /fqname-to-id HTTP/1.1" 404 189 0.003076 10.0.0.56 - - [2025-05-05 02:00:57] "POST /role-definitions HTTP/1.1" 200 547 0.024684 10.0.0.56 - - [2025-05-05 02:00:57] "POST /fqname-to-id HTTP/1.1" 404 190 0.002953 10.0.0.56 - - [2025-05-05 02:00:57] "POST /role-definitions HTTP/1.1" 200 549 0.017923 10.0.0.56 - - [2025-05-05 02:00:57] "POST /fqname-to-id HTTP/1.1" 404 191 0.003457 10.0.0.56 - - [2025-05-05 02:00:57] "POST /role-definitions HTTP/1.1" 200 551 0.016348 10.0.0.56 - - [2025-05-05 02:00:57] "POST /fqname-to-id HTTP/1.1" 404 197 0.003328 10.0.0.56 - - [2025-05-05 02:00:57] "POST /role-definitions HTTP/1.1" 200 563 0.016748 10.0.0.56 - - [2025-05-05 02:00:57] "POST /fqname-to-id HTTP/1.1" 404 189 0.003126 10.0.0.56 - - [2025-05-05 02:00:57] "POST /role-definitions HTTP/1.1" 200 547 0.017233 10.0.0.56 - - [2025-05-05 02:00:57] "POST /fqname-to-id HTTP/1.1" 404 190 0.003693 10.0.0.56 - - [2025-05-05 02:00:57] "POST /role-definitions HTTP/1.1" 200 549 0.019026 10.0.0.56 - - [2025-05-05 02:00:57] "POST /fqname-to-id HTTP/1.1" 404 191 0.003327 10.0.0.56 - - [2025-05-05 02:00:58] "POST /role-definitions HTTP/1.1" 200 551 0.028652 10.0.0.56 - - [2025-05-05 02:00:58] "POST /fqname-to-id HTTP/1.1" 404 190 0.003051 10.0.0.56 - - [2025-05-05 02:00:58] "POST /role-definitions HTTP/1.1" 200 549 0.019145 10.0.0.56 - - [2025-05-05 02:00:58] "POST /fqname-to-id HTTP/1.1" 404 196 0.002957 10.0.0.56 - - [2025-05-05 02:00:58] "POST /role-definitions HTTP/1.1" 200 561 0.016000 10.0.0.56 - - [2025-05-05 02:00:58] "POST /fqname-to-id HTTP/1.1" 404 189 0.004079 10.0.0.56 - - [2025-05-05 02:00:58] "POST /role-definitions HTTP/1.1" 200 547 0.019495 10.0.0.56 - - [2025-05-05 02:00:58] "POST /fqname-to-id HTTP/1.1" 404 190 0.003517 10.0.0.56 - - [2025-05-05 02:00:58] "POST /role-definitions HTTP/1.1" 200 549 0.017905 10.0.0.56 - - [2025-05-05 02:00:58] "POST /fqname-to-id HTTP/1.1" 404 188 0.003487 10.0.0.56 - - [2025-05-05 02:00:58] "POST /role-definitions HTTP/1.1" 200 545 0.016412 10.0.0.56 - - [2025-05-05 02:00:58] "POST /fqname-to-id HTTP/1.1" 404 189 0.003020 10.0.0.56 - - [2025-05-05 02:00:58] "POST /role-definitions HTTP/1.1" 200 547 0.018920 10.0.0.56 - - [2025-05-05 02:00:58] "POST /fqname-to-id HTTP/1.1" 404 192 0.003244 10.0.0.56 - - [2025-05-05 02:00:58] "POST /role-definitions HTTP/1.1" 200 553 0.029721 10.0.0.56 - - [2025-05-05 02:00:58] "POST /fqname-to-id HTTP/1.1" 404 193 0.002923 10.0.0.56 - - [2025-05-05 02:00:58] "POST /role-definitions HTTP/1.1" 200 555 0.017061 10.0.0.56 - - [2025-05-05 02:00:58] "POST /fqname-to-id HTTP/1.1" 404 182 0.003618 10.0.0.56 - - [2025-05-05 02:00:59] "POST /role-definitions HTTP/1.1" 200 533 0.018379 10.0.0.56 - - [2025-05-05 02:00:59] "POST /fqname-to-id HTTP/1.1" 404 187 0.003780 10.0.0.56 - - [2025-05-05 02:00:59] "POST /role-definitions HTTP/1.1" 200 543 0.016669 10.0.0.56 - - [2025-05-05 02:00:59] "POST /fqname-to-id HTTP/1.1" 404 181 0.003466 10.0.0.56 - - [2025-05-05 02:00:59] "POST /role-definitions HTTP/1.1" 200 531 0.017419 10.0.0.56 - - [2025-05-05 02:00:59] "POST /fqname-to-id HTTP/1.1" 404 184 0.003408 10.0.0.56 - - [2025-05-05 02:00:59] "POST /role-definitions HTTP/1.1" 200 537 0.034962 10.0.0.56 - - [2025-05-05 02:00:59] "POST /fqname-to-id HTTP/1.1" 404 189 0.006503 10.0.0.56 - - [2025-05-05 02:00:59] "POST /role-definitions HTTP/1.1" 200 547 0.018379 10.0.0.56 - - [2025-05-05 02:00:59] "POST /fqname-to-id HTTP/1.1" 404 194 0.003930 10.0.0.56 - - [2025-05-05 02:00:59] "POST /role-definitions HTTP/1.1" 200 557 0.021544 10.0.0.56 - - [2025-05-05 02:00:59] "POST /fqname-to-id HTTP/1.1" 404 196 0.003039 10.0.0.56 - - [2025-05-05 02:00:59] "POST /role-definitions HTTP/1.1" 200 561 0.017309 10.0.0.56 - - [2025-05-05 02:00:59] "POST /fqname-to-id HTTP/1.1" 404 195 0.003321 10.0.0.56 - - [2025-05-05 02:00:59] "POST /role-definitions HTTP/1.1" 200 559 0.025091 10.0.0.56 - - [2025-05-05 02:00:59] "POST /fqname-to-id HTTP/1.1" 404 196 0.003168 10.0.0.56 - - [2025-05-05 02:00:59] "POST /feature-configs HTTP/1.1" 200 537 0.032715 10.0.0.56 - - [2025-05-05 02:01:00] "POST /fqname-to-id HTTP/1.1" 404 212 0.003218 10.0.0.56 - - [2025-05-05 02:01:00] "POST /feature-configs HTTP/1.1" 200 562 0.017344 10.0.0.56 - - [2025-05-05 02:01:00] "POST /fqname-to-id HTTP/1.1" 404 211 0.002944 10.0.0.56 - - [2025-05-05 02:01:00] "POST /feature-configs HTTP/1.1" 200 561 0.017391 10.0.0.56 - - [2025-05-05 02:01:00] "POST /fqname-to-id HTTP/1.1" 404 192 0.003035 10.0.0.56 - - [2025-05-05 02:01:00] "POST /node-profiles HTTP/1.1" 200 547 0.060725 10.0.0.56 - - [2025-05-05 02:01:00] "POST /fqname-to-id HTTP/1.1" 404 187 0.003077 10.0.0.56 - - [2025-05-05 02:01:00] "POST /node-profiles HTTP/1.1" 200 537 0.016332 10.0.0.56 - - [2025-05-05 02:01:00] "POST /fqname-to-id HTTP/1.1" 404 193 0.003961 10.0.0.56 - - [2025-05-05 02:01:00] "POST /node-profiles HTTP/1.1" 200 549 0.016703 10.0.0.56 - - [2025-05-05 02:01:00] "POST /fqname-to-id HTTP/1.1" 404 189 0.003587 10.0.0.56 - - [2025-05-05 02:01:00] "POST /node-profiles HTTP/1.1" 200 541 0.020045 10.0.0.56 - - [2025-05-05 02:01:00] "POST /fqname-to-id HTTP/1.1" 404 189 0.003004 10.0.0.56 - - [2025-05-05 02:01:00] "GET /global-system-configs HTTP/1.1" 200 322 1.014090 10.0.0.56 - - [2025-05-05 02:01:00] "POST /node-profiles HTTP/1.1" 200 541 0.016422 10.0.0.56 - - [2025-05-05 02:01:00] "POST /fqname-to-id HTTP/1.1" 404 188 0.003072 10.0.0.56 - - [2025-05-05 02:01:00] "POST /node-profiles HTTP/1.1" 200 539 0.016906 10.0.0.56 - - [2025-05-05 02:01:00] "POST /fqname-to-id HTTP/1.1" 404 184 0.002958 10.0.0.56 - - [2025-05-05 02:01:01] "POST /node-profiles HTTP/1.1" 200 531 0.018438 10.0.0.56 - - [2025-05-05 02:01:01] "POST /fqname-to-id HTTP/1.1" 404 185 0.003576 10.0.0.56 - - [2025-05-05 02:01:01] "POST /node-profiles HTTP/1.1" 200 533 0.020220 10.0.0.56 - - [2025-05-05 02:01:01] "POST /fqname-to-id HTTP/1.1" 404 197 0.003386 10.0.0.56 - - [2025-05-05 02:01:01] "POST /node-profiles HTTP/1.1" 200 557 0.017752 10.0.0.56 - - [2025-05-05 02:01:01] "POST /fqname-to-id HTTP/1.1" 404 206 0.004096 10.0.0.56 - - [2025-05-05 02:01:01] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016787 10.0.0.56 - - [2025-05-05 02:01:01] "POST /fqname-to-id HTTP/1.1" 404 206 0.003256 10.0.0.56 - - [2025-05-05 02:01:01] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016831 10.0.0.56 - - [2025-05-05 02:01:01] "POST /fqname-to-id HTTP/1.1" 404 206 0.003522 10.0.0.56 - - [2025-05-05 02:01:01] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017788 10.0.0.56 - - [2025-05-05 02:01:01] "POST /fqname-to-id HTTP/1.1" 404 206 0.004165 10.0.0.56 - - [2025-05-05 02:01:01] "POST /telemetry-profiles HTTP/1.1" 200 554 0.018959 10.0.0.56 - - [2025-05-05 02:01:01] "POST /fqname-to-id HTTP/1.1" 404 206 0.003198 10.0.0.56 - - [2025-05-05 02:01:01] "POST /telemetry-profiles HTTP/1.1" 200 554 0.030096 10.0.0.56 - - [2025-05-05 02:01:01] "POST /fqname-to-id HTTP/1.1" 404 206 0.003283 10.0.0.56 - - [2025-05-05 02:01:01] "POST /telemetry-profiles HTTP/1.1" 200 554 0.019317 10.0.0.56 - - [2025-05-05 02:01:01] "POST /fqname-to-id HTTP/1.1" 404 199 0.003258 10.0.0.56 - - [2025-05-05 02:01:02] "POST /sflow-profiles HTTP/1.1" 200 532 0.017435 10.0.0.56 - - [2025-05-05 02:01:02] "GET /global-system-configs HTTP/1.1" 200 322 0.024543 10.0.0.56 - - [2025-05-05 02:01:02] "POST /fqname-to-id HTTP/1.1" 404 202 0.002508 10.0.0.56 - - [2025-05-05 02:01:02] "POST /sflow-profiles HTTP/1.1" 200 538 0.017401 10.0.0.56 - - [2025-05-05 02:01:02] "POST /fqname-to-id HTTP/1.1" 404 202 0.003210 10.0.0.56 - - [2025-05-05 02:01:02] "POST /sflow-profiles HTTP/1.1" 200 538 0.016689 10.0.0.56 - - [2025-05-05 02:01:02] "POST /fqname-to-id HTTP/1.1" 404 199 0.003103 10.0.0.56 - - [2025-05-05 02:01:02] "POST /grpc-profiles HTTP/1.1" 200 530 0.016385 10.0.0.56 - - [2025-05-05 02:01:02] "POST /fqname-to-id HTTP/1.1" 404 199 0.002901 10.0.0.56 - - [2025-05-05 02:01:02] "POST /snmp-profiles HTTP/1.1" 200 530 0.016701 10.0.0.56 - - [2025-05-05 02:01:02] "POST /fqname-to-id HTTP/1.1" 404 202 0.003309 10.0.0.56 - - [2025-05-05 02:01:02] "POST /netconf-profiles HTTP/1.1" 200 542 0.015988 10.0.0.56 - - [2025-05-05 02:01:02] "POST /fqname-to-id HTTP/1.1" 404 193 0.002894 10.0.0.56 - - [2025-05-05 02:01:02] "POST /device-functional-groups HTTP/1.1" 200 540 0.016615 10.0.0.56 - - [2025-05-05 02:01:02] "POST /fqname-to-id HTTP/1.1" 404 193 0.003004 10.0.0.56 - - [2025-05-05 02:01:02] "POST /device-functional-groups HTTP/1.1" 200 540 0.016201 10.0.0.56 - - [2025-05-05 02:01:02] "POST /fqname-to-id HTTP/1.1" 404 195 0.003004 10.0.0.56 - - [2025-05-05 02:01:02] "POST /device-functional-groups HTTP/1.1" 200 544 0.016949 10.0.0.56 - - [2025-05-05 02:01:02] "POST /fqname-to-id HTTP/1.1" 404 194 0.002932 10.0.0.56 - - [2025-05-05 02:01:03] "POST /device-functional-groups HTTP/1.1" 200 542 0.016480 10.0.0.56 - - [2025-05-05 02:01:03] "POST /fqname-to-id HTTP/1.1" 404 218 0.002994 10.0.0.56 - - [2025-05-05 02:01:03] "POST /device-functional-groups HTTP/1.1" 200 590 0.016599 10.0.0.56 - - [2025-05-05 02:01:03] "POST /fqname-to-id HTTP/1.1" 404 208 0.003134 10.0.0.56 - - [2025-05-05 02:01:03] "POST /device-functional-groups HTTP/1.1" 200 570 0.016779 10.0.0.56 - - [2025-05-05 02:01:03] "POST /fqname-to-id HTTP/1.1" 404 236 0.003312 10.0.0.56 - - [2025-05-05 02:01:03] "POST /device-functional-groups HTTP/1.1" 200 620 0.017207 10.0.0.56 - - [2025-05-05 02:01:03] "POST /fqname-to-id HTTP/1.1" 404 206 0.003090 10.0.0.56 - - [2025-05-05 02:01:03] "POST /device-functional-groups HTTP/1.1" 200 566 0.017514 10.0.0.56 - - [2025-05-05 02:01:03] "POST /fqname-to-id HTTP/1.1" 404 205 0.003053 10.0.0.56 - - [2025-05-05 02:01:03] "POST /device-functional-groups HTTP/1.1" 200 564 0.016209 10.0.0.56 - - [2025-05-05 02:01:03] "POST /fqname-to-id HTTP/1.1" 404 210 0.002968 10.0.0.56 - - [2025-05-05 02:01:03] "POST /device-functional-groups HTTP/1.1" 200 574 0.015991 10.0.0.56 - - [2025-05-05 02:01:03] "POST /fqname-to-id HTTP/1.1" 404 201 0.002840 10.0.0.56 - - [2025-05-05 02:01:03] "POST /role-configs HTTP/1.1" 200 525 0.028710 10.0.0.56 - - [2025-05-05 02:01:03] "POST /fqname-to-id HTTP/1.1" 404 196 0.003076 10.0.0.56 - - [2025-05-05 02:01:03] "POST /role-configs HTTP/1.1" 200 520 0.021669 10.0.0.56 - - [2025-05-05 02:01:03] "POST /fqname-to-id HTTP/1.1" 404 198 0.002993 10.0.0.56 - - [2025-05-05 02:01:04] "POST /role-configs HTTP/1.1" 200 522 0.016851 10.0.0.56 - - [2025-05-05 02:01:04] "POST /fqname-to-id HTTP/1.1" 404 198 0.002993 10.0.0.56 - - [2025-05-05 02:01:04] "POST /role-configs HTTP/1.1" 200 522 0.016504 10.0.0.56 - - [2025-05-05 02:01:04] "POST /fqname-to-id HTTP/1.1" 404 202 0.003042 10.0.0.56 - - [2025-05-05 02:01:04] "POST /role-configs HTTP/1.1" 200 526 0.016725 10.0.0.56 - - [2025-05-05 02:01:04] "POST /fqname-to-id HTTP/1.1" 404 197 0.004198 10.0.0.56 - - [2025-05-05 02:01:04] "POST /role-configs HTTP/1.1" 200 521 0.017110 10.0.0.56 - - [2025-05-05 02:01:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.003025 10.0.0.56 - - [2025-05-05 02:01:04] "POST /role-configs HTTP/1.1" 200 517 0.016459 10.0.0.56 - - [2025-05-05 02:01:04] "POST /fqname-to-id HTTP/1.1" 404 194 0.002903 10.0.0.56 - - [2025-05-05 02:01:04] "POST /role-configs HTTP/1.1" 200 518 0.016879 10.0.0.56 - - [2025-05-05 02:01:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.56 - - [2025-05-05 02:01:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.56 - - [2025-05-05 02:01:04] "POST /ref-update HTTP/1.1" 200 156 0.009640 10.0.0.56 - - [2025-05-05 02:01:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.56 - - [2025-05-05 02:01:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.56 - - [2025-05-05 02:01:04] "POST /ref-update HTTP/1.1" 200 156 0.008612 10.0.0.56 - - [2025-05-05 02:01:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.56 - - [2025-05-05 02:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292 10.0.0.56 - - [2025-05-05 02:01:05] "POST /ref-update HTTP/1.1" 200 156 0.009687 10.0.0.56 - - [2025-05-05 02:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.56 - - [2025-05-05 02:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.56 - - [2025-05-05 02:01:05] "POST /ref-update HTTP/1.1" 200 156 0.009317 10.0.0.56 - - [2025-05-05 02:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.56 - - [2025-05-05 02:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.56 - - [2025-05-05 02:01:05] "POST /ref-update HTTP/1.1" 200 156 0.008171 10.0.0.56 - - [2025-05-05 02:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.56 - - [2025-05-05 02:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.56 - - [2025-05-05 02:01:05] "POST /ref-update HTTP/1.1" 200 156 0.009799 10.0.0.56 - - [2025-05-05 02:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.56 - - [2025-05-05 02:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.56 - - [2025-05-05 02:01:05] "POST /ref-update HTTP/1.1" 200 156 0.010573 10.0.0.56 - - [2025-05-05 02:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.56 - - [2025-05-05 02:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.56 - - [2025-05-05 02:01:05] "POST /ref-update HTTP/1.1" 200 156 0.009450 10.0.0.56 - - [2025-05-05 02:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.56 - - [2025-05-05 02:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.56 - - [2025-05-05 02:01:05] "POST /ref-update HTTP/1.1" 200 156 0.009672 10.0.0.56 - - [2025-05-05 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.56 - - [2025-05-05 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.56 - - [2025-05-05 02:01:06] "POST /ref-update HTTP/1.1" 200 156 0.008616 10.0.0.56 - - [2025-05-05 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.56 - - [2025-05-05 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.56 - - [2025-05-05 02:01:06] "POST /ref-update HTTP/1.1" 200 156 0.008561 10.0.0.56 - - [2025-05-05 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.56 - - [2025-05-05 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.56 - - [2025-05-05 02:01:06] "POST /ref-update HTTP/1.1" 200 156 0.007555 10.0.0.56 - - [2025-05-05 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.56 - - [2025-05-05 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.56 - - [2025-05-05 02:01:06] "POST /ref-update HTTP/1.1" 200 156 0.007416 10.0.0.56 - - [2025-05-05 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.56 - - [2025-05-05 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004298 10.0.0.56 - - [2025-05-05 02:01:06] "POST /ref-update HTTP/1.1" 200 156 0.009295 10.0.0.56 - - [2025-05-05 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.56 - - [2025-05-05 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.56 - - [2025-05-05 02:01:06] "POST /ref-update HTTP/1.1" 200 156 0.007689 10.0.0.56 - - [2025-05-05 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.56 - - [2025-05-05 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.56 - - [2025-05-05 02:01:07] "POST /ref-update HTTP/1.1" 200 156 0.007170 10.0.0.56 - - [2025-05-05 02:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.56 - - [2025-05-05 02:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.56 - - [2025-05-05 02:01:07] "POST /ref-update HTTP/1.1" 200 156 0.007802 10.0.0.56 - - [2025-05-05 02:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.56 - - [2025-05-05 02:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.56 - - [2025-05-05 02:01:07] "POST /ref-update HTTP/1.1" 200 156 0.008074 10.0.0.56 - - [2025-05-05 02:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.56 - - [2025-05-05 02:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.56 - - [2025-05-05 02:01:07] "POST /ref-update HTTP/1.1" 200 156 0.009473 10.0.0.56 - - [2025-05-05 02:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.56 - - [2025-05-05 02:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.56 - - [2025-05-05 02:01:07] "POST /ref-update HTTP/1.1" 200 156 0.007204 10.0.0.56 - - [2025-05-05 02:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.56 - - [2025-05-05 02:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.56 - - [2025-05-05 02:01:07] "POST /ref-update HTTP/1.1" 200 156 0.007276 10.0.0.56 - - [2025-05-05 02:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.56 - - [2025-05-05 02:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.56 - - [2025-05-05 02:01:07] "POST /ref-update HTTP/1.1" 200 156 0.009417 10.0.0.56 - - [2025-05-05 02:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.56 - - [2025-05-05 02:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.56 - - [2025-05-05 02:01:08] "POST /ref-update HTTP/1.1" 200 156 0.007358 10.0.0.56 - - [2025-05-05 02:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.56 - - [2025-05-05 02:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.56 - - [2025-05-05 02:01:08] "POST /ref-update HTTP/1.1" 200 156 0.008026 10.0.0.56 - - [2025-05-05 02:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.56 - - [2025-05-05 02:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.56 - - [2025-05-05 02:01:08] "POST /ref-update HTTP/1.1" 200 156 0.008735 10.0.0.56 - - [2025-05-05 02:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.56 - - [2025-05-05 02:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.56 - - [2025-05-05 02:01:08] "POST /ref-update HTTP/1.1" 200 156 0.007432 10.0.0.56 - - [2025-05-05 02:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.56 - - [2025-05-05 02:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.56 - - [2025-05-05 02:01:08] "POST /ref-update HTTP/1.1" 200 156 0.008549 10.0.0.56 - - [2025-05-05 02:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.56 - - [2025-05-05 02:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.56 - - [2025-05-05 02:01:08] "POST /ref-update HTTP/1.1" 200 156 0.007596 10.0.0.56 - - [2025-05-05 02:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.56 - - [2025-05-05 02:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.56 - - [2025-05-05 02:01:08] "POST /ref-update HTTP/1.1" 200 156 0.007139 10.0.0.56 - - [2025-05-05 02:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.56 - - [2025-05-05 02:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.56 - - [2025-05-05 02:01:09] "POST /ref-update HTTP/1.1" 200 156 0.007783 10.0.0.56 - - [2025-05-05 02:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.56 - - [2025-05-05 02:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.56 - - [2025-05-05 02:01:09] "POST /ref-update HTTP/1.1" 200 156 0.008073 10.0.0.56 - - [2025-05-05 02:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.56 - - [2025-05-05 02:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.56 - - [2025-05-05 02:01:09] "POST /ref-update HTTP/1.1" 200 156 0.007937 10.0.0.56 - - [2025-05-05 02:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.56 - - [2025-05-05 02:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.56 - - [2025-05-05 02:01:09] "POST /ref-update HTTP/1.1" 200 156 0.008275 10.0.0.56 - - [2025-05-05 02:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.56 - - [2025-05-05 02:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.56 - - [2025-05-05 02:01:09] "POST /ref-update HTTP/1.1" 200 156 0.006966 10.0.0.56 - - [2025-05-05 02:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.56 - - [2025-05-05 02:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.56 - - [2025-05-05 02:01:09] "POST /ref-update HTTP/1.1" 200 156 0.008655 10.0.0.56 - - [2025-05-05 02:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.56 - - [2025-05-05 02:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.56 - - [2025-05-05 02:01:10] "POST /ref-update HTTP/1.1" 200 156 0.007356 10.0.0.56 - - [2025-05-05 02:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004187 10.0.0.56 - - [2025-05-05 02:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.56 - - [2025-05-05 02:01:10] "POST /ref-update HTTP/1.1" 200 156 0.007423 10.0.0.56 - - [2025-05-05 02:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.56 - - [2025-05-05 02:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.56 - - [2025-05-05 02:01:10] "POST /ref-update HTTP/1.1" 200 156 0.007177 10.0.0.56 - - [2025-05-05 02:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.56 - - [2025-05-05 02:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.56 - - [2025-05-05 02:01:10] "POST /ref-update HTTP/1.1" 200 156 0.007935 10.0.0.56 - - [2025-05-05 02:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.56 - - [2025-05-05 02:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.56 - - [2025-05-05 02:01:10] "POST /ref-update HTTP/1.1" 200 156 0.007576 10.0.0.56 - - [2025-05-05 02:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.56 - - [2025-05-05 02:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.56 - - [2025-05-05 02:01:10] "POST /ref-update HTTP/1.1" 200 156 0.008108 10.0.0.56 - - [2025-05-05 02:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.56 - - [2025-05-05 02:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.56 - - [2025-05-05 02:01:10] "POST /ref-update HTTP/1.1" 200 156 0.007585 10.0.0.56 - - [2025-05-05 02:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.56 - - [2025-05-05 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.56 - - [2025-05-05 02:01:11] "POST /ref-update HTTP/1.1" 200 156 0.008403 10.0.0.56 - - [2025-05-05 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.56 - - [2025-05-05 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.56 - - [2025-05-05 02:01:11] "POST /ref-update HTTP/1.1" 200 156 0.007676 10.0.0.56 - - [2025-05-05 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.56 - - [2025-05-05 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.56 - - [2025-05-05 02:01:11] "POST /ref-update HTTP/1.1" 200 156 0.009140 10.0.0.56 - - [2025-05-05 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.56 - - [2025-05-05 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.56 - - [2025-05-05 02:01:11] "POST /ref-update HTTP/1.1" 200 156 0.007960 10.0.0.56 - - [2025-05-05 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.56 - - [2025-05-05 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.56 - - [2025-05-05 02:01:11] "POST /ref-update HTTP/1.1" 200 156 0.007456 10.0.0.56 - - [2025-05-05 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.56 - - [2025-05-05 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.56 - - [2025-05-05 02:01:11] "POST /ref-update HTTP/1.1" 200 156 0.008564 10.0.0.56 - - [2025-05-05 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.56 - - [2025-05-05 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.56 - - [2025-05-05 02:01:11] "POST /ref-update HTTP/1.1" 200 156 0.008077 10.0.0.56 - - [2025-05-05 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.56 - - [2025-05-05 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.56 - - [2025-05-05 02:01:12] "POST /ref-update HTTP/1.1" 200 156 0.008595 10.0.0.56 - - [2025-05-05 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.56 - - [2025-05-05 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.56 - - [2025-05-05 02:01:12] "POST /ref-update HTTP/1.1" 200 156 0.008507 10.0.0.56 - - [2025-05-05 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.56 - - [2025-05-05 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.56 - - [2025-05-05 02:01:12] "POST /ref-update HTTP/1.1" 200 156 0.007991 10.0.0.56 - - [2025-05-05 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.56 - - [2025-05-05 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.56 - - [2025-05-05 02:01:12] "POST /ref-update HTTP/1.1" 200 156 0.009004 10.0.0.56 - - [2025-05-05 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.56 - - [2025-05-05 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.56 - - [2025-05-05 02:01:12] "POST /ref-update HTTP/1.1" 200 156 0.009341 10.0.0.56 - - [2025-05-05 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.56 - - [2025-05-05 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.56 - - [2025-05-05 02:01:12] "POST /ref-update HTTP/1.1" 200 156 0.008181 10.0.0.56 - - [2025-05-05 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.56 - - [2025-05-05 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.56 - - [2025-05-05 02:01:13] "POST /ref-update HTTP/1.1" 200 156 0.007187 10.0.0.56 - - [2025-05-05 02:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.56 - - [2025-05-05 02:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.56 - - [2025-05-05 02:01:13] "POST /ref-update HTTP/1.1" 200 156 0.008774 10.0.0.56 - - [2025-05-05 02:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.56 - - [2025-05-05 02:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.56 - - [2025-05-05 02:01:13] "POST /ref-update HTTP/1.1" 200 156 0.007590 10.0.0.56 - - [2025-05-05 02:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.56 - - [2025-05-05 02:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.56 - - [2025-05-05 02:01:13] "POST /ref-update HTTP/1.1" 200 156 0.007136 10.0.0.56 - - [2025-05-05 02:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.56 - - [2025-05-05 02:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.56 - - [2025-05-05 02:01:13] "POST /ref-update HTTP/1.1" 200 156 0.007898 10.0.0.56 - - [2025-05-05 02:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.56 - - [2025-05-05 02:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.56 - - [2025-05-05 02:01:13] "POST /ref-update HTTP/1.1" 200 156 0.008421 10.0.0.56 - - [2025-05-05 02:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.56 - - [2025-05-05 02:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.56 - - [2025-05-05 02:01:13] "POST /ref-update HTTP/1.1" 200 156 0.010038 10.0.0.56 - - [2025-05-05 02:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004124 10.0.0.56 - - [2025-05-05 02:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.56 - - [2025-05-05 02:01:14] "POST /ref-update HTTP/1.1" 200 156 0.007404 10.0.0.56 - - [2025-05-05 02:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.56 - - [2025-05-05 02:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.56 - - [2025-05-05 02:01:14] "POST /ref-update HTTP/1.1" 200 156 0.008482 10.0.0.56 - - [2025-05-05 02:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.56 - - [2025-05-05 02:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.56 - - [2025-05-05 02:01:14] "POST /ref-update HTTP/1.1" 200 156 0.008036 10.0.0.56 - - [2025-05-05 02:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.56 - - [2025-05-05 02:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.56 - - [2025-05-05 02:01:14] "POST /ref-update HTTP/1.1" 200 156 0.009852 10.0.0.56 - - [2025-05-05 02:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.56 - - [2025-05-05 02:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.56 - - [2025-05-05 02:01:14] "POST /ref-update HTTP/1.1" 200 156 0.007929 10.0.0.56 - - [2025-05-05 02:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.56 - - [2025-05-05 02:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.56 - - [2025-05-05 02:01:14] "POST /ref-update HTTP/1.1" 200 156 0.008184 10.0.0.56 - - [2025-05-05 02:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.56 - - [2025-05-05 02:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.56 - - [2025-05-05 02:01:15] "POST /ref-update HTTP/1.1" 200 156 0.008928 10.0.0.56 - - [2025-05-05 02:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004015 10.0.0.56 - - [2025-05-05 02:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.56 - - [2025-05-05 02:01:15] "POST /ref-update HTTP/1.1" 200 156 0.007312 10.0.0.56 - - [2025-05-05 02:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.56 - - [2025-05-05 02:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.56 - - [2025-05-05 02:01:15] "POST /ref-update HTTP/1.1" 200 156 0.008374 10.0.0.56 - - [2025-05-05 02:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.56 - - [2025-05-05 02:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.56 - - [2025-05-05 02:01:15] "POST /ref-update HTTP/1.1" 200 156 0.007646 10.0.0.56 - - [2025-05-05 02:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.56 - - [2025-05-05 02:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.56 - - [2025-05-05 02:01:15] "POST /ref-update HTTP/1.1" 200 156 0.007593 10.0.0.56 - - [2025-05-05 02:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.56 - - [2025-05-05 02:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.56 - - [2025-05-05 02:01:15] "POST /ref-update HTTP/1.1" 200 156 0.009954 10.0.0.56 - - [2025-05-05 02:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.56 - - [2025-05-05 02:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.56 - - [2025-05-05 02:01:15] "POST /ref-update HTTP/1.1" 200 156 0.007300 10.0.0.56 - - [2025-05-05 02:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.56 - - [2025-05-05 02:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.56 - - [2025-05-05 02:01:16] "POST /ref-update HTTP/1.1" 200 156 0.007399 10.0.0.56 - - [2025-05-05 02:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.56 - - [2025-05-05 02:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.56 - - [2025-05-05 02:01:16] "POST /ref-update HTTP/1.1" 200 156 0.008319 10.0.0.56 - - [2025-05-05 02:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.56 - - [2025-05-05 02:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.56 - - [2025-05-05 02:01:16] "POST /ref-update HTTP/1.1" 200 156 0.007549 10.0.0.56 - - [2025-05-05 02:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.56 - - [2025-05-05 02:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.56 - - [2025-05-05 02:01:16] "POST /ref-update HTTP/1.1" 200 156 0.008727 10.0.0.56 - - [2025-05-05 02:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.56 - - [2025-05-05 02:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.56 - - [2025-05-05 02:01:16] "POST /ref-update HTTP/1.1" 200 156 0.010986 10.0.0.56 - - [2025-05-05 02:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.56 - - [2025-05-05 02:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.56 - - [2025-05-05 02:01:16] "POST /ref-update HTTP/1.1" 200 156 0.007263 10.0.0.56 - - [2025-05-05 02:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.56 - - [2025-05-05 02:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.56 - - [2025-05-05 02:01:16] "POST /ref-update HTTP/1.1" 200 156 0.007180 10.0.0.56 - - [2025-05-05 02:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.56 - - [2025-05-05 02:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.56 - - [2025-05-05 02:01:17] "POST /ref-update HTTP/1.1" 200 156 0.008501 10.0.0.56 - - [2025-05-05 02:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.56 - - [2025-05-05 02:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.56 - - [2025-05-05 02:01:17] "POST /ref-update HTTP/1.1" 200 156 0.009906 10.0.0.56 - - [2025-05-05 02:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004599 10.0.0.56 - - [2025-05-05 02:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003988 10.0.0.56 - - [2025-05-05 02:01:17] "POST /ref-update HTTP/1.1" 200 156 0.007755 10.0.0.56 - - [2025-05-05 02:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.56 - - [2025-05-05 02:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.56 - - [2025-05-05 02:01:17] "POST /ref-update HTTP/1.1" 200 156 0.007390 10.0.0.56 - - [2025-05-05 02:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.56 - - [2025-05-05 02:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.56 - - [2025-05-05 02:01:17] "POST /ref-update HTTP/1.1" 200 156 0.008639 10.0.0.56 - - [2025-05-05 02:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.56 - - [2025-05-05 02:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.56 - - [2025-05-05 02:01:17] "POST /ref-update HTTP/1.1" 200 156 0.008150 10.0.0.56 - - [2025-05-05 02:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.56 - - [2025-05-05 02:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.56 - - [2025-05-05 02:01:18] "POST /ref-update HTTP/1.1" 200 156 0.007380 10.0.0.56 - - [2025-05-05 02:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.56 - - [2025-05-05 02:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.56 - - [2025-05-05 02:01:18] "POST /ref-update HTTP/1.1" 200 156 0.008780 10.0.0.56 - - [2025-05-05 02:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.56 - - [2025-05-05 02:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.56 - - [2025-05-05 02:01:18] "POST /ref-update HTTP/1.1" 200 156 0.007686 10.0.0.56 - - [2025-05-05 02:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.56 - - [2025-05-05 02:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.56 - - [2025-05-05 02:01:18] "POST /ref-update HTTP/1.1" 200 156 0.008466 10.0.0.56 - - [2025-05-05 02:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.56 - - [2025-05-05 02:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.56 - - [2025-05-05 02:01:18] "POST /ref-update HTTP/1.1" 200 156 0.007472 10.0.0.56 - - [2025-05-05 02:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.56 - - [2025-05-05 02:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.56 - - [2025-05-05 02:01:18] "POST /ref-update HTTP/1.1" 200 156 0.007596 10.0.0.56 - - [2025-05-05 02:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.56 - - [2025-05-05 02:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.56 - - [2025-05-05 02:01:18] "POST /ref-update HTTP/1.1" 200 156 0.007470 10.0.0.56 - - [2025-05-05 02:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.56 - - [2025-05-05 02:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.56 - - [2025-05-05 02:01:19] "POST /ref-update HTTP/1.1" 200 156 0.009384 10.0.0.56 - - [2025-05-05 02:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.56 - - [2025-05-05 02:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.56 - - [2025-05-05 02:01:19] "POST /ref-update HTTP/1.1" 200 156 0.007338 10.0.0.56 - - [2025-05-05 02:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.56 - - [2025-05-05 02:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.56 - - [2025-05-05 02:01:19] "POST /ref-update HTTP/1.1" 200 156 0.007994 10.0.0.56 - - [2025-05-05 02:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.56 - - [2025-05-05 02:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.56 - - [2025-05-05 02:01:19] "POST /ref-update HTTP/1.1" 200 156 0.007295 10.0.0.56 - - [2025-05-05 02:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.56 - - [2025-05-05 02:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.56 - - [2025-05-05 02:01:19] "POST /ref-update HTTP/1.1" 200 156 0.007435 10.0.0.56 - - [2025-05-05 02:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.56 - - [2025-05-05 02:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.56 - - [2025-05-05 02:01:19] "POST /ref-update HTTP/1.1" 200 156 0.007915 10.0.0.56 - - [2025-05-05 02:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.56 - - [2025-05-05 02:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.56 - - [2025-05-05 02:01:20] "POST /ref-update HTTP/1.1" 200 156 0.009089 10.0.0.56 - - [2025-05-05 02:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.56 - - [2025-05-05 02:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004306 10.0.0.56 - - [2025-05-05 02:01:20] "POST /ref-update HTTP/1.1" 200 156 0.008471 10.0.0.56 - - [2025-05-05 02:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.56 - - [2025-05-05 02:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.56 - - [2025-05-05 02:01:20] "POST /ref-update HTTP/1.1" 200 156 0.007935 10.0.0.56 - - [2025-05-05 02:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.56 - - [2025-05-05 02:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.56 - - [2025-05-05 02:01:20] "POST /ref-update HTTP/1.1" 200 156 0.008166 10.0.0.56 - - [2025-05-05 02:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.56 - - [2025-05-05 02:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.56 - - [2025-05-05 02:01:20] "POST /ref-update HTTP/1.1" 200 156 0.008293 10.0.0.56 - - [2025-05-05 02:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.56 - - [2025-05-05 02:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.56 - - [2025-05-05 02:01:20] "POST /ref-update HTTP/1.1" 200 156 0.007599 10.0.0.56 - - [2025-05-05 02:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.56 - - [2025-05-05 02:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.56 - - [2025-05-05 02:01:20] "POST /ref-update HTTP/1.1" 200 156 0.008707 10.0.0.56 - - [2025-05-05 02:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.56 - - [2025-05-05 02:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.56 - - [2025-05-05 02:01:21] "POST /ref-update HTTP/1.1" 200 156 0.008402 10.0.0.56 - - [2025-05-05 02:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.56 - - [2025-05-05 02:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.56 - - [2025-05-05 02:01:21] "POST /ref-update HTTP/1.1" 200 156 0.008186 10.0.0.56 - - [2025-05-05 02:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.56 - - [2025-05-05 02:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.56 - - [2025-05-05 02:01:21] "POST /ref-update HTTP/1.1" 200 156 0.007600 10.0.0.56 - - [2025-05-05 02:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.56 - - [2025-05-05 02:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.56 - - [2025-05-05 02:01:21] "POST /ref-update HTTP/1.1" 200 156 0.007676 10.0.0.56 - - [2025-05-05 02:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003921 10.0.0.56 - - [2025-05-05 02:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.56 - - [2025-05-05 02:01:21] "POST /ref-update HTTP/1.1" 200 156 0.008347 10.0.0.56 - - [2025-05-05 02:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.56 - - [2025-05-05 02:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.56 - - [2025-05-05 02:01:21] "POST /ref-update HTTP/1.1" 200 156 0.007474 10.0.0.56 - - [2025-05-05 02:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.56 - - [2025-05-05 02:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.56 - - [2025-05-05 02:01:21] "POST /ref-update HTTP/1.1" 200 156 0.007838 10.0.0.56 - - [2025-05-05 02:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.56 - - [2025-05-05 02:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.56 - - [2025-05-05 02:01:22] "POST /ref-update HTTP/1.1" 200 156 0.007008 10.0.0.56 - - [2025-05-05 02:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.56 - - [2025-05-05 02:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.56 - - [2025-05-05 02:01:22] "POST /ref-update HTTP/1.1" 200 156 0.009149 10.0.0.56 - - [2025-05-05 02:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004091 10.0.0.56 - - [2025-05-05 02:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.56 - - [2025-05-05 02:01:22] "POST /ref-update HTTP/1.1" 200 156 0.007947 10.0.0.56 - - [2025-05-05 02:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.56 - - [2025-05-05 02:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.56 - - [2025-05-05 02:01:22] "POST /ref-update HTTP/1.1" 200 156 0.008028 10.0.0.56 - - [2025-05-05 02:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.56 - - [2025-05-05 02:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.56 - - [2025-05-05 02:01:22] "POST /ref-update HTTP/1.1" 200 156 0.008613 10.0.0.56 - - [2025-05-05 02:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.56 - - [2025-05-05 02:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.56 - - [2025-05-05 02:01:22] "POST /ref-update HTTP/1.1" 200 156 0.014262 10.0.0.56 - - [2025-05-05 02:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.56 - - [2025-05-05 02:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.56 - - [2025-05-05 02:01:23] "POST /ref-update HTTP/1.1" 200 156 0.008363 10.0.0.56 - - [2025-05-05 02:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.56 - - [2025-05-05 02:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.56 - - [2025-05-05 02:01:23] "POST /ref-update HTTP/1.1" 200 156 0.008376 10.0.0.56 - - [2025-05-05 02:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.56 - - [2025-05-05 02:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.56 - - [2025-05-05 02:01:23] "POST /ref-update HTTP/1.1" 200 156 0.009050 10.0.0.56 - - [2025-05-05 02:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.56 - - [2025-05-05 02:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.56 - - [2025-05-05 02:01:23] "POST /ref-update HTTP/1.1" 200 156 0.009586 10.0.0.56 - - [2025-05-05 02:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004372 10.0.0.56 - - [2025-05-05 02:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.56 - - [2025-05-05 02:01:23] "POST /ref-update HTTP/1.1" 200 156 0.009139 10.0.0.56 - - [2025-05-05 02:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004300 10.0.0.56 - - [2025-05-05 02:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.56 - - [2025-05-05 02:01:23] "POST /ref-update HTTP/1.1" 200 156 0.007453 10.0.0.56 - - [2025-05-05 02:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.56 - - [2025-05-05 02:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.56 - - [2025-05-05 02:01:23] "POST /ref-update HTTP/1.1" 200 156 0.008849 10.0.0.56 - - [2025-05-05 02:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004150 10.0.0.56 - - [2025-05-05 02:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.56 - - [2025-05-05 02:01:24] "POST /ref-update HTTP/1.1" 200 156 0.008806 10.0.0.56 - - [2025-05-05 02:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.56 - - [2025-05-05 02:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.56 - - [2025-05-05 02:01:24] "POST /ref-update HTTP/1.1" 200 156 0.007044 10.0.0.56 - - [2025-05-05 02:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.56 - - [2025-05-05 02:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.56 - - [2025-05-05 02:01:24] "POST /ref-update HTTP/1.1" 200 156 0.007532 10.0.0.56 - - [2025-05-05 02:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.56 - - [2025-05-05 02:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.56 - - [2025-05-05 02:01:24] "POST /ref-update HTTP/1.1" 200 156 0.007231 10.0.0.56 - - [2025-05-05 02:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.56 - - [2025-05-05 02:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.56 - - [2025-05-05 02:01:24] "POST /ref-update HTTP/1.1" 200 156 0.007420 10.0.0.56 - - [2025-05-05 02:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003987 10.0.0.56 - - [2025-05-05 02:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.56 - - [2025-05-05 02:01:24] "POST /ref-update HTTP/1.1" 200 156 0.007106 10.0.0.56 - - [2025-05-05 02:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.56 - - [2025-05-05 02:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.56 - - [2025-05-05 02:01:25] "POST /ref-update HTTP/1.1" 200 156 0.007935 10.0.0.56 - - [2025-05-05 02:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.56 - - [2025-05-05 02:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.56 - - [2025-05-05 02:01:25] "POST /ref-update HTTP/1.1" 200 156 0.007860 10.0.0.56 - - [2025-05-05 02:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.56 - - [2025-05-05 02:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.56 - - [2025-05-05 02:01:25] "POST /ref-update HTTP/1.1" 200 156 0.007241 10.0.0.56 - - [2025-05-05 02:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.56 - - [2025-05-05 02:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.56 - - [2025-05-05 02:01:25] "POST /ref-update HTTP/1.1" 200 156 0.009118 10.0.0.56 - - [2025-05-05 02:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.56 - - [2025-05-05 02:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.56 - - [2025-05-05 02:01:25] "POST /ref-update HTTP/1.1" 200 156 0.007896 10.0.0.56 - - [2025-05-05 02:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.56 - - [2025-05-05 02:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.56 - - [2025-05-05 02:01:25] "POST /ref-update HTTP/1.1" 200 156 0.007396 10.0.0.56 - - [2025-05-05 02:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.56 - - [2025-05-05 02:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.56 - - [2025-05-05 02:01:25] "POST /ref-update HTTP/1.1" 200 156 0.007633 10.0.0.56 - - [2025-05-05 02:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.56 - - [2025-05-05 02:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.56 - - [2025-05-05 02:01:26] "POST /ref-update HTTP/1.1" 200 156 0.007438 10.0.0.56 - - [2025-05-05 02:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.56 - - [2025-05-05 02:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.56 - - [2025-05-05 02:01:26] "POST /ref-update HTTP/1.1" 200 156 0.008380 10.0.0.56 - - [2025-05-05 02:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.56 - - [2025-05-05 02:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.56 - - [2025-05-05 02:01:26] "POST /ref-update HTTP/1.1" 200 156 0.008226 10.0.0.56 - - [2025-05-05 02:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.56 - - [2025-05-05 02:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.56 - - [2025-05-05 02:01:26] "POST /ref-update HTTP/1.1" 200 156 0.008966 10.0.0.56 - - [2025-05-05 02:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.56 - - [2025-05-05 02:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.56 - - [2025-05-05 02:01:26] "POST /ref-update HTTP/1.1" 200 156 0.007892 10.0.0.56 - - [2025-05-05 02:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.56 - - [2025-05-05 02:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.56 - - [2025-05-05 02:01:26] "POST /ref-update HTTP/1.1" 200 156 0.007598 10.0.0.56 - - [2025-05-05 02:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.56 - - [2025-05-05 02:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.56 - - [2025-05-05 02:01:27] "POST /ref-update HTTP/1.1" 200 156 0.007306 10.0.0.56 - - [2025-05-05 02:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.56 - - [2025-05-05 02:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.56 - - [2025-05-05 02:01:27] "POST /ref-update HTTP/1.1" 200 156 0.008719 10.0.0.56 - - [2025-05-05 02:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005324 10.0.0.56 - - [2025-05-05 02:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.56 - - [2025-05-05 02:01:27] "POST /ref-update HTTP/1.1" 200 156 0.007532 10.0.0.56 - - [2025-05-05 02:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.56 - - [2025-05-05 02:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.56 - - [2025-05-05 02:01:27] "POST /ref-update HTTP/1.1" 200 156 0.009205 10.0.0.56 - - [2025-05-05 02:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.56 - - [2025-05-05 02:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.56 - - [2025-05-05 02:01:27] "POST /ref-update HTTP/1.1" 200 156 0.007514 10.0.0.56 - - [2025-05-05 02:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.56 - - [2025-05-05 02:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.56 - - [2025-05-05 02:01:27] "POST /ref-update HTTP/1.1" 200 156 0.007994 10.0.0.56 - - [2025-05-05 02:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.56 - - [2025-05-05 02:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.56 - - [2025-05-05 02:01:27] "POST /ref-update HTTP/1.1" 200 156 0.007662 10.0.0.56 - - [2025-05-05 02:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.56 - - [2025-05-05 02:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.56 - - [2025-05-05 02:01:28] "POST /ref-update HTTP/1.1" 200 156 0.008099 10.0.0.56 - - [2025-05-05 02:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.56 - - [2025-05-05 02:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.56 - - [2025-05-05 02:01:28] "POST /ref-update HTTP/1.1" 200 156 0.007354 10.0.0.56 - - [2025-05-05 02:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.56 - - [2025-05-05 02:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.56 - - [2025-05-05 02:01:28] "POST /ref-update HTTP/1.1" 200 156 0.007779 10.0.0.56 - - [2025-05-05 02:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.56 - - [2025-05-05 02:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.56 - - [2025-05-05 02:01:28] "POST /ref-update HTTP/1.1" 200 156 0.034723 10.0.0.56 - - [2025-05-05 02:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.56 - - [2025-05-05 02:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.56 - - [2025-05-05 02:01:28] "POST /ref-update HTTP/1.1" 200 156 0.008879 10.0.0.56 - - [2025-05-05 02:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.56 - - [2025-05-05 02:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.56 - - [2025-05-05 02:01:28] "POST /ref-update HTTP/1.1" 200 156 0.007293 10.0.0.56 - - [2025-05-05 02:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.56 - - [2025-05-05 02:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.56 - - [2025-05-05 02:01:29] "POST /ref-update HTTP/1.1" 200 156 0.010483 10.0.0.56 - - [2025-05-05 02:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.56 - - [2025-05-05 02:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.56 - - [2025-05-05 02:01:29] "POST /ref-update HTTP/1.1" 200 156 0.007731 10.0.0.56 - - [2025-05-05 02:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.56 - - [2025-05-05 02:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.56 - - [2025-05-05 02:01:29] "POST /ref-update HTTP/1.1" 200 156 0.008826 10.0.0.56 - - [2025-05-05 02:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004639 10.0.0.56 - - [2025-05-05 02:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.56 - - [2025-05-05 02:01:29] "POST /ref-update HTTP/1.1" 200 156 0.026399 10.0.0.56 - - [2025-05-05 02:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.56 - - [2025-05-05 02:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.56 - - [2025-05-05 02:01:29] "POST /ref-update HTTP/1.1" 200 156 0.008971 10.0.0.56 - - [2025-05-05 02:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.006906 10.0.0.56 - - [2025-05-05 02:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.006299 10.0.0.56 - - [2025-05-05 02:01:29] "POST /ref-update HTTP/1.1" 200 156 0.012996 10.0.0.56 - - [2025-05-05 02:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.56 - - [2025-05-05 02:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004052 10.0.0.56 - - [2025-05-05 02:01:29] "POST /ref-update HTTP/1.1" 200 156 0.010407 10.0.0.56 - - [2025-05-05 02:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004943 10.0.0.56 - - [2025-05-05 02:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.008998 10.0.0.56 - - [2025-05-05 02:01:30] "POST /ref-update HTTP/1.1" 200 156 0.012250 10.0.0.56 - - [2025-05-05 02:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.56 - - [2025-05-05 02:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.56 - - [2025-05-05 02:01:30] "POST /ref-update HTTP/1.1" 200 156 0.008333 10.0.0.56 - - [2025-05-05 02:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.56 - - [2025-05-05 02:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.56 - - [2025-05-05 02:01:30] "POST /ref-update HTTP/1.1" 200 156 0.007869 10.0.0.56 - - [2025-05-05 02:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.56 - - [2025-05-05 02:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.56 - - [2025-05-05 02:01:30] "POST /ref-update HTTP/1.1" 200 156 0.007591 10.0.0.56 - - [2025-05-05 02:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.56 - - [2025-05-05 02:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.56 - - [2025-05-05 02:01:30] "POST /ref-update HTTP/1.1" 200 156 0.008006 10.0.0.56 - - [2025-05-05 02:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.56 - - [2025-05-05 02:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.56 - - [2025-05-05 02:01:30] "POST /ref-update HTTP/1.1" 200 156 0.007771 10.0.0.56 - - [2025-05-05 02:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.56 - - [2025-05-05 02:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.56 - - [2025-05-05 02:01:31] "POST /ref-update HTTP/1.1" 200 156 0.009616 10.0.0.56 - - [2025-05-05 02:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.56 - - [2025-05-05 02:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.56 - - [2025-05-05 02:01:31] "GET / HTTP/1.1" 200 35931 0.001555 10.0.0.56 - - [2025-05-05 02:01:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000445 10.0.0.56 - - [2025-05-05 02:01:31] "POST /ref-update HTTP/1.1" 200 156 0.016860 10.0.0.56 - - [2025-05-05 02:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.56 - - [2025-05-05 02:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.56 - - [2025-05-05 02:01:31] "POST /ref-update HTTP/1.1" 200 156 0.008904 10.0.0.56 - - [2025-05-05 02:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004980 10.0.0.56 - - [2025-05-05 02:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.56 - - [2025-05-05 02:01:31] "POST /ref-update HTTP/1.1" 200 156 0.008422 10.0.0.56 - - [2025-05-05 02:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.56 - - [2025-05-05 02:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.026728 10.0.0.56 - - [2025-05-05 02:01:31] "GET /routing-instance/742fda04-a2c4-405d-85de-299d71e766ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.005727 10.0.0.56 - - [2025-05-05 02:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.56 - - [2025-05-05 02:01:31] "POST /bgp-routers HTTP/1.1" 200 620 0.018015 10.0.0.56 - - [2025-05-05 02:01:31] "POST /ref-update HTTP/1.1" 200 156 0.008627 10.0.0.56 - - [2025-05-05 02:01:31] "GET /bgp-router/3bcf7f3c-be3e-48be-9f2c-f055173c16ed?fields=global_system_config_back_refs HTTP/1.1" 200 1116 0.005291 10.0.0.56 - - [2025-05-05 02:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.56 - - [2025-05-05 02:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.56 - - [2025-05-05 02:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.56 - - [2025-05-05 02:01:31] "GET /global-system-config/b8644fb5-820e-4a5e-b098-8f7250aa8745?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.006786 10.0.0.56 - - [2025-05-05 02:01:31] "POST /ref-update HTTP/1.1" 200 156 0.015054 10.0.0.56 - - [2025-05-05 02:01:31] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003084 10.0.0.56 - - [2025-05-05 02:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.56 - - [2025-05-05 02:01:31] "POST /ref-update HTTP/1.1" 200 156 0.008780 10.0.0.56 - - [2025-05-05 02:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002644 10.0.0.56 - - [2025-05-05 02:01:31] "POST /ref-update HTTP/1.1" 200 156 0.008240 10.0.0.56 - - [2025-05-05 02:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.56 - - [2025-05-05 02:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.56 - - [2025-05-05 02:01:32] "POST /ref-update HTTP/1.1" 200 156 0.006999 10.0.0.56 - - [2025-05-05 02:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.56 - - [2025-05-05 02:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.56 - - [2025-05-05 02:01:32] "POST /ref-update HTTP/1.1" 200 156 0.007326 10.0.0.56 - - [2025-05-05 02:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.56 - - [2025-05-05 02:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.56 - - [2025-05-05 02:01:32] "POST /ref-update HTTP/1.1" 200 156 0.010016 10.0.0.56 - - [2025-05-05 02:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.56 - - [2025-05-05 02:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.56 - - [2025-05-05 02:01:32] "POST /ref-update HTTP/1.1" 200 156 0.008300 10.0.0.56 - - [2025-05-05 02:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.56 - - [2025-05-05 02:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.56 - - [2025-05-05 02:01:32] "POST /ref-update HTTP/1.1" 200 156 0.008369 10.0.0.56 - - [2025-05-05 02:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.56 - - [2025-05-05 02:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.56 - - [2025-05-05 02:01:32] "POST /ref-update HTTP/1.1" 200 156 0.008574 10.0.0.56 - - [2025-05-05 02:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.56 - - [2025-05-05 02:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.56 - - [2025-05-05 02:01:33] "POST /ref-update HTTP/1.1" 200 156 0.009007 10.0.0.56 - - [2025-05-05 02:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.56 - - [2025-05-05 02:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.56 - - [2025-05-05 02:01:33] "POST /ref-update HTTP/1.1" 200 156 0.009712 10.0.0.56 - - [2025-05-05 02:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.56 - - [2025-05-05 02:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.56 - - [2025-05-05 02:01:33] "POST /ref-update HTTP/1.1" 200 156 0.008039 10.0.0.56 - - [2025-05-05 02:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.56 - - [2025-05-05 02:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.56 - - [2025-05-05 02:01:33] "POST /ref-update HTTP/1.1" 200 156 0.008813 10.0.0.56 - - [2025-05-05 02:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.56 - - [2025-05-05 02:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.56 - - [2025-05-05 02:01:33] "POST /ref-update HTTP/1.1" 200 156 0.008704 10.0.0.56 - - [2025-05-05 02:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.56 - - [2025-05-05 02:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.56 - - [2025-05-05 02:01:33] "POST /ref-update HTTP/1.1" 200 156 0.008651 10.0.0.56 - - [2025-05-05 02:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.56 - - [2025-05-05 02:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.56 - - [2025-05-05 02:01:33] "POST /ref-update HTTP/1.1" 200 156 0.009853 10.0.0.56 - - [2025-05-05 02:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.56 - - [2025-05-05 02:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.56 - - [2025-05-05 02:01:34] "POST /ref-update HTTP/1.1" 200 156 0.009529 10.0.0.56 - - [2025-05-05 02:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.56 - - [2025-05-05 02:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.56 - - [2025-05-05 02:01:34] "POST /ref-update HTTP/1.1" 200 156 0.008781 10.0.0.56 - - [2025-05-05 02:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004101 10.0.0.56 - - [2025-05-05 02:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.56 - - [2025-05-05 02:01:34] "POST /ref-update HTTP/1.1" 200 156 0.009248 10.0.0.56 - - [2025-05-05 02:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.56 - - [2025-05-05 02:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.56 - - [2025-05-05 02:01:34] "POST /ref-update HTTP/1.1" 200 156 0.010564 10.0.0.56 - - [2025-05-05 02:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.56 - - [2025-05-05 02:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.56 - - [2025-05-05 02:01:34] "POST /ref-update HTTP/1.1" 200 156 0.009057 10.0.0.56 - - [2025-05-05 02:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.56 - - [2025-05-05 02:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.56 - - [2025-05-05 02:01:34] "POST /ref-update HTTP/1.1" 200 156 0.009994 10.0.0.56 - - [2025-05-05 02:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.56 - - [2025-05-05 02:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.56 - - [2025-05-05 02:01:35] "POST /ref-update HTTP/1.1" 200 156 0.008572 10.0.0.56 - - [2025-05-05 02:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.56 - - [2025-05-05 02:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.56 - - [2025-05-05 02:01:35] "POST /ref-update HTTP/1.1" 200 156 0.008479 10.0.0.56 - - [2025-05-05 02:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.56 - - [2025-05-05 02:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.56 - - [2025-05-05 02:01:35] "POST /ref-update HTTP/1.1" 200 156 0.008701 10.0.0.56 - - [2025-05-05 02:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.56 - - [2025-05-05 02:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.56 - - [2025-05-05 02:01:35] "POST /ref-update HTTP/1.1" 200 156 0.009031 10.0.0.56 - - [2025-05-05 02:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.56 - - [2025-05-05 02:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.56 - - [2025-05-05 02:01:35] "POST /ref-update HTTP/1.1" 200 156 0.008913 10.0.0.56 - - [2025-05-05 02:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.56 - - [2025-05-05 02:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.56 - - [2025-05-05 02:01:35] "POST /ref-update HTTP/1.1" 200 156 0.009412 10.0.0.56 - - [2025-05-05 02:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.56 - - [2025-05-05 02:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.56 - - [2025-05-05 02:01:35] "POST /ref-update HTTP/1.1" 200 156 0.008456 10.0.0.56 - - [2025-05-05 02:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.56 - - [2025-05-05 02:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.56 - - [2025-05-05 02:01:36] "POST /ref-update HTTP/1.1" 200 156 0.009690 10.0.0.56 - - [2025-05-05 02:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.56 - - [2025-05-05 02:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.56 - - [2025-05-05 02:01:36] "POST /ref-update HTTP/1.1" 200 156 0.009561 10.0.0.56 - - [2025-05-05 02:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.56 - - [2025-05-05 02:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292 10.0.0.56 - - [2025-05-05 02:01:36] "POST /ref-update HTTP/1.1" 200 156 0.009673 10.0.0.56 - - [2025-05-05 02:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.56 - - [2025-05-05 02:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.56 - - [2025-05-05 02:01:36] "POST /ref-update HTTP/1.1" 200 156 0.008513 10.0.0.56 - - [2025-05-05 02:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.56 - - [2025-05-05 02:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.56 - - [2025-05-05 02:01:36] "POST /ref-update HTTP/1.1" 200 156 0.010172 10.0.0.56 - - [2025-05-05 02:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.56 - - [2025-05-05 02:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.56 - - [2025-05-05 02:01:36] "POST /ref-update HTTP/1.1" 200 156 0.010849 10.0.0.56 - - [2025-05-05 02:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.56 - - [2025-05-05 02:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.56 - - [2025-05-05 02:01:37] "POST /ref-update HTTP/1.1" 200 156 0.010505 10.0.0.56 - - [2025-05-05 02:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.56 - - [2025-05-05 02:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.56 - - [2025-05-05 02:01:37] "POST /ref-update HTTP/1.1" 200 156 0.009086 10.0.0.56 - - [2025-05-05 02:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.56 - - [2025-05-05 02:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.56 - - [2025-05-05 02:01:37] "POST /ref-update HTTP/1.1" 200 156 0.009563 10.0.0.56 - - [2025-05-05 02:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.56 - - [2025-05-05 02:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.56 - - [2025-05-05 02:01:37] "POST /ref-update HTTP/1.1" 200 156 0.008806 10.0.0.56 - - [2025-05-05 02:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.56 - - [2025-05-05 02:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.56 - - [2025-05-05 02:01:37] "POST /ref-update HTTP/1.1" 200 156 0.008466 10.0.0.56 - - [2025-05-05 02:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.56 - - [2025-05-05 02:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.56 - - [2025-05-05 02:01:37] "POST /ref-update HTTP/1.1" 200 156 0.009806 10.0.0.56 - - [2025-05-05 02:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.56 - - [2025-05-05 02:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.56 - - [2025-05-05 02:01:37] "POST /ref-update HTTP/1.1" 200 156 0.012307 10.0.0.56 - - [2025-05-05 02:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.56 - - [2025-05-05 02:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.56 - - [2025-05-05 02:01:38] "POST /ref-update HTTP/1.1" 200 156 0.009421 10.0.0.56 - - [2025-05-05 02:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.56 - - [2025-05-05 02:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.56 - - [2025-05-05 02:01:38] "POST /ref-update HTTP/1.1" 200 156 0.009778 10.0.0.56 - - [2025-05-05 02:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.56 - - [2025-05-05 02:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.56 - - [2025-05-05 02:01:38] "POST /ref-update HTTP/1.1" 200 156 0.008769 10.0.0.56 - - [2025-05-05 02:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.56 - - [2025-05-05 02:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.56 - - [2025-05-05 02:01:38] "POST /ref-update HTTP/1.1" 200 156 0.008937 10.0.0.56 - - [2025-05-05 02:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.56 - - [2025-05-05 02:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.56 - - [2025-05-05 02:01:38] "POST /ref-update HTTP/1.1" 200 156 0.010046 10.0.0.56 - - [2025-05-05 02:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.56 - - [2025-05-05 02:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.56 - - [2025-05-05 02:01:38] "POST /ref-update HTTP/1.1" 200 156 0.009875 10.0.0.56 - - [2025-05-05 02:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.56 - - [2025-05-05 02:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.56 - - [2025-05-05 02:01:39] "POST /ref-update HTTP/1.1" 200 156 0.011079 10.0.0.56 - - [2025-05-05 02:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.56 - - [2025-05-05 02:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.56 - - [2025-05-05 02:01:39] "POST /ref-update HTTP/1.1" 200 156 0.008698 10.0.0.56 - - [2025-05-05 02:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.56 - - [2025-05-05 02:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.56 - - [2025-05-05 02:01:39] "POST /ref-update HTTP/1.1" 200 156 0.008821 10.0.0.56 - - [2025-05-05 02:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.56 - - [2025-05-05 02:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.56 - - [2025-05-05 02:01:39] "POST /ref-update HTTP/1.1" 200 156 0.009087 10.0.0.56 - - [2025-05-05 02:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.56 - - [2025-05-05 02:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.56 - - [2025-05-05 02:01:39] "POST /ref-update HTTP/1.1" 200 156 0.008640 10.0.0.56 - - [2025-05-05 02:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.56 - - [2025-05-05 02:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.56 - - [2025-05-05 02:01:39] "POST /ref-update HTTP/1.1" 200 156 0.009172 10.0.0.56 - - [2025-05-05 02:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.56 - - [2025-05-05 02:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.56 - - [2025-05-05 02:01:39] "POST /ref-update HTTP/1.1" 200 156 0.008570 10.0.0.56 - - [2025-05-05 02:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.56 - - [2025-05-05 02:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.56 - - [2025-05-05 02:01:40] "POST /ref-update HTTP/1.1" 200 156 0.008444 10.0.0.56 - - [2025-05-05 02:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.56 - - [2025-05-05 02:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.56 - - [2025-05-05 02:01:40] "POST /ref-update HTTP/1.1" 200 156 0.008430 10.0.0.56 - - [2025-05-05 02:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.56 - - [2025-05-05 02:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.56 - - [2025-05-05 02:01:40] "POST /ref-update HTTP/1.1" 200 156 0.007634 10.0.0.56 - - [2025-05-05 02:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.56 - - [2025-05-05 02:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.56 - - [2025-05-05 02:01:40] "POST /ref-update HTTP/1.1" 200 156 0.009770 10.0.0.56 - - [2025-05-05 02:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.56 - - [2025-05-05 02:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.56 - - [2025-05-05 02:01:40] "POST /ref-update HTTP/1.1" 200 156 0.007254 10.0.0.56 - - [2025-05-05 02:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.56 - - [2025-05-05 02:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.56 - - [2025-05-05 02:01:40] "POST /ref-update HTTP/1.1" 200 156 0.008747 10.0.0.56 - - [2025-05-05 02:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.56 - - [2025-05-05 02:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.56 - - [2025-05-05 02:01:40] "POST /ref-update HTTP/1.1" 200 156 0.007680 10.0.0.56 - - [2025-05-05 02:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.56 - - [2025-05-05 02:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.56 - - [2025-05-05 02:01:41] "POST /ref-update HTTP/1.1" 200 156 0.006684 10.0.0.56 - - [2025-05-05 02:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.56 - - [2025-05-05 02:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.56 - - [2025-05-05 02:01:41] "POST /ref-update HTTP/1.1" 200 156 0.008106 10.0.0.56 - - [2025-05-05 02:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.56 - - [2025-05-05 02:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.56 - - [2025-05-05 02:01:41] "POST /ref-update HTTP/1.1" 200 156 0.009667 10.0.0.56 - - [2025-05-05 02:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.56 - - [2025-05-05 02:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.56 - - [2025-05-05 02:01:41] "POST /ref-update HTTP/1.1" 200 156 0.008093 10.0.0.56 - - [2025-05-05 02:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.56 - - [2025-05-05 02:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.56 - - [2025-05-05 02:01:41] "POST /ref-update HTTP/1.1" 200 156 0.008813 10.0.0.56 - - [2025-05-05 02:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.56 - - [2025-05-05 02:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.56 - - [2025-05-05 02:01:41] "POST /ref-update HTTP/1.1" 200 156 0.007851 10.0.0.56 - - [2025-05-05 02:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.56 - - [2025-05-05 02:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.56 - - [2025-05-05 02:01:42] "POST /ref-update HTTP/1.1" 200 156 0.010489 10.0.0.56 - - [2025-05-05 02:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.56 - - [2025-05-05 02:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.56 - - [2025-05-05 02:01:42] "POST /ref-update HTTP/1.1" 200 156 0.011621 10.0.0.56 - - [2025-05-05 02:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.56 - - [2025-05-05 02:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.56 - - [2025-05-05 02:01:42] "POST /ref-update HTTP/1.1" 200 156 0.011329 10.0.0.56 - - [2025-05-05 02:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.56 - - [2025-05-05 02:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.56 - - [2025-05-05 02:01:42] "POST /ref-update HTTP/1.1" 200 156 0.010006 10.0.0.56 - - [2025-05-05 02:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.56 - - [2025-05-05 02:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.56 - - [2025-05-05 02:01:42] "POST /ref-update HTTP/1.1" 200 156 0.011079 10.0.0.56 - - [2025-05-05 02:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.56 - - [2025-05-05 02:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.56 - - [2025-05-05 02:01:42] "POST /ref-update HTTP/1.1" 200 156 0.011646 10.0.0.56 - - [2025-05-05 02:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.56 - - [2025-05-05 02:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.56 - - [2025-05-05 02:01:42] "POST /ref-update HTTP/1.1" 200 156 0.010036 10.0.0.56 - - [2025-05-05 02:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.56 - - [2025-05-05 02:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.56 - - [2025-05-05 02:01:43] "POST /ref-update HTTP/1.1" 200 156 0.009515 10.0.0.56 - - [2025-05-05 02:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.56 - - [2025-05-05 02:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.56 - - [2025-05-05 02:01:43] "POST /ref-update HTTP/1.1" 200 156 0.008330 10.0.0.56 - - [2025-05-05 02:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.56 - - [2025-05-05 02:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004219 10.0.0.56 - - [2025-05-05 02:01:43] "POST /ref-update HTTP/1.1" 200 156 0.008801 10.0.0.56 - - [2025-05-05 02:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.56 - - [2025-05-05 02:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.56 - - [2025-05-05 02:01:43] "POST /ref-update HTTP/1.1" 200 156 0.008742 10.0.0.56 - - [2025-05-05 02:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.56 - - [2025-05-05 02:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.56 - - [2025-05-05 02:01:43] "POST /ref-update HTTP/1.1" 200 156 0.009069 10.0.0.56 - - [2025-05-05 02:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.56 - - [2025-05-05 02:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.56 - - [2025-05-05 02:01:43] "POST /ref-update HTTP/1.1" 200 156 0.009083 10.0.0.56 - - [2025-05-05 02:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.56 - - [2025-05-05 02:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.56 - - [2025-05-05 02:01:44] "POST /ref-update HTTP/1.1" 200 156 0.008006 10.0.0.56 - - [2025-05-05 02:01:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.56 - - [2025-05-05 02:01:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.56 - - [2025-05-05 02:01:44] "POST /ref-update HTTP/1.1" 200 156 0.008827 10.0.0.56 - - [2025-05-05 02:01:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.56 - - [2025-05-05 02:01:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.56 - - [2025-05-05 02:01:44] "POST /ref-update HTTP/1.1" 200 156 0.008740 10.0.0.56 - - [2025-05-05 02:01:44] "POST /network-ipams HTTP/1.1" 200 550 0.019023 10.0.0.56 - - [2025-05-05 02:01:44] "POST /useragent-kv HTTP/1.1" 200 115 0.007249 10.0.0.56 - - [2025-05-05 02:01:44] "POST /virtual-networks HTTP/1.1" 200 552 0.109270 10.0.0.56 - - [2025-05-05 02:01:44] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.002877 10.0.0.56 - - [2025-05-05 02:01:44] "POST /fqname-to-id HTTP/1.1" 404 188 0.002741 10.0.0.56 - - [2025-05-05 02:01:44] "POST /fqname-to-id HTTP/1.1" 404 178 0.002756 10.0.0.56 - - [2025-05-05 02:01:44] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.002791 10.0.0.56 - - [2025-05-05 02:01:44] "GET /fabric/e6473c19-528a-4f8e-b791-ff50015ccb4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1117 0.004147 10.0.0.56 - - [2025-05-05 02:01:44] "POST /fqname-to-id HTTP/1.1" 404 198 0.002900 10.0.0.56 - - [2025-05-05 02:01:44] "POST /fqname-to-id HTTP/1.1" 404 205 0.004121 10.0.0.56 - - [2025-05-05 02:01:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.002991 10.0.0.56 - - [2025-05-05 02:01:45] "POST /route-targets HTTP/1.1" 200 327 0.011781 10.0.0.56 - - [2025-05-05 02:01:45] "POST /ref-update HTTP/1.1" 200 156 0.014365 10.0.0.56 - - [2025-05-05 02:02:02] "GET / HTTP/1.1" 200 35931 0.001954 10.0.0.56 - - [2025-05-05 02:02:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000486 10.0.0.56 - - [2025-05-05 02:02:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.026900 10.0.0.56 - - [2025-05-05 02:02:03] "GET /global-system-config/b8644fb5-820e-4a5e-b098-8f7250aa8745?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.016989 10.0.0.56 - - [2025-05-05 02:02:03] "POST /fqname-to-id HTTP/1.1" 404 220 0.005551 10.0.0.56 - - [2025-05-05 02:02:03] "POST /database-nodes HTTP/1.1" 200 603 0.022148 10.0.0.56 - - [2025-05-05 02:02:36] "GET / HTTP/1.1" 200 35931 0.002054 10.0.0.56 - - [2025-05-05 02:02:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000467 10.0.0.56 - - [2025-05-05 02:02:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.025355 10.0.0.56 - - [2025-05-05 02:02:36] "GET /global-system-config/b8644fb5-820e-4a5e-b098-8f7250aa8745?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006307 10.0.0.56 - - [2025-05-05 02:02:36] "POST /fqname-to-id HTTP/1.1" 404 220 0.003162 10.0.0.56 - - [2025-05-05 02:02:37] "POST /analytics-nodes HTTP/1.1" 200 605 0.018670 10.0.0.56 - - [2025-05-05 02:02:42] "GET / HTTP/1.1" 200 35931 0.001947 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.56 - - [2025-05-05 02:02:45] "GET /obj-perms HTTP/1.1" 200 5056 0.407862 10.0.0.56 - - [2025-05-05 02:02:45] "GET /obj-perms HTTP/1.1" 200 5056 0.045931 10.0.0.56 - - [2025-05-05 02:02:50] "GET / HTTP/1.1" 200 35931 0.001649 10.0.0.56 - - [2025-05-05 02:02:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000462 10.0.0.56 - - [2025-05-05 02:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.025573 10.0.0.56 - - [2025-05-05 02:02:51] "GET /global-system-config/b8644fb5-820e-4a5e-b098-8f7250aa8745?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006016 10.0.0.56 - - [2025-05-05 02:02:51] "POST /fqname-to-id HTTP/1.1" 404 220 0.003688 10.0.0.56 - - [2025-05-05 02:02:51] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.037210 10.0.0.56 - - [2025-05-05 02:03:00] "GET / HTTP/1.1" 200 35931 0.001576 10.0.0.56 - - [2025-05-05 02:03:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000479 10.0.0.56 - - [2025-05-05 02:03:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.027032 10.0.0.56 - - [2025-05-05 02:03:00] "GET /global-system-config/b8644fb5-820e-4a5e-b098-8f7250aa8745?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006492 10.0.0.56 - - [2025-05-05 02:03:00] "POST /fqname-to-id HTTP/1.1" 404 220 0.002817 10.0.0.56 - - [2025-05-05 02:03:00] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.033412 10.0.0.56 - - [2025-05-05 02:03:46] "GET /obj-perms HTTP/1.1" 200 5056 0.048952 10.0.0.56 - - [2025-05-05 02:03:46] "GET /obj-perms HTTP/1.1" 200 5056 0.046627 10.0.0.56 - - [2025-05-05 02:04:46] "GET /obj-perms HTTP/1.1" 200 5056 0.047663 10.0.0.56 - - [2025-05-05 02:04:47] "GET /obj-perms HTTP/1.1" 200 5056 0.060786 10.0.0.56 - - [2025-05-05 02:05:24] "GET / HTTP/1.1" 200 35931 0.002253 10.0.0.56 - - [2025-05-05 02:05:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000459 10.0.0.56 - - [2025-05-05 02:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.026331 10.0.0.56 - - [2025-05-05 02:05:25] "GET /global-system-config/b8644fb5-820e-4a5e-b098-8f7250aa8745?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006167 10.0.0.56 - - [2025-05-05 02:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.56 - - [2025-05-05 02:05:25] "GET /routing-instance/742fda04-a2c4-405d-85de-299d71e766ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.003994 10.0.0.56 - - [2025-05-05 02:05:25] "PUT /global-system-config/b8644fb5-820e-4a5e-b098-8f7250aa8745 HTTP/1.1" 200 274 0.016408 10.0.0.56 - - [2025-05-05 02:05:25] "POST /fqname-to-id HTTP/1.1" 404 218 0.002824 10.0.0.56 - - [2025-05-05 02:05:25] "POST /virtual-routers HTTP/1.1" 200 603 0.018891 10.0.0.56 - - [2025-05-05 02:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.56 - - [2025-05-05 02:05:25] "GET /virtual-router/1cdcf8f9-365c-442b-bbcb-8cf0e71b5861?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.005097 10.0.0.56 - - [2025-05-05 02:05:25] "POST /fqname-to-id HTTP/1.1" 404 231 0.003378 10.0.0.56 - - [2025-05-05 02:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.56 - - [2025-05-05 02:05:25] "GET /virtual-network/a2c0d7f3-2163-47cf-83e5-a77f9c75aabc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.005516 10.0.0.56 - - [2025-05-05 02:05:25] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.040225 10.0.0.56 - - [2025-05-05 02:05:26] "PUT /access-control-list/bd46bd08-72a9-4bd1-a506-2e2995fc85f1 HTTP/1.1" 200 272 0.010685 [Introspect:8084]10.0.0.56 - - [2025-05-05 02:05:36] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000886 [Introspect:8084]10.0.0.56 - - [2025-05-05 02:05:36] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001091 [Introspect:8084]10.0.0.56 - - [2025-05-05 02:05:38] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000952 [Introspect:8084]10.0.0.56 - - [2025-05-05 02:05:38] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000879 10.0.0.56 - - [2025-05-05 02:05:47] "GET /obj-perms HTTP/1.1" 200 5056 0.047488 10.0.0.56 - - [2025-05-05 02:05:48] "GET /obj-perms HTTP/1.1" 200 5056 0.045243 10.0.0.56 - - [2025-05-05 02:05:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.56 - - [2025-05-05 02:05:48] "GET /virtual-router/1cdcf8f9-365c-442b-bbcb-8cf0e71b5861?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.004045 10.0.0.56 - - [2025-05-05 02:05:58] "GET /global-system-configs HTTP/1.1" 200 322 0.031109 10.0.0.56 - - [2025-05-05 02:05:58] "GET /obj-perms HTTP/1.1" 200 5056 0.064321 10.0.0.56 - - [2025-05-05 02:05:59] "GET /global-system-configs HTTP/1.1" 200 322 0.006603 10.0.0.56 - - [2025-05-05 02:05:59] "GET /obj-perms HTTP/1.1" 200 5056 0.024843 10.0.0.56 - - [2025-05-05 02:06:30] "GET / HTTP/1.1" 200 35931 0.001976 10.0.0.56 - - [2025-05-05 02:06:31] "GET /project/00c51641-17d6-4655-ba92-6abf4e138225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000499 10.0.0.56 - - [2025-05-05 02:06:32] "GET /projects?obj_uuids=00c51641-17d6-4655-ba92-6abf4e138225&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.023824 10.0.0.56 - - [2025-05-05 02:06:32] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001191 10.0.0.56 - - [2025-05-05 02:06:32] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.070491 10.0.0.56 - - [2025-05-05 02:06:32] "POST /id-to-fqname HTTP/1.1" 200 167 0.003539 10.0.0.56 - - [2025-05-05 02:06:32] "POST /fqname-to-id HTTP/1.1" 404 176 0.003008 10.0.0.56 - - [2025-05-05 02:06:32] "POST /security-groups HTTP/1.1" 200 568 0.064109 10.0.0.56 - - [2025-05-05 02:06:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.025771 10.0.0.56 - - [2025-05-05 02:06:32] "POST /projects HTTP/1.1" 200 539 0.258503 10.0.0.56 - - [2025-05-05 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.327843 10.0.0.56 - - [2025-05-05 02:06:32] "POST /access-control-lists HTTP/1.1" 200 573 0.060188 10.0.0.56 - - [2025-05-05 02:06:32] "GET /project/00c51641-17d6-4655-ba92-6abf4e138225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1269 0.530962 10.0.0.56 - - [2025-05-05 02:06:32] "POST /fqname-to-id HTTP/1.1" 404 206 0.013424 10.0.0.56 - - [2025-05-05 02:06:32] "POST /access-control-lists HTTP/1.1" 200 571 0.064185 [Introspect:8084]10.0.0.56 - - [2025-05-05 02:06:33] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001067 10.0.0.56 - - [2025-05-05 02:06:33] "POST /fqname-to-id HTTP/1.1" 404 199 0.021136 10.0.0.56 - - [2025-05-05 02:06:33] "GET /projects?obj_uuids=e98197de-d010-4797-8f75-2e8f996d7478&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003334 10.0.0.56 - - [2025-05-05 02:06:33] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001150 10.0.0.56 - - [2025-05-05 02:06:33] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007428 10.0.0.56 - - [2025-05-05 02:06:33] "POST /id-to-fqname HTTP/1.1" 200 201 0.001297 10.0.0.56 - - [2025-05-05 02:06:33] "POST /fqname-to-id HTTP/1.1" 404 210 0.003290 10.0.0.56 - - [2025-05-05 02:06:33] "POST /security-groups HTTP/1.1" 200 602 0.063944 10.0.0.56 - - [2025-05-05 02:06:33] "POST /fqname-to-id HTTP/1.1" 404 245 0.002622 10.0.0.56 - - [2025-05-05 02:06:33] "POST /projects HTTP/1.1" 200 607 0.215736 10.0.0.56 - - [2025-05-05 02:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.283634 10.0.0.56 - - [2025-05-05 02:06:33] "POST /access-control-lists HTTP/1.1" 200 607 0.065866 10.0.0.56 - - [2025-05-05 02:06:33] "POST /fqname-to-id HTTP/1.1" 404 244 0.003709 10.0.0.56 - - [2025-05-05 02:06:33] "GET /project/e98197de-d010-4797-8f75-2e8f996d7478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.412199 10.0.0.56 - - [2025-05-05 02:06:33] "POST /access-control-lists HTTP/1.1" 200 605 0.060393 10.0.0.56 - - [2025-05-05 02:06:34] "GET / HTTP/1.1" 200 35931 0.002241 10.0.0.56 - - [2025-05-05 02:06:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000499 10.0.0.56 - - [2025-05-05 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.049491 10.0.0.56 - - [2025-05-05 02:06:35] "GET /projects?obj_uuids=e98197de-d010-4797-8f75-2e8f996d7478&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001107 10.0.0.56 - - [2025-05-05 02:06:36] "GET /project/e98197de-d010-4797-8f75-2e8f996d7478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.028709 10.0.0.56 - - [2025-05-05 02:06:36] "POST /neutron/network HTTP/1.1" 200 117 0.040635 10.0.0.56 - - [2025-05-05 02:06:36] "GET /projects?obj_uuids=e98197de-d010-4797-8f75-2e8f996d7478&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001196 10.0.0.56 - - [2025-05-05 02:06:36] "POST /neutron/network HTTP/1.1" 200 620 0.085366 10.0.0.56 - - [2025-05-05 02:06:36] "POST /route-targets HTTP/1.1" 200 327 0.011967 10.0.0.56 - - [2025-05-05 02:06:36] "POST /ref-update HTTP/1.1" 200 156 0.013190 10.0.0.56 - - [2025-05-05 02:06:36] "POST /useragent-kv HTTP/1.1" 200 115 0.004766 10.0.0.56 - - [2025-05-05 02:06:36] "POST /neutron/subnet HTTP/1.1" 200 730 0.166457 10.0.0.56 - - [2025-05-05 02:06:36] "POST /neutron/network HTTP/1.1" 200 840 0.005185 10.0.0.56 - - [2025-05-05 02:06:36] "POST /id-to-fqname HTTP/1.1" 200 233 0.001151 10.0.0.56 - - [2025-05-05 02:06:36] "GET /virtual-network/95b1daed-b902-4d39-beb7-c35a1c40aedb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004776 10.0.0.56 - - [2025-05-05 02:06:36] "POST /neutron/network HTTP/1.1" 200 840 0.005478 10.0.0.56 - - [2025-05-05 02:06:36] "GET /virtual-network/95b1daed-b902-4d39-beb7-c35a1c40aedb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004758 10.0.0.56 - - [2025-05-05 02:06:36] "POST /neutron/network HTTP/1.1" 200 840 0.005372 10.0.0.56 - - [2025-05-05 02:06:36] "POST /neutron/subnet HTTP/1.1" 200 730 0.006837 10.0.0.56 - - [2025-05-05 02:06:36] "GET /domains HTTP/1.1" 401 292 0.000410 10.0.0.56 - - [2025-05-05 02:06:37] "GET /domains HTTP/1.1" 200 280 0.024991 10.0.0.56 - - [2025-05-05 02:06:37] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001072 10.0.0.56 - - [2025-05-05 02:06:37] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75 HTTP/1.1" 200 2585 0.012450 10.0.0.56 - - [2025-05-05 02:06:37] "GET /projects?obj_uuids=e98197de-d010-4797-8f75-2e8f996d7478&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001065 10.0.0.56 - - [2025-05-05 02:06:37] "GET /project/e98197de-d010-4797-8f75-2e8f996d7478 HTTP/1.1" 200 2169 0.074547 10.0.0.56 - - [2025-05-05 02:06:37] "GET /virtual-network/95b1daed-b902-4d39-beb7-c35a1c40aedb HTTP/1.1" 200 2345 0.006679 10.0.0.56 - - [2025-05-05 02:06:37] "GET /virtual-network/95b1daed-b902-4d39-beb7-c35a1c40aedb HTTP/1.1" 200 2345 0.004903 10.0.0.56 - - [2025-05-05 02:06:37] "GET /routing-instance/954979fb-5f3c-4811-b6a0-c4f21f954e10 HTTP/1.1" 200 1495 0.003419 10.0.0.56 - - [2025-05-05 02:06:37] "GET /routing-instance/954979fb-5f3c-4811-b6a0-c4f21f954e10 HTTP/1.1" 200 1495 0.003010 10.0.0.56 - - [2025-05-05 02:06:37] "GET /route-target/b53fc2a3-23e2-480e-864a-2db671c4baf8 HTTP/1.1" 200 1219 0.002790 10.0.0.56 - - [2025-05-05 02:06:37] "GET /virtual-network/95b1daed-b902-4d39-beb7-c35a1c40aedb HTTP/1.1" 200 2345 0.005303 10.0.0.56 - - [2025-05-05 02:06:37] "GET /routing-instance/954979fb-5f3c-4811-b6a0-c4f21f954e10 HTTP/1.1" 200 1495 0.003196 10.0.0.56 - - [2025-05-05 02:06:37] "GET /virtual-network/95b1daed-b902-4d39-beb7-c35a1c40aedb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004676 10.0.0.56 - - [2025-05-05 02:06:37] "GET /virtual-network/95b1daed-b902-4d39-beb7-c35a1c40aedb HTTP/1.1" 200 2345 0.005021 10.0.0.56 - - [2025-05-05 02:06:37] "GET /routing-instance/954979fb-5f3c-4811-b6a0-c4f21f954e10 HTTP/1.1" 200 1495 0.003062 10.0.0.56 - - [2025-05-05 02:06:37] "GET /routing-instance/954979fb-5f3c-4811-b6a0-c4f21f954e10 HTTP/1.1" 200 1495 0.002873 10.0.0.56 - - [2025-05-05 02:06:37] "GET /route-target/b53fc2a3-23e2-480e-864a-2db671c4baf8 HTTP/1.1" 200 1219 0.003633 10.0.0.56 - - [2025-05-05 02:06:37] "GET /domains HTTP/1.1" 200 280 0.002594 10.0.0.56 - - [2025-05-05 02:06:37] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001069 10.0.0.56 - - [2025-05-05 02:06:37] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75 HTTP/1.1" 200 2585 0.007325 10.0.0.56 - - [2025-05-05 02:06:37] "GET /projects?obj_uuids=e98197de-d010-4797-8f75-2e8f996d7478&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001825 10.0.0.56 - - [2025-05-05 02:06:37] "GET /project/e98197de-d010-4797-8f75-2e8f996d7478 HTTP/1.1" 200 2169 0.071464 10.0.0.56 - - [2025-05-05 02:06:37] "GET /virtual-network/95b1daed-b902-4d39-beb7-c35a1c40aedb HTTP/1.1" 200 2345 0.006383 10.0.0.56 - - [2025-05-05 02:06:37] "GET /obj-perms HTTP/1.1" 200 5052 0.048772 10.0.0.56 - - [2025-05-05 02:06:37] "POST /id-to-fqname HTTP/1.1" 200 233 0.001339 10.0.0.56 - - [2025-05-05 02:06:39] "POST /neutron/network HTTP/1.1" 200 850 0.006174 10.0.0.56 - - [2025-05-05 02:06:39] "GET /aaa-mode HTTP/1.1" 401 292 0.000453 10.0.0.56 - - [2025-05-05 02:06:39] "GET / HTTP/1.1" 200 35931 0.001918 10.0.0.56 - - [2025-05-05 02:06:39] "GET /project/e98197de-d010-4797-8f75-2e8f996d7478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000600 10.0.0.56 - - [2025-05-05 02:06:40] "GET /projects?obj_uuids=e98197de-d010-4797-8f75-2e8f996d7478&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001153 10.0.0.56 - - [2025-05-05 02:06:40] "GET /project/e98197de-d010-4797-8f75-2e8f996d7478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.050724 10.0.0.56 - - [2025-05-05 02:06:41] "POST /neutron/network HTTP/1.1" 200 840 0.028493 10.0.0.56 - - [2025-05-05 02:06:41] "POST /neutron/port HTTP/1.1" 200 117 0.005189 10.0.0.56 - - [2025-05-05 02:06:41] "POST /neutron/port HTTP/1.1" 200 117 0.006231 10.0.0.56 - - [2025-05-05 02:06:41] "POST /neutron/port HTTP/1.1" 200 117 0.005181 10.0.0.56 - - [2025-05-05 02:06:42] "POST /neutron/network HTTP/1.1" 200 850 0.005881 10.0.0.56 - - [2025-05-05 02:06:42] "GET /projects?obj_uuids=e98197de-d010-4797-8f75-2e8f996d7478&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001446 10.0.0.56 - - [2025-05-05 02:06:42] "POST /neutron/port HTTP/1.1" 200 1072 0.222067 10.0.0.56 - - [2025-05-05 02:06:42] "POST /neutron/port HTTP/1.1" 200 1072 0.030305 10.0.0.56 - - [2025-05-05 02:06:42] "POST /neutron/port HTTP/1.1" 200 1072 0.008167 10.0.0.56 - - [2025-05-05 02:06:43] "POST /neutron/port HTTP/1.1" 200 1126 0.055295 10.0.0.56 - - [2025-05-05 02:06:43] "POST /neutron/port HTTP/1.1" 200 1100 0.013259 10.0.0.56 - - [2025-05-05 02:06:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003151 10.0.0.56 - - [2025-05-05 02:06:43] "POST /neutron/subnet HTTP/1.1" 200 704 0.009095 10.0.0.56 - - [2025-05-05 02:06:43] "POST /neutron/port HTTP/1.1" 200 117 0.001173 10.0.0.56 - - [2025-05-05 02:06:43] "POST /neutron/network HTTP/1.1" 200 840 0.005451 10.0.0.56 - - [2025-05-05 02:06:43] "DELETE /project/00c5164117d64655ba926abf4e138225 HTTP/1.1" 404 173 0.004109 10.0.0.56 - - [2025-05-05 02:06:43] "DELETE /project/e98197ded01047978f752e8f996d7478 HTTP/1.1" 404 173 0.002742 10.0.0.56 - - [2025-05-05 02:06:46] "POST /neutron/port HTTP/1.1" 200 1100 0.015277 10.0.0.56 - - [2025-05-05 02:06:46] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006735 10.0.0.56 - - [2025-05-05 02:06:48] "GET /obj-perms HTTP/1.1" 200 5056 0.048930 10.0.0.56 - - [2025-05-05 02:06:48] "GET /obj-perms HTTP/1.1" 200 5056 0.043574 10.0.0.56 - - [2025-05-05 02:06:51] "POST /neutron/port HTTP/1.1" 200 1100 0.019244 10.0.0.56 - - [2025-05-05 02:06:51] "POST /neutron/security_group HTTP/1.1" 200 2069 0.008315 10.0.0.56 - - [2025-05-05 02:06:51] "GET /obj-perms HTTP/1.1" 200 5052 0.003529 10.0.0.56 - - [2025-05-05 02:06:52] "GET /obj-perms HTTP/1.1" 200 5052 0.003762 10.0.0.56 - - [2025-05-05 02:06:53] "GET /obj-perms HTTP/1.1" 200 5052 0.003545 10.0.0.56 - - [2025-05-05 02:06:54] "GET /obj-perms HTTP/1.1" 200 5052 0.003411 10.0.0.56 - - [2025-05-05 02:06:55] "GET /obj-perms HTTP/1.1" 200 5052 0.003560 10.0.0.56 - - [2025-05-05 02:06:56] "POST /neutron/network HTTP/1.1" 200 840 0.009234 10.0.0.56 - - [2025-05-05 02:06:56] "POST /neutron/network HTTP/1.1" 400 204 0.013917 10.0.0.56 - - [2025-05-05 02:06:57] "POST /neutron/port HTTP/1.1" 200 1100 0.014557 10.0.0.56 - - [2025-05-05 02:06:57] "POST /neutron/port HTTP/1.1" 200 1126 0.009654 10.0.0.56 - - [2025-05-05 02:06:57] "POST /neutron/port HTTP/1.1" 200 151 0.144980 10.0.0.56 - - [2025-05-05 02:06:58] "POST /neutron/network HTTP/1.1" 200 840 0.006897 10.0.0.56 - - [2025-05-05 02:06:58] "POST /useragent-kv HTTP/1.1" 200 115 0.004358 10.0.0.56 - - [2025-05-05 02:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005442 10.0.0.56 - - [2025-05-05 02:06:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002409 10.0.0.56 - - [2025-05-05 02:06:58] "POST /neutron/network HTTP/1.1" 200 151 0.091695 10.0.0.56 - - [2025-05-05 02:06:58] "GET /routing-instance/954979fb-5f3c-4811-b6a0-c4f21f954e10 HTTP/1.1" 404 171 0.004225 10.0.0.56 - - [2025-05-05 02:06:58] "DELETE /route-target/b53fc2a3-23e2-480e-864a-2db671c4baf8 HTTP/1.1" 200 115 0.019911 10.0.0.56 - - [2025-05-05 02:06:58] "GET /domains HTTP/1.1" 200 280 0.011809 10.0.0.56 - - [2025-05-05 02:06:58] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001292 10.0.0.56 - - [2025-05-05 02:06:58] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75 HTTP/1.1" 200 2585 0.008842 10.0.0.56 - - [2025-05-05 02:06:58] "GET /projects?obj_uuids=e98197de-d010-4797-8f75-2e8f996d7478&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001833 10.0.0.56 - - [2025-05-05 02:06:59] "GET /project/e98197de-d010-4797-8f75-2e8f996d7478 HTTP/1.1" 200 1919 0.074097 10.0.0.56 - - [2025-05-05 02:06:59] "GET /projects?obj_uuids=e98197de-d010-4797-8f75-2e8f996d7478&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001170 10.0.0.56 - - [2025-05-05 02:06:59] "GET /project/e98197de-d010-4797-8f75-2e8f996d7478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.030184 10.0.0.56 - - [2025-05-05 02:06:59] "GET /projects?obj_uuids=e98197de-d010-4797-8f75-2e8f996d7478&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001201 10.0.0.56 - - [2025-05-05 02:06:59] "GET /project/e98197de-d010-4797-8f75-2e8f996d7478?fields=virtual_networks HTTP/1.1" 200 1055 0.067388 10.0.0.56 - - [2025-05-05 02:06:59] "GET /projects?obj_uuids=e98197de-d010-4797-8f75-2e8f996d7478&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001269 10.0.0.56 - - [2025-05-05 02:06:59] "GET /project/e98197de-d010-4797-8f75-2e8f996d7478?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.031282 10.0.0.56 - - [2025-05-05 02:06:59] "GET /projects?obj_uuids=e98197de-d010-4797-8f75-2e8f996d7478&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001229 10.0.0.56 - - [2025-05-05 02:06:59] "GET /project/e98197de-d010-4797-8f75-2e8f996d7478?fields=security_groups HTTP/1.1" 200 1292 0.032115 10.0.0.56 - - [2025-05-05 02:07:00] "POST /fqname-to-id HTTP/1.1" 404 200 0.028098 10.0.0.56 - - [2025-05-05 02:07:00] "GET /projects?obj_uuids=889d83d6-e476-436b-b695-6386faacdcdf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002708 10.0.0.56 - - [2025-05-05 02:07:00] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001191 10.0.0.56 - - [2025-05-05 02:07:00] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009068 10.0.0.56 - - [2025-05-05 02:07:00] "POST /id-to-fqname HTTP/1.1" 200 202 0.003328 10.0.0.56 - - [2025-05-05 02:07:00] "POST /fqname-to-id HTTP/1.1" 404 211 0.006592 10.0.0.56 - - [2025-05-05 02:07:00] "POST /security-groups HTTP/1.1" 200 603 0.068681 10.0.0.56 - - [2025-05-05 02:07:00] "POST /fqname-to-id HTTP/1.1" 404 246 0.005757 10.0.0.56 - - [2025-05-05 02:07:00] "POST /projects HTTP/1.1" 200 609 0.255086 10.0.0.56 - - [2025-05-05 02:07:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.325095 10.0.0.56 - - [2025-05-05 02:07:00] "POST /access-control-lists HTTP/1.1" 200 608 0.064278 10.0.0.56 - - [2025-05-05 02:07:00] "POST /fqname-to-id HTTP/1.1" 404 245 0.003787 10.0.0.56 - - [2025-05-05 02:07:00] "GET /project/889d83d6-e476-436b-b695-6386faacdcdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.480214 10.0.0.56 - - [2025-05-05 02:07:00] "POST /access-control-lists HTTP/1.1" 200 606 0.068696 10.0.0.56 - - [2025-05-05 02:07:02] "GET / HTTP/1.1" 200 35931 0.003242 10.0.0.56 - - [2025-05-05 02:07:02] "GET /projects?obj_uuids=00c51641-17d6-4655-ba92-6abf4e138225&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001777 10.0.0.56 - - [2025-05-05 02:07:02] "GET /project/00c51641-17d6-4655-ba92-6abf4e138225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1269 0.030056 10.0.0.56 - - [2025-05-05 02:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004572 10.0.0.56 - - [2025-05-05 02:07:03] "GET /security-group/943f4775-ac95-45bb-a09a-7560f6df629f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.007782 10.0.0.56 - - [2025-05-05 02:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.56 - - [2025-05-05 02:07:03] "GET /projects?obj_uuids=00c51641-17d6-4655-ba92-6abf4e138225&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001386 10.0.0.56 - - [2025-05-05 02:07:03] "GET /project/00c51641-17d6-4655-ba92-6abf4e138225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1269 0.030416 10.0.0.56 - - [2025-05-05 02:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.56 - - [2025-05-05 02:07:03] "GET /security-group/943f4775-ac95-45bb-a09a-7560f6df629f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.004494 10.0.0.56 - - [2025-05-05 02:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.56 - - [2025-05-05 02:07:03] "PUT /security-group/943f4775-ac95-45bb-a09a-7560f6df629f HTTP/1.1" 200 262 0.015325 10.0.0.56 - - [2025-05-05 02:07:03] "PUT /access-control-list/120411ff-c039-4887-9b6f-280aa276af6a HTTP/1.1" 200 272 0.013261 10.0.0.56 - - [2025-05-05 02:07:03] "PUT /access-control-list/dc1f734d-43f0-4885-86a0-82a655fe075d HTTP/1.1" 200 272 0.016848 10.0.0.56 - - [2025-05-05 02:07:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000512 10.0.0.56 - - [2025-05-05 02:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.056020 10.0.0.56 - - [2025-05-05 02:07:04] "GET /projects?obj_uuids=889d83d6-e476-436b-b695-6386faacdcdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001464 10.0.0.56 - - [2025-05-05 02:07:04] "GET /project/889d83d6-e476-436b-b695-6386faacdcdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.038224 10.0.0.56 - - [2025-05-05 02:07:04] "POST /neutron/network HTTP/1.1" 200 117 0.030541 10.0.0.56 - - [2025-05-05 02:07:04] "GET /projects?obj_uuids=889d83d6-e476-436b-b695-6386faacdcdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001177 10.0.0.56 - - [2025-05-05 02:07:04] "POST /neutron/network HTTP/1.1" 200 619 0.088867 10.0.0.56 - - [2025-05-05 02:07:04] "POST /route-targets HTTP/1.1" 200 327 0.010837 10.0.0.56 - - [2025-05-05 02:07:04] "POST /ref-update HTTP/1.1" 200 156 0.016267 10.0.0.56 - - [2025-05-05 02:07:04] "POST /useragent-kv HTTP/1.1" 200 115 0.005930 10.0.0.56 - - [2025-05-05 02:07:04] "POST /neutron/subnet HTTP/1.1" 200 715 0.212991 10.0.0.56 - - [2025-05-05 02:07:04] "POST /neutron/network HTTP/1.1" 200 836 0.005857 10.0.0.56 - - [2025-05-05 02:07:04] "POST /id-to-fqname HTTP/1.1" 200 233 0.001366 10.0.0.56 - - [2025-05-05 02:07:04] "GET /virtual-network/f28928a1-8c82-4569-ac50-f8acc398b322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005317 10.0.0.56 - - [2025-05-05 02:07:04] "POST /neutron/network HTTP/1.1" 200 836 0.006073 10.0.0.56 - - [2025-05-05 02:07:04] "GET /virtual-network/f28928a1-8c82-4569-ac50-f8acc398b322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.008980 10.0.0.56 - - [2025-05-05 02:07:04] "POST /neutron/network HTTP/1.1" 200 836 0.006025 10.0.0.56 - - [2025-05-05 02:07:04] "POST /neutron/subnet HTTP/1.1" 200 715 0.007177 10.0.0.56 - - [2025-05-05 02:07:04] "GET /domains HTTP/1.1" 401 292 0.000419 10.0.0.56 - - [2025-05-05 02:07:05] "GET /domains HTTP/1.1" 200 280 0.025613 10.0.0.56 - - [2025-05-05 02:07:05] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001092 10.0.0.56 - - [2025-05-05 02:07:05] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75 HTTP/1.1" 200 2783 0.008499 10.0.0.56 - - [2025-05-05 02:07:05] "GET /projects?obj_uuids=889d83d6-e476-436b-b695-6386faacdcdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001200 10.0.0.56 - - [2025-05-05 02:07:05] "GET /project/889d83d6-e476-436b-b695-6386faacdcdf HTTP/1.1" 200 2174 0.072996 10.0.0.56 - - [2025-05-05 02:07:05] "GET /virtual-network/f28928a1-8c82-4569-ac50-f8acc398b322 HTTP/1.1" 200 2334 0.006485 10.0.0.56 - - [2025-05-05 02:07:05] "GET /virtual-network/f28928a1-8c82-4569-ac50-f8acc398b322 HTTP/1.1" 200 2334 0.005323 10.0.0.56 - - [2025-05-05 02:07:05] "GET /routing-instance/4fb026a0-648b-4376-bedf-ed2c23276e9e HTTP/1.1" 200 1491 0.003841 10.0.0.56 - - [2025-05-05 02:07:05] "GET /routing-instance/4fb026a0-648b-4376-bedf-ed2c23276e9e HTTP/1.1" 200 1491 0.003797 10.0.0.56 - - [2025-05-05 02:07:05] "GET /route-target/6ab87422-9a33-43e2-8efd-b11d80643dcf HTTP/1.1" 200 1218 0.003378 10.0.0.56 - - [2025-05-05 02:07:05] "GET /virtual-network/f28928a1-8c82-4569-ac50-f8acc398b322 HTTP/1.1" 200 2334 0.005233 10.0.0.56 - - [2025-05-05 02:07:05] "GET /routing-instance/4fb026a0-648b-4376-bedf-ed2c23276e9e HTTP/1.1" 200 1491 0.003900 10.0.0.56 - - [2025-05-05 02:07:05] "GET /virtual-network/f28928a1-8c82-4569-ac50-f8acc398b322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005609 10.0.0.56 - - [2025-05-05 02:07:05] "GET /virtual-network/f28928a1-8c82-4569-ac50-f8acc398b322 HTTP/1.1" 200 2334 0.005953 10.0.0.56 - - [2025-05-05 02:07:05] "GET /routing-instance/4fb026a0-648b-4376-bedf-ed2c23276e9e HTTP/1.1" 200 1491 0.003874 10.0.0.56 - - [2025-05-05 02:07:05] "GET /routing-instance/4fb026a0-648b-4376-bedf-ed2c23276e9e HTTP/1.1" 200 1491 0.003679 10.0.0.56 - - [2025-05-05 02:07:05] "GET /route-target/6ab87422-9a33-43e2-8efd-b11d80643dcf HTTP/1.1" 200 1218 0.003319 10.0.0.56 - - [2025-05-05 02:07:05] "GET /domains HTTP/1.1" 200 280 0.002804 10.0.0.56 - - [2025-05-05 02:07:05] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001189 10.0.0.56 - - [2025-05-05 02:07:05] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75 HTTP/1.1" 200 2783 0.007517 10.0.0.56 - - [2025-05-05 02:07:05] "GET /projects?obj_uuids=889d83d6-e476-436b-b695-6386faacdcdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002395 10.0.0.56 - - [2025-05-05 02:07:05] "GET /project/889d83d6-e476-436b-b695-6386faacdcdf HTTP/1.1" 200 2174 0.077219 10.0.0.56 - - [2025-05-05 02:07:05] "GET /virtual-network/f28928a1-8c82-4569-ac50-f8acc398b322 HTTP/1.1" 200 2334 0.005307 10.0.0.56 - - [2025-05-05 02:07:06] "GET /obj-perms HTTP/1.1" 200 5054 0.064770 10.0.0.56 - - [2025-05-05 02:07:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.56 - - [2025-05-05 02:07:06] "GET /projects?obj_uuids=889d83d6-e476-436b-b695-6386faacdcdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001127 10.0.0.56 - - [2025-05-05 02:07:06] "GET /project/889d83d6-e476-436b-b695-6386faacdcdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.043720 10.0.0.56 - - [2025-05-05 02:07:06] "POST /neutron/network HTTP/1.1" 200 117 0.010742 10.0.0.56 - - [2025-05-05 02:07:06] "GET /projects?obj_uuids=889d83d6-e476-436b-b695-6386faacdcdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001182 10.0.0.56 - - [2025-05-05 02:07:06] "POST /neutron/network HTTP/1.1" 200 619 0.075116 10.0.0.56 - - [2025-05-05 02:07:06] "POST /route-targets HTTP/1.1" 200 327 0.013014 10.0.0.56 - - [2025-05-05 02:07:06] "POST /ref-update HTTP/1.1" 200 156 0.015845 10.0.0.56 - - [2025-05-05 02:07:06] "POST /useragent-kv HTTP/1.1" 200 115 0.004716 10.0.0.56 - - [2025-05-05 02:07:06] "POST /neutron/subnet HTTP/1.1" 200 719 0.185739 10.0.0.56 - - [2025-05-05 02:07:06] "POST /neutron/network HTTP/1.1" 200 837 0.005813 10.0.0.56 - - [2025-05-05 02:07:06] "POST /id-to-fqname HTTP/1.1" 200 233 0.003685 10.0.0.56 - - [2025-05-05 02:07:06] "GET /virtual-network/219c7881-5b47-4c52-b50c-a82539c89a77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005337 10.0.0.56 - - [2025-05-05 02:07:06] "POST /neutron/network HTTP/1.1" 200 837 0.006041 10.0.0.56 - - [2025-05-05 02:07:06] "GET /virtual-network/219c7881-5b47-4c52-b50c-a82539c89a77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.008003 10.0.0.56 - - [2025-05-05 02:07:06] "POST /neutron/network HTTP/1.1" 200 837 0.006834 10.0.0.56 - - [2025-05-05 02:07:06] "POST /neutron/subnet HTTP/1.1" 200 719 0.010855 10.0.0.56 - - [2025-05-05 02:07:06] "GET /domains HTTP/1.1" 200 280 0.003348 10.0.0.56 - - [2025-05-05 02:07:06] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001174 10.0.0.56 - - [2025-05-05 02:07:06] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75 HTTP/1.1" 200 2783 0.008008 10.0.0.56 - - [2025-05-05 02:07:06] "GET /projects?obj_uuids=889d83d6-e476-436b-b695-6386faacdcdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001127 10.0.0.56 - - [2025-05-05 02:07:06] "GET /project/889d83d6-e476-436b-b695-6386faacdcdf HTTP/1.1" 200 2402 0.073173 10.0.0.56 - - [2025-05-05 02:07:06] "GET /virtual-network/219c7881-5b47-4c52-b50c-a82539c89a77 HTTP/1.1" 200 2336 0.007819 10.0.0.56 - - [2025-05-05 02:07:06] "GET /virtual-network/219c7881-5b47-4c52-b50c-a82539c89a77 HTTP/1.1" 200 2336 0.005762 10.0.0.56 - - [2025-05-05 02:07:06] "GET /routing-instance/88bb6e4f-4b05-4acb-9075-6803911c43f6 HTTP/1.1" 200 1491 0.004412 10.0.0.56 - - [2025-05-05 02:07:06] "GET /routing-instance/88bb6e4f-4b05-4acb-9075-6803911c43f6 HTTP/1.1" 200 1491 0.003787 10.0.0.56 - - [2025-05-05 02:07:06] "GET /route-target/8b4dc7cb-3142-409c-b7e2-c45363be8f42 HTTP/1.1" 200 1219 0.003439 10.0.0.56 - - [2025-05-05 02:07:06] "GET /virtual-network/219c7881-5b47-4c52-b50c-a82539c89a77 HTTP/1.1" 200 2336 0.007355 10.0.0.56 - - [2025-05-05 02:07:06] "GET /routing-instance/88bb6e4f-4b05-4acb-9075-6803911c43f6 HTTP/1.1" 200 1491 0.005028 10.0.0.56 - - [2025-05-05 02:07:06] "GET /virtual-network/219c7881-5b47-4c52-b50c-a82539c89a77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005593 10.0.0.56 - - [2025-05-05 02:07:06] "GET /virtual-network/219c7881-5b47-4c52-b50c-a82539c89a77 HTTP/1.1" 200 2336 0.005380 10.0.0.56 - - [2025-05-05 02:07:06] "GET /routing-instance/88bb6e4f-4b05-4acb-9075-6803911c43f6 HTTP/1.1" 200 1491 0.004972 10.0.0.56 - - [2025-05-05 02:07:06] "GET /routing-instance/88bb6e4f-4b05-4acb-9075-6803911c43f6 HTTP/1.1" 200 1491 0.005145 10.0.0.56 - - [2025-05-05 02:07:06] "GET /route-target/8b4dc7cb-3142-409c-b7e2-c45363be8f42 HTTP/1.1" 200 1219 0.003913 10.0.0.56 - - [2025-05-05 02:07:06] "GET /domains HTTP/1.1" 200 280 0.002854 10.0.0.56 - - [2025-05-05 02:07:06] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001100 10.0.0.56 - - [2025-05-05 02:07:06] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75 HTTP/1.1" 200 2783 0.007728 10.0.0.56 - - [2025-05-05 02:07:06] "GET /projects?obj_uuids=889d83d6-e476-436b-b695-6386faacdcdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001107 10.0.0.56 - - [2025-05-05 02:07:06] "GET /project/889d83d6-e476-436b-b695-6386faacdcdf HTTP/1.1" 200 2402 0.071493 10.0.0.56 - - [2025-05-05 02:07:06] "GET /virtual-network/219c7881-5b47-4c52-b50c-a82539c89a77 HTTP/1.1" 200 2336 0.007499 10.0.0.56 - - [2025-05-05 02:07:07] "GET /obj-perms HTTP/1.1" 200 5054 0.003673 10.0.0.56 - - [2025-05-05 02:07:07] "POST /id-to-fqname HTTP/1.1" 200 233 0.001550 10.0.0.56 - - [2025-05-05 02:07:07] "POST /neutron/network HTTP/1.1" 200 847 0.006082 10.0.0.56 - - [2025-05-05 02:07:07] "GET /aaa-mode HTTP/1.1" 401 292 0.000531 10.0.0.56 - - [2025-05-05 02:07:07] "GET / HTTP/1.1" 200 35931 0.001813 10.0.0.56 - - [2025-05-05 02:07:07] "GET /project/889d83d6-e476-436b-b695-6386faacdcdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000449 10.0.0.56 - - [2025-05-05 02:07:07] "GET /projects?obj_uuids=889d83d6-e476-436b-b695-6386faacdcdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001601 10.0.0.56 - - [2025-05-05 02:07:07] "GET /project/889d83d6-e476-436b-b695-6386faacdcdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.061326 10.0.0.56 - - [2025-05-05 02:07:08] "POST /neutron/network HTTP/1.1" 200 837 0.007138 10.0.0.56 - - [2025-05-05 02:07:08] "POST /neutron/port HTTP/1.1" 200 117 0.005368 10.0.0.56 - - [2025-05-05 02:07:08] "POST /neutron/port HTTP/1.1" 200 117 0.006470 10.0.0.56 - - [2025-05-05 02:07:08] "POST /id-to-fqname HTTP/1.1" 200 233 0.001689 10.0.0.56 - - [2025-05-05 02:07:08] "POST /neutron/port HTTP/1.1" 200 117 0.007182 10.0.0.56 - - [2025-05-05 02:07:08] "POST /neutron/network HTTP/1.1" 200 846 0.005953 10.0.0.56 - - [2025-05-05 02:07:08] "GET /aaa-mode HTTP/1.1" 401 292 0.000464 10.0.0.56 - - [2025-05-05 02:07:08] "POST /neutron/network HTTP/1.1" 200 847 0.005730 10.0.0.56 - - [2025-05-05 02:07:08] "GET /projects?obj_uuids=889d83d6-e476-436b-b695-6386faacdcdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001218 10.0.0.56 - - [2025-05-05 02:07:08] "GET / HTTP/1.1" 200 35931 0.001851 10.0.0.56 - - [2025-05-05 02:07:08] "GET /project/889d83d6-e476-436b-b695-6386faacdcdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000620 10.0.0.56 - - [2025-05-05 02:07:08] "POST /neutron/port HTTP/1.1" 200 1071 0.232063 10.0.0.56 - - [2025-05-05 02:07:08] "POST /neutron/port HTTP/1.1" 200 1071 0.009442 10.0.0.56 - - [2025-05-05 02:07:08] "POST /neutron/port HTTP/1.1" 200 1071 0.008578 10.0.0.56 - - [2025-05-05 02:07:08] "POST /neutron/port HTTP/1.1" 200 1125 0.073500 10.0.0.56 - - [2025-05-05 02:07:08] "POST /neutron/port HTTP/1.1" 200 1099 0.014695 10.0.0.56 - - [2025-05-05 02:07:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003349 10.0.0.56 - - [2025-05-05 02:07:08] "POST /neutron/subnet HTTP/1.1" 200 693 0.011542 10.0.0.56 - - [2025-05-05 02:07:09] "POST /neutron/port HTTP/1.1" 200 117 0.001342 10.0.0.56 - - [2025-05-05 02:07:09] "POST /neutron/network HTTP/1.1" 200 837 0.005921 10.0.0.56 - - [2025-05-05 02:07:09] "GET /projects?obj_uuids=889d83d6-e476-436b-b695-6386faacdcdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001128 10.0.0.56 - - [2025-05-05 02:07:09] "GET /project/889d83d6-e476-436b-b695-6386faacdcdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.045312 10.0.0.56 - - [2025-05-05 02:07:09] "POST /neutron/network HTTP/1.1" 200 836 0.006248 10.0.0.56 - - [2025-05-05 02:07:09] "POST /neutron/port HTTP/1.1" 200 1099 0.022054 10.0.0.56 - - [2025-05-05 02:07:09] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009591 10.0.0.56 - - [2025-05-05 02:07:09] "POST /neutron/port HTTP/1.1" 200 117 0.005310 10.0.0.56 - - [2025-05-05 02:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.56 - - [2025-05-05 02:07:09] "GET /projects?obj_uuids=889d83d6-e476-436b-b695-6386faacdcdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001459 10.0.0.56 - - [2025-05-05 02:07:09] "GET /project/889d83d6-e476-436b-b695-6386faacdcdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.034927 10.0.0.56 - - [2025-05-05 02:07:09] "GET /virtual-network/f28928a1-8c82-4569-ac50-f8acc398b322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005853 10.0.0.56 - - [2025-05-05 02:07:09] "GET /floating-ip-pools?parent_id=f28928a1-8c82-4569-ac50-f8acc398b322&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003078 10.0.0.56 - - [2025-05-05 02:07:09] "GET /virtual-network/f28928a1-8c82-4569-ac50-f8acc398b322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005565 10.0.0.56 - - [2025-05-05 02:07:09] "POST /neutron/network HTTP/1.1" 200 846 0.007665 10.0.0.56 - - [2025-05-05 02:07:09] "GET /projects?obj_uuids=889d83d6-e476-436b-b695-6386faacdcdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001230 10.0.0.56 - - [2025-05-05 02:07:09] "POST /floating-ip-pools HTTP/1.1" 200 609 0.061042 10.0.0.56 - - [2025-05-05 02:07:09] "POST /ref-update HTTP/1.1" 200 156 0.019047 10.0.0.56 - - [2025-05-05 02:07:09] "GET /virtual-network/f28928a1-8c82-4569-ac50-f8acc398b322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.031421 10.0.0.56 - - [2025-05-05 02:07:09] "GET /domains HTTP/1.1" 200 280 0.005759 10.0.0.56 - - [2025-05-05 02:07:09] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001238 10.0.0.56 - - [2025-05-05 02:07:09] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75 HTTP/1.1" 200 2783 0.019330 10.0.0.56 - - [2025-05-05 02:07:10] "GET /projects?obj_uuids=889d83d6-e476-436b-b695-6386faacdcdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001469 10.0.0.56 - - [2025-05-05 02:07:10] "GET /project/889d83d6-e476-436b-b695-6386faacdcdf HTTP/1.1" 200 3244 0.100967 10.0.0.56 - - [2025-05-05 02:07:10] "POST /neutron/port HTTP/1.1" 200 1070 0.346757 10.0.0.56 - - [2025-05-05 02:07:10] "GET /virtual-network/f28928a1-8c82-4569-ac50-f8acc398b322 HTTP/1.1" 200 3146 0.008284 10.0.0.56 - - [2025-05-05 02:07:10] "GET /floating-ip-pool/5d0a3fe1-d49c-44a8-a3b7-c3f697a2696a HTTP/1.1" 200 1440 0.007786 10.0.0.56 - - [2025-05-05 02:07:10] "GET /domains HTTP/1.1" 200 280 0.004262 10.0.0.56 - - [2025-05-05 02:07:10] "POST /neutron/port HTTP/1.1" 200 1070 0.011285 10.0.0.56 - - [2025-05-05 02:07:10] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001198 10.0.0.56 - - [2025-05-05 02:07:10] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75 HTTP/1.1" 200 2783 0.010179 10.0.0.56 - - [2025-05-05 02:07:10] "POST /neutron/port HTTP/1.1" 200 1070 0.016495 10.0.0.56 - - [2025-05-05 02:07:10] "GET /projects?obj_uuids=889d83d6-e476-436b-b695-6386faacdcdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001070 10.0.0.56 - - [2025-05-05 02:07:10] "POST /neutron/port HTTP/1.1" 200 1124 0.082868 10.0.0.56 - - [2025-05-05 02:07:10] "GET /project/889d83d6-e476-436b-b695-6386faacdcdf HTTP/1.1" 200 3244 0.100060 10.0.0.56 - - [2025-05-05 02:07:10] "GET /virtual-network/f28928a1-8c82-4569-ac50-f8acc398b322 HTTP/1.1" 200 3146 0.010165 10.0.0.56 - - [2025-05-05 02:07:10] "GET /virtual-network/f28928a1-8c82-4569-ac50-f8acc398b322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005669 10.0.0.56 - - [2025-05-05 02:07:10] "POST /neutron/port HTTP/1.1" 200 1098 0.013826 10.0.0.56 - - [2025-05-05 02:07:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009385 10.0.0.56 - - [2025-05-05 02:07:10] "POST /neutron/port HTTP/1.1" 200 1099 0.023301 10.0.0.56 - - [2025-05-05 02:07:10] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006984 10.0.0.56 - - [2025-05-05 02:07:10] "POST /neutron/subnet HTTP/1.1" 200 689 0.022473 10.0.0.56 - - [2025-05-05 02:07:10] "POST /neutron/port HTTP/1.1" 200 117 0.001297 10.0.0.56 - - [2025-05-05 02:07:10] "POST /neutron/network HTTP/1.1" 200 836 0.006271 10.0.0.56 - - [2025-05-05 02:07:10] "POST /neutron/port HTTP/1.1" 200 1099 0.023563 10.0.0.56 - - [2025-05-05 02:07:10] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009078 10.0.0.56 - - [2025-05-05 02:07:10] "POST /neutron/port HTTP/1.1" 200 1099 0.017398 10.0.0.56 - - [2025-05-05 02:07:10] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007095 10.0.0.56 - - [2025-05-05 02:07:10] "GET /virtual-machine/45f71359-d242-4354-a9cf-95975383ce89 HTTP/1.1" 200 1304 0.005421 10.0.0.56 - - [2025-05-05 02:07:10] "GET /virtual-machine-interface/d1d3367d-4227-4167-8791-040488055c2e HTTP/1.1" 200 3003 0.010949 10.0.0.56 - - [2025-05-05 02:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.56 - - [2025-05-05 02:07:10] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005399 10.0.0.56 - - [2025-05-05 02:07:10] "GET /virtual-networks?parent_id=889d83d6-e476-436b-b695-6386faacdcdf&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004359 10.0.0.56 - - [2025-05-05 02:07:10] "GET /virtual-network/219c7881-5b47-4c52-b50c-a82539c89a77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.007339 10.0.0.56 - - [2025-05-05 02:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.56 - - [2025-05-05 02:07:13] "GET /virtual-network/219c7881-5b47-4c52-b50c-a82539c89a77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005292 10.0.0.56 - - [2025-05-05 02:07:15] "POST /neutron/port HTTP/1.1" 200 1099 0.013814 10.0.0.56 - - [2025-05-05 02:07:15] "POST /neutron/port HTTP/1.1" 200 1099 0.014013 10.0.0.56 - - [2025-05-05 02:07:15] "POST /neutron/network HTTP/1.1" 200 847 0.005402 10.0.0.56 - - [2025-05-05 02:07:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.016613 10.0.0.56 - - [2025-05-05 02:07:15] "POST /neutron/subnet HTTP/1.1" 200 693 0.009378 10.0.0.56 - - [2025-05-05 02:07:15] "POST /neutron/port HTTP/1.1" 200 117 0.001197 10.0.0.56 - - [2025-05-05 02:07:15] "POST /neutron/network HTTP/1.1" 200 837 0.005563 10.0.0.56 - - [2025-05-05 02:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.56 - - [2025-05-05 02:07:17] "GET /virtual-network/219c7881-5b47-4c52-b50c-a82539c89a77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005530 10.0.0.56 - - [2025-05-05 02:07:18] "POST /neutron/port HTTP/1.1" 200 1099 0.040715 10.0.0.56 - - [2025-05-05 02:07:18] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006560 10.0.0.56 - - [2025-05-05 02:07:19] "POST /neutron/port HTTP/1.1" 200 1098 0.017328 10.0.0.56 - - [2025-05-05 02:07:19] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006968 10.0.0.56 - - [2025-05-05 02:07:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.56 - - [2025-05-05 02:07:20] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003237 10.0.0.56 - - [2025-05-05 02:07:20] "GET /virtual-networks?parent_id=889d83d6-e476-436b-b695-6386faacdcdf&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003505 10.0.0.56 - - [2025-05-05 02:07:20] "GET /virtual-network/219c7881-5b47-4c52-b50c-a82539c89a77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005900 10.0.0.56 - - [2025-05-05 02:07:20] "GET /projects?obj_uuids=889d83d6-e476-436b-b695-6386faacdcdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001225 10.0.0.56 - - [2025-05-05 02:07:20] "POST /neutron/floatingip HTTP/1.1" 200 528 0.071596 10.0.0.56 - - [2025-05-05 02:07:20] "POST /neutron/port HTTP/1.1" 200 1099 0.014879 10.0.0.56 - - [2025-05-05 02:07:20] "POST /neutron/floatingip HTTP/1.1" 200 528 0.006167 10.0.0.56 - - [2025-05-05 02:07:20] "POST /neutron/floatingip HTTP/1.1" 200 574 0.039891 10.0.0.56 - - [2025-05-05 02:07:20] "POST /neutron/port HTTP/1.1" 200 1098 0.014412 10.0.0.56 - - [2025-05-05 02:07:20] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008700 10.0.0.56 - - [2025-05-05 02:07:20] "POST /neutron/port HTTP/1.1" 200 1098 0.013818 10.0.0.56 - - [2025-05-05 02:07:20] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006723 10.0.0.56 - - [2025-05-05 02:07:20] "POST /neutron/port HTTP/1.1" 200 1098 0.015265 10.0.0.56 - - [2025-05-05 02:07:20] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009371 10.0.0.56 - - [2025-05-05 02:07:20] "GET /virtual-machine/5c788a9f-a909-43ba-841b-acec8688a0df HTTP/1.1" 200 1303 0.004677 10.0.0.56 - - [2025-05-05 02:07:20] "GET /virtual-machine-interface/f8acb0f0-3113-4e0f-980e-ff70d4e60ad8 HTTP/1.1" 200 3004 0.005153 10.0.0.56 - - [2025-05-05 02:07:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.56 - - [2025-05-05 02:07:20] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003346 10.0.0.56 - - [2025-05-05 02:07:20] "GET /virtual-networks?parent_id=889d83d6-e476-436b-b695-6386faacdcdf&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003773 10.0.0.56 - - [2025-05-05 02:07:20] "GET /virtual-network/f28928a1-8c82-4569-ac50-f8acc398b322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005747 10.0.0.56 - - [2025-05-05 02:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.56 - - [2025-05-05 02:07:21] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003522 10.0.0.56 - - [2025-05-05 02:07:21] "GET /virtual-networks?parent_id=889d83d6-e476-436b-b695-6386faacdcdf&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003531 10.0.0.56 - - [2025-05-05 02:07:22] "GET /virtual-network/f28928a1-8c82-4569-ac50-f8acc398b322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007722 10.0.0.56 - - [2025-05-05 02:07:22] "POST /neutron/floatingip HTTP/1.1" 200 574 0.009112 10.0.0.56 - - [2025-05-05 02:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002460 10.0.0.56 - - [2025-05-05 02:07:22] "GET /routing-instance/4fb026a0-648b-4376-bedf-ed2c23276e9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.003075 10.0.0.56 - - [2025-05-05 02:07:22] "GET /route-target/6ab87422-9a33-43e2-8efd-b11d80643dcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003471 10.0.0.56 - - [2025-05-05 02:07:22] "GET /floating-ip/09acdad3-8cbd-4c63-8d55-fa455d9b23f3 HTTP/1.1" 200 1884 0.004709 10.0.0.56 - - [2025-05-05 02:07:25] "POST /neutron/floatingip HTTP/1.1" 200 574 0.014624 10.0.0.56 - - [2025-05-05 02:07:25] "POST /neutron/floatingip HTTP/1.1" 200 528 0.041440 10.0.0.56 - - [2025-05-05 02:07:25] "POST /neutron/floatingip HTTP/1.1" 200 528 0.005972 10.0.0.56 - - [2025-05-05 02:07:25] "POST /neutron/floatingip HTTP/1.1" 200 115 0.032074 10.0.0.56 - - [2025-05-05 02:07:25] "GET /floating-ip-pool/5d0a3fe1-d49c-44a8-a3b7-c3f697a2696a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.003359 10.0.0.56 - - [2025-05-05 02:07:25] "POST /ref-update HTTP/1.1" 200 156 0.008369 10.0.0.56 - - [2025-05-05 02:07:25] "DELETE /floating-ip-pool/5d0a3fe1-d49c-44a8-a3b7-c3f697a2696a HTTP/1.1" 200 115 0.023007 10.0.0.56 - - [2025-05-05 02:07:25] "POST /neutron/network HTTP/1.1" 200 837 0.008869 10.0.0.56 - - [2025-05-05 02:07:25] "POST /neutron/network HTTP/1.1" 400 204 0.011033 10.0.0.56 - - [2025-05-05 02:07:26] "POST /neutron/port HTTP/1.1" 200 1098 0.013205 10.0.0.56 - - [2025-05-05 02:07:26] "POST /neutron/port HTTP/1.1" 200 1124 0.008881 10.0.0.56 - - [2025-05-05 02:07:26] "POST /neutron/port HTTP/1.1" 200 1099 0.017849 10.0.0.56 - - [2025-05-05 02:07:26] "POST /neutron/port HTTP/1.1" 200 1125 0.012865 10.0.0.56 - - [2025-05-05 02:07:26] "POST /neutron/port HTTP/1.1" 200 151 0.117036 10.0.0.56 - - [2025-05-05 02:07:26] "POST /neutron/port HTTP/1.1" 200 151 0.106017 10.0.0.56 - - [2025-05-05 02:07:27] "POST /neutron/network HTTP/1.1" 200 837 0.006332 10.0.0.56 - - [2025-05-05 02:07:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002397 10.0.0.56 - - [2025-05-05 02:07:27] "POST /useragent-kv HTTP/1.1" 200 115 0.004300 10.0.0.56 - - [2025-05-05 02:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.56 - - [2025-05-05 02:07:27] "POST /neutron/network HTTP/1.1" 200 151 0.091249 10.0.0.56 - - [2025-05-05 02:07:27] "GET /routing-instance/88bb6e4f-4b05-4acb-9075-6803911c43f6 HTTP/1.1" 404 171 0.004656 10.0.0.56 - - [2025-05-05 02:07:27] "GET /domains HTTP/1.1" 200 280 0.004946 10.0.0.56 - - [2025-05-05 02:07:27] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001021 10.0.0.56 - - [2025-05-05 02:07:27] "DELETE /route-target/8b4dc7cb-3142-409c-b7e2-c45363be8f42 HTTP/1.1" 200 115 0.028395 10.0.0.56 - - [2025-05-05 02:07:27] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75 HTTP/1.1" 200 2783 0.048677 10.0.0.56 - - [2025-05-05 02:07:27] "GET /projects?obj_uuids=889d83d6-e476-436b-b695-6386faacdcdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001630 10.0.0.56 - - [2025-05-05 02:07:27] "GET /project/889d83d6-e476-436b-b695-6386faacdcdf HTTP/1.1" 200 2174 0.074426 10.0.0.56 - - [2025-05-05 02:07:28] "POST /neutron/network HTTP/1.1" 200 836 0.007697 10.0.0.56 - - [2025-05-05 02:07:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003464 10.0.0.56 - - [2025-05-05 02:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005140 10.0.0.56 - - [2025-05-05 02:07:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001907 10.0.0.56 - - [2025-05-05 02:07:28] "POST /neutron/network HTTP/1.1" 200 151 0.092780 10.0.0.56 - - [2025-05-05 02:07:28] "GET /routing-instance/4fb026a0-648b-4376-bedf-ed2c23276e9e HTTP/1.1" 404 171 0.002263 10.0.0.56 - - [2025-05-05 02:07:28] "DELETE /route-target/6ab87422-9a33-43e2-8efd-b11d80643dcf HTTP/1.1" 200 115 0.022571 10.0.0.56 - - [2025-05-05 02:07:28] "GET /domains HTTP/1.1" 200 280 0.002941 10.0.0.56 - - [2025-05-05 02:07:28] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001038 10.0.0.56 - - [2025-05-05 02:07:28] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75 HTTP/1.1" 200 2783 0.051794 10.0.0.56 - - [2025-05-05 02:07:28] "GET /projects?obj_uuids=889d83d6-e476-436b-b695-6386faacdcdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001648 10.0.0.56 - - [2025-05-05 02:07:28] "GET /project/889d83d6-e476-436b-b695-6386faacdcdf HTTP/1.1" 200 1924 0.073690 10.0.0.56 - - [2025-05-05 02:07:28] "GET /projects?obj_uuids=889d83d6-e476-436b-b695-6386faacdcdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001115 10.0.0.56 - - [2025-05-05 02:07:28] "GET /project/889d83d6-e476-436b-b695-6386faacdcdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.028082 10.0.0.56 - - [2025-05-05 02:07:28] "GET /projects?obj_uuids=889d83d6-e476-436b-b695-6386faacdcdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001086 10.0.0.56 - - [2025-05-05 02:07:28] "GET /project/889d83d6-e476-436b-b695-6386faacdcdf?fields=virtual_networks HTTP/1.1" 200 1056 0.068469 10.0.0.56 - - [2025-05-05 02:07:28] "GET /projects?obj_uuids=889d83d6-e476-436b-b695-6386faacdcdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001467 10.0.0.56 - - [2025-05-05 02:07:28] "GET /project/889d83d6-e476-436b-b695-6386faacdcdf?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.028375 10.0.0.56 - - [2025-05-05 02:07:28] "GET /projects?obj_uuids=889d83d6-e476-436b-b695-6386faacdcdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001107 10.0.0.56 - - [2025-05-05 02:07:28] "GET /project/889d83d6-e476-436b-b695-6386faacdcdf?fields=security_groups HTTP/1.1" 200 1294 0.027443 10.0.0.56 - - [2025-05-05 02:07:29] "POST /fqname-to-id HTTP/1.1" 404 183 0.020847 10.0.0.56 - - [2025-05-05 02:07:29] "GET /projects?obj_uuids=99be37a0-42fb-4e8c-b261-d3dd1d1714d1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002416 10.0.0.56 - - [2025-05-05 02:07:29] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001420 10.0.0.56 - - [2025-05-05 02:07:29] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007706 10.0.0.56 - - [2025-05-05 02:07:29] "POST /id-to-fqname HTTP/1.1" 200 185 0.001209 10.0.0.56 - - [2025-05-05 02:07:29] "POST /fqname-to-id HTTP/1.1" 404 194 0.002190 10.0.0.56 - - [2025-05-05 02:07:29] "POST /security-groups HTTP/1.1" 200 586 0.059851 10.0.0.56 - - [2025-05-05 02:07:29] "POST /fqname-to-id HTTP/1.1" 404 229 0.002438 10.0.0.56 - - [2025-05-05 02:07:29] "POST /projects HTTP/1.1" 200 575 0.203774 10.0.0.56 - - [2025-05-05 02:07:29] "POST /access-control-lists HTTP/1.1" 200 591 0.056308 10.0.0.56 - - [2025-05-05 02:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.273777 10.0.0.56 - - [2025-05-05 02:07:29] "POST /fqname-to-id HTTP/1.1" 404 228 0.002765 10.0.0.56 - - [2025-05-05 02:07:30] "GET /project/99be37a0-42fb-4e8c-b261-d3dd1d1714d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.396793 10.0.0.56 - - [2025-05-05 02:07:30] "POST /access-control-lists HTTP/1.1" 200 589 0.060071 10.0.0.56 - - [2025-05-05 02:07:31] "GET / HTTP/1.1" 200 35931 0.001996 10.0.0.56 - - [2025-05-05 02:07:32] "GET /projects?obj_uuids=99be37a0-42fb-4e8c-b261-d3dd1d1714d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001135 10.0.0.56 - - [2025-05-05 02:07:32] "GET /project/99be37a0-42fb-4e8c-b261-d3dd1d1714d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.028007 10.0.0.56 - - [2025-05-05 02:07:32] "GET /projects?obj_uuids=99be37a0-42fb-4e8c-b261-d3dd1d1714d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001041 10.0.0.56 - - [2025-05-05 02:07:32] "GET /project/99be37a0-42fb-4e8c-b261-d3dd1d1714d1?fields=virtual_networks HTTP/1.1" 200 1023 0.071229 10.0.0.56 - - [2025-05-05 02:07:32] "GET /projects?obj_uuids=99be37a0-42fb-4e8c-b261-d3dd1d1714d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001095 10.0.0.56 - - [2025-05-05 02:07:32] "GET /project/99be37a0-42fb-4e8c-b261-d3dd1d1714d1?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.029587 10.0.0.56 - - [2025-05-05 02:07:32] "GET /projects?obj_uuids=99be37a0-42fb-4e8c-b261-d3dd1d1714d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001123 10.0.0.56 - - [2025-05-05 02:07:32] "GET /project/99be37a0-42fb-4e8c-b261-d3dd1d1714d1?fields=security_groups HTTP/1.1" 200 1244 0.026699 10.0.0.56 - - [2025-05-05 02:07:33] "POST /fqname-to-id HTTP/1.1" 404 191 0.022965 10.0.0.56 - - [2025-05-05 02:07:33] "GET /projects?obj_uuids=75d4d149-4571-471d-a8d9-34d5d4068cad&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002585 10.0.0.56 - - [2025-05-05 02:07:33] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001498 10.0.0.56 - - [2025-05-05 02:07:33] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008385 10.0.0.56 - - [2025-05-05 02:07:33] "POST /id-to-fqname HTTP/1.1" 200 193 0.002364 10.0.0.56 - - [2025-05-05 02:07:33] "POST /fqname-to-id HTTP/1.1" 404 202 0.004694 10.0.0.56 - - [2025-05-05 02:07:33] "POST /security-groups HTTP/1.1" 200 594 0.064405 10.0.0.56 - - [2025-05-05 02:07:33] "POST /fqname-to-id HTTP/1.1" 404 237 0.002284 10.0.0.56 - - [2025-05-05 02:07:33] "POST /projects HTTP/1.1" 200 591 0.226329 10.0.0.56 - - [2025-05-05 02:07:33] "POST /access-control-lists HTTP/1.1" 200 599 0.056354 10.0.0.56 - - [2025-05-05 02:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.315446 10.0.0.56 - - [2025-05-05 02:07:33] "POST /fqname-to-id HTTP/1.1" 404 236 0.002756 10.0.0.56 - - [2025-05-05 02:07:33] "GET /project/75d4d149-4571-471d-a8d9-34d5d4068cad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.443025 10.0.0.56 - - [2025-05-05 02:07:33] "POST /access-control-lists HTTP/1.1" 200 597 0.064352 10.0.0.56 - - [2025-05-05 02:07:34] "GET / HTTP/1.1" 200 35931 0.001986 10.0.0.56 - - [2025-05-05 02:07:36] "GET /project/75d4d149-4571-471d-a8d9-34d5d4068cad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000508 10.0.0.56 - - [2025-05-05 02:07:36] "GET /projects?obj_uuids=75d4d149-4571-471d-a8d9-34d5d4068cad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001141 10.0.0.56 - - [2025-05-05 02:07:36] "GET /project/75d4d149-4571-471d-a8d9-34d5d4068cad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.051043 10.0.0.56 - - [2025-05-05 02:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002426 10.0.0.56 - - [2025-05-05 02:07:36] "GET /security-group/9605f5ad-4385-49a6-95e0-a2082fdab05d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.007159 10.0.0.56 - - [2025-05-05 02:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.56 - - [2025-05-05 02:07:36] "GET /projects?obj_uuids=75d4d149-4571-471d-a8d9-34d5d4068cad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002188 10.0.0.56 - - [2025-05-05 02:07:36] "GET /project/75d4d149-4571-471d-a8d9-34d5d4068cad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.033819 10.0.0.56 - - [2025-05-05 02:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.56 - - [2025-05-05 02:07:36] "GET /security-group/9605f5ad-4385-49a6-95e0-a2082fdab05d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.003986 10.0.0.56 - - [2025-05-05 02:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.56 - - [2025-05-05 02:07:36] "PUT /security-group/9605f5ad-4385-49a6-95e0-a2082fdab05d HTTP/1.1" 200 262 0.013233 10.0.0.56 - - [2025-05-05 02:07:36] "PUT /access-control-list/b4bf6a0f-e6ab-46af-9cb7-f2be05d64844 HTTP/1.1" 200 272 0.008935 10.0.0.56 - - [2025-05-05 02:07:36] "PUT /access-control-list/5b327dfb-e493-4281-bd73-1d8226677147 HTTP/1.1" 200 272 0.013358 10.0.0.56 - - [2025-05-05 02:07:36] "POST /fqname-to-id HTTP/1.1" 404 202 0.002286 10.0.0.56 - - [2025-05-05 02:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.56 - - [2025-05-05 02:07:36] "GET /projects?obj_uuids=75d4d149-4571-471d-a8d9-34d5d4068cad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001464 10.0.0.56 - - [2025-05-05 02:07:36] "GET /project/75d4d149-4571-471d-a8d9-34d5d4068cad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.034768 10.0.0.56 - - [2025-05-05 02:07:37] "POST /neutron/network HTTP/1.1" 200 117 0.029761 10.0.0.56 - - [2025-05-05 02:07:37] "GET /projects?obj_uuids=75d4d149-4571-471d-a8d9-34d5d4068cad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001065 10.0.0.56 - - [2025-05-05 02:07:37] "POST /neutron/network HTTP/1.1" 200 608 0.084849 10.0.0.56 - - [2025-05-05 02:07:37] "POST /route-targets HTTP/1.1" 200 327 0.009713 10.0.0.56 - - [2025-05-05 02:07:37] "POST /ref-update HTTP/1.1" 200 156 0.010943 10.0.0.56 - - [2025-05-05 02:07:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003922 10.0.0.56 - - [2025-05-05 02:07:37] "POST /neutron/subnet HTTP/1.1" 200 720 0.153406 10.0.0.56 - - [2025-05-05 02:07:37] "POST /neutron/network HTTP/1.1" 200 826 0.005458 10.0.0.56 - - [2025-05-05 02:07:37] "POST /id-to-fqname HTTP/1.1" 200 223 0.001143 10.0.0.56 - - [2025-05-05 02:07:37] "GET /virtual-network/ce796eef-6077-4511-b723-aa7a7ada40c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004766 10.0.0.56 - - [2025-05-05 02:07:37] "POST /neutron/network HTTP/1.1" 200 826 0.006287 10.0.0.56 - - [2025-05-05 02:07:37] "GET /virtual-network/ce796eef-6077-4511-b723-aa7a7ada40c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005316 10.0.0.56 - - [2025-05-05 02:07:37] "POST /neutron/network HTTP/1.1" 200 826 0.006415 10.0.0.56 - - [2025-05-05 02:07:37] "POST /neutron/subnet HTTP/1.1" 200 720 0.007527 10.0.0.56 - - [2025-05-05 02:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.007006 10.0.0.56 - - [2025-05-05 02:07:37] "GET /projects?obj_uuids=75d4d149-4571-471d-a8d9-34d5d4068cad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001118 10.0.0.56 - - [2025-05-05 02:07:37] "GET /project/75d4d149-4571-471d-a8d9-34d5d4068cad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.028426 10.0.0.56 - - [2025-05-05 02:07:37] "POST /neutron/network HTTP/1.1" 200 117 0.008789 10.0.0.56 - - [2025-05-05 02:07:37] "GET /projects?obj_uuids=75d4d149-4571-471d-a8d9-34d5d4068cad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001092 10.0.0.56 - - [2025-05-05 02:07:37] "POST /neutron/network HTTP/1.1" 200 615 0.092613 10.0.0.56 - - [2025-05-05 02:07:37] "POST /route-targets HTTP/1.1" 200 327 0.013081 10.0.0.56 - - [2025-05-05 02:07:37] "POST /ref-update HTTP/1.1" 200 156 0.014831 10.0.0.56 - - [2025-05-05 02:07:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003320 10.0.0.56 - - [2025-05-05 02:07:38] "POST /neutron/subnet HTTP/1.1" 200 715 0.201271 10.0.0.56 - - [2025-05-05 02:07:38] "POST /neutron/network HTTP/1.1" 200 832 0.005766 10.0.0.56 - - [2025-05-05 02:07:38] "POST /id-to-fqname HTTP/1.1" 200 227 0.001275 10.0.0.56 - - [2025-05-05 02:07:38] "GET /virtual-network/d4d0b439-b8b1-4145-a94f-eeb514ac6531?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005047 10.0.0.56 - - [2025-05-05 02:07:38] "POST /neutron/network HTTP/1.1" 200 832 0.005494 10.0.0.56 - - [2025-05-05 02:07:38] "GET /virtual-network/d4d0b439-b8b1-4145-a94f-eeb514ac6531?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004669 10.0.0.56 - - [2025-05-05 02:07:38] "POST /neutron/network HTTP/1.1" 200 832 0.005935 10.0.0.56 - - [2025-05-05 02:07:38] "POST /neutron/subnet HTTP/1.1" 200 715 0.006399 10.0.0.56 - - [2025-05-05 02:07:38] "POST /id-to-fqname HTTP/1.1" 200 223 0.001181 10.0.0.56 - - [2025-05-05 02:07:38] "POST /neutron/network HTTP/1.1" 200 836 0.005865 10.0.0.56 - - [2025-05-05 02:07:38] "GET /aaa-mode HTTP/1.1" 401 292 0.000443 10.0.0.56 - - [2025-05-05 02:07:38] "GET / HTTP/1.1" 200 35931 0.001716 10.0.0.56 - - [2025-05-05 02:07:38] "GET /project/75d4d149-4571-471d-a8d9-34d5d4068cad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000401 10.0.0.56 - - [2025-05-05 02:07:39] "GET /projects?obj_uuids=75d4d149-4571-471d-a8d9-34d5d4068cad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001240 10.0.0.56 - - [2025-05-05 02:07:39] "GET /project/75d4d149-4571-471d-a8d9-34d5d4068cad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.049953 10.0.0.56 - - [2025-05-05 02:07:39] "POST /neutron/network HTTP/1.1" 200 826 0.006357 10.0.0.56 - - [2025-05-05 02:07:39] "POST /neutron/port HTTP/1.1" 200 117 0.004838 10.0.0.56 - - [2025-05-05 02:07:39] "POST /neutron/port HTTP/1.1" 200 117 0.006331 10.0.0.56 - - [2025-05-05 02:07:39] "POST /id-to-fqname HTTP/1.1" 200 227 0.001255 10.0.0.56 - - [2025-05-05 02:07:39] "POST /neutron/port HTTP/1.1" 200 117 0.005026 10.0.0.56 - - [2025-05-05 02:07:39] "POST /neutron/network HTTP/1.1" 200 842 0.005525 10.0.0.56 - - [2025-05-05 02:07:39] "GET /aaa-mode HTTP/1.1" 401 292 0.000415 10.0.0.56 - - [2025-05-05 02:07:39] "POST /neutron/network HTTP/1.1" 200 836 0.006888 10.0.0.56 - - [2025-05-05 02:07:39] "GET /projects?obj_uuids=75d4d149-4571-471d-a8d9-34d5d4068cad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001983 10.0.0.56 - - [2025-05-05 02:07:39] "GET / HTTP/1.1" 200 35931 0.003355 10.0.0.56 - - [2025-05-05 02:07:39] "GET /project/75d4d149-4571-471d-a8d9-34d5d4068cad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000416 10.0.0.56 - - [2025-05-05 02:07:40] "POST /neutron/port HTTP/1.1" 200 1062 0.276183 10.0.0.56 - - [2025-05-05 02:07:40] "POST /neutron/port HTTP/1.1" 200 1062 0.008354 10.0.0.56 - - [2025-05-05 02:07:40] "POST /neutron/port HTTP/1.1" 200 1062 0.008732 10.0.0.56 - - [2025-05-05 02:07:40] "POST /neutron/port HTTP/1.1" 200 1116 0.062289 10.0.0.56 - - [2025-05-05 02:07:40] "POST /neutron/port HTTP/1.1" 200 1090 0.014330 10.0.0.56 - - [2025-05-05 02:07:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003116 10.0.0.56 - - [2025-05-05 02:07:40] "POST /neutron/subnet HTTP/1.1" 200 694 0.011441 10.0.0.56 - - [2025-05-05 02:07:40] "POST /neutron/port HTTP/1.1" 200 117 0.001103 10.0.0.56 - - [2025-05-05 02:07:40] "POST /neutron/network HTTP/1.1" 200 826 0.005291 10.0.0.56 - - [2025-05-05 02:07:40] "GET /projects?obj_uuids=75d4d149-4571-471d-a8d9-34d5d4068cad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001174 10.0.0.56 - - [2025-05-05 02:07:40] "GET /project/75d4d149-4571-471d-a8d9-34d5d4068cad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.045354 10.0.0.56 - - [2025-05-05 02:07:40] "POST /neutron/network HTTP/1.1" 200 832 0.005818 10.0.0.56 - - [2025-05-05 02:07:40] "POST /neutron/port HTTP/1.1" 200 1090 0.029220 10.0.0.56 - - [2025-05-05 02:07:40] "POST /neutron/security_group HTTP/1.1" 200 2002 0.012741 10.0.0.56 - - [2025-05-05 02:07:40] "POST /neutron/port HTTP/1.1" 200 117 0.007634 10.0.0.56 - - [2025-05-05 02:07:40] "GET /projects?obj_uuids=75d4d149-4571-471d-a8d9-34d5d4068cad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001203 10.0.0.56 - - [2025-05-05 02:07:40] "POST /neutron/router HTTP/1.1" 200 585 0.070911 10.0.0.56 - - [2025-05-05 02:07:40] "POST /neutron/router HTTP/1.1" 200 585 0.008788 10.0.0.56 - - [2025-05-05 02:07:40] "POST /route-targets HTTP/1.1" 200 327 0.034373 10.0.0.56 - - [2025-05-05 02:07:40] "POST /neutron/router HTTP/1.1" 200 656 0.067506 10.0.0.56 - - [2025-05-05 02:07:40] "PUT /logical-router/c6a3a267-4463-4147-a530-48324ec4a4f5 HTTP/1.1" 200 262 0.057150 10.0.0.56 - - [2025-05-05 02:07:40] "POST /neutron/router HTTP/1.1" 200 656 0.017936 10.0.0.56 - - [2025-05-05 02:07:40] "GET /logical-router/c6a3a267-4463-4147-a530-48324ec4a4f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.019449 10.0.0.56 - - [2025-05-05 02:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.56 - - [2025-05-05 02:07:40] "GET /projects?obj_uuids=75d4d149-4571-471d-a8d9-34d5d4068cad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001114 10.0.0.56 - - [2025-05-05 02:07:40] "GET /service-template/2c22e312-ed97-4457-bef8-1665927bef00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.007570 10.0.0.56 - - [2025-05-05 02:07:40] "POST /fqname-to-id HTTP/1.1" 404 215 0.002524 10.0.0.56 - - [2025-05-05 02:07:41] "POST /neutron/network HTTP/1.1" 200 842 0.009063 10.0.0.56 - - [2025-05-05 02:07:41] "GET /projects?obj_uuids=75d4d149-4571-471d-a8d9-34d5d4068cad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001311 10.0.0.56 - - [2025-05-05 02:07:41] "POST /useragent-kv HTTP/1.1" 200 115 0.008686 10.0.0.56 - - [2025-05-05 02:07:41] "POST /virtual-networks HTTP/1.1" 200 694 0.234802 10.0.0.56 - - [2025-05-05 02:07:41] "POST /neutron/router HTTP/1.1" 200 344 0.452196 10.0.0.56 - - [2025-05-05 02:07:41] "POST /route-targets HTTP/1.1" 200 327 0.054567 10.0.0.56 - - [2025-05-05 02:07:41] "POST /ref-update HTTP/1.1" 200 156 0.040498 10.0.0.56 - - [2025-05-05 02:07:41] "POST /neutron/port HTTP/1.1" 200 1090 0.072759 10.0.0.56 - - [2025-05-05 02:07:41] "POST /service-instances HTTP/1.1" 200 670 0.109416 10.0.0.56 - - [2025-05-05 02:07:41] "POST /neutron/security_group HTTP/1.1" 200 2002 0.035351 10.0.0.56 - - [2025-05-05 02:07:41] "POST /ref-update HTTP/1.1" 200 156 0.055017 10.0.0.56 - - [2025-05-05 02:07:41] "POST /route-tables HTTP/1.1" 200 582 0.062981 10.0.0.56 - - [2025-05-05 02:07:41] "PUT /logical-router/c6a3a267-4463-4147-a530-48324ec4a4f5 HTTP/1.1" 200 262 0.041148 10.0.0.56 - - [2025-05-05 02:07:41] "POST /neutron/port HTTP/1.1" 200 1061 0.560565 10.0.0.56 - - [2025-05-05 02:07:41] "POST /neutron/port HTTP/1.1" 200 1061 0.012778 10.0.0.56 - - [2025-05-05 02:07:41] "POST /neutron/port HTTP/1.1" 200 1061 0.011328 10.0.0.56 - - [2025-05-05 02:07:41] "POST /ref-update HTTP/1.1" 200 156 0.028631 10.0.0.56 - - [2025-05-05 02:07:41] "POST /neutron/port HTTP/1.1" 200 1115 0.077906 10.0.0.56 - - [2025-05-05 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.56 - - [2025-05-05 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002569 10.0.0.56 - - [2025-05-05 02:07:41] "POST /neutron/port HTTP/1.1" 200 1089 0.014944 10.0.0.56 - - [2025-05-05 02:07:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002953 10.0.0.56 - - [2025-05-05 02:07:41] "POST /neutron/subnet HTTP/1.1" 200 689 0.010549 10.0.0.56 - - [2025-05-05 02:07:41] "POST /virtual-machines HTTP/1.1" 200 553 0.019475 10.0.0.56 - - [2025-05-05 02:07:41] "POST /neutron/port HTTP/1.1" 200 117 0.001194 10.0.0.56 - - [2025-05-05 02:07:41] "POST /neutron/network HTTP/1.1" 200 832 0.005159 10.0.0.56 - - [2025-05-05 02:07:42] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.097268 10.0.0.56 - - [2025-05-05 02:07:42] "POST /chown HTTP/1.1" 200 109 0.007776 10.0.0.56 - - [2025-05-05 02:07:42] "POST /instance-ips HTTP/1.1" 200 551 0.035870 10.0.0.56 - - [2025-05-05 02:07:42] "POST /instance-ips HTTP/1.1" 400 246 0.014957 10.0.0.56 - - [2025-05-05 02:07:42] "POST /chown HTTP/1.1" 200 109 0.008295 10.0.0.56 - - [2025-05-05 02:07:42] "PUT /virtual-machine-interface/1b747fbc-75c3-4627-bfd3-66e2066c628d HTTP/1.1" 200 284 0.011658 10.0.0.56 - - [2025-05-05 02:07:42] "PUT /instance-ip/13f7101f-3f2b-4ab6-b99b-fa794222a27a HTTP/1.1" 200 256 0.015115 10.0.0.56 - - [2025-05-05 02:07:42] "POST /ref-update HTTP/1.1" 200 156 0.015746 10.0.0.56 - - [2025-05-05 02:07:42] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.100450 10.0.0.56 - - [2025-05-05 02:07:42] "POST /chown HTTP/1.1" 200 109 0.008749 10.0.0.56 - - [2025-05-05 02:07:42] "POST /instance-ips HTTP/1.1" 200 549 0.040586 10.0.0.56 - - [2025-05-05 02:07:42] "POST /instance-ips HTTP/1.1" 400 316 0.020538 10.0.0.56 - - [2025-05-05 02:07:42] "POST /chown HTTP/1.1" 200 109 0.009398 10.0.0.56 - - [2025-05-05 02:07:42] "PUT /virtual-machine-interface/5f4961ef-2bcb-4807-a960-65471db46f54 HTTP/1.1" 200 284 0.012522 10.0.0.56 - - [2025-05-05 02:07:43] "PUT /instance-ip/6e2cea10-bbb8-41a7-89ed-74d9f49cc4b7 HTTP/1.1" 200 256 0.018710 10.0.0.56 - - [2025-05-05 02:07:43] "POST /ref-update HTTP/1.1" 200 156 0.011405 10.0.0.56 - - [2025-05-05 02:07:43] "POST /ref-update HTTP/1.1" 200 156 0.010293 10.0.0.56 - - [2025-05-05 02:07:43] "PUT /routing-instance/2bfce61a-dfee-4c02-afd1-13596e7d8802 HTTP/1.1" 200 266 0.025039 10.0.0.56 - - [2025-05-05 02:07:43] "POST /ref-update HTTP/1.1" 200 156 0.012395 10.0.0.56 - - [2025-05-05 02:07:43] "POST /virtual-machines HTTP/1.1" 200 553 0.012107 10.0.0.56 - - [2025-05-05 02:07:43] "DELETE /project/99be37a042fb4e8cb261d3dd1d1714d1 HTTP/1.1" 404 173 0.017067 10.0.0.56 - - [2025-05-05 02:07:43] "DELETE /project/889d83d6e476436bb6956386faacdcdf HTTP/1.1" 404 173 0.014150 10.0.0.56 - - [2025-05-05 02:07:43] "DELETE /project/75d4d1494571471da8d934d5d4068cad HTTP/1.1" 404 173 0.008156 10.0.0.56 - - [2025-05-05 02:07:43] "GET /projects?obj_uuids=889d83d6-e476-436b-b695-6386faacdcdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001127 10.0.0.56 - - [2025-05-05 02:07:43] "GET /projects?obj_uuids=e98197de-d010-4797-8f75-2e8f996d7478&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001415 10.0.0.56 - - [2025-05-05 02:07:43] "GET /projects?obj_uuids=99be37a0-42fb-4e8c-b261-d3dd1d1714d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001137 10.0.0.56 - - [2025-05-05 02:07:43] "GET /project/889d83d6-e476-436b-b695-6386faacdcdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.073927 10.0.0.56 - - [2025-05-05 02:07:43] "GET /project/99be37a0-42fb-4e8c-b261-d3dd1d1714d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.068290 10.0.0.56 - - [2025-05-05 02:07:43] "GET /project/e98197de-d010-4797-8f75-2e8f996d7478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.078776 10.0.0.56 - - [2025-05-05 02:07:43] "GET /projects?obj_uuids=e98197de-d010-4797-8f75-2e8f996d7478&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001113 10.0.0.56 - - [2025-05-05 02:07:43] "GET /projects?obj_uuids=99be37a0-42fb-4e8c-b261-d3dd1d1714d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000959 10.0.0.56 - - [2025-05-05 02:07:43] "GET /projects?obj_uuids=889d83d6-e476-436b-b695-6386faacdcdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000963 10.0.0.56 - - [2025-05-05 02:07:43] "GET /project/889d83d6-e476-436b-b695-6386faacdcdf?fields=security_groups HTTP/1.1" 200 1399 0.107606 10.0.0.56 - - [2025-05-05 02:07:43] "GET /project/e98197de-d010-4797-8f75-2e8f996d7478?fields=security_groups HTTP/1.1" 200 1397 0.116075 10.0.0.56 - - [2025-05-05 02:07:43] "GET /project/99be37a0-42fb-4e8c-b261-d3dd1d1714d1?fields=security_groups HTTP/1.1" 200 1349 0.123984 10.0.0.56 - - [2025-05-05 02:07:43] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.264971 10.0.0.56 - - [2025-05-05 02:07:43] "POST /chown HTTP/1.1" 200 109 0.029951 10.0.0.56 - - [2025-05-05 02:07:43] "DELETE /security-group/bca9926d-f3b1-4dcc-ac0a-b022acb8935a HTTP/1.1" 200 115 0.090746 10.0.0.56 - - [2025-05-05 02:07:43] "GET /projects?obj_uuids=889d83d6-e476-436b-b695-6386faacdcdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001624 10.0.0.56 - - [2025-05-05 02:07:43] "DELETE /access-control-list/ed24563b-aeda-458a-9bd7-2d65833da301 HTTP/1.1" 200 115 0.077714 10.0.0.56 - - [2025-05-05 02:07:43] "GET /project/889d83d6-e476-436b-b695-6386faacdcdf?fields=application_policy_sets HTTP/1.1" 200 1438 0.057842 10.0.0.56 - - [2025-05-05 02:07:43] "DELETE /security-group/d74f4d2a-eb1b-43af-8515-45a940f6f6ee HTTP/1.1" 200 115 0.156049 10.0.0.56 - - [2025-05-05 02:07:43] "POST /instance-ips HTTP/1.1" 400 246 0.072233 10.0.0.56 - - [2025-05-05 02:07:43] "GET /projects?obj_uuids=e98197de-d010-4797-8f75-2e8f996d7478&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.005860 10.0.0.56 - - [2025-05-05 02:07:43] "DELETE /security-group/43198c51-e5d9-418c-8f40-959dfd07c2a9 HTTP/1.1" 200 115 0.168578 10.0.0.56 - - [2025-05-05 02:07:43] "DELETE /access-control-list/f6cd15e4-c795-4035-81a5-909f4c2e37e5 HTTP/1.1" 200 115 0.067766 10.0.0.56 - - [2025-05-05 02:07:43] "GET /projects?obj_uuids=99be37a0-42fb-4e8c-b261-d3dd1d1714d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001142 10.0.0.56 - - [2025-05-05 02:07:43] "GET /project/e98197de-d010-4797-8f75-2e8f996d7478?fields=application_policy_sets HTTP/1.1" 200 1436 0.056476 10.0.0.56 - - [2025-05-05 02:07:43] "POST /chown HTTP/1.1" 200 109 0.019322 10.0.0.56 - - [2025-05-05 02:07:43] "DELETE /access-control-list/c99af506-e324-402a-9008-9db107199480 HTTP/1.1" 200 115 0.062873 10.0.0.56 - - [2025-05-05 02:07:43] "GET /project/99be37a0-42fb-4e8c-b261-d3dd1d1714d1?fields=application_policy_sets HTTP/1.1" 200 1388 0.111709 10.0.0.56 - - [2025-05-05 02:07:43] "PUT /virtual-machine-interface/caeb0826-1e9c-4d08-9296-e3c908bd7290 HTTP/1.1" 200 284 0.023980 10.0.0.56 - - [2025-05-05 02:07:43] "DELETE /access-control-list/cebda8ed-1a81-4dc4-ab17-900ac3dc95b1 HTTP/1.1" 200 115 0.056653 10.0.0.56 - - [2025-05-05 02:07:43] "DELETE /project/889d83d6-e476-436b-b695-6386faacdcdf HTTP/1.1" 200 115 0.658627 10.0.0.56 - - [2025-05-05 02:07:43] "DELETE /access-control-list/f1347dc3-d89d-4131-a0db-72008d8d476e HTTP/1.1" 200 115 0.054028 10.0.0.56 - - [2025-05-05 02:07:43] "PUT /instance-ip/13f7101f-3f2b-4ab6-b99b-fa794222a27a HTTP/1.1" 200 256 0.048887 10.0.0.56 - - [2025-05-05 02:07:43] "DELETE /access-control-list/79e326a0-985e-4183-84cc-baf145e7d1b0 HTTP/1.1" 200 115 0.040605 10.0.0.56 - - [2025-05-05 02:07:43] "DELETE /project/e98197de-d010-4797-8f75-2e8f996d7478 HTTP/1.1" 200 115 0.715138 10.0.0.56 - - [2025-05-05 02:07:44] "POST /ref-update HTTP/1.1" 200 156 0.015047 10.0.0.56 - - [2025-05-05 02:07:44] "DELETE /project/99be37a0-42fb-4e8c-b261-d3dd1d1714d1 HTTP/1.1" 200 115 0.754822 10.0.0.56 - - [2025-05-05 02:07:44] "POST /ref-update HTTP/1.1" 200 156 0.018015 10.0.0.56 - - [2025-05-05 02:07:44] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.104304 10.0.0.56 - - [2025-05-05 02:07:44] "POST /ref-update HTTP/1.1" 200 156 0.026263 10.0.0.56 - - [2025-05-05 02:07:44] "PUT /routing-instance/2bfce61a-dfee-4c02-afd1-13596e7d8802 HTTP/1.1" 200 266 0.020019 10.0.0.56 - - [2025-05-05 02:07:44] "POST /chown HTTP/1.1" 200 109 0.020171 10.0.0.56 - - [2025-05-05 02:07:44] "POST /instance-ips HTTP/1.1" 400 316 0.015616 10.0.0.56 - - [2025-05-05 02:07:44] "POST /chown HTTP/1.1" 200 109 0.007825 10.0.0.56 - - [2025-05-05 02:07:44] "PUT /virtual-machine-interface/774e003f-31ab-4670-94e7-aa8c3391e73c HTTP/1.1" 200 284 0.010288 10.0.0.56 - - [2025-05-05 02:07:44] "PUT /instance-ip/6e2cea10-bbb8-41a7-89ed-74d9f49cc4b7 HTTP/1.1" 200 256 0.012953 10.0.0.56 - - [2025-05-05 02:07:44] "POST /ref-update HTTP/1.1" 200 156 0.013156 10.0.0.56 - - [2025-05-05 02:07:44] "POST /ref-update HTTP/1.1" 200 156 0.014894 10.0.0.56 - - [2025-05-05 02:07:44] "PUT /routing-instance/2bfce61a-dfee-4c02-afd1-13596e7d8802 HTTP/1.1" 200 266 0.023455 10.0.0.56 - - [2025-05-05 02:07:44] "POST /ref-update HTTP/1.1" 200 156 0.018024 10.0.0.56 - - [2025-05-05 02:07:46] "POST /neutron/port HTTP/1.1" 200 1090 0.015456 10.0.0.56 - - [2025-05-05 02:07:46] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007463 10.0.0.56 - - [2025-05-05 02:07:46] "POST /neutron/port HTTP/1.1" 200 1090 0.014689 10.0.0.56 - - [2025-05-05 02:07:46] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006471 10.0.0.56 - - [2025-05-05 02:07:46] "POST /neutron/port HTTP/1.1" 200 1090 0.015852 10.0.0.56 - - [2025-05-05 02:07:46] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009282 10.0.0.56 - - [2025-05-05 02:07:46] "GET /virtual-machine/79eb09b0-00e0-4fcd-b3c2-71b586996c6b HTTP/1.1" 401 292 0.000438 10.0.0.56 - - [2025-05-05 02:07:47] "GET /virtual-machine/79eb09b0-00e0-4fcd-b3c2-71b586996c6b HTTP/1.1" 200 1295 0.028088 10.0.0.56 - - [2025-05-05 02:07:47] "GET /virtual-machine-interface/ef68d6b6-01e5-4c49-81d2-3b630d15476a HTTP/1.1" 200 2955 0.008187 10.0.0.56 - - [2025-05-05 02:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.56 - - [2025-05-05 02:07:47] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002972 10.0.0.56 - - [2025-05-05 02:07:47] "GET /virtual-networks?parent_id=75d4d149-4571-471d-a8d9-34d5d4068cad&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003014 10.0.0.56 - - [2025-05-05 02:07:47] "GET /virtual-network/ce796eef-6077-4511-b723-aa7a7ada40c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006727 10.0.0.56 - - [2025-05-05 02:07:49] "GET /obj-perms HTTP/1.1" 200 5056 0.051453 10.0.0.56 - - [2025-05-05 02:07:49] "POST /neutron/port HTTP/1.1" 200 1090 0.015127 10.0.0.56 - - [2025-05-05 02:07:49] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006033 10.0.0.56 - - [2025-05-05 02:07:49] "GET /obj-perms HTTP/1.1" 200 5056 0.047591 10.0.0.56 - - [2025-05-05 02:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.56 - - [2025-05-05 02:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002519 10.0.0.56 - - [2025-05-05 02:07:49] "POST /chown HTTP/1.1" 200 109 0.007623 10.0.0.56 - - [2025-05-05 02:07:49] "POST /instance-ips HTTP/1.1" 400 246 0.018942 10.0.0.56 - - [2025-05-05 02:07:49] "POST /chown HTTP/1.1" 200 109 0.007586 10.0.0.56 - - [2025-05-05 02:07:49] "POST /chown HTTP/1.1" 200 109 0.007895 10.0.0.56 - - [2025-05-05 02:07:49] "POST /instance-ips HTTP/1.1" 400 316 0.014827 10.0.0.56 - - [2025-05-05 02:07:50] "POST /chown HTTP/1.1" 200 109 0.007898 10.0.0.56 - - [2025-05-05 02:07:50] "POST /chown HTTP/1.1" 200 109 0.007681 10.0.0.56 - - [2025-05-05 02:07:50] "POST /instance-ips HTTP/1.1" 400 246 0.014925 10.0.0.56 - - [2025-05-05 02:07:50] "POST /chown HTTP/1.1" 200 109 0.007564 10.0.0.56 - - [2025-05-05 02:07:50] "POST /chown HTTP/1.1" 200 109 0.008120 10.0.0.56 - - [2025-05-05 02:07:50] "POST /instance-ips HTTP/1.1" 400 316 0.013883 10.0.0.56 - - [2025-05-05 02:07:50] "POST /chown HTTP/1.1" 200 109 0.020868 10.0.0.56 - - [2025-05-05 02:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.56 - - [2025-05-05 02:07:50] "GET /virtual-network/ce796eef-6077-4511-b723-aa7a7ada40c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005486 10.0.0.56 - - [2025-05-05 02:07:51] "POST /neutron/port HTTP/1.1" 200 1089 0.014434 10.0.0.56 - - [2025-05-05 02:07:51] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006541 10.0.0.56 - - [2025-05-05 02:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.56 - - [2025-05-05 02:07:52] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003320 10.0.0.56 - - [2025-05-05 02:07:52] "GET /virtual-networks?parent_id=75d4d149-4571-471d-a8d9-34d5d4068cad&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003161 10.0.0.56 - - [2025-05-05 02:07:52] "GET /virtual-network/ce796eef-6077-4511-b723-aa7a7ada40c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005555 10.0.0.56 - - [2025-05-05 02:07:52] "POST /neutron/port HTTP/1.1" 200 1089 0.013947 10.0.0.56 - - [2025-05-05 02:07:52] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005777 10.0.0.56 - - [2025-05-05 02:07:52] "POST /neutron/port HTTP/1.1" 200 1089 0.013808 10.0.0.56 - - [2025-05-05 02:07:52] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005823 10.0.0.56 - - [2025-05-05 02:07:53] "POST /neutron/port HTTP/1.1" 200 1089 0.013757 10.0.0.56 - - [2025-05-05 02:07:53] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006094 10.0.0.56 - - [2025-05-05 02:07:53] "GET /virtual-machine/fc45bc65-6153-476b-912c-bbcdad47c43e HTTP/1.1" 200 1296 0.004835 10.0.0.56 - - [2025-05-05 02:07:53] "GET /virtual-machine-interface/26db657d-db2b-4c6c-9452-206814f1a10c HTTP/1.1" 200 2967 0.004982 10.0.0.56 - - [2025-05-05 02:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.56 - - [2025-05-05 02:07:53] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003036 10.0.0.56 - - [2025-05-05 02:07:53] "GET /virtual-networks?parent_id=75d4d149-4571-471d-a8d9-34d5d4068cad&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002877 10.0.0.56 - - [2025-05-05 02:07:53] "GET /virtual-network/d4d0b439-b8b1-4145-a94f-eeb514ac6531?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005466 10.0.0.56 - - [2025-05-05 02:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.56 - - [2025-05-05 02:07:54] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003238 10.0.0.56 - - [2025-05-05 02:07:54] "GET /virtual-networks?parent_id=75d4d149-4571-471d-a8d9-34d5d4068cad&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003040 10.0.0.56 - - [2025-05-05 02:07:54] "GET /virtual-network/d4d0b439-b8b1-4145-a94f-eeb514ac6531?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006724 10.0.0.56 - - [2025-05-05 02:07:58] "POST /neutron/router HTTP/1.1" 200 656 0.004568 10.0.0.56 - - [2025-05-05 02:07:58] "POST /ref-update HTTP/1.1" 200 156 0.013919 10.0.0.56 - - [2025-05-05 02:07:58] "POST /neutron/router HTTP/1.1" 200 344 0.108272 10.0.0.56 - - [2025-05-05 02:07:58] "POST /neutron/router HTTP/1.1" 200 656 0.004897 10.0.0.56 - - [2025-05-05 02:07:58] "GET /logical-router/c6a3a267-4463-4147-a530-48324ec4a4f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1972 0.003942 10.0.0.56 - - [2025-05-05 02:07:58] "GET /service-instance/b59698d3-8961-4765-9c0e-027b1be47aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2316 0.003983 10.0.0.56 - - [2025-05-05 02:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004612 10.0.0.56 - - [2025-05-05 02:07:58] "POST /neutron/router HTTP/1.1" 200 151 0.061393 10.0.0.56 - - [2025-05-05 02:07:58] "DELETE /route-target/0ea6a255-4628-4574-a998-21eb952efc66 HTTP/1.1" 409 239 0.008155 10.0.0.56 - - [2025-05-05 02:07:58] "PUT /logical-router/c6a3a267-4463-4147-a530-48324ec4a4f5 HTTP/1.1" 404 171 0.002805 10.0.0.56 - - [2025-05-05 02:07:58] "POST /ref-update HTTP/1.1" 200 156 0.020149 10.0.0.56 - - [2025-05-05 02:07:58] "DELETE /route-table/43a79b3e-4885-48dd-81ca-7713966d869c HTTP/1.1" 200 115 0.030032 10.0.0.56 - - [2025-05-05 02:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004221 10.0.0.56 - - [2025-05-05 02:07:58] "PUT /routing-instance/2bfce61a-dfee-4c02-afd1-13596e7d8802 HTTP/1.1" 200 266 0.012593 10.0.0.56 - - [2025-05-05 02:07:58] "GET /virtual-network/23ad95e4-e69c-4a43-9827-167f159c88b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.005708 10.0.0.56 - - [2025-05-05 02:07:58] "POST /neutron/network HTTP/1.1" 200 832 0.009704 10.0.0.56 - - [2025-05-05 02:07:58] "POST /ref-update HTTP/1.1" 200 156 0.008822 10.0.0.56 - - [2025-05-05 02:07:58] "POST /neutron/network HTTP/1.1" 400 204 0.052307 10.0.0.56 - - [2025-05-05 02:07:58] "POST /ref-update HTTP/1.1" 200 156 0.009218 10.0.0.56 - - [2025-05-05 02:07:58] "DELETE /instance-ip/6e2cea10-bbb8-41a7-89ed-74d9f49cc4b7 HTTP/1.1" 200 115 0.035283 10.0.0.56 - - [2025-05-05 02:07:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002743 10.0.0.56 - - [2025-05-05 02:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005861 10.0.0.56 - - [2025-05-05 02:07:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003853 10.0.0.56 - - [2025-05-05 02:07:59] "DELETE /virtual-network/23ad95e4-e69c-4a43-9827-167f159c88b3 HTTP/1.1" 200 115 0.130076 10.0.0.56 - - [2025-05-05 02:07:59] "DELETE /route-target/b17ebf53-5f05-4405-b803-b2ca31ea2de2 HTTP/1.1" 200 115 0.017015 10.0.0.56 - - [2025-05-05 02:07:59] "DELETE /service-instance/b59698d3-8961-4765-9c0e-027b1be47aa9 HTTP/1.1" 200 115 0.035954 10.0.0.56 - - [2025-05-05 02:07:59] "GET /logical-router/c6a3a267-4463-4147-a530-48324ec4a4f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002960 10.0.0.56 - - [2025-05-05 02:07:59] "GET /service-instance/b59698d3-8961-4765-9c0e-027b1be47aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002594 10.0.0.56 - - [2025-05-05 02:07:59] "GET /virtual-machine-interface/5f4961ef-2bcb-4807-a960-65471db46f54?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1333 0.006261 10.0.0.56 - - [2025-05-05 02:07:59] "POST /neutron/port HTTP/1.1" 200 1089 0.017675 10.0.0.56 - - [2025-05-05 02:07:59] "POST /neutron/port HTTP/1.1" 200 1115 0.013061 10.0.0.56 - - [2025-05-05 02:07:59] "DELETE /virtual-machine-interface/5f4961ef-2bcb-4807-a960-65471db46f54 HTTP/1.1" 200 115 0.054192 10.0.0.56 - - [2025-05-05 02:07:59] "GET /virtual-machine-interface/1b747fbc-75c3-4627-bfd3-66e2066c628d?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1653 0.012209 10.0.0.56 - - [2025-05-05 02:07:59] "POST /neutron/port HTTP/1.1" 200 1090 0.038103 10.0.0.56 - - [2025-05-05 02:07:59] "POST /neutron/port HTTP/1.1" 200 1116 0.008750 10.0.0.56 - - [2025-05-05 02:07:59] "POST /ref-update HTTP/1.1" 200 156 0.024540 10.0.0.56 - - [2025-05-05 02:07:59] "GET /instance-ip/13f7101f-3f2b-4ab6-b99b-fa794222a27a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004906 10.0.0.56 - - [2025-05-05 02:07:59] "POST /neutron/port HTTP/1.1" 200 151 0.184817 10.0.0.56 - - [2025-05-05 02:07:59] "POST /neutron/port HTTP/1.1" 200 151 0.167641 10.0.0.56 - - [2025-05-05 02:07:59] "DELETE /virtual-machine-interface/1b747fbc-75c3-4627-bfd3-66e2066c628d HTTP/1.1" 200 115 0.059755 10.0.0.56 - - [2025-05-05 02:07:59] "POST /ref-update HTTP/1.1" 200 156 0.016617 10.0.0.56 - - [2025-05-05 02:07:59] "DELETE /virtual-machine/482752ce-aa70-4f72-bb8f-675acca9027f HTTP/1.1" 200 115 0.021225 10.0.0.56 - - [2025-05-05 02:07:59] "GET /virtual-machine-interface/caeb0826-1e9c-4d08-9296-e3c908bd7290?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1654 0.006459 10.0.0.56 - - [2025-05-05 02:07:59] "POST /ref-update HTTP/1.1" 200 156 0.012915 10.0.0.56 - - [2025-05-05 02:07:59] "GET /instance-ip/13f7101f-3f2b-4ab6-b99b-fa794222a27a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1693 0.005361 10.0.0.56 - - [2025-05-05 02:07:59] "DELETE /instance-ip/13f7101f-3f2b-4ab6-b99b-fa794222a27a HTTP/1.1" 200 115 0.025196 10.0.0.56 - - [2025-05-05 02:07:59] "DELETE /virtual-machine-interface/caeb0826-1e9c-4d08-9296-e3c908bd7290 HTTP/1.1" 200 115 0.030279 10.0.0.56 - - [2025-05-05 02:07:59] "GET /virtual-machine-interface/774e003f-31ab-4670-94e7-aa8c3391e73c?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1333 0.006443 10.0.0.56 - - [2025-05-05 02:07:59] "DELETE /virtual-machine-interface/774e003f-31ab-4670-94e7-aa8c3391e73c HTTP/1.1" 200 115 0.024483 10.0.0.56 - - [2025-05-05 02:07:59] "DELETE /virtual-machine/c36df7b3-7b9f-4614-b8ba-a5c18698f11b HTTP/1.1" 200 115 0.016829 10.0.0.56 - - [2025-05-05 02:08:00] "POST /neutron/network HTTP/1.1" 200 832 0.005756 10.0.0.56 - - [2025-05-05 02:08:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003647 10.0.0.56 - - [2025-05-05 02:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004472 10.0.0.56 - - [2025-05-05 02:08:00] "POST /useragent-kv HTTP/1.1" 200 115 0.001822 10.0.0.56 - - [2025-05-05 02:08:00] "POST /neutron/network HTTP/1.1" 200 151 0.075204 10.0.0.56 - - [2025-05-05 02:08:00] "DELETE /route-target/2f2b33f1-0e55-424b-ad22-37b129958734 HTTP/1.1" 200 115 0.017792 10.0.0.56 - - [2025-05-05 02:08:00] "POST /neutron/network HTTP/1.1" 200 826 0.005714 10.0.0.56 - - [2025-05-05 02:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004519 10.0.0.56 - - [2025-05-05 02:08:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002931 10.0.0.56 - - [2025-05-05 02:08:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003184 10.0.0.56 - - [2025-05-05 02:08:00] "POST /neutron/network HTTP/1.1" 200 151 0.077034 10.0.0.56 - - [2025-05-05 02:08:00] "DELETE /route-target/743b6243-642d-4115-9150-5c0de4bb8aac HTTP/1.1" 200 115 0.015545 10.0.0.56 - - [2025-05-05 02:08:01] "GET /projects?obj_uuids=75d4d149-4571-471d-a8d9-34d5d4068cad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001211 10.0.0.56 - - [2025-05-05 02:08:01] "GET /project/75d4d149-4571-471d-a8d9-34d5d4068cad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.024419 10.0.0.56 - - [2025-05-05 02:08:01] "GET /projects?obj_uuids=75d4d149-4571-471d-a8d9-34d5d4068cad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001221 10.0.0.56 - - [2025-05-05 02:08:01] "GET /project/75d4d149-4571-471d-a8d9-34d5d4068cad?fields=virtual_networks HTTP/1.1" 200 1038 0.070435 10.0.0.56 - - [2025-05-05 02:08:01] "GET /projects?obj_uuids=75d4d149-4571-471d-a8d9-34d5d4068cad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001220 10.0.0.56 - - [2025-05-05 02:08:01] "GET /project/75d4d149-4571-471d-a8d9-34d5d4068cad?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.028723 10.0.0.56 - - [2025-05-05 02:08:01] "GET /projects?obj_uuids=75d4d149-4571-471d-a8d9-34d5d4068cad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001163 10.0.0.56 - - [2025-05-05 02:08:01] "GET /project/75d4d149-4571-471d-a8d9-34d5d4068cad?fields=security_groups HTTP/1.1" 200 1267 0.031627 10.0.0.56 - - [2025-05-05 02:08:02] "POST /fqname-to-id HTTP/1.1" 404 196 0.023419 10.0.0.56 - - [2025-05-05 02:08:02] "GET /projects?obj_uuids=560207bb-514a-4c1b-ad3e-d32334a1ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002375 10.0.0.56 - - [2025-05-05 02:08:02] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001117 10.0.0.56 - - [2025-05-05 02:08:02] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007312 10.0.0.56 - - [2025-05-05 02:08:02] "POST /id-to-fqname HTTP/1.1" 200 198 0.002218 10.0.0.56 - - [2025-05-05 02:08:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.005317 10.0.0.56 - - [2025-05-05 02:08:02] "POST /security-groups HTTP/1.1" 200 599 0.063078 10.0.0.56 - - [2025-05-05 02:08:02] "POST /fqname-to-id HTTP/1.1" 404 242 0.002728 10.0.0.56 - - [2025-05-05 02:08:02] "POST /projects HTTP/1.1" 200 601 0.227211 10.0.0.56 - - [2025-05-05 02:08:02] "POST /access-control-lists HTTP/1.1" 200 604 0.055982 10.0.0.56 - - [2025-05-05 02:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.298106 10.0.0.56 - - [2025-05-05 02:08:02] "POST /fqname-to-id HTTP/1.1" 404 241 0.002783 10.0.0.56 - - [2025-05-05 02:08:02] "GET /project/560207bb-514a-4c1b-ad3e-d32334a1ef7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.420568 10.0.0.56 - - [2025-05-05 02:08:02] "POST /access-control-lists HTTP/1.1" 200 602 0.060031 10.0.0.56 - - [2025-05-05 02:08:03] "GET / HTTP/1.1" 200 35931 0.003089 10.0.0.56 - - [2025-05-05 02:08:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000481 10.0.0.56 - - [2025-05-05 02:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.054356 10.0.0.56 - - [2025-05-05 02:08:05] "GET /projects?obj_uuids=560207bb-514a-4c1b-ad3e-d32334a1ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001279 10.0.0.56 - - [2025-05-05 02:08:05] "GET /project/560207bb-514a-4c1b-ad3e-d32334a1ef7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.030677 10.0.0.56 - - [2025-05-05 02:08:05] "POST /neutron/network HTTP/1.1" 200 117 0.029451 10.0.0.56 - - [2025-05-05 02:08:05] "GET /projects?obj_uuids=560207bb-514a-4c1b-ad3e-d32334a1ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001679 10.0.0.56 - - [2025-05-05 02:08:05] "POST /neutron/network HTTP/1.1" 200 613 0.064523 10.0.0.56 - - [2025-05-05 02:08:05] "POST /route-targets HTTP/1.1" 200 327 0.009312 10.0.0.56 - - [2025-05-05 02:08:05] "POST /ref-update HTTP/1.1" 200 156 0.014689 10.0.0.56 - - [2025-05-05 02:08:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003883 10.0.0.56 - - [2025-05-05 02:08:05] "POST /neutron/subnet HTTP/1.1" 200 720 0.186954 10.0.0.56 - - [2025-05-05 02:08:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002694 10.0.0.56 - - [2025-05-05 02:08:05] "POST /neutron/subnet HTTP/1.1" 200 823 0.219470 10.0.0.56 - - [2025-05-05 02:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.043480 10.0.0.56 - - [2025-05-05 02:08:05] "GET /virtual-network/edf81757-f12d-42bc-a671-cecd0644d143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.007664 10.0.0.56 - - [2025-05-05 02:08:05] "POST /neutron/network HTTP/1.1" 200 1004 0.006485 10.0.0.56 - - [2025-05-05 02:08:05] "POST /id-to-fqname HTTP/1.1" 200 228 0.001329 10.0.0.56 - - [2025-05-05 02:08:05] "GET /virtual-network/7f125ec9-59f3-4465-9a9a-ba1a8a02628d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005336 10.0.0.56 - - [2025-05-05 02:08:05] "POST /neutron/network HTTP/1.1" 200 1004 0.008684 10.0.0.56 - - [2025-05-05 02:08:05] "GET /virtual-network/7f125ec9-59f3-4465-9a9a-ba1a8a02628d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.008757 10.0.0.56 - - [2025-05-05 02:08:05] "POST /neutron/network HTTP/1.1" 200 1004 0.007433 10.0.0.56 - - [2025-05-05 02:08:05] "POST /neutron/subnet HTTP/1.1" 200 720 0.006884 10.0.0.56 - - [2025-05-05 02:08:05] "POST /neutron/subnet HTTP/1.1" 200 823 0.007323 10.0.0.56 - - [2025-05-05 02:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002488 10.0.0.56 - - [2025-05-05 02:08:05] "GET /projects?obj_uuids=560207bb-514a-4c1b-ad3e-d32334a1ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001086 10.0.0.56 - - [2025-05-05 02:08:05] "GET /project/560207bb-514a-4c1b-ad3e-d32334a1ef7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.030305 10.0.0.56 - - [2025-05-05 02:08:06] "POST /neutron/network HTTP/1.1" 200 117 0.009286 10.0.0.56 - - [2025-05-05 02:08:06] "GET /projects?obj_uuids=560207bb-514a-4c1b-ad3e-d32334a1ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001132 10.0.0.56 - - [2025-05-05 02:08:06] "POST /neutron/network HTTP/1.1" 200 613 0.074837 10.0.0.56 - - [2025-05-05 02:08:06] "POST /route-targets HTTP/1.1" 200 327 0.009285 10.0.0.56 - - [2025-05-05 02:08:06] "POST /ref-update HTTP/1.1" 200 156 0.016027 10.0.0.56 - - [2025-05-05 02:08:06] "POST /useragent-kv HTTP/1.1" 200 115 0.012978 10.0.0.56 - - [2025-05-05 02:08:06] "POST /neutron/subnet HTTP/1.1" 200 715 0.229129 10.0.0.56 - - [2025-05-05 02:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004515 10.0.0.56 - - [2025-05-05 02:08:06] "GET /virtual-network/edf81757-f12d-42bc-a671-cecd0644d143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.008880 10.0.0.56 - - [2025-05-05 02:08:06] "POST /useragent-kv HTTP/1.1" 200 115 0.007728 10.0.0.56 - - [2025-05-05 02:08:06] "POST /neutron/subnet HTTP/1.1" 200 823 0.152074 10.0.0.56 - - [2025-05-05 02:08:06] "POST /neutron/network HTTP/1.1" 200 1003 0.011450 10.0.0.56 - - [2025-05-05 02:08:06] "POST /id-to-fqname HTTP/1.1" 200 228 0.001349 10.0.0.56 - - [2025-05-05 02:08:06] "GET /virtual-network/3c946519-e88e-40e3-912b-8ad28f1b2670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005298 10.0.0.56 - - [2025-05-05 02:08:06] "POST /neutron/network HTTP/1.1" 200 1003 0.007259 10.0.0.56 - - [2025-05-05 02:08:06] "GET /virtual-network/3c946519-e88e-40e3-912b-8ad28f1b2670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.008400 10.0.0.56 - - [2025-05-05 02:08:06] "POST /neutron/network HTTP/1.1" 200 1003 0.008067 10.0.0.56 - - [2025-05-05 02:08:06] "POST /neutron/subnet HTTP/1.1" 200 715 0.006815 10.0.0.56 - - [2025-05-05 02:08:06] "POST /neutron/subnet HTTP/1.1" 200 823 0.007181 10.0.0.56 - - [2025-05-05 02:08:06] "POST /fqname-to-id HTTP/1.1" 404 234 0.002564 10.0.0.56 - - [2025-05-05 02:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002614 10.0.0.56 - - [2025-05-05 02:08:06] "GET /projects?obj_uuids=560207bb-514a-4c1b-ad3e-d32334a1ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001210 10.0.0.56 - - [2025-05-05 02:08:06] "GET /project/560207bb-514a-4c1b-ad3e-d32334a1ef7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.031246 10.0.0.56 - - [2025-05-05 02:08:06] "POST /network-policys HTTP/1.1" 200 577 0.060193 10.0.0.56 - - [2025-05-05 02:08:07] "GET /network-policy/f887953e-f683-4c5d-b17b-79ef085e580b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004798 10.0.0.56 - - [2025-05-05 02:08:07] "POST /neutron/network HTTP/1.1" 200 1004 0.008129 10.0.0.56 - - [2025-05-05 02:08:07] "POST /fqname-to-id HTTP/1.1" 404 242 0.011418 10.0.0.56 - - [2025-05-05 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.013706 10.0.0.56 - - [2025-05-05 02:08:07] "GET /virtual-network/edf81757-f12d-42bc-a671-cecd0644d143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.007493 10.0.0.56 - - [2025-05-05 02:08:07] "POST /neutron/network HTTP/1.1" 200 1112 0.083668 10.0.0.56 - - [2025-05-05 02:08:07] "POST /access-control-lists HTTP/1.1" 200 596 0.089482 10.0.0.56 - - [2025-05-05 02:08:07] "POST /neutron/network HTTP/1.1" 200 1112 0.045644 10.0.0.56 - - [2025-05-05 02:08:07] "GET /virtual-network/7f125ec9-59f3-4465-9a9a-ba1a8a02628d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.007252 10.0.0.56 - - [2025-05-05 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.56 - - [2025-05-05 02:08:07] "GET /network-policy/f887953e-f683-4c5d-b17b-79ef085e580b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004163 10.0.0.56 - - [2025-05-05 02:08:07] "POST /neutron/network HTTP/1.1" 200 1003 0.007208 10.0.0.56 - - [2025-05-05 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.007051 10.0.0.56 - - [2025-05-05 02:08:07] "GET /virtual-network/edf81757-f12d-42bc-a671-cecd0644d143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.005565 10.0.0.56 - - [2025-05-05 02:08:07] "POST /neutron/network HTTP/1.1" 200 1111 0.053382 10.0.0.56 - - [2025-05-05 02:08:07] "PUT /access-control-list/9612d71b-302d-4e00-bee2-d9a98d60bb7d HTTP/1.1" 200 272 0.063162 10.0.0.56 - - [2025-05-05 02:08:07] "POST /neutron/network HTTP/1.1" 200 1111 0.027398 10.0.0.56 - - [2025-05-05 02:08:07] "POST /fqname-to-id HTTP/1.1" 404 242 0.007824 10.0.0.56 - - [2025-05-05 02:08:07] "GET /virtual-network/3c946519-e88e-40e3-912b-8ad28f1b2670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.005646 10.0.0.56 - - [2025-05-05 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002436 10.0.0.56 - - [2025-05-05 02:08:07] "GET /network-policy/f887953e-f683-4c5d-b17b-79ef085e580b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.003975 10.0.0.56 - - [2025-05-05 02:08:07] "GET /domains HTTP/1.1" 401 292 0.000465 10.0.0.56 - - [2025-05-05 02:08:07] "POST /access-control-lists HTTP/1.1" 200 596 0.064268 10.0.0.56 - - [2025-05-05 02:08:07] "POST /ref-update HTTP/1.1" 200 156 0.010160 10.0.0.56 - - [2025-05-05 02:08:07] "GET /domains HTTP/1.1" 200 280 0.025299 10.0.0.56 - - [2025-05-05 02:08:07] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001178 10.0.0.56 - - [2025-05-05 02:08:07] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75 HTTP/1.1" 200 2771 0.009038 10.0.0.56 - - [2025-05-05 02:08:07] "GET /projects?obj_uuids=560207bb-514a-4c1b-ad3e-d32334a1ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001149 10.0.0.56 - - [2025-05-05 02:08:08] "GET /project/560207bb-514a-4c1b-ad3e-d32334a1ef7f HTTP/1.1" 200 2625 0.072417 10.0.0.56 - - [2025-05-05 02:08:08] "GET /virtual-network/7f125ec9-59f3-4465-9a9a-ba1a8a02628d HTTP/1.1" 200 3498 0.006416 10.0.0.56 - - [2025-05-05 02:08:08] "GET /virtual-network/7f125ec9-59f3-4465-9a9a-ba1a8a02628d HTTP/1.1" 200 3498 0.005750 10.0.0.56 - - [2025-05-05 02:08:08] "GET /routing-instance/e62264b6-43dd-42f3-86d4-bc5aebf9b51e HTTP/1.1" 200 1795 0.003615 10.0.0.56 - - [2025-05-05 02:08:08] "GET /routing-instance/e62264b6-43dd-42f3-86d4-bc5aebf9b51e HTTP/1.1" 200 1795 0.004113 10.0.0.56 - - [2025-05-05 02:08:08] "GET /route-target/d12ce5d4-5c4d-4c31-9dd8-f7aa1a48c20c HTTP/1.1" 200 1213 0.003122 10.0.0.56 - - [2025-05-05 02:08:08] "GET /virtual-network/7f125ec9-59f3-4465-9a9a-ba1a8a02628d HTTP/1.1" 200 3498 0.005442 10.0.0.56 - - [2025-05-05 02:08:08] "GET /routing-instance/e62264b6-43dd-42f3-86d4-bc5aebf9b51e HTTP/1.1" 200 1795 0.003823 10.0.0.56 - - [2025-05-05 02:08:08] "GET /virtual-network/7f125ec9-59f3-4465-9a9a-ba1a8a02628d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.004926 10.0.0.56 - - [2025-05-05 02:08:08] "GET /virtual-network/7f125ec9-59f3-4465-9a9a-ba1a8a02628d HTTP/1.1" 200 3498 0.005161 10.0.0.56 - - [2025-05-05 02:08:08] "GET /routing-instance/e62264b6-43dd-42f3-86d4-bc5aebf9b51e HTTP/1.1" 200 1795 0.004566 10.0.0.56 - - [2025-05-05 02:08:08] "GET /routing-instance/e62264b6-43dd-42f3-86d4-bc5aebf9b51e HTTP/1.1" 200 1795 0.003322 10.0.0.56 - - [2025-05-05 02:08:08] "GET /route-target/d12ce5d4-5c4d-4c31-9dd8-f7aa1a48c20c HTTP/1.1" 200 1213 0.003094 10.0.0.56 - - [2025-05-05 02:08:08] "GET /domains HTTP/1.1" 200 280 0.002754 10.0.0.56 - - [2025-05-05 02:08:08] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001146 10.0.0.56 - - [2025-05-05 02:08:08] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75 HTTP/1.1" 200 2771 0.007345 10.0.0.56 - - [2025-05-05 02:08:08] "GET /projects?obj_uuids=560207bb-514a-4c1b-ad3e-d32334a1ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001059 10.0.0.56 - - [2025-05-05 02:08:08] "GET /project/560207bb-514a-4c1b-ad3e-d32334a1ef7f HTTP/1.1" 200 2625 0.066431 10.0.0.56 - - [2025-05-05 02:08:08] "GET /virtual-network/7f125ec9-59f3-4465-9a9a-ba1a8a02628d HTTP/1.1" 200 3498 0.005095 10.0.0.56 - - [2025-05-05 02:08:08] "GET /obj-perms HTTP/1.1" 200 5046 0.049176 10.0.0.56 - - [2025-05-05 02:08:08] "GET /domains HTTP/1.1" 200 280 0.002661 10.0.0.56 - - [2025-05-05 02:08:08] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001296 10.0.0.56 - - [2025-05-05 02:08:08] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75 HTTP/1.1" 200 2771 0.007440 10.0.0.56 - - [2025-05-05 02:08:08] "GET /projects?obj_uuids=560207bb-514a-4c1b-ad3e-d32334a1ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002529 10.0.0.56 - - [2025-05-05 02:08:08] "GET /project/560207bb-514a-4c1b-ad3e-d32334a1ef7f HTTP/1.1" 200 2625 0.068037 10.0.0.56 - - [2025-05-05 02:08:08] "GET /virtual-network/3c946519-e88e-40e3-912b-8ad28f1b2670 HTTP/1.1" 200 3495 0.010986 10.0.0.56 - - [2025-05-05 02:08:08] "GET /virtual-network/3c946519-e88e-40e3-912b-8ad28f1b2670 HTTP/1.1" 200 3495 0.007713 10.0.0.56 - - [2025-05-05 02:08:08] "GET /routing-instance/f84b0a03-3a34-4521-b99e-22070c5ccbc2 HTTP/1.1" 200 1796 0.003488 10.0.0.56 - - [2025-05-05 02:08:08] "GET /routing-instance/f84b0a03-3a34-4521-b99e-22070c5ccbc2 HTTP/1.1" 200 1796 0.003169 10.0.0.56 - - [2025-05-05 02:08:08] "GET /route-target/b3502813-690d-43c8-a3e5-85dadff65a82 HTTP/1.1" 200 1213 0.003372 10.0.0.56 - - [2025-05-05 02:08:08] "GET /virtual-network/3c946519-e88e-40e3-912b-8ad28f1b2670 HTTP/1.1" 200 3495 0.005161 10.0.0.56 - - [2025-05-05 02:08:08] "GET /routing-instance/f84b0a03-3a34-4521-b99e-22070c5ccbc2 HTTP/1.1" 200 1796 0.003745 10.0.0.56 - - [2025-05-05 02:08:08] "GET /virtual-network/3c946519-e88e-40e3-912b-8ad28f1b2670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.005275 10.0.0.56 - - [2025-05-05 02:08:08] "GET /virtual-network/3c946519-e88e-40e3-912b-8ad28f1b2670 HTTP/1.1" 200 3495 0.060268 10.0.0.56 - - [2025-05-05 02:08:08] "GET /routing-instance/f84b0a03-3a34-4521-b99e-22070c5ccbc2 HTTP/1.1" 200 1796 0.003471 10.0.0.56 - - [2025-05-05 02:08:08] "GET /routing-instance/f84b0a03-3a34-4521-b99e-22070c5ccbc2 HTTP/1.1" 200 1796 0.003340 10.0.0.56 - - [2025-05-05 02:08:08] "GET /route-target/b3502813-690d-43c8-a3e5-85dadff65a82 HTTP/1.1" 200 1213 0.002980 10.0.0.56 - - [2025-05-05 02:08:08] "GET /domains HTTP/1.1" 200 280 0.002680 10.0.0.56 - - [2025-05-05 02:08:08] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001119 10.0.0.56 - - [2025-05-05 02:08:08] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75 HTTP/1.1" 200 2771 0.017869 10.0.0.56 - - [2025-05-05 02:08:08] "GET /projects?obj_uuids=560207bb-514a-4c1b-ad3e-d32334a1ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001204 10.0.0.56 - - [2025-05-05 02:08:09] "GET /project/560207bb-514a-4c1b-ad3e-d32334a1ef7f HTTP/1.1" 200 2625 0.075132 10.0.0.56 - - [2025-05-05 02:08:09] "GET /virtual-network/3c946519-e88e-40e3-912b-8ad28f1b2670 HTTP/1.1" 200 3495 0.005430 10.0.0.56 - - [2025-05-05 02:08:09] "GET /obj-perms HTTP/1.1" 200 5046 0.003638 10.0.0.56 - - [2025-05-05 02:08:09] "GET /virtual-network/3c946519-e88e-40e3-912b-8ad28f1b2670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.005385 10.0.0.56 - - [2025-05-05 02:08:09] "POST /neutron/network HTTP/1.1" 200 1111 0.007887 10.0.0.56 - - [2025-05-05 02:08:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005516 10.0.0.56 - - [2025-05-05 02:08:09] "GET /virtual-network/edf81757-f12d-42bc-a671-cecd0644d143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.009389 10.0.0.56 - - [2025-05-05 02:08:09] "POST /neutron/network HTTP/1.1" 200 1003 0.049296 10.0.0.56 - - [2025-05-05 02:08:09] "DELETE /access-control-list/51379482-e234-418a-a8a5-e26c0618b665 HTTP/1.1" 200 115 0.041918 10.0.0.56 - - [2025-05-05 02:08:09] "POST /neutron/network HTTP/1.1" 200 1003 0.007942 10.0.0.56 - - [2025-05-05 02:08:09] "GET /virtual-network/3c946519-e88e-40e3-912b-8ad28f1b2670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.004885 10.0.0.56 - - [2025-05-05 02:08:09] "POST /ref-update HTTP/1.1" 200 156 0.016124 10.0.0.56 - - [2025-05-05 02:08:09] "GET /virtual-network/7f125ec9-59f3-4465-9a9a-ba1a8a02628d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006661 10.0.0.56 - - [2025-05-05 02:08:09] "POST /neutron/network HTTP/1.1" 200 1112 0.007209 10.0.0.56 - - [2025-05-05 02:08:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.56 - - [2025-05-05 02:08:09] "GET /virtual-network/edf81757-f12d-42bc-a671-cecd0644d143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.006356 10.0.0.56 - - [2025-05-05 02:08:09] "POST /neutron/network HTTP/1.1" 200 1004 0.047901 10.0.0.56 - - [2025-05-05 02:08:09] "DELETE /access-control-list/9612d71b-302d-4e00-bee2-d9a98d60bb7d HTTP/1.1" 200 115 0.040442 10.0.0.56 - - [2025-05-05 02:08:09] "POST /neutron/network HTTP/1.1" 200 1004 0.008562 10.0.0.56 - - [2025-05-05 02:08:09] "GET /virtual-network/7f125ec9-59f3-4465-9a9a-ba1a8a02628d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.004619 10.0.0.56 - - [2025-05-05 02:08:09] "POST /ref-update HTTP/1.1" 200 156 0.013861 10.0.0.56 - - [2025-05-05 02:08:09] "DELETE /network-policy/f887953e-f683-4c5d-b17b-79ef085e580b HTTP/1.1" 200 115 0.023670 10.0.0.56 - - [2025-05-05 02:08:09] "POST /neutron/network HTTP/1.1" 200 1003 0.007476 10.0.0.56 - - [2025-05-05 02:08:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005051 10.0.0.56 - - [2025-05-05 02:08:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003814 10.0.0.56 - - [2025-05-05 02:08:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002210 10.0.0.56 - - [2025-05-05 02:08:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001940 10.0.0.56 - - [2025-05-05 02:08:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001966 10.0.0.56 - - [2025-05-05 02:08:09] "POST /neutron/network HTTP/1.1" 200 151 0.102002 10.0.0.56 - - [2025-05-05 02:08:09] "DELETE /route-target/b3502813-690d-43c8-a3e5-85dadff65a82 HTTP/1.1" 200 115 0.028790 10.0.0.56 - - [2025-05-05 02:08:09] "GET /routing-instance/f84b0a03-3a34-4521-b99e-22070c5ccbc2 HTTP/1.1" 404 171 0.002566 10.0.0.56 - - [2025-05-05 02:08:09] "GET /domains HTTP/1.1" 200 280 0.002574 10.0.0.56 - - [2025-05-05 02:08:09] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001098 10.0.0.56 - - [2025-05-05 02:08:09] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75 HTTP/1.1" 200 2771 0.049902 10.0.0.56 - - [2025-05-05 02:08:09] "GET /projects?obj_uuids=560207bb-514a-4c1b-ad3e-d32334a1ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001161 10.0.0.56 - - [2025-05-05 02:08:09] "GET /project/560207bb-514a-4c1b-ad3e-d32334a1ef7f HTTP/1.1" 200 2145 0.068963 10.0.0.56 - - [2025-05-05 02:08:09] "POST /neutron/network HTTP/1.1" 200 1004 0.007350 10.0.0.56 - - [2025-05-05 02:08:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002245 10.0.0.56 - - [2025-05-05 02:08:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006586 10.0.0.56 - - [2025-05-05 02:08:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001909 10.0.0.56 - - [2025-05-05 02:08:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003025 10.0.0.56 - - [2025-05-05 02:08:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002050 10.0.0.56 - - [2025-05-05 02:08:09] "POST /neutron/network HTTP/1.1" 200 151 0.083103 10.0.0.56 - - [2025-05-05 02:08:09] "DELETE /route-target/d12ce5d4-5c4d-4c31-9dd8-f7aa1a48c20c HTTP/1.1" 200 115 0.026094 10.0.0.56 - - [2025-05-05 02:08:09] "GET /routing-instance/e62264b6-43dd-42f3-86d4-bc5aebf9b51e HTTP/1.1" 404 171 0.005070 10.0.0.56 - - [2025-05-05 02:08:09] "GET /domains HTTP/1.1" 200 280 0.002298 10.0.0.56 - - [2025-05-05 02:08:09] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001060 10.0.0.56 - - [2025-05-05 02:08:09] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75 HTTP/1.1" 200 2771 0.049952 10.0.0.56 - - [2025-05-05 02:08:09] "GET /projects?obj_uuids=560207bb-514a-4c1b-ad3e-d32334a1ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001177 10.0.0.56 - - [2025-05-05 02:08:09] "GET /project/560207bb-514a-4c1b-ad3e-d32334a1ef7f HTTP/1.1" 200 1900 0.070563 10.0.0.56 - - [2025-05-05 02:08:10] "GET /projects?obj_uuids=560207bb-514a-4c1b-ad3e-d32334a1ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001154 10.0.0.56 - - [2025-05-05 02:08:10] "GET /project/560207bb-514a-4c1b-ad3e-d32334a1ef7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.027053 10.0.0.56 - - [2025-05-05 02:08:10] "GET /projects?obj_uuids=560207bb-514a-4c1b-ad3e-d32334a1ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001101 10.0.0.56 - - [2025-05-05 02:08:10] "GET /project/560207bb-514a-4c1b-ad3e-d32334a1ef7f?fields=virtual_networks HTTP/1.1" 200 1048 0.066689 10.0.0.56 - - [2025-05-05 02:08:10] "GET /projects?obj_uuids=560207bb-514a-4c1b-ad3e-d32334a1ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001150 10.0.0.56 - - [2025-05-05 02:08:10] "GET /project/560207bb-514a-4c1b-ad3e-d32334a1ef7f?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.026654 10.0.0.56 - - [2025-05-05 02:08:10] "GET /projects?obj_uuids=560207bb-514a-4c1b-ad3e-d32334a1ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001233 10.0.0.56 - - [2025-05-05 02:08:10] "GET /project/560207bb-514a-4c1b-ad3e-d32334a1ef7f?fields=security_groups HTTP/1.1" 200 1282 0.028936 10.0.0.56 - - [2025-05-05 02:08:11] "POST /fqname-to-id HTTP/1.1" 404 190 0.023760 10.0.0.56 - - [2025-05-05 02:08:11] "GET /projects?obj_uuids=c2a4cac2-d55b-4812-a50b-be317934ee6c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002442 10.0.0.56 - - [2025-05-05 02:08:11] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001136 10.0.0.56 - - [2025-05-05 02:08:11] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007701 10.0.0.56 - - [2025-05-05 02:08:11] "POST /id-to-fqname HTTP/1.1" 200 192 0.001334 10.0.0.56 - - [2025-05-05 02:08:11] "POST /fqname-to-id HTTP/1.1" 404 201 0.002480 10.0.0.56 - - [2025-05-05 02:08:11] "POST /security-groups HTTP/1.1" 200 593 0.064107 10.0.0.56 - - [2025-05-05 02:08:11] "POST /fqname-to-id HTTP/1.1" 404 236 0.002677 10.0.0.56 - - [2025-05-05 02:08:11] "POST /projects HTTP/1.1" 200 589 0.223596 10.0.0.56 - - [2025-05-05 02:08:11] "POST /access-control-lists HTTP/1.1" 200 598 0.065510 10.0.0.56 - - [2025-05-05 02:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.297908 10.0.0.56 - - [2025-05-05 02:08:11] "POST /fqname-to-id HTTP/1.1" 404 235 0.002773 10.0.0.56 - - [2025-05-05 02:08:11] "GET /project/c2a4cac2-d55b-4812-a50b-be317934ee6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.422698 10.0.0.56 - - [2025-05-05 02:08:11] "POST /access-control-lists HTTP/1.1" 200 596 0.060160 10.0.0.56 - - [2025-05-05 02:08:12] "GET / HTTP/1.1" 200 35931 0.002054 10.0.0.56 - - [2025-05-05 02:08:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000476 10.0.0.56 - - [2025-05-05 02:08:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.053693 10.0.0.56 - - [2025-05-05 02:08:13] "GET /projects?obj_uuids=c2a4cac2-d55b-4812-a50b-be317934ee6c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001203 10.0.0.56 - - [2025-05-05 02:08:14] "GET /project/c2a4cac2-d55b-4812-a50b-be317934ee6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.023181 10.0.0.56 - - [2025-05-05 02:08:14] "POST /neutron/network HTTP/1.1" 200 117 0.029356 10.0.0.56 - - [2025-05-05 02:08:14] "GET /projects?obj_uuids=c2a4cac2-d55b-4812-a50b-be317934ee6c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001427 10.0.0.56 - - [2025-05-05 02:08:14] "POST /neutron/network HTTP/1.1" 200 607 0.060586 10.0.0.56 - - [2025-05-05 02:08:14] "POST /route-targets HTTP/1.1" 200 327 0.012154 10.0.0.56 - - [2025-05-05 02:08:14] "POST /ref-update HTTP/1.1" 200 156 0.016162 10.0.0.56 - - [2025-05-05 02:08:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003646 10.0.0.56 - - [2025-05-05 02:08:14] "POST /neutron/subnet HTTP/1.1" 200 715 0.187000 10.0.0.56 - - [2025-05-05 02:08:14] "POST /neutron/network HTTP/1.1" 200 824 0.005981 10.0.0.56 - - [2025-05-05 02:08:14] "POST /id-to-fqname HTTP/1.1" 200 222 0.001223 10.0.0.56 - - [2025-05-05 02:08:14] "GET /virtual-network/1a14a8f1-b188-4072-8a71-140af627b85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.004798 10.0.0.56 - - [2025-05-05 02:08:14] "POST /neutron/network HTTP/1.1" 200 824 0.005659 10.0.0.56 - - [2025-05-05 02:08:14] "GET /virtual-network/1a14a8f1-b188-4072-8a71-140af627b85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.004967 10.0.0.56 - - [2025-05-05 02:08:14] "POST /neutron/network HTTP/1.1" 200 824 0.005790 10.0.0.56 - - [2025-05-05 02:08:14] "POST /neutron/subnet HTTP/1.1" 200 715 0.007081 10.0.0.56 - - [2025-05-05 02:08:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002597 10.0.0.56 - - [2025-05-05 02:08:14] "GET /projects?obj_uuids=c2a4cac2-d55b-4812-a50b-be317934ee6c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001091 10.0.0.56 - - [2025-05-05 02:08:14] "GET /project/c2a4cac2-d55b-4812-a50b-be317934ee6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.026304 10.0.0.56 - - [2025-05-05 02:08:14] "POST /neutron/network HTTP/1.1" 200 117 0.008436 10.0.0.56 - - [2025-05-05 02:08:14] "GET /projects?obj_uuids=c2a4cac2-d55b-4812-a50b-be317934ee6c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001174 10.0.0.56 - - [2025-05-05 02:08:14] "POST /neutron/network HTTP/1.1" 200 607 0.063650 10.0.0.56 - - [2025-05-05 02:08:14] "POST /route-targets HTTP/1.1" 200 327 0.011450 10.0.0.56 - - [2025-05-05 02:08:14] "POST /ref-update HTTP/1.1" 200 156 0.010427 10.0.0.56 - - [2025-05-05 02:08:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003457 10.0.0.56 - - [2025-05-05 02:08:14] "POST /neutron/subnet HTTP/1.1" 200 725 0.190056 10.0.0.56 - - [2025-05-05 02:08:14] "POST /neutron/network HTTP/1.1" 200 826 0.005440 10.0.0.56 - - [2025-05-05 02:08:14] "POST /id-to-fqname HTTP/1.1" 200 222 0.001211 10.0.0.56 - - [2025-05-05 02:08:14] "GET /virtual-network/48930513-aec0-45d2-a4b9-9e3d3ae80106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004843 10.0.0.56 - - [2025-05-05 02:08:15] "POST /neutron/network HTTP/1.1" 200 826 0.006908 10.0.0.56 - - [2025-05-05 02:08:15] "GET /virtual-network/48930513-aec0-45d2-a4b9-9e3d3ae80106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005190 10.0.0.56 - - [2025-05-05 02:08:15] "POST /neutron/network HTTP/1.1" 200 826 0.005491 10.0.0.56 - - [2025-05-05 02:08:15] "POST /neutron/subnet HTTP/1.1" 200 725 0.006454 10.0.0.56 - - [2025-05-05 02:08:15] "POST /fqname-to-id HTTP/1.1" 404 228 0.002188 10.0.0.56 - - [2025-05-05 02:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.56 - - [2025-05-05 02:08:15] "GET /projects?obj_uuids=c2a4cac2-d55b-4812-a50b-be317934ee6c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001162 10.0.0.56 - - [2025-05-05 02:08:15] "GET /project/c2a4cac2-d55b-4812-a50b-be317934ee6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.024180 10.0.0.56 - - [2025-05-05 02:08:15] "POST /network-policys HTTP/1.1" 200 571 0.016413 10.0.0.56 - - [2025-05-05 02:08:15] "GET /network-policy/bd05ad66-9879-4058-8102-eaf9f1a378be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.004838 10.0.0.56 - - [2025-05-05 02:08:15] "POST /neutron/network HTTP/1.1" 200 824 0.006649 10.0.0.56 - - [2025-05-05 02:08:15] "POST /fqname-to-id HTTP/1.1" 404 236 0.004215 10.0.0.56 - - [2025-05-05 02:08:15] "POST /neutron/network HTTP/1.1" 200 926 0.047493 10.0.0.56 - - [2025-05-05 02:08:15] "POST /neutron/network HTTP/1.1" 200 926 0.045128 10.0.0.56 - - [2025-05-05 02:08:15] "POST /access-control-lists HTTP/1.1" 200 590 0.073949 10.0.0.56 - - [2025-05-05 02:08:15] "GET /virtual-network/1a14a8f1-b188-4072-8a71-140af627b85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.004804 10.0.0.56 - - [2025-05-05 02:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002224 10.0.0.56 - - [2025-05-05 02:08:15] "GET /network-policy/bd05ad66-9879-4058-8102-eaf9f1a378be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.003491 10.0.0.56 - - [2025-05-05 02:08:15] "POST /neutron/network HTTP/1.1" 200 826 0.005937 10.0.0.56 - - [2025-05-05 02:08:15] "POST /fqname-to-id HTTP/1.1" 404 236 0.006186 10.0.0.56 - - [2025-05-05 02:08:15] "POST /neutron/network HTTP/1.1" 200 928 0.043104 10.0.0.56 - - [2025-05-05 02:08:15] "POST /neutron/network HTTP/1.1" 200 928 0.045364 10.0.0.56 - - [2025-05-05 02:08:15] "POST /access-control-lists HTTP/1.1" 200 590 0.070420 10.0.0.56 - - [2025-05-05 02:08:15] "GET /virtual-network/48930513-aec0-45d2-a4b9-9e3d3ae80106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.013656 10.0.0.56 - - [2025-05-05 02:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002602 10.0.0.56 - - [2025-05-05 02:08:15] "POST /ref-update HTTP/1.1" 200 156 0.009472 10.0.0.56 - - [2025-05-05 02:08:15] "GET /network-policy/bd05ad66-9879-4058-8102-eaf9f1a378be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.003444 10.0.0.56 - - [2025-05-05 02:08:15] "GET /domains HTTP/1.1" 401 292 0.000409 10.0.0.56 - - [2025-05-05 02:08:15] "PUT /access-control-list/953c8bfa-d39e-4bee-af1c-59f8247b1ee8 HTTP/1.1" 200 272 0.054014 10.0.0.56 - - [2025-05-05 02:08:16] "GET /domains HTTP/1.1" 200 280 0.024944 10.0.0.56 - - [2025-05-05 02:08:16] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001109 10.0.0.56 - - [2025-05-05 02:08:16] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75 HTTP/1.1" 200 2959 0.008600 10.0.0.56 - - [2025-05-05 02:08:16] "GET /projects?obj_uuids=c2a4cac2-d55b-4812-a50b-be317934ee6c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000962 10.0.0.56 - - [2025-05-05 02:08:16] "GET /project/c2a4cac2-d55b-4812-a50b-be317934ee6c HTTP/1.1" 200 2572 0.066984 10.0.0.56 - - [2025-05-05 02:08:16] "GET /virtual-network/1a14a8f1-b188-4072-8a71-140af627b85f HTTP/1.1" 200 2883 0.006045 10.0.0.56 - - [2025-05-05 02:08:16] "GET /virtual-network/1a14a8f1-b188-4072-8a71-140af627b85f HTTP/1.1" 200 2883 0.005265 10.0.0.56 - - [2025-05-05 02:08:16] "GET /routing-instance/38b8f443-e40c-4ae7-b726-78c5afbc4f76 HTTP/1.1" 200 1783 0.003621 10.0.0.56 - - [2025-05-05 02:08:16] "GET /routing-instance/38b8f443-e40c-4ae7-b726-78c5afbc4f76 HTTP/1.1" 200 1783 0.003164 10.0.0.56 - - [2025-05-05 02:08:16] "GET /route-target/9ca179b4-44a7-4394-863a-929e8427401f HTTP/1.1" 200 1206 0.002855 10.0.0.56 - - [2025-05-05 02:08:16] "GET /virtual-network/1a14a8f1-b188-4072-8a71-140af627b85f HTTP/1.1" 200 2883 0.004820 10.0.0.56 - - [2025-05-05 02:08:16] "GET /routing-instance/38b8f443-e40c-4ae7-b726-78c5afbc4f76 HTTP/1.1" 200 1783 0.003375 10.0.0.56 - - [2025-05-05 02:08:16] "GET /virtual-network/1a14a8f1-b188-4072-8a71-140af627b85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.004705 10.0.0.56 - - [2025-05-05 02:08:16] "GET /virtual-network/1a14a8f1-b188-4072-8a71-140af627b85f HTTP/1.1" 200 2883 0.004549 10.0.0.56 - - [2025-05-05 02:08:16] "GET /routing-instance/38b8f443-e40c-4ae7-b726-78c5afbc4f76 HTTP/1.1" 200 1783 0.003762 10.0.0.56 - - [2025-05-05 02:08:16] "GET /routing-instance/38b8f443-e40c-4ae7-b726-78c5afbc4f76 HTTP/1.1" 200 1783 0.003036 10.0.0.56 - - [2025-05-05 02:08:16] "GET /route-target/9ca179b4-44a7-4394-863a-929e8427401f HTTP/1.1" 200 1206 0.002753 10.0.0.56 - - [2025-05-05 02:08:16] "GET /domains HTTP/1.1" 200 280 0.002647 10.0.0.56 - - [2025-05-05 02:08:16] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001076 10.0.0.56 - - [2025-05-05 02:08:16] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75 HTTP/1.1" 200 2959 0.007381 10.0.0.56 - - [2025-05-05 02:08:16] "GET /projects?obj_uuids=c2a4cac2-d55b-4812-a50b-be317934ee6c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001128 10.0.0.56 - - [2025-05-05 02:08:16] "GET /project/c2a4cac2-d55b-4812-a50b-be317934ee6c HTTP/1.1" 200 2572 0.070042 10.0.0.56 - - [2025-05-05 02:08:16] "GET /virtual-network/1a14a8f1-b188-4072-8a71-140af627b85f HTTP/1.1" 200 2883 0.004919 10.0.0.56 - - [2025-05-05 02:08:16] "GET /obj-perms HTTP/1.1" 200 5034 0.049089 10.0.0.56 - - [2025-05-05 02:08:16] "GET /domains HTTP/1.1" 200 280 0.002875 10.0.0.56 - - [2025-05-05 02:08:16] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001321 10.0.0.56 - - [2025-05-05 02:08:16] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75 HTTP/1.1" 200 2959 0.007658 10.0.0.56 - - [2025-05-05 02:08:16] "GET /projects?obj_uuids=c2a4cac2-d55b-4812-a50b-be317934ee6c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001453 10.0.0.56 - - [2025-05-05 02:08:17] "GET /project/c2a4cac2-d55b-4812-a50b-be317934ee6c HTTP/1.1" 200 2572 0.068258 10.0.0.56 - - [2025-05-05 02:08:17] "GET /virtual-network/48930513-aec0-45d2-a4b9-9e3d3ae80106 HTTP/1.1" 200 2890 0.007027 10.0.0.56 - - [2025-05-05 02:08:17] "GET /virtual-network/48930513-aec0-45d2-a4b9-9e3d3ae80106 HTTP/1.1" 200 2890 0.004812 10.0.0.56 - - [2025-05-05 02:08:17] "GET /routing-instance/9cedb2da-d1cb-4831-b21a-b0cd5963e19b HTTP/1.1" 200 1784 0.003467 10.0.0.56 - - [2025-05-05 02:08:17] "GET /routing-instance/9cedb2da-d1cb-4831-b21a-b0cd5963e19b HTTP/1.1" 200 1784 0.003195 10.0.0.56 - - [2025-05-05 02:08:17] "GET /route-target/759ecea5-838c-4863-b05b-efca63054db0 HTTP/1.1" 200 1206 0.003083 10.0.0.56 - - [2025-05-05 02:08:17] "GET /virtual-network/48930513-aec0-45d2-a4b9-9e3d3ae80106 HTTP/1.1" 200 2890 0.004681 10.0.0.56 - - [2025-05-05 02:08:17] "GET /routing-instance/9cedb2da-d1cb-4831-b21a-b0cd5963e19b HTTP/1.1" 200 1784 0.003217 10.0.0.56 - - [2025-05-05 02:08:17] "GET /virtual-network/48930513-aec0-45d2-a4b9-9e3d3ae80106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005042 10.0.0.56 - - [2025-05-05 02:08:17] "GET /virtual-network/48930513-aec0-45d2-a4b9-9e3d3ae80106 HTTP/1.1" 200 2890 0.004525 10.0.0.56 - - [2025-05-05 02:08:17] "GET /routing-instance/9cedb2da-d1cb-4831-b21a-b0cd5963e19b HTTP/1.1" 200 1784 0.003120 10.0.0.56 - - [2025-05-05 02:08:17] "GET /routing-instance/9cedb2da-d1cb-4831-b21a-b0cd5963e19b HTTP/1.1" 200 1784 0.003104 10.0.0.56 - - [2025-05-05 02:08:17] "GET /route-target/759ecea5-838c-4863-b05b-efca63054db0 HTTP/1.1" 200 1206 0.002751 10.0.0.56 - - [2025-05-05 02:08:17] "GET /domains HTTP/1.1" 200 280 0.004080 10.0.0.56 - - [2025-05-05 02:08:17] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001181 10.0.0.56 - - [2025-05-05 02:08:17] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75 HTTP/1.1" 200 2959 0.017555 10.0.0.56 - - [2025-05-05 02:08:17] "GET /projects?obj_uuids=c2a4cac2-d55b-4812-a50b-be317934ee6c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001091 10.0.0.56 - - [2025-05-05 02:08:17] "GET /project/c2a4cac2-d55b-4812-a50b-be317934ee6c HTTP/1.1" 200 2572 0.073201 10.0.0.56 - - [2025-05-05 02:08:17] "GET /virtual-network/48930513-aec0-45d2-a4b9-9e3d3ae80106 HTTP/1.1" 200 2890 0.005093 10.0.0.56 - - [2025-05-05 02:08:17] "GET /obj-perms HTTP/1.1" 200 5034 0.003087 10.0.0.56 - - [2025-05-05 02:08:17] "POST /id-to-fqname HTTP/1.1" 200 222 0.001378 10.0.0.56 - - [2025-05-05 02:08:17] "POST /neutron/network HTTP/1.1" 200 936 0.006548 10.0.0.56 - - [2025-05-05 02:08:17] "GET /aaa-mode HTTP/1.1" 401 292 0.000405 10.0.0.56 - - [2025-05-05 02:08:17] "GET / HTTP/1.1" 200 35931 0.002895 10.0.0.56 - - [2025-05-05 02:08:17] "GET /project/c2a4cac2-d55b-4812-a50b-be317934ee6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000439 10.0.0.56 - - [2025-05-05 02:08:18] "GET /projects?obj_uuids=c2a4cac2-d55b-4812-a50b-be317934ee6c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001173 10.0.0.56 - - [2025-05-05 02:08:18] "GET /project/c2a4cac2-d55b-4812-a50b-be317934ee6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.053760 10.0.0.56 - - [2025-05-05 02:08:18] "POST /neutron/network HTTP/1.1" 200 926 0.005733 10.0.0.56 - - [2025-05-05 02:08:18] "POST /neutron/port HTTP/1.1" 200 117 0.005064 10.0.0.56 - - [2025-05-05 02:08:18] "POST /neutron/port HTTP/1.1" 200 117 0.004866 10.0.0.56 - - [2025-05-05 02:08:18] "POST /id-to-fqname HTTP/1.1" 200 222 0.001354 10.0.0.56 - - [2025-05-05 02:08:18] "POST /neutron/port HTTP/1.1" 200 117 0.014345 10.0.0.56 - - [2025-05-05 02:08:18] "POST /neutron/network HTTP/1.1" 200 938 0.006947 10.0.0.56 - - [2025-05-05 02:08:18] "GET /aaa-mode HTTP/1.1" 401 292 0.000537 10.0.0.56 - - [2025-05-05 02:08:18] "POST /neutron/network HTTP/1.1" 200 936 0.006171 10.0.0.56 - - [2025-05-05 02:08:18] "GET /projects?obj_uuids=c2a4cac2-d55b-4812-a50b-be317934ee6c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001191 10.0.0.56 - - [2025-05-05 02:08:19] "POST /neutron/port HTTP/1.1" 200 1060 0.220415 10.0.0.56 - - [2025-05-05 02:08:19] "GET / HTTP/1.1" 200 35931 0.001788 10.0.0.56 - - [2025-05-05 02:08:19] "POST /neutron/port HTTP/1.1" 200 1060 0.012707 10.0.0.56 - - [2025-05-05 02:08:19] "GET /project/c2a4cac2-d55b-4812-a50b-be317934ee6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000415 10.0.0.56 - - [2025-05-05 02:08:19] "POST /neutron/port HTTP/1.1" 200 1060 0.008541 10.0.0.56 - - [2025-05-05 02:08:19] "POST /neutron/port HTTP/1.1" 200 1114 0.069002 10.0.0.56 - - [2025-05-05 02:08:19] "POST /neutron/port HTTP/1.1" 200 1088 0.014966 10.0.0.56 - - [2025-05-05 02:08:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003409 10.0.0.56 - - [2025-05-05 02:08:19] "POST /neutron/subnet HTTP/1.1" 200 689 0.013872 10.0.0.56 - - [2025-05-05 02:08:19] "POST /neutron/port HTTP/1.1" 200 117 0.001197 10.0.0.56 - - [2025-05-05 02:08:19] "POST /neutron/network HTTP/1.1" 200 926 0.005672 10.0.0.56 - - [2025-05-05 02:08:19] "GET /projects?obj_uuids=c2a4cac2-d55b-4812-a50b-be317934ee6c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001489 10.0.0.56 - - [2025-05-05 02:08:19] "GET /project/c2a4cac2-d55b-4812-a50b-be317934ee6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.061147 10.0.0.56 - - [2025-05-05 02:08:19] "POST /neutron/network HTTP/1.1" 200 928 0.005969 10.0.0.56 - - [2025-05-05 02:08:19] "POST /neutron/port HTTP/1.1" 200 1088 0.022610 10.0.0.56 - - [2025-05-05 02:08:19] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008246 10.0.0.56 - - [2025-05-05 02:08:19] "POST /neutron/port HTTP/1.1" 200 117 0.006382 10.0.0.56 - - [2025-05-05 02:08:19] "POST /neutron/port HTTP/1.1" 200 1088 0.016396 10.0.0.56 - - [2025-05-05 02:08:19] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006268 10.0.0.56 - - [2025-05-05 02:08:20] "POST /neutron/network HTTP/1.1" 200 938 0.006125 10.0.0.56 - - [2025-05-05 02:08:20] "GET /projects?obj_uuids=c2a4cac2-d55b-4812-a50b-be317934ee6c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001376 10.0.0.56 - - [2025-05-05 02:08:20] "PUT /access-control-list/90635a1e-4a3b-4395-bb44-6d8f4044f7ef HTTP/1.1" 200 272 0.057953 10.0.0.56 - - [2025-05-05 02:08:20] "POST /neutron/port HTTP/1.1" 200 1062 0.309756 10.0.0.56 - - [2025-05-05 02:08:20] "POST /neutron/port HTTP/1.1" 200 1062 0.011229 10.0.0.56 - - [2025-05-05 02:08:20] "POST /neutron/port HTTP/1.1" 200 1062 0.009905 10.0.0.56 - - [2025-05-05 02:08:20] "POST /neutron/port HTTP/1.1" 200 1116 0.068651 10.0.0.56 - - [2025-05-05 02:08:20] "POST /neutron/port HTTP/1.1" 200 1090 0.017032 10.0.0.56 - - [2025-05-05 02:08:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003909 10.0.0.56 - - [2025-05-05 02:08:20] "POST /neutron/subnet HTTP/1.1" 200 699 0.011878 10.0.0.56 - - [2025-05-05 02:08:20] "POST /neutron/port HTTP/1.1" 200 117 0.001477 10.0.0.56 - - [2025-05-05 02:08:20] "POST /neutron/network HTTP/1.1" 200 928 0.006135 10.0.0.56 - - [2025-05-05 02:08:24] "POST /neutron/port HTTP/1.1" 200 1088 0.015172 10.0.0.56 - - [2025-05-05 02:08:24] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006114 10.0.0.56 - - [2025-05-05 02:08:25] "POST /neutron/port HTTP/1.1" 200 1088 0.015443 10.0.0.56 - - [2025-05-05 02:08:25] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007600 10.0.0.56 - - [2025-05-05 02:08:25] "POST /neutron/port HTTP/1.1" 200 1088 0.016928 10.0.0.56 - - [2025-05-05 02:08:25] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007459 10.0.0.56 - - [2025-05-05 02:08:25] "GET /virtual-machine/fb3e32bc-50fd-4da1-a990-bd52cf9d2686 HTTP/1.1" 200 1295 0.004915 10.0.0.56 - - [2025-05-05 02:08:25] "GET /virtual-machine-interface/bce455ae-7033-4ac9-b331-a56fc25d54dd HTTP/1.1" 200 2951 0.005058 10.0.0.56 - - [2025-05-05 02:08:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.56 - - [2025-05-05 02:08:25] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003119 10.0.0.56 - - [2025-05-05 02:08:25] "GET /virtual-networks?parent_id=c2a4cac2-d55b-4812-a50b-be317934ee6c&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003454 10.0.0.56 - - [2025-05-05 02:08:25] "GET /virtual-network/1a14a8f1-b188-4072-8a71-140af627b85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005552 10.0.0.56 - - [2025-05-05 02:08:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.56 - - [2025-05-05 02:08:28] "GET /virtual-network/1a14a8f1-b188-4072-8a71-140af627b85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005618 10.0.0.56 - - [2025-05-05 02:08:28] "POST /neutron/port HTTP/1.1" 200 1088 0.015330 10.0.0.56 - - [2025-05-05 02:08:28] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005559 10.0.0.56 - - [2025-05-05 02:08:29] "POST /neutron/port HTTP/1.1" 200 1090 0.015695 10.0.0.56 - - [2025-05-05 02:08:29] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005452 10.0.0.56 - - [2025-05-05 02:08:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.56 - - [2025-05-05 02:08:30] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003234 10.0.0.56 - - [2025-05-05 02:08:30] "GET /virtual-networks?parent_id=c2a4cac2-d55b-4812-a50b-be317934ee6c&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003306 10.0.0.56 - - [2025-05-05 02:08:30] "GET /virtual-network/1a14a8f1-b188-4072-8a71-140af627b85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005483 10.0.0.56 - - [2025-05-05 02:08:30] "POST /neutron/port HTTP/1.1" 200 1090 0.015687 10.0.0.56 - - [2025-05-05 02:08:30] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005461 10.0.0.56 - - [2025-05-05 02:08:31] "POST /neutron/port HTTP/1.1" 200 1090 0.016050 10.0.0.56 - - [2025-05-05 02:08:31] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006390 10.0.0.56 - - [2025-05-05 02:08:31] "POST /neutron/port HTTP/1.1" 200 1090 0.014718 10.0.0.56 - - [2025-05-05 02:08:31] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006605 10.0.0.56 - - [2025-05-05 02:08:31] "GET /virtual-machine/d8f31244-97eb-4697-8725-072495c83f24 HTTP/1.1" 200 1294 0.004681 10.0.0.56 - - [2025-05-05 02:08:31] "GET /virtual-machine-interface/121d3d3a-1f94-43c7-b3c7-d40f8933a04b HTTP/1.1" 200 2950 0.004835 10.0.0.56 - - [2025-05-05 02:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.56 - - [2025-05-05 02:08:31] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003341 10.0.0.56 - - [2025-05-05 02:08:31] "GET /virtual-networks?parent_id=c2a4cac2-d55b-4812-a50b-be317934ee6c&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003064 10.0.0.56 - - [2025-05-05 02:08:31] "GET /virtual-network/48930513-aec0-45d2-a4b9-9e3d3ae80106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005751 10.0.0.56 - - [2025-05-05 02:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.56 - - [2025-05-05 02:08:32] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003149 10.0.0.56 - - [2025-05-05 02:08:32] "GET /virtual-networks?parent_id=c2a4cac2-d55b-4812-a50b-be317934ee6c&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002835 10.0.0.56 - - [2025-05-05 02:08:32] "GET /virtual-network/48930513-aec0-45d2-a4b9-9e3d3ae80106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.008094 10.0.0.56 - - [2025-05-05 02:08:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.56 - - [2025-05-05 02:08:36] "GET /projects?obj_uuids=c2a4cac2-d55b-4812-a50b-be317934ee6c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001068 10.0.0.56 - - [2025-05-05 02:08:36] "GET /project/c2a4cac2-d55b-4812-a50b-be317934ee6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.029177 10.0.0.56 - - [2025-05-05 02:08:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.56 - - [2025-05-05 02:08:36] "PUT /network-policy/bd05ad66-9879-4058-8102-eaf9f1a378be HTTP/1.1" 200 262 0.011439 10.0.0.56 - - [2025-05-05 02:08:37] "PUT /access-control-list/90635a1e-4a3b-4395-bb44-6d8f4044f7ef HTTP/1.1" 200 272 0.052601 10.0.0.56 - - [2025-05-05 02:08:37] "POST /ref-update HTTP/1.1" 200 156 0.012790 10.0.0.56 - - [2025-05-05 02:08:37] "PUT /access-control-list/953c8bfa-d39e-4bee-af1c-59f8247b1ee8 HTTP/1.1" 200 272 0.056777 10.0.0.56 - - [2025-05-05 02:08:37] "POST /ref-update HTTP/1.1" 200 156 0.012472 10.0.0.56 - - [2025-05-05 02:08:40] "GET /virtual-network/48930513-aec0-45d2-a4b9-9e3d3ae80106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005976 10.0.0.56 - - [2025-05-05 02:08:40] "POST /neutron/network HTTP/1.1" 200 928 0.005730 10.0.0.56 - - [2025-05-05 02:08:40] "POST /neutron/network HTTP/1.1" 200 826 0.052444 10.0.0.56 - - [2025-05-05 02:08:40] "DELETE /access-control-list/90635a1e-4a3b-4395-bb44-6d8f4044f7ef HTTP/1.1" 200 115 0.042895 10.0.0.56 - - [2025-05-05 02:08:40] "POST /neutron/network HTTP/1.1" 200 826 0.011192 10.0.0.56 - - [2025-05-05 02:08:40] "GET /virtual-network/48930513-aec0-45d2-a4b9-9e3d3ae80106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008319 10.0.0.56 - - [2025-05-05 02:08:40] "GET /virtual-network/1a14a8f1-b188-4072-8a71-140af627b85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.008611 10.0.0.56 - - [2025-05-05 02:08:40] "POST /neutron/network HTTP/1.1" 200 926 0.005857 10.0.0.56 - - [2025-05-05 02:08:40] "POST /neutron/network HTTP/1.1" 200 824 0.073261 10.0.0.56 - - [2025-05-05 02:08:40] "DELETE /access-control-list/953c8bfa-d39e-4bee-af1c-59f8247b1ee8 HTTP/1.1" 200 115 0.057728 10.0.0.56 - - [2025-05-05 02:08:40] "POST /neutron/network HTTP/1.1" 200 824 0.012303 10.0.0.56 - - [2025-05-05 02:08:40] "GET /virtual-network/1a14a8f1-b188-4072-8a71-140af627b85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005619 10.0.0.56 - - [2025-05-05 02:08:40] "DELETE /network-policy/bd05ad66-9879-4058-8102-eaf9f1a378be HTTP/1.1" 200 115 0.030944 10.0.0.56 - - [2025-05-05 02:08:40] "POST /neutron/network HTTP/1.1" 200 826 0.008791 10.0.0.56 - - [2025-05-05 02:08:40] "POST /neutron/network HTTP/1.1" 400 204 0.015103 10.0.0.56 - - [2025-05-05 02:08:40] "POST /neutron/port HTTP/1.1" 200 1088 0.022537 10.0.0.56 - - [2025-05-05 02:08:40] "POST /neutron/port HTTP/1.1" 200 1090 0.016771 10.0.0.56 - - [2025-05-05 02:08:40] "POST /neutron/port HTTP/1.1" 200 1114 0.008751 10.0.0.56 - - [2025-05-05 02:08:40] "POST /neutron/port HTTP/1.1" 200 1116 0.012408 10.0.0.56 - - [2025-05-05 02:08:41] "POST /neutron/port HTTP/1.1" 200 151 0.143306 10.0.0.56 - - [2025-05-05 02:08:41] "POST /neutron/port HTTP/1.1" 200 151 0.137701 10.0.0.56 - - [2025-05-05 02:08:42] "POST /neutron/network HTTP/1.1" 200 826 0.005786 10.0.0.56 - - [2025-05-05 02:08:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.007464 10.0.0.56 - - [2025-05-05 02:08:42] "POST /useragent-kv HTTP/1.1" 200 115 0.004298 10.0.0.56 - - [2025-05-05 02:08:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002712 10.0.0.56 - - [2025-05-05 02:08:42] "POST /neutron/network HTTP/1.1" 200 151 0.089332 10.0.0.56 - - [2025-05-05 02:08:42] "DELETE /route-target/759ecea5-838c-4863-b05b-efca63054db0 HTTP/1.1" 200 115 0.020930 10.0.0.56 - - [2025-05-05 02:08:42] "GET /routing-instance/9cedb2da-d1cb-4831-b21a-b0cd5963e19b HTTP/1.1" 404 171 0.002407 10.0.0.56 - - [2025-05-05 02:08:42] "GET /domains HTTP/1.1" 200 280 0.002182 10.0.0.56 - - [2025-05-05 02:08:42] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001477 10.0.0.56 - - [2025-05-05 02:08:42] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75 HTTP/1.1" 200 2959 0.050535 10.0.0.56 - - [2025-05-05 02:08:42] "GET /projects?obj_uuids=c2a4cac2-d55b-4812-a50b-be317934ee6c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001079 10.0.0.56 - - [2025-05-05 02:08:42] "GET /project/c2a4cac2-d55b-4812-a50b-be317934ee6c HTTP/1.1" 200 2104 0.071419 10.0.0.56 - - [2025-05-05 02:08:43] "POST /neutron/network HTTP/1.1" 200 824 0.005598 10.0.0.56 - - [2025-05-05 02:08:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004496 10.0.0.56 - - [2025-05-05 02:08:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001985 10.0.0.56 - - [2025-05-05 02:08:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003043 10.0.0.56 - - [2025-05-05 02:08:43] "POST /neutron/network HTTP/1.1" 200 151 0.081060 10.0.0.56 - - [2025-05-05 02:08:43] "DELETE /route-target/9ca179b4-44a7-4394-863a-929e8427401f HTTP/1.1" 200 115 0.019847 10.0.0.56 - - [2025-05-05 02:08:43] "GET /routing-instance/38b8f443-e40c-4ae7-b726-78c5afbc4f76 HTTP/1.1" 404 171 0.002497 10.0.0.56 - - [2025-05-05 02:08:43] "GET /domains HTTP/1.1" 200 280 0.002366 10.0.0.56 - - [2025-05-05 02:08:43] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001622 10.0.0.56 - - [2025-05-05 02:08:43] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75 HTTP/1.1" 200 2959 0.050495 10.0.0.56 - - [2025-05-05 02:08:43] "GET /projects?obj_uuids=c2a4cac2-d55b-4812-a50b-be317934ee6c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001157 10.0.0.56 - - [2025-05-05 02:08:43] "GET /project/c2a4cac2-d55b-4812-a50b-be317934ee6c HTTP/1.1" 200 1865 0.071359 10.0.0.56 - - [2025-05-05 02:08:43] "GET /projects?obj_uuids=c2a4cac2-d55b-4812-a50b-be317934ee6c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001192 10.0.0.56 - - [2025-05-05 02:08:43] "GET /project/c2a4cac2-d55b-4812-a50b-be317934ee6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.023623 10.0.0.56 - - [2025-05-05 02:08:43] "GET /projects?obj_uuids=c2a4cac2-d55b-4812-a50b-be317934ee6c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001438 10.0.0.56 - - [2025-05-05 02:08:43] "GET /project/c2a4cac2-d55b-4812-a50b-be317934ee6c?fields=virtual_networks HTTP/1.1" 200 1037 0.068650 10.0.0.56 - - [2025-05-05 02:08:43] "GET /projects?obj_uuids=c2a4cac2-d55b-4812-a50b-be317934ee6c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001257 10.0.0.56 - - [2025-05-05 02:08:43] "GET /project/c2a4cac2-d55b-4812-a50b-be317934ee6c?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.023772 10.0.0.56 - - [2025-05-05 02:08:43] "GET /projects?obj_uuids=c2a4cac2-d55b-4812-a50b-be317934ee6c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001126 10.0.0.56 - - [2025-05-05 02:08:43] "GET /project/c2a4cac2-d55b-4812-a50b-be317934ee6c?fields=security_groups HTTP/1.1" 200 1265 0.032832 10.0.0.56 - - [2025-05-05 02:08:44] "DELETE /project/c2a4cac2d55b4812a50bbe317934ee6c HTTP/1.1" 404 173 0.014461 10.0.0.56 - - [2025-05-05 02:08:44] "DELETE /project/560207bb514a4c1bad3ed32334a1ef7f HTTP/1.1" 404 173 0.010323 10.0.0.56 - - [2025-05-05 02:08:44] "GET /projects?obj_uuids=75d4d149-4571-471d-a8d9-34d5d4068cad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001024 10.0.0.56 - - [2025-05-05 02:08:44] "GET /projects?obj_uuids=560207bb-514a-4c1b-ad3e-d32334a1ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000942 10.0.0.56 - - [2025-05-05 02:08:44] "GET /project/560207bb-514a-4c1b-ad3e-d32334a1ef7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.046627 10.0.0.56 - - [2025-05-05 02:08:44] "GET /project/75d4d149-4571-471d-a8d9-34d5d4068cad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.048982 10.0.0.56 - - [2025-05-05 02:08:44] "GET /projects?obj_uuids=75d4d149-4571-471d-a8d9-34d5d4068cad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001140 10.0.0.56 - - [2025-05-05 02:08:44] "GET /projects?obj_uuids=560207bb-514a-4c1b-ad3e-d32334a1ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000997 10.0.0.56 - - [2025-05-05 02:08:44] "GET /project/560207bb-514a-4c1b-ad3e-d32334a1ef7f?fields=security_groups HTTP/1.1" 200 1387 0.041188 10.0.0.56 - - [2025-05-05 02:08:44] "GET /project/75d4d149-4571-471d-a8d9-34d5d4068cad?fields=security_groups HTTP/1.1" 200 1372 0.045515 10.0.0.56 - - [2025-05-05 02:08:44] "DELETE /security-group/9605f5ad-4385-49a6-95e0-a2082fdab05d HTTP/1.1" 200 115 0.058076 10.0.0.56 - - [2025-05-05 02:08:44] "DELETE /security-group/96afb7b5-58cc-4101-a339-f9efce58ee6c HTTP/1.1" 200 115 0.070000 10.0.0.56 - - [2025-05-05 02:08:44] "GET /projects?obj_uuids=75d4d149-4571-471d-a8d9-34d5d4068cad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001103 10.0.0.56 - - [2025-05-05 02:08:44] "GET /projects?obj_uuids=560207bb-514a-4c1b-ad3e-d32334a1ef7f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001011 10.0.0.56 - - [2025-05-05 02:08:44] "DELETE /access-control-list/b4bf6a0f-e6ab-46af-9cb7-f2be05d64844 HTTP/1.1" 200 115 0.047070 10.0.0.56 - - [2025-05-05 02:08:44] "GET /project/75d4d149-4571-471d-a8d9-34d5d4068cad?fields=application_policy_sets HTTP/1.1" 200 1411 0.043146 10.0.0.56 - - [2025-05-05 02:08:44] "DELETE /access-control-list/5b327dfb-e493-4281-bd73-1d8226677147 HTTP/1.1" 200 115 0.030097 10.0.0.56 - - [2025-05-05 02:08:44] "GET /project/560207bb-514a-4c1b-ad3e-d32334a1ef7f?fields=application_policy_sets HTTP/1.1" 200 1426 0.073599 10.0.0.56 - - [2025-05-05 02:08:44] "DELETE /access-control-list/b765ee54-7316-40c0-a4d9-0df95e8fc73c HTTP/1.1" 200 115 0.036287 10.0.0.56 - - [2025-05-05 02:08:44] "DELETE /access-control-list/d58d0ecc-42bf-42c7-81b5-622d14c4528a HTTP/1.1" 200 115 0.031404 10.0.0.56 - - [2025-05-05 02:08:44] "DELETE /project/75d4d149-4571-471d-a8d9-34d5d4068cad HTTP/1.1" 200 115 0.400234 10.0.0.56 - - [2025-05-05 02:08:44] "DELETE /project/560207bb-514a-4c1b-ad3e-d32334a1ef7f HTTP/1.1" 200 115 0.417997 10.0.0.56 - - [2025-05-05 02:08:44] "POST /fqname-to-id HTTP/1.1" 404 186 0.023738 10.0.0.56 - - [2025-05-05 02:08:44] "GET /projects?obj_uuids=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002559 10.0.0.56 - - [2025-05-05 02:08:44] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001722 10.0.0.56 - - [2025-05-05 02:08:44] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008077 10.0.0.56 - - [2025-05-05 02:08:44] "POST /id-to-fqname HTTP/1.1" 200 188 0.001439 10.0.0.56 - - [2025-05-05 02:08:44] "POST /fqname-to-id HTTP/1.1" 404 197 0.002655 10.0.0.56 - - [2025-05-05 02:08:45] "POST /security-groups HTTP/1.1" 200 589 0.059310 10.0.0.56 - - [2025-05-05 02:08:45] "POST /fqname-to-id HTTP/1.1" 404 232 0.002487 10.0.0.56 - - [2025-05-05 02:08:45] "POST /projects HTTP/1.1" 200 581 0.212399 10.0.0.56 - - [2025-05-05 02:08:45] "POST /access-control-lists HTTP/1.1" 200 594 0.056996 10.0.0.56 - - [2025-05-05 02:08:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.282822 10.0.0.56 - - [2025-05-05 02:08:45] "POST /fqname-to-id HTTP/1.1" 404 231 0.002838 10.0.0.56 - - [2025-05-05 02:08:45] "GET /project/057579a7-1b4b-4844-bf55-9381cdbb0e77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.402030 10.0.0.56 - - [2025-05-05 02:08:45] "POST /access-control-lists HTTP/1.1" 200 592 0.060117 10.0.0.56 - - [2025-05-05 02:08:46] "GET / HTTP/1.1" 200 35931 0.002864 10.0.0.56 - - [2025-05-05 02:08:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000484 10.0.0.56 - - [2025-05-05 02:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.054132 10.0.0.56 - - [2025-05-05 02:08:47] "GET /projects?obj_uuids=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001205 10.0.0.56 - - [2025-05-05 02:08:47] "GET /project/057579a7-1b4b-4844-bf55-9381cdbb0e77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.027727 10.0.0.56 - - [2025-05-05 02:08:47] "POST /neutron/network HTTP/1.1" 200 117 0.030456 10.0.0.56 - - [2025-05-05 02:08:47] "GET /projects?obj_uuids=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001429 10.0.0.56 - - [2025-05-05 02:08:47] "POST /neutron/network HTTP/1.1" 200 613 0.073352 10.0.0.56 - - [2025-05-05 02:08:47] "POST /route-targets HTTP/1.1" 200 327 0.013000 10.0.0.56 - - [2025-05-05 02:08:47] "POST /ref-update HTTP/1.1" 200 156 0.014637 10.0.0.56 - - [2025-05-05 02:08:47] "POST /useragent-kv HTTP/1.1" 200 115 0.006476 10.0.0.56 - - [2025-05-05 02:08:47] "POST /neutron/subnet HTTP/1.1" 200 715 0.163095 10.0.0.56 - - [2025-05-05 02:08:47] "POST /neutron/network HTTP/1.1" 200 830 0.006850 10.0.0.56 - - [2025-05-05 02:08:47] "POST /id-to-fqname HTTP/1.1" 200 223 0.001287 10.0.0.56 - - [2025-05-05 02:08:47] "GET /virtual-network/b8dec550-08db-4709-bda5-71ef8944860c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004721 10.0.0.56 - - [2025-05-05 02:08:47] "POST /neutron/network HTTP/1.1" 200 830 0.005392 10.0.0.56 - - [2025-05-05 02:08:47] "GET /virtual-network/b8dec550-08db-4709-bda5-71ef8944860c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004916 10.0.0.56 - - [2025-05-05 02:08:47] "POST /neutron/network HTTP/1.1" 200 830 0.005493 10.0.0.56 - - [2025-05-05 02:08:47] "POST /neutron/subnet HTTP/1.1" 200 715 0.006419 10.0.0.56 - - [2025-05-05 02:08:47] "GET /domains HTTP/1.1" 401 292 0.000450 10.0.0.56 - - [2025-05-05 02:08:48] "GET /domains HTTP/1.1" 200 280 0.026699 10.0.0.56 - - [2025-05-05 02:08:48] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001040 10.0.0.56 - - [2025-05-05 02:08:48] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75 HTTP/1.1" 200 2760 0.009691 10.0.0.56 - - [2025-05-05 02:08:48] "GET /projects?obj_uuids=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001054 10.0.0.56 - - [2025-05-05 02:08:48] "GET /project/057579a7-1b4b-4844-bf55-9381cdbb0e77 HTTP/1.1" 200 2079 0.082073 10.0.0.56 - - [2025-05-05 02:08:48] "GET /virtual-network/b8dec550-08db-4709-bda5-71ef8944860c HTTP/1.1" 200 2312 0.006656 10.0.0.56 - - [2025-05-05 02:08:48] "GET /virtual-network/b8dec550-08db-4709-bda5-71ef8944860c HTTP/1.1" 200 2312 0.005984 10.0.0.56 - - [2025-05-05 02:08:48] "GET /routing-instance/1e37687f-14b2-4870-b578-25174dc0a5fd HTTP/1.1" 200 1493 0.003887 10.0.0.56 - - [2025-05-05 02:08:48] "GET /routing-instance/1e37687f-14b2-4870-b578-25174dc0a5fd HTTP/1.1" 200 1493 0.003769 10.0.0.56 - - [2025-05-05 02:08:48] "GET /route-target/72daef4f-0b1a-4148-8f1b-509affd89616 HTTP/1.1" 200 1212 0.002985 10.0.0.56 - - [2025-05-05 02:08:48] "GET /virtual-network/b8dec550-08db-4709-bda5-71ef8944860c HTTP/1.1" 200 2312 0.004770 10.0.0.56 - - [2025-05-05 02:08:48] "GET /routing-instance/1e37687f-14b2-4870-b578-25174dc0a5fd HTTP/1.1" 200 1493 0.003197 10.0.0.56 - - [2025-05-05 02:08:48] "GET /virtual-network/b8dec550-08db-4709-bda5-71ef8944860c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004565 10.0.0.56 - - [2025-05-05 02:08:48] "GET /virtual-network/b8dec550-08db-4709-bda5-71ef8944860c HTTP/1.1" 200 2312 0.004557 10.0.0.56 - - [2025-05-05 02:08:48] "GET /routing-instance/1e37687f-14b2-4870-b578-25174dc0a5fd HTTP/1.1" 200 1493 0.003008 10.0.0.56 - - [2025-05-05 02:08:48] "GET /routing-instance/1e37687f-14b2-4870-b578-25174dc0a5fd HTTP/1.1" 200 1493 0.003164 10.0.0.56 - - [2025-05-05 02:08:48] "GET /route-target/72daef4f-0b1a-4148-8f1b-509affd89616 HTTP/1.1" 200 1212 0.003053 10.0.0.56 - - [2025-05-05 02:08:48] "GET /domains HTTP/1.1" 200 280 0.002798 10.0.0.56 - - [2025-05-05 02:08:48] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001097 10.0.0.56 - - [2025-05-05 02:08:48] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75 HTTP/1.1" 200 2760 0.007125 10.0.0.56 - - [2025-05-05 02:08:48] "GET /projects?obj_uuids=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001006 10.0.0.56 - - [2025-05-05 02:08:48] "GET /project/057579a7-1b4b-4844-bf55-9381cdbb0e77 HTTP/1.1" 200 2079 0.067159 10.0.0.56 - - [2025-05-05 02:08:48] "GET /virtual-network/b8dec550-08db-4709-bda5-71ef8944860c HTTP/1.1" 200 2312 0.004705 10.0.0.56 - - [2025-05-05 02:08:49] "GET /obj-perms HTTP/1.1" 200 5026 0.063601 10.0.0.56 - - [2025-05-05 02:08:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002870 10.0.0.56 - - [2025-05-05 02:08:49] "GET /projects?obj_uuids=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001057 10.0.0.56 - - [2025-05-05 02:08:49] "GET /project/057579a7-1b4b-4844-bf55-9381cdbb0e77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.026759 10.0.0.56 - - [2025-05-05 02:08:49] "POST /neutron/network HTTP/1.1" 200 117 0.009467 10.0.0.56 - - [2025-05-05 02:08:49] "GET /projects?obj_uuids=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002522 10.0.0.56 - - [2025-05-05 02:08:49] "POST /neutron/network HTTP/1.1" 200 613 0.088768 10.0.0.56 - - [2025-05-05 02:08:49] "POST /route-targets HTTP/1.1" 200 327 0.009956 10.0.0.56 - - [2025-05-05 02:08:49] "POST /ref-update HTTP/1.1" 200 156 0.009888 10.0.0.56 - - [2025-05-05 02:08:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003134 10.0.0.56 - - [2025-05-05 02:08:49] "POST /neutron/subnet HTTP/1.1" 200 729 0.174241 10.0.0.56 - - [2025-05-05 02:08:49] "POST /neutron/network HTTP/1.1" 200 833 0.005816 10.0.0.56 - - [2025-05-05 02:08:49] "POST /id-to-fqname HTTP/1.1" 200 223 0.001204 10.0.0.56 - - [2025-05-05 02:08:49] "GET /virtual-network/f47a06ff-8dd0-4f91-90e5-657b1ee92c00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004881 10.0.0.56 - - [2025-05-05 02:08:49] "POST /neutron/network HTTP/1.1" 200 833 0.005703 10.0.0.56 - - [2025-05-05 02:08:49] "GET /virtual-network/f47a06ff-8dd0-4f91-90e5-657b1ee92c00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006396 10.0.0.56 - - [2025-05-05 02:08:49] "POST /neutron/network HTTP/1.1" 200 833 0.006029 10.0.0.56 - - [2025-05-05 02:08:49] "POST /neutron/subnet HTTP/1.1" 200 729 0.007059 10.0.0.56 - - [2025-05-05 02:08:49] "GET /domains HTTP/1.1" 200 280 0.002527 10.0.0.56 - - [2025-05-05 02:08:49] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001160 10.0.0.56 - - [2025-05-05 02:08:49] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75 HTTP/1.1" 200 2760 0.008114 10.0.0.56 - - [2025-05-05 02:08:49] "GET /projects?obj_uuids=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001184 10.0.0.56 - - [2025-05-05 02:08:49] "GET /project/057579a7-1b4b-4844-bf55-9381cdbb0e77 HTTP/1.1" 200 2297 0.066111 10.0.0.56 - - [2025-05-05 02:08:49] "GET /virtual-network/f47a06ff-8dd0-4f91-90e5-657b1ee92c00 HTTP/1.1" 200 2321 0.006264 10.0.0.56 - - [2025-05-05 02:08:49] "GET /virtual-network/f47a06ff-8dd0-4f91-90e5-657b1ee92c00 HTTP/1.1" 200 2321 0.004879 10.0.0.56 - - [2025-05-05 02:08:49] "GET /routing-instance/7d8f98db-bcff-486a-8e75-9302fd76b9cd HTTP/1.1" 200 1493 0.003835 10.0.0.56 - - [2025-05-05 02:08:49] "GET /routing-instance/7d8f98db-bcff-486a-8e75-9302fd76b9cd HTTP/1.1" 200 1493 0.003200 10.0.0.56 - - [2025-05-05 02:08:49] "GET /route-target/f837f194-c1b7-413c-9f1d-da91e1ed8bbb HTTP/1.1" 200 1213 0.003379 10.0.0.56 - - [2025-05-05 02:08:49] "GET /virtual-network/f47a06ff-8dd0-4f91-90e5-657b1ee92c00 HTTP/1.1" 200 2321 0.004782 10.0.0.56 - - [2025-05-05 02:08:49] "GET /routing-instance/7d8f98db-bcff-486a-8e75-9302fd76b9cd HTTP/1.1" 200 1493 0.003308 10.0.0.56 - - [2025-05-05 02:08:49] "GET /virtual-network/f47a06ff-8dd0-4f91-90e5-657b1ee92c00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005391 10.0.0.56 - - [2025-05-05 02:08:49] "GET /virtual-network/f47a06ff-8dd0-4f91-90e5-657b1ee92c00 HTTP/1.1" 200 2321 0.006521 10.0.0.56 - - [2025-05-05 02:08:49] "GET /routing-instance/7d8f98db-bcff-486a-8e75-9302fd76b9cd HTTP/1.1" 200 1493 0.003304 10.0.0.56 - - [2025-05-05 02:08:49] "GET /routing-instance/7d8f98db-bcff-486a-8e75-9302fd76b9cd HTTP/1.1" 200 1493 0.003101 10.0.0.56 - - [2025-05-05 02:08:49] "GET /route-target/f837f194-c1b7-413c-9f1d-da91e1ed8bbb HTTP/1.1" 200 1213 0.002764 10.0.0.56 - - [2025-05-05 02:08:49] "GET /domains HTTP/1.1" 200 280 0.003182 10.0.0.56 - - [2025-05-05 02:08:49] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001097 10.0.0.56 - - [2025-05-05 02:08:49] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75 HTTP/1.1" 200 2760 0.007274 10.0.0.56 - - [2025-05-05 02:08:49] "GET /projects?obj_uuids=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001422 10.0.0.56 - - [2025-05-05 02:08:49] "GET /project/057579a7-1b4b-4844-bf55-9381cdbb0e77 HTTP/1.1" 200 2297 0.075619 10.0.0.56 - - [2025-05-05 02:08:49] "GET /virtual-network/f47a06ff-8dd0-4f91-90e5-657b1ee92c00 HTTP/1.1" 200 2321 0.005892 10.0.0.56 - - [2025-05-05 02:08:49] "GET /obj-perms HTTP/1.1" 200 5026 0.003031 10.0.0.56 - - [2025-05-05 02:08:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002651 10.0.0.56 - - [2025-05-05 02:08:49] "GET /projects?obj_uuids=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001497 10.0.0.56 - - [2025-05-05 02:08:50] "GET /project/057579a7-1b4b-4844-bf55-9381cdbb0e77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.033671 10.0.0.56 - - [2025-05-05 02:08:50] "POST /neutron/network HTTP/1.1" 200 117 0.010305 10.0.0.56 - - [2025-05-05 02:08:50] "GET /projects?obj_uuids=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001142 10.0.0.56 - - [2025-05-05 02:08:50] "POST /neutron/network HTTP/1.1" 200 615 0.068046 10.0.0.56 - - [2025-05-05 02:08:50] "POST /ref-update HTTP/1.1" 200 156 0.010668 10.0.0.56 - - [2025-05-05 02:08:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003142 10.0.0.56 - - [2025-05-05 02:08:50] "POST /neutron/subnet HTTP/1.1" 200 729 0.190458 10.0.0.56 - - [2025-05-05 02:08:50] "POST /neutron/network HTTP/1.1" 200 835 0.005516 10.0.0.56 - - [2025-05-05 02:08:50] "POST /id-to-fqname HTTP/1.1" 200 224 0.001256 10.0.0.56 - - [2025-05-05 02:08:50] "GET /virtual-network/e1be8ef2-a7e4-4abc-97f7-5e6c6b3386b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004987 10.0.0.56 - - [2025-05-05 02:08:50] "POST /neutron/network HTTP/1.1" 200 835 0.006390 10.0.0.56 - - [2025-05-05 02:08:50] "GET /virtual-network/e1be8ef2-a7e4-4abc-97f7-5e6c6b3386b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005422 10.0.0.56 - - [2025-05-05 02:08:50] "POST /neutron/network HTTP/1.1" 200 835 0.005869 10.0.0.56 - - [2025-05-05 02:08:50] "POST /neutron/subnet HTTP/1.1" 200 729 0.007278 10.0.0.56 - - [2025-05-05 02:08:50] "GET /domains HTTP/1.1" 200 280 0.002708 10.0.0.56 - - [2025-05-05 02:08:50] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001281 10.0.0.56 - - [2025-05-05 02:08:50] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75 HTTP/1.1" 200 2760 0.007369 10.0.0.56 - - [2025-05-05 02:08:50] "GET /projects?obj_uuids=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001615 10.0.0.56 - - [2025-05-05 02:08:50] "GET /project/057579a7-1b4b-4844-bf55-9381cdbb0e77 HTTP/1.1" 200 2516 0.075822 10.0.0.56 - - [2025-05-05 02:08:50] "GET /virtual-network/e1be8ef2-a7e4-4abc-97f7-5e6c6b3386b0 HTTP/1.1" 200 2327 0.006560 10.0.0.56 - - [2025-05-05 02:08:50] "GET /virtual-network/e1be8ef2-a7e4-4abc-97f7-5e6c6b3386b0 HTTP/1.1" 200 2327 0.005285 10.0.0.56 - - [2025-05-05 02:08:50] "GET /routing-instance/3d351aef-6cf0-44d9-9563-83fa25d1ae37 HTTP/1.1" 200 1497 0.003908 10.0.0.56 - - [2025-05-05 02:08:50] "GET /routing-instance/3d351aef-6cf0-44d9-9563-83fa25d1ae37 HTTP/1.1" 200 1497 0.003236 10.0.0.56 - - [2025-05-05 02:08:50] "GET /route-target/0ea6a255-4628-4574-a998-21eb952efc66 HTTP/1.1" 200 1214 0.002923 10.0.0.56 - - [2025-05-05 02:08:50] "GET /virtual-network/e1be8ef2-a7e4-4abc-97f7-5e6c6b3386b0 HTTP/1.1" 200 2327 0.004526 10.0.0.56 - - [2025-05-05 02:08:50] "GET /routing-instance/3d351aef-6cf0-44d9-9563-83fa25d1ae37 HTTP/1.1" 200 1497 0.002989 10.0.0.56 - - [2025-05-05 02:08:50] "GET /virtual-network/e1be8ef2-a7e4-4abc-97f7-5e6c6b3386b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004450 10.0.0.56 - - [2025-05-05 02:08:50] "GET /virtual-network/e1be8ef2-a7e4-4abc-97f7-5e6c6b3386b0 HTTP/1.1" 200 2327 0.004518 10.0.0.56 - - [2025-05-05 02:08:50] "GET /routing-instance/3d351aef-6cf0-44d9-9563-83fa25d1ae37 HTTP/1.1" 200 1497 0.003239 10.0.0.56 - - [2025-05-05 02:08:50] "GET /routing-instance/3d351aef-6cf0-44d9-9563-83fa25d1ae37 HTTP/1.1" 200 1497 0.002983 10.0.0.56 - - [2025-05-05 02:08:50] "GET /route-target/0ea6a255-4628-4574-a998-21eb952efc66 HTTP/1.1" 200 1214 0.004346 10.0.0.56 - - [2025-05-05 02:08:50] "GET /obj-perms HTTP/1.1" 200 5056 0.046245 10.0.0.56 - - [2025-05-05 02:08:50] "GET /domains HTTP/1.1" 200 280 0.002775 10.0.0.56 - - [2025-05-05 02:08:50] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001219 10.0.0.56 - - [2025-05-05 02:08:50] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75 HTTP/1.1" 200 2760 0.007707 10.0.0.56 - - [2025-05-05 02:08:50] "GET /projects?obj_uuids=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002604 10.0.0.56 - - [2025-05-05 02:08:50] "GET /project/057579a7-1b4b-4844-bf55-9381cdbb0e77 HTTP/1.1" 200 2516 0.067151 10.0.0.56 - - [2025-05-05 02:08:50] "GET /virtual-network/e1be8ef2-a7e4-4abc-97f7-5e6c6b3386b0 HTTP/1.1" 200 2327 0.005754 10.0.0.56 - - [2025-05-05 02:08:50] "GET /obj-perms HTTP/1.1" 200 5026 0.003157 10.0.0.56 - - [2025-05-05 02:08:50] "POST /id-to-fqname HTTP/1.1" 200 223 0.001355 10.0.0.56 - - [2025-05-05 02:08:51] "POST /neutron/network HTTP/1.1" 200 843 0.005766 10.0.0.56 - - [2025-05-05 02:08:51] "GET /aaa-mode HTTP/1.1" 401 292 0.000446 10.0.0.56 - - [2025-05-05 02:08:51] "GET /obj-perms HTTP/1.1" 200 5056 0.040569 10.0.0.56 - - [2025-05-05 02:08:51] "GET / HTTP/1.1" 200 35931 0.001958 10.0.0.56 - - [2025-05-05 02:08:51] "GET /project/057579a7-1b4b-4844-bf55-9381cdbb0e77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000561 10.0.0.56 - - [2025-05-05 02:08:51] "GET /projects?obj_uuids=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001520 10.0.0.56 - - [2025-05-05 02:08:51] "GET /project/057579a7-1b4b-4844-bf55-9381cdbb0e77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.046654 10.0.0.56 - - [2025-05-05 02:08:51] "POST /neutron/network HTTP/1.1" 200 833 0.005236 10.0.0.56 - - [2025-05-05 02:08:52] "POST /neutron/port HTTP/1.1" 200 117 0.005033 10.0.0.56 - - [2025-05-05 02:08:52] "POST /neutron/port HTTP/1.1" 200 117 0.004894 10.0.0.56 - - [2025-05-05 02:08:52] "POST /id-to-fqname HTTP/1.1" 200 224 0.001418 10.0.0.56 - - [2025-05-05 02:08:52] "POST /neutron/port HTTP/1.1" 200 117 0.005655 10.0.0.56 - - [2025-05-05 02:08:52] "POST /neutron/network HTTP/1.1" 200 845 0.006565 10.0.0.56 - - [2025-05-05 02:08:52] "GET /aaa-mode HTTP/1.1" 401 292 0.000422 10.0.0.56 - - [2025-05-05 02:08:52] "POST /neutron/network HTTP/1.1" 200 843 0.005729 10.0.0.56 - - [2025-05-05 02:08:52] "GET /projects?obj_uuids=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001190 10.0.0.56 - - [2025-05-05 02:08:52] "GET / HTTP/1.1" 200 35931 0.001956 10.0.0.56 - - [2025-05-05 02:08:52] "GET /project/057579a7-1b4b-4844-bf55-9381cdbb0e77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000454 10.0.0.56 - - [2025-05-05 02:08:52] "POST /neutron/port HTTP/1.1" 200 1059 0.214326 10.0.0.56 - - [2025-05-05 02:08:52] "POST /neutron/port HTTP/1.1" 200 1059 0.009243 10.0.0.56 - - [2025-05-05 02:08:52] "POST /neutron/port HTTP/1.1" 200 1059 0.008239 10.0.0.56 - - [2025-05-05 02:08:52] "POST /neutron/port HTTP/1.1" 200 1113 0.063554 10.0.0.56 - - [2025-05-05 02:08:52] "POST /neutron/port HTTP/1.1" 200 1087 0.014498 10.0.0.56 - - [2025-05-05 02:08:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003499 10.0.0.56 - - [2025-05-05 02:08:52] "POST /neutron/subnet HTTP/1.1" 200 703 0.010222 10.0.0.56 - - [2025-05-05 02:08:52] "POST /neutron/port HTTP/1.1" 200 117 0.001252 10.0.0.56 - - [2025-05-05 02:08:52] "POST /neutron/network HTTP/1.1" 200 833 0.005465 10.0.0.56 - - [2025-05-05 02:08:53] "GET /projects?obj_uuids=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001680 10.0.0.56 - - [2025-05-05 02:08:53] "GET /project/057579a7-1b4b-4844-bf55-9381cdbb0e77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.050637 10.0.0.56 - - [2025-05-05 02:08:53] "POST /neutron/network HTTP/1.1" 200 835 0.005385 10.0.0.56 - - [2025-05-05 02:08:53] "POST /neutron/port HTTP/1.1" 200 1087 0.018131 10.0.0.56 - - [2025-05-05 02:08:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006787 10.0.0.56 - - [2025-05-05 02:08:53] "POST /neutron/port HTTP/1.1" 200 117 0.006651 10.0.0.56 - - [2025-05-05 02:08:53] "POST /fqname-to-id HTTP/1.1" 404 193 0.004631 10.0.0.56 - - [2025-05-05 02:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.006624 10.0.0.56 - - [2025-05-05 02:08:53] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001188 10.0.0.56 - - [2025-05-05 02:08:53] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008359 10.0.0.56 - - [2025-05-05 02:08:53] "POST /service-templates HTTP/1.1" 200 543 0.024945 10.0.0.56 - - [2025-05-05 02:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.56 - - [2025-05-05 02:08:53] "GET /service-template/37f83b5b-b379-4f3e-8e8d-3a056f5f084f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.004971 10.0.0.56 - - [2025-05-05 02:08:53] "POST /neutron/network HTTP/1.1" 200 845 0.006540 10.0.0.56 - - [2025-05-05 02:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.56 - - [2025-05-05 02:08:53] "GET /projects?obj_uuids=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001140 10.0.0.56 - - [2025-05-05 02:08:53] "GET /service-template/37f83b5b-b379-4f3e-8e8d-3a056f5f084f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.005240 10.0.0.56 - - [2025-05-05 02:08:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.001784 10.0.0.56 - - [2025-05-05 02:08:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.001855 10.0.0.56 - - [2025-05-05 02:08:53] "POST /id-to-fqname HTTP/1.1" 200 224 0.001669 10.0.0.56 - - [2025-05-05 02:08:53] "POST /neutron/port HTTP/1.1" 200 1059 0.250863 10.0.0.56 - - [2025-05-05 02:08:53] "POST /neutron/port HTTP/1.1" 200 1059 0.013552 10.0.0.56 - - [2025-05-05 02:08:53] "POST /neutron/port HTTP/1.1" 200 1059 0.010610 10.0.0.56 - - [2025-05-05 02:08:53] "POST /neutron/port HTTP/1.1" 200 2016 0.062689 10.0.0.56 - - [2025-05-05 02:08:53] "POST /neutron/port HTTP/1.1" 200 1113 0.102448 10.0.0.56 - - [2025-05-05 02:08:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012268 10.0.0.56 - - [2025-05-05 02:08:54] "POST /neutron/port HTTP/1.1" 200 1087 0.017588 10.0.0.56 - - [2025-05-05 02:08:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003195 10.0.0.56 - - [2025-05-05 02:08:54] "POST /neutron/subnet HTTP/1.1" 200 703 0.010423 10.0.0.56 - - [2025-05-05 02:08:54] "POST /neutron/port HTTP/1.1" 200 117 0.001282 10.0.0.56 - - [2025-05-05 02:08:54] "POST /neutron/network HTTP/1.1" 200 835 0.005416 10.0.0.56 - - [2025-05-05 02:08:54] "POST /neutron/network HTTP/1.1" 200 2223 0.013772 10.0.0.56 - - [2025-05-05 02:08:54] "GET /aaa-mode HTTP/1.1" 401 292 0.000437 10.0.0.56 - - [2025-05-05 02:08:55] "GET / HTTP/1.1" 200 35931 0.001608 10.0.0.56 - - [2025-05-05 02:08:55] "GET /project/057579a7-1b4b-4844-bf55-9381cdbb0e77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000435 10.0.0.56 - - [2025-05-05 02:08:55] "GET /projects?obj_uuids=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001155 10.0.0.56 - - [2025-05-05 02:08:55] "GET /project/057579a7-1b4b-4844-bf55-9381cdbb0e77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.051777 10.0.0.56 - - [2025-05-05 02:08:55] "POST /neutron/network HTTP/1.1" 200 830 0.005335 10.0.0.56 - - [2025-05-05 02:08:55] "POST /neutron/network HTTP/1.1" 200 833 0.005562 10.0.0.56 - - [2025-05-05 02:08:55] "POST /neutron/network HTTP/1.1" 200 835 0.007463 10.0.0.56 - - [2025-05-05 02:08:55] "POST /neutron/port HTTP/1.1" 200 2058 0.025198 10.0.0.56 - - [2025-05-05 02:08:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006450 10.0.0.56 - - [2025-05-05 02:08:55] "POST /neutron/port HTTP/1.1" 200 117 0.005844 10.0.0.56 - - [2025-05-05 02:08:55] "POST /neutron/port HTTP/1.1" 200 117 0.006503 10.0.0.56 - - [2025-05-05 02:08:56] "POST /neutron/network HTTP/1.1" 200 2223 0.014568 10.0.0.56 - - [2025-05-05 02:08:56] "GET /projects?obj_uuids=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001153 10.0.0.56 - - [2025-05-05 02:08:56] "POST /neutron/port HTTP/1.1" 200 1056 0.260046 10.0.0.56 - - [2025-05-05 02:08:56] "GET /projects?obj_uuids=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001619 10.0.0.56 - - [2025-05-05 02:08:56] "POST /neutron/port HTTP/1.1" 200 1059 0.207110 10.0.0.56 - - [2025-05-05 02:08:56] "GET /projects?obj_uuids=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001249 10.0.0.56 - - [2025-05-05 02:08:56] "POST /neutron/port HTTP/1.1" 200 1059 0.223735 10.0.0.56 - - [2025-05-05 02:08:56] "POST /neutron/port HTTP/1.1" 200 1056 0.008863 10.0.0.56 - - [2025-05-05 02:08:56] "POST /neutron/port HTTP/1.1" 200 1056 0.008269 10.0.0.56 - - [2025-05-05 02:08:56] "POST /neutron/port HTTP/1.1" 200 1110 0.071010 10.0.0.56 - - [2025-05-05 02:08:57] "POST /neutron/port HTTP/1.1" 200 1059 0.011159 10.0.0.56 - - [2025-05-05 02:08:57] "POST /neutron/port HTTP/1.1" 200 1059 0.009463 10.0.0.56 - - [2025-05-05 02:08:57] "POST /neutron/port HTTP/1.1" 200 1113 0.109655 10.0.0.56 - - [2025-05-05 02:08:57] "POST /neutron/port HTTP/1.1" 200 1059 0.010741 10.0.0.56 - - [2025-05-05 02:08:57] "POST /neutron/port HTTP/1.1" 200 1059 0.013758 10.0.0.56 - - [2025-05-05 02:08:57] "POST /neutron/port HTTP/1.1" 200 1113 0.104878 10.0.0.56 - - [2025-05-05 02:08:57] "POST /neutron/port HTTP/1.1" 200 3025 0.024947 10.0.0.56 - - [2025-05-05 02:08:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003400 10.0.0.56 - - [2025-05-05 02:08:57] "POST /neutron/subnet HTTP/1.1" 200 689 0.023937 10.0.0.56 - - [2025-05-05 02:08:57] "POST /neutron/port HTTP/1.1" 200 117 0.001236 10.0.0.56 - - [2025-05-05 02:08:57] "POST /neutron/network HTTP/1.1" 200 830 0.005479 10.0.0.56 - - [2025-05-05 02:08:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005548 10.0.0.56 - - [2025-05-05 02:08:57] "POST /neutron/subnet HTTP/1.1" 200 703 0.011116 10.0.0.56 - - [2025-05-05 02:08:57] "POST /neutron/port HTTP/1.1" 200 117 0.001127 10.0.0.56 - - [2025-05-05 02:08:57] "POST /neutron/network HTTP/1.1" 200 833 0.005950 10.0.0.56 - - [2025-05-05 02:08:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002961 10.0.0.56 - - [2025-05-05 02:08:57] "POST /neutron/subnet HTTP/1.1" 200 703 0.010150 10.0.0.56 - - [2025-05-05 02:08:57] "POST /neutron/port HTTP/1.1" 200 117 0.001223 10.0.0.56 - - [2025-05-05 02:08:57] "POST /neutron/network HTTP/1.1" 200 835 0.005910 10.0.0.56 - - [2025-05-05 02:09:00] "POST /neutron/port HTTP/1.1" 200 3025 0.018930 10.0.0.56 - - [2025-05-05 02:09:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005458 10.0.0.56 - - [2025-05-05 02:09:00] "POST /neutron/port HTTP/1.1" 200 3025 0.018752 10.0.0.56 - - [2025-05-05 02:09:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005826 10.0.0.56 - - [2025-05-05 02:09:01] "POST /neutron/port HTTP/1.1" 200 3025 0.021309 10.0.0.56 - - [2025-05-05 02:09:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006653 10.0.0.56 - - [2025-05-05 02:09:01] "POST /neutron/port HTTP/1.1" 200 3025 0.020413 10.0.0.56 - - [2025-05-05 02:09:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006090 10.0.0.56 - - [2025-05-05 02:09:01] "POST /neutron/port HTTP/1.1" 200 3025 0.019814 10.0.0.56 - - [2025-05-05 02:09:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006870 10.0.0.56 - - [2025-05-05 02:09:01] "GET /virtual-machine/f49c4a11-3d67-4937-a313-8bf1df075d96 HTTP/1.1" 200 1803 0.004515 10.0.0.56 - - [2025-05-05 02:09:01] "GET /virtual-machine-interface/09d18c40-cd61-41f8-a5a1-b83756e1bcfa HTTP/1.1" 200 2944 0.004745 10.0.0.56 - - [2025-05-05 02:09:01] "GET /virtual-machine-interface/0f3af98c-8046-482a-bfca-25cf4cbe0001 HTTP/1.1" 200 2945 0.004774 10.0.0.56 - - [2025-05-05 02:09:01] "GET /virtual-machine-interface/5ad38f09-5c0a-4481-91ed-d18f48b088fa HTTP/1.1" 200 2948 0.005039 10.0.0.56 - - [2025-05-05 02:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.56 - - [2025-05-05 02:09:01] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003772 10.0.0.56 - - [2025-05-05 02:09:01] "GET /virtual-networks?parent_id=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003521 10.0.0.56 - - [2025-05-05 02:09:01] "GET /virtual-network/b8dec550-08db-4709-bda5-71ef8944860c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007442 10.0.0.56 - - [2025-05-05 02:09:02] "POST /neutron/port HTTP/1.1" 200 1087 0.019664 10.0.0.56 - - [2025-05-05 02:09:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007398 10.0.0.56 - - [2025-05-05 02:09:03] "POST /neutron/port HTTP/1.1" 200 1087 0.015266 10.0.0.56 - - [2025-05-05 02:09:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005575 10.0.0.56 - - [2025-05-05 02:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.56 - - [2025-05-05 02:09:04] "GET /virtual-network/b8dec550-08db-4709-bda5-71ef8944860c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005848 10.0.0.56 - - [2025-05-05 02:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.56 - - [2025-05-05 02:09:08] "GET /virtual-network/b8dec550-08db-4709-bda5-71ef8944860c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005902 10.0.0.56 - - [2025-05-05 02:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.56 - - [2025-05-05 02:09:12] "GET /virtual-network/b8dec550-08db-4709-bda5-71ef8944860c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005844 10.0.0.56 - - [2025-05-05 02:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.56 - - [2025-05-05 02:09:16] "GET /virtual-network/b8dec550-08db-4709-bda5-71ef8944860c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005369 10.0.0.56 - - [2025-05-05 02:09:17] "POST /neutron/port HTTP/1.1" 200 1087 0.015289 10.0.0.56 - - [2025-05-05 02:09:17] "POST /neutron/port HTTP/1.1" 200 1087 0.014647 10.0.0.56 - - [2025-05-05 02:09:17] "POST /neutron/network HTTP/1.1" 200 843 0.005128 10.0.0.56 - - [2025-05-05 02:09:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002918 10.0.0.56 - - [2025-05-05 02:09:17] "POST /neutron/subnet HTTP/1.1" 200 703 0.011209 10.0.0.56 - - [2025-05-05 02:09:17] "POST /neutron/port HTTP/1.1" 200 117 0.001150 10.0.0.56 - - [2025-05-05 02:09:17] "POST /neutron/network HTTP/1.1" 200 833 0.006928 10.0.0.56 - - [2025-05-05 02:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.56 - - [2025-05-05 02:09:19] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003202 10.0.0.56 - - [2025-05-05 02:09:19] "GET /virtual-networks?parent_id=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003051 10.0.0.56 - - [2025-05-05 02:09:19] "GET /virtual-network/b8dec550-08db-4709-bda5-71ef8944860c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005987 10.0.0.56 - - [2025-05-05 02:09:19] "POST /neutron/port HTTP/1.1" 200 3025 0.018515 10.0.0.56 - - [2025-05-05 02:09:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006030 10.0.0.56 - - [2025-05-05 02:09:24] "POST /neutron/port HTTP/1.1" 200 3025 0.019305 10.0.0.56 - - [2025-05-05 02:09:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008478 10.0.0.56 - - [2025-05-05 02:09:28] "POST /neutron/port HTTP/1.1" 200 3025 0.019558 10.0.0.56 - - [2025-05-05 02:09:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005982 10.0.0.56 - - [2025-05-05 02:09:29] "POST /neutron/port HTTP/1.1" 200 3025 0.019107 10.0.0.56 - - [2025-05-05 02:09:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005922 10.0.0.56 - - [2025-05-05 02:09:34] "POST /neutron/port HTTP/1.1" 200 3025 0.018755 10.0.0.56 - - [2025-05-05 02:09:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006052 10.0.0.56 - - [2025-05-05 02:09:39] "POST /neutron/port HTTP/1.1" 200 3025 0.019555 10.0.0.56 - - [2025-05-05 02:09:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006380 10.0.0.56 - - [2025-05-05 02:09:44] "DELETE /project/057579a71b4b4844bf559381cdbb0e77 HTTP/1.1" 404 173 0.007419 10.0.0.56 - - [2025-05-05 02:09:44] "GET /projects?obj_uuids=c2a4cac2-d55b-4812-a50b-be317934ee6c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001379 10.0.0.56 - - [2025-05-05 02:09:44] "GET /project/c2a4cac2-d55b-4812-a50b-be317934ee6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.024730 10.0.0.56 - - [2025-05-05 02:09:44] "GET /projects?obj_uuids=c2a4cac2-d55b-4812-a50b-be317934ee6c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001123 10.0.0.56 - - [2025-05-05 02:09:44] "GET /project/c2a4cac2-d55b-4812-a50b-be317934ee6c?fields=security_groups HTTP/1.1" 200 1370 0.067805 10.0.0.56 - - [2025-05-05 02:09:44] "DELETE /security-group/bf41a97a-20aa-4478-83ea-8f2f45933918 HTTP/1.1" 200 115 0.042482 10.0.0.56 - - [2025-05-05 02:09:44] "GET /projects?obj_uuids=c2a4cac2-d55b-4812-a50b-be317934ee6c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001103 10.0.0.56 - - [2025-05-05 02:09:44] "DELETE /access-control-list/e8e602e3-cbfb-46df-86a4-2d8a80973be2 HTTP/1.1" 200 115 0.037534 10.0.0.56 - - [2025-05-05 02:09:44] "GET /project/c2a4cac2-d55b-4812-a50b-be317934ee6c?fields=application_policy_sets HTTP/1.1" 200 1409 0.033083 10.0.0.56 - - [2025-05-05 02:09:44] "DELETE /access-control-list/7f957c52-bad3-464d-9527-f804632be89f HTTP/1.1" 200 115 0.038141 10.0.0.56 - - [2025-05-05 02:09:44] "DELETE /project/c2a4cac2-d55b-4812-a50b-be317934ee6c HTTP/1.1" 200 115 0.328012 10.0.0.56 - - [2025-05-05 02:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.56 - - [2025-05-05 02:09:45] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003085 10.0.0.56 - - [2025-05-05 02:09:45] "GET /virtual-networks?parent_id=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003345 10.0.0.56 - - [2025-05-05 02:09:45] "GET /virtual-network/f47a06ff-8dd0-4f91-90e5-657b1ee92c00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007465 10.0.0.56 - - [2025-05-05 02:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.56 - - [2025-05-05 02:09:45] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004303 10.0.0.56 - - [2025-05-05 02:09:45] "GET /virtual-networks?parent_id=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004063 10.0.0.56 - - [2025-05-05 02:09:45] "GET /virtual-network/e1be8ef2-a7e4-4abc-97f7-5e6c6b3386b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006093 10.0.0.56 - - [2025-05-05 02:09:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.003411 10.0.0.56 - - [2025-05-05 02:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002638 10.0.0.56 - - [2025-05-05 02:09:45] "GET /projects?obj_uuids=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002310 10.0.0.56 - - [2025-05-05 02:09:45] "GET /project/057579a7-1b4b-4844-bf55-9381cdbb0e77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.027795 10.0.0.56 - - [2025-05-05 02:09:45] "POST /service-instances HTTP/1.1" 200 543 0.064075 10.0.0.56 - - [2025-05-05 02:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.56 - - [2025-05-05 02:09:46] "GET /service-instance/57fc9a29-3666-4c99-bce6-06243788e023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.008104 10.0.0.56 - - [2025-05-05 02:09:46] "POST /port-tuples HTTP/1.1" 200 586 0.029680 10.0.0.56 - - [2025-05-05 02:09:46] "GET /virtual-machine-interface/0f3af98c-8046-482a-bfca-25cf4cbe0001?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.005535 10.0.0.56 - - [2025-05-05 02:09:46] "PUT /virtual-machine-interface/0f3af98c-8046-482a-bfca-25cf4cbe0001 HTTP/1.1" 200 284 0.011882 10.0.0.56 - - [2025-05-05 02:09:46] "POST /ref-update HTTP/1.1" 200 156 0.010929 10.0.0.56 - - [2025-05-05 02:09:46] "POST /instance-ips HTTP/1.1" 200 385 0.033463 10.0.0.56 - - [2025-05-05 02:09:46] "GET /virtual-machine-interface/09d18c40-cd61-41f8-a5a1-b83756e1bcfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2723 0.005042 10.0.0.56 - - [2025-05-05 02:09:46] "POST /ref-update HTTP/1.1" 200 156 0.012978 10.0.0.56 - - [2025-05-05 02:09:46] "PUT /virtual-machine-interface/09d18c40-cd61-41f8-a5a1-b83756e1bcfa HTTP/1.1" 200 284 0.018233 10.0.0.56 - - [2025-05-05 02:09:46] "POST /ref-update HTTP/1.1" 200 156 0.013871 10.0.0.56 - - [2025-05-05 02:09:46] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003795 10.0.0.56 - - [2025-05-05 02:09:46] "POST /ref-update HTTP/1.1" 200 156 0.010979 10.0.0.56 - - [2025-05-05 02:09:46] "GET /virtual-machine-interface/5ad38f09-5c0a-4481-91ed-d18f48b088fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2727 0.010407 10.0.0.56 - - [2025-05-05 02:09:46] "POST /instance-ips HTTP/1.1" 200 385 0.032155 10.0.0.56 - - [2025-05-05 02:09:46] "PUT /virtual-machine-interface/5ad38f09-5c0a-4481-91ed-d18f48b088fa HTTP/1.1" 200 284 0.011431 10.0.0.56 - - [2025-05-05 02:09:46] "POST /ref-update HTTP/1.1" 200 156 0.010594 10.0.0.56 - - [2025-05-05 02:09:46] "POST /ref-update HTTP/1.1" 200 156 0.009513 10.0.0.56 - - [2025-05-05 02:09:46] "POST /ref-update HTTP/1.1" 200 156 0.008347 10.0.0.56 - - [2025-05-05 02:09:46] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002967 10.0.0.56 - - [2025-05-05 02:09:46] "POST /neutron/port HTTP/1.1" 200 1087 0.014359 10.0.0.56 - - [2025-05-05 02:09:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.019533 10.0.0.56 - - [2025-05-05 02:09:46] "POST /instance-ips HTTP/1.1" 200 373 0.021083 10.0.0.56 - - [2025-05-05 02:09:46] "POST /neutron/port HTTP/1.1" 200 1087 0.014639 10.0.0.56 - - [2025-05-05 02:09:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007879 10.0.0.56 - - [2025-05-05 02:09:46] "POST /ref-update HTTP/1.1" 200 156 0.012316 10.0.0.56 - - [2025-05-05 02:09:46] "POST /ref-update HTTP/1.1" 200 156 0.012462 10.0.0.56 - - [2025-05-05 02:09:46] "POST /neutron/port HTTP/1.1" 200 1087 0.027211 10.0.0.56 - - [2025-05-05 02:09:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006844 10.0.0.56 - - [2025-05-05 02:09:46] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003636 10.0.0.56 - - [2025-05-05 02:09:46] "GET /virtual-machine/b4fbf347-3fbd-40fc-ad07-1820e343168d HTTP/1.1" 200 1291 0.007204 10.0.0.56 - - [2025-05-05 02:09:46] "GET /virtual-machine-interface/929bd677-072e-4570-93e2-ca54f70501c4 HTTP/1.1" 200 2946 0.005245 10.0.0.56 - - [2025-05-05 02:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.56 - - [2025-05-05 02:09:47] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004801 10.0.0.56 - - [2025-05-05 02:09:47] "POST /instance-ips HTTP/1.1" 200 373 0.018084 10.0.0.56 - - [2025-05-05 02:09:47] "GET /virtual-networks?parent_id=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004531 10.0.0.56 - - [2025-05-05 02:09:47] "POST /ref-update HTTP/1.1" 200 156 0.009016 10.0.0.56 - - [2025-05-05 02:09:47] "GET /virtual-network/f47a06ff-8dd0-4f91-90e5-657b1ee92c00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006537 10.0.0.56 - - [2025-05-05 02:09:47] "POST /ref-update HTTP/1.1" 200 156 0.009616 10.0.0.56 - - [2025-05-05 02:09:47] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002981 10.0.0.56 - - [2025-05-05 02:09:47] "POST /instance-ips HTTP/1.1" 200 375 0.016493 10.0.0.56 - - [2025-05-05 02:09:47] "POST /ref-update HTTP/1.1" 200 156 0.010298 10.0.0.56 - - [2025-05-05 02:09:47] "POST /ref-update HTTP/1.1" 200 156 0.009234 10.0.0.56 - - [2025-05-05 02:09:47] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002760 10.0.0.56 - - [2025-05-05 02:09:47] "POST /instance-ips HTTP/1.1" 200 375 0.015739 10.0.0.56 - - [2025-05-05 02:09:47] "POST /ref-update HTTP/1.1" 200 156 0.009546 10.0.0.56 - - [2025-05-05 02:09:47] "POST /ref-update HTTP/1.1" 200 156 0.009249 10.0.0.56 - - [2025-05-05 02:09:47] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003047 10.0.0.56 - - [2025-05-05 02:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.56 - - [2025-05-05 02:09:48] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003551 10.0.0.56 - - [2025-05-05 02:09:48] "GET /virtual-networks?parent_id=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003808 10.0.0.56 - - [2025-05-05 02:09:48] "GET /virtual-network/f47a06ff-8dd0-4f91-90e5-657b1ee92c00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006192 10.0.0.56 - - [2025-05-05 02:09:48] "POST /neutron/port HTTP/1.1" 200 1087 0.014713 10.0.0.56 - - [2025-05-05 02:09:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006784 10.0.0.56 - - [2025-05-05 02:09:48] "POST /neutron/port HTTP/1.1" 200 1087 0.014310 10.0.0.56 - - [2025-05-05 02:09:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005748 10.0.0.56 - - [2025-05-05 02:09:48] "POST /neutron/port HTTP/1.1" 200 1087 0.014352 10.0.0.56 - - [2025-05-05 02:09:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005576 10.0.0.56 - - [2025-05-05 02:09:48] "GET /virtual-machine/1ca9126f-74ce-4da2-8a76-6b12e180d9ec HTTP/1.1" 200 1289 0.004229 10.0.0.56 - - [2025-05-05 02:09:48] "GET /virtual-machine-interface/139e789e-eb5b-4db3-8c3b-e41eaaa66b88 HTTP/1.1" 200 2948 0.005057 10.0.0.56 - - [2025-05-05 02:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.56 - - [2025-05-05 02:09:48] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002993 10.0.0.56 - - [2025-05-05 02:09:48] "GET /virtual-networks?parent_id=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003204 10.0.0.56 - - [2025-05-05 02:09:48] "GET /virtual-network/e1be8ef2-a7e4-4abc-97f7-5e6c6b3386b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005474 10.0.0.56 - - [2025-05-05 02:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.56 - - [2025-05-05 02:09:50] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003486 10.0.0.56 - - [2025-05-05 02:09:50] "GET /virtual-networks?parent_id=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003047 10.0.0.56 - - [2025-05-05 02:09:50] "GET /virtual-network/e1be8ef2-a7e4-4abc-97f7-5e6c6b3386b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005337 10.0.0.56 - - [2025-05-05 02:09:50] "POST /fqname-to-id HTTP/1.1" 404 211 0.002786 10.0.0.56 - - [2025-05-05 02:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002466 10.0.0.56 - - [2025-05-05 02:09:50] "GET /projects?obj_uuids=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001148 10.0.0.56 - - [2025-05-05 02:09:50] "GET /project/057579a7-1b4b-4844-bf55-9381cdbb0e77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.023676 10.0.0.56 - - [2025-05-05 02:09:50] "POST /network-policys HTTP/1.1" 200 547 0.018105 10.0.0.56 - - [2025-05-05 02:09:50] "GET /network-policy/5a14fd23-be61-4629-8792-e7823c5b19ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.004738 10.0.0.56 - - [2025-05-05 02:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002766 10.0.0.56 - - [2025-05-05 02:09:50] "GET /virtual-network/f47a06ff-8dd0-4f91-90e5-657b1ee92c00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005380 10.0.0.56 - - [2025-05-05 02:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.56 - - [2025-05-05 02:09:50] "GET /network-policy/5a14fd23-be61-4629-8792-e7823c5b19ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.003886 10.0.0.56 - - [2025-05-05 02:09:50] "POST /fqname-to-id HTTP/1.1" 404 242 0.002622 10.0.0.56 - - [2025-05-05 02:09:50] "POST /ref-update HTTP/1.1" 200 156 0.033165 10.0.0.56 - - [2025-05-05 02:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.56 - - [2025-05-05 02:09:50] "POST /access-control-lists HTTP/1.1" 200 601 0.060477 10.0.0.56 - - [2025-05-05 02:09:50] "GET /network-policy/5a14fd23-be61-4629-8792-e7823c5b19ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.004000 10.0.0.56 - - [2025-05-05 02:09:50] "POST /neutron/network HTTP/1.1" 200 921 0.006839 10.0.0.56 - - [2025-05-05 02:09:50] "GET /virtual-network/f47a06ff-8dd0-4f91-90e5-657b1ee92c00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004999 10.0.0.56 - - [2025-05-05 02:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.56 - - [2025-05-05 02:09:51] "GET /network-policy/5a14fd23-be61-4629-8792-e7823c5b19ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.003815 10.0.0.56 - - [2025-05-05 02:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.56 - - [2025-05-05 02:09:51] "GET /virtual-network/e1be8ef2-a7e4-4abc-97f7-5e6c6b3386b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005714 10.0.0.56 - - [2025-05-05 02:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.56 - - [2025-05-05 02:09:51] "GET /network-policy/5a14fd23-be61-4629-8792-e7823c5b19ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.003464 10.0.0.56 - - [2025-05-05 02:09:51] "POST /ref-update HTTP/1.1" 200 156 0.037194 10.0.0.56 - - [2025-05-05 02:09:51] "PUT /access-control-list/b198fa0d-8016-4b07-ad0d-c9c32fe0e587 HTTP/1.1" 200 272 0.014744 10.0.0.56 - - [2025-05-05 02:09:51] "POST /fqname-to-id HTTP/1.1" 404 244 0.002972 10.0.0.56 - - [2025-05-05 02:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.56 - - [2025-05-05 02:09:51] "GET /network-policy/5a14fd23-be61-4629-8792-e7823c5b19ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.008065 10.0.0.56 - - [2025-05-05 02:09:51] "POST /access-control-lists HTTP/1.1" 200 604 0.057087 10.0.0.56 - - [2025-05-05 02:09:51] "POST /neutron/network HTTP/1.1" 200 923 0.011659 10.0.0.56 - - [2025-05-05 02:09:51] "POST /routing-instances HTTP/1.1" 200 759 0.023719 10.0.0.56 - - [2025-05-05 02:09:51] "GET /virtual-network/e1be8ef2-a7e4-4abc-97f7-5e6c6b3386b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.007887 10.0.0.56 - - [2025-05-05 02:09:51] "GET /obj-perms HTTP/1.1" 200 5056 0.055070 10.0.0.56 - - [2025-05-05 02:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005462 10.0.0.56 - - [2025-05-05 02:09:51] "POST /route-targets HTTP/1.1" 200 327 0.017137 10.0.0.56 - - [2025-05-05 02:09:51] "GET /network-policy/5a14fd23-be61-4629-8792-e7823c5b19ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.003668 10.0.0.56 - - [2025-05-05 02:09:51] "POST /ref-update HTTP/1.1" 200 156 0.011338 10.0.0.56 - - [2025-05-05 02:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.56 - - [2025-05-05 02:09:51] "GET /routing-instance/bd063956-7c49-4631-8e36-79f48c7a9153?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1278 0.003668 10.0.0.56 - - [2025-05-05 02:09:51] "GET /service-template/37f83b5b-b379-4f3e-8e8d-3a056f5f084f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.003476 10.0.0.56 - - [2025-05-05 02:09:51] "GET /routing-instance/bd063956-7c49-4631-8e36-79f48c7a9153?fields=routing_policy_back_refs HTTP/1.1" 200 1278 0.003488 10.0.0.56 - - [2025-05-05 02:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.56 - - [2025-05-05 02:09:51] "POST /ref-update HTTP/1.1" 200 156 0.009572 10.0.0.56 - - [2025-05-05 02:09:51] "GET /projects?obj_uuids=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001155 10.0.0.56 - - [2025-05-05 02:09:51] "GET /project/057579a7-1b4b-4844-bf55-9381cdbb0e77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.026939 10.0.0.56 - - [2025-05-05 02:09:51] "POST /routing-instances HTTP/1.1" 200 760 0.018527 10.0.0.56 - - [2025-05-05 02:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.56 - - [2025-05-05 02:09:51] "POST /route-targets HTTP/1.1" 200 327 0.009719 10.0.0.56 - - [2025-05-05 02:09:51] "GET /service-instance/57fc9a29-3666-4c99-bce6-06243788e023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3528 0.008868 10.0.0.56 - - [2025-05-05 02:09:51] "GET /obj-perms HTTP/1.1" 200 5056 0.046561 10.0.0.56 - - [2025-05-05 02:09:51] "POST /ref-update HTTP/1.1" 200 156 0.012612 10.0.0.56 - - [2025-05-05 02:09:51] "GET /domains HTTP/1.1" 200 280 0.002487 10.0.0.56 - - [2025-05-05 02:09:52] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001120 10.0.0.56 - - [2025-05-05 02:09:52] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75 HTTP/1.1" 200 2772 0.008840 10.0.0.56 - - [2025-05-05 02:09:52] "GET /projects?obj_uuids=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001494 10.0.0.56 - - [2025-05-05 02:09:52] "GET /routing-instance/03921d38-b3c5-4667-a8a7-4861715c20c0?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.003803 10.0.0.56 - - [2025-05-05 02:09:52] "GET /routing-instance/03921d38-b3c5-4667-a8a7-4861715c20c0?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.003685 10.0.0.56 - - [2025-05-05 02:09:52] "GET /project/057579a7-1b4b-4844-bf55-9381cdbb0e77 HTTP/1.1" 200 4232 0.079543 10.0.0.56 - - [2025-05-05 02:09:52] "GET /service-instance/57fc9a29-3666-4c99-bce6-06243788e023 HTTP/1.1" 200 3782 0.005504 10.0.0.56 - - [2025-05-05 02:09:52] "GET /domains HTTP/1.1" 200 280 0.002262 10.0.0.56 - - [2025-05-05 02:09:52] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001035 10.0.0.56 - - [2025-05-05 02:09:52] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75 HTTP/1.1" 200 2772 0.006625 10.0.0.56 - - [2025-05-05 02:09:52] "GET /projects?obj_uuids=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001020 10.0.0.56 - - [2025-05-05 02:09:52] "PUT /routing-instance/bd063956-7c49-4631-8e36-79f48c7a9153 HTTP/1.1" 200 266 0.011135 10.0.0.56 - - [2025-05-05 02:09:52] "GET /project/057579a7-1b4b-4844-bf55-9381cdbb0e77 HTTP/1.1" 200 4232 0.072201 10.0.0.56 - - [2025-05-05 02:09:52] "GET /service-instance/57fc9a29-3666-4c99-bce6-06243788e023 HTTP/1.1" 200 3782 0.004605 10.0.0.56 - - [2025-05-05 02:09:52] "PUT /routing-instance/03921d38-b3c5-4667-a8a7-4861715c20c0 HTTP/1.1" 200 266 0.026268 10.0.0.56 - - [2025-05-05 02:09:52] "GET /port-tuple/865df620-8ece-4235-b4f3-46290668a2bd HTTP/1.1" 200 1978 0.004002 10.0.0.56 - - [2025-05-05 02:09:52] "GET /virtual-machine-interface/09d18c40-cd61-41f8-a5a1-b83756e1bcfa HTTP/1.1" 200 3796 0.005145 10.0.0.56 - - [2025-05-05 02:09:52] "GET /virtual-machine-interface/0f3af98c-8046-482a-bfca-25cf4cbe0001 HTTP/1.1" 200 3815 0.005101 10.0.0.56 - - [2025-05-05 02:09:52] "GET /virtual-machine-interface/5ad38f09-5c0a-4481-91ed-d18f48b088fa HTTP/1.1" 200 3803 0.011093 10.0.0.56 - - [2025-05-05 02:09:52] "POST /ref-update HTTP/1.1" 200 156 0.014770 10.0.0.56 - - [2025-05-05 02:09:52] "PUT /access-control-list/1c07fe7d-715d-4133-945f-d780b178c0b6 HTTP/1.1" 200 272 0.018303 10.0.0.56 - - [2025-05-05 02:09:52] "POST /neutron/port HTTP/1.1" 200 3832 0.054842 10.0.0.56 - - [2025-05-05 02:09:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006527 10.0.0.56 - - [2025-05-05 02:09:52] "POST /neutron/port HTTP/1.1" 200 3832 0.038717 10.0.0.56 - - [2025-05-05 02:09:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006733 10.0.0.56 - - [2025-05-05 02:09:52] "POST /neutron/port HTTP/1.1" 200 3832 0.036638 10.0.0.56 - - [2025-05-05 02:09:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005931 10.0.0.56 - - [2025-05-05 02:09:52] "POST /neutron/port HTTP/1.1" 200 3832 0.030416 10.0.0.56 - - [2025-05-05 02:09:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005534 10.0.0.56 - - [2025-05-05 02:09:52] "POST /neutron/network HTTP/1.1" 200 895 0.011597 10.0.0.56 - - [2025-05-05 02:09:52] "POST /neutron/network HTTP/1.1" 200 921 0.005180 10.0.0.56 - - [2025-05-05 02:09:52] "POST /neutron/network HTTP/1.1" 200 804 0.012273 10.0.0.56 - - [2025-05-05 02:09:52] "POST /neutron/network HTTP/1.1" 200 830 0.005376 10.0.0.56 - - [2025-05-05 02:09:52] "POST /neutron/network HTTP/1.1" 200 897 0.011521 10.0.0.56 - - [2025-05-05 02:09:52] "POST /neutron/network HTTP/1.1" 200 923 0.005337 10.0.0.56 - - [2025-05-05 02:09:52] "POST /id-to-fqname HTTP/1.1" 200 223 0.001274 10.0.0.56 - - [2025-05-05 02:09:52] "POST /id-to-fqname HTTP/1.1" 200 223 0.001106 10.0.0.56 - - [2025-05-05 02:09:52] "POST /id-to-fqname HTTP/1.1" 200 224 0.001404 10.0.0.56 - - [2025-05-05 02:09:52] "GET /virtual-machine/f49c4a11-3d67-4937-a313-8bf1df075d96 HTTP/1.1" 200 1803 0.003826 10.0.0.56 - - [2025-05-05 02:09:52] "GET /virtual-machine-interface/09d18c40-cd61-41f8-a5a1-b83756e1bcfa HTTP/1.1" 200 3796 0.005871 10.0.0.56 - - [2025-05-05 02:09:52] "GET /virtual-machine-interface/0f3af98c-8046-482a-bfca-25cf4cbe0001 HTTP/1.1" 200 3815 0.004540 10.0.0.56 - - [2025-05-05 02:09:52] "GET /virtual-machine-interface/5ad38f09-5c0a-4481-91ed-d18f48b088fa HTTP/1.1" 200 3803 0.004848 10.0.0.56 - - [2025-05-05 02:09:52] "GET /instance-ip/07ab658a-60e5-4da3-bf7f-949e68b8eb11 HTTP/1.1" 200 1953 0.003265 10.0.0.56 - - [2025-05-05 02:09:52] "GET /instance-ip/7b90600c-ee87-4729-841a-417a11a3137e HTTP/1.1" 200 1955 0.003609 10.0.0.56 - - [2025-05-05 02:09:52] "GET /instance-ip/dff793db-ed72-4673-a496-469d509e5dc5 HTTP/1.1" 200 1623 0.004212 10.0.0.56 - - [2025-05-05 02:09:52] "GET /instance-ip/1db8e10d-ba25-4bd2-b872-85ccd2f31ba5 HTTP/1.1" 200 1619 0.003899 10.0.0.56 - - [2025-05-05 02:09:52] "GET /instance-ip/34521fc1-d1b9-40ef-b279-1fa9bc02bd0b HTTP/1.1" 200 1980 0.003031 10.0.0.56 - - [2025-05-05 02:09:52] "GET /instance-ip/fb367d41-6372-4438-8356-6d4c10a78ea0 HTTP/1.1" 200 1978 0.003554 10.0.0.56 - - [2025-05-05 02:09:53] "GET /instance-ip/666c8cdb-22ff-4117-8826-be30871aab69 HTTP/1.1" 200 1959 0.003327 10.0.0.56 - - [2025-05-05 02:09:53] "GET /instance-ip/81e1ec8d-0010-4b8d-87cd-d39f38b59405 HTTP/1.1" 200 1957 0.003152 10.0.0.56 - - [2025-05-05 02:09:53] "GET /instance-ip/cd33ee3d-866b-41a9-a56c-6f7377fb3d1a HTTP/1.1" 200 1624 0.004115 10.0.0.56 - - [2025-05-05 02:09:53] "POST /neutron/port HTTP/1.1" 200 3832 0.030763 10.0.0.56 - - [2025-05-05 02:09:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005709 10.0.0.56 - - [2025-05-05 02:09:53] "POST /neutron/port HTTP/1.1" 200 3832 0.033449 10.0.0.56 - - [2025-05-05 02:09:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005907 10.0.0.56 - - [2025-05-05 02:09:53] "POST /neutron/port HTTP/1.1" 200 3832 0.031377 10.0.0.56 - - [2025-05-05 02:09:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005535 10.0.0.56 - - [2025-05-05 02:09:53] "POST /neutron/port HTTP/1.1" 200 3832 0.031368 10.0.0.56 - - [2025-05-05 02:09:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006047 10.0.0.56 - - [2025-05-05 02:09:53] "GET /virtual-machine/f49c4a11-3d67-4937-a313-8bf1df075d96 HTTP/1.1" 200 1803 0.003213 10.0.0.56 - - [2025-05-05 02:09:53] "GET /virtual-machine-interface/09d18c40-cd61-41f8-a5a1-b83756e1bcfa HTTP/1.1" 200 3796 0.004992 10.0.0.56 - - [2025-05-05 02:09:53] "GET /virtual-machine-interface/0f3af98c-8046-482a-bfca-25cf4cbe0001 HTTP/1.1" 200 3815 0.005139 10.0.0.56 - - [2025-05-05 02:09:53] "GET /virtual-machine-interface/5ad38f09-5c0a-4481-91ed-d18f48b088fa HTTP/1.1" 200 3803 0.004803 10.0.0.56 - - [2025-05-05 02:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.56 - - [2025-05-05 02:09:53] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003189 10.0.0.56 - - [2025-05-05 02:09:53] "GET /virtual-networks?parent_id=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003026 10.0.0.56 - - [2025-05-05 02:09:53] "GET /virtual-network/f47a06ff-8dd0-4f91-90e5-657b1ee92c00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006122 10.0.0.56 - - [2025-05-05 02:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.56 - - [2025-05-05 02:09:54] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003117 10.0.0.56 - - [2025-05-05 02:09:54] "GET /virtual-networks?parent_id=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002915 10.0.0.56 - - [2025-05-05 02:09:54] "GET /virtual-network/f47a06ff-8dd0-4f91-90e5-657b1ee92c00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005384 10.0.0.56 - - [2025-05-05 02:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.56 - - [2025-05-05 02:09:54] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003655 10.0.0.56 - - [2025-05-05 02:09:54] "GET /virtual-networks?parent_id=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003033 10.0.0.56 - - [2025-05-05 02:09:55] "GET /virtual-network/f47a06ff-8dd0-4f91-90e5-657b1ee92c00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005475 10.0.0.56 - - [2025-05-05 02:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.56 - - [2025-05-05 02:09:55] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004087 10.0.0.56 - - [2025-05-05 02:09:55] "GET /virtual-networks?parent_id=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002902 10.0.0.56 - - [2025-05-05 02:09:55] "GET /virtual-network/f47a06ff-8dd0-4f91-90e5-657b1ee92c00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005642 10.0.0.56 - - [2025-05-05 02:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.56 - - [2025-05-05 02:09:55] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004445 10.0.0.56 - - [2025-05-05 02:09:55] "GET /virtual-networks?parent_id=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003888 10.0.0.56 - - [2025-05-05 02:09:55] "GET /virtual-network/f47a06ff-8dd0-4f91-90e5-657b1ee92c00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.007654 10.0.0.56 - - [2025-05-05 02:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.56 - - [2025-05-05 02:09:55] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004196 10.0.0.56 - - [2025-05-05 02:09:55] "GET /virtual-networks?parent_id=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004489 10.0.0.56 - - [2025-05-05 02:09:55] "GET /virtual-network/b8dec550-08db-4709-bda5-71ef8944860c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005910 10.0.0.56 - - [2025-05-05 02:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.56 - - [2025-05-05 02:09:55] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003532 10.0.0.56 - - [2025-05-05 02:09:55] "GET /virtual-networks?parent_id=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003062 10.0.0.56 - - [2025-05-05 02:09:55] "GET /virtual-network/b8dec550-08db-4709-bda5-71ef8944860c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005465 10.0.0.56 - - [2025-05-05 02:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.56 - - [2025-05-05 02:09:55] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004228 10.0.0.56 - - [2025-05-05 02:09:56] "GET /virtual-networks?parent_id=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002951 10.0.0.56 - - [2025-05-05 02:09:56] "GET /virtual-network/b8dec550-08db-4709-bda5-71ef8944860c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005559 10.0.0.56 - - [2025-05-05 02:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.56 - - [2025-05-05 02:09:56] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003352 10.0.0.56 - - [2025-05-05 02:09:56] "GET /virtual-networks?parent_id=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002944 10.0.0.56 - - [2025-05-05 02:09:56] "GET /virtual-network/b8dec550-08db-4709-bda5-71ef8944860c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005356 10.0.0.56 - - [2025-05-05 02:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.56 - - [2025-05-05 02:09:56] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004013 10.0.0.56 - - [2025-05-05 02:09:56] "GET /virtual-networks?parent_id=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003837 10.0.0.56 - - [2025-05-05 02:09:56] "GET /virtual-network/e1be8ef2-a7e4-4abc-97f7-5e6c6b3386b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.007799 10.0.0.56 - - [2025-05-05 02:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.56 - - [2025-05-05 02:09:56] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004555 10.0.0.56 - - [2025-05-05 02:09:56] "GET /virtual-networks?parent_id=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003525 10.0.0.56 - - [2025-05-05 02:09:56] "GET /virtual-network/e1be8ef2-a7e4-4abc-97f7-5e6c6b3386b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005236 10.0.0.56 - - [2025-05-05 02:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.56 - - [2025-05-05 02:09:56] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003535 10.0.0.56 - - [2025-05-05 02:09:56] "GET /virtual-networks?parent_id=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002950 10.0.0.56 - - [2025-05-05 02:09:56] "GET /virtual-network/e1be8ef2-a7e4-4abc-97f7-5e6c6b3386b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005713 10.0.0.56 - - [2025-05-05 02:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.56 - - [2025-05-05 02:09:57] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004668 10.0.0.56 - - [2025-05-05 02:09:57] "GET /virtual-networks?parent_id=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002936 10.0.0.56 - - [2025-05-05 02:09:57] "GET /virtual-network/e1be8ef2-a7e4-4abc-97f7-5e6c6b3386b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005159 10.0.0.56 - - [2025-05-05 02:09:57] "GET /virtual-machine/f49c4a11-3d67-4937-a313-8bf1df075d96 HTTP/1.1" 200 1803 0.003914 10.0.0.56 - - [2025-05-05 02:09:57] "GET /domains HTTP/1.1" 200 280 0.002347 10.0.0.56 - - [2025-05-05 02:09:57] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001054 10.0.0.56 - - [2025-05-05 02:09:57] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75 HTTP/1.1" 200 2772 0.006779 10.0.0.56 - - [2025-05-05 02:09:57] "GET /projects?obj_uuids=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000981 10.0.0.56 - - [2025-05-05 02:09:57] "GET /project/057579a7-1b4b-4844-bf55-9381cdbb0e77 HTTP/1.1" 200 4232 0.068283 10.0.0.56 - - [2025-05-05 02:09:57] "GET /service-instance/57fc9a29-3666-4c99-bce6-06243788e023 HTTP/1.1" 200 3782 0.003604 10.0.0.56 - - [2025-05-05 02:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002204 10.0.0.56 - - [2025-05-05 02:09:57] "GET /routing-instance/7d8f98db-bcff-486a-8e75-9302fd76b9cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.003065 10.0.0.56 - - [2025-05-05 02:09:57] "GET /routing-instance/7d8f98db-bcff-486a-8e75-9302fd76b9cd?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2020 0.005385 10.0.0.56 - - [2025-05-05 02:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.56 - - [2025-05-05 02:09:57] "GET /routing-instance/3d351aef-6cf0-44d9-9563-83fa25d1ae37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.004089 10.0.0.56 - - [2025-05-05 02:09:57] "GET /routing-instance/3d351aef-6cf0-44d9-9563-83fa25d1ae37?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.005434 10.0.0.56 - - [2025-05-05 02:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.56 - - [2025-05-05 02:09:57] "GET /virtual-network/f47a06ff-8dd0-4f91-90e5-657b1ee92c00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005631 10.0.0.56 - - [2025-05-05 02:09:57] "GET /virtual-network/f47a06ff-8dd0-4f91-90e5-657b1ee92c00?fields=routing_instances HTTP/1.1" 200 1683 0.008794 10.0.0.56 - - [2025-05-05 02:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.56 - - [2025-05-05 02:09:57] "GET /virtual-network/e1be8ef2-a7e4-4abc-97f7-5e6c6b3386b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005502 10.0.0.56 - - [2025-05-05 02:09:57] "GET /virtual-network/e1be8ef2-a7e4-4abc-97f7-5e6c6b3386b0?fields=routing_instances HTTP/1.1" 200 1688 0.007736 10.0.0.56 - - [2025-05-05 02:10:01] "POST /ref-update HTTP/1.1" 200 156 0.037657 10.0.0.56 - - [2025-05-05 02:10:01] "DELETE /access-control-list/1c07fe7d-715d-4133-945f-d780b178c0b6 HTTP/1.1" 200 115 0.033017 10.0.0.56 - - [2025-05-05 02:10:01] "POST /neutron/network HTTP/1.1" 200 835 0.007128 10.0.0.56 - - [2025-05-05 02:10:01] "GET /virtual-network/e1be8ef2-a7e4-4abc-97f7-5e6c6b3386b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005655 10.0.0.56 - - [2025-05-05 02:10:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.56 - - [2025-05-05 02:10:02] "DELETE /routing-instance/bd063956-7c49-4631-8e36-79f48c7a9153 HTTP/1.1" 200 115 0.032796 10.0.0.56 - - [2025-05-05 02:10:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.56 - - [2025-05-05 02:10:02] "GET /network-policy/5a14fd23-be61-4629-8792-e7823c5b19ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.003659 10.0.0.56 - - [2025-05-05 02:10:02] "DELETE /route-target/56ae4242-2884-403e-ad25-76a297e92df4 HTTP/1.1" 200 115 0.013085 10.0.0.56 - - [2025-05-05 02:10:02] "POST /ref-update HTTP/1.1" 200 156 0.037887 10.0.0.56 - - [2025-05-05 02:10:02] "DELETE /routing-instance/03921d38-b3c5-4667-a8a7-4861715c20c0 HTTP/1.1" 200 115 0.046584 10.0.0.56 - - [2025-05-05 02:10:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.56 - - [2025-05-05 02:10:02] "POST /neutron/network HTTP/1.1" 200 833 0.006652 10.0.0.56 - - [2025-05-05 02:10:02] "GET /virtual-network/f47a06ff-8dd0-4f91-90e5-657b1ee92c00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005522 10.0.0.56 - - [2025-05-05 02:10:02] "DELETE /route-target/06ebafe3-7df5-42e6-a7a3-f3523aba9ac1 HTTP/1.1" 200 115 0.018936 10.0.0.56 - - [2025-05-05 02:10:02] "DELETE /access-control-list/b198fa0d-8016-4b07-ad0d-c9c32fe0e587 HTTP/1.1" 200 115 0.024916 10.0.0.56 - - [2025-05-05 02:10:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005181 10.0.0.56 - - [2025-05-05 02:10:02] "GET /network-policy/5a14fd23-be61-4629-8792-e7823c5b19ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.003741 10.0.0.56 - - [2025-05-05 02:10:02] "DELETE /network-policy/5a14fd23-be61-4629-8792-e7823c5b19ee HTTP/1.1" 200 115 0.022696 10.0.0.56 - - [2025-05-05 02:10:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002576 10.0.0.56 - - [2025-05-05 02:10:02] "DELETE /service-instance/57fc9a29-3666-4c99-bce6-06243788e023 HTTP/1.1" 200 115 0.045702 10.0.0.56 - - [2025-05-05 02:10:02] "GET /domains HTTP/1.1" 200 280 0.002616 10.0.0.56 - - [2025-05-05 02:10:02] "POST /ref-update HTTP/1.1" 200 156 0.014272 10.0.0.56 - - [2025-05-05 02:10:02] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001192 10.0.0.56 - - [2025-05-05 02:10:02] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75 HTTP/1.1" 200 2772 0.016245 10.0.0.56 - - [2025-05-05 02:10:02] "GET /projects?obj_uuids=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001659 10.0.0.56 - - [2025-05-05 02:10:02] "DELETE /instance-ip/07ab658a-60e5-4da3-bf7f-949e68b8eb11 HTTP/1.1" 200 115 0.031608 10.0.0.56 - - [2025-05-05 02:10:02] "POST /ref-update HTTP/1.1" 200 156 0.008965 10.0.0.56 - - [2025-05-05 02:10:02] "GET /project/057579a7-1b4b-4844-bf55-9381cdbb0e77 HTTP/1.1" 200 3758 0.074279 10.0.0.56 - - [2025-05-05 02:10:02] "GET /virtual-machine/f49c4a11-3d67-4937-a313-8bf1df075d96 HTTP/1.1" 200 1803 0.003312 10.0.0.56 - - [2025-05-05 02:10:02] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002107 10.0.0.56 - - [2025-05-05 02:10:02] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002909 10.0.0.56 - - [2025-05-05 02:10:02] "DELETE /instance-ip/fb367d41-6372-4438-8356-6d4c10a78ea0 HTTP/1.1" 200 115 0.028441 10.0.0.56 - - [2025-05-05 02:10:02] "POST /ref-update HTTP/1.1" 200 156 0.008973 10.0.0.56 - - [2025-05-05 02:10:02] "DELETE /instance-ip/81e1ec8d-0010-4b8d-87cd-d39f38b59405 HTTP/1.1" 200 115 0.019258 10.0.0.56 - - [2025-05-05 02:10:02] "POST /ref-update HTTP/1.1" 200 156 0.009927 10.0.0.56 - - [2025-05-05 02:10:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005296 10.0.0.56 - - [2025-05-05 02:10:02] "DELETE /service-template/37f83b5b-b379-4f3e-8e8d-3a056f5f084f HTTP/1.1" 200 115 0.028453 10.0.0.56 - - [2025-05-05 02:10:02] "DELETE /instance-ip/666c8cdb-22ff-4117-8826-be30871aab69 HTTP/1.1" 200 115 0.031021 10.0.0.56 - - [2025-05-05 02:10:02] "POST /fqname-to-id HTTP/1.1" 404 193 0.004168 10.0.0.56 - - [2025-05-05 02:10:02] "POST /ref-update HTTP/1.1" 200 156 0.013398 10.0.0.56 - - [2025-05-05 02:10:02] "DELETE /instance-ip/34521fc1-d1b9-40ef-b279-1fa9bc02bd0b HTTP/1.1" 200 115 0.023392 10.0.0.56 - - [2025-05-05 02:10:02] "POST /ref-update HTTP/1.1" 200 156 0.010400 10.0.0.56 - - [2025-05-05 02:10:03] "DELETE /instance-ip/7b90600c-ee87-4729-841a-417a11a3137e HTTP/1.1" 200 115 0.029631 10.0.0.56 - - [2025-05-05 02:10:03] "POST /neutron/network HTTP/1.1" 200 835 0.011549 10.0.0.56 - - [2025-05-05 02:10:03] "POST /neutron/network HTTP/1.1" 400 204 0.014354 10.0.0.56 - - [2025-05-05 02:10:03] "POST /neutron/port HTTP/1.1" 200 1087 0.017645 10.0.0.56 - - [2025-05-05 02:10:03] "POST /neutron/port HTTP/1.1" 200 1113 0.009270 10.0.0.56 - - [2025-05-05 02:10:03] "POST /neutron/port HTTP/1.1" 200 1087 0.025512 10.0.0.56 - - [2025-05-05 02:10:03] "POST /neutron/port HTTP/1.1" 200 1113 0.010833 10.0.0.56 - - [2025-05-05 02:10:03] "POST /neutron/port HTTP/1.1" 200 151 0.156066 10.0.0.56 - - [2025-05-05 02:10:03] "POST /neutron/port HTTP/1.1" 200 151 0.162757 10.0.0.56 - - [2025-05-05 02:10:03] "POST /neutron/port HTTP/1.1" 200 3025 0.024462 10.0.0.56 - - [2025-05-05 02:10:03] "POST /neutron/port HTTP/1.1" 200 1113 0.010374 10.0.0.56 - - [2025-05-05 02:10:03] "POST /neutron/port HTTP/1.1" 200 151 0.100394 10.0.0.56 - - [2025-05-05 02:10:03] "POST /neutron/port HTTP/1.1" 200 1110 0.009397 10.0.0.56 - - [2025-05-05 02:10:04] "POST /neutron/port HTTP/1.1" 200 151 0.091751 10.0.0.56 - - [2025-05-05 02:10:04] "POST /neutron/port HTTP/1.1" 200 1113 0.009051 10.0.0.56 - - [2025-05-05 02:10:04] "POST /neutron/port HTTP/1.1" 200 151 0.107247 10.0.0.56 - - [2025-05-05 02:10:05] "POST /neutron/network HTTP/1.1" 200 835 0.005909 10.0.0.56 - - [2025-05-05 02:10:05] "POST /useragent-kv HTTP/1.1" 200 115 0.004013 10.0.0.56 - - [2025-05-05 02:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171 10.0.0.56 - - [2025-05-05 02:10:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001806 10.0.0.56 - - [2025-05-05 02:10:05] "POST /neutron/network HTTP/1.1" 200 151 0.091091 10.0.0.56 - - [2025-05-05 02:10:05] "DELETE /route-target/0ea6a255-4628-4574-a998-21eb952efc66 HTTP/1.1" 200 115 0.015311 10.0.0.56 - - [2025-05-05 02:10:05] "GET /routing-instance/3d351aef-6cf0-44d9-9563-83fa25d1ae37 HTTP/1.1" 404 171 0.002526 10.0.0.56 - - [2025-05-05 02:10:05] "GET /domains HTTP/1.1" 200 280 0.002263 10.0.0.56 - - [2025-05-05 02:10:05] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001071 10.0.0.56 - - [2025-05-05 02:10:05] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75 HTTP/1.1" 200 2572 0.050065 10.0.0.56 - - [2025-05-05 02:10:05] "GET /projects?obj_uuids=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001104 10.0.0.56 - - [2025-05-05 02:10:05] "GET /project/057579a7-1b4b-4844-bf55-9381cdbb0e77 HTTP/1.1" 200 2297 0.071608 10.0.0.56 - - [2025-05-05 02:10:05] "POST /neutron/network HTTP/1.1" 200 833 0.006106 10.0.0.56 - - [2025-05-05 02:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.007212 10.0.0.56 - - [2025-05-05 02:10:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002074 10.0.0.56 - - [2025-05-05 02:10:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003000 10.0.0.56 - - [2025-05-05 02:10:05] "POST /neutron/network HTTP/1.1" 200 151 0.087147 10.0.0.56 - - [2025-05-05 02:10:05] "DELETE /route-target/f837f194-c1b7-413c-9f1d-da91e1ed8bbb HTTP/1.1" 200 115 0.020391 10.0.0.56 - - [2025-05-05 02:10:05] "GET /routing-instance/7d8f98db-bcff-486a-8e75-9302fd76b9cd HTTP/1.1" 404 171 0.003603 10.0.0.56 - - [2025-05-05 02:10:05] "GET /domains HTTP/1.1" 200 280 0.002564 10.0.0.56 - - [2025-05-05 02:10:05] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001459 10.0.0.56 - - [2025-05-05 02:10:05] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75 HTTP/1.1" 200 2572 0.049850 10.0.0.56 - - [2025-05-05 02:10:05] "GET /projects?obj_uuids=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001869 10.0.0.56 - - [2025-05-05 02:10:05] "GET /project/057579a7-1b4b-4844-bf55-9381cdbb0e77 HTTP/1.1" 200 2079 0.073416 10.0.0.56 - - [2025-05-05 02:10:05] "POST /neutron/network HTTP/1.1" 200 830 0.005712 10.0.0.56 - - [2025-05-05 02:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005075 10.0.0.56 - - [2025-05-05 02:10:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002284 10.0.0.56 - - [2025-05-05 02:10:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003249 10.0.0.56 - - [2025-05-05 02:10:05] "POST /neutron/network HTTP/1.1" 200 151 0.083735 10.0.0.56 - - [2025-05-05 02:10:05] "DELETE /route-target/72daef4f-0b1a-4148-8f1b-509affd89616 HTTP/1.1" 200 115 0.020833 10.0.0.56 - - [2025-05-05 02:10:05] "GET /routing-instance/1e37687f-14b2-4870-b578-25174dc0a5fd HTTP/1.1" 404 171 0.003751 10.0.0.56 - - [2025-05-05 02:10:05] "GET /domains HTTP/1.1" 200 280 0.002219 10.0.0.56 - - [2025-05-05 02:10:05] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001020 10.0.0.56 - - [2025-05-05 02:10:05] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75 HTTP/1.1" 200 2572 0.050552 10.0.0.56 - - [2025-05-05 02:10:05] "GET /projects?obj_uuids=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002417 10.0.0.56 - - [2025-05-05 02:10:05] "GET /project/057579a7-1b4b-4844-bf55-9381cdbb0e77 HTTP/1.1" 200 1839 0.070323 10.0.0.56 - - [2025-05-05 02:10:06] "GET /projects?obj_uuids=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001240 10.0.0.56 - - [2025-05-05 02:10:06] "GET /project/057579a7-1b4b-4844-bf55-9381cdbb0e77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.030285 10.0.0.56 - - [2025-05-05 02:10:06] "GET /projects?obj_uuids=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001144 10.0.0.56 - - [2025-05-05 02:10:06] "GET /project/057579a7-1b4b-4844-bf55-9381cdbb0e77?fields=virtual_networks HTTP/1.1" 200 1027 0.069052 10.0.0.56 - - [2025-05-05 02:10:06] "GET /projects?obj_uuids=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001176 10.0.0.56 - - [2025-05-05 02:10:06] "GET /project/057579a7-1b4b-4844-bf55-9381cdbb0e77?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.028860 10.0.0.56 - - [2025-05-05 02:10:06] "GET /projects?obj_uuids=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001399 10.0.0.56 - - [2025-05-05 02:10:06] "GET /project/057579a7-1b4b-4844-bf55-9381cdbb0e77?fields=security_groups HTTP/1.1" 200 1251 0.029265 10.0.0.56 - - [2025-05-05 02:10:07] "POST /fqname-to-id HTTP/1.1" 404 189 0.023500 10.0.0.56 - - [2025-05-05 02:10:07] "GET /projects?obj_uuids=f6442f95-db70-4c2c-bb35-dd7cf0b8cb05&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002485 10.0.0.56 - - [2025-05-05 02:10:07] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001521 10.0.0.56 - - [2025-05-05 02:10:07] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007662 10.0.0.56 - - [2025-05-05 02:10:07] "POST /id-to-fqname HTTP/1.1" 200 191 0.001287 10.0.0.56 - - [2025-05-05 02:10:07] "POST /fqname-to-id HTTP/1.1" 404 200 0.002091 10.0.0.56 - - [2025-05-05 02:10:07] "POST /security-groups HTTP/1.1" 200 592 0.063652 10.0.0.56 - - [2025-05-05 02:10:07] "POST /fqname-to-id HTTP/1.1" 404 235 0.003445 10.0.0.56 - - [2025-05-05 02:10:07] "POST /projects HTTP/1.1" 200 587 0.207090 10.0.0.56 - - [2025-05-05 02:10:07] "POST /access-control-lists HTTP/1.1" 200 597 0.057809 10.0.0.56 - - [2025-05-05 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.274390 10.0.0.56 - - [2025-05-05 02:10:07] "POST /fqname-to-id HTTP/1.1" 404 234 0.002756 10.0.0.56 - - [2025-05-05 02:10:07] "GET /project/f6442f95-db70-4c2c-bb35-dd7cf0b8cb05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.395548 10.0.0.56 - - [2025-05-05 02:10:07] "POST /access-control-lists HTTP/1.1" 200 595 0.067814 10.0.0.56 - - [2025-05-05 02:10:08] "GET / HTTP/1.1" 200 35931 0.003268 10.0.0.56 - - [2025-05-05 02:10:09] "GET /project/f6442f95-db70-4c2c-bb35-dd7cf0b8cb05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000506 10.0.0.56 - - [2025-05-05 02:10:10] "GET /projects?obj_uuids=f6442f95-db70-4c2c-bb35-dd7cf0b8cb05&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001713 10.0.0.56 - - [2025-05-05 02:10:10] "GET /project/f6442f95-db70-4c2c-bb35-dd7cf0b8cb05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.056206 10.0.0.56 - - [2025-05-05 02:10:10] "POST /fqname-to-id HTTP/1.1" 404 180 0.002767 10.0.0.56 - - [2025-05-05 02:10:10] "POST /virtual-DNSs HTTP/1.1" 200 507 0.021339 10.0.0.56 - - [2025-05-05 02:10:10] "GET /virtual-DNS/2828f708-93ed-4237-aab5-ad981a64fa87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.004669 10.0.0.56 - - [2025-05-05 02:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.56 - - [2025-05-05 02:10:10] "GET /virtual-DNS/2828f708-93ed-4237-aab5-ad981a64fa87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.003954 10.0.0.56 - - [2025-05-05 02:10:10] "GET /domains HTTP/1.1" 401 292 0.000590 10.0.0.56 - - [2025-05-05 02:10:11] "GET /domains HTTP/1.1" 200 280 0.024986 10.0.0.56 - - [2025-05-05 02:10:11] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001076 10.0.0.56 - - [2025-05-05 02:10:11] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75 HTTP/1.1" 200 2959 0.008587 10.0.0.56 - - [2025-05-05 02:10:11] "GET /virtual-DNS/2828f708-93ed-4237-aab5-ad981a64fa87 HTTP/1.1" 200 1437 0.003896 10.0.0.56 - - [2025-05-05 02:10:11] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002215 10.0.0.56 - - [2025-05-05 02:10:11] "POST /network-ipams HTTP/1.1" 200 514 0.015773 10.0.0.56 - - [2025-05-05 02:10:11] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.002928 10.0.0.56 - - [2025-05-05 02:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.56 - - [2025-05-05 02:10:11] "GET /network-ipam/2c5fdaf6-67db-4e5f-a43f-578c4737a956?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.004983 10.0.0.56 - - [2025-05-05 02:10:11] "PUT /network-ipam/2c5fdaf6-67db-4e5f-a43f-578c4737a956 HTTP/1.1" 200 258 0.009920 10.0.0.56 - - [2025-05-05 02:10:11] "POST /ref-update HTTP/1.1" 200 156 0.008631 10.0.0.56 - - [2025-05-05 02:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.56 - - [2025-05-05 02:10:11] "GET /projects?obj_uuids=f6442f95-db70-4c2c-bb35-dd7cf0b8cb05&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002681 10.0.0.56 - - [2025-05-05 02:10:11] "GET /project/f6442f95-db70-4c2c-bb35-dd7cf0b8cb05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.027874 10.0.0.56 - - [2025-05-05 02:10:11] "POST /neutron/network HTTP/1.1" 200 117 0.033778 10.0.0.56 - - [2025-05-05 02:10:11] "GET /projects?obj_uuids=f6442f95-db70-4c2c-bb35-dd7cf0b8cb05&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001173 10.0.0.56 - - [2025-05-05 02:10:11] "POST /neutron/network HTTP/1.1" 200 618 0.069438 10.0.0.56 - - [2025-05-05 02:10:11] "POST /route-targets HTTP/1.1" 200 327 0.011721 10.0.0.56 - - [2025-05-05 02:10:11] "POST /ref-update HTTP/1.1" 200 156 0.013099 10.0.0.56 - - [2025-05-05 02:10:11] "POST /useragent-kv HTTP/1.1" 200 115 0.004181 10.0.0.56 - - [2025-05-05 02:10:11] "POST /neutron/subnet HTTP/1.1" 200 711 0.150292 10.0.0.56 - - [2025-05-05 02:10:11] "POST /neutron/network HTTP/1.1" 200 833 0.005175 10.0.0.56 - - [2025-05-05 02:10:11] "POST /id-to-fqname HTTP/1.1" 200 227 0.001237 10.0.0.56 - - [2025-05-05 02:10:11] "GET /virtual-network/bddd35a3-d2a5-41d2-8b0e-6a0eaab05a1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005141 10.0.0.56 - - [2025-05-05 02:10:11] "POST /neutron/network HTTP/1.1" 200 833 0.005485 10.0.0.56 - - [2025-05-05 02:10:11] "GET /virtual-network/bddd35a3-d2a5-41d2-8b0e-6a0eaab05a1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004667 10.0.0.56 - - [2025-05-05 02:10:11] "POST /neutron/network HTTP/1.1" 200 833 0.006058 10.0.0.56 - - [2025-05-05 02:10:11] "POST /neutron/subnet HTTP/1.1" 200 711 0.007145 10.0.0.56 - - [2025-05-05 02:10:12] "POST /neutron/network HTTP/1.1" 200 807 0.010861 10.0.0.56 - - [2025-05-05 02:10:12] "POST /neutron/network HTTP/1.1" 200 833 0.005662 10.0.0.56 - - [2025-05-05 02:10:12] "POST /id-to-fqname HTTP/1.1" 200 227 0.001230 10.0.0.56 - - [2025-05-05 02:10:12] "POST /neutron/network HTTP/1.1" 200 843 0.005594 10.0.0.56 - - [2025-05-05 02:10:12] "GET /aaa-mode HTTP/1.1" 401 292 0.000442 10.0.0.56 - - [2025-05-05 02:10:12] "GET / HTTP/1.1" 200 35931 0.001883 10.0.0.56 - - [2025-05-05 02:10:12] "GET /project/f6442f95-db70-4c2c-bb35-dd7cf0b8cb05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000385 10.0.0.56 - - [2025-05-05 02:10:12] "GET /projects?obj_uuids=f6442f95-db70-4c2c-bb35-dd7cf0b8cb05&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001215 10.0.0.56 - - [2025-05-05 02:10:12] "GET /project/f6442f95-db70-4c2c-bb35-dd7cf0b8cb05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.051364 10.0.0.56 - - [2025-05-05 02:10:13] "POST /neutron/network HTTP/1.1" 200 833 0.005605 10.0.0.56 - - [2025-05-05 02:10:13] "POST /neutron/port HTTP/1.1" 200 117 0.005163 10.0.0.56 - - [2025-05-05 02:10:13] "POST /neutron/port HTTP/1.1" 200 117 0.005146 10.0.0.56 - - [2025-05-05 02:10:13] "POST /neutron/port HTTP/1.1" 200 117 0.005330 10.0.0.56 - - [2025-05-05 02:10:13] "POST /neutron/network HTTP/1.1" 200 843 0.005744 10.0.0.56 - - [2025-05-05 02:10:13] "GET /projects?obj_uuids=f6442f95-db70-4c2c-bb35-dd7cf0b8cb05&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001158 10.0.0.56 - - [2025-05-05 02:10:13] "POST /neutron/port HTTP/1.1" 200 1058 0.203885 10.0.0.56 - - [2025-05-05 02:10:13] "POST /neutron/port HTTP/1.1" 200 1058 0.010949 10.0.0.56 - - [2025-05-05 02:10:13] "POST /neutron/port HTTP/1.1" 200 1058 0.008939 10.0.0.56 - - [2025-05-05 02:10:13] "POST /neutron/port HTTP/1.1" 200 1112 0.063914 10.0.0.56 - - [2025-05-05 02:10:13] "POST /neutron/port HTTP/1.1" 200 1086 0.017217 10.0.0.56 - - [2025-05-05 02:10:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003072 10.0.0.56 - - [2025-05-05 02:10:13] "POST /neutron/subnet HTTP/1.1" 200 685 0.011304 10.0.0.56 - - [2025-05-05 02:10:13] "POST /neutron/port HTTP/1.1" 200 117 0.001224 10.0.0.56 - - [2025-05-05 02:10:13] "POST /neutron/network HTTP/1.1" 200 833 0.005559 10.0.0.56 - - [2025-05-05 02:10:18] "POST /neutron/port HTTP/1.1" 200 1086 0.014527 10.0.0.56 - - [2025-05-05 02:10:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005788 10.0.0.56 - - [2025-05-05 02:10:18] "POST /neutron/port HTTP/1.1" 200 1086 0.015028 10.0.0.56 - - [2025-05-05 02:10:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005960 10.0.0.56 - - [2025-05-05 02:10:18] "POST /neutron/port HTTP/1.1" 200 1086 0.015163 10.0.0.56 - - [2025-05-05 02:10:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005443 10.0.0.56 - - [2025-05-05 02:10:18] "GET /virtual-machine/066d53a0-d4e4-434e-a471-9bae7164c481 HTTP/1.1" 200 1292 0.004653 10.0.0.56 - - [2025-05-05 02:10:18] "GET /virtual-machine-interface/f76ee3d2-b7f6-4e0a-af0b-38fdccf178af HTTP/1.1" 200 2964 0.004684 10.0.0.56 - - [2025-05-05 02:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.56 - - [2025-05-05 02:10:18] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003322 10.0.0.56 - - [2025-05-05 02:10:18] "GET /virtual-networks?parent_id=f6442f95-db70-4c2c-bb35-dd7cf0b8cb05&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003328 10.0.0.56 - - [2025-05-05 02:10:18] "GET /virtual-network/bddd35a3-d2a5-41d2-8b0e-6a0eaab05a1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006929 10.0.0.56 - - [2025-05-05 02:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.56 - - [2025-05-05 02:10:21] "GET /virtual-network/bddd35a3-d2a5-41d2-8b0e-6a0eaab05a1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004939 10.0.0.56 - - [2025-05-05 02:10:23] "POST /neutron/port HTTP/1.1" 200 1086 0.014570 10.0.0.56 - - [2025-05-05 02:10:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005323 10.0.0.56 - - [2025-05-05 02:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.56 - - [2025-05-05 02:10:25] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003274 10.0.0.56 - - [2025-05-05 02:10:25] "GET /virtual-networks?parent_id=f6442f95-db70-4c2c-bb35-dd7cf0b8cb05&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004507 10.0.0.56 - - [2025-05-05 02:10:25] "GET /virtual-network/bddd35a3-d2a5-41d2-8b0e-6a0eaab05a1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.009521 10.0.0.56 - - [2025-05-05 02:10:30] "POST /neutron/network HTTP/1.1" 200 807 0.011186 10.0.0.56 - - [2025-05-05 02:10:30] "POST /neutron/network HTTP/1.1" 200 833 0.005769 10.0.0.56 - - [2025-05-05 02:10:30] "POST /id-to-fqname HTTP/1.1" 200 227 0.001362 10.0.0.56 - - [2025-05-05 02:10:30] "POST /neutron/port HTTP/1.1" 200 1086 0.015999 10.0.0.56 - - [2025-05-05 02:10:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009749 10.0.0.56 - - [2025-05-05 02:10:30] "POST /neutron/network HTTP/1.1" 200 843 0.005563 10.0.0.56 - - [2025-05-05 02:10:30] "GET /aaa-mode HTTP/1.1" 401 292 0.000434 10.0.0.56 - - [2025-05-05 02:10:31] "GET / HTTP/1.1" 200 35931 0.001898 10.0.0.56 - - [2025-05-05 02:10:31] "GET /project/f6442f95-db70-4c2c-bb35-dd7cf0b8cb05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000414 10.0.0.56 - - [2025-05-05 02:10:31] "GET /projects?obj_uuids=f6442f95-db70-4c2c-bb35-dd7cf0b8cb05&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001191 10.0.0.56 - - [2025-05-05 02:10:31] "GET /project/f6442f95-db70-4c2c-bb35-dd7cf0b8cb05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.053519 10.0.0.56 - - [2025-05-05 02:10:31] "POST /neutron/network HTTP/1.1" 200 833 0.005064 10.0.0.56 - - [2025-05-05 02:10:31] "POST /neutron/port HTTP/1.1" 200 1086 0.016641 10.0.0.56 - - [2025-05-05 02:10:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008178 10.0.0.56 - - [2025-05-05 02:10:31] "POST /neutron/port HTTP/1.1" 200 117 0.004943 10.0.0.56 - - [2025-05-05 02:10:31] "POST /neutron/port HTTP/1.1" 200 117 0.005783 10.0.0.56 - - [2025-05-05 02:10:32] "POST /neutron/network HTTP/1.1" 200 843 0.006319 10.0.0.56 - - [2025-05-05 02:10:32] "GET /projects?obj_uuids=f6442f95-db70-4c2c-bb35-dd7cf0b8cb05&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001262 10.0.0.56 - - [2025-05-05 02:10:32] "POST /neutron/port HTTP/1.1" 200 1058 0.223298 10.0.0.56 - - [2025-05-05 02:10:32] "POST /neutron/port HTTP/1.1" 200 1058 0.009992 10.0.0.56 - - [2025-05-05 02:10:32] "POST /neutron/port HTTP/1.1" 200 1058 0.008811 10.0.0.56 - - [2025-05-05 02:10:32] "POST /neutron/port HTTP/1.1" 200 1112 0.067225 10.0.0.56 - - [2025-05-05 02:10:32] "POST /neutron/port HTTP/1.1" 200 1086 0.015513 10.0.0.56 - - [2025-05-05 02:10:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003598 10.0.0.56 - - [2025-05-05 02:10:32] "POST /neutron/subnet HTTP/1.1" 200 685 0.010467 10.0.0.56 - - [2025-05-05 02:10:32] "POST /neutron/port HTTP/1.1" 200 117 0.001548 10.0.0.56 - - [2025-05-05 02:10:32] "POST /neutron/network HTTP/1.1" 200 833 0.006090 10.0.0.56 - - [2025-05-05 02:10:36] "POST /neutron/port HTTP/1.1" 200 1086 0.015650 10.0.0.56 - - [2025-05-05 02:10:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006262 10.0.0.56 - - [2025-05-05 02:10:36] "POST /neutron/port HTTP/1.1" 200 1086 0.015186 10.0.0.56 - - [2025-05-05 02:10:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006431 10.0.0.56 - - [2025-05-05 02:10:36] "POST /neutron/port HTTP/1.1" 200 1086 0.014623 10.0.0.56 - - [2025-05-05 02:10:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006369 10.0.0.56 - - [2025-05-05 02:10:37] "GET /virtual-machine/76c83de2-6d0f-475c-bbd2-084dc98ba4ad HTTP/1.1" 200 1293 0.004538 10.0.0.56 - - [2025-05-05 02:10:37] "GET /virtual-machine-interface/f283d2d7-d179-412d-ba79-25a2d2f0a7bd HTTP/1.1" 200 2964 0.004839 10.0.0.56 - - [2025-05-05 02:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004629 10.0.0.56 - - [2025-05-05 02:10:37] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003176 10.0.0.56 - - [2025-05-05 02:10:37] "GET /virtual-networks?parent_id=f6442f95-db70-4c2c-bb35-dd7cf0b8cb05&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002963 10.0.0.56 - - [2025-05-05 02:10:37] "GET /virtual-network/bddd35a3-d2a5-41d2-8b0e-6a0eaab05a1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005441 10.0.0.56 - - [2025-05-05 02:10:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.56 - - [2025-05-05 02:10:40] "GET /virtual-network/bddd35a3-d2a5-41d2-8b0e-6a0eaab05a1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007721 10.0.0.56 - - [2025-05-05 02:10:41] "POST /neutron/port HTTP/1.1" 200 1086 0.019540 10.0.0.56 - - [2025-05-05 02:10:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007987 10.0.0.56 - - [2025-05-05 02:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.56 - - [2025-05-05 02:10:42] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003353 10.0.0.56 - - [2025-05-05 02:10:42] "GET /virtual-networks?parent_id=f6442f95-db70-4c2c-bb35-dd7cf0b8cb05&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003374 10.0.0.56 - - [2025-05-05 02:10:42] "GET /virtual-network/bddd35a3-d2a5-41d2-8b0e-6a0eaab05a1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008064 10.0.0.56 - - [2025-05-05 02:10:45] "DELETE /project/f6442f95db704c2cbb35dd7cf0b8cb05 HTTP/1.1" 404 173 0.008244 10.0.0.56 - - [2025-05-05 02:10:45] "GET /projects?obj_uuids=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001215 10.0.0.56 - - [2025-05-05 02:10:45] "GET /project/057579a7-1b4b-4844-bf55-9381cdbb0e77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.032681 10.0.0.56 - - [2025-05-05 02:10:45] "GET /projects?obj_uuids=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001427 10.0.0.56 - - [2025-05-05 02:10:45] "GET /project/057579a7-1b4b-4844-bf55-9381cdbb0e77?fields=security_groups HTTP/1.1" 200 1356 0.064687 10.0.0.56 - - [2025-05-05 02:10:45] "DELETE /security-group/d3d47b1b-b7b7-4169-980e-5b4b24ae812e HTTP/1.1" 200 115 0.034618 10.0.0.56 - - [2025-05-05 02:10:45] "GET /projects?obj_uuids=057579a7-1b4b-4844-bf55-9381cdbb0e77&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001167 10.0.0.56 - - [2025-05-05 02:10:45] "DELETE /access-control-list/9bab1b50-9c0e-4163-8674-2330be067a37 HTTP/1.1" 200 115 0.031979 10.0.0.56 - - [2025-05-05 02:10:45] "GET /project/057579a7-1b4b-4844-bf55-9381cdbb0e77?fields=application_policy_sets HTTP/1.1" 200 1395 0.033072 10.0.0.56 - - [2025-05-05 02:10:45] "DELETE /access-control-list/b255416a-5439-4394-b4c0-7439a151464d HTTP/1.1" 200 115 0.025041 10.0.0.56 - - [2025-05-05 02:10:45] "DELETE /project/057579a7-1b4b-4844-bf55-9381cdbb0e77 HTTP/1.1" 200 115 0.319389 10.0.0.56 - - [2025-05-05 02:10:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.56 - - [2025-05-05 02:10:48] "DELETE /virtual-DNS/2828f708-93ed-4237-aab5-ad981a64fa87 HTTP/1.1" 409 235 0.005707 10.0.0.56 - - [2025-05-05 02:10:48] "POST /fqname-to-id HTTP/1.1" 404 192 0.003281 10.0.0.56 - - [2025-05-05 02:10:48] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.015702 10.0.0.56 - - [2025-05-05 02:10:48] "GET /virtual-DNS-record/75d56dda-5b0b-443e-b4ea-800b4cadf912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.004550 10.0.0.56 - - [2025-05-05 02:10:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.56 - - [2025-05-05 02:10:48] "GET /virtual-DNS-record/75d56dda-5b0b-443e-b4ea-800b4cadf912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.003376 10.0.0.56 - - [2025-05-05 02:10:48] "GET /domains HTTP/1.1" 200 280 0.002732 10.0.0.56 - - [2025-05-05 02:10:48] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001091 10.0.0.56 - - [2025-05-05 02:10:48] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75 HTTP/1.1" 200 2775 0.009660 10.0.0.56 - - [2025-05-05 02:10:48] "GET /virtual-DNS/2828f708-93ed-4237-aab5-ad981a64fa87 HTTP/1.1" 200 1906 0.003544 10.0.0.56 - - [2025-05-05 02:10:48] "GET /virtual-DNS-record/75d56dda-5b0b-443e-b4ea-800b4cadf912 HTTP/1.1" 200 1335 0.002611 10.0.0.56 - - [2025-05-05 02:10:52] "GET /obj-perms HTTP/1.1" 200 5056 0.049177 10.0.0.56 - - [2025-05-05 02:10:52] "GET /obj-perms HTTP/1.1" 200 5056 0.043957 10.0.0.56 - - [2025-05-05 02:10:54] "DELETE /virtual-DNS-record/75d56dda-5b0b-443e-b4ea-800b4cadf912 HTTP/1.1" 200 115 0.025336 10.0.0.56 - - [2025-05-05 02:10:54] "POST /fqname-to-id HTTP/1.1" 404 184 0.003004 10.0.0.56 - - [2025-05-05 02:10:54] "POST /neutron/network HTTP/1.1" 200 833 0.005877 10.0.0.56 - - [2025-05-05 02:10:54] "POST /neutron/network HTTP/1.1" 400 204 0.012030 10.0.0.56 - - [2025-05-05 02:10:55] "POST /neutron/port HTTP/1.1" 200 1086 0.016352 10.0.0.56 - - [2025-05-05 02:10:55] "POST /neutron/port HTTP/1.1" 200 1112 0.010805 10.0.0.56 - - [2025-05-05 02:10:55] "POST /neutron/port HTTP/1.1" 200 1086 0.020573 10.0.0.56 - - [2025-05-05 02:10:55] "POST /neutron/port HTTP/1.1" 200 1112 0.017864 10.0.0.56 - - [2025-05-05 02:10:55] "POST /neutron/port HTTP/1.1" 200 151 0.136066 10.0.0.56 - - [2025-05-05 02:10:55] "POST /neutron/port HTTP/1.1" 200 151 0.123416 10.0.0.56 - - [2025-05-05 02:10:56] "POST /neutron/network HTTP/1.1" 200 833 0.005599 10.0.0.56 - - [2025-05-05 02:10:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.56 - - [2025-05-05 02:10:56] "POST /useragent-kv HTTP/1.1" 200 115 0.029316 10.0.0.56 - - [2025-05-05 02:10:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002354 10.0.0.56 - - [2025-05-05 02:10:56] "DELETE /route-target/814edc8f-91e0-43b0-a207-b28b443f7bed HTTP/1.1" 200 115 0.041373 10.0.0.56 - - [2025-05-05 02:10:56] "POST /neutron/network HTTP/1.1" 200 151 0.235021 10.0.0.56 - - [2025-05-05 02:10:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002620 10.0.0.56 - - [2025-05-05 02:10:56] "DELETE /network-ipam/2c5fdaf6-67db-4e5f-a43f-578c4737a956 HTTP/1.1" 200 115 0.026647 10.0.0.56 - - [2025-05-05 02:10:57] "DELETE /virtual-DNS/2828f708-93ed-4237-aab5-ad981a64fa87 HTTP/1.1" 200 115 0.018867 10.0.0.56 - - [2025-05-05 02:10:57] "POST /fqname-to-id HTTP/1.1" 404 180 0.004217 10.0.0.56 - - [2025-05-05 02:10:57] "GET /domains HTTP/1.1" 200 280 0.002905 10.0.0.56 - - [2025-05-05 02:10:57] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001171 10.0.0.56 - - [2025-05-05 02:10:57] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75 HTTP/1.1" 200 2575 0.009115 10.0.0.56 - - [2025-05-05 02:10:57] "GET /projects?obj_uuids=f6442f95-db70-4c2c-bb35-dd7cf0b8cb05&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001639 10.0.0.56 - - [2025-05-05 02:10:57] "GET /project/f6442f95-db70-4c2c-bb35-dd7cf0b8cb05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.025308 10.0.0.56 - - [2025-05-05 02:10:57] "GET /projects?obj_uuids=f6442f95-db70-4c2c-bb35-dd7cf0b8cb05&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001224 10.0.0.56 - - [2025-05-05 02:10:57] "GET /project/f6442f95-db70-4c2c-bb35-dd7cf0b8cb05?fields=virtual_networks HTTP/1.1" 200 1035 0.070116 10.0.0.56 - - [2025-05-05 02:10:57] "GET /projects?obj_uuids=f6442f95-db70-4c2c-bb35-dd7cf0b8cb05&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001114 10.0.0.56 - - [2025-05-05 02:10:57] "GET /project/f6442f95-db70-4c2c-bb35-dd7cf0b8cb05?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.024026 10.0.0.56 - - [2025-05-05 02:10:57] "GET /projects?obj_uuids=f6442f95-db70-4c2c-bb35-dd7cf0b8cb05&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001135 10.0.0.56 - - [2025-05-05 02:10:57] "GET /project/f6442f95-db70-4c2c-bb35-dd7cf0b8cb05?fields=security_groups HTTP/1.1" 200 1262 0.025179 10.0.0.56 - - [2025-05-05 02:10:58] "GET /global-system-configs HTTP/1.1" 200 322 0.091000 10.0.0.56 - - [2025-05-05 02:10:58] "GET /obj-perms HTTP/1.1" 200 5056 0.133533 10.0.0.56 - - [2025-05-05 02:10:58] "POST /fqname-to-id HTTP/1.1" 404 189 0.023972 10.0.0.56 - - [2025-05-05 02:10:58] "GET /projects?obj_uuids=55bb6b3a-fa91-4d94-83b8-556c226174e8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002522 10.0.0.56 - - [2025-05-05 02:10:58] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001480 10.0.0.56 - - [2025-05-05 02:10:58] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007615 10.0.0.56 - - [2025-05-05 02:10:58] "POST /id-to-fqname HTTP/1.1" 200 191 0.001237 10.0.0.56 - - [2025-05-05 02:10:58] "POST /fqname-to-id HTTP/1.1" 404 200 0.002332 10.0.0.56 - - [2025-05-05 02:10:58] "POST /security-groups HTTP/1.1" 200 592 0.063231 10.0.0.56 - - [2025-05-05 02:10:58] "POST /fqname-to-id HTTP/1.1" 404 235 0.003199 10.0.0.56 - - [2025-05-05 02:10:58] "POST /projects HTTP/1.1" 200 587 0.209809 10.0.0.56 - - [2025-05-05 02:10:58] "POST /access-control-lists HTTP/1.1" 200 597 0.055410 10.0.0.56 - - [2025-05-05 02:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.277925 10.0.0.56 - - [2025-05-05 02:10:58] "POST /fqname-to-id HTTP/1.1" 404 234 0.002924 10.0.0.56 - - [2025-05-05 02:10:58] "GET /project/55bb6b3a-fa91-4d94-83b8-556c226174e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.397857 10.0.0.56 - - [2025-05-05 02:10:58] "POST /access-control-lists HTTP/1.1" 200 595 0.064136 10.0.0.56 - - [2025-05-05 02:10:59] "GET /global-system-configs HTTP/1.1" 200 322 0.292766 10.0.0.56 - - [2025-05-05 02:10:59] "GET / HTTP/1.1" 200 35931 0.002183 10.0.0.56 - - [2025-05-05 02:10:59] "GET /obj-perms HTTP/1.1" 200 5056 0.326108 10.0.0.56 - - [2025-05-05 02:11:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000516 10.0.0.56 - - [2025-05-05 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.026501 10.0.0.56 - - [2025-05-05 02:11:01] "GET /projects?obj_uuids=55bb6b3a-fa91-4d94-83b8-556c226174e8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001140 10.0.0.56 - - [2025-05-05 02:11:01] "GET /project/55bb6b3a-fa91-4d94-83b8-556c226174e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.030610 10.0.0.56 - - [2025-05-05 02:11:01] "POST /neutron/network HTTP/1.1" 200 117 0.029640 10.0.0.56 - - [2025-05-05 02:11:01] "GET /projects?obj_uuids=55bb6b3a-fa91-4d94-83b8-556c226174e8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001483 10.0.0.56 - - [2025-05-05 02:11:01] "POST /neutron/network HTTP/1.1" 200 606 0.064889 10.0.0.56 - - [2025-05-05 02:11:01] "POST /route-targets HTTP/1.1" 200 327 0.009501 10.0.0.56 - - [2025-05-05 02:11:01] "POST /ref-update HTTP/1.1" 200 156 0.012306 10.0.0.56 - - [2025-05-05 02:11:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003229 10.0.0.56 - - [2025-05-05 02:11:01] "POST /neutron/subnet HTTP/1.1" 200 720 0.187237 10.0.0.56 - - [2025-05-05 02:11:01] "POST /neutron/network HTTP/1.1" 200 824 0.005037 10.0.0.56 - - [2025-05-05 02:11:01] "POST /id-to-fqname HTTP/1.1" 200 221 0.001197 10.0.0.56 - - [2025-05-05 02:11:01] "GET /virtual-network/b4ae5fd4-26ad-433b-8989-239f38b3ec45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004739 10.0.0.56 - - [2025-05-05 02:11:01] "POST /neutron/network HTTP/1.1" 200 824 0.005997 10.0.0.56 - - [2025-05-05 02:11:01] "GET /virtual-network/b4ae5fd4-26ad-433b-8989-239f38b3ec45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005121 10.0.0.56 - - [2025-05-05 02:11:01] "POST /neutron/network HTTP/1.1" 200 824 0.005483 10.0.0.56 - - [2025-05-05 02:11:01] "POST /neutron/subnet HTTP/1.1" 200 720 0.006352 10.0.0.56 - - [2025-05-05 02:11:01] "POST /id-to-fqname HTTP/1.1" 200 221 0.001190 10.0.0.56 - - [2025-05-05 02:11:01] "POST /neutron/network HTTP/1.1" 200 834 0.005940 10.0.0.56 - - [2025-05-05 02:11:01] "GET /aaa-mode HTTP/1.1" 401 292 0.000440 10.0.0.56 - - [2025-05-05 02:11:02] "GET / HTTP/1.1" 200 35931 0.002003 10.0.0.56 - - [2025-05-05 02:11:02] "GET /project/55bb6b3a-fa91-4d94-83b8-556c226174e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000440 10.0.0.56 - - [2025-05-05 02:11:02] "GET /projects?obj_uuids=55bb6b3a-fa91-4d94-83b8-556c226174e8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001388 10.0.0.56 - - [2025-05-05 02:11:02] "GET /project/55bb6b3a-fa91-4d94-83b8-556c226174e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.050172 10.0.0.56 - - [2025-05-05 02:11:02] "POST /neutron/network HTTP/1.1" 200 824 0.005365 10.0.0.56 - - [2025-05-05 02:11:02] "POST /neutron/port HTTP/1.1" 200 117 0.004897 10.0.0.56 - - [2025-05-05 02:11:02] "POST /neutron/port HTTP/1.1" 200 117 0.004775 10.0.0.56 - - [2025-05-05 02:11:02] "POST /id-to-fqname HTTP/1.1" 200 221 0.001432 10.0.0.56 - - [2025-05-05 02:11:02] "POST /neutron/port HTTP/1.1" 200 117 0.007244 10.0.0.56 - - [2025-05-05 02:11:02] "POST /neutron/network HTTP/1.1" 200 834 0.005930 10.0.0.56 - - [2025-05-05 02:11:02] "GET /aaa-mode HTTP/1.1" 401 292 0.000440 10.0.0.56 - - [2025-05-05 02:11:03] "POST /neutron/network HTTP/1.1" 200 834 0.005640 10.0.0.56 - - [2025-05-05 02:11:03] "GET /projects?obj_uuids=55bb6b3a-fa91-4d94-83b8-556c226174e8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001172 10.0.0.56 - - [2025-05-05 02:11:03] "GET / HTTP/1.1" 200 35931 0.003949 10.0.0.56 - - [2025-05-05 02:11:03] "GET /project/55bb6b3a-fa91-4d94-83b8-556c226174e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001080 10.0.0.56 - - [2025-05-05 02:11:03] "POST /neutron/port HTTP/1.1" 200 1060 0.242515 10.0.0.56 - - [2025-05-05 02:11:03] "POST /neutron/port HTTP/1.1" 200 1060 0.010209 10.0.0.56 - - [2025-05-05 02:11:03] "POST /neutron/port HTTP/1.1" 200 1060 0.010778 10.0.0.56 - - [2025-05-05 02:11:03] "POST /neutron/port HTTP/1.1" 200 1114 0.065456 10.0.0.56 - - [2025-05-05 02:11:03] "POST /neutron/port HTTP/1.1" 200 1088 0.017976 10.0.0.56 - - [2025-05-05 02:11:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003504 10.0.0.56 - - [2025-05-05 02:11:03] "POST /neutron/subnet HTTP/1.1" 200 694 0.012449 10.0.0.56 - - [2025-05-05 02:11:03] "POST /neutron/port HTTP/1.1" 200 117 0.001177 10.0.0.56 - - [2025-05-05 02:11:03] "POST /neutron/network HTTP/1.1" 200 824 0.005510 10.0.0.56 - - [2025-05-05 02:11:03] "GET /projects?obj_uuids=55bb6b3a-fa91-4d94-83b8-556c226174e8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001177 10.0.0.56 - - [2025-05-05 02:11:03] "GET /project/55bb6b3a-fa91-4d94-83b8-556c226174e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.053785 10.0.0.56 - - [2025-05-05 02:11:03] "POST /neutron/network HTTP/1.1" 200 824 0.005464 10.0.0.56 - - [2025-05-05 02:11:03] "POST /neutron/port HTTP/1.1" 200 1088 0.034510 10.0.0.56 - - [2025-05-05 02:11:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009330 10.0.0.56 - - [2025-05-05 02:11:04] "POST /neutron/port HTTP/1.1" 200 117 0.007612 10.0.0.56 - - [2025-05-05 02:11:04] "POST /neutron/port HTTP/1.1" 200 1088 0.016993 10.0.0.56 - - [2025-05-05 02:11:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006376 10.0.0.56 - - [2025-05-05 02:11:04] "POST /neutron/network HTTP/1.1" 200 834 0.005719 10.0.0.56 - - [2025-05-05 02:11:04] "GET /projects?obj_uuids=55bb6b3a-fa91-4d94-83b8-556c226174e8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001127 10.0.0.56 - - [2025-05-05 02:11:04] "POST /neutron/port HTTP/1.1" 200 1060 0.252209 10.0.0.56 - - [2025-05-05 02:11:04] "POST /neutron/port HTTP/1.1" 200 1060 0.013164 10.0.0.56 - - [2025-05-05 02:11:04] "POST /neutron/port HTTP/1.1" 200 1060 0.014211 10.0.0.56 - - [2025-05-05 02:11:04] "POST /neutron/port HTTP/1.1" 200 1114 0.091841 10.0.0.56 - - [2025-05-05 02:11:04] "POST /neutron/port HTTP/1.1" 200 1088 0.021305 10.0.0.56 - - [2025-05-05 02:11:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007869 10.0.0.56 - - [2025-05-05 02:11:04] "POST /neutron/subnet HTTP/1.1" 200 694 0.036463 10.0.0.56 - - [2025-05-05 02:11:04] "POST /neutron/port HTTP/1.1" 200 117 0.001245 10.0.0.56 - - [2025-05-05 02:11:04] "POST /neutron/network HTTP/1.1" 200 824 0.005574 10.0.0.56 - - [2025-05-05 02:11:09] "POST /neutron/port HTTP/1.1" 200 1088 0.019681 10.0.0.56 - - [2025-05-05 02:11:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006475 10.0.0.56 - - [2025-05-05 02:11:09] "POST /neutron/port HTTP/1.1" 200 1088 0.014858 10.0.0.56 - - [2025-05-05 02:11:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006217 10.0.0.56 - - [2025-05-05 02:11:09] "POST /neutron/port HTTP/1.1" 200 1088 0.013725 10.0.0.56 - - [2025-05-05 02:11:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005836 10.0.0.56 - - [2025-05-05 02:11:09] "GET /virtual-machine/dee18838-a111-41cb-87e1-df868884d336 HTTP/1.1" 401 292 0.000443 10.0.0.56 - - [2025-05-05 02:11:09] "GET /virtual-machine/dee18838-a111-41cb-87e1-df868884d336 HTTP/1.1" 200 1293 0.027728 10.0.0.56 - - [2025-05-05 02:11:09] "GET /virtual-machine-interface/be7c9346-66d6-48bd-ba3b-4a17ee9c6f47 HTTP/1.1" 200 2946 0.005143 10.0.0.56 - - [2025-05-05 02:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.56 - - [2025-05-05 02:11:09] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003044 10.0.0.56 - - [2025-05-05 02:11:09] "GET /virtual-networks?parent_id=55bb6b3a-fa91-4d94-83b8-556c226174e8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002942 10.0.0.56 - - [2025-05-05 02:11:09] "GET /virtual-network/b4ae5fd4-26ad-433b-8989-239f38b3ec45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005713 10.0.0.56 - - [2025-05-05 02:11:12] "POST /neutron/port HTTP/1.1" 200 1088 0.016171 10.0.0.56 - - [2025-05-05 02:11:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005455 10.0.0.56 - - [2025-05-05 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.56 - - [2025-05-05 02:11:13] "GET /virtual-network/b4ae5fd4-26ad-433b-8989-239f38b3ec45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005194 10.0.0.56 - - [2025-05-05 02:11:14] "POST /neutron/port HTTP/1.1" 200 1088 0.014969 10.0.0.56 - - [2025-05-05 02:11:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004962 10.0.0.56 - - [2025-05-05 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.56 - - [2025-05-05 02:11:15] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004277 10.0.0.56 - - [2025-05-05 02:11:15] "GET /virtual-networks?parent_id=55bb6b3a-fa91-4d94-83b8-556c226174e8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004264 10.0.0.56 - - [2025-05-05 02:11:15] "GET /virtual-network/b4ae5fd4-26ad-433b-8989-239f38b3ec45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005862 10.0.0.56 - - [2025-05-05 02:11:15] "POST /neutron/port HTTP/1.1" 200 1088 0.016025 10.0.0.56 - - [2025-05-05 02:11:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005790 10.0.0.56 - - [2025-05-05 02:11:15] "POST /neutron/port HTTP/1.1" 200 1088 0.019576 10.0.0.56 - - [2025-05-05 02:11:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008489 10.0.0.56 - - [2025-05-05 02:11:15] "POST /neutron/port HTTP/1.1" 200 1088 0.020331 10.0.0.56 - - [2025-05-05 02:11:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006650 10.0.0.56 - - [2025-05-05 02:11:15] "GET /virtual-machine/4d28c976-193d-448e-8b76-3a581f734789 HTTP/1.1" 200 1293 0.006272 10.0.0.56 - - [2025-05-05 02:11:15] "GET /virtual-machine-interface/2018333e-efef-40e4-959c-32cc3315498d HTTP/1.1" 200 2945 0.008478 10.0.0.56 - - [2025-05-05 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.56 - - [2025-05-05 02:11:15] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004875 10.0.0.56 - - [2025-05-05 02:11:15] "GET /virtual-networks?parent_id=55bb6b3a-fa91-4d94-83b8-556c226174e8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003439 10.0.0.56 - - [2025-05-05 02:11:15] "GET /virtual-network/b4ae5fd4-26ad-433b-8989-239f38b3ec45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007158 10.0.0.56 - - [2025-05-05 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.56 - - [2025-05-05 02:11:16] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003578 10.0.0.56 - - [2025-05-05 02:11:17] "GET /virtual-networks?parent_id=55bb6b3a-fa91-4d94-83b8-556c226174e8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003048 10.0.0.56 - - [2025-05-05 02:11:17] "GET /virtual-network/b4ae5fd4-26ad-433b-8989-239f38b3ec45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007618 10.0.0.56 - - [2025-05-05 02:11:18] "POST /neutron/port HTTP/1.1" 200 1088 0.015215 10.0.0.56 - - [2025-05-05 02:11:18] "POST /neutron/port HTTP/1.1" 200 1088 0.014171 10.0.0.56 - - [2025-05-05 02:11:18] "POST /neutron/network HTTP/1.1" 200 834 0.005478 10.0.0.56 - - [2025-05-05 02:11:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003197 10.0.0.56 - - [2025-05-05 02:11:18] "POST /neutron/subnet HTTP/1.1" 200 694 0.010016 10.0.0.56 - - [2025-05-05 02:11:18] "POST /neutron/port HTTP/1.1" 200 117 0.001183 10.0.0.56 - - [2025-05-05 02:11:18] "POST /neutron/network HTTP/1.1" 200 824 0.005488 10.0.0.56 - - [2025-05-05 02:11:21] "POST /neutron/network HTTP/1.1" 200 824 0.005425 10.0.0.56 - - [2025-05-05 02:11:21] "POST /neutron/network HTTP/1.1" 400 204 0.012532 10.0.0.56 - - [2025-05-05 02:11:22] "POST /neutron/port HTTP/1.1" 200 1088 0.017586 10.0.0.56 - - [2025-05-05 02:11:22] "POST /neutron/port HTTP/1.1" 200 1114 0.008834 10.0.0.56 - - [2025-05-05 02:11:22] "POST /neutron/port HTTP/1.1" 200 1088 0.021217 10.0.0.56 - - [2025-05-05 02:11:22] "POST /neutron/port HTTP/1.1" 200 1114 0.010963 10.0.0.56 - - [2025-05-05 02:11:22] "POST /neutron/port HTTP/1.1" 200 151 0.148637 10.0.0.56 - - [2025-05-05 02:11:22] "POST /neutron/port HTTP/1.1" 200 151 0.118016 10.0.0.56 - - [2025-05-05 02:11:24] "POST /neutron/network HTTP/1.1" 200 824 0.006146 10.0.0.56 - - [2025-05-05 02:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005411 10.0.0.56 - - [2025-05-05 02:11:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003123 10.0.0.56 - - [2025-05-05 02:11:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002873 10.0.0.56 - - [2025-05-05 02:11:24] "POST /neutron/network HTTP/1.1" 200 151 0.087470 10.0.0.56 - - [2025-05-05 02:11:24] "DELETE /route-target/70fe603e-ab5b-4a05-92a9-8cd4319f2016 HTTP/1.1" 200 115 0.015259 10.0.0.56 - - [2025-05-05 02:11:24] "GET /projects?obj_uuids=55bb6b3a-fa91-4d94-83b8-556c226174e8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001150 10.0.0.56 - - [2025-05-05 02:11:24] "GET /project/55bb6b3a-fa91-4d94-83b8-556c226174e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.025315 10.0.0.56 - - [2025-05-05 02:11:24] "GET /projects?obj_uuids=55bb6b3a-fa91-4d94-83b8-556c226174e8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001111 10.0.0.56 - - [2025-05-05 02:11:24] "GET /project/55bb6b3a-fa91-4d94-83b8-556c226174e8?fields=virtual_networks HTTP/1.1" 200 1033 0.073866 10.0.0.56 - - [2025-05-05 02:11:24] "GET /projects?obj_uuids=55bb6b3a-fa91-4d94-83b8-556c226174e8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001162 10.0.0.56 - - [2025-05-05 02:11:24] "GET /project/55bb6b3a-fa91-4d94-83b8-556c226174e8?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.023471 10.0.0.56 - - [2025-05-05 02:11:24] "GET /projects?obj_uuids=55bb6b3a-fa91-4d94-83b8-556c226174e8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001306 10.0.0.56 - - [2025-05-05 02:11:24] "GET /project/55bb6b3a-fa91-4d94-83b8-556c226174e8?fields=security_groups HTTP/1.1" 200 1260 0.023988 10.0.0.56 - - [2025-05-05 02:11:25] "POST /fqname-to-id HTTP/1.1" 404 188 0.023906 10.0.0.56 - - [2025-05-05 02:11:25] "GET /projects?obj_uuids=7d569ba5-d60f-4c5d-9f9f-94525d7cfbef&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003270 10.0.0.56 - - [2025-05-05 02:11:25] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001675 10.0.0.56 - - [2025-05-05 02:11:25] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009421 10.0.0.56 - - [2025-05-05 02:11:25] "POST /id-to-fqname HTTP/1.1" 200 190 0.002131 10.0.0.56 - - [2025-05-05 02:11:25] "POST /fqname-to-id HTTP/1.1" 404 199 0.003467 10.0.0.56 - - [2025-05-05 02:11:25] "POST /security-groups HTTP/1.1" 200 591 0.059864 10.0.0.56 - - [2025-05-05 02:11:25] "POST /fqname-to-id HTTP/1.1" 404 234 0.002675 10.0.0.56 - - [2025-05-05 02:11:25] "POST /projects HTTP/1.1" 200 585 0.213960 10.0.0.56 - - [2025-05-05 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.286520 10.0.0.56 - - [2025-05-05 02:11:25] "POST /access-control-lists HTTP/1.1" 200 596 0.060438 10.0.0.56 - - [2025-05-05 02:11:25] "POST /fqname-to-id HTTP/1.1" 404 233 0.004066 10.0.0.56 - - [2025-05-05 02:11:25] "GET /project/7d569ba5-d60f-4c5d-9f9f-94525d7cfbef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.420542 10.0.0.56 - - [2025-05-05 02:11:25] "POST /access-control-lists HTTP/1.1" 200 594 0.061608 10.0.0.56 - - [2025-05-05 02:11:26] "GET / HTTP/1.1" 200 35931 0.002169 10.0.0.56 - - [2025-05-05 02:11:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000476 10.0.0.56 - - [2025-05-05 02:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.055324 10.0.0.56 - - [2025-05-05 02:11:28] "GET /projects?obj_uuids=7d569ba5-d60f-4c5d-9f9f-94525d7cfbef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001172 10.0.0.56 - - [2025-05-05 02:11:28] "GET /project/7d569ba5-d60f-4c5d-9f9f-94525d7cfbef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.030792 10.0.0.56 - - [2025-05-05 02:11:28] "POST /neutron/network HTTP/1.1" 200 117 0.029839 10.0.0.56 - - [2025-05-05 02:11:28] "GET /projects?obj_uuids=7d569ba5-d60f-4c5d-9f9f-94525d7cfbef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001590 10.0.0.56 - - [2025-05-05 02:11:28] "POST /neutron/network HTTP/1.1" 200 625 0.071930 10.0.0.56 - - [2025-05-05 02:11:28] "POST /route-targets HTTP/1.1" 200 327 0.010604 10.0.0.56 - - [2025-05-05 02:11:28] "POST /ref-update HTTP/1.1" 200 156 0.015117 10.0.0.56 - - [2025-05-05 02:11:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002702 10.0.0.56 - - [2025-05-05 02:11:28] "POST /neutron/subnet HTTP/1.1" 200 701 0.191685 10.0.0.56 - - [2025-05-05 02:11:28] "POST /neutron/network HTTP/1.1" 200 839 0.005468 10.0.0.56 - - [2025-05-05 02:11:28] "POST /id-to-fqname HTTP/1.1" 200 230 0.001243 10.0.0.56 - - [2025-05-05 02:11:28] "GET /virtual-network/d14b9d7e-0cc8-4f72-bad5-4d6cebb8fd7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005174 10.0.0.56 - - [2025-05-05 02:11:28] "POST /neutron/network HTTP/1.1" 200 839 0.005481 10.0.0.56 - - [2025-05-05 02:11:28] "GET /virtual-network/d14b9d7e-0cc8-4f72-bad5-4d6cebb8fd7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005345 10.0.0.56 - - [2025-05-05 02:11:28] "POST /neutron/network HTTP/1.1" 200 839 0.005623 10.0.0.56 - - [2025-05-05 02:11:28] "POST /neutron/subnet HTTP/1.1" 200 701 0.006615 10.0.0.56 - - [2025-05-05 02:11:28] "POST /neutron/network HTTP/1.1" 200 839 0.004904 10.0.0.56 - - [2025-05-05 02:11:28] "POST /id-to-fqname HTTP/1.1" 200 230 0.001185 10.0.0.56 - - [2025-05-05 02:11:28] "POST /neutron/network HTTP/1.1" 200 849 0.005818 10.0.0.56 - - [2025-05-05 02:11:28] "GET /aaa-mode HTTP/1.1" 401 292 0.000439 10.0.0.56 - - [2025-05-05 02:11:29] "GET / HTTP/1.1" 200 35931 0.001724 10.0.0.56 - - [2025-05-05 02:11:29] "GET /project/7d569ba5-d60f-4c5d-9f9f-94525d7cfbef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000410 10.0.0.56 - - [2025-05-05 02:11:29] "GET /projects?obj_uuids=7d569ba5-d60f-4c5d-9f9f-94525d7cfbef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001205 10.0.0.56 - - [2025-05-05 02:11:29] "GET /project/7d569ba5-d60f-4c5d-9f9f-94525d7cfbef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.056209 10.0.0.56 - - [2025-05-05 02:11:29] "POST /neutron/network HTTP/1.1" 200 839 0.007455 10.0.0.56 - - [2025-05-05 02:11:29] "POST /neutron/port HTTP/1.1" 200 117 0.006513 10.0.0.56 - - [2025-05-05 02:11:29] "POST /neutron/port HTTP/1.1" 200 117 0.005046 10.0.0.56 - - [2025-05-05 02:11:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.56 - - [2025-05-05 02:11:29] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003188 10.0.0.56 - - [2025-05-05 02:11:29] "PUT /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2 HTTP/1.1" 200 276 0.009562 10.0.0.56 - - [2025-05-05 02:11:30] "POST /neutron/port HTTP/1.1" 200 117 0.004994 10.0.0.56 - - [2025-05-05 02:11:30] "POST /neutron/network HTTP/1.1" 200 849 0.005592 10.0.0.56 - - [2025-05-05 02:11:30] "GET /projects?obj_uuids=7d569ba5-d60f-4c5d-9f9f-94525d7cfbef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001132 10.0.0.56 - - [2025-05-05 02:11:30] "POST /neutron/port HTTP/1.1" 200 1055 0.201557 10.0.0.56 - - [2025-05-05 02:11:30] "POST /neutron/port HTTP/1.1" 200 1055 0.009222 10.0.0.56 - - [2025-05-05 02:11:30] "POST /neutron/port HTTP/1.1" 200 1055 0.010737 10.0.0.56 - - [2025-05-05 02:11:30] "POST /neutron/port HTTP/1.1" 200 1109 0.068818 10.0.0.56 - - [2025-05-05 02:11:30] "POST /neutron/port HTTP/1.1" 200 1083 0.015715 10.0.0.56 - - [2025-05-05 02:11:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003184 10.0.0.56 - - [2025-05-05 02:11:30] "POST /neutron/subnet HTTP/1.1" 200 675 0.010334 10.0.0.56 - - [2025-05-05 02:11:30] "POST /neutron/port HTTP/1.1" 200 117 0.001314 10.0.0.56 - - [2025-05-05 02:11:30] "POST /neutron/network HTTP/1.1" 200 839 0.005450 10.0.0.56 - - [2025-05-05 02:11:35] "POST /neutron/port HTTP/1.1" 200 1083 0.015541 10.0.0.56 - - [2025-05-05 02:11:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006497 10.0.0.56 - - [2025-05-05 02:11:35] "POST /neutron/port HTTP/1.1" 200 1083 0.014085 10.0.0.56 - - [2025-05-05 02:11:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005751 10.0.0.56 - - [2025-05-05 02:11:35] "POST /neutron/port HTTP/1.1" 200 1083 0.015589 10.0.0.56 - - [2025-05-05 02:11:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005909 10.0.0.56 - - [2025-05-05 02:11:35] "GET /virtual-machine/e7fc0767-562f-4a9f-a556-894f280af7e7 HTTP/1.1" 401 292 0.000433 10.0.0.56 - - [2025-05-05 02:11:35] "GET /virtual-machine/e7fc0767-562f-4a9f-a556-894f280af7e7 HTTP/1.1" 200 1293 0.026753 10.0.0.56 - - [2025-05-05 02:11:35] "GET /virtual-machine-interface/da457b5d-71a4-4fb7-a96e-fde56b877503 HTTP/1.1" 200 2971 0.005007 10.0.0.56 - - [2025-05-05 02:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.56 - - [2025-05-05 02:11:35] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.003285 10.0.0.56 - - [2025-05-05 02:11:35] "GET /virtual-networks?parent_id=7d569ba5-d60f-4c5d-9f9f-94525d7cfbef&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003270 10.0.0.56 - - [2025-05-05 02:11:35] "GET /virtual-network/d14b9d7e-0cc8-4f72-bad5-4d6cebb8fd7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005615 10.0.0.56 - - [2025-05-05 02:11:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.56 - - [2025-05-05 02:11:39] "GET /virtual-network/d14b9d7e-0cc8-4f72-bad5-4d6cebb8fd7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005536 10.0.0.56 - - [2025-05-05 02:11:40] "POST /neutron/port HTTP/1.1" 200 1083 0.016437 10.0.0.56 - - [2025-05-05 02:11:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005384 10.0.0.56 - - [2025-05-05 02:11:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.56 - - [2025-05-05 02:11:41] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.002984 10.0.0.56 - - [2025-05-05 02:11:41] "GET /virtual-networks?parent_id=7d569ba5-d60f-4c5d-9f9f-94525d7cfbef&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002908 10.0.0.56 - - [2025-05-05 02:11:41] "GET /virtual-network/d14b9d7e-0cc8-4f72-bad5-4d6cebb8fd7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005766 10.0.0.56 - - [2025-05-05 02:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.56 - - [2025-05-05 02:11:43] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.003666 10.0.0.56 - - [2025-05-05 02:11:43] "PUT /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2 HTTP/1.1" 200 276 0.008752 10.0.0.56 - - [2025-05-05 02:11:43] "POST /neutron/network HTTP/1.1" 200 839 0.005784 10.0.0.56 - - [2025-05-05 02:11:43] "POST /neutron/network HTTP/1.1" 400 204 0.011180 10.0.0.56 - - [2025-05-05 02:11:44] "POST /neutron/port HTTP/1.1" 200 1083 0.015347 10.0.0.56 - - [2025-05-05 02:11:44] "POST /neutron/port HTTP/1.1" 200 1109 0.008487 10.0.0.56 - - [2025-05-05 02:11:44] "POST /neutron/port HTTP/1.1" 200 151 0.105150 10.0.0.56 - - [2025-05-05 02:11:45] "DELETE /project/7d569ba5d60f4c5d9f9f94525d7cfbef HTTP/1.1" 404 173 0.036202 10.0.0.56 - - [2025-05-05 02:11:45] "DELETE /project/55bb6b3afa914d9483b8556c226174e8 HTTP/1.1" 404 173 0.075647 10.0.0.56 - - [2025-05-05 02:11:45] "POST /neutron/network HTTP/1.1" 200 839 0.005092 10.0.0.56 - - [2025-05-05 02:11:45] "GET /projects?obj_uuids=f6442f95-db70-4c2c-bb35-dd7cf0b8cb05&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001091 10.0.0.56 - - [2025-05-05 02:11:45] "GET /projects?obj_uuids=55bb6b3a-fa91-4d94-83b8-556c226174e8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002306 10.0.0.56 - - [2025-05-05 02:11:45] "GET /project/f6442f95-db70-4c2c-bb35-dd7cf0b8cb05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.083451 10.0.0.56 - - [2025-05-05 02:11:45] "GET /projects?obj_uuids=f6442f95-db70-4c2c-bb35-dd7cf0b8cb05&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001062 10.0.0.56 - - [2025-05-05 02:11:45] "GET /project/f6442f95-db70-4c2c-bb35-dd7cf0b8cb05?fields=security_groups HTTP/1.1" 200 1367 0.028247 10.0.0.56 - - [2025-05-05 02:11:45] "GET /project/55bb6b3a-fa91-4d94-83b8-556c226174e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.134806 10.0.0.56 - - [2025-05-05 02:11:45] "GET /projects?obj_uuids=55bb6b3a-fa91-4d94-83b8-556c226174e8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001097 10.0.0.56 - - [2025-05-05 02:11:45] "GET /project/55bb6b3a-fa91-4d94-83b8-556c226174e8?fields=security_groups HTTP/1.1" 200 1365 0.038152 10.0.0.56 - - [2025-05-05 02:11:45] "POST /useragent-kv HTTP/1.1" 200 115 0.004412 10.0.0.56 - - [2025-05-05 02:11:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002517 10.0.0.56 - - [2025-05-05 02:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.034580 10.0.0.56 - - [2025-05-05 02:11:45] "POST /neutron/network HTTP/1.1" 200 151 0.190102 10.0.0.56 - - [2025-05-05 02:11:45] "DELETE /security-group/d10d8829-e865-4533-b6a3-2f0cddbdda77 HTTP/1.1" 200 115 0.071074 10.0.0.56 - - [2025-05-05 02:11:45] "GET /projects?obj_uuids=f6442f95-db70-4c2c-bb35-dd7cf0b8cb05&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001627 10.0.0.56 - - [2025-05-05 02:11:45] "DELETE /route-target/4089fad0-b9e7-4948-b2f5-87b1cc863c19 HTTP/1.1" 200 115 0.029765 10.0.0.56 - - [2025-05-05 02:11:45] "DELETE /security-group/d166fa0a-1473-4aff-b85a-d3ce0ca0331a HTTP/1.1" 200 115 0.061284 10.0.0.56 - - [2025-05-05 02:11:45] "GET /projects?obj_uuids=55bb6b3a-fa91-4d94-83b8-556c226174e8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001260 10.0.0.56 - - [2025-05-05 02:11:45] "GET /project/f6442f95-db70-4c2c-bb35-dd7cf0b8cb05?fields=application_policy_sets HTTP/1.1" 200 1406 0.092040 10.0.0.56 - - [2025-05-05 02:11:45] "DELETE /access-control-list/ad56e21f-2b66-4541-b735-adb9374a72eb HTTP/1.1" 200 115 0.067083 10.0.0.56 - - [2025-05-05 02:11:45] "DELETE /access-control-list/8d909f2f-f724-4897-9bfe-78b26d132eb4 HTTP/1.1" 200 115 0.019675 10.0.0.56 - - [2025-05-05 02:11:45] "GET /project/55bb6b3a-fa91-4d94-83b8-556c226174e8?fields=application_policy_sets HTTP/1.1" 200 1404 0.075410 10.0.0.56 - - [2025-05-05 02:11:45] "DELETE /access-control-list/25789313-ad54-4f24-aa5c-72ee3fb99406 HTTP/1.1" 200 115 0.026399 10.0.0.56 - - [2025-05-05 02:11:45] "DELETE /access-control-list/45b2292e-3230-4774-9166-3f3f4a599eac HTTP/1.1" 200 115 0.029207 10.0.0.56 - - [2025-05-05 02:11:45] "DELETE /project/f6442f95-db70-4c2c-bb35-dd7cf0b8cb05 HTTP/1.1" 200 115 0.525005 10.0.0.56 - - [2025-05-05 02:11:46] "DELETE /project/55bb6b3a-fa91-4d94-83b8-556c226174e8 HTTP/1.1" 200 115 0.550776 10.0.0.56 - - [2025-05-05 02:11:46] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.002872 10.0.0.56 - - [2025-05-05 02:11:46] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2 HTTP/1.1" 200 1826 0.003249 10.0.0.56 - - [2025-05-05 02:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002585 10.0.0.56 - - [2025-05-05 02:11:46] "GET /projects?obj_uuids=7d569ba5-d60f-4c5d-9f9f-94525d7cfbef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001063 10.0.0.56 - - [2025-05-05 02:11:46] "GET /project/7d569ba5-d60f-4c5d-9f9f-94525d7cfbef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.024288 10.0.0.56 - - [2025-05-05 02:11:46] "POST /neutron/network HTTP/1.1" 200 117 0.008918 10.0.0.56 - - [2025-05-05 02:11:46] "GET /projects?obj_uuids=7d569ba5-d60f-4c5d-9f9f-94525d7cfbef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001248 10.0.0.56 - - [2025-05-05 02:11:46] "POST /neutron/network HTTP/1.1" 200 605 0.080125 10.0.0.56 - - [2025-05-05 02:11:46] "POST /route-targets HTTP/1.1" 200 327 0.012204 10.0.0.56 - - [2025-05-05 02:11:46] "POST /ref-update HTTP/1.1" 200 156 0.012067 10.0.0.56 - - [2025-05-05 02:11:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003793 10.0.0.56 - - [2025-05-05 02:11:46] "POST /neutron/subnet HTTP/1.1" 200 729 0.215729 10.0.0.56 - - [2025-05-05 02:11:46] "POST /neutron/network HTTP/1.1" 200 825 0.005828 10.0.0.56 - - [2025-05-05 02:11:46] "POST /id-to-fqname HTTP/1.1" 200 220 0.001246 10.0.0.56 - - [2025-05-05 02:11:46] "GET /virtual-network/17d8ad0f-4c45-4b74-8028-0e36ee22ee0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005232 10.0.0.56 - - [2025-05-05 02:11:46] "POST /neutron/network HTTP/1.1" 200 825 0.005640 10.0.0.56 - - [2025-05-05 02:11:46] "GET /virtual-network/17d8ad0f-4c45-4b74-8028-0e36ee22ee0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005647 10.0.0.56 - - [2025-05-05 02:11:46] "POST /neutron/network HTTP/1.1" 200 825 0.006078 10.0.0.56 - - [2025-05-05 02:11:46] "POST /neutron/subnet HTTP/1.1" 200 729 0.006967 10.0.0.56 - - [2025-05-05 02:11:46] "POST /id-to-fqname HTTP/1.1" 200 220 0.001928 10.0.0.56 - - [2025-05-05 02:11:47] "POST /neutron/network HTTP/1.1" 200 835 0.005559 10.0.0.56 - - [2025-05-05 02:11:47] "GET /aaa-mode HTTP/1.1" 401 292 0.000478 10.0.0.56 - - [2025-05-05 02:11:47] "GET / HTTP/1.1" 200 35931 0.001844 10.0.0.56 - - [2025-05-05 02:11:47] "GET /project/7d569ba5-d60f-4c5d-9f9f-94525d7cfbef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000412 10.0.0.56 - - [2025-05-05 02:11:47] "GET /projects?obj_uuids=7d569ba5-d60f-4c5d-9f9f-94525d7cfbef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001215 10.0.0.56 - - [2025-05-05 02:11:47] "GET /project/7d569ba5-d60f-4c5d-9f9f-94525d7cfbef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.050402 10.0.0.56 - - [2025-05-05 02:11:47] "POST /neutron/network HTTP/1.1" 200 825 0.027225 10.0.0.56 - - [2025-05-05 02:11:48] "POST /neutron/port HTTP/1.1" 200 117 0.005587 10.0.0.56 - - [2025-05-05 02:11:48] "POST /neutron/port HTTP/1.1" 200 117 0.004991 10.0.0.56 - - [2025-05-05 02:11:48] "POST /neutron/port HTTP/1.1" 200 117 0.005322 10.0.0.56 - - [2025-05-05 02:11:48] "POST /neutron/network HTTP/1.1" 200 835 0.007368 10.0.0.56 - - [2025-05-05 02:11:48] "GET /projects?obj_uuids=7d569ba5-d60f-4c5d-9f9f-94525d7cfbef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001611 10.0.0.56 - - [2025-05-05 02:11:48] "POST /neutron/port HTTP/1.1" 200 1061 0.221847 10.0.0.56 - - [2025-05-05 02:11:48] "POST /neutron/port HTTP/1.1" 200 1061 0.030158 10.0.0.56 - - [2025-05-05 02:11:48] "POST /neutron/port HTTP/1.1" 200 1061 0.007954 10.0.0.56 - - [2025-05-05 02:11:48] "POST /neutron/port HTTP/1.1" 200 1115 0.064374 10.0.0.56 - - [2025-05-05 02:11:48] "POST /neutron/port HTTP/1.1" 200 1089 0.016316 10.0.0.56 - - [2025-05-05 02:11:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002954 10.0.0.56 - - [2025-05-05 02:11:49] "POST /neutron/subnet HTTP/1.1" 200 703 0.010180 10.0.0.56 - - [2025-05-05 02:11:49] "POST /neutron/port HTTP/1.1" 200 117 0.001324 10.0.0.56 - - [2025-05-05 02:11:49] "POST /neutron/network HTTP/1.1" 200 825 0.005894 10.0.0.56 - - [2025-05-05 02:11:53] "GET /obj-perms HTTP/1.1" 200 5056 0.046351 10.0.0.56 - - [2025-05-05 02:11:53] "POST /neutron/port HTTP/1.1" 200 1089 0.015487 10.0.0.56 - - [2025-05-05 02:11:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006427 10.0.0.56 - - [2025-05-05 02:11:53] "POST /neutron/port HTTP/1.1" 200 1089 0.015975 10.0.0.56 - - [2025-05-05 02:11:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006442 10.0.0.56 - - [2025-05-05 02:11:53] "POST /neutron/port HTTP/1.1" 200 1089 0.014601 10.0.0.56 - - [2025-05-05 02:11:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006693 10.0.0.56 - - [2025-05-05 02:11:53] "GET /virtual-machine/bab8e0bf-1846-47e3-aa5d-46afb1db16d1 HTTP/1.1" 200 1293 0.004346 10.0.0.56 - - [2025-05-05 02:11:53] "GET /virtual-machine-interface/16bbee59-b082-46dd-ad87-b69c4b8138c6 HTTP/1.1" 200 2940 0.006226 10.0.0.56 - - [2025-05-05 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.56 - - [2025-05-05 02:11:53] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003255 10.0.0.56 - - [2025-05-05 02:11:53] "GET /virtual-networks?parent_id=7d569ba5-d60f-4c5d-9f9f-94525d7cfbef&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003031 10.0.0.56 - - [2025-05-05 02:11:53] "GET /virtual-network/17d8ad0f-4c45-4b74-8028-0e36ee22ee0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005763 10.0.0.56 - - [2025-05-05 02:11:53] "GET /obj-perms HTTP/1.1" 200 5056 0.045901 10.0.0.56 - - [2025-05-05 02:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.56 - - [2025-05-05 02:11:56] "GET /virtual-network/17d8ad0f-4c45-4b74-8028-0e36ee22ee0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004771 10.0.0.56 - - [2025-05-05 02:11:58] "POST /neutron/port HTTP/1.1" 200 1089 0.016192 10.0.0.56 - - [2025-05-05 02:11:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005448 10.0.0.56 - - [2025-05-05 02:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.56 - - [2025-05-05 02:12:00] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003346 10.0.0.56 - - [2025-05-05 02:12:00] "GET /virtual-networks?parent_id=7d569ba5-d60f-4c5d-9f9f-94525d7cfbef&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003013 10.0.0.56 - - [2025-05-05 02:12:00] "GET /virtual-network/17d8ad0f-4c45-4b74-8028-0e36ee22ee0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005794 10.0.0.56 - - [2025-05-05 02:12:02] "POST /neutron/network HTTP/1.1" 200 825 0.006459 10.0.0.56 - - [2025-05-05 02:12:02] "POST /neutron/network HTTP/1.1" 400 204 0.010890 10.0.0.56 - - [2025-05-05 02:12:03] "POST /neutron/port HTTP/1.1" 200 1089 0.017078 10.0.0.56 - - [2025-05-05 02:12:03] "POST /neutron/port HTTP/1.1" 200 1115 0.008468 10.0.0.56 - - [2025-05-05 02:12:03] "POST /neutron/port HTTP/1.1" 200 151 0.102608 10.0.0.56 - - [2025-05-05 02:12:04] "POST /neutron/network HTTP/1.1" 200 825 0.006124 10.0.0.56 - - [2025-05-05 02:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.56 - - [2025-05-05 02:12:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002338 10.0.0.56 - - [2025-05-05 02:12:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003611 10.0.0.56 - - [2025-05-05 02:12:04] "POST /neutron/network HTTP/1.1" 200 151 0.092966 10.0.0.56 - - [2025-05-05 02:12:04] "DELETE /route-target/5b8c7b9c-ad51-4c22-9cd7-ac269d3f1718 HTTP/1.1" 200 115 0.020828 10.0.0.56 - - [2025-05-05 02:12:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002876 10.0.0.56 - - [2025-05-05 02:12:05] "POST /network-ipams HTTP/1.1" 200 541 0.016471 10.0.0.56 - - [2025-05-05 02:12:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.002826 10.0.0.56 - - [2025-05-05 02:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.56 - - [2025-05-05 02:12:05] "GET /network-ipam/e19eb6f4-0dd8-4a4d-af2a-9f029c25045d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.005125 10.0.0.56 - - [2025-05-05 02:12:05] "PUT /network-ipam/e19eb6f4-0dd8-4a4d-af2a-9f029c25045d HTTP/1.1" 200 258 0.009485 10.0.0.56 - - [2025-05-05 02:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.56 - - [2025-05-05 02:12:05] "GET /projects?obj_uuids=7d569ba5-d60f-4c5d-9f9f-94525d7cfbef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001809 10.0.0.56 - - [2025-05-05 02:12:05] "GET /project/7d569ba5-d60f-4c5d-9f9f-94525d7cfbef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.032439 10.0.0.56 - - [2025-05-05 02:12:05] "POST /neutron/network HTTP/1.1" 200 117 0.007685 10.0.0.56 - - [2025-05-05 02:12:05] "GET /projects?obj_uuids=7d569ba5-d60f-4c5d-9f9f-94525d7cfbef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001167 10.0.0.56 - - [2025-05-05 02:12:06] "POST /neutron/network HTTP/1.1" 200 605 0.069772 10.0.0.56 - - [2025-05-05 02:12:06] "POST /route-targets HTTP/1.1" 200 327 0.013275 10.0.0.56 - - [2025-05-05 02:12:06] "POST /ref-update HTTP/1.1" 200 156 0.016258 10.0.0.56 - - [2025-05-05 02:12:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002555 10.0.0.56 - - [2025-05-05 02:12:06] "POST /neutron/subnet HTTP/1.1" 200 699 0.197288 10.0.0.56 - - [2025-05-05 02:12:06] "POST /useragent-kv HTTP/1.1" 200 115 0.004349 10.0.0.56 - - [2025-05-05 02:12:06] "POST /neutron/subnet HTTP/1.1" 200 699 0.142359 10.0.0.56 - - [2025-05-05 02:12:06] "POST /neutron/network HTTP/1.1" 200 994 0.006945 10.0.0.56 - - [2025-05-05 02:12:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.001352 10.0.0.56 - - [2025-05-05 02:12:06] "GET /virtual-network/d0bb0d5e-08df-4a88-add9-db26efed76f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005221 10.0.0.56 - - [2025-05-05 02:12:06] "POST /neutron/network HTTP/1.1" 200 994 0.007844 10.0.0.56 - - [2025-05-05 02:12:06] "GET /virtual-network/d0bb0d5e-08df-4a88-add9-db26efed76f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004932 10.0.0.56 - - [2025-05-05 02:12:06] "POST /neutron/network HTTP/1.1" 200 994 0.007640 10.0.0.56 - - [2025-05-05 02:12:06] "POST /neutron/subnet HTTP/1.1" 200 699 0.008363 10.0.0.56 - - [2025-05-05 02:12:06] "POST /neutron/subnet HTTP/1.1" 200 699 0.006765 10.0.0.56 - - [2025-05-05 02:12:06] "POST /neutron/network HTTP/1.1" 200 994 0.006982 10.0.0.56 - - [2025-05-05 02:12:06] "POST /neutron/subnet HTTP/1.1" 200 699 0.006634 10.0.0.56 - - [2025-05-05 02:12:06] "POST /neutron/subnet HTTP/1.1" 200 699 0.006763 10.0.0.56 - - [2025-05-05 02:12:06] "GET /projects?obj_uuids=7d569ba5-d60f-4c5d-9f9f-94525d7cfbef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001484 10.0.0.56 - - [2025-05-05 02:12:06] "POST /neutron/port HTTP/1.1" 200 1017 0.169487 10.0.0.56 - - [2025-05-05 02:12:06] "GET /projects?obj_uuids=7d569ba5-d60f-4c5d-9f9f-94525d7cfbef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001211 10.0.0.56 - - [2025-05-05 02:12:07] "POST /neutron/port HTTP/1.1" 200 1017 0.169988 10.0.0.56 - - [2025-05-05 02:12:07] "POST /id-to-fqname HTTP/1.1" 200 220 0.002106 10.0.0.56 - - [2025-05-05 02:12:07] "POST /neutron/port HTTP/1.1" 200 1017 0.007694 10.0.0.56 - - [2025-05-05 02:12:07] "POST /neutron/port HTTP/1.1" 200 1017 0.007693 10.0.0.56 - - [2025-05-05 02:12:07] "POST /neutron/network HTTP/1.1" 200 994 0.007090 10.0.0.56 - - [2025-05-05 02:12:07] "POST /neutron/port HTTP/1.1" 200 1017 0.007230 10.0.0.56 - - [2025-05-05 02:12:07] "POST /neutron/port HTTP/1.1" 200 117 0.006578 10.0.0.56 - - [2025-05-05 02:12:07] "POST /neutron/port HTTP/1.1" 200 117 0.006971 10.0.0.56 - - [2025-05-05 02:12:07] "POST /id-to-fqname HTTP/1.1" 200 220 0.002007 10.0.0.56 - - [2025-05-05 02:12:07] "POST /neutron/port HTTP/1.1" 200 117 0.006594 10.0.0.56 - - [2025-05-05 02:12:07] "POST /neutron/port HTTP/1.1" 200 1017 0.011199 10.0.0.56 - - [2025-05-05 02:12:07] "POST /neutron/port HTTP/1.1" 200 1017 0.010572 10.0.0.56 - - [2025-05-05 02:12:07] "POST /neutron/network HTTP/1.1" 200 994 0.009576 10.0.0.56 - - [2025-05-05 02:12:07] "POST /neutron/port HTTP/1.1" 200 1017 0.008268 10.0.0.56 - - [2025-05-05 02:12:07] "POST /neutron/port HTTP/1.1" 200 1017 0.007586 10.0.0.56 - - [2025-05-05 02:12:07] "POST /neutron/port HTTP/1.1" 200 1017 0.008418 10.0.0.56 - - [2025-05-05 02:12:07] "POST /neutron/port HTTP/1.1" 200 117 0.006837 10.0.0.56 - - [2025-05-05 02:12:07] "POST /neutron/port HTTP/1.1" 200 117 0.004949 10.0.0.56 - - [2025-05-05 02:12:07] "POST /id-to-fqname HTTP/1.1" 200 220 0.001521 10.0.0.56 - - [2025-05-05 02:12:07] "POST /neutron/port HTTP/1.1" 200 117 0.006092 10.0.0.56 - - [2025-05-05 02:12:08] "POST /neutron/network HTTP/1.1" 200 1004 0.007462 10.0.0.56 - - [2025-05-05 02:12:08] "GET /aaa-mode HTTP/1.1" 401 292 0.000445 10.0.0.56 - - [2025-05-05 02:12:08] "POST /neutron/port HTTP/1.1" 200 1017 0.008213 10.0.0.56 - - [2025-05-05 02:12:08] "POST /neutron/network HTTP/1.1" 200 1004 0.021094 10.0.0.56 - - [2025-05-05 02:12:08] "POST /neutron/port HTTP/1.1" 200 1017 0.007746 10.0.0.56 - - [2025-05-05 02:12:08] "POST /neutron/port HTTP/1.1" 200 1017 0.011710 10.0.0.56 - - [2025-05-05 02:12:08] "GET / HTTP/1.1" 200 35931 0.002740 10.0.0.56 - - [2025-05-05 02:12:08] "GET /project/7d569ba5-d60f-4c5d-9f9f-94525d7cfbef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000413 10.0.0.56 - - [2025-05-05 02:12:08] "POST /neutron/port HTTP/1.1" 200 1109 0.099832 10.0.0.56 - - [2025-05-05 02:12:08] "POST /neutron/port HTTP/1.1" 200 1017 0.008270 10.0.0.56 - - [2025-05-05 02:12:08] "POST /neutron/network HTTP/1.1" 200 1004 0.012153 10.0.0.56 - - [2025-05-05 02:12:08] "POST /neutron/port HTTP/1.1" 200 1083 0.015351 10.0.0.56 - - [2025-05-05 02:12:08] "POST /neutron/port HTTP/1.1" 200 1017 0.007009 10.0.0.56 - - [2025-05-05 02:12:08] "POST /neutron/port HTTP/1.1" 200 1017 0.008870 10.0.0.56 - - [2025-05-05 02:12:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003372 10.0.0.56 - - [2025-05-05 02:12:08] "POST /neutron/subnet HTTP/1.1" 200 673 0.027005 10.0.0.56 - - [2025-05-05 02:12:08] "POST /neutron/port HTTP/1.1" 200 117 0.001171 10.0.0.56 - - [2025-05-05 02:12:08] "POST /neutron/port HTTP/1.1" 200 1109 0.093349 10.0.0.56 - - [2025-05-05 02:12:08] "POST /neutron/network HTTP/1.1" 200 994 0.006643 10.0.0.56 - - [2025-05-05 02:12:08] "POST /neutron/port HTTP/1.1" 200 1083 0.015850 10.0.0.56 - - [2025-05-05 02:12:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003423 10.0.0.56 - - [2025-05-05 02:12:08] "POST /neutron/subnet HTTP/1.1" 200 673 0.012653 10.0.0.56 - - [2025-05-05 02:12:08] "POST /neutron/port HTTP/1.1" 200 117 0.001153 10.0.0.56 - - [2025-05-05 02:12:08] "GET /projects?obj_uuids=7d569ba5-d60f-4c5d-9f9f-94525d7cfbef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001153 10.0.0.56 - - [2025-05-05 02:12:08] "POST /neutron/network HTTP/1.1" 200 994 0.014260 10.0.0.56 - - [2025-05-05 02:12:08] "GET /project/7d569ba5-d60f-4c5d-9f9f-94525d7cfbef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.057623 10.0.0.56 - - [2025-05-05 02:12:08] "POST /neutron/network HTTP/1.1" 200 994 0.007916 10.0.0.56 - - [2025-05-05 02:12:09] "POST /neutron/port HTTP/1.1" 200 2050 0.028833 10.0.0.56 - - [2025-05-05 02:12:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006577 10.0.0.56 - - [2025-05-05 02:12:09] "POST /neutron/port HTTP/1.1" 200 117 0.005149 10.0.0.56 - - [2025-05-05 02:12:09] "GET /domains HTTP/1.1" 200 280 0.002751 10.0.0.56 - - [2025-05-05 02:12:09] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001193 10.0.0.56 - - [2025-05-05 02:12:09] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75 HTTP/1.1" 200 2574 0.009929 10.0.0.56 - - [2025-05-05 02:12:09] "GET /projects?obj_uuids=7d569ba5-d60f-4c5d-9f9f-94525d7cfbef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001180 10.0.0.56 - - [2025-05-05 02:12:09] "GET /project/7d569ba5-d60f-4c5d-9f9f-94525d7cfbef HTTP/1.1" 200 2842 0.091818 10.0.0.56 - - [2025-05-05 02:12:09] "GET /network-ipam/e19eb6f4-0dd8-4a4d-af2a-9f029c25045d HTTP/1.1" 200 2601 0.007809 10.0.0.56 - - [2025-05-05 02:12:09] "GET /domains HTTP/1.1" 200 280 0.002925 10.0.0.56 - - [2025-05-05 02:12:09] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001476 10.0.0.56 - - [2025-05-05 02:12:09] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75 HTTP/1.1" 200 2574 0.008456 10.0.0.56 - - [2025-05-05 02:12:09] "GET /projects?obj_uuids=7d569ba5-d60f-4c5d-9f9f-94525d7cfbef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001167 10.0.0.56 - - [2025-05-05 02:12:09] "GET /project/7d569ba5-d60f-4c5d-9f9f-94525d7cfbef HTTP/1.1" 200 2842 0.113105 10.0.0.56 - - [2025-05-05 02:12:09] "GET /virtual-network/d0bb0d5e-08df-4a88-add9-db26efed76f8 HTTP/1.1" 200 3779 0.015664 10.0.0.56 - - [2025-05-05 02:12:09] "GET /virtual-network/d0bb0d5e-08df-4a88-add9-db26efed76f8 HTTP/1.1" 200 3779 0.012410 10.0.0.56 - - [2025-05-05 02:12:09] "GET /routing-instance/ac5d0394-198d-4222-862e-7821e1582648 HTTP/1.1" 200 2380 0.004558 10.0.0.56 - - [2025-05-05 02:12:09] "GET /routing-instance/ac5d0394-198d-4222-862e-7821e1582648 HTTP/1.1" 200 2380 0.003616 10.0.0.56 - - [2025-05-05 02:12:09] "POST /neutron/network HTTP/1.1" 200 1004 0.016878 10.0.0.56 - - [2025-05-05 02:12:09] "GET /route-target/410cfa29-8476-4191-b7e1-41b84d017216 HTTP/1.1" 200 1204 0.008082 10.0.0.56 - - [2025-05-05 02:12:09] "GET /virtual-network/d0bb0d5e-08df-4a88-add9-db26efed76f8 HTTP/1.1" 200 3779 0.011025 10.0.0.56 - - [2025-05-05 02:12:09] "GET /routing-instance/ac5d0394-198d-4222-862e-7821e1582648 HTTP/1.1" 200 2380 0.011107 10.0.0.56 - - [2025-05-05 02:12:09] "GET /projects?obj_uuids=7d569ba5-d60f-4c5d-9f9f-94525d7cfbef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001113 10.0.0.56 - - [2025-05-05 02:12:09] "GET /virtual-network/d0bb0d5e-08df-4a88-add9-db26efed76f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.012813 10.0.0.56 - - [2025-05-05 02:12:09] "GET /virtual-network/d0bb0d5e-08df-4a88-add9-db26efed76f8 HTTP/1.1" 200 3779 0.013023 10.0.0.56 - - [2025-05-05 02:12:09] "GET /routing-instance/ac5d0394-198d-4222-862e-7821e1582648 HTTP/1.1" 200 2380 0.008416 10.0.0.56 - - [2025-05-05 02:12:09] "GET /routing-instance/ac5d0394-198d-4222-862e-7821e1582648 HTTP/1.1" 200 2380 0.007600 10.0.0.56 - - [2025-05-05 02:12:09] "GET /route-target/410cfa29-8476-4191-b7e1-41b84d017216 HTTP/1.1" 200 1204 0.005788 10.0.0.56 - - [2025-05-05 02:12:09] "GET /domains HTTP/1.1" 200 280 0.003095 10.0.0.56 - - [2025-05-05 02:12:09] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001437 10.0.0.56 - - [2025-05-05 02:12:09] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75 HTTP/1.1" 200 2574 0.015684 10.0.0.56 - - [2025-05-05 02:12:09] "GET /projects?obj_uuids=7d569ba5-d60f-4c5d-9f9f-94525d7cfbef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001374 10.0.0.56 - - [2025-05-05 02:12:09] "GET /project/7d569ba5-d60f-4c5d-9f9f-94525d7cfbef HTTP/1.1" 200 3086 0.080837 10.0.0.56 - - [2025-05-05 02:12:09] "GET /virtual-network/d0bb0d5e-08df-4a88-add9-db26efed76f8 HTTP/1.1" 200 4037 0.014487 10.0.0.56 - - [2025-05-05 02:12:09] "POST /neutron/port HTTP/1.1" 200 1055 0.404499 10.0.0.56 - - [2025-05-05 02:12:09] "POST /neutron/port HTTP/1.1" 200 1055 0.014458 10.0.0.56 - - [2025-05-05 02:12:09] "POST /neutron/port HTTP/1.1" 200 1055 0.012957 10.0.0.56 - - [2025-05-05 02:12:10] "POST /neutron/port HTTP/1.1" 200 1109 0.124730 10.0.0.56 - - [2025-05-05 02:12:10] "POST /neutron/port HTTP/1.1" 200 1083 0.018208 10.0.0.56 - - [2025-05-05 02:12:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003237 10.0.0.56 - - [2025-05-05 02:12:10] "POST /neutron/subnet HTTP/1.1" 200 673 0.012312 10.0.0.56 - - [2025-05-05 02:12:10] "POST /neutron/port HTTP/1.1" 200 117 0.001293 10.0.0.56 - - [2025-05-05 02:12:10] "POST /neutron/network HTTP/1.1" 200 994 0.007773 10.0.0.56 - - [2025-05-05 02:12:10] "GET /obj-perms HTTP/1.1" 200 5030 0.065796 10.0.0.56 - - [2025-05-05 02:12:10] "POST /neutron/port HTTP/1.1" 200 1083 0.018874 10.0.0.56 - - [2025-05-05 02:12:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006787 10.0.0.56 - - [2025-05-05 02:12:10] "POST /neutron/port HTTP/1.1" 200 1083 0.018467 10.0.0.56 - - [2025-05-05 02:12:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009986 10.0.0.56 - - [2025-05-05 02:12:10] "POST /neutron/port HTTP/1.1" 200 1083 0.021285 10.0.0.56 - - [2025-05-05 02:12:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.016318 10.0.0.56 - - [2025-05-05 02:12:10] "GET /virtual-machine/90ef4a2e-e96f-48c5-9646-e5326b3e0967 HTTP/1.1" 200 1289 0.005277 10.0.0.56 - - [2025-05-05 02:12:10] "GET /virtual-machine-interface/f836d35b-79cc-4689-9fe1-95f7a11da73e HTTP/1.1" 200 2941 0.009065 10.0.0.56 - - [2025-05-05 02:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.56 - - [2025-05-05 02:12:10] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004398 10.0.0.56 - - [2025-05-05 02:12:10] "GET /virtual-networks?parent_id=7d569ba5-d60f-4c5d-9f9f-94525d7cfbef&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003299 10.0.0.56 - - [2025-05-05 02:12:10] "GET /virtual-network/d0bb0d5e-08df-4a88-add9-db26efed76f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006701 10.0.0.56 - - [2025-05-05 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.56 - - [2025-05-05 02:12:13] "GET /virtual-network/d0bb0d5e-08df-4a88-add9-db26efed76f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006383 10.0.0.56 - - [2025-05-05 02:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.56 - - [2025-05-05 02:12:18] "GET /virtual-network/d0bb0d5e-08df-4a88-add9-db26efed76f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.007007 10.0.0.56 - - [2025-05-05 02:12:18] "POST /neutron/port HTTP/1.1" 200 1083 0.038377 10.0.0.56 - - [2025-05-05 02:12:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005522 10.0.0.56 - - [2025-05-05 02:12:18] "POST /neutron/port HTTP/1.1" 200 1083 0.016826 10.0.0.56 - - [2025-05-05 02:12:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006193 10.0.0.56 - - [2025-05-05 02:12:19] "POST /neutron/port HTTP/1.1" 200 1083 0.015403 10.0.0.56 - - [2025-05-05 02:12:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005324 10.0.0.56 - - [2025-05-05 02:12:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.56 - - [2025-05-05 02:12:20] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003297 10.0.0.56 - - [2025-05-05 02:12:20] "GET /virtual-networks?parent_id=7d569ba5-d60f-4c5d-9f9f-94525d7cfbef&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003364 10.0.0.56 - - [2025-05-05 02:12:20] "GET /virtual-network/d0bb0d5e-08df-4a88-add9-db26efed76f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005782 10.0.0.56 - - [2025-05-05 02:12:20] "POST /neutron/port HTTP/1.1" 200 1083 0.015733 10.0.0.56 - - [2025-05-05 02:12:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006619 10.0.0.56 - - [2025-05-05 02:12:20] "POST /neutron/port HTTP/1.1" 200 1083 0.014952 10.0.0.56 - - [2025-05-05 02:12:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006298 10.0.0.56 - - [2025-05-05 02:12:20] "POST /neutron/port HTTP/1.1" 200 1083 0.016910 10.0.0.56 - - [2025-05-05 02:12:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006368 10.0.0.56 - - [2025-05-05 02:12:20] "GET /virtual-machine/ea39fd50-0e7c-4123-9b23-daa7dc0f8a49 HTTP/1.1" 200 1289 0.005930 10.0.0.56 - - [2025-05-05 02:12:20] "GET /virtual-machine-interface/7286ead4-939b-4090-985f-421390f673e6 HTTP/1.1" 200 2940 0.005493 10.0.0.56 - - [2025-05-05 02:12:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.56 - - [2025-05-05 02:12:20] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003119 10.0.0.56 - - [2025-05-05 02:12:20] "GET /virtual-networks?parent_id=7d569ba5-d60f-4c5d-9f9f-94525d7cfbef&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003104 10.0.0.56 - - [2025-05-05 02:12:20] "GET /virtual-network/d0bb0d5e-08df-4a88-add9-db26efed76f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005640 10.0.0.56 - - [2025-05-05 02:12:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.56 - - [2025-05-05 02:12:22] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003444 10.0.0.56 - - [2025-05-05 02:12:22] "GET /virtual-networks?parent_id=7d569ba5-d60f-4c5d-9f9f-94525d7cfbef&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003644 10.0.0.56 - - [2025-05-05 02:12:22] "GET /virtual-network/d0bb0d5e-08df-4a88-add9-db26efed76f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005620 10.0.0.56 - - [2025-05-05 02:12:22] "POST /neutron/port HTTP/1.1" 200 1083 0.015776 10.0.0.56 - - [2025-05-05 02:12:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006469 10.0.0.56 - - [2025-05-05 02:12:22] "POST /neutron/port HTTP/1.1" 200 1083 0.014541 10.0.0.56 - - [2025-05-05 02:12:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006468 10.0.0.56 - - [2025-05-05 02:12:22] "POST /neutron/port HTTP/1.1" 200 1083 0.015341 10.0.0.56 - - [2025-05-05 02:12:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006517 10.0.0.56 - - [2025-05-05 02:12:22] "GET /virtual-machine/f7b3faf0-4522-4086-8b30-d04119088f7c HTTP/1.1" 200 1293 0.004621 10.0.0.56 - - [2025-05-05 02:12:22] "GET /virtual-machine-interface/fff16a4c-d731-48e2-9879-bbcb1b2f6926 HTTP/1.1" 200 2941 0.005077 10.0.0.56 - - [2025-05-05 02:12:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.56 - - [2025-05-05 02:12:22] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003296 10.0.0.56 - - [2025-05-05 02:12:22] "GET /virtual-networks?parent_id=7d569ba5-d60f-4c5d-9f9f-94525d7cfbef&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003420 10.0.0.56 - - [2025-05-05 02:12:22] "GET /virtual-network/d0bb0d5e-08df-4a88-add9-db26efed76f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005924 10.0.0.56 - - [2025-05-05 02:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.56 - - [2025-05-05 02:12:23] "GET /global-vrouter-config/7047c302-7fb7-45e4-8ecc-fd92ef0632a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004749 10.0.0.56 - - [2025-05-05 02:12:23] "GET /virtual-networks?parent_id=7d569ba5-d60f-4c5d-9f9f-94525d7cfbef&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004646 10.0.0.56 - - [2025-05-05 02:12:23] "GET /virtual-network/d0bb0d5e-08df-4a88-add9-db26efed76f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.008524 10.0.0.56 - - [2025-05-05 02:12:40] "POST /neutron/port HTTP/1.1" 200 1109 0.011533 10.0.0.56 - - [2025-05-05 02:12:40] "POST /neutron/port HTTP/1.1" 200 1109 0.011681 10.0.0.56 - - [2025-05-05 02:12:40] "POST /neutron/port HTTP/1.1" 200 1083 0.025348 10.0.0.56 - - [2025-05-05 02:12:40] "POST /neutron/port HTTP/1.1" 200 1109 0.017466 10.0.0.56 - - [2025-05-05 02:12:40] "POST /neutron/port HTTP/1.1" 200 151 0.172442 10.0.0.56 - - [2025-05-05 02:12:40] "POST /neutron/port HTTP/1.1" 200 1109 0.012664 10.0.0.56 - - [2025-05-05 02:12:40] "POST /neutron/port HTTP/1.1" 200 1109 0.016587 10.0.0.56 - - [2025-05-05 02:12:40] "POST /neutron/port HTTP/1.1" 200 1004 0.035326 10.0.0.56 - - [2025-05-05 02:12:40] "POST /neutron/port HTTP/1.1" 200 151 0.179175 10.0.0.56 - - [2025-05-05 02:12:40] "POST /neutron/port HTTP/1.1" 200 1030 0.010191 10.0.0.56 - - [2025-05-05 02:12:40] "POST /neutron/network HTTP/1.1" 200 994 0.007418 10.0.0.56 - - [2025-05-05 02:12:40] "POST /neutron/port HTTP/1.1" 400 205 0.004832 10.0.0.56 - - [2025-05-05 02:12:40] "POST /neutron/port HTTP/1.1" 200 151 0.184124 10.0.0.56 - - [2025-05-05 02:12:40] "POST /neutron/network HTTP/1.1" 200 994 0.008820 10.0.0.56 - - [2025-05-05 02:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005683 10.0.0.56 - - [2025-05-05 02:12:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002689 10.0.0.56 - - [2025-05-05 02:12:40] "POST /useragent-kv HTTP/1.1" 200 115 0.007968 10.0.0.56 - - [2025-05-05 02:12:40] "POST /neutron/port HTTP/1.1" 200 117 0.013812 10.0.0.56 - - [2025-05-05 02:12:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002877 10.0.0.56 - - [2025-05-05 02:12:40] "POST /neutron/port HTTP/1.1" 400 205 0.007754 10.0.0.56 - - [2025-05-05 02:12:40] "POST /useragent-kv HTTP/1.1" 200 115 0.004132 10.0.0.56 - - [2025-05-05 02:12:40] "POST /neutron/network HTTP/1.1" 200 151 0.126642 10.0.0.56 - - [2025-05-05 02:12:40] "DELETE /route-target/410cfa29-8476-4191-b7e1-41b84d017216 HTTP/1.1" 200 115 0.042297 10.0.0.56 - - [2025-05-05 02:12:40] "GET /routing-instance/ac5d0394-198d-4222-862e-7821e1582648 HTTP/1.1" 404 171 0.002384 10.0.0.56 - - [2025-05-05 02:12:40] "GET /domains HTTP/1.1" 200 280 0.002252 10.0.0.56 - - [2025-05-05 02:12:40] "GET /domains?obj_uuids=96609882-497a-45c5-b64e-f23d234c4d75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001107 10.0.0.56 - - [2025-05-05 02:12:40] "GET /domain/96609882-497a-45c5-b64e-f23d234c4d75 HTTP/1.1" 200 2574 0.049509 10.0.0.56 - - [2025-05-05 02:12:40] "GET /projects?obj_uuids=7d569ba5-d60f-4c5d-9f9f-94525d7cfbef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001217 10.0.0.56 - - [2025-05-05 02:12:41] "GET /project/7d569ba5-d60f-4c5d-9f9f-94525d7cfbef HTTP/1.1" 200 2085 0.072387 10.0.0.56 - - [2025-05-05 02:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.56 - - [2025-05-05 02:12:41] "DELETE /network-ipam/e19eb6f4-0dd8-4a4d-af2a-9f029c25045d HTTP/1.1" 200 115 0.027331 10.0.0.56 - - [2025-05-05 02:12:41] "POST /fqname-to-id HTTP/1.1" 404 211 0.002633 10.0.0.56 - - [2025-05-05 02:12:41] "GET /projects?obj_uuids=7d569ba5-d60f-4c5d-9f9f-94525d7cfbef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001218 10.0.0.56 - - [2025-05-05 02:12:41] "GET /project/7d569ba5-d60f-4c5d-9f9f-94525d7cfbef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.072636 10.0.0.56 - - [2025-05-05 02:12:41] "GET /projects?obj_uuids=7d569ba5-d60f-4c5d-9f9f-94525d7cfbef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002288 10.0.0.56 - - [2025-05-05 02:12:41] "GET /project/7d569ba5-d60f-4c5d-9f9f-94525d7cfbef?fields=virtual_networks HTTP/1.1" 200 1032 0.039977