++ 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 Jan 27 02:29:40 UTC 2025 ===================' INFO: =================== Mon Jan 27 02:29:40 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 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ 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 +++ grep 'inet ' +++ awk '{print $2}' +++ ip addr show dev ens3 +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.42 ++ 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.42 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.42 ++ ANALYTICSDB_NODES=10.0.0.42 ++ ANALYTICS_SNMP_NODES=10.0.0.42 ++ 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.42 +++ local server_address=10.0.0.42 +++ extended_server_list+='10.0.0.42:8081 ' +++ '[' -n '10.0.0.42:8081 ' ']' +++ echo 10.0.0.42:8081 ++ ANALYTICS_SERVERS=10.0.0.42: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.42 +++ local server_address=10.0.0.42 +++ extended_server_list+='10.0.0.42:9042 ' +++ '[' -n '10.0.0.42:9042 ' ']' +++ echo 10.0.0.42:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.42:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.42 ++ 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.42 +++ local server_address=10.0.0.42 +++ extended_server_list+='10.0.0.42:8086 ' +++ '[' -n '10.0.0.42:8086 ' ']' +++ echo 10.0.0.42:8086 ++ COLLECTOR_SERVERS=10.0.0.42: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.42 ++ CONFIGDB_NODES=10.0.0.42 ++ 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.42 +++ local server_address=10.0.0.42 +++ extended_server_list+='10.0.0.42:8082 ' +++ '[' -n '10.0.0.42:8082 ' ']' +++ echo 10.0.0.42:8082 ++ CONFIG_SERVERS=10.0.0.42: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.42 +++ local server_address=10.0.0.42 +++ extended_server_list+='10.0.0.42:9161 ' +++ '[' -n '10.0.0.42:9161 ' ']' +++ echo 10.0.0.42:9161 ++ CONFIGDB_SERVERS=10.0.0.42: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.42 +++ local server_address=10.0.0.42 +++ extended_server_list+='10.0.0.42:9041 ' +++ '[' -n '10.0.0.42:9041 ' ']' +++ echo 10.0.0.42:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.42: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.27 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.27 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.42 ++ 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.42 +++ local server_address=10.0.0.42 +++ extended_server_list+=10.0.0.42:2181, +++ '[' -n 10.0.0.42:2181, ']' +++ echo 10.0.0.42:2181 ++ ZOOKEEPER_SERVERS=10.0.0.42: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.42 +++ local server_address=10.0.0.42 +++ extended_server_list+='10.0.0.42:2181 ' +++ '[' -n '10.0.0.42:2181 ' ']' +++ echo 10.0.0.42:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.42:2181 ++ RABBITMQ_NODES=10.0.0.42 ++ 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.42 +++ local server_address=10.0.0.42 +++ extended_server_list+=10.0.0.42:5673, +++ '[' -n 10.0.0.42:5673, ']' +++ echo 10.0.0.42:5673 ++ RABBITMQ_SERVERS=10.0.0.42: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.42 +++ local server_address=10.0.0.42 +++ extended_server_list+='10.0.0.42:6379 ' +++ '[' -n '10.0.0.42:6379 ' ']' +++ echo 10.0.0.42:6379 ++ REDIS_SERVERS=10.0.0.42: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.42 ++ 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.42 +++ local server_address=10.0.0.42 +++ extended_server_list+='10.0.0.42:9092 ' +++ '[' -n '10.0.0.42:9092 ' ']' +++ echo 10.0.0.42:9092 ++ KAFKA_SERVERS=10.0.0.42: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.42 ++ 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.42 ++ 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.42 ++ 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.42 ++ cut -d , -f 1 + local cassandra=10.0.0.42 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.42 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.42 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.42 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.42,10.20.0.27,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.42'\''))' +++ local server_ip=10.0.0.42 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.42 ]] +++ [[ ,10.0.0.42,10.20.0.27,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.42, ]] +++ echo 10.0.0.42 1 +++ return ++ local ip=10.0.0.42 ++ [[ -z 10.0.0.42 ]] ++ echo 10.0.0.42 + host_ip=10.0.0.42 + [[ cql == \c\q\l ]] ++ echo 10.0.0.42:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.42:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.42: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/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.6/site-packages/keystonemiddleware/auth_token/_memcache_crypt.py:42: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography. The next release of cryptography will remove support for Python 3.6. from cryptography.hazmat import backends as crypto_backends 01/27/2025 02:29:48.603 7fc5780f3c08 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 01/27/2025 02:29:48.631 7fc5780f3c08 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 01/27/2025 02:29:48.645 7fc5780f3c08 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 01/27/2025 02:29:48.645 7fc5780f3c08 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] ovl: Error while doing RPMdb copy-up: [Errno 13] Permission denied: '/var/lib/rpm/__db.003' The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.42:8082/ Hit Ctrl-C to quit. 10.0.0.42 - - [2025-01-27 02:29:52] "GET / HTTP/1.1" 200 45871 0.001693 10.0.0.42 - - [2025-01-27 02:29:52] "GET / HTTP/1.1" 200 45871 0.001320 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.42 - - [2025-01-27 02:29:52] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000735 10.0.0.42 - - [2025-01-27 02:29:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000333 10.0.0.42 - - [2025-01-27 02:29:52] "GET / HTTP/1.1" 200 35931 0.002128 10.0.0.42 - - [2025-01-27 02:29:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.002845 10.0.0.42 - - [2025-01-27 02:29:53] "POST /fqname-to-id HTTP/1.1" 404 196 0.332898 10.0.0.42 - - [2025-01-27 02:29:53] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.641155 10.0.0.42 - - [2025-01-27 02:29:53] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003988 10.0.0.42 - - [2025-01-27 02:29:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.959352 10.0.0.42 - - [2025-01-27 02:29:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005206 10.0.0.42 - - [2025-01-27 02:29:53] "POST /job-templates HTTP/1.1" 200 555 0.088498 10.0.0.42 - - [2025-01-27 02:29:53] "GET / HTTP/1.1" 200 35931 0.001719 10.0.0.42 - - [2025-01-27 02:29:53] "POST /fqname-to-id HTTP/1.1" 404 200 0.003928 10.0.0.42 - - [2025-01-27 02:29:53] "POST /job-templates HTTP/1.1" 200 563 0.068296 10.0.0.42 - - [2025-01-27 02:29:53] "POST /fqname-to-id HTTP/1.1" 404 191 0.003002 /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.42 - - [2025-01-27 02:29:53] "POST /job-templates HTTP/1.1" 200 545 0.077886 10.0.0.42 - - [2025-01-27 02:29:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.003021 10.0.0.42 - - [2025-01-27 02:29:54] "POST /job-templates HTTP/1.1" 200 577 0.063085 10.0.0.42 - - [2025-01-27 02:29:54] "POST /fqname-to-id HTTP/1.1" 404 208 0.003301 10.0.0.42 - - [2025-01-27 02:29:54] "POST /job-templates HTTP/1.1" 200 579 0.069617 10.0.0.42 - - [2025-01-27 02:29:54] "POST /fqname-to-id HTTP/1.1" 404 210 0.003816 10.0.0.42 - - [2025-01-27 02:29:54] "GET / HTTP/1.1" 200 35931 0.001967 10.0.0.42 - - [2025-01-27 02:29:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000401 10.0.0.42 - - [2025-01-27 02:29:54] "POST /job-templates HTTP/1.1" 200 583 0.080411 10.0.0.42 - - [2025-01-27 02:29:54] "POST /fqname-to-id HTTP/1.1" 404 198 0.008216 10.0.0.42 - - [2025-01-27 02:29:54] "POST /job-templates HTTP/1.1" 200 559 0.067798 10.0.0.42 - - [2025-01-27 02:29:54] "POST /fqname-to-id HTTP/1.1" 404 203 0.003188 10.0.0.42 - - [2025-01-27 02:29:54] "GET / HTTP/1.1" 200 35931 0.002094 10.0.0.42 - - [2025-01-27 02:29:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.025389 10.0.0.42 - - [2025-01-27 02:29:54] "GET /global-system-config/458dac13-cb3d-4618-b081-00c7d78b53d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.034365 10.0.0.42 - - [2025-01-27 02:29:54] "POST /job-templates HTTP/1.1" 200 569 0.072955 10.0.0.42 - - [2025-01-27 02:29:54] "POST /fqname-to-id HTTP/1.1" 404 196 0.004592 10.0.0.42 - - [2025-01-27 02:29:54] "POST /fqname-to-id HTTP/1.1" 404 220 0.003122 10.0.0.42 - - [2025-01-27 02:29:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000451 10.0.0.42 - - [2025-01-27 02:29:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000682 10.0.0.42 - - [2025-01-27 02:29:55] "POST /job-templates HTTP/1.1" 200 555 0.089892 10.0.0.42 - - [2025-01-27 02:29:55] "POST /config-nodes HTTP/1.1" 200 599 0.093905 10.0.0.42 - - [2025-01-27 02:29:55] "POST /fqname-to-id HTTP/1.1" 404 196 0.003463 10.0.0.42 - - [2025-01-27 02:29:55] "POST /job-templates HTTP/1.1" 200 555 0.067428 10.0.0.42 - - [2025-01-27 02:29:55] "POST /fqname-to-id HTTP/1.1" 404 196 0.003182 10.0.0.42 - - [2025-01-27 02:29:55] "POST /job-templates HTTP/1.1" 200 555 0.060392 10.0.0.42 - - [2025-01-27 02:29:55] "GET / HTTP/1.1" 200 35931 0.001680 10.0.0.42 - - [2025-01-27 02:29:55] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000396 10.0.0.42 - - [2025-01-27 02:29:55] "POST /fqname-to-id HTTP/1.1" 404 186 0.003572 10.0.0.42 - - [2025-01-27 02:29:55] "POST /job-templates HTTP/1.1" 200 535 0.065159 10.0.0.42 - - [2025-01-27 02:29:55] "POST /fqname-to-id HTTP/1.1" 404 186 0.304574 10.0.0.42 - - [2025-01-27 02:29:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.42 - - [2025-01-27 02:29:55] "POST /fqname-to-id HTTP/1.1" 404 198 0.003158 10.0.0.42 - - [2025-01-27 02:29:55] "GET /global-system-config/458dac13-cb3d-4618-b081-00c7d78b53d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.003941 10.0.0.42 - - [2025-01-27 02:29:55] "POST /job-templates HTTP/1.1" 200 559 0.070967 10.0.0.42 - - [2025-01-27 02:29:55] "POST /service-appliance-sets HTTP/1.1" 200 553 0.058403 10.0.0.42 - - [2025-01-27 02:29:55] "POST /fqname-to-id HTTP/1.1" 404 198 0.003544 10.0.0.42 - - [2025-01-27 02:29:55] "POST /fqname-to-id HTTP/1.1" 404 180 0.003019 10.0.0.42 - - [2025-01-27 02:29:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.42 - - [2025-01-27 02:29:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.327149 10.0.0.42 - - [2025-01-27 02:29:55] "GET /global-system-config/458dac13-cb3d-4618-b081-00c7d78b53d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005822 10.0.0.42 - - [2025-01-27 02:29:55] "POST /job-templates HTTP/1.1" 200 559 0.070385 10.0.0.42 - - [2025-01-27 02:29:55] "GET /network-ipam/1f4ac3ac-91bf-4cc0-9129-78a67b027edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.006404 10.0.0.42 - - [2025-01-27 02:29:55] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.035216 10.0.0.42 - - [2025-01-27 02:29:55] "POST /fqname-to-id HTTP/1.1" 404 198 0.003556 10.0.0.42 - - [2025-01-27 02:29:55] "POST /service-appliance-sets HTTP/1.1" 200 541 0.029919 10.0.0.42 - - [2025-01-27 02:29:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.42 - - [2025-01-27 02:29:55] "POST /job-templates HTTP/1.1" 200 559 0.061890 10.0.0.42 - - [2025-01-27 02:29:56] "GET /network-ipam/1f4ac3ac-91bf-4cc0-9129-78a67b027edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.004598 10.0.0.42 - - [2025-01-27 02:29:56] "POST /fqname-to-id HTTP/1.1" 404 201 0.003958 10.0.0.42 - - [2025-01-27 02:29:56] "POST /job-templates HTTP/1.1" 200 565 0.066272 10.0.0.42 - - [2025-01-27 02:29:56] "POST /service-templates HTTP/1.1" 200 511 0.034806 10.0.0.42 - - [2025-01-27 02:29:56] "POST /service-templates HTTP/1.1" 200 501 0.019327 10.0.0.42 - - [2025-01-27 02:29:56] "POST /fqname-to-id HTTP/1.1" 404 197 0.003644 10.0.0.42 - - [2025-01-27 02:29:56] "POST /service-templates HTTP/1.1" 200 515 0.022052 10.0.0.42 - - [2025-01-27 02:29:56] "POST /job-templates HTTP/1.1" 200 557 0.074221 10.0.0.42 - - [2025-01-27 02:29:56] "POST /service-templates HTTP/1.1" 200 535 0.037216 10.0.0.42 - - [2025-01-27 02:29:56] "POST /fqname-to-id HTTP/1.1" 404 196 0.003562 10.0.0.42 - - [2025-01-27 02:29:56] "POST /service-templates HTTP/1.1" 200 507 0.025409 10.0.0.42 - - [2025-01-27 02:29:56] "POST /fqname-to-id HTTP/1.1" 404 225 0.002875 10.0.0.42 - - [2025-01-27 02:29:56] "POST /job-templates HTTP/1.1" 200 555 0.084234 10.0.0.42 - - [2025-01-27 02:29:56] "POST /access-control-lists HTTP/1.1" 200 587 0.068629 10.0.0.42 - - [2025-01-27 02:29:56] "POST /fqname-to-id HTTP/1.1" 404 205 0.004135 10.0.0.42 - - [2025-01-27 02:29:56] "POST /fqname-to-id HTTP/1.1" 404 224 0.002921 10.0.0.42 - - [2025-01-27 02:29:56] "GET / HTTP/1.1" 200 35931 0.001832 10.0.0.42 - - [2025-01-27 02:29:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000479 10.0.0.42 - - [2025-01-27 02:29:56] "POST /job-templates HTTP/1.1" 200 573 0.076557 10.0.0.42 - - [2025-01-27 02:29:56] "POST /access-control-lists HTTP/1.1" 200 585 0.071007 10.0.0.42 - - [2025-01-27 02:29:56] "POST /fqname-to-id HTTP/1.1" 404 194 0.003395 10.0.0.42 - - [2025-01-27 02:29:56] "POST /route-targets HTTP/1.1" 200 327 0.017960 10.0.0.42 - - [2025-01-27 02:29:56] "POST /job-templates HTTP/1.1" 200 551 0.068010 10.0.0.42 - - [2025-01-27 02:29:56] "POST /ref-update HTTP/1.1" 200 156 0.014786 10.0.0.42 - - [2025-01-27 02:29:56] "POST /fqname-to-id HTTP/1.1" 404 208 0.003030 10.0.0.42 - - [2025-01-27 02:29:56] "POST /route-targets HTTP/1.1" 200 327 0.011106 10.0.0.42 - - [2025-01-27 02:29:56] "POST /job-templates HTTP/1.1" 200 579 0.065016 10.0.0.42 - - [2025-01-27 02:29:56] "POST /ref-update HTTP/1.1" 200 156 0.044689 10.0.0.42 - - [2025-01-27 02:29:57] "POST /fqname-to-id HTTP/1.1" 404 196 0.003750 10.0.0.42 - - [2025-01-27 02:29:57] "POST /route-targets HTTP/1.1" 200 327 0.014391 10.0.0.42 - - [2025-01-27 02:29:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.026475 10.0.0.42 - - [2025-01-27 02:29:57] "GET /global-system-config/458dac13-cb3d-4618-b081-00c7d78b53d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.002792 10.0.0.42 - - [2025-01-27 02:29:57] "POST /fqname-to-id HTTP/1.1" 404 220 0.003058 10.0.0.42 - - [2025-01-27 02:29:57] "POST /job-templates HTTP/1.1" 200 555 0.066375 10.0.0.42 - - [2025-01-27 02:29:57] "POST /ref-update HTTP/1.1" 200 156 0.038166 10.0.0.42 - - [2025-01-27 02:29:57] "POST /fqname-to-id HTTP/1.1" 404 198 0.003067 10.0.0.42 - - [2025-01-27 02:29:57] "POST /config-database-nodes HTTP/1.1" 200 617 0.045986 10.0.0.42 - - [2025-01-27 02:29:57] "POST /route-targets HTTP/1.1" 200 327 0.011044 10.0.0.42 - - [2025-01-27 02:29:57] "POST /job-templates HTTP/1.1" 200 559 0.067950 10.0.0.42 - - [2025-01-27 02:29:57] "POST /ref-update HTTP/1.1" 200 156 0.047729 10.0.0.42 - - [2025-01-27 02:29:57] "POST /fqname-to-id HTTP/1.1" 404 206 0.002970 10.0.0.42 - - [2025-01-27 02:29:57] "POST /fqname-to-id HTTP/1.1" 404 201 0.002865 10.0.0.42 - - [2025-01-27 02:29:57] "POST /job-templates HTTP/1.1" 200 575 0.067712 10.0.0.42 - - [2025-01-27 02:29:57] "POST /fqname-to-id HTTP/1.1" 404 197 0.002952 10.0.0.42 - - [2025-01-27 02:29:57] "POST /access-control-lists HTTP/1.1" 200 551 0.090827 10.0.0.42 - - [2025-01-27 02:29:57] "POST /job-templates HTTP/1.1" 200 557 0.066219 10.0.0.42 - - [2025-01-27 02:29:57] "PUT /access-control-list/4893fad8-9189-410f-871d-b0f0ed44407e HTTP/1.1" 200 272 0.056557 10.0.0.42 - - [2025-01-27 02:29:57] "POST /fqname-to-id HTTP/1.1" 404 198 0.005541 10.0.0.42 - - [2025-01-27 02:29:57] "PUT /access-control-list/63469cb6-bbe6-4f2c-bdb0-f4eeb88af2ef HTTP/1.1" 200 272 0.009392 10.0.0.42 - - [2025-01-27 02:29:57] "POST /job-templates HTTP/1.1" 200 559 0.064849 10.0.0.42 - - [2025-01-27 02:29:57] "POST /fqname-to-id HTTP/1.1" 404 196 0.003520 10.0.0.42 - - [2025-01-27 02:29:57] "POST /job-templates HTTP/1.1" 200 555 0.088023 10.0.0.42 - - [2025-01-27 02:29:58] "POST /fqname-to-id HTTP/1.1" 404 195 0.003471 10.0.0.42 - - [2025-01-27 02:29:58] "POST /job-templates HTTP/1.1" 200 553 0.060932 10.0.0.42 - - [2025-01-27 02:29:58] "POST /fqname-to-id HTTP/1.1" 404 195 0.003570 10.0.0.42 - - [2025-01-27 02:29:58] "POST /job-templates HTTP/1.1" 200 553 0.068968 10.0.0.42 - - [2025-01-27 02:29:58] "POST /fqname-to-id HTTP/1.1" 404 195 0.003055 10.0.0.42 - - [2025-01-27 02:29:58] "POST /job-templates HTTP/1.1" 200 553 0.064380 10.0.0.42 - - [2025-01-27 02:29:58] "POST /fqname-to-id HTTP/1.1" 404 200 0.002896 10.0.0.42 - - [2025-01-27 02:29:58] "POST /job-templates HTTP/1.1" 200 563 0.079911 10.0.0.42 - - [2025-01-27 02:29:58] "POST /fqname-to-id HTTP/1.1" 404 201 0.003129 10.0.0.42 - - [2025-01-27 02:29:58] "POST /job-templates HTTP/1.1" 200 565 0.080409 10.0.0.42 - - [2025-01-27 02:29:58] "POST /fqname-to-id HTTP/1.1" 404 189 0.003855 10.0.0.42 - - [2025-01-27 02:29:58] "POST /config-propertiess HTTP/1.1" 200 551 0.023964 10.0.0.42 - - [2025-01-27 02:29:58] "POST /fqname-to-id HTTP/1.1" 404 168 0.002965 10.0.0.42 - - [2025-01-27 02:29:59] "POST /tags HTTP/1.1" 200 321 0.036892 10.0.0.42 - - [2025-01-27 02:29:59] "POST /fqname-to-id HTTP/1.1" 404 166 0.003362 10.0.0.42 - - [2025-01-27 02:29:59] "POST /tags HTTP/1.1" 200 317 0.022002 10.0.0.42 - - [2025-01-27 02:29:59] "POST /fqname-to-id HTTP/1.1" 404 174 0.003966 10.0.0.42 - - [2025-01-27 02:29:59] "POST /tags HTTP/1.1" 200 333 0.024130 10.0.0.42 - - [2025-01-27 02:29:59] "POST /fqname-to-id HTTP/1.1" 404 162 0.003123 10.0.0.42 - - [2025-01-27 02:29:59] "POST /tags HTTP/1.1" 200 309 0.023044 10.0.0.42 - - [2025-01-27 02:29:59] "POST /fqname-to-id HTTP/1.1" 404 174 0.002847 10.0.0.42 - - [2025-01-27 02:29:59] "POST /tags HTTP/1.1" 200 333 0.040613 10.0.0.42 - - [2025-01-27 02:29:59] "POST /fqname-to-id HTTP/1.1" 404 164 0.004089 10.0.0.42 - - [2025-01-27 02:29:59] "POST /tags HTTP/1.1" 200 313 0.023398 10.0.0.42 - - [2025-01-27 02:29:59] "POST /fqname-to-id HTTP/1.1" 404 169 0.003490 10.0.0.42 - - [2025-01-27 02:29:59] "POST /tags HTTP/1.1" 200 323 0.040608 10.0.0.42 - - [2025-01-27 02:29:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.42 - - [2025-01-27 02:29:59] "PUT /global-system-config/458dac13-cb3d-4618-b081-00c7d78b53d7 HTTP/1.1" 200 274 0.021341 10.0.0.42 - - [2025-01-27 02:29:59] "POST /fqname-to-id HTTP/1.1" 404 166 0.002984 10.0.0.42 - - [2025-01-27 02:30:00] "POST /hardwares HTTP/1.1" 200 327 0.012016 10.0.0.42 - - [2025-01-27 02:30:00] "POST /fqname-to-id HTTP/1.1" 404 166 0.003567 10.0.0.42 - - [2025-01-27 02:30:00] "POST /hardwares HTTP/1.1" 200 327 0.013066 10.0.0.42 - - [2025-01-27 02:30:00] "POST /fqname-to-id HTTP/1.1" 404 166 0.002929 10.0.0.42 - - [2025-01-27 02:30:00] "POST /hardwares HTTP/1.1" 200 327 0.012141 10.0.0.42 - - [2025-01-27 02:30:00] "POST /fqname-to-id HTTP/1.1" 404 166 0.003149 10.0.0.42 - - [2025-01-27 02:30:00] "POST /hardwares HTTP/1.1" 200 327 0.014117 10.0.0.42 - - [2025-01-27 02:30:00] "POST /fqname-to-id HTTP/1.1" 404 164 0.003701 10.0.0.42 - - [2025-01-27 02:30:00] "POST /hardwares HTTP/1.1" 200 323 0.012210 10.0.0.42 - - [2025-01-27 02:30:00] "POST /fqname-to-id HTTP/1.1" 404 164 0.003708 10.0.0.42 - - [2025-01-27 02:30:00] "POST /hardwares HTTP/1.1" 200 323 0.013099 10.0.0.42 - - [2025-01-27 02:30:00] "POST /fqname-to-id HTTP/1.1" 404 161 0.003048 10.0.0.42 - - [2025-01-27 02:30:00] "POST /hardwares HTTP/1.1" 200 317 0.011649 10.0.0.42 - - [2025-01-27 02:30:00] "POST /fqname-to-id HTTP/1.1" 404 164 0.003086 10.0.0.42 - - [2025-01-27 02:30:00] "POST /hardwares HTTP/1.1" 200 323 0.012947 10.0.0.42 - - [2025-01-27 02:30:00] "POST /fqname-to-id HTTP/1.1" 404 164 0.003320 10.0.0.42 - - [2025-01-27 02:30:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.42 - - [2025-01-27 02:30:00] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1162 0.005840 10.0.0.42 - - [2025-01-27 02:30:00] "POST /hardwares HTTP/1.1" 200 323 0.017195 10.0.0.42 - - [2025-01-27 02:30:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006434 10.0.0.42 - - [2025-01-27 02:30:00] "POST /fqname-to-id HTTP/1.1" 404 164 0.003330 10.0.0.42 - - [2025-01-27 02:30:00] "PUT /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d HTTP/1.1" 200 276 0.012816 10.0.0.42 - - [2025-01-27 02:30:00] "POST /hardwares HTTP/1.1" 200 323 0.015829 10.0.0.42 - - [2025-01-27 02:30:01] "POST /fqname-to-id HTTP/1.1" 404 165 0.003789 10.0.0.42 - - [2025-01-27 02:30:01] "POST /hardwares HTTP/1.1" 200 325 0.019882 10.0.0.42 - - [2025-01-27 02:30:01] "POST /fqname-to-id HTTP/1.1" 404 165 0.003442 10.0.0.42 - - [2025-01-27 02:30:01] "POST /hardwares HTTP/1.1" 200 325 0.013220 10.0.0.42 - - [2025-01-27 02:30:01] "POST /fqname-to-id HTTP/1.1" 404 165 0.003420 10.0.0.42 - - [2025-01-27 02:30:01] "POST /hardwares HTTP/1.1" 200 325 0.011910 10.0.0.42 - - [2025-01-27 02:30:01] "GET / HTTP/1.1" 200 35931 0.002212 10.0.0.42 - - [2025-01-27 02:30:01] "POST /alarms HTTP/1.1" 401 292 0.000668 10.0.0.42 - - [2025-01-27 02:30:01] "POST /fqname-to-id HTTP/1.1" 404 165 0.002826 10.0.0.42 - - [2025-01-27 02:30:01] "POST /hardwares HTTP/1.1" 200 325 0.011846 10.0.0.42 - - [2025-01-27 02:30:01] "POST /fqname-to-id HTTP/1.1" 404 164 0.003129 10.0.0.42 - - [2025-01-27 02:30:01] "POST /hardwares HTTP/1.1" 200 323 0.013146 10.0.0.42 - - [2025-01-27 02:30:01] "POST /fqname-to-id HTTP/1.1" 404 161 0.003976 10.0.0.42 - - [2025-01-27 02:30:01] "POST /hardwares HTTP/1.1" 200 317 0.017296 10.0.0.42 - - [2025-01-27 02:30:01] "POST /fqname-to-id HTTP/1.1" 404 164 0.003506 10.0.0.42 - - [2025-01-27 02:30:01] "POST /alarms HTTP/1.1" 200 581 0.045052 10.0.0.42 - - [2025-01-27 02:30:01] "POST /hardwares HTTP/1.1" 200 323 0.015745 10.0.0.42 - - [2025-01-27 02:30:01] "POST /alarms HTTP/1.1" 200 575 0.022557 10.0.0.42 - - [2025-01-27 02:30:01] "POST /fqname-to-id HTTP/1.1" 404 161 0.003288 10.0.0.42 - - [2025-01-27 02:30:01] "POST /alarms HTTP/1.1" 200 575 0.020373 10.0.0.42 - - [2025-01-27 02:30:01] "POST /hardwares HTTP/1.1" 200 317 0.013671 10.0.0.42 - - [2025-01-27 02:30:01] "POST /alarms HTTP/1.1" 200 559 0.021199 10.0.0.42 - - [2025-01-27 02:30:01] "POST /fqname-to-id HTTP/1.1" 404 164 0.003551 10.0.0.42 - - [2025-01-27 02:30:01] "POST /hardwares HTTP/1.1" 200 323 0.015188 10.0.0.42 - - [2025-01-27 02:30:01] "POST /alarms HTTP/1.1" 200 555 0.035527 10.0.0.42 - - [2025-01-27 02:30:02] "POST /fqname-to-id HTTP/1.1" 404 162 0.006024 10.0.0.42 - - [2025-01-27 02:30:02] "POST /alarms HTTP/1.1" 200 557 0.028265 10.0.0.42 - - [2025-01-27 02:30:02] "POST /hardwares HTTP/1.1" 200 319 0.018685 10.0.0.42 - - [2025-01-27 02:30:02] "POST /alarms HTTP/1.1" 200 565 0.025491 10.0.0.42 - - [2025-01-27 02:30:02] "POST /fqname-to-id HTTP/1.1" 404 162 0.005834 10.0.0.42 - - [2025-01-27 02:30:02] "POST /alarms HTTP/1.1" 200 549 0.021505 10.0.0.42 - - [2025-01-27 02:30:02] "POST /hardwares HTTP/1.1" 200 319 0.013540 10.0.0.42 - - [2025-01-27 02:30:02] "POST /fqname-to-id HTTP/1.1" 404 165 0.005855 10.0.0.42 - - [2025-01-27 02:30:02] "POST /alarms HTTP/1.1" 200 557 0.033773 10.0.0.42 - - [2025-01-27 02:30:02] "POST /hardwares HTTP/1.1" 200 325 0.016704 10.0.0.42 - - [2025-01-27 02:30:02] "POST /alarms HTTP/1.1" 200 567 0.033283 10.0.0.42 - - [2025-01-27 02:30:02] "POST /fqname-to-id HTTP/1.1" 404 161 0.003700 10.0.0.42 - - [2025-01-27 02:30:02] "POST /alarms HTTP/1.1" 200 555 0.034762 10.0.0.42 - - [2025-01-27 02:30:02] "POST /hardwares HTTP/1.1" 200 317 0.018631 10.0.0.42 - - [2025-01-27 02:30:02] "POST /fqname-to-id HTTP/1.1" 404 161 0.002703 10.0.0.42 - - [2025-01-27 02:30:02] "POST /alarms HTTP/1.1" 200 567 0.019814 10.0.0.42 - - [2025-01-27 02:30:02] "POST /hardwares HTTP/1.1" 200 317 0.017132 10.0.0.42 - - [2025-01-27 02:30:02] "POST /fqname-to-id HTTP/1.1" 404 162 0.004557 10.0.0.42 - - [2025-01-27 02:30:02] "POST /alarms HTTP/1.1" 200 575 0.068626 10.0.0.42 - - [2025-01-27 02:30:02] "POST /hardwares HTTP/1.1" 200 319 0.015639 10.0.0.42 - - [2025-01-27 02:30:02] "POST /alarms HTTP/1.1" 200 569 0.019146 10.0.0.42 - - [2025-01-27 02:30:02] "POST /fqname-to-id HTTP/1.1" 404 162 0.004078 10.0.0.42 - - [2025-01-27 02:30:02] "POST /alarms HTTP/1.1" 200 561 0.019556 10.0.0.42 - - [2025-01-27 02:30:02] "POST /hardwares HTTP/1.1" 200 319 0.013211 10.0.0.42 - - [2025-01-27 02:30:02] "POST /alarms HTTP/1.1" 200 561 0.017879 10.0.0.42 - - [2025-01-27 02:30:02] "POST /fqname-to-id HTTP/1.1" 404 162 0.003448 10.0.0.42 - - [2025-01-27 02:30:02] "POST /alarms HTTP/1.1" 200 561 0.025055 10.0.0.42 - - [2025-01-27 02:30:02] "POST /hardwares HTTP/1.1" 200 319 0.015652 10.0.0.42 - - [2025-01-27 02:30:02] "POST /fqname-to-id HTTP/1.1" 404 158 0.002929 10.0.0.42 - - [2025-01-27 02:30:02] "POST /alarms HTTP/1.1" 200 547 0.021784 10.0.0.42 - - [2025-01-27 02:30:02] "POST /hardwares HTTP/1.1" 200 311 0.012689 10.0.0.42 - - [2025-01-27 02:30:02] "POST /alarms HTTP/1.1" 200 595 0.018103 10.0.0.42 - - [2025-01-27 02:30:03] "POST /fqname-to-id HTTP/1.1" 404 158 0.002776 10.0.0.42 - - [2025-01-27 02:30:03] "POST /alarms HTTP/1.1" 200 575 0.018109 10.0.0.42 - - [2025-01-27 02:30:03] "POST /hardwares HTTP/1.1" 200 311 0.012244 10.0.0.42 - - [2025-01-27 02:30:03] "POST /alarms HTTP/1.1" 200 571 0.020215 10.0.0.42 - - [2025-01-27 02:30:03] "POST /fqname-to-id HTTP/1.1" 404 160 0.002872 10.0.0.42 - - [2025-01-27 02:30:03] "POST /hardwares HTTP/1.1" 200 315 0.017722 10.0.0.42 - - [2025-01-27 02:30:03] "POST /alarms HTTP/1.1" 200 583 0.028935 10.0.0.42 - - [2025-01-27 02:30:03] "POST /fqname-to-id HTTP/1.1" 404 154 0.006093 10.0.0.42 - - [2025-01-27 02:30:03] "POST /alarms HTTP/1.1" 200 609 0.023275 10.0.0.42 - - [2025-01-27 02:30:03] "POST /hardwares HTTP/1.1" 200 303 0.020502 10.0.0.42 - - [2025-01-27 02:30:03] "POST /fqname-to-id HTTP/1.1" 404 158 0.003594 10.0.0.42 - - [2025-01-27 02:30:03] "POST /hardwares HTTP/1.1" 200 311 0.026481 10.0.0.42 - - [2025-01-27 02:30:03] "POST /fqname-to-id HTTP/1.1" 404 155 0.003480 10.0.0.42 - - [2025-01-27 02:30:03] "POST /hardwares HTTP/1.1" 200 305 0.013620 10.0.0.42 - - [2025-01-27 02:30:03] "POST /fqname-to-id HTTP/1.1" 404 155 0.004600 10.0.0.42 - - [2025-01-27 02:30:03] "GET / HTTP/1.1" 200 35931 0.001629 10.0.0.42 - - [2025-01-27 02:30:03] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000437 10.0.0.42 - - [2025-01-27 02:30:03] "POST /hardwares HTTP/1.1" 200 305 0.012383 10.0.0.42 - - [2025-01-27 02:30:03] "POST /fqname-to-id HTTP/1.1" 404 155 0.003494 10.0.0.42 - - [2025-01-27 02:30:03] "POST /hardwares HTTP/1.1" 200 305 0.015544 10.0.0.42 - - [2025-01-27 02:30:03] "POST /fqname-to-id HTTP/1.1" 404 155 0.004088 10.0.0.42 - - [2025-01-27 02:30:03] "POST /hardwares HTTP/1.1" 200 305 0.013968 10.0.0.42 - - [2025-01-27 02:30:03] "POST /fqname-to-id HTTP/1.1" 404 156 0.004470 10.0.0.42 - - [2025-01-27 02:30:03] "POST /hardwares HTTP/1.1" 200 307 0.013680 10.0.0.42 - - [2025-01-27 02:30:03] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.028600 10.0.0.42 - - [2025-01-27 02:30:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.42 - - [2025-01-27 02:30:04] "POST /fqname-to-id HTTP/1.1" 404 156 0.003442 10.0.0.42 - - [2025-01-27 02:30:04] "PUT /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d HTTP/1.1" 200 276 0.010239 10.0.0.42 - - [2025-01-27 02:30:04] "POST /hardwares HTTP/1.1" 200 307 0.012902 10.0.0.42 - - [2025-01-27 02:30:04] "POST /fqname-to-id HTTP/1.1" 404 156 0.004099 10.0.0.42 - - [2025-01-27 02:30:04] "POST /hardwares HTTP/1.1" 200 307 0.013473 10.0.0.42 - - [2025-01-27 02:30:04] "POST /fqname-to-id HTTP/1.1" 404 157 0.003901 10.0.0.42 - - [2025-01-27 02:30:04] "POST /hardwares HTTP/1.1" 200 309 0.012996 10.0.0.42 - - [2025-01-27 02:30:04] "POST /fqname-to-id HTTP/1.1" 404 158 0.003435 10.0.0.42 - - [2025-01-27 02:30:04] "GET / HTTP/1.1" 200 35931 0.002273 10.0.0.42 - - [2025-01-27 02:30:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000501 10.0.0.42 - - [2025-01-27 02:30:04] "POST /hardwares HTTP/1.1" 200 311 0.014716 10.0.0.42 - - [2025-01-27 02:30:04] "POST /fqname-to-id HTTP/1.1" 404 158 0.003923 10.0.0.42 - - [2025-01-27 02:30:04] "POST /hardwares HTTP/1.1" 200 311 0.012362 10.0.0.42 - - [2025-01-27 02:30:04] "POST /fqname-to-id HTTP/1.1" 404 153 0.003489 10.0.0.42 - - [2025-01-27 02:30:04] "POST /hardwares HTTP/1.1" 200 301 0.013209 10.0.0.42 - - [2025-01-27 02:30:04] "POST /fqname-to-id HTTP/1.1" 404 157 0.004370 10.0.0.42 - - [2025-01-27 02:30:04] "POST /hardwares HTTP/1.1" 200 309 0.015010 10.0.0.42 - - [2025-01-27 02:30:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.029822 10.0.0.42 - - [2025-01-27 02:30:04] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003687 10.0.0.42 - - [2025-01-27 02:30:04] "POST /fqname-to-id HTTP/1.1" 404 157 0.003183 10.0.0.42 - - [2025-01-27 02:30:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.42 - - [2025-01-27 02:30:04] "POST /hardwares HTTP/1.1" 200 309 0.012593 10.0.0.42 - - [2025-01-27 02:30:04] "PUT /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d HTTP/1.1" 200 276 0.011930 10.0.0.42 - - [2025-01-27 02:30:04] "POST /fqname-to-id HTTP/1.1" 404 157 0.003885 10.0.0.42 - - [2025-01-27 02:30:04] "POST /hardwares HTTP/1.1" 200 309 0.014909 10.0.0.42 - - [2025-01-27 02:30:04] "POST /fqname-to-id HTTP/1.1" 404 157 0.003379 10.0.0.42 - - [2025-01-27 02:30:05] "POST /hardwares HTTP/1.1" 200 309 0.016002 10.0.0.42 - - [2025-01-27 02:30:05] "POST /fqname-to-id HTTP/1.1" 404 157 0.004498 10.0.0.42 - - [2025-01-27 02:30:05] "POST /hardwares HTTP/1.1" 200 309 0.013344 10.0.0.42 - - [2025-01-27 02:30:05] "POST /fqname-to-id HTTP/1.1" 404 161 0.003233 10.0.0.42 - - [2025-01-27 02:30:05] "GET / HTTP/1.1" 200 35931 0.001780 10.0.0.42 - - [2025-01-27 02:30:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000748 10.0.0.42 - - [2025-01-27 02:30:05] "POST /hardwares HTTP/1.1" 200 317 0.015072 10.0.0.42 - - [2025-01-27 02:30:05] "POST /fqname-to-id HTTP/1.1" 404 157 0.005733 10.0.0.42 - - [2025-01-27 02:30:05] "POST /hardwares HTTP/1.1" 200 309 0.012906 10.0.0.42 - - [2025-01-27 02:30:05] "POST /fqname-to-id HTTP/1.1" 404 157 0.003041 10.0.0.42 - - [2025-01-27 02:30:05] "POST /hardwares HTTP/1.1" 200 309 0.014565 10.0.0.42 - - [2025-01-27 02:30:05] "POST /fqname-to-id HTTP/1.1" 404 154 0.003915 10.0.0.42 - - [2025-01-27 02:30:05] "POST /hardwares HTTP/1.1" 200 303 0.020097 10.0.0.42 - - [2025-01-27 02:30:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.024605 10.0.0.42 - - [2025-01-27 02:30:05] "GET /global-system-config/458dac13-cb3d-4618-b081-00c7d78b53d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.006834 10.0.0.42 - - [2025-01-27 02:30:05] "POST /fqname-to-id HTTP/1.1" 404 190 0.003878 10.0.0.42 - - [2025-01-27 02:30:05] "POST /features HTTP/1.1" 200 533 0.020864 10.0.0.42 - - [2025-01-27 02:30:05] "PUT /global-system-config/458dac13-cb3d-4618-b081-00c7d78b53d7 HTTP/1.1" 200 274 0.024720 10.0.0.42 - - [2025-01-27 02:30:05] "POST /fqname-to-id HTTP/1.1" 404 185 0.003011 10.0.0.42 - - [2025-01-27 02:30:05] "POST /features HTTP/1.1" 200 523 0.019503 10.0.0.42 - - [2025-01-27 02:30:05] "POST /fqname-to-id HTTP/1.1" 404 184 0.003742 10.0.0.42 - - [2025-01-27 02:30:05] "POST /features HTTP/1.1" 200 521 0.018274 10.0.0.42 - - [2025-01-27 02:30:05] "POST /fqname-to-id HTTP/1.1" 404 184 0.003392 10.0.0.42 - - [2025-01-27 02:30:06] "POST /features HTTP/1.1" 200 521 0.017318 10.0.0.42 - - [2025-01-27 02:30:06] "POST /fqname-to-id HTTP/1.1" 404 189 0.002998 10.0.0.42 - - [2025-01-27 02:30:06] "POST /features HTTP/1.1" 200 531 0.024888 10.0.0.42 - - [2025-01-27 02:30:06] "POST /fqname-to-id HTTP/1.1" 404 184 0.002981 10.0.0.42 - - [2025-01-27 02:30:06] "POST /features HTTP/1.1" 200 521 0.016122 10.0.0.42 - - [2025-01-27 02:30:06] "POST /fqname-to-id HTTP/1.1" 404 193 0.003972 10.0.0.42 - - [2025-01-27 02:30:06] "POST /features HTTP/1.1" 200 539 0.022369 10.0.0.42 - - [2025-01-27 02:30:06] "POST /fqname-to-id HTTP/1.1" 404 186 0.004223 10.0.0.42 - - [2025-01-27 02:30:06] "POST /features HTTP/1.1" 200 525 0.017566 10.0.0.42 - - [2025-01-27 02:30:06] "POST /fqname-to-id HTTP/1.1" 404 183 0.003666 10.0.0.42 - - [2025-01-27 02:30:06] "POST /features HTTP/1.1" 200 519 0.023881 10.0.0.42 - - [2025-01-27 02:30:06] "POST /fqname-to-id HTTP/1.1" 404 182 0.003826 10.0.0.42 - - [2025-01-27 02:30:06] "POST /features HTTP/1.1" 200 517 0.022209 10.0.0.42 - - [2025-01-27 02:30:06] "POST /fqname-to-id HTTP/1.1" 404 190 0.003942 10.0.0.42 - - [2025-01-27 02:30:06] "POST /features HTTP/1.1" 200 533 0.020997 10.0.0.42 - - [2025-01-27 02:30:06] "POST /fqname-to-id HTTP/1.1" 404 194 0.003027 10.0.0.42 - - [2025-01-27 02:30:06] "POST /features HTTP/1.1" 200 541 0.041815 10.0.0.42 - - [2025-01-27 02:30:07] "POST /fqname-to-id HTTP/1.1" 404 178 0.003431 10.0.0.42 - - [2025-01-27 02:30:07] "POST /physical-roles HTTP/1.1" 200 521 0.071070 10.0.0.42 - - [2025-01-27 02:30:07] "POST /fqname-to-id HTTP/1.1" 404 179 0.002847 10.0.0.42 - - [2025-01-27 02:30:07] "POST /physical-roles HTTP/1.1" 200 523 0.020794 10.0.0.42 - - [2025-01-27 02:30:07] "POST /fqname-to-id HTTP/1.1" 404 184 0.003409 10.0.0.42 - - [2025-01-27 02:30:07] "POST /physical-roles HTTP/1.1" 200 533 0.018602 10.0.0.42 - - [2025-01-27 02:30:07] "POST /fqname-to-id HTTP/1.1" 404 177 0.003316 10.0.0.42 - - [2025-01-27 02:30:07] "POST /physical-roles HTTP/1.1" 200 519 0.020318 10.0.0.42 - - [2025-01-27 02:30:07] "POST /fqname-to-id HTTP/1.1" 404 191 0.002903 10.0.0.42 - - [2025-01-27 02:30:07] "POST /overlay-roles HTTP/1.1" 200 545 0.022158 10.0.0.42 - - [2025-01-27 02:30:07] "POST /fqname-to-id HTTP/1.1" 404 184 0.003218 10.0.0.42 - - [2025-01-27 02:30:07] "POST /overlay-roles HTTP/1.1" 200 531 0.017316 10.0.0.42 - - [2025-01-27 02:30:07] "POST /fqname-to-id HTTP/1.1" 404 191 0.002851 10.0.0.42 - - [2025-01-27 02:30:07] "POST /overlay-roles HTTP/1.1" 200 545 0.018548 10.0.0.42 - - [2025-01-27 02:30:07] "POST /fqname-to-id HTTP/1.1" 404 185 0.003064 10.0.0.42 - - [2025-01-27 02:30:07] "POST /overlay-roles HTTP/1.1" 200 533 0.042531 10.0.0.42 - - [2025-01-27 02:30:08] "POST /fqname-to-id HTTP/1.1" 404 189 0.003516 10.0.0.42 - - [2025-01-27 02:30:08] "POST /overlay-roles HTTP/1.1" 200 541 0.018286 10.0.0.42 - - [2025-01-27 02:30:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.42 - - [2025-01-27 02:30:08] "PUT /overlay-role/07e85296-86ad-4458-8bef-5811bdb25f83 HTTP/1.1" 200 258 0.011019 10.0.0.42 - - [2025-01-27 02:30:08] "POST /fqname-to-id HTTP/1.1" 404 184 0.003301 10.0.0.42 - - [2025-01-27 02:30:08] "POST /overlay-roles HTTP/1.1" 200 531 0.020508 10.0.0.42 - - [2025-01-27 02:30:08] "POST /fqname-to-id HTTP/1.1" 404 185 0.003122 10.0.0.42 - - [2025-01-27 02:30:08] "POST /overlay-roles HTTP/1.1" 200 533 0.020834 10.0.0.42 - - [2025-01-27 02:30:08] "POST /fqname-to-id HTTP/1.1" 404 183 0.002934 10.0.0.42 - - [2025-01-27 02:30:08] "POST /overlay-roles HTTP/1.1" 200 529 0.018699 10.0.0.42 - - [2025-01-27 02:30:08] "POST /fqname-to-id HTTP/1.1" 404 187 0.003733 10.0.0.42 - - [2025-01-27 02:30:08] "POST /overlay-roles HTTP/1.1" 200 537 0.019535 10.0.0.42 - - [2025-01-27 02:30:08] "POST /fqname-to-id HTTP/1.1" 404 189 0.010983 10.0.0.42 - - [2025-01-27 02:30:08] "POST /overlay-roles HTTP/1.1" 200 541 0.021047 10.0.0.42 - - [2025-01-27 02:30:08] "POST /fqname-to-id HTTP/1.1" 404 178 0.003234 10.0.0.42 - - [2025-01-27 02:30:08] "POST /overlay-roles HTTP/1.1" 200 519 0.021945 10.0.0.42 - - [2025-01-27 02:30:08] "POST /fqname-to-id HTTP/1.1" 404 190 0.004719 10.0.0.42 - - [2025-01-27 02:30:08] "POST /overlay-roles HTTP/1.1" 200 543 0.018357 10.0.0.42 - - [2025-01-27 02:30:09] "POST /fqname-to-id HTTP/1.1" 404 182 0.003166 10.0.0.42 - - [2025-01-27 02:30:09] "POST /role-definitions HTTP/1.1" 200 533 0.016998 10.0.0.42 - - [2025-01-27 02:30:09] "POST /fqname-to-id HTTP/1.1" 404 189 0.002911 10.0.0.42 - - [2025-01-27 02:30:09] "POST /role-definitions HTTP/1.1" 200 547 0.019349 10.0.0.42 - - [2025-01-27 02:30:09] "POST /fqname-to-id HTTP/1.1" 404 190 0.003372 10.0.0.42 - - [2025-01-27 02:30:09] "POST /role-definitions HTTP/1.1" 200 549 0.035639 10.0.0.42 - - [2025-01-27 02:30:09] "POST /fqname-to-id HTTP/1.1" 404 191 0.003923 10.0.0.42 - - [2025-01-27 02:30:09] "POST /role-definitions HTTP/1.1" 200 551 0.022171 10.0.0.42 - - [2025-01-27 02:30:09] "POST /fqname-to-id HTTP/1.1" 404 197 0.004197 10.0.0.42 - - [2025-01-27 02:30:09] "POST /role-definitions HTTP/1.1" 200 563 0.021000 10.0.0.42 - - [2025-01-27 02:30:09] "POST /fqname-to-id HTTP/1.1" 404 189 0.004166 10.0.0.42 - - [2025-01-27 02:30:09] "POST /role-definitions HTTP/1.1" 200 547 0.035047 10.0.0.42 - - [2025-01-27 02:30:09] "POST /fqname-to-id HTTP/1.1" 404 190 0.003643 10.0.0.42 - - [2025-01-27 02:30:09] "POST /role-definitions HTTP/1.1" 200 549 0.018934 10.0.0.42 - - [2025-01-27 02:30:09] "POST /fqname-to-id HTTP/1.1" 404 191 0.003403 10.0.0.42 - - [2025-01-27 02:30:09] "POST /role-definitions HTTP/1.1" 200 551 0.019084 10.0.0.42 - - [2025-01-27 02:30:09] "POST /fqname-to-id HTTP/1.1" 404 190 0.003529 10.0.0.42 - - [2025-01-27 02:30:10] "POST /role-definitions HTTP/1.1" 200 549 0.018883 10.0.0.42 - - [2025-01-27 02:30:10] "POST /fqname-to-id HTTP/1.1" 404 196 0.004300 10.0.0.42 - - [2025-01-27 02:30:10] "POST /role-definitions HTTP/1.1" 200 561 0.018398 10.0.0.42 - - [2025-01-27 02:30:10] "POST /fqname-to-id HTTP/1.1" 404 189 0.003648 10.0.0.42 - - [2025-01-27 02:30:10] "POST /role-definitions HTTP/1.1" 200 547 0.020102 10.0.0.42 - - [2025-01-27 02:30:10] "POST /fqname-to-id HTTP/1.1" 404 190 0.003218 10.0.0.42 - - [2025-01-27 02:30:10] "POST /role-definitions HTTP/1.1" 200 549 0.022308 10.0.0.42 - - [2025-01-27 02:30:10] "POST /fqname-to-id HTTP/1.1" 404 188 0.003374 10.0.0.42 - - [2025-01-27 02:30:10] "POST /role-definitions HTTP/1.1" 200 545 0.018572 10.0.0.42 - - [2025-01-27 02:30:10] "POST /fqname-to-id HTTP/1.1" 404 189 0.004051 10.0.0.42 - - [2025-01-27 02:30:10] "POST /role-definitions HTTP/1.1" 200 547 0.021316 10.0.0.42 - - [2025-01-27 02:30:10] "POST /fqname-to-id HTTP/1.1" 404 192 0.003943 10.0.0.42 - - [2025-01-27 02:30:10] "POST /role-definitions HTTP/1.1" 200 553 0.020618 10.0.0.42 - - [2025-01-27 02:30:10] "POST /fqname-to-id HTTP/1.1" 404 193 0.002892 10.0.0.42 - - [2025-01-27 02:30:10] "POST /role-definitions HTTP/1.1" 200 555 0.024573 10.0.0.42 - - [2025-01-27 02:30:10] "POST /fqname-to-id HTTP/1.1" 404 182 0.003458 10.0.0.42 - - [2025-01-27 02:30:10] "POST /role-definitions HTTP/1.1" 200 533 0.021215 10.0.0.42 - - [2025-01-27 02:30:11] "POST /fqname-to-id HTTP/1.1" 404 187 0.004313 10.0.0.42 - - [2025-01-27 02:30:11] "POST /role-definitions HTTP/1.1" 200 543 0.018428 10.0.0.42 - - [2025-01-27 02:30:11] "POST /fqname-to-id HTTP/1.1" 404 181 0.003218 10.0.0.42 - - [2025-01-27 02:30:11] "POST /role-definitions HTTP/1.1" 200 531 0.021004 10.0.0.42 - - [2025-01-27 02:30:11] "POST /fqname-to-id HTTP/1.1" 404 184 0.003143 10.0.0.42 - - [2025-01-27 02:30:11] "POST /role-definitions HTTP/1.1" 200 537 0.020639 10.0.0.42 - - [2025-01-27 02:30:11] "POST /fqname-to-id HTTP/1.1" 404 189 0.003393 10.0.0.42 - - [2025-01-27 02:30:11] "POST /role-definitions HTTP/1.1" 200 547 0.019644 10.0.0.42 - - [2025-01-27 02:30:11] "POST /fqname-to-id HTTP/1.1" 404 194 0.004339 10.0.0.42 - - [2025-01-27 02:30:11] "POST /role-definitions HTTP/1.1" 200 557 0.020456 10.0.0.42 - - [2025-01-27 02:30:11] "POST /fqname-to-id HTTP/1.1" 404 196 0.041124 10.0.0.42 - - [2025-01-27 02:30:11] "POST /role-definitions HTTP/1.1" 200 561 0.023066 10.0.0.42 - - [2025-01-27 02:30:11] "POST /fqname-to-id HTTP/1.1" 404 195 0.003131 10.0.0.42 - - [2025-01-27 02:30:11] "POST /role-definitions HTTP/1.1" 200 559 0.071460 10.0.0.42 - - [2025-01-27 02:30:11] "POST /fqname-to-id HTTP/1.1" 404 196 0.003583 10.0.0.42 - - [2025-01-27 02:30:11] "POST /feature-configs HTTP/1.1" 200 537 0.021687 10.0.0.42 - - [2025-01-27 02:30:12] "POST /fqname-to-id HTTP/1.1" 404 212 0.003456 10.0.0.42 - - [2025-01-27 02:30:12] "POST /feature-configs HTTP/1.1" 200 562 0.018771 10.0.0.42 - - [2025-01-27 02:30:12] "POST /fqname-to-id HTTP/1.1" 404 211 0.003557 10.0.0.42 - - [2025-01-27 02:30:12] "POST /feature-configs HTTP/1.1" 200 561 0.020118 10.0.0.42 - - [2025-01-27 02:30:12] "POST /fqname-to-id HTTP/1.1" 404 192 0.003693 10.0.0.42 - - [2025-01-27 02:30:12] "POST /node-profiles HTTP/1.1" 200 547 0.031087 10.0.0.42 - - [2025-01-27 02:30:12] "POST /fqname-to-id HTTP/1.1" 404 187 0.003485 10.0.0.42 - - [2025-01-27 02:30:12] "POST /node-profiles HTTP/1.1" 200 537 0.038807 10.0.0.42 - - [2025-01-27 02:30:12] "POST /fqname-to-id HTTP/1.1" 404 193 0.003210 10.0.0.42 - - [2025-01-27 02:30:12] "POST /node-profiles HTTP/1.1" 200 549 0.021118 10.0.0.42 - - [2025-01-27 02:30:12] "POST /fqname-to-id HTTP/1.1" 404 189 0.003045 10.0.0.42 - - [2025-01-27 02:30:12] "POST /node-profiles HTTP/1.1" 200 541 0.025480 10.0.0.42 - - [2025-01-27 02:30:12] "POST /fqname-to-id HTTP/1.1" 404 189 0.002906 10.0.0.42 - - [2025-01-27 02:30:12] "POST /node-profiles HTTP/1.1" 200 541 0.021751 10.0.0.42 - - [2025-01-27 02:30:12] "POST /fqname-to-id HTTP/1.1" 404 188 0.003174 10.0.0.42 - - [2025-01-27 02:30:12] "POST /node-profiles HTTP/1.1" 200 539 0.017140 10.0.0.42 - - [2025-01-27 02:30:12] "POST /fqname-to-id HTTP/1.1" 404 184 0.002890 10.0.0.42 - - [2025-01-27 02:30:13] "POST /node-profiles HTTP/1.1" 200 531 0.019788 10.0.0.42 - - [2025-01-27 02:30:13] "POST /fqname-to-id HTTP/1.1" 404 185 0.002907 10.0.0.42 - - [2025-01-27 02:30:13] "POST /node-profiles HTTP/1.1" 200 533 0.020272 10.0.0.42 - - [2025-01-27 02:30:13] "POST /fqname-to-id HTTP/1.1" 404 197 0.003314 10.0.0.42 - - [2025-01-27 02:30:13] "POST /node-profiles HTTP/1.1" 200 557 0.020746 10.0.0.42 - - [2025-01-27 02:30:13] "POST /fqname-to-id HTTP/1.1" 404 206 0.004093 10.0.0.42 - - [2025-01-27 02:30:13] "POST /telemetry-profiles HTTP/1.1" 200 554 0.019122 10.0.0.42 - - [2025-01-27 02:30:13] "POST /fqname-to-id HTTP/1.1" 404 206 0.003263 10.0.0.42 - - [2025-01-27 02:30:13] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017583 10.0.0.42 - - [2025-01-27 02:30:13] "POST /fqname-to-id HTTP/1.1" 404 206 0.003101 10.0.0.42 - - [2025-01-27 02:30:13] "POST /telemetry-profiles HTTP/1.1" 200 554 0.020488 10.0.0.42 - - [2025-01-27 02:30:13] "POST /fqname-to-id HTTP/1.1" 404 206 0.003453 10.0.0.42 - - [2025-01-27 02:30:13] "POST /telemetry-profiles HTTP/1.1" 200 554 0.018946 10.0.0.42 - - [2025-01-27 02:30:13] "POST /fqname-to-id HTTP/1.1" 404 206 0.002893 10.0.0.42 - - [2025-01-27 02:30:13] "POST /telemetry-profiles HTTP/1.1" 200 554 0.018824 10.0.0.42 - - [2025-01-27 02:30:13] "POST /fqname-to-id HTTP/1.1" 404 206 0.003409 10.0.0.42 - - [2025-01-27 02:30:13] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017320 10.0.0.42 - - [2025-01-27 02:30:13] "POST /fqname-to-id HTTP/1.1" 404 199 0.002849 10.0.0.42 - - [2025-01-27 02:30:14] "POST /sflow-profiles HTTP/1.1" 200 532 0.018058 10.0.0.42 - - [2025-01-27 02:30:14] "POST /fqname-to-id HTTP/1.1" 404 202 0.003839 10.0.0.42 - - [2025-01-27 02:30:14] "POST /sflow-profiles HTTP/1.1" 200 538 0.020116 10.0.0.42 - - [2025-01-27 02:30:14] "POST /fqname-to-id HTTP/1.1" 404 202 0.003027 10.0.0.42 - - [2025-01-27 02:30:14] "POST /sflow-profiles HTTP/1.1" 200 538 0.028728 10.0.0.42 - - [2025-01-27 02:30:14] "POST /fqname-to-id HTTP/1.1" 404 199 0.002831 10.0.0.42 - - [2025-01-27 02:30:14] "POST /grpc-profiles HTTP/1.1" 200 530 0.019732 10.0.0.42 - - [2025-01-27 02:30:14] "POST /fqname-to-id HTTP/1.1" 404 199 0.003631 10.0.0.42 - - [2025-01-27 02:30:14] "POST /snmp-profiles HTTP/1.1" 200 530 0.016744 10.0.0.42 - - [2025-01-27 02:30:14] "POST /fqname-to-id HTTP/1.1" 404 202 0.003211 10.0.0.42 - - [2025-01-27 02:30:14] "POST /netconf-profiles HTTP/1.1" 200 542 0.022341 10.0.0.42 - - [2025-01-27 02:30:14] "POST /fqname-to-id HTTP/1.1" 404 193 0.003696 10.0.0.42 - - [2025-01-27 02:30:14] "POST /device-functional-groups HTTP/1.1" 200 540 0.017577 10.0.0.42 - - [2025-01-27 02:30:14] "POST /fqname-to-id HTTP/1.1" 404 193 0.003951 10.0.0.42 - - [2025-01-27 02:30:14] "POST /device-functional-groups HTTP/1.1" 200 540 0.021869 10.0.0.42 - - [2025-01-27 02:30:14] "POST /fqname-to-id HTTP/1.1" 404 195 0.003709 10.0.0.42 - - [2025-01-27 02:30:14] "POST /device-functional-groups HTTP/1.1" 200 544 0.016832 10.0.0.42 - - [2025-01-27 02:30:14] "POST /fqname-to-id HTTP/1.1" 404 194 0.002992 10.0.0.42 - - [2025-01-27 02:30:15] "POST /device-functional-groups HTTP/1.1" 200 542 0.019401 10.0.0.42 - - [2025-01-27 02:30:15] "POST /fqname-to-id HTTP/1.1" 404 218 0.003155 10.0.0.42 - - [2025-01-27 02:30:15] "POST /device-functional-groups HTTP/1.1" 200 590 0.035672 10.0.0.42 - - [2025-01-27 02:30:15] "POST /fqname-to-id HTTP/1.1" 404 208 0.003243 10.0.0.42 - - [2025-01-27 02:30:15] "POST /device-functional-groups HTTP/1.1" 200 570 0.019147 10.0.0.42 - - [2025-01-27 02:30:15] "POST /fqname-to-id HTTP/1.1" 404 236 0.003121 10.0.0.42 - - [2025-01-27 02:30:15] "POST /device-functional-groups HTTP/1.1" 200 620 0.035536 10.0.0.42 - - [2025-01-27 02:30:15] "POST /fqname-to-id HTTP/1.1" 404 206 0.003642 10.0.0.42 - - [2025-01-27 02:30:15] "POST /device-functional-groups HTTP/1.1" 200 566 0.019943 10.0.0.42 - - [2025-01-27 02:30:15] "POST /fqname-to-id HTTP/1.1" 404 205 0.003033 10.0.0.42 - - [2025-01-27 02:30:15] "POST /device-functional-groups HTTP/1.1" 200 564 0.018710 10.0.0.42 - - [2025-01-27 02:30:15] "POST /fqname-to-id HTTP/1.1" 404 210 0.003233 10.0.0.42 - - [2025-01-27 02:30:15] "POST /device-functional-groups HTTP/1.1" 200 574 0.017697 10.0.0.42 - - [2025-01-27 02:30:15] "POST /fqname-to-id HTTP/1.1" 404 201 0.003425 10.0.0.42 - - [2025-01-27 02:30:15] "POST /role-configs HTTP/1.1" 200 525 0.017819 10.0.0.42 - - [2025-01-27 02:30:15] "POST /fqname-to-id HTTP/1.1" 404 196 0.003182 10.0.0.42 - - [2025-01-27 02:30:15] "POST /role-configs HTTP/1.1" 200 520 0.019881 10.0.0.42 - - [2025-01-27 02:30:16] "POST /fqname-to-id HTTP/1.1" 404 198 0.003686 10.0.0.42 - - [2025-01-27 02:30:16] "POST /role-configs HTTP/1.1" 200 522 0.018161 10.0.0.42 - - [2025-01-27 02:30:16] "POST /fqname-to-id HTTP/1.1" 404 198 0.003164 10.0.0.42 - - [2025-01-27 02:30:16] "POST /role-configs HTTP/1.1" 200 522 0.018893 10.0.0.42 - - [2025-01-27 02:30:16] "POST /fqname-to-id HTTP/1.1" 404 202 0.003175 10.0.0.42 - - [2025-01-27 02:30:16] "POST /role-configs HTTP/1.1" 200 526 0.018109 10.0.0.42 - - [2025-01-27 02:30:16] "POST /fqname-to-id HTTP/1.1" 404 197 0.003266 10.0.0.42 - - [2025-01-27 02:30:16] "POST /role-configs HTTP/1.1" 200 521 0.019825 10.0.0.42 - - [2025-01-27 02:30:16] "POST /fqname-to-id HTTP/1.1" 404 193 0.003186 10.0.0.42 - - [2025-01-27 02:30:16] "POST /role-configs HTTP/1.1" 200 517 0.018407 10.0.0.42 - - [2025-01-27 02:30:16] "POST /fqname-to-id HTTP/1.1" 404 194 0.003070 10.0.0.42 - - [2025-01-27 02:30:16] "POST /role-configs HTTP/1.1" 200 518 0.020210 10.0.0.42 - - [2025-01-27 02:30:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.42 - - [2025-01-27 02:30:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.42 - - [2025-01-27 02:30:16] "POST /ref-update HTTP/1.1" 200 156 0.009954 10.0.0.42 - - [2025-01-27 02:30:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.42 - - [2025-01-27 02:30:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.42 - - [2025-01-27 02:30:16] "POST /ref-update HTTP/1.1" 200 156 0.008455 10.0.0.42 - - [2025-01-27 02:30:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.42 - - [2025-01-27 02:30:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.42 - - [2025-01-27 02:30:17] "POST /ref-update HTTP/1.1" 200 156 0.008606 10.0.0.42 - - [2025-01-27 02:30:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.42 - - [2025-01-27 02:30:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.009227 10.0.0.42 - - [2025-01-27 02:30:17] "POST /ref-update HTTP/1.1" 200 156 0.010048 10.0.0.42 - - [2025-01-27 02:30:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.42 - - [2025-01-27 02:30:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.42 - - [2025-01-27 02:30:17] "POST /ref-update HTTP/1.1" 200 156 0.011032 10.0.0.42 - - [2025-01-27 02:30:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.42 - - [2025-01-27 02:30:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004299 10.0.0.42 - - [2025-01-27 02:30:17] "POST /ref-update HTTP/1.1" 200 156 0.026736 10.0.0.42 - - [2025-01-27 02:30:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.42 - - [2025-01-27 02:30:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.42 - - [2025-01-27 02:30:17] "POST /ref-update HTTP/1.1" 200 156 0.010495 10.0.0.42 - - [2025-01-27 02:30:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.42 - - [2025-01-27 02:30:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.42 - - [2025-01-27 02:30:17] "POST /ref-update HTTP/1.1" 200 156 0.010566 10.0.0.42 - - [2025-01-27 02:30:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.42 - - [2025-01-27 02:30:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.42 - - [2025-01-27 02:30:18] "POST /ref-update HTTP/1.1" 200 156 0.010527 10.0.0.42 - - [2025-01-27 02:30:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.42 - - [2025-01-27 02:30:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.42 - - [2025-01-27 02:30:18] "POST /ref-update HTTP/1.1" 200 156 0.012800 10.0.0.42 - - [2025-01-27 02:30:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004076 10.0.0.42 - - [2025-01-27 02:30:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.42 - - [2025-01-27 02:30:18] "POST /ref-update HTTP/1.1" 200 156 0.008535 10.0.0.42 - - [2025-01-27 02:30:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.42 - - [2025-01-27 02:30:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.42 - - [2025-01-27 02:30:18] "POST /ref-update HTTP/1.1" 200 156 0.007931 10.0.0.42 - - [2025-01-27 02:30:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.42 - - [2025-01-27 02:30:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.42 - - [2025-01-27 02:30:18] "POST /ref-update HTTP/1.1" 200 156 0.007782 10.0.0.42 - - [2025-01-27 02:30:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.42 - - [2025-01-27 02:30:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.42 - - [2025-01-27 02:30:18] "POST /ref-update HTTP/1.1" 200 156 0.008504 10.0.0.42 - - [2025-01-27 02:30:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.42 - - [2025-01-27 02:30:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.42 - - [2025-01-27 02:30:18] "POST /ref-update HTTP/1.1" 200 156 0.009530 10.0.0.42 - - [2025-01-27 02:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.42 - - [2025-01-27 02:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.42 - - [2025-01-27 02:30:19] "POST /ref-update HTTP/1.1" 200 156 0.008940 10.0.0.42 - - [2025-01-27 02:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.42 - - [2025-01-27 02:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.42 - - [2025-01-27 02:30:19] "POST /ref-update HTTP/1.1" 200 156 0.009787 10.0.0.42 - - [2025-01-27 02:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.42 - - [2025-01-27 02:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.42 - - [2025-01-27 02:30:19] "POST /ref-update HTTP/1.1" 200 156 0.010656 10.0.0.42 - - [2025-01-27 02:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.42 - - [2025-01-27 02:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.42 - - [2025-01-27 02:30:19] "POST /ref-update HTTP/1.1" 200 156 0.009309 10.0.0.42 - - [2025-01-27 02:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.42 - - [2025-01-27 02:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.42 - - [2025-01-27 02:30:19] "POST /ref-update HTTP/1.1" 200 156 0.009403 10.0.0.42 - - [2025-01-27 02:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.42 - - [2025-01-27 02:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.42 - - [2025-01-27 02:30:19] "POST /ref-update HTTP/1.1" 200 156 0.017180 10.0.0.42 - - [2025-01-27 02:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.42 - - [2025-01-27 02:30:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.42 - - [2025-01-27 02:30:20] "POST /ref-update HTTP/1.1" 200 156 0.020786 10.0.0.42 - - [2025-01-27 02:30:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.42 - - [2025-01-27 02:30:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004317 10.0.0.42 - - [2025-01-27 02:30:20] "POST /ref-update HTTP/1.1" 200 156 0.009964 10.0.0.42 - - [2025-01-27 02:30:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.42 - - [2025-01-27 02:30:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.42 - - [2025-01-27 02:30:20] "POST /ref-update HTTP/1.1" 200 156 0.008485 10.0.0.42 - - [2025-01-27 02:30:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.42 - - [2025-01-27 02:30:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.42 - - [2025-01-27 02:30:20] "POST /ref-update HTTP/1.1" 200 156 0.008804 10.0.0.42 - - [2025-01-27 02:30:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.42 - - [2025-01-27 02:30:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.42 - - [2025-01-27 02:30:20] "POST /ref-update HTTP/1.1" 200 156 0.012219 10.0.0.42 - - [2025-01-27 02:30:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.42 - - [2025-01-27 02:30:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.42 - - [2025-01-27 02:30:20] "POST /ref-update HTTP/1.1" 200 156 0.010293 10.0.0.42 - - [2025-01-27 02:30:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.42 - - [2025-01-27 02:30:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.42 - - [2025-01-27 02:30:20] "POST /ref-update HTTP/1.1" 200 156 0.008534 10.0.0.42 - - [2025-01-27 02:30:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.42 - - [2025-01-27 02:30:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.42 - - [2025-01-27 02:30:21] "POST /ref-update HTTP/1.1" 200 156 0.007540 10.0.0.42 - - [2025-01-27 02:30:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.42 - - [2025-01-27 02:30:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.42 - - [2025-01-27 02:30:21] "POST /ref-update HTTP/1.1" 200 156 0.021360 10.0.0.42 - - [2025-01-27 02:30:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.42 - - [2025-01-27 02:30:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004870 10.0.0.42 - - [2025-01-27 02:30:21] "POST /ref-update HTTP/1.1" 200 156 0.007868 10.0.0.42 - - [2025-01-27 02:30:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.42 - - [2025-01-27 02:30:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.42 - - [2025-01-27 02:30:21] "POST /ref-update HTTP/1.1" 200 156 0.008878 10.0.0.42 - - [2025-01-27 02:30:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.42 - - [2025-01-27 02:30:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.42 - - [2025-01-27 02:30:21] "POST /ref-update HTTP/1.1" 200 156 0.009089 10.0.0.42 - - [2025-01-27 02:30:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004515 10.0.0.42 - - [2025-01-27 02:30:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.42 - - [2025-01-27 02:30:21] "POST /ref-update HTTP/1.1" 200 156 0.007833 10.0.0.42 - - [2025-01-27 02:30:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.42 - - [2025-01-27 02:30:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.42 - - [2025-01-27 02:30:22] "POST /ref-update HTTP/1.1" 200 156 0.008506 10.0.0.42 - - [2025-01-27 02:30:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.42 - - [2025-01-27 02:30:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.42 - - [2025-01-27 02:30:22] "POST /ref-update HTTP/1.1" 200 156 0.009604 10.0.0.42 - - [2025-01-27 02:30:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002782 10.0.0.42 - - [2025-01-27 02:30:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.42 - - [2025-01-27 02:30:22] "POST /ref-update HTTP/1.1" 200 156 0.007539 10.0.0.42 - - [2025-01-27 02:30:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.42 - - [2025-01-27 02:30:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.42 - - [2025-01-27 02:30:22] "POST /ref-update HTTP/1.1" 200 156 0.007932 10.0.0.42 - - [2025-01-27 02:30:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.42 - - [2025-01-27 02:30:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.42 - - [2025-01-27 02:30:22] "POST /ref-update HTTP/1.1" 200 156 0.010545 10.0.0.42 - - [2025-01-27 02:30:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.42 - - [2025-01-27 02:30:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.42 - - [2025-01-27 02:30:22] "POST /ref-update HTTP/1.1" 200 156 0.007226 10.0.0.42 - - [2025-01-27 02:30:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.42 - - [2025-01-27 02:30:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.42 - - [2025-01-27 02:30:22] "POST /ref-update HTTP/1.1" 200 156 0.007573 10.0.0.42 - - [2025-01-27 02:30:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.42 - - [2025-01-27 02:30:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004715 10.0.0.42 - - [2025-01-27 02:30:23] "POST /ref-update HTTP/1.1" 200 156 0.008714 10.0.0.42 - - [2025-01-27 02:30:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.42 - - [2025-01-27 02:30:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.42 - - [2025-01-27 02:30:23] "POST /ref-update HTTP/1.1" 200 156 0.009197 10.0.0.42 - - [2025-01-27 02:30:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.42 - - [2025-01-27 02:30:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.42 - - [2025-01-27 02:30:23] "POST /ref-update HTTP/1.1" 200 156 0.007168 10.0.0.42 - - [2025-01-27 02:30:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004214 10.0.0.42 - - [2025-01-27 02:30:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.42 - - [2025-01-27 02:30:23] "POST /ref-update HTTP/1.1" 200 156 0.008543 10.0.0.42 - - [2025-01-27 02:30:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.42 - - [2025-01-27 02:30:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.42 - - [2025-01-27 02:30:23] "POST /ref-update HTTP/1.1" 200 156 0.008681 10.0.0.42 - - [2025-01-27 02:30:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.42 - - [2025-01-27 02:30:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.42 - - [2025-01-27 02:30:23] "POST /ref-update HTTP/1.1" 200 156 0.008222 10.0.0.42 - - [2025-01-27 02:30:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.42 - - [2025-01-27 02:30:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.42 - - [2025-01-27 02:30:24] "POST /ref-update HTTP/1.1" 200 156 0.008727 10.0.0.42 - - [2025-01-27 02:30:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.42 - - [2025-01-27 02:30:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.42 - - [2025-01-27 02:30:24] "POST /ref-update HTTP/1.1" 200 156 0.008468 10.0.0.42 - - [2025-01-27 02:30:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.42 - - [2025-01-27 02:30:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.42 - - [2025-01-27 02:30:24] "POST /ref-update HTTP/1.1" 200 156 0.009533 10.0.0.42 - - [2025-01-27 02:30:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.42 - - [2025-01-27 02:30:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005718 10.0.0.42 - - [2025-01-27 02:30:24] "POST /ref-update HTTP/1.1" 200 156 0.007958 10.0.0.42 - - [2025-01-27 02:30:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.42 - - [2025-01-27 02:30:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.42 - - [2025-01-27 02:30:24] "POST /ref-update HTTP/1.1" 200 156 0.007680 10.0.0.42 - - [2025-01-27 02:30:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.42 - - [2025-01-27 02:30:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.42 - - [2025-01-27 02:30:24] "POST /ref-update HTTP/1.1" 200 156 0.008287 10.0.0.42 - - [2025-01-27 02:30:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.42 - - [2025-01-27 02:30:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002796 10.0.0.42 - - [2025-01-27 02:30:24] "POST /ref-update HTTP/1.1" 200 156 0.008313 10.0.0.42 - - [2025-01-27 02:30:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.42 - - [2025-01-27 02:30:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.42 - - [2025-01-27 02:30:25] "POST /ref-update HTTP/1.1" 200 156 0.009291 10.0.0.42 - - [2025-01-27 02:30:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.42 - - [2025-01-27 02:30:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.42 - - [2025-01-27 02:30:25] "POST /ref-update HTTP/1.1" 200 156 0.009746 10.0.0.42 - - [2025-01-27 02:30:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.42 - - [2025-01-27 02:30:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.42 - - [2025-01-27 02:30:25] "POST /ref-update HTTP/1.1" 200 156 0.009012 10.0.0.42 - - [2025-01-27 02:30:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.42 - - [2025-01-27 02:30:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.42 - - [2025-01-27 02:30:25] "POST /ref-update HTTP/1.1" 200 156 0.009170 10.0.0.42 - - [2025-01-27 02:30:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.42 - - [2025-01-27 02:30:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.42 - - [2025-01-27 02:30:25] "POST /ref-update HTTP/1.1" 200 156 0.008782 10.0.0.42 - - [2025-01-27 02:30:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.42 - - [2025-01-27 02:30:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.42 - - [2025-01-27 02:30:25] "POST /ref-update HTTP/1.1" 200 156 0.008512 10.0.0.42 - - [2025-01-27 02:30:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.42 - - [2025-01-27 02:30:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.42 - - [2025-01-27 02:30:25] "POST /ref-update HTTP/1.1" 200 156 0.009527 10.0.0.42 - - [2025-01-27 02:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.42 - - [2025-01-27 02:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.42 - - [2025-01-27 02:30:26] "POST /ref-update HTTP/1.1" 200 156 0.008696 10.0.0.42 - - [2025-01-27 02:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.42 - - [2025-01-27 02:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.42 - - [2025-01-27 02:30:26] "POST /ref-update HTTP/1.1" 200 156 0.009933 10.0.0.42 - - [2025-01-27 02:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.42 - - [2025-01-27 02:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.42 - - [2025-01-27 02:30:26] "POST /ref-update HTTP/1.1" 200 156 0.010131 10.0.0.42 - - [2025-01-27 02:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.42 - - [2025-01-27 02:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.42 - - [2025-01-27 02:30:26] "POST /ref-update HTTP/1.1" 200 156 0.008885 10.0.0.42 - - [2025-01-27 02:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.42 - - [2025-01-27 02:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.42 - - [2025-01-27 02:30:26] "POST /ref-update HTTP/1.1" 200 156 0.012121 10.0.0.42 - - [2025-01-27 02:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.42 - - [2025-01-27 02:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.42 - - [2025-01-27 02:30:26] "POST /ref-update HTTP/1.1" 200 156 0.016191 10.0.0.42 - - [2025-01-27 02:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.42 - - [2025-01-27 02:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.42 - - [2025-01-27 02:30:27] "POST /ref-update HTTP/1.1" 200 156 0.007445 10.0.0.42 - - [2025-01-27 02:30:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.42 - - [2025-01-27 02:30:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.42 - - [2025-01-27 02:30:27] "POST /ref-update HTTP/1.1" 200 156 0.009872 10.0.0.42 - - [2025-01-27 02:30:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.42 - - [2025-01-27 02:30:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.42 - - [2025-01-27 02:30:27] "POST /ref-update HTTP/1.1" 200 156 0.007296 10.0.0.42 - - [2025-01-27 02:30:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.42 - - [2025-01-27 02:30:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.42 - - [2025-01-27 02:30:27] "POST /ref-update HTTP/1.1" 200 156 0.010821 10.0.0.42 - - [2025-01-27 02:30:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.42 - - [2025-01-27 02:30:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.42 - - [2025-01-27 02:30:27] "POST /ref-update HTTP/1.1" 200 156 0.008090 10.0.0.42 - - [2025-01-27 02:30:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.42 - - [2025-01-27 02:30:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.42 - - [2025-01-27 02:30:27] "POST /ref-update HTTP/1.1" 200 156 0.007857 10.0.0.42 - - [2025-01-27 02:30:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.42 - - [2025-01-27 02:30:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.42 - - [2025-01-27 02:30:27] "POST /ref-update HTTP/1.1" 200 156 0.027739 10.0.0.42 - - [2025-01-27 02:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.42 - - [2025-01-27 02:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004841 10.0.0.42 - - [2025-01-27 02:30:28] "POST /ref-update HTTP/1.1" 200 156 0.007414 10.0.0.42 - - [2025-01-27 02:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.42 - - [2025-01-27 02:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.42 - - [2025-01-27 02:30:28] "POST /ref-update HTTP/1.1" 200 156 0.007609 10.0.0.42 - - [2025-01-27 02:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.42 - - [2025-01-27 02:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.42 - - [2025-01-27 02:30:28] "POST /ref-update HTTP/1.1" 200 156 0.007831 10.0.0.42 - - [2025-01-27 02:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.42 - - [2025-01-27 02:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.42 - - [2025-01-27 02:30:28] "POST /ref-update HTTP/1.1" 200 156 0.008059 10.0.0.42 - - [2025-01-27 02:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004783 10.0.0.42 - - [2025-01-27 02:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.42 - - [2025-01-27 02:30:28] "POST /ref-update HTTP/1.1" 200 156 0.008106 10.0.0.42 - - [2025-01-27 02:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.42 - - [2025-01-27 02:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.42 - - [2025-01-27 02:30:28] "POST /ref-update HTTP/1.1" 200 156 0.009914 10.0.0.42 - - [2025-01-27 02:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.42 - - [2025-01-27 02:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.42 - - [2025-01-27 02:30:29] "POST /ref-update HTTP/1.1" 200 156 0.007971 10.0.0.42 - - [2025-01-27 02:30:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.42 - - [2025-01-27 02:30:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.42 - - [2025-01-27 02:30:29] "POST /ref-update HTTP/1.1" 200 156 0.008646 10.0.0.42 - - [2025-01-27 02:30:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.42 - - [2025-01-27 02:30:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.42 - - [2025-01-27 02:30:29] "POST /ref-update HTTP/1.1" 200 156 0.007966 10.0.0.42 - - [2025-01-27 02:30:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.42 - - [2025-01-27 02:30:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.42 - - [2025-01-27 02:30:29] "POST /ref-update HTTP/1.1" 200 156 0.008525 10.0.0.42 - - [2025-01-27 02:30:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.42 - - [2025-01-27 02:30:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.42 - - [2025-01-27 02:30:29] "POST /ref-update HTTP/1.1" 200 156 0.010045 10.0.0.42 - - [2025-01-27 02:30:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.42 - - [2025-01-27 02:30:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.42 - - [2025-01-27 02:30:29] "POST /ref-update HTTP/1.1" 200 156 0.009634 10.0.0.42 - - [2025-01-27 02:30:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.42 - - [2025-01-27 02:30:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.42 - - [2025-01-27 02:30:29] "POST /ref-update HTTP/1.1" 200 156 0.008255 10.0.0.42 - - [2025-01-27 02:30:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.42 - - [2025-01-27 02:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.42 - - [2025-01-27 02:30:30] "POST /ref-update HTTP/1.1" 200 156 0.008786 10.0.0.42 - - [2025-01-27 02:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.42 - - [2025-01-27 02:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.42 - - [2025-01-27 02:30:30] "POST /ref-update HTTP/1.1" 200 156 0.008681 10.0.0.42 - - [2025-01-27 02:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.42 - - [2025-01-27 02:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.42 - - [2025-01-27 02:30:30] "POST /ref-update HTTP/1.1" 200 156 0.009345 10.0.0.42 - - [2025-01-27 02:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.42 - - [2025-01-27 02:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.42 - - [2025-01-27 02:30:30] "POST /ref-update HTTP/1.1" 200 156 0.009028 10.0.0.42 - - [2025-01-27 02:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.42 - - [2025-01-27 02:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.42 - - [2025-01-27 02:30:30] "POST /ref-update HTTP/1.1" 200 156 0.007814 10.0.0.42 - - [2025-01-27 02:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.42 - - [2025-01-27 02:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.42 - - [2025-01-27 02:30:30] "POST /ref-update HTTP/1.1" 200 156 0.008475 10.0.0.42 - - [2025-01-27 02:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.42 - - [2025-01-27 02:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004289 10.0.0.42 - - [2025-01-27 02:30:30] "POST /ref-update HTTP/1.1" 200 156 0.008249 10.0.0.42 - - [2025-01-27 02:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.42 - - [2025-01-27 02:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.42 - - [2025-01-27 02:30:31] "POST /ref-update HTTP/1.1" 200 156 0.007235 10.0.0.42 - - [2025-01-27 02:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.42 - - [2025-01-27 02:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.42 - - [2025-01-27 02:30:31] "POST /ref-update HTTP/1.1" 200 156 0.007729 10.0.0.42 - - [2025-01-27 02:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.42 - - [2025-01-27 02:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.42 - - [2025-01-27 02:30:31] "POST /ref-update HTTP/1.1" 200 156 0.008132 10.0.0.42 - - [2025-01-27 02:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.42 - - [2025-01-27 02:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.42 - - [2025-01-27 02:30:31] "POST /ref-update HTTP/1.1" 200 156 0.009220 10.0.0.42 - - [2025-01-27 02:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004708 10.0.0.42 - - [2025-01-27 02:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.42 - - [2025-01-27 02:30:31] "POST /ref-update HTTP/1.1" 200 156 0.009490 10.0.0.42 - - [2025-01-27 02:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.42 - - [2025-01-27 02:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.42 - - [2025-01-27 02:30:31] "POST /ref-update HTTP/1.1" 200 156 0.007618 10.0.0.42 - - [2025-01-27 02:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.42 - - [2025-01-27 02:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.42 - - [2025-01-27 02:30:32] "POST /ref-update HTTP/1.1" 200 156 0.008723 10.0.0.42 - - [2025-01-27 02:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.42 - - [2025-01-27 02:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.42 - - [2025-01-27 02:30:32] "POST /ref-update HTTP/1.1" 200 156 0.010188 10.0.0.42 - - [2025-01-27 02:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.42 - - [2025-01-27 02:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004412 10.0.0.42 - - [2025-01-27 02:30:32] "POST /ref-update HTTP/1.1" 200 156 0.010375 10.0.0.42 - - [2025-01-27 02:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004848 10.0.0.42 - - [2025-01-27 02:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.42 - - [2025-01-27 02:30:32] "POST /ref-update HTTP/1.1" 200 156 0.007276 10.0.0.42 - - [2025-01-27 02:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.42 - - [2025-01-27 02:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005142 10.0.0.42 - - [2025-01-27 02:30:32] "POST /ref-update HTTP/1.1" 200 156 0.010260 10.0.0.42 - - [2025-01-27 02:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.42 - - [2025-01-27 02:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.42 - - [2025-01-27 02:30:32] "POST /ref-update HTTP/1.1" 200 156 0.009491 10.0.0.42 - - [2025-01-27 02:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.42 - - [2025-01-27 02:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.42 - - [2025-01-27 02:30:33] "POST /ref-update HTTP/1.1" 200 156 0.008638 10.0.0.42 - - [2025-01-27 02:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.42 - - [2025-01-27 02:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.42 - - [2025-01-27 02:30:33] "POST /ref-update HTTP/1.1" 200 156 0.011793 10.0.0.42 - - [2025-01-27 02:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.42 - - [2025-01-27 02:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.42 - - [2025-01-27 02:30:33] "POST /ref-update HTTP/1.1" 200 156 0.010597 10.0.0.42 - - [2025-01-27 02:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.42 - - [2025-01-27 02:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.42 - - [2025-01-27 02:30:33] "POST /ref-update HTTP/1.1" 200 156 0.012010 10.0.0.42 - - [2025-01-27 02:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.42 - - [2025-01-27 02:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.42 - - [2025-01-27 02:30:33] "POST /ref-update HTTP/1.1" 200 156 0.006908 10.0.0.42 - - [2025-01-27 02:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.42 - - [2025-01-27 02:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.42 - - [2025-01-27 02:30:33] "POST /ref-update HTTP/1.1" 200 156 0.008143 10.0.0.42 - - [2025-01-27 02:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.42 - - [2025-01-27 02:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.42 - - [2025-01-27 02:30:33] "POST /ref-update HTTP/1.1" 200 156 0.009125 10.0.0.42 - - [2025-01-27 02:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004317 10.0.0.42 - - [2025-01-27 02:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.42 - - [2025-01-27 02:30:34] "POST /ref-update HTTP/1.1" 200 156 0.010202 10.0.0.42 - - [2025-01-27 02:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.42 - - [2025-01-27 02:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.42 - - [2025-01-27 02:30:34] "POST /ref-update HTTP/1.1" 200 156 0.009717 10.0.0.42 - - [2025-01-27 02:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.42 - - [2025-01-27 02:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.42 - - [2025-01-27 02:30:34] "POST /ref-update HTTP/1.1" 200 156 0.007518 10.0.0.42 - - [2025-01-27 02:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.42 - - [2025-01-27 02:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.42 - - [2025-01-27 02:30:34] "POST /ref-update HTTP/1.1" 200 156 0.011532 10.0.0.42 - - [2025-01-27 02:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.42 - - [2025-01-27 02:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.42 - - [2025-01-27 02:30:34] "POST /ref-update HTTP/1.1" 200 156 0.007705 10.0.0.42 - - [2025-01-27 02:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002812 10.0.0.42 - - [2025-01-27 02:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.42 - - [2025-01-27 02:30:34] "POST /ref-update HTTP/1.1" 200 156 0.008339 10.0.0.42 - - [2025-01-27 02:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.42 - - [2025-01-27 02:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.42 - - [2025-01-27 02:30:34] "POST /ref-update HTTP/1.1" 200 156 0.008646 10.0.0.42 - - [2025-01-27 02:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.42 - - [2025-01-27 02:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004110 10.0.0.42 - - [2025-01-27 02:30:35] "POST /ref-update HTTP/1.1" 200 156 0.009126 10.0.0.42 - - [2025-01-27 02:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.42 - - [2025-01-27 02:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.42 - - [2025-01-27 02:30:35] "POST /ref-update HTTP/1.1" 200 156 0.007600 10.0.0.42 - - [2025-01-27 02:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.006241 10.0.0.42 - - [2025-01-27 02:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.42 - - [2025-01-27 02:30:35] "POST /ref-update HTTP/1.1" 200 156 0.011962 10.0.0.42 - - [2025-01-27 02:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.42 - - [2025-01-27 02:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.42 - - [2025-01-27 02:30:35] "POST /ref-update HTTP/1.1" 200 156 0.007402 10.0.0.42 - - [2025-01-27 02:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.42 - - [2025-01-27 02:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.42 - - [2025-01-27 02:30:35] "POST /ref-update HTTP/1.1" 200 156 0.007554 10.0.0.42 - - [2025-01-27 02:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.42 - - [2025-01-27 02:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.42 - - [2025-01-27 02:30:35] "POST /ref-update HTTP/1.1" 200 156 0.007633 10.0.0.42 - - [2025-01-27 02:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.42 - - [2025-01-27 02:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.42 - - [2025-01-27 02:30:36] "POST /ref-update HTTP/1.1" 200 156 0.007524 10.0.0.42 - - [2025-01-27 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.42 - - [2025-01-27 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.42 - - [2025-01-27 02:30:36] "POST /ref-update HTTP/1.1" 200 156 0.007764 10.0.0.42 - - [2025-01-27 02:30:36] "GET /global-system-configs HTTP/1.1" 200 322 0.605898 10.0.0.42 - - [2025-01-27 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002677 10.0.0.42 - - [2025-01-27 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.42 - - [2025-01-27 02:30:36] "POST /ref-update HTTP/1.1" 200 156 0.007480 10.0.0.42 - - [2025-01-27 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.42 - - [2025-01-27 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.42 - - [2025-01-27 02:30:36] "POST /ref-update HTTP/1.1" 200 156 0.006907 10.0.0.42 - - [2025-01-27 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.42 - - [2025-01-27 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.42 - - [2025-01-27 02:30:36] "POST /ref-update HTTP/1.1" 200 156 0.008225 10.0.0.42 - - [2025-01-27 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.42 - - [2025-01-27 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.42 - - [2025-01-27 02:30:36] "POST /ref-update HTTP/1.1" 200 156 0.007360 10.0.0.42 - - [2025-01-27 02:30:36] "GET /global-system-configs HTTP/1.1" 200 322 0.305202 10.0.0.42 - - [2025-01-27 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.42 - - [2025-01-27 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.42 - - [2025-01-27 02:30:36] "POST /ref-update HTTP/1.1" 200 156 0.007954 10.0.0.42 - - [2025-01-27 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.42 - - [2025-01-27 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.42 - - [2025-01-27 02:30:37] "POST /ref-update HTTP/1.1" 200 156 0.010849 10.0.0.42 - - [2025-01-27 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.42 - - [2025-01-27 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.42 - - [2025-01-27 02:30:37] "POST /ref-update HTTP/1.1" 200 156 0.008127 10.0.0.42 - - [2025-01-27 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.42 - - [2025-01-27 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.42 - - [2025-01-27 02:30:37] "POST /ref-update HTTP/1.1" 200 156 0.008334 10.0.0.42 - - [2025-01-27 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004500 10.0.0.42 - - [2025-01-27 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.42 - - [2025-01-27 02:30:37] "POST /ref-update HTTP/1.1" 200 156 0.009720 10.0.0.42 - - [2025-01-27 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.42 - - [2025-01-27 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.42 - - [2025-01-27 02:30:37] "POST /ref-update HTTP/1.1" 200 156 0.008212 10.0.0.42 - - [2025-01-27 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004719 10.0.0.42 - - [2025-01-27 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.42 - - [2025-01-27 02:30:37] "POST /ref-update HTTP/1.1" 200 156 0.008551 10.0.0.42 - - [2025-01-27 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.42 - - [2025-01-27 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.42 - - [2025-01-27 02:30:37] "POST /ref-update HTTP/1.1" 200 156 0.008610 10.0.0.42 - - [2025-01-27 02:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034 10.0.0.42 - - [2025-01-27 02:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004007 10.0.0.42 - - [2025-01-27 02:30:38] "POST /ref-update HTTP/1.1" 200 156 0.009272 10.0.0.42 - - [2025-01-27 02:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.42 - - [2025-01-27 02:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.42 - - [2025-01-27 02:30:38] "POST /ref-update HTTP/1.1" 200 156 0.007692 10.0.0.42 - - [2025-01-27 02:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.42 - - [2025-01-27 02:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.42 - - [2025-01-27 02:30:38] "POST /ref-update HTTP/1.1" 200 156 0.007974 10.0.0.42 - - [2025-01-27 02:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.42 - - [2025-01-27 02:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.42 - - [2025-01-27 02:30:38] "POST /ref-update HTTP/1.1" 200 156 0.007761 10.0.0.42 - - [2025-01-27 02:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.42 - - [2025-01-27 02:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004154 10.0.0.42 - - [2025-01-27 02:30:38] "POST /ref-update HTTP/1.1" 200 156 0.008244 10.0.0.42 - - [2025-01-27 02:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.42 - - [2025-01-27 02:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.42 - - [2025-01-27 02:30:38] "POST /ref-update HTTP/1.1" 200 156 0.007207 10.0.0.42 - - [2025-01-27 02:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002842 10.0.0.42 - - [2025-01-27 02:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.42 - - [2025-01-27 02:30:39] "POST /ref-update HTTP/1.1" 200 156 0.007885 10.0.0.42 - - [2025-01-27 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.42 - - [2025-01-27 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002729 10.0.0.42 - - [2025-01-27 02:30:39] "POST /ref-update HTTP/1.1" 200 156 0.008293 10.0.0.42 - - [2025-01-27 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.42 - - [2025-01-27 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.42 - - [2025-01-27 02:30:39] "POST /ref-update HTTP/1.1" 200 156 0.009084 10.0.0.42 - - [2025-01-27 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.42 - - [2025-01-27 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.42 - - [2025-01-27 02:30:39] "POST /ref-update HTTP/1.1" 200 156 0.009498 10.0.0.42 - - [2025-01-27 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.42 - - [2025-01-27 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.42 - - [2025-01-27 02:30:39] "POST /ref-update HTTP/1.1" 200 156 0.017229 10.0.0.42 - - [2025-01-27 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.42 - - [2025-01-27 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.42 - - [2025-01-27 02:30:39] "POST /ref-update HTTP/1.1" 200 156 0.009508 10.0.0.42 - - [2025-01-27 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.42 - - [2025-01-27 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.42 - - [2025-01-27 02:30:39] "POST /ref-update HTTP/1.1" 200 156 0.010299 10.0.0.42 - - [2025-01-27 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.42 - - [2025-01-27 02:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.42 - - [2025-01-27 02:30:40] "POST /ref-update HTTP/1.1" 200 156 0.010208 10.0.0.42 - - [2025-01-27 02:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.42 - - [2025-01-27 02:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.42 - - [2025-01-27 02:30:40] "POST /ref-update HTTP/1.1" 200 156 0.011366 10.0.0.42 - - [2025-01-27 02:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.42 - - [2025-01-27 02:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.42 - - [2025-01-27 02:30:40] "POST /ref-update HTTP/1.1" 200 156 0.007881 10.0.0.42 - - [2025-01-27 02:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.42 - - [2025-01-27 02:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.42 - - [2025-01-27 02:30:40] "POST /ref-update HTTP/1.1" 200 156 0.008313 10.0.0.42 - - [2025-01-27 02:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.42 - - [2025-01-27 02:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.42 - - [2025-01-27 02:30:40] "POST /ref-update HTTP/1.1" 200 156 0.011026 10.0.0.42 - - [2025-01-27 02:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.42 - - [2025-01-27 02:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.42 - - [2025-01-27 02:30:40] "POST /ref-update HTTP/1.1" 200 156 0.009215 10.0.0.42 - - [2025-01-27 02:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.42 - - [2025-01-27 02:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.42 - - [2025-01-27 02:30:40] "POST /ref-update HTTP/1.1" 200 156 0.007271 10.0.0.42 - - [2025-01-27 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.42 - - [2025-01-27 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.42 - - [2025-01-27 02:30:41] "POST /ref-update HTTP/1.1" 200 156 0.008034 10.0.0.42 - - [2025-01-27 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.42 - - [2025-01-27 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.42 - - [2025-01-27 02:30:41] "POST /ref-update HTTP/1.1" 200 156 0.008318 10.0.0.42 - - [2025-01-27 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005655 10.0.0.42 - - [2025-01-27 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.42 - - [2025-01-27 02:30:41] "POST /ref-update HTTP/1.1" 200 156 0.009429 10.0.0.42 - - [2025-01-27 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.42 - - [2025-01-27 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.42 - - [2025-01-27 02:30:41] "POST /ref-update HTTP/1.1" 200 156 0.008205 10.0.0.42 - - [2025-01-27 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.42 - - [2025-01-27 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.42 - - [2025-01-27 02:30:41] "POST /ref-update HTTP/1.1" 200 156 0.007230 10.0.0.42 - - [2025-01-27 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.42 - - [2025-01-27 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.42 - - [2025-01-27 02:30:41] "POST /ref-update HTTP/1.1" 200 156 0.009709 10.0.0.42 - - [2025-01-27 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.42 - - [2025-01-27 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.42 - - [2025-01-27 02:30:42] "POST /ref-update HTTP/1.1" 200 156 0.014079 10.0.0.42 - - [2025-01-27 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.42 - - [2025-01-27 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.42 - - [2025-01-27 02:30:42] "POST /ref-update HTTP/1.1" 200 156 0.008562 10.0.0.42 - - [2025-01-27 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004386 10.0.0.42 - - [2025-01-27 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002756 10.0.0.42 - - [2025-01-27 02:30:42] "POST /ref-update HTTP/1.1" 200 156 0.012826 10.0.0.42 - - [2025-01-27 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.42 - - [2025-01-27 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.42 - - [2025-01-27 02:30:42] "POST /ref-update HTTP/1.1" 200 156 0.008539 10.0.0.42 - - [2025-01-27 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.42 - - [2025-01-27 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.42 - - [2025-01-27 02:30:42] "POST /ref-update HTTP/1.1" 200 156 0.012565 10.0.0.42 - - [2025-01-27 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.42 - - [2025-01-27 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.42 - - [2025-01-27 02:30:42] "POST /ref-update HTTP/1.1" 200 156 0.011124 10.0.0.42 - - [2025-01-27 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.42 - - [2025-01-27 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.42 - - [2025-01-27 02:30:42] "POST /ref-update HTTP/1.1" 200 156 0.011588 10.0.0.42 - - [2025-01-27 02:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.42 - - [2025-01-27 02:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.42 - - [2025-01-27 02:30:43] "POST /ref-update HTTP/1.1" 200 156 0.012607 10.0.0.42 - - [2025-01-27 02:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.42 - - [2025-01-27 02:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.42 - - [2025-01-27 02:30:43] "POST /ref-update HTTP/1.1" 200 156 0.010520 10.0.0.42 - - [2025-01-27 02:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.42 - - [2025-01-27 02:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.42 - - [2025-01-27 02:30:43] "POST /ref-update HTTP/1.1" 200 156 0.014264 10.0.0.42 - - [2025-01-27 02:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.42 - - [2025-01-27 02:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.42 - - [2025-01-27 02:30:43] "POST /ref-update HTTP/1.1" 200 156 0.012171 10.0.0.42 - - [2025-01-27 02:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.42 - - [2025-01-27 02:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.42 - - [2025-01-27 02:30:43] "POST /ref-update HTTP/1.1" 200 156 0.010098 10.0.0.42 - - [2025-01-27 02:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.42 - - [2025-01-27 02:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.42 - - [2025-01-27 02:30:43] "POST /ref-update HTTP/1.1" 200 156 0.008933 10.0.0.42 - - [2025-01-27 02:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.42 - - [2025-01-27 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005307 10.0.0.42 - - [2025-01-27 02:30:44] "POST /ref-update HTTP/1.1" 200 156 0.011122 10.0.0.42 - - [2025-01-27 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.42 - - [2025-01-27 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.42 - - [2025-01-27 02:30:44] "POST /ref-update HTTP/1.1" 200 156 0.008339 10.0.0.42 - - [2025-01-27 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.42 - - [2025-01-27 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.42 - - [2025-01-27 02:30:44] "POST /ref-update HTTP/1.1" 200 156 0.009643 10.0.0.42 - - [2025-01-27 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004625 10.0.0.42 - - [2025-01-27 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.42 - - [2025-01-27 02:30:44] "POST /ref-update HTTP/1.1" 200 156 0.010834 10.0.0.42 - - [2025-01-27 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.42 - - [2025-01-27 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.42 - - [2025-01-27 02:30:44] "POST /ref-update HTTP/1.1" 200 156 0.012730 10.0.0.42 - - [2025-01-27 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.42 - - [2025-01-27 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.42 - - [2025-01-27 02:30:44] "POST /ref-update HTTP/1.1" 200 156 0.010753 10.0.0.42 - - [2025-01-27 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.42 - - [2025-01-27 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.42 - - [2025-01-27 02:30:44] "POST /ref-update HTTP/1.1" 200 156 0.013869 10.0.0.42 - - [2025-01-27 02:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.42 - - [2025-01-27 02:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.42 - - [2025-01-27 02:30:45] "POST /ref-update HTTP/1.1" 200 156 0.010614 10.0.0.42 - - [2025-01-27 02:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.42 - - [2025-01-27 02:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.42 - - [2025-01-27 02:30:45] "POST /ref-update HTTP/1.1" 200 156 0.009941 10.0.0.42 - - [2025-01-27 02:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.42 - - [2025-01-27 02:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.42 - - [2025-01-27 02:30:45] "POST /ref-update HTTP/1.1" 200 156 0.008795 10.0.0.42 - - [2025-01-27 02:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.42 - - [2025-01-27 02:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.42 - - [2025-01-27 02:30:45] "POST /ref-update HTTP/1.1" 200 156 0.009153 10.0.0.42 - - [2025-01-27 02:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.42 - - [2025-01-27 02:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.42 - - [2025-01-27 02:30:45] "POST /ref-update HTTP/1.1" 200 156 0.008269 10.0.0.42 - - [2025-01-27 02:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.42 - - [2025-01-27 02:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.42 - - [2025-01-27 02:30:45] "POST /ref-update HTTP/1.1" 200 156 0.011770 10.0.0.42 - - [2025-01-27 02:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.42 - - [2025-01-27 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.42 - - [2025-01-27 02:30:46] "POST /ref-update HTTP/1.1" 200 156 0.009035 10.0.0.42 - - [2025-01-27 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002766 10.0.0.42 - - [2025-01-27 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.42 - - [2025-01-27 02:30:46] "POST /ref-update HTTP/1.1" 200 156 0.008144 10.0.0.42 - - [2025-01-27 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.42 - - [2025-01-27 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002735 10.0.0.42 - - [2025-01-27 02:30:46] "POST /ref-update HTTP/1.1" 200 156 0.008527 10.0.0.42 - - [2025-01-27 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.42 - - [2025-01-27 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.42 - - [2025-01-27 02:30:46] "POST /ref-update HTTP/1.1" 200 156 0.008648 10.0.0.42 - - [2025-01-27 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.42 - - [2025-01-27 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.42 - - [2025-01-27 02:30:46] "POST /ref-update HTTP/1.1" 200 156 0.011107 10.0.0.42 - - [2025-01-27 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.42 - - [2025-01-27 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.42 - - [2025-01-27 02:30:46] "POST /ref-update HTTP/1.1" 200 156 0.009627 10.0.0.42 - - [2025-01-27 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.42 - - [2025-01-27 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.42 - - [2025-01-27 02:30:46] "POST /ref-update HTTP/1.1" 200 156 0.011087 10.0.0.42 - - [2025-01-27 02:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.42 - - [2025-01-27 02:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.42 - - [2025-01-27 02:30:47] "POST /ref-update HTTP/1.1" 200 156 0.009130 10.0.0.42 - - [2025-01-27 02:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.42 - - [2025-01-27 02:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.42 - - [2025-01-27 02:30:47] "POST /ref-update HTTP/1.1" 200 156 0.016991 10.0.0.42 - - [2025-01-27 02:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.42 - - [2025-01-27 02:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.42 - - [2025-01-27 02:30:47] "POST /ref-update HTTP/1.1" 200 156 0.020822 10.0.0.42 - - [2025-01-27 02:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004870 10.0.0.42 - - [2025-01-27 02:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.42 - - [2025-01-27 02:30:47] "POST /ref-update HTTP/1.1" 200 156 0.009151 10.0.0.42 - - [2025-01-27 02:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.42 - - [2025-01-27 02:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005311 10.0.0.42 - - [2025-01-27 02:30:47] "POST /ref-update HTTP/1.1" 200 156 0.009302 10.0.0.42 - - [2025-01-27 02:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.42 - - [2025-01-27 02:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.42 - - [2025-01-27 02:30:47] "POST /ref-update HTTP/1.1" 200 156 0.010964 10.0.0.42 - - [2025-01-27 02:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.42 - - [2025-01-27 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004335 10.0.0.42 - - [2025-01-27 02:30:48] "POST /ref-update HTTP/1.1" 200 156 0.008859 10.0.0.42 - - [2025-01-27 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.42 - - [2025-01-27 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854 10.0.0.42 - - [2025-01-27 02:30:48] "POST /ref-update HTTP/1.1" 200 156 0.015540 10.0.0.42 - - [2025-01-27 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.42 - - [2025-01-27 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005737 10.0.0.42 - - [2025-01-27 02:30:48] "POST /ref-update HTTP/1.1" 200 156 0.010610 10.0.0.42 - - [2025-01-27 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.42 - - [2025-01-27 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.42 - - [2025-01-27 02:30:48] "POST /ref-update HTTP/1.1" 200 156 0.009665 10.0.0.42 - - [2025-01-27 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.42 - - [2025-01-27 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.42 - - [2025-01-27 02:30:48] "POST /ref-update HTTP/1.1" 200 156 0.008801 10.0.0.42 - - [2025-01-27 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.42 - - [2025-01-27 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.42 - - [2025-01-27 02:30:48] "POST /ref-update HTTP/1.1" 200 156 0.008934 10.0.0.42 - - [2025-01-27 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.42 - - [2025-01-27 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.42 - - [2025-01-27 02:30:48] "POST /ref-update HTTP/1.1" 200 156 0.010045 10.0.0.42 - - [2025-01-27 02:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.42 - - [2025-01-27 02:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.42 - - [2025-01-27 02:30:49] "POST /ref-update HTTP/1.1" 200 156 0.010993 10.0.0.42 - - [2025-01-27 02:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819 10.0.0.42 - - [2025-01-27 02:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.42 - - [2025-01-27 02:30:49] "POST /ref-update HTTP/1.1" 200 156 0.011337 10.0.0.42 - - [2025-01-27 02:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.42 - - [2025-01-27 02:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.42 - - [2025-01-27 02:30:49] "POST /ref-update HTTP/1.1" 200 156 0.010112 10.0.0.42 - - [2025-01-27 02:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.42 - - [2025-01-27 02:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.42 - - [2025-01-27 02:30:49] "POST /ref-update HTTP/1.1" 200 156 0.012472 10.0.0.42 - - [2025-01-27 02:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.42 - - [2025-01-27 02:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.42 - - [2025-01-27 02:30:49] "POST /ref-update HTTP/1.1" 200 156 0.009953 10.0.0.42 - - [2025-01-27 02:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.42 - - [2025-01-27 02:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.42 - - [2025-01-27 02:30:49] "POST /ref-update HTTP/1.1" 200 156 0.010712 10.0.0.42 - - [2025-01-27 02:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.42 - - [2025-01-27 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049 10.0.0.42 - - [2025-01-27 02:30:50] "POST /ref-update HTTP/1.1" 200 156 0.010740 10.0.0.42 - - [2025-01-27 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002864 10.0.0.42 - - [2025-01-27 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.42 - - [2025-01-27 02:30:50] "POST /ref-update HTTP/1.1" 200 156 0.008609 10.0.0.42 - - [2025-01-27 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.42 - - [2025-01-27 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.42 - - [2025-01-27 02:30:50] "POST /ref-update HTTP/1.1" 200 156 0.010256 10.0.0.42 - - [2025-01-27 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.42 - - [2025-01-27 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.42 - - [2025-01-27 02:30:50] "POST /ref-update HTTP/1.1" 200 156 0.010742 10.0.0.42 - - [2025-01-27 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.42 - - [2025-01-27 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.42 - - [2025-01-27 02:30:50] "POST /ref-update HTTP/1.1" 200 156 0.011460 10.0.0.42 - - [2025-01-27 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004118 10.0.0.42 - - [2025-01-27 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.42 - - [2025-01-27 02:30:50] "POST /ref-update HTTP/1.1" 200 156 0.011311 10.0.0.42 - - [2025-01-27 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.42 - - [2025-01-27 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.42 - - [2025-01-27 02:30:50] "POST /ref-update HTTP/1.1" 200 156 0.009096 10.0.0.42 - - [2025-01-27 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002785 10.0.0.42 - - [2025-01-27 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.42 - - [2025-01-27 02:30:51] "POST /ref-update HTTP/1.1" 200 156 0.009667 10.0.0.42 - - [2025-01-27 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.42 - - [2025-01-27 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.42 - - [2025-01-27 02:30:51] "POST /ref-update HTTP/1.1" 200 156 0.010767 10.0.0.42 - - [2025-01-27 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.42 - - [2025-01-27 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.42 - - [2025-01-27 02:30:51] "POST /ref-update HTTP/1.1" 200 156 0.008404 10.0.0.42 - - [2025-01-27 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.42 - - [2025-01-27 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.42 - - [2025-01-27 02:30:51] "POST /ref-update HTTP/1.1" 200 156 0.012740 10.0.0.42 - - [2025-01-27 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.42 - - [2025-01-27 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.42 - - [2025-01-27 02:30:51] "POST /ref-update HTTP/1.1" 200 156 0.008593 10.0.0.42 - - [2025-01-27 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.42 - - [2025-01-27 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.42 - - [2025-01-27 02:30:51] "POST /ref-update HTTP/1.1" 200 156 0.008475 10.0.0.42 - - [2025-01-27 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.42 - - [2025-01-27 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.42 - - [2025-01-27 02:30:52] "POST /ref-update HTTP/1.1" 200 156 0.009398 10.0.0.42 - - [2025-01-27 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.42 - - [2025-01-27 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.42 - - [2025-01-27 02:30:52] "POST /ref-update HTTP/1.1" 200 156 0.009326 10.0.0.42 - - [2025-01-27 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.42 - - [2025-01-27 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.42 - - [2025-01-27 02:30:52] "POST /ref-update HTTP/1.1" 200 156 0.010754 10.0.0.42 - - [2025-01-27 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.42 - - [2025-01-27 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.42 - - [2025-01-27 02:30:52] "POST /ref-update HTTP/1.1" 200 156 0.010005 10.0.0.42 - - [2025-01-27 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.42 - - [2025-01-27 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.42 - - [2025-01-27 02:30:52] "POST /ref-update HTTP/1.1" 200 156 0.009182 10.0.0.42 - - [2025-01-27 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.42 - - [2025-01-27 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.42 - - [2025-01-27 02:30:52] "POST /ref-update HTTP/1.1" 200 156 0.010621 10.0.0.42 - - [2025-01-27 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.42 - - [2025-01-27 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.42 - - [2025-01-27 02:30:52] "POST /ref-update HTTP/1.1" 200 156 0.009049 10.0.0.42 - - [2025-01-27 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.42 - - [2025-01-27 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.42 - - [2025-01-27 02:30:53] "POST /ref-update HTTP/1.1" 200 156 0.007051 10.0.0.42 - - [2025-01-27 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.42 - - [2025-01-27 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.42 - - [2025-01-27 02:30:53] "POST /ref-update HTTP/1.1" 200 156 0.007412 10.0.0.42 - - [2025-01-27 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.42 - - [2025-01-27 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.42 - - [2025-01-27 02:30:53] "POST /ref-update HTTP/1.1" 200 156 0.009096 10.0.0.42 - - [2025-01-27 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.42 - - [2025-01-27 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.42 - - [2025-01-27 02:30:53] "POST /ref-update HTTP/1.1" 200 156 0.008511 10.0.0.42 - - [2025-01-27 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.42 - - [2025-01-27 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.42 - - [2025-01-27 02:30:53] "POST /ref-update HTTP/1.1" 200 156 0.009595 10.0.0.42 - - [2025-01-27 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.42 - - [2025-01-27 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.42 - - [2025-01-27 02:30:53] "POST /ref-update HTTP/1.1" 200 156 0.008108 10.0.0.42 - - [2025-01-27 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.42 - - [2025-01-27 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.42 - - [2025-01-27 02:30:53] "POST /ref-update HTTP/1.1" 200 156 0.007501 10.0.0.42 - - [2025-01-27 02:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.42 - - [2025-01-27 02:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.42 - - [2025-01-27 02:30:54] "POST /ref-update HTTP/1.1" 200 156 0.010730 10.0.0.42 - - [2025-01-27 02:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002864 10.0.0.42 - - [2025-01-27 02:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002701 10.0.0.42 - - [2025-01-27 02:30:54] "POST /ref-update HTTP/1.1" 200 156 0.010183 10.0.0.42 - - [2025-01-27 02:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.42 - - [2025-01-27 02:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002770 10.0.0.42 - - [2025-01-27 02:30:54] "POST /ref-update HTTP/1.1" 200 156 0.010820 10.0.0.42 - - [2025-01-27 02:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.42 - - [2025-01-27 02:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.42 - - [2025-01-27 02:30:54] "POST /ref-update HTTP/1.1" 200 156 0.013401 10.0.0.42 - - [2025-01-27 02:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.42 - - [2025-01-27 02:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.42 - - [2025-01-27 02:30:54] "POST /ref-update HTTP/1.1" 200 156 0.010549 10.0.0.42 - - [2025-01-27 02:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.42 - - [2025-01-27 02:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.42 - - [2025-01-27 02:30:54] "POST /ref-update HTTP/1.1" 200 156 0.010436 10.0.0.42 - - [2025-01-27 02:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004542 10.0.0.42 - - [2025-01-27 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.42 - - [2025-01-27 02:30:55] "POST /ref-update HTTP/1.1" 200 156 0.009313 10.0.0.42 - - [2025-01-27 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.42 - - [2025-01-27 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.42 - - [2025-01-27 02:30:55] "POST /ref-update HTTP/1.1" 200 156 0.009238 10.0.0.42 - - [2025-01-27 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.42 - - [2025-01-27 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.42 - - [2025-01-27 02:30:55] "POST /ref-update HTTP/1.1" 200 156 0.010890 10.0.0.42 - - [2025-01-27 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.42 - - [2025-01-27 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.42 - - [2025-01-27 02:30:55] "POST /ref-update HTTP/1.1" 200 156 0.008609 10.0.0.42 - - [2025-01-27 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.42 - - [2025-01-27 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.42 - - [2025-01-27 02:30:55] "POST /ref-update HTTP/1.1" 200 156 0.008649 10.0.0.42 - - [2025-01-27 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.42 - - [2025-01-27 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.42 - - [2025-01-27 02:30:55] "POST /ref-update HTTP/1.1" 200 156 0.009837 10.0.0.42 - - [2025-01-27 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.42 - - [2025-01-27 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.42 - - [2025-01-27 02:30:55] "POST /ref-update HTTP/1.1" 200 156 0.008846 10.0.0.42 - - [2025-01-27 02:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.42 - - [2025-01-27 02:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.42 - - [2025-01-27 02:30:56] "POST /ref-update HTTP/1.1" 200 156 0.008923 10.0.0.42 - - [2025-01-27 02:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.42 - - [2025-01-27 02:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.42 - - [2025-01-27 02:30:56] "POST /ref-update HTTP/1.1" 200 156 0.007901 10.0.0.42 - - [2025-01-27 02:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.42 - - [2025-01-27 02:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002840 10.0.0.42 - - [2025-01-27 02:30:56] "POST /ref-update HTTP/1.1" 200 156 0.008973 10.0.0.42 - - [2025-01-27 02:30:56] "POST /network-ipams HTTP/1.1" 200 550 0.019982 10.0.0.42 - - [2025-01-27 02:30:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003077 10.0.0.42 - - [2025-01-27 02:30:56] "POST /virtual-networks HTTP/1.1" 200 552 0.102334 10.0.0.42 - - [2025-01-27 02:30:56] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.003028 10.0.0.42 - - [2025-01-27 02:30:56] "POST /fqname-to-id HTTP/1.1" 404 188 0.003157 10.0.0.42 - - [2025-01-27 02:30:56] "POST /fqname-to-id HTTP/1.1" 404 178 0.002903 10.0.0.42 - - [2025-01-27 02:30:56] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.010205 10.0.0.42 - - [2025-01-27 02:30:56] "GET /fabric/63f6dc4b-a41b-42a8-a3eb-8cfd57275dc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1116 0.004062 10.0.0.42 - - [2025-01-27 02:30:56] "POST /fqname-to-id HTTP/1.1" 404 198 0.003160 10.0.0.42 - - [2025-01-27 02:30:56] "POST /fqname-to-id HTTP/1.1" 404 205 0.002987 10.0.0.42 - - [2025-01-27 02:30:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.004051 10.0.0.42 - - [2025-01-27 02:30:57] "POST /route-targets HTTP/1.1" 200 327 0.011474 10.0.0.42 - - [2025-01-27 02:30:57] "POST /ref-update HTTP/1.1" 200 156 0.017145 10.0.0.42 - - [2025-01-27 02:31:22] "GET / HTTP/1.1" 200 35931 0.002018 10.0.0.42 - - [2025-01-27 02:31:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000611 10.0.0.42 - - [2025-01-27 02:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.027908 10.0.0.42 - - [2025-01-27 02:31:22] "GET /routing-instance/9cb2f96b-186f-4246-a16a-31a87e062869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003816 10.0.0.42 - - [2025-01-27 02:31:22] "POST /bgp-routers HTTP/1.1" 200 620 0.020529 10.0.0.42 - - [2025-01-27 02:31:22] "GET /bgp-router/a1cc7116-cdbc-4d4a-a936-da261a676ab6?fields=global_system_config_back_refs HTTP/1.1" 200 1117 0.004964 10.0.0.42 - - [2025-01-27 02:31:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004710 10.0.0.42 - - [2025-01-27 02:31:23] "GET /global-system-config/458dac13-cb3d-4618-b081-00c7d78b53d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.003713 10.0.0.42 - - [2025-01-27 02:31:23] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004439 10.0.0.42 - - [2025-01-27 02:31:23] "POST /ref-update HTTP/1.1" 200 156 0.008675 10.0.0.42 - - [2025-01-27 02:32:18] "GET / HTTP/1.1" 200 35931 0.001516 10.0.0.42 - - [2025-01-27 02:32:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000573 10.0.0.42 - - [2025-01-27 02:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.026878 10.0.0.42 - - [2025-01-27 02:32:18] "GET /global-system-config/458dac13-cb3d-4618-b081-00c7d78b53d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.004236 10.0.0.42 - - [2025-01-27 02:32:18] "POST /fqname-to-id HTTP/1.1" 404 220 0.002884 10.0.0.42 - - [2025-01-27 02:32:18] "POST /database-nodes HTTP/1.1" 200 603 0.018628 10.0.0.42 - - [2025-01-27 02:33:05] "GET / HTTP/1.1" 200 35931 0.002115 10.0.0.42 - - [2025-01-27 02:33:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000470 10.0.0.42 - - [2025-01-27 02:33:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.025707 10.0.0.42 - - [2025-01-27 02:33:05] "GET /global-system-config/458dac13-cb3d-4618-b081-00c7d78b53d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.003135 10.0.0.42 - - [2025-01-27 02:33:05] "POST /fqname-to-id HTTP/1.1" 404 220 0.004081 10.0.0.42 - - [2025-01-27 02:33:05] "POST /analytics-nodes HTTP/1.1" 200 605 0.016104 10.0.0.42 - - [2025-01-27 02:33:11] "GET / HTTP/1.1" 200 35931 0.002585 10.0.0.42 - - [2025-01-27 02:33:23] "GET / HTTP/1.1" 200 35931 0.001752 10.0.0.42 - - [2025-01-27 02:33:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.001049 10.0.0.42 - - [2025-01-27 02:33:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.026561 10.0.0.42 - - [2025-01-27 02:33:23] "GET /global-system-config/458dac13-cb3d-4618-b081-00c7d78b53d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.004210 10.0.0.42 - - [2025-01-27 02:33:23] "POST /fqname-to-id HTTP/1.1" 404 220 0.004113 10.0.0.42 - - [2025-01-27 02:33:23] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.025078 10.0.0.42 - - [2025-01-27 02:33:34] "GET / HTTP/1.1" 200 35931 0.001860 10.0.0.42 - - [2025-01-27 02:33:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000454 10.0.0.42 - - [2025-01-27 02:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.028463 10.0.0.42 - - [2025-01-27 02:33:35] "GET /global-system-config/458dac13-cb3d-4618-b081-00c7d78b53d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.003322 10.0.0.42 - - [2025-01-27 02:33:35] "POST /fqname-to-id HTTP/1.1" 404 220 0.002878 10.0.0.42 - - [2025-01-27 02:33:35] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.018131 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.42 - - [2025-01-27 02:33:58] "GET /obj-perms HTTP/1.1" 200 5056 0.365394 10.0.0.42 - - [2025-01-27 02:33:58] "GET /obj-perms HTTP/1.1" 200 5056 0.050748 10.0.0.42 - - [2025-01-27 02:34:59] "GET /obj-perms HTTP/1.1" 200 5056 0.053694 10.0.0.42 - - [2025-01-27 02:34:59] "GET /obj-perms HTTP/1.1" 200 5056 0.048889 10.0.0.42 - - [2025-01-27 02:35:12] "GET / HTTP/1.1" 200 35931 0.001776 10.0.0.42 - - [2025-01-27 02:35:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000428 10.0.0.42 - - [2025-01-27 02:35:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.034823 10.0.0.42 - - [2025-01-27 02:35:12] "GET /global-system-config/458dac13-cb3d-4618-b081-00c7d78b53d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.003503 10.0.0.42 - - [2025-01-27 02:35:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.42 - - [2025-01-27 02:35:12] "GET /routing-instance/9cb2f96b-186f-4246-a16a-31a87e062869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003291 10.0.0.42 - - [2025-01-27 02:35:12] "PUT /global-system-config/458dac13-cb3d-4618-b081-00c7d78b53d7 HTTP/1.1" 200 274 0.018232 10.0.0.42 - - [2025-01-27 02:35:12] "POST /fqname-to-id HTTP/1.1" 404 218 0.003414 10.0.0.42 - - [2025-01-27 02:35:13] "POST /virtual-routers HTTP/1.1" 200 603 0.029201 10.0.0.42 - - [2025-01-27 02:35:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.42 - - [2025-01-27 02:35:13] "GET /virtual-router/2bc7e59d-652a-4aa0-abb2-18b6229da06e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.006886 10.0.0.42 - - [2025-01-27 02:35:13] "POST /fqname-to-id HTTP/1.1" 404 231 0.002904 10.0.0.42 - - [2025-01-27 02:35:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.42 - - [2025-01-27 02:35:13] "GET /virtual-network/34d727fa-1b43-4d1d-aec6-014ca2d3789a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.003411 10.0.0.42 - - [2025-01-27 02:35:13] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.048190 10.0.0.42 - - [2025-01-27 02:35:13] "PUT /access-control-list/7e990de0-6260-4b8f-b235-5449fa798919 HTTP/1.1" 200 272 0.035244 [Introspect:8084]10.0.0.42 - - [2025-01-27 02:35:25] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000961 [Introspect:8084]10.0.0.42 - - [2025-01-27 02:35:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000908 [Introspect:8084]10.0.0.42 - - [2025-01-27 02:35:27] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001056 [Introspect:8084]10.0.0.42 - - [2025-01-27 02:35:27] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001009 10.0.0.42 - - [2025-01-27 02:35:33] "GET /global-system-configs HTTP/1.1" 200 322 0.006791 10.0.0.42 - - [2025-01-27 02:35:33] "GET /obj-perms HTTP/1.1" 200 5056 0.027881 10.0.0.42 - - [2025-01-27 02:35:34] "GET /global-system-configs HTTP/1.1" 200 322 0.029169 10.0.0.42 - - [2025-01-27 02:35:34] "GET /obj-perms HTTP/1.1" 200 5056 0.073690 10.0.0.42 - - [2025-01-27 02:35:59] "GET /obj-perms HTTP/1.1" 200 5056 0.048263 10.0.0.42 - - [2025-01-27 02:36:00] "GET /obj-perms HTTP/1.1" 200 5056 0.051411 10.0.0.42 - - [2025-01-27 02:36:31] "GET / HTTP/1.1" 200 35931 0.001993 10.0.0.42 - - [2025-01-27 02:36:31] "GET /project/47cde569-8309-4e22-a9b3-72ce9987f025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000604 10.0.0.42 - - [2025-01-27 02:36:31] "GET /projects?obj_uuids=47cde569-8309-4e22-a9b3-72ce9987f025&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.025692 10.0.0.42 - - [2025-01-27 02:36:32] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001057 10.0.0.42 - - [2025-01-27 02:36:32] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.029054 10.0.0.42 - - [2025-01-27 02:36:32] "POST /id-to-fqname HTTP/1.1" 200 167 0.002748 10.0.0.42 - - [2025-01-27 02:36:32] "POST /fqname-to-id HTTP/1.1" 404 176 0.003428 10.0.0.42 - - [2025-01-27 02:36:32] "POST /security-groups HTTP/1.1" 200 568 0.068076 10.0.0.42 - - [2025-01-27 02:36:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.002964 10.0.0.42 - - [2025-01-27 02:36:32] "POST /projects HTTP/1.1" 200 539 0.245297 10.0.0.42 - - [2025-01-27 02:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.316952 10.0.0.42 - - [2025-01-27 02:36:32] "POST /access-control-lists HTTP/1.1" 200 573 0.066025 10.0.0.42 - - [2025-01-27 02:36:32] "POST /fqname-to-id HTTP/1.1" 404 206 0.002439 10.0.0.42 - - [2025-01-27 02:36:32] "GET /project/47cde569-8309-4e22-a9b3-72ce9987f025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.476138 10.0.0.42 - - [2025-01-27 02:36:32] "POST /access-control-lists HTTP/1.1" 200 571 0.060658 [Introspect:8084]10.0.0.42 - - [2025-01-27 02:36:32] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001152 10.0.0.42 - - [2025-01-27 02:36:33] "POST /fqname-to-id HTTP/1.1" 404 199 0.023641 10.0.0.42 - - [2025-01-27 02:36:33] "GET /projects?obj_uuids=55cbf69d-39c3-4de2-8072-4de26aca824b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003195 10.0.0.42 - - [2025-01-27 02:36:33] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001076 10.0.0.42 - - [2025-01-27 02:36:33] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007095 10.0.0.42 - - [2025-01-27 02:36:33] "POST /id-to-fqname HTTP/1.1" 200 201 0.001485 10.0.0.42 - - [2025-01-27 02:36:33] "POST /fqname-to-id HTTP/1.1" 404 210 0.002278 10.0.0.42 - - [2025-01-27 02:36:33] "POST /security-groups HTTP/1.1" 200 602 0.070791 10.0.0.42 - - [2025-01-27 02:36:33] "POST /fqname-to-id HTTP/1.1" 404 245 0.003841 10.0.0.42 - - [2025-01-27 02:36:33] "POST /projects HTTP/1.1" 200 607 0.228496 10.0.0.42 - - [2025-01-27 02:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.296553 10.0.0.42 - - [2025-01-27 02:36:33] "POST /access-control-lists HTTP/1.1" 200 607 0.065095 10.0.0.42 - - [2025-01-27 02:36:33] "POST /fqname-to-id HTTP/1.1" 404 244 0.002927 10.0.0.42 - - [2025-01-27 02:36:33] "GET /project/55cbf69d-39c3-4de2-8072-4de26aca824b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.420768 10.0.0.42 - - [2025-01-27 02:36:33] "POST /access-control-lists HTTP/1.1" 200 605 0.060095 10.0.0.42 - - [2025-01-27 02:36:34] "GET / HTTP/1.1" 200 35931 0.002208 10.0.0.42 - - [2025-01-27 02:36:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000470 10.0.0.42 - - [2025-01-27 02:36:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.057128 10.0.0.42 - - [2025-01-27 02:36:35] "GET /projects?obj_uuids=55cbf69d-39c3-4de2-8072-4de26aca824b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001159 10.0.0.42 - - [2025-01-27 02:36:35] "GET /project/55cbf69d-39c3-4de2-8072-4de26aca824b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.023075 10.0.0.42 - - [2025-01-27 02:36:35] "POST /neutron/network HTTP/1.1" 200 117 0.041541 10.0.0.42 - - [2025-01-27 02:36:36] "GET /projects?obj_uuids=55cbf69d-39c3-4de2-8072-4de26aca824b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001153 10.0.0.42 - - [2025-01-27 02:36:36] "POST /neutron/network HTTP/1.1" 200 620 0.092101 10.0.0.42 - - [2025-01-27 02:36:36] "POST /route-targets HTTP/1.1" 200 327 0.021980 10.0.0.42 - - [2025-01-27 02:36:36] "POST /ref-update HTTP/1.1" 200 156 0.017333 10.0.0.42 - - [2025-01-27 02:36:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003757 10.0.0.42 - - [2025-01-27 02:36:36] "POST /neutron/subnet HTTP/1.1" 200 729 0.164653 10.0.0.42 - - [2025-01-27 02:36:36] "POST /neutron/network HTTP/1.1" 200 840 0.006735 10.0.0.42 - - [2025-01-27 02:36:36] "POST /id-to-fqname HTTP/1.1" 200 233 0.001343 10.0.0.42 - - [2025-01-27 02:36:36] "GET /virtual-network/c465b1c2-018a-4ed4-bf09-0d86c0cb2254?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.003083 10.0.0.42 - - [2025-01-27 02:36:36] "POST /neutron/network HTTP/1.1" 200 840 0.006199 10.0.0.42 - - [2025-01-27 02:36:36] "GET /virtual-network/c465b1c2-018a-4ed4-bf09-0d86c0cb2254?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.003389 10.0.0.42 - - [2025-01-27 02:36:36] "POST /neutron/network HTTP/1.1" 200 840 0.007038 10.0.0.42 - - [2025-01-27 02:36:36] "POST /neutron/subnet HTTP/1.1" 200 729 0.010236 10.0.0.42 - - [2025-01-27 02:36:36] "GET /domains HTTP/1.1" 401 292 0.000520 10.0.0.42 - - [2025-01-27 02:36:36] "GET /domains HTTP/1.1" 200 280 0.028873 10.0.0.42 - - [2025-01-27 02:36:36] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001021 10.0.0.42 - - [2025-01-27 02:36:36] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09 HTTP/1.1" 200 2583 0.020087 10.0.0.42 - - [2025-01-27 02:36:36] "GET /projects?obj_uuids=55cbf69d-39c3-4de2-8072-4de26aca824b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001121 10.0.0.42 - - [2025-01-27 02:36:37] "GET /project/55cbf69d-39c3-4de2-8072-4de26aca824b HTTP/1.1" 200 2177 0.068634 10.0.0.42 - - [2025-01-27 02:36:37] "GET /virtual-network/c465b1c2-018a-4ed4-bf09-0d86c0cb2254 HTTP/1.1" 200 2346 0.004125 10.0.0.42 - - [2025-01-27 02:36:37] "GET /virtual-network/c465b1c2-018a-4ed4-bf09-0d86c0cb2254 HTTP/1.1" 200 2346 0.003138 10.0.0.42 - - [2025-01-27 02:36:37] "GET /routing-instance/e69fc0c8-b40d-4d66-85d6-db34c502de22 HTTP/1.1" 200 1494 0.003158 10.0.0.42 - - [2025-01-27 02:36:37] "GET /routing-instance/e69fc0c8-b40d-4d66-85d6-db34c502de22 HTTP/1.1" 200 1494 0.002507 10.0.0.42 - - [2025-01-27 02:36:37] "GET /route-target/3f6cf704-34f4-42c4-ba56-fa4e306b5181 HTTP/1.1" 200 1219 0.002650 10.0.0.42 - - [2025-01-27 02:36:37] "GET /virtual-network/c465b1c2-018a-4ed4-bf09-0d86c0cb2254 HTTP/1.1" 200 2346 0.002679 10.0.0.42 - - [2025-01-27 02:36:37] "GET /routing-instance/e69fc0c8-b40d-4d66-85d6-db34c502de22 HTTP/1.1" 200 1494 0.002869 10.0.0.42 - - [2025-01-27 02:36:37] "GET /virtual-network/c465b1c2-018a-4ed4-bf09-0d86c0cb2254?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.004248 10.0.0.42 - - [2025-01-27 02:36:37] "GET /virtual-network/c465b1c2-018a-4ed4-bf09-0d86c0cb2254 HTTP/1.1" 200 2346 0.003673 10.0.0.42 - - [2025-01-27 02:36:37] "GET /routing-instance/e69fc0c8-b40d-4d66-85d6-db34c502de22 HTTP/1.1" 200 1494 0.003923 10.0.0.42 - - [2025-01-27 02:36:37] "GET /routing-instance/e69fc0c8-b40d-4d66-85d6-db34c502de22 HTTP/1.1" 200 1494 0.003774 10.0.0.42 - - [2025-01-27 02:36:37] "GET /route-target/3f6cf704-34f4-42c4-ba56-fa4e306b5181 HTTP/1.1" 200 1219 0.002868 10.0.0.42 - - [2025-01-27 02:36:37] "GET /domains HTTP/1.1" 200 280 0.002816 10.0.0.42 - - [2025-01-27 02:36:37] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001043 10.0.0.42 - - [2025-01-27 02:36:37] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09 HTTP/1.1" 200 2583 0.006962 10.0.0.42 - - [2025-01-27 02:36:37] "GET /projects?obj_uuids=55cbf69d-39c3-4de2-8072-4de26aca824b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001102 10.0.0.42 - - [2025-01-27 02:36:37] "GET /project/55cbf69d-39c3-4de2-8072-4de26aca824b HTTP/1.1" 200 2177 0.061845 10.0.0.42 - - [2025-01-27 02:36:37] "GET /virtual-network/c465b1c2-018a-4ed4-bf09-0d86c0cb2254 HTTP/1.1" 200 2346 0.006164 10.0.0.42 - - [2025-01-27 02:36:37] "GET /obj-perms HTTP/1.1" 200 5052 0.045388 10.0.0.42 - - [2025-01-27 02:36:37] "POST /id-to-fqname HTTP/1.1" 200 233 0.001348 10.0.0.42 - - [2025-01-27 02:36:39] "POST /neutron/network HTTP/1.1" 200 850 0.008088 10.0.0.42 - - [2025-01-27 02:36:39] "GET /aaa-mode HTTP/1.1" 401 292 0.000435 10.0.0.42 - - [2025-01-27 02:36:39] "GET / HTTP/1.1" 200 35931 0.001775 10.0.0.42 - - [2025-01-27 02:36:39] "GET /project/55cbf69d-39c3-4de2-8072-4de26aca824b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000407 10.0.0.42 - - [2025-01-27 02:36:40] "GET /projects?obj_uuids=55cbf69d-39c3-4de2-8072-4de26aca824b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001247 10.0.0.42 - - [2025-01-27 02:36:40] "GET /project/55cbf69d-39c3-4de2-8072-4de26aca824b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.047356 10.0.0.42 - - [2025-01-27 02:36:40] "POST /neutron/network HTTP/1.1" 200 840 0.031478 10.0.0.42 - - [2025-01-27 02:36:40] "POST /neutron/port HTTP/1.1" 200 117 0.005124 10.0.0.42 - - [2025-01-27 02:36:40] "POST /neutron/port HTTP/1.1" 200 117 0.006943 10.0.0.42 - - [2025-01-27 02:36:40] "POST /neutron/port HTTP/1.1" 200 117 0.005812 10.0.0.42 - - [2025-01-27 02:36:42] "POST /neutron/network HTTP/1.1" 200 850 0.006736 10.0.0.42 - - [2025-01-27 02:36:42] "GET /projects?obj_uuids=55cbf69d-39c3-4de2-8072-4de26aca824b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001299 10.0.0.42 - - [2025-01-27 02:36:42] "POST /neutron/port HTTP/1.1" 200 1072 0.211840 10.0.0.42 - - [2025-01-27 02:36:42] "POST /neutron/port HTTP/1.1" 200 1072 0.035471 10.0.0.42 - - [2025-01-27 02:36:42] "POST /neutron/port HTTP/1.1" 200 1072 0.009869 10.0.0.42 - - [2025-01-27 02:36:42] "POST /neutron/port HTTP/1.1" 200 1126 0.071016 10.0.0.42 - - [2025-01-27 02:36:42] "POST /neutron/port HTTP/1.1" 200 1100 0.018692 10.0.0.42 - - [2025-01-27 02:36:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003559 10.0.0.42 - - [2025-01-27 02:36:42] "POST /neutron/subnet HTTP/1.1" 200 703 0.017206 10.0.0.42 - - [2025-01-27 02:36:43] "POST /neutron/port HTTP/1.1" 200 117 0.001295 10.0.0.42 - - [2025-01-27 02:36:43] "POST /neutron/network HTTP/1.1" 200 840 0.006329 10.0.0.42 - - [2025-01-27 02:36:46] "POST /neutron/port HTTP/1.1" 200 1100 0.015760 10.0.0.42 - - [2025-01-27 02:36:46] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006526 10.0.0.42 - - [2025-01-27 02:36:51] "POST /neutron/port HTTP/1.1" 200 1100 0.015582 10.0.0.42 - - [2025-01-27 02:36:51] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006752 10.0.0.42 - - [2025-01-27 02:36:51] "GET /obj-perms HTTP/1.1" 200 5052 0.004005 10.0.0.42 - - [2025-01-27 02:36:52] "GET /obj-perms HTTP/1.1" 200 5052 0.005086 10.0.0.42 - - [2025-01-27 02:36:53] "GET /obj-perms HTTP/1.1" 200 5052 0.004041 10.0.0.42 - - [2025-01-27 02:36:54] "GET /obj-perms HTTP/1.1" 200 5052 0.003227 10.0.0.42 - - [2025-01-27 02:36:54] "DELETE /project/47cde56983094e22a9b372ce9987f025 HTTP/1.1" 404 173 0.007824 10.0.0.42 - - [2025-01-27 02:36:54] "DELETE /project/55cbf69d39c34de280724de26aca824b HTTP/1.1" 404 173 0.004051 10.0.0.42 - - [2025-01-27 02:36:55] "GET /obj-perms HTTP/1.1" 200 5052 0.003315 10.0.0.42 - - [2025-01-27 02:36:56] "POST /neutron/network HTTP/1.1" 200 840 0.008964 10.0.0.42 - - [2025-01-27 02:36:56] "POST /neutron/network HTTP/1.1" 400 204 0.015569 10.0.0.42 - - [2025-01-27 02:36:57] "POST /neutron/port HTTP/1.1" 200 1100 0.016070 10.0.0.42 - - [2025-01-27 02:36:57] "POST /neutron/port HTTP/1.1" 200 1126 0.010194 10.0.0.42 - - [2025-01-27 02:36:57] "POST /neutron/port HTTP/1.1" 200 151 0.112971 10.0.0.42 - - [2025-01-27 02:36:57] "POST /neutron/port HTTP/1.1" 200 117 0.029326 10.0.0.42 - - [2025-01-27 02:36:58] "POST /neutron/network HTTP/1.1" 200 840 0.012383 10.0.0.42 - - [2025-01-27 02:36:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004869 10.0.0.42 - - [2025-01-27 02:36:58] "POST /useragent-kv HTTP/1.1" 200 115 0.001135 10.0.0.42 - - [2025-01-27 02:36:58] "POST /useragent-kv HTTP/1.1" 200 115 0.000949 10.0.0.42 - - [2025-01-27 02:36:58] "POST /neutron/network HTTP/1.1" 200 151 0.083470 10.0.0.42 - - [2025-01-27 02:36:58] "DELETE /route-target/3f6cf704-34f4-42c4-ba56-fa4e306b5181 HTTP/1.1" 200 115 0.019245 10.0.0.42 - - [2025-01-27 02:36:58] "GET /routing-instance/e69fc0c8-b40d-4d66-85d6-db34c502de22 HTTP/1.1" 404 171 0.002551 10.0.0.42 - - [2025-01-27 02:36:58] "GET /domains HTTP/1.1" 200 280 0.002425 10.0.0.42 - - [2025-01-27 02:36:58] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000963 10.0.0.42 - - [2025-01-27 02:36:58] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09 HTTP/1.1" 200 2583 0.049198 10.0.0.42 - - [2025-01-27 02:36:58] "GET /projects?obj_uuids=55cbf69d-39c3-4de2-8072-4de26aca824b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001643 10.0.0.42 - - [2025-01-27 02:36:58] "GET /project/55cbf69d-39c3-4de2-8072-4de26aca824b HTTP/1.1" 200 1927 0.065251 10.0.0.42 - - [2025-01-27 02:36:58] "GET /projects?obj_uuids=55cbf69d-39c3-4de2-8072-4de26aca824b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001058 10.0.0.42 - - [2025-01-27 02:36:58] "GET /project/55cbf69d-39c3-4de2-8072-4de26aca824b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.024976 10.0.0.42 - - [2025-01-27 02:36:58] "GET /projects?obj_uuids=55cbf69d-39c3-4de2-8072-4de26aca824b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001184 10.0.0.42 - - [2025-01-27 02:36:59] "GET /project/55cbf69d-39c3-4de2-8072-4de26aca824b?fields=virtual_networks HTTP/1.1" 200 1063 0.067354 10.0.0.42 - - [2025-01-27 02:36:59] "GET /projects?obj_uuids=55cbf69d-39c3-4de2-8072-4de26aca824b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001209 10.0.0.42 - - [2025-01-27 02:36:59] "GET /project/55cbf69d-39c3-4de2-8072-4de26aca824b?fields=virtual_machine_interfaces HTTP/1.1" 200 1063 0.025427 10.0.0.42 - - [2025-01-27 02:36:59] "GET /projects?obj_uuids=55cbf69d-39c3-4de2-8072-4de26aca824b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001080 10.0.0.42 - - [2025-01-27 02:36:59] "GET /project/55cbf69d-39c3-4de2-8072-4de26aca824b?fields=security_groups HTTP/1.1" 200 1300 0.031516 10.0.0.42 - - [2025-01-27 02:37:00] "POST /fqname-to-id HTTP/1.1" 404 200 0.024628 10.0.0.42 - - [2025-01-27 02:37:00] "GET /projects?obj_uuids=28cd8d01-0872-42d1-a33b-2b285fed76bb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002539 10.0.0.42 - - [2025-01-27 02:37:00] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001386 10.0.0.42 - - [2025-01-27 02:37:00] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009760 10.0.0.42 - - [2025-01-27 02:37:00] "GET /obj-perms HTTP/1.1" 200 5056 0.066269 10.0.0.42 - - [2025-01-27 02:37:00] "POST /id-to-fqname HTTP/1.1" 200 202 0.002011 10.0.0.42 - - [2025-01-27 02:37:00] "POST /fqname-to-id HTTP/1.1" 404 211 0.003188 10.0.0.42 - - [2025-01-27 02:37:00] "POST /security-groups HTTP/1.1" 200 603 0.067732 10.0.0.42 - - [2025-01-27 02:37:00] "POST /fqname-to-id HTTP/1.1" 404 246 0.002941 10.0.0.42 - - [2025-01-27 02:37:00] "POST /projects HTTP/1.1" 200 609 0.246530 10.0.0.42 - - [2025-01-27 02:37:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.560199 10.0.0.42 - - [2025-01-27 02:37:00] "POST /access-control-lists HTTP/1.1" 200 608 0.060804 10.0.0.42 - - [2025-01-27 02:37:00] "GET /project/28cd8d01-0872-42d1-a33b-2b285fed76bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.693762 10.0.0.42 - - [2025-01-27 02:37:00] "POST /fqname-to-id HTTP/1.1" 404 245 0.002832 10.0.0.42 - - [2025-01-27 02:37:00] "GET /obj-perms HTTP/1.1" 200 5056 0.063709 10.0.0.42 - - [2025-01-27 02:37:00] "POST /access-control-lists HTTP/1.1" 200 606 0.060504 10.0.0.42 - - [2025-01-27 02:37:01] "GET / HTTP/1.1" 200 35931 0.001734 10.0.0.42 - - [2025-01-27 02:37:02] "GET /projects?obj_uuids=47cde569-8309-4e22-a9b3-72ce9987f025&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001306 10.0.0.42 - - [2025-01-27 02:37:02] "GET /project/47cde569-8309-4e22-a9b3-72ce9987f025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.027780 10.0.0.42 - - [2025-01-27 02:37:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.42 - - [2025-01-27 02:37:03] "GET /security-group/fc886f17-8a8d-4924-8a93-785618d1cd96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3695 0.004847 10.0.0.42 - - [2025-01-27 02:37:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.42 - - [2025-01-27 02:37:03] "GET /projects?obj_uuids=47cde569-8309-4e22-a9b3-72ce9987f025&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001425 10.0.0.42 - - [2025-01-27 02:37:03] "GET /project/47cde569-8309-4e22-a9b3-72ce9987f025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.021197 10.0.0.42 - - [2025-01-27 02:37:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.42 - - [2025-01-27 02:37:03] "GET /security-group/fc886f17-8a8d-4924-8a93-785618d1cd96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3695 0.003395 10.0.0.42 - - [2025-01-27 02:37:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.42 - - [2025-01-27 02:37:03] "PUT /security-group/fc886f17-8a8d-4924-8a93-785618d1cd96 HTTP/1.1" 200 262 0.016433 10.0.0.42 - - [2025-01-27 02:37:03] "PUT /access-control-list/0b867e87-cb64-4623-984b-2ebd1ccff063 HTTP/1.1" 200 272 0.010945 10.0.0.42 - - [2025-01-27 02:37:03] "PUT /access-control-list/48e4d2e0-3052-4fa3-bf1c-7790dd858f3b HTTP/1.1" 200 272 0.013036 10.0.0.42 - - [2025-01-27 02:37:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000510 10.0.0.42 - - [2025-01-27 02:37:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.054583 10.0.0.42 - - [2025-01-27 02:37:04] "GET /projects?obj_uuids=28cd8d01-0872-42d1-a33b-2b285fed76bb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001061 10.0.0.42 - - [2025-01-27 02:37:04] "GET /project/28cd8d01-0872-42d1-a33b-2b285fed76bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.022900 10.0.0.42 - - [2025-01-27 02:37:04] "POST /neutron/network HTTP/1.1" 200 117 0.033473 10.0.0.42 - - [2025-01-27 02:37:04] "GET /projects?obj_uuids=28cd8d01-0872-42d1-a33b-2b285fed76bb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001034 10.0.0.42 - - [2025-01-27 02:37:04] "POST /neutron/network HTTP/1.1" 200 619 0.063157 10.0.0.42 - - [2025-01-27 02:37:04] "POST /route-targets HTTP/1.1" 200 327 0.017923 10.0.0.42 - - [2025-01-27 02:37:04] "POST /ref-update HTTP/1.1" 200 156 0.011625 10.0.0.42 - - [2025-01-27 02:37:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002344 10.0.0.42 - - [2025-01-27 02:37:04] "POST /neutron/subnet HTTP/1.1" 200 720 0.138443 10.0.0.42 - - [2025-01-27 02:37:04] "POST /neutron/network HTTP/1.1" 200 837 0.005821 10.0.0.42 - - [2025-01-27 02:37:04] "POST /id-to-fqname HTTP/1.1" 200 233 0.001354 10.0.0.42 - - [2025-01-27 02:37:04] "GET /virtual-network/9897f5ac-4ddf-48ae-a804-4035f0b25ede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.002656 10.0.0.42 - - [2025-01-27 02:37:04] "POST /neutron/network HTTP/1.1" 200 837 0.006562 10.0.0.42 - - [2025-01-27 02:37:04] "GET /virtual-network/9897f5ac-4ddf-48ae-a804-4035f0b25ede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.003286 10.0.0.42 - - [2025-01-27 02:37:04] "POST /neutron/network HTTP/1.1" 200 837 0.006498 10.0.0.42 - - [2025-01-27 02:37:04] "POST /neutron/subnet HTTP/1.1" 200 720 0.007463 10.0.0.42 - - [2025-01-27 02:37:04] "GET /domains HTTP/1.1" 401 292 0.000433 10.0.0.42 - - [2025-01-27 02:37:04] "GET /domains HTTP/1.1" 200 280 0.029526 10.0.0.42 - - [2025-01-27 02:37:04] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001356 10.0.0.42 - - [2025-01-27 02:37:04] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09 HTTP/1.1" 200 2781 0.010082 10.0.0.42 - - [2025-01-27 02:37:04] "GET /projects?obj_uuids=28cd8d01-0872-42d1-a33b-2b285fed76bb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001000 10.0.0.42 - - [2025-01-27 02:37:05] "GET /project/28cd8d01-0872-42d1-a33b-2b285fed76bb HTTP/1.1" 200 2184 0.066270 10.0.0.42 - - [2025-01-27 02:37:05] "GET /virtual-network/9897f5ac-4ddf-48ae-a804-4035f0b25ede HTTP/1.1" 200 2338 0.004536 10.0.0.42 - - [2025-01-27 02:37:05] "GET /virtual-network/9897f5ac-4ddf-48ae-a804-4035f0b25ede HTTP/1.1" 200 2338 0.002788 10.0.0.42 - - [2025-01-27 02:37:05] "GET /routing-instance/5bd667ca-0bf7-44e3-9991-b28013be958b HTTP/1.1" 200 1491 0.002936 10.0.0.42 - - [2025-01-27 02:37:05] "GET /routing-instance/5bd667ca-0bf7-44e3-9991-b28013be958b HTTP/1.1" 200 1491 0.002875 10.0.0.42 - - [2025-01-27 02:37:05] "GET /route-target/c06de45e-47cf-49a5-b4b4-33dc0d458ba0 HTTP/1.1" 200 1219 0.003662 10.0.0.42 - - [2025-01-27 02:37:05] "GET /virtual-network/9897f5ac-4ddf-48ae-a804-4035f0b25ede HTTP/1.1" 200 2338 0.002761 10.0.0.42 - - [2025-01-27 02:37:05] "GET /routing-instance/5bd667ca-0bf7-44e3-9991-b28013be958b HTTP/1.1" 200 1491 0.002571 10.0.0.42 - - [2025-01-27 02:37:05] "GET /virtual-network/9897f5ac-4ddf-48ae-a804-4035f0b25ede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.002657 10.0.0.42 - - [2025-01-27 02:37:05] "GET /virtual-network/9897f5ac-4ddf-48ae-a804-4035f0b25ede HTTP/1.1" 200 2338 0.002961 10.0.0.42 - - [2025-01-27 02:37:05] "GET /routing-instance/5bd667ca-0bf7-44e3-9991-b28013be958b HTTP/1.1" 200 1491 0.002668 10.0.0.42 - - [2025-01-27 02:37:05] "GET /routing-instance/5bd667ca-0bf7-44e3-9991-b28013be958b HTTP/1.1" 200 1491 0.002498 10.0.0.42 - - [2025-01-27 02:37:05] "GET /route-target/c06de45e-47cf-49a5-b4b4-33dc0d458ba0 HTTP/1.1" 200 1219 0.002527 10.0.0.42 - - [2025-01-27 02:37:05] "GET /domains HTTP/1.1" 200 280 0.003313 10.0.0.42 - - [2025-01-27 02:37:05] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001049 10.0.0.42 - - [2025-01-27 02:37:05] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09 HTTP/1.1" 200 2781 0.008153 10.0.0.42 - - [2025-01-27 02:37:05] "GET /projects?obj_uuids=28cd8d01-0872-42d1-a33b-2b285fed76bb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002439 10.0.0.42 - - [2025-01-27 02:37:05] "GET /project/28cd8d01-0872-42d1-a33b-2b285fed76bb HTTP/1.1" 200 2184 0.062358 10.0.0.42 - - [2025-01-27 02:37:05] "GET /virtual-network/9897f5ac-4ddf-48ae-a804-4035f0b25ede HTTP/1.1" 200 2338 0.003099 10.0.0.42 - - [2025-01-27 02:37:05] "GET /obj-perms HTTP/1.1" 200 5054 0.054866 10.0.0.42 - - [2025-01-27 02:37:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.42 - - [2025-01-27 02:37:05] "GET /projects?obj_uuids=28cd8d01-0872-42d1-a33b-2b285fed76bb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001041 10.0.0.42 - - [2025-01-27 02:37:05] "GET /project/28cd8d01-0872-42d1-a33b-2b285fed76bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.023462 10.0.0.42 - - [2025-01-27 02:37:05] "POST /neutron/network HTTP/1.1" 200 117 0.010635 10.0.0.42 - - [2025-01-27 02:37:05] "GET /projects?obj_uuids=28cd8d01-0872-42d1-a33b-2b285fed76bb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001111 10.0.0.42 - - [2025-01-27 02:37:05] "POST /neutron/network HTTP/1.1" 200 619 0.078692 10.0.0.42 - - [2025-01-27 02:37:05] "POST /route-targets HTTP/1.1" 200 327 0.022120 10.0.0.42 - - [2025-01-27 02:37:05] "POST /ref-update HTTP/1.1" 200 156 0.012067 10.0.0.42 - - [2025-01-27 02:37:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003686 10.0.0.42 - - [2025-01-27 02:37:05] "POST /neutron/subnet HTTP/1.1" 200 734 0.176718 10.0.0.42 - - [2025-01-27 02:37:06] "POST /neutron/network HTTP/1.1" 200 840 0.005990 10.0.0.42 - - [2025-01-27 02:37:06] "POST /id-to-fqname HTTP/1.1" 200 233 0.001668 10.0.0.42 - - [2025-01-27 02:37:06] "GET /virtual-network/e56605dd-69c4-424b-a707-0511e65ac8b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.003143 10.0.0.42 - - [2025-01-27 02:37:06] "POST /neutron/network HTTP/1.1" 200 840 0.006313 10.0.0.42 - - [2025-01-27 02:37:06] "GET /virtual-network/e56605dd-69c4-424b-a707-0511e65ac8b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.002926 10.0.0.42 - - [2025-01-27 02:37:06] "POST /neutron/network HTTP/1.1" 200 840 0.006392 10.0.0.42 - - [2025-01-27 02:37:06] "POST /neutron/subnet HTTP/1.1" 200 734 0.008198 10.0.0.42 - - [2025-01-27 02:37:06] "GET /domains HTTP/1.1" 200 280 0.002815 10.0.0.42 - - [2025-01-27 02:37:06] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001181 10.0.0.42 - - [2025-01-27 02:37:06] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09 HTTP/1.1" 200 2781 0.006571 10.0.0.42 - - [2025-01-27 02:37:06] "GET /projects?obj_uuids=28cd8d01-0872-42d1-a33b-2b285fed76bb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001023 10.0.0.42 - - [2025-01-27 02:37:06] "GET /project/28cd8d01-0872-42d1-a33b-2b285fed76bb HTTP/1.1" 200 2412 0.062553 10.0.0.42 - - [2025-01-27 02:37:06] "GET /virtual-network/e56605dd-69c4-424b-a707-0511e65ac8b3 HTTP/1.1" 200 2347 0.004173 10.0.0.42 - - [2025-01-27 02:37:06] "GET /virtual-network/e56605dd-69c4-424b-a707-0511e65ac8b3 HTTP/1.1" 200 2347 0.002535 10.0.0.42 - - [2025-01-27 02:37:06] "GET /routing-instance/135602c8-b682-491d-96c4-6b0dd421dbc6 HTTP/1.1" 200 1491 0.006544 10.0.0.42 - - [2025-01-27 02:37:06] "GET /routing-instance/135602c8-b682-491d-96c4-6b0dd421dbc6 HTTP/1.1" 200 1491 0.002939 10.0.0.42 - - [2025-01-27 02:37:06] "GET /route-target/42366abf-87b5-486f-a6ee-9bfd3f26c915 HTTP/1.1" 200 1218 0.002712 10.0.0.42 - - [2025-01-27 02:37:06] "GET /virtual-network/e56605dd-69c4-424b-a707-0511e65ac8b3 HTTP/1.1" 200 2347 0.003677 10.0.0.42 - - [2025-01-27 02:37:06] "GET /routing-instance/135602c8-b682-491d-96c4-6b0dd421dbc6 HTTP/1.1" 200 1491 0.003415 10.0.0.42 - - [2025-01-27 02:37:06] "GET /virtual-network/e56605dd-69c4-424b-a707-0511e65ac8b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.002886 10.0.0.42 - - [2025-01-27 02:37:06] "GET /virtual-network/e56605dd-69c4-424b-a707-0511e65ac8b3 HTTP/1.1" 200 2347 0.002733 10.0.0.42 - - [2025-01-27 02:37:06] "GET /routing-instance/135602c8-b682-491d-96c4-6b0dd421dbc6 HTTP/1.1" 200 1491 0.003170 10.0.0.42 - - [2025-01-27 02:37:06] "GET /routing-instance/135602c8-b682-491d-96c4-6b0dd421dbc6 HTTP/1.1" 200 1491 0.003039 10.0.0.42 - - [2025-01-27 02:37:06] "GET /route-target/42366abf-87b5-486f-a6ee-9bfd3f26c915 HTTP/1.1" 200 1218 0.002501 10.0.0.42 - - [2025-01-27 02:37:06] "GET /domains HTTP/1.1" 200 280 0.002995 10.0.0.42 - - [2025-01-27 02:37:06] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001175 10.0.0.42 - - [2025-01-27 02:37:06] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09 HTTP/1.1" 200 2781 0.007232 10.0.0.42 - - [2025-01-27 02:37:06] "GET /projects?obj_uuids=28cd8d01-0872-42d1-a33b-2b285fed76bb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001176 10.0.0.42 - - [2025-01-27 02:37:06] "GET /project/28cd8d01-0872-42d1-a33b-2b285fed76bb HTTP/1.1" 200 2412 0.064935 10.0.0.42 - - [2025-01-27 02:37:06] "GET /virtual-network/e56605dd-69c4-424b-a707-0511e65ac8b3 HTTP/1.1" 200 2347 0.002779 10.0.0.42 - - [2025-01-27 02:37:06] "GET /obj-perms HTTP/1.1" 200 5054 0.003686 10.0.0.42 - - [2025-01-27 02:37:06] "POST /id-to-fqname HTTP/1.1" 200 233 0.001447 10.0.0.42 - - [2025-01-27 02:37:06] "POST /neutron/network HTTP/1.1" 200 850 0.005709 10.0.0.42 - - [2025-01-27 02:37:06] "GET /aaa-mode HTTP/1.1" 401 292 0.000472 10.0.0.42 - - [2025-01-27 02:37:06] "GET / HTTP/1.1" 200 35931 0.001924 10.0.0.42 - - [2025-01-27 02:37:06] "GET /project/28cd8d01-0872-42d1-a33b-2b285fed76bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000371 10.0.0.42 - - [2025-01-27 02:37:07] "GET /projects?obj_uuids=28cd8d01-0872-42d1-a33b-2b285fed76bb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001052 10.0.0.42 - - [2025-01-27 02:37:07] "GET /project/28cd8d01-0872-42d1-a33b-2b285fed76bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.045647 10.0.0.42 - - [2025-01-27 02:37:07] "POST /neutron/network HTTP/1.1" 200 840 0.006109 10.0.0.42 - - [2025-01-27 02:37:07] "POST /neutron/port HTTP/1.1" 200 117 0.005509 10.0.0.42 - - [2025-01-27 02:37:07] "POST /neutron/port HTTP/1.1" 200 117 0.006408 10.0.0.42 - - [2025-01-27 02:37:07] "POST /id-to-fqname HTTP/1.1" 200 233 0.001327 10.0.0.42 - - [2025-01-27 02:37:07] "POST /neutron/port HTTP/1.1" 200 117 0.005300 10.0.0.42 - - [2025-01-27 02:37:07] "POST /neutron/network HTTP/1.1" 200 847 0.005598 10.0.0.42 - - [2025-01-27 02:37:07] "GET /aaa-mode HTTP/1.1" 401 292 0.000510 10.0.0.42 - - [2025-01-27 02:37:07] "POST /neutron/network HTTP/1.1" 200 850 0.005615 10.0.0.42 - - [2025-01-27 02:37:07] "GET /projects?obj_uuids=28cd8d01-0872-42d1-a33b-2b285fed76bb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001592 10.0.0.42 - - [2025-01-27 02:37:08] "GET / HTTP/1.1" 200 35931 0.001954 10.0.0.42 - - [2025-01-27 02:37:08] "GET /project/28cd8d01-0872-42d1-a33b-2b285fed76bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000483 10.0.0.42 - - [2025-01-27 02:37:08] "POST /neutron/port HTTP/1.1" 200 1074 0.238307 10.0.0.42 - - [2025-01-27 02:37:08] "POST /neutron/port HTTP/1.1" 200 1074 0.015185 10.0.0.42 - - [2025-01-27 02:37:08] "POST /neutron/port HTTP/1.1" 200 1074 0.016956 10.0.0.42 - - [2025-01-27 02:37:08] "POST /neutron/port HTTP/1.1" 200 1128 0.061896 10.0.0.42 - - [2025-01-27 02:37:08] "POST /neutron/port HTTP/1.1" 200 1102 0.016261 10.0.0.42 - - [2025-01-27 02:37:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003794 10.0.0.42 - - [2025-01-27 02:37:08] "POST /neutron/subnet HTTP/1.1" 200 708 0.009655 10.0.0.42 - - [2025-01-27 02:37:08] "POST /neutron/port HTTP/1.1" 200 117 0.001144 10.0.0.42 - - [2025-01-27 02:37:08] "GET /projects?obj_uuids=28cd8d01-0872-42d1-a33b-2b285fed76bb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001072 10.0.0.42 - - [2025-01-27 02:37:08] "POST /neutron/network HTTP/1.1" 200 840 0.006805 10.0.0.42 - - [2025-01-27 02:37:08] "GET /project/28cd8d01-0872-42d1-a33b-2b285fed76bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.051473 10.0.0.42 - - [2025-01-27 02:37:08] "POST /neutron/network HTTP/1.1" 200 837 0.015494 10.0.0.42 - - [2025-01-27 02:37:08] "POST /neutron/port HTTP/1.1" 200 1102 0.032742 10.0.0.42 - - [2025-01-27 02:37:08] "POST /neutron/security_group HTTP/1.1" 200 2070 0.013072 10.0.0.42 - - [2025-01-27 02:37:08] "POST /neutron/port HTTP/1.1" 200 117 0.008455 10.0.0.42 - - [2025-01-27 02:37:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.42 - - [2025-01-27 02:37:08] "GET /projects?obj_uuids=28cd8d01-0872-42d1-a33b-2b285fed76bb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001388 10.0.0.42 - - [2025-01-27 02:37:08] "GET /project/28cd8d01-0872-42d1-a33b-2b285fed76bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.041189 10.0.0.42 - - [2025-01-27 02:37:08] "GET /virtual-network/9897f5ac-4ddf-48ae-a804-4035f0b25ede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004909 10.0.0.42 - - [2025-01-27 02:37:08] "GET /floating-ip-pools?parent_id=9897f5ac-4ddf-48ae-a804-4035f0b25ede&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.015089 10.0.0.42 - - [2025-01-27 02:37:08] "GET /virtual-network/9897f5ac-4ddf-48ae-a804-4035f0b25ede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.008888 10.0.0.42 - - [2025-01-27 02:37:09] "POST /floating-ip-pools HTTP/1.1" 200 609 0.029577 10.0.0.42 - - [2025-01-27 02:37:09] "POST /neutron/network HTTP/1.1" 200 847 0.006708 10.0.0.42 - - [2025-01-27 02:37:09] "GET /projects?obj_uuids=28cd8d01-0872-42d1-a33b-2b285fed76bb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001679 10.0.0.42 - - [2025-01-27 02:37:09] "POST /ref-update HTTP/1.1" 200 156 0.030824 10.0.0.42 - - [2025-01-27 02:37:09] "GET /virtual-network/9897f5ac-4ddf-48ae-a804-4035f0b25ede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.016992 10.0.0.42 - - [2025-01-27 02:37:09] "GET /domains HTTP/1.1" 200 280 0.003376 10.0.0.42 - - [2025-01-27 02:37:09] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001657 10.0.0.42 - - [2025-01-27 02:37:09] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09 HTTP/1.1" 200 2781 0.010919 10.0.0.42 - - [2025-01-27 02:37:09] "GET /projects?obj_uuids=28cd8d01-0872-42d1-a33b-2b285fed76bb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001556 10.0.0.42 - - [2025-01-27 02:37:09] "GET /project/28cd8d01-0872-42d1-a33b-2b285fed76bb HTTP/1.1" 200 3254 0.105041 10.0.0.42 - - [2025-01-27 02:37:09] "GET /virtual-network/9897f5ac-4ddf-48ae-a804-4035f0b25ede HTTP/1.1" 200 2929 0.030455 10.0.0.42 - - [2025-01-27 02:37:09] "GET /floating-ip-pool/191f6c4b-c8bf-4e5e-a4cb-87fc5ffcf24a HTTP/1.1" 200 1441 0.008788 10.0.0.42 - - [2025-01-27 02:37:09] "GET /domains HTTP/1.1" 200 280 0.006511 10.0.0.42 - - [2025-01-27 02:37:09] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001173 10.0.0.42 - - [2025-01-27 02:37:09] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09 HTTP/1.1" 200 2781 0.007613 10.0.0.42 - - [2025-01-27 02:37:09] "GET /projects?obj_uuids=28cd8d01-0872-42d1-a33b-2b285fed76bb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001050 10.0.0.42 - - [2025-01-27 02:37:09] "GET /project/28cd8d01-0872-42d1-a33b-2b285fed76bb HTTP/1.1" 200 3254 0.100816 10.0.0.42 - - [2025-01-27 02:37:09] "POST /neutron/port HTTP/1.1" 200 1071 0.459481 10.0.0.42 - - [2025-01-27 02:37:09] "GET /virtual-network/9897f5ac-4ddf-48ae-a804-4035f0b25ede HTTP/1.1" 200 3150 0.027687 10.0.0.42 - - [2025-01-27 02:37:09] "GET /virtual-network/9897f5ac-4ddf-48ae-a804-4035f0b25ede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004452 10.0.0.42 - - [2025-01-27 02:37:09] "POST /neutron/port HTTP/1.1" 200 1071 0.030622 10.0.0.42 - - [2025-01-27 02:37:09] "POST /neutron/port HTTP/1.1" 200 1071 0.024387 10.0.0.42 - - [2025-01-27 02:37:09] "POST /neutron/port HTTP/1.1" 200 1102 0.048906 10.0.0.42 - - [2025-01-27 02:37:09] "POST /neutron/security_group HTTP/1.1" 200 2070 0.018279 10.0.0.42 - - [2025-01-27 02:37:09] "POST /neutron/port HTTP/1.1" 200 1125 0.116698 10.0.0.42 - - [2025-01-27 02:37:09] "POST /neutron/port HTTP/1.1" 200 1099 0.015690 10.0.0.42 - - [2025-01-27 02:37:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003793 10.0.0.42 - - [2025-01-27 02:37:09] "POST /neutron/subnet HTTP/1.1" 200 694 0.012836 10.0.0.42 - - [2025-01-27 02:37:09] "POST /neutron/port HTTP/1.1" 200 117 0.001332 10.0.0.42 - - [2025-01-27 02:37:09] "POST /neutron/network HTTP/1.1" 200 837 0.006500 10.0.0.42 - - [2025-01-27 02:37:14] "POST /neutron/port HTTP/1.1" 200 1102 0.015975 10.0.0.42 - - [2025-01-27 02:37:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006179 10.0.0.42 - - [2025-01-27 02:37:14] "POST /neutron/port HTTP/1.1" 200 1102 0.015924 10.0.0.42 - - [2025-01-27 02:37:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006661 10.0.0.42 - - [2025-01-27 02:37:15] "POST /neutron/port HTTP/1.1" 200 1102 0.041009 10.0.0.42 - - [2025-01-27 02:37:15] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009327 10.0.0.42 - - [2025-01-27 02:37:15] "GET /virtual-machine/e2441f23-ae15-421e-bd00-93eb05d3356f HTTP/1.1" 200 1305 0.005133 10.0.0.42 - - [2025-01-27 02:37:15] "GET /virtual-machine-interface/219391a6-465e-4c51-ae96-e1c0c197c4e0 HTTP/1.1" 200 3004 0.003186 10.0.0.42 - - [2025-01-27 02:37:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.42 - - [2025-01-27 02:37:15] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003395 10.0.0.42 - - [2025-01-27 02:37:15] "GET /virtual-networks?parent_id=28cd8d01-0872-42d1-a33b-2b285fed76bb&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003295 10.0.0.42 - - [2025-01-27 02:37:15] "GET /virtual-network/e56605dd-69c4-424b-a707-0511e65ac8b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.003165 10.0.0.42 - - [2025-01-27 02:37:17] "POST /neutron/port HTTP/1.1" 200 1102 0.018827 10.0.0.42 - - [2025-01-27 02:37:17] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007886 10.0.0.42 - - [2025-01-27 02:37:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.42 - - [2025-01-27 02:37:18] "GET /virtual-network/e56605dd-69c4-424b-a707-0511e65ac8b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004004 10.0.0.42 - - [2025-01-27 02:37:18] "POST /neutron/port HTTP/1.1" 200 1099 0.017238 10.0.0.42 - - [2025-01-27 02:37:18] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005801 10.0.0.42 - - [2025-01-27 02:37:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.42 - - [2025-01-27 02:37:20] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003164 10.0.0.42 - - [2025-01-27 02:37:20] "GET /virtual-networks?parent_id=28cd8d01-0872-42d1-a33b-2b285fed76bb&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.006488 10.0.0.42 - - [2025-01-27 02:37:20] "GET /virtual-network/e56605dd-69c4-424b-a707-0511e65ac8b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.003886 10.0.0.42 - - [2025-01-27 02:37:20] "GET /projects?obj_uuids=28cd8d01-0872-42d1-a33b-2b285fed76bb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001322 10.0.0.42 - - [2025-01-27 02:37:20] "POST /neutron/floatingip HTTP/1.1" 200 529 0.078070 10.0.0.42 - - [2025-01-27 02:37:20] "POST /neutron/port HTTP/1.1" 200 1102 0.014311 10.0.0.42 - - [2025-01-27 02:37:20] "POST /neutron/floatingip HTTP/1.1" 200 529 0.005767 10.0.0.42 - - [2025-01-27 02:37:20] "POST /neutron/floatingip HTTP/1.1" 200 578 0.043649 10.0.0.42 - - [2025-01-27 02:37:20] "POST /neutron/port HTTP/1.1" 200 1099 0.019813 10.0.0.42 - - [2025-01-27 02:37:20] "POST /neutron/security_group HTTP/1.1" 200 2070 0.012349 10.0.0.42 - - [2025-01-27 02:37:20] "POST /neutron/port HTTP/1.1" 200 1099 0.022135 10.0.0.42 - - [2025-01-27 02:37:20] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006838 10.0.0.42 - - [2025-01-27 02:37:21] "POST /neutron/port HTTP/1.1" 200 1099 0.019995 10.0.0.42 - - [2025-01-27 02:37:21] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009865 10.0.0.42 - - [2025-01-27 02:37:21] "GET /virtual-machine/65731ea2-fbdb-429d-bdb9-949d64fb439f HTTP/1.1" 200 1304 0.005683 10.0.0.42 - - [2025-01-27 02:37:21] "GET /virtual-machine-interface/bc966abe-36be-4a81-9308-71f9eea424fa HTTP/1.1" 200 3005 0.003590 10.0.0.42 - - [2025-01-27 02:37:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004221 10.0.0.42 - - [2025-01-27 02:37:21] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005085 10.0.0.42 - - [2025-01-27 02:37:21] "GET /virtual-networks?parent_id=28cd8d01-0872-42d1-a33b-2b285fed76bb&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004043 10.0.0.42 - - [2025-01-27 02:37:21] "GET /virtual-network/9897f5ac-4ddf-48ae-a804-4035f0b25ede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004004 10.0.0.42 - - [2025-01-27 02:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004461 10.0.0.42 - - [2025-01-27 02:37:22] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004648 10.0.0.42 - - [2025-01-27 02:37:22] "GET /virtual-networks?parent_id=28cd8d01-0872-42d1-a33b-2b285fed76bb&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003608 10.0.0.42 - - [2025-01-27 02:37:22] "GET /virtual-network/9897f5ac-4ddf-48ae-a804-4035f0b25ede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004015 10.0.0.42 - - [2025-01-27 02:37:22] "POST /neutron/floatingip HTTP/1.1" 200 578 0.010501 10.0.0.42 - - [2025-01-27 02:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.42 - - [2025-01-27 02:37:22] "GET /routing-instance/5bd667ca-0bf7-44e3-9991-b28013be958b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.003184 10.0.0.42 - - [2025-01-27 02:37:22] "GET /route-target/c06de45e-47cf-49a5-b4b4-33dc0d458ba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004035 10.0.0.42 - - [2025-01-27 02:37:22] "GET /floating-ip/c2282b8b-a21d-4cf5-9bcf-357b738636ca HTTP/1.1" 200 1891 0.004776 10.0.0.42 - - [2025-01-27 02:37:25] "POST /neutron/floatingip HTTP/1.1" 200 578 0.010501 10.0.0.42 - - [2025-01-27 02:37:25] "POST /neutron/floatingip HTTP/1.1" 200 529 0.030329 10.0.0.42 - - [2025-01-27 02:37:25] "POST /neutron/floatingip HTTP/1.1" 200 529 0.006939 10.0.0.42 - - [2025-01-27 02:37:25] "POST /neutron/floatingip HTTP/1.1" 200 115 0.044033 10.0.0.42 - - [2025-01-27 02:37:25] "GET /floating-ip-pool/191f6c4b-c8bf-4e5e-a4cb-87fc5ffcf24a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.004503 10.0.0.42 - - [2025-01-27 02:37:25] "POST /ref-update HTTP/1.1" 200 156 0.011401 10.0.0.42 - - [2025-01-27 02:37:26] "DELETE /floating-ip-pool/191f6c4b-c8bf-4e5e-a4cb-87fc5ffcf24a HTTP/1.1" 200 115 0.029947 10.0.0.42 - - [2025-01-27 02:37:26] "POST /neutron/network HTTP/1.1" 200 840 0.008916 10.0.0.42 - - [2025-01-27 02:37:26] "POST /neutron/network HTTP/1.1" 400 204 0.014842 10.0.0.42 - - [2025-01-27 02:37:26] "POST /neutron/port HTTP/1.1" 200 1099 0.016923 10.0.0.42 - - [2025-01-27 02:37:26] "POST /neutron/port HTTP/1.1" 200 1125 0.012607 10.0.0.42 - - [2025-01-27 02:37:26] "POST /neutron/port HTTP/1.1" 200 1102 0.015573 10.0.0.42 - - [2025-01-27 02:37:26] "POST /neutron/port HTTP/1.1" 200 1128 0.012528 10.0.0.42 - - [2025-01-27 02:37:26] "POST /neutron/port HTTP/1.1" 200 151 0.156742 10.0.0.42 - - [2025-01-27 02:37:26] "POST /neutron/port HTTP/1.1" 200 151 0.150852 10.0.0.42 - - [2025-01-27 02:37:28] "POST /neutron/network HTTP/1.1" 200 840 0.007831 10.0.0.42 - - [2025-01-27 02:37:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001490 10.0.0.42 - - [2025-01-27 02:37:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.006544 10.0.0.42 - - [2025-01-27 02:37:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001018 10.0.0.42 - - [2025-01-27 02:37:28] "POST /neutron/network HTTP/1.1" 200 151 0.084568 10.0.0.42 - - [2025-01-27 02:37:28] "GET /routing-instance/135602c8-b682-491d-96c4-6b0dd421dbc6 HTTP/1.1" 404 171 0.002527 10.0.0.42 - - [2025-01-27 02:37:28] "GET /domains HTTP/1.1" 200 280 0.003575 10.0.0.42 - - [2025-01-27 02:37:28] "DELETE /route-target/42366abf-87b5-486f-a6ee-9bfd3f26c915 HTTP/1.1" 200 115 0.022531 10.0.0.42 - - [2025-01-27 02:37:28] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001571 10.0.0.42 - - [2025-01-27 02:37:28] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09 HTTP/1.1" 200 2781 0.052135 10.0.0.42 - - [2025-01-27 02:37:28] "GET /projects?obj_uuids=28cd8d01-0872-42d1-a33b-2b285fed76bb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001399 10.0.0.42 - - [2025-01-27 02:37:28] "GET /project/28cd8d01-0872-42d1-a33b-2b285fed76bb HTTP/1.1" 200 2184 0.070265 10.0.0.42 - - [2025-01-27 02:37:28] "POST /neutron/network HTTP/1.1" 200 837 0.007389 10.0.0.42 - - [2025-01-27 02:37:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001607 10.0.0.42 - - [2025-01-27 02:37:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001143 10.0.0.42 - - [2025-01-27 02:37:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004699 10.0.0.42 - - [2025-01-27 02:37:28] "POST /neutron/network HTTP/1.1" 200 151 0.089219 10.0.0.42 - - [2025-01-27 02:37:28] "GET /routing-instance/5bd667ca-0bf7-44e3-9991-b28013be958b HTTP/1.1" 404 171 0.002249 10.0.0.42 - - [2025-01-27 02:37:28] "GET /domains HTTP/1.1" 200 280 0.003628 10.0.0.42 - - [2025-01-27 02:37:28] "DELETE /route-target/c06de45e-47cf-49a5-b4b4-33dc0d458ba0 HTTP/1.1" 200 115 0.024495 10.0.0.42 - - [2025-01-27 02:37:28] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001043 10.0.0.42 - - [2025-01-27 02:37:28] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09 HTTP/1.1" 200 2781 0.047076 10.0.0.42 - - [2025-01-27 02:37:28] "GET /projects?obj_uuids=28cd8d01-0872-42d1-a33b-2b285fed76bb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001606 10.0.0.42 - - [2025-01-27 02:37:28] "GET /project/28cd8d01-0872-42d1-a33b-2b285fed76bb HTTP/1.1" 200 1934 0.075711 10.0.0.42 - - [2025-01-27 02:37:29] "GET /projects?obj_uuids=28cd8d01-0872-42d1-a33b-2b285fed76bb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001521 10.0.0.42 - - [2025-01-27 02:37:29] "GET /project/28cd8d01-0872-42d1-a33b-2b285fed76bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.025991 10.0.0.42 - - [2025-01-27 02:37:29] "GET /projects?obj_uuids=28cd8d01-0872-42d1-a33b-2b285fed76bb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001190 10.0.0.42 - - [2025-01-27 02:37:29] "GET /project/28cd8d01-0872-42d1-a33b-2b285fed76bb?fields=virtual_networks HTTP/1.1" 200 1066 0.073443 10.0.0.42 - - [2025-01-27 02:37:29] "GET /projects?obj_uuids=28cd8d01-0872-42d1-a33b-2b285fed76bb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001014 10.0.0.42 - - [2025-01-27 02:37:29] "GET /project/28cd8d01-0872-42d1-a33b-2b285fed76bb?fields=virtual_machine_interfaces HTTP/1.1" 200 1066 0.021212 10.0.0.42 - - [2025-01-27 02:37:29] "GET /projects?obj_uuids=28cd8d01-0872-42d1-a33b-2b285fed76bb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001162 10.0.0.42 - - [2025-01-27 02:37:29] "GET /project/28cd8d01-0872-42d1-a33b-2b285fed76bb?fields=security_groups HTTP/1.1" 200 1304 0.022303 10.0.0.42 - - [2025-01-27 02:37:30] "POST /fqname-to-id HTTP/1.1" 404 183 0.025110 10.0.0.42 - - [2025-01-27 02:37:30] "GET /projects?obj_uuids=6a6b7ff5-9f0a-45bb-81ae-589790a8015e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002738 10.0.0.42 - - [2025-01-27 02:37:30] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001504 10.0.0.42 - - [2025-01-27 02:37:30] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007583 10.0.0.42 - - [2025-01-27 02:37:30] "POST /id-to-fqname HTTP/1.1" 200 185 0.001416 10.0.0.42 - - [2025-01-27 02:37:30] "POST /fqname-to-id HTTP/1.1" 404 194 0.003267 10.0.0.42 - - [2025-01-27 02:37:30] "POST /security-groups HTTP/1.1" 200 586 0.068311 10.0.0.42 - - [2025-01-27 02:37:30] "POST /fqname-to-id HTTP/1.1" 404 229 0.002751 10.0.0.42 - - [2025-01-27 02:37:30] "POST /projects HTTP/1.1" 200 575 0.218211 10.0.0.42 - - [2025-01-27 02:37:30] "POST /access-control-lists HTTP/1.1" 200 591 0.059640 10.0.0.42 - - [2025-01-27 02:37:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.292759 10.0.0.42 - - [2025-01-27 02:37:30] "POST /fqname-to-id HTTP/1.1" 404 228 0.004069 10.0.0.42 - - [2025-01-27 02:37:30] "GET /project/6a6b7ff5-9f0a-45bb-81ae-589790a8015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.417567 10.0.0.42 - - [2025-01-27 02:37:30] "POST /access-control-lists HTTP/1.1" 200 589 0.058887 10.0.0.42 - - [2025-01-27 02:37:31] "GET / HTTP/1.1" 200 35931 0.002036 10.0.0.42 - - [2025-01-27 02:37:32] "GET /projects?obj_uuids=6a6b7ff5-9f0a-45bb-81ae-589790a8015e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001240 10.0.0.42 - - [2025-01-27 02:37:32] "GET /project/6a6b7ff5-9f0a-45bb-81ae-589790a8015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.025445 10.0.0.42 - - [2025-01-27 02:37:32] "GET /projects?obj_uuids=6a6b7ff5-9f0a-45bb-81ae-589790a8015e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001153 10.0.0.42 - - [2025-01-27 02:37:33] "GET /project/6a6b7ff5-9f0a-45bb-81ae-589790a8015e?fields=virtual_networks HTTP/1.1" 200 1031 0.063597 10.0.0.42 - - [2025-01-27 02:37:33] "GET /projects?obj_uuids=6a6b7ff5-9f0a-45bb-81ae-589790a8015e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001142 10.0.0.42 - - [2025-01-27 02:37:33] "GET /project/6a6b7ff5-9f0a-45bb-81ae-589790a8015e?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.020125 10.0.0.42 - - [2025-01-27 02:37:33] "GET /projects?obj_uuids=6a6b7ff5-9f0a-45bb-81ae-589790a8015e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001181 10.0.0.42 - - [2025-01-27 02:37:33] "GET /project/6a6b7ff5-9f0a-45bb-81ae-589790a8015e?fields=security_groups HTTP/1.1" 200 1252 0.029739 10.0.0.42 - - [2025-01-27 02:37:33] "POST /fqname-to-id HTTP/1.1" 404 191 0.024949 10.0.0.42 - - [2025-01-27 02:37:34] "GET /projects?obj_uuids=29177013-9b11-4eb7-aacc-f44f807c8b73&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003326 10.0.0.42 - - [2025-01-27 02:37:34] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001101 10.0.0.42 - - [2025-01-27 02:37:34] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007629 10.0.0.42 - - [2025-01-27 02:37:34] "POST /id-to-fqname HTTP/1.1" 200 193 0.001396 10.0.0.42 - - [2025-01-27 02:37:34] "POST /fqname-to-id HTTP/1.1" 404 202 0.002678 10.0.0.42 - - [2025-01-27 02:37:34] "POST /security-groups HTTP/1.1" 200 594 0.064086 10.0.0.42 - - [2025-01-27 02:37:34] "POST /fqname-to-id HTTP/1.1" 404 237 0.003767 10.0.0.42 - - [2025-01-27 02:37:34] "POST /projects HTTP/1.1" 200 591 0.211453 10.0.0.42 - - [2025-01-27 02:37:34] "POST /access-control-lists HTTP/1.1" 200 599 0.060941 10.0.0.42 - - [2025-01-27 02:37:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.282830 10.0.0.42 - - [2025-01-27 02:37:34] "POST /fqname-to-id HTTP/1.1" 404 236 0.002666 10.0.0.42 - - [2025-01-27 02:37:34] "GET /project/29177013-9b11-4eb7-aacc-f44f807c8b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.415660 10.0.0.42 - - [2025-01-27 02:37:34] "POST /access-control-lists HTTP/1.1" 200 597 0.065086 10.0.0.42 - - [2025-01-27 02:37:35] "GET / HTTP/1.1" 200 35931 0.003624 10.0.0.42 - - [2025-01-27 02:37:36] "GET /project/29177013-9b11-4eb7-aacc-f44f807c8b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000606 10.0.0.42 - - [2025-01-27 02:37:36] "GET /projects?obj_uuids=29177013-9b11-4eb7-aacc-f44f807c8b73&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001374 10.0.0.42 - - [2025-01-27 02:37:37] "GET /project/29177013-9b11-4eb7-aacc-f44f807c8b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.052243 10.0.0.42 - - [2025-01-27 02:37:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002534 10.0.0.42 - - [2025-01-27 02:37:37] "GET /security-group/2c9034dd-eb1d-4cc0-8524-27578fdcfa86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3772 0.004918 10.0.0.42 - - [2025-01-27 02:37:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.42 - - [2025-01-27 02:37:37] "GET /projects?obj_uuids=29177013-9b11-4eb7-aacc-f44f807c8b73&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001378 10.0.0.42 - - [2025-01-27 02:37:37] "GET /project/29177013-9b11-4eb7-aacc-f44f807c8b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.025182 10.0.0.42 - - [2025-01-27 02:37:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.42 - - [2025-01-27 02:37:37] "GET /security-group/2c9034dd-eb1d-4cc0-8524-27578fdcfa86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3772 0.003403 10.0.0.42 - - [2025-01-27 02:37:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.42 - - [2025-01-27 02:37:37] "PUT /security-group/2c9034dd-eb1d-4cc0-8524-27578fdcfa86 HTTP/1.1" 200 262 0.018003 10.0.0.42 - - [2025-01-27 02:37:37] "PUT /access-control-list/a1de5f17-4c4c-4892-9510-3b2b9d72ecc4 HTTP/1.1" 200 272 0.009849 10.0.0.42 - - [2025-01-27 02:37:37] "PUT /access-control-list/7318bc44-a3d6-4b3c-8a59-3fe1edda8e6e HTTP/1.1" 200 272 0.011954 10.0.0.42 - - [2025-01-27 02:37:37] "POST /fqname-to-id HTTP/1.1" 404 202 0.003093 10.0.0.42 - - [2025-01-27 02:37:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.42 - - [2025-01-27 02:37:37] "GET /projects?obj_uuids=29177013-9b11-4eb7-aacc-f44f807c8b73&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001175 10.0.0.42 - - [2025-01-27 02:37:37] "GET /project/29177013-9b11-4eb7-aacc-f44f807c8b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.026182 10.0.0.42 - - [2025-01-27 02:37:37] "POST /neutron/network HTTP/1.1" 200 117 0.034328 10.0.0.42 - - [2025-01-27 02:37:37] "GET /projects?obj_uuids=29177013-9b11-4eb7-aacc-f44f807c8b73&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001270 10.0.0.42 - - [2025-01-27 02:37:37] "POST /neutron/network HTTP/1.1" 200 608 0.070879 10.0.0.42 - - [2025-01-27 02:37:37] "POST /route-targets HTTP/1.1" 200 327 0.011122 10.0.0.42 - - [2025-01-27 02:37:37] "POST /ref-update HTTP/1.1" 200 156 0.011845 10.0.0.42 - - [2025-01-27 02:37:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003357 10.0.0.42 - - [2025-01-27 02:37:37] "POST /neutron/subnet HTTP/1.1" 200 725 0.167081 10.0.0.42 - - [2025-01-27 02:37:37] "POST /neutron/network HTTP/1.1" 200 827 0.006659 10.0.0.42 - - [2025-01-27 02:37:37] "POST /id-to-fqname HTTP/1.1" 200 223 0.001692 10.0.0.42 - - [2025-01-27 02:37:37] "GET /virtual-network/42377aeb-a192-4417-98d3-d5e260706834?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003079 10.0.0.42 - - [2025-01-27 02:37:38] "POST /neutron/network HTTP/1.1" 200 827 0.007112 10.0.0.42 - - [2025-01-27 02:37:38] "GET /virtual-network/42377aeb-a192-4417-98d3-d5e260706834?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003138 10.0.0.42 - - [2025-01-27 02:37:38] "POST /neutron/network HTTP/1.1" 200 827 0.007139 10.0.0.42 - - [2025-01-27 02:37:38] "POST /neutron/subnet HTTP/1.1" 200 725 0.007774 10.0.0.42 - - [2025-01-27 02:37:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002692 10.0.0.42 - - [2025-01-27 02:37:38] "GET /projects?obj_uuids=29177013-9b11-4eb7-aacc-f44f807c8b73&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001403 10.0.0.42 - - [2025-01-27 02:37:38] "GET /project/29177013-9b11-4eb7-aacc-f44f807c8b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.026324 10.0.0.42 - - [2025-01-27 02:37:38] "POST /neutron/network HTTP/1.1" 200 117 0.011605 10.0.0.42 - - [2025-01-27 02:37:38] "GET /projects?obj_uuids=29177013-9b11-4eb7-aacc-f44f807c8b73&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001160 10.0.0.42 - - [2025-01-27 02:37:38] "POST /neutron/network HTTP/1.1" 200 615 0.109008 10.0.0.42 - - [2025-01-27 02:37:38] "POST /route-targets HTTP/1.1" 200 327 0.017647 10.0.0.42 - - [2025-01-27 02:37:38] "POST /ref-update HTTP/1.1" 200 156 0.022161 10.0.0.42 - - [2025-01-27 02:37:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002611 10.0.0.42 - - [2025-01-27 02:37:38] "POST /neutron/subnet HTTP/1.1" 200 719 0.171767 10.0.0.42 - - [2025-01-27 02:37:38] "POST /neutron/network HTTP/1.1" 200 833 0.007114 10.0.0.42 - - [2025-01-27 02:37:38] "POST /id-to-fqname HTTP/1.1" 200 227 0.001455 10.0.0.42 - - [2025-01-27 02:37:38] "GET /virtual-network/ae338fdf-299d-4f5c-889b-76b4cf411c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.003079 10.0.0.42 - - [2025-01-27 02:37:38] "POST /neutron/network HTTP/1.1" 200 833 0.005735 10.0.0.42 - - [2025-01-27 02:37:38] "GET /virtual-network/ae338fdf-299d-4f5c-889b-76b4cf411c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.003854 10.0.0.42 - - [2025-01-27 02:37:38] "POST /neutron/network HTTP/1.1" 200 833 0.007656 10.0.0.42 - - [2025-01-27 02:37:38] "POST /neutron/subnet HTTP/1.1" 200 719 0.007696 10.0.0.42 - - [2025-01-27 02:37:38] "POST /id-to-fqname HTTP/1.1" 200 223 0.001359 10.0.0.42 - - [2025-01-27 02:37:38] "POST /neutron/network HTTP/1.1" 200 837 0.007221 10.0.0.42 - - [2025-01-27 02:37:38] "GET /aaa-mode HTTP/1.1" 401 292 0.001496 10.0.0.42 - - [2025-01-27 02:37:39] "GET / HTTP/1.1" 200 35931 0.001865 10.0.0.42 - - [2025-01-27 02:37:39] "GET /project/29177013-9b11-4eb7-aacc-f44f807c8b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000415 10.0.0.42 - - [2025-01-27 02:37:39] "GET /projects?obj_uuids=29177013-9b11-4eb7-aacc-f44f807c8b73&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001008 10.0.0.42 - - [2025-01-27 02:37:39] "GET /project/29177013-9b11-4eb7-aacc-f44f807c8b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.048401 10.0.0.42 - - [2025-01-27 02:37:39] "POST /neutron/network HTTP/1.1" 200 827 0.006573 10.0.0.42 - - [2025-01-27 02:37:39] "POST /neutron/port HTTP/1.1" 200 117 0.005450 10.0.0.42 - - [2025-01-27 02:37:39] "POST /neutron/port HTTP/1.1" 200 117 0.005860 10.0.0.42 - - [2025-01-27 02:37:39] "POST /id-to-fqname HTTP/1.1" 200 227 0.001449 10.0.0.42 - - [2025-01-27 02:37:39] "POST /neutron/port HTTP/1.1" 200 117 0.009566 10.0.0.42 - - [2025-01-27 02:37:40] "POST /neutron/network HTTP/1.1" 200 843 0.006682 10.0.0.42 - - [2025-01-27 02:37:40] "GET /aaa-mode HTTP/1.1" 401 292 0.000448 10.0.0.42 - - [2025-01-27 02:37:40] "POST /neutron/network HTTP/1.1" 200 837 0.007561 10.0.0.42 - - [2025-01-27 02:37:40] "GET /projects?obj_uuids=29177013-9b11-4eb7-aacc-f44f807c8b73&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001044 10.0.0.42 - - [2025-01-27 02:37:40] "GET / HTTP/1.1" 200 35931 0.001465 10.0.0.42 - - [2025-01-27 02:37:40] "GET /project/29177013-9b11-4eb7-aacc-f44f807c8b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000464 10.0.0.42 - - [2025-01-27 02:37:40] "POST /neutron/port HTTP/1.1" 200 1063 0.294186 10.0.0.42 - - [2025-01-27 02:37:40] "POST /neutron/port HTTP/1.1" 200 1063 0.011698 10.0.0.42 - - [2025-01-27 02:37:40] "POST /neutron/port HTTP/1.1" 200 1063 0.014707 10.0.0.42 - - [2025-01-27 02:37:40] "POST /neutron/port HTTP/1.1" 200 1117 0.060671 10.0.0.42 - - [2025-01-27 02:37:40] "POST /neutron/port HTTP/1.1" 200 1091 0.019879 10.0.0.42 - - [2025-01-27 02:37:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008163 10.0.0.42 - - [2025-01-27 02:37:40] "GET /projects?obj_uuids=29177013-9b11-4eb7-aacc-f44f807c8b73&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001142 10.0.0.42 - - [2025-01-27 02:37:40] "POST /neutron/subnet HTTP/1.1" 200 699 0.022140 10.0.0.42 - - [2025-01-27 02:37:40] "GET /project/29177013-9b11-4eb7-aacc-f44f807c8b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.051694 10.0.0.42 - - [2025-01-27 02:37:40] "POST /neutron/port HTTP/1.1" 200 117 0.001321 10.0.0.42 - - [2025-01-27 02:37:40] "POST /neutron/network HTTP/1.1" 200 833 0.006899 10.0.0.42 - - [2025-01-27 02:37:40] "POST /neutron/network HTTP/1.1" 200 827 0.006567 10.0.0.42 - - [2025-01-27 02:37:41] "POST /neutron/port HTTP/1.1" 200 1091 0.019920 10.0.0.42 - - [2025-01-27 02:37:41] "POST /neutron/security_group HTTP/1.1" 200 2002 0.010103 10.0.0.42 - - [2025-01-27 02:37:41] "POST /neutron/port HTTP/1.1" 200 117 0.010848 10.0.0.42 - - [2025-01-27 02:37:41] "GET /projects?obj_uuids=29177013-9b11-4eb7-aacc-f44f807c8b73&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001826 10.0.0.42 - - [2025-01-27 02:37:41] "POST /neutron/router HTTP/1.1" 200 585 0.073326 10.0.0.42 - - [2025-01-27 02:37:41] "POST /neutron/router HTTP/1.1" 200 585 0.006552 10.0.0.42 - - [2025-01-27 02:37:41] "POST /route-targets HTTP/1.1" 200 327 0.022944 10.0.0.42 - - [2025-01-27 02:37:41] "PUT /logical-router/7916e271-f682-4ba6-9f4d-d7eb751fa05d HTTP/1.1" 200 262 0.030362 10.0.0.42 - - [2025-01-27 02:37:41] "POST /neutron/router HTTP/1.1" 200 656 0.045782 10.0.0.42 - - [2025-01-27 02:37:41] "GET /logical-router/7916e271-f682-4ba6-9f4d-d7eb751fa05d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.009924 10.0.0.42 - - [2025-01-27 02:37:41] "POST /neutron/router HTTP/1.1" 200 656 0.004505 10.0.0.42 - - [2025-01-27 02:37:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.006024 10.0.0.42 - - [2025-01-27 02:37:41] "GET /projects?obj_uuids=29177013-9b11-4eb7-aacc-f44f807c8b73&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001675 10.0.0.42 - - [2025-01-27 02:37:41] "GET /service-template/dfdaad48-8709-4f0a-afab-87cd6982d972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1682 0.011890 10.0.0.42 - - [2025-01-27 02:37:41] "POST /fqname-to-id HTTP/1.1" 404 215 0.004305 10.0.0.42 - - [2025-01-27 02:37:41] "POST /neutron/network HTTP/1.1" 200 843 0.020931 10.0.0.42 - - [2025-01-27 02:37:41] "GET /projects?obj_uuids=29177013-9b11-4eb7-aacc-f44f807c8b73&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001748 10.0.0.42 - - [2025-01-27 02:37:41] "POST /useragent-kv HTTP/1.1" 200 115 0.011071 10.0.0.42 - - [2025-01-27 02:37:41] "POST /virtual-networks HTTP/1.1" 200 694 0.237281 10.0.0.42 - - [2025-01-27 02:37:41] "POST /neutron/router HTTP/1.1" 200 344 0.449245 10.0.0.42 - - [2025-01-27 02:37:41] "POST /route-targets HTTP/1.1" 200 327 0.032296 10.0.0.42 - - [2025-01-27 02:37:41] "POST /ref-update HTTP/1.1" 200 156 0.033302 10.0.0.42 - - [2025-01-27 02:37:41] "POST /service-instances HTTP/1.1" 200 670 0.066279 10.0.0.42 - - [2025-01-27 02:37:41] "POST /neutron/port HTTP/1.1" 200 1091 0.065065 10.0.0.42 - - [2025-01-27 02:37:41] "POST /neutron/security_group HTTP/1.1" 200 2002 0.015065 10.0.0.42 - - [2025-01-27 02:37:41] "POST /ref-update HTTP/1.1" 200 156 0.044206 10.0.0.42 - - [2025-01-27 02:37:41] "POST /route-tables HTTP/1.1" 200 582 0.074418 10.0.0.42 - - [2025-01-27 02:37:42] "POST /neutron/port HTTP/1.1" 200 1062 0.504977 10.0.0.42 - - [2025-01-27 02:37:42] "POST /neutron/port HTTP/1.1" 200 1062 0.015059 10.0.0.42 - - [2025-01-27 02:37:42] "PUT /logical-router/7916e271-f682-4ba6-9f4d-d7eb751fa05d HTTP/1.1" 200 262 0.040503 10.0.0.42 - - [2025-01-27 02:37:42] "POST /neutron/port HTTP/1.1" 200 1062 0.016901 10.0.0.42 - - [2025-01-27 02:37:42] "POST /ref-update HTTP/1.1" 200 156 0.070806 10.0.0.42 - - [2025-01-27 02:37:42] "POST /neutron/port HTTP/1.1" 200 1116 0.118515 10.0.0.42 - - [2025-01-27 02:37:42] "POST /neutron/port HTTP/1.1" 200 1090 0.018505 10.0.0.42 - - [2025-01-27 02:37:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003670 10.0.0.42 - - [2025-01-27 02:37:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.42 - - [2025-01-27 02:37:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002100 10.0.0.42 - - [2025-01-27 02:37:42] "POST /neutron/subnet HTTP/1.1" 200 693 0.016240 10.0.0.42 - - [2025-01-27 02:37:42] "POST /neutron/port HTTP/1.1" 200 117 0.001440 10.0.0.42 - - [2025-01-27 02:37:42] "POST /virtual-machines HTTP/1.1" 200 553 0.015766 10.0.0.42 - - [2025-01-27 02:37:42] "POST /neutron/network HTTP/1.1" 200 833 0.036701 10.0.0.42 - - [2025-01-27 02:37:42] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.098576 10.0.0.42 - - [2025-01-27 02:37:42] "POST /chown HTTP/1.1" 200 109 0.008601 10.0.0.42 - - [2025-01-27 02:37:42] "POST /instance-ips HTTP/1.1" 200 551 0.021326 10.0.0.42 - - [2025-01-27 02:37:42] "POST /instance-ips HTTP/1.1" 400 246 0.020160 10.0.0.42 - - [2025-01-27 02:37:42] "POST /chown HTTP/1.1" 200 109 0.016333 10.0.0.42 - - [2025-01-27 02:37:42] "PUT /virtual-machine-interface/1aed0d9b-7b8f-45e8-98e7-170721762cbd HTTP/1.1" 200 284 0.013964 10.0.0.42 - - [2025-01-27 02:37:42] "PUT /instance-ip/aadf6394-37e8-4ed7-95a5-f3ecdf76cb05 HTTP/1.1" 200 256 0.014159 10.0.0.42 - - [2025-01-27 02:37:42] "POST /ref-update HTTP/1.1" 200 156 0.014428 10.0.0.42 - - [2025-01-27 02:37:43] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.118911 10.0.0.42 - - [2025-01-27 02:37:43] "POST /chown HTTP/1.1" 200 109 0.010726 10.0.0.42 - - [2025-01-27 02:37:43] "POST /instance-ips HTTP/1.1" 200 549 0.040046 10.0.0.42 - - [2025-01-27 02:37:43] "POST /instance-ips HTTP/1.1" 400 316 0.018723 10.0.0.42 - - [2025-01-27 02:37:43] "POST /chown HTTP/1.1" 200 109 0.010646 10.0.0.42 - - [2025-01-27 02:37:43] "PUT /virtual-machine-interface/8dc7490d-6d4d-4ab6-86c9-2eed10c0dac2 HTTP/1.1" 200 284 0.014236 10.0.0.42 - - [2025-01-27 02:37:43] "PUT /instance-ip/a460dbdf-9514-4e8c-bc8f-67dfd80975bc HTTP/1.1" 200 256 0.018857 10.0.0.42 - - [2025-01-27 02:37:43] "POST /ref-update HTTP/1.1" 200 156 0.016992 10.0.0.42 - - [2025-01-27 02:37:43] "POST /ref-update HTTP/1.1" 200 156 0.011309 10.0.0.42 - - [2025-01-27 02:37:43] "PUT /routing-instance/c88ab494-bbe2-4bff-8338-2ab28d696931 HTTP/1.1" 200 266 0.022026 10.0.0.42 - - [2025-01-27 02:37:43] "POST /ref-update HTTP/1.1" 200 156 0.017262 10.0.0.42 - - [2025-01-27 02:37:43] "POST /virtual-machines HTTP/1.1" 200 553 0.019152 10.0.0.42 - - [2025-01-27 02:37:43] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.096391 10.0.0.42 - - [2025-01-27 02:37:43] "POST /chown HTTP/1.1" 200 109 0.012329 10.0.0.42 - - [2025-01-27 02:37:43] "POST /instance-ips HTTP/1.1" 400 246 0.016404 10.0.0.42 - - [2025-01-27 02:37:44] "POST /chown HTTP/1.1" 200 109 0.008401 10.0.0.42 - - [2025-01-27 02:37:44] "PUT /virtual-machine-interface/a30a94e1-3ad1-4702-848c-9b6fa495b40a HTTP/1.1" 200 284 0.009749 10.0.0.42 - - [2025-01-27 02:37:44] "PUT /instance-ip/aadf6394-37e8-4ed7-95a5-f3ecdf76cb05 HTTP/1.1" 200 256 0.015755 10.0.0.42 - - [2025-01-27 02:37:44] "POST /ref-update HTTP/1.1" 200 156 0.013387 10.0.0.42 - - [2025-01-27 02:37:44] "POST /ref-update HTTP/1.1" 200 156 0.014926 10.0.0.42 - - [2025-01-27 02:37:44] "POST /ref-update HTTP/1.1" 200 156 0.020715 10.0.0.42 - - [2025-01-27 02:37:44] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.120004 10.0.0.42 - - [2025-01-27 02:37:44] "PUT /routing-instance/c88ab494-bbe2-4bff-8338-2ab28d696931 HTTP/1.1" 200 266 0.017286 10.0.0.42 - - [2025-01-27 02:37:44] "POST /chown HTTP/1.1" 200 109 0.008277 10.0.0.42 - - [2025-01-27 02:37:44] "POST /instance-ips HTTP/1.1" 400 316 0.016607 10.0.0.42 - - [2025-01-27 02:37:44] "POST /chown HTTP/1.1" 200 109 0.009738 10.0.0.42 - - [2025-01-27 02:37:44] "PUT /virtual-machine-interface/b1707246-1fe0-4cca-bc05-2b460da0ee71 HTTP/1.1" 200 284 0.014023 10.0.0.42 - - [2025-01-27 02:37:44] "PUT /instance-ip/a460dbdf-9514-4e8c-bc8f-67dfd80975bc HTTP/1.1" 200 256 0.016273 10.0.0.42 - - [2025-01-27 02:37:44] "POST /ref-update HTTP/1.1" 200 156 0.012671 10.0.0.42 - - [2025-01-27 02:37:44] "POST /ref-update HTTP/1.1" 200 156 0.011215 10.0.0.42 - - [2025-01-27 02:37:44] "PUT /routing-instance/c88ab494-bbe2-4bff-8338-2ab28d696931 HTTP/1.1" 200 266 0.011953 10.0.0.42 - - [2025-01-27 02:37:44] "POST /ref-update HTTP/1.1" 200 156 0.014397 10.0.0.42 - - [2025-01-27 02:37:46] "POST /neutron/port HTTP/1.1" 200 1091 0.018274 10.0.0.42 - - [2025-01-27 02:37:46] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007190 10.0.0.42 - - [2025-01-27 02:37:47] "POST /neutron/port HTTP/1.1" 200 1091 0.018283 10.0.0.42 - - [2025-01-27 02:37:47] "POST /neutron/security_group HTTP/1.1" 200 2002 0.010373 10.0.0.42 - - [2025-01-27 02:37:47] "POST /neutron/port HTTP/1.1" 200 1091 0.026013 10.0.0.42 - - [2025-01-27 02:37:47] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006417 10.0.0.42 - - [2025-01-27 02:37:47] "GET /virtual-machine/66abcbc8-9008-48d9-b0ca-38e2f8e08be2 HTTP/1.1" 401 292 0.000418 10.0.0.42 - - [2025-01-27 02:37:47] "GET /virtual-machine/66abcbc8-9008-48d9-b0ca-38e2f8e08be2 HTTP/1.1" 200 1295 0.028046 10.0.0.42 - - [2025-01-27 02:37:47] "GET /virtual-machine-interface/b55f6170-650b-4708-a8ee-168be7e1c7ea HTTP/1.1" 200 2957 0.003362 10.0.0.42 - - [2025-01-27 02:37:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006298 10.0.0.42 - - [2025-01-27 02:37:47] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004235 10.0.0.42 - - [2025-01-27 02:37:47] "GET /virtual-networks?parent_id=29177013-9b11-4eb7-aacc-f44f807c8b73&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.008707 10.0.0.42 - - [2025-01-27 02:37:47] "GET /virtual-network/42377aeb-a192-4417-98d3-d5e260706834?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003044 10.0.0.42 - - [2025-01-27 02:37:49] "POST /neutron/port HTTP/1.1" 200 1091 0.024852 10.0.0.42 - - [2025-01-27 02:37:49] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006390 10.0.0.42 - - [2025-01-27 02:37:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.42 - - [2025-01-27 02:37:50] "GET /virtual-network/42377aeb-a192-4417-98d3-d5e260706834?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003343 10.0.0.42 - - [2025-01-27 02:37:51] "POST /neutron/port HTTP/1.1" 200 1090 0.019165 10.0.0.42 - - [2025-01-27 02:37:51] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007191 10.0.0.42 - - [2025-01-27 02:37:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.42 - - [2025-01-27 02:37:52] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003505 10.0.0.42 - - [2025-01-27 02:37:52] "GET /virtual-networks?parent_id=29177013-9b11-4eb7-aacc-f44f807c8b73&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003784 10.0.0.42 - - [2025-01-27 02:37:53] "GET /virtual-network/42377aeb-a192-4417-98d3-d5e260706834?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003976 10.0.0.42 - - [2025-01-27 02:37:53] "POST /neutron/port HTTP/1.1" 200 1090 0.016291 10.0.0.42 - - [2025-01-27 02:37:53] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006329 10.0.0.42 - - [2025-01-27 02:37:53] "POST /neutron/port HTTP/1.1" 200 1090 0.016056 10.0.0.42 - - [2025-01-27 02:37:53] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007053 10.0.0.42 - - [2025-01-27 02:37:53] "POST /neutron/port HTTP/1.1" 200 1090 0.016842 10.0.0.42 - - [2025-01-27 02:37:53] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006889 10.0.0.42 - - [2025-01-27 02:37:53] "GET /virtual-machine/5e61023b-c369-4f99-b662-d0768d847345 HTTP/1.1" 200 1295 0.005200 10.0.0.42 - - [2025-01-27 02:37:53] "GET /virtual-machine-interface/0346dc88-70aa-4d31-a1bf-5ca8c90a5e4e HTTP/1.1" 200 2967 0.003132 10.0.0.42 - - [2025-01-27 02:37:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.42 - - [2025-01-27 02:37:53] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003026 10.0.0.42 - - [2025-01-27 02:37:53] "GET /virtual-networks?parent_id=29177013-9b11-4eb7-aacc-f44f807c8b73&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002952 10.0.0.42 - - [2025-01-27 02:37:53] "GET /virtual-network/ae338fdf-299d-4f5c-889b-76b4cf411c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.003880 10.0.0.42 - - [2025-01-27 02:37:54] "DELETE /project/291770139b114eb7aaccf44f807c8b73 HTTP/1.1" 404 173 0.018847 10.0.0.42 - - [2025-01-27 02:37:54] "DELETE /project/6a6b7ff59f0a45bb81ae589790a8015e HTTP/1.1" 404 173 0.017575 10.0.0.42 - - [2025-01-27 02:37:54] "DELETE /project/28cd8d01087242d1a33b2b285fed76bb HTTP/1.1" 404 173 0.012542 10.0.0.42 - - [2025-01-27 02:37:54] "GET /projects?obj_uuids=6a6b7ff5-9f0a-45bb-81ae-589790a8015e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001191 10.0.0.42 - - [2025-01-27 02:37:54] "GET /projects?obj_uuids=28cd8d01-0872-42d1-a33b-2b285fed76bb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001048 10.0.0.42 - - [2025-01-27 02:37:54] "GET /projects?obj_uuids=55cbf69d-39c3-4de2-8072-4de26aca824b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001055 10.0.0.42 - - [2025-01-27 02:37:54] "GET /project/28cd8d01-0872-42d1-a33b-2b285fed76bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1526 0.052291 10.0.0.42 - - [2025-01-27 02:37:54] "GET /project/6a6b7ff5-9f0a-45bb-81ae-589790a8015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.052019 10.0.0.42 - - [2025-01-27 02:37:54] "GET /project/55cbf69d-39c3-4de2-8072-4de26aca824b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1521 0.048075 10.0.0.42 - - [2025-01-27 02:37:54] "GET /projects?obj_uuids=6a6b7ff5-9f0a-45bb-81ae-589790a8015e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001368 10.0.0.42 - - [2025-01-27 02:37:54] "GET /projects?obj_uuids=28cd8d01-0872-42d1-a33b-2b285fed76bb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000853 10.0.0.42 - - [2025-01-27 02:37:54] "GET /projects?obj_uuids=55cbf69d-39c3-4de2-8072-4de26aca824b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000879 10.0.0.42 - - [2025-01-27 02:37:54] "GET /project/28cd8d01-0872-42d1-a33b-2b285fed76bb?fields=security_groups HTTP/1.1" 200 1409 0.037671 10.0.0.42 - - [2025-01-27 02:37:54] "GET /project/6a6b7ff5-9f0a-45bb-81ae-589790a8015e?fields=security_groups HTTP/1.1" 200 1357 0.039247 10.0.0.42 - - [2025-01-27 02:37:54] "GET /project/55cbf69d-39c3-4de2-8072-4de26aca824b?fields=security_groups HTTP/1.1" 200 1405 0.042203 10.0.0.42 - - [2025-01-27 02:37:54] "DELETE /security-group/2460218d-0c42-4f00-8949-5da06bbc0f6a HTTP/1.1" 200 115 0.071727 10.0.0.42 - - [2025-01-27 02:37:54] "DELETE /security-group/a704fc73-7340-49ba-ad34-90bd941a935e HTTP/1.1" 200 115 0.073857 10.0.0.42 - - [2025-01-27 02:37:54] "GET /projects?obj_uuids=28cd8d01-0872-42d1-a33b-2b285fed76bb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001255 10.0.0.42 - - [2025-01-27 02:37:54] "GET /projects?obj_uuids=6a6b7ff5-9f0a-45bb-81ae-589790a8015e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001531 10.0.0.42 - - [2025-01-27 02:37:54] "DELETE /access-control-list/0bf5b45d-6ab1-4407-ba00-e9bef1aecf8b HTTP/1.1" 200 115 0.048605 10.0.0.42 - - [2025-01-27 02:37:54] "DELETE /security-group/6994c475-e60c-457a-b4f8-38434360fa57 HTTP/1.1" 200 115 0.084028 10.0.0.42 - - [2025-01-27 02:37:54] "GET /projects?obj_uuids=55cbf69d-39c3-4de2-8072-4de26aca824b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001062 10.0.0.42 - - [2025-01-27 02:37:54] "GET /project/28cd8d01-0872-42d1-a33b-2b285fed76bb?fields=application_policy_sets HTTP/1.1" 200 1448 0.047030 10.0.0.42 - - [2025-01-27 02:37:54] "DELETE /access-control-list/fe58ef44-f5a9-483e-915a-7e345746eddc HTTP/1.1" 200 115 0.038313 10.0.0.42 - - [2025-01-27 02:37:54] "GET /project/55cbf69d-39c3-4de2-8072-4de26aca824b?fields=application_policy_sets HTTP/1.1" 200 1444 0.038416 10.0.0.42 - - [2025-01-27 02:37:54] "GET /project/6a6b7ff5-9f0a-45bb-81ae-589790a8015e?fields=application_policy_sets HTTP/1.1" 200 1396 0.082599 10.0.0.42 - - [2025-01-27 02:37:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005870 10.0.0.42 - - [2025-01-27 02:37:54] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.006684 10.0.0.42 - - [2025-01-27 02:37:54] "DELETE /access-control-list/4a0b70aa-6325-416d-b22d-650a0a24e26e HTTP/1.1" 200 115 0.050370 10.0.0.42 - - [2025-01-27 02:37:54] "GET /virtual-networks?parent_id=29177013-9b11-4eb7-aacc-f44f807c8b73&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004808 10.0.0.42 - - [2025-01-27 02:37:54] "DELETE /access-control-list/4a770a4b-6598-4c50-b4ec-48dc12d6bb56 HTTP/1.1" 200 115 0.064071 10.0.0.42 - - [2025-01-27 02:37:54] "GET /virtual-network/ae338fdf-299d-4f5c-889b-76b4cf411c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006681 10.0.0.42 - - [2025-01-27 02:37:54] "DELETE /access-control-list/6072c943-a585-4f79-8598-47e39aa4eda1 HTTP/1.1" 200 115 0.054695 10.0.0.42 - - [2025-01-27 02:37:54] "DELETE /project/28cd8d01-0872-42d1-a33b-2b285fed76bb HTTP/1.1" 200 115 0.514781 10.0.0.42 - - [2025-01-27 02:37:54] "DELETE /project/55cbf69d-39c3-4de2-8072-4de26aca824b HTTP/1.1" 200 115 0.506331 10.0.0.42 - - [2025-01-27 02:37:54] "DELETE /access-control-list/23b98e64-6a3c-4e01-8721-6f11808a1ba2 HTTP/1.1" 200 115 0.034043 10.0.0.42 - - [2025-01-27 02:37:54] "DELETE /project/6a6b7ff5-9f0a-45bb-81ae-589790a8015e HTTP/1.1" 200 115 0.533556 10.0.0.42 - - [2025-01-27 02:37:58] "POST /neutron/router HTTP/1.1" 200 656 0.004364 10.0.0.42 - - [2025-01-27 02:37:58] "POST /ref-update HTTP/1.1" 200 156 0.011321 10.0.0.42 - - [2025-01-27 02:37:58] "POST /neutron/router HTTP/1.1" 200 344 0.116456 10.0.0.42 - - [2025-01-27 02:37:58] "POST /neutron/router HTTP/1.1" 200 656 0.005678 10.0.0.42 - - [2025-01-27 02:37:59] "GET /logical-router/7916e271-f682-4ba6-9f4d-d7eb751fa05d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1972 0.004276 10.0.0.42 - - [2025-01-27 02:37:59] "GET /service-instance/347d10d7-2fbd-48c9-a749-e48d073b79ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2325 0.002688 10.0.0.42 - - [2025-01-27 02:37:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002563 10.0.0.42 - - [2025-01-27 02:37:59] "POST /neutron/router HTTP/1.1" 200 151 0.064785 10.0.0.42 - - [2025-01-27 02:37:59] "DELETE /route-target/046d3cc1-b53e-4aec-8dcb-26c209be30bf HTTP/1.1" 409 239 0.006363 10.0.0.42 - - [2025-01-27 02:37:59] "PUT /logical-router/7916e271-f682-4ba6-9f4d-d7eb751fa05d HTTP/1.1" 404 171 0.003983 10.0.0.42 - - [2025-01-27 02:37:59] "POST /ref-update HTTP/1.1" 200 156 0.015483 10.0.0.42 - - [2025-01-27 02:37:59] "DELETE /route-table/c484175c-3040-45ed-9c7a-1d702f06d57e HTTP/1.1" 200 115 0.036954 10.0.0.42 - - [2025-01-27 02:37:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.42 - - [2025-01-27 02:37:59] "PUT /routing-instance/c88ab494-bbe2-4bff-8338-2ab28d696931 HTTP/1.1" 200 266 0.012186 10.0.0.42 - - [2025-01-27 02:37:59] "POST /neutron/network HTTP/1.1" 200 833 0.005621 10.0.0.42 - - [2025-01-27 02:37:59] "GET /virtual-network/b3fbe704-f661-48a8-b26a-44f8a9da27ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.002753 10.0.0.42 - - [2025-01-27 02:37:59] "POST /neutron/network HTTP/1.1" 400 204 0.056706 10.0.0.42 - - [2025-01-27 02:37:59] "POST /ref-update HTTP/1.1" 200 156 0.019611 10.0.0.42 - - [2025-01-27 02:37:59] "POST /ref-update HTTP/1.1" 200 156 0.013822 10.0.0.42 - - [2025-01-27 02:37:59] "DELETE /instance-ip/a460dbdf-9514-4e8c-bc8f-67dfd80975bc HTTP/1.1" 200 115 0.058908 10.0.0.42 - - [2025-01-27 02:37:59] "POST /useragent-kv HTTP/1.1" 200 115 0.001368 10.0.0.42 - - [2025-01-27 02:37:59] "POST /useragent-kv HTTP/1.1" 200 115 0.001033 10.0.0.42 - - [2025-01-27 02:37:59] "DELETE /virtual-network/b3fbe704-f661-48a8-b26a-44f8a9da27ff HTTP/1.1" 200 115 0.119532 10.0.0.42 - - [2025-01-27 02:37:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004267 10.0.0.42 - - [2025-01-27 02:37:59] "DELETE /route-target/c5a49b42-83d3-4dec-b4b9-d1de834efaea HTTP/1.1" 200 115 0.019194 10.0.0.42 - - [2025-01-27 02:37:59] "DELETE /service-instance/347d10d7-2fbd-48c9-a749-e48d073b79ae HTTP/1.1" 200 115 0.041594 10.0.0.42 - - [2025-01-27 02:37:59] "GET /logical-router/7916e271-f682-4ba6-9f4d-d7eb751fa05d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002939 10.0.0.42 - - [2025-01-27 02:37:59] "GET /service-instance/347d10d7-2fbd-48c9-a749-e48d073b79ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002304 10.0.0.42 - - [2025-01-27 02:37:59] "POST /neutron/port HTTP/1.1" 200 1090 0.018865 10.0.0.42 - - [2025-01-27 02:37:59] "POST /neutron/port HTTP/1.1" 200 1116 0.013395 10.0.0.42 - - [2025-01-27 02:37:59] "GET /virtual-machine-interface/1aed0d9b-7b8f-45e8-98e7-170721762cbd?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1663 0.003200 10.0.0.42 - - [2025-01-27 02:37:59] "POST /neutron/port HTTP/1.1" 200 1091 0.020204 10.0.0.42 - - [2025-01-27 02:37:59] "POST /neutron/port HTTP/1.1" 200 1117 0.008381 10.0.0.42 - - [2025-01-27 02:37:59] "POST /ref-update HTTP/1.1" 200 156 0.016242 10.0.0.42 - - [2025-01-27 02:37:59] "POST /neutron/port HTTP/1.1" 200 151 0.150787 10.0.0.42 - - [2025-01-27 02:37:59] "GET /instance-ip/aadf6394-37e8-4ed7-95a5-f3ecdf76cb05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004627 10.0.0.42 - - [2025-01-27 02:37:59] "POST /neutron/port HTTP/1.1" 200 151 0.141388 10.0.0.42 - - [2025-01-27 02:37:59] "DELETE /virtual-machine-interface/1aed0d9b-7b8f-45e8-98e7-170721762cbd HTTP/1.1" 200 115 0.050666 10.0.0.42 - - [2025-01-27 02:37:59] "GET /virtual-machine-interface/8dc7490d-6d4d-4ab6-86c9-2eed10c0dac2?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1343 0.002931 10.0.0.42 - - [2025-01-27 02:38:00] "DELETE /virtual-machine-interface/8dc7490d-6d4d-4ab6-86c9-2eed10c0dac2 HTTP/1.1" 200 115 0.043428 10.0.0.42 - - [2025-01-27 02:38:00] "POST /ref-update HTTP/1.1" 200 156 0.010779 10.0.0.42 - - [2025-01-27 02:38:00] "DELETE /virtual-machine/3bb3a701-9512-44ad-bc6f-f1526daec36e HTTP/1.1" 200 115 0.027696 10.0.0.42 - - [2025-01-27 02:38:00] "GET /virtual-machine-interface/b1707246-1fe0-4cca-bc05-2b460da0ee71?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1344 0.006075 10.0.0.42 - - [2025-01-27 02:38:00] "DELETE /virtual-machine-interface/b1707246-1fe0-4cca-bc05-2b460da0ee71 HTTP/1.1" 200 115 0.029753 10.0.0.42 - - [2025-01-27 02:38:00] "GET /virtual-machine-interface/a30a94e1-3ad1-4702-848c-9b6fa495b40a?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1663 0.004433 10.0.0.42 - - [2025-01-27 02:38:00] "POST /ref-update HTTP/1.1" 200 156 0.013306 10.0.0.42 - - [2025-01-27 02:38:00] "GET /instance-ip/aadf6394-37e8-4ed7-95a5-f3ecdf76cb05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1695 0.004228 10.0.0.42 - - [2025-01-27 02:38:00] "DELETE /instance-ip/aadf6394-37e8-4ed7-95a5-f3ecdf76cb05 HTTP/1.1" 200 115 0.029663 10.0.0.42 - - [2025-01-27 02:38:00] "DELETE /virtual-machine-interface/a30a94e1-3ad1-4702-848c-9b6fa495b40a HTTP/1.1" 200 115 0.039320 10.0.0.42 - - [2025-01-27 02:38:00] "DELETE /virtual-machine/b3fec59e-1252-4d91-a166-f7461f3dd9a2 HTTP/1.1" 200 115 0.017876 10.0.0.42 - - [2025-01-27 02:38:01] "POST /neutron/network HTTP/1.1" 200 833 0.007344 10.0.0.42 - - [2025-01-27 02:38:01] "GET /obj-perms HTTP/1.1" 200 5056 0.055858 10.0.0.42 - - [2025-01-27 02:38:01] "POST /useragent-kv HTTP/1.1" 200 115 0.001238 10.0.0.42 - - [2025-01-27 02:38:01] "POST /useragent-kv HTTP/1.1" 200 115 0.000961 10.0.0.42 - - [2025-01-27 02:38:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005210 10.0.0.42 - - [2025-01-27 02:38:01] "POST /neutron/network HTTP/1.1" 200 151 0.076597 10.0.0.42 - - [2025-01-27 02:38:01] "POST /neutron/network HTTP/1.1" 200 827 0.004628 10.0.0.42 - - [2025-01-27 02:38:01] "DELETE /route-target/63627a11-cb54-4388-af3b-ced34d2688d3 HTTP/1.1" 200 115 0.023855 10.0.0.42 - - [2025-01-27 02:38:01] "POST /useragent-kv HTTP/1.1" 200 115 0.001195 10.0.0.42 - - [2025-01-27 02:38:01] "POST /useragent-kv HTTP/1.1" 200 115 0.000973 10.0.0.42 - - [2025-01-27 02:38:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005613 10.0.0.42 - - [2025-01-27 02:38:01] "POST /neutron/network HTTP/1.1" 200 151 0.076087 10.0.0.42 - - [2025-01-27 02:38:01] "DELETE /route-target/b408c6ab-3886-4c41-b073-b2b481fd9e7e HTTP/1.1" 200 115 0.013734 10.0.0.42 - - [2025-01-27 02:38:01] "GET /obj-perms HTTP/1.1" 200 5056 0.053304 10.0.0.42 - - [2025-01-27 02:38:01] "GET /projects?obj_uuids=29177013-9b11-4eb7-aacc-f44f807c8b73&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001258 10.0.0.42 - - [2025-01-27 02:38:01] "GET /project/29177013-9b11-4eb7-aacc-f44f807c8b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.025627 10.0.0.42 - - [2025-01-27 02:38:01] "GET /projects?obj_uuids=29177013-9b11-4eb7-aacc-f44f807c8b73&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001289 10.0.0.42 - - [2025-01-27 02:38:01] "GET /project/29177013-9b11-4eb7-aacc-f44f807c8b73?fields=virtual_networks HTTP/1.1" 200 1048 0.063408 10.0.0.42 - - [2025-01-27 02:38:01] "GET /projects?obj_uuids=29177013-9b11-4eb7-aacc-f44f807c8b73&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001071 10.0.0.42 - - [2025-01-27 02:38:01] "GET /project/29177013-9b11-4eb7-aacc-f44f807c8b73?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.022981 10.0.0.42 - - [2025-01-27 02:38:01] "GET /projects?obj_uuids=29177013-9b11-4eb7-aacc-f44f807c8b73&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001610 10.0.0.42 - - [2025-01-27 02:38:01] "GET /project/29177013-9b11-4eb7-aacc-f44f807c8b73?fields=security_groups HTTP/1.1" 200 1277 0.035373 10.0.0.42 - - [2025-01-27 02:38:02] "POST /fqname-to-id HTTP/1.1" 404 196 0.025068 10.0.0.42 - - [2025-01-27 02:38:02] "GET /projects?obj_uuids=730c069b-4d88-480f-b023-3c17c7eac1b9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003062 10.0.0.42 - - [2025-01-27 02:38:02] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001194 10.0.0.42 - - [2025-01-27 02:38:02] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009060 10.0.0.42 - - [2025-01-27 02:38:03] "POST /id-to-fqname HTTP/1.1" 200 198 0.001274 10.0.0.42 - - [2025-01-27 02:38:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.002561 10.0.0.42 - - [2025-01-27 02:38:03] "POST /security-groups HTTP/1.1" 200 599 0.063292 10.0.0.42 - - [2025-01-27 02:38:03] "POST /fqname-to-id HTTP/1.1" 404 242 0.002859 10.0.0.42 - - [2025-01-27 02:38:03] "POST /projects HTTP/1.1" 200 601 0.228496 10.0.0.42 - - [2025-01-27 02:38:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.302524 10.0.0.42 - - [2025-01-27 02:38:03] "POST /access-control-lists HTTP/1.1" 200 604 0.059489 10.0.0.42 - - [2025-01-27 02:38:03] "POST /fqname-to-id HTTP/1.1" 404 241 0.002199 10.0.0.42 - - [2025-01-27 02:38:03] "GET /project/730c069b-4d88-480f-b023-3c17c7eac1b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.432310 10.0.0.42 - - [2025-01-27 02:38:03] "POST /access-control-lists HTTP/1.1" 200 602 0.059647 10.0.0.42 - - [2025-01-27 02:38:04] "GET / HTTP/1.1" 200 35931 0.001999 10.0.0.42 - - [2025-01-27 02:38:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000635 10.0.0.42 - - [2025-01-27 02:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.063199 10.0.0.42 - - [2025-01-27 02:38:05] "GET /projects?obj_uuids=730c069b-4d88-480f-b023-3c17c7eac1b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001114 10.0.0.42 - - [2025-01-27 02:38:05] "GET /project/730c069b-4d88-480f-b023-3c17c7eac1b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.025049 10.0.0.42 - - [2025-01-27 02:38:05] "POST /neutron/network HTTP/1.1" 200 117 0.032796 10.0.0.42 - - [2025-01-27 02:38:05] "GET /projects?obj_uuids=730c069b-4d88-480f-b023-3c17c7eac1b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001568 10.0.0.42 - - [2025-01-27 02:38:05] "POST /neutron/network HTTP/1.1" 200 613 0.065315 10.0.0.42 - - [2025-01-27 02:38:05] "POST /route-targets HTTP/1.1" 200 327 0.012165 10.0.0.42 - - [2025-01-27 02:38:05] "POST /ref-update HTTP/1.1" 200 156 0.012575 10.0.0.42 - - [2025-01-27 02:38:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003425 10.0.0.42 - - [2025-01-27 02:38:05] "POST /neutron/subnet HTTP/1.1" 200 720 0.194307 10.0.0.42 - - [2025-01-27 02:38:05] "POST /useragent-kv HTTP/1.1" 200 115 0.005141 10.0.0.42 - - [2025-01-27 02:38:06] "POST /neutron/subnet HTTP/1.1" 200 828 0.155140 10.0.0.42 - - [2025-01-27 02:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.030708 10.0.0.42 - - [2025-01-27 02:38:06] "GET /virtual-network/160b2bb5-f06a-4191-b6cb-9fddcad43dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.005253 10.0.0.42 - - [2025-01-27 02:38:06] "POST /neutron/network HTTP/1.1" 200 1005 0.006690 10.0.0.42 - - [2025-01-27 02:38:06] "POST /id-to-fqname HTTP/1.1" 200 228 0.001389 10.0.0.42 - - [2025-01-27 02:38:06] "GET /virtual-network/a93b92b1-d5e8-4d33-a9bb-bf2476135b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.002732 10.0.0.42 - - [2025-01-27 02:38:06] "POST /neutron/network HTTP/1.1" 200 1005 0.007859 10.0.0.42 - - [2025-01-27 02:38:06] "GET /virtual-network/a93b92b1-d5e8-4d33-a9bb-bf2476135b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.003556 10.0.0.42 - - [2025-01-27 02:38:06] "POST /neutron/network HTTP/1.1" 200 1005 0.007189 10.0.0.42 - - [2025-01-27 02:38:06] "POST /neutron/subnet HTTP/1.1" 200 720 0.007618 10.0.0.42 - - [2025-01-27 02:38:06] "POST /neutron/subnet HTTP/1.1" 200 828 0.007419 10.0.0.42 - - [2025-01-27 02:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.42 - - [2025-01-27 02:38:06] "GET /projects?obj_uuids=730c069b-4d88-480f-b023-3c17c7eac1b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001042 10.0.0.42 - - [2025-01-27 02:38:06] "GET /project/730c069b-4d88-480f-b023-3c17c7eac1b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.025062 10.0.0.42 - - [2025-01-27 02:38:06] "POST /neutron/network HTTP/1.1" 200 117 0.009418 10.0.0.42 - - [2025-01-27 02:38:06] "GET /projects?obj_uuids=730c069b-4d88-480f-b023-3c17c7eac1b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001149 10.0.0.42 - - [2025-01-27 02:38:06] "POST /neutron/network HTTP/1.1" 200 613 0.073076 10.0.0.42 - - [2025-01-27 02:38:06] "POST /route-targets HTTP/1.1" 200 327 0.009832 10.0.0.42 - - [2025-01-27 02:38:06] "POST /ref-update HTTP/1.1" 200 156 0.010647 10.0.0.42 - - [2025-01-27 02:38:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002463 10.0.0.42 - - [2025-01-27 02:38:06] "POST /neutron/subnet HTTP/1.1" 200 724 0.201744 10.0.0.42 - - [2025-01-27 02:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004864 10.0.0.42 - - [2025-01-27 02:38:06] "GET /virtual-network/160b2bb5-f06a-4191-b6cb-9fddcad43dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.002866 10.0.0.42 - - [2025-01-27 02:38:06] "POST /useragent-kv HTTP/1.1" 200 115 0.004123 10.0.0.42 - - [2025-01-27 02:38:06] "POST /neutron/subnet HTTP/1.1" 200 823 0.130823 10.0.0.42 - - [2025-01-27 02:38:06] "POST /neutron/network HTTP/1.1" 200 1005 0.008324 10.0.0.42 - - [2025-01-27 02:38:06] "POST /id-to-fqname HTTP/1.1" 200 228 0.001523 10.0.0.42 - - [2025-01-27 02:38:06] "GET /virtual-network/03a7103b-8629-41fa-8aa7-27c4c73c61de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.002516 10.0.0.42 - - [2025-01-27 02:38:06] "POST /neutron/network HTTP/1.1" 200 1005 0.007426 10.0.0.42 - - [2025-01-27 02:38:06] "GET /virtual-network/03a7103b-8629-41fa-8aa7-27c4c73c61de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.003187 10.0.0.42 - - [2025-01-27 02:38:06] "POST /neutron/network HTTP/1.1" 200 1005 0.009056 10.0.0.42 - - [2025-01-27 02:38:06] "POST /neutron/subnet HTTP/1.1" 200 724 0.008091 10.0.0.42 - - [2025-01-27 02:38:06] "POST /neutron/subnet HTTP/1.1" 200 823 0.011118 10.0.0.42 - - [2025-01-27 02:38:06] "POST /fqname-to-id HTTP/1.1" 404 234 0.002916 10.0.0.42 - - [2025-01-27 02:38:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002834 10.0.0.42 - - [2025-01-27 02:38:07] "GET /projects?obj_uuids=730c069b-4d88-480f-b023-3c17c7eac1b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001110 10.0.0.42 - - [2025-01-27 02:38:07] "GET /project/730c069b-4d88-480f-b023-3c17c7eac1b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.024103 10.0.0.42 - - [2025-01-27 02:38:07] "POST /network-policys HTTP/1.1" 200 577 0.060429 10.0.0.42 - - [2025-01-27 02:38:07] "GET /network-policy/0d5f74d0-c282-4af8-b21e-7bc1656831eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.006433 10.0.0.42 - - [2025-01-27 02:38:07] "POST /neutron/network HTTP/1.1" 200 1005 0.007813 10.0.0.42 - - [2025-01-27 02:38:07] "POST /fqname-to-id HTTP/1.1" 404 242 0.006061 10.0.0.42 - - [2025-01-27 02:38:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.42 - - [2025-01-27 02:38:07] "GET /virtual-network/160b2bb5-f06a-4191-b6cb-9fddcad43dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.003422 10.0.0.42 - - [2025-01-27 02:38:07] "POST /neutron/network HTTP/1.1" 200 1113 0.051212 10.0.0.42 - - [2025-01-27 02:38:07] "POST /access-control-lists HTTP/1.1" 200 596 0.067302 10.0.0.42 - - [2025-01-27 02:38:07] "POST /neutron/network HTTP/1.1" 200 1113 0.050159 10.0.0.42 - - [2025-01-27 02:38:07] "GET /virtual-network/a93b92b1-d5e8-4d33-a9bb-bf2476135b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.003712 10.0.0.42 - - [2025-01-27 02:38:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002437 10.0.0.42 - - [2025-01-27 02:38:07] "GET /network-policy/0d5f74d0-c282-4af8-b21e-7bc1656831eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.003958 10.0.0.42 - - [2025-01-27 02:38:07] "POST /neutron/network HTTP/1.1" 200 1005 0.007731 10.0.0.42 - - [2025-01-27 02:38:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.007292 10.0.0.42 - - [2025-01-27 02:38:07] "GET /virtual-network/160b2bb5-f06a-4191-b6cb-9fddcad43dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.003311 10.0.0.42 - - [2025-01-27 02:38:07] "PUT /access-control-list/d526eadc-d2ff-45d2-b068-b5b24be6a79f HTTP/1.1" 200 272 0.021917 10.0.0.42 - - [2025-01-27 02:38:07] "POST /neutron/network HTTP/1.1" 200 1113 0.058329 10.0.0.42 - - [2025-01-27 02:38:07] "POST /fqname-to-id HTTP/1.1" 404 242 0.002987 10.0.0.42 - - [2025-01-27 02:38:07] "POST /neutron/network HTTP/1.1" 200 1113 0.007723 10.0.0.42 - - [2025-01-27 02:38:07] "GET /virtual-network/03a7103b-8629-41fa-8aa7-27c4c73c61de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.002844 10.0.0.42 - - [2025-01-27 02:38:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002606 10.0.0.42 - - [2025-01-27 02:38:07] "GET /network-policy/0d5f74d0-c282-4af8-b21e-7bc1656831eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.024111 10.0.0.42 - - [2025-01-27 02:38:07] "POST /access-control-lists HTTP/1.1" 200 596 0.061667 10.0.0.42 - - [2025-01-27 02:38:07] "GET /domains HTTP/1.1" 401 292 0.000462 10.0.0.42 - - [2025-01-27 02:38:07] "POST /ref-update HTTP/1.1" 200 156 0.027443 10.0.0.42 - - [2025-01-27 02:38:08] "GET /domains HTTP/1.1" 200 280 0.026652 10.0.0.42 - - [2025-01-27 02:38:08] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001647 10.0.0.42 - - [2025-01-27 02:38:08] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09 HTTP/1.1" 200 2769 0.010931 10.0.0.42 - - [2025-01-27 02:38:08] "GET /projects?obj_uuids=730c069b-4d88-480f-b023-3c17c7eac1b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001294 10.0.0.42 - - [2025-01-27 02:38:08] "GET /project/730c069b-4d88-480f-b023-3c17c7eac1b9 HTTP/1.1" 200 2635 0.068807 10.0.0.42 - - [2025-01-27 02:38:08] "GET /virtual-network/a93b92b1-d5e8-4d33-a9bb-bf2476135b41 HTTP/1.1" 200 3503 0.005869 10.0.0.42 - - [2025-01-27 02:38:08] "GET /virtual-network/a93b92b1-d5e8-4d33-a9bb-bf2476135b41 HTTP/1.1" 200 3503 0.004595 10.0.0.42 - - [2025-01-27 02:38:08] "GET /routing-instance/a90b1ace-0d95-4874-a0c5-1badb445b07c HTTP/1.1" 200 1796 0.003970 10.0.0.42 - - [2025-01-27 02:38:08] "GET /routing-instance/a90b1ace-0d95-4874-a0c5-1badb445b07c HTTP/1.1" 200 1796 0.003223 10.0.0.42 - - [2025-01-27 02:38:08] "GET /route-target/5946c261-a2ce-44df-8163-3c525356b2bf HTTP/1.1" 200 1211 0.002949 10.0.0.42 - - [2025-01-27 02:38:08] "GET /virtual-network/a93b92b1-d5e8-4d33-a9bb-bf2476135b41 HTTP/1.1" 200 3503 0.003084 10.0.0.42 - - [2025-01-27 02:38:08] "GET /routing-instance/a90b1ace-0d95-4874-a0c5-1badb445b07c HTTP/1.1" 200 1796 0.002689 10.0.0.42 - - [2025-01-27 02:38:08] "GET /virtual-network/a93b92b1-d5e8-4d33-a9bb-bf2476135b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.004028 10.0.0.42 - - [2025-01-27 02:38:08] "GET /virtual-network/a93b92b1-d5e8-4d33-a9bb-bf2476135b41 HTTP/1.1" 200 3503 0.003168 10.0.0.42 - - [2025-01-27 02:38:08] "GET /routing-instance/a90b1ace-0d95-4874-a0c5-1badb445b07c HTTP/1.1" 200 1796 0.003822 10.0.0.42 - - [2025-01-27 02:38:08] "GET /routing-instance/a90b1ace-0d95-4874-a0c5-1badb445b07c HTTP/1.1" 200 1796 0.003164 10.0.0.42 - - [2025-01-27 02:38:08] "GET /route-target/5946c261-a2ce-44df-8163-3c525356b2bf HTTP/1.1" 200 1211 0.003201 10.0.0.42 - - [2025-01-27 02:38:08] "GET /domains HTTP/1.1" 200 280 0.002757 10.0.0.42 - - [2025-01-27 02:38:08] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001091 10.0.0.42 - - [2025-01-27 02:38:08] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09 HTTP/1.1" 200 2769 0.007013 10.0.0.42 - - [2025-01-27 02:38:08] "GET /projects?obj_uuids=730c069b-4d88-480f-b023-3c17c7eac1b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001463 10.0.0.42 - - [2025-01-27 02:38:08] "GET /project/730c069b-4d88-480f-b023-3c17c7eac1b9 HTTP/1.1" 200 2635 0.066722 10.0.0.42 - - [2025-01-27 02:38:08] "GET /virtual-network/a93b92b1-d5e8-4d33-a9bb-bf2476135b41 HTTP/1.1" 200 3503 0.003912 10.0.0.42 - - [2025-01-27 02:38:08] "GET /obj-perms HTTP/1.1" 200 5046 0.054697 10.0.0.42 - - [2025-01-27 02:38:08] "GET /domains HTTP/1.1" 200 280 0.002844 10.0.0.42 - - [2025-01-27 02:38:08] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001096 10.0.0.42 - - [2025-01-27 02:38:08] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09 HTTP/1.1" 200 2769 0.006787 10.0.0.42 - - [2025-01-27 02:38:08] "GET /projects?obj_uuids=730c069b-4d88-480f-b023-3c17c7eac1b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001405 10.0.0.42 - - [2025-01-27 02:38:08] "GET /project/730c069b-4d88-480f-b023-3c17c7eac1b9 HTTP/1.1" 200 2635 0.068887 10.0.0.42 - - [2025-01-27 02:38:08] "GET /virtual-network/03a7103b-8629-41fa-8aa7-27c4c73c61de HTTP/1.1" 200 3500 0.005638 10.0.0.42 - - [2025-01-27 02:38:08] "GET /virtual-network/03a7103b-8629-41fa-8aa7-27c4c73c61de HTTP/1.1" 200 3500 0.003139 10.0.0.42 - - [2025-01-27 02:38:08] "GET /routing-instance/d06ca0fc-1bd0-46bb-bffb-efdd7173d527 HTTP/1.1" 200 1796 0.003022 10.0.0.42 - - [2025-01-27 02:38:09] "GET /routing-instance/d06ca0fc-1bd0-46bb-bffb-efdd7173d527 HTTP/1.1" 200 1796 0.002752 10.0.0.42 - - [2025-01-27 02:38:09] "GET /route-target/7d268f56-1f76-4885-8e25-38e622e247a1 HTTP/1.1" 200 1212 0.002872 10.0.0.42 - - [2025-01-27 02:38:09] "GET /virtual-network/03a7103b-8629-41fa-8aa7-27c4c73c61de HTTP/1.1" 200 3500 0.003196 10.0.0.42 - - [2025-01-27 02:38:09] "GET /routing-instance/d06ca0fc-1bd0-46bb-bffb-efdd7173d527 HTTP/1.1" 200 1796 0.002823 10.0.0.42 - - [2025-01-27 02:38:09] "GET /virtual-network/03a7103b-8629-41fa-8aa7-27c4c73c61de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.003011 10.0.0.42 - - [2025-01-27 02:38:09] "GET /virtual-network/03a7103b-8629-41fa-8aa7-27c4c73c61de HTTP/1.1" 200 3500 0.003423 10.0.0.42 - - [2025-01-27 02:38:09] "GET /routing-instance/d06ca0fc-1bd0-46bb-bffb-efdd7173d527 HTTP/1.1" 200 1796 0.003145 10.0.0.42 - - [2025-01-27 02:38:09] "GET /routing-instance/d06ca0fc-1bd0-46bb-bffb-efdd7173d527 HTTP/1.1" 200 1796 0.002659 10.0.0.42 - - [2025-01-27 02:38:09] "GET /route-target/7d268f56-1f76-4885-8e25-38e622e247a1 HTTP/1.1" 200 1212 0.002556 10.0.0.42 - - [2025-01-27 02:38:09] "GET /domains HTTP/1.1" 200 280 0.002994 10.0.0.42 - - [2025-01-27 02:38:09] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001028 10.0.0.42 - - [2025-01-27 02:38:09] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09 HTTP/1.1" 200 2769 0.006603 10.0.0.42 - - [2025-01-27 02:38:09] "GET /projects?obj_uuids=730c069b-4d88-480f-b023-3c17c7eac1b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001482 10.0.0.42 - - [2025-01-27 02:38:09] "GET /project/730c069b-4d88-480f-b023-3c17c7eac1b9 HTTP/1.1" 200 2635 0.066581 10.0.0.42 - - [2025-01-27 02:38:09] "GET /virtual-network/03a7103b-8629-41fa-8aa7-27c4c73c61de HTTP/1.1" 200 3500 0.003121 10.0.0.42 - - [2025-01-27 02:38:09] "GET /obj-perms HTTP/1.1" 200 5046 0.003069 10.0.0.42 - - [2025-01-27 02:38:09] "GET /virtual-network/03a7103b-8629-41fa-8aa7-27c4c73c61de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.003355 10.0.0.42 - - [2025-01-27 02:38:09] "POST /neutron/network HTTP/1.1" 200 1113 0.007819 10.0.0.42 - - [2025-01-27 02:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.42 - - [2025-01-27 02:38:09] "GET /virtual-network/160b2bb5-f06a-4191-b6cb-9fddcad43dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.004258 10.0.0.42 - - [2025-01-27 02:38:09] "POST /neutron/network HTTP/1.1" 200 1005 0.061614 10.0.0.42 - - [2025-01-27 02:38:09] "DELETE /access-control-list/afe7d6f3-e24f-4420-b173-f50c96388824 HTTP/1.1" 200 115 0.049016 10.0.0.42 - - [2025-01-27 02:38:09] "POST /neutron/network HTTP/1.1" 200 1005 0.011513 10.0.0.42 - - [2025-01-27 02:38:09] "GET /virtual-network/03a7103b-8629-41fa-8aa7-27c4c73c61de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.003462 10.0.0.42 - - [2025-01-27 02:38:09] "POST /ref-update HTTP/1.1" 200 156 0.015883 10.0.0.42 - - [2025-01-27 02:38:09] "GET /virtual-network/a93b92b1-d5e8-4d33-a9bb-bf2476135b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005270 10.0.0.42 - - [2025-01-27 02:38:09] "POST /neutron/network HTTP/1.1" 200 1113 0.011149 10.0.0.42 - - [2025-01-27 02:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005498 10.0.0.42 - - [2025-01-27 02:38:09] "GET /virtual-network/160b2bb5-f06a-4191-b6cb-9fddcad43dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.003185 10.0.0.42 - - [2025-01-27 02:38:09] "POST /neutron/network HTTP/1.1" 200 1005 0.050858 10.0.0.42 - - [2025-01-27 02:38:09] "DELETE /access-control-list/d526eadc-d2ff-45d2-b068-b5b24be6a79f HTTP/1.1" 200 115 0.038169 10.0.0.42 - - [2025-01-27 02:38:09] "POST /neutron/network HTTP/1.1" 200 1005 0.010023 10.0.0.42 - - [2025-01-27 02:38:09] "GET /virtual-network/a93b92b1-d5e8-4d33-a9bb-bf2476135b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.002977 10.0.0.42 - - [2025-01-27 02:38:09] "POST /ref-update HTTP/1.1" 200 156 0.016732 10.0.0.42 - - [2025-01-27 02:38:09] "DELETE /network-policy/0d5f74d0-c282-4af8-b21e-7bc1656831eb HTTP/1.1" 200 115 0.032213 10.0.0.42 - - [2025-01-27 02:38:09] "POST /neutron/network HTTP/1.1" 200 1005 0.011126 10.0.0.42 - - [2025-01-27 02:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005214 10.0.0.42 - - [2025-01-27 02:38:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001090 10.0.0.42 - - [2025-01-27 02:38:09] "POST /useragent-kv HTTP/1.1" 200 115 0.000984 10.0.0.42 - - [2025-01-27 02:38:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001056 10.0.0.42 - - [2025-01-27 02:38:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001302 10.0.0.42 - - [2025-01-27 02:38:09] "POST /neutron/network HTTP/1.1" 200 151 0.100411 10.0.0.42 - - [2025-01-27 02:38:09] "DELETE /route-target/7d268f56-1f76-4885-8e25-38e622e247a1 HTTP/1.1" 200 115 0.024722 10.0.0.42 - - [2025-01-27 02:38:09] "GET /routing-instance/d06ca0fc-1bd0-46bb-bffb-efdd7173d527 HTTP/1.1" 404 171 0.002679 10.0.0.42 - - [2025-01-27 02:38:09] "GET /domains HTTP/1.1" 200 280 0.002376 10.0.0.42 - - [2025-01-27 02:38:09] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001595 10.0.0.42 - - [2025-01-27 02:38:09] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09 HTTP/1.1" 200 2769 0.052105 10.0.0.42 - - [2025-01-27 02:38:09] "GET /projects?obj_uuids=730c069b-4d88-480f-b023-3c17c7eac1b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001070 10.0.0.42 - - [2025-01-27 02:38:09] "GET /project/730c069b-4d88-480f-b023-3c17c7eac1b9 HTTP/1.1" 200 2155 0.067424 10.0.0.42 - - [2025-01-27 02:38:09] "POST /neutron/network HTTP/1.1" 200 1005 0.007678 10.0.0.42 - - [2025-01-27 02:38:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001433 10.0.0.42 - - [2025-01-27 02:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.007079 10.0.0.42 - - [2025-01-27 02:38:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001070 10.0.0.42 - - [2025-01-27 02:38:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001243 10.0.0.42 - - [2025-01-27 02:38:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001294 10.0.0.42 - - [2025-01-27 02:38:10] "POST /neutron/network HTTP/1.1" 200 151 0.110858 10.0.0.42 - - [2025-01-27 02:38:10] "DELETE /route-target/5946c261-a2ce-44df-8163-3c525356b2bf HTTP/1.1" 200 115 0.028667 10.0.0.42 - - [2025-01-27 02:38:10] "GET /routing-instance/a90b1ace-0d95-4874-a0c5-1badb445b07c HTTP/1.1" 404 171 0.003060 10.0.0.42 - - [2025-01-27 02:38:10] "GET /domains HTTP/1.1" 200 280 0.004680 10.0.0.42 - - [2025-01-27 02:38:10] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001067 10.0.0.42 - - [2025-01-27 02:38:10] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09 HTTP/1.1" 200 2769 0.049006 10.0.0.42 - - [2025-01-27 02:38:10] "GET /projects?obj_uuids=730c069b-4d88-480f-b023-3c17c7eac1b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001426 10.0.0.42 - - [2025-01-27 02:38:10] "GET /project/730c069b-4d88-480f-b023-3c17c7eac1b9 HTTP/1.1" 200 1910 0.074533 10.0.0.42 - - [2025-01-27 02:38:10] "GET /projects?obj_uuids=730c069b-4d88-480f-b023-3c17c7eac1b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001306 10.0.0.42 - - [2025-01-27 02:38:10] "GET /project/730c069b-4d88-480f-b023-3c17c7eac1b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.026189 10.0.0.42 - - [2025-01-27 02:38:10] "GET /projects?obj_uuids=730c069b-4d88-480f-b023-3c17c7eac1b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001246 10.0.0.42 - - [2025-01-27 02:38:10] "GET /project/730c069b-4d88-480f-b023-3c17c7eac1b9?fields=virtual_networks HTTP/1.1" 200 1058 0.069396 10.0.0.42 - - [2025-01-27 02:38:10] "GET /projects?obj_uuids=730c069b-4d88-480f-b023-3c17c7eac1b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001115 10.0.0.42 - - [2025-01-27 02:38:10] "GET /project/730c069b-4d88-480f-b023-3c17c7eac1b9?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.022374 10.0.0.42 - - [2025-01-27 02:38:10] "GET /projects?obj_uuids=730c069b-4d88-480f-b023-3c17c7eac1b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001148 10.0.0.42 - - [2025-01-27 02:38:10] "GET /project/730c069b-4d88-480f-b023-3c17c7eac1b9?fields=security_groups HTTP/1.1" 200 1292 0.027164 10.0.0.42 - - [2025-01-27 02:38:11] "POST /fqname-to-id HTTP/1.1" 404 190 0.028733 10.0.0.42 - - [2025-01-27 02:38:11] "GET /projects?obj_uuids=f5b948a1-10c4-4537-89f3-bd55b6e3ee53&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003018 10.0.0.42 - - [2025-01-27 02:38:11] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002160 10.0.0.42 - - [2025-01-27 02:38:11] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009712 10.0.0.42 - - [2025-01-27 02:38:11] "POST /id-to-fqname HTTP/1.1" 200 192 0.001213 10.0.0.42 - - [2025-01-27 02:38:11] "POST /fqname-to-id HTTP/1.1" 404 201 0.002529 10.0.0.42 - - [2025-01-27 02:38:11] "POST /security-groups HTTP/1.1" 200 593 0.067843 10.0.0.42 - - [2025-01-27 02:38:11] "POST /fqname-to-id HTTP/1.1" 404 236 0.002902 10.0.0.42 - - [2025-01-27 02:38:11] "POST /projects HTTP/1.1" 200 589 0.218324 10.0.0.42 - - [2025-01-27 02:38:11] "POST /access-control-lists HTTP/1.1" 200 598 0.061991 10.0.0.42 - - [2025-01-27 02:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.295102 10.0.0.42 - - [2025-01-27 02:38:11] "POST /fqname-to-id HTTP/1.1" 404 235 0.003132 10.0.0.42 - - [2025-01-27 02:38:12] "GET /project/f5b948a1-10c4-4537-89f3-bd55b6e3ee53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.423206 10.0.0.42 - - [2025-01-27 02:38:12] "POST /access-control-lists HTTP/1.1" 200 596 0.064575 10.0.0.42 - - [2025-01-27 02:38:13] "GET / HTTP/1.1" 200 35931 0.002092 10.0.0.42 - - [2025-01-27 02:38:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000476 10.0.0.42 - - [2025-01-27 02:38:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.071214 10.0.0.42 - - [2025-01-27 02:38:14] "GET /projects?obj_uuids=f5b948a1-10c4-4537-89f3-bd55b6e3ee53&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001479 10.0.0.42 - - [2025-01-27 02:38:14] "GET /project/f5b948a1-10c4-4537-89f3-bd55b6e3ee53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.023925 10.0.0.42 - - [2025-01-27 02:38:14] "POST /neutron/network HTTP/1.1" 200 117 0.032042 10.0.0.42 - - [2025-01-27 02:38:14] "GET /projects?obj_uuids=f5b948a1-10c4-4537-89f3-bd55b6e3ee53&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001457 10.0.0.42 - - [2025-01-27 02:38:14] "POST /neutron/network HTTP/1.1" 200 607 0.070564 10.0.0.42 - - [2025-01-27 02:38:14] "POST /route-targets HTTP/1.1" 200 327 0.015893 10.0.0.42 - - [2025-01-27 02:38:14] "POST /ref-update HTTP/1.1" 200 156 0.017381 10.0.0.42 - - [2025-01-27 02:38:14] "POST /useragent-kv HTTP/1.1" 200 115 0.004872 10.0.0.42 - - [2025-01-27 02:38:14] "POST /neutron/subnet HTTP/1.1" 200 729 0.231922 10.0.0.42 - - [2025-01-27 02:38:14] "POST /neutron/network HTTP/1.1" 200 827 0.006237 10.0.0.42 - - [2025-01-27 02:38:14] "POST /id-to-fqname HTTP/1.1" 200 222 0.001260 10.0.0.42 - - [2025-01-27 02:38:14] "GET /virtual-network/8657b82c-7790-4d30-83af-7dc72ea5d357?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.002926 10.0.0.42 - - [2025-01-27 02:38:14] "POST /neutron/network HTTP/1.1" 200 827 0.006804 10.0.0.42 - - [2025-01-27 02:38:14] "GET /virtual-network/8657b82c-7790-4d30-83af-7dc72ea5d357?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003157 10.0.0.42 - - [2025-01-27 02:38:14] "POST /neutron/network HTTP/1.1" 200 827 0.006192 10.0.0.42 - - [2025-01-27 02:38:14] "POST /neutron/subnet HTTP/1.1" 200 729 0.008719 10.0.0.42 - - [2025-01-27 02:38:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.42 - - [2025-01-27 02:38:14] "GET /projects?obj_uuids=f5b948a1-10c4-4537-89f3-bd55b6e3ee53&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001504 10.0.0.42 - - [2025-01-27 02:38:14] "GET /project/f5b948a1-10c4-4537-89f3-bd55b6e3ee53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.022284 10.0.0.42 - - [2025-01-27 02:38:14] "POST /neutron/network HTTP/1.1" 200 117 0.010385 10.0.0.42 - - [2025-01-27 02:38:14] "GET /projects?obj_uuids=f5b948a1-10c4-4537-89f3-bd55b6e3ee53&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001098 10.0.0.42 - - [2025-01-27 02:38:15] "POST /neutron/network HTTP/1.1" 200 607 0.068918 10.0.0.42 - - [2025-01-27 02:38:15] "POST /route-targets HTTP/1.1" 200 327 0.011444 10.0.0.42 - - [2025-01-27 02:38:15] "POST /ref-update HTTP/1.1" 200 156 0.011158 10.0.0.42 - - [2025-01-27 02:38:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003405 10.0.0.42 - - [2025-01-27 02:38:15] "POST /neutron/subnet HTTP/1.1" 200 725 0.201201 10.0.0.42 - - [2025-01-27 02:38:15] "POST /neutron/network HTTP/1.1" 200 826 0.005652 10.0.0.42 - - [2025-01-27 02:38:15] "POST /id-to-fqname HTTP/1.1" 200 222 0.001196 10.0.0.42 - - [2025-01-27 02:38:15] "GET /virtual-network/d6824c3b-5395-49fc-b06c-d32cfb6eca52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.002867 10.0.0.42 - - [2025-01-27 02:38:15] "POST /neutron/network HTTP/1.1" 200 826 0.005744 10.0.0.42 - - [2025-01-27 02:38:15] "GET /virtual-network/d6824c3b-5395-49fc-b06c-d32cfb6eca52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.002926 10.0.0.42 - - [2025-01-27 02:38:15] "POST /neutron/network HTTP/1.1" 200 826 0.006179 10.0.0.42 - - [2025-01-27 02:38:15] "POST /neutron/subnet HTTP/1.1" 200 725 0.007261 10.0.0.42 - - [2025-01-27 02:38:15] "POST /fqname-to-id HTTP/1.1" 404 228 0.002672 10.0.0.42 - - [2025-01-27 02:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002445 10.0.0.42 - - [2025-01-27 02:38:15] "GET /projects?obj_uuids=f5b948a1-10c4-4537-89f3-bd55b6e3ee53&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002828 10.0.0.42 - - [2025-01-27 02:38:15] "GET /project/f5b948a1-10c4-4537-89f3-bd55b6e3ee53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.031275 10.0.0.42 - - [2025-01-27 02:38:15] "POST /network-policys HTTP/1.1" 200 571 0.017390 10.0.0.42 - - [2025-01-27 02:38:15] "GET /network-policy/be84caea-fbbc-4648-8611-86efb13ac7c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.005236 10.0.0.42 - - [2025-01-27 02:38:15] "POST /neutron/network HTTP/1.1" 200 827 0.007097 10.0.0.42 - - [2025-01-27 02:38:15] "POST /fqname-to-id HTTP/1.1" 404 236 0.002825 10.0.0.42 - - [2025-01-27 02:38:15] "POST /neutron/network HTTP/1.1" 200 929 0.040968 10.0.0.42 - - [2025-01-27 02:38:15] "POST /neutron/network HTTP/1.1" 200 929 0.043289 10.0.0.42 - - [2025-01-27 02:38:15] "POST /access-control-lists HTTP/1.1" 200 590 0.063913 10.0.0.42 - - [2025-01-27 02:38:15] "GET /virtual-network/8657b82c-7790-4d30-83af-7dc72ea5d357?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.003225 10.0.0.42 - - [2025-01-27 02:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002361 10.0.0.42 - - [2025-01-27 02:38:15] "GET /network-policy/be84caea-fbbc-4648-8611-86efb13ac7c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.003092 10.0.0.42 - - [2025-01-27 02:38:15] "POST /neutron/network HTTP/1.1" 200 826 0.006550 10.0.0.42 - - [2025-01-27 02:38:16] "PUT /access-control-list/bc00a754-4cf2-449b-bc96-dffa08048472 HTTP/1.1" 200 272 0.065981 10.0.0.42 - - [2025-01-27 02:38:16] "POST /neutron/network HTTP/1.1" 200 928 0.105874 10.0.0.42 - - [2025-01-27 02:38:16] "POST /fqname-to-id HTTP/1.1" 404 236 0.003635 10.0.0.42 - - [2025-01-27 02:38:16] "POST /neutron/network HTTP/1.1" 200 928 0.007303 10.0.0.42 - - [2025-01-27 02:38:16] "GET /virtual-network/d6824c3b-5395-49fc-b06c-d32cfb6eca52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.003538 10.0.0.42 - - [2025-01-27 02:38:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.42 - - [2025-01-27 02:38:16] "GET /network-policy/be84caea-fbbc-4648-8611-86efb13ac7c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.023639 10.0.0.42 - - [2025-01-27 02:38:16] "POST /access-control-lists HTTP/1.1" 200 590 0.061139 10.0.0.42 - - [2025-01-27 02:38:16] "GET /domains HTTP/1.1" 401 292 0.000365 10.0.0.42 - - [2025-01-27 02:38:16] "POST /ref-update HTTP/1.1" 200 156 0.010762 10.0.0.42 - - [2025-01-27 02:38:16] "GET /domains HTTP/1.1" 200 280 0.028477 10.0.0.42 - - [2025-01-27 02:38:16] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001113 10.0.0.42 - - [2025-01-27 02:38:16] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09 HTTP/1.1" 200 2957 0.008296 10.0.0.42 - - [2025-01-27 02:38:16] "GET /projects?obj_uuids=f5b948a1-10c4-4537-89f3-bd55b6e3ee53&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002435 10.0.0.42 - - [2025-01-27 02:38:16] "GET /project/f5b948a1-10c4-4537-89f3-bd55b6e3ee53 HTTP/1.1" 200 2581 0.065738 10.0.0.42 - - [2025-01-27 02:38:16] "GET /virtual-network/8657b82c-7790-4d30-83af-7dc72ea5d357 HTTP/1.1" 200 2893 0.004187 10.0.0.42 - - [2025-01-27 02:38:16] "GET /virtual-network/8657b82c-7790-4d30-83af-7dc72ea5d357 HTTP/1.1" 200 2893 0.002834 10.0.0.42 - - [2025-01-27 02:38:16] "GET /routing-instance/c97d4b39-fcac-47ac-91b7-9614f78f029d HTTP/1.1" 200 1784 0.003661 10.0.0.42 - - [2025-01-27 02:38:16] "GET /routing-instance/c97d4b39-fcac-47ac-91b7-9614f78f029d HTTP/1.1" 200 1784 0.003393 10.0.0.42 - - [2025-01-27 02:38:16] "GET /route-target/a43e2a8a-d800-47fd-b13c-87f8ce47912c HTTP/1.1" 200 1207 0.003523 10.0.0.42 - - [2025-01-27 02:38:16] "GET /virtual-network/8657b82c-7790-4d30-83af-7dc72ea5d357 HTTP/1.1" 200 2893 0.003786 10.0.0.42 - - [2025-01-27 02:38:16] "GET /routing-instance/c97d4b39-fcac-47ac-91b7-9614f78f029d HTTP/1.1" 200 1784 0.002862 10.0.0.42 - - [2025-01-27 02:38:16] "GET /virtual-network/8657b82c-7790-4d30-83af-7dc72ea5d357?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.003049 10.0.0.42 - - [2025-01-27 02:38:16] "GET /virtual-network/8657b82c-7790-4d30-83af-7dc72ea5d357 HTTP/1.1" 200 2893 0.003455 10.0.0.42 - - [2025-01-27 02:38:16] "GET /routing-instance/c97d4b39-fcac-47ac-91b7-9614f78f029d HTTP/1.1" 200 1784 0.002650 10.0.0.42 - - [2025-01-27 02:38:16] "GET /routing-instance/c97d4b39-fcac-47ac-91b7-9614f78f029d HTTP/1.1" 200 1784 0.002711 10.0.0.42 - - [2025-01-27 02:38:16] "GET /route-target/a43e2a8a-d800-47fd-b13c-87f8ce47912c HTTP/1.1" 200 1207 0.002851 10.0.0.42 - - [2025-01-27 02:38:16] "GET /domains HTTP/1.1" 200 280 0.002773 10.0.0.42 - - [2025-01-27 02:38:16] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001032 10.0.0.42 - - [2025-01-27 02:38:16] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09 HTTP/1.1" 200 2957 0.006602 10.0.0.42 - - [2025-01-27 02:38:16] "GET /projects?obj_uuids=f5b948a1-10c4-4537-89f3-bd55b6e3ee53&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001494 10.0.0.42 - - [2025-01-27 02:38:16] "GET /project/f5b948a1-10c4-4537-89f3-bd55b6e3ee53 HTTP/1.1" 200 2581 0.063094 10.0.0.42 - - [2025-01-27 02:38:16] "GET /virtual-network/8657b82c-7790-4d30-83af-7dc72ea5d357 HTTP/1.1" 200 2893 0.002739 10.0.0.42 - - [2025-01-27 02:38:17] "GET /obj-perms HTTP/1.1" 200 5034 0.073266 10.0.0.42 - - [2025-01-27 02:38:17] "GET /domains HTTP/1.1" 200 280 0.002917 10.0.0.42 - - [2025-01-27 02:38:17] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001070 10.0.0.42 - - [2025-01-27 02:38:17] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09 HTTP/1.1" 200 2957 0.007354 10.0.0.42 - - [2025-01-27 02:38:17] "GET /projects?obj_uuids=f5b948a1-10c4-4537-89f3-bd55b6e3ee53&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001755 10.0.0.42 - - [2025-01-27 02:38:17] "GET /project/f5b948a1-10c4-4537-89f3-bd55b6e3ee53 HTTP/1.1" 200 2581 0.061942 10.0.0.42 - - [2025-01-27 02:38:17] "GET /virtual-network/d6824c3b-5395-49fc-b06c-d32cfb6eca52 HTTP/1.1" 200 2892 0.004917 10.0.0.42 - - [2025-01-27 02:38:17] "GET /virtual-network/d6824c3b-5395-49fc-b06c-d32cfb6eca52 HTTP/1.1" 200 2892 0.002943 10.0.0.42 - - [2025-01-27 02:38:17] "GET /routing-instance/985361fe-14a0-4af7-a550-7fc9cdd52bca HTTP/1.1" 200 1784 0.003355 10.0.0.42 - - [2025-01-27 02:38:17] "GET /routing-instance/985361fe-14a0-4af7-a550-7fc9cdd52bca HTTP/1.1" 200 1784 0.003132 10.0.0.42 - - [2025-01-27 02:38:17] "GET /route-target/a3c0c2b8-f9b7-4fb0-b148-77f33543a2c8 HTTP/1.1" 200 1207 0.002736 10.0.0.42 - - [2025-01-27 02:38:17] "GET /virtual-network/d6824c3b-5395-49fc-b06c-d32cfb6eca52 HTTP/1.1" 200 2892 0.003016 10.0.0.42 - - [2025-01-27 02:38:17] "GET /routing-instance/985361fe-14a0-4af7-a550-7fc9cdd52bca HTTP/1.1" 200 1784 0.002975 10.0.0.42 - - [2025-01-27 02:38:17] "GET /virtual-network/d6824c3b-5395-49fc-b06c-d32cfb6eca52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.003162 10.0.0.42 - - [2025-01-27 02:38:17] "GET /virtual-network/d6824c3b-5395-49fc-b06c-d32cfb6eca52 HTTP/1.1" 200 2892 0.003372 10.0.0.42 - - [2025-01-27 02:38:17] "GET /routing-instance/985361fe-14a0-4af7-a550-7fc9cdd52bca HTTP/1.1" 200 1784 0.002702 10.0.0.42 - - [2025-01-27 02:38:17] "GET /routing-instance/985361fe-14a0-4af7-a550-7fc9cdd52bca HTTP/1.1" 200 1784 0.002954 10.0.0.42 - - [2025-01-27 02:38:17] "GET /route-target/a3c0c2b8-f9b7-4fb0-b148-77f33543a2c8 HTTP/1.1" 200 1207 0.003131 10.0.0.42 - - [2025-01-27 02:38:17] "GET /domains HTTP/1.1" 200 280 0.002812 10.0.0.42 - - [2025-01-27 02:38:17] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001056 10.0.0.42 - - [2025-01-27 02:38:17] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09 HTTP/1.1" 200 2957 0.006737 10.0.0.42 - - [2025-01-27 02:38:17] "GET /projects?obj_uuids=f5b948a1-10c4-4537-89f3-bd55b6e3ee53&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001393 10.0.0.42 - - [2025-01-27 02:38:17] "GET /project/f5b948a1-10c4-4537-89f3-bd55b6e3ee53 HTTP/1.1" 200 2581 0.063410 10.0.0.42 - - [2025-01-27 02:38:17] "GET /virtual-network/d6824c3b-5395-49fc-b06c-d32cfb6eca52 HTTP/1.1" 200 2892 0.003087 10.0.0.42 - - [2025-01-27 02:38:17] "GET /obj-perms HTTP/1.1" 200 5034 0.003326 10.0.0.42 - - [2025-01-27 02:38:17] "POST /id-to-fqname HTTP/1.1" 200 222 0.001490 10.0.0.42 - - [2025-01-27 02:38:17] "POST /neutron/network HTTP/1.1" 200 939 0.005735 10.0.0.42 - - [2025-01-27 02:38:17] "GET /aaa-mode HTTP/1.1" 401 292 0.000432 10.0.0.42 - - [2025-01-27 02:38:18] "GET / HTTP/1.1" 200 35931 0.004194 10.0.0.42 - - [2025-01-27 02:38:18] "GET /project/f5b948a1-10c4-4537-89f3-bd55b6e3ee53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000712 10.0.0.42 - - [2025-01-27 02:38:18] "GET /projects?obj_uuids=f5b948a1-10c4-4537-89f3-bd55b6e3ee53&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001287 10.0.0.42 - - [2025-01-27 02:38:18] "GET /project/f5b948a1-10c4-4537-89f3-bd55b6e3ee53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.046671 10.0.0.42 - - [2025-01-27 02:38:18] "POST /neutron/network HTTP/1.1" 200 929 0.007483 10.0.0.42 - - [2025-01-27 02:38:18] "POST /neutron/port HTTP/1.1" 200 117 0.005579 10.0.0.42 - - [2025-01-27 02:38:18] "POST /neutron/port HTTP/1.1" 200 117 0.005966 10.0.0.42 - - [2025-01-27 02:38:18] "POST /id-to-fqname HTTP/1.1" 200 222 0.001834 10.0.0.42 - - [2025-01-27 02:38:18] "POST /neutron/port HTTP/1.1" 200 117 0.010527 10.0.0.42 - - [2025-01-27 02:38:18] "POST /neutron/network HTTP/1.1" 200 938 0.006238 10.0.0.42 - - [2025-01-27 02:38:18] "GET /aaa-mode HTTP/1.1" 401 292 0.000495 10.0.0.42 - - [2025-01-27 02:38:19] "POST /neutron/network HTTP/1.1" 200 939 0.005636 10.0.0.42 - - [2025-01-27 02:38:19] "GET /projects?obj_uuids=f5b948a1-10c4-4537-89f3-bd55b6e3ee53&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001068 10.0.0.42 - - [2025-01-27 02:38:19] "GET / HTTP/1.1" 200 35931 0.001981 10.0.0.42 - - [2025-01-27 02:38:19] "GET /project/f5b948a1-10c4-4537-89f3-bd55b6e3ee53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000446 10.0.0.42 - - [2025-01-27 02:38:19] "POST /neutron/port HTTP/1.1" 200 1063 0.223869 10.0.0.42 - - [2025-01-27 02:38:19] "POST /neutron/port HTTP/1.1" 200 1063 0.012217 10.0.0.42 - - [2025-01-27 02:38:19] "POST /neutron/port HTTP/1.1" 200 1063 0.013563 10.0.0.42 - - [2025-01-27 02:38:19] "POST /neutron/port HTTP/1.1" 200 1117 0.078283 10.0.0.42 - - [2025-01-27 02:38:19] "POST /neutron/port HTTP/1.1" 200 1091 0.018576 10.0.0.42 - - [2025-01-27 02:38:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004122 10.0.0.42 - - [2025-01-27 02:38:19] "GET /projects?obj_uuids=f5b948a1-10c4-4537-89f3-bd55b6e3ee53&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001107 10.0.0.42 - - [2025-01-27 02:38:19] "POST /neutron/subnet HTTP/1.1" 200 703 0.022547 10.0.0.42 - - [2025-01-27 02:38:19] "GET /project/f5b948a1-10c4-4537-89f3-bd55b6e3ee53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.058796 10.0.0.42 - - [2025-01-27 02:38:19] "POST /neutron/port HTTP/1.1" 200 117 0.001356 10.0.0.42 - - [2025-01-27 02:38:19] "POST /neutron/network HTTP/1.1" 200 928 0.008530 10.0.0.42 - - [2025-01-27 02:38:19] "POST /neutron/network HTTP/1.1" 200 929 0.008158 10.0.0.42 - - [2025-01-27 02:38:19] "POST /neutron/port HTTP/1.1" 200 1091 0.026511 10.0.0.42 - - [2025-01-27 02:38:19] "POST /neutron/security_group HTTP/1.1" 200 2060 0.014215 10.0.0.42 - - [2025-01-27 02:38:20] "POST /neutron/port HTTP/1.1" 200 117 0.004918 10.0.0.42 - - [2025-01-27 02:38:20] "POST /neutron/port HTTP/1.1" 200 1091 0.028480 10.0.0.42 - - [2025-01-27 02:38:20] "POST /neutron/security_group HTTP/1.1" 200 2060 0.016831 10.0.0.42 - - [2025-01-27 02:38:20] "POST /neutron/network HTTP/1.1" 200 938 0.036810 10.0.0.42 - - [2025-01-27 02:38:20] "GET /projects?obj_uuids=f5b948a1-10c4-4537-89f3-bd55b6e3ee53&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001812 10.0.0.42 - - [2025-01-27 02:38:20] "PUT /access-control-list/61698f24-6b17-4105-ae0b-28d31428e819 HTTP/1.1" 200 272 0.070893 10.0.0.42 - - [2025-01-27 02:38:20] "POST /neutron/port HTTP/1.1" 200 1062 0.379721 10.0.0.42 - - [2025-01-27 02:38:20] "POST /neutron/port HTTP/1.1" 200 1062 0.014846 10.0.0.42 - - [2025-01-27 02:38:20] "POST /neutron/port HTTP/1.1" 200 1062 0.021651 10.0.0.42 - - [2025-01-27 02:38:20] "POST /neutron/port HTTP/1.1" 200 1116 0.082227 10.0.0.42 - - [2025-01-27 02:38:21] "POST /neutron/port HTTP/1.1" 200 1090 0.017894 10.0.0.42 - - [2025-01-27 02:38:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003598 10.0.0.42 - - [2025-01-27 02:38:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.011501 10.0.0.42 - - [2025-01-27 02:38:21] "POST /neutron/port HTTP/1.1" 200 117 0.001284 10.0.0.42 - - [2025-01-27 02:38:21] "POST /neutron/network HTTP/1.1" 200 928 0.006506 10.0.0.42 - - [2025-01-27 02:38:25] "POST /neutron/port HTTP/1.1" 200 1091 0.020033 10.0.0.42 - - [2025-01-27 02:38:25] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008131 10.0.0.42 - - [2025-01-27 02:38:25] "POST /neutron/port HTTP/1.1" 200 1091 0.017208 10.0.0.42 - - [2025-01-27 02:38:25] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006491 10.0.0.42 - - [2025-01-27 02:38:25] "POST /neutron/port HTTP/1.1" 200 1091 0.018445 10.0.0.42 - - [2025-01-27 02:38:25] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006989 10.0.0.42 - - [2025-01-27 02:38:25] "GET /virtual-machine/e36c14c7-0689-46c6-85bc-fc27f0e8fa60 HTTP/1.1" 200 1294 0.004772 10.0.0.42 - - [2025-01-27 02:38:25] "GET /virtual-machine-interface/9a744ae9-0c30-4734-acf3-4264ac2ae8c8 HTTP/1.1" 200 2952 0.002516 10.0.0.42 - - [2025-01-27 02:38:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.42 - - [2025-01-27 02:38:25] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002616 10.0.0.42 - - [2025-01-27 02:38:25] "GET /virtual-networks?parent_id=f5b948a1-10c4-4537-89f3-bd55b6e3ee53&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.006694 10.0.0.42 - - [2025-01-27 02:38:25] "GET /virtual-network/8657b82c-7790-4d30-83af-7dc72ea5d357?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.020033 10.0.0.42 - - [2025-01-27 02:38:28] "POST /neutron/port HTTP/1.1" 200 1091 0.018306 10.0.0.42 - - [2025-01-27 02:38:28] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006175 10.0.0.42 - - [2025-01-27 02:38:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005164 10.0.0.42 - - [2025-01-27 02:38:28] "GET /virtual-network/8657b82c-7790-4d30-83af-7dc72ea5d357?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.003969 10.0.0.42 - - [2025-01-27 02:38:30] "POST /neutron/port HTTP/1.1" 200 1090 0.017551 10.0.0.42 - - [2025-01-27 02:38:30] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005880 10.0.0.42 - - [2025-01-27 02:38:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.42 - - [2025-01-27 02:38:30] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003097 10.0.0.42 - - [2025-01-27 02:38:30] "GET /virtual-networks?parent_id=f5b948a1-10c4-4537-89f3-bd55b6e3ee53&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003688 10.0.0.42 - - [2025-01-27 02:38:30] "GET /virtual-network/8657b82c-7790-4d30-83af-7dc72ea5d357?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004277 10.0.0.42 - - [2025-01-27 02:38:31] "POST /neutron/port HTTP/1.1" 200 1090 0.017868 10.0.0.42 - - [2025-01-27 02:38:31] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007353 10.0.0.42 - - [2025-01-27 02:38:31] "POST /neutron/port HTTP/1.1" 200 1090 0.021367 10.0.0.42 - - [2025-01-27 02:38:31] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008017 10.0.0.42 - - [2025-01-27 02:38:31] "POST /neutron/port HTTP/1.1" 200 1090 0.018660 10.0.0.42 - - [2025-01-27 02:38:31] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007328 10.0.0.42 - - [2025-01-27 02:38:31] "GET /virtual-machine/9793ce1f-4197-430e-87a2-e47bbfc099cb HTTP/1.1" 200 1294 0.004886 10.0.0.42 - - [2025-01-27 02:38:31] "GET /virtual-machine-interface/2745c9e2-b85e-4988-a4e5-a93472a8d48a HTTP/1.1" 200 2951 0.002893 10.0.0.42 - - [2025-01-27 02:38:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.42 - - [2025-01-27 02:38:31] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003160 10.0.0.42 - - [2025-01-27 02:38:31] "GET /virtual-networks?parent_id=f5b948a1-10c4-4537-89f3-bd55b6e3ee53&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003322 10.0.0.42 - - [2025-01-27 02:38:31] "GET /virtual-network/d6824c3b-5395-49fc-b06c-d32cfb6eca52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006828 10.0.0.42 - - [2025-01-27 02:38:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.42 - - [2025-01-27 02:38:32] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002863 10.0.0.42 - - [2025-01-27 02:38:32] "GET /virtual-networks?parent_id=f5b948a1-10c4-4537-89f3-bd55b6e3ee53&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003020 10.0.0.42 - - [2025-01-27 02:38:32] "GET /virtual-network/d6824c3b-5395-49fc-b06c-d32cfb6eca52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.003563 10.0.0.42 - - [2025-01-27 02:38:32] "POST /neutron/port HTTP/1.1" 200 1090 0.017435 10.0.0.42 - - [2025-01-27 02:38:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006043 10.0.0.42 - - [2025-01-27 02:38:36] "POST /neutron/port HTTP/1.1" 200 1091 0.015554 10.0.0.42 - - [2025-01-27 02:38:36] "POST /neutron/port HTTP/1.1" 200 1091 0.015933 10.0.0.42 - - [2025-01-27 02:38:37] "POST /neutron/network HTTP/1.1" 200 939 0.005685 10.0.0.42 - - [2025-01-27 02:38:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003443 10.0.0.42 - - [2025-01-27 02:38:37] "POST /neutron/subnet HTTP/1.1" 200 703 0.011509 10.0.0.42 - - [2025-01-27 02:38:37] "POST /neutron/port HTTP/1.1" 200 117 0.001360 10.0.0.42 - - [2025-01-27 02:38:37] "POST /neutron/network HTTP/1.1" 200 929 0.005912 10.0.0.42 - - [2025-01-27 02:38:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.42 - - [2025-01-27 02:38:42] "GET /projects?obj_uuids=f5b948a1-10c4-4537-89f3-bd55b6e3ee53&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001627 10.0.0.42 - - [2025-01-27 02:38:42] "GET /project/f5b948a1-10c4-4537-89f3-bd55b6e3ee53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.026557 10.0.0.42 - - [2025-01-27 02:38:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.42 - - [2025-01-27 02:38:42] "PUT /network-policy/be84caea-fbbc-4648-8611-86efb13ac7c6 HTTP/1.1" 200 262 0.011345 10.0.0.42 - - [2025-01-27 02:38:42] "PUT /access-control-list/bc00a754-4cf2-449b-bc96-dffa08048472 HTTP/1.1" 200 272 0.057398 10.0.0.42 - - [2025-01-27 02:38:42] "POST /ref-update HTTP/1.1" 200 156 0.009812 10.0.0.42 - - [2025-01-27 02:38:42] "PUT /access-control-list/61698f24-6b17-4105-ae0b-28d31428e819 HTTP/1.1" 200 272 0.052672 10.0.0.42 - - [2025-01-27 02:38:43] "POST /ref-update HTTP/1.1" 200 156 0.010549 10.0.0.42 - - [2025-01-27 02:38:45] "GET /virtual-network/d6824c3b-5395-49fc-b06c-d32cfb6eca52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.003390 10.0.0.42 - - [2025-01-27 02:38:45] "POST /neutron/network HTTP/1.1" 200 928 0.007970 10.0.0.42 - - [2025-01-27 02:38:45] "POST /neutron/network HTTP/1.1" 200 826 0.048253 10.0.0.42 - - [2025-01-27 02:38:45] "POST /neutron/network HTTP/1.1" 200 826 0.006280 10.0.0.42 - - [2025-01-27 02:38:45] "DELETE /access-control-list/61698f24-6b17-4105-ae0b-28d31428e819 HTTP/1.1" 200 115 0.035961 10.0.0.42 - - [2025-01-27 02:38:45] "GET /virtual-network/d6824c3b-5395-49fc-b06c-d32cfb6eca52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.003773 10.0.0.42 - - [2025-01-27 02:38:45] "GET /virtual-network/8657b82c-7790-4d30-83af-7dc72ea5d357?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.002716 10.0.0.42 - - [2025-01-27 02:38:45] "POST /neutron/network HTTP/1.1" 200 929 0.006228 10.0.0.42 - - [2025-01-27 02:38:45] "POST /neutron/network HTTP/1.1" 200 827 0.058823 10.0.0.42 - - [2025-01-27 02:38:46] "POST /neutron/network HTTP/1.1" 200 827 0.011229 10.0.0.42 - - [2025-01-27 02:38:46] "DELETE /access-control-list/bc00a754-4cf2-449b-bc96-dffa08048472 HTTP/1.1" 200 115 0.047802 10.0.0.42 - - [2025-01-27 02:38:46] "GET /virtual-network/8657b82c-7790-4d30-83af-7dc72ea5d357?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.002784 10.0.0.42 - - [2025-01-27 02:38:46] "DELETE /network-policy/be84caea-fbbc-4648-8611-86efb13ac7c6 HTTP/1.1" 200 115 0.032562 10.0.0.42 - - [2025-01-27 02:38:46] "POST /neutron/network HTTP/1.1" 200 826 0.007219 10.0.0.42 - - [2025-01-27 02:38:46] "POST /neutron/network HTTP/1.1" 400 204 0.012643 10.0.0.42 - - [2025-01-27 02:38:46] "POST /neutron/port HTTP/1.1" 200 1090 0.013938 10.0.0.42 - - [2025-01-27 02:38:46] "POST /neutron/port HTTP/1.1" 200 1116 0.013501 10.0.0.42 - - [2025-01-27 02:38:46] "POST /neutron/port HTTP/1.1" 200 1091 0.018996 10.0.0.42 - - [2025-01-27 02:38:46] "POST /neutron/port HTTP/1.1" 200 1117 0.009120 10.0.0.42 - - [2025-01-27 02:38:46] "POST /neutron/port HTTP/1.1" 200 151 0.142136 10.0.0.42 - - [2025-01-27 02:38:46] "POST /neutron/port HTTP/1.1" 200 151 0.146483 10.0.0.42 - - [2025-01-27 02:38:48] "POST /neutron/network HTTP/1.1" 200 826 0.006128 10.0.0.42 - - [2025-01-27 02:38:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001210 10.0.0.42 - - [2025-01-27 02:38:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001005 10.0.0.42 - - [2025-01-27 02:38:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005336 10.0.0.42 - - [2025-01-27 02:38:48] "POST /neutron/network HTTP/1.1" 200 151 0.067864 10.0.0.42 - - [2025-01-27 02:38:48] "GET /routing-instance/985361fe-14a0-4af7-a550-7fc9cdd52bca HTTP/1.1" 404 171 0.001899 10.0.0.42 - - [2025-01-27 02:38:48] "GET /domains HTTP/1.1" 200 280 0.002492 10.0.0.42 - - [2025-01-27 02:38:48] "DELETE /route-target/a3c0c2b8-f9b7-4fb0-b148-77f33543a2c8 HTTP/1.1" 200 115 0.016984 10.0.0.42 - - [2025-01-27 02:38:48] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001037 10.0.0.42 - - [2025-01-27 02:38:48] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09 HTTP/1.1" 200 2957 0.049696 10.0.0.42 - - [2025-01-27 02:38:48] "GET /projects?obj_uuids=f5b948a1-10c4-4537-89f3-bd55b6e3ee53&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001432 10.0.0.42 - - [2025-01-27 02:38:48] "GET /project/f5b948a1-10c4-4537-89f3-bd55b6e3ee53 HTTP/1.1" 200 2113 0.065760 10.0.0.42 - - [2025-01-27 02:38:48] "POST /neutron/network HTTP/1.1" 200 827 0.005692 10.0.0.42 - - [2025-01-27 02:38:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001739 10.0.0.42 - - [2025-01-27 02:38:48] "POST /useragent-kv HTTP/1.1" 200 115 0.000940 10.0.0.42 - - [2025-01-27 02:38:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005145 10.0.0.42 - - [2025-01-27 02:38:48] "POST /neutron/network HTTP/1.1" 200 151 0.067930 10.0.0.42 - - [2025-01-27 02:38:48] "GET /routing-instance/c97d4b39-fcac-47ac-91b7-9614f78f029d HTTP/1.1" 404 171 0.002315 10.0.0.42 - - [2025-01-27 02:38:48] "GET /domains HTTP/1.1" 200 280 0.002399 10.0.0.42 - - [2025-01-27 02:38:48] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001149 10.0.0.42 - - [2025-01-27 02:38:48] "DELETE /route-target/a43e2a8a-d800-47fd-b13c-87f8ce47912c HTTP/1.1" 200 115 0.023891 10.0.0.42 - - [2025-01-27 02:38:48] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09 HTTP/1.1" 200 2957 0.048357 10.0.0.42 - - [2025-01-27 02:38:48] "GET /projects?obj_uuids=f5b948a1-10c4-4537-89f3-bd55b6e3ee53&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001878 10.0.0.42 - - [2025-01-27 02:38:48] "GET /project/f5b948a1-10c4-4537-89f3-bd55b6e3ee53 HTTP/1.1" 200 1874 0.065202 10.0.0.42 - - [2025-01-27 02:38:48] "GET /projects?obj_uuids=f5b948a1-10c4-4537-89f3-bd55b6e3ee53&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001418 10.0.0.42 - - [2025-01-27 02:38:48] "GET /project/f5b948a1-10c4-4537-89f3-bd55b6e3ee53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.020663 10.0.0.42 - - [2025-01-27 02:38:48] "GET /projects?obj_uuids=f5b948a1-10c4-4537-89f3-bd55b6e3ee53&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001499 10.0.0.42 - - [2025-01-27 02:38:48] "GET /project/f5b948a1-10c4-4537-89f3-bd55b6e3ee53?fields=virtual_networks HTTP/1.1" 200 1046 0.064587 10.0.0.42 - - [2025-01-27 02:38:48] "GET /projects?obj_uuids=f5b948a1-10c4-4537-89f3-bd55b6e3ee53&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001579 10.0.0.42 - - [2025-01-27 02:38:49] "GET /project/f5b948a1-10c4-4537-89f3-bd55b6e3ee53?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.021706 10.0.0.42 - - [2025-01-27 02:38:49] "GET /projects?obj_uuids=f5b948a1-10c4-4537-89f3-bd55b6e3ee53&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001601 10.0.0.42 - - [2025-01-27 02:38:49] "GET /project/f5b948a1-10c4-4537-89f3-bd55b6e3ee53?fields=security_groups HTTP/1.1" 200 1274 0.023917 10.0.0.42 - - [2025-01-27 02:38:49] "POST /fqname-to-id HTTP/1.1" 404 186 0.025428 10.0.0.42 - - [2025-01-27 02:38:49] "GET /projects?obj_uuids=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002420 10.0.0.42 - - [2025-01-27 02:38:49] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001680 10.0.0.42 - - [2025-01-27 02:38:49] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008257 10.0.0.42 - - [2025-01-27 02:38:50] "POST /id-to-fqname HTTP/1.1" 200 188 0.001558 10.0.0.42 - - [2025-01-27 02:38:50] "POST /fqname-to-id HTTP/1.1" 404 197 0.003582 10.0.0.42 - - [2025-01-27 02:38:50] "POST /security-groups HTTP/1.1" 200 589 0.063283 10.0.0.42 - - [2025-01-27 02:38:50] "POST /fqname-to-id HTTP/1.1" 404 232 0.002217 10.0.0.42 - - [2025-01-27 02:38:50] "POST /projects HTTP/1.1" 200 581 0.218872 10.0.0.42 - - [2025-01-27 02:38:50] "POST /access-control-lists HTTP/1.1" 200 594 0.059369 10.0.0.42 - - [2025-01-27 02:38:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.286806 10.0.0.42 - - [2025-01-27 02:38:50] "POST /fqname-to-id HTTP/1.1" 404 231 0.002690 10.0.0.42 - - [2025-01-27 02:38:50] "GET /project/40a7d5d6-7f8f-44f6-90c9-d972cedaff17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.409080 10.0.0.42 - - [2025-01-27 02:38:50] "POST /access-control-lists HTTP/1.1" 200 592 0.060528 10.0.0.42 - - [2025-01-27 02:38:51] "GET / HTTP/1.1" 200 35931 0.001924 10.0.0.42 - - [2025-01-27 02:38:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000495 10.0.0.42 - - [2025-01-27 02:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.057391 10.0.0.42 - - [2025-01-27 02:38:52] "GET /projects?obj_uuids=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000982 10.0.0.42 - - [2025-01-27 02:38:52] "GET /project/40a7d5d6-7f8f-44f6-90c9-d972cedaff17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.019766 10.0.0.42 - - [2025-01-27 02:38:52] "POST /neutron/network HTTP/1.1" 200 117 0.028678 10.0.0.42 - - [2025-01-27 02:38:52] "GET /projects?obj_uuids=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000995 10.0.0.42 - - [2025-01-27 02:38:52] "POST /neutron/network HTTP/1.1" 200 613 0.059460 10.0.0.42 - - [2025-01-27 02:38:52] "POST /route-targets HTTP/1.1" 200 327 0.009315 10.0.0.42 - - [2025-01-27 02:38:52] "POST /ref-update HTTP/1.1" 200 156 0.011586 10.0.0.42 - - [2025-01-27 02:38:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003367 10.0.0.42 - - [2025-01-27 02:38:52] "POST /neutron/subnet HTTP/1.1" 200 719 0.196484 10.0.0.42 - - [2025-01-27 02:38:52] "POST /neutron/network HTTP/1.1" 200 831 0.007170 10.0.0.42 - - [2025-01-27 02:38:52] "POST /id-to-fqname HTTP/1.1" 200 223 0.001359 10.0.0.42 - - [2025-01-27 02:38:52] "GET /virtual-network/5a799b4b-9b99-4bbb-9a69-733ebb73dc3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.002751 10.0.0.42 - - [2025-01-27 02:38:52] "POST /neutron/network HTTP/1.1" 200 831 0.006131 10.0.0.42 - - [2025-01-27 02:38:52] "GET /virtual-network/5a799b4b-9b99-4bbb-9a69-733ebb73dc3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003119 10.0.0.42 - - [2025-01-27 02:38:52] "POST /neutron/network HTTP/1.1" 200 831 0.007286 10.0.0.42 - - [2025-01-27 02:38:53] "POST /neutron/subnet HTTP/1.1" 200 719 0.006957 10.0.0.42 - - [2025-01-27 02:38:53] "GET /domains HTTP/1.1" 401 292 0.000384 10.0.0.42 - - [2025-01-27 02:38:53] "GET /domains HTTP/1.1" 200 280 0.024828 10.0.0.42 - - [2025-01-27 02:38:53] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002007 10.0.0.42 - - [2025-01-27 02:38:53] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09 HTTP/1.1" 200 3141 0.010382 10.0.0.42 - - [2025-01-27 02:38:53] "GET /projects?obj_uuids=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001199 10.0.0.42 - - [2025-01-27 02:38:53] "GET /project/40a7d5d6-7f8f-44f6-90c9-d972cedaff17 HTTP/1.1" 200 2090 0.066600 10.0.0.42 - - [2025-01-27 02:38:53] "GET /virtual-network/5a799b4b-9b99-4bbb-9a69-733ebb73dc3f HTTP/1.1" 200 2315 0.004106 10.0.0.42 - - [2025-01-27 02:38:53] "GET /virtual-network/5a799b4b-9b99-4bbb-9a69-733ebb73dc3f HTTP/1.1" 200 2315 0.003402 10.0.0.42 - - [2025-01-27 02:38:53] "GET /routing-instance/5591629a-509b-4bd6-b552-6926667b80dc HTTP/1.1" 200 1493 0.002950 10.0.0.42 - - [2025-01-27 02:38:53] "GET /routing-instance/5591629a-509b-4bd6-b552-6926667b80dc HTTP/1.1" 200 1493 0.002594 10.0.0.42 - - [2025-01-27 02:38:53] "GET /route-target/de4658e2-9034-4e0b-9ff2-87b01a72d9ec HTTP/1.1" 200 1213 0.002571 10.0.0.42 - - [2025-01-27 02:38:53] "GET /virtual-network/5a799b4b-9b99-4bbb-9a69-733ebb73dc3f HTTP/1.1" 200 2315 0.002859 10.0.0.42 - - [2025-01-27 02:38:53] "GET /routing-instance/5591629a-509b-4bd6-b552-6926667b80dc HTTP/1.1" 200 1493 0.002705 10.0.0.42 - - [2025-01-27 02:38:53] "GET /virtual-network/5a799b4b-9b99-4bbb-9a69-733ebb73dc3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.002524 10.0.0.42 - - [2025-01-27 02:38:53] "GET /virtual-network/5a799b4b-9b99-4bbb-9a69-733ebb73dc3f HTTP/1.1" 200 2315 0.002457 10.0.0.42 - - [2025-01-27 02:38:53] "GET /routing-instance/5591629a-509b-4bd6-b552-6926667b80dc HTTP/1.1" 200 1493 0.002323 10.0.0.42 - - [2025-01-27 02:38:53] "GET /routing-instance/5591629a-509b-4bd6-b552-6926667b80dc HTTP/1.1" 200 1493 0.002396 10.0.0.42 - - [2025-01-27 02:38:53] "GET /route-target/de4658e2-9034-4e0b-9ff2-87b01a72d9ec HTTP/1.1" 200 1213 0.002107 10.0.0.42 - - [2025-01-27 02:38:53] "GET /domains HTTP/1.1" 200 280 0.002674 10.0.0.42 - - [2025-01-27 02:38:53] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001079 10.0.0.42 - - [2025-01-27 02:38:53] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09 HTTP/1.1" 200 3141 0.007013 10.0.0.42 - - [2025-01-27 02:38:53] "GET /projects?obj_uuids=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001103 10.0.0.42 - - [2025-01-27 02:38:53] "GET /project/40a7d5d6-7f8f-44f6-90c9-d972cedaff17 HTTP/1.1" 200 2090 0.067305 10.0.0.42 - - [2025-01-27 02:38:53] "GET /virtual-network/5a799b4b-9b99-4bbb-9a69-733ebb73dc3f HTTP/1.1" 200 2315 0.003247 10.0.0.42 - - [2025-01-27 02:38:53] "GET /obj-perms HTTP/1.1" 200 5026 0.056888 10.0.0.42 - - [2025-01-27 02:38:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.42 - - [2025-01-27 02:38:54] "GET /projects?obj_uuids=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001586 10.0.0.42 - - [2025-01-27 02:38:54] "GET /project/40a7d5d6-7f8f-44f6-90c9-d972cedaff17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.025295 10.0.0.42 - - [2025-01-27 02:38:54] "POST /neutron/network HTTP/1.1" 200 117 0.011050 10.0.0.42 - - [2025-01-27 02:38:54] "GET /projects?obj_uuids=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001151 10.0.0.42 - - [2025-01-27 02:38:54] "POST /neutron/network HTTP/1.1" 200 613 0.065817 10.0.0.42 - - [2025-01-27 02:38:54] "POST /route-targets HTTP/1.1" 200 327 0.010647 10.0.0.42 - - [2025-01-27 02:38:54] "POST /ref-update HTTP/1.1" 200 156 0.009977 10.0.0.42 - - [2025-01-27 02:38:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003306 10.0.0.42 - - [2025-01-27 02:38:54] "POST /neutron/subnet HTTP/1.1" 200 719 0.165622 10.0.0.42 - - [2025-01-27 02:38:54] "POST /neutron/network HTTP/1.1" 200 831 0.005260 10.0.0.42 - - [2025-01-27 02:38:54] "POST /id-to-fqname HTTP/1.1" 200 223 0.001162 10.0.0.42 - - [2025-01-27 02:38:54] "GET /virtual-network/85d5af51-6f08-4df5-8512-7a2007b82da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.002498 10.0.0.42 - - [2025-01-27 02:38:54] "POST /neutron/network HTTP/1.1" 200 831 0.005262 10.0.0.42 - - [2025-01-27 02:38:54] "GET /virtual-network/85d5af51-6f08-4df5-8512-7a2007b82da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.003342 10.0.0.42 - - [2025-01-27 02:38:54] "POST /neutron/network HTTP/1.1" 200 831 0.005640 10.0.0.42 - - [2025-01-27 02:38:54] "POST /neutron/subnet HTTP/1.1" 200 719 0.006401 10.0.0.42 - - [2025-01-27 02:38:54] "GET /domains HTTP/1.1" 200 280 0.002300 10.0.0.42 - - [2025-01-27 02:38:54] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001028 10.0.0.42 - - [2025-01-27 02:38:54] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09 HTTP/1.1" 200 3141 0.006296 10.0.0.42 - - [2025-01-27 02:38:54] "GET /projects?obj_uuids=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001102 10.0.0.42 - - [2025-01-27 02:38:54] "GET /project/40a7d5d6-7f8f-44f6-90c9-d972cedaff17 HTTP/1.1" 200 2308 0.063662 10.0.0.42 - - [2025-01-27 02:38:54] "GET /virtual-network/85d5af51-6f08-4df5-8512-7a2007b82da3 HTTP/1.1" 200 2314 0.004872 10.0.0.42 - - [2025-01-27 02:38:54] "GET /virtual-network/85d5af51-6f08-4df5-8512-7a2007b82da3 HTTP/1.1" 200 2314 0.002516 10.0.0.42 - - [2025-01-27 02:38:54] "GET /routing-instance/8c8b3636-8a5b-4ec5-bdbe-e8ffd4b22780 HTTP/1.1" 200 1494 0.002578 10.0.0.42 - - [2025-01-27 02:38:54] "GET /routing-instance/8c8b3636-8a5b-4ec5-bdbe-e8ffd4b22780 HTTP/1.1" 200 1494 0.002403 10.0.0.42 - - [2025-01-27 02:38:54] "GET /route-target/b591a2ad-02ae-413a-81a8-127af8a4e1a6 HTTP/1.1" 200 1212 0.002381 10.0.0.42 - - [2025-01-27 02:38:54] "GET /virtual-network/85d5af51-6f08-4df5-8512-7a2007b82da3 HTTP/1.1" 200 2314 0.002623 10.0.0.42 - - [2025-01-27 02:38:54] "GET /routing-instance/8c8b3636-8a5b-4ec5-bdbe-e8ffd4b22780 HTTP/1.1" 200 1494 0.002591 10.0.0.42 - - [2025-01-27 02:38:54] "GET /virtual-network/85d5af51-6f08-4df5-8512-7a2007b82da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.002468 10.0.0.42 - - [2025-01-27 02:38:54] "GET /virtual-network/85d5af51-6f08-4df5-8512-7a2007b82da3 HTTP/1.1" 200 2314 0.005860 10.0.0.42 - - [2025-01-27 02:38:54] "GET /routing-instance/8c8b3636-8a5b-4ec5-bdbe-e8ffd4b22780 HTTP/1.1" 200 1494 0.002800 10.0.0.42 - - [2025-01-27 02:38:54] "GET /routing-instance/8c8b3636-8a5b-4ec5-bdbe-e8ffd4b22780 HTTP/1.1" 200 1494 0.003303 10.0.0.42 - - [2025-01-27 02:38:54] "GET /route-target/b591a2ad-02ae-413a-81a8-127af8a4e1a6 HTTP/1.1" 200 1212 0.002375 10.0.0.42 - - [2025-01-27 02:38:54] "GET /domains HTTP/1.1" 200 280 0.002959 10.0.0.42 - - [2025-01-27 02:38:54] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001089 10.0.0.42 - - [2025-01-27 02:38:54] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09 HTTP/1.1" 200 3141 0.008050 10.0.0.42 - - [2025-01-27 02:38:54] "GET /projects?obj_uuids=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001312 10.0.0.42 - - [2025-01-27 02:38:54] "GET /project/40a7d5d6-7f8f-44f6-90c9-d972cedaff17 HTTP/1.1" 200 2308 0.068083 10.0.0.42 - - [2025-01-27 02:38:54] "GET /virtual-network/85d5af51-6f08-4df5-8512-7a2007b82da3 HTTP/1.1" 200 2314 0.003217 10.0.0.42 - - [2025-01-27 02:38:54] "GET /obj-perms HTTP/1.1" 200 5026 0.003453 10.0.0.42 - - [2025-01-27 02:38:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.42 - - [2025-01-27 02:38:54] "GET /projects?obj_uuids=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002296 10.0.0.42 - - [2025-01-27 02:38:54] "GET /project/40a7d5d6-7f8f-44f6-90c9-d972cedaff17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.024820 10.0.0.42 - - [2025-01-27 02:38:54] "POST /neutron/network HTTP/1.1" 200 117 0.012393 10.0.0.42 - - [2025-01-27 02:38:55] "DELETE /project/730c069b4d88480fb0233c17c7eac1b9 HTTP/1.1" 404 173 0.018866 10.0.0.42 - - [2025-01-27 02:38:55] "DELETE /project/40a7d5d67f8f44f690c9d972cedaff17 HTTP/1.1" 404 173 0.017841 10.0.0.42 - - [2025-01-27 02:38:55] "DELETE /project/f5b948a110c4453789f3bd55b6e3ee53 HTTP/1.1" 404 173 0.016994 10.0.0.42 - - [2025-01-27 02:38:55] "GET /projects?obj_uuids=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001104 10.0.0.42 - - [2025-01-27 02:38:55] "GET /projects?obj_uuids=730c069b-4d88-480f-b023-3c17c7eac1b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001000 10.0.0.42 - - [2025-01-27 02:38:55] "GET /projects?obj_uuids=29177013-9b11-4eb7-aacc-f44f807c8b73&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000854 10.0.0.42 - - [2025-01-27 02:38:55] "GET /projects?obj_uuids=f5b948a1-10c4-4537-89f3-bd55b6e3ee53&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001060 10.0.0.42 - - [2025-01-27 02:38:55] "GET /project/29177013-9b11-4eb7-aacc-f44f807c8b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.048958 10.0.0.42 - - [2025-01-27 02:38:55] "GET /project/730c069b-4d88-480f-b023-3c17c7eac1b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1510 0.047250 10.0.0.42 - - [2025-01-27 02:38:55] "GET /project/f5b948a1-10c4-4537-89f3-bd55b6e3ee53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.045546 10.0.0.42 - - [2025-01-27 02:38:55] "GET /projects?obj_uuids=f5b948a1-10c4-4537-89f3-bd55b6e3ee53&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001086 10.0.0.42 - - [2025-01-27 02:38:55] "GET /projects?obj_uuids=730c069b-4d88-480f-b023-3c17c7eac1b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001472 10.0.0.42 - - [2025-01-27 02:38:55] "GET /projects?obj_uuids=29177013-9b11-4eb7-aacc-f44f807c8b73&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000872 10.0.0.42 - - [2025-01-27 02:38:55] "GET /project/29177013-9b11-4eb7-aacc-f44f807c8b73?fields=security_groups HTTP/1.1" 200 1382 0.055773 10.0.0.42 - - [2025-01-27 02:38:55] "GET /project/730c069b-4d88-480f-b023-3c17c7eac1b9?fields=security_groups HTTP/1.1" 200 1397 0.056734 10.0.0.42 - - [2025-01-27 02:38:55] "GET /project/f5b948a1-10c4-4537-89f3-bd55b6e3ee53?fields=security_groups HTTP/1.1" 200 1379 0.058722 10.0.0.42 - - [2025-01-27 02:38:55] "POST /neutron/network HTTP/1.1" 200 615 0.163287 10.0.0.42 - - [2025-01-27 02:38:55] "POST /ref-update HTTP/1.1" 200 156 0.022948 10.0.0.42 - - [2025-01-27 02:38:55] "DELETE /security-group/2c9034dd-eb1d-4cc0-8524-27578fdcfa86 HTTP/1.1" 200 115 0.098006 10.0.0.42 - - [2025-01-27 02:38:55] "GET /projects?obj_uuids=29177013-9b11-4eb7-aacc-f44f807c8b73&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001007 10.0.0.42 - - [2025-01-27 02:38:55] "DELETE /security-group/59d168d2-ab78-49ef-b01a-ab97a8e1238e HTTP/1.1" 200 115 0.093870 10.0.0.42 - - [2025-01-27 02:38:55] "DELETE /access-control-list/a1de5f17-4c4c-4892-9510-3b2b9d72ecc4 HTTP/1.1" 200 115 0.052303 10.0.0.42 - - [2025-01-27 02:38:55] "GET /projects?obj_uuids=730c069b-4d88-480f-b023-3c17c7eac1b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000943 10.0.0.42 - - [2025-01-27 02:38:55] "DELETE /security-group/a94f976a-6f7d-48b4-84ef-9575dcc687d5 HTTP/1.1" 200 115 0.107392 10.0.0.42 - - [2025-01-27 02:38:55] "GET /projects?obj_uuids=f5b948a1-10c4-4537-89f3-bd55b6e3ee53&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000961 10.0.0.42 - - [2025-01-27 02:38:55] "GET /project/29177013-9b11-4eb7-aacc-f44f807c8b73?fields=application_policy_sets HTTP/1.1" 200 1421 0.038042 10.0.0.42 - - [2025-01-27 02:38:55] "GET /project/f5b948a1-10c4-4537-89f3-bd55b6e3ee53?fields=application_policy_sets HTTP/1.1" 200 1418 0.026159 10.0.0.42 - - [2025-01-27 02:38:55] "DELETE /access-control-list/7318bc44-a3d6-4b3c-8a59-3fe1edda8e6e HTTP/1.1" 200 115 0.036599 10.0.0.42 - - [2025-01-27 02:38:55] "GET /project/730c069b-4d88-480f-b023-3c17c7eac1b9?fields=application_policy_sets HTTP/1.1" 200 1436 0.066329 10.0.0.42 - - [2025-01-27 02:38:55] "DELETE /access-control-list/44395e56-7025-408d-a23a-c50606e44c84 HTTP/1.1" 200 115 0.026136 10.0.0.42 - - [2025-01-27 02:38:55] "DELETE /access-control-list/af4ace99-1ff7-48e2-9514-85513e871562 HTTP/1.1" 200 115 0.056309 10.0.0.42 - - [2025-01-27 02:38:55] "DELETE /project/29177013-9b11-4eb7-aacc-f44f807c8b73 HTTP/1.1" 200 115 0.493612 10.0.0.42 - - [2025-01-27 02:38:55] "POST /useragent-kv HTTP/1.1" 200 115 0.006088 10.0.0.42 - - [2025-01-27 02:38:55] "DELETE /access-control-list/10008b0c-0ed3-45c2-9ad2-d73102fc586e HTTP/1.1" 200 115 0.063026 10.0.0.42 - - [2025-01-27 02:38:55] "POST /neutron/subnet HTTP/1.1" 200 729 0.339053 10.0.0.42 - - [2025-01-27 02:38:55] "DELETE /project/f5b948a1-10c4-4537-89f3-bd55b6e3ee53 HTTP/1.1" 200 115 0.537703 10.0.0.42 - - [2025-01-27 02:38:55] "DELETE /access-control-list/2c2caba0-f3d3-4808-bb4f-5f72fc9f2e6c HTTP/1.1" 200 115 0.032839 10.0.0.42 - - [2025-01-27 02:38:55] "POST /neutron/network HTTP/1.1" 200 835 0.011216 10.0.0.42 - - [2025-01-27 02:38:55] "POST /id-to-fqname HTTP/1.1" 200 224 0.001196 10.0.0.42 - - [2025-01-27 02:38:55] "DELETE /project/730c069b-4d88-480f-b023-3c17c7eac1b9 HTTP/1.1" 200 115 0.571641 10.0.0.42 - - [2025-01-27 02:38:55] "GET /virtual-network/d24b28b3-3311-4037-8a66-c593eb4ebee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.002482 10.0.0.42 - - [2025-01-27 02:38:55] "POST /neutron/network HTTP/1.1" 200 835 0.005403 10.0.0.42 - - [2025-01-27 02:38:55] "GET /virtual-network/d24b28b3-3311-4037-8a66-c593eb4ebee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.002858 10.0.0.42 - - [2025-01-27 02:38:55] "POST /neutron/network HTTP/1.1" 200 835 0.005248 10.0.0.42 - - [2025-01-27 02:38:55] "POST /neutron/subnet HTTP/1.1" 200 729 0.007374 10.0.0.42 - - [2025-01-27 02:38:55] "GET /domains HTTP/1.1" 200 280 0.002346 10.0.0.42 - - [2025-01-27 02:38:55] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001052 10.0.0.42 - - [2025-01-27 02:38:55] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09 HTTP/1.1" 200 2570 0.009970 10.0.0.42 - - [2025-01-27 02:38:55] "GET /projects?obj_uuids=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001000 10.0.0.42 - - [2025-01-27 02:38:55] "GET /project/40a7d5d6-7f8f-44f6-90c9-d972cedaff17 HTTP/1.1" 200 2527 0.068152 10.0.0.42 - - [2025-01-27 02:38:55] "GET /virtual-network/d24b28b3-3311-4037-8a66-c593eb4ebee8 HTTP/1.1" 200 2327 0.004576 10.0.0.42 - - [2025-01-27 02:38:55] "GET /virtual-network/d24b28b3-3311-4037-8a66-c593eb4ebee8 HTTP/1.1" 200 2327 0.002580 10.0.0.42 - - [2025-01-27 02:38:55] "GET /routing-instance/cb1dd48c-331c-4ca2-a91d-5338c49b9492 HTTP/1.1" 200 1498 0.002835 10.0.0.42 - - [2025-01-27 02:38:55] "GET /routing-instance/cb1dd48c-331c-4ca2-a91d-5338c49b9492 HTTP/1.1" 200 1498 0.002468 10.0.0.42 - - [2025-01-27 02:38:55] "GET /route-target/046d3cc1-b53e-4aec-8dcb-26c209be30bf HTTP/1.1" 200 1213 0.002704 10.0.0.42 - - [2025-01-27 02:38:55] "GET /virtual-network/d24b28b3-3311-4037-8a66-c593eb4ebee8 HTTP/1.1" 200 2327 0.004557 10.0.0.42 - - [2025-01-27 02:38:55] "GET /routing-instance/cb1dd48c-331c-4ca2-a91d-5338c49b9492 HTTP/1.1" 200 1498 0.002560 10.0.0.42 - - [2025-01-27 02:38:55] "GET /virtual-network/d24b28b3-3311-4037-8a66-c593eb4ebee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.002504 10.0.0.42 - - [2025-01-27 02:38:55] "GET /virtual-network/d24b28b3-3311-4037-8a66-c593eb4ebee8 HTTP/1.1" 200 2327 0.002732 10.0.0.42 - - [2025-01-27 02:38:55] "GET /routing-instance/cb1dd48c-331c-4ca2-a91d-5338c49b9492 HTTP/1.1" 200 1498 0.002569 10.0.0.42 - - [2025-01-27 02:38:55] "GET /routing-instance/cb1dd48c-331c-4ca2-a91d-5338c49b9492 HTTP/1.1" 200 1498 0.002503 10.0.0.42 - - [2025-01-27 02:38:55] "GET /route-target/046d3cc1-b53e-4aec-8dcb-26c209be30bf HTTP/1.1" 200 1213 0.002765 10.0.0.42 - - [2025-01-27 02:38:55] "GET /domains HTTP/1.1" 200 280 0.003233 10.0.0.42 - - [2025-01-27 02:38:55] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001010 10.0.0.42 - - [2025-01-27 02:38:55] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09 HTTP/1.1" 200 2570 0.008914 10.0.0.42 - - [2025-01-27 02:38:55] "GET /projects?obj_uuids=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001280 10.0.0.42 - - [2025-01-27 02:38:56] "GET /project/40a7d5d6-7f8f-44f6-90c9-d972cedaff17 HTTP/1.1" 200 2527 0.069747 10.0.0.42 - - [2025-01-27 02:38:56] "GET /virtual-network/d24b28b3-3311-4037-8a66-c593eb4ebee8 HTTP/1.1" 200 2327 0.002956 10.0.0.42 - - [2025-01-27 02:38:56] "GET /obj-perms HTTP/1.1" 200 5026 0.003192 10.0.0.42 - - [2025-01-27 02:38:56] "POST /id-to-fqname HTTP/1.1" 200 223 0.001386 10.0.0.42 - - [2025-01-27 02:38:56] "POST /neutron/network HTTP/1.1" 200 841 0.005782 10.0.0.42 - - [2025-01-27 02:38:56] "GET /aaa-mode HTTP/1.1" 401 292 0.000419 10.0.0.42 - - [2025-01-27 02:38:56] "GET / HTTP/1.1" 200 35931 0.002080 10.0.0.42 - - [2025-01-27 02:38:56] "GET /project/40a7d5d6-7f8f-44f6-90c9-d972cedaff17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000439 10.0.0.42 - - [2025-01-27 02:38:56] "GET /projects?obj_uuids=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001110 10.0.0.42 - - [2025-01-27 02:38:56] "GET /project/40a7d5d6-7f8f-44f6-90c9-d972cedaff17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.045558 10.0.0.42 - - [2025-01-27 02:38:56] "POST /neutron/network HTTP/1.1" 200 831 0.007109 10.0.0.42 - - [2025-01-27 02:38:57] "POST /neutron/port HTTP/1.1" 200 117 0.005401 10.0.0.42 - - [2025-01-27 02:38:57] "POST /neutron/port HTTP/1.1" 200 117 0.004522 10.0.0.42 - - [2025-01-27 02:38:57] "POST /id-to-fqname HTTP/1.1" 200 224 0.001269 10.0.0.42 - - [2025-01-27 02:38:57] "POST /neutron/port HTTP/1.1" 200 117 0.005671 10.0.0.42 - - [2025-01-27 02:38:57] "POST /neutron/network HTTP/1.1" 200 845 0.007759 10.0.0.42 - - [2025-01-27 02:38:57] "GET /aaa-mode HTTP/1.1" 401 292 0.000410 10.0.0.42 - - [2025-01-27 02:38:57] "POST /neutron/network HTTP/1.1" 200 841 0.005444 10.0.0.42 - - [2025-01-27 02:38:57] "GET /projects?obj_uuids=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001887 10.0.0.42 - - [2025-01-27 02:38:57] "GET / HTTP/1.1" 200 35931 0.001769 10.0.0.42 - - [2025-01-27 02:38:57] "GET /project/40a7d5d6-7f8f-44f6-90c9-d972cedaff17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000455 10.0.0.42 - - [2025-01-27 02:38:57] "POST /neutron/port HTTP/1.1" 200 1057 0.225015 10.0.0.42 - - [2025-01-27 02:38:57] "POST /neutron/port HTTP/1.1" 200 1057 0.011709 10.0.0.42 - - [2025-01-27 02:38:57] "POST /neutron/port HTTP/1.1" 200 1057 0.009361 10.0.0.42 - - [2025-01-27 02:38:57] "POST /neutron/port HTTP/1.1" 200 1111 0.055214 10.0.0.42 - - [2025-01-27 02:38:57] "POST /neutron/port HTTP/1.1" 200 1085 0.016271 10.0.0.42 - - [2025-01-27 02:38:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003185 10.0.0.42 - - [2025-01-27 02:38:57] "POST /neutron/subnet HTTP/1.1" 200 693 0.014884 10.0.0.42 - - [2025-01-27 02:38:57] "POST /neutron/port HTTP/1.1" 200 117 0.001205 10.0.0.42 - - [2025-01-27 02:38:58] "GET /projects?obj_uuids=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001355 10.0.0.42 - - [2025-01-27 02:38:58] "POST /neutron/network HTTP/1.1" 200 831 0.006490 10.0.0.42 - - [2025-01-27 02:38:58] "GET /project/40a7d5d6-7f8f-44f6-90c9-d972cedaff17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.050901 10.0.0.42 - - [2025-01-27 02:38:58] "POST /neutron/network HTTP/1.1" 200 835 0.008747 10.0.0.42 - - [2025-01-27 02:38:58] "POST /neutron/port HTTP/1.1" 200 1085 0.015515 10.0.0.42 - - [2025-01-27 02:38:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007201 10.0.0.42 - - [2025-01-27 02:38:58] "POST /neutron/port HTTP/1.1" 200 117 0.008808 10.0.0.42 - - [2025-01-27 02:38:58] "POST /fqname-to-id HTTP/1.1" 404 193 0.002616 10.0.0.42 - - [2025-01-27 02:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.42 - - [2025-01-27 02:38:58] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002173 10.0.0.42 - - [2025-01-27 02:38:58] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.008298 10.0.0.42 - - [2025-01-27 02:38:58] "POST /service-templates HTTP/1.1" 200 543 0.015970 10.0.0.42 - - [2025-01-27 02:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.42 - - [2025-01-27 02:38:58] "GET /service-template/dc22a4ef-8ba7-4a25-8a28-a097cd8d6195?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004568 10.0.0.42 - - [2025-01-27 02:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.42 - - [2025-01-27 02:38:58] "POST /neutron/network HTTP/1.1" 200 845 0.009522 10.0.0.42 - - [2025-01-27 02:38:58] "GET /service-template/dc22a4ef-8ba7-4a25-8a28-a097cd8d6195?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003123 10.0.0.42 - - [2025-01-27 02:38:58] "GET /projects?obj_uuids=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001428 10.0.0.42 - - [2025-01-27 02:38:58] "POST /id-to-fqname HTTP/1.1" 200 223 0.001885 10.0.0.42 - - [2025-01-27 02:38:58] "POST /id-to-fqname HTTP/1.1" 200 223 0.001450 10.0.0.42 - - [2025-01-27 02:38:58] "POST /id-to-fqname HTTP/1.1" 200 224 0.001177 10.0.0.42 - - [2025-01-27 02:38:58] "POST /neutron/port HTTP/1.1" 200 1059 0.236705 10.0.0.42 - - [2025-01-27 02:38:58] "POST /neutron/port HTTP/1.1" 200 1059 0.009530 10.0.0.42 - - [2025-01-27 02:38:58] "POST /neutron/port HTTP/1.1" 200 1059 0.012651 10.0.0.42 - - [2025-01-27 02:38:58] "POST /neutron/port HTTP/1.1" 200 2002 0.040997 10.0.0.42 - - [2025-01-27 02:38:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008934 10.0.0.42 - - [2025-01-27 02:38:59] "POST /neutron/port HTTP/1.1" 200 1113 0.104264 10.0.0.42 - - [2025-01-27 02:38:59] "POST /neutron/port HTTP/1.1" 200 1087 0.014659 10.0.0.42 - - [2025-01-27 02:38:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005785 10.0.0.42 - - [2025-01-27 02:38:59] "POST /neutron/subnet HTTP/1.1" 200 703 0.011041 10.0.0.42 - - [2025-01-27 02:38:59] "POST /neutron/port HTTP/1.1" 200 117 0.001154 10.0.0.42 - - [2025-01-27 02:38:59] "POST /neutron/network HTTP/1.1" 200 835 0.007093 10.0.0.42 - - [2025-01-27 02:38:59] "POST /neutron/network HTTP/1.1" 200 2222 0.017282 10.0.0.42 - - [2025-01-27 02:38:59] "GET /aaa-mode HTTP/1.1" 401 292 0.000413 10.0.0.42 - - [2025-01-27 02:39:00] "GET / HTTP/1.1" 200 35931 0.001825 10.0.0.42 - - [2025-01-27 02:39:00] "GET /project/40a7d5d6-7f8f-44f6-90c9-d972cedaff17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000403 10.0.0.42 - - [2025-01-27 02:39:00] "GET /projects?obj_uuids=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001323 10.0.0.42 - - [2025-01-27 02:39:00] "GET /project/40a7d5d6-7f8f-44f6-90c9-d972cedaff17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.056453 10.0.0.42 - - [2025-01-27 02:39:00] "POST /neutron/network HTTP/1.1" 200 831 0.007178 10.0.0.42 - - [2025-01-27 02:39:00] "POST /neutron/network HTTP/1.1" 200 831 0.006257 10.0.0.42 - - [2025-01-27 02:39:00] "POST /neutron/network HTTP/1.1" 200 835 0.006285 10.0.0.42 - - [2025-01-27 02:39:00] "POST /neutron/port HTTP/1.1" 200 2056 0.026727 10.0.0.42 - - [2025-01-27 02:39:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008030 10.0.0.42 - - [2025-01-27 02:39:00] "POST /neutron/port HTTP/1.1" 200 117 0.006494 10.0.0.42 - - [2025-01-27 02:39:00] "POST /neutron/port HTTP/1.1" 200 117 0.005560 10.0.0.42 - - [2025-01-27 02:39:01] "POST /neutron/network HTTP/1.1" 200 2222 0.013054 10.0.0.42 - - [2025-01-27 02:39:01] "GET /projects?obj_uuids=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001622 10.0.0.42 - - [2025-01-27 02:39:01] "POST /neutron/port HTTP/1.1" 200 1057 0.316750 10.0.0.42 - - [2025-01-27 02:39:01] "GET /projects?obj_uuids=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001143 10.0.0.42 - - [2025-01-27 02:39:01] "POST /neutron/port HTTP/1.1" 200 1057 0.217152 10.0.0.42 - - [2025-01-27 02:39:01] "GET /projects?obj_uuids=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002027 10.0.0.42 - - [2025-01-27 02:39:01] "POST /neutron/port HTTP/1.1" 200 1059 0.219257 10.0.0.42 - - [2025-01-27 02:39:01] "POST /neutron/port HTTP/1.1" 200 1057 0.009840 10.0.0.42 - - [2025-01-27 02:39:01] "POST /neutron/port HTTP/1.1" 200 1057 0.009921 10.0.0.42 - - [2025-01-27 02:39:02] "POST /neutron/port HTTP/1.1" 200 1111 0.071620 10.0.0.42 - - [2025-01-27 02:39:02] "POST /neutron/port HTTP/1.1" 200 1057 0.014667 10.0.0.42 - - [2025-01-27 02:39:02] "GET /obj-perms HTTP/1.1" 200 5056 0.073167 10.0.0.42 - - [2025-01-27 02:39:02] "POST /neutron/port HTTP/1.1" 200 1057 0.014713 10.0.0.42 - - [2025-01-27 02:39:02] "POST /neutron/port HTTP/1.1" 200 1111 0.064109 10.0.0.42 - - [2025-01-27 02:39:02] "POST /neutron/port HTTP/1.1" 200 1059 0.010428 10.0.0.42 - - [2025-01-27 02:39:02] "POST /neutron/port HTTP/1.1" 200 1059 0.011032 10.0.0.42 - - [2025-01-27 02:39:02] "POST /neutron/port HTTP/1.1" 200 1113 0.072370 10.0.0.42 - - [2025-01-27 02:39:02] "POST /neutron/port HTTP/1.1" 200 3024 0.025574 10.0.0.42 - - [2025-01-27 02:39:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003916 10.0.0.42 - - [2025-01-27 02:39:02] "POST /neutron/subnet HTTP/1.1" 200 693 0.016706 10.0.0.42 - - [2025-01-27 02:39:02] "POST /neutron/port HTTP/1.1" 200 117 0.001222 10.0.0.42 - - [2025-01-27 02:39:02] "POST /neutron/network HTTP/1.1" 200 831 0.008116 10.0.0.42 - - [2025-01-27 02:39:02] "GET /obj-perms HTTP/1.1" 200 5056 0.055033 10.0.0.42 - - [2025-01-27 02:39:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005510 10.0.0.42 - - [2025-01-27 02:39:02] "POST /neutron/subnet HTTP/1.1" 200 693 0.017781 10.0.0.42 - - [2025-01-27 02:39:02] "POST /neutron/port HTTP/1.1" 200 117 0.001326 10.0.0.42 - - [2025-01-27 02:39:02] "POST /neutron/network HTTP/1.1" 200 831 0.007618 10.0.0.42 - - [2025-01-27 02:39:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003482 10.0.0.42 - - [2025-01-27 02:39:02] "POST /neutron/subnet HTTP/1.1" 200 703 0.010982 10.0.0.42 - - [2025-01-27 02:39:02] "POST /neutron/port HTTP/1.1" 200 117 0.001354 10.0.0.42 - - [2025-01-27 02:39:02] "POST /neutron/network HTTP/1.1" 200 835 0.005976 10.0.0.42 - - [2025-01-27 02:39:05] "POST /neutron/port HTTP/1.1" 200 3024 0.037421 10.0.0.42 - - [2025-01-27 02:39:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010744 10.0.0.42 - - [2025-01-27 02:39:06] "POST /neutron/port HTTP/1.1" 200 3024 0.021985 10.0.0.42 - - [2025-01-27 02:39:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006582 10.0.0.42 - - [2025-01-27 02:39:06] "POST /neutron/port HTTP/1.1" 200 3024 0.026811 10.0.0.42 - - [2025-01-27 02:39:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008776 10.0.0.42 - - [2025-01-27 02:39:06] "POST /neutron/port HTTP/1.1" 200 3024 0.030358 10.0.0.42 - - [2025-01-27 02:39:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006546 10.0.0.42 - - [2025-01-27 02:39:06] "POST /neutron/port HTTP/1.1" 200 3024 0.020480 10.0.0.42 - - [2025-01-27 02:39:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007631 10.0.0.42 - - [2025-01-27 02:39:06] "GET /virtual-machine/118590b8-0246-46ec-84d7-c8623e423eef HTTP/1.1" 200 1801 0.004763 10.0.0.42 - - [2025-01-27 02:39:06] "GET /virtual-machine-interface/240b27bc-3e62-40c1-9d7b-4891cc8966fa HTTP/1.1" 200 2946 0.003111 10.0.0.42 - - [2025-01-27 02:39:06] "GET /virtual-machine-interface/72cdb915-0cf7-4a1f-92ce-99bac6fa8b33 HTTP/1.1" 200 2946 0.002876 10.0.0.42 - - [2025-01-27 02:39:06] "GET /virtual-machine-interface/82034582-20df-4758-8a32-d38a71df478c HTTP/1.1" 200 2948 0.003275 10.0.0.42 - - [2025-01-27 02:39:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.42 - - [2025-01-27 02:39:06] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002733 10.0.0.42 - - [2025-01-27 02:39:06] "GET /virtual-networks?parent_id=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004520 10.0.0.42 - - [2025-01-27 02:39:06] "GET /virtual-network/5a799b4b-9b99-4bbb-9a69-733ebb73dc3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004064 10.0.0.42 - - [2025-01-27 02:39:08] "POST /neutron/port HTTP/1.1" 200 1085 0.021198 10.0.0.42 - - [2025-01-27 02:39:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006531 10.0.0.42 - - [2025-01-27 02:39:08] "POST /neutron/port HTTP/1.1" 200 1087 0.019632 10.0.0.42 - - [2025-01-27 02:39:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006898 10.0.0.42 - - [2025-01-27 02:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.42 - - [2025-01-27 02:39:09] "GET /virtual-network/5a799b4b-9b99-4bbb-9a69-733ebb73dc3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.002986 10.0.0.42 - - [2025-01-27 02:39:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.42 - - [2025-01-27 02:39:13] "GET /virtual-network/5a799b4b-9b99-4bbb-9a69-733ebb73dc3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003577 10.0.0.42 - - [2025-01-27 02:39:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.42 - - [2025-01-27 02:39:17] "GET /virtual-network/5a799b4b-9b99-4bbb-9a69-733ebb73dc3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003441 10.0.0.42 - - [2025-01-27 02:39:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.42 - - [2025-01-27 02:39:22] "GET /virtual-network/5a799b4b-9b99-4bbb-9a69-733ebb73dc3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.002741 10.0.0.42 - - [2025-01-27 02:39:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.42 - - [2025-01-27 02:39:24] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003351 10.0.0.42 - - [2025-01-27 02:39:24] "GET /virtual-networks?parent_id=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003048 10.0.0.42 - - [2025-01-27 02:39:24] "GET /virtual-network/5a799b4b-9b99-4bbb-9a69-733ebb73dc3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003651 10.0.0.42 - - [2025-01-27 02:39:24] "POST /neutron/port HTTP/1.1" 200 3024 0.022292 10.0.0.42 - - [2025-01-27 02:39:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008173 10.0.0.42 - - [2025-01-27 02:39:29] "POST /neutron/port HTTP/1.1" 200 3024 0.021152 10.0.0.42 - - [2025-01-27 02:39:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007150 10.0.0.42 - - [2025-01-27 02:39:33] "POST /neutron/port HTTP/1.1" 200 3024 0.024478 10.0.0.42 - - [2025-01-27 02:39:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009200 10.0.0.42 - - [2025-01-27 02:39:34] "POST /neutron/port HTTP/1.1" 200 3024 0.023200 10.0.0.42 - - [2025-01-27 02:39:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008600 10.0.0.42 - - [2025-01-27 02:39:39] "POST /neutron/port HTTP/1.1" 200 3024 0.021368 10.0.0.42 - - [2025-01-27 02:39:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006857 10.0.0.42 - - [2025-01-27 02:39:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004350 10.0.0.42 - - [2025-01-27 02:39:45] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003128 10.0.0.42 - - [2025-01-27 02:39:45] "GET /virtual-networks?parent_id=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004054 10.0.0.42 - - [2025-01-27 02:39:45] "GET /virtual-network/85d5af51-6f08-4df5-8512-7a2007b82da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.003887 10.0.0.42 - - [2025-01-27 02:39:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.42 - - [2025-01-27 02:39:45] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003348 10.0.0.42 - - [2025-01-27 02:39:45] "GET /virtual-networks?parent_id=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003466 10.0.0.42 - - [2025-01-27 02:39:45] "GET /virtual-network/d24b28b3-3311-4037-8a66-c593eb4ebee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004315 10.0.0.42 - - [2025-01-27 02:39:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.003520 10.0.0.42 - - [2025-01-27 02:39:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.42 - - [2025-01-27 02:39:45] "GET /projects?obj_uuids=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001910 10.0.0.42 - - [2025-01-27 02:39:45] "GET /project/40a7d5d6-7f8f-44f6-90c9-d972cedaff17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.024235 10.0.0.42 - - [2025-01-27 02:39:46] "POST /service-instances HTTP/1.1" 200 543 0.068635 10.0.0.42 - - [2025-01-27 02:39:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004925 10.0.0.42 - - [2025-01-27 02:39:46] "GET /service-instance/9d54616c-4a17-40df-8e0d-c2b0c644dc3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2136 0.004321 10.0.0.42 - - [2025-01-27 02:39:46] "POST /port-tuples HTTP/1.1" 200 586 0.031278 10.0.0.42 - - [2025-01-27 02:39:46] "GET /virtual-machine-interface/240b27bc-3e62-40c1-9d7b-4891cc8966fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.003243 10.0.0.42 - - [2025-01-27 02:39:46] "PUT /virtual-machine-interface/240b27bc-3e62-40c1-9d7b-4891cc8966fa HTTP/1.1" 200 284 0.010147 10.0.0.42 - - [2025-01-27 02:39:46] "POST /ref-update HTTP/1.1" 200 156 0.012524 10.0.0.42 - - [2025-01-27 02:39:46] "POST /instance-ips HTTP/1.1" 200 385 0.025465 10.0.0.42 - - [2025-01-27 02:39:46] "GET /virtual-machine-interface/72cdb915-0cf7-4a1f-92ce-99bac6fa8b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.002939 10.0.0.42 - - [2025-01-27 02:39:46] "POST /ref-update HTTP/1.1" 200 156 0.010388 10.0.0.42 - - [2025-01-27 02:39:46] "PUT /virtual-machine-interface/72cdb915-0cf7-4a1f-92ce-99bac6fa8b33 HTTP/1.1" 200 284 0.013649 10.0.0.42 - - [2025-01-27 02:39:46] "POST /ref-update HTTP/1.1" 200 156 0.008371 10.0.0.42 - - [2025-01-27 02:39:46] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004327 10.0.0.42 - - [2025-01-27 02:39:46] "POST /ref-update HTTP/1.1" 200 156 0.009395 10.0.0.42 - - [2025-01-27 02:39:46] "GET /virtual-machine-interface/82034582-20df-4758-8a32-d38a71df478c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2727 0.003904 10.0.0.42 - - [2025-01-27 02:39:46] "POST /instance-ips HTTP/1.1" 200 385 0.029695 10.0.0.42 - - [2025-01-27 02:39:46] "PUT /virtual-machine-interface/82034582-20df-4758-8a32-d38a71df478c HTTP/1.1" 200 284 0.010288 10.0.0.42 - - [2025-01-27 02:39:46] "POST /ref-update HTTP/1.1" 200 156 0.009452 10.0.0.42 - - [2025-01-27 02:39:46] "POST /ref-update HTTP/1.1" 200 156 0.018136 10.0.0.42 - - [2025-01-27 02:39:46] "POST /ref-update HTTP/1.1" 200 156 0.012281 10.0.0.42 - - [2025-01-27 02:39:46] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003205 10.0.0.42 - - [2025-01-27 02:39:46] "POST /neutron/port HTTP/1.1" 200 1085 0.014892 10.0.0.42 - - [2025-01-27 02:39:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006730 10.0.0.42 - - [2025-01-27 02:39:46] "POST /instance-ips HTTP/1.1" 200 373 0.015494 10.0.0.42 - - [2025-01-27 02:39:46] "POST /neutron/port HTTP/1.1" 200 1085 0.015509 10.0.0.42 - - [2025-01-27 02:39:46] "POST /ref-update HTTP/1.1" 200 156 0.009063 10.0.0.42 - - [2025-01-27 02:39:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008277 10.0.0.42 - - [2025-01-27 02:39:46] "POST /ref-update HTTP/1.1" 200 156 0.019052 10.0.0.42 - - [2025-01-27 02:39:46] "POST /neutron/port HTTP/1.1" 200 1085 0.022065 10.0.0.42 - - [2025-01-27 02:39:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006500 10.0.0.42 - - [2025-01-27 02:39:47] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004131 10.0.0.42 - - [2025-01-27 02:39:47] "GET /virtual-machine/b57992bb-941e-4a0f-8abc-dcb1bba35e2f HTTP/1.1" 200 1290 0.004989 10.0.0.42 - - [2025-01-27 02:39:47] "GET /virtual-machine-interface/16f47c90-7a8f-48f5-8bf3-26224107a84e HTTP/1.1" 200 2946 0.002665 10.0.0.42 - - [2025-01-27 02:39:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.42 - - [2025-01-27 02:39:47] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002541 10.0.0.42 - - [2025-01-27 02:39:47] "POST /instance-ips HTTP/1.1" 200 373 0.017563 10.0.0.42 - - [2025-01-27 02:39:47] "GET /virtual-networks?parent_id=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003677 10.0.0.42 - - [2025-01-27 02:39:47] "POST /ref-update HTTP/1.1" 200 156 0.009121 10.0.0.42 - - [2025-01-27 02:39:47] "GET /virtual-network/85d5af51-6f08-4df5-8512-7a2007b82da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.003495 10.0.0.42 - - [2025-01-27 02:39:47] "POST /ref-update HTTP/1.1" 200 156 0.008630 10.0.0.42 - - [2025-01-27 02:39:47] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003820 10.0.0.42 - - [2025-01-27 02:39:47] "POST /instance-ips HTTP/1.1" 200 375 0.015720 10.0.0.42 - - [2025-01-27 02:39:47] "POST /ref-update HTTP/1.1" 200 156 0.009584 10.0.0.42 - - [2025-01-27 02:39:47] "POST /ref-update HTTP/1.1" 200 156 0.008578 10.0.0.42 - - [2025-01-27 02:39:47] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003283 10.0.0.42 - - [2025-01-27 02:39:47] "POST /instance-ips HTTP/1.1" 200 375 0.014944 10.0.0.42 - - [2025-01-27 02:39:47] "POST /ref-update HTTP/1.1" 200 156 0.009510 10.0.0.42 - - [2025-01-27 02:39:47] "POST /ref-update HTTP/1.1" 200 156 0.009844 10.0.0.42 - - [2025-01-27 02:39:47] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003630 10.0.0.42 - - [2025-01-27 02:39:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.42 - - [2025-01-27 02:39:48] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004079 10.0.0.42 - - [2025-01-27 02:39:48] "GET /virtual-networks?parent_id=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003599 10.0.0.42 - - [2025-01-27 02:39:48] "GET /virtual-network/85d5af51-6f08-4df5-8512-7a2007b82da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.003041 10.0.0.42 - - [2025-01-27 02:39:48] "POST /neutron/port HTTP/1.1" 200 1087 0.017307 10.0.0.42 - - [2025-01-27 02:39:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006687 10.0.0.42 - - [2025-01-27 02:39:48] "POST /neutron/port HTTP/1.1" 200 1087 0.016962 10.0.0.42 - - [2025-01-27 02:39:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008400 10.0.0.42 - - [2025-01-27 02:39:48] "POST /neutron/port HTTP/1.1" 200 1087 0.018055 10.0.0.42 - - [2025-01-27 02:39:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007739 10.0.0.42 - - [2025-01-27 02:39:48] "GET /virtual-machine/e781b73b-d0a4-4645-be0a-d29b85bff4d1 HTTP/1.1" 200 1291 0.005279 10.0.0.42 - - [2025-01-27 02:39:48] "GET /virtual-machine-interface/4fcc4278-f0d4-4bfd-95ce-20f1015a8d25 HTTP/1.1" 200 2949 0.003165 10.0.0.42 - - [2025-01-27 02:39:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.42 - - [2025-01-27 02:39:48] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002968 10.0.0.42 - - [2025-01-27 02:39:48] "GET /virtual-networks?parent_id=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002887 10.0.0.42 - - [2025-01-27 02:39:48] "GET /virtual-network/d24b28b3-3311-4037-8a66-c593eb4ebee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.003577 10.0.0.42 - - [2025-01-27 02:39:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.42 - - [2025-01-27 02:39:50] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002802 10.0.0.42 - - [2025-01-27 02:39:50] "GET /virtual-networks?parent_id=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003805 10.0.0.42 - - [2025-01-27 02:39:50] "GET /virtual-network/d24b28b3-3311-4037-8a66-c593eb4ebee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.003449 10.0.0.42 - - [2025-01-27 02:39:50] "POST /fqname-to-id HTTP/1.1" 404 211 0.003300 10.0.0.42 - - [2025-01-27 02:39:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002517 10.0.0.42 - - [2025-01-27 02:39:50] "GET /projects?obj_uuids=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001043 10.0.0.42 - - [2025-01-27 02:39:50] "GET /project/40a7d5d6-7f8f-44f6-90c9-d972cedaff17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.024627 10.0.0.42 - - [2025-01-27 02:39:50] "POST /network-policys HTTP/1.1" 200 547 0.017705 10.0.0.42 - - [2025-01-27 02:39:50] "GET /network-policy/7c955d97-f814-47ef-906b-b2dcf8d4d091?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004393 10.0.0.42 - - [2025-01-27 02:39:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002733 10.0.0.42 - - [2025-01-27 02:39:50] "GET /virtual-network/85d5af51-6f08-4df5-8512-7a2007b82da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005567 10.0.0.42 - - [2025-01-27 02:39:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.42 - - [2025-01-27 02:39:50] "GET /network-policy/7c955d97-f814-47ef-906b-b2dcf8d4d091?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003284 10.0.0.42 - - [2025-01-27 02:39:50] "POST /fqname-to-id HTTP/1.1" 404 242 0.004277 10.0.0.42 - - [2025-01-27 02:39:50] "POST /ref-update HTTP/1.1" 200 156 0.031575 10.0.0.42 - - [2025-01-27 02:39:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.42 - - [2025-01-27 02:39:50] "POST /access-control-lists HTTP/1.1" 200 601 0.070645 10.0.0.42 - - [2025-01-27 02:39:50] "GET /network-policy/7c955d97-f814-47ef-906b-b2dcf8d4d091?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003020 10.0.0.42 - - [2025-01-27 02:39:50] "POST /neutron/network HTTP/1.1" 200 919 0.007257 10.0.0.42 - - [2025-01-27 02:39:51] "GET /virtual-network/85d5af51-6f08-4df5-8512-7a2007b82da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.003459 10.0.0.42 - - [2025-01-27 02:39:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.42 - - [2025-01-27 02:39:51] "GET /network-policy/7c955d97-f814-47ef-906b-b2dcf8d4d091?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003293 10.0.0.42 - - [2025-01-27 02:39:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.42 - - [2025-01-27 02:39:51] "GET /virtual-network/d24b28b3-3311-4037-8a66-c593eb4ebee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.003577 10.0.0.42 - - [2025-01-27 02:39:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.42 - - [2025-01-27 02:39:51] "GET /network-policy/7c955d97-f814-47ef-906b-b2dcf8d4d091?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003619 10.0.0.42 - - [2025-01-27 02:39:51] "POST /ref-update HTTP/1.1" 200 156 0.028292 10.0.0.42 - - [2025-01-27 02:39:51] "PUT /access-control-list/f3bc4a8a-ba91-43ae-b334-4a1f10503211 HTTP/1.1" 200 272 0.010988 10.0.0.42 - - [2025-01-27 02:39:51] "POST /fqname-to-id HTTP/1.1" 404 244 0.002206 10.0.0.42 - - [2025-01-27 02:39:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.42 - - [2025-01-27 02:39:51] "GET /network-policy/7c955d97-f814-47ef-906b-b2dcf8d4d091?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.019293 10.0.0.42 - - [2025-01-27 02:39:51] "POST /access-control-lists HTTP/1.1" 200 604 0.061319 10.0.0.42 - - [2025-01-27 02:39:51] "POST /neutron/network HTTP/1.1" 200 923 0.009452 10.0.0.42 - - [2025-01-27 02:39:51] "GET /virtual-network/d24b28b3-3311-4037-8a66-c593eb4ebee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.002433 10.0.0.42 - - [2025-01-27 02:39:51] "POST /routing-instances HTTP/1.1" 200 759 0.027852 10.0.0.42 - - [2025-01-27 02:39:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.012628 10.0.0.42 - - [2025-01-27 02:39:51] "POST /route-targets HTTP/1.1" 200 327 0.010600 10.0.0.42 - - [2025-01-27 02:39:51] "GET /network-policy/7c955d97-f814-47ef-906b-b2dcf8d4d091?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003037 10.0.0.42 - - [2025-01-27 02:39:51] "POST /ref-update HTTP/1.1" 200 156 0.012233 10.0.0.42 - - [2025-01-27 02:39:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.42 - - [2025-01-27 02:39:51] "GET /routing-instance/6da5d07c-d8ba-4402-a278-4a82ae1c93a2?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.005893 10.0.0.42 - - [2025-01-27 02:39:51] "GET /service-template/dc22a4ef-8ba7-4a25-8a28-a097cd8d6195?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.002988 10.0.0.42 - - [2025-01-27 02:39:51] "GET /routing-instance/6da5d07c-d8ba-4402-a278-4a82ae1c93a2?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.002819 10.0.0.42 - - [2025-01-27 02:39:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.42 - - [2025-01-27 02:39:51] "POST /ref-update HTTP/1.1" 200 156 0.011181 10.0.0.42 - - [2025-01-27 02:39:51] "GET /projects?obj_uuids=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001219 10.0.0.42 - - [2025-01-27 02:39:51] "GET /project/40a7d5d6-7f8f-44f6-90c9-d972cedaff17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.022465 10.0.0.42 - - [2025-01-27 02:39:51] "POST /routing-instances HTTP/1.1" 200 760 0.020837 10.0.0.42 - - [2025-01-27 02:39:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.42 - - [2025-01-27 02:39:51] "POST /route-targets HTTP/1.1" 200 327 0.010014 10.0.0.42 - - [2025-01-27 02:39:51] "GET /service-instance/9d54616c-4a17-40df-8e0d-c2b0c644dc3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3530 0.003991 10.0.0.42 - - [2025-01-27 02:39:52] "POST /ref-update HTTP/1.1" 200 156 0.012728 10.0.0.42 - - [2025-01-27 02:39:52] "GET /domains HTTP/1.1" 200 280 0.002350 10.0.0.42 - - [2025-01-27 02:39:52] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001858 10.0.0.42 - - [2025-01-27 02:39:52] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09 HTTP/1.1" 200 2770 0.011286 10.0.0.42 - - [2025-01-27 02:39:52] "GET /projects?obj_uuids=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001116 10.0.0.42 - - [2025-01-27 02:39:52] "GET /routing-instance/7242d0cd-8d82-4ce3-b562-42edef701b01?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1278 0.003094 10.0.0.42 - - [2025-01-27 02:39:52] "GET /routing-instance/7242d0cd-8d82-4ce3-b562-42edef701b01?fields=routing_policy_back_refs HTTP/1.1" 200 1278 0.005598 10.0.0.42 - - [2025-01-27 02:39:52] "GET /project/40a7d5d6-7f8f-44f6-90c9-d972cedaff17 HTTP/1.1" 200 4243 0.073557 10.0.0.42 - - [2025-01-27 02:39:52] "GET /service-instance/9d54616c-4a17-40df-8e0d-c2b0c644dc3e HTTP/1.1" 200 3784 0.004072 10.0.0.42 - - [2025-01-27 02:39:52] "GET /domains HTTP/1.1" 200 280 0.002794 10.0.0.42 - - [2025-01-27 02:39:52] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001083 10.0.0.42 - - [2025-01-27 02:39:52] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09 HTTP/1.1" 200 2770 0.007370 10.0.0.42 - - [2025-01-27 02:39:52] "GET /projects?obj_uuids=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001424 10.0.0.42 - - [2025-01-27 02:39:52] "PUT /routing-instance/6da5d07c-d8ba-4402-a278-4a82ae1c93a2 HTTP/1.1" 200 266 0.012739 10.0.0.42 - - [2025-01-27 02:39:52] "GET /project/40a7d5d6-7f8f-44f6-90c9-d972cedaff17 HTTP/1.1" 200 4243 0.078356 10.0.0.42 - - [2025-01-27 02:39:52] "PUT /routing-instance/7242d0cd-8d82-4ce3-b562-42edef701b01 HTTP/1.1" 200 266 0.019756 10.0.0.42 - - [2025-01-27 02:39:52] "GET /service-instance/9d54616c-4a17-40df-8e0d-c2b0c644dc3e HTTP/1.1" 200 3784 0.005690 10.0.0.42 - - [2025-01-27 02:39:52] "GET /port-tuple/f34be019-4609-4b2a-b1bd-fed17a6d7d95 HTTP/1.1" 200 1980 0.003486 10.0.0.42 - - [2025-01-27 02:39:52] "GET /virtual-machine-interface/240b27bc-3e62-40c1-9d7b-4891cc8966fa HTTP/1.1" 200 3816 0.003632 10.0.0.42 - - [2025-01-27 02:39:52] "GET /virtual-machine-interface/72cdb915-0cf7-4a1f-92ce-99bac6fa8b33 HTTP/1.1" 200 3798 0.003270 10.0.0.42 - - [2025-01-27 02:39:52] "GET /virtual-machine-interface/82034582-20df-4758-8a32-d38a71df478c HTTP/1.1" 200 3803 0.003991 10.0.0.42 - - [2025-01-27 02:39:52] "POST /ref-update HTTP/1.1" 200 156 0.011530 10.0.0.42 - - [2025-01-27 02:39:52] "PUT /access-control-list/e690efaf-0b76-4b34-b61c-db8ba3db00f7 HTTP/1.1" 200 272 0.012775 10.0.0.42 - - [2025-01-27 02:39:52] "POST /neutron/port HTTP/1.1" 200 3831 0.054545 10.0.0.42 - - [2025-01-27 02:39:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006665 10.0.0.42 - - [2025-01-27 02:39:52] "POST /neutron/port HTTP/1.1" 200 3831 0.035954 10.0.0.42 - - [2025-01-27 02:39:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006385 10.0.0.42 - - [2025-01-27 02:39:52] "POST /neutron/port HTTP/1.1" 200 3831 0.038866 10.0.0.42 - - [2025-01-27 02:39:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006469 10.0.0.42 - - [2025-01-27 02:39:52] "POST /neutron/port HTTP/1.1" 200 3831 0.034762 10.0.0.42 - - [2025-01-27 02:39:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005829 10.0.0.42 - - [2025-01-27 02:39:52] "POST /neutron/network HTTP/1.1" 200 893 0.012959 10.0.0.42 - - [2025-01-27 02:39:52] "POST /neutron/network HTTP/1.1" 200 919 0.005332 10.0.0.42 - - [2025-01-27 02:39:52] "POST /neutron/network HTTP/1.1" 200 805 0.016062 10.0.0.42 - - [2025-01-27 02:39:52] "POST /neutron/network HTTP/1.1" 200 831 0.005705 10.0.0.42 - - [2025-01-27 02:39:52] "POST /neutron/network HTTP/1.1" 200 897 0.014109 10.0.0.42 - - [2025-01-27 02:39:52] "POST /neutron/network HTTP/1.1" 200 923 0.005255 10.0.0.42 - - [2025-01-27 02:39:52] "POST /id-to-fqname HTTP/1.1" 200 223 0.001152 10.0.0.42 - - [2025-01-27 02:39:52] "POST /id-to-fqname HTTP/1.1" 200 223 0.001507 10.0.0.42 - - [2025-01-27 02:39:52] "POST /id-to-fqname HTTP/1.1" 200 224 0.001966 10.0.0.42 - - [2025-01-27 02:39:52] "GET /virtual-machine/118590b8-0246-46ec-84d7-c8623e423eef HTTP/1.1" 200 1801 0.004208 10.0.0.42 - - [2025-01-27 02:39:52] "GET /virtual-machine-interface/240b27bc-3e62-40c1-9d7b-4891cc8966fa HTTP/1.1" 200 3816 0.003525 10.0.0.42 - - [2025-01-27 02:39:52] "GET /virtual-machine-interface/72cdb915-0cf7-4a1f-92ce-99bac6fa8b33 HTTP/1.1" 200 3798 0.003533 10.0.0.42 - - [2025-01-27 02:39:52] "GET /virtual-machine-interface/82034582-20df-4758-8a32-d38a71df478c HTTP/1.1" 200 3803 0.003396 10.0.0.42 - - [2025-01-27 02:39:52] "GET /instance-ip/069fee93-5176-4b1d-b59c-792c685a5da5 HTTP/1.1" 200 1979 0.002636 10.0.0.42 - - [2025-01-27 02:39:53] "GET /instance-ip/4553c2e4-a648-44e8-b1c9-c7512445312d HTTP/1.1" 200 1978 0.003458 10.0.0.42 - - [2025-01-27 02:39:53] "GET /instance-ip/51fd01e0-7f51-46c8-9b25-2fdf004a1e6b HTTP/1.1" 200 1620 0.004346 10.0.0.42 - - [2025-01-27 02:39:53] "GET /instance-ip/0c85829c-b2bc-4577-81b0-d6b18b32c662 HTTP/1.1" 200 1618 0.003470 10.0.0.42 - - [2025-01-27 02:39:53] "GET /instance-ip/538955e4-c726-4930-81cc-18188848c70a HTTP/1.1" 200 1955 0.003086 10.0.0.42 - - [2025-01-27 02:39:53] "GET /instance-ip/e5b01a2a-655a-4eb1-baf9-2c4e6b6ee90f HTTP/1.1" 200 1955 0.003344 10.0.0.42 - - [2025-01-27 02:39:53] "GET /instance-ip/49fe3d43-7dee-40e1-8d5c-74e1dc2d926d HTTP/1.1" 200 1623 0.005151 10.0.0.42 - - [2025-01-27 02:39:53] "GET /instance-ip/d65b8520-71ec-41b7-87d6-b618f9be0137 HTTP/1.1" 200 1958 0.002898 10.0.0.42 - - [2025-01-27 02:39:53] "GET /instance-ip/fe94c780-e594-4ada-a0ae-ef6b07b458d5 HTTP/1.1" 200 1961 0.002518 10.0.0.42 - - [2025-01-27 02:39:53] "POST /neutron/port HTTP/1.1" 200 3831 0.035471 10.0.0.42 - - [2025-01-27 02:39:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008382 10.0.0.42 - - [2025-01-27 02:39:53] "POST /neutron/port HTTP/1.1" 200 3831 0.037509 10.0.0.42 - - [2025-01-27 02:39:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007500 10.0.0.42 - - [2025-01-27 02:39:53] "POST /neutron/port HTTP/1.1" 200 3831 0.038332 10.0.0.42 - - [2025-01-27 02:39:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006449 10.0.0.42 - - [2025-01-27 02:39:53] "POST /neutron/port HTTP/1.1" 200 3831 0.039014 10.0.0.42 - - [2025-01-27 02:39:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007462 10.0.0.42 - - [2025-01-27 02:39:53] "GET /virtual-machine/118590b8-0246-46ec-84d7-c8623e423eef HTTP/1.1" 200 1801 0.003386 10.0.0.42 - - [2025-01-27 02:39:53] "GET /virtual-machine-interface/240b27bc-3e62-40c1-9d7b-4891cc8966fa HTTP/1.1" 200 3816 0.003841 10.0.0.42 - - [2025-01-27 02:39:53] "GET /virtual-machine-interface/72cdb915-0cf7-4a1f-92ce-99bac6fa8b33 HTTP/1.1" 200 3798 0.003351 10.0.0.42 - - [2025-01-27 02:39:53] "GET /virtual-machine-interface/82034582-20df-4758-8a32-d38a71df478c HTTP/1.1" 200 3803 0.003406 10.0.0.42 - - [2025-01-27 02:39:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.42 - - [2025-01-27 02:39:53] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002729 10.0.0.42 - - [2025-01-27 02:39:53] "GET /virtual-networks?parent_id=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003441 10.0.0.42 - - [2025-01-27 02:39:53] "GET /virtual-network/85d5af51-6f08-4df5-8512-7a2007b82da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.003768 10.0.0.42 - - [2025-01-27 02:39:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.42 - - [2025-01-27 02:39:54] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002858 10.0.0.42 - - [2025-01-27 02:39:54] "GET /virtual-networks?parent_id=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003925 10.0.0.42 - - [2025-01-27 02:39:54] "GET /virtual-network/85d5af51-6f08-4df5-8512-7a2007b82da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.004596 10.0.0.42 - - [2025-01-27 02:39:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.42 - - [2025-01-27 02:39:55] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003885 10.0.0.42 - - [2025-01-27 02:39:55] "GET /virtual-networks?parent_id=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003425 10.0.0.42 - - [2025-01-27 02:39:55] "GET /virtual-network/85d5af51-6f08-4df5-8512-7a2007b82da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.003593 10.0.0.42 - - [2025-01-27 02:39:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.42 - - [2025-01-27 02:39:55] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003936 10.0.0.42 - - [2025-01-27 02:39:55] "GET /virtual-networks?parent_id=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003915 10.0.0.42 - - [2025-01-27 02:39:55] "GET /virtual-network/85d5af51-6f08-4df5-8512-7a2007b82da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.004219 10.0.0.42 - - [2025-01-27 02:39:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.42 - - [2025-01-27 02:39:55] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003655 10.0.0.42 - - [2025-01-27 02:39:55] "GET /virtual-networks?parent_id=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003496 10.0.0.42 - - [2025-01-27 02:39:55] "GET /virtual-network/85d5af51-6f08-4df5-8512-7a2007b82da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.003541 10.0.0.42 - - [2025-01-27 02:39:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.42 - - [2025-01-27 02:39:55] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003084 10.0.0.42 - - [2025-01-27 02:39:55] "GET /virtual-networks?parent_id=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003962 10.0.0.42 - - [2025-01-27 02:39:55] "GET /virtual-network/5a799b4b-9b99-4bbb-9a69-733ebb73dc3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004812 10.0.0.42 - - [2025-01-27 02:39:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.42 - - [2025-01-27 02:39:55] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003328 10.0.0.42 - - [2025-01-27 02:39:55] "GET /virtual-networks?parent_id=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003118 10.0.0.42 - - [2025-01-27 02:39:55] "GET /virtual-network/5a799b4b-9b99-4bbb-9a69-733ebb73dc3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003317 10.0.0.42 - - [2025-01-27 02:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004289 10.0.0.42 - - [2025-01-27 02:39:56] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003819 10.0.0.42 - - [2025-01-27 02:39:56] "GET /virtual-networks?parent_id=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003586 10.0.0.42 - - [2025-01-27 02:39:56] "GET /virtual-network/5a799b4b-9b99-4bbb-9a69-733ebb73dc3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004385 10.0.0.42 - - [2025-01-27 02:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.42 - - [2025-01-27 02:39:56] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004190 10.0.0.42 - - [2025-01-27 02:39:56] "GET /virtual-networks?parent_id=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003169 10.0.0.42 - - [2025-01-27 02:39:56] "GET /virtual-network/5a799b4b-9b99-4bbb-9a69-733ebb73dc3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003117 10.0.0.42 - - [2025-01-27 02:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.42 - - [2025-01-27 02:39:56] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003064 10.0.0.42 - - [2025-01-27 02:39:56] "GET /virtual-networks?parent_id=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003096 10.0.0.42 - - [2025-01-27 02:39:56] "GET /virtual-network/d24b28b3-3311-4037-8a66-c593eb4ebee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.003455 10.0.0.42 - - [2025-01-27 02:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.42 - - [2025-01-27 02:39:56] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003484 10.0.0.42 - - [2025-01-27 02:39:56] "GET /virtual-networks?parent_id=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003340 10.0.0.42 - - [2025-01-27 02:39:56] "GET /virtual-network/d24b28b3-3311-4037-8a66-c593eb4ebee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.003299 10.0.0.42 - - [2025-01-27 02:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005247 10.0.0.42 - - [2025-01-27 02:39:56] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003477 10.0.0.42 - - [2025-01-27 02:39:56] "GET /virtual-networks?parent_id=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003183 10.0.0.42 - - [2025-01-27 02:39:57] "GET /virtual-network/d24b28b3-3311-4037-8a66-c593eb4ebee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.003106 10.0.0.42 - - [2025-01-27 02:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.42 - - [2025-01-27 02:39:57] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003661 10.0.0.42 - - [2025-01-27 02:39:57] "GET /virtual-networks?parent_id=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003125 10.0.0.42 - - [2025-01-27 02:39:57] "GET /virtual-network/d24b28b3-3311-4037-8a66-c593eb4ebee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.003045 10.0.0.42 - - [2025-01-27 02:39:57] "GET /virtual-machine/118590b8-0246-46ec-84d7-c8623e423eef HTTP/1.1" 200 1801 0.003471 10.0.0.42 - - [2025-01-27 02:39:57] "GET /domains HTTP/1.1" 200 280 0.002364 10.0.0.42 - - [2025-01-27 02:39:57] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001038 10.0.0.42 - - [2025-01-27 02:39:57] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09 HTTP/1.1" 200 2770 0.006639 10.0.0.42 - - [2025-01-27 02:39:57] "GET /projects?obj_uuids=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001290 10.0.0.42 - - [2025-01-27 02:39:57] "GET /project/40a7d5d6-7f8f-44f6-90c9-d972cedaff17 HTTP/1.1" 200 4243 0.067655 10.0.0.42 - - [2025-01-27 02:39:57] "GET /service-instance/9d54616c-4a17-40df-8e0d-c2b0c644dc3e HTTP/1.1" 200 3784 0.003201 10.0.0.42 - - [2025-01-27 02:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002385 10.0.0.42 - - [2025-01-27 02:39:57] "GET /routing-instance/8c8b3636-8a5b-4ec5-bdbe-e8ffd4b22780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1888 0.002602 10.0.0.42 - - [2025-01-27 02:39:57] "GET /routing-instance/8c8b3636-8a5b-4ec5-bdbe-e8ffd4b22780?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2021 0.006028 10.0.0.42 - - [2025-01-27 02:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.42 - - [2025-01-27 02:39:57] "GET /routing-instance/cb1dd48c-331c-4ca2-a91d-5338c49b9492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1893 0.003406 10.0.0.42 - - [2025-01-27 02:39:57] "GET /routing-instance/cb1dd48c-331c-4ca2-a91d-5338c49b9492?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.004348 10.0.0.42 - - [2025-01-27 02:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.42 - - [2025-01-27 02:39:57] "GET /virtual-network/85d5af51-6f08-4df5-8512-7a2007b82da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.003339 10.0.0.42 - - [2025-01-27 02:39:57] "GET /virtual-network/85d5af51-6f08-4df5-8512-7a2007b82da3?fields=routing_instances HTTP/1.1" 200 1682 0.004784 10.0.0.42 - - [2025-01-27 02:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.42 - - [2025-01-27 02:39:57] "GET /virtual-network/d24b28b3-3311-4037-8a66-c593eb4ebee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.003241 10.0.0.42 - - [2025-01-27 02:39:57] "GET /virtual-network/d24b28b3-3311-4037-8a66-c593eb4ebee8?fields=routing_instances HTTP/1.1" 200 1688 0.006853 10.0.0.42 - - [2025-01-27 02:40:02] "POST /ref-update HTTP/1.1" 200 156 0.032607 10.0.0.42 - - [2025-01-27 02:40:02] "DELETE /access-control-list/e690efaf-0b76-4b34-b61c-db8ba3db00f7 HTTP/1.1" 200 115 0.032839 10.0.0.42 - - [2025-01-27 02:40:02] "POST /neutron/network HTTP/1.1" 200 835 0.012236 10.0.0.42 - - [2025-01-27 02:40:02] "GET /virtual-network/d24b28b3-3311-4037-8a66-c593eb4ebee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.003464 10.0.0.42 - - [2025-01-27 02:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.42 - - [2025-01-27 02:40:02] "GET /network-policy/7c955d97-f814-47ef-906b-b2dcf8d4d091?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.002871 10.0.0.42 - - [2025-01-27 02:40:02] "DELETE /routing-instance/6da5d07c-d8ba-4402-a278-4a82ae1c93a2 HTTP/1.1" 200 115 0.033072 10.0.0.42 - - [2025-01-27 02:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.42 - - [2025-01-27 02:40:02] "POST /ref-update HTTP/1.1" 200 156 0.030887 10.0.0.42 - - [2025-01-27 02:40:02] "DELETE /route-target/a1be24bd-8a48-4b32-b3e2-d337454e60e3 HTTP/1.1" 200 115 0.024576 10.0.0.42 - - [2025-01-27 02:40:02] "DELETE /routing-instance/7242d0cd-8d82-4ce3-b562-42edef701b01 HTTP/1.1" 200 115 0.022256 10.0.0.42 - - [2025-01-27 02:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004524 10.0.0.42 - - [2025-01-27 02:40:02] "POST /neutron/network HTTP/1.1" 200 831 0.007141 10.0.0.42 - - [2025-01-27 02:40:02] "GET /virtual-network/85d5af51-6f08-4df5-8512-7a2007b82da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.003445 10.0.0.42 - - [2025-01-27 02:40:02] "DELETE /route-target/37b4f3dd-9878-4ba2-b717-7e2d1a0318f2 HTTP/1.1" 200 115 0.015780 10.0.0.42 - - [2025-01-27 02:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.42 - - [2025-01-27 02:40:02] "DELETE /access-control-list/f3bc4a8a-ba91-43ae-b334-4a1f10503211 HTTP/1.1" 200 115 0.026854 10.0.0.42 - - [2025-01-27 02:40:02] "GET /network-policy/7c955d97-f814-47ef-906b-b2dcf8d4d091?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004191 10.0.0.42 - - [2025-01-27 02:40:02] "DELETE /network-policy/7c955d97-f814-47ef-906b-b2dcf8d4d091 HTTP/1.1" 200 115 0.026650 10.0.0.42 - - [2025-01-27 02:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.42 - - [2025-01-27 02:40:02] "DELETE /service-instance/9d54616c-4a17-40df-8e0d-c2b0c644dc3e HTTP/1.1" 200 115 0.056700 10.0.0.42 - - [2025-01-27 02:40:02] "POST /ref-update HTTP/1.1" 200 156 0.013343 10.0.0.42 - - [2025-01-27 02:40:02] "GET /domains HTTP/1.1" 200 280 0.012955 10.0.0.42 - - [2025-01-27 02:40:02] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001688 10.0.0.42 - - [2025-01-27 02:40:02] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09 HTTP/1.1" 200 2770 0.007694 10.0.0.42 - - [2025-01-27 02:40:02] "DELETE /instance-ip/538955e4-c726-4930-81cc-18188848c70a HTTP/1.1" 200 115 0.031109 10.0.0.42 - - [2025-01-27 02:40:02] "GET /projects?obj_uuids=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001216 10.0.0.42 - - [2025-01-27 02:40:02] "POST /ref-update HTTP/1.1" 200 156 0.012266 10.0.0.42 - - [2025-01-27 02:40:02] "GET /project/40a7d5d6-7f8f-44f6-90c9-d972cedaff17 HTTP/1.1" 200 3769 0.075938 10.0.0.42 - - [2025-01-27 02:40:02] "GET /virtual-machine/118590b8-0246-46ec-84d7-c8623e423eef HTTP/1.1" 200 1801 0.002515 10.0.0.42 - - [2025-01-27 02:40:02] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004362 10.0.0.42 - - [2025-01-27 02:40:02] "DELETE /instance-ip/d65b8520-71ec-41b7-87d6-b618f9be0137 HTTP/1.1" 200 115 0.035966 10.0.0.42 - - [2025-01-27 02:40:02] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003877 10.0.0.42 - - [2025-01-27 02:40:02] "POST /ref-update HTTP/1.1" 200 156 0.010743 10.0.0.42 - - [2025-01-27 02:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.008662 10.0.0.42 - - [2025-01-27 02:40:02] "GET /obj-perms HTTP/1.1" 200 5056 0.084666 10.0.0.42 - - [2025-01-27 02:40:02] "DELETE /instance-ip/069fee93-5176-4b1d-b59c-792c685a5da5 HTTP/1.1" 200 115 0.084743 10.0.0.42 - - [2025-01-27 02:40:02] "POST /ref-update HTTP/1.1" 200 156 0.018256 10.0.0.42 - - [2025-01-27 02:40:02] "DELETE /service-template/dc22a4ef-8ba7-4a25-8a28-a097cd8d6195 HTTP/1.1" 200 115 0.055426 10.0.0.42 - - [2025-01-27 02:40:03] "POST /fqname-to-id HTTP/1.1" 404 193 0.004054 10.0.0.42 - - [2025-01-27 02:40:03] "DELETE /instance-ip/4553c2e4-a648-44e8-b1c9-c7512445312d HTTP/1.1" 200 115 0.032048 10.0.0.42 - - [2025-01-27 02:40:03] "POST /ref-update HTTP/1.1" 200 156 0.010841 10.0.0.42 - - [2025-01-27 02:40:03] "DELETE /instance-ip/fe94c780-e594-4ada-a0ae-ef6b07b458d5 HTTP/1.1" 200 115 0.026203 10.0.0.42 - - [2025-01-27 02:40:03] "POST /ref-update HTTP/1.1" 200 156 0.009252 10.0.0.42 - - [2025-01-27 02:40:03] "DELETE /instance-ip/e5b01a2a-655a-4eb1-baf9-2c4e6b6ee90f HTTP/1.1" 200 115 0.032572 10.0.0.42 - - [2025-01-27 02:40:03] "POST /neutron/network HTTP/1.1" 200 835 0.010723 10.0.0.42 - - [2025-01-27 02:40:03] "POST /neutron/network HTTP/1.1" 400 204 0.025927 10.0.0.42 - - [2025-01-27 02:40:03] "GET /obj-perms HTTP/1.1" 200 5056 0.073895 10.0.0.42 - - [2025-01-27 02:40:03] "POST /neutron/port HTTP/1.1" 200 1087 0.018659 10.0.0.42 - - [2025-01-27 02:40:03] "POST /neutron/port HTTP/1.1" 200 1113 0.015934 10.0.0.42 - - [2025-01-27 02:40:03] "POST /neutron/port HTTP/1.1" 200 1085 0.034819 10.0.0.42 - - [2025-01-27 02:40:03] "POST /neutron/port HTTP/1.1" 200 1111 0.011157 10.0.0.42 - - [2025-01-27 02:40:03] "POST /neutron/port HTTP/1.1" 200 151 0.162997 10.0.0.42 - - [2025-01-27 02:40:03] "POST /neutron/port HTTP/1.1" 200 3024 0.048565 10.0.0.42 - - [2025-01-27 02:40:04] "POST /neutron/port HTTP/1.1" 200 1111 0.021512 10.0.0.42 - - [2025-01-27 02:40:04] "POST /neutron/port HTTP/1.1" 200 151 0.188110 10.0.0.42 - - [2025-01-27 02:40:04] "POST /neutron/port HTTP/1.1" 200 151 0.124420 10.0.0.42 - - [2025-01-27 02:40:04] "POST /neutron/port HTTP/1.1" 200 1113 0.013248 10.0.0.42 - - [2025-01-27 02:40:04] "POST /neutron/port HTTP/1.1" 200 151 0.114037 10.0.0.42 - - [2025-01-27 02:40:04] "POST /neutron/port HTTP/1.1" 200 1111 0.008573 10.0.0.42 - - [2025-01-27 02:40:04] "POST /neutron/port HTTP/1.1" 200 151 0.121191 10.0.0.42 - - [2025-01-27 02:40:05] "POST /neutron/network HTTP/1.1" 200 835 0.005866 10.0.0.42 - - [2025-01-27 02:40:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006311 10.0.0.42 - - [2025-01-27 02:40:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001481 10.0.0.42 - - [2025-01-27 02:40:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001591 10.0.0.42 - - [2025-01-27 02:40:05] "POST /neutron/network HTTP/1.1" 200 151 0.085971 10.0.0.42 - - [2025-01-27 02:40:05] "DELETE /route-target/046d3cc1-b53e-4aec-8dcb-26c209be30bf HTTP/1.1" 200 115 0.017231 10.0.0.42 - - [2025-01-27 02:40:05] "GET /routing-instance/cb1dd48c-331c-4ca2-a91d-5338c49b9492 HTTP/1.1" 404 171 0.003654 10.0.0.42 - - [2025-01-27 02:40:05] "GET /domains HTTP/1.1" 200 280 0.002560 10.0.0.42 - - [2025-01-27 02:40:05] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001314 10.0.0.42 - - [2025-01-27 02:40:05] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09 HTTP/1.1" 200 2570 0.053064 10.0.0.42 - - [2025-01-27 02:40:05] "GET /projects?obj_uuids=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001136 10.0.0.42 - - [2025-01-27 02:40:05] "GET /project/40a7d5d6-7f8f-44f6-90c9-d972cedaff17 HTTP/1.1" 200 2308 0.064978 10.0.0.42 - - [2025-01-27 02:40:05] "POST /neutron/network HTTP/1.1" 200 831 0.006645 10.0.0.42 - - [2025-01-27 02:40:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001933 10.0.0.42 - - [2025-01-27 02:40:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.42 - - [2025-01-27 02:40:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001036 10.0.0.42 - - [2025-01-27 02:40:05] "POST /neutron/network HTTP/1.1" 200 151 0.081358 10.0.0.42 - - [2025-01-27 02:40:05] "GET /routing-instance/8c8b3636-8a5b-4ec5-bdbe-e8ffd4b22780 HTTP/1.1" 404 171 0.002410 10.0.0.42 - - [2025-01-27 02:40:05] "GET /domains HTTP/1.1" 200 280 0.003740 10.0.0.42 - - [2025-01-27 02:40:05] "DELETE /route-target/b591a2ad-02ae-413a-81a8-127af8a4e1a6 HTTP/1.1" 200 115 0.027990 10.0.0.42 - - [2025-01-27 02:40:05] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001102 10.0.0.42 - - [2025-01-27 02:40:05] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09 HTTP/1.1" 200 2570 0.047804 10.0.0.42 - - [2025-01-27 02:40:05] "GET /projects?obj_uuids=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001769 10.0.0.42 - - [2025-01-27 02:40:05] "GET /project/40a7d5d6-7f8f-44f6-90c9-d972cedaff17 HTTP/1.1" 200 2090 0.067822 10.0.0.42 - - [2025-01-27 02:40:05] "POST /neutron/network HTTP/1.1" 200 831 0.005914 10.0.0.42 - - [2025-01-27 02:40:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004690 10.0.0.42 - - [2025-01-27 02:40:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001114 10.0.0.42 - - [2025-01-27 02:40:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001247 10.0.0.42 - - [2025-01-27 02:40:05] "POST /neutron/network HTTP/1.1" 200 151 0.093279 10.0.0.42 - - [2025-01-27 02:40:06] "DELETE /route-target/de4658e2-9034-4e0b-9ff2-87b01a72d9ec HTTP/1.1" 200 115 0.020770 10.0.0.42 - - [2025-01-27 02:40:06] "GET /routing-instance/5591629a-509b-4bd6-b552-6926667b80dc HTTP/1.1" 404 171 0.002411 10.0.0.42 - - [2025-01-27 02:40:06] "GET /domains HTTP/1.1" 200 280 0.002585 10.0.0.42 - - [2025-01-27 02:40:06] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001069 10.0.0.42 - - [2025-01-27 02:40:06] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09 HTTP/1.1" 200 2570 0.047794 10.0.0.42 - - [2025-01-27 02:40:06] "GET /projects?obj_uuids=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001811 10.0.0.42 - - [2025-01-27 02:40:06] "GET /project/40a7d5d6-7f8f-44f6-90c9-d972cedaff17 HTTP/1.1" 200 1850 0.064514 10.0.0.42 - - [2025-01-27 02:40:06] "GET /projects?obj_uuids=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001417 10.0.0.42 - - [2025-01-27 02:40:06] "GET /project/40a7d5d6-7f8f-44f6-90c9-d972cedaff17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.025026 10.0.0.42 - - [2025-01-27 02:40:06] "GET /projects?obj_uuids=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001234 10.0.0.42 - - [2025-01-27 02:40:06] "GET /project/40a7d5d6-7f8f-44f6-90c9-d972cedaff17?fields=virtual_networks HTTP/1.1" 200 1038 0.076921 10.0.0.42 - - [2025-01-27 02:40:06] "GET /projects?obj_uuids=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001440 10.0.0.42 - - [2025-01-27 02:40:06] "GET /project/40a7d5d6-7f8f-44f6-90c9-d972cedaff17?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.024774 10.0.0.42 - - [2025-01-27 02:40:06] "GET /projects?obj_uuids=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001044 10.0.0.42 - - [2025-01-27 02:40:06] "GET /project/40a7d5d6-7f8f-44f6-90c9-d972cedaff17?fields=security_groups HTTP/1.1" 200 1262 0.023481 10.0.0.42 - - [2025-01-27 02:40:07] "POST /fqname-to-id HTTP/1.1" 404 189 0.024513 10.0.0.42 - - [2025-01-27 02:40:07] "GET /projects?obj_uuids=1d2e8b74-f2e1-4e73-a219-6c2977b43c0f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002485 10.0.0.42 - - [2025-01-27 02:40:07] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001216 10.0.0.42 - - [2025-01-27 02:40:07] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007415 10.0.0.42 - - [2025-01-27 02:40:07] "POST /id-to-fqname HTTP/1.1" 200 191 0.001221 10.0.0.42 - - [2025-01-27 02:40:07] "POST /fqname-to-id HTTP/1.1" 404 200 0.002700 10.0.0.42 - - [2025-01-27 02:40:07] "POST /security-groups HTTP/1.1" 200 592 0.066890 10.0.0.42 - - [2025-01-27 02:40:07] "POST /fqname-to-id HTTP/1.1" 404 235 0.002632 10.0.0.42 - - [2025-01-27 02:40:07] "POST /projects HTTP/1.1" 200 587 0.222744 10.0.0.42 - - [2025-01-27 02:40:07] "POST /access-control-lists HTTP/1.1" 200 597 0.061664 10.0.0.42 - - [2025-01-27 02:40:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.294470 10.0.0.42 - - [2025-01-27 02:40:07] "POST /fqname-to-id HTTP/1.1" 404 234 0.002862 10.0.0.42 - - [2025-01-27 02:40:07] "GET /project/1d2e8b74-f2e1-4e73-a219-6c2977b43c0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.417938 10.0.0.42 - - [2025-01-27 02:40:08] "POST /access-control-lists HTTP/1.1" 200 595 0.060250 10.0.0.42 - - [2025-01-27 02:40:09] "GET / HTTP/1.1" 200 35931 0.002797 10.0.0.42 - - [2025-01-27 02:40:10] "GET /project/1d2e8b74-f2e1-4e73-a219-6c2977b43c0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000500 10.0.0.42 - - [2025-01-27 02:40:10] "GET /projects?obj_uuids=1d2e8b74-f2e1-4e73-a219-6c2977b43c0f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001215 10.0.0.42 - - [2025-01-27 02:40:10] "GET /project/1d2e8b74-f2e1-4e73-a219-6c2977b43c0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.047710 10.0.0.42 - - [2025-01-27 02:40:10] "POST /fqname-to-id HTTP/1.1" 404 180 0.002659 10.0.0.42 - - [2025-01-27 02:40:10] "POST /virtual-DNSs HTTP/1.1" 200 507 0.018913 10.0.0.42 - - [2025-01-27 02:40:10] "GET /virtual-DNS/2f189e84-f07b-4a76-9861-f60b408b1d5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.004508 10.0.0.42 - - [2025-01-27 02:40:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005003 10.0.0.42 - - [2025-01-27 02:40:10] "GET /virtual-DNS/2f189e84-f07b-4a76-9861-f60b408b1d5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.003963 10.0.0.42 - - [2025-01-27 02:40:10] "GET /domains HTTP/1.1" 401 292 0.000456 10.0.0.42 - - [2025-01-27 02:40:11] "GET /domains HTTP/1.1" 200 280 0.032066 10.0.0.42 - - [2025-01-27 02:40:11] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001130 10.0.0.42 - - [2025-01-27 02:40:11] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09 HTTP/1.1" 200 2957 0.008525 10.0.0.42 - - [2025-01-27 02:40:11] "GET /virtual-DNS/2f189e84-f07b-4a76-9861-f60b408b1d5e HTTP/1.1" 200 1438 0.004763 10.0.0.42 - - [2025-01-27 02:40:11] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002697 10.0.0.42 - - [2025-01-27 02:40:11] "POST /network-ipams HTTP/1.1" 200 514 0.019932 10.0.0.42 - - [2025-01-27 02:40:11] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.003056 10.0.0.42 - - [2025-01-27 02:40:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.42 - - [2025-01-27 02:40:11] "GET /network-ipam/9764a3c2-6a66-4292-b88f-1512a21db8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.005248 10.0.0.42 - - [2025-01-27 02:40:11] "PUT /network-ipam/9764a3c2-6a66-4292-b88f-1512a21db8c3 HTTP/1.1" 200 258 0.010961 10.0.0.42 - - [2025-01-27 02:40:11] "POST /ref-update HTTP/1.1" 200 156 0.009772 10.0.0.42 - - [2025-01-27 02:40:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002768 10.0.0.42 - - [2025-01-27 02:40:11] "GET /projects?obj_uuids=1d2e8b74-f2e1-4e73-a219-6c2977b43c0f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001820 10.0.0.42 - - [2025-01-27 02:40:11] "GET /project/1d2e8b74-f2e1-4e73-a219-6c2977b43c0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.021742 10.0.0.42 - - [2025-01-27 02:40:11] "POST /neutron/network HTTP/1.1" 200 117 0.040717 10.0.0.42 - - [2025-01-27 02:40:11] "GET /projects?obj_uuids=1d2e8b74-f2e1-4e73-a219-6c2977b43c0f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001590 10.0.0.42 - - [2025-01-27 02:40:11] "POST /neutron/network HTTP/1.1" 200 618 0.078278 10.0.0.42 - - [2025-01-27 02:40:11] "POST /route-targets HTTP/1.1" 200 327 0.010269 10.0.0.42 - - [2025-01-27 02:40:11] "POST /ref-update HTTP/1.1" 200 156 0.014050 10.0.0.42 - - [2025-01-27 02:40:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002567 10.0.0.42 - - [2025-01-27 02:40:11] "POST /neutron/subnet HTTP/1.1" 200 711 0.163898 10.0.0.42 - - [2025-01-27 02:40:11] "POST /neutron/network HTTP/1.1" 200 833 0.007185 10.0.0.42 - - [2025-01-27 02:40:11] "POST /id-to-fqname HTTP/1.1" 200 227 0.001574 10.0.0.42 - - [2025-01-27 02:40:11] "GET /virtual-network/e9776a90-7c01-4972-9ed4-dcd62b9a3c38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003320 10.0.0.42 - - [2025-01-27 02:40:12] "POST /neutron/network HTTP/1.1" 200 833 0.005780 10.0.0.42 - - [2025-01-27 02:40:12] "GET /virtual-network/e9776a90-7c01-4972-9ed4-dcd62b9a3c38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005385 10.0.0.42 - - [2025-01-27 02:40:12] "POST /neutron/network HTTP/1.1" 200 833 0.006908 10.0.0.42 - - [2025-01-27 02:40:12] "POST /neutron/subnet HTTP/1.1" 200 711 0.007915 10.0.0.42 - - [2025-01-27 02:40:12] "POST /neutron/network HTTP/1.1" 200 807 0.015682 10.0.0.42 - - [2025-01-27 02:40:12] "POST /neutron/network HTTP/1.1" 200 833 0.007632 10.0.0.42 - - [2025-01-27 02:40:12] "POST /id-to-fqname HTTP/1.1" 200 227 0.001481 10.0.0.42 - - [2025-01-27 02:40:12] "POST /neutron/network HTTP/1.1" 200 843 0.007722 10.0.0.42 - - [2025-01-27 02:40:12] "GET /aaa-mode HTTP/1.1" 401 292 0.000654 10.0.0.42 - - [2025-01-27 02:40:12] "GET / HTTP/1.1" 200 35931 0.002084 10.0.0.42 - - [2025-01-27 02:40:12] "GET /project/1d2e8b74-f2e1-4e73-a219-6c2977b43c0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000414 10.0.0.42 - - [2025-01-27 02:40:13] "GET /projects?obj_uuids=1d2e8b74-f2e1-4e73-a219-6c2977b43c0f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001107 10.0.0.42 - - [2025-01-27 02:40:13] "GET /project/1d2e8b74-f2e1-4e73-a219-6c2977b43c0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.047936 10.0.0.42 - - [2025-01-27 02:40:13] "POST /neutron/network HTTP/1.1" 200 833 0.006970 10.0.0.42 - - [2025-01-27 02:40:13] "POST /neutron/port HTTP/1.1" 200 117 0.005954 10.0.0.42 - - [2025-01-27 02:40:13] "POST /neutron/port HTTP/1.1" 200 117 0.006662 10.0.0.42 - - [2025-01-27 02:40:13] "POST /neutron/port HTTP/1.1" 200 117 0.008744 10.0.0.42 - - [2025-01-27 02:40:13] "POST /neutron/network HTTP/1.1" 200 843 0.006220 10.0.0.42 - - [2025-01-27 02:40:13] "GET /projects?obj_uuids=1d2e8b74-f2e1-4e73-a219-6c2977b43c0f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001194 10.0.0.42 - - [2025-01-27 02:40:13] "POST /neutron/port HTTP/1.1" 200 1058 0.218734 10.0.0.42 - - [2025-01-27 02:40:14] "POST /neutron/port HTTP/1.1" 200 1058 0.012353 10.0.0.42 - - [2025-01-27 02:40:14] "POST /neutron/port HTTP/1.1" 200 1058 0.013663 10.0.0.42 - - [2025-01-27 02:40:14] "POST /neutron/port HTTP/1.1" 200 1112 0.060977 10.0.0.42 - - [2025-01-27 02:40:14] "POST /neutron/port HTTP/1.1" 200 1086 0.018991 10.0.0.42 - - [2025-01-27 02:40:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003116 10.0.0.42 - - [2025-01-27 02:40:14] "POST /neutron/subnet HTTP/1.1" 200 685 0.011891 10.0.0.42 - - [2025-01-27 02:40:14] "POST /neutron/port HTTP/1.1" 200 117 0.001500 10.0.0.42 - - [2025-01-27 02:40:14] "POST /neutron/network HTTP/1.1" 200 833 0.006200 10.0.0.42 - - [2025-01-27 02:40:18] "POST /neutron/port HTTP/1.1" 200 1086 0.022484 10.0.0.42 - - [2025-01-27 02:40:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006964 10.0.0.42 - - [2025-01-27 02:40:18] "POST /neutron/port HTTP/1.1" 200 1086 0.014588 10.0.0.42 - - [2025-01-27 02:40:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007397 10.0.0.42 - - [2025-01-27 02:40:18] "POST /neutron/port HTTP/1.1" 200 1086 0.017987 10.0.0.42 - - [2025-01-27 02:40:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007594 10.0.0.42 - - [2025-01-27 02:40:18] "GET /virtual-machine/37878e1a-b455-43ef-953c-ccc59a002ae1 HTTP/1.1" 200 1293 0.005569 10.0.0.42 - - [2025-01-27 02:40:18] "GET /virtual-machine-interface/a84bf757-cf81-4975-9912-0c7be309782d HTTP/1.1" 200 2965 0.003728 10.0.0.42 - - [2025-01-27 02:40:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004146 10.0.0.42 - - [2025-01-27 02:40:18] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003432 10.0.0.42 - - [2025-01-27 02:40:18] "GET /virtual-networks?parent_id=1d2e8b74-f2e1-4e73-a219-6c2977b43c0f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003066 10.0.0.42 - - [2025-01-27 02:40:18] "GET /virtual-network/e9776a90-7c01-4972-9ed4-dcd62b9a3c38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003376 10.0.0.42 - - [2025-01-27 02:40:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.42 - - [2025-01-27 02:40:21] "GET /virtual-network/e9776a90-7c01-4972-9ed4-dcd62b9a3c38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.002963 10.0.0.42 - - [2025-01-27 02:40:23] "POST /neutron/port HTTP/1.1" 200 1086 0.017110 10.0.0.42 - - [2025-01-27 02:40:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008779 10.0.0.42 - - [2025-01-27 02:40:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.42 - - [2025-01-27 02:40:24] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003651 10.0.0.42 - - [2025-01-27 02:40:24] "GET /virtual-networks?parent_id=1d2e8b74-f2e1-4e73-a219-6c2977b43c0f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003670 10.0.0.42 - - [2025-01-27 02:40:24] "GET /virtual-network/e9776a90-7c01-4972-9ed4-dcd62b9a3c38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004046 10.0.0.42 - - [2025-01-27 02:40:24] "POST /neutron/port HTTP/1.1" 200 1086 0.018426 10.0.0.42 - - [2025-01-27 02:40:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006430 10.0.0.42 - - [2025-01-27 02:40:33] "GET /global-system-configs HTTP/1.1" 200 322 0.034716 10.0.0.42 - - [2025-01-27 02:40:33] "GET /obj-perms HTTP/1.1" 200 5056 0.072426 10.0.0.42 - - [2025-01-27 02:40:33] "POST /neutron/network HTTP/1.1" 200 807 0.012942 10.0.0.42 - - [2025-01-27 02:40:33] "POST /neutron/network HTTP/1.1" 200 833 0.005960 10.0.0.42 - - [2025-01-27 02:40:33] "POST /id-to-fqname HTTP/1.1" 200 227 0.001483 10.0.0.42 - - [2025-01-27 02:40:33] "POST /neutron/port HTTP/1.1" 200 1086 0.015782 10.0.0.42 - - [2025-01-27 02:40:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008374 10.0.0.42 - - [2025-01-27 02:40:34] "POST /neutron/network HTTP/1.1" 200 843 0.006752 10.0.0.42 - - [2025-01-27 02:40:34] "GET /aaa-mode HTTP/1.1" 401 292 0.000537 10.0.0.42 - - [2025-01-27 02:40:34] "GET /global-system-configs HTTP/1.1" 200 322 0.037545 10.0.0.42 - - [2025-01-27 02:40:34] "GET /obj-perms HTTP/1.1" 200 5056 0.076883 10.0.0.42 - - [2025-01-27 02:40:34] "GET / HTTP/1.1" 200 35931 0.002164 10.0.0.42 - - [2025-01-27 02:40:34] "GET /project/1d2e8b74-f2e1-4e73-a219-6c2977b43c0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000514 10.0.0.42 - - [2025-01-27 02:40:34] "GET /projects?obj_uuids=1d2e8b74-f2e1-4e73-a219-6c2977b43c0f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001124 10.0.0.42 - - [2025-01-27 02:40:34] "GET /project/1d2e8b74-f2e1-4e73-a219-6c2977b43c0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.059084 10.0.0.42 - - [2025-01-27 02:40:34] "POST /neutron/network HTTP/1.1" 200 833 0.005891 10.0.0.42 - - [2025-01-27 02:40:34] "POST /neutron/port HTTP/1.1" 200 1086 0.022074 10.0.0.42 - - [2025-01-27 02:40:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006672 10.0.0.42 - - [2025-01-27 02:40:34] "POST /neutron/port HTTP/1.1" 200 117 0.007336 10.0.0.42 - - [2025-01-27 02:40:35] "POST /neutron/port HTTP/1.1" 200 117 0.008305 10.0.0.42 - - [2025-01-27 02:40:35] "POST /neutron/network HTTP/1.1" 200 843 0.006189 10.0.0.42 - - [2025-01-27 02:40:35] "GET /projects?obj_uuids=1d2e8b74-f2e1-4e73-a219-6c2977b43c0f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001429 10.0.0.42 - - [2025-01-27 02:40:35] "POST /neutron/port HTTP/1.1" 200 1058 0.201305 10.0.0.42 - - [2025-01-27 02:40:35] "POST /neutron/port HTTP/1.1" 200 1058 0.010586 10.0.0.42 - - [2025-01-27 02:40:35] "POST /neutron/port HTTP/1.1" 200 1058 0.009161 10.0.0.42 - - [2025-01-27 02:40:35] "POST /neutron/port HTTP/1.1" 200 1112 0.068179 10.0.0.42 - - [2025-01-27 02:40:35] "POST /neutron/port HTTP/1.1" 200 1086 0.018186 10.0.0.42 - - [2025-01-27 02:40:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004390 10.0.0.42 - - [2025-01-27 02:40:35] "POST /neutron/subnet HTTP/1.1" 200 685 0.013279 10.0.0.42 - - [2025-01-27 02:40:35] "POST /neutron/port HTTP/1.1" 200 117 0.001474 10.0.0.42 - - [2025-01-27 02:40:35] "POST /neutron/network HTTP/1.1" 200 833 0.006317 10.0.0.42 - - [2025-01-27 02:40:36] "POST /neutron/port HTTP/1.1" 200 1086 0.018719 10.0.0.42 - - [2025-01-27 02:40:37] "POST /neutron/port HTTP/1.1" 200 1086 0.018007 10.0.0.42 - - [2025-01-27 02:40:37] "POST /neutron/network HTTP/1.1" 200 843 0.006453 10.0.0.42 - - [2025-01-27 02:40:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003458 10.0.0.42 - - [2025-01-27 02:40:37] "POST /neutron/subnet HTTP/1.1" 200 685 0.012578 10.0.0.42 - - [2025-01-27 02:40:37] "POST /neutron/port HTTP/1.1" 200 117 0.001443 10.0.0.42 - - [2025-01-27 02:40:37] "POST /neutron/network HTTP/1.1" 200 833 0.006971 10.0.0.42 - - [2025-01-27 02:40:40] "POST /neutron/port HTTP/1.1" 200 1086 0.015702 10.0.0.42 - - [2025-01-27 02:40:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007704 10.0.0.42 - - [2025-01-27 02:40:40] "POST /neutron/port HTTP/1.1" 200 1086 0.017361 10.0.0.42 - - [2025-01-27 02:40:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007608 10.0.0.42 - - [2025-01-27 02:40:40] "POST /neutron/port HTTP/1.1" 200 1086 0.017183 10.0.0.42 - - [2025-01-27 02:40:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008636 10.0.0.42 - - [2025-01-27 02:40:40] "GET /virtual-machine/116b23d7-49e1-4d50-a06c-f49203d416e7 HTTP/1.1" 200 1293 0.006742 10.0.0.42 - - [2025-01-27 02:40:40] "GET /virtual-machine-interface/e24c1342-8bcc-498a-bf8e-e7945a9e18b5 HTTP/1.1" 200 2965 0.003224 10.0.0.42 - - [2025-01-27 02:40:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.42 - - [2025-01-27 02:40:40] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003770 10.0.0.42 - - [2025-01-27 02:40:40] "GET /virtual-networks?parent_id=1d2e8b74-f2e1-4e73-a219-6c2977b43c0f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003947 10.0.0.42 - - [2025-01-27 02:40:40] "GET /virtual-network/e9776a90-7c01-4972-9ed4-dcd62b9a3c38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004902 10.0.0.42 - - [2025-01-27 02:40:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.42 - - [2025-01-27 02:40:43] "GET /virtual-network/e9776a90-7c01-4972-9ed4-dcd62b9a3c38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003510 10.0.0.42 - - [2025-01-27 02:40:44] "POST /neutron/port HTTP/1.1" 200 1086 0.017041 10.0.0.42 - - [2025-01-27 02:40:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009322 10.0.0.42 - - [2025-01-27 02:40:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004087 10.0.0.42 - - [2025-01-27 02:40:45] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003929 10.0.0.42 - - [2025-01-27 02:40:45] "GET /virtual-networks?parent_id=1d2e8b74-f2e1-4e73-a219-6c2977b43c0f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003560 10.0.0.42 - - [2025-01-27 02:40:45] "GET /virtual-network/e9776a90-7c01-4972-9ed4-dcd62b9a3c38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004316 10.0.0.42 - - [2025-01-27 02:40:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.42 - - [2025-01-27 02:40:51] "DELETE /virtual-DNS/2f189e84-f07b-4a76-9861-f60b408b1d5e HTTP/1.1" 409 235 0.007867 10.0.0.42 - - [2025-01-27 02:40:51] "POST /fqname-to-id HTTP/1.1" 404 192 0.003317 10.0.0.42 - - [2025-01-27 02:40:51] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.024954 10.0.0.42 - - [2025-01-27 02:40:51] "GET /virtual-DNS-record/0048fc83-daee-42c6-9325-0ab680bf444a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.005268 10.0.0.42 - - [2025-01-27 02:40:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.42 - - [2025-01-27 02:40:52] "GET /virtual-DNS-record/0048fc83-daee-42c6-9325-0ab680bf444a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.004551 10.0.0.42 - - [2025-01-27 02:40:52] "GET /domains HTTP/1.1" 200 280 0.003889 10.0.0.42 - - [2025-01-27 02:40:52] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002583 10.0.0.42 - - [2025-01-27 02:40:52] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09 HTTP/1.1" 200 2957 0.012298 10.0.0.42 - - [2025-01-27 02:40:52] "GET /virtual-DNS/2f189e84-f07b-4a76-9861-f60b408b1d5e HTTP/1.1" 200 1907 0.012103 10.0.0.42 - - [2025-01-27 02:40:52] "GET /virtual-DNS-record/0048fc83-daee-42c6-9325-0ab680bf444a HTTP/1.1" 200 1334 0.003279 10.0.0.42 - - [2025-01-27 02:40:55] "DELETE /project/1d2e8b74f2e14e73a2196c2977b43c0f HTTP/1.1" 404 173 0.008083 10.0.0.42 - - [2025-01-27 02:40:55] "GET /projects?obj_uuids=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001107 10.0.0.42 - - [2025-01-27 02:40:55] "GET /project/40a7d5d6-7f8f-44f6-90c9-d972cedaff17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.025483 10.0.0.42 - - [2025-01-27 02:40:55] "GET /projects?obj_uuids=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001040 10.0.0.42 - - [2025-01-27 02:40:55] "GET /project/40a7d5d6-7f8f-44f6-90c9-d972cedaff17?fields=security_groups HTTP/1.1" 200 1367 0.066243 10.0.0.42 - - [2025-01-27 02:40:55] "DELETE /security-group/3b1f0cac-3fe3-4f57-9d7e-2ab17801f183 HTTP/1.1" 200 115 0.039995 10.0.0.42 - - [2025-01-27 02:40:55] "GET /projects?obj_uuids=40a7d5d6-7f8f-44f6-90c9-d972cedaff17&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001148 10.0.0.42 - - [2025-01-27 02:40:55] "GET /project/40a7d5d6-7f8f-44f6-90c9-d972cedaff17?fields=application_policy_sets HTTP/1.1" 200 1406 0.029459 10.0.0.42 - - [2025-01-27 02:40:55] "DELETE /access-control-list/431bcf3e-8006-4e70-bb8a-aa5bcd7b6dac HTTP/1.1" 200 115 0.062936 10.0.0.42 - - [2025-01-27 02:40:55] "DELETE /access-control-list/1b4b4afc-f7d5-42f8-9802-8038f4c888ca HTTP/1.1" 200 115 0.024026 10.0.0.42 - - [2025-01-27 02:40:56] "DELETE /project/40a7d5d6-7f8f-44f6-90c9-d972cedaff17 HTTP/1.1" 200 115 0.323206 10.0.0.42 - - [2025-01-27 02:40:57] "DELETE /virtual-DNS-record/0048fc83-daee-42c6-9325-0ab680bf444a HTTP/1.1" 200 115 0.024580 10.0.0.42 - - [2025-01-27 02:40:57] "POST /fqname-to-id HTTP/1.1" 404 184 0.002442 10.0.0.42 - - [2025-01-27 02:40:57] "POST /neutron/network HTTP/1.1" 200 833 0.009264 10.0.0.42 - - [2025-01-27 02:40:57] "POST /neutron/network HTTP/1.1" 400 204 0.012180 10.0.0.42 - - [2025-01-27 02:40:58] "POST /neutron/port HTTP/1.1" 200 1086 0.015299 10.0.0.42 - - [2025-01-27 02:40:58] "POST /neutron/port HTTP/1.1" 200 1112 0.013100 10.0.0.42 - - [2025-01-27 02:40:58] "POST /neutron/port HTTP/1.1" 200 1086 0.020958 10.0.0.42 - - [2025-01-27 02:40:58] "POST /neutron/port HTTP/1.1" 200 1112 0.009742 10.0.0.42 - - [2025-01-27 02:40:58] "POST /neutron/port HTTP/1.1" 200 151 0.122325 10.0.0.42 - - [2025-01-27 02:40:58] "POST /neutron/port HTTP/1.1" 200 151 0.113287 10.0.0.42 - - [2025-01-27 02:40:59] "POST /neutron/network HTTP/1.1" 200 833 0.007834 10.0.0.42 - - [2025-01-27 02:41:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.42 - - [2025-01-27 02:41:00] "POST /useragent-kv HTTP/1.1" 200 115 0.001855 10.0.0.42 - - [2025-01-27 02:41:00] "DELETE /route-target/1ef1e3f9-4247-47a6-b1e9-50d1f940c3d4 HTTP/1.1" 200 115 0.033123 10.0.0.42 - - [2025-01-27 02:41:00] "POST /useragent-kv HTTP/1.1" 200 115 0.001430 10.0.0.42 - - [2025-01-27 02:41:00] "POST /neutron/network HTTP/1.1" 200 151 0.165135 10.0.0.42 - - [2025-01-27 02:41:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.42 - - [2025-01-27 02:41:00] "DELETE /network-ipam/9764a3c2-6a66-4292-b88f-1512a21db8c3 HTTP/1.1" 200 115 0.028864 10.0.0.42 - - [2025-01-27 02:41:00] "DELETE /virtual-DNS/2f189e84-f07b-4a76-9861-f60b408b1d5e HTTP/1.1" 200 115 0.025440 10.0.0.42 - - [2025-01-27 02:41:00] "POST /fqname-to-id HTTP/1.1" 404 180 0.003188 10.0.0.42 - - [2025-01-27 02:41:00] "GET /domains HTTP/1.1" 200 280 0.003872 10.0.0.42 - - [2025-01-27 02:41:00] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001261 10.0.0.42 - - [2025-01-27 02:41:00] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09 HTTP/1.1" 200 2573 0.010134 10.0.0.42 - - [2025-01-27 02:41:00] "GET /projects?obj_uuids=1d2e8b74-f2e1-4e73-a219-6c2977b43c0f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001279 10.0.0.42 - - [2025-01-27 02:41:00] "GET /project/1d2e8b74-f2e1-4e73-a219-6c2977b43c0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.025563 10.0.0.42 - - [2025-01-27 02:41:00] "GET /projects?obj_uuids=1d2e8b74-f2e1-4e73-a219-6c2977b43c0f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001160 10.0.0.42 - - [2025-01-27 02:41:00] "GET /project/1d2e8b74-f2e1-4e73-a219-6c2977b43c0f?fields=virtual_networks HTTP/1.1" 200 1044 0.063976 10.0.0.42 - - [2025-01-27 02:41:00] "GET /projects?obj_uuids=1d2e8b74-f2e1-4e73-a219-6c2977b43c0f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001817 10.0.0.42 - - [2025-01-27 02:41:00] "GET /project/1d2e8b74-f2e1-4e73-a219-6c2977b43c0f?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.029828 10.0.0.42 - - [2025-01-27 02:41:00] "GET /projects?obj_uuids=1d2e8b74-f2e1-4e73-a219-6c2977b43c0f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001734 10.0.0.42 - - [2025-01-27 02:41:00] "GET /project/1d2e8b74-f2e1-4e73-a219-6c2977b43c0f?fields=security_groups HTTP/1.1" 200 1271 0.029383 10.0.0.42 - - [2025-01-27 02:41:01] "POST /fqname-to-id HTTP/1.1" 404 189 0.027078 10.0.0.42 - - [2025-01-27 02:41:01] "GET /projects?obj_uuids=99d8175d-9636-498d-a21e-f1fdd621904b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003070 10.0.0.42 - - [2025-01-27 02:41:01] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001304 10.0.0.42 - - [2025-01-27 02:41:01] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.011147 10.0.0.42 - - [2025-01-27 02:41:01] "POST /id-to-fqname HTTP/1.1" 200 191 0.001407 10.0.0.42 - - [2025-01-27 02:41:01] "POST /fqname-to-id HTTP/1.1" 404 200 0.003114 10.0.0.42 - - [2025-01-27 02:41:01] "POST /security-groups HTTP/1.1" 200 592 0.063892 10.0.0.42 - - [2025-01-27 02:41:01] "POST /fqname-to-id HTTP/1.1" 404 235 0.003839 10.0.0.42 - - [2025-01-27 02:41:01] "POST /projects HTTP/1.1" 200 587 0.220777 10.0.0.42 - - [2025-01-27 02:41:01] "POST /access-control-lists HTTP/1.1" 200 597 0.060755 10.0.0.42 - - [2025-01-27 02:41:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.300232 10.0.0.42 - - [2025-01-27 02:41:02] "POST /fqname-to-id HTTP/1.1" 404 234 0.003200 10.0.0.42 - - [2025-01-27 02:41:02] "GET /project/99d8175d-9636-498d-a21e-f1fdd621904b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.438804 10.0.0.42 - - [2025-01-27 02:41:02] "POST /access-control-lists HTTP/1.1" 200 595 0.065458 10.0.0.42 - - [2025-01-27 02:41:03] "GET / HTTP/1.1" 200 35931 0.002278 10.0.0.42 - - [2025-01-27 02:41:03] "GET /obj-perms HTTP/1.1" 200 5056 0.112597 10.0.0.42 - - [2025-01-27 02:41:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000566 10.0.0.42 - - [2025-01-27 02:41:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.032318 10.0.0.42 - - [2025-01-27 02:41:04] "GET /projects?obj_uuids=99d8175d-9636-498d-a21e-f1fdd621904b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001595 10.0.0.42 - - [2025-01-27 02:41:04] "GET /obj-perms HTTP/1.1" 200 5056 0.347888 10.0.0.42 - - [2025-01-27 02:41:04] "GET /project/99d8175d-9636-498d-a21e-f1fdd621904b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.026672 10.0.0.42 - - [2025-01-27 02:41:04] "POST /neutron/network HTTP/1.1" 200 117 0.029255 10.0.0.42 - - [2025-01-27 02:41:04] "GET /projects?obj_uuids=99d8175d-9636-498d-a21e-f1fdd621904b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001321 10.0.0.42 - - [2025-01-27 02:41:04] "POST /neutron/network HTTP/1.1" 200 606 0.113770 10.0.0.42 - - [2025-01-27 02:41:04] "POST /route-targets HTTP/1.1" 200 327 0.015446 10.0.0.42 - - [2025-01-27 02:41:04] "POST /ref-update HTTP/1.1" 200 156 0.014910 10.0.0.42 - - [2025-01-27 02:41:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002647 10.0.0.42 - - [2025-01-27 02:41:04] "POST /neutron/subnet HTTP/1.1" 200 724 0.138823 10.0.0.42 - - [2025-01-27 02:41:04] "POST /neutron/network HTTP/1.1" 200 825 0.005775 10.0.0.42 - - [2025-01-27 02:41:04] "POST /id-to-fqname HTTP/1.1" 200 221 0.001437 10.0.0.42 - - [2025-01-27 02:41:05] "GET /virtual-network/fe82395c-1cae-451a-a656-24c94ef7e184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.003007 10.0.0.42 - - [2025-01-27 02:41:05] "POST /neutron/network HTTP/1.1" 200 825 0.006187 10.0.0.42 - - [2025-01-27 02:41:05] "GET /virtual-network/fe82395c-1cae-451a-a656-24c94ef7e184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.002944 10.0.0.42 - - [2025-01-27 02:41:05] "POST /neutron/network HTTP/1.1" 200 825 0.006596 10.0.0.42 - - [2025-01-27 02:41:05] "POST /neutron/subnet HTTP/1.1" 200 724 0.007057 10.0.0.42 - - [2025-01-27 02:41:05] "POST /id-to-fqname HTTP/1.1" 200 221 0.001216 10.0.0.42 - - [2025-01-27 02:41:05] "POST /neutron/network HTTP/1.1" 200 835 0.006534 10.0.0.42 - - [2025-01-27 02:41:05] "GET /aaa-mode HTTP/1.1" 401 292 0.000510 10.0.0.42 - - [2025-01-27 02:41:05] "GET / HTTP/1.1" 200 35931 0.001875 10.0.0.42 - - [2025-01-27 02:41:05] "GET /project/99d8175d-9636-498d-a21e-f1fdd621904b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000397 10.0.0.42 - - [2025-01-27 02:41:06] "GET /projects?obj_uuids=99d8175d-9636-498d-a21e-f1fdd621904b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001144 10.0.0.42 - - [2025-01-27 02:41:06] "GET /project/99d8175d-9636-498d-a21e-f1fdd621904b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.047377 10.0.0.42 - - [2025-01-27 02:41:06] "POST /neutron/network HTTP/1.1" 200 825 0.007124 10.0.0.42 - - [2025-01-27 02:41:06] "POST /neutron/port HTTP/1.1" 200 117 0.004946 10.0.0.42 - - [2025-01-27 02:41:06] "POST /neutron/port HTTP/1.1" 200 117 0.004673 10.0.0.42 - - [2025-01-27 02:41:06] "POST /id-to-fqname HTTP/1.1" 200 221 0.002020 10.0.0.42 - - [2025-01-27 02:41:06] "POST /neutron/port HTTP/1.1" 200 117 0.005319 10.0.0.42 - - [2025-01-27 02:41:06] "POST /neutron/network HTTP/1.1" 200 835 0.005879 10.0.0.42 - - [2025-01-27 02:41:06] "GET /aaa-mode HTTP/1.1" 401 292 0.000408 10.0.0.42 - - [2025-01-27 02:41:06] "POST /neutron/network HTTP/1.1" 200 835 0.006627 10.0.0.42 - - [2025-01-27 02:41:06] "GET /projects?obj_uuids=99d8175d-9636-498d-a21e-f1fdd621904b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001056 10.0.0.42 - - [2025-01-27 02:41:06] "GET / HTTP/1.1" 200 35931 0.002166 10.0.0.42 - - [2025-01-27 02:41:06] "GET /project/99d8175d-9636-498d-a21e-f1fdd621904b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000481 10.0.0.42 - - [2025-01-27 02:41:06] "POST /neutron/port HTTP/1.1" 200 1061 0.210882 10.0.0.42 - - [2025-01-27 02:41:06] "POST /neutron/port HTTP/1.1" 200 1061 0.011511 10.0.0.42 - - [2025-01-27 02:41:06] "POST /neutron/port HTTP/1.1" 200 1061 0.009809 10.0.0.42 - - [2025-01-27 02:41:06] "POST /neutron/port HTTP/1.1" 200 1115 0.056228 10.0.0.42 - - [2025-01-27 02:41:07] "POST /neutron/port HTTP/1.1" 200 1089 0.015616 10.0.0.42 - - [2025-01-27 02:41:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003037 10.0.0.42 - - [2025-01-27 02:41:07] "POST /neutron/subnet HTTP/1.1" 200 698 0.011777 10.0.0.42 - - [2025-01-27 02:41:07] "POST /neutron/port HTTP/1.1" 200 117 0.001446 10.0.0.42 - - [2025-01-27 02:41:07] "POST /neutron/network HTTP/1.1" 200 825 0.008421 10.0.0.42 - - [2025-01-27 02:41:07] "GET /projects?obj_uuids=99d8175d-9636-498d-a21e-f1fdd621904b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001457 10.0.0.42 - - [2025-01-27 02:41:07] "GET /project/99d8175d-9636-498d-a21e-f1fdd621904b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.052016 10.0.0.42 - - [2025-01-27 02:41:07] "POST /neutron/network HTTP/1.1" 200 825 0.007011 10.0.0.42 - - [2025-01-27 02:41:07] "POST /neutron/port HTTP/1.1" 200 1089 0.021596 10.0.0.42 - - [2025-01-27 02:41:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008132 10.0.0.42 - - [2025-01-27 02:41:07] "POST /neutron/port HTTP/1.1" 200 117 0.004978 10.0.0.42 - - [2025-01-27 02:41:07] "POST /neutron/port HTTP/1.1" 200 1089 0.020586 10.0.0.42 - - [2025-01-27 02:41:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008409 10.0.0.42 - - [2025-01-27 02:41:07] "POST /neutron/network HTTP/1.1" 200 835 0.005523 10.0.0.42 - - [2025-01-27 02:41:07] "GET /projects?obj_uuids=99d8175d-9636-498d-a21e-f1fdd621904b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001095 10.0.0.42 - - [2025-01-27 02:41:07] "POST /neutron/port HTTP/1.1" 200 1061 0.225222 10.0.0.42 - - [2025-01-27 02:41:08] "POST /neutron/port HTTP/1.1" 200 1061 0.017067 10.0.0.42 - - [2025-01-27 02:41:08] "POST /neutron/port HTTP/1.1" 200 1061 0.012099 10.0.0.42 - - [2025-01-27 02:41:08] "POST /neutron/port HTTP/1.1" 200 1115 0.073519 10.0.0.42 - - [2025-01-27 02:41:08] "POST /neutron/port HTTP/1.1" 200 1089 0.023588 10.0.0.42 - - [2025-01-27 02:41:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004136 10.0.0.42 - - [2025-01-27 02:41:08] "POST /neutron/subnet HTTP/1.1" 200 698 0.022289 10.0.0.42 - - [2025-01-27 02:41:08] "POST /neutron/port HTTP/1.1" 200 117 0.001449 10.0.0.42 - - [2025-01-27 02:41:08] "POST /neutron/network HTTP/1.1" 200 825 0.006050 10.0.0.42 - - [2025-01-27 02:41:12] "POST /neutron/port HTTP/1.1" 200 1089 0.017390 10.0.0.42 - - [2025-01-27 02:41:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012276 10.0.0.42 - - [2025-01-27 02:41:12] "POST /neutron/port HTTP/1.1" 200 1089 0.020468 10.0.0.42 - - [2025-01-27 02:41:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008038 10.0.0.42 - - [2025-01-27 02:41:12] "POST /neutron/port HTTP/1.1" 200 1089 0.020822 10.0.0.42 - - [2025-01-27 02:41:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008453 10.0.0.42 - - [2025-01-27 02:41:12] "GET /virtual-machine/73cd3a22-35c8-4137-99a8-7c5945a02677 HTTP/1.1" 401 292 0.000786 10.0.0.42 - - [2025-01-27 02:41:13] "GET /virtual-machine/73cd3a22-35c8-4137-99a8-7c5945a02677 HTTP/1.1" 200 1293 0.035561 10.0.0.42 - - [2025-01-27 02:41:13] "GET /virtual-machine-interface/4efb72fa-ef43-496c-924c-d50df70daf33 HTTP/1.1" 200 2946 0.009578 10.0.0.42 - - [2025-01-27 02:41:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.42 - - [2025-01-27 02:41:13] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004004 10.0.0.42 - - [2025-01-27 02:41:13] "GET /virtual-networks?parent_id=99d8175d-9636-498d-a21e-f1fdd621904b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003817 10.0.0.42 - - [2025-01-27 02:41:13] "GET /virtual-network/fe82395c-1cae-451a-a656-24c94ef7e184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.003610 10.0.0.42 - - [2025-01-27 02:41:15] "POST /neutron/port HTTP/1.1" 200 1089 0.015369 10.0.0.42 - - [2025-01-27 02:41:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006690 10.0.0.42 - - [2025-01-27 02:41:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.42 - - [2025-01-27 02:41:16] "GET /virtual-network/fe82395c-1cae-451a-a656-24c94ef7e184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.003174 10.0.0.42 - - [2025-01-27 02:41:17] "POST /neutron/port HTTP/1.1" 200 1089 0.019808 10.0.0.42 - - [2025-01-27 02:41:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007207 10.0.0.42 - - [2025-01-27 02:41:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.42 - - [2025-01-27 02:41:18] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003641 10.0.0.42 - - [2025-01-27 02:41:18] "GET /virtual-networks?parent_id=99d8175d-9636-498d-a21e-f1fdd621904b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003663 10.0.0.42 - - [2025-01-27 02:41:18] "GET /virtual-network/fe82395c-1cae-451a-a656-24c94ef7e184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.003958 10.0.0.42 - - [2025-01-27 02:41:18] "POST /neutron/port HTTP/1.1" 200 1089 0.024370 10.0.0.42 - - [2025-01-27 02:41:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007579 10.0.0.42 - - [2025-01-27 02:41:19] "POST /neutron/port HTTP/1.1" 200 1089 0.019269 10.0.0.42 - - [2025-01-27 02:41:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010241 10.0.0.42 - - [2025-01-27 02:41:19] "POST /neutron/port HTTP/1.1" 200 1089 0.018869 10.0.0.42 - - [2025-01-27 02:41:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007392 10.0.0.42 - - [2025-01-27 02:41:19] "GET /virtual-machine/c2784a62-7485-476d-9c27-670557dedf82 HTTP/1.1" 200 1294 0.005449 10.0.0.42 - - [2025-01-27 02:41:19] "GET /virtual-machine-interface/38b2aa4f-1a80-4675-90d7-2d582277343b HTTP/1.1" 200 2946 0.003651 10.0.0.42 - - [2025-01-27 02:41:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.42 - - [2025-01-27 02:41:19] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003670 10.0.0.42 - - [2025-01-27 02:41:19] "GET /virtual-networks?parent_id=99d8175d-9636-498d-a21e-f1fdd621904b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004483 10.0.0.42 - - [2025-01-27 02:41:19] "GET /virtual-network/fe82395c-1cae-451a-a656-24c94ef7e184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004061 10.0.0.42 - - [2025-01-27 02:41:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.42 - - [2025-01-27 02:41:20] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002754 10.0.0.42 - - [2025-01-27 02:41:20] "GET /virtual-networks?parent_id=99d8175d-9636-498d-a21e-f1fdd621904b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003141 10.0.0.42 - - [2025-01-27 02:41:20] "GET /virtual-network/fe82395c-1cae-451a-a656-24c94ef7e184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.003287 10.0.0.42 - - [2025-01-27 02:41:25] "POST /neutron/network HTTP/1.1" 200 825 0.009991 10.0.0.42 - - [2025-01-27 02:41:25] "POST /neutron/network HTTP/1.1" 400 204 0.011415 10.0.0.42 - - [2025-01-27 02:41:25] "POST /neutron/port HTTP/1.1" 200 1089 0.016883 10.0.0.42 - - [2025-01-27 02:41:25] "POST /neutron/port HTTP/1.1" 200 1115 0.013378 10.0.0.42 - - [2025-01-27 02:41:26] "POST /neutron/port HTTP/1.1" 200 1089 0.017828 10.0.0.42 - - [2025-01-27 02:41:26] "POST /neutron/port HTTP/1.1" 200 1115 0.009201 10.0.0.42 - - [2025-01-27 02:41:26] "POST /neutron/port HTTP/1.1" 200 151 0.123009 10.0.0.42 - - [2025-01-27 02:41:26] "POST /neutron/port HTTP/1.1" 200 151 0.129791 10.0.0.42 - - [2025-01-27 02:41:27] "POST /neutron/network HTTP/1.1" 200 825 0.006024 10.0.0.42 - - [2025-01-27 02:41:27] "POST /useragent-kv HTTP/1.1" 200 115 0.001306 10.0.0.42 - - [2025-01-27 02:41:27] "POST /useragent-kv HTTP/1.1" 200 115 0.001127 10.0.0.42 - - [2025-01-27 02:41:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005766 10.0.0.42 - - [2025-01-27 02:41:27] "POST /neutron/network HTTP/1.1" 200 151 0.083888 10.0.0.42 - - [2025-01-27 02:41:27] "DELETE /route-target/7c59ff92-9113-4feb-92d9-640509686162 HTTP/1.1" 200 115 0.016815 10.0.0.42 - - [2025-01-27 02:41:27] "GET /projects?obj_uuids=99d8175d-9636-498d-a21e-f1fdd621904b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001713 10.0.0.42 - - [2025-01-27 02:41:27] "GET /project/99d8175d-9636-498d-a21e-f1fdd621904b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.023631 10.0.0.42 - - [2025-01-27 02:41:27] "GET /projects?obj_uuids=99d8175d-9636-498d-a21e-f1fdd621904b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001443 10.0.0.42 - - [2025-01-27 02:41:28] "GET /project/99d8175d-9636-498d-a21e-f1fdd621904b?fields=virtual_networks HTTP/1.1" 200 1045 0.066639 10.0.0.42 - - [2025-01-27 02:41:28] "GET /projects?obj_uuids=99d8175d-9636-498d-a21e-f1fdd621904b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001481 10.0.0.42 - - [2025-01-27 02:41:28] "GET /project/99d8175d-9636-498d-a21e-f1fdd621904b?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.025306 10.0.0.42 - - [2025-01-27 02:41:28] "GET /projects?obj_uuids=99d8175d-9636-498d-a21e-f1fdd621904b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001170 10.0.0.42 - - [2025-01-27 02:41:28] "GET /project/99d8175d-9636-498d-a21e-f1fdd621904b?fields=security_groups HTTP/1.1" 200 1272 0.029720 10.0.0.42 - - [2025-01-27 02:41:29] "POST /fqname-to-id HTTP/1.1" 404 188 0.028734 10.0.0.42 - - [2025-01-27 02:41:29] "GET /projects?obj_uuids=311c431c-8934-41cb-a650-c3c66e42324d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003922 10.0.0.42 - - [2025-01-27 02:41:29] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001764 10.0.0.42 - - [2025-01-27 02:41:29] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007589 10.0.0.42 - - [2025-01-27 02:41:29] "POST /id-to-fqname HTTP/1.1" 200 190 0.001514 10.0.0.42 - - [2025-01-27 02:41:29] "POST /fqname-to-id HTTP/1.1" 404 199 0.003988 10.0.0.42 - - [2025-01-27 02:41:29] "POST /security-groups HTTP/1.1" 200 591 0.067968 10.0.0.42 - - [2025-01-27 02:41:29] "POST /fqname-to-id HTTP/1.1" 404 234 0.002796 10.0.0.42 - - [2025-01-27 02:41:29] "POST /projects HTTP/1.1" 200 585 0.234066 10.0.0.42 - - [2025-01-27 02:41:29] "POST /access-control-lists HTTP/1.1" 200 596 0.060494 10.0.0.42 - - [2025-01-27 02:41:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.307163 10.0.0.42 - - [2025-01-27 02:41:29] "POST /fqname-to-id HTTP/1.1" 404 233 0.003033 10.0.0.42 - - [2025-01-27 02:41:29] "GET /project/311c431c-8934-41cb-a650-c3c66e42324d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.437868 10.0.0.42 - - [2025-01-27 02:41:29] "POST /access-control-lists HTTP/1.1" 200 594 0.059325 10.0.0.42 - - [2025-01-27 02:41:30] "GET / HTTP/1.1" 200 35931 0.002244 10.0.0.42 - - [2025-01-27 02:41:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000537 10.0.0.42 - - [2025-01-27 02:41:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.059939 10.0.0.42 - - [2025-01-27 02:41:31] "GET /projects?obj_uuids=311c431c-8934-41cb-a650-c3c66e42324d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.026162 10.0.0.42 - - [2025-01-27 02:41:31] "GET /project/311c431c-8934-41cb-a650-c3c66e42324d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.045855 10.0.0.42 - - [2025-01-27 02:41:31] "POST /neutron/network HTTP/1.1" 200 117 0.030058 10.0.0.42 - - [2025-01-27 02:41:31] "GET /projects?obj_uuids=311c431c-8934-41cb-a650-c3c66e42324d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001433 10.0.0.42 - - [2025-01-27 02:41:31] "POST /neutron/network HTTP/1.1" 200 625 0.059717 10.0.0.42 - - [2025-01-27 02:41:31] "POST /route-targets HTTP/1.1" 200 327 0.010036 10.0.0.42 - - [2025-01-27 02:41:31] "POST /ref-update HTTP/1.1" 200 156 0.010821 10.0.0.42 - - [2025-01-27 02:41:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003740 10.0.0.42 - - [2025-01-27 02:41:32] "POST /neutron/subnet HTTP/1.1" 200 701 0.178253 10.0.0.42 - - [2025-01-27 02:41:32] "POST /neutron/network HTTP/1.1" 200 839 0.005344 10.0.0.42 - - [2025-01-27 02:41:32] "POST /id-to-fqname HTTP/1.1" 200 230 0.001186 10.0.0.42 - - [2025-01-27 02:41:32] "GET /virtual-network/6fdee5a9-9071-4251-86bf-b4f639d4e7f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.002591 10.0.0.42 - - [2025-01-27 02:41:32] "POST /neutron/network HTTP/1.1" 200 839 0.005785 10.0.0.42 - - [2025-01-27 02:41:32] "GET /virtual-network/6fdee5a9-9071-4251-86bf-b4f639d4e7f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003069 10.0.0.42 - - [2025-01-27 02:41:32] "POST /neutron/network HTTP/1.1" 200 839 0.005978 10.0.0.42 - - [2025-01-27 02:41:32] "POST /neutron/subnet HTTP/1.1" 200 701 0.007096 10.0.0.42 - - [2025-01-27 02:41:32] "POST /neutron/network HTTP/1.1" 200 839 0.005302 10.0.0.42 - - [2025-01-27 02:41:32] "POST /id-to-fqname HTTP/1.1" 200 230 0.001184 10.0.0.42 - - [2025-01-27 02:41:32] "POST /neutron/network HTTP/1.1" 200 849 0.006357 10.0.0.42 - - [2025-01-27 02:41:32] "GET /aaa-mode HTTP/1.1" 401 292 0.000427 10.0.0.42 - - [2025-01-27 02:41:32] "GET / HTTP/1.1" 200 35931 0.002014 10.0.0.42 - - [2025-01-27 02:41:32] "GET /project/311c431c-8934-41cb-a650-c3c66e42324d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000393 10.0.0.42 - - [2025-01-27 02:41:33] "GET /projects?obj_uuids=311c431c-8934-41cb-a650-c3c66e42324d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001131 10.0.0.42 - - [2025-01-27 02:41:33] "GET /project/311c431c-8934-41cb-a650-c3c66e42324d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.045587 10.0.0.42 - - [2025-01-27 02:41:33] "POST /neutron/network HTTP/1.1" 200 839 0.005677 10.0.0.42 - - [2025-01-27 02:41:33] "POST /neutron/port HTTP/1.1" 200 117 0.006994 10.0.0.42 - - [2025-01-27 02:41:33] "POST /neutron/port HTTP/1.1" 200 117 0.006336 10.0.0.42 - - [2025-01-27 02:41:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006543 10.0.0.42 - - [2025-01-27 02:41:33] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003657 10.0.0.42 - - [2025-01-27 02:41:33] "PUT /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d HTTP/1.1" 200 276 0.013356 10.0.0.42 - - [2025-01-27 02:41:33] "POST /neutron/port HTTP/1.1" 200 117 0.006036 10.0.0.42 - - [2025-01-27 02:41:33] "POST /neutron/network HTTP/1.1" 200 849 0.013742 10.0.0.42 - - [2025-01-27 02:41:33] "GET /projects?obj_uuids=311c431c-8934-41cb-a650-c3c66e42324d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001328 10.0.0.42 - - [2025-01-27 02:41:34] "POST /neutron/port HTTP/1.1" 200 1055 0.190434 10.0.0.42 - - [2025-01-27 02:41:34] "POST /neutron/port HTTP/1.1" 200 1055 0.013956 10.0.0.42 - - [2025-01-27 02:41:34] "POST /neutron/port HTTP/1.1" 200 1055 0.010861 10.0.0.42 - - [2025-01-27 02:41:34] "POST /neutron/port HTTP/1.1" 200 1109 0.067302 10.0.0.42 - - [2025-01-27 02:41:34] "POST /neutron/port HTTP/1.1" 200 1083 0.016178 10.0.0.42 - - [2025-01-27 02:41:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003603 10.0.0.42 - - [2025-01-27 02:41:34] "POST /neutron/subnet HTTP/1.1" 200 675 0.011252 10.0.0.42 - - [2025-01-27 02:41:34] "POST /neutron/port HTTP/1.1" 200 117 0.001682 10.0.0.42 - - [2025-01-27 02:41:34] "POST /neutron/network HTTP/1.1" 200 839 0.007445 10.0.0.42 - - [2025-01-27 02:41:38] "POST /neutron/port HTTP/1.1" 200 1083 0.014439 10.0.0.42 - - [2025-01-27 02:41:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006414 10.0.0.42 - - [2025-01-27 02:41:38] "POST /neutron/port HTTP/1.1" 200 1083 0.018234 10.0.0.42 - - [2025-01-27 02:41:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006934 10.0.0.42 - - [2025-01-27 02:41:39] "POST /neutron/port HTTP/1.1" 200 1083 0.018002 10.0.0.42 - - [2025-01-27 02:41:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006361 10.0.0.42 - - [2025-01-27 02:41:39] "GET /virtual-machine/ba46b3a4-ab26-4c13-86af-d4ba5759fd11 HTTP/1.1" 401 292 0.000607 10.0.0.42 - - [2025-01-27 02:41:39] "GET /virtual-machine/ba46b3a4-ab26-4c13-86af-d4ba5759fd11 HTTP/1.1" 200 1292 0.030463 10.0.0.42 - - [2025-01-27 02:41:39] "GET /virtual-machine-interface/bbf08ccc-1c7f-4584-9401-d17b638c85ad HTTP/1.1" 200 2972 0.004098 10.0.0.42 - - [2025-01-27 02:41:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.42 - - [2025-01-27 02:41:39] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.003090 10.0.0.42 - - [2025-01-27 02:41:39] "GET /virtual-networks?parent_id=311c431c-8934-41cb-a650-c3c66e42324d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003598 10.0.0.42 - - [2025-01-27 02:41:39] "GET /virtual-network/6fdee5a9-9071-4251-86bf-b4f639d4e7f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003939 10.0.0.42 - - [2025-01-27 02:41:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.42 - - [2025-01-27 02:41:42] "GET /virtual-network/6fdee5a9-9071-4251-86bf-b4f639d4e7f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003403 10.0.0.42 - - [2025-01-27 02:41:43] "POST /neutron/port HTTP/1.1" 200 1083 0.022148 10.0.0.42 - - [2025-01-27 02:41:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006497 10.0.0.42 - - [2025-01-27 02:41:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.007506 10.0.0.42 - - [2025-01-27 02:41:44] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.002870 10.0.0.42 - - [2025-01-27 02:41:44] "GET /virtual-networks?parent_id=311c431c-8934-41cb-a650-c3c66e42324d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002985 10.0.0.42 - - [2025-01-27 02:41:44] "GET /virtual-network/6fdee5a9-9071-4251-86bf-b4f639d4e7f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004492 10.0.0.42 - - [2025-01-27 02:41:45] "POST /neutron/port HTTP/1.1" 200 1083 0.017549 10.0.0.42 - - [2025-01-27 02:41:45] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007461 10.0.0.42 - - [2025-01-27 02:41:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004406 10.0.0.42 - - [2025-01-27 02:41:52] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.002671 10.0.0.42 - - [2025-01-27 02:41:52] "PUT /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d HTTP/1.1" 200 276 0.009346 10.0.0.42 - - [2025-01-27 02:41:52] "POST /neutron/network HTTP/1.1" 200 839 0.011840 10.0.0.42 - - [2025-01-27 02:41:52] "POST /neutron/network HTTP/1.1" 400 204 0.014140 10.0.0.42 - - [2025-01-27 02:41:52] "POST /neutron/port HTTP/1.1" 200 1083 0.017396 10.0.0.42 - - [2025-01-27 02:41:52] "POST /neutron/port HTTP/1.1" 200 1109 0.010009 10.0.0.42 - - [2025-01-27 02:41:52] "POST /neutron/port HTTP/1.1" 200 151 0.108438 10.0.0.42 - - [2025-01-27 02:41:54] "POST /neutron/network HTTP/1.1" 200 839 0.005833 10.0.0.42 - - [2025-01-27 02:41:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001223 10.0.0.42 - - [2025-01-27 02:41:54] "POST /useragent-kv HTTP/1.1" 200 115 0.000926 10.0.0.42 - - [2025-01-27 02:41:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005059 10.0.0.42 - - [2025-01-27 02:41:54] "POST /neutron/network HTTP/1.1" 200 151 0.078383 10.0.0.42 - - [2025-01-27 02:41:54] "DELETE /route-target/61e8528b-1554-43f7-bba1-ff3cc2b98989 HTTP/1.1" 200 115 0.014185 10.0.0.42 - - [2025-01-27 02:41:54] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002790 10.0.0.42 - - [2025-01-27 02:41:54] "POST /network-ipams HTTP/1.1" 200 541 0.016814 10.0.0.42 - - [2025-01-27 02:41:54] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.002872 10.0.0.42 - - [2025-01-27 02:41:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.42 - - [2025-01-27 02:41:55] "GET /network-ipam/83e88d00-f7e3-4029-9f75-2b00cef90a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.004262 10.0.0.42 - - [2025-01-27 02:41:55] "PUT /network-ipam/83e88d00-f7e3-4029-9f75-2b00cef90a5a HTTP/1.1" 200 258 0.009370 10.0.0.42 - - [2025-01-27 02:41:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.42 - - [2025-01-27 02:41:55] "GET /projects?obj_uuids=311c431c-8934-41cb-a650-c3c66e42324d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001054 10.0.0.42 - - [2025-01-27 02:41:55] "GET /project/311c431c-8934-41cb-a650-c3c66e42324d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.019486 10.0.0.42 - - [2025-01-27 02:41:55] "POST /neutron/network HTTP/1.1" 200 117 0.007297 10.0.0.42 - - [2025-01-27 02:41:55] "GET /projects?obj_uuids=311c431c-8934-41cb-a650-c3c66e42324d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001062 10.0.0.42 - - [2025-01-27 02:41:55] "POST /neutron/network HTTP/1.1" 200 605 0.063939 10.0.0.42 - - [2025-01-27 02:41:55] "POST /route-targets HTTP/1.1" 200 327 0.010961 10.0.0.42 - - [2025-01-27 02:41:55] "POST /ref-update HTTP/1.1" 200 156 0.011089 10.0.0.42 - - [2025-01-27 02:41:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002316 10.0.0.42 - - [2025-01-27 02:41:55] "POST /neutron/subnet HTTP/1.1" 200 699 0.186551 10.0.0.42 - - [2025-01-27 02:41:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002399 10.0.0.42 - - [2025-01-27 02:41:55] "POST /neutron/subnet HTTP/1.1" 200 699 0.121577 10.0.0.42 - - [2025-01-27 02:41:55] "POST /neutron/network HTTP/1.1" 200 994 0.006848 10.0.0.42 - - [2025-01-27 02:41:55] "POST /id-to-fqname HTTP/1.1" 200 220 0.001137 10.0.0.42 - - [2025-01-27 02:41:55] "GET /virtual-network/f50ca865-33c9-4cc7-9f91-ef44ef8da310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.002362 10.0.0.42 - - [2025-01-27 02:41:55] "POST /neutron/network HTTP/1.1" 200 994 0.006882 10.0.0.42 - - [2025-01-27 02:41:55] "GET /virtual-network/f50ca865-33c9-4cc7-9f91-ef44ef8da310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.003091 10.0.0.42 - - [2025-01-27 02:41:55] "POST /neutron/network HTTP/1.1" 200 994 0.007823 10.0.0.42 - - [2025-01-27 02:41:55] "POST /neutron/subnet HTTP/1.1" 200 699 0.006835 10.0.0.42 - - [2025-01-27 02:41:55] "POST /neutron/subnet HTTP/1.1" 200 699 0.007779 10.0.0.42 - - [2025-01-27 02:41:55] "POST /neutron/network HTTP/1.1" 200 994 0.007619 10.0.0.42 - - [2025-01-27 02:41:55] "POST /neutron/subnet HTTP/1.1" 200 699 0.007131 10.0.0.42 - - [2025-01-27 02:41:55] "POST /neutron/subnet HTTP/1.1" 200 699 0.007138 10.0.0.42 - - [2025-01-27 02:41:55] "GET /projects?obj_uuids=311c431c-8934-41cb-a650-c3c66e42324d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001093 10.0.0.42 - - [2025-01-27 02:41:56] "DELETE /project/311c431c893441cba650c3c66e42324d HTTP/1.1" 404 173 0.046720 10.0.0.42 - - [2025-01-27 02:41:56] "GET /projects?obj_uuids=99d8175d-9636-498d-a21e-f1fdd621904b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001505 10.0.0.42 - - [2025-01-27 02:41:56] "DELETE /project/99d8175d9636498da21ef1fdd621904b HTTP/1.1" 404 173 0.069633 10.0.0.42 - - [2025-01-27 02:41:56] "GET /project/99d8175d-9636-498d-a21e-f1fdd621904b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.029539 10.0.0.42 - - [2025-01-27 02:41:56] "GET /projects?obj_uuids=99d8175d-9636-498d-a21e-f1fdd621904b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000952 10.0.0.42 - - [2025-01-27 02:41:56] "GET /projects?obj_uuids=1d2e8b74-f2e1-4e73-a219-6c2977b43c0f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000930 10.0.0.42 - - [2025-01-27 02:41:56] "POST /neutron/port HTTP/1.1" 200 1017 0.206122 10.0.0.42 - - [2025-01-27 02:41:56] "GET /project/99d8175d-9636-498d-a21e-f1fdd621904b?fields=security_groups HTTP/1.1" 200 1377 0.037928 10.0.0.42 - - [2025-01-27 02:41:56] "GET /project/1d2e8b74-f2e1-4e73-a219-6c2977b43c0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.034454 10.0.0.42 - - [2025-01-27 02:41:56] "GET /projects?obj_uuids=311c431c-8934-41cb-a650-c3c66e42324d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001122 10.0.0.42 - - [2025-01-27 02:41:56] "GET /projects?obj_uuids=1d2e8b74-f2e1-4e73-a219-6c2977b43c0f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001431 10.0.0.42 - - [2025-01-27 02:41:56] "GET /project/1d2e8b74-f2e1-4e73-a219-6c2977b43c0f?fields=security_groups HTTP/1.1" 200 1376 0.100886 10.0.0.42 - - [2025-01-27 02:41:56] "DELETE /security-group/20bc7367-b6fc-4027-a7dc-5cdcc6722550 HTTP/1.1" 200 115 0.194378 10.0.0.42 - - [2025-01-27 02:41:56] "GET /projects?obj_uuids=99d8175d-9636-498d-a21e-f1fdd621904b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001083 10.0.0.42 - - [2025-01-27 02:41:56] "DELETE /access-control-list/fa5b9f2e-14b9-4b7f-af10-1896719f774e HTTP/1.1" 200 115 0.121494 10.0.0.42 - - [2025-01-27 02:41:56] "GET /project/99d8175d-9636-498d-a21e-f1fdd621904b?fields=application_policy_sets HTTP/1.1" 200 1416 0.036541 10.0.0.42 - - [2025-01-27 02:41:56] "DELETE /access-control-list/168d6146-a37c-4ecc-9f33-76d38bc05b7d HTTP/1.1" 200 115 0.043412 10.0.0.42 - - [2025-01-27 02:41:56] "DELETE /security-group/d487a722-dd8a-4d6e-ba0c-3ebbc879288f HTTP/1.1" 200 115 0.085895 10.0.0.42 - - [2025-01-27 02:41:56] "GET /projects?obj_uuids=1d2e8b74-f2e1-4e73-a219-6c2977b43c0f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001425 10.0.0.42 - - [2025-01-27 02:41:56] "GET /project/1d2e8b74-f2e1-4e73-a219-6c2977b43c0f?fields=application_policy_sets HTTP/1.1" 200 1415 0.040232 10.0.0.42 - - [2025-01-27 02:41:56] "POST /neutron/port HTTP/1.1" 200 1017 0.348281 10.0.0.42 - - [2025-01-27 02:41:56] "POST /id-to-fqname HTTP/1.1" 200 220 0.001128 10.0.0.42 - - [2025-01-27 02:41:56] "DELETE /access-control-list/b2b84198-334b-405f-8231-d4ba376b4bc9 HTTP/1.1" 200 115 0.048892 10.0.0.42 - - [2025-01-27 02:41:56] "DELETE /access-control-list/1ac375c5-51ac-4bd1-a5f0-d70dc1bebb32 HTTP/1.1" 200 115 0.024332 10.0.0.42 - - [2025-01-27 02:41:56] "DELETE /project/99d8175d-9636-498d-a21e-f1fdd621904b HTTP/1.1" 200 115 0.559587 10.0.0.42 - - [2025-01-27 02:41:56] "DELETE /project/1d2e8b74-f2e1-4e73-a219-6c2977b43c0f HTTP/1.1" 200 115 0.598411 10.0.0.42 - - [2025-01-27 02:41:56] "POST /neutron/port HTTP/1.1" 200 1017 0.008923 10.0.0.42 - - [2025-01-27 02:41:56] "POST /neutron/port HTTP/1.1" 200 1017 0.033441 10.0.0.42 - - [2025-01-27 02:41:56] "POST /neutron/network HTTP/1.1" 200 994 0.008771 10.0.0.42 - - [2025-01-27 02:41:56] "POST /neutron/port HTTP/1.1" 200 1017 0.007929 10.0.0.42 - - [2025-01-27 02:41:56] "POST /neutron/port HTTP/1.1" 200 117 0.005226 10.0.0.42 - - [2025-01-27 02:41:56] "POST /neutron/port HTTP/1.1" 200 117 0.005225 10.0.0.42 - - [2025-01-27 02:41:57] "POST /id-to-fqname HTTP/1.1" 200 220 0.001331 10.0.0.42 - - [2025-01-27 02:41:57] "POST /neutron/port HTTP/1.1" 200 117 0.006373 10.0.0.42 - - [2025-01-27 02:41:57] "POST /neutron/port HTTP/1.1" 200 1017 0.008159 10.0.0.42 - - [2025-01-27 02:41:57] "POST /neutron/port HTTP/1.1" 200 1017 0.008777 10.0.0.42 - - [2025-01-27 02:41:57] "POST /neutron/network HTTP/1.1" 200 994 0.006890 10.0.0.42 - - [2025-01-27 02:41:57] "POST /neutron/port HTTP/1.1" 200 1017 0.009204 10.0.0.42 - - [2025-01-27 02:41:57] "POST /neutron/port HTTP/1.1" 200 1017 0.008081 10.0.0.42 - - [2025-01-27 02:41:57] "POST /neutron/port HTTP/1.1" 200 1017 0.009238 10.0.0.42 - - [2025-01-27 02:41:57] "POST /neutron/port HTTP/1.1" 200 117 0.007754 10.0.0.42 - - [2025-01-27 02:41:57] "POST /neutron/port HTTP/1.1" 200 117 0.006007 10.0.0.42 - - [2025-01-27 02:41:57] "POST /id-to-fqname HTTP/1.1" 200 220 0.001489 10.0.0.42 - - [2025-01-27 02:41:57] "POST /neutron/port HTTP/1.1" 200 117 0.008988 10.0.0.42 - - [2025-01-27 02:41:57] "POST /neutron/network HTTP/1.1" 200 1004 0.007509 10.0.0.42 - - [2025-01-27 02:41:57] "GET /aaa-mode HTTP/1.1" 401 292 0.000417 10.0.0.42 - - [2025-01-27 02:41:57] "POST /neutron/port HTTP/1.1" 200 1017 0.030981 10.0.0.42 - - [2025-01-27 02:41:57] "POST /neutron/network HTTP/1.1" 200 1004 0.008501 10.0.0.42 - - [2025-01-27 02:41:57] "POST /neutron/port HTTP/1.1" 200 1017 0.009181 10.0.0.42 - - [2025-01-27 02:41:57] "POST /neutron/port HTTP/1.1" 200 1017 0.009813 10.0.0.42 - - [2025-01-27 02:41:57] "GET / HTTP/1.1" 200 35931 0.001658 10.0.0.42 - - [2025-01-27 02:41:57] "GET /project/311c431c-8934-41cb-a650-c3c66e42324d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000401 10.0.0.42 - - [2025-01-27 02:41:57] "POST /neutron/port HTTP/1.1" 200 1017 0.010437 10.0.0.42 - - [2025-01-27 02:41:57] "POST /neutron/network HTTP/1.1" 200 1004 0.010404 10.0.0.42 - - [2025-01-27 02:41:57] "POST /neutron/port HTTP/1.1" 200 1017 0.014579 10.0.0.42 - - [2025-01-27 02:41:58] "POST /neutron/port HTTP/1.1" 200 1017 0.015333 10.0.0.42 - - [2025-01-27 02:41:58] "POST /neutron/port HTTP/1.1" 200 1109 0.084189 10.0.0.42 - - [2025-01-27 02:41:58] "POST /neutron/port HTTP/1.1" 200 1109 0.075594 10.0.0.42 - - [2025-01-27 02:41:58] "POST /neutron/port HTTP/1.1" 200 1083 0.017554 10.0.0.42 - - [2025-01-27 02:41:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004699 10.0.0.42 - - [2025-01-27 02:41:58] "POST /neutron/subnet HTTP/1.1" 200 673 0.017605 10.0.0.42 - - [2025-01-27 02:41:58] "POST /neutron/port HTTP/1.1" 200 1083 0.030882 10.0.0.42 - - [2025-01-27 02:41:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003273 10.0.0.42 - - [2025-01-27 02:41:58] "POST /neutron/port HTTP/1.1" 200 117 0.001192 10.0.0.42 - - [2025-01-27 02:41:58] "POST /neutron/network HTTP/1.1" 200 994 0.009063 10.0.0.42 - - [2025-01-27 02:41:58] "POST /neutron/subnet HTTP/1.1" 200 673 0.017123 10.0.0.42 - - [2025-01-27 02:41:58] "POST /neutron/port HTTP/1.1" 200 117 0.001161 10.0.0.42 - - [2025-01-27 02:41:58] "POST /neutron/network HTTP/1.1" 200 994 0.006677 10.0.0.42 - - [2025-01-27 02:41:58] "GET /projects?obj_uuids=311c431c-8934-41cb-a650-c3c66e42324d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001365 10.0.0.42 - - [2025-01-27 02:41:58] "GET /project/311c431c-8934-41cb-a650-c3c66e42324d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.058933 10.0.0.42 - - [2025-01-27 02:41:58] "POST /neutron/network HTTP/1.1" 200 994 0.006772 10.0.0.42 - - [2025-01-27 02:41:58] "POST /neutron/port HTTP/1.1" 200 2050 0.037991 10.0.0.42 - - [2025-01-27 02:41:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008247 10.0.0.42 - - [2025-01-27 02:41:58] "POST /neutron/port HTTP/1.1" 200 117 0.005301 10.0.0.42 - - [2025-01-27 02:41:58] "GET /domains HTTP/1.1" 200 280 0.004484 10.0.0.42 - - [2025-01-27 02:41:58] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001083 10.0.0.42 - - [2025-01-27 02:41:58] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09 HTTP/1.1" 200 2572 0.010002 10.0.0.42 - - [2025-01-27 02:41:58] "GET /projects?obj_uuids=311c431c-8934-41cb-a650-c3c66e42324d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001049 10.0.0.42 - - [2025-01-27 02:41:58] "GET /project/311c431c-8934-41cb-a650-c3c66e42324d HTTP/1.1" 200 2852 0.065656 10.0.0.42 - - [2025-01-27 02:41:58] "GET /network-ipam/83e88d00-f7e3-4029-9f75-2b00cef90a5a HTTP/1.1" 200 2601 0.011512 10.0.0.42 - - [2025-01-27 02:41:58] "GET /domains HTTP/1.1" 200 280 0.004435 10.0.0.42 - - [2025-01-27 02:41:58] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001209 10.0.0.42 - - [2025-01-27 02:41:58] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09 HTTP/1.1" 200 2572 0.008827 10.0.0.42 - - [2025-01-27 02:41:58] "GET /projects?obj_uuids=311c431c-8934-41cb-a650-c3c66e42324d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001707 10.0.0.42 - - [2025-01-27 02:41:58] "GET /project/311c431c-8934-41cb-a650-c3c66e42324d HTTP/1.1" 200 2852 0.074372 10.0.0.42 - - [2025-01-27 02:41:58] "GET /virtual-network/f50ca865-33c9-4cc7-9f91-ef44ef8da310 HTTP/1.1" 200 3780 0.006273 10.0.0.42 - - [2025-01-27 02:41:58] "GET /virtual-network/f50ca865-33c9-4cc7-9f91-ef44ef8da310 HTTP/1.1" 200 3780 0.004401 10.0.0.42 - - [2025-01-27 02:41:58] "GET /routing-instance/88d9602a-148a-4a99-9fd9-f7ea9d06ceb1 HTTP/1.1" 200 2380 0.002953 10.0.0.42 - - [2025-01-27 02:41:58] "GET /routing-instance/88d9602a-148a-4a99-9fd9-f7ea9d06ceb1 HTTP/1.1" 200 2380 0.004831 10.0.0.42 - - [2025-01-27 02:41:58] "GET /route-target/7a9e0a1d-d129-408b-95b7-058be7d1f259 HTTP/1.1" 200 1204 0.004018 10.0.0.42 - - [2025-01-27 02:41:58] "GET /virtual-network/f50ca865-33c9-4cc7-9f91-ef44ef8da310 HTTP/1.1" 200 3780 0.003458 10.0.0.42 - - [2025-01-27 02:41:58] "GET /routing-instance/88d9602a-148a-4a99-9fd9-f7ea9d06ceb1 HTTP/1.1" 200 2380 0.003324 10.0.0.42 - - [2025-01-27 02:41:58] "GET /virtual-network/f50ca865-33c9-4cc7-9f91-ef44ef8da310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.003424 10.0.0.42 - - [2025-01-27 02:41:59] "GET /virtual-network/f50ca865-33c9-4cc7-9f91-ef44ef8da310 HTTP/1.1" 200 3780 0.005525 10.0.0.42 - - [2025-01-27 02:41:59] "GET /routing-instance/88d9602a-148a-4a99-9fd9-f7ea9d06ceb1 HTTP/1.1" 200 2380 0.004891 10.0.0.42 - - [2025-01-27 02:41:59] "GET /routing-instance/88d9602a-148a-4a99-9fd9-f7ea9d06ceb1 HTTP/1.1" 200 2380 0.003577 10.0.0.42 - - [2025-01-27 02:41:59] "GET /route-target/7a9e0a1d-d129-408b-95b7-058be7d1f259 HTTP/1.1" 200 1204 0.008837 10.0.0.42 - - [2025-01-27 02:41:59] "POST /neutron/network HTTP/1.1" 200 1004 0.011911 10.0.0.42 - - [2025-01-27 02:41:59] "GET /projects?obj_uuids=311c431c-8934-41cb-a650-c3c66e42324d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001246 10.0.0.42 - - [2025-01-27 02:41:59] "GET /domains HTTP/1.1" 200 280 0.005100 10.0.0.42 - - [2025-01-27 02:41:59] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001878 10.0.0.42 - - [2025-01-27 02:41:59] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09 HTTP/1.1" 200 2572 0.064578 10.0.0.42 - - [2025-01-27 02:41:59] "GET /projects?obj_uuids=311c431c-8934-41cb-a650-c3c66e42324d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001043 10.0.0.42 - - [2025-01-27 02:41:59] "GET /project/311c431c-8934-41cb-a650-c3c66e42324d HTTP/1.1" 200 3096 0.096889 10.0.0.42 - - [2025-01-27 02:41:59] "GET /virtual-network/f50ca865-33c9-4cc7-9f91-ef44ef8da310 HTTP/1.1" 200 4038 0.014694 10.0.0.42 - - [2025-01-27 02:41:59] "POST /neutron/port HTTP/1.1" 200 1055 0.253689 10.0.0.42 - - [2025-01-27 02:41:59] "POST /neutron/port HTTP/1.1" 200 1055 0.011016 10.0.0.42 - - [2025-01-27 02:41:59] "POST /neutron/port HTTP/1.1" 200 1055 0.018555 10.0.0.42 - - [2025-01-27 02:41:59] "POST /neutron/port HTTP/1.1" 200 1109 0.079511 10.0.0.42 - - [2025-01-27 02:41:59] "POST /neutron/port HTTP/1.1" 200 1083 0.029120 10.0.0.42 - - [2025-01-27 02:41:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003610 10.0.0.42 - - [2025-01-27 02:41:59] "POST /neutron/subnet HTTP/1.1" 200 673 0.016978 10.0.0.42 - - [2025-01-27 02:41:59] "POST /neutron/port HTTP/1.1" 200 117 0.003167 10.0.0.42 - - [2025-01-27 02:41:59] "POST /neutron/network HTTP/1.1" 200 994 0.014399 10.0.0.42 - - [2025-01-27 02:41:59] "GET /obj-perms HTTP/1.1" 200 5030 0.069266 10.0.0.42 - - [2025-01-27 02:41:59] "POST /neutron/port HTTP/1.1" 200 1083 0.033866 10.0.0.42 - - [2025-01-27 02:41:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010128 10.0.0.42 - - [2025-01-27 02:41:59] "POST /neutron/port HTTP/1.1" 200 1083 0.019085 10.0.0.42 - - [2025-01-27 02:41:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006195 10.0.0.42 - - [2025-01-27 02:41:59] "POST /neutron/port HTTP/1.1" 200 1083 0.019676 10.0.0.42 - - [2025-01-27 02:42:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009481 10.0.0.42 - - [2025-01-27 02:42:00] "GET /virtual-machine/a92743e4-74cd-4658-88df-09fa8a800b37 HTTP/1.1" 200 1288 0.006380 10.0.0.42 - - [2025-01-27 02:42:00] "GET /virtual-machine-interface/e3725c6c-0715-4ba3-8332-caddc3785c90 HTTP/1.1" 200 2941 0.003622 10.0.0.42 - - [2025-01-27 02:42:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.42 - - [2025-01-27 02:42:00] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002844 10.0.0.42 - - [2025-01-27 02:42:00] "GET /virtual-networks?parent_id=311c431c-8934-41cb-a650-c3c66e42324d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003630 10.0.0.42 - - [2025-01-27 02:42:00] "GET /virtual-network/f50ca865-33c9-4cc7-9f91-ef44ef8da310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.003794 10.0.0.42 - - [2025-01-27 02:42:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.42 - - [2025-01-27 02:42:03] "GET /virtual-network/f50ca865-33c9-4cc7-9f91-ef44ef8da310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.003317 10.0.0.42 - - [2025-01-27 02:42:04] "GET /obj-perms HTTP/1.1" 200 5056 0.056162 10.0.0.42 - - [2025-01-27 02:42:05] "GET /obj-perms HTTP/1.1" 200 5056 0.053536 10.0.0.42 - - [2025-01-27 02:42:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.42 - - [2025-01-27 02:42:07] "GET /virtual-network/f50ca865-33c9-4cc7-9f91-ef44ef8da310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.003265 10.0.0.42 - - [2025-01-27 02:42:07] "POST /neutron/port HTTP/1.1" 200 1083 0.044971 10.0.0.42 - - [2025-01-27 02:42:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005734 10.0.0.42 - - [2025-01-27 02:42:07] "POST /neutron/port HTTP/1.1" 200 1083 0.015619 10.0.0.42 - - [2025-01-27 02:42:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006490 10.0.0.42 - - [2025-01-27 02:42:08] "POST /neutron/port HTTP/1.1" 200 1083 0.017690 10.0.0.42 - - [2025-01-27 02:42:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007580 10.0.0.42 - - [2025-01-27 02:42:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.42 - - [2025-01-27 02:42:09] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003124 10.0.0.42 - - [2025-01-27 02:42:09] "GET /virtual-networks?parent_id=311c431c-8934-41cb-a650-c3c66e42324d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003257 10.0.0.42 - - [2025-01-27 02:42:09] "GET /virtual-network/f50ca865-33c9-4cc7-9f91-ef44ef8da310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.003292 10.0.0.42 - - [2025-01-27 02:42:09] "POST /neutron/port HTTP/1.1" 200 1083 0.017805 10.0.0.42 - - [2025-01-27 02:42:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008168 10.0.0.42 - - [2025-01-27 02:42:10] "POST /neutron/port HTTP/1.1" 200 1083 0.016698 10.0.0.42 - - [2025-01-27 02:42:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008036 10.0.0.42 - - [2025-01-27 02:42:10] "POST /neutron/port HTTP/1.1" 200 1083 0.015932 10.0.0.42 - - [2025-01-27 02:42:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007107 10.0.0.42 - - [2025-01-27 02:42:10] "GET /virtual-machine/6fe1afda-a701-44ec-b984-0d03ee7cdd5a HTTP/1.1" 200 1288 0.004982 10.0.0.42 - - [2025-01-27 02:42:10] "GET /virtual-machine-interface/2cae35f7-5922-48c7-9e39-9735a579952a HTTP/1.1" 200 2941 0.003810 10.0.0.42 - - [2025-01-27 02:42:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.42 - - [2025-01-27 02:42:10] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002663 10.0.0.42 - - [2025-01-27 02:42:10] "GET /virtual-networks?parent_id=311c431c-8934-41cb-a650-c3c66e42324d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003430 10.0.0.42 - - [2025-01-27 02:42:10] "GET /virtual-network/f50ca865-33c9-4cc7-9f91-ef44ef8da310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004080 10.0.0.42 - - [2025-01-27 02:42:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004414 10.0.0.42 - - [2025-01-27 02:42:11] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003903 10.0.0.42 - - [2025-01-27 02:42:11] "GET /virtual-networks?parent_id=311c431c-8934-41cb-a650-c3c66e42324d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003066 10.0.0.42 - - [2025-01-27 02:42:11] "GET /virtual-network/f50ca865-33c9-4cc7-9f91-ef44ef8da310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.003616 10.0.0.42 - - [2025-01-27 02:42:11] "POST /neutron/port HTTP/1.1" 200 1083 0.017099 10.0.0.42 - - [2025-01-27 02:42:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007943 10.0.0.42 - - [2025-01-27 02:42:11] "POST /neutron/port HTTP/1.1" 200 1083 0.017650 10.0.0.42 - - [2025-01-27 02:42:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007104 10.0.0.42 - - [2025-01-27 02:42:11] "POST /neutron/port HTTP/1.1" 200 1083 0.020328 10.0.0.42 - - [2025-01-27 02:42:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008069 10.0.0.42 - - [2025-01-27 02:42:11] "GET /virtual-machine/e03c147f-802b-4ef2-b37c-3eaac6cedc60 HTTP/1.1" 200 1293 0.005512 10.0.0.42 - - [2025-01-27 02:42:12] "GET /virtual-machine-interface/41e477d2-9496-4d82-83ce-c6c2b01435e3 HTTP/1.1" 200 2940 0.004184 10.0.0.42 - - [2025-01-27 02:42:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.42 - - [2025-01-27 02:42:12] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003565 10.0.0.42 - - [2025-01-27 02:42:12] "GET /virtual-networks?parent_id=311c431c-8934-41cb-a650-c3c66e42324d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003663 10.0.0.42 - - [2025-01-27 02:42:12] "GET /virtual-network/f50ca865-33c9-4cc7-9f91-ef44ef8da310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.003379 10.0.0.42 - - [2025-01-27 02:42:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.42 - - [2025-01-27 02:42:13] "GET /global-vrouter-config/b758f4b0-a411-4e18-bd55-1dea05b00d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003073 10.0.0.42 - - [2025-01-27 02:42:13] "GET /virtual-networks?parent_id=311c431c-8934-41cb-a650-c3c66e42324d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003445 10.0.0.42 - - [2025-01-27 02:42:13] "GET /virtual-network/f50ca865-33c9-4cc7-9f91-ef44ef8da310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004046 10.0.0.42 - - [2025-01-27 02:42:29] "POST /neutron/port HTTP/1.1" 200 1109 0.012513 10.0.0.42 - - [2025-01-27 02:42:29] "POST /neutron/port HTTP/1.1" 200 1109 0.017172 10.0.0.42 - - [2025-01-27 02:42:29] "POST /neutron/port HTTP/1.1" 200 151 0.152517 10.0.0.42 - - [2025-01-27 02:42:29] "POST /neutron/port HTTP/1.1" 200 1109 0.010250 10.0.0.42 - - [2025-01-27 02:42:29] "POST /neutron/port HTTP/1.1" 200 1109 0.013331 10.0.0.42 - - [2025-01-27 02:42:29] "POST /neutron/port HTTP/1.1" 200 1083 0.018573 10.0.0.42 - - [2025-01-27 02:42:29] "POST /neutron/port HTTP/1.1" 200 1109 0.012413 10.0.0.42 - - [2025-01-27 02:42:29] "POST /neutron/port HTTP/1.1" 200 151 0.127908 10.0.0.42 - - [2025-01-27 02:42:29] "POST /neutron/network HTTP/1.1" 200 994 0.007202 10.0.0.42 - - [2025-01-27 02:42:29] "POST /neutron/network HTTP/1.1" 400 204 0.014770 10.0.0.42 - - [2025-01-27 02:42:29] "POST /neutron/port HTTP/1.1" 200 151 0.128325 10.0.0.42 - - [2025-01-27 02:42:31] "POST /neutron/network HTTP/1.1" 200 994 0.010314 10.0.0.42 - - [2025-01-27 02:42:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006707 10.0.0.42 - - [2025-01-27 02:42:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001449 10.0.0.42 - - [2025-01-27 02:42:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001107 10.0.0.42 - - [2025-01-27 02:42:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001499 10.0.0.42 - - [2025-01-27 02:42:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001110 10.0.0.42 - - [2025-01-27 02:42:31] "POST /neutron/network HTTP/1.1" 200 151 0.113128 10.0.0.42 - - [2025-01-27 02:42:31] "DELETE /route-target/7a9e0a1d-d129-408b-95b7-058be7d1f259 HTTP/1.1" 200 115 0.033180 10.0.0.42 - - [2025-01-27 02:42:31] "GET /routing-instance/88d9602a-148a-4a99-9fd9-f7ea9d06ceb1 HTTP/1.1" 404 171 0.004951 10.0.0.42 - - [2025-01-27 02:42:31] "GET /domains HTTP/1.1" 200 280 0.005185 10.0.0.42 - - [2025-01-27 02:42:31] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001415 10.0.0.42 - - [2025-01-27 02:42:31] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09 HTTP/1.1" 200 2572 0.059241 10.0.0.42 - - [2025-01-27 02:42:31] "GET /projects?obj_uuids=311c431c-8934-41cb-a650-c3c66e42324d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001305 10.0.0.42 - - [2025-01-27 02:42:31] "GET /project/311c431c-8934-41cb-a650-c3c66e42324d HTTP/1.1" 200 2095 0.063373 10.0.0.42 - - [2025-01-27 02:42:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996 10.0.0.42 - - [2025-01-27 02:42:31] "DELETE /network-ipam/83e88d00-f7e3-4029-9f75-2b00cef90a5a HTTP/1.1" 200 115 0.029458 10.0.0.42 - - [2025-01-27 02:42:31] "POST /fqname-to-id HTTP/1.1" 404 211 0.002977 10.0.0.42 - - [2025-01-27 02:42:32] "GET /projects?obj_uuids=311c431c-8934-41cb-a650-c3c66e42324d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001135 10.0.0.42 - - [2025-01-27 02:42:32] "GET /project/311c431c-8934-41cb-a650-c3c66e42324d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.054676 10.0.0.42 - - [2025-01-27 02:42:32] "GET /projects?obj_uuids=311c431c-8934-41cb-a650-c3c66e42324d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001180 10.0.0.42 - - [2025-01-27 02:42:32] "GET /project/311c431c-8934-41cb-a650-c3c66e42324d?fields=virtual_networks HTTP/1.1" 200 1042 0.064597 10.0.0.42 - - [2025-01-27 02:42:32] "GET /projects?obj_uuids=311c431c-8934-41cb-a650-c3c66e42324d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001076 10.0.0.42 - - [2025-01-27 02:42:32] "GET /project/311c431c-8934-41cb-a650-c3c66e42324d?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.022243 10.0.0.42 - - [2025-01-27 02:42:32] "GET /projects?obj_uuids=311c431c-8934-41cb-a650-c3c66e42324d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001251 10.0.0.42 - - [2025-01-27 02:42:32] "GET /project/311c431c-8934-41cb-a650-c3c66e42324d?fields=security_groups HTTP/1.1" 200 1268 0.024914 10.0.0.42 - - [2025-01-27 02:42:34] "POST /neutron/port HTTP/1.1" 200 117 0.007105 10.0.0.42 - - [2025-01-27 02:42:34] "POST /neutron/port HTTP/1.1" 400 205 0.003691 10.0.0.42 - - [2025-01-27 02:42:34] "POST /neutron/port HTTP/1.1" 200 117 0.006307 10.0.0.42 - - [2025-01-27 02:42:34] "POST /neutron/port HTTP/1.1" 400 205 0.004996 10.0.0.42 - - [2025-01-27 02:42:41] "GET / HTTP/1.1" 200 35931 0.002361 10.0.0.42 - - [2025-01-27 02:42:41] "GET /project/47cde569-8309-4e22-a9b3-72ce9987f025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000848 10.0.0.42 - - [2025-01-27 02:42:42] "GET /projects?obj_uuids=47cde569-8309-4e22-a9b3-72ce9987f025&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001345 10.0.0.42 - - [2025-01-27 02:42:42] "GET /project/47cde569-8309-4e22-a9b3-72ce9987f025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.048426 [Introspect:8084]10.0.0.42 - - [2025-01-27 02:42:42] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001477 10.0.0.42 - - [2025-01-27 02:42:42] "POST /fqname-to-id HTTP/1.1" 404 184 0.027508 10.0.0.42 - - [2025-01-27 02:42:43] "GET /projects?obj_uuids=cab90500-eb29-4252-9960-4dff8575b310&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003102 10.0.0.42 - - [2025-01-27 02:42:43] "GET /domains?obj_uuids=097b3746-800c-471c-98b2-ef7b211c3f09&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001110 10.0.0.42 - - [2025-01-27 02:42:43] "GET /domain/097b3746-800c-471c-98b2-ef7b211c3f09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007393 10.0.0.42 - - [2025-01-27 02:42:43] "POST /id-to-fqname HTTP/1.1" 200 186 0.001518 10.0.0.42 - - [2025-01-27 02:42:43] "POST /fqname-to-id HTTP/1.1" 404 195 0.003442 10.0.0.42 - - [2025-01-27 02:42:43] "POST /security-groups HTTP/1.1" 200 587 0.063578 10.0.0.42 - - [2025-01-27 02:42:43] "POST /fqname-to-id HTTP/1.1" 404 230 0.002569 10.0.0.42 - - [2025-01-27 02:42:43] "POST /projects HTTP/1.1" 200 577 0.226566