+++ date ++ echo 'INFO: =================== Thu Sep 5 02:23:54 UTC 2024 ===================' INFO: =================== Thu Sep 5 02:23:54 UTC 2024 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.32 ++ 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.32 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.32 ++ ANALYTICSDB_NODES=10.0.0.32 ++ ANALYTICS_SNMP_NODES=10.0.0.32 ++ 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.32 +++ local server_address=10.0.0.32 +++ extended_server_list+='10.0.0.32:8081 ' +++ '[' -n '10.0.0.32:8081 ' ']' +++ echo 10.0.0.32:8081 ++ ANALYTICS_SERVERS=10.0.0.32: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.32 +++ local server_address=10.0.0.32 +++ extended_server_list+='10.0.0.32:9042 ' +++ '[' -n '10.0.0.32:9042 ' ']' +++ echo 10.0.0.32:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.32:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.32 ++ 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.32 +++ local server_address=10.0.0.32 +++ extended_server_list+='10.0.0.32:8086 ' +++ '[' -n '10.0.0.32:8086 ' ']' +++ echo 10.0.0.32:8086 ++ COLLECTOR_SERVERS=10.0.0.32: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.32 ++ CONFIGDB_NODES=10.0.0.32 ++ 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.32 +++ local server_address=10.0.0.32 +++ extended_server_list+='10.0.0.32:8082 ' +++ '[' -n '10.0.0.32:8082 ' ']' +++ echo 10.0.0.32:8082 ++ CONFIG_SERVERS=10.0.0.32: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.32 +++ local server_address=10.0.0.32 +++ extended_server_list+='10.0.0.32:9161 ' +++ '[' -n '10.0.0.32:9161 ' ']' +++ echo 10.0.0.32:9161 ++ CONFIGDB_SERVERS=10.0.0.32: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.32 +++ local server_address=10.0.0.32 +++ extended_server_list+='10.0.0.32:9041 ' +++ '[' -n '10.0.0.32:9041 ' ']' +++ echo 10.0.0.32:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.32:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.5 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.5 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.32 ++ 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.32 +++ local server_address=10.0.0.32 +++ extended_server_list+=10.0.0.32:2181, +++ '[' -n 10.0.0.32:2181, ']' +++ echo 10.0.0.32:2181 ++ ZOOKEEPER_SERVERS=10.0.0.32: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.32 +++ local server_address=10.0.0.32 +++ extended_server_list+='10.0.0.32:2181 ' +++ '[' -n '10.0.0.32:2181 ' ']' +++ echo 10.0.0.32:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.32:2181 ++ RABBITMQ_NODES=10.0.0.32 ++ 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.32 +++ local server_address=10.0.0.32 +++ extended_server_list+=10.0.0.32:5673, +++ '[' -n 10.0.0.32:5673, ']' +++ echo 10.0.0.32:5673 ++ RABBITMQ_SERVERS=10.0.0.32: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.32 +++ local server_address=10.0.0.32 +++ extended_server_list+='10.0.0.32:6379 ' +++ '[' -n '10.0.0.32:6379 ' ']' +++ echo 10.0.0.32:6379 ++ REDIS_SERVERS=10.0.0.32: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.32 ++ 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.32 +++ local server_address=10.0.0.32 +++ extended_server_list+='10.0.0.32:9092 ' +++ '[' -n '10.0.0.32:9092 ' ']' +++ echo 10.0.0.32:9092 ++ KAFKA_SERVERS=10.0.0.32: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.32 ++ 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.32 ++ 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.32 ++ 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.32 ++ cut -d , -f 1 + local cassandra=10.0.0.32 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.32 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.32 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.32 +++ 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.32,10.20.0.5,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in '"${server_list[@]}"' +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.32'\''))' +++ local server_ip=10.0.0.32 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.32 ]] +++ [[ ,10.0.0.32,10.20.0.5,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.32, ]] +++ echo 10.0.0.32 1 +++ return ++ local ip=10.0.0.32 ++ [[ -z 10.0.0.32 ]] ++ echo 10.0.0.32 + host_ip=10.0.0.32 + [[ cql == \c\q\l ]] ++ echo 10.0.0.32:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.32:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.32: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 09/05/2024 02:24:02.778 7f203949a448 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 09/05/2024 02:24:02.808 7f203949a448 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 09/05/2024 02:24:02.824 7f203949a448 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 09/05/2024 02:24:02.824 7f203949a448 [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.32:8082/ Hit Ctrl-C to quit. 10.0.0.32 - - [2024-09-05 02:24:07] "GET / HTTP/1.1" 200 45871 0.001752 10.0.0.32 - - [2024-09-05 02:24:07] "GET / HTTP/1.1" 200 45871 0.001396 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.32 - - [2024-09-05 02:24:07] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000583 10.0.0.32 - - [2024-09-05 02:24:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000340 10.0.0.32 - - [2024-09-05 02:24:08] "GET / HTTP/1.1" 200 35931 0.001811 10.0.0.32 - - [2024-09-05 02:24:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000429 10.0.0.32 - - [2024-09-05 02:24:08] "GET / HTTP/1.1" 200 35931 0.001573 10.0.0.32 - - [2024-09-05 02:24:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000437 10.0.0.32 - - [2024-09-05 02:24:09] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 1.171895 10.0.0.32 - - [2024-09-05 02:24:09] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002753 10.0.0.32 - - [2024-09-05 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.618317 10.0.0.32 - - [2024-09-05 02:24:09] "GET /global-system-config/f8114203-792c-4955-80db-06ef0a48732f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.003268 10.0.0.32 - - [2024-09-05 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.352496 10.0.0.32 - - [2024-09-05 02:24:09] "GET /global-system-config/f8114203-792c-4955-80db-06ef0a48732f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.002701 10.0.0.32 - - [2024-09-05 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.931471 10.0.0.32 - - [2024-09-05 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005166 10.0.0.32 - - [2024-09-05 02:24:09] "POST /fqname-to-id HTTP/1.1" 404 220 0.003253 10.0.0.32 - - [2024-09-05 02:24:09] "POST /fqname-to-id HTTP/1.1" 404 220 0.003599 10.0.0.32 - - [2024-09-05 02:24:09] "POST /config-database-nodes HTTP/1.1" 200 617 0.027086 10.0.0.32 - - [2024-09-05 02:24:09] "POST /config-nodes HTTP/1.1" 200 599 0.019677 /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.32 - - [2024-09-05 02:24:09] "GET / HTTP/1.1" 200 35931 0.002021 10.0.0.32 - - [2024-09-05 02:24:09] "GET / HTTP/1.1" 200 35931 0.002555 10.0.0.32 - - [2024-09-05 02:24:09] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000419 10.0.0.32 - - [2024-09-05 02:24:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000494 10.0.0.32 - - [2024-09-05 02:24:10] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.299048 10.0.0.32 - - [2024-09-05 02:24:10] "POST /fqname-to-id HTTP/1.1" 404 186 0.032018 10.0.0.32 - - [2024-09-05 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002624 10.0.0.32 - - [2024-09-05 02:24:10] "GET / HTTP/1.1" 200 35931 0.001853 10.0.0.32 - - [2024-09-05 02:24:10] "GET /global-system-config/f8114203-792c-4955-80db-06ef0a48732f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.003479 10.0.0.32 - - [2024-09-05 02:24:10] "POST /service-appliance-sets HTTP/1.1" 200 553 0.018981 10.0.0.32 - - [2024-09-05 02:24:10] "POST /fqname-to-id HTTP/1.1" 404 180 0.002749 10.0.0.32 - - [2024-09-05 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.32 - - [2024-09-05 02:24:10] "GET /global-system-config/f8114203-792c-4955-80db-06ef0a48732f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.004076 10.0.0.32 - - [2024-09-05 02:24:10] "POST /service-appliance-sets HTTP/1.1" 200 541 0.021388 10.0.0.32 - - [2024-09-05 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.32 - - [2024-09-05 02:24:10] "GET /network-ipam/4c1ad4ac-2cd8-4092-8247-6dcb36000456?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.004379 10.0.0.32 - - [2024-09-05 02:24:11] "POST /service-templates HTTP/1.1" 200 511 0.020218 10.0.0.32 - - [2024-09-05 02:24:11] "POST /service-templates HTTP/1.1" 200 501 0.019055 10.0.0.32 - - [2024-09-05 02:24:11] "POST /service-templates HTTP/1.1" 200 515 0.018336 10.0.0.32 - - [2024-09-05 02:24:11] "POST /service-templates HTTP/1.1" 200 535 0.020360 10.0.0.32 - - [2024-09-05 02:24:11] "POST /service-templates HTTP/1.1" 200 507 0.018662 10.0.0.32 - - [2024-09-05 02:24:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000491 10.0.0.32 - - [2024-09-05 02:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.026303 10.0.0.32 - - [2024-09-05 02:24:11] "GET /network-ipam/4c1ad4ac-2cd8-4092-8247-6dcb36000456?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.003040 10.0.0.32 - - [2024-09-05 02:24:12] "POST /fqname-to-id HTTP/1.1" 404 225 0.002671 10.0.0.32 - - [2024-09-05 02:24:12] "POST /access-control-lists HTTP/1.1" 200 587 0.021915 10.0.0.32 - - [2024-09-05 02:24:12] "POST /fqname-to-id HTTP/1.1" 404 224 0.003190 10.0.0.32 - - [2024-09-05 02:24:12] "POST /access-control-lists HTTP/1.1" 200 585 0.017701 10.0.0.32 - - [2024-09-05 02:24:12] "POST /route-targets HTTP/1.1" 200 327 0.010799 10.0.0.32 - - [2024-09-05 02:24:12] "POST /ref-update HTTP/1.1" 200 156 0.010243 10.0.0.32 - - [2024-09-05 02:24:12] "POST /route-targets HTTP/1.1" 200 327 0.009773 10.0.0.32 - - [2024-09-05 02:24:12] "POST /ref-update HTTP/1.1" 200 156 0.009714 10.0.0.32 - - [2024-09-05 02:24:12] "POST /route-targets HTTP/1.1" 200 327 0.010905 10.0.0.32 - - [2024-09-05 02:24:13] "POST /ref-update HTTP/1.1" 200 156 0.010215 10.0.0.32 - - [2024-09-05 02:24:13] "POST /route-targets HTTP/1.1" 200 327 0.010046 10.0.0.32 - - [2024-09-05 02:24:13] "POST /ref-update HTTP/1.1" 200 156 0.009643 10.0.0.32 - - [2024-09-05 02:24:13] "POST /fqname-to-id HTTP/1.1" 404 201 0.002863 10.0.0.32 - - [2024-09-05 02:24:13] "POST /access-control-lists HTTP/1.1" 200 551 0.060649 10.0.0.32 - - [2024-09-05 02:24:13] "PUT /access-control-list/5d65f363-d89f-487e-9b34-7ff4d370cf04 HTTP/1.1" 200 272 0.010720 10.0.0.32 - - [2024-09-05 02:24:13] "PUT /access-control-list/fbabf8ca-d169-4a40-bcd7-44c76771e70b HTTP/1.1" 200 272 0.010028 10.0.0.32 - - [2024-09-05 02:24:14] "GET / HTTP/1.1" 200 35931 0.001876 10.0.0.32 - - [2024-09-05 02:24:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000516 10.0.0.32 - - [2024-09-05 02:24:15] "POST /fqname-to-id HTTP/1.1" 404 196 0.024919 10.0.0.32 - - [2024-09-05 02:24:15] "POST /job-templates HTTP/1.1" 200 555 0.063684 10.0.0.32 - - [2024-09-05 02:24:15] "POST /fqname-to-id HTTP/1.1" 404 200 0.003047 10.0.0.32 - - [2024-09-05 02:24:15] "POST /job-templates HTTP/1.1" 200 563 0.060858 10.0.0.32 - - [2024-09-05 02:24:15] "POST /fqname-to-id HTTP/1.1" 404 191 0.003241 10.0.0.32 - - [2024-09-05 02:24:15] "POST /job-templates HTTP/1.1" 200 545 0.060779 10.0.0.32 - - [2024-09-05 02:24:15] "POST /fqname-to-id HTTP/1.1" 404 207 0.003113 10.0.0.32 - - [2024-09-05 02:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002685 10.0.0.32 - - [2024-09-05 02:24:15] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1162 0.002875 10.0.0.32 - - [2024-09-05 02:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.32 - - [2024-09-05 02:24:15] "POST /job-templates HTTP/1.1" 200 577 0.065188 10.0.0.32 - - [2024-09-05 02:24:15] "POST /fqname-to-id HTTP/1.1" 404 208 0.003809 10.0.0.32 - - [2024-09-05 02:24:15] "PUT /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856 HTTP/1.1" 200 276 0.007958 10.0.0.32 - - [2024-09-05 02:24:15] "POST /job-templates HTTP/1.1" 200 579 0.062589 10.0.0.32 - - [2024-09-05 02:24:15] "POST /fqname-to-id HTTP/1.1" 404 210 0.002972 10.0.0.32 - - [2024-09-05 02:24:15] "POST /job-templates HTTP/1.1" 200 583 0.064911 10.0.0.32 - - [2024-09-05 02:24:15] "POST /fqname-to-id HTTP/1.1" 404 198 0.003221 10.0.0.32 - - [2024-09-05 02:24:15] "GET / HTTP/1.1" 200 35931 0.001932 10.0.0.32 - - [2024-09-05 02:24:15] "POST /alarms HTTP/1.1" 401 292 0.000453 10.0.0.32 - - [2024-09-05 02:24:16] "POST /job-templates HTTP/1.1" 200 559 0.060854 10.0.0.32 - - [2024-09-05 02:24:16] "POST /fqname-to-id HTTP/1.1" 404 203 0.002990 10.0.0.32 - - [2024-09-05 02:24:16] "POST /job-templates HTTP/1.1" 200 569 0.060634 10.0.0.32 - - [2024-09-05 02:24:16] "POST /fqname-to-id HTTP/1.1" 404 196 0.003105 10.0.0.32 - - [2024-09-05 02:24:16] "POST /job-templates HTTP/1.1" 200 555 0.061826 10.0.0.32 - - [2024-09-05 02:24:16] "POST /alarms HTTP/1.1" 200 581 0.054282 10.0.0.32 - - [2024-09-05 02:24:16] "POST /alarms HTTP/1.1" 200 575 0.015980 10.0.0.32 - - [2024-09-05 02:24:16] "POST /fqname-to-id HTTP/1.1" 404 196 0.002692 10.0.0.32 - - [2024-09-05 02:24:16] "POST /alarms HTTP/1.1" 200 575 0.019323 10.0.0.32 - - [2024-09-05 02:24:16] "POST /job-templates HTTP/1.1" 200 555 0.065654 10.0.0.32 - - [2024-09-05 02:24:16] "POST /alarms HTTP/1.1" 200 559 0.028673 10.0.0.32 - - [2024-09-05 02:24:16] "POST /fqname-to-id HTTP/1.1" 404 196 0.003099 10.0.0.32 - - [2024-09-05 02:24:16] "POST /alarms HTTP/1.1" 200 555 0.017301 10.0.0.32 - - [2024-09-05 02:24:16] "POST /job-templates HTTP/1.1" 200 555 0.061569 10.0.0.32 - - [2024-09-05 02:24:16] "POST /alarms HTTP/1.1" 200 557 0.052253 10.0.0.32 - - [2024-09-05 02:24:16] "POST /fqname-to-id HTTP/1.1" 404 186 0.003141 10.0.0.32 - - [2024-09-05 02:24:16] "POST /alarms HTTP/1.1" 200 565 0.016222 10.0.0.32 - - [2024-09-05 02:24:16] "POST /job-templates HTTP/1.1" 200 535 0.066362 10.0.0.32 - - [2024-09-05 02:24:16] "POST /alarms HTTP/1.1" 200 549 0.062212 10.0.0.32 - - [2024-09-05 02:24:16] "POST /fqname-to-id HTTP/1.1" 404 198 0.003125 10.0.0.32 - - [2024-09-05 02:24:16] "POST /alarms HTTP/1.1" 200 557 0.018363 10.0.0.32 - - [2024-09-05 02:24:16] "POST /job-templates HTTP/1.1" 200 559 0.061646 10.0.0.32 - - [2024-09-05 02:24:16] "POST /alarms HTTP/1.1" 200 567 0.041816 10.0.0.32 - - [2024-09-05 02:24:17] "POST /fqname-to-id HTTP/1.1" 404 198 0.003448 10.0.0.32 - - [2024-09-05 02:24:17] "POST /alarms HTTP/1.1" 200 555 0.023918 10.0.0.32 - - [2024-09-05 02:24:17] "POST /job-templates HTTP/1.1" 200 559 0.061998 10.0.0.32 - - [2024-09-05 02:24:17] "POST /alarms HTTP/1.1" 200 567 0.044335 10.0.0.32 - - [2024-09-05 02:24:17] "POST /fqname-to-id HTTP/1.1" 404 198 0.002821 10.0.0.32 - - [2024-09-05 02:24:17] "POST /alarms HTTP/1.1" 200 575 0.061847 10.0.0.32 - - [2024-09-05 02:24:17] "POST /job-templates HTTP/1.1" 200 559 0.077245 10.0.0.32 - - [2024-09-05 02:24:17] "POST /alarms HTTP/1.1" 200 569 0.019981 10.0.0.32 - - [2024-09-05 02:24:17] "POST /fqname-to-id HTTP/1.1" 404 201 0.002989 10.0.0.32 - - [2024-09-05 02:24:17] "POST /alarms HTTP/1.1" 200 561 0.016830 10.0.0.32 - - [2024-09-05 02:24:17] "POST /job-templates HTTP/1.1" 200 565 0.062664 10.0.0.32 - - [2024-09-05 02:24:17] "POST /alarms HTTP/1.1" 200 561 0.045459 10.0.0.32 - - [2024-09-05 02:24:17] "POST /fqname-to-id HTTP/1.1" 404 197 0.003192 10.0.0.32 - - [2024-09-05 02:24:17] "POST /alarms HTTP/1.1" 200 561 0.018858 10.0.0.32 - - [2024-09-05 02:24:17] "POST /job-templates HTTP/1.1" 200 557 0.062688 10.0.0.32 - - [2024-09-05 02:24:17] "POST /alarms HTTP/1.1" 200 547 0.048347 10.0.0.32 - - [2024-09-05 02:24:17] "POST /fqname-to-id HTTP/1.1" 404 196 0.003308 10.0.0.32 - - [2024-09-05 02:24:17] "POST /alarms HTTP/1.1" 200 595 0.017903 10.0.0.32 - - [2024-09-05 02:24:17] "POST /job-templates HTTP/1.1" 200 555 0.061697 10.0.0.32 - - [2024-09-05 02:24:17] "POST /alarms HTTP/1.1" 200 575 0.047800 10.0.0.32 - - [2024-09-05 02:24:17] "POST /fqname-to-id HTTP/1.1" 404 205 0.003021 10.0.0.32 - - [2024-09-05 02:24:17] "POST /alarms HTTP/1.1" 200 571 0.020740 10.0.0.32 - - [2024-09-05 02:24:17] "POST /job-templates HTTP/1.1" 200 573 0.065629 10.0.0.32 - - [2024-09-05 02:24:17] "POST /alarms HTTP/1.1" 200 583 0.052210 10.0.0.32 - - [2024-09-05 02:24:17] "POST /fqname-to-id HTTP/1.1" 404 194 0.003478 10.0.0.32 - - [2024-09-05 02:24:17] "POST /alarms HTTP/1.1" 200 609 0.016625 10.0.0.32 - - [2024-09-05 02:24:18] "POST /job-templates HTTP/1.1" 200 551 0.061111 10.0.0.32 - - [2024-09-05 02:24:18] "POST /fqname-to-id HTTP/1.1" 404 208 0.003231 10.0.0.32 - - [2024-09-05 02:24:18] "POST /job-templates HTTP/1.1" 200 579 0.064908 10.0.0.32 - - [2024-09-05 02:24:18] "POST /fqname-to-id HTTP/1.1" 404 196 0.003164 10.0.0.32 - - [2024-09-05 02:24:18] "GET / HTTP/1.1" 200 35931 0.001753 10.0.0.32 - - [2024-09-05 02:24:18] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000422 10.0.0.32 - - [2024-09-05 02:24:18] "POST /job-templates HTTP/1.1" 200 555 0.065492 10.0.0.32 - - [2024-09-05 02:24:18] "POST /fqname-to-id HTTP/1.1" 404 198 0.003118 10.0.0.32 - - [2024-09-05 02:24:18] "POST /job-templates HTTP/1.1" 200 559 0.061172 10.0.0.32 - - [2024-09-05 02:24:18] "POST /fqname-to-id HTTP/1.1" 404 206 0.003158 10.0.0.32 - - [2024-09-05 02:24:18] "POST /job-templates HTTP/1.1" 200 575 0.063178 10.0.0.32 - - [2024-09-05 02:24:18] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.024785 10.0.0.32 - - [2024-09-05 02:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002559 10.0.0.32 - - [2024-09-05 02:24:18] "POST /fqname-to-id HTTP/1.1" 404 197 0.002997 10.0.0.32 - - [2024-09-05 02:24:18] "PUT /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856 HTTP/1.1" 200 276 0.008255 10.0.0.32 - - [2024-09-05 02:24:18] "POST /job-templates HTTP/1.1" 200 557 0.060865 10.0.0.32 - - [2024-09-05 02:24:18] "POST /fqname-to-id HTTP/1.1" 404 198 0.003045 10.0.0.32 - - [2024-09-05 02:24:19] "POST /job-templates HTTP/1.1" 200 559 0.060144 10.0.0.32 - - [2024-09-05 02:24:19] "POST /fqname-to-id HTTP/1.1" 404 196 0.003054 10.0.0.32 - - [2024-09-05 02:24:19] "GET / HTTP/1.1" 200 35931 0.001925 10.0.0.32 - - [2024-09-05 02:24:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000413 10.0.0.32 - - [2024-09-05 02:24:19] "POST /job-templates HTTP/1.1" 200 555 0.060390 10.0.0.32 - - [2024-09-05 02:24:19] "POST /fqname-to-id HTTP/1.1" 404 195 0.002986 10.0.0.32 - - [2024-09-05 02:24:19] "POST /job-templates HTTP/1.1" 200 553 0.060510 10.0.0.32 - - [2024-09-05 02:24:19] "POST /fqname-to-id HTTP/1.1" 404 195 0.003046 10.0.0.32 - - [2024-09-05 02:24:19] "POST /job-templates HTTP/1.1" 200 553 0.060589 10.0.0.32 - - [2024-09-05 02:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.025796 10.0.0.32 - - [2024-09-05 02:24:19] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002781 10.0.0.32 - - [2024-09-05 02:24:19] "POST /fqname-to-id HTTP/1.1" 404 195 0.003291 10.0.0.32 - - [2024-09-05 02:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.32 - - [2024-09-05 02:24:19] "POST /job-templates HTTP/1.1" 200 553 0.062149 10.0.0.32 - - [2024-09-05 02:24:19] "PUT /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856 HTTP/1.1" 200 276 0.044116 10.0.0.32 - - [2024-09-05 02:24:19] "POST /fqname-to-id HTTP/1.1" 404 200 0.003607 10.0.0.32 - - [2024-09-05 02:24:19] "POST /job-templates HTTP/1.1" 200 563 0.060804 10.0.0.32 - - [2024-09-05 02:24:19] "POST /fqname-to-id HTTP/1.1" 404 201 0.003531 10.0.0.32 - - [2024-09-05 02:24:19] "POST /job-templates HTTP/1.1" 200 565 0.061342 10.0.0.32 - - [2024-09-05 02:24:19] "POST /fqname-to-id HTTP/1.1" 404 189 0.003143 10.0.0.32 - - [2024-09-05 02:24:19] "GET / HTTP/1.1" 200 35931 0.001600 10.0.0.32 - - [2024-09-05 02:24:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000473 10.0.0.32 - - [2024-09-05 02:24:20] "POST /config-propertiess HTTP/1.1" 200 551 0.019919 10.0.0.32 - - [2024-09-05 02:24:20] "POST /fqname-to-id HTTP/1.1" 404 168 0.003710 10.0.0.32 - - [2024-09-05 02:24:20] "POST /tags HTTP/1.1" 200 321 0.035698 10.0.0.32 - - [2024-09-05 02:24:20] "POST /fqname-to-id HTTP/1.1" 404 166 0.003032 10.0.0.32 - - [2024-09-05 02:24:20] "POST /tags HTTP/1.1" 200 317 0.022309 10.0.0.32 - - [2024-09-05 02:24:20] "POST /fqname-to-id HTTP/1.1" 404 174 0.006199 10.0.0.32 - - [2024-09-05 02:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.023945 10.0.0.32 - - [2024-09-05 02:24:20] "GET /global-system-config/f8114203-792c-4955-80db-06ef0a48732f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.002954 10.0.0.32 - - [2024-09-05 02:24:20] "POST /tags HTTP/1.1" 200 333 0.021161 10.0.0.32 - - [2024-09-05 02:24:20] "PUT /global-system-config/f8114203-792c-4955-80db-06ef0a48732f HTTP/1.1" 200 274 0.016142 10.0.0.32 - - [2024-09-05 02:24:20] "POST /fqname-to-id HTTP/1.1" 404 162 0.002599 10.0.0.32 - - [2024-09-05 02:24:20] "POST /tags HTTP/1.1" 200 309 0.020275 10.0.0.32 - - [2024-09-05 02:24:20] "POST /fqname-to-id HTTP/1.1" 404 174 0.003075 10.0.0.32 - - [2024-09-05 02:24:20] "POST /tags HTTP/1.1" 200 333 0.020518 10.0.0.32 - - [2024-09-05 02:24:20] "POST /fqname-to-id HTTP/1.1" 404 164 0.003076 10.0.0.32 - - [2024-09-05 02:24:20] "POST /tags HTTP/1.1" 200 313 0.018996 10.0.0.32 - - [2024-09-05 02:24:20] "POST /fqname-to-id HTTP/1.1" 404 169 0.002967 10.0.0.32 - - [2024-09-05 02:24:20] "POST /tags HTTP/1.1" 200 323 0.020333 10.0.0.32 - - [2024-09-05 02:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.32 - - [2024-09-05 02:24:20] "PUT /global-system-config/f8114203-792c-4955-80db-06ef0a48732f HTTP/1.1" 200 274 0.010362 10.0.0.32 - - [2024-09-05 02:24:21] "POST /fqname-to-id HTTP/1.1" 404 166 0.003681 10.0.0.32 - - [2024-09-05 02:24:21] "POST /hardwares HTTP/1.1" 200 327 0.010918 10.0.0.32 - - [2024-09-05 02:24:21] "POST /fqname-to-id HTTP/1.1" 404 166 0.003361 10.0.0.32 - - [2024-09-05 02:24:21] "POST /hardwares HTTP/1.1" 200 327 0.012338 10.0.0.32 - - [2024-09-05 02:24:21] "POST /fqname-to-id HTTP/1.1" 404 166 0.003282 10.0.0.32 - - [2024-09-05 02:24:21] "POST /hardwares HTTP/1.1" 200 327 0.011130 10.0.0.32 - - [2024-09-05 02:24:21] "POST /fqname-to-id HTTP/1.1" 404 166 0.003369 10.0.0.32 - - [2024-09-05 02:24:21] "POST /hardwares HTTP/1.1" 200 327 0.011850 10.0.0.32 - - [2024-09-05 02:24:21] "POST /fqname-to-id HTTP/1.1" 404 164 0.003293 10.0.0.32 - - [2024-09-05 02:24:21] "POST /hardwares HTTP/1.1" 200 323 0.011146 10.0.0.32 - - [2024-09-05 02:24:21] "POST /fqname-to-id HTTP/1.1" 404 164 0.003088 10.0.0.32 - - [2024-09-05 02:24:21] "POST /hardwares HTTP/1.1" 200 323 0.011369 10.0.0.32 - - [2024-09-05 02:24:21] "POST /fqname-to-id HTTP/1.1" 404 161 0.003258 10.0.0.32 - - [2024-09-05 02:24:21] "POST /hardwares HTTP/1.1" 200 317 0.011086 10.0.0.32 - - [2024-09-05 02:24:21] "POST /fqname-to-id HTTP/1.1" 404 164 0.003487 10.0.0.32 - - [2024-09-05 02:24:21] "POST /hardwares HTTP/1.1" 200 323 0.011593 10.0.0.32 - - [2024-09-05 02:24:21] "POST /fqname-to-id HTTP/1.1" 404 164 0.003206 10.0.0.32 - - [2024-09-05 02:24:21] "POST /hardwares HTTP/1.1" 200 323 0.015837 10.0.0.32 - - [2024-09-05 02:24:21] "POST /fqname-to-id HTTP/1.1" 404 164 0.003248 10.0.0.32 - - [2024-09-05 02:24:22] "POST /hardwares HTTP/1.1" 200 323 0.011264 10.0.0.32 - - [2024-09-05 02:24:22] "POST /fqname-to-id HTTP/1.1" 404 165 0.003102 10.0.0.32 - - [2024-09-05 02:24:22] "POST /hardwares HTTP/1.1" 200 325 0.011437 10.0.0.32 - - [2024-09-05 02:24:22] "POST /fqname-to-id HTTP/1.1" 404 165 0.003152 10.0.0.32 - - [2024-09-05 02:24:22] "POST /hardwares HTTP/1.1" 200 325 0.011913 10.0.0.32 - - [2024-09-05 02:24:22] "POST /fqname-to-id HTTP/1.1" 404 165 0.003683 10.0.0.32 - - [2024-09-05 02:24:22] "POST /hardwares HTTP/1.1" 200 325 0.011473 10.0.0.32 - - [2024-09-05 02:24:22] "POST /fqname-to-id HTTP/1.1" 404 165 0.003332 10.0.0.32 - - [2024-09-05 02:24:22] "POST /hardwares HTTP/1.1" 200 325 0.010283 10.0.0.32 - - [2024-09-05 02:24:22] "POST /fqname-to-id HTTP/1.1" 404 164 0.002810 10.0.0.32 - - [2024-09-05 02:24:22] "POST /hardwares HTTP/1.1" 200 323 0.010269 10.0.0.32 - - [2024-09-05 02:24:22] "POST /fqname-to-id HTTP/1.1" 404 161 0.003679 10.0.0.32 - - [2024-09-05 02:24:22] "POST /hardwares HTTP/1.1" 200 317 0.010880 10.0.0.32 - - [2024-09-05 02:24:22] "POST /fqname-to-id HTTP/1.1" 404 164 0.003194 10.0.0.32 - - [2024-09-05 02:24:22] "POST /hardwares HTTP/1.1" 200 323 0.010517 10.0.0.32 - - [2024-09-05 02:24:22] "POST /fqname-to-id HTTP/1.1" 404 161 0.003143 10.0.0.32 - - [2024-09-05 02:24:22] "POST /hardwares HTTP/1.1" 200 317 0.013489 10.0.0.32 - - [2024-09-05 02:24:22] "POST /fqname-to-id HTTP/1.1" 404 164 0.003705 10.0.0.32 - - [2024-09-05 02:24:22] "POST /hardwares HTTP/1.1" 200 323 0.010612 10.0.0.32 - - [2024-09-05 02:24:23] "POST /fqname-to-id HTTP/1.1" 404 162 0.003103 10.0.0.32 - - [2024-09-05 02:24:23] "POST /hardwares HTTP/1.1" 200 319 0.010507 10.0.0.32 - - [2024-09-05 02:24:23] "POST /fqname-to-id HTTP/1.1" 404 162 0.004069 10.0.0.32 - - [2024-09-05 02:24:23] "POST /hardwares HTTP/1.1" 200 319 0.010639 10.0.0.32 - - [2024-09-05 02:24:23] "POST /fqname-to-id HTTP/1.1" 404 165 0.003330 10.0.0.32 - - [2024-09-05 02:24:23] "POST /hardwares HTTP/1.1" 200 325 0.010817 10.0.0.32 - - [2024-09-05 02:24:23] "POST /fqname-to-id HTTP/1.1" 404 161 0.002955 10.0.0.32 - - [2024-09-05 02:24:23] "POST /hardwares HTTP/1.1" 200 317 0.011360 10.0.0.32 - - [2024-09-05 02:24:23] "POST /fqname-to-id HTTP/1.1" 404 161 0.002897 10.0.0.32 - - [2024-09-05 02:24:23] "POST /hardwares HTTP/1.1" 200 317 0.010514 10.0.0.32 - - [2024-09-05 02:24:23] "POST /fqname-to-id HTTP/1.1" 404 162 0.003300 10.0.0.32 - - [2024-09-05 02:24:23] "POST /hardwares HTTP/1.1" 200 319 0.011663 10.0.0.32 - - [2024-09-05 02:24:23] "POST /fqname-to-id HTTP/1.1" 404 162 0.002802 10.0.0.32 - - [2024-09-05 02:24:23] "POST /hardwares HTTP/1.1" 200 319 0.010378 10.0.0.32 - - [2024-09-05 02:24:23] "POST /fqname-to-id HTTP/1.1" 404 162 0.003056 10.0.0.32 - - [2024-09-05 02:24:23] "POST /hardwares HTTP/1.1" 200 319 0.011680 10.0.0.32 - - [2024-09-05 02:24:23] "POST /fqname-to-id HTTP/1.1" 404 158 0.003485 10.0.0.32 - - [2024-09-05 02:24:23] "POST /hardwares HTTP/1.1" 200 311 0.010804 10.0.0.32 - - [2024-09-05 02:24:23] "POST /fqname-to-id HTTP/1.1" 404 158 0.002995 10.0.0.32 - - [2024-09-05 02:24:24] "POST /hardwares HTTP/1.1" 200 311 0.010577 10.0.0.32 - - [2024-09-05 02:24:24] "POST /fqname-to-id HTTP/1.1" 404 160 0.003170 10.0.0.32 - - [2024-09-05 02:24:24] "POST /hardwares HTTP/1.1" 200 315 0.010778 10.0.0.32 - - [2024-09-05 02:24:24] "POST /fqname-to-id HTTP/1.1" 404 154 0.002977 10.0.0.32 - - [2024-09-05 02:24:24] "POST /hardwares HTTP/1.1" 200 303 0.010267 10.0.0.32 - - [2024-09-05 02:24:24] "POST /fqname-to-id HTTP/1.1" 404 158 0.002911 10.0.0.32 - - [2024-09-05 02:24:24] "POST /hardwares HTTP/1.1" 200 311 0.015208 10.0.0.32 - - [2024-09-05 02:24:24] "POST /fqname-to-id HTTP/1.1" 404 155 0.002919 10.0.0.32 - - [2024-09-05 02:24:24] "POST /hardwares HTTP/1.1" 200 305 0.010437 10.0.0.32 - - [2024-09-05 02:24:24] "POST /fqname-to-id HTTP/1.1" 404 155 0.002950 10.0.0.32 - - [2024-09-05 02:24:24] "POST /hardwares HTTP/1.1" 200 305 0.011583 10.0.0.32 - - [2024-09-05 02:24:24] "POST /fqname-to-id HTTP/1.1" 404 155 0.003881 10.0.0.32 - - [2024-09-05 02:24:24] "POST /hardwares HTTP/1.1" 200 305 0.010461 10.0.0.32 - - [2024-09-05 02:24:24] "POST /fqname-to-id HTTP/1.1" 404 155 0.003150 10.0.0.32 - - [2024-09-05 02:24:24] "POST /hardwares HTTP/1.1" 200 305 0.011038 10.0.0.32 - - [2024-09-05 02:24:24] "POST /fqname-to-id HTTP/1.1" 404 156 0.003152 10.0.0.32 - - [2024-09-05 02:24:24] "POST /hardwares HTTP/1.1" 200 307 0.011225 10.0.0.32 - - [2024-09-05 02:24:24] "POST /fqname-to-id HTTP/1.1" 404 156 0.002993 10.0.0.32 - - [2024-09-05 02:24:24] "POST /hardwares HTTP/1.1" 200 307 0.010678 10.0.0.32 - - [2024-09-05 02:24:25] "POST /fqname-to-id HTTP/1.1" 404 156 0.002979 10.0.0.32 - - [2024-09-05 02:24:25] "POST /hardwares HTTP/1.1" 200 307 0.010963 10.0.0.32 - - [2024-09-05 02:24:25] "POST /fqname-to-id HTTP/1.1" 404 157 0.003191 10.0.0.32 - - [2024-09-05 02:24:25] "POST /hardwares HTTP/1.1" 200 309 0.011564 10.0.0.32 - - [2024-09-05 02:24:25] "POST /fqname-to-id HTTP/1.1" 404 158 0.003101 10.0.0.32 - - [2024-09-05 02:24:25] "POST /hardwares HTTP/1.1" 200 311 0.011457 10.0.0.32 - - [2024-09-05 02:24:25] "POST /fqname-to-id HTTP/1.1" 404 158 0.003492 10.0.0.32 - - [2024-09-05 02:24:25] "POST /hardwares HTTP/1.1" 200 311 0.010669 10.0.0.32 - - [2024-09-05 02:24:25] "POST /fqname-to-id HTTP/1.1" 404 153 0.003013 10.0.0.32 - - [2024-09-05 02:24:25] "POST /hardwares HTTP/1.1" 200 301 0.010828 10.0.0.32 - - [2024-09-05 02:24:25] "POST /fqname-to-id HTTP/1.1" 404 157 0.003572 10.0.0.32 - - [2024-09-05 02:24:25] "POST /hardwares HTTP/1.1" 200 309 0.011023 10.0.0.32 - - [2024-09-05 02:24:25] "POST /fqname-to-id HTTP/1.1" 404 157 0.002929 10.0.0.32 - - [2024-09-05 02:24:25] "POST /hardwares HTTP/1.1" 200 309 0.010437 10.0.0.32 - - [2024-09-05 02:24:25] "POST /fqname-to-id HTTP/1.1" 404 157 0.003389 10.0.0.32 - - [2024-09-05 02:24:25] "POST /hardwares HTTP/1.1" 200 309 0.012354 10.0.0.32 - - [2024-09-05 02:24:25] "POST /fqname-to-id HTTP/1.1" 404 157 0.003014 10.0.0.32 - - [2024-09-05 02:24:25] "POST /hardwares HTTP/1.1" 200 309 0.010605 10.0.0.32 - - [2024-09-05 02:24:25] "POST /fqname-to-id HTTP/1.1" 404 157 0.002944 10.0.0.32 - - [2024-09-05 02:24:26] "POST /hardwares HTTP/1.1" 200 309 0.011186 10.0.0.32 - - [2024-09-05 02:24:26] "POST /fqname-to-id HTTP/1.1" 404 161 0.003974 10.0.0.32 - - [2024-09-05 02:24:26] "POST /hardwares HTTP/1.1" 200 317 0.010634 10.0.0.32 - - [2024-09-05 02:24:26] "POST /fqname-to-id HTTP/1.1" 404 157 0.002877 10.0.0.32 - - [2024-09-05 02:24:26] "POST /hardwares HTTP/1.1" 200 309 0.010284 10.0.0.32 - - [2024-09-05 02:24:26] "POST /fqname-to-id HTTP/1.1" 404 157 0.003056 10.0.0.32 - - [2024-09-05 02:24:26] "POST /hardwares HTTP/1.1" 200 309 0.010998 10.0.0.32 - - [2024-09-05 02:24:26] "POST /fqname-to-id HTTP/1.1" 404 154 0.002950 10.0.0.32 - - [2024-09-05 02:24:26] "POST /hardwares HTTP/1.1" 200 303 0.010483 10.0.0.32 - - [2024-09-05 02:24:26] "POST /fqname-to-id HTTP/1.1" 404 190 0.002886 10.0.0.32 - - [2024-09-05 02:24:26] "POST /features HTTP/1.1" 200 533 0.015655 10.0.0.32 - - [2024-09-05 02:24:26] "POST /fqname-to-id HTTP/1.1" 404 185 0.003280 10.0.0.32 - - [2024-09-05 02:24:26] "POST /features HTTP/1.1" 200 523 0.015270 10.0.0.32 - - [2024-09-05 02:24:26] "POST /fqname-to-id HTTP/1.1" 404 184 0.002964 10.0.0.32 - - [2024-09-05 02:24:26] "POST /features HTTP/1.1" 200 521 0.020334 10.0.0.32 - - [2024-09-05 02:24:26] "POST /fqname-to-id HTTP/1.1" 404 184 0.003305 10.0.0.32 - - [2024-09-05 02:24:26] "POST /features HTTP/1.1" 200 521 0.016058 10.0.0.32 - - [2024-09-05 02:24:26] "POST /fqname-to-id HTTP/1.1" 404 189 0.003054 10.0.0.32 - - [2024-09-05 02:24:26] "POST /features HTTP/1.1" 200 531 0.015846 10.0.0.32 - - [2024-09-05 02:24:27] "POST /fqname-to-id HTTP/1.1" 404 184 0.003384 10.0.0.32 - - [2024-09-05 02:24:27] "POST /features HTTP/1.1" 200 521 0.015845 10.0.0.32 - - [2024-09-05 02:24:27] "POST /fqname-to-id HTTP/1.1" 404 193 0.002949 10.0.0.32 - - [2024-09-05 02:24:27] "POST /features HTTP/1.1" 200 539 0.016301 10.0.0.32 - - [2024-09-05 02:24:27] "POST /fqname-to-id HTTP/1.1" 404 186 0.002964 10.0.0.32 - - [2024-09-05 02:24:27] "POST /features HTTP/1.1" 200 525 0.017261 10.0.0.32 - - [2024-09-05 02:24:27] "POST /fqname-to-id HTTP/1.1" 404 183 0.002907 10.0.0.32 - - [2024-09-05 02:24:27] "POST /features HTTP/1.1" 200 519 0.018758 10.0.0.32 - - [2024-09-05 02:24:27] "POST /fqname-to-id HTTP/1.1" 404 182 0.003557 10.0.0.32 - - [2024-09-05 02:24:27] "POST /features HTTP/1.1" 200 517 0.015866 10.0.0.32 - - [2024-09-05 02:24:27] "POST /fqname-to-id HTTP/1.1" 404 190 0.003250 10.0.0.32 - - [2024-09-05 02:24:27] "POST /features HTTP/1.1" 200 533 0.018036 10.0.0.32 - - [2024-09-05 02:24:27] "POST /fqname-to-id HTTP/1.1" 404 194 0.003150 10.0.0.32 - - [2024-09-05 02:24:27] "POST /features HTTP/1.1" 200 541 0.017289 10.0.0.32 - - [2024-09-05 02:24:27] "POST /fqname-to-id HTTP/1.1" 404 178 0.003036 10.0.0.32 - - [2024-09-05 02:24:27] "POST /physical-roles HTTP/1.1" 200 521 0.017264 10.0.0.32 - - [2024-09-05 02:24:27] "POST /fqname-to-id HTTP/1.1" 404 179 0.003167 10.0.0.32 - - [2024-09-05 02:24:27] "POST /physical-roles HTTP/1.1" 200 523 0.016070 10.0.0.32 - - [2024-09-05 02:24:28] "POST /fqname-to-id HTTP/1.1" 404 184 0.004138 10.0.0.32 - - [2024-09-05 02:24:28] "POST /physical-roles HTTP/1.1" 200 533 0.017762 10.0.0.32 - - [2024-09-05 02:24:28] "POST /fqname-to-id HTTP/1.1" 404 177 0.003214 10.0.0.32 - - [2024-09-05 02:24:28] "POST /physical-roles HTTP/1.1" 200 519 0.015551 10.0.0.32 - - [2024-09-05 02:24:28] "POST /fqname-to-id HTTP/1.1" 404 191 0.003178 10.0.0.32 - - [2024-09-05 02:24:28] "POST /overlay-roles HTTP/1.1" 200 545 0.016378 10.0.0.32 - - [2024-09-05 02:24:28] "POST /fqname-to-id HTTP/1.1" 404 184 0.002922 10.0.0.32 - - [2024-09-05 02:24:28] "POST /overlay-roles HTTP/1.1" 200 531 0.017141 10.0.0.32 - - [2024-09-05 02:24:28] "POST /fqname-to-id HTTP/1.1" 404 191 0.002882 10.0.0.32 - - [2024-09-05 02:24:28] "POST /overlay-roles HTTP/1.1" 200 545 0.016579 10.0.0.32 - - [2024-09-05 02:24:28] "POST /fqname-to-id HTTP/1.1" 404 185 0.002993 10.0.0.32 - - [2024-09-05 02:24:28] "POST /overlay-roles HTTP/1.1" 200 533 0.016945 10.0.0.32 - - [2024-09-05 02:24:28] "POST /fqname-to-id HTTP/1.1" 404 189 0.003408 10.0.0.32 - - [2024-09-05 02:24:28] "POST /overlay-roles HTTP/1.1" 200 541 0.015662 10.0.0.32 - - [2024-09-05 02:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.32 - - [2024-09-05 02:24:28] "PUT /overlay-role/ce481584-cace-46f4-b6b5-71f9c8584aed HTTP/1.1" 200 258 0.009511 10.0.0.32 - - [2024-09-05 02:24:28] "POST /fqname-to-id HTTP/1.1" 404 184 0.003585 10.0.0.32 - - [2024-09-05 02:24:28] "POST /overlay-roles HTTP/1.1" 200 531 0.017078 10.0.0.32 - - [2024-09-05 02:24:29] "POST /fqname-to-id HTTP/1.1" 404 185 0.003943 10.0.0.32 - - [2024-09-05 02:24:29] "POST /overlay-roles HTTP/1.1" 200 533 0.018994 10.0.0.32 - - [2024-09-05 02:24:29] "POST /fqname-to-id HTTP/1.1" 404 183 0.002951 10.0.0.32 - - [2024-09-05 02:24:29] "POST /overlay-roles HTTP/1.1" 200 529 0.020337 10.0.0.32 - - [2024-09-05 02:24:29] "POST /fqname-to-id HTTP/1.1" 404 187 0.003092 10.0.0.32 - - [2024-09-05 02:24:29] "POST /overlay-roles HTTP/1.1" 200 537 0.016439 10.0.0.32 - - [2024-09-05 02:24:29] "POST /fqname-to-id HTTP/1.1" 404 189 0.003332 10.0.0.32 - - [2024-09-05 02:24:29] "POST /overlay-roles HTTP/1.1" 200 541 0.016283 10.0.0.32 - - [2024-09-05 02:24:29] "POST /fqname-to-id HTTP/1.1" 404 178 0.002916 10.0.0.32 - - [2024-09-05 02:24:29] "POST /overlay-roles HTTP/1.1" 200 519 0.015356 10.0.0.32 - - [2024-09-05 02:24:29] "POST /fqname-to-id HTTP/1.1" 404 190 0.003273 10.0.0.32 - - [2024-09-05 02:24:29] "POST /overlay-roles HTTP/1.1" 200 543 0.016937 10.0.0.32 - - [2024-09-05 02:24:29] "POST /fqname-to-id HTTP/1.1" 404 182 0.003161 10.0.0.32 - - [2024-09-05 02:24:29] "POST /role-definitions HTTP/1.1" 200 533 0.016801 10.0.0.32 - - [2024-09-05 02:24:29] "POST /fqname-to-id HTTP/1.1" 404 189 0.002868 10.0.0.32 - - [2024-09-05 02:24:29] "POST /role-definitions HTTP/1.1" 200 547 0.016896 10.0.0.32 - - [2024-09-05 02:24:29] "POST /fqname-to-id HTTP/1.1" 404 190 0.003182 10.0.0.32 - - [2024-09-05 02:24:29] "POST /role-definitions HTTP/1.1" 200 549 0.018340 10.0.0.32 - - [2024-09-05 02:24:30] "POST /fqname-to-id HTTP/1.1" 404 191 0.003148 10.0.0.32 - - [2024-09-05 02:24:30] "POST /role-definitions HTTP/1.1" 200 551 0.016098 10.0.0.32 - - [2024-09-05 02:24:30] "POST /fqname-to-id HTTP/1.1" 404 197 0.003447 10.0.0.32 - - [2024-09-05 02:24:30] "POST /role-definitions HTTP/1.1" 200 563 0.034554 10.0.0.32 - - [2024-09-05 02:24:30] "POST /fqname-to-id HTTP/1.1" 404 189 0.003012 10.0.0.32 - - [2024-09-05 02:24:30] "POST /role-definitions HTTP/1.1" 200 547 0.018769 10.0.0.32 - - [2024-09-05 02:24:30] "POST /fqname-to-id HTTP/1.1" 404 190 0.003243 10.0.0.32 - - [2024-09-05 02:24:30] "POST /role-definitions HTTP/1.1" 200 549 0.016252 10.0.0.32 - - [2024-09-05 02:24:30] "POST /fqname-to-id HTTP/1.1" 404 191 0.003089 10.0.0.32 - - [2024-09-05 02:24:30] "POST /role-definitions HTTP/1.1" 200 551 0.016510 10.0.0.32 - - [2024-09-05 02:24:30] "POST /fqname-to-id HTTP/1.1" 404 190 0.003056 10.0.0.32 - - [2024-09-05 02:24:30] "POST /role-definitions HTTP/1.1" 200 549 0.015814 10.0.0.32 - - [2024-09-05 02:24:30] "POST /fqname-to-id HTTP/1.1" 404 196 0.002963 10.0.0.32 - - [2024-09-05 02:24:30] "POST /role-definitions HTTP/1.1" 200 561 0.015995 10.0.0.32 - - [2024-09-05 02:24:30] "POST /fqname-to-id HTTP/1.1" 404 189 0.003124 10.0.0.32 - - [2024-09-05 02:24:30] "POST /role-definitions HTTP/1.1" 200 547 0.018591 10.0.0.32 - - [2024-09-05 02:24:30] "POST /fqname-to-id HTTP/1.1" 404 190 0.003097 10.0.0.32 - - [2024-09-05 02:24:30] "POST /role-definitions HTTP/1.1" 200 549 0.016074 10.0.0.32 - - [2024-09-05 02:24:31] "POST /fqname-to-id HTTP/1.1" 404 188 0.003173 10.0.0.32 - - [2024-09-05 02:24:31] "POST /role-definitions HTTP/1.1" 200 545 0.015373 10.0.0.32 - - [2024-09-05 02:24:31] "POST /fqname-to-id HTTP/1.1" 404 189 0.003266 10.0.0.32 - - [2024-09-05 02:24:31] "POST /role-definitions HTTP/1.1" 200 547 0.016167 10.0.0.32 - - [2024-09-05 02:24:31] "POST /fqname-to-id HTTP/1.1" 404 192 0.003089 10.0.0.32 - - [2024-09-05 02:24:31] "POST /role-definitions HTTP/1.1" 200 553 0.020544 10.0.0.32 - - [2024-09-05 02:24:31] "POST /fqname-to-id HTTP/1.1" 404 193 0.003092 10.0.0.32 - - [2024-09-05 02:24:31] "POST /role-definitions HTTP/1.1" 200 555 0.017864 10.0.0.32 - - [2024-09-05 02:24:31] "POST /fqname-to-id HTTP/1.1" 404 182 0.003068 10.0.0.32 - - [2024-09-05 02:24:31] "POST /role-definitions HTTP/1.1" 200 533 0.016022 10.0.0.32 - - [2024-09-05 02:24:31] "POST /fqname-to-id HTTP/1.1" 404 187 0.002947 10.0.0.32 - - [2024-09-05 02:24:31] "POST /role-definitions HTTP/1.1" 200 543 0.016198 10.0.0.32 - - [2024-09-05 02:24:31] "POST /fqname-to-id HTTP/1.1" 404 181 0.003078 10.0.0.32 - - [2024-09-05 02:24:31] "POST /role-definitions HTTP/1.1" 200 531 0.016343 10.0.0.32 - - [2024-09-05 02:24:31] "POST /fqname-to-id HTTP/1.1" 404 184 0.002969 10.0.0.32 - - [2024-09-05 02:24:31] "POST /role-definitions HTTP/1.1" 200 537 0.015738 10.0.0.32 - - [2024-09-05 02:24:31] "POST /fqname-to-id HTTP/1.1" 404 189 0.003471 10.0.0.32 - - [2024-09-05 02:24:31] "POST /role-definitions HTTP/1.1" 200 547 0.024973 10.0.0.32 - - [2024-09-05 02:24:32] "POST /fqname-to-id HTTP/1.1" 404 194 0.003245 10.0.0.32 - - [2024-09-05 02:24:32] "POST /role-definitions HTTP/1.1" 200 557 0.015960 10.0.0.32 - - [2024-09-05 02:24:32] "POST /fqname-to-id HTTP/1.1" 404 196 0.002985 10.0.0.32 - - [2024-09-05 02:24:32] "POST /role-definitions HTTP/1.1" 200 561 0.022141 10.0.0.32 - - [2024-09-05 02:24:32] "POST /fqname-to-id HTTP/1.1" 404 195 0.002909 10.0.0.32 - - [2024-09-05 02:24:32] "POST /role-definitions HTTP/1.1" 200 559 0.019114 10.0.0.32 - - [2024-09-05 02:24:32] "POST /fqname-to-id HTTP/1.1" 404 196 0.002904 10.0.0.32 - - [2024-09-05 02:24:32] "POST /feature-configs HTTP/1.1" 200 537 0.016103 10.0.0.32 - - [2024-09-05 02:24:32] "POST /fqname-to-id HTTP/1.1" 404 212 0.002925 10.0.0.32 - - [2024-09-05 02:24:32] "POST /feature-configs HTTP/1.1" 200 562 0.015782 10.0.0.32 - - [2024-09-05 02:24:32] "POST /fqname-to-id HTTP/1.1" 404 211 0.003023 10.0.0.32 - - [2024-09-05 02:24:32] "POST /feature-configs HTTP/1.1" 200 561 0.015200 10.0.0.32 - - [2024-09-05 02:24:32] "POST /fqname-to-id HTTP/1.1" 404 192 0.003156 10.0.0.32 - - [2024-09-05 02:24:32] "POST /node-profiles HTTP/1.1" 200 547 0.015394 10.0.0.32 - - [2024-09-05 02:24:32] "POST /fqname-to-id HTTP/1.1" 404 187 0.002915 10.0.0.32 - - [2024-09-05 02:24:32] "POST /node-profiles HTTP/1.1" 200 537 0.016902 10.0.0.32 - - [2024-09-05 02:24:32] "POST /fqname-to-id HTTP/1.1" 404 193 0.002854 10.0.0.32 - - [2024-09-05 02:24:32] "POST /node-profiles HTTP/1.1" 200 549 0.015950 10.0.0.32 - - [2024-09-05 02:24:33] "POST /fqname-to-id HTTP/1.1" 404 189 0.003185 10.0.0.32 - - [2024-09-05 02:24:33] "POST /node-profiles HTTP/1.1" 200 541 0.015890 10.0.0.32 - - [2024-09-05 02:24:33] "POST /fqname-to-id HTTP/1.1" 404 189 0.002913 10.0.0.32 - - [2024-09-05 02:24:33] "POST /node-profiles HTTP/1.1" 200 541 0.015980 10.0.0.32 - - [2024-09-05 02:24:33] "POST /fqname-to-id HTTP/1.1" 404 188 0.002980 10.0.0.32 - - [2024-09-05 02:24:33] "POST /node-profiles HTTP/1.1" 200 539 0.016018 10.0.0.32 - - [2024-09-05 02:24:33] "POST /fqname-to-id HTTP/1.1" 404 184 0.003158 10.0.0.32 - - [2024-09-05 02:24:33] "POST /node-profiles HTTP/1.1" 200 531 0.015661 10.0.0.32 - - [2024-09-05 02:24:33] "POST /fqname-to-id HTTP/1.1" 404 185 0.003292 10.0.0.32 - - [2024-09-05 02:24:33] "POST /node-profiles HTTP/1.1" 200 533 0.019170 10.0.0.32 - - [2024-09-05 02:24:33] "POST /fqname-to-id HTTP/1.1" 404 197 0.003122 10.0.0.32 - - [2024-09-05 02:24:33] "POST /node-profiles HTTP/1.1" 200 557 0.016582 10.0.0.32 - - [2024-09-05 02:24:33] "POST /fqname-to-id HTTP/1.1" 404 206 0.003138 10.0.0.32 - - [2024-09-05 02:24:33] "POST /telemetry-profiles HTTP/1.1" 200 554 0.015836 10.0.0.32 - - [2024-09-05 02:24:33] "POST /fqname-to-id HTTP/1.1" 404 206 0.003103 10.0.0.32 - - [2024-09-05 02:24:33] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016335 10.0.0.32 - - [2024-09-05 02:24:33] "POST /fqname-to-id HTTP/1.1" 404 206 0.003124 10.0.0.32 - - [2024-09-05 02:24:33] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016108 10.0.0.32 - - [2024-09-05 02:24:34] "POST /fqname-to-id HTTP/1.1" 404 206 0.002968 10.0.0.32 - - [2024-09-05 02:24:34] "POST /telemetry-profiles HTTP/1.1" 200 554 0.015980 10.0.0.32 - - [2024-09-05 02:24:34] "POST /fqname-to-id HTTP/1.1" 404 206 0.002979 10.0.0.32 - - [2024-09-05 02:24:34] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016056 10.0.0.32 - - [2024-09-05 02:24:34] "POST /fqname-to-id HTTP/1.1" 404 206 0.003376 10.0.0.32 - - [2024-09-05 02:24:34] "POST /telemetry-profiles HTTP/1.1" 200 554 0.019080 10.0.0.32 - - [2024-09-05 02:24:34] "POST /fqname-to-id HTTP/1.1" 404 199 0.003100 10.0.0.32 - - [2024-09-05 02:24:34] "POST /sflow-profiles HTTP/1.1" 200 532 0.015428 10.0.0.32 - - [2024-09-05 02:24:34] "POST /fqname-to-id HTTP/1.1" 404 202 0.002792 10.0.0.32 - - [2024-09-05 02:24:34] "POST /sflow-profiles HTTP/1.1" 200 538 0.016566 10.0.0.32 - - [2024-09-05 02:24:34] "POST /fqname-to-id HTTP/1.1" 404 202 0.002970 10.0.0.32 - - [2024-09-05 02:24:34] "POST /sflow-profiles HTTP/1.1" 200 538 0.017393 10.0.0.32 - - [2024-09-05 02:24:34] "POST /fqname-to-id HTTP/1.1" 404 199 0.003023 10.0.0.32 - - [2024-09-05 02:24:34] "POST /grpc-profiles HTTP/1.1" 200 530 0.016310 10.0.0.32 - - [2024-09-05 02:24:34] "POST /fqname-to-id HTTP/1.1" 404 199 0.003015 10.0.0.32 - - [2024-09-05 02:24:34] "POST /snmp-profiles HTTP/1.1" 200 530 0.015788 10.0.0.32 - - [2024-09-05 02:24:34] "POST /fqname-to-id HTTP/1.1" 404 202 0.002841 10.0.0.32 - - [2024-09-05 02:24:34] "POST /netconf-profiles HTTP/1.1" 200 542 0.017845 10.0.0.32 - - [2024-09-05 02:24:35] "POST /fqname-to-id HTTP/1.1" 404 193 0.003092 10.0.0.32 - - [2024-09-05 02:24:35] "POST /device-functional-groups HTTP/1.1" 200 540 0.015485 10.0.0.32 - - [2024-09-05 02:24:35] "POST /fqname-to-id HTTP/1.1" 404 193 0.002731 10.0.0.32 - - [2024-09-05 02:24:35] "POST /device-functional-groups HTTP/1.1" 200 540 0.016988 10.0.0.32 - - [2024-09-05 02:24:35] "POST /fqname-to-id HTTP/1.1" 404 195 0.004251 10.0.0.32 - - [2024-09-05 02:24:35] "POST /device-functional-groups HTTP/1.1" 200 544 0.015669 10.0.0.32 - - [2024-09-05 02:24:35] "POST /fqname-to-id HTTP/1.1" 404 194 0.003174 10.0.0.32 - - [2024-09-05 02:24:35] "POST /device-functional-groups HTTP/1.1" 200 542 0.016814 10.0.0.32 - - [2024-09-05 02:24:35] "POST /fqname-to-id HTTP/1.1" 404 218 0.003333 10.0.0.32 - - [2024-09-05 02:24:35] "POST /device-functional-groups HTTP/1.1" 200 590 0.021226 10.0.0.32 - - [2024-09-05 02:24:35] "POST /fqname-to-id HTTP/1.1" 404 208 0.003106 10.0.0.32 - - [2024-09-05 02:24:35] "POST /device-functional-groups HTTP/1.1" 200 570 0.015753 10.0.0.32 - - [2024-09-05 02:24:35] "POST /fqname-to-id HTTP/1.1" 404 236 0.003652 10.0.0.32 - - [2024-09-05 02:24:35] "POST /device-functional-groups HTTP/1.1" 200 620 0.017085 10.0.0.32 - - [2024-09-05 02:24:35] "POST /fqname-to-id HTTP/1.1" 404 206 0.003358 10.0.0.32 - - [2024-09-05 02:24:35] "POST /device-functional-groups HTTP/1.1" 200 566 0.016217 10.0.0.32 - - [2024-09-05 02:24:35] "POST /fqname-to-id HTTP/1.1" 404 205 0.003021 10.0.0.32 - - [2024-09-05 02:24:35] "POST /device-functional-groups HTTP/1.1" 200 564 0.017863 10.0.0.32 - - [2024-09-05 02:24:36] "POST /fqname-to-id HTTP/1.1" 404 210 0.003409 10.0.0.32 - - [2024-09-05 02:24:36] "POST /device-functional-groups HTTP/1.1" 200 574 0.017509 10.0.0.32 - - [2024-09-05 02:24:36] "POST /fqname-to-id HTTP/1.1" 404 201 0.003038 10.0.0.32 - - [2024-09-05 02:24:36] "POST /role-configs HTTP/1.1" 200 525 0.071973 10.0.0.32 - - [2024-09-05 02:24:36] "POST /fqname-to-id HTTP/1.1" 404 196 0.002997 10.0.0.32 - - [2024-09-05 02:24:36] "POST /role-configs HTTP/1.1" 200 520 0.018488 10.0.0.32 - - [2024-09-05 02:24:36] "POST /fqname-to-id HTTP/1.1" 404 198 0.002950 10.0.0.32 - - [2024-09-05 02:24:36] "POST /role-configs HTTP/1.1" 200 522 0.016251 10.0.0.32 - - [2024-09-05 02:24:36] "POST /fqname-to-id HTTP/1.1" 404 198 0.002899 10.0.0.32 - - [2024-09-05 02:24:36] "POST /role-configs HTTP/1.1" 200 522 0.015578 10.0.0.32 - - [2024-09-05 02:24:36] "POST /fqname-to-id HTTP/1.1" 404 202 0.003417 10.0.0.32 - - [2024-09-05 02:24:36] "POST /role-configs HTTP/1.1" 200 526 0.015018 10.0.0.32 - - [2024-09-05 02:24:36] "POST /fqname-to-id HTTP/1.1" 404 197 0.002799 10.0.0.32 - - [2024-09-05 02:24:36] "POST /role-configs HTTP/1.1" 200 521 0.016174 10.0.0.32 - - [2024-09-05 02:24:36] "POST /fqname-to-id HTTP/1.1" 404 193 0.003312 10.0.0.32 - - [2024-09-05 02:24:36] "POST /role-configs HTTP/1.1" 200 517 0.015558 10.0.0.32 - - [2024-09-05 02:24:36] "POST /fqname-to-id HTTP/1.1" 404 194 0.003582 10.0.0.32 - - [2024-09-05 02:24:37] "POST /role-configs HTTP/1.1" 200 518 0.018510 10.0.0.32 - - [2024-09-05 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.32 - - [2024-09-05 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.32 - - [2024-09-05 02:24:37] "POST /ref-update HTTP/1.1" 200 156 0.009370 10.0.0.32 - - [2024-09-05 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.32 - - [2024-09-05 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.32 - - [2024-09-05 02:24:37] "POST /ref-update HTTP/1.1" 200 156 0.008064 10.0.0.32 - - [2024-09-05 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.32 - - [2024-09-05 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.32 - - [2024-09-05 02:24:37] "POST /ref-update HTTP/1.1" 200 156 0.008170 10.0.0.32 - - [2024-09-05 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.32 - - [2024-09-05 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.32 - - [2024-09-05 02:24:37] "POST /ref-update HTTP/1.1" 200 156 0.008640 10.0.0.32 - - [2024-09-05 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.32 - - [2024-09-05 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.32 - - [2024-09-05 02:24:37] "POST /ref-update HTTP/1.1" 200 156 0.009055 10.0.0.32 - - [2024-09-05 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.32 - - [2024-09-05 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.32 - - [2024-09-05 02:24:37] "POST /ref-update HTTP/1.1" 200 156 0.008826 10.0.0.32 - - [2024-09-05 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.32 - - [2024-09-05 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.32 - - [2024-09-05 02:24:38] "POST /ref-update HTTP/1.1" 200 156 0.008369 10.0.0.32 - - [2024-09-05 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.32 - - [2024-09-05 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.32 - - [2024-09-05 02:24:38] "POST /ref-update HTTP/1.1" 200 156 0.008515 10.0.0.32 - - [2024-09-05 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.32 - - [2024-09-05 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.32 - - [2024-09-05 02:24:38] "POST /ref-update HTTP/1.1" 200 156 0.009332 10.0.0.32 - - [2024-09-05 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.32 - - [2024-09-05 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.32 - - [2024-09-05 02:24:38] "POST /ref-update HTTP/1.1" 200 156 0.009097 10.0.0.32 - - [2024-09-05 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.32 - - [2024-09-05 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.32 - - [2024-09-05 02:24:38] "POST /ref-update HTTP/1.1" 200 156 0.008499 10.0.0.32 - - [2024-09-05 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.32 - - [2024-09-05 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.32 - - [2024-09-05 02:24:38] "POST /ref-update HTTP/1.1" 200 156 0.007125 10.0.0.32 - - [2024-09-05 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.32 - - [2024-09-05 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.32 - - [2024-09-05 02:24:38] "POST /ref-update HTTP/1.1" 200 156 0.006953 10.0.0.32 - - [2024-09-05 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.32 - - [2024-09-05 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.32 - - [2024-09-05 02:24:39] "POST /ref-update HTTP/1.1" 200 156 0.007967 10.0.0.32 - - [2024-09-05 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.32 - - [2024-09-05 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.32 - - [2024-09-05 02:24:39] "POST /ref-update HTTP/1.1" 200 156 0.007581 10.0.0.32 - - [2024-09-05 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.32 - - [2024-09-05 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.32 - - [2024-09-05 02:24:39] "POST /ref-update HTTP/1.1" 200 156 0.007501 10.0.0.32 - - [2024-09-05 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.32 - - [2024-09-05 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.32 - - [2024-09-05 02:24:39] "POST /ref-update HTTP/1.1" 200 156 0.007388 10.0.0.32 - - [2024-09-05 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.32 - - [2024-09-05 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.32 - - [2024-09-05 02:24:39] "POST /ref-update HTTP/1.1" 200 156 0.008147 10.0.0.32 - - [2024-09-05 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.32 - - [2024-09-05 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.32 - - [2024-09-05 02:24:39] "POST /ref-update HTTP/1.1" 200 156 0.008127 10.0.0.32 - - [2024-09-05 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.32 - - [2024-09-05 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.32 - - [2024-09-05 02:24:40] "POST /ref-update HTTP/1.1" 200 156 0.006885 10.0.0.32 - - [2024-09-05 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.32 - - [2024-09-05 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.32 - - [2024-09-05 02:24:40] "POST /ref-update HTTP/1.1" 200 156 0.007175 10.0.0.32 - - [2024-09-05 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.32 - - [2024-09-05 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.32 - - [2024-09-05 02:24:40] "POST /ref-update HTTP/1.1" 200 156 0.007014 10.0.0.32 - - [2024-09-05 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.32 - - [2024-09-05 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.32 - - [2024-09-05 02:24:40] "POST /ref-update HTTP/1.1" 200 156 0.007692 10.0.0.32 - - [2024-09-05 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.32 - - [2024-09-05 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.32 - - [2024-09-05 02:24:40] "POST /ref-update HTTP/1.1" 200 156 0.007956 10.0.0.32 - - [2024-09-05 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004473 10.0.0.32 - - [2024-09-05 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.32 - - [2024-09-05 02:24:40] "POST /ref-update HTTP/1.1" 200 156 0.009334 10.0.0.32 - - [2024-09-05 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.32 - - [2024-09-05 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.32 - - [2024-09-05 02:24:40] "POST /ref-update HTTP/1.1" 200 156 0.008425 10.0.0.32 - - [2024-09-05 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.32 - - [2024-09-05 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.32 - - [2024-09-05 02:24:41] "POST /ref-update HTTP/1.1" 200 156 0.012300 10.0.0.32 - - [2024-09-05 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.32 - - [2024-09-05 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.32 - - [2024-09-05 02:24:41] "POST /ref-update HTTP/1.1" 200 156 0.008137 10.0.0.32 - - [2024-09-05 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.32 - - [2024-09-05 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.32 - - [2024-09-05 02:24:41] "POST /ref-update HTTP/1.1" 200 156 0.007187 10.0.0.32 - - [2024-09-05 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.32 - - [2024-09-05 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.32 - - [2024-09-05 02:24:41] "POST /ref-update HTTP/1.1" 200 156 0.007097 10.0.0.32 - - [2024-09-05 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.32 - - [2024-09-05 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.32 - - [2024-09-05 02:24:41] "POST /ref-update HTTP/1.1" 200 156 0.007812 10.0.0.32 - - [2024-09-05 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.32 - - [2024-09-05 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.32 - - [2024-09-05 02:24:41] "POST /ref-update HTTP/1.1" 200 156 0.008632 10.0.0.32 - - [2024-09-05 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.32 - - [2024-09-05 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.32 - - [2024-09-05 02:24:41] "POST /ref-update HTTP/1.1" 200 156 0.010115 10.0.0.32 - - [2024-09-05 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.32 - - [2024-09-05 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.32 - - [2024-09-05 02:24:42] "POST /ref-update HTTP/1.1" 200 156 0.007420 10.0.0.32 - - [2024-09-05 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.32 - - [2024-09-05 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.32 - - [2024-09-05 02:24:42] "POST /ref-update HTTP/1.1" 200 156 0.008145 10.0.0.32 - - [2024-09-05 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.32 - - [2024-09-05 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.32 - - [2024-09-05 02:24:42] "POST /ref-update HTTP/1.1" 200 156 0.010204 10.0.0.32 - - [2024-09-05 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.32 - - [2024-09-05 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.32 - - [2024-09-05 02:24:42] "POST /ref-update HTTP/1.1" 200 156 0.007544 10.0.0.32 - - [2024-09-05 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.32 - - [2024-09-05 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.32 - - [2024-09-05 02:24:42] "POST /ref-update HTTP/1.1" 200 156 0.007709 10.0.0.32 - - [2024-09-05 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.32 - - [2024-09-05 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.32 - - [2024-09-05 02:24:42] "POST /ref-update HTTP/1.1" 200 156 0.007129 10.0.0.32 - - [2024-09-05 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.32 - - [2024-09-05 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.32 - - [2024-09-05 02:24:43] "POST /ref-update HTTP/1.1" 200 156 0.007041 10.0.0.32 - - [2024-09-05 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.32 - - [2024-09-05 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.32 - - [2024-09-05 02:24:43] "POST /ref-update HTTP/1.1" 200 156 0.007523 10.0.0.32 - - [2024-09-05 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.32 - - [2024-09-05 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.32 - - [2024-09-05 02:24:43] "POST /ref-update HTTP/1.1" 200 156 0.008200 10.0.0.32 - - [2024-09-05 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.32 - - [2024-09-05 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.32 - - [2024-09-05 02:24:43] "POST /ref-update HTTP/1.1" 200 156 0.007735 10.0.0.32 - - [2024-09-05 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.32 - - [2024-09-05 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.32 - - [2024-09-05 02:24:43] "POST /ref-update HTTP/1.1" 200 156 0.007313 10.0.0.32 - - [2024-09-05 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.32 - - [2024-09-05 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.32 - - [2024-09-05 02:24:43] "POST /ref-update HTTP/1.1" 200 156 0.007416 10.0.0.32 - - [2024-09-05 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.32 - - [2024-09-05 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.32 - - [2024-09-05 02:24:43] "POST /ref-update HTTP/1.1" 200 156 0.007645 10.0.0.32 - - [2024-09-05 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.32 - - [2024-09-05 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.32 - - [2024-09-05 02:24:44] "POST /ref-update HTTP/1.1" 200 156 0.008096 10.0.0.32 - - [2024-09-05 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.32 - - [2024-09-05 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.32 - - [2024-09-05 02:24:44] "POST /ref-update HTTP/1.1" 200 156 0.007354 10.0.0.32 - - [2024-09-05 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.32 - - [2024-09-05 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.32 - - [2024-09-05 02:24:44] "POST /ref-update HTTP/1.1" 200 156 0.007414 10.0.0.32 - - [2024-09-05 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.32 - - [2024-09-05 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.32 - - [2024-09-05 02:24:44] "POST /ref-update HTTP/1.1" 200 156 0.009477 10.0.0.32 - - [2024-09-05 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.32 - - [2024-09-05 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.32 - - [2024-09-05 02:24:44] "POST /ref-update HTTP/1.1" 200 156 0.007725 10.0.0.32 - - [2024-09-05 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004786 10.0.0.32 - - [2024-09-05 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.32 - - [2024-09-05 02:24:44] "POST /ref-update HTTP/1.1" 200 156 0.009738 10.0.0.32 - - [2024-09-05 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.32 - - [2024-09-05 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004884 10.0.0.32 - - [2024-09-05 02:24:44] "POST /ref-update HTTP/1.1" 200 156 0.008541 10.0.0.32 - - [2024-09-05 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.32 - - [2024-09-05 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.32 - - [2024-09-05 02:24:45] "POST /ref-update HTTP/1.1" 200 156 0.008693 10.0.0.32 - - [2024-09-05 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.32 - - [2024-09-05 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.32 - - [2024-09-05 02:24:45] "POST /ref-update HTTP/1.1" 200 156 0.007436 10.0.0.32 - - [2024-09-05 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.32 - - [2024-09-05 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.32 - - [2024-09-05 02:24:45] "POST /ref-update HTTP/1.1" 200 156 0.007842 10.0.0.32 - - [2024-09-05 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.32 - - [2024-09-05 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005461 10.0.0.32 - - [2024-09-05 02:24:45] "GET /global-system-configs HTTP/1.1" 200 322 0.869795 10.0.0.32 - - [2024-09-05 02:24:45] "POST /ref-update HTTP/1.1" 200 156 0.008269 10.0.0.32 - - [2024-09-05 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.32 - - [2024-09-05 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.32 - - [2024-09-05 02:24:45] "POST /ref-update HTTP/1.1" 200 156 0.007036 10.0.0.32 - - [2024-09-05 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.32 - - [2024-09-05 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.32 - - [2024-09-05 02:24:45] "POST /ref-update HTTP/1.1" 200 156 0.008412 10.0.0.32 - - [2024-09-05 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.32 - - [2024-09-05 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.32 - - [2024-09-05 02:24:46] "POST /ref-update HTTP/1.1" 200 156 0.009213 10.0.0.32 - - [2024-09-05 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.32 - - [2024-09-05 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.32 - - [2024-09-05 02:24:46] "GET /global-system-configs HTTP/1.1" 200 322 0.033407 10.0.0.32 - - [2024-09-05 02:24:46] "POST /ref-update HTTP/1.1" 200 156 0.009872 10.0.0.32 - - [2024-09-05 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.32 - - [2024-09-05 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.32 - - [2024-09-05 02:24:46] "POST /ref-update HTTP/1.1" 200 156 0.016194 10.0.0.32 - - [2024-09-05 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.32 - - [2024-09-05 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.32 - - [2024-09-05 02:24:46] "POST /ref-update HTTP/1.1" 200 156 0.007403 10.0.0.32 - - [2024-09-05 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.32 - - [2024-09-05 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.32 - - [2024-09-05 02:24:46] "POST /ref-update HTTP/1.1" 200 156 0.008851 10.0.0.32 - - [2024-09-05 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.32 - - [2024-09-05 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.32 - - [2024-09-05 02:24:46] "POST /ref-update HTTP/1.1" 200 156 0.008593 10.0.0.32 - - [2024-09-05 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.32 - - [2024-09-05 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.32 - - [2024-09-05 02:24:46] "POST /ref-update HTTP/1.1" 200 156 0.009916 10.0.0.32 - - [2024-09-05 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.32 - - [2024-09-05 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.32 - - [2024-09-05 02:24:47] "POST /ref-update HTTP/1.1" 200 156 0.008434 10.0.0.32 - - [2024-09-05 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.32 - - [2024-09-05 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.32 - - [2024-09-05 02:24:47] "POST /ref-update HTTP/1.1" 200 156 0.007429 10.0.0.32 - - [2024-09-05 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.32 - - [2024-09-05 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.32 - - [2024-09-05 02:24:47] "POST /ref-update HTTP/1.1" 200 156 0.008168 10.0.0.32 - - [2024-09-05 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.32 - - [2024-09-05 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.32 - - [2024-09-05 02:24:47] "POST /ref-update HTTP/1.1" 200 156 0.007367 10.0.0.32 - - [2024-09-05 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.32 - - [2024-09-05 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.32 - - [2024-09-05 02:24:47] "POST /ref-update HTTP/1.1" 200 156 0.008687 10.0.0.32 - - [2024-09-05 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.32 - - [2024-09-05 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.32 - - [2024-09-05 02:24:47] "POST /ref-update HTTP/1.1" 200 156 0.007583 10.0.0.32 - - [2024-09-05 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.32 - - [2024-09-05 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.32 - - [2024-09-05 02:24:48] "POST /ref-update HTTP/1.1" 200 156 0.007350 10.0.0.32 - - [2024-09-05 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.32 - - [2024-09-05 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.32 - - [2024-09-05 02:24:48] "POST /ref-update HTTP/1.1" 200 156 0.007535 10.0.0.32 - - [2024-09-05 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.32 - - [2024-09-05 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.32 - - [2024-09-05 02:24:48] "POST /ref-update HTTP/1.1" 200 156 0.007130 10.0.0.32 - - [2024-09-05 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.32 - - [2024-09-05 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.32 - - [2024-09-05 02:24:48] "POST /ref-update HTTP/1.1" 200 156 0.008249 10.0.0.32 - - [2024-09-05 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.32 - - [2024-09-05 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.32 - - [2024-09-05 02:24:48] "POST /ref-update HTTP/1.1" 200 156 0.007268 10.0.0.32 - - [2024-09-05 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.32 - - [2024-09-05 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.32 - - [2024-09-05 02:24:48] "POST /ref-update HTTP/1.1" 200 156 0.007573 10.0.0.32 - - [2024-09-05 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.32 - - [2024-09-05 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.32 - - [2024-09-05 02:24:48] "POST /ref-update HTTP/1.1" 200 156 0.007909 10.0.0.32 - - [2024-09-05 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.32 - - [2024-09-05 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.32 - - [2024-09-05 02:24:49] "POST /ref-update HTTP/1.1" 200 156 0.007914 10.0.0.32 - - [2024-09-05 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.32 - - [2024-09-05 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.32 - - [2024-09-05 02:24:49] "POST /ref-update HTTP/1.1" 200 156 0.007133 10.0.0.32 - - [2024-09-05 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.32 - - [2024-09-05 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.32 - - [2024-09-05 02:24:49] "POST /ref-update HTTP/1.1" 200 156 0.008032 10.0.0.32 - - [2024-09-05 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.32 - - [2024-09-05 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.32 - - [2024-09-05 02:24:49] "POST /ref-update HTTP/1.1" 200 156 0.008870 10.0.0.32 - - [2024-09-05 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.32 - - [2024-09-05 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.32 - - [2024-09-05 02:24:49] "POST /ref-update HTTP/1.1" 200 156 0.007272 10.0.0.32 - - [2024-09-05 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.32 - - [2024-09-05 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.32 - - [2024-09-05 02:24:49] "POST /ref-update HTTP/1.1" 200 156 0.007133 10.0.0.32 - - [2024-09-05 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.32 - - [2024-09-05 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.32 - - [2024-09-05 02:24:49] "POST /ref-update HTTP/1.1" 200 156 0.007518 10.0.0.32 - - [2024-09-05 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.32 - - [2024-09-05 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.32 - - [2024-09-05 02:24:50] "POST /ref-update HTTP/1.1" 200 156 0.009375 10.0.0.32 - - [2024-09-05 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.32 - - [2024-09-05 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.32 - - [2024-09-05 02:24:50] "POST /ref-update HTTP/1.1" 200 156 0.007222 10.0.0.32 - - [2024-09-05 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.32 - - [2024-09-05 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.32 - - [2024-09-05 02:24:50] "POST /ref-update HTTP/1.1" 200 156 0.007379 10.0.0.32 - - [2024-09-05 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.32 - - [2024-09-05 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.32 - - [2024-09-05 02:24:50] "POST /ref-update HTTP/1.1" 200 156 0.007955 10.0.0.32 - - [2024-09-05 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.32 - - [2024-09-05 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.32 - - [2024-09-05 02:24:50] "POST /ref-update HTTP/1.1" 200 156 0.006672 10.0.0.32 - - [2024-09-05 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.32 - - [2024-09-05 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.32 - - [2024-09-05 02:24:50] "POST /ref-update HTTP/1.1" 200 156 0.008192 10.0.0.32 - - [2024-09-05 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.32 - - [2024-09-05 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.32 - - [2024-09-05 02:24:51] "POST /ref-update HTTP/1.1" 200 156 0.007532 10.0.0.32 - - [2024-09-05 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.32 - - [2024-09-05 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.32 - - [2024-09-05 02:24:51] "POST /ref-update HTTP/1.1" 200 156 0.006970 10.0.0.32 - - [2024-09-05 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.32 - - [2024-09-05 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.32 - - [2024-09-05 02:24:51] "POST /ref-update HTTP/1.1" 200 156 0.007469 10.0.0.32 - - [2024-09-05 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.32 - - [2024-09-05 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.32 - - [2024-09-05 02:24:51] "POST /ref-update HTTP/1.1" 200 156 0.007082 10.0.0.32 - - [2024-09-05 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.32 - - [2024-09-05 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.32 - - [2024-09-05 02:24:51] "POST /ref-update HTTP/1.1" 200 156 0.007155 10.0.0.32 - - [2024-09-05 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.32 - - [2024-09-05 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.32 - - [2024-09-05 02:24:51] "POST /ref-update HTTP/1.1" 200 156 0.007004 10.0.0.32 - - [2024-09-05 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.32 - - [2024-09-05 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.32 - - [2024-09-05 02:24:51] "POST /ref-update HTTP/1.1" 200 156 0.007469 10.0.0.32 - - [2024-09-05 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.32 - - [2024-09-05 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.32 - - [2024-09-05 02:24:52] "POST /ref-update HTTP/1.1" 200 156 0.008626 10.0.0.32 - - [2024-09-05 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.32 - - [2024-09-05 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.32 - - [2024-09-05 02:24:52] "POST /ref-update HTTP/1.1" 200 156 0.007542 10.0.0.32 - - [2024-09-05 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.32 - - [2024-09-05 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.32 - - [2024-09-05 02:24:52] "POST /ref-update HTTP/1.1" 200 156 0.008062 10.0.0.32 - - [2024-09-05 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.32 - - [2024-09-05 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.32 - - [2024-09-05 02:24:52] "POST /ref-update HTTP/1.1" 200 156 0.008089 10.0.0.32 - - [2024-09-05 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.32 - - [2024-09-05 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.32 - - [2024-09-05 02:24:52] "POST /ref-update HTTP/1.1" 200 156 0.007095 10.0.0.32 - - [2024-09-05 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.32 - - [2024-09-05 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.32 - - [2024-09-05 02:24:52] "POST /ref-update HTTP/1.1" 200 156 0.008117 10.0.0.32 - - [2024-09-05 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.32 - - [2024-09-05 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.32 - - [2024-09-05 02:24:52] "POST /ref-update HTTP/1.1" 200 156 0.007318 10.0.0.32 - - [2024-09-05 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.32 - - [2024-09-05 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.32 - - [2024-09-05 02:24:53] "POST /ref-update HTTP/1.1" 200 156 0.006937 10.0.0.32 - - [2024-09-05 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.32 - - [2024-09-05 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.32 - - [2024-09-05 02:24:53] "POST /ref-update HTTP/1.1" 200 156 0.010227 10.0.0.32 - - [2024-09-05 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.32 - - [2024-09-05 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.32 - - [2024-09-05 02:24:53] "POST /ref-update HTTP/1.1" 200 156 0.006820 10.0.0.32 - - [2024-09-05 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.32 - - [2024-09-05 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.32 - - [2024-09-05 02:24:53] "POST /ref-update HTTP/1.1" 200 156 0.009247 10.0.0.32 - - [2024-09-05 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.32 - - [2024-09-05 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002772 10.0.0.32 - - [2024-09-05 02:24:53] "POST /ref-update HTTP/1.1" 200 156 0.007945 10.0.0.32 - - [2024-09-05 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.32 - - [2024-09-05 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.32 - - [2024-09-05 02:24:53] "POST /ref-update HTTP/1.1" 200 156 0.007107 10.0.0.32 - - [2024-09-05 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.32 - - [2024-09-05 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.32 - - [2024-09-05 02:24:54] "POST /ref-update HTTP/1.1" 200 156 0.008056 10.0.0.32 - - [2024-09-05 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.32 - - [2024-09-05 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.32 - - [2024-09-05 02:24:54] "POST /ref-update HTTP/1.1" 200 156 0.007408 10.0.0.32 - - [2024-09-05 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.32 - - [2024-09-05 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.32 - - [2024-09-05 02:24:54] "POST /ref-update HTTP/1.1" 200 156 0.007332 10.0.0.32 - - [2024-09-05 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.32 - - [2024-09-05 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.32 - - [2024-09-05 02:24:54] "POST /ref-update HTTP/1.1" 200 156 0.006677 10.0.0.32 - - [2024-09-05 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.32 - - [2024-09-05 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.32 - - [2024-09-05 02:24:54] "POST /ref-update HTTP/1.1" 200 156 0.008322 10.0.0.32 - - [2024-09-05 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.32 - - [2024-09-05 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.32 - - [2024-09-05 02:24:54] "POST /ref-update HTTP/1.1" 200 156 0.006702 10.0.0.32 - - [2024-09-05 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.32 - - [2024-09-05 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.32 - - [2024-09-05 02:24:54] "POST /ref-update HTTP/1.1" 200 156 0.008675 10.0.0.32 - - [2024-09-05 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004322 10.0.0.32 - - [2024-09-05 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.32 - - [2024-09-05 02:24:55] "POST /ref-update HTTP/1.1" 200 156 0.007981 10.0.0.32 - - [2024-09-05 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.32 - - [2024-09-05 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.32 - - [2024-09-05 02:24:55] "POST /ref-update HTTP/1.1" 200 156 0.007676 10.0.0.32 - - [2024-09-05 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.32 - - [2024-09-05 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.32 - - [2024-09-05 02:24:55] "POST /ref-update HTTP/1.1" 200 156 0.007042 10.0.0.32 - - [2024-09-05 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.32 - - [2024-09-05 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.32 - - [2024-09-05 02:24:55] "POST /ref-update HTTP/1.1" 200 156 0.007663 10.0.0.32 - - [2024-09-05 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.32 - - [2024-09-05 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.32 - - [2024-09-05 02:24:55] "POST /ref-update HTTP/1.1" 200 156 0.007307 10.0.0.32 - - [2024-09-05 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.32 - - [2024-09-05 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.32 - - [2024-09-05 02:24:55] "POST /ref-update HTTP/1.1" 200 156 0.007502 10.0.0.32 - - [2024-09-05 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.32 - - [2024-09-05 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.32 - - [2024-09-05 02:24:55] "POST /ref-update HTTP/1.1" 200 156 0.007242 10.0.0.32 - - [2024-09-05 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.32 - - [2024-09-05 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.32 - - [2024-09-05 02:24:56] "POST /ref-update HTTP/1.1" 200 156 0.006867 10.0.0.32 - - [2024-09-05 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.32 - - [2024-09-05 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.32 - - [2024-09-05 02:24:56] "POST /ref-update HTTP/1.1" 200 156 0.006628 10.0.0.32 - - [2024-09-05 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.32 - - [2024-09-05 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.32 - - [2024-09-05 02:24:56] "POST /ref-update HTTP/1.1" 200 156 0.007546 10.0.0.32 - - [2024-09-05 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.32 - - [2024-09-05 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.32 - - [2024-09-05 02:24:56] "POST /ref-update HTTP/1.1" 200 156 0.009001 10.0.0.32 - - [2024-09-05 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.32 - - [2024-09-05 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.32 - - [2024-09-05 02:24:56] "POST /ref-update HTTP/1.1" 200 156 0.007112 10.0.0.32 - - [2024-09-05 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.32 - - [2024-09-05 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.32 - - [2024-09-05 02:24:56] "POST /ref-update HTTP/1.1" 200 156 0.007962 10.0.0.32 - - [2024-09-05 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.32 - - [2024-09-05 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.32 - - [2024-09-05 02:24:57] "POST /ref-update HTTP/1.1" 200 156 0.007808 10.0.0.32 - - [2024-09-05 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.32 - - [2024-09-05 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.32 - - [2024-09-05 02:24:57] "POST /ref-update HTTP/1.1" 200 156 0.007237 10.0.0.32 - - [2024-09-05 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.32 - - [2024-09-05 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.32 - - [2024-09-05 02:24:57] "POST /ref-update HTTP/1.1" 200 156 0.007514 10.0.0.32 - - [2024-09-05 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.32 - - [2024-09-05 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.32 - - [2024-09-05 02:24:57] "POST /ref-update HTTP/1.1" 200 156 0.007824 10.0.0.32 - - [2024-09-05 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.32 - - [2024-09-05 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.32 - - [2024-09-05 02:24:57] "POST /ref-update HTTP/1.1" 200 156 0.007273 10.0.0.32 - - [2024-09-05 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.32 - - [2024-09-05 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.32 - - [2024-09-05 02:24:57] "POST /ref-update HTTP/1.1" 200 156 0.008387 10.0.0.32 - - [2024-09-05 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.32 - - [2024-09-05 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.32 - - [2024-09-05 02:24:57] "POST /ref-update HTTP/1.1" 200 156 0.007346 10.0.0.32 - - [2024-09-05 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.32 - - [2024-09-05 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.32 - - [2024-09-05 02:24:58] "POST /ref-update HTTP/1.1" 200 156 0.007079 10.0.0.32 - - [2024-09-05 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.32 - - [2024-09-05 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.32 - - [2024-09-05 02:24:58] "POST /ref-update HTTP/1.1" 200 156 0.007563 10.0.0.32 - - [2024-09-05 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.32 - - [2024-09-05 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.32 - - [2024-09-05 02:24:58] "POST /ref-update HTTP/1.1" 200 156 0.006943 10.0.0.32 - - [2024-09-05 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.32 - - [2024-09-05 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.32 - - [2024-09-05 02:24:58] "POST /ref-update HTTP/1.1" 200 156 0.007207 10.0.0.32 - - [2024-09-05 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.32 - - [2024-09-05 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.32 - - [2024-09-05 02:24:58] "POST /ref-update HTTP/1.1" 200 156 0.008023 10.0.0.32 - - [2024-09-05 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.32 - - [2024-09-05 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.32 - - [2024-09-05 02:24:58] "POST /ref-update HTTP/1.1" 200 156 0.007271 10.0.0.32 - - [2024-09-05 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.32 - - [2024-09-05 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.32 - - [2024-09-05 02:24:58] "POST /ref-update HTTP/1.1" 200 156 0.007188 10.0.0.32 - - [2024-09-05 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.32 - - [2024-09-05 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.32 - - [2024-09-05 02:24:59] "POST /ref-update HTTP/1.1" 200 156 0.007192 10.0.0.32 - - [2024-09-05 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002721 10.0.0.32 - - [2024-09-05 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002840 10.0.0.32 - - [2024-09-05 02:24:59] "POST /ref-update HTTP/1.1" 200 156 0.007583 10.0.0.32 - - [2024-09-05 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.32 - - [2024-09-05 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.32 - - [2024-09-05 02:24:59] "POST /ref-update HTTP/1.1" 200 156 0.007135 10.0.0.32 - - [2024-09-05 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.32 - - [2024-09-05 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.32 - - [2024-09-05 02:24:59] "POST /ref-update HTTP/1.1" 200 156 0.017810 10.0.0.32 - - [2024-09-05 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.32 - - [2024-09-05 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.32 - - [2024-09-05 02:24:59] "POST /ref-update HTTP/1.1" 200 156 0.007818 10.0.0.32 - - [2024-09-05 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.32 - - [2024-09-05 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.32 - - [2024-09-05 02:24:59] "POST /ref-update HTTP/1.1" 200 156 0.007613 10.0.0.32 - - [2024-09-05 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.32 - - [2024-09-05 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.32 - - [2024-09-05 02:25:00] "POST /ref-update HTTP/1.1" 200 156 0.007657 10.0.0.32 - - [2024-09-05 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.32 - - [2024-09-05 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.32 - - [2024-09-05 02:25:00] "POST /ref-update HTTP/1.1" 200 156 0.006949 10.0.0.32 - - [2024-09-05 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.32 - - [2024-09-05 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.32 - - [2024-09-05 02:25:00] "POST /ref-update HTTP/1.1" 200 156 0.007802 10.0.0.32 - - [2024-09-05 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.32 - - [2024-09-05 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.32 - - [2024-09-05 02:25:00] "POST /ref-update HTTP/1.1" 200 156 0.007488 10.0.0.32 - - [2024-09-05 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.32 - - [2024-09-05 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.32 - - [2024-09-05 02:25:00] "POST /ref-update HTTP/1.1" 200 156 0.007134 10.0.0.32 - - [2024-09-05 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.32 - - [2024-09-05 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.32 - - [2024-09-05 02:25:00] "POST /ref-update HTTP/1.1" 200 156 0.006995 10.0.0.32 - - [2024-09-05 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.32 - - [2024-09-05 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.32 - - [2024-09-05 02:25:00] "POST /ref-update HTTP/1.1" 200 156 0.007420 10.0.0.32 - - [2024-09-05 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.32 - - [2024-09-05 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.32 - - [2024-09-05 02:25:01] "POST /ref-update HTTP/1.1" 200 156 0.006967 10.0.0.32 - - [2024-09-05 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.32 - - [2024-09-05 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.32 - - [2024-09-05 02:25:01] "POST /ref-update HTTP/1.1" 200 156 0.007732 10.0.0.32 - - [2024-09-05 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.32 - - [2024-09-05 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.32 - - [2024-09-05 02:25:01] "POST /ref-update HTTP/1.1" 200 156 0.007010 10.0.0.32 - - [2024-09-05 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.32 - - [2024-09-05 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.32 - - [2024-09-05 02:25:01] "POST /ref-update HTTP/1.1" 200 156 0.009264 10.0.0.32 - - [2024-09-05 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.32 - - [2024-09-05 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.32 - - [2024-09-05 02:25:01] "POST /ref-update HTTP/1.1" 200 156 0.007111 10.0.0.32 - - [2024-09-05 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.32 - - [2024-09-05 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.32 - - [2024-09-05 02:25:01] "POST /ref-update HTTP/1.1" 200 156 0.007361 10.0.0.32 - - [2024-09-05 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.32 - - [2024-09-05 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.32 - - [2024-09-05 02:25:01] "POST /ref-update HTTP/1.1" 200 156 0.007391 10.0.0.32 - - [2024-09-05 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.32 - - [2024-09-05 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.32 - - [2024-09-05 02:25:02] "POST /ref-update HTTP/1.1" 200 156 0.007579 10.0.0.32 - - [2024-09-05 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.32 - - [2024-09-05 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.32 - - [2024-09-05 02:25:02] "POST /ref-update HTTP/1.1" 200 156 0.007372 10.0.0.32 - - [2024-09-05 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.32 - - [2024-09-05 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.32 - - [2024-09-05 02:25:02] "POST /ref-update HTTP/1.1" 200 156 0.007495 10.0.0.32 - - [2024-09-05 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.32 - - [2024-09-05 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.32 - - [2024-09-05 02:25:02] "POST /ref-update HTTP/1.1" 200 156 0.007187 10.0.0.32 - - [2024-09-05 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.32 - - [2024-09-05 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.32 - - [2024-09-05 02:25:02] "POST /ref-update HTTP/1.1" 200 156 0.007472 10.0.0.32 - - [2024-09-05 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.32 - - [2024-09-05 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.32 - - [2024-09-05 02:25:02] "POST /ref-update HTTP/1.1" 200 156 0.008130 10.0.0.32 - - [2024-09-05 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.32 - - [2024-09-05 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.32 - - [2024-09-05 02:25:03] "POST /ref-update HTTP/1.1" 200 156 0.008222 10.0.0.32 - - [2024-09-05 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.32 - - [2024-09-05 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.32 - - [2024-09-05 02:25:03] "POST /ref-update HTTP/1.1" 200 156 0.009928 10.0.0.32 - - [2024-09-05 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.32 - - [2024-09-05 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.32 - - [2024-09-05 02:25:03] "POST /ref-update HTTP/1.1" 200 156 0.008466 10.0.0.32 - - [2024-09-05 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.32 - - [2024-09-05 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.32 - - [2024-09-05 02:25:03] "POST /ref-update HTTP/1.1" 200 156 0.007999 10.0.0.32 - - [2024-09-05 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.32 - - [2024-09-05 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.32 - - [2024-09-05 02:25:03] "POST /ref-update HTTP/1.1" 200 156 0.008536 10.0.0.32 - - [2024-09-05 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.32 - - [2024-09-05 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.32 - - [2024-09-05 02:25:03] "POST /ref-update HTTP/1.1" 200 156 0.007591 10.0.0.32 - - [2024-09-05 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.007691 10.0.0.32 - - [2024-09-05 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.32 - - [2024-09-05 02:25:03] "POST /ref-update HTTP/1.1" 200 156 0.007343 10.0.0.32 - - [2024-09-05 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.32 - - [2024-09-05 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.32 - - [2024-09-05 02:25:04] "POST /ref-update HTTP/1.1" 200 156 0.007914 10.0.0.32 - - [2024-09-05 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.32 - - [2024-09-05 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.32 - - [2024-09-05 02:25:04] "POST /ref-update HTTP/1.1" 200 156 0.007257 10.0.0.32 - - [2024-09-05 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004362 10.0.0.32 - - [2024-09-05 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.32 - - [2024-09-05 02:25:04] "POST /ref-update HTTP/1.1" 200 156 0.009198 10.0.0.32 - - [2024-09-05 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.32 - - [2024-09-05 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.32 - - [2024-09-05 02:25:04] "POST /ref-update HTTP/1.1" 200 156 0.011287 10.0.0.32 - - [2024-09-05 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.32 - - [2024-09-05 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.32 - - [2024-09-05 02:25:04] "POST /ref-update HTTP/1.1" 200 156 0.008390 10.0.0.32 - - [2024-09-05 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.32 - - [2024-09-05 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.32 - - [2024-09-05 02:25:04] "POST /ref-update HTTP/1.1" 200 156 0.009175 10.0.0.32 - - [2024-09-05 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.32 - - [2024-09-05 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.32 - - [2024-09-05 02:25:05] "POST /ref-update HTTP/1.1" 200 156 0.010392 10.0.0.32 - - [2024-09-05 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.32 - - [2024-09-05 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.32 - - [2024-09-05 02:25:05] "POST /ref-update HTTP/1.1" 200 156 0.009567 10.0.0.32 - - [2024-09-05 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.32 - - [2024-09-05 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.32 - - [2024-09-05 02:25:05] "POST /ref-update HTTP/1.1" 200 156 0.008524 10.0.0.32 - - [2024-09-05 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.32 - - [2024-09-05 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.32 - - [2024-09-05 02:25:05] "POST /ref-update HTTP/1.1" 200 156 0.010271 10.0.0.32 - - [2024-09-05 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.32 - - [2024-09-05 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.32 - - [2024-09-05 02:25:05] "POST /ref-update HTTP/1.1" 200 156 0.011036 10.0.0.32 - - [2024-09-05 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005199 10.0.0.32 - - [2024-09-05 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.32 - - [2024-09-05 02:25:05] "POST /ref-update HTTP/1.1" 200 156 0.009256 10.0.0.32 - - [2024-09-05 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.32 - - [2024-09-05 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.32 - - [2024-09-05 02:25:05] "POST /ref-update HTTP/1.1" 200 156 0.008481 10.0.0.32 - - [2024-09-05 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.32 - - [2024-09-05 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.32 - - [2024-09-05 02:25:06] "POST /ref-update HTTP/1.1" 200 156 0.009591 10.0.0.32 - - [2024-09-05 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.32 - - [2024-09-05 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.32 - - [2024-09-05 02:25:06] "POST /ref-update HTTP/1.1" 200 156 0.008812 10.0.0.32 - - [2024-09-05 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.32 - - [2024-09-05 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.32 - - [2024-09-05 02:25:06] "POST /ref-update HTTP/1.1" 200 156 0.009672 10.0.0.32 - - [2024-09-05 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.32 - - [2024-09-05 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.32 - - [2024-09-05 02:25:06] "POST /ref-update HTTP/1.1" 200 156 0.009087 10.0.0.32 - - [2024-09-05 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.32 - - [2024-09-05 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.32 - - [2024-09-05 02:25:06] "POST /ref-update HTTP/1.1" 200 156 0.010229 10.0.0.32 - - [2024-09-05 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.32 - - [2024-09-05 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.32 - - [2024-09-05 02:25:06] "POST /ref-update HTTP/1.1" 200 156 0.009026 10.0.0.32 - - [2024-09-05 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.32 - - [2024-09-05 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.32 - - [2024-09-05 02:25:07] "POST /ref-update HTTP/1.1" 200 156 0.009839 10.0.0.32 - - [2024-09-05 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.32 - - [2024-09-05 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.32 - - [2024-09-05 02:25:07] "POST /ref-update HTTP/1.1" 200 156 0.011281 10.0.0.32 - - [2024-09-05 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.32 - - [2024-09-05 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.32 - - [2024-09-05 02:25:07] "POST /ref-update HTTP/1.1" 200 156 0.008281 10.0.0.32 - - [2024-09-05 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.32 - - [2024-09-05 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.32 - - [2024-09-05 02:25:07] "POST /ref-update HTTP/1.1" 200 156 0.008597 10.0.0.32 - - [2024-09-05 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.32 - - [2024-09-05 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.32 - - [2024-09-05 02:25:07] "POST /ref-update HTTP/1.1" 200 156 0.009081 10.0.0.32 - - [2024-09-05 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.32 - - [2024-09-05 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.32 - - [2024-09-05 02:25:07] "POST /ref-update HTTP/1.1" 200 156 0.038756 10.0.0.32 - - [2024-09-05 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.32 - - [2024-09-05 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.32 - - [2024-09-05 02:25:07] "POST /ref-update HTTP/1.1" 200 156 0.009436 10.0.0.32 - - [2024-09-05 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.32 - - [2024-09-05 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.32 - - [2024-09-05 02:25:08] "POST /ref-update HTTP/1.1" 200 156 0.008313 10.0.0.32 - - [2024-09-05 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.32 - - [2024-09-05 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.32 - - [2024-09-05 02:25:08] "POST /ref-update HTTP/1.1" 200 156 0.009125 10.0.0.32 - - [2024-09-05 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.32 - - [2024-09-05 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.32 - - [2024-09-05 02:25:08] "POST /ref-update HTTP/1.1" 200 156 0.008099 10.0.0.32 - - [2024-09-05 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.32 - - [2024-09-05 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.32 - - [2024-09-05 02:25:08] "POST /ref-update HTTP/1.1" 200 156 0.007964 10.0.0.32 - - [2024-09-05 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.32 - - [2024-09-05 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.32 - - [2024-09-05 02:25:08] "POST /ref-update HTTP/1.1" 200 156 0.008093 10.0.0.32 - - [2024-09-05 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.32 - - [2024-09-05 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.32 - - [2024-09-05 02:25:08] "POST /ref-update HTTP/1.1" 200 156 0.008111 10.0.0.32 - - [2024-09-05 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.32 - - [2024-09-05 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.32 - - [2024-09-05 02:25:08] "POST /ref-update HTTP/1.1" 200 156 0.008418 10.0.0.32 - - [2024-09-05 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.32 - - [2024-09-05 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.32 - - [2024-09-05 02:25:09] "POST /ref-update HTTP/1.1" 200 156 0.009065 10.0.0.32 - - [2024-09-05 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.32 - - [2024-09-05 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.32 - - [2024-09-05 02:25:09] "POST /ref-update HTTP/1.1" 200 156 0.008312 10.0.0.32 - - [2024-09-05 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.32 - - [2024-09-05 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.32 - - [2024-09-05 02:25:09] "POST /ref-update HTTP/1.1" 200 156 0.008602 10.0.0.32 - - [2024-09-05 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.32 - - [2024-09-05 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.32 - - [2024-09-05 02:25:09] "POST /ref-update HTTP/1.1" 200 156 0.008303 10.0.0.32 - - [2024-09-05 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.32 - - [2024-09-05 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.32 - - [2024-09-05 02:25:09] "POST /ref-update HTTP/1.1" 200 156 0.009578 10.0.0.32 - - [2024-09-05 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.32 - - [2024-09-05 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.32 - - [2024-09-05 02:25:09] "POST /ref-update HTTP/1.1" 200 156 0.008313 10.0.0.32 - - [2024-09-05 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.32 - - [2024-09-05 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.32 - - [2024-09-05 02:25:10] "POST /ref-update HTTP/1.1" 200 156 0.008190 10.0.0.32 - - [2024-09-05 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.32 - - [2024-09-05 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.32 - - [2024-09-05 02:25:10] "POST /ref-update HTTP/1.1" 200 156 0.008303 10.0.0.32 - - [2024-09-05 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.32 - - [2024-09-05 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.32 - - [2024-09-05 02:25:10] "POST /ref-update HTTP/1.1" 200 156 0.008298 10.0.0.32 - - [2024-09-05 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.32 - - [2024-09-05 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.32 - - [2024-09-05 02:25:10] "POST /ref-update HTTP/1.1" 200 156 0.009513 10.0.0.32 - - [2024-09-05 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.32 - - [2024-09-05 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.32 - - [2024-09-05 02:25:10] "POST /ref-update HTTP/1.1" 200 156 0.008755 10.0.0.32 - - [2024-09-05 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.32 - - [2024-09-05 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.32 - - [2024-09-05 02:25:10] "POST /ref-update HTTP/1.1" 200 156 0.008660 10.0.0.32 - - [2024-09-05 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.32 - - [2024-09-05 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.32 - - [2024-09-05 02:25:10] "POST /ref-update HTTP/1.1" 200 156 0.008719 10.0.0.32 - - [2024-09-05 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.32 - - [2024-09-05 02:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.32 - - [2024-09-05 02:25:11] "POST /ref-update HTTP/1.1" 200 156 0.009656 10.0.0.32 - - [2024-09-05 02:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.32 - - [2024-09-05 02:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.32 - - [2024-09-05 02:25:11] "POST /ref-update HTTP/1.1" 200 156 0.008903 10.0.0.32 - - [2024-09-05 02:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.32 - - [2024-09-05 02:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.32 - - [2024-09-05 02:25:11] "POST /ref-update HTTP/1.1" 200 156 0.008187 10.0.0.32 - - [2024-09-05 02:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.32 - - [2024-09-05 02:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.32 - - [2024-09-05 02:25:11] "POST /ref-update HTTP/1.1" 200 156 0.008277 10.0.0.32 - - [2024-09-05 02:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.32 - - [2024-09-05 02:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.32 - - [2024-09-05 02:25:11] "POST /ref-update HTTP/1.1" 200 156 0.009558 10.0.0.32 - - [2024-09-05 02:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.32 - - [2024-09-05 02:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.32 - - [2024-09-05 02:25:11] "POST /ref-update HTTP/1.1" 200 156 0.008623 10.0.0.32 - - [2024-09-05 02:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.32 - - [2024-09-05 02:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.32 - - [2024-09-05 02:25:11] "POST /ref-update HTTP/1.1" 200 156 0.008864 10.0.0.32 - - [2024-09-05 02:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.32 - - [2024-09-05 02:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.32 - - [2024-09-05 02:25:12] "POST /ref-update HTTP/1.1" 200 156 0.009075 10.0.0.32 - - [2024-09-05 02:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.32 - - [2024-09-05 02:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.32 - - [2024-09-05 02:25:12] "POST /ref-update HTTP/1.1" 200 156 0.008785 10.0.0.32 - - [2024-09-05 02:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.32 - - [2024-09-05 02:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.32 - - [2024-09-05 02:25:12] "POST /ref-update HTTP/1.1" 200 156 0.007185 10.0.0.32 - - [2024-09-05 02:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.32 - - [2024-09-05 02:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.32 - - [2024-09-05 02:25:12] "POST /ref-update HTTP/1.1" 200 156 0.007044 10.0.0.32 - - [2024-09-05 02:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.32 - - [2024-09-05 02:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.32 - - [2024-09-05 02:25:12] "POST /ref-update HTTP/1.1" 200 156 0.007513 10.0.0.32 - - [2024-09-05 02:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002803 10.0.0.32 - - [2024-09-05 02:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002723 10.0.0.32 - - [2024-09-05 02:25:12] "POST /ref-update HTTP/1.1" 200 156 0.008512 10.0.0.32 - - [2024-09-05 02:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.32 - - [2024-09-05 02:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.32 - - [2024-09-05 02:25:13] "POST /ref-update HTTP/1.1" 200 156 0.007191 10.0.0.32 - - [2024-09-05 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.32 - - [2024-09-05 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.32 - - [2024-09-05 02:25:13] "POST /ref-update HTTP/1.1" 200 156 0.007570 10.0.0.32 - - [2024-09-05 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.32 - - [2024-09-05 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.32 - - [2024-09-05 02:25:13] "POST /ref-update HTTP/1.1" 200 156 0.007289 10.0.0.32 - - [2024-09-05 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.32 - - [2024-09-05 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.32 - - [2024-09-05 02:25:13] "POST /ref-update HTTP/1.1" 200 156 0.008258 10.0.0.32 - - [2024-09-05 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.32 - - [2024-09-05 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002818 10.0.0.32 - - [2024-09-05 02:25:13] "POST /ref-update HTTP/1.1" 200 156 0.008048 10.0.0.32 - - [2024-09-05 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.32 - - [2024-09-05 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002818 10.0.0.32 - - [2024-09-05 02:25:13] "POST /ref-update HTTP/1.1" 200 156 0.007235 10.0.0.32 - - [2024-09-05 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.32 - - [2024-09-05 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819 10.0.0.32 - - [2024-09-05 02:25:13] "POST /ref-update HTTP/1.1" 200 156 0.007205 10.0.0.32 - - [2024-09-05 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.32 - - [2024-09-05 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.32 - - [2024-09-05 02:25:14] "POST /ref-update HTTP/1.1" 200 156 0.009965 10.0.0.32 - - [2024-09-05 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.32 - - [2024-09-05 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.32 - - [2024-09-05 02:25:14] "POST /ref-update HTTP/1.1" 200 156 0.009616 10.0.0.32 - - [2024-09-05 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.32 - - [2024-09-05 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.32 - - [2024-09-05 02:25:14] "POST /ref-update HTTP/1.1" 200 156 0.009905 10.0.0.32 - - [2024-09-05 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.32 - - [2024-09-05 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.32 - - [2024-09-05 02:25:14] "POST /ref-update HTTP/1.1" 200 156 0.009465 10.0.0.32 - - [2024-09-05 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.32 - - [2024-09-05 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.32 - - [2024-09-05 02:25:14] "POST /ref-update HTTP/1.1" 200 156 0.010211 10.0.0.32 - - [2024-09-05 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.32 - - [2024-09-05 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.32 - - [2024-09-05 02:25:14] "POST /ref-update HTTP/1.1" 200 156 0.010183 10.0.0.32 - - [2024-09-05 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.32 - - [2024-09-05 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.32 - - [2024-09-05 02:25:15] "POST /ref-update HTTP/1.1" 200 156 0.007994 10.0.0.32 - - [2024-09-05 02:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.32 - - [2024-09-05 02:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.32 - - [2024-09-05 02:25:15] "POST /ref-update HTTP/1.1" 200 156 0.007492 10.0.0.32 - - [2024-09-05 02:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.32 - - [2024-09-05 02:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.32 - - [2024-09-05 02:25:15] "POST /ref-update HTTP/1.1" 200 156 0.009115 10.0.0.32 - - [2024-09-05 02:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002868 10.0.0.32 - - [2024-09-05 02:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.32 - - [2024-09-05 02:25:15] "POST /ref-update HTTP/1.1" 200 156 0.007959 10.0.0.32 - - [2024-09-05 02:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.32 - - [2024-09-05 02:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.32 - - [2024-09-05 02:25:15] "POST /ref-update HTTP/1.1" 200 156 0.008256 10.0.0.32 - - [2024-09-05 02:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002822 10.0.0.32 - - [2024-09-05 02:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.32 - - [2024-09-05 02:25:15] "POST /ref-update HTTP/1.1" 200 156 0.007844 10.0.0.32 - - [2024-09-05 02:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.32 - - [2024-09-05 02:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.32 - - [2024-09-05 02:25:15] "POST /ref-update HTTP/1.1" 200 156 0.007973 10.0.0.32 - - [2024-09-05 02:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002752 10.0.0.32 - - [2024-09-05 02:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.32 - - [2024-09-05 02:25:16] "POST /ref-update HTTP/1.1" 200 156 0.007572 10.0.0.32 - - [2024-09-05 02:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.32 - - [2024-09-05 02:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.32 - - [2024-09-05 02:25:16] "POST /ref-update HTTP/1.1" 200 156 0.008828 10.0.0.32 - - [2024-09-05 02:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.32 - - [2024-09-05 02:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.32 - - [2024-09-05 02:25:16] "POST /ref-update HTTP/1.1" 200 156 0.007729 10.0.0.32 - - [2024-09-05 02:25:16] "POST /network-ipams HTTP/1.1" 200 550 0.016877 10.0.0.32 - - [2024-09-05 02:25:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003065 10.0.0.32 - - [2024-09-05 02:25:16] "POST /virtual-networks HTTP/1.1" 200 552 0.091938 10.0.0.32 - - [2024-09-05 02:25:16] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.002555 10.0.0.32 - - [2024-09-05 02:25:16] "POST /fqname-to-id HTTP/1.1" 404 188 0.002913 10.0.0.32 - - [2024-09-05 02:25:16] "POST /fqname-to-id HTTP/1.1" 404 178 0.003190 10.0.0.32 - - [2024-09-05 02:25:16] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.002867 10.0.0.32 - - [2024-09-05 02:25:16] "GET /fabric/eca11855-281c-4bf6-8a29-eb1e569f8239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1116 0.003564 10.0.0.32 - - [2024-09-05 02:25:16] "POST /fqname-to-id HTTP/1.1" 404 198 0.002792 10.0.0.32 - - [2024-09-05 02:25:16] "POST /fqname-to-id HTTP/1.1" 404 205 0.002946 10.0.0.32 - - [2024-09-05 02:25:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.002831 10.0.0.32 - - [2024-09-05 02:25:17] "POST /route-targets HTTP/1.1" 200 327 0.010058 10.0.0.32 - - [2024-09-05 02:25:17] "POST /ref-update HTTP/1.1" 200 156 0.009996 10.0.0.32 - - [2024-09-05 02:25:27] "GET / HTTP/1.1" 200 35931 0.002027 10.0.0.32 - - [2024-09-05 02:25:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000542 10.0.0.32 - - [2024-09-05 02:25:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.025902 10.0.0.32 - - [2024-09-05 02:25:28] "GET /routing-instance/a6d6c4f6-5a68-4c1e-bea1-31764f80ac22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003278 10.0.0.32 - - [2024-09-05 02:25:28] "POST /bgp-routers HTTP/1.1" 200 620 0.018211 10.0.0.32 - - [2024-09-05 02:25:28] "GET /bgp-router/4a49e342-f6bb-4282-b849-23a244140df3?fields=global_system_config_back_refs HTTP/1.1" 200 1116 0.004581 10.0.0.32 - - [2024-09-05 02:25:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.32 - - [2024-09-05 02:25:28] "GET /global-system-config/f8114203-792c-4955-80db-06ef0a48732f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.003914 10.0.0.32 - - [2024-09-05 02:25:28] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003114 10.0.0.32 - - [2024-09-05 02:25:28] "POST /ref-update HTTP/1.1" 200 156 0.007522 10.0.0.32 - - [2024-09-05 02:26:23] "GET / HTTP/1.1" 200 35931 0.001827 10.0.0.32 - - [2024-09-05 02:26:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000459 10.0.0.32 - - [2024-09-05 02:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.024705 10.0.0.32 - - [2024-09-05 02:26:23] "GET /global-system-config/f8114203-792c-4955-80db-06ef0a48732f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.019476 10.0.0.32 - - [2024-09-05 02:26:23] "POST /fqname-to-id HTTP/1.1" 404 220 0.002981 10.0.0.32 - - [2024-09-05 02:26:23] "POST /database-nodes HTTP/1.1" 200 603 0.021873 10.0.0.32 - - [2024-09-05 02:27:05] "GET / HTTP/1.1" 200 35931 0.001819 10.0.0.32 - - [2024-09-05 02:27:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000461 10.0.0.32 - - [2024-09-05 02:27:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.025073 10.0.0.32 - - [2024-09-05 02:27:05] "GET /global-system-config/f8114203-792c-4955-80db-06ef0a48732f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.003316 10.0.0.32 - - [2024-09-05 02:27:05] "POST /fqname-to-id HTTP/1.1" 404 220 0.003099 10.0.0.32 - - [2024-09-05 02:27:06] "POST /analytics-nodes HTTP/1.1" 200 605 0.016088 10.0.0.32 - - [2024-09-05 02:27:11] "GET / HTTP/1.1" 200 35931 0.002469 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.32 - - [2024-09-05 02:27:12] "GET /obj-perms HTTP/1.1" 200 5056 0.361153 10.0.0.32 - - [2024-09-05 02:27:13] "GET /obj-perms HTTP/1.1" 200 5056 0.053071 10.0.0.32 - - [2024-09-05 02:27:21] "GET / HTTP/1.1" 200 35931 0.001676 10.0.0.32 - - [2024-09-05 02:27:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000469 10.0.0.32 - - [2024-09-05 02:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.024052 10.0.0.32 - - [2024-09-05 02:27:21] "GET /global-system-config/f8114203-792c-4955-80db-06ef0a48732f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.003184 10.0.0.32 - - [2024-09-05 02:27:21] "POST /fqname-to-id HTTP/1.1" 404 220 0.003018 10.0.0.32 - - [2024-09-05 02:27:21] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.023101 10.0.0.32 - - [2024-09-05 02:27:31] "GET / HTTP/1.1" 200 35931 0.001785 10.0.0.32 - - [2024-09-05 02:27:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000476 10.0.0.32 - - [2024-09-05 02:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.025068 10.0.0.32 - - [2024-09-05 02:27:32] "GET /global-system-config/f8114203-792c-4955-80db-06ef0a48732f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.002907 10.0.0.32 - - [2024-09-05 02:27:32] "POST /fqname-to-id HTTP/1.1" 404 220 0.003283 10.0.0.32 - - [2024-09-05 02:27:32] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.016632 10.0.0.32 - - [2024-09-05 02:28:13] "GET /obj-perms HTTP/1.1" 200 5056 0.053640 10.0.0.32 - - [2024-09-05 02:28:13] "GET /obj-perms HTTP/1.1" 200 5056 0.051814 10.0.0.32 - - [2024-09-05 02:29:05] "GET / HTTP/1.1" 200 35931 0.001823 10.0.0.32 - - [2024-09-05 02:29:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000453 10.0.0.32 - - [2024-09-05 02:29:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.028476 10.0.0.32 - - [2024-09-05 02:29:05] "GET /global-system-config/f8114203-792c-4955-80db-06ef0a48732f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.003922 10.0.0.32 - - [2024-09-05 02:29:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.32 - - [2024-09-05 02:29:05] "GET /routing-instance/a6d6c4f6-5a68-4c1e-bea1-31764f80ac22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003440 10.0.0.32 - - [2024-09-05 02:29:05] "PUT /global-system-config/f8114203-792c-4955-80db-06ef0a48732f HTTP/1.1" 200 274 0.010827 10.0.0.32 - - [2024-09-05 02:29:06] "POST /fqname-to-id HTTP/1.1" 404 218 0.002846 10.0.0.32 - - [2024-09-05 02:29:06] "POST /virtual-routers HTTP/1.1" 200 603 0.020331 10.0.0.32 - - [2024-09-05 02:29:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.32 - - [2024-09-05 02:29:06] "GET /virtual-router/0e12bd5d-2736-4f8f-9147-8957a2a16a12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1244 0.004269 10.0.0.32 - - [2024-09-05 02:29:06] "POST /fqname-to-id HTTP/1.1" 404 231 0.003036 10.0.0.32 - - [2024-09-05 02:29:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.32 - - [2024-09-05 02:29:06] "GET /virtual-network/5ecbba35-1ce9-4a2d-949b-a7dba8fe4511?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.003681 10.0.0.32 - - [2024-09-05 02:29:06] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.118726 10.0.0.32 - - [2024-09-05 02:29:07] "PUT /access-control-list/03958db3-e943-4d13-bb7d-db818c0aa852 HTTP/1.1" 200 272 0.012413 10.0.0.32 - - [2024-09-05 02:29:14] "GET /obj-perms HTTP/1.1" 200 5056 0.044007 10.0.0.32 - - [2024-09-05 02:29:14] "GET /obj-perms HTTP/1.1" 200 5056 0.045058 [Introspect:8084]10.0.0.32 - - [2024-09-05 02:29:31] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000976 [Introspect:8084]10.0.0.32 - - [2024-09-05 02:29:31] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000964 [Introspect:8084]10.0.0.32 - - [2024-09-05 02:29:33] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000896 [Introspect:8084]10.0.0.32 - - [2024-09-05 02:29:33] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000970 10.0.0.32 - - [2024-09-05 02:29:42] "GET /global-system-configs HTTP/1.1" 200 322 0.038282 10.0.0.32 - - [2024-09-05 02:29:42] "GET /obj-perms HTTP/1.1" 200 5056 0.076961 10.0.0.32 - - [2024-09-05 02:29:42] "GET /global-system-configs HTTP/1.1" 200 322 0.007038 10.0.0.32 - - [2024-09-05 02:29:42] "GET /obj-perms HTTP/1.1" 200 5056 0.025369 10.0.0.32 - - [2024-09-05 02:30:14] "GET /obj-perms HTTP/1.1" 200 5056 0.047132 10.0.0.32 - - [2024-09-05 02:30:15] "GET /obj-perms HTTP/1.1" 200 5056 0.045399 10.0.0.32 - - [2024-09-05 02:30:38] "GET / HTTP/1.1" 200 35931 0.002881 10.0.0.32 - - [2024-09-05 02:30:39] "GET /project/8e3761b2-f5a2-41b1-8c71-e2042dcf1bed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000524 10.0.0.32 - - [2024-09-05 02:30:40] "GET /projects?obj_uuids=8e3761b2-f5a2-41b1-8c71-e2042dcf1bed&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.023351 10.0.0.32 - - [2024-09-05 02:30:40] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001175 10.0.0.32 - - [2024-09-05 02:30:40] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.028025 10.0.0.32 - - [2024-09-05 02:30:40] "POST /id-to-fqname HTTP/1.1" 200 167 0.001796 10.0.0.32 - - [2024-09-05 02:30:40] "POST /fqname-to-id HTTP/1.1" 404 176 0.005750 10.0.0.32 - - [2024-09-05 02:30:40] "POST /security-groups HTTP/1.1" 200 568 0.068177 10.0.0.32 - - [2024-09-05 02:30:40] "POST /projects HTTP/1.1" 200 539 0.242892 10.0.0.32 - - [2024-09-05 02:30:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.026598 10.0.0.32 - - [2024-09-05 02:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.314060 10.0.0.32 - - [2024-09-05 02:30:40] "POST /access-control-lists HTTP/1.1" 200 573 0.060944 10.0.0.32 - - [2024-09-05 02:30:40] "GET /project/8e3761b2-f5a2-41b1-8c71-e2042dcf1bed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.467521 10.0.0.32 - - [2024-09-05 02:30:40] "POST /fqname-to-id HTTP/1.1" 404 206 0.003353 10.0.0.32 - - [2024-09-05 02:30:40] "POST /access-control-lists HTTP/1.1" 200 571 0.059900 [Introspect:8084]10.0.0.32 - - [2024-09-05 02:30:41] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001188 10.0.0.32 - - [2024-09-05 02:30:41] "POST /fqname-to-id HTTP/1.1" 404 199 0.023405 10.0.0.32 - - [2024-09-05 02:30:41] "GET /projects?obj_uuids=f0cd17bd-1a89-4ed3-bac7-9ec9ad8a037b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003124 10.0.0.32 - - [2024-09-05 02:30:41] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001212 10.0.0.32 - - [2024-09-05 02:30:41] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007139 10.0.0.32 - - [2024-09-05 02:30:41] "POST /id-to-fqname HTTP/1.1" 200 201 0.001400 10.0.0.32 - - [2024-09-05 02:30:41] "POST /fqname-to-id HTTP/1.1" 404 210 0.002410 10.0.0.32 - - [2024-09-05 02:30:41] "POST /security-groups HTTP/1.1" 200 602 0.063845 10.0.0.32 - - [2024-09-05 02:30:41] "POST /fqname-to-id HTTP/1.1" 404 245 0.002501 10.0.0.32 - - [2024-09-05 02:30:41] "POST /projects HTTP/1.1" 200 607 0.211301 10.0.0.32 - - [2024-09-05 02:30:41] "POST /access-control-lists HTTP/1.1" 200 607 0.057873 10.0.0.32 - - [2024-09-05 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.280459 10.0.0.32 - - [2024-09-05 02:30:41] "POST /fqname-to-id HTTP/1.1" 404 244 0.002789 10.0.0.32 - - [2024-09-05 02:30:41] "GET /project/f0cd17bd-1a89-4ed3-bac7-9ec9ad8a037b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.397473 10.0.0.32 - - [2024-09-05 02:30:42] "POST /access-control-lists HTTP/1.1" 200 605 0.060096 10.0.0.32 - - [2024-09-05 02:30:42] "GET / HTTP/1.1" 200 35931 0.002227 10.0.0.32 - - [2024-09-05 02:30:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000511 10.0.0.32 - - [2024-09-05 02:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.054197 10.0.0.32 - - [2024-09-05 02:30:43] "GET /projects?obj_uuids=f0cd17bd-1a89-4ed3-bac7-9ec9ad8a037b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001120 10.0.0.32 - - [2024-09-05 02:30:43] "GET /project/f0cd17bd-1a89-4ed3-bac7-9ec9ad8a037b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.021036 10.0.0.32 - - [2024-09-05 02:30:44] "POST /neutron/network HTTP/1.1" 200 117 0.039505 10.0.0.32 - - [2024-09-05 02:30:44] "GET /projects?obj_uuids=f0cd17bd-1a89-4ed3-bac7-9ec9ad8a037b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001150 10.0.0.32 - - [2024-09-05 02:30:44] "POST /neutron/network HTTP/1.1" 200 620 0.065533 10.0.0.32 - - [2024-09-05 02:30:44] "POST /route-targets HTTP/1.1" 200 327 0.015556 10.0.0.32 - - [2024-09-05 02:30:44] "POST /ref-update HTTP/1.1" 200 156 0.012546 10.0.0.32 - - [2024-09-05 02:30:44] "POST /useragent-kv HTTP/1.1" 200 115 0.008298 10.0.0.32 - - [2024-09-05 02:30:44] "POST /neutron/subnet HTTP/1.1" 200 725 0.187819 10.0.0.32 - - [2024-09-05 02:30:44] "POST /neutron/network HTTP/1.1" 200 839 0.005463 10.0.0.32 - - [2024-09-05 02:30:44] "POST /id-to-fqname HTTP/1.1" 200 233 0.001278 10.0.0.32 - - [2024-09-05 02:30:44] "GET /virtual-network/aa2c42cc-61b0-4d79-8214-c9d4c0bd659a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.002559 10.0.0.32 - - [2024-09-05 02:30:44] "POST /neutron/network HTTP/1.1" 200 839 0.005979 10.0.0.32 - - [2024-09-05 02:30:44] "GET /virtual-network/aa2c42cc-61b0-4d79-8214-c9d4c0bd659a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.002912 10.0.0.32 - - [2024-09-05 02:30:44] "POST /neutron/network HTTP/1.1" 200 839 0.005946 10.0.0.32 - - [2024-09-05 02:30:44] "POST /neutron/subnet HTTP/1.1" 200 725 0.007115 10.0.0.32 - - [2024-09-05 02:30:44] "GET /domains HTTP/1.1" 401 292 0.000425 10.0.0.32 - - [2024-09-05 02:30:44] "GET /domains HTTP/1.1" 200 280 0.024924 10.0.0.32 - - [2024-09-05 02:30:45] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001097 10.0.0.32 - - [2024-09-05 02:30:45] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0 HTTP/1.1" 200 2583 0.012679 10.0.0.32 - - [2024-09-05 02:30:45] "GET /projects?obj_uuids=f0cd17bd-1a89-4ed3-bac7-9ec9ad8a037b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001156 10.0.0.32 - - [2024-09-05 02:30:45] "GET /project/f0cd17bd-1a89-4ed3-bac7-9ec9ad8a037b HTTP/1.1" 200 2169 0.066836 10.0.0.32 - - [2024-09-05 02:30:45] "GET /virtual-network/aa2c42cc-61b0-4d79-8214-c9d4c0bd659a HTTP/1.1" 200 2342 0.003694 10.0.0.32 - - [2024-09-05 02:30:45] "GET /virtual-network/aa2c42cc-61b0-4d79-8214-c9d4c0bd659a HTTP/1.1" 200 2342 0.002532 10.0.0.32 - - [2024-09-05 02:30:45] "GET /routing-instance/9427245c-4873-4052-b7ae-ddaf58b27a12 HTTP/1.1" 200 1495 0.002578 10.0.0.32 - - [2024-09-05 02:30:45] "GET /routing-instance/9427245c-4873-4052-b7ae-ddaf58b27a12 HTTP/1.1" 200 1495 0.002333 10.0.0.32 - - [2024-09-05 02:30:45] "GET /route-target/129d8927-f38a-4a29-a022-4db973b5b345 HTTP/1.1" 200 1219 0.002406 10.0.0.32 - - [2024-09-05 02:30:45] "GET /virtual-network/aa2c42cc-61b0-4d79-8214-c9d4c0bd659a HTTP/1.1" 200 2342 0.002358 10.0.0.32 - - [2024-09-05 02:30:45] "GET /routing-instance/9427245c-4873-4052-b7ae-ddaf58b27a12 HTTP/1.1" 200 1495 0.002284 10.0.0.32 - - [2024-09-05 02:30:45] "GET /virtual-network/aa2c42cc-61b0-4d79-8214-c9d4c0bd659a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.002214 10.0.0.32 - - [2024-09-05 02:30:45] "GET /virtual-network/aa2c42cc-61b0-4d79-8214-c9d4c0bd659a HTTP/1.1" 200 2342 0.002672 10.0.0.32 - - [2024-09-05 02:30:45] "GET /routing-instance/9427245c-4873-4052-b7ae-ddaf58b27a12 HTTP/1.1" 200 1495 0.002129 10.0.0.32 - - [2024-09-05 02:30:45] "GET /routing-instance/9427245c-4873-4052-b7ae-ddaf58b27a12 HTTP/1.1" 200 1495 0.002087 10.0.0.32 - - [2024-09-05 02:30:45] "GET /route-target/129d8927-f38a-4a29-a022-4db973b5b345 HTTP/1.1" 200 1219 0.002182 10.0.0.32 - - [2024-09-05 02:30:45] "GET /domains HTTP/1.1" 200 280 0.002229 10.0.0.32 - - [2024-09-05 02:30:45] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001017 10.0.0.32 - - [2024-09-05 02:30:45] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0 HTTP/1.1" 200 2583 0.006375 10.0.0.32 - - [2024-09-05 02:30:45] "GET /projects?obj_uuids=f0cd17bd-1a89-4ed3-bac7-9ec9ad8a037b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001332 10.0.0.32 - - [2024-09-05 02:30:45] "GET /project/f0cd17bd-1a89-4ed3-bac7-9ec9ad8a037b HTTP/1.1" 200 2169 0.062933 10.0.0.32 - - [2024-09-05 02:30:45] "GET /virtual-network/aa2c42cc-61b0-4d79-8214-c9d4c0bd659a HTTP/1.1" 200 2342 0.002617 10.0.0.32 - - [2024-09-05 02:30:45] "GET /obj-perms HTTP/1.1" 200 5052 0.053160 10.0.0.32 - - [2024-09-05 02:30:45] "POST /id-to-fqname HTTP/1.1" 200 233 0.001493 10.0.0.32 - - [2024-09-05 02:30:47] "POST /neutron/network HTTP/1.1" 200 849 0.005970 10.0.0.32 - - [2024-09-05 02:30:47] "GET /aaa-mode HTTP/1.1" 401 292 0.000425 10.0.0.32 - - [2024-09-05 02:30:47] "GET / HTTP/1.1" 200 35931 0.002086 10.0.0.32 - - [2024-09-05 02:30:47] "GET /project/f0cd17bd-1a89-4ed3-bac7-9ec9ad8a037b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000464 10.0.0.32 - - [2024-09-05 02:30:47] "GET /projects?obj_uuids=f0cd17bd-1a89-4ed3-bac7-9ec9ad8a037b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001207 10.0.0.32 - - [2024-09-05 02:30:47] "GET /project/f0cd17bd-1a89-4ed3-bac7-9ec9ad8a037b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.046173 10.0.0.32 - - [2024-09-05 02:30:48] "POST /neutron/network HTTP/1.1" 200 839 0.029715 10.0.0.32 - - [2024-09-05 02:30:48] "POST /neutron/port HTTP/1.1" 200 117 0.005312 10.0.0.32 - - [2024-09-05 02:30:48] "POST /neutron/port HTTP/1.1" 200 117 0.005354 10.0.0.32 - - [2024-09-05 02:30:48] "POST /neutron/port HTTP/1.1" 200 117 0.005857 10.0.0.32 - - [2024-09-05 02:30:49] "POST /neutron/network HTTP/1.1" 200 849 0.005805 10.0.0.32 - - [2024-09-05 02:30:49] "GET /projects?obj_uuids=f0cd17bd-1a89-4ed3-bac7-9ec9ad8a037b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001229 10.0.0.32 - - [2024-09-05 02:30:49] "POST /neutron/port HTTP/1.1" 200 1071 0.214265 10.0.0.32 - - [2024-09-05 02:30:50] "POST /neutron/port HTTP/1.1" 200 1071 0.037567 10.0.0.32 - - [2024-09-05 02:30:50] "POST /neutron/port HTTP/1.1" 200 1071 0.011186 10.0.0.32 - - [2024-09-05 02:30:50] "POST /neutron/port HTTP/1.1" 200 1125 0.069155 10.0.0.32 - - [2024-09-05 02:30:50] "POST /neutron/port HTTP/1.1" 200 1099 0.013622 10.0.0.32 - - [2024-09-05 02:30:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003319 10.0.0.32 - - [2024-09-05 02:30:50] "POST /neutron/subnet HTTP/1.1" 200 699 0.010493 10.0.0.32 - - [2024-09-05 02:30:50] "POST /neutron/port HTTP/1.1" 200 117 0.001205 10.0.0.32 - - [2024-09-05 02:30:50] "POST /neutron/network HTTP/1.1" 200 839 0.005516 10.0.0.32 - - [2024-09-05 02:30:53] "POST /neutron/port HTTP/1.1" 200 1099 0.016509 10.0.0.32 - - [2024-09-05 02:30:53] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006250 10.0.0.32 - - [2024-09-05 02:30:53] "GET /obj-perms HTTP/1.1" 200 5052 0.003256 10.0.0.32 - - [2024-09-05 02:30:54] "GET /obj-perms HTTP/1.1" 200 5052 0.003652 10.0.0.32 - - [2024-09-05 02:30:55] "GET /obj-perms HTTP/1.1" 200 5052 0.003499 10.0.0.32 - - [2024-09-05 02:30:56] "POST /neutron/port HTTP/1.1" 200 1099 0.014440 10.0.0.32 - - [2024-09-05 02:30:57] "POST /neutron/port HTTP/1.1" 200 1099 0.013558 10.0.0.32 - - [2024-09-05 02:30:57] "GET /obj-perms HTTP/1.1" 200 5052 0.003128 10.0.0.32 - - [2024-09-05 02:30:57] "POST /neutron/network HTTP/1.1" 200 849 0.005911 10.0.0.32 - - [2024-09-05 02:30:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003544 10.0.0.32 - - [2024-09-05 02:30:57] "POST /neutron/subnet HTTP/1.1" 200 699 0.009266 10.0.0.32 - - [2024-09-05 02:30:57] "POST /neutron/port HTTP/1.1" 200 117 0.001166 10.0.0.32 - - [2024-09-05 02:30:57] "POST /neutron/network HTTP/1.1" 200 839 0.005931 10.0.0.32 - - [2024-09-05 02:30:58] "GET /obj-perms HTTP/1.1" 200 5052 0.003379 10.0.0.32 - - [2024-09-05 02:30:59] "POST /neutron/network HTTP/1.1" 200 839 0.015798 10.0.0.32 - - [2024-09-05 02:30:59] "POST /neutron/network HTTP/1.1" 400 204 0.015244 10.0.0.32 - - [2024-09-05 02:30:59] "POST /neutron/port HTTP/1.1" 200 1099 0.015208 10.0.0.32 - - [2024-09-05 02:30:59] "POST /neutron/port HTTP/1.1" 200 1125 0.008749 10.0.0.32 - - [2024-09-05 02:30:59] "POST /neutron/port HTTP/1.1" 200 151 0.103142 10.0.0.32 - - [2024-09-05 02:31:01] "POST /neutron/network HTTP/1.1" 200 839 0.005728 10.0.0.32 - - [2024-09-05 02:31:01] "POST /useragent-kv HTTP/1.1" 200 115 0.001164 10.0.0.32 - - [2024-09-05 02:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005912 10.0.0.32 - - [2024-09-05 02:31:01] "POST /useragent-kv HTTP/1.1" 200 115 0.001107 10.0.0.32 - - [2024-09-05 02:31:01] "POST /neutron/network HTTP/1.1" 200 151 0.073453 10.0.0.32 - - [2024-09-05 02:31:01] "GET /routing-instance/9427245c-4873-4052-b7ae-ddaf58b27a12 HTTP/1.1" 404 171 0.004196 10.0.0.32 - - [2024-09-05 02:31:01] "DELETE /route-target/129d8927-f38a-4a29-a022-4db973b5b345 HTTP/1.1" 200 115 0.018789 10.0.0.32 - - [2024-09-05 02:31:01] "GET /domains HTTP/1.1" 200 280 0.002385 10.0.0.32 - - [2024-09-05 02:31:01] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001039 10.0.0.32 - - [2024-09-05 02:31:01] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0 HTTP/1.1" 200 2583 0.048935 10.0.0.32 - - [2024-09-05 02:31:01] "GET /projects?obj_uuids=f0cd17bd-1a89-4ed3-bac7-9ec9ad8a037b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001099 10.0.0.32 - - [2024-09-05 02:31:01] "GET /project/f0cd17bd-1a89-4ed3-bac7-9ec9ad8a037b HTTP/1.1" 200 1919 0.067883 10.0.0.32 - - [2024-09-05 02:31:01] "GET /projects?obj_uuids=f0cd17bd-1a89-4ed3-bac7-9ec9ad8a037b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001197 10.0.0.32 - - [2024-09-05 02:31:01] "GET /project/f0cd17bd-1a89-4ed3-bac7-9ec9ad8a037b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.023199 10.0.0.32 - - [2024-09-05 02:31:01] "GET /projects?obj_uuids=f0cd17bd-1a89-4ed3-bac7-9ec9ad8a037b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001142 10.0.0.32 - - [2024-09-05 02:31:01] "GET /project/f0cd17bd-1a89-4ed3-bac7-9ec9ad8a037b?fields=virtual_networks HTTP/1.1" 200 1055 0.061439 10.0.0.32 - - [2024-09-05 02:31:01] "GET /projects?obj_uuids=f0cd17bd-1a89-4ed3-bac7-9ec9ad8a037b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001233 10.0.0.32 - - [2024-09-05 02:31:01] "GET /project/f0cd17bd-1a89-4ed3-bac7-9ec9ad8a037b?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.025867 10.0.0.32 - - [2024-09-05 02:31:01] "GET /projects?obj_uuids=f0cd17bd-1a89-4ed3-bac7-9ec9ad8a037b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001160 10.0.0.32 - - [2024-09-05 02:31:01] "GET /project/f0cd17bd-1a89-4ed3-bac7-9ec9ad8a037b?fields=security_groups HTTP/1.1" 200 1292 0.031340 10.0.0.32 - - [2024-09-05 02:31:02] "POST /fqname-to-id HTTP/1.1" 404 200 0.023011 10.0.0.32 - - [2024-09-05 02:31:02] "GET /projects?obj_uuids=c41bf96c-4837-4cdd-aee5-29af769ccfab&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002612 10.0.0.32 - - [2024-09-05 02:31:02] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001138 10.0.0.32 - - [2024-09-05 02:31:02] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006961 10.0.0.32 - - [2024-09-05 02:31:02] "POST /id-to-fqname HTTP/1.1" 200 202 0.001505 10.0.0.32 - - [2024-09-05 02:31:02] "POST /fqname-to-id HTTP/1.1" 404 211 0.002442 10.0.0.32 - - [2024-09-05 02:31:02] "POST /security-groups HTTP/1.1" 200 603 0.067259 10.0.0.32 - - [2024-09-05 02:31:02] "POST /fqname-to-id HTTP/1.1" 404 246 0.003012 10.0.0.32 - - [2024-09-05 02:31:02] "POST /projects HTTP/1.1" 200 609 0.222187 10.0.0.32 - - [2024-09-05 02:31:03] "POST /access-control-lists HTTP/1.1" 200 608 0.060228 10.0.0.32 - - [2024-09-05 02:31:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.298014 10.0.0.32 - - [2024-09-05 02:31:03] "POST /fqname-to-id HTTP/1.1" 404 245 0.002839 10.0.0.32 - - [2024-09-05 02:31:03] "GET /project/c41bf96c-4837-4cdd-aee5-29af769ccfab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.417140 10.0.0.32 - - [2024-09-05 02:31:03] "POST /access-control-lists HTTP/1.1" 200 606 0.060796 10.0.0.32 - - [2024-09-05 02:31:04] "GET / HTTP/1.1" 200 35931 0.002904 10.0.0.32 - - [2024-09-05 02:31:04] "GET /projects?obj_uuids=8e3761b2-f5a2-41b1-8c71-e2042dcf1bed&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001283 10.0.0.32 - - [2024-09-05 02:31:04] "GET /project/8e3761b2-f5a2-41b1-8c71-e2042dcf1bed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.023338 10.0.0.32 - - [2024-09-05 02:31:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.32 - - [2024-09-05 02:31:05] "GET /security-group/bafa90b2-e82c-4769-a3fe-ad869b0fd091?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.004052 10.0.0.32 - - [2024-09-05 02:31:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.32 - - [2024-09-05 02:31:05] "GET /projects?obj_uuids=8e3761b2-f5a2-41b1-8c71-e2042dcf1bed&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001172 10.0.0.32 - - [2024-09-05 02:31:05] "GET /project/8e3761b2-f5a2-41b1-8c71-e2042dcf1bed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.019877 10.0.0.32 - - [2024-09-05 02:31:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002757 10.0.0.32 - - [2024-09-05 02:31:05] "GET /security-group/bafa90b2-e82c-4769-a3fe-ad869b0fd091?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.003376 10.0.0.32 - - [2024-09-05 02:31:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.32 - - [2024-09-05 02:31:05] "PUT /security-group/bafa90b2-e82c-4769-a3fe-ad869b0fd091 HTTP/1.1" 200 262 0.013651 10.0.0.32 - - [2024-09-05 02:31:05] "PUT /access-control-list/2ab65755-81c0-496f-b622-17a5f58c79cc HTTP/1.1" 200 272 0.009437 10.0.0.32 - - [2024-09-05 02:31:05] "PUT /access-control-list/4d5c61d7-0ad4-4e49-b65e-edf2c97c859a HTTP/1.1" 200 272 0.007948 10.0.0.32 - - [2024-09-05 02:31:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000509 10.0.0.32 - - [2024-09-05 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.052767 10.0.0.32 - - [2024-09-05 02:31:06] "GET /projects?obj_uuids=c41bf96c-4837-4cdd-aee5-29af769ccfab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001110 10.0.0.32 - - [2024-09-05 02:31:06] "GET /project/c41bf96c-4837-4cdd-aee5-29af769ccfab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.021963 10.0.0.32 - - [2024-09-05 02:31:06] "POST /neutron/network HTTP/1.1" 200 117 0.031117 10.0.0.32 - - [2024-09-05 02:31:06] "GET /projects?obj_uuids=c41bf96c-4837-4cdd-aee5-29af769ccfab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001181 10.0.0.32 - - [2024-09-05 02:31:06] "POST /neutron/network HTTP/1.1" 200 619 0.065578 10.0.0.32 - - [2024-09-05 02:31:06] "POST /route-targets HTTP/1.1" 200 327 0.010725 10.0.0.32 - - [2024-09-05 02:31:06] "POST /ref-update HTTP/1.1" 200 156 0.009775 10.0.0.32 - - [2024-09-05 02:31:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003270 10.0.0.32 - - [2024-09-05 02:31:06] "POST /neutron/subnet HTTP/1.1" 200 729 0.221950 10.0.0.32 - - [2024-09-05 02:31:06] "POST /neutron/network HTTP/1.1" 200 839 0.005601 10.0.0.32 - - [2024-09-05 02:31:06] "POST /id-to-fqname HTTP/1.1" 200 233 0.001479 10.0.0.32 - - [2024-09-05 02:31:06] "GET /virtual-network/70897686-f015-4f5b-86fb-79a038f8ddd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.003042 10.0.0.32 - - [2024-09-05 02:31:06] "POST /neutron/network HTTP/1.1" 200 839 0.006714 10.0.0.32 - - [2024-09-05 02:31:06] "GET /virtual-network/70897686-f015-4f5b-86fb-79a038f8ddd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.002976 10.0.0.32 - - [2024-09-05 02:31:06] "POST /neutron/network HTTP/1.1" 200 839 0.006571 10.0.0.32 - - [2024-09-05 02:31:06] "POST /neutron/subnet HTTP/1.1" 200 729 0.006835 10.0.0.32 - - [2024-09-05 02:31:06] "GET /domains HTTP/1.1" 401 292 0.000424 10.0.0.32 - - [2024-09-05 02:31:07] "GET /domains HTTP/1.1" 200 280 0.025892 10.0.0.32 - - [2024-09-05 02:31:07] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001104 10.0.0.32 - - [2024-09-05 02:31:07] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0 HTTP/1.1" 200 2781 0.008036 10.0.0.32 - - [2024-09-05 02:31:07] "GET /projects?obj_uuids=c41bf96c-4837-4cdd-aee5-29af769ccfab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001029 10.0.0.32 - - [2024-09-05 02:31:07] "GET /project/c41bf96c-4837-4cdd-aee5-29af769ccfab HTTP/1.1" 200 2175 0.068395 10.0.0.32 - - [2024-09-05 02:31:07] "GET /virtual-network/70897686-f015-4f5b-86fb-79a038f8ddd8 HTTP/1.1" 200 2342 0.005703 10.0.0.32 - - [2024-09-05 02:31:07] "GET /virtual-network/70897686-f015-4f5b-86fb-79a038f8ddd8 HTTP/1.1" 200 2342 0.004042 10.0.0.32 - - [2024-09-05 02:31:07] "GET /routing-instance/e077ba61-f03f-48b1-b3a7-12f6b91960a9 HTTP/1.1" 200 1492 0.003494 10.0.0.32 - - [2024-09-05 02:31:07] "GET /routing-instance/e077ba61-f03f-48b1-b3a7-12f6b91960a9 HTTP/1.1" 200 1492 0.002383 10.0.0.32 - - [2024-09-05 02:31:07] "GET /route-target/7a047680-3ced-4bc6-b11b-daab43c4fa49 HTTP/1.1" 200 1218 0.002914 10.0.0.32 - - [2024-09-05 02:31:07] "GET /virtual-network/70897686-f015-4f5b-86fb-79a038f8ddd8 HTTP/1.1" 200 2342 0.003968 10.0.0.32 - - [2024-09-05 02:31:07] "GET /routing-instance/e077ba61-f03f-48b1-b3a7-12f6b91960a9 HTTP/1.1" 200 1492 0.003485 10.0.0.32 - - [2024-09-05 02:31:07] "GET /virtual-network/70897686-f015-4f5b-86fb-79a038f8ddd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004298 10.0.0.32 - - [2024-09-05 02:31:07] "GET /virtual-network/70897686-f015-4f5b-86fb-79a038f8ddd8 HTTP/1.1" 200 2342 0.005385 10.0.0.32 - - [2024-09-05 02:31:07] "GET /routing-instance/e077ba61-f03f-48b1-b3a7-12f6b91960a9 HTTP/1.1" 200 1492 0.004395 10.0.0.32 - - [2024-09-05 02:31:07] "GET /routing-instance/e077ba61-f03f-48b1-b3a7-12f6b91960a9 HTTP/1.1" 200 1492 0.004409 10.0.0.32 - - [2024-09-05 02:31:07] "GET /route-target/7a047680-3ced-4bc6-b11b-daab43c4fa49 HTTP/1.1" 200 1218 0.003118 10.0.0.32 - - [2024-09-05 02:31:07] "GET /domains HTTP/1.1" 200 280 0.002664 10.0.0.32 - - [2024-09-05 02:31:07] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001102 10.0.0.32 - - [2024-09-05 02:31:07] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0 HTTP/1.1" 200 2781 0.007115 10.0.0.32 - - [2024-09-05 02:31:07] "GET /projects?obj_uuids=c41bf96c-4837-4cdd-aee5-29af769ccfab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001373 10.0.0.32 - - [2024-09-05 02:31:07] "GET /project/c41bf96c-4837-4cdd-aee5-29af769ccfab HTTP/1.1" 200 2175 0.071187 10.0.0.32 - - [2024-09-05 02:31:07] "GET /virtual-network/70897686-f015-4f5b-86fb-79a038f8ddd8 HTTP/1.1" 200 2342 0.002896 10.0.0.32 - - [2024-09-05 02:31:07] "GET /obj-perms HTTP/1.1" 200 5054 0.049729 10.0.0.32 - - [2024-09-05 02:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.32 - - [2024-09-05 02:31:07] "GET /projects?obj_uuids=c41bf96c-4837-4cdd-aee5-29af769ccfab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001107 10.0.0.32 - - [2024-09-05 02:31:07] "GET /project/c41bf96c-4837-4cdd-aee5-29af769ccfab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.022180 10.0.0.32 - - [2024-09-05 02:31:07] "POST /neutron/network HTTP/1.1" 200 117 0.009651 10.0.0.32 - - [2024-09-05 02:31:07] "GET /projects?obj_uuids=c41bf96c-4837-4cdd-aee5-29af769ccfab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001146 10.0.0.32 - - [2024-09-05 02:31:07] "POST /neutron/network HTTP/1.1" 200 619 0.069027 10.0.0.32 - - [2024-09-05 02:31:07] "POST /route-targets HTTP/1.1" 200 327 0.011881 10.0.0.32 - - [2024-09-05 02:31:07] "POST /ref-update HTTP/1.1" 200 156 0.017204 10.0.0.32 - - [2024-09-05 02:31:08] "POST /useragent-kv HTTP/1.1" 200 115 0.008838 10.0.0.32 - - [2024-09-05 02:31:08] "POST /neutron/subnet HTTP/1.1" 200 729 0.154703 10.0.0.32 - - [2024-09-05 02:31:08] "POST /neutron/network HTTP/1.1" 200 839 0.005378 10.0.0.32 - - [2024-09-05 02:31:08] "POST /id-to-fqname HTTP/1.1" 200 233 0.001247 10.0.0.32 - - [2024-09-05 02:31:08] "GET /virtual-network/30f9020d-06d1-4868-b76a-672bdb4325fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.002562 10.0.0.32 - - [2024-09-05 02:31:08] "POST /neutron/network HTTP/1.1" 200 839 0.005717 10.0.0.32 - - [2024-09-05 02:31:08] "GET /virtual-network/30f9020d-06d1-4868-b76a-672bdb4325fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.002561 10.0.0.32 - - [2024-09-05 02:31:08] "POST /neutron/network HTTP/1.1" 200 839 0.005929 10.0.0.32 - - [2024-09-05 02:31:08] "POST /neutron/subnet HTTP/1.1" 200 729 0.007084 10.0.0.32 - - [2024-09-05 02:31:08] "GET /domains HTTP/1.1" 200 280 0.002258 10.0.0.32 - - [2024-09-05 02:31:08] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001005 10.0.0.32 - - [2024-09-05 02:31:08] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0 HTTP/1.1" 200 2781 0.006582 10.0.0.32 - - [2024-09-05 02:31:08] "GET /projects?obj_uuids=c41bf96c-4837-4cdd-aee5-29af769ccfab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001146 10.0.0.32 - - [2024-09-05 02:31:08] "GET /project/c41bf96c-4837-4cdd-aee5-29af769ccfab HTTP/1.1" 200 2403 0.063113 10.0.0.32 - - [2024-09-05 02:31:08] "GET /virtual-network/30f9020d-06d1-4868-b76a-672bdb4325fa HTTP/1.1" 200 2343 0.004078 10.0.0.32 - - [2024-09-05 02:31:08] "GET /virtual-network/30f9020d-06d1-4868-b76a-672bdb4325fa HTTP/1.1" 200 2343 0.002617 10.0.0.32 - - [2024-09-05 02:31:08] "GET /routing-instance/ac1c5281-82a8-4d55-a11c-74089344b959 HTTP/1.1" 200 1492 0.003049 10.0.0.32 - - [2024-09-05 02:31:08] "GET /routing-instance/ac1c5281-82a8-4d55-a11c-74089344b959 HTTP/1.1" 200 1492 0.002489 10.0.0.32 - - [2024-09-05 02:31:08] "GET /route-target/7e92d563-2061-45e1-a935-872167157dd4 HTTP/1.1" 200 1218 0.002439 10.0.0.32 - - [2024-09-05 02:31:08] "GET /virtual-network/30f9020d-06d1-4868-b76a-672bdb4325fa HTTP/1.1" 200 2343 0.002324 10.0.0.32 - - [2024-09-05 02:31:08] "GET /routing-instance/ac1c5281-82a8-4d55-a11c-74089344b959 HTTP/1.1" 200 1492 0.002236 10.0.0.32 - - [2024-09-05 02:31:08] "GET /virtual-network/30f9020d-06d1-4868-b76a-672bdb4325fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.002302 10.0.0.32 - - [2024-09-05 02:31:08] "GET /virtual-network/30f9020d-06d1-4868-b76a-672bdb4325fa HTTP/1.1" 200 2343 0.002274 10.0.0.32 - - [2024-09-05 02:31:08] "GET /routing-instance/ac1c5281-82a8-4d55-a11c-74089344b959 HTTP/1.1" 200 1492 0.002280 10.0.0.32 - - [2024-09-05 02:31:08] "GET /routing-instance/ac1c5281-82a8-4d55-a11c-74089344b959 HTTP/1.1" 200 1492 0.002670 10.0.0.32 - - [2024-09-05 02:31:08] "GET /route-target/7e92d563-2061-45e1-a935-872167157dd4 HTTP/1.1" 200 1218 0.002226 10.0.0.32 - - [2024-09-05 02:31:08] "GET /domains HTTP/1.1" 200 280 0.002448 10.0.0.32 - - [2024-09-05 02:31:08] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001072 10.0.0.32 - - [2024-09-05 02:31:08] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0 HTTP/1.1" 200 2781 0.006754 10.0.0.32 - - [2024-09-05 02:31:08] "GET /projects?obj_uuids=c41bf96c-4837-4cdd-aee5-29af769ccfab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001024 10.0.0.32 - - [2024-09-05 02:31:08] "GET /project/c41bf96c-4837-4cdd-aee5-29af769ccfab HTTP/1.1" 200 2403 0.066891 10.0.0.32 - - [2024-09-05 02:31:08] "GET /virtual-network/30f9020d-06d1-4868-b76a-672bdb4325fa HTTP/1.1" 200 2343 0.003095 10.0.0.32 - - [2024-09-05 02:31:08] "GET /obj-perms HTTP/1.1" 200 5054 0.006892 10.0.0.32 - - [2024-09-05 02:31:08] "POST /id-to-fqname HTTP/1.1" 200 233 0.001407 10.0.0.32 - - [2024-09-05 02:31:08] "POST /neutron/network HTTP/1.1" 200 849 0.006101 10.0.0.32 - - [2024-09-05 02:31:08] "GET /aaa-mode HTTP/1.1" 401 292 0.000454 10.0.0.32 - - [2024-09-05 02:31:09] "GET / HTTP/1.1" 200 35931 0.001928 10.0.0.32 - - [2024-09-05 02:31:09] "GET /project/c41bf96c-4837-4cdd-aee5-29af769ccfab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000447 10.0.0.32 - - [2024-09-05 02:31:09] "GET /projects?obj_uuids=c41bf96c-4837-4cdd-aee5-29af769ccfab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001188 10.0.0.32 - - [2024-09-05 02:31:09] "GET /project/c41bf96c-4837-4cdd-aee5-29af769ccfab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.048511 10.0.0.32 - - [2024-09-05 02:31:09] "POST /neutron/network HTTP/1.1" 200 839 0.006000 10.0.0.32 - - [2024-09-05 02:31:09] "POST /neutron/port HTTP/1.1" 200 117 0.006135 10.0.0.32 - - [2024-09-05 02:31:09] "POST /neutron/port HTTP/1.1" 200 117 0.006427 10.0.0.32 - - [2024-09-05 02:31:09] "POST /id-to-fqname HTTP/1.1" 200 233 0.001491 10.0.0.32 - - [2024-09-05 02:31:09] "POST /neutron/port HTTP/1.1" 200 117 0.006423 10.0.0.32 - - [2024-09-05 02:31:09] "POST /neutron/network HTTP/1.1" 200 849 0.005685 10.0.0.32 - - [2024-09-05 02:31:09] "GET /aaa-mode HTTP/1.1" 401 292 0.000431 10.0.0.32 - - [2024-09-05 02:31:09] "POST /neutron/network HTTP/1.1" 200 849 0.005888 10.0.0.32 - - [2024-09-05 02:31:09] "GET /projects?obj_uuids=c41bf96c-4837-4cdd-aee5-29af769ccfab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001093 10.0.0.32 - - [2024-09-05 02:31:10] "GET / HTTP/1.1" 200 35931 0.001977 10.0.0.32 - - [2024-09-05 02:31:10] "DELETE /project/f0cd17bd1a894ed3bac79ec9ad8a037b HTTP/1.1" 404 173 0.016745 10.0.0.32 - - [2024-09-05 02:31:10] "GET /project/c41bf96c-4837-4cdd-aee5-29af769ccfab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000349 10.0.0.32 - - [2024-09-05 02:31:10] "DELETE /project/8e3761b2f5a241b18c71e2042dcf1bed HTTP/1.1" 404 173 0.006985 10.0.0.32 - - [2024-09-05 02:31:10] "DELETE /project/c41bf96c48374cddaee529af769ccfab HTTP/1.1" 404 173 0.006334 10.0.0.32 - - [2024-09-05 02:31:10] "GET /projects?obj_uuids=f0cd17bd-1a89-4ed3-bac7-9ec9ad8a037b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001015 10.0.0.32 - - [2024-09-05 02:31:10] "GET /project/f0cd17bd-1a89-4ed3-bac7-9ec9ad8a037b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.074783 10.0.0.32 - - [2024-09-05 02:31:10] "GET /projects?obj_uuids=f0cd17bd-1a89-4ed3-bac7-9ec9ad8a037b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001100 10.0.0.32 - - [2024-09-05 02:31:10] "GET /project/f0cd17bd-1a89-4ed3-bac7-9ec9ad8a037b?fields=security_groups HTTP/1.1" 200 1397 0.035708 10.0.0.32 - - [2024-09-05 02:31:10] "POST /neutron/port HTTP/1.1" 200 1073 0.273757 10.0.0.32 - - [2024-09-05 02:31:10] "POST /neutron/port HTTP/1.1" 200 1073 0.015165 10.0.0.32 - - [2024-09-05 02:31:10] "DELETE /security-group/cd4556e8-a7cc-49c9-b3fe-a58a2220fdc3 HTTP/1.1" 200 115 0.079196 10.0.0.32 - - [2024-09-05 02:31:10] "POST /neutron/port HTTP/1.1" 200 1073 0.022351 10.0.0.32 - - [2024-09-05 02:31:10] "GET /projects?obj_uuids=f0cd17bd-1a89-4ed3-bac7-9ec9ad8a037b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001139 10.0.0.32 - - [2024-09-05 02:31:10] "DELETE /access-control-list/0d9f0da3-21e0-46db-ab39-c6ee5ad91dc6 HTTP/1.1" 200 115 0.050021 10.0.0.32 - - [2024-09-05 02:31:10] "GET /project/f0cd17bd-1a89-4ed3-bac7-9ec9ad8a037b?fields=application_policy_sets HTTP/1.1" 200 1436 0.041980 10.0.0.32 - - [2024-09-05 02:31:10] "DELETE /access-control-list/cacf0832-5c26-4032-934a-a8ceacf4bce9 HTTP/1.1" 200 115 0.043372 10.0.0.32 - - [2024-09-05 02:31:10] "POST /neutron/port HTTP/1.1" 200 1127 0.085158 10.0.0.32 - - [2024-09-05 02:31:10] "GET /projects?obj_uuids=c41bf96c-4837-4cdd-aee5-29af769ccfab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001049 10.0.0.32 - - [2024-09-05 02:31:10] "POST /neutron/port HTTP/1.1" 200 1101 0.025475 10.0.0.32 - - [2024-09-05 02:31:10] "GET /project/c41bf96c-4837-4cdd-aee5-29af769ccfab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.082919 10.0.0.32 - - [2024-09-05 02:31:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003047 10.0.0.32 - - [2024-09-05 02:31:10] "DELETE /project/f0cd17bd-1a89-4ed3-bac7-9ec9ad8a037b HTTP/1.1" 200 115 0.456384 10.0.0.32 - - [2024-09-05 02:31:10] "POST /neutron/network HTTP/1.1" 200 839 0.006986 10.0.0.32 - - [2024-09-05 02:31:10] "POST /neutron/subnet HTTP/1.1" 200 703 0.009616 10.0.0.32 - - [2024-09-05 02:31:10] "POST /neutron/port HTTP/1.1" 200 117 0.001325 10.0.0.32 - - [2024-09-05 02:31:10] "POST /neutron/network HTTP/1.1" 200 839 0.006141 10.0.0.32 - - [2024-09-05 02:31:10] "POST /neutron/port HTTP/1.1" 200 1101 0.016424 10.0.0.32 - - [2024-09-05 02:31:10] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006243 10.0.0.32 - - [2024-09-05 02:31:10] "POST /neutron/port HTTP/1.1" 200 117 0.005050 10.0.0.32 - - [2024-09-05 02:31:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002433 10.0.0.32 - - [2024-09-05 02:31:10] "GET /projects?obj_uuids=c41bf96c-4837-4cdd-aee5-29af769ccfab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001058 10.0.0.32 - - [2024-09-05 02:31:10] "GET /project/c41bf96c-4837-4cdd-aee5-29af769ccfab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.020388 10.0.0.32 - - [2024-09-05 02:31:10] "GET /virtual-network/70897686-f015-4f5b-86fb-79a038f8ddd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.003603 10.0.0.32 - - [2024-09-05 02:31:10] "GET /floating-ip-pools?parent_id=70897686-f015-4f5b-86fb-79a038f8ddd8&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003896 10.0.0.32 - - [2024-09-05 02:31:10] "GET /virtual-network/70897686-f015-4f5b-86fb-79a038f8ddd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.003928 10.0.0.32 - - [2024-09-05 02:31:10] "POST /floating-ip-pools HTTP/1.1" 200 609 0.023397 10.0.0.32 - - [2024-09-05 02:31:11] "POST /ref-update HTTP/1.1" 200 156 0.020250 10.0.0.32 - - [2024-09-05 02:31:11] "POST /neutron/network HTTP/1.1" 200 849 0.012271 10.0.0.32 - - [2024-09-05 02:31:11] "GET /projects?obj_uuids=c41bf96c-4837-4cdd-aee5-29af769ccfab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001173 10.0.0.32 - - [2024-09-05 02:31:11] "GET /virtual-network/70897686-f015-4f5b-86fb-79a038f8ddd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.015918 10.0.0.32 - - [2024-09-05 02:31:11] "GET /domains HTTP/1.1" 200 280 0.003977 10.0.0.32 - - [2024-09-05 02:31:11] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001063 10.0.0.32 - - [2024-09-05 02:31:11] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0 HTTP/1.1" 200 2584 0.011111 10.0.0.32 - - [2024-09-05 02:31:11] "GET /projects?obj_uuids=c41bf96c-4837-4cdd-aee5-29af769ccfab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001520 10.0.0.32 - - [2024-09-05 02:31:11] "GET /project/c41bf96c-4837-4cdd-aee5-29af769ccfab HTTP/1.1" 200 3245 0.098754 10.0.0.32 - - [2024-09-05 02:31:11] "GET /virtual-network/70897686-f015-4f5b-86fb-79a038f8ddd8 HTTP/1.1" 200 3154 0.009366 10.0.0.32 - - [2024-09-05 02:31:11] "GET /floating-ip-pool/c9155211-df5c-4b33-9e43-0c4a4f090940 HTTP/1.1" 200 1442 0.003896 10.0.0.32 - - [2024-09-05 02:31:11] "POST /neutron/port HTTP/1.1" 200 1073 0.239541 10.0.0.32 - - [2024-09-05 02:31:11] "GET /domains HTTP/1.1" 200 280 0.005352 10.0.0.32 - - [2024-09-05 02:31:11] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001065 10.0.0.32 - - [2024-09-05 02:31:11] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0 HTTP/1.1" 200 2584 0.007015 10.0.0.32 - - [2024-09-05 02:31:11] "GET /projects?obj_uuids=c41bf96c-4837-4cdd-aee5-29af769ccfab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001645 10.0.0.32 - - [2024-09-05 02:31:11] "POST /neutron/port HTTP/1.1" 200 1073 0.011159 10.0.0.32 - - [2024-09-05 02:31:11] "POST /neutron/port HTTP/1.1" 200 1073 0.044391 10.0.0.32 - - [2024-09-05 02:31:11] "GET /project/c41bf96c-4837-4cdd-aee5-29af769ccfab HTTP/1.1" 200 3245 0.096696 10.0.0.32 - - [2024-09-05 02:31:11] "GET /virtual-network/70897686-f015-4f5b-86fb-79a038f8ddd8 HTTP/1.1" 200 3154 0.015969 10.0.0.32 - - [2024-09-05 02:31:11] "GET /virtual-network/70897686-f015-4f5b-86fb-79a038f8ddd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005982 10.0.0.32 - - [2024-09-05 02:31:11] "POST /neutron/port HTTP/1.1" 200 1127 0.120651 10.0.0.32 - - [2024-09-05 02:31:11] "POST /neutron/port HTTP/1.1" 200 1101 0.020010 10.0.0.32 - - [2024-09-05 02:31:11] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007889 10.0.0.32 - - [2024-09-05 02:31:11] "POST /neutron/port HTTP/1.1" 200 1101 0.013658 10.0.0.32 - - [2024-09-05 02:31:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002862 10.0.0.32 - - [2024-09-05 02:31:11] "POST /neutron/subnet HTTP/1.1" 200 703 0.009723 10.0.0.32 - - [2024-09-05 02:31:11] "POST /neutron/port HTTP/1.1" 200 117 0.001246 10.0.0.32 - - [2024-09-05 02:31:11] "POST /neutron/network HTTP/1.1" 200 839 0.006091 10.0.0.32 - - [2024-09-05 02:31:15] "GET /obj-perms HTTP/1.1" 200 5056 0.051295 10.0.0.32 - - [2024-09-05 02:31:16] "GET /obj-perms HTTP/1.1" 200 5056 0.043797 10.0.0.32 - - [2024-09-05 02:31:16] "POST /neutron/port HTTP/1.1" 200 1101 0.013792 10.0.0.32 - - [2024-09-05 02:31:16] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006036 10.0.0.32 - - [2024-09-05 02:31:16] "POST /neutron/port HTTP/1.1" 200 1101 0.014952 10.0.0.32 - - [2024-09-05 02:31:16] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005701 10.0.0.32 - - [2024-09-05 02:31:16] "POST /neutron/port HTTP/1.1" 200 1101 0.014470 10.0.0.32 - - [2024-09-05 02:31:16] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006092 10.0.0.32 - - [2024-09-05 02:31:16] "GET /virtual-machine/04e652bb-f84b-4abc-b0e6-37792717eb83 HTTP/1.1" 200 1303 0.003767 10.0.0.32 - - [2024-09-05 02:31:16] "GET /virtual-machine-interface/79ddb64d-f021-4a7e-a2d1-ddc77a6c1088 HTTP/1.1" 200 3004 0.002576 10.0.0.32 - - [2024-09-05 02:31:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002834 10.0.0.32 - - [2024-09-05 02:31:16] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002718 10.0.0.32 - - [2024-09-05 02:31:16] "GET /virtual-networks?parent_id=c41bf96c-4837-4cdd-aee5-29af769ccfab&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003344 10.0.0.32 - - [2024-09-05 02:31:16] "GET /virtual-network/30f9020d-06d1-4868-b76a-672bdb4325fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.003246 10.0.0.32 - - [2024-09-05 02:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.32 - - [2024-09-05 02:31:20] "GET /virtual-network/30f9020d-06d1-4868-b76a-672bdb4325fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.002952 10.0.0.32 - - [2024-09-05 02:31:21] "POST /neutron/port HTTP/1.1" 200 1101 0.036990 10.0.0.32 - - [2024-09-05 02:31:21] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005191 10.0.0.32 - - [2024-09-05 02:31:21] "POST /neutron/port HTTP/1.1" 200 1101 0.014813 10.0.0.32 - - [2024-09-05 02:31:21] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005600 10.0.0.32 - - [2024-09-05 02:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.32 - - [2024-09-05 02:31:22] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002650 10.0.0.32 - - [2024-09-05 02:31:22] "GET /virtual-networks?parent_id=c41bf96c-4837-4cdd-aee5-29af769ccfab&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003022 10.0.0.32 - - [2024-09-05 02:31:22] "GET /virtual-network/30f9020d-06d1-4868-b76a-672bdb4325fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.003289 10.0.0.32 - - [2024-09-05 02:31:22] "POST /neutron/port HTTP/1.1" 200 1101 0.016870 10.0.0.32 - - [2024-09-05 02:31:22] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006479 10.0.0.32 - - [2024-09-05 02:31:27] "GET /projects?obj_uuids=c41bf96c-4837-4cdd-aee5-29af769ccfab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001207 10.0.0.32 - - [2024-09-05 02:31:27] "POST /neutron/floatingip HTTP/1.1" 200 531 0.066787 10.0.0.32 - - [2024-09-05 02:31:27] "POST /neutron/port HTTP/1.1" 200 1101 0.016537 10.0.0.32 - - [2024-09-05 02:31:27] "POST /neutron/floatingip HTTP/1.1" 200 531 0.006315 10.0.0.32 - - [2024-09-05 02:31:27] "POST /neutron/floatingip HTTP/1.1" 200 579 0.040828 10.0.0.32 - - [2024-09-05 02:31:27] "POST /neutron/port HTTP/1.1" 200 1101 0.014268 10.0.0.32 - - [2024-09-05 02:31:27] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006907 10.0.0.32 - - [2024-09-05 02:31:27] "POST /neutron/port HTTP/1.1" 200 1101 0.013265 10.0.0.32 - - [2024-09-05 02:31:27] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007046 10.0.0.32 - - [2024-09-05 02:31:27] "POST /neutron/port HTTP/1.1" 200 1101 0.013458 10.0.0.32 - - [2024-09-05 02:31:27] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006130 10.0.0.32 - - [2024-09-05 02:31:27] "GET /virtual-machine/455f854e-eb65-427f-8101-14f4c7a64cce HTTP/1.1" 200 1303 0.004140 10.0.0.32 - - [2024-09-05 02:31:27] "GET /virtual-machine-interface/382bdc05-e362-4237-a887-fdf78872236c HTTP/1.1" 200 3004 0.002946 10.0.0.32 - - [2024-09-05 02:31:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.32 - - [2024-09-05 02:31:27] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002612 10.0.0.32 - - [2024-09-05 02:31:27] "GET /virtual-networks?parent_id=c41bf96c-4837-4cdd-aee5-29af769ccfab&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003549 10.0.0.32 - - [2024-09-05 02:31:28] "GET /virtual-network/70897686-f015-4f5b-86fb-79a038f8ddd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.003239 10.0.0.32 - - [2024-09-05 02:31:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.32 - - [2024-09-05 02:31:29] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002697 10.0.0.32 - - [2024-09-05 02:31:29] "GET /virtual-networks?parent_id=c41bf96c-4837-4cdd-aee5-29af769ccfab&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003110 10.0.0.32 - - [2024-09-05 02:31:29] "GET /virtual-network/70897686-f015-4f5b-86fb-79a038f8ddd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.003391 10.0.0.32 - - [2024-09-05 02:31:29] "POST /neutron/floatingip HTTP/1.1" 200 579 0.011518 10.0.0.32 - - [2024-09-05 02:31:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002672 10.0.0.32 - - [2024-09-05 02:31:29] "GET /routing-instance/e077ba61-f03f-48b1-b3a7-12f6b91960a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.002792 10.0.0.32 - - [2024-09-05 02:31:29] "GET /route-target/7a047680-3ced-4bc6-b11b-daab43c4fa49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004133 10.0.0.32 - - [2024-09-05 02:31:29] "GET /floating-ip/3a988507-7452-4fbf-86f7-6eb92910feb9 HTTP/1.1" 200 1890 0.004348 10.0.0.32 - - [2024-09-05 02:31:32] "POST /neutron/floatingip HTTP/1.1" 200 579 0.009040 10.0.0.32 - - [2024-09-05 02:31:32] "POST /neutron/floatingip HTTP/1.1" 200 531 0.015234 10.0.0.32 - - [2024-09-05 02:31:32] "POST /neutron/floatingip HTTP/1.1" 200 531 0.005147 10.0.0.32 - - [2024-09-05 02:31:32] "POST /neutron/floatingip HTTP/1.1" 200 115 0.028610 10.0.0.32 - - [2024-09-05 02:31:32] "GET /floating-ip-pool/c9155211-df5c-4b33-9e43-0c4a4f090940?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.009346 10.0.0.32 - - [2024-09-05 02:31:32] "POST /ref-update HTTP/1.1" 200 156 0.007519 10.0.0.32 - - [2024-09-05 02:31:32] "DELETE /floating-ip-pool/c9155211-df5c-4b33-9e43-0c4a4f090940 HTTP/1.1" 200 115 0.033550 10.0.0.32 - - [2024-09-05 02:31:32] "POST /neutron/network HTTP/1.1" 200 839 0.007093 10.0.0.32 - - [2024-09-05 02:31:32] "POST /neutron/network HTTP/1.1" 400 204 0.010478 10.0.0.32 - - [2024-09-05 02:31:33] "POST /neutron/port HTTP/1.1" 200 1101 0.014179 10.0.0.32 - - [2024-09-05 02:31:33] "POST /neutron/port HTTP/1.1" 200 1127 0.009039 10.0.0.32 - - [2024-09-05 02:31:33] "POST /neutron/port HTTP/1.1" 200 1101 0.022943 10.0.0.32 - - [2024-09-05 02:31:33] "POST /neutron/port HTTP/1.1" 200 1127 0.008562 10.0.0.32 - - [2024-09-05 02:31:33] "POST /neutron/port HTTP/1.1" 200 151 0.143160 10.0.0.32 - - [2024-09-05 02:31:33] "POST /neutron/port HTTP/1.1" 200 151 0.111728 10.0.0.32 - - [2024-09-05 02:31:34] "POST /neutron/network HTTP/1.1" 200 839 0.005693 10.0.0.32 - - [2024-09-05 02:31:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002340 10.0.0.32 - - [2024-09-05 02:31:34] "POST /useragent-kv HTTP/1.1" 200 115 0.001010 10.0.0.32 - - [2024-09-05 02:31:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004209 10.0.0.32 - - [2024-09-05 02:31:34] "POST /neutron/network HTTP/1.1" 200 151 0.073449 10.0.0.32 - - [2024-09-05 02:31:34] "GET /routing-instance/ac1c5281-82a8-4d55-a11c-74089344b959 HTTP/1.1" 404 171 0.002588 10.0.0.32 - - [2024-09-05 02:31:34] "GET /domains HTTP/1.1" 200 280 0.002864 10.0.0.32 - - [2024-09-05 02:31:34] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001062 10.0.0.32 - - [2024-09-05 02:31:34] "DELETE /route-target/7e92d563-2061-45e1-a935-872167157dd4 HTTP/1.1" 200 115 0.022514 10.0.0.32 - - [2024-09-05 02:31:34] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0 HTTP/1.1" 200 2584 0.048245 10.0.0.32 - - [2024-09-05 02:31:34] "GET /projects?obj_uuids=c41bf96c-4837-4cdd-aee5-29af769ccfab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001632 10.0.0.32 - - [2024-09-05 02:31:34] "GET /project/c41bf96c-4837-4cdd-aee5-29af769ccfab HTTP/1.1" 200 2175 0.065276 10.0.0.32 - - [2024-09-05 02:31:35] "POST /neutron/network HTTP/1.1" 200 839 0.005784 10.0.0.32 - - [2024-09-05 02:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004882 10.0.0.32 - - [2024-09-05 02:31:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001108 10.0.0.32 - - [2024-09-05 02:31:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001203 10.0.0.32 - - [2024-09-05 02:31:35] "POST /neutron/network HTTP/1.1" 200 151 0.084149 10.0.0.32 - - [2024-09-05 02:31:35] "DELETE /route-target/7a047680-3ced-4bc6-b11b-daab43c4fa49 HTTP/1.1" 200 115 0.019860 10.0.0.32 - - [2024-09-05 02:31:35] "GET /routing-instance/e077ba61-f03f-48b1-b3a7-12f6b91960a9 HTTP/1.1" 404 171 0.002194 10.0.0.32 - - [2024-09-05 02:31:35] "GET /domains HTTP/1.1" 200 280 0.002553 10.0.0.32 - - [2024-09-05 02:31:35] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001163 10.0.0.32 - - [2024-09-05 02:31:35] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0 HTTP/1.1" 200 2584 0.050238 10.0.0.32 - - [2024-09-05 02:31:35] "GET /projects?obj_uuids=c41bf96c-4837-4cdd-aee5-29af769ccfab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001762 10.0.0.32 - - [2024-09-05 02:31:35] "GET /project/c41bf96c-4837-4cdd-aee5-29af769ccfab HTTP/1.1" 200 1925 0.063105 10.0.0.32 - - [2024-09-05 02:31:35] "GET /projects?obj_uuids=c41bf96c-4837-4cdd-aee5-29af769ccfab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001196 10.0.0.32 - - [2024-09-05 02:31:35] "GET /project/c41bf96c-4837-4cdd-aee5-29af769ccfab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.027702 10.0.0.32 - - [2024-09-05 02:31:35] "GET /projects?obj_uuids=c41bf96c-4837-4cdd-aee5-29af769ccfab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001514 10.0.0.32 - - [2024-09-05 02:31:35] "GET /project/c41bf96c-4837-4cdd-aee5-29af769ccfab?fields=virtual_networks HTTP/1.1" 200 1057 0.062643 10.0.0.32 - - [2024-09-05 02:31:35] "GET /projects?obj_uuids=c41bf96c-4837-4cdd-aee5-29af769ccfab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001347 10.0.0.32 - - [2024-09-05 02:31:35] "GET /project/c41bf96c-4837-4cdd-aee5-29af769ccfab?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.023874 10.0.0.32 - - [2024-09-05 02:31:35] "GET /projects?obj_uuids=c41bf96c-4837-4cdd-aee5-29af769ccfab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001168 10.0.0.32 - - [2024-09-05 02:31:35] "GET /project/c41bf96c-4837-4cdd-aee5-29af769ccfab?fields=security_groups HTTP/1.1" 200 1295 0.024947 10.0.0.32 - - [2024-09-05 02:31:36] "POST /fqname-to-id HTTP/1.1" 404 183 0.027334 10.0.0.32 - - [2024-09-05 02:31:36] "GET /projects?obj_uuids=8dfcc051-ffbc-422f-b409-c678b4133cc8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002670 10.0.0.32 - - [2024-09-05 02:31:36] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001995 10.0.0.32 - - [2024-09-05 02:31:36] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009267 10.0.0.32 - - [2024-09-05 02:31:36] "POST /id-to-fqname HTTP/1.1" 200 185 0.001208 10.0.0.32 - - [2024-09-05 02:31:36] "POST /fqname-to-id HTTP/1.1" 404 194 0.002044 10.0.0.32 - - [2024-09-05 02:31:36] "POST /security-groups HTTP/1.1" 200 586 0.066045 10.0.0.32 - - [2024-09-05 02:31:36] "POST /fqname-to-id HTTP/1.1" 404 229 0.002635 10.0.0.32 - - [2024-09-05 02:31:36] "POST /projects HTTP/1.1" 200 575 0.216769 10.0.0.32 - - [2024-09-05 02:31:36] "POST /access-control-lists HTTP/1.1" 200 591 0.058014 10.0.0.32 - - [2024-09-05 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.287616 10.0.0.32 - - [2024-09-05 02:31:36] "POST /fqname-to-id HTTP/1.1" 404 228 0.002907 10.0.0.32 - - [2024-09-05 02:31:36] "GET /project/8dfcc051-ffbc-422f-b409-c678b4133cc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.408180 10.0.0.32 - - [2024-09-05 02:31:37] "POST /access-control-lists HTTP/1.1" 200 589 0.060235 10.0.0.32 - - [2024-09-05 02:31:37] "GET / HTTP/1.1" 200 35931 0.002123 10.0.0.32 - - [2024-09-05 02:31:39] "GET /projects?obj_uuids=8dfcc051-ffbc-422f-b409-c678b4133cc8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001122 10.0.0.32 - - [2024-09-05 02:31:39] "GET /project/8dfcc051-ffbc-422f-b409-c678b4133cc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.021169 10.0.0.32 - - [2024-09-05 02:31:39] "GET /projects?obj_uuids=8dfcc051-ffbc-422f-b409-c678b4133cc8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001054 10.0.0.32 - - [2024-09-05 02:31:39] "GET /project/8dfcc051-ffbc-422f-b409-c678b4133cc8?fields=virtual_networks HTTP/1.1" 200 1023 0.063281 10.0.0.32 - - [2024-09-05 02:31:39] "GET /projects?obj_uuids=8dfcc051-ffbc-422f-b409-c678b4133cc8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001161 10.0.0.32 - - [2024-09-05 02:31:39] "GET /project/8dfcc051-ffbc-422f-b409-c678b4133cc8?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.022380 10.0.0.32 - - [2024-09-05 02:31:39] "GET /projects?obj_uuids=8dfcc051-ffbc-422f-b409-c678b4133cc8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001140 10.0.0.32 - - [2024-09-05 02:31:39] "GET /project/8dfcc051-ffbc-422f-b409-c678b4133cc8?fields=security_groups HTTP/1.1" 200 1244 0.019434 10.0.0.32 - - [2024-09-05 02:31:40] "POST /fqname-to-id HTTP/1.1" 404 191 0.025542 10.0.0.32 - - [2024-09-05 02:31:40] "GET /projects?obj_uuids=c1132247-7ea3-477d-863f-116509fa0be8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002427 10.0.0.32 - - [2024-09-05 02:31:40] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001509 10.0.0.32 - - [2024-09-05 02:31:40] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007154 10.0.0.32 - - [2024-09-05 02:31:40] "POST /id-to-fqname HTTP/1.1" 200 193 0.001392 10.0.0.32 - - [2024-09-05 02:31:40] "POST /fqname-to-id HTTP/1.1" 404 202 0.003395 10.0.0.32 - - [2024-09-05 02:31:40] "POST /security-groups HTTP/1.1" 200 594 0.063427 10.0.0.32 - - [2024-09-05 02:31:40] "POST /fqname-to-id HTTP/1.1" 404 237 0.002442 10.0.0.32 - - [2024-09-05 02:31:40] "POST /projects HTTP/1.1" 200 591 0.213965 10.0.0.32 - - [2024-09-05 02:31:40] "POST /access-control-lists HTTP/1.1" 200 599 0.060092 10.0.0.32 - - [2024-09-05 02:31:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.289833 10.0.0.32 - - [2024-09-05 02:31:40] "POST /fqname-to-id HTTP/1.1" 404 236 0.003207 10.0.0.32 - - [2024-09-05 02:31:40] "GET /project/c1132247-7ea3-477d-863f-116509fa0be8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.406351 10.0.0.32 - - [2024-09-05 02:31:40] "POST /access-control-lists HTTP/1.1" 200 597 0.060188 10.0.0.32 - - [2024-09-05 02:31:41] "GET / HTTP/1.1" 200 35931 0.002617 10.0.0.32 - - [2024-09-05 02:31:42] "GET /project/c1132247-7ea3-477d-863f-116509fa0be8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000484 10.0.0.32 - - [2024-09-05 02:31:43] "GET /projects?obj_uuids=c1132247-7ea3-477d-863f-116509fa0be8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001166 10.0.0.32 - - [2024-09-05 02:31:43] "GET /project/c1132247-7ea3-477d-863f-116509fa0be8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.048036 10.0.0.32 - - [2024-09-05 02:31:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002220 10.0.0.32 - - [2024-09-05 02:31:43] "GET /security-group/ca4d5cd9-32de-4a0b-9c70-9501012d499e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.004420 10.0.0.32 - - [2024-09-05 02:31:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.32 - - [2024-09-05 02:31:43] "GET /projects?obj_uuids=c1132247-7ea3-477d-863f-116509fa0be8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001602 10.0.0.32 - - [2024-09-05 02:31:43] "GET /project/c1132247-7ea3-477d-863f-116509fa0be8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.023741 10.0.0.32 - - [2024-09-05 02:31:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.32 - - [2024-09-05 02:31:43] "GET /security-group/ca4d5cd9-32de-4a0b-9c70-9501012d499e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.003694 10.0.0.32 - - [2024-09-05 02:31:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.32 - - [2024-09-05 02:31:43] "PUT /security-group/ca4d5cd9-32de-4a0b-9c70-9501012d499e HTTP/1.1" 200 262 0.013992 10.0.0.32 - - [2024-09-05 02:31:43] "PUT /access-control-list/635d5278-8cd5-463c-a813-4dcaa5ab0224 HTTP/1.1" 200 272 0.008868 10.0.0.32 - - [2024-09-05 02:31:43] "PUT /access-control-list/c9ab5c73-3e20-4667-92c5-ed0cf8db5ac5 HTTP/1.1" 200 272 0.008336 10.0.0.32 - - [2024-09-05 02:31:43] "POST /fqname-to-id HTTP/1.1" 404 202 0.002709 10.0.0.32 - - [2024-09-05 02:31:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.32 - - [2024-09-05 02:31:43] "GET /projects?obj_uuids=c1132247-7ea3-477d-863f-116509fa0be8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001537 10.0.0.32 - - [2024-09-05 02:31:43] "GET /project/c1132247-7ea3-477d-863f-116509fa0be8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.021697 10.0.0.32 - - [2024-09-05 02:31:43] "POST /neutron/network HTTP/1.1" 200 117 0.029478 10.0.0.32 - - [2024-09-05 02:31:43] "GET /projects?obj_uuids=c1132247-7ea3-477d-863f-116509fa0be8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001128 10.0.0.32 - - [2024-09-05 02:31:43] "POST /neutron/network HTTP/1.1" 200 608 0.058441 10.0.0.32 - - [2024-09-05 02:31:43] "POST /useragent-kv HTTP/1.1" 200 115 0.004426 10.0.0.32 - - [2024-09-05 02:31:43] "POST /neutron/subnet HTTP/1.1" 200 734 0.136641 10.0.0.32 - - [2024-09-05 02:31:43] "POST /neutron/network HTTP/1.1" 200 829 0.005663 10.0.0.32 - - [2024-09-05 02:31:44] "POST /id-to-fqname HTTP/1.1" 200 223 0.001428 10.0.0.32 - - [2024-09-05 02:31:44] "GET /virtual-network/75653863-15f6-422d-8f9b-d6471035f3de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.003090 10.0.0.32 - - [2024-09-05 02:31:44] "POST /neutron/network HTTP/1.1" 200 829 0.005903 10.0.0.32 - - [2024-09-05 02:31:44] "GET /virtual-network/75653863-15f6-422d-8f9b-d6471035f3de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.002582 10.0.0.32 - - [2024-09-05 02:31:44] "POST /route-targets HTTP/1.1" 200 327 0.009701 10.0.0.32 - - [2024-09-05 02:31:44] "POST /ref-update HTTP/1.1" 200 156 0.011112 10.0.0.32 - - [2024-09-05 02:31:44] "POST /neutron/network HTTP/1.1" 200 829 0.005481 10.0.0.32 - - [2024-09-05 02:31:44] "POST /neutron/subnet HTTP/1.1" 200 734 0.006736 10.0.0.32 - - [2024-09-05 02:31:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002332 10.0.0.32 - - [2024-09-05 02:31:44] "GET /projects?obj_uuids=c1132247-7ea3-477d-863f-116509fa0be8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001205 10.0.0.32 - - [2024-09-05 02:31:44] "GET /project/c1132247-7ea3-477d-863f-116509fa0be8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.022975 10.0.0.32 - - [2024-09-05 02:31:44] "POST /neutron/network HTTP/1.1" 200 117 0.009722 10.0.0.32 - - [2024-09-05 02:31:44] "GET /projects?obj_uuids=c1132247-7ea3-477d-863f-116509fa0be8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001217 10.0.0.32 - - [2024-09-05 02:31:44] "POST /neutron/network HTTP/1.1" 200 615 0.092244 10.0.0.32 - - [2024-09-05 02:31:44] "POST /route-targets HTTP/1.1" 200 327 0.016809 10.0.0.32 - - [2024-09-05 02:31:44] "POST /ref-update HTTP/1.1" 200 156 0.016719 10.0.0.32 - - [2024-09-05 02:31:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003480 10.0.0.32 - - [2024-09-05 02:31:44] "POST /neutron/subnet HTTP/1.1" 200 734 0.143698 10.0.0.32 - - [2024-09-05 02:31:44] "POST /neutron/network HTTP/1.1" 200 836 0.005927 10.0.0.32 - - [2024-09-05 02:31:44] "POST /id-to-fqname HTTP/1.1" 200 227 0.001290 10.0.0.32 - - [2024-09-05 02:31:44] "GET /virtual-network/14a12266-30f0-4b2c-bfff-3b90a3bd09b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.002608 10.0.0.32 - - [2024-09-05 02:31:44] "POST /neutron/network HTTP/1.1" 200 836 0.005888 10.0.0.32 - - [2024-09-05 02:31:44] "GET /virtual-network/14a12266-30f0-4b2c-bfff-3b90a3bd09b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.002489 10.0.0.32 - - [2024-09-05 02:31:44] "POST /neutron/network HTTP/1.1" 200 836 0.005943 10.0.0.32 - - [2024-09-05 02:31:44] "POST /neutron/subnet HTTP/1.1" 200 734 0.006663 10.0.0.32 - - [2024-09-05 02:31:44] "POST /id-to-fqname HTTP/1.1" 200 223 0.001610 10.0.0.32 - - [2024-09-05 02:31:44] "POST /neutron/network HTTP/1.1" 200 839 0.005884 10.0.0.32 - - [2024-09-05 02:31:44] "GET /aaa-mode HTTP/1.1" 401 292 0.000416 10.0.0.32 - - [2024-09-05 02:31:45] "GET / HTTP/1.1" 200 35931 0.003546 10.0.0.32 - - [2024-09-05 02:31:45] "GET /project/c1132247-7ea3-477d-863f-116509fa0be8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000418 10.0.0.32 - - [2024-09-05 02:31:45] "GET /projects?obj_uuids=c1132247-7ea3-477d-863f-116509fa0be8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001135 10.0.0.32 - - [2024-09-05 02:31:45] "GET /project/c1132247-7ea3-477d-863f-116509fa0be8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.040966 10.0.0.32 - - [2024-09-05 02:31:45] "POST /neutron/network HTTP/1.1" 200 829 0.005231 10.0.0.32 - - [2024-09-05 02:31:45] "POST /neutron/port HTTP/1.1" 200 117 0.004918 10.0.0.32 - - [2024-09-05 02:31:45] "POST /neutron/port HTTP/1.1" 200 117 0.004888 10.0.0.32 - - [2024-09-05 02:31:45] "POST /id-to-fqname HTTP/1.1" 200 227 0.001374 10.0.0.32 - - [2024-09-05 02:31:45] "POST /neutron/port HTTP/1.1" 200 117 0.005254 10.0.0.32 - - [2024-09-05 02:31:46] "POST /neutron/network HTTP/1.1" 200 846 0.005879 10.0.0.32 - - [2024-09-05 02:31:46] "GET /aaa-mode HTTP/1.1" 401 292 0.000437 10.0.0.32 - - [2024-09-05 02:31:46] "POST /neutron/network HTTP/1.1" 200 839 0.006123 10.0.0.32 - - [2024-09-05 02:31:46] "GET /projects?obj_uuids=c1132247-7ea3-477d-863f-116509fa0be8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001435 10.0.0.32 - - [2024-09-05 02:31:46] "GET / HTTP/1.1" 200 35931 0.002420 10.0.0.32 - - [2024-09-05 02:31:46] "GET /project/c1132247-7ea3-477d-863f-116509fa0be8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000572 10.0.0.32 - - [2024-09-05 02:31:46] "POST /neutron/port HTTP/1.1" 200 1065 0.225849 10.0.0.32 - - [2024-09-05 02:31:46] "POST /neutron/port HTTP/1.1" 200 1065 0.010444 10.0.0.32 - - [2024-09-05 02:31:46] "POST /neutron/port HTTP/1.1" 200 1065 0.011050 10.0.0.32 - - [2024-09-05 02:31:46] "POST /neutron/port HTTP/1.1" 200 1119 0.062786 10.0.0.32 - - [2024-09-05 02:31:46] "POST /neutron/port HTTP/1.1" 200 1093 0.015480 10.0.0.32 - - [2024-09-05 02:31:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003002 10.0.0.32 - - [2024-09-05 02:31:46] "POST /neutron/subnet HTTP/1.1" 200 708 0.019180 10.0.0.32 - - [2024-09-05 02:31:46] "POST /neutron/port HTTP/1.1" 200 117 0.001261 10.0.0.32 - - [2024-09-05 02:31:46] "GET /projects?obj_uuids=c1132247-7ea3-477d-863f-116509fa0be8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001189 10.0.0.32 - - [2024-09-05 02:31:46] "POST /neutron/network HTTP/1.1" 200 829 0.005498 10.0.0.32 - - [2024-09-05 02:31:46] "GET /project/c1132247-7ea3-477d-863f-116509fa0be8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.050199 10.0.0.32 - - [2024-09-05 02:31:46] "POST /neutron/network HTTP/1.1" 200 836 0.006954 10.0.0.32 - - [2024-09-05 02:31:46] "POST /neutron/port HTTP/1.1" 200 1093 0.017970 10.0.0.32 - - [2024-09-05 02:31:46] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007400 10.0.0.32 - - [2024-09-05 02:31:47] "POST /neutron/port HTTP/1.1" 200 117 0.005230 10.0.0.32 - - [2024-09-05 02:31:47] "GET /projects?obj_uuids=c1132247-7ea3-477d-863f-116509fa0be8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001457 10.0.0.32 - - [2024-09-05 02:31:47] "POST /neutron/router HTTP/1.1" 200 585 0.067082 10.0.0.32 - - [2024-09-05 02:31:47] "POST /neutron/router HTTP/1.1" 200 585 0.009689 10.0.0.32 - - [2024-09-05 02:31:47] "POST /route-targets HTTP/1.1" 200 327 0.031044 10.0.0.32 - - [2024-09-05 02:31:47] "POST /neutron/router HTTP/1.1" 200 656 0.038614 10.0.0.32 - - [2024-09-05 02:31:47] "GET /logical-router/dfa57f2e-2278-41b8-8fc3-0ccdefbf3d25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.005092 10.0.0.32 - - [2024-09-05 02:31:47] "PUT /logical-router/dfa57f2e-2278-41b8-8fc3-0ccdefbf3d25 HTTP/1.1" 200 262 0.039475 10.0.0.32 - - [2024-09-05 02:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.008753 10.0.0.32 - - [2024-09-05 02:31:47] "POST /neutron/router HTTP/1.1" 200 656 0.008827 10.0.0.32 - - [2024-09-05 02:31:47] "GET /projects?obj_uuids=c1132247-7ea3-477d-863f-116509fa0be8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002606 10.0.0.32 - - [2024-09-05 02:31:47] "GET /service-template/ed91adc9-eb48-44c4-b71f-2a7009a1802d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1682 0.013281 10.0.0.32 - - [2024-09-05 02:31:47] "POST /fqname-to-id HTTP/1.1" 404 215 0.007843 10.0.0.32 - - [2024-09-05 02:31:47] "POST /neutron/network HTTP/1.1" 200 846 0.008776 10.0.0.32 - - [2024-09-05 02:31:47] "GET /projects?obj_uuids=c1132247-7ea3-477d-863f-116509fa0be8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001322 10.0.0.32 - - [2024-09-05 02:31:47] "POST /useragent-kv HTTP/1.1" 200 115 0.005982 10.0.0.32 - - [2024-09-05 02:31:47] "POST /virtual-networks HTTP/1.1" 200 694 0.236342 10.0.0.32 - - [2024-09-05 02:31:47] "POST /route-targets HTTP/1.1" 200 327 0.016349 10.0.0.32 - - [2024-09-05 02:31:47] "POST /neutron/router HTTP/1.1" 200 344 0.429857 10.0.0.32 - - [2024-09-05 02:31:47] "POST /ref-update HTTP/1.1" 200 156 0.135433 10.0.0.32 - - [2024-09-05 02:31:47] "POST /neutron/port HTTP/1.1" 200 1093 0.210352 10.0.0.32 - - [2024-09-05 02:31:47] "POST /service-instances HTTP/1.1" 200 670 0.233054 10.0.0.32 - - [2024-09-05 02:31:47] "POST /ref-update HTTP/1.1" 200 156 0.062749 10.0.0.32 - - [2024-09-05 02:31:47] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006318 10.0.0.32 - - [2024-09-05 02:31:48] "POST /route-tables HTTP/1.1" 200 582 0.081457 10.0.0.32 - - [2024-09-05 02:31:48] "POST /neutron/port HTTP/1.1" 200 1065 0.585787 10.0.0.32 - - [2024-09-05 02:31:48] "POST /neutron/port HTTP/1.1" 200 1065 0.018018 10.0.0.32 - - [2024-09-05 02:31:48] "PUT /logical-router/dfa57f2e-2278-41b8-8fc3-0ccdefbf3d25 HTTP/1.1" 200 262 0.034804 10.0.0.32 - - [2024-09-05 02:31:48] "POST /neutron/port HTTP/1.1" 200 1065 0.016845 10.0.0.32 - - [2024-09-05 02:31:48] "POST /ref-update HTTP/1.1" 200 156 0.038106 10.0.0.32 - - [2024-09-05 02:31:48] "POST /neutron/port HTTP/1.1" 200 1119 0.081730 10.0.0.32 - - [2024-09-05 02:31:48] "POST /neutron/port HTTP/1.1" 200 1093 0.016943 10.0.0.32 - - [2024-09-05 02:31:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003202 10.0.0.32 - - [2024-09-05 02:31:48] "POST /neutron/subnet HTTP/1.1" 200 708 0.010650 10.0.0.32 - - [2024-09-05 02:31:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002656 10.0.0.32 - - [2024-09-05 02:31:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002077 10.0.0.32 - - [2024-09-05 02:31:48] "POST /neutron/port HTTP/1.1" 200 117 0.001164 10.0.0.32 - - [2024-09-05 02:31:48] "POST /neutron/network HTTP/1.1" 200 836 0.006310 10.0.0.32 - - [2024-09-05 02:31:48] "POST /virtual-machines HTTP/1.1" 200 553 0.013601 10.0.0.32 - - [2024-09-05 02:31:48] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.096559 10.0.0.32 - - [2024-09-05 02:31:48] "POST /chown HTTP/1.1" 200 109 0.007888 10.0.0.32 - - [2024-09-05 02:31:48] "POST /instance-ips HTTP/1.1" 200 551 0.018512 10.0.0.32 - - [2024-09-05 02:31:48] "POST /instance-ips HTTP/1.1" 400 246 0.037800 10.0.0.32 - - [2024-09-05 02:31:48] "POST /chown HTTP/1.1" 200 109 0.012599 10.0.0.32 - - [2024-09-05 02:31:48] "PUT /virtual-machine-interface/17e93dfb-2cc1-4d16-851a-b84ee3723dc9 HTTP/1.1" 200 284 0.011930 10.0.0.32 - - [2024-09-05 02:31:48] "PUT /instance-ip/4aa74d75-952d-4b7a-b664-74fa093628dc HTTP/1.1" 200 256 0.014293 10.0.0.32 - - [2024-09-05 02:31:48] "POST /ref-update HTTP/1.1" 200 156 0.013073 10.0.0.32 - - [2024-09-05 02:31:49] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.115252 10.0.0.32 - - [2024-09-05 02:31:49] "POST /chown HTTP/1.1" 200 109 0.024901 10.0.0.32 - - [2024-09-05 02:31:49] "POST /instance-ips HTTP/1.1" 200 549 0.057009 10.0.0.32 - - [2024-09-05 02:31:49] "POST /instance-ips HTTP/1.1" 400 316 0.025876 10.0.0.32 - - [2024-09-05 02:31:49] "POST /chown HTTP/1.1" 200 109 0.010926 10.0.0.32 - - [2024-09-05 02:31:49] "PUT /virtual-machine-interface/aa613b21-1e81-4743-abf9-13d07bc9c1db HTTP/1.1" 200 284 0.010410 10.0.0.32 - - [2024-09-05 02:31:49] "PUT /instance-ip/59243c59-23b5-46c5-b12c-d4eb2e1c3b84 HTTP/1.1" 200 256 0.015148 10.0.0.32 - - [2024-09-05 02:31:49] "POST /ref-update HTTP/1.1" 200 156 0.012757 10.0.0.32 - - [2024-09-05 02:31:49] "POST /ref-update HTTP/1.1" 200 156 0.008933 10.0.0.32 - - [2024-09-05 02:31:49] "PUT /routing-instance/d1329935-10da-4631-8e56-06cf38257ebb HTTP/1.1" 200 266 0.020264 10.0.0.32 - - [2024-09-05 02:31:49] "POST /ref-update HTTP/1.1" 200 156 0.015863 10.0.0.32 - - [2024-09-05 02:31:49] "POST /virtual-machines HTTP/1.1" 200 553 0.015397 10.0.0.32 - - [2024-09-05 02:31:49] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.097138 10.0.0.32 - - [2024-09-05 02:31:49] "POST /chown HTTP/1.1" 200 109 0.007741 10.0.0.32 - - [2024-09-05 02:31:49] "POST /instance-ips HTTP/1.1" 400 246 0.015541 10.0.0.32 - - [2024-09-05 02:31:50] "POST /chown HTTP/1.1" 200 109 0.007567 10.0.0.32 - - [2024-09-05 02:31:50] "PUT /virtual-machine-interface/1ed31401-21b6-4412-a7af-b66b95f21a72 HTTP/1.1" 200 284 0.011608 10.0.0.32 - - [2024-09-05 02:31:50] "PUT /instance-ip/4aa74d75-952d-4b7a-b664-74fa093628dc HTTP/1.1" 200 256 0.013574 10.0.0.32 - - [2024-09-05 02:31:50] "POST /ref-update HTTP/1.1" 200 156 0.011131 10.0.0.32 - - [2024-09-05 02:31:50] "POST /ref-update HTTP/1.1" 200 156 0.011540 10.0.0.32 - - [2024-09-05 02:31:50] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.089288 10.0.0.32 - - [2024-09-05 02:31:50] "POST /chown HTTP/1.1" 200 109 0.009135 10.0.0.32 - - [2024-09-05 02:31:50] "POST /instance-ips HTTP/1.1" 400 316 0.016309 10.0.0.32 - - [2024-09-05 02:31:50] "POST /chown HTTP/1.1" 200 109 0.007703 10.0.0.32 - - [2024-09-05 02:31:50] "PUT /virtual-machine-interface/75eaf427-5b10-4103-a08d-2a6679e58c57 HTTP/1.1" 200 284 0.012178 10.0.0.32 - - [2024-09-05 02:31:50] "PUT /instance-ip/59243c59-23b5-46c5-b12c-d4eb2e1c3b84 HTTP/1.1" 200 256 0.012522 10.0.0.32 - - [2024-09-05 02:31:50] "POST /ref-update HTTP/1.1" 200 156 0.018390 10.0.0.32 - - [2024-09-05 02:31:50] "POST /ref-update HTTP/1.1" 200 156 0.015986 10.0.0.32 - - [2024-09-05 02:31:52] "POST /neutron/port HTTP/1.1" 200 1093 0.016944 10.0.0.32 - - [2024-09-05 02:31:53] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007441 10.0.0.32 - - [2024-09-05 02:31:53] "POST /neutron/port HTTP/1.1" 200 1093 0.014820 10.0.0.32 - - [2024-09-05 02:31:53] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005877 10.0.0.32 - - [2024-09-05 02:31:53] "POST /neutron/port HTTP/1.1" 200 1093 0.014058 10.0.0.32 - - [2024-09-05 02:31:53] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005882 10.0.0.32 - - [2024-09-05 02:31:53] "GET /virtual-machine/96c6fb36-5709-498d-8fc1-1c0a85a612a2 HTTP/1.1" 401 292 0.000585 10.0.0.32 - - [2024-09-05 02:31:53] "GET /virtual-machine/96c6fb36-5709-498d-8fc1-1c0a85a612a2 HTTP/1.1" 200 1296 0.027682 10.0.0.32 - - [2024-09-05 02:31:53] "GET /virtual-machine-interface/0649e226-2c3f-4f8b-844d-90499fef4cec HTTP/1.1" 200 2954 0.002928 10.0.0.32 - - [2024-09-05 02:31:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.32 - - [2024-09-05 02:31:53] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002998 10.0.0.32 - - [2024-09-05 02:31:53] "GET /virtual-networks?parent_id=c1132247-7ea3-477d-863f-116509fa0be8&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003049 10.0.0.32 - - [2024-09-05 02:31:53] "GET /virtual-network/75653863-15f6-422d-8f9b-d6471035f3de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.003409 10.0.0.32 - - [2024-09-05 02:31:55] "POST /neutron/port HTTP/1.1" 200 1093 0.016341 10.0.0.32 - - [2024-09-05 02:31:55] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006405 10.0.0.32 - - [2024-09-05 02:31:56] "POST /neutron/port HTTP/1.1" 200 1093 0.015625 10.0.0.32 - - [2024-09-05 02:31:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002306 10.0.0.32 - - [2024-09-05 02:31:56] "GET /virtual-network/75653863-15f6-422d-8f9b-d6471035f3de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.002909 10.0.0.32 - - [2024-09-05 02:31:56] "POST /neutron/port HTTP/1.1" 200 1093 0.016548 10.0.0.32 - - [2024-09-05 02:31:56] "POST /neutron/network HTTP/1.1" 200 839 0.006475 10.0.0.32 - - [2024-09-05 02:31:56] "POST /neutron/port HTTP/1.1" 200 1093 0.018036 10.0.0.32 - - [2024-09-05 02:31:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003128 10.0.0.32 - - [2024-09-05 02:31:56] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005305 10.0.0.32 - - [2024-09-05 02:31:56] "POST /neutron/subnet HTTP/1.1" 200 708 0.013386 10.0.0.32 - - [2024-09-05 02:31:56] "POST /neutron/port HTTP/1.1" 200 117 0.001688 10.0.0.32 - - [2024-09-05 02:31:56] "POST /neutron/network HTTP/1.1" 200 829 0.006690 10.0.0.32 - - [2024-09-05 02:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.32 - - [2024-09-05 02:31:58] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002789 10.0.0.32 - - [2024-09-05 02:31:58] "GET /virtual-networks?parent_id=c1132247-7ea3-477d-863f-116509fa0be8&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003400 10.0.0.32 - - [2024-09-05 02:31:59] "GET /virtual-network/75653863-15f6-422d-8f9b-d6471035f3de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.003477 10.0.0.32 - - [2024-09-05 02:31:59] "POST /neutron/port HTTP/1.1" 200 1093 0.014816 10.0.0.32 - - [2024-09-05 02:31:59] "POST /neutron/security_group HTTP/1.1" 200 2002 0.010487 10.0.0.32 - - [2024-09-05 02:31:59] "POST /neutron/port HTTP/1.1" 200 1093 0.013917 10.0.0.32 - - [2024-09-05 02:31:59] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005830 10.0.0.32 - - [2024-09-05 02:31:59] "POST /neutron/port HTTP/1.1" 200 1093 0.013707 10.0.0.32 - - [2024-09-05 02:31:59] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007430 10.0.0.32 - - [2024-09-05 02:31:59] "GET /virtual-machine/60a314d5-14b1-4b79-84ff-f9968f63194a HTTP/1.1" 200 1294 0.003969 10.0.0.32 - - [2024-09-05 02:31:59] "GET /virtual-machine-interface/d14d0e0e-a6f3-4e13-847b-90982743f3a9 HTTP/1.1" 200 2968 0.002568 10.0.0.32 - - [2024-09-05 02:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002484 10.0.0.32 - - [2024-09-05 02:31:59] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002319 10.0.0.32 - - [2024-09-05 02:31:59] "GET /virtual-networks?parent_id=c1132247-7ea3-477d-863f-116509fa0be8&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003059 10.0.0.32 - - [2024-09-05 02:31:59] "GET /virtual-network/14a12266-30f0-4b2c-bfff-3b90a3bd09b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.003657 10.0.0.32 - - [2024-09-05 02:32:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.32 - - [2024-09-05 02:32:00] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002757 10.0.0.32 - - [2024-09-05 02:32:00] "GET /virtual-networks?parent_id=c1132247-7ea3-477d-863f-116509fa0be8&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003049 10.0.0.32 - - [2024-09-05 02:32:00] "GET /virtual-network/14a12266-30f0-4b2c-bfff-3b90a3bd09b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.003312 10.0.0.32 - - [2024-09-05 02:32:04] "POST /neutron/router HTTP/1.1" 200 656 0.004153 10.0.0.32 - - [2024-09-05 02:32:04] "POST /ref-update HTTP/1.1" 200 156 0.009799 10.0.0.32 - - [2024-09-05 02:32:04] "POST /neutron/router HTTP/1.1" 200 344 0.085795 10.0.0.32 - - [2024-09-05 02:32:04] "POST /neutron/router HTTP/1.1" 200 656 0.004810 10.0.0.32 - - [2024-09-05 02:32:04] "GET /logical-router/dfa57f2e-2278-41b8-8fc3-0ccdefbf3d25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1973 0.002663 10.0.0.32 - - [2024-09-05 02:32:04] "GET /service-instance/2e0ab3d8-7af4-468c-809e-460c028a77cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.003060 10.0.0.32 - - [2024-09-05 02:32:04] "POST /neutron/router HTTP/1.1" 200 151 0.057796 10.0.0.32 - - [2024-09-05 02:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.32 - - [2024-09-05 02:32:04] "DELETE /route-target/70b2cb2f-6513-4506-8b05-b5084e3fb040 HTTP/1.1" 409 239 0.003880 10.0.0.32 - - [2024-09-05 02:32:04] "PUT /logical-router/dfa57f2e-2278-41b8-8fc3-0ccdefbf3d25 HTTP/1.1" 404 171 0.002865 10.0.0.32 - - [2024-09-05 02:32:04] "POST /ref-update HTTP/1.1" 200 156 0.010005 10.0.0.32 - - [2024-09-05 02:32:04] "DELETE /route-table/f74e9a5c-1ced-4fa4-88cf-1917c422a0d9 HTTP/1.1" 200 115 0.031938 10.0.0.32 - - [2024-09-05 02:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002559 10.0.0.32 - - [2024-09-05 02:32:04] "PUT /routing-instance/d1329935-10da-4631-8e56-06cf38257ebb HTTP/1.1" 200 266 0.013974 10.0.0.32 - - [2024-09-05 02:32:05] "POST /neutron/network HTTP/1.1" 200 836 0.013448 10.0.0.32 - - [2024-09-05 02:32:05] "GET /virtual-network/1f79e9ca-fe2e-4c64-9bfa-54613e888056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.004558 10.0.0.32 - - [2024-09-05 02:32:05] "POST /neutron/network HTTP/1.1" 400 204 0.037232 10.0.0.32 - - [2024-09-05 02:32:05] "POST /ref-update HTTP/1.1" 200 156 0.009582 10.0.0.32 - - [2024-09-05 02:32:05] "POST /ref-update HTTP/1.1" 200 156 0.010270 10.0.0.32 - - [2024-09-05 02:32:05] "DELETE /instance-ip/59243c59-23b5-46c5-b12c-d4eb2e1c3b84 HTTP/1.1" 200 115 0.042136 10.0.0.32 - - [2024-09-05 02:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.32 - - [2024-09-05 02:32:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001382 10.0.0.32 - - [2024-09-05 02:32:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001139 10.0.0.32 - - [2024-09-05 02:32:05] "DELETE /virtual-network/1f79e9ca-fe2e-4c64-9bfa-54613e888056 HTTP/1.1" 200 115 0.135339 10.0.0.32 - - [2024-09-05 02:32:05] "DELETE /route-target/f309c80c-2e18-405f-8010-ecac4514ae7d HTTP/1.1" 200 115 0.020747 10.0.0.32 - - [2024-09-05 02:32:05] "DELETE /service-instance/2e0ab3d8-7af4-468c-809e-460c028a77cf HTTP/1.1" 200 115 0.029971 10.0.0.32 - - [2024-09-05 02:32:05] "GET /logical-router/dfa57f2e-2278-41b8-8fc3-0ccdefbf3d25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.009399 10.0.0.32 - - [2024-09-05 02:32:05] "GET /service-instance/2e0ab3d8-7af4-468c-809e-460c028a77cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002743 10.0.0.32 - - [2024-09-05 02:32:05] "POST /neutron/port HTTP/1.1" 200 1093 0.015541 10.0.0.32 - - [2024-09-05 02:32:05] "POST /neutron/port HTTP/1.1" 200 1119 0.012915 10.0.0.32 - - [2024-09-05 02:32:05] "GET /virtual-machine-interface/aa613b21-1e81-4743-abf9-13d07bc9c1db?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1334 0.007708 10.0.0.32 - - [2024-09-05 02:32:05] "POST /neutron/port HTTP/1.1" 200 1093 0.032912 10.0.0.32 - - [2024-09-05 02:32:05] "POST /neutron/port HTTP/1.1" 200 1119 0.013340 10.0.0.32 - - [2024-09-05 02:32:05] "DELETE /virtual-machine-interface/aa613b21-1e81-4743-abf9-13d07bc9c1db HTTP/1.1" 200 115 0.054175 10.0.0.32 - - [2024-09-05 02:32:05] "GET /virtual-machine-interface/17e93dfb-2cc1-4d16-851a-b84ee3723dc9?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1652 0.003339 10.0.0.32 - - [2024-09-05 02:32:05] "POST /ref-update HTTP/1.1" 200 156 0.017905 10.0.0.32 - - [2024-09-05 02:32:05] "POST /neutron/port HTTP/1.1" 200 151 0.185891 10.0.0.32 - - [2024-09-05 02:32:05] "POST /neutron/port HTTP/1.1" 200 151 0.158900 10.0.0.32 - - [2024-09-05 02:32:05] "GET /instance-ip/4aa74d75-952d-4b7a-b664-74fa093628dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.005708 10.0.0.32 - - [2024-09-05 02:32:05] "DELETE /virtual-machine-interface/17e93dfb-2cc1-4d16-851a-b84ee3723dc9 HTTP/1.1" 200 115 0.046997 10.0.0.32 - - [2024-09-05 02:32:05] "POST /ref-update HTTP/1.1" 200 156 0.016573 10.0.0.32 - - [2024-09-05 02:32:05] "DELETE /virtual-machine/1eb2f271-80f7-487f-947d-78eda165a4f4 HTTP/1.1" 200 115 0.023499 10.0.0.32 - - [2024-09-05 02:32:05] "GET /virtual-machine-interface/75eaf427-5b10-4103-a08d-2a6679e58c57?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1333 0.006357 10.0.0.32 - - [2024-09-05 02:32:06] "DELETE /virtual-machine-interface/75eaf427-5b10-4103-a08d-2a6679e58c57 HTTP/1.1" 200 115 0.030596 10.0.0.32 - - [2024-09-05 02:32:06] "GET /virtual-machine-interface/1ed31401-21b6-4412-a7af-b66b95f21a72?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1653 0.006692 10.0.0.32 - - [2024-09-05 02:32:06] "POST /ref-update HTTP/1.1" 200 156 0.011940 10.0.0.32 - - [2024-09-05 02:32:06] "GET /instance-ip/4aa74d75-952d-4b7a-b664-74fa093628dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1697 0.004493 10.0.0.32 - - [2024-09-05 02:32:06] "DELETE /instance-ip/4aa74d75-952d-4b7a-b664-74fa093628dc HTTP/1.1" 200 115 0.025608 10.0.0.32 - - [2024-09-05 02:32:06] "DELETE /virtual-machine-interface/1ed31401-21b6-4412-a7af-b66b95f21a72 HTTP/1.1" 200 115 0.030181 10.0.0.32 - - [2024-09-05 02:32:06] "DELETE /virtual-machine/46d570b8-34af-4785-aee8-fa4626385815 HTTP/1.1" 200 115 0.014973 10.0.0.32 - - [2024-09-05 02:32:07] "POST /neutron/network HTTP/1.1" 200 836 0.006024 10.0.0.32 - - [2024-09-05 02:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004954 10.0.0.32 - - [2024-09-05 02:32:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001146 10.0.0.32 - - [2024-09-05 02:32:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001070 10.0.0.32 - - [2024-09-05 02:32:07] "POST /neutron/network HTTP/1.1" 200 151 0.076234 10.0.0.32 - - [2024-09-05 02:32:07] "DELETE /route-target/faece609-92ac-48f6-9cea-ffb4e402e771 HTTP/1.1" 200 115 0.018199 10.0.0.32 - - [2024-09-05 02:32:07] "POST /neutron/network HTTP/1.1" 200 829 0.005795 10.0.0.32 - - [2024-09-05 02:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004262 10.0.0.32 - - [2024-09-05 02:32:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001113 10.0.0.32 - - [2024-09-05 02:32:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001027 10.0.0.32 - - [2024-09-05 02:32:07] "POST /neutron/network HTTP/1.1" 200 151 0.074437 10.0.0.32 - - [2024-09-05 02:32:07] "DELETE /route-target/b8ccdbc2-f5ab-432b-8a10-a013ba88301e HTTP/1.1" 200 115 0.015537 10.0.0.32 - - [2024-09-05 02:32:07] "GET /projects?obj_uuids=c1132247-7ea3-477d-863f-116509fa0be8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001224 10.0.0.32 - - [2024-09-05 02:32:07] "GET /project/c1132247-7ea3-477d-863f-116509fa0be8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.022405 10.0.0.32 - - [2024-09-05 02:32:07] "GET /projects?obj_uuids=c1132247-7ea3-477d-863f-116509fa0be8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001238 10.0.0.32 - - [2024-09-05 02:32:07] "GET /project/c1132247-7ea3-477d-863f-116509fa0be8?fields=virtual_networks HTTP/1.1" 200 1038 0.062989 10.0.0.32 - - [2024-09-05 02:32:07] "GET /projects?obj_uuids=c1132247-7ea3-477d-863f-116509fa0be8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001295 10.0.0.32 - - [2024-09-05 02:32:07] "GET /project/c1132247-7ea3-477d-863f-116509fa0be8?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.024133 10.0.0.32 - - [2024-09-05 02:32:07] "GET /projects?obj_uuids=c1132247-7ea3-477d-863f-116509fa0be8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001161 10.0.0.32 - - [2024-09-05 02:32:07] "GET /project/c1132247-7ea3-477d-863f-116509fa0be8?fields=security_groups HTTP/1.1" 200 1267 0.021511 10.0.0.32 - - [2024-09-05 02:32:08] "POST /fqname-to-id HTTP/1.1" 404 196 0.023930 10.0.0.32 - - [2024-09-05 02:32:08] "GET /projects?obj_uuids=b25b04f1-638b-410b-afa4-44f373377a4e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002456 10.0.0.32 - - [2024-09-05 02:32:08] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001115 10.0.0.32 - - [2024-09-05 02:32:08] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006964 10.0.0.32 - - [2024-09-05 02:32:08] "POST /id-to-fqname HTTP/1.1" 200 198 0.001254 10.0.0.32 - - [2024-09-05 02:32:08] "POST /fqname-to-id HTTP/1.1" 404 207 0.005726 10.0.0.32 - - [2024-09-05 02:32:08] "POST /security-groups HTTP/1.1" 200 599 0.067770 10.0.0.32 - - [2024-09-05 02:32:08] "POST /fqname-to-id HTTP/1.1" 404 242 0.002462 10.0.0.32 - - [2024-09-05 02:32:08] "POST /projects HTTP/1.1" 200 601 0.214756 10.0.0.32 - - [2024-09-05 02:32:08] "POST /access-control-lists HTTP/1.1" 200 604 0.057929 10.0.0.32 - - [2024-09-05 02:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.287495 10.0.0.32 - - [2024-09-05 02:32:08] "POST /fqname-to-id HTTP/1.1" 404 241 0.002811 10.0.0.32 - - [2024-09-05 02:32:08] "GET /project/b25b04f1-638b-410b-afa4-44f373377a4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.405276 10.0.0.32 - - [2024-09-05 02:32:09] "POST /access-control-lists HTTP/1.1" 200 602 0.064100 10.0.0.32 - - [2024-09-05 02:32:09] "GET / HTTP/1.1" 200 35931 0.002163 10.0.0.32 - - [2024-09-05 02:32:10] "DELETE /project/8dfcc051ffbc422fb409c678b4133cc8 HTTP/1.1" 404 173 0.019500 10.0.0.32 - - [2024-09-05 02:32:10] "DELETE /project/c11322477ea3477d863f116509fa0be8 HTTP/1.1" 404 173 0.009325 10.0.0.32 - - [2024-09-05 02:32:10] "DELETE /project/b25b04f1638b410bafa444f373377a4e HTTP/1.1" 404 173 0.008421 10.0.0.32 - - [2024-09-05 02:32:10] "GET /projects?obj_uuids=c41bf96c-4837-4cdd-aee5-29af769ccfab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001046 10.0.0.32 - - [2024-09-05 02:32:10] "GET /projects?obj_uuids=c1132247-7ea3-477d-863f-116509fa0be8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000973 10.0.0.32 - - [2024-09-05 02:32:10] "GET /projects?obj_uuids=8dfcc051-ffbc-422f-b409-c678b4133cc8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000989 10.0.0.32 - - [2024-09-05 02:32:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000400 10.0.0.32 - - [2024-09-05 02:32:10] "GET /project/c1132247-7ea3-477d-863f-116509fa0be8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.044178 10.0.0.32 - - [2024-09-05 02:32:10] "GET /project/c41bf96c-4837-4cdd-aee5-29af769ccfab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.049596 10.0.0.32 - - [2024-09-05 02:32:10] "GET /project/8dfcc051-ffbc-422f-b409-c678b4133cc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.043005 10.0.0.32 - - [2024-09-05 02:32:10] "GET /projects?obj_uuids=8dfcc051-ffbc-422f-b409-c678b4133cc8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001050 10.0.0.32 - - [2024-09-05 02:32:10] "GET /projects?obj_uuids=c41bf96c-4837-4cdd-aee5-29af769ccfab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000954 10.0.0.32 - - [2024-09-05 02:32:10] "GET /projects?obj_uuids=c1132247-7ea3-477d-863f-116509fa0be8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002634 10.0.0.32 - - [2024-09-05 02:32:10] "GET /project/c1132247-7ea3-477d-863f-116509fa0be8?fields=security_groups HTTP/1.1" 200 1372 0.046503 10.0.0.32 - - [2024-09-05 02:32:10] "GET /project/c41bf96c-4837-4cdd-aee5-29af769ccfab?fields=security_groups HTTP/1.1" 200 1400 0.045340 10.0.0.32 - - [2024-09-05 02:32:10] "GET /project/8dfcc051-ffbc-422f-b409-c678b4133cc8?fields=security_groups HTTP/1.1" 200 1349 0.044820 10.0.0.32 - - [2024-09-05 02:32:10] "DELETE /security-group/ca4d5cd9-32de-4a0b-9c70-9501012d499e HTTP/1.1" 200 115 0.069835 10.0.0.32 - - [2024-09-05 02:32:10] "GET /projects?obj_uuids=c1132247-7ea3-477d-863f-116509fa0be8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001888 10.0.0.32 - - [2024-09-05 02:32:10] "DELETE /security-group/80bf5039-305c-4434-93a5-6cbf62a1edd9 HTTP/1.1" 200 115 0.098278 10.0.0.32 - - [2024-09-05 02:32:10] "DELETE /access-control-list/635d5278-8cd5-463c-a813-4dcaa5ab0224 HTTP/1.1" 200 115 0.066193 10.0.0.32 - - [2024-09-05 02:32:10] "GET /projects?obj_uuids=c41bf96c-4837-4cdd-aee5-29af769ccfab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001250 10.0.0.32 - - [2024-09-05 02:32:10] "DELETE /security-group/c7bd6c8c-6641-4401-a852-ebd2421b7701 HTTP/1.1" 200 115 0.105035 10.0.0.32 - - [2024-09-05 02:32:10] "GET /project/c1132247-7ea3-477d-863f-116509fa0be8?fields=application_policy_sets HTTP/1.1" 200 1411 0.050652 10.0.0.32 - - [2024-09-05 02:32:10] "GET /projects?obj_uuids=8dfcc051-ffbc-422f-b409-c678b4133cc8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001271 10.0.0.32 - - [2024-09-05 02:32:10] "DELETE /access-control-list/c9ab5c73-3e20-4667-92c5-ed0cf8db5ac5 HTTP/1.1" 200 115 0.048119 10.0.0.32 - - [2024-09-05 02:32:10] "GET /project/8dfcc051-ffbc-422f-b409-c678b4133cc8?fields=application_policy_sets HTTP/1.1" 200 1388 0.042588 10.0.0.32 - - [2024-09-05 02:32:10] "GET /project/c41bf96c-4837-4cdd-aee5-29af769ccfab?fields=application_policy_sets HTTP/1.1" 200 1439 0.085622 10.0.0.32 - - [2024-09-05 02:32:10] "DELETE /access-control-list/33deb395-4bcb-4343-a951-c49c1be56064 HTTP/1.1" 200 115 0.045213 10.0.0.32 - - [2024-09-05 02:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.043153 10.0.0.32 - - [2024-09-05 02:32:11] "GET /projects?obj_uuids=b25b04f1-638b-410b-afa4-44f373377a4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001173 10.0.0.32 - - [2024-09-05 02:32:11] "DELETE /access-control-list/3df9f4af-9ae4-45e3-96f6-94a1e87ec89c HTTP/1.1" 200 115 0.059855 10.0.0.32 - - [2024-09-05 02:32:11] "DELETE /project/c1132247-7ea3-477d-863f-116509fa0be8 HTTP/1.1" 200 115 0.500173 10.0.0.32 - - [2024-09-05 02:32:11] "DELETE /access-control-list/eb989c94-96d2-4909-8b39-1f3b4cb25d98 HTTP/1.1" 200 115 0.049459 10.0.0.32 - - [2024-09-05 02:32:11] "DELETE /project/8dfcc051-ffbc-422f-b409-c678b4133cc8 HTTP/1.1" 200 115 0.507233 10.0.0.32 - - [2024-09-05 02:32:11] "GET /project/b25b04f1-638b-410b-afa4-44f373377a4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.100619 10.0.0.32 - - [2024-09-05 02:32:11] "DELETE /access-control-list/e04a3fa9-7622-4c83-88ca-07a7c2a35571 HTTP/1.1" 200 115 0.021445 10.0.0.32 - - [2024-09-05 02:32:11] "DELETE /project/c41bf96c-4837-4cdd-aee5-29af769ccfab HTTP/1.1" 200 115 0.537989 10.0.0.32 - - [2024-09-05 02:32:11] "POST /neutron/network HTTP/1.1" 200 117 0.033256 10.0.0.32 - - [2024-09-05 02:32:11] "GET /projects?obj_uuids=b25b04f1-638b-410b-afa4-44f373377a4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001236 10.0.0.32 - - [2024-09-05 02:32:11] "POST /neutron/network HTTP/1.1" 200 613 0.063048 10.0.0.32 - - [2024-09-05 02:32:11] "POST /route-targets HTTP/1.1" 200 327 0.008847 10.0.0.32 - - [2024-09-05 02:32:11] "POST /ref-update HTTP/1.1" 200 156 0.009193 10.0.0.32 - - [2024-09-05 02:32:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003994 10.0.0.32 - - [2024-09-05 02:32:11] "POST /neutron/subnet HTTP/1.1" 200 730 0.134670 10.0.0.32 - - [2024-09-05 02:32:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003644 10.0.0.32 - - [2024-09-05 02:32:11] "POST /neutron/subnet HTTP/1.1" 200 813 0.150667 10.0.0.32 - - [2024-09-05 02:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.028674 10.0.0.32 - - [2024-09-05 02:32:11] "GET /virtual-network/9735fa1d-d48a-4252-8f73-cd48e70ca98a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.005096 10.0.0.32 - - [2024-09-05 02:32:11] "POST /neutron/network HTTP/1.1" 200 1004 0.006489 10.0.0.32 - - [2024-09-05 02:32:11] "POST /id-to-fqname HTTP/1.1" 200 228 0.001100 10.0.0.32 - - [2024-09-05 02:32:11] "GET /virtual-network/495a2242-fa82-4ed2-9c8a-281fbda108b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.002355 10.0.0.32 - - [2024-09-05 02:32:11] "POST /neutron/network HTTP/1.1" 200 1004 0.007381 10.0.0.32 - - [2024-09-05 02:32:11] "GET /virtual-network/495a2242-fa82-4ed2-9c8a-281fbda108b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.002631 10.0.0.32 - - [2024-09-05 02:32:11] "POST /neutron/network HTTP/1.1" 200 1004 0.007400 10.0.0.32 - - [2024-09-05 02:32:11] "POST /neutron/subnet HTTP/1.1" 200 730 0.006864 10.0.0.32 - - [2024-09-05 02:32:11] "POST /neutron/subnet HTTP/1.1" 200 813 0.007026 10.0.0.32 - - [2024-09-05 02:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002233 10.0.0.32 - - [2024-09-05 02:32:11] "GET /projects?obj_uuids=b25b04f1-638b-410b-afa4-44f373377a4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001048 10.0.0.32 - - [2024-09-05 02:32:11] "GET /project/b25b04f1-638b-410b-afa4-44f373377a4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.020144 10.0.0.32 - - [2024-09-05 02:32:11] "POST /neutron/network HTTP/1.1" 200 117 0.008892 10.0.0.32 - - [2024-09-05 02:32:11] "GET /projects?obj_uuids=b25b04f1-638b-410b-afa4-44f373377a4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002774 10.0.0.32 - - [2024-09-05 02:32:11] "POST /neutron/network HTTP/1.1" 200 613 0.059837 10.0.0.32 - - [2024-09-05 02:32:11] "POST /route-targets HTTP/1.1" 200 327 0.011154 10.0.0.32 - - [2024-09-05 02:32:12] "POST /ref-update HTTP/1.1" 200 156 0.009833 10.0.0.32 - - [2024-09-05 02:32:12] "POST /useragent-kv HTTP/1.1" 200 115 0.004232 10.0.0.32 - - [2024-09-05 02:32:12] "POST /neutron/subnet HTTP/1.1" 200 730 0.161567 10.0.0.32 - - [2024-09-05 02:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005509 10.0.0.32 - - [2024-09-05 02:32:12] "GET /virtual-network/9735fa1d-d48a-4252-8f73-cd48e70ca98a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.002791 10.0.0.32 - - [2024-09-05 02:32:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002791 10.0.0.32 - - [2024-09-05 02:32:12] "POST /neutron/subnet HTTP/1.1" 200 828 0.135129 10.0.0.32 - - [2024-09-05 02:32:12] "POST /neutron/network HTTP/1.1" 200 1007 0.010813 10.0.0.32 - - [2024-09-05 02:32:12] "POST /id-to-fqname HTTP/1.1" 200 228 0.001278 10.0.0.32 - - [2024-09-05 02:32:12] "GET /virtual-network/27de02ba-6e2d-459b-a291-64b9756e647b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.002688 10.0.0.32 - - [2024-09-05 02:32:12] "POST /neutron/network HTTP/1.1" 200 1007 0.008051 10.0.0.32 - - [2024-09-05 02:32:12] "GET /virtual-network/27de02ba-6e2d-459b-a291-64b9756e647b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.002854 10.0.0.32 - - [2024-09-05 02:32:12] "POST /neutron/network HTTP/1.1" 200 1007 0.008047 10.0.0.32 - - [2024-09-05 02:32:12] "POST /neutron/subnet HTTP/1.1" 200 730 0.006164 10.0.0.32 - - [2024-09-05 02:32:12] "POST /neutron/subnet HTTP/1.1" 200 828 0.007280 10.0.0.32 - - [2024-09-05 02:32:12] "POST /fqname-to-id HTTP/1.1" 404 234 0.002276 10.0.0.32 - - [2024-09-05 02:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002333 10.0.0.32 - - [2024-09-05 02:32:12] "GET /projects?obj_uuids=b25b04f1-638b-410b-afa4-44f373377a4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001215 10.0.0.32 - - [2024-09-05 02:32:12] "GET /project/b25b04f1-638b-410b-afa4-44f373377a4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.023487 10.0.0.32 - - [2024-09-05 02:32:12] "POST /network-policys HTTP/1.1" 200 577 0.060160 10.0.0.32 - - [2024-09-05 02:32:12] "GET /network-policy/67beec6c-fcc5-4034-8350-22beab463ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.004729 10.0.0.32 - - [2024-09-05 02:32:12] "POST /neutron/network HTTP/1.1" 200 1004 0.007853 10.0.0.32 - - [2024-09-05 02:32:12] "POST /fqname-to-id HTTP/1.1" 404 242 0.002197 10.0.0.32 - - [2024-09-05 02:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006110 10.0.0.32 - - [2024-09-05 02:32:12] "GET /virtual-network/9735fa1d-d48a-4252-8f73-cd48e70ca98a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.003366 10.0.0.32 - - [2024-09-05 02:32:12] "POST /neutron/network HTTP/1.1" 200 1112 0.056242 10.0.0.32 - - [2024-09-05 02:32:12] "POST /access-control-lists HTTP/1.1" 200 596 0.083007 10.0.0.32 - - [2024-09-05 02:32:12] "POST /neutron/network HTTP/1.1" 200 1112 0.044388 10.0.0.32 - - [2024-09-05 02:32:12] "GET /virtual-network/495a2242-fa82-4ed2-9c8a-281fbda108b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.002701 10.0.0.32 - - [2024-09-05 02:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002333 10.0.0.32 - - [2024-09-05 02:32:12] "GET /network-policy/67beec6c-fcc5-4034-8350-22beab463ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.003421 10.0.0.32 - - [2024-09-05 02:32:13] "POST /neutron/network HTTP/1.1" 200 1007 0.007213 10.0.0.32 - - [2024-09-05 02:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.006722 10.0.0.32 - - [2024-09-05 02:32:13] "GET /virtual-network/9735fa1d-d48a-4252-8f73-cd48e70ca98a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.003182 10.0.0.32 - - [2024-09-05 02:32:13] "POST /neutron/network HTTP/1.1" 200 1115 0.044702 10.0.0.32 - - [2024-09-05 02:32:13] "PUT /access-control-list/c6324926-6ec1-4878-a162-dd14272e684d HTTP/1.1" 200 272 0.058311 10.0.0.32 - - [2024-09-05 02:32:13] "POST /neutron/network HTTP/1.1" 200 1115 0.027307 10.0.0.32 - - [2024-09-05 02:32:13] "POST /fqname-to-id HTTP/1.1" 404 242 0.003334 10.0.0.32 - - [2024-09-05 02:32:13] "GET /virtual-network/27de02ba-6e2d-459b-a291-64b9756e647b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.002661 10.0.0.32 - - [2024-09-05 02:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002384 10.0.0.32 - - [2024-09-05 02:32:13] "GET /network-policy/67beec6c-fcc5-4034-8350-22beab463ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.003156 10.0.0.32 - - [2024-09-05 02:32:13] "GET /domains HTTP/1.1" 401 292 0.000497 10.0.0.32 - - [2024-09-05 02:32:13] "POST /access-control-lists HTTP/1.1" 200 596 0.063586 10.0.0.32 - - [2024-09-05 02:32:13] "POST /ref-update HTTP/1.1" 200 156 0.010373 10.0.0.32 - - [2024-09-05 02:32:13] "GET /domains HTTP/1.1" 200 280 0.024474 10.0.0.32 - - [2024-09-05 02:32:13] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001060 10.0.0.32 - - [2024-09-05 02:32:13] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0 HTTP/1.1" 200 2580 0.007702 10.0.0.32 - - [2024-09-05 02:32:13] "GET /projects?obj_uuids=b25b04f1-638b-410b-afa4-44f373377a4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000998 10.0.0.32 - - [2024-09-05 02:32:13] "GET /project/b25b04f1-638b-410b-afa4-44f373377a4e HTTP/1.1" 200 2626 0.062737 10.0.0.32 - - [2024-09-05 02:32:13] "GET /virtual-network/495a2242-fa82-4ed2-9c8a-281fbda108b3 HTTP/1.1" 200 3499 0.003819 10.0.0.32 - - [2024-09-05 02:32:13] "GET /virtual-network/495a2242-fa82-4ed2-9c8a-281fbda108b3 HTTP/1.1" 200 3499 0.004396 10.0.0.32 - - [2024-09-05 02:32:13] "GET /routing-instance/dcec16ef-06a5-4bd1-a5f7-808fa36c425d HTTP/1.1" 200 1796 0.002619 10.0.0.32 - - [2024-09-05 02:32:13] "GET /routing-instance/dcec16ef-06a5-4bd1-a5f7-808fa36c425d HTTP/1.1" 200 1796 0.002248 10.0.0.32 - - [2024-09-05 02:32:13] "GET /route-target/361eb54d-8a02-4c87-befe-9510e6e1767a HTTP/1.1" 200 1212 0.002464 10.0.0.32 - - [2024-09-05 02:32:13] "GET /virtual-network/495a2242-fa82-4ed2-9c8a-281fbda108b3 HTTP/1.1" 200 3499 0.002414 10.0.0.32 - - [2024-09-05 02:32:13] "GET /routing-instance/dcec16ef-06a5-4bd1-a5f7-808fa36c425d HTTP/1.1" 200 1796 0.002364 10.0.0.32 - - [2024-09-05 02:32:13] "GET /virtual-network/495a2242-fa82-4ed2-9c8a-281fbda108b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.002497 10.0.0.32 - - [2024-09-05 02:32:13] "GET /virtual-network/495a2242-fa82-4ed2-9c8a-281fbda108b3 HTTP/1.1" 200 3499 0.002701 10.0.0.32 - - [2024-09-05 02:32:13] "GET /routing-instance/dcec16ef-06a5-4bd1-a5f7-808fa36c425d HTTP/1.1" 200 1796 0.002948 10.0.0.32 - - [2024-09-05 02:32:13] "GET /routing-instance/dcec16ef-06a5-4bd1-a5f7-808fa36c425d HTTP/1.1" 200 1796 0.002421 10.0.0.32 - - [2024-09-05 02:32:13] "GET /route-target/361eb54d-8a02-4c87-befe-9510e6e1767a HTTP/1.1" 200 1212 0.002403 10.0.0.32 - - [2024-09-05 02:32:13] "GET /domains HTTP/1.1" 200 280 0.002508 10.0.0.32 - - [2024-09-05 02:32:13] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001130 10.0.0.32 - - [2024-09-05 02:32:13] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0 HTTP/1.1" 200 2580 0.007078 10.0.0.32 - - [2024-09-05 02:32:13] "GET /projects?obj_uuids=b25b04f1-638b-410b-afa4-44f373377a4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001072 10.0.0.32 - - [2024-09-05 02:32:13] "GET /project/b25b04f1-638b-410b-afa4-44f373377a4e HTTP/1.1" 200 2626 0.060326 10.0.0.32 - - [2024-09-05 02:32:13] "GET /virtual-network/495a2242-fa82-4ed2-9c8a-281fbda108b3 HTTP/1.1" 200 3499 0.002764 10.0.0.32 - - [2024-09-05 02:32:14] "GET /obj-perms HTTP/1.1" 200 5046 0.056338 10.0.0.32 - - [2024-09-05 02:32:14] "GET /domains HTTP/1.1" 200 280 0.002800 10.0.0.32 - - [2024-09-05 02:32:14] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001467 10.0.0.32 - - [2024-09-05 02:32:14] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0 HTTP/1.1" 200 2580 0.008475 10.0.0.32 - - [2024-09-05 02:32:14] "GET /projects?obj_uuids=b25b04f1-638b-410b-afa4-44f373377a4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001766 10.0.0.32 - - [2024-09-05 02:32:14] "GET /project/b25b04f1-638b-410b-afa4-44f373377a4e HTTP/1.1" 200 2626 0.067888 10.0.0.32 - - [2024-09-05 02:32:14] "GET /virtual-network/27de02ba-6e2d-459b-a291-64b9756e647b HTTP/1.1" 200 3508 0.006108 10.0.0.32 - - [2024-09-05 02:32:14] "GET /virtual-network/27de02ba-6e2d-459b-a291-64b9756e647b HTTP/1.1" 200 3508 0.002800 10.0.0.32 - - [2024-09-05 02:32:14] "GET /routing-instance/80ebd122-eb6c-45aa-944f-c63d5b398766 HTTP/1.1" 200 1795 0.003707 10.0.0.32 - - [2024-09-05 02:32:14] "GET /routing-instance/80ebd122-eb6c-45aa-944f-c63d5b398766 HTTP/1.1" 200 1795 0.003612 10.0.0.32 - - [2024-09-05 02:32:14] "GET /route-target/7d837f72-297c-4519-bb23-9638f7112d0c HTTP/1.1" 200 1212 0.003757 10.0.0.32 - - [2024-09-05 02:32:14] "GET /virtual-network/27de02ba-6e2d-459b-a291-64b9756e647b HTTP/1.1" 200 3508 0.003670 10.0.0.32 - - [2024-09-05 02:32:14] "GET /routing-instance/80ebd122-eb6c-45aa-944f-c63d5b398766 HTTP/1.1" 200 1795 0.003710 10.0.0.32 - - [2024-09-05 02:32:14] "GET /virtual-network/27de02ba-6e2d-459b-a291-64b9756e647b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.003807 10.0.0.32 - - [2024-09-05 02:32:14] "GET /virtual-network/27de02ba-6e2d-459b-a291-64b9756e647b HTTP/1.1" 200 3508 0.005030 10.0.0.32 - - [2024-09-05 02:32:14] "GET /routing-instance/80ebd122-eb6c-45aa-944f-c63d5b398766 HTTP/1.1" 200 1795 0.004239 10.0.0.32 - - [2024-09-05 02:32:14] "GET /routing-instance/80ebd122-eb6c-45aa-944f-c63d5b398766 HTTP/1.1" 200 1795 0.004486 10.0.0.32 - - [2024-09-05 02:32:14] "GET /route-target/7d837f72-297c-4519-bb23-9638f7112d0c HTTP/1.1" 200 1212 0.003179 10.0.0.32 - - [2024-09-05 02:32:14] "GET /domains HTTP/1.1" 200 280 0.002698 10.0.0.32 - - [2024-09-05 02:32:14] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001058 10.0.0.32 - - [2024-09-05 02:32:14] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0 HTTP/1.1" 200 2580 0.006846 10.0.0.32 - - [2024-09-05 02:32:14] "GET /projects?obj_uuids=b25b04f1-638b-410b-afa4-44f373377a4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002181 10.0.0.32 - - [2024-09-05 02:32:14] "GET /project/b25b04f1-638b-410b-afa4-44f373377a4e HTTP/1.1" 200 2626 0.070730 10.0.0.32 - - [2024-09-05 02:32:14] "GET /virtual-network/27de02ba-6e2d-459b-a291-64b9756e647b HTTP/1.1" 200 3508 0.002799 10.0.0.32 - - [2024-09-05 02:32:14] "GET /obj-perms HTTP/1.1" 200 5046 0.003021 10.0.0.32 - - [2024-09-05 02:32:14] "GET /virtual-network/27de02ba-6e2d-459b-a291-64b9756e647b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.003456 10.0.0.32 - - [2024-09-05 02:32:14] "POST /neutron/network HTTP/1.1" 200 1115 0.007351 10.0.0.32 - - [2024-09-05 02:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004975 10.0.0.32 - - [2024-09-05 02:32:14] "GET /virtual-network/9735fa1d-d48a-4252-8f73-cd48e70ca98a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.002986 10.0.0.32 - - [2024-09-05 02:32:14] "POST /neutron/network HTTP/1.1" 200 1007 0.049561 10.0.0.32 - - [2024-09-05 02:32:14] "DELETE /access-control-list/b1a74dee-918c-464e-8dae-204173406ab1 HTTP/1.1" 200 115 0.041000 10.0.0.32 - - [2024-09-05 02:32:14] "POST /neutron/network HTTP/1.1" 200 1007 0.013430 10.0.0.32 - - [2024-09-05 02:32:14] "GET /virtual-network/27de02ba-6e2d-459b-a291-64b9756e647b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.003839 10.0.0.32 - - [2024-09-05 02:32:14] "GET /virtual-network/495a2242-fa82-4ed2-9c8a-281fbda108b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.003117 10.0.0.32 - - [2024-09-05 02:32:14] "POST /ref-update HTTP/1.1" 200 156 0.022357 10.0.0.32 - - [2024-09-05 02:32:14] "POST /neutron/network HTTP/1.1" 200 1112 0.013405 10.0.0.32 - - [2024-09-05 02:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.007068 10.0.0.32 - - [2024-09-05 02:32:14] "GET /virtual-network/9735fa1d-d48a-4252-8f73-cd48e70ca98a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.004501 10.0.0.32 - - [2024-09-05 02:32:14] "POST /neutron/network HTTP/1.1" 200 1004 0.054551 10.0.0.32 - - [2024-09-05 02:32:14] "DELETE /access-control-list/c6324926-6ec1-4878-a162-dd14272e684d HTTP/1.1" 200 115 0.049654 10.0.0.32 - - [2024-09-05 02:32:14] "POST /neutron/network HTTP/1.1" 200 1004 0.010516 10.0.0.32 - - [2024-09-05 02:32:14] "GET /virtual-network/495a2242-fa82-4ed2-9c8a-281fbda108b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.003121 10.0.0.32 - - [2024-09-05 02:32:14] "POST /ref-update HTTP/1.1" 200 156 0.020595 10.0.0.32 - - [2024-09-05 02:32:14] "DELETE /network-policy/67beec6c-fcc5-4034-8350-22beab463ec7 HTTP/1.1" 200 115 0.027238 10.0.0.32 - - [2024-09-05 02:32:14] "POST /neutron/network HTTP/1.1" 200 1007 0.012613 10.0.0.32 - - [2024-09-05 02:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.32 - - [2024-09-05 02:32:15] "POST /useragent-kv HTTP/1.1" 200 115 0.001328 10.0.0.32 - - [2024-09-05 02:32:15] "POST /useragent-kv HTTP/1.1" 200 115 0.001020 10.0.0.32 - - [2024-09-05 02:32:15] "POST /useragent-kv HTTP/1.1" 200 115 0.001010 10.0.0.32 - - [2024-09-05 02:32:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002529 10.0.0.32 - - [2024-09-05 02:32:15] "POST /neutron/network HTTP/1.1" 200 151 0.101327 10.0.0.32 - - [2024-09-05 02:32:15] "DELETE /route-target/7d837f72-297c-4519-bb23-9638f7112d0c HTTP/1.1" 200 115 0.030558 10.0.0.32 - - [2024-09-05 02:32:15] "GET /routing-instance/80ebd122-eb6c-45aa-944f-c63d5b398766 HTTP/1.1" 404 171 0.002215 10.0.0.32 - - [2024-09-05 02:32:15] "GET /domains HTTP/1.1" 200 280 0.001905 10.0.0.32 - - [2024-09-05 02:32:15] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001012 10.0.0.32 - - [2024-09-05 02:32:15] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0 HTTP/1.1" 200 2580 0.050242 10.0.0.32 - - [2024-09-05 02:32:15] "GET /projects?obj_uuids=b25b04f1-638b-410b-afa4-44f373377a4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001173 10.0.0.32 - - [2024-09-05 02:32:15] "GET /project/b25b04f1-638b-410b-afa4-44f373377a4e HTTP/1.1" 200 2146 0.067928 10.0.0.32 - - [2024-09-05 02:32:15] "POST /neutron/network HTTP/1.1" 200 1004 0.007968 10.0.0.32 - - [2024-09-05 02:32:15] "POST /useragent-kv HTTP/1.1" 200 115 0.001359 10.0.0.32 - - [2024-09-05 02:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.007081 10.0.0.32 - - [2024-09-05 02:32:15] "POST /useragent-kv HTTP/1.1" 200 115 0.001448 10.0.0.32 - - [2024-09-05 02:32:15] "POST /useragent-kv HTTP/1.1" 200 115 0.001375 10.0.0.32 - - [2024-09-05 02:32:15] "POST /useragent-kv HTTP/1.1" 200 115 0.001786 10.0.0.32 - - [2024-09-05 02:32:15] "POST /neutron/network HTTP/1.1" 200 151 0.093232 10.0.0.32 - - [2024-09-05 02:32:15] "DELETE /route-target/361eb54d-8a02-4c87-befe-9510e6e1767a HTTP/1.1" 200 115 0.025509 10.0.0.32 - - [2024-09-05 02:32:15] "GET /routing-instance/dcec16ef-06a5-4bd1-a5f7-808fa36c425d HTTP/1.1" 404 171 0.002623 10.0.0.32 - - [2024-09-05 02:32:15] "GET /domains HTTP/1.1" 200 280 0.002371 10.0.0.32 - - [2024-09-05 02:32:15] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001025 10.0.0.32 - - [2024-09-05 02:32:15] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0 HTTP/1.1" 200 2580 0.049661 10.0.0.32 - - [2024-09-05 02:32:15] "GET /projects?obj_uuids=b25b04f1-638b-410b-afa4-44f373377a4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001180 10.0.0.32 - - [2024-09-05 02:32:15] "GET /project/b25b04f1-638b-410b-afa4-44f373377a4e HTTP/1.1" 200 1901 0.067132 10.0.0.32 - - [2024-09-05 02:32:15] "GET /projects?obj_uuids=b25b04f1-638b-410b-afa4-44f373377a4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001147 10.0.0.32 - - [2024-09-05 02:32:15] "GET /project/b25b04f1-638b-410b-afa4-44f373377a4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.022550 10.0.0.32 - - [2024-09-05 02:32:15] "GET /projects?obj_uuids=b25b04f1-638b-410b-afa4-44f373377a4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001146 10.0.0.32 - - [2024-09-05 02:32:15] "GET /project/b25b04f1-638b-410b-afa4-44f373377a4e?fields=virtual_networks HTTP/1.1" 200 1049 0.068029 10.0.0.32 - - [2024-09-05 02:32:15] "GET /projects?obj_uuids=b25b04f1-638b-410b-afa4-44f373377a4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001173 10.0.0.32 - - [2024-09-05 02:32:15] "GET /project/b25b04f1-638b-410b-afa4-44f373377a4e?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.022033 10.0.0.32 - - [2024-09-05 02:32:15] "GET /projects?obj_uuids=b25b04f1-638b-410b-afa4-44f373377a4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001159 10.0.0.32 - - [2024-09-05 02:32:15] "GET /project/b25b04f1-638b-410b-afa4-44f373377a4e?fields=security_groups HTTP/1.1" 200 1283 0.020976 10.0.0.32 - - [2024-09-05 02:32:16] "GET /obj-perms HTTP/1.1" 200 5056 0.059345 10.0.0.32 - - [2024-09-05 02:32:17] "GET /obj-perms HTTP/1.1" 200 5056 0.135535 10.0.0.32 - - [2024-09-05 02:32:17] "POST /fqname-to-id HTTP/1.1" 404 190 0.024047 10.0.0.32 - - [2024-09-05 02:32:17] "GET /projects?obj_uuids=c2007eab-33d1-4d27-9f6c-872fb368d59d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002476 10.0.0.32 - - [2024-09-05 02:32:17] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001117 10.0.0.32 - - [2024-09-05 02:32:17] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006732 10.0.0.32 - - [2024-09-05 02:32:17] "POST /id-to-fqname HTTP/1.1" 200 192 0.001646 10.0.0.32 - - [2024-09-05 02:32:17] "POST /fqname-to-id HTTP/1.1" 404 201 0.002523 10.0.0.32 - - [2024-09-05 02:32:17] "POST /security-groups HTTP/1.1" 200 593 0.063007 10.0.0.32 - - [2024-09-05 02:32:17] "POST /fqname-to-id HTTP/1.1" 404 236 0.002649 10.0.0.32 - - [2024-09-05 02:32:17] "POST /projects HTTP/1.1" 200 589 0.213228 10.0.0.32 - - [2024-09-05 02:32:17] "POST /access-control-lists HTTP/1.1" 200 598 0.056500 10.0.0.32 - - [2024-09-05 02:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.283151 10.0.0.32 - - [2024-09-05 02:32:17] "POST /fqname-to-id HTTP/1.1" 404 235 0.002926 10.0.0.32 - - [2024-09-05 02:32:17] "GET /project/c2007eab-33d1-4d27-9f6c-872fb368d59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.400147 10.0.0.32 - - [2024-09-05 02:32:17] "POST /access-control-lists HTTP/1.1" 200 596 0.059886 10.0.0.32 - - [2024-09-05 02:32:18] "GET / HTTP/1.1" 200 35931 0.002033 10.0.0.32 - - [2024-09-05 02:32:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000562 10.0.0.32 - - [2024-09-05 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.059269 10.0.0.32 - - [2024-09-05 02:32:19] "GET /projects?obj_uuids=c2007eab-33d1-4d27-9f6c-872fb368d59d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001751 10.0.0.32 - - [2024-09-05 02:32:19] "GET /project/c2007eab-33d1-4d27-9f6c-872fb368d59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.024538 10.0.0.32 - - [2024-09-05 02:32:20] "POST /neutron/network HTTP/1.1" 200 117 0.032072 10.0.0.32 - - [2024-09-05 02:32:20] "GET /projects?obj_uuids=c2007eab-33d1-4d27-9f6c-872fb368d59d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001557 10.0.0.32 - - [2024-09-05 02:32:20] "POST /neutron/network HTTP/1.1" 200 607 0.063669 10.0.0.32 - - [2024-09-05 02:32:20] "POST /route-targets HTTP/1.1" 200 327 0.012186 10.0.0.32 - - [2024-09-05 02:32:20] "POST /ref-update HTTP/1.1" 200 156 0.009802 10.0.0.32 - - [2024-09-05 02:32:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002246 10.0.0.32 - - [2024-09-05 02:32:20] "POST /neutron/subnet HTTP/1.1" 200 734 0.200196 10.0.0.32 - - [2024-09-05 02:32:20] "POST /neutron/network HTTP/1.1" 200 828 0.006382 10.0.0.32 - - [2024-09-05 02:32:20] "POST /id-to-fqname HTTP/1.1" 200 222 0.001214 10.0.0.32 - - [2024-09-05 02:32:20] "GET /virtual-network/f776a829-3498-4ee8-93e0-2ffb1e93d4a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.002585 10.0.0.32 - - [2024-09-05 02:32:20] "POST /neutron/network HTTP/1.1" 200 828 0.005880 10.0.0.32 - - [2024-09-05 02:32:20] "GET /virtual-network/f776a829-3498-4ee8-93e0-2ffb1e93d4a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.002763 10.0.0.32 - - [2024-09-05 02:32:20] "POST /neutron/network HTTP/1.1" 200 828 0.005871 10.0.0.32 - - [2024-09-05 02:32:20] "POST /neutron/subnet HTTP/1.1" 200 734 0.010311 10.0.0.32 - - [2024-09-05 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002686 10.0.0.32 - - [2024-09-05 02:32:20] "GET /projects?obj_uuids=c2007eab-33d1-4d27-9f6c-872fb368d59d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001101 10.0.0.32 - - [2024-09-05 02:32:20] "GET /project/c2007eab-33d1-4d27-9f6c-872fb368d59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.021288 10.0.0.32 - - [2024-09-05 02:32:20] "POST /neutron/network HTTP/1.1" 200 117 0.009692 10.0.0.32 - - [2024-09-05 02:32:20] "GET /projects?obj_uuids=c2007eab-33d1-4d27-9f6c-872fb368d59d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001476 10.0.0.32 - - [2024-09-05 02:32:20] "POST /neutron/network HTTP/1.1" 200 607 0.064191 10.0.0.32 - - [2024-09-05 02:32:20] "POST /route-targets HTTP/1.1" 200 327 0.010691 10.0.0.32 - - [2024-09-05 02:32:20] "POST /ref-update HTTP/1.1" 200 156 0.011651 10.0.0.32 - - [2024-09-05 02:32:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002420 10.0.0.32 - - [2024-09-05 02:32:20] "POST /neutron/subnet HTTP/1.1" 200 719 0.185843 10.0.0.32 - - [2024-09-05 02:32:20] "POST /neutron/network HTTP/1.1" 200 825 0.005146 10.0.0.32 - - [2024-09-05 02:32:20] "POST /id-to-fqname HTTP/1.1" 200 222 0.001158 10.0.0.32 - - [2024-09-05 02:32:20] "GET /virtual-network/69650257-2adf-4627-98c1-1514900ff5ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.002541 10.0.0.32 - - [2024-09-05 02:32:20] "POST /neutron/network HTTP/1.1" 200 825 0.005658 10.0.0.32 - - [2024-09-05 02:32:20] "GET /virtual-network/69650257-2adf-4627-98c1-1514900ff5ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.002633 10.0.0.32 - - [2024-09-05 02:32:21] "POST /neutron/network HTTP/1.1" 200 825 0.006553 10.0.0.32 - - [2024-09-05 02:32:21] "POST /neutron/subnet HTTP/1.1" 200 719 0.006171 10.0.0.32 - - [2024-09-05 02:32:21] "POST /fqname-to-id HTTP/1.1" 404 228 0.002138 10.0.0.32 - - [2024-09-05 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.001983 10.0.0.32 - - [2024-09-05 02:32:21] "GET /projects?obj_uuids=c2007eab-33d1-4d27-9f6c-872fb368d59d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001233 10.0.0.32 - - [2024-09-05 02:32:21] "GET /project/c2007eab-33d1-4d27-9f6c-872fb368d59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.020901 10.0.0.32 - - [2024-09-05 02:32:21] "POST /network-policys HTTP/1.1" 200 571 0.016056 10.0.0.32 - - [2024-09-05 02:32:21] "GET /network-policy/75fd833d-d4f6-4d0c-9343-632bf8ab2d6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.004365 10.0.0.32 - - [2024-09-05 02:32:21] "POST /neutron/network HTTP/1.1" 200 828 0.005755 10.0.0.32 - - [2024-09-05 02:32:21] "POST /fqname-to-id HTTP/1.1" 404 236 0.003630 10.0.0.32 - - [2024-09-05 02:32:21] "POST /neutron/network HTTP/1.1" 200 930 0.041412 10.0.0.32 - - [2024-09-05 02:32:21] "POST /neutron/network HTTP/1.1" 200 930 0.044496 10.0.0.32 - - [2024-09-05 02:32:21] "POST /access-control-lists HTTP/1.1" 200 590 0.067207 10.0.0.32 - - [2024-09-05 02:32:21] "GET /virtual-network/f776a829-3498-4ee8-93e0-2ffb1e93d4a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.009459 10.0.0.32 - - [2024-09-05 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002198 10.0.0.32 - - [2024-09-05 02:32:21] "GET /network-policy/75fd833d-d4f6-4d0c-9343-632bf8ab2d6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.003074 10.0.0.32 - - [2024-09-05 02:32:21] "POST /neutron/network HTTP/1.1" 200 825 0.005621 10.0.0.32 - - [2024-09-05 02:32:21] "POST /fqname-to-id HTTP/1.1" 404 236 0.004589 10.0.0.32 - - [2024-09-05 02:32:21] "POST /neutron/network HTTP/1.1" 200 927 0.039708 10.0.0.32 - - [2024-09-05 02:32:21] "POST /neutron/network HTTP/1.1" 200 927 0.042614 10.0.0.32 - - [2024-09-05 02:32:21] "POST /access-control-lists HTTP/1.1" 200 590 0.064204 10.0.0.32 - - [2024-09-05 02:32:21] "GET /virtual-network/69650257-2adf-4627-98c1-1514900ff5ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.002629 10.0.0.32 - - [2024-09-05 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002305 10.0.0.32 - - [2024-09-05 02:32:21] "POST /ref-update HTTP/1.1" 200 156 0.009090 10.0.0.32 - - [2024-09-05 02:32:21] "GET /network-policy/75fd833d-d4f6-4d0c-9343-632bf8ab2d6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.002542 10.0.0.32 - - [2024-09-05 02:32:21] "GET /domains HTTP/1.1" 401 292 0.000410 10.0.0.32 - - [2024-09-05 02:32:21] "PUT /access-control-list/fce20838-985c-4061-a7d2-66dfd6b09308 HTTP/1.1" 200 272 0.058122 10.0.0.32 - - [2024-09-05 02:32:22] "GET /domains HTTP/1.1" 200 280 0.026405 10.0.0.32 - - [2024-09-05 02:32:22] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001121 10.0.0.32 - - [2024-09-05 02:32:22] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0 HTTP/1.1" 200 2768 0.008230 10.0.0.32 - - [2024-09-05 02:32:22] "GET /projects?obj_uuids=c2007eab-33d1-4d27-9f6c-872fb368d59d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001070 10.0.0.32 - - [2024-09-05 02:32:22] "GET /project/c2007eab-33d1-4d27-9f6c-872fb368d59d HTTP/1.1" 200 2572 0.063955 10.0.0.32 - - [2024-09-05 02:32:22] "GET /virtual-network/f776a829-3498-4ee8-93e0-2ffb1e93d4a3 HTTP/1.1" 200 2898 0.003934 10.0.0.32 - - [2024-09-05 02:32:22] "GET /virtual-network/f776a829-3498-4ee8-93e0-2ffb1e93d4a3 HTTP/1.1" 200 2898 0.002908 10.0.0.32 - - [2024-09-05 02:32:22] "GET /routing-instance/124700b8-67d5-4f62-b831-2540963c087e HTTP/1.1" 200 1783 0.002934 10.0.0.32 - - [2024-09-05 02:32:22] "GET /routing-instance/124700b8-67d5-4f62-b831-2540963c087e HTTP/1.1" 200 1783 0.002767 10.0.0.32 - - [2024-09-05 02:32:22] "GET /route-target/9f3b3c47-efec-43b3-a2cd-bc1217db9aae HTTP/1.1" 200 1207 0.002676 10.0.0.32 - - [2024-09-05 02:32:22] "GET /virtual-network/f776a829-3498-4ee8-93e0-2ffb1e93d4a3 HTTP/1.1" 200 2898 0.002966 10.0.0.32 - - [2024-09-05 02:32:22] "GET /routing-instance/124700b8-67d5-4f62-b831-2540963c087e HTTP/1.1" 200 1783 0.003090 10.0.0.32 - - [2024-09-05 02:32:22] "GET /virtual-network/f776a829-3498-4ee8-93e0-2ffb1e93d4a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.002583 10.0.0.32 - - [2024-09-05 02:32:22] "GET /virtual-network/f776a829-3498-4ee8-93e0-2ffb1e93d4a3 HTTP/1.1" 200 2898 0.003137 10.0.0.32 - - [2024-09-05 02:32:22] "GET /routing-instance/124700b8-67d5-4f62-b831-2540963c087e HTTP/1.1" 200 1783 0.002387 10.0.0.32 - - [2024-09-05 02:32:22] "GET /routing-instance/124700b8-67d5-4f62-b831-2540963c087e HTTP/1.1" 200 1783 0.002420 10.0.0.32 - - [2024-09-05 02:32:22] "GET /route-target/9f3b3c47-efec-43b3-a2cd-bc1217db9aae HTTP/1.1" 200 1207 0.002500 10.0.0.32 - - [2024-09-05 02:32:22] "GET /domains HTTP/1.1" 200 280 0.002475 10.0.0.32 - - [2024-09-05 02:32:22] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001117 10.0.0.32 - - [2024-09-05 02:32:22] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0 HTTP/1.1" 200 2768 0.007183 10.0.0.32 - - [2024-09-05 02:32:22] "GET /projects?obj_uuids=c2007eab-33d1-4d27-9f6c-872fb368d59d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002540 10.0.0.32 - - [2024-09-05 02:32:22] "GET /project/c2007eab-33d1-4d27-9f6c-872fb368d59d HTTP/1.1" 200 2572 0.063705 10.0.0.32 - - [2024-09-05 02:32:22] "GET /virtual-network/f776a829-3498-4ee8-93e0-2ffb1e93d4a3 HTTP/1.1" 200 2898 0.002764 10.0.0.32 - - [2024-09-05 02:32:22] "GET /obj-perms HTTP/1.1" 200 5034 0.048800 10.0.0.32 - - [2024-09-05 02:32:22] "GET /domains HTTP/1.1" 200 280 0.002484 10.0.0.32 - - [2024-09-05 02:32:22] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001139 10.0.0.32 - - [2024-09-05 02:32:22] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0 HTTP/1.1" 200 2768 0.006808 10.0.0.32 - - [2024-09-05 02:32:22] "GET /projects?obj_uuids=c2007eab-33d1-4d27-9f6c-872fb368d59d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001328 10.0.0.32 - - [2024-09-05 02:32:22] "GET /project/c2007eab-33d1-4d27-9f6c-872fb368d59d HTTP/1.1" 200 2572 0.065323 10.0.0.32 - - [2024-09-05 02:32:22] "GET /virtual-network/69650257-2adf-4627-98c1-1514900ff5ab HTTP/1.1" 200 2888 0.004873 10.0.0.32 - - [2024-09-05 02:32:22] "GET /virtual-network/69650257-2adf-4627-98c1-1514900ff5ab HTTP/1.1" 200 2888 0.003053 10.0.0.32 - - [2024-09-05 02:32:22] "GET /routing-instance/19cbde65-9cb9-4492-8cb8-1cc8126067d6 HTTP/1.1" 200 1783 0.002938 10.0.0.32 - - [2024-09-05 02:32:22] "GET /routing-instance/19cbde65-9cb9-4492-8cb8-1cc8126067d6 HTTP/1.1" 200 1783 0.002665 10.0.0.32 - - [2024-09-05 02:32:22] "GET /route-target/510d7d65-760f-42f3-a622-97f21afebb52 HTTP/1.1" 200 1206 0.002652 10.0.0.32 - - [2024-09-05 02:32:22] "GET /virtual-network/69650257-2adf-4627-98c1-1514900ff5ab HTTP/1.1" 200 2888 0.002775 10.0.0.32 - - [2024-09-05 02:32:22] "GET /routing-instance/19cbde65-9cb9-4492-8cb8-1cc8126067d6 HTTP/1.1" 200 1783 0.002227 10.0.0.32 - - [2024-09-05 02:32:22] "GET /virtual-network/69650257-2adf-4627-98c1-1514900ff5ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.002280 10.0.0.32 - - [2024-09-05 02:32:22] "GET /virtual-network/69650257-2adf-4627-98c1-1514900ff5ab HTTP/1.1" 200 2888 0.002754 10.0.0.32 - - [2024-09-05 02:32:22] "GET /routing-instance/19cbde65-9cb9-4492-8cb8-1cc8126067d6 HTTP/1.1" 200 1783 0.002185 10.0.0.32 - - [2024-09-05 02:32:22] "GET /routing-instance/19cbde65-9cb9-4492-8cb8-1cc8126067d6 HTTP/1.1" 200 1783 0.002614 10.0.0.32 - - [2024-09-05 02:32:22] "GET /route-target/510d7d65-760f-42f3-a622-97f21afebb52 HTTP/1.1" 200 1206 0.002860 10.0.0.32 - - [2024-09-05 02:32:22] "GET /domains HTTP/1.1" 200 280 0.002563 10.0.0.32 - - [2024-09-05 02:32:22] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001257 10.0.0.32 - - [2024-09-05 02:32:22] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0 HTTP/1.1" 200 2768 0.007881 10.0.0.32 - - [2024-09-05 02:32:22] "GET /projects?obj_uuids=c2007eab-33d1-4d27-9f6c-872fb368d59d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001599 10.0.0.32 - - [2024-09-05 02:32:22] "GET /project/c2007eab-33d1-4d27-9f6c-872fb368d59d HTTP/1.1" 200 2572 0.064957 10.0.0.32 - - [2024-09-05 02:32:22] "GET /virtual-network/69650257-2adf-4627-98c1-1514900ff5ab HTTP/1.1" 200 2888 0.002784 10.0.0.32 - - [2024-09-05 02:32:22] "GET /obj-perms HTTP/1.1" 200 5034 0.003407 10.0.0.32 - - [2024-09-05 02:32:23] "POST /id-to-fqname HTTP/1.1" 200 222 0.001436 10.0.0.32 - - [2024-09-05 02:32:23] "POST /neutron/network HTTP/1.1" 200 940 0.005677 10.0.0.32 - - [2024-09-05 02:32:23] "GET /aaa-mode HTTP/1.1" 401 292 0.000410 10.0.0.32 - - [2024-09-05 02:32:23] "GET / HTTP/1.1" 200 35931 0.002200 10.0.0.32 - - [2024-09-05 02:32:23] "GET /project/c2007eab-33d1-4d27-9f6c-872fb368d59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000483 10.0.0.32 - - [2024-09-05 02:32:23] "GET /projects?obj_uuids=c2007eab-33d1-4d27-9f6c-872fb368d59d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001183 10.0.0.32 - - [2024-09-05 02:32:23] "GET /project/c2007eab-33d1-4d27-9f6c-872fb368d59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.047564 10.0.0.32 - - [2024-09-05 02:32:23] "POST /neutron/network HTTP/1.1" 200 930 0.005469 10.0.0.32 - - [2024-09-05 02:32:24] "POST /neutron/port HTTP/1.1" 200 117 0.005371 10.0.0.32 - - [2024-09-05 02:32:24] "POST /neutron/port HTTP/1.1" 200 117 0.004855 10.0.0.32 - - [2024-09-05 02:32:24] "POST /id-to-fqname HTTP/1.1" 200 222 0.001342 10.0.0.32 - - [2024-09-05 02:32:24] "POST /neutron/port HTTP/1.1" 200 117 0.005555 10.0.0.32 - - [2024-09-05 02:32:24] "POST /neutron/network HTTP/1.1" 200 937 0.005871 10.0.0.32 - - [2024-09-05 02:32:24] "GET /aaa-mode HTTP/1.1" 401 292 0.000436 10.0.0.32 - - [2024-09-05 02:32:24] "POST /neutron/network HTTP/1.1" 200 940 0.005787 10.0.0.32 - - [2024-09-05 02:32:24] "GET /projects?obj_uuids=c2007eab-33d1-4d27-9f6c-872fb368d59d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001188 10.0.0.32 - - [2024-09-05 02:32:24] "GET / HTTP/1.1" 200 35931 0.002718 10.0.0.32 - - [2024-09-05 02:32:24] "GET /project/c2007eab-33d1-4d27-9f6c-872fb368d59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000583 10.0.0.32 - - [2024-09-05 02:32:24] "POST /neutron/port HTTP/1.1" 200 1064 0.250243 10.0.0.32 - - [2024-09-05 02:32:24] "POST /neutron/port HTTP/1.1" 200 1064 0.009753 10.0.0.32 - - [2024-09-05 02:32:24] "POST /neutron/port HTTP/1.1" 200 1064 0.009440 10.0.0.32 - - [2024-09-05 02:32:24] "POST /neutron/port HTTP/1.1" 200 1118 0.060651 10.0.0.32 - - [2024-09-05 02:32:24] "POST /neutron/port HTTP/1.1" 200 1092 0.017454 10.0.0.32 - - [2024-09-05 02:32:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002835 10.0.0.32 - - [2024-09-05 02:32:24] "POST /neutron/subnet HTTP/1.1" 200 708 0.014019 10.0.0.32 - - [2024-09-05 02:32:24] "POST /neutron/port HTTP/1.1" 200 117 0.001286 10.0.0.32 - - [2024-09-05 02:32:24] "POST /neutron/network HTTP/1.1" 200 930 0.005742 10.0.0.32 - - [2024-09-05 02:32:24] "GET /projects?obj_uuids=c2007eab-33d1-4d27-9f6c-872fb368d59d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001203 10.0.0.32 - - [2024-09-05 02:32:25] "GET /project/c2007eab-33d1-4d27-9f6c-872fb368d59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.054754 10.0.0.32 - - [2024-09-05 02:32:25] "POST /neutron/network HTTP/1.1" 200 927 0.005612 10.0.0.32 - - [2024-09-05 02:32:25] "POST /neutron/port HTTP/1.1" 200 1092 0.034797 10.0.0.32 - - [2024-09-05 02:32:25] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008569 10.0.0.32 - - [2024-09-05 02:32:25] "POST /neutron/port HTTP/1.1" 200 117 0.004928 10.0.0.32 - - [2024-09-05 02:32:25] "POST /neutron/port HTTP/1.1" 200 1092 0.024121 10.0.0.32 - - [2024-09-05 02:32:25] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007306 10.0.0.32 - - [2024-09-05 02:32:25] "POST /neutron/network HTTP/1.1" 200 937 0.006629 10.0.0.32 - - [2024-09-05 02:32:25] "GET /projects?obj_uuids=c2007eab-33d1-4d27-9f6c-872fb368d59d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001203 10.0.0.32 - - [2024-09-05 02:32:25] "PUT /access-control-list/e5c30f16-3a1b-43ed-aa88-af198014239e HTTP/1.1" 200 272 0.068268 10.0.0.32 - - [2024-09-05 02:32:26] "POST /neutron/port HTTP/1.1" 200 1061 0.319975 10.0.0.32 - - [2024-09-05 02:32:26] "POST /neutron/port HTTP/1.1" 200 1061 0.013520 10.0.0.32 - - [2024-09-05 02:32:26] "POST /neutron/port HTTP/1.1" 200 1061 0.007873 10.0.0.32 - - [2024-09-05 02:32:26] "POST /neutron/port HTTP/1.1" 200 1115 0.081128 10.0.0.32 - - [2024-09-05 02:32:26] "POST /neutron/port HTTP/1.1" 200 1089 0.017965 10.0.0.32 - - [2024-09-05 02:32:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003809 10.0.0.32 - - [2024-09-05 02:32:26] "POST /neutron/subnet HTTP/1.1" 200 693 0.012936 10.0.0.32 - - [2024-09-05 02:32:26] "POST /neutron/port HTTP/1.1" 200 117 0.001323 10.0.0.32 - - [2024-09-05 02:32:26] "POST /neutron/network HTTP/1.1" 200 927 0.005376 10.0.0.32 - - [2024-09-05 02:32:30] "POST /neutron/port HTTP/1.1" 200 1092 0.015239 10.0.0.32 - - [2024-09-05 02:32:30] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007704 10.0.0.32 - - [2024-09-05 02:32:30] "POST /neutron/port HTTP/1.1" 200 1092 0.016665 10.0.0.32 - - [2024-09-05 02:32:30] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006621 10.0.0.32 - - [2024-09-05 02:32:30] "POST /neutron/port HTTP/1.1" 200 1092 0.014402 10.0.0.32 - - [2024-09-05 02:32:30] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006111 10.0.0.32 - - [2024-09-05 02:32:30] "GET /virtual-machine/c267f043-9734-4da5-a6ec-43e8165038ce HTTP/1.1" 200 1295 0.003970 10.0.0.32 - - [2024-09-05 02:32:30] "GET /virtual-machine-interface/b3151226-5131-45c1-9172-661f5aa4ab42 HTTP/1.1" 200 2952 0.002934 10.0.0.32 - - [2024-09-05 02:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.32 - - [2024-09-05 02:32:30] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002833 10.0.0.32 - - [2024-09-05 02:32:30] "GET /virtual-networks?parent_id=c2007eab-33d1-4d27-9f6c-872fb368d59d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002999 10.0.0.32 - - [2024-09-05 02:32:30] "GET /virtual-network/f776a829-3498-4ee8-93e0-2ffb1e93d4a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.003256 10.0.0.32 - - [2024-09-05 02:32:33] "POST /neutron/port HTTP/1.1" 200 1092 0.014540 10.0.0.32 - - [2024-09-05 02:32:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005605 10.0.0.32 - - [2024-09-05 02:32:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.32 - - [2024-09-05 02:32:33] "GET /virtual-network/f776a829-3498-4ee8-93e0-2ffb1e93d4a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.002956 10.0.0.32 - - [2024-09-05 02:32:34] "POST /neutron/port HTTP/1.1" 200 1089 0.015737 10.0.0.32 - - [2024-09-05 02:32:34] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005299 10.0.0.32 - - [2024-09-05 02:32:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.32 - - [2024-09-05 02:32:36] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002949 10.0.0.32 - - [2024-09-05 02:32:36] "GET /virtual-networks?parent_id=c2007eab-33d1-4d27-9f6c-872fb368d59d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003374 10.0.0.32 - - [2024-09-05 02:32:36] "GET /virtual-network/f776a829-3498-4ee8-93e0-2ffb1e93d4a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.003580 10.0.0.32 - - [2024-09-05 02:32:36] "POST /neutron/port HTTP/1.1" 200 1089 0.014486 10.0.0.32 - - [2024-09-05 02:32:36] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006100 10.0.0.32 - - [2024-09-05 02:32:36] "POST /neutron/port HTTP/1.1" 200 1089 0.014399 10.0.0.32 - - [2024-09-05 02:32:36] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005957 10.0.0.32 - - [2024-09-05 02:32:36] "POST /neutron/port HTTP/1.1" 200 1089 0.016035 10.0.0.32 - - [2024-09-05 02:32:36] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006823 10.0.0.32 - - [2024-09-05 02:32:36] "GET /virtual-machine/6e379c21-224d-44bc-80ca-148a8a4e47e6 HTTP/1.1" 200 1293 0.004115 10.0.0.32 - - [2024-09-05 02:32:36] "GET /virtual-machine-interface/cadee645-93f9-45fa-9673-b972d05ad3b4 HTTP/1.1" 200 2952 0.002440 10.0.0.32 - - [2024-09-05 02:32:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.32 - - [2024-09-05 02:32:36] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003361 10.0.0.32 - - [2024-09-05 02:32:36] "GET /virtual-networks?parent_id=c2007eab-33d1-4d27-9f6c-872fb368d59d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003450 10.0.0.32 - - [2024-09-05 02:32:36] "GET /virtual-network/69650257-2adf-4627-98c1-1514900ff5ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.003645 10.0.0.32 - - [2024-09-05 02:32:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.32 - - [2024-09-05 02:32:37] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002649 10.0.0.32 - - [2024-09-05 02:32:37] "GET /virtual-networks?parent_id=c2007eab-33d1-4d27-9f6c-872fb368d59d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003203 10.0.0.32 - - [2024-09-05 02:32:37] "GET /virtual-network/69650257-2adf-4627-98c1-1514900ff5ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.003553 10.0.0.32 - - [2024-09-05 02:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.32 - - [2024-09-05 02:32:42] "GET /projects?obj_uuids=c2007eab-33d1-4d27-9f6c-872fb368d59d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001109 10.0.0.32 - - [2024-09-05 02:32:42] "GET /project/c2007eab-33d1-4d27-9f6c-872fb368d59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.022578 10.0.0.32 - - [2024-09-05 02:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.32 - - [2024-09-05 02:32:42] "PUT /network-policy/75fd833d-d4f6-4d0c-9343-632bf8ab2d6d HTTP/1.1" 200 262 0.010912 10.0.0.32 - - [2024-09-05 02:32:42] "PUT /access-control-list/e5c30f16-3a1b-43ed-aa88-af198014239e HTTP/1.1" 200 272 0.055670 10.0.0.32 - - [2024-09-05 02:32:42] "POST /ref-update HTTP/1.1" 200 156 0.013907 10.0.0.32 - - [2024-09-05 02:32:42] "PUT /access-control-list/fce20838-985c-4061-a7d2-66dfd6b09308 HTTP/1.1" 200 272 0.055705 10.0.0.32 - - [2024-09-05 02:32:42] "POST /ref-update HTTP/1.1" 200 156 0.013395 10.0.0.32 - - [2024-09-05 02:32:45] "GET /virtual-network/69650257-2adf-4627-98c1-1514900ff5ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.003310 10.0.0.32 - - [2024-09-05 02:32:45] "POST /neutron/network HTTP/1.1" 200 927 0.007128 10.0.0.32 - - [2024-09-05 02:32:45] "POST /neutron/network HTTP/1.1" 200 825 0.043230 10.0.0.32 - - [2024-09-05 02:32:45] "POST /neutron/network HTTP/1.1" 200 825 0.021841 10.0.0.32 - - [2024-09-05 02:32:45] "DELETE /access-control-list/e5c30f16-3a1b-43ed-aa88-af198014239e HTTP/1.1" 200 115 0.051578 10.0.0.32 - - [2024-09-05 02:32:45] "GET /virtual-network/69650257-2adf-4627-98c1-1514900ff5ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004437 10.0.0.32 - - [2024-09-05 02:32:45] "GET /virtual-network/f776a829-3498-4ee8-93e0-2ffb1e93d4a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.003490 10.0.0.32 - - [2024-09-05 02:32:45] "POST /neutron/network HTTP/1.1" 200 930 0.006649 10.0.0.32 - - [2024-09-05 02:32:45] "POST /neutron/network HTTP/1.1" 200 828 0.064526 10.0.0.32 - - [2024-09-05 02:32:45] "POST /neutron/network HTTP/1.1" 200 828 0.006831 10.0.0.32 - - [2024-09-05 02:32:45] "GET /virtual-network/f776a829-3498-4ee8-93e0-2ffb1e93d4a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004389 10.0.0.32 - - [2024-09-05 02:32:45] "DELETE /network-policy/75fd833d-d4f6-4d0c-9343-632bf8ab2d6d HTTP/1.1" 200 115 0.028050 10.0.0.32 - - [2024-09-05 02:32:45] "POST /neutron/network HTTP/1.1" 200 825 0.008705 10.0.0.32 - - [2024-09-05 02:32:45] "POST /neutron/network HTTP/1.1" 400 204 0.020031 10.0.0.32 - - [2024-09-05 02:32:46] "POST /neutron/port HTTP/1.1" 200 1089 0.027201 10.0.0.32 - - [2024-09-05 02:32:46] "POST /neutron/port HTTP/1.1" 200 1115 0.009329 10.0.0.32 - - [2024-09-05 02:32:46] "POST /neutron/port HTTP/1.1" 200 1092 0.021741 10.0.0.32 - - [2024-09-05 02:32:46] "POST /neutron/port HTTP/1.1" 200 1118 0.014858 10.0.0.32 - - [2024-09-05 02:32:46] "POST /neutron/port HTTP/1.1" 200 151 0.140892 10.0.0.32 - - [2024-09-05 02:32:46] "DELETE /access-control-list/fce20838-985c-4061-a7d2-66dfd6b09308 HTTP/1.1" 200 115 0.037819 10.0.0.32 - - [2024-09-05 02:32:46] "POST /neutron/port HTTP/1.1" 200 151 0.163976 10.0.0.32 - - [2024-09-05 02:32:47] "POST /neutron/network HTTP/1.1" 200 825 0.006435 10.0.0.32 - - [2024-09-05 02:32:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001395 10.0.0.32 - - [2024-09-05 02:32:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001207 10.0.0.32 - - [2024-09-05 02:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006504 10.0.0.32 - - [2024-09-05 02:32:48] "POST /neutron/network HTTP/1.1" 200 151 0.098330 10.0.0.32 - - [2024-09-05 02:32:48] "GET /routing-instance/19cbde65-9cb9-4492-8cb8-1cc8126067d6 HTTP/1.1" 404 171 0.002942 10.0.0.32 - - [2024-09-05 02:32:48] "GET /domains HTTP/1.1" 200 280 0.004322 10.0.0.32 - - [2024-09-05 02:32:48] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001132 10.0.0.32 - - [2024-09-05 02:32:48] "DELETE /route-target/510d7d65-760f-42f3-a622-97f21afebb52 HTTP/1.1" 200 115 0.025330 10.0.0.32 - - [2024-09-05 02:32:48] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0 HTTP/1.1" 200 2768 0.053293 10.0.0.32 - - [2024-09-05 02:32:48] "GET /projects?obj_uuids=c2007eab-33d1-4d27-9f6c-872fb368d59d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001146 10.0.0.32 - - [2024-09-05 02:32:48] "GET /project/c2007eab-33d1-4d27-9f6c-872fb368d59d HTTP/1.1" 200 2104 0.063964 10.0.0.32 - - [2024-09-05 02:32:48] "POST /neutron/network HTTP/1.1" 200 828 0.005881 10.0.0.32 - - [2024-09-05 02:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004532 10.0.0.32 - - [2024-09-05 02:32:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001176 10.0.0.32 - - [2024-09-05 02:32:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001648 10.0.0.32 - - [2024-09-05 02:32:48] "POST /neutron/network HTTP/1.1" 200 151 0.105765 10.0.0.32 - - [2024-09-05 02:32:48] "GET /routing-instance/124700b8-67d5-4f62-b831-2540963c087e HTTP/1.1" 404 171 0.006481 10.0.0.32 - - [2024-09-05 02:32:48] "DELETE /route-target/9f3b3c47-efec-43b3-a2cd-bc1217db9aae HTTP/1.1" 200 115 0.026124 10.0.0.32 - - [2024-09-05 02:32:48] "GET /domains HTTP/1.1" 200 280 0.002104 10.0.0.32 - - [2024-09-05 02:32:48] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001025 10.0.0.32 - - [2024-09-05 02:32:48] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0 HTTP/1.1" 200 2768 0.054497 10.0.0.32 - - [2024-09-05 02:32:48] "GET /projects?obj_uuids=c2007eab-33d1-4d27-9f6c-872fb368d59d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001204 10.0.0.32 - - [2024-09-05 02:32:48] "GET /project/c2007eab-33d1-4d27-9f6c-872fb368d59d HTTP/1.1" 200 1865 0.066232 10.0.0.32 - - [2024-09-05 02:32:48] "GET /projects?obj_uuids=c2007eab-33d1-4d27-9f6c-872fb368d59d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001184 10.0.0.32 - - [2024-09-05 02:32:48] "GET /project/c2007eab-33d1-4d27-9f6c-872fb368d59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.023183 10.0.0.32 - - [2024-09-05 02:32:48] "GET /projects?obj_uuids=c2007eab-33d1-4d27-9f6c-872fb368d59d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001116 10.0.0.32 - - [2024-09-05 02:32:48] "GET /project/c2007eab-33d1-4d27-9f6c-872fb368d59d?fields=virtual_networks HTTP/1.1" 200 1037 0.065496 10.0.0.32 - - [2024-09-05 02:32:48] "GET /projects?obj_uuids=c2007eab-33d1-4d27-9f6c-872fb368d59d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001362 10.0.0.32 - - [2024-09-05 02:32:48] "GET /project/c2007eab-33d1-4d27-9f6c-872fb368d59d?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.021950 10.0.0.32 - - [2024-09-05 02:32:49] "GET /projects?obj_uuids=c2007eab-33d1-4d27-9f6c-872fb368d59d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001141 10.0.0.32 - - [2024-09-05 02:32:49] "GET /project/c2007eab-33d1-4d27-9f6c-872fb368d59d?fields=security_groups HTTP/1.1" 200 1265 0.022076 10.0.0.32 - - [2024-09-05 02:32:49] "POST /fqname-to-id HTTP/1.1" 404 186 0.030561 10.0.0.32 - - [2024-09-05 02:32:49] "GET /projects?obj_uuids=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002470 10.0.0.32 - - [2024-09-05 02:32:49] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001673 10.0.0.32 - - [2024-09-05 02:32:49] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007396 10.0.0.32 - - [2024-09-05 02:32:50] "POST /id-to-fqname HTTP/1.1" 200 188 0.001733 10.0.0.32 - - [2024-09-05 02:32:50] "POST /fqname-to-id HTTP/1.1" 404 197 0.003478 10.0.0.32 - - [2024-09-05 02:32:50] "POST /security-groups HTTP/1.1" 200 589 0.065638 10.0.0.32 - - [2024-09-05 02:32:50] "POST /fqname-to-id HTTP/1.1" 404 232 0.002302 10.0.0.32 - - [2024-09-05 02:32:50] "POST /projects HTTP/1.1" 200 581 0.217294 10.0.0.32 - - [2024-09-05 02:32:50] "POST /access-control-lists HTTP/1.1" 200 594 0.056293 10.0.0.32 - - [2024-09-05 02:32:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.291256 10.0.0.32 - - [2024-09-05 02:32:50] "POST /fqname-to-id HTTP/1.1" 404 231 0.002771 10.0.0.32 - - [2024-09-05 02:32:50] "GET /project/db8c3b89-c9d8-4b87-99c2-5c7a14c9c435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.416010 10.0.0.32 - - [2024-09-05 02:32:50] "POST /access-control-lists HTTP/1.1" 200 592 0.064118 10.0.0.32 - - [2024-09-05 02:32:51] "GET / HTTP/1.1" 200 35931 0.002473 10.0.0.32 - - [2024-09-05 02:32:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000538 10.0.0.32 - - [2024-09-05 02:32:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.056129 10.0.0.32 - - [2024-09-05 02:32:52] "GET /projects?obj_uuids=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001091 10.0.0.32 - - [2024-09-05 02:32:52] "GET /project/db8c3b89-c9d8-4b87-99c2-5c7a14c9c435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.019209 10.0.0.32 - - [2024-09-05 02:32:52] "POST /neutron/network HTTP/1.1" 200 117 0.030649 10.0.0.32 - - [2024-09-05 02:32:52] "GET /projects?obj_uuids=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001532 10.0.0.32 - - [2024-09-05 02:32:52] "POST /neutron/network HTTP/1.1" 200 613 0.059110 10.0.0.32 - - [2024-09-05 02:32:52] "POST /route-targets HTTP/1.1" 200 327 0.010970 10.0.0.32 - - [2024-09-05 02:32:52] "POST /ref-update HTTP/1.1" 200 156 0.010337 10.0.0.32 - - [2024-09-05 02:32:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002902 10.0.0.32 - - [2024-09-05 02:32:52] "POST /neutron/subnet HTTP/1.1" 200 715 0.169032 10.0.0.32 - - [2024-09-05 02:32:52] "POST /neutron/network HTTP/1.1" 200 830 0.005342 10.0.0.32 - - [2024-09-05 02:32:52] "POST /id-to-fqname HTTP/1.1" 200 223 0.001268 10.0.0.32 - - [2024-09-05 02:32:52] "GET /virtual-network/f471846d-27e0-46f3-9f8d-e168c8361281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.002419 10.0.0.32 - - [2024-09-05 02:32:52] "POST /neutron/network HTTP/1.1" 200 830 0.005988 10.0.0.32 - - [2024-09-05 02:32:52] "GET /virtual-network/f471846d-27e0-46f3-9f8d-e168c8361281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.002551 10.0.0.32 - - [2024-09-05 02:32:52] "POST /neutron/network HTTP/1.1" 200 830 0.005598 10.0.0.32 - - [2024-09-05 02:32:52] "POST /neutron/subnet HTTP/1.1" 200 715 0.006250 10.0.0.32 - - [2024-09-05 02:32:52] "GET /domains HTTP/1.1" 401 292 0.000402 10.0.0.32 - - [2024-09-05 02:32:53] "GET /domains HTTP/1.1" 200 280 0.027754 10.0.0.32 - - [2024-09-05 02:32:53] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001540 10.0.0.32 - - [2024-09-05 02:32:53] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0 HTTP/1.1" 200 2952 0.008617 10.0.0.32 - - [2024-09-05 02:32:53] "GET /projects?obj_uuids=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001124 10.0.0.32 - - [2024-09-05 02:32:53] "GET /project/db8c3b89-c9d8-4b87-99c2-5c7a14c9c435 HTTP/1.1" 200 2081 0.066060 10.0.0.32 - - [2024-09-05 02:32:53] "GET /virtual-network/f471846d-27e0-46f3-9f8d-e168c8361281 HTTP/1.1" 200 2313 0.004406 10.0.0.32 - - [2024-09-05 02:32:53] "GET /virtual-network/f471846d-27e0-46f3-9f8d-e168c8361281 HTTP/1.1" 200 2313 0.003138 10.0.0.32 - - [2024-09-05 02:32:53] "GET /routing-instance/4bff4e1e-906e-45b6-af98-0699cda5c4bb HTTP/1.1" 200 1493 0.003007 10.0.0.32 - - [2024-09-05 02:32:53] "GET /routing-instance/4bff4e1e-906e-45b6-af98-0699cda5c4bb HTTP/1.1" 200 1493 0.002863 10.0.0.32 - - [2024-09-05 02:32:53] "GET /route-target/cf35b9be-b22e-4c9c-bf16-fe328e6fce73 HTTP/1.1" 200 1213 0.002609 10.0.0.32 - - [2024-09-05 02:32:53] "GET /virtual-network/f471846d-27e0-46f3-9f8d-e168c8361281 HTTP/1.1" 200 2313 0.002818 10.0.0.32 - - [2024-09-05 02:32:53] "GET /routing-instance/4bff4e1e-906e-45b6-af98-0699cda5c4bb HTTP/1.1" 200 1493 0.002271 10.0.0.32 - - [2024-09-05 02:32:53] "GET /virtual-network/f471846d-27e0-46f3-9f8d-e168c8361281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.002450 10.0.0.32 - - [2024-09-05 02:32:53] "GET /virtual-network/f471846d-27e0-46f3-9f8d-e168c8361281 HTTP/1.1" 200 2313 0.002486 10.0.0.32 - - [2024-09-05 02:32:53] "GET /routing-instance/4bff4e1e-906e-45b6-af98-0699cda5c4bb HTTP/1.1" 200 1493 0.002259 10.0.0.32 - - [2024-09-05 02:32:53] "GET /routing-instance/4bff4e1e-906e-45b6-af98-0699cda5c4bb HTTP/1.1" 200 1493 0.002226 10.0.0.32 - - [2024-09-05 02:32:53] "GET /route-target/cf35b9be-b22e-4c9c-bf16-fe328e6fce73 HTTP/1.1" 200 1213 0.002502 10.0.0.32 - - [2024-09-05 02:32:53] "GET /domains HTTP/1.1" 200 280 0.002796 10.0.0.32 - - [2024-09-05 02:32:53] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001164 10.0.0.32 - - [2024-09-05 02:32:53] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0 HTTP/1.1" 200 2952 0.007595 10.0.0.32 - - [2024-09-05 02:32:53] "GET /projects?obj_uuids=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001097 10.0.0.32 - - [2024-09-05 02:32:53] "GET /project/db8c3b89-c9d8-4b87-99c2-5c7a14c9c435 HTTP/1.1" 200 2081 0.062246 10.0.0.32 - - [2024-09-05 02:32:53] "GET /virtual-network/f471846d-27e0-46f3-9f8d-e168c8361281 HTTP/1.1" 200 2313 0.003232 10.0.0.32 - - [2024-09-05 02:32:53] "GET /obj-perms HTTP/1.1" 200 5026 0.058049 10.0.0.32 - - [2024-09-05 02:32:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.32 - - [2024-09-05 02:32:53] "GET /projects?obj_uuids=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001556 10.0.0.32 - - [2024-09-05 02:32:53] "GET /project/db8c3b89-c9d8-4b87-99c2-5c7a14c9c435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.019150 10.0.0.32 - - [2024-09-05 02:32:53] "POST /neutron/network HTTP/1.1" 200 117 0.008818 10.0.0.32 - - [2024-09-05 02:32:53] "GET /projects?obj_uuids=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001205 10.0.0.32 - - [2024-09-05 02:32:53] "POST /neutron/network HTTP/1.1" 200 613 0.059287 10.0.0.32 - - [2024-09-05 02:32:54] "POST /route-targets HTTP/1.1" 200 327 0.014450 10.0.0.32 - - [2024-09-05 02:32:54] "POST /ref-update HTTP/1.1" 200 156 0.010296 10.0.0.32 - - [2024-09-05 02:32:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002235 10.0.0.32 - - [2024-09-05 02:32:54] "POST /neutron/subnet HTTP/1.1" 200 719 0.141087 10.0.0.32 - - [2024-09-05 02:32:54] "POST /neutron/network HTTP/1.1" 200 831 0.005142 10.0.0.32 - - [2024-09-05 02:32:54] "POST /id-to-fqname HTTP/1.1" 200 223 0.001177 10.0.0.32 - - [2024-09-05 02:32:54] "GET /virtual-network/4eb39ef7-4df4-47c5-ad7b-6fb8e883843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.002455 10.0.0.32 - - [2024-09-05 02:32:54] "POST /neutron/network HTTP/1.1" 200 831 0.005725 10.0.0.32 - - [2024-09-05 02:32:54] "GET /virtual-network/4eb39ef7-4df4-47c5-ad7b-6fb8e883843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.002714 10.0.0.32 - - [2024-09-05 02:32:54] "POST /neutron/network HTTP/1.1" 200 831 0.006043 10.0.0.32 - - [2024-09-05 02:32:54] "POST /neutron/subnet HTTP/1.1" 200 719 0.006883 10.0.0.32 - - [2024-09-05 02:32:54] "GET /domains HTTP/1.1" 200 280 0.002323 10.0.0.32 - - [2024-09-05 02:32:54] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001055 10.0.0.32 - - [2024-09-05 02:32:54] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0 HTTP/1.1" 200 2952 0.006637 10.0.0.32 - - [2024-09-05 02:32:54] "GET /projects?obj_uuids=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001047 10.0.0.32 - - [2024-09-05 02:32:54] "GET /project/db8c3b89-c9d8-4b87-99c2-5c7a14c9c435 HTTP/1.1" 200 2299 0.070498 10.0.0.32 - - [2024-09-05 02:32:54] "GET /virtual-network/4eb39ef7-4df4-47c5-ad7b-6fb8e883843d HTTP/1.1" 200 2315 0.003785 10.0.0.32 - - [2024-09-05 02:32:54] "GET /virtual-network/4eb39ef7-4df4-47c5-ad7b-6fb8e883843d HTTP/1.1" 200 2315 0.002668 10.0.0.32 - - [2024-09-05 02:32:54] "GET /routing-instance/9838f10f-0020-4c6f-ba83-8114a3643ff4 HTTP/1.1" 200 1494 0.002679 10.0.0.32 - - [2024-09-05 02:32:54] "GET /routing-instance/9838f10f-0020-4c6f-ba83-8114a3643ff4 HTTP/1.1" 200 1494 0.002519 10.0.0.32 - - [2024-09-05 02:32:54] "GET /route-target/496ddb68-1315-4556-a8d8-72b13dc40436 HTTP/1.1" 200 1212 0.002761 10.0.0.32 - - [2024-09-05 02:32:54] "GET /virtual-network/4eb39ef7-4df4-47c5-ad7b-6fb8e883843d HTTP/1.1" 200 2315 0.002573 10.0.0.32 - - [2024-09-05 02:32:54] "GET /routing-instance/9838f10f-0020-4c6f-ba83-8114a3643ff4 HTTP/1.1" 200 1494 0.002713 10.0.0.32 - - [2024-09-05 02:32:54] "GET /virtual-network/4eb39ef7-4df4-47c5-ad7b-6fb8e883843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.002565 10.0.0.32 - - [2024-09-05 02:32:54] "GET /virtual-network/4eb39ef7-4df4-47c5-ad7b-6fb8e883843d HTTP/1.1" 200 2315 0.002777 10.0.0.32 - - [2024-09-05 02:32:54] "GET /routing-instance/9838f10f-0020-4c6f-ba83-8114a3643ff4 HTTP/1.1" 200 1494 0.002537 10.0.0.32 - - [2024-09-05 02:32:54] "GET /routing-instance/9838f10f-0020-4c6f-ba83-8114a3643ff4 HTTP/1.1" 200 1494 0.002377 10.0.0.32 - - [2024-09-05 02:32:54] "GET /route-target/496ddb68-1315-4556-a8d8-72b13dc40436 HTTP/1.1" 200 1212 0.002264 10.0.0.32 - - [2024-09-05 02:32:54] "GET /domains HTTP/1.1" 200 280 0.002503 10.0.0.32 - - [2024-09-05 02:32:54] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001057 10.0.0.32 - - [2024-09-05 02:32:54] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0 HTTP/1.1" 200 2952 0.006535 10.0.0.32 - - [2024-09-05 02:32:54] "GET /projects?obj_uuids=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001389 10.0.0.32 - - [2024-09-05 02:32:54] "GET /project/db8c3b89-c9d8-4b87-99c2-5c7a14c9c435 HTTP/1.1" 200 2299 0.066520 10.0.0.32 - - [2024-09-05 02:32:54] "GET /virtual-network/4eb39ef7-4df4-47c5-ad7b-6fb8e883843d HTTP/1.1" 200 2315 0.002555 10.0.0.32 - - [2024-09-05 02:32:54] "GET /obj-perms HTTP/1.1" 200 5026 0.002822 10.0.0.32 - - [2024-09-05 02:32:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002593 10.0.0.32 - - [2024-09-05 02:32:54] "GET /projects?obj_uuids=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001094 10.0.0.32 - - [2024-09-05 02:32:54] "GET /project/db8c3b89-c9d8-4b87-99c2-5c7a14c9c435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.023670 10.0.0.32 - - [2024-09-05 02:32:54] "POST /neutron/network HTTP/1.1" 200 117 0.010317 10.0.0.32 - - [2024-09-05 02:32:54] "GET /projects?obj_uuids=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001113 10.0.0.32 - - [2024-09-05 02:32:54] "POST /neutron/network HTTP/1.1" 200 615 0.064626 10.0.0.32 - - [2024-09-05 02:32:54] "POST /ref-update HTTP/1.1" 200 156 0.012638 10.0.0.32 - - [2024-09-05 02:32:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002425 10.0.0.32 - - [2024-09-05 02:32:54] "POST /neutron/subnet HTTP/1.1" 200 725 0.127785 10.0.0.32 - - [2024-09-05 02:32:54] "POST /neutron/network HTTP/1.1" 200 834 0.004741 10.0.0.32 - - [2024-09-05 02:32:54] "POST /id-to-fqname HTTP/1.1" 200 224 0.001118 10.0.0.32 - - [2024-09-05 02:32:54] "GET /virtual-network/9f9c70da-66a2-4730-9ac9-98bee9e740b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.002870 10.0.0.32 - - [2024-09-05 02:32:55] "POST /neutron/network HTTP/1.1" 200 834 0.005732 10.0.0.32 - - [2024-09-05 02:32:55] "GET /virtual-network/9f9c70da-66a2-4730-9ac9-98bee9e740b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.002769 10.0.0.32 - - [2024-09-05 02:32:55] "POST /neutron/network HTTP/1.1" 200 834 0.005745 10.0.0.32 - - [2024-09-05 02:32:55] "POST /neutron/subnet HTTP/1.1" 200 725 0.006541 10.0.0.32 - - [2024-09-05 02:32:55] "GET /domains HTTP/1.1" 200 280 0.002017 10.0.0.32 - - [2024-09-05 02:32:55] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001410 10.0.0.32 - - [2024-09-05 02:32:55] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0 HTTP/1.1" 200 2952 0.006602 10.0.0.32 - - [2024-09-05 02:32:55] "GET /projects?obj_uuids=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000984 10.0.0.32 - - [2024-09-05 02:32:55] "GET /project/db8c3b89-c9d8-4b87-99c2-5c7a14c9c435 HTTP/1.1" 200 2518 0.061599 10.0.0.32 - - [2024-09-05 02:32:55] "GET /virtual-network/9f9c70da-66a2-4730-9ac9-98bee9e740b5 HTTP/1.1" 200 2325 0.003651 10.0.0.32 - - [2024-09-05 02:32:55] "GET /virtual-network/9f9c70da-66a2-4730-9ac9-98bee9e740b5 HTTP/1.1" 200 2325 0.002389 10.0.0.32 - - [2024-09-05 02:32:55] "GET /routing-instance/83590e62-6d98-4224-8d81-9ab1c8773486 HTTP/1.1" 200 1497 0.002352 10.0.0.32 - - [2024-09-05 02:32:55] "GET /routing-instance/83590e62-6d98-4224-8d81-9ab1c8773486 HTTP/1.1" 200 1497 0.002225 10.0.0.32 - - [2024-09-05 02:32:55] "GET /route-target/70b2cb2f-6513-4506-8b05-b5084e3fb040 HTTP/1.1" 200 1214 0.002278 10.0.0.32 - - [2024-09-05 02:32:55] "GET /virtual-network/9f9c70da-66a2-4730-9ac9-98bee9e740b5 HTTP/1.1" 200 2325 0.002663 10.0.0.32 - - [2024-09-05 02:32:55] "GET /routing-instance/83590e62-6d98-4224-8d81-9ab1c8773486 HTTP/1.1" 200 1497 0.002050 10.0.0.32 - - [2024-09-05 02:32:55] "GET /virtual-network/9f9c70da-66a2-4730-9ac9-98bee9e740b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.002196 10.0.0.32 - - [2024-09-05 02:32:55] "GET /virtual-network/9f9c70da-66a2-4730-9ac9-98bee9e740b5 HTTP/1.1" 200 2325 0.002271 10.0.0.32 - - [2024-09-05 02:32:55] "GET /routing-instance/83590e62-6d98-4224-8d81-9ab1c8773486 HTTP/1.1" 200 1497 0.002159 10.0.0.32 - - [2024-09-05 02:32:55] "GET /routing-instance/83590e62-6d98-4224-8d81-9ab1c8773486 HTTP/1.1" 200 1497 0.002048 10.0.0.32 - - [2024-09-05 02:32:55] "GET /route-target/70b2cb2f-6513-4506-8b05-b5084e3fb040 HTTP/1.1" 200 1214 0.002219 10.0.0.32 - - [2024-09-05 02:32:55] "GET /domains HTTP/1.1" 200 280 0.002407 10.0.0.32 - - [2024-09-05 02:32:55] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001022 10.0.0.32 - - [2024-09-05 02:32:55] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0 HTTP/1.1" 200 2952 0.006856 10.0.0.32 - - [2024-09-05 02:32:55] "GET /projects?obj_uuids=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001032 10.0.0.32 - - [2024-09-05 02:32:55] "GET /project/db8c3b89-c9d8-4b87-99c2-5c7a14c9c435 HTTP/1.1" 200 2518 0.066992 10.0.0.32 - - [2024-09-05 02:32:55] "GET /virtual-network/9f9c70da-66a2-4730-9ac9-98bee9e740b5 HTTP/1.1" 200 2325 0.005034 10.0.0.32 - - [2024-09-05 02:32:55] "GET /obj-perms HTTP/1.1" 200 5026 0.004639 10.0.0.32 - - [2024-09-05 02:32:55] "POST /id-to-fqname HTTP/1.1" 200 223 0.001600 10.0.0.32 - - [2024-09-05 02:32:55] "POST /neutron/network HTTP/1.1" 200 841 0.006198 10.0.0.32 - - [2024-09-05 02:32:55] "GET /aaa-mode HTTP/1.1" 401 292 0.000416 10.0.0.32 - - [2024-09-05 02:32:55] "GET / HTTP/1.1" 200 35931 0.002062 10.0.0.32 - - [2024-09-05 02:32:55] "GET /project/db8c3b89-c9d8-4b87-99c2-5c7a14c9c435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000440 10.0.0.32 - - [2024-09-05 02:32:56] "GET /projects?obj_uuids=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001214 10.0.0.32 - - [2024-09-05 02:32:56] "GET /project/db8c3b89-c9d8-4b87-99c2-5c7a14c9c435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.042593 10.0.0.32 - - [2024-09-05 02:32:56] "POST /neutron/network HTTP/1.1" 200 831 0.005221 10.0.0.32 - - [2024-09-05 02:32:56] "POST /neutron/port HTTP/1.1" 200 117 0.004913 10.0.0.32 - - [2024-09-05 02:32:56] "POST /neutron/port HTTP/1.1" 200 117 0.005270 10.0.0.32 - - [2024-09-05 02:32:56] "POST /id-to-fqname HTTP/1.1" 200 224 0.001253 10.0.0.32 - - [2024-09-05 02:32:56] "POST /neutron/port HTTP/1.1" 200 117 0.006608 10.0.0.32 - - [2024-09-05 02:32:56] "POST /neutron/network HTTP/1.1" 200 844 0.005553 10.0.0.32 - - [2024-09-05 02:32:56] "GET /aaa-mode HTTP/1.1" 401 292 0.000430 10.0.0.32 - - [2024-09-05 02:32:56] "POST /neutron/network HTTP/1.1" 200 841 0.005828 10.0.0.32 - - [2024-09-05 02:32:56] "GET /projects?obj_uuids=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001254 10.0.0.32 - - [2024-09-05 02:32:56] "GET / HTTP/1.1" 200 35931 0.001822 10.0.0.32 - - [2024-09-05 02:32:56] "GET /project/db8c3b89-c9d8-4b87-99c2-5c7a14c9c435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000490 10.0.0.32 - - [2024-09-05 02:32:57] "POST /neutron/port HTTP/1.1" 200 1057 0.200490 10.0.0.32 - - [2024-09-05 02:32:57] "POST /neutron/port HTTP/1.1" 200 1057 0.009989 10.0.0.32 - - [2024-09-05 02:32:57] "POST /neutron/port HTTP/1.1" 200 1057 0.009851 10.0.0.32 - - [2024-09-05 02:32:57] "POST /neutron/port HTTP/1.1" 200 1111 0.079782 10.0.0.32 - - [2024-09-05 02:32:57] "POST /neutron/port HTTP/1.1" 200 1085 0.014294 10.0.0.32 - - [2024-09-05 02:32:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005974 10.0.0.32 - - [2024-09-05 02:32:57] "GET /projects?obj_uuids=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001407 10.0.0.32 - - [2024-09-05 02:32:57] "POST /neutron/subnet HTTP/1.1" 200 693 0.015346 10.0.0.32 - - [2024-09-05 02:32:57] "GET /project/db8c3b89-c9d8-4b87-99c2-5c7a14c9c435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.045960 10.0.0.32 - - [2024-09-05 02:32:57] "POST /neutron/port HTTP/1.1" 200 117 0.001172 10.0.0.32 - - [2024-09-05 02:32:57] "POST /neutron/network HTTP/1.1" 200 834 0.005185 10.0.0.32 - - [2024-09-05 02:32:57] "POST /neutron/network HTTP/1.1" 200 831 0.004718 10.0.0.32 - - [2024-09-05 02:32:57] "POST /neutron/port HTTP/1.1" 200 1085 0.018584 10.0.0.32 - - [2024-09-05 02:32:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006712 10.0.0.32 - - [2024-09-05 02:32:57] "POST /neutron/port HTTP/1.1" 200 117 0.006379 10.0.0.32 - - [2024-09-05 02:32:57] "POST /fqname-to-id HTTP/1.1" 404 193 0.003331 10.0.0.32 - - [2024-09-05 02:32:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002796 10.0.0.32 - - [2024-09-05 02:32:57] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001337 10.0.0.32 - - [2024-09-05 02:32:57] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.008892 10.0.0.32 - - [2024-09-05 02:32:57] "POST /service-templates HTTP/1.1" 200 543 0.021781 10.0.0.32 - - [2024-09-05 02:32:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004332 10.0.0.32 - - [2024-09-05 02:32:57] "GET /service-template/a3fe4b76-0786-4683-a02a-a41740647e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.005803 10.0.0.32 - - [2024-09-05 02:32:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.32 - - [2024-09-05 02:32:57] "GET /service-template/a3fe4b76-0786-4683-a02a-a41740647e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.005431 10.0.0.32 - - [2024-09-05 02:32:57] "POST /neutron/network HTTP/1.1" 200 844 0.005816 10.0.0.32 - - [2024-09-05 02:32:57] "GET /projects?obj_uuids=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001173 10.0.0.32 - - [2024-09-05 02:32:57] "POST /id-to-fqname HTTP/1.1" 200 223 0.001345 10.0.0.32 - - [2024-09-05 02:32:58] "POST /id-to-fqname HTTP/1.1" 200 223 0.001550 10.0.0.32 - - [2024-09-05 02:32:58] "POST /id-to-fqname HTTP/1.1" 200 224 0.001253 10.0.0.32 - - [2024-09-05 02:32:58] "POST /neutron/port HTTP/1.1" 200 1058 0.301814 10.0.0.32 - - [2024-09-05 02:32:58] "POST /neutron/port HTTP/1.1" 200 2001 0.040832 10.0.0.32 - - [2024-09-05 02:32:58] "POST /neutron/port HTTP/1.1" 200 1058 0.012139 10.0.0.32 - - [2024-09-05 02:32:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010830 10.0.0.32 - - [2024-09-05 02:32:58] "POST /neutron/port HTTP/1.1" 200 1058 0.014124 10.0.0.32 - - [2024-09-05 02:32:58] "POST /neutron/port HTTP/1.1" 200 1112 0.096176 10.0.0.32 - - [2024-09-05 02:32:58] "POST /neutron/port HTTP/1.1" 200 1086 0.015558 10.0.0.32 - - [2024-09-05 02:32:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003289 10.0.0.32 - - [2024-09-05 02:32:58] "POST /neutron/subnet HTTP/1.1" 200 699 0.013873 10.0.0.32 - - [2024-09-05 02:32:58] "POST /neutron/port HTTP/1.1" 200 117 0.001315 10.0.0.32 - - [2024-09-05 02:32:58] "POST /neutron/network HTTP/1.1" 200 834 0.005852 10.0.0.32 - - [2024-09-05 02:32:59] "POST /neutron/network HTTP/1.1" 200 2220 0.014194 10.0.0.32 - - [2024-09-05 02:32:59] "GET /aaa-mode HTTP/1.1" 401 292 0.000445 10.0.0.32 - - [2024-09-05 02:32:59] "GET / HTTP/1.1" 200 35931 0.001904 10.0.0.32 - - [2024-09-05 02:32:59] "GET /project/db8c3b89-c9d8-4b87-99c2-5c7a14c9c435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000417 10.0.0.32 - - [2024-09-05 02:32:59] "GET /projects?obj_uuids=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001218 10.0.0.32 - - [2024-09-05 02:32:59] "GET /project/db8c3b89-c9d8-4b87-99c2-5c7a14c9c435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.048475 10.0.0.32 - - [2024-09-05 02:32:59] "POST /neutron/network HTTP/1.1" 200 830 0.005627 10.0.0.32 - - [2024-09-05 02:32:59] "POST /neutron/network HTTP/1.1" 200 831 0.005381 10.0.0.32 - - [2024-09-05 02:32:59] "POST /neutron/network HTTP/1.1" 200 834 0.005080 10.0.0.32 - - [2024-09-05 02:32:59] "POST /neutron/port HTTP/1.1" 200 2055 0.026693 10.0.0.32 - - [2024-09-05 02:32:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006352 10.0.0.32 - - [2024-09-05 02:33:00] "POST /neutron/port HTTP/1.1" 200 117 0.005097 10.0.0.32 - - [2024-09-05 02:33:00] "POST /neutron/port HTTP/1.1" 200 117 0.005072 10.0.0.32 - - [2024-09-05 02:33:00] "POST /neutron/network HTTP/1.1" 200 2220 0.013343 10.0.0.32 - - [2024-09-05 02:33:00] "GET /projects?obj_uuids=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002089 10.0.0.32 - - [2024-09-05 02:33:00] "POST /neutron/port HTTP/1.1" 200 1056 0.254666 10.0.0.32 - - [2024-09-05 02:33:00] "GET /projects?obj_uuids=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001955 10.0.0.32 - - [2024-09-05 02:33:00] "POST /neutron/port HTTP/1.1" 200 1057 0.196300 10.0.0.32 - - [2024-09-05 02:33:00] "GET /projects?obj_uuids=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001114 10.0.0.32 - - [2024-09-05 02:33:01] "POST /neutron/port HTTP/1.1" 200 1058 0.183897 10.0.0.32 - - [2024-09-05 02:33:01] "POST /neutron/port HTTP/1.1" 200 1056 0.009113 10.0.0.32 - - [2024-09-05 02:33:01] "POST /neutron/port HTTP/1.1" 200 1056 0.008926 10.0.0.32 - - [2024-09-05 02:33:01] "POST /neutron/port HTTP/1.1" 200 1110 0.067996 10.0.0.32 - - [2024-09-05 02:33:01] "POST /neutron/port HTTP/1.1" 200 1057 0.015834 10.0.0.32 - - [2024-09-05 02:33:01] "POST /neutron/port HTTP/1.1" 200 1057 0.010294 10.0.0.32 - - [2024-09-05 02:33:01] "POST /neutron/port HTTP/1.1" 200 1111 0.086132 10.0.0.32 - - [2024-09-05 02:33:01] "POST /neutron/port HTTP/1.1" 200 1058 0.009815 10.0.0.32 - - [2024-09-05 02:33:01] "POST /neutron/port HTTP/1.1" 200 1058 0.008311 10.0.0.32 - - [2024-09-05 02:33:01] "POST /neutron/port HTTP/1.1" 200 1112 0.053636 10.0.0.32 - - [2024-09-05 02:33:01] "POST /neutron/port HTTP/1.1" 200 3022 0.020251 10.0.0.32 - - [2024-09-05 02:33:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003450 10.0.0.32 - - [2024-09-05 02:33:01] "POST /neutron/subnet HTTP/1.1" 200 689 0.010238 10.0.0.32 - - [2024-09-05 02:33:01] "POST /neutron/port HTTP/1.1" 200 117 0.001234 10.0.0.32 - - [2024-09-05 02:33:01] "POST /neutron/network HTTP/1.1" 200 830 0.005474 10.0.0.32 - - [2024-09-05 02:33:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002831 10.0.0.32 - - [2024-09-05 02:33:01] "POST /neutron/subnet HTTP/1.1" 200 693 0.010822 10.0.0.32 - - [2024-09-05 02:33:01] "POST /neutron/port HTTP/1.1" 200 117 0.001173 10.0.0.32 - - [2024-09-05 02:33:01] "POST /neutron/network HTTP/1.1" 200 831 0.005406 10.0.0.32 - - [2024-09-05 02:33:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003070 10.0.0.32 - - [2024-09-05 02:33:01] "POST /neutron/subnet HTTP/1.1" 200 699 0.009956 10.0.0.32 - - [2024-09-05 02:33:01] "POST /neutron/port HTTP/1.1" 200 117 0.001134 10.0.0.32 - - [2024-09-05 02:33:01] "POST /neutron/network HTTP/1.1" 200 834 0.005450 10.0.0.32 - - [2024-09-05 02:33:05] "POST /neutron/port HTTP/1.1" 200 3022 0.020926 10.0.0.32 - - [2024-09-05 02:33:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006152 10.0.0.32 - - [2024-09-05 02:33:05] "POST /neutron/port HTTP/1.1" 200 3022 0.020303 10.0.0.32 - - [2024-09-05 02:33:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006128 10.0.0.32 - - [2024-09-05 02:33:05] "POST /neutron/port HTTP/1.1" 200 3022 0.022882 10.0.0.32 - - [2024-09-05 02:33:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006153 10.0.0.32 - - [2024-09-05 02:33:05] "POST /neutron/port HTTP/1.1" 200 3022 0.020956 10.0.0.32 - - [2024-09-05 02:33:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008809 10.0.0.32 - - [2024-09-05 02:33:05] "POST /neutron/port HTTP/1.1" 200 3022 0.025685 10.0.0.32 - - [2024-09-05 02:33:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011153 10.0.0.32 - - [2024-09-05 02:33:05] "GET /virtual-machine/33ef793a-6c2d-46e4-90ad-d29db141cf9d HTTP/1.1" 200 1802 0.009894 10.0.0.32 - - [2024-09-05 02:33:05] "GET /virtual-machine-interface/4d229398-3fbb-4b2b-8a57-47e0d36d61c3 HTTP/1.1" 200 2945 0.008357 10.0.0.32 - - [2024-09-05 02:33:05] "GET /virtual-machine-interface/75a64b68-9f90-411d-9d6f-ba5299cc5fed HTTP/1.1" 200 2946 0.004505 10.0.0.32 - - [2024-09-05 02:33:05] "GET /virtual-machine-interface/df320df0-764d-4321-83da-bd9d8b8d50c3 HTTP/1.1" 200 2949 0.004416 10.0.0.32 - - [2024-09-05 02:33:05] "POST /neutron/port HTTP/1.1" 200 1085 0.019522 10.0.0.32 - - [2024-09-05 02:33:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006247 10.0.0.32 - - [2024-09-05 02:33:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002570 10.0.0.32 - - [2024-09-05 02:33:05] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003091 10.0.0.32 - - [2024-09-05 02:33:05] "GET /virtual-networks?parent_id=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003393 10.0.0.32 - - [2024-09-05 02:33:05] "GET /virtual-network/f471846d-27e0-46f3-9f8d-e168c8361281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003356 10.0.0.32 - - [2024-09-05 02:33:06] "POST /neutron/port HTTP/1.1" 200 1086 0.015080 10.0.0.32 - - [2024-09-05 02:33:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005140 10.0.0.32 - - [2024-09-05 02:33:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.32 - - [2024-09-05 02:33:08] "GET /virtual-network/f471846d-27e0-46f3-9f8d-e168c8361281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003225 10.0.0.32 - - [2024-09-05 02:33:11] "DELETE /project/db8c3b89c9d84b8799c25c7a14c9c435 HTTP/1.1" 404 173 0.012603 10.0.0.32 - - [2024-09-05 02:33:11] "DELETE /project/c2007eab33d14d279f6c872fb368d59d HTTP/1.1" 404 173 0.007986 10.0.0.32 - - [2024-09-05 02:33:11] "GET /projects?obj_uuids=c2007eab-33d1-4d27-9f6c-872fb368d59d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001025 10.0.0.32 - - [2024-09-05 02:33:11] "GET /projects?obj_uuids=b25b04f1-638b-410b-afa4-44f373377a4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000940 10.0.0.32 - - [2024-09-05 02:33:11] "GET /project/b25b04f1-638b-410b-afa4-44f373377a4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.034713 10.0.0.32 - - [2024-09-05 02:33:11] "GET /project/c2007eab-33d1-4d27-9f6c-872fb368d59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.036824 10.0.0.32 - - [2024-09-05 02:33:11] "GET /projects?obj_uuids=b25b04f1-638b-410b-afa4-44f373377a4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001028 10.0.0.32 - - [2024-09-05 02:33:11] "GET /projects?obj_uuids=c2007eab-33d1-4d27-9f6c-872fb368d59d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000976 10.0.0.32 - - [2024-09-05 02:33:11] "GET /project/b25b04f1-638b-410b-afa4-44f373377a4e?fields=security_groups HTTP/1.1" 200 1388 0.031889 10.0.0.32 - - [2024-09-05 02:33:11] "GET /project/c2007eab-33d1-4d27-9f6c-872fb368d59d?fields=security_groups HTTP/1.1" 200 1370 0.029306 10.0.0.32 - - [2024-09-05 02:33:11] "DELETE /security-group/3e73bada-fff9-4c98-8eb6-a5fcbc581aff HTTP/1.1" 200 115 0.062364 10.0.0.32 - - [2024-09-05 02:33:11] "DELETE /security-group/715b0f0f-ea4e-46ed-8741-4a49d018e3e0 HTTP/1.1" 200 115 0.067552 10.0.0.32 - - [2024-09-05 02:33:11] "GET /projects?obj_uuids=c2007eab-33d1-4d27-9f6c-872fb368d59d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001133 10.0.0.32 - - [2024-09-05 02:33:11] "DELETE /access-control-list/69a14db4-d565-4929-bc85-6db158197b4a HTTP/1.1" 200 115 0.044370 10.0.0.32 - - [2024-09-05 02:33:11] "GET /projects?obj_uuids=b25b04f1-638b-410b-afa4-44f373377a4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001089 10.0.0.32 - - [2024-09-05 02:33:11] "GET /project/c2007eab-33d1-4d27-9f6c-872fb368d59d?fields=application_policy_sets HTTP/1.1" 200 1409 0.032809 10.0.0.32 - - [2024-09-05 02:33:11] "DELETE /access-control-list/607ee017-1225-45f2-a205-32c802c85ddd HTTP/1.1" 200 115 0.030977 10.0.0.32 - - [2024-09-05 02:33:11] "GET /project/b25b04f1-638b-410b-afa4-44f373377a4e?fields=application_policy_sets HTTP/1.1" 200 1427 0.069510 10.0.0.32 - - [2024-09-05 02:33:11] "DELETE /access-control-list/5aa0d3d7-b2f0-4050-a5d3-83dd0426988c HTTP/1.1" 200 115 0.030264 10.0.0.32 - - [2024-09-05 02:33:11] "DELETE /access-control-list/80e1e2ab-bc56-4057-9571-da95fb9ed3ae HTTP/1.1" 200 115 0.031257 10.0.0.32 - - [2024-09-05 02:33:11] "DELETE /project/c2007eab-33d1-4d27-9f6c-872fb368d59d HTTP/1.1" 200 115 0.368573 10.0.0.32 - - [2024-09-05 02:33:11] "DELETE /project/b25b04f1-638b-410b-afa4-44f373377a4e HTTP/1.1" 200 115 0.392219 10.0.0.32 - - [2024-09-05 02:33:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.32 - - [2024-09-05 02:33:13] "GET /virtual-network/f471846d-27e0-46f3-9f8d-e168c8361281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.002501 10.0.0.32 - - [2024-09-05 02:33:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.32 - - [2024-09-05 02:33:17] "GET /virtual-network/f471846d-27e0-46f3-9f8d-e168c8361281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.002711 10.0.0.32 - - [2024-09-05 02:33:17] "GET /obj-perms HTTP/1.1" 200 5056 0.047836 10.0.0.32 - - [2024-09-05 02:33:17] "GET /obj-perms HTTP/1.1" 200 5056 0.045268 10.0.0.32 - - [2024-09-05 02:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.32 - - [2024-09-05 02:33:21] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002740 10.0.0.32 - - [2024-09-05 02:33:21] "GET /virtual-networks?parent_id=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003030 10.0.0.32 - - [2024-09-05 02:33:21] "GET /virtual-network/f471846d-27e0-46f3-9f8d-e168c8361281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003298 10.0.0.32 - - [2024-09-05 02:33:21] "POST /neutron/port HTTP/1.1" 200 3022 0.018510 10.0.0.32 - - [2024-09-05 02:33:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005702 10.0.0.32 - - [2024-09-05 02:33:26] "POST /neutron/port HTTP/1.1" 200 3022 0.020230 10.0.0.32 - - [2024-09-05 02:33:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006412 10.0.0.32 - - [2024-09-05 02:33:31] "POST /neutron/port HTTP/1.1" 200 3022 0.020024 10.0.0.32 - - [2024-09-05 02:33:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005427 10.0.0.32 - - [2024-09-05 02:33:31] "POST /neutron/port HTTP/1.1" 200 3022 0.019864 10.0.0.32 - - [2024-09-05 02:33:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006487 10.0.0.32 - - [2024-09-05 02:33:36] "POST /neutron/port HTTP/1.1" 200 3022 0.018431 10.0.0.32 - - [2024-09-05 02:33:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006524 10.0.0.32 - - [2024-09-05 02:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.32 - - [2024-09-05 02:33:42] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002570 10.0.0.32 - - [2024-09-05 02:33:42] "GET /virtual-networks?parent_id=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003019 10.0.0.32 - - [2024-09-05 02:33:42] "GET /virtual-network/4eb39ef7-4df4-47c5-ad7b-6fb8e883843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003304 10.0.0.32 - - [2024-09-05 02:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.32 - - [2024-09-05 02:33:42] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002517 10.0.0.32 - - [2024-09-05 02:33:42] "GET /virtual-networks?parent_id=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002847 10.0.0.32 - - [2024-09-05 02:33:42] "GET /virtual-network/9f9c70da-66a2-4730-9ac9-98bee9e740b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.003481 10.0.0.32 - - [2024-09-05 02:33:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.002859 10.0.0.32 - - [2024-09-05 02:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002367 10.0.0.32 - - [2024-09-05 02:33:42] "GET /projects?obj_uuids=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001163 10.0.0.32 - - [2024-09-05 02:33:42] "GET /project/db8c3b89-c9d8-4b87-99c2-5c7a14c9c435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.021525 10.0.0.32 - - [2024-09-05 02:33:42] "POST /service-instances HTTP/1.1" 200 543 0.060312 10.0.0.32 - - [2024-09-05 02:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.32 - - [2024-09-05 02:33:43] "GET /service-instance/54c2914b-6c81-4a6b-954b-6b87add25c42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.005402 10.0.0.32 - - [2024-09-05 02:33:43] "POST /port-tuples HTTP/1.1" 200 586 0.023796 10.0.0.32 - - [2024-09-05 02:33:43] "GET /virtual-machine-interface/75a64b68-9f90-411d-9d6f-ba5299cc5fed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.003475 10.0.0.32 - - [2024-09-05 02:33:43] "PUT /virtual-machine-interface/75a64b68-9f90-411d-9d6f-ba5299cc5fed HTTP/1.1" 200 284 0.022022 10.0.0.32 - - [2024-09-05 02:33:43] "POST /ref-update HTTP/1.1" 200 156 0.009739 10.0.0.32 - - [2024-09-05 02:33:43] "POST /instance-ips HTTP/1.1" 200 385 0.029169 10.0.0.32 - - [2024-09-05 02:33:43] "GET /virtual-machine-interface/4d229398-3fbb-4b2b-8a57-47e0d36d61c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.004345 10.0.0.32 - - [2024-09-05 02:33:43] "POST /ref-update HTTP/1.1" 200 156 0.013512 10.0.0.32 - - [2024-09-05 02:33:43] "PUT /virtual-machine-interface/4d229398-3fbb-4b2b-8a57-47e0d36d61c3 HTTP/1.1" 200 284 0.012775 10.0.0.32 - - [2024-09-05 02:33:43] "POST /ref-update HTTP/1.1" 200 156 0.009135 10.0.0.32 - - [2024-09-05 02:33:43] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003280 10.0.0.32 - - [2024-09-05 02:33:43] "POST /ref-update HTTP/1.1" 200 156 0.011692 10.0.0.32 - - [2024-09-05 02:33:43] "GET /virtual-machine-interface/df320df0-764d-4321-83da-bd9d8b8d50c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2728 0.004133 10.0.0.32 - - [2024-09-05 02:33:43] "POST /instance-ips HTTP/1.1" 200 385 0.024657 10.0.0.32 - - [2024-09-05 02:33:43] "PUT /virtual-machine-interface/df320df0-764d-4321-83da-bd9d8b8d50c3 HTTP/1.1" 200 284 0.010369 10.0.0.32 - - [2024-09-05 02:33:43] "POST /ref-update HTTP/1.1" 200 156 0.008155 10.0.0.32 - - [2024-09-05 02:33:43] "POST /ref-update HTTP/1.1" 200 156 0.011693 10.0.0.32 - - [2024-09-05 02:33:43] "POST /ref-update HTTP/1.1" 200 156 0.007800 10.0.0.32 - - [2024-09-05 02:33:43] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003081 10.0.0.32 - - [2024-09-05 02:33:43] "POST /neutron/port HTTP/1.1" 200 1085 0.016458 10.0.0.32 - - [2024-09-05 02:33:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006004 10.0.0.32 - - [2024-09-05 02:33:43] "POST /instance-ips HTTP/1.1" 200 373 0.027038 10.0.0.32 - - [2024-09-05 02:33:43] "POST /neutron/port HTTP/1.1" 200 1085 0.013910 10.0.0.32 - - [2024-09-05 02:33:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005758 10.0.0.32 - - [2024-09-05 02:33:43] "POST /ref-update HTTP/1.1" 200 156 0.008424 10.0.0.32 - - [2024-09-05 02:33:43] "POST /neutron/port HTTP/1.1" 200 1085 0.015109 10.0.0.32 - - [2024-09-05 02:33:43] "POST /ref-update HTTP/1.1" 200 156 0.008171 10.0.0.32 - - [2024-09-05 02:33:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009234 10.0.0.32 - - [2024-09-05 02:33:43] "GET /virtual-machine/9fa591c6-4525-44fb-974f-8ecc02c082e7 HTTP/1.1" 200 1291 0.003627 10.0.0.32 - - [2024-09-05 02:33:43] "GET /virtual-machine-interface/8a097b58-1256-4ea5-996f-458d51eb8614 HTTP/1.1" 200 2946 0.002726 10.0.0.32 - - [2024-09-05 02:33:43] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003258 10.0.0.32 - - [2024-09-05 02:33:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002464 10.0.0.32 - - [2024-09-05 02:33:43] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002445 10.0.0.32 - - [2024-09-05 02:33:43] "GET /virtual-networks?parent_id=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003508 10.0.0.32 - - [2024-09-05 02:33:43] "POST /instance-ips HTTP/1.1" 200 373 0.017421 10.0.0.32 - - [2024-09-05 02:33:44] "GET /virtual-network/4eb39ef7-4df4-47c5-ad7b-6fb8e883843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003215 10.0.0.32 - - [2024-09-05 02:33:44] "POST /ref-update HTTP/1.1" 200 156 0.007674 10.0.0.32 - - [2024-09-05 02:33:44] "POST /ref-update HTTP/1.1" 200 156 0.007744 10.0.0.32 - - [2024-09-05 02:33:44] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003078 10.0.0.32 - - [2024-09-05 02:33:44] "POST /instance-ips HTTP/1.1" 200 375 0.016378 10.0.0.32 - - [2024-09-05 02:33:44] "POST /ref-update HTTP/1.1" 200 156 0.008996 10.0.0.32 - - [2024-09-05 02:33:44] "POST /ref-update HTTP/1.1" 200 156 0.008332 10.0.0.32 - - [2024-09-05 02:33:44] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002970 10.0.0.32 - - [2024-09-05 02:33:44] "POST /instance-ips HTTP/1.1" 200 375 0.016394 10.0.0.32 - - [2024-09-05 02:33:44] "POST /ref-update HTTP/1.1" 200 156 0.008453 10.0.0.32 - - [2024-09-05 02:33:44] "POST /ref-update HTTP/1.1" 200 156 0.008529 10.0.0.32 - - [2024-09-05 02:33:44] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002879 10.0.0.32 - - [2024-09-05 02:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.32 - - [2024-09-05 02:33:45] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002698 10.0.0.32 - - [2024-09-05 02:33:45] "GET /virtual-networks?parent_id=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003150 10.0.0.32 - - [2024-09-05 02:33:45] "GET /virtual-network/4eb39ef7-4df4-47c5-ad7b-6fb8e883843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003205 10.0.0.32 - - [2024-09-05 02:33:45] "POST /neutron/port HTTP/1.1" 200 1086 0.014607 10.0.0.32 - - [2024-09-05 02:33:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005717 10.0.0.32 - - [2024-09-05 02:33:45] "POST /neutron/port HTTP/1.1" 200 1086 0.014547 10.0.0.32 - - [2024-09-05 02:33:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006885 10.0.0.32 - - [2024-09-05 02:33:45] "POST /neutron/port HTTP/1.1" 200 1086 0.015101 10.0.0.32 - - [2024-09-05 02:33:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006669 10.0.0.32 - - [2024-09-05 02:33:45] "GET /virtual-machine/ae731519-5e04-46c0-bcf7-8978a0510ac2 HTTP/1.1" 200 1291 0.004071 10.0.0.32 - - [2024-09-05 02:33:45] "GET /virtual-machine-interface/ca032d7e-d85e-42e8-b1cf-a08dbb13f467 HTTP/1.1" 200 2950 0.002564 10.0.0.32 - - [2024-09-05 02:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.32 - - [2024-09-05 02:33:45] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002504 10.0.0.32 - - [2024-09-05 02:33:45] "GET /virtual-networks?parent_id=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003799 10.0.0.32 - - [2024-09-05 02:33:45] "GET /virtual-network/9f9c70da-66a2-4730-9ac9-98bee9e740b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.003208 10.0.0.32 - - [2024-09-05 02:33:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.32 - - [2024-09-05 02:33:46] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002618 10.0.0.32 - - [2024-09-05 02:33:46] "GET /virtual-networks?parent_id=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002991 10.0.0.32 - - [2024-09-05 02:33:46] "GET /virtual-network/9f9c70da-66a2-4730-9ac9-98bee9e740b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.003036 10.0.0.32 - - [2024-09-05 02:33:47] "POST /fqname-to-id HTTP/1.1" 404 211 0.003317 10.0.0.32 - - [2024-09-05 02:33:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002304 10.0.0.32 - - [2024-09-05 02:33:47] "GET /projects?obj_uuids=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001102 10.0.0.32 - - [2024-09-05 02:33:47] "GET /project/db8c3b89-c9d8-4b87-99c2-5c7a14c9c435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.021822 10.0.0.32 - - [2024-09-05 02:33:47] "POST /network-policys HTTP/1.1" 200 547 0.016949 10.0.0.32 - - [2024-09-05 02:33:47] "GET /network-policy/392f55a8-87cd-46b4-8d5e-9abe81d6b7f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004279 10.0.0.32 - - [2024-09-05 02:33:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.32 - - [2024-09-05 02:33:47] "GET /virtual-network/4eb39ef7-4df4-47c5-ad7b-6fb8e883843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003276 10.0.0.32 - - [2024-09-05 02:33:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.32 - - [2024-09-05 02:33:47] "GET /network-policy/392f55a8-87cd-46b4-8d5e-9abe81d6b7f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003277 10.0.0.32 - - [2024-09-05 02:33:47] "POST /ref-update HTTP/1.1" 200 156 0.028604 10.0.0.32 - - [2024-09-05 02:33:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.32 - - [2024-09-05 02:33:47] "GET /network-policy/392f55a8-87cd-46b4-8d5e-9abe81d6b7f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003212 10.0.0.32 - - [2024-09-05 02:33:47] "POST /neutron/network HTTP/1.1" 200 919 0.007564 10.0.0.32 - - [2024-09-05 02:33:47] "GET /virtual-network/4eb39ef7-4df4-47c5-ad7b-6fb8e883843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.002723 10.0.0.32 - - [2024-09-05 02:33:47] "POST /fqname-to-id HTTP/1.1" 404 242 0.002721 10.0.0.32 - - [2024-09-05 02:33:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002287 10.0.0.32 - - [2024-09-05 02:33:47] "GET /network-policy/392f55a8-87cd-46b4-8d5e-9abe81d6b7f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.007541 10.0.0.32 - - [2024-09-05 02:33:47] "POST /access-control-lists HTTP/1.1" 200 601 0.058003 10.0.0.32 - - [2024-09-05 02:33:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.32 - - [2024-09-05 02:33:48] "GET /virtual-network/9f9c70da-66a2-4730-9ac9-98bee9e740b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.003792 10.0.0.32 - - [2024-09-05 02:33:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.32 - - [2024-09-05 02:33:48] "GET /network-policy/392f55a8-87cd-46b4-8d5e-9abe81d6b7f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003598 10.0.0.32 - - [2024-09-05 02:33:48] "POST /fqname-to-id HTTP/1.1" 404 244 0.007555 10.0.0.32 - - [2024-09-05 02:33:48] "POST /ref-update HTTP/1.1" 200 156 0.043136 10.0.0.32 - - [2024-09-05 02:33:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.32 - - [2024-09-05 02:33:48] "POST /access-control-lists HTTP/1.1" 200 604 0.065617 10.0.0.32 - - [2024-09-05 02:33:48] "GET /network-policy/392f55a8-87cd-46b4-8d5e-9abe81d6b7f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003517 10.0.0.32 - - [2024-09-05 02:33:48] "POST /routing-instances HTTP/1.1" 200 759 0.015522 10.0.0.32 - - [2024-09-05 02:33:48] "POST /neutron/network HTTP/1.1" 200 922 0.007230 10.0.0.32 - - [2024-09-05 02:33:48] "GET /virtual-network/9f9c70da-66a2-4730-9ac9-98bee9e740b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.003581 10.0.0.32 - - [2024-09-05 02:33:48] "POST /route-targets HTTP/1.1" 200 327 0.010705 10.0.0.32 - - [2024-09-05 02:33:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.32 - - [2024-09-05 02:33:48] "POST /ref-update HTTP/1.1" 200 156 0.010273 10.0.0.32 - - [2024-09-05 02:33:48] "GET /network-policy/392f55a8-87cd-46b4-8d5e-9abe81d6b7f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003066 10.0.0.32 - - [2024-09-05 02:33:48] "GET /routing-instance/5c459b0d-ca1b-4d8e-9e5b-9a1538f8a4e7?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.002882 10.0.0.32 - - [2024-09-05 02:33:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.32 - - [2024-09-05 02:33:48] "GET /routing-instance/5c459b0d-ca1b-4d8e-9e5b-9a1538f8a4e7?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.003112 10.0.0.32 - - [2024-09-05 02:33:48] "GET /service-template/a3fe4b76-0786-4683-a02a-a41740647e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.003133 10.0.0.32 - - [2024-09-05 02:33:48] "POST /ref-update HTTP/1.1" 200 156 0.010725 10.0.0.32 - - [2024-09-05 02:33:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002446 10.0.0.32 - - [2024-09-05 02:33:48] "POST /routing-instances HTTP/1.1" 200 760 0.016325 10.0.0.32 - - [2024-09-05 02:33:48] "GET /projects?obj_uuids=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001428 10.0.0.32 - - [2024-09-05 02:33:48] "GET /project/db8c3b89-c9d8-4b87-99c2-5c7a14c9c435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.027408 10.0.0.32 - - [2024-09-05 02:33:48] "POST /route-targets HTTP/1.1" 200 327 0.011241 10.0.0.32 - - [2024-09-05 02:33:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.32 - - [2024-09-05 02:33:48] "POST /ref-update HTTP/1.1" 200 156 0.012287 10.0.0.32 - - [2024-09-05 02:33:48] "GET /service-instance/54c2914b-6c81-4a6b-954b-6b87add25c42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3529 0.005869 10.0.0.32 - - [2024-09-05 02:33:48] "GET /routing-instance/94d38145-6c3a-47da-8f22-bf288babd3c0?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1279 0.003562 10.0.0.32 - - [2024-09-05 02:33:48] "GET /domains HTTP/1.1" 200 280 0.002597 10.0.0.32 - - [2024-09-05 02:33:48] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001082 10.0.0.32 - - [2024-09-05 02:33:48] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0 HTTP/1.1" 200 2770 0.008062 10.0.0.32 - - [2024-09-05 02:33:48] "GET /projects?obj_uuids=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001022 10.0.0.32 - - [2024-09-05 02:33:48] "GET /routing-instance/94d38145-6c3a-47da-8f22-bf288babd3c0?fields=routing_policy_back_refs HTTP/1.1" 200 1279 0.002761 10.0.0.32 - - [2024-09-05 02:33:48] "GET /project/db8c3b89-c9d8-4b87-99c2-5c7a14c9c435 HTTP/1.1" 200 4234 0.068484 10.0.0.32 - - [2024-09-05 02:33:48] "GET /service-instance/54c2914b-6c81-4a6b-954b-6b87add25c42 HTTP/1.1" 200 3783 0.004243 10.0.0.32 - - [2024-09-05 02:33:48] "PUT /routing-instance/5c459b0d-ca1b-4d8e-9e5b-9a1538f8a4e7 HTTP/1.1" 200 266 0.016064 10.0.0.32 - - [2024-09-05 02:33:48] "GET /domains HTTP/1.1" 200 280 0.002330 10.0.0.32 - - [2024-09-05 02:33:48] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001023 10.0.0.32 - - [2024-09-05 02:33:48] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0 HTTP/1.1" 200 2770 0.006445 10.0.0.32 - - [2024-09-05 02:33:48] "GET /projects?obj_uuids=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000985 10.0.0.32 - - [2024-09-05 02:33:48] "PUT /routing-instance/94d38145-6c3a-47da-8f22-bf288babd3c0 HTTP/1.1" 200 266 0.009628 10.0.0.32 - - [2024-09-05 02:33:49] "GET /project/db8c3b89-c9d8-4b87-99c2-5c7a14c9c435 HTTP/1.1" 200 4234 0.063743 10.0.0.32 - - [2024-09-05 02:33:49] "GET /service-instance/54c2914b-6c81-4a6b-954b-6b87add25c42 HTTP/1.1" 200 3783 0.002772 10.0.0.32 - - [2024-09-05 02:33:49] "GET /port-tuple/6f981feb-b7d9-4c29-9a3c-8792a28db104 HTTP/1.1" 200 1979 0.003821 10.0.0.32 - - [2024-09-05 02:33:49] "POST /ref-update HTTP/1.1" 200 156 0.012198 10.0.0.32 - - [2024-09-05 02:33:49] "GET /virtual-machine-interface/4d229398-3fbb-4b2b-8a57-47e0d36d61c3 HTTP/1.1" 200 3797 0.008530 10.0.0.32 - - [2024-09-05 02:33:49] "GET /virtual-machine-interface/75a64b68-9f90-411d-9d6f-ba5299cc5fed HTTP/1.1" 200 3816 0.003814 10.0.0.32 - - [2024-09-05 02:33:49] "GET /virtual-machine-interface/df320df0-764d-4321-83da-bd9d8b8d50c3 HTTP/1.1" 200 3804 0.004340 10.0.0.32 - - [2024-09-05 02:33:49] "PUT /access-control-list/9bb2aed7-8c49-4246-9599-f1c482be63e0 HTTP/1.1" 200 272 0.017487 10.0.0.32 - - [2024-09-05 02:33:49] "POST /neutron/port HTTP/1.1" 200 3829 0.044090 10.0.0.32 - - [2024-09-05 02:33:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007490 10.0.0.32 - - [2024-09-05 02:33:49] "PUT /access-control-list/4f9ad5dc-8613-4715-94bf-b3e41b6030cb HTTP/1.1" 200 272 0.014424 10.0.0.32 - - [2024-09-05 02:33:49] "POST /neutron/port HTTP/1.1" 200 3829 0.030548 10.0.0.32 - - [2024-09-05 02:33:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006306 10.0.0.32 - - [2024-09-05 02:33:49] "POST /neutron/port HTTP/1.1" 200 3829 0.033634 10.0.0.32 - - [2024-09-05 02:33:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006054 10.0.0.32 - - [2024-09-05 02:33:49] "POST /neutron/port HTTP/1.1" 200 3829 0.034144 10.0.0.32 - - [2024-09-05 02:33:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005352 10.0.0.32 - - [2024-09-05 02:33:49] "POST /neutron/network HTTP/1.1" 200 893 0.012844 10.0.0.32 - - [2024-09-05 02:33:49] "POST /neutron/network HTTP/1.1" 200 919 0.004586 10.0.0.32 - - [2024-09-05 02:33:49] "POST /neutron/network HTTP/1.1" 200 804 0.012468 10.0.0.32 - - [2024-09-05 02:33:49] "POST /neutron/network HTTP/1.1" 200 830 0.005533 10.0.0.32 - - [2024-09-05 02:33:49] "POST /neutron/network HTTP/1.1" 200 896 0.013792 10.0.0.32 - - [2024-09-05 02:33:49] "POST /neutron/network HTTP/1.1" 200 922 0.006443 10.0.0.32 - - [2024-09-05 02:33:49] "POST /id-to-fqname HTTP/1.1" 200 223 0.001399 10.0.0.32 - - [2024-09-05 02:33:49] "POST /id-to-fqname HTTP/1.1" 200 223 0.001275 10.0.0.32 - - [2024-09-05 02:33:49] "POST /id-to-fqname HTTP/1.1" 200 224 0.001542 10.0.0.32 - - [2024-09-05 02:33:49] "GET /virtual-machine/33ef793a-6c2d-46e4-90ad-d29db141cf9d HTTP/1.1" 200 1802 0.003096 10.0.0.32 - - [2024-09-05 02:33:49] "GET /virtual-machine-interface/4d229398-3fbb-4b2b-8a57-47e0d36d61c3 HTTP/1.1" 200 3797 0.004681 10.0.0.32 - - [2024-09-05 02:33:49] "GET /virtual-machine-interface/75a64b68-9f90-411d-9d6f-ba5299cc5fed HTTP/1.1" 200 3816 0.003048 10.0.0.32 - - [2024-09-05 02:33:49] "GET /virtual-machine-interface/df320df0-764d-4321-83da-bd9d8b8d50c3 HTTP/1.1" 200 3804 0.002867 10.0.0.32 - - [2024-09-05 02:33:49] "GET /instance-ip/b05252a5-9cd8-4131-9a88-534248cd151c HTTP/1.1" 200 1955 0.002662 10.0.0.32 - - [2024-09-05 02:33:49] "GET /instance-ip/c10bea00-1cbd-4c33-9423-6891d478d46e HTTP/1.1" 200 1957 0.002536 10.0.0.32 - - [2024-09-05 02:33:49] "GET /instance-ip/cf3142df-9b2b-426a-81d7-9b4718cd9bf7 HTTP/1.1" 200 1620 0.003820 10.0.0.32 - - [2024-09-05 02:33:49] "GET /instance-ip/34f2ae6a-7460-4544-8cba-196d03b0da21 HTTP/1.1" 200 1980 0.002528 10.0.0.32 - - [2024-09-05 02:33:49] "GET /instance-ip/49d7f2d0-fb2e-4071-b916-7e20aaffd838 HTTP/1.1" 200 1619 0.003590 10.0.0.32 - - [2024-09-05 02:33:49] "GET /instance-ip/f55b9303-38ce-4d74-a112-f67a312f1503 HTTP/1.1" 200 1979 0.003350 10.0.0.32 - - [2024-09-05 02:33:49] "GET /instance-ip/09b2025b-7664-414b-98f2-1b1de4029c4d HTTP/1.1" 200 1957 0.002332 10.0.0.32 - - [2024-09-05 02:33:49] "GET /instance-ip/b9617125-2b8d-4b38-8ba8-317a235f4594 HTTP/1.1" 200 1623 0.003453 10.0.0.32 - - [2024-09-05 02:33:49] "GET /instance-ip/c2414a85-a043-4bf2-8906-c24635c8994c HTTP/1.1" 200 1960 0.002396 10.0.0.32 - - [2024-09-05 02:33:49] "POST /neutron/port HTTP/1.1" 200 3829 0.030531 10.0.0.32 - - [2024-09-05 02:33:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005779 10.0.0.32 - - [2024-09-05 02:33:49] "POST /neutron/port HTTP/1.1" 200 3829 0.033844 10.0.0.32 - - [2024-09-05 02:33:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006330 10.0.0.32 - - [2024-09-05 02:33:50] "POST /neutron/port HTTP/1.1" 200 3829 0.031197 10.0.0.32 - - [2024-09-05 02:33:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006458 10.0.0.32 - - [2024-09-05 02:33:50] "POST /neutron/port HTTP/1.1" 200 3829 0.031510 10.0.0.32 - - [2024-09-05 02:33:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005726 10.0.0.32 - - [2024-09-05 02:33:50] "GET /virtual-machine/33ef793a-6c2d-46e4-90ad-d29db141cf9d HTTP/1.1" 200 1802 0.002587 10.0.0.32 - - [2024-09-05 02:33:50] "GET /virtual-machine-interface/4d229398-3fbb-4b2b-8a57-47e0d36d61c3 HTTP/1.1" 200 3797 0.002439 10.0.0.32 - - [2024-09-05 02:33:50] "GET /virtual-machine-interface/75a64b68-9f90-411d-9d6f-ba5299cc5fed HTTP/1.1" 200 3816 0.002506 10.0.0.32 - - [2024-09-05 02:33:50] "GET /virtual-machine-interface/df320df0-764d-4321-83da-bd9d8b8d50c3 HTTP/1.1" 200 3804 0.002643 10.0.0.32 - - [2024-09-05 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.32 - - [2024-09-05 02:33:50] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002693 10.0.0.32 - - [2024-09-05 02:33:50] "GET /virtual-networks?parent_id=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002960 10.0.0.32 - - [2024-09-05 02:33:50] "GET /virtual-network/4eb39ef7-4df4-47c5-ad7b-6fb8e883843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.003649 10.0.0.32 - - [2024-09-05 02:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.32 - - [2024-09-05 02:33:51] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002549 10.0.0.32 - - [2024-09-05 02:33:51] "GET /virtual-networks?parent_id=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003183 10.0.0.32 - - [2024-09-05 02:33:51] "GET /virtual-network/4eb39ef7-4df4-47c5-ad7b-6fb8e883843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.003199 10.0.0.32 - - [2024-09-05 02:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.32 - - [2024-09-05 02:33:51] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003270 10.0.0.32 - - [2024-09-05 02:33:51] "GET /virtual-networks?parent_id=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003027 10.0.0.32 - - [2024-09-05 02:33:51] "GET /virtual-network/4eb39ef7-4df4-47c5-ad7b-6fb8e883843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.003313 10.0.0.32 - - [2024-09-05 02:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.32 - - [2024-09-05 02:33:51] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003578 10.0.0.32 - - [2024-09-05 02:33:51] "GET /virtual-networks?parent_id=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003097 10.0.0.32 - - [2024-09-05 02:33:51] "GET /virtual-network/4eb39ef7-4df4-47c5-ad7b-6fb8e883843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.003194 10.0.0.32 - - [2024-09-05 02:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.32 - - [2024-09-05 02:33:52] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003361 10.0.0.32 - - [2024-09-05 02:33:52] "GET /virtual-networks?parent_id=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003095 10.0.0.32 - - [2024-09-05 02:33:52] "GET /virtual-network/4eb39ef7-4df4-47c5-ad7b-6fb8e883843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.003730 10.0.0.32 - - [2024-09-05 02:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.32 - - [2024-09-05 02:33:52] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003853 10.0.0.32 - - [2024-09-05 02:33:52] "GET /virtual-networks?parent_id=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002927 10.0.0.32 - - [2024-09-05 02:33:52] "GET /virtual-network/f471846d-27e0-46f3-9f8d-e168c8361281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003751 10.0.0.32 - - [2024-09-05 02:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.32 - - [2024-09-05 02:33:52] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003082 10.0.0.32 - - [2024-09-05 02:33:52] "GET /virtual-networks?parent_id=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003030 10.0.0.32 - - [2024-09-05 02:33:52] "GET /virtual-network/f471846d-27e0-46f3-9f8d-e168c8361281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003237 10.0.0.32 - - [2024-09-05 02:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002868 10.0.0.32 - - [2024-09-05 02:33:52] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003296 10.0.0.32 - - [2024-09-05 02:33:52] "GET /virtual-networks?parent_id=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003042 10.0.0.32 - - [2024-09-05 02:33:52] "GET /virtual-network/f471846d-27e0-46f3-9f8d-e168c8361281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003266 10.0.0.32 - - [2024-09-05 02:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.32 - - [2024-09-05 02:33:52] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003639 10.0.0.32 - - [2024-09-05 02:33:52] "GET /virtual-networks?parent_id=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003133 10.0.0.32 - - [2024-09-05 02:33:53] "GET /virtual-network/f471846d-27e0-46f3-9f8d-e168c8361281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003211 10.0.0.32 - - [2024-09-05 02:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.32 - - [2024-09-05 02:33:53] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003096 10.0.0.32 - - [2024-09-05 02:33:53] "GET /virtual-networks?parent_id=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003150 10.0.0.32 - - [2024-09-05 02:33:53] "GET /virtual-network/9f9c70da-66a2-4730-9ac9-98bee9e740b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.003243 10.0.0.32 - - [2024-09-05 02:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.32 - - [2024-09-05 02:33:53] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003290 10.0.0.32 - - [2024-09-05 02:33:53] "GET /virtual-networks?parent_id=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003429 10.0.0.32 - - [2024-09-05 02:33:53] "GET /virtual-network/9f9c70da-66a2-4730-9ac9-98bee9e740b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.003548 10.0.0.32 - - [2024-09-05 02:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.32 - - [2024-09-05 02:33:53] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003083 10.0.0.32 - - [2024-09-05 02:33:53] "GET /virtual-networks?parent_id=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003103 10.0.0.32 - - [2024-09-05 02:33:53] "GET /virtual-network/9f9c70da-66a2-4730-9ac9-98bee9e740b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.003352 10.0.0.32 - - [2024-09-05 02:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.32 - - [2024-09-05 02:33:53] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003301 10.0.0.32 - - [2024-09-05 02:33:53] "GET /virtual-networks?parent_id=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002988 10.0.0.32 - - [2024-09-05 02:33:53] "GET /virtual-network/9f9c70da-66a2-4730-9ac9-98bee9e740b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.010709 10.0.0.32 - - [2024-09-05 02:33:53] "GET /virtual-machine/33ef793a-6c2d-46e4-90ad-d29db141cf9d HTTP/1.1" 200 1802 0.003737 10.0.0.32 - - [2024-09-05 02:33:53] "GET /domains HTTP/1.1" 200 280 0.002959 10.0.0.32 - - [2024-09-05 02:33:53] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001159 10.0.0.32 - - [2024-09-05 02:33:53] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0 HTTP/1.1" 200 2770 0.007234 10.0.0.32 - - [2024-09-05 02:33:53] "GET /projects?obj_uuids=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001068 10.0.0.32 - - [2024-09-05 02:33:54] "GET /project/db8c3b89-c9d8-4b87-99c2-5c7a14c9c435 HTTP/1.1" 200 4234 0.066561 10.0.0.32 - - [2024-09-05 02:33:54] "GET /service-instance/54c2914b-6c81-4a6b-954b-6b87add25c42 HTTP/1.1" 200 3783 0.003050 10.0.0.32 - - [2024-09-05 02:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002432 10.0.0.32 - - [2024-09-05 02:33:54] "GET /routing-instance/9838f10f-0020-4c6f-ba83-8114a3643ff4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1888 0.002604 10.0.0.32 - - [2024-09-05 02:33:54] "GET /routing-instance/9838f10f-0020-4c6f-ba83-8114a3643ff4?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2021 0.005439 10.0.0.32 - - [2024-09-05 02:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.32 - - [2024-09-05 02:33:54] "GET /routing-instance/83590e62-6d98-4224-8d81-9ab1c8773486?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.003336 10.0.0.32 - - [2024-09-05 02:33:54] "GET /routing-instance/83590e62-6d98-4224-8d81-9ab1c8773486?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.004623 10.0.0.32 - - [2024-09-05 02:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.32 - - [2024-09-05 02:33:54] "GET /virtual-network/4eb39ef7-4df4-47c5-ad7b-6fb8e883843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.003379 10.0.0.32 - - [2024-09-05 02:33:54] "GET /virtual-network/4eb39ef7-4df4-47c5-ad7b-6fb8e883843d?fields=routing_instances HTTP/1.1" 200 1683 0.004460 10.0.0.32 - - [2024-09-05 02:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002842 10.0.0.32 - - [2024-09-05 02:33:54] "GET /virtual-network/9f9c70da-66a2-4730-9ac9-98bee9e740b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.003300 10.0.0.32 - - [2024-09-05 02:33:54] "GET /virtual-network/9f9c70da-66a2-4730-9ac9-98bee9e740b5?fields=routing_instances HTTP/1.1" 200 1689 0.004989 10.0.0.32 - - [2024-09-05 02:33:58] "POST /ref-update HTTP/1.1" 200 156 0.029959 10.0.0.32 - - [2024-09-05 02:33:58] "DELETE /access-control-list/4f9ad5dc-8613-4715-94bf-b3e41b6030cb HTTP/1.1" 200 115 0.034011 10.0.0.32 - - [2024-09-05 02:33:58] "POST /neutron/network HTTP/1.1" 200 834 0.006457 10.0.0.32 - - [2024-09-05 02:33:58] "GET /virtual-network/9f9c70da-66a2-4730-9ac9-98bee9e740b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.002904 10.0.0.32 - - [2024-09-05 02:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.32 - - [2024-09-05 02:33:58] "DELETE /routing-instance/5c459b0d-ca1b-4d8e-9e5b-9a1538f8a4e7 HTTP/1.1" 200 115 0.023328 10.0.0.32 - - [2024-09-05 02:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.32 - - [2024-09-05 02:33:58] "GET /network-policy/392f55a8-87cd-46b4-8d5e-9abe81d6b7f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.002897 10.0.0.32 - - [2024-09-05 02:33:58] "DELETE /route-target/1d7e17a7-a7ef-4a3a-a108-45d055ea2758 HTTP/1.1" 200 115 0.015434 10.0.0.32 - - [2024-09-05 02:33:58] "POST /neutron/port HTTP/1.1" 200 1085 0.023007 10.0.0.32 - - [2024-09-05 02:33:58] "POST /ref-update HTTP/1.1" 200 156 0.033549 10.0.0.32 - - [2024-09-05 02:33:58] "DELETE /routing-instance/94d38145-6c3a-47da-8f22-bf288babd3c0 HTTP/1.1" 200 115 0.038289 10.0.0.32 - - [2024-09-05 02:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002694 10.0.0.32 - - [2024-09-05 02:33:58] "POST /neutron/port HTTP/1.1" 200 1085 0.018186 10.0.0.32 - - [2024-09-05 02:33:58] "POST /neutron/network HTTP/1.1" 200 831 0.006753 10.0.0.32 - - [2024-09-05 02:33:58] "POST /neutron/network HTTP/1.1" 200 841 0.007893 10.0.0.32 - - [2024-09-05 02:33:58] "GET /virtual-network/4eb39ef7-4df4-47c5-ad7b-6fb8e883843d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003687 10.0.0.32 - - [2024-09-05 02:33:58] "DELETE /route-target/063de570-2714-4dae-99e8-c9f4caeb64e4 HTTP/1.1" 200 115 0.024615 10.0.0.32 - - [2024-09-05 02:33:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003006 10.0.0.32 - - [2024-09-05 02:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004254 10.0.0.32 - - [2024-09-05 02:33:58] "POST /neutron/subnet HTTP/1.1" 200 693 0.022220 10.0.0.32 - - [2024-09-05 02:33:58] "DELETE /access-control-list/9bb2aed7-8c49-4246-9599-f1c482be63e0 HTTP/1.1" 200 115 0.029378 10.0.0.32 - - [2024-09-05 02:33:58] "POST /neutron/port HTTP/1.1" 200 117 0.001164 10.0.0.32 - - [2024-09-05 02:33:59] "POST /neutron/network HTTP/1.1" 200 831 0.007814 10.0.0.32 - - [2024-09-05 02:33:59] "GET /network-policy/392f55a8-87cd-46b4-8d5e-9abe81d6b7f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003468 10.0.0.32 - - [2024-09-05 02:33:59] "DELETE /network-policy/392f55a8-87cd-46b4-8d5e-9abe81d6b7f2 HTTP/1.1" 200 115 0.029343 10.0.0.32 - - [2024-09-05 02:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005117 10.0.0.32 - - [2024-09-05 02:33:59] "DELETE /service-instance/54c2914b-6c81-4a6b-954b-6b87add25c42 HTTP/1.1" 200 115 0.056679 10.0.0.32 - - [2024-09-05 02:33:59] "GET /domains HTTP/1.1" 200 280 0.002181 10.0.0.32 - - [2024-09-05 02:33:59] "POST /ref-update HTTP/1.1" 200 156 0.013665 10.0.0.32 - - [2024-09-05 02:33:59] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001033 10.0.0.32 - - [2024-09-05 02:33:59] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0 HTTP/1.1" 200 2770 0.008069 10.0.0.32 - - [2024-09-05 02:33:59] "GET /projects?obj_uuids=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001091 10.0.0.32 - - [2024-09-05 02:33:59] "DELETE /instance-ip/34f2ae6a-7460-4544-8cba-196d03b0da21 HTTP/1.1" 200 115 0.030359 10.0.0.32 - - [2024-09-05 02:33:59] "POST /ref-update HTTP/1.1" 200 156 0.009141 10.0.0.32 - - [2024-09-05 02:33:59] "GET /project/db8c3b89-c9d8-4b87-99c2-5c7a14c9c435 HTTP/1.1" 200 3760 0.070813 10.0.0.32 - - [2024-09-05 02:33:59] "GET /virtual-machine/33ef793a-6c2d-46e4-90ad-d29db141cf9d HTTP/1.1" 200 1802 0.004464 10.0.0.32 - - [2024-09-05 02:33:59] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002823 10.0.0.32 - - [2024-09-05 02:33:59] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003345 10.0.0.32 - - [2024-09-05 02:33:59] "DELETE /instance-ip/b05252a5-9cd8-4131-9a88-534248cd151c HTTP/1.1" 200 115 0.036309 10.0.0.32 - - [2024-09-05 02:33:59] "POST /ref-update HTTP/1.1" 200 156 0.008726 10.0.0.32 - - [2024-09-05 02:33:59] "DELETE /instance-ip/f55b9303-38ce-4d74-a112-f67a312f1503 HTTP/1.1" 200 115 0.024609 10.0.0.32 - - [2024-09-05 02:33:59] "POST /ref-update HTTP/1.1" 200 156 0.015667 10.0.0.32 - - [2024-09-05 02:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002683 10.0.0.32 - - [2024-09-05 02:33:59] "DELETE /service-template/a3fe4b76-0786-4683-a02a-a41740647e53 HTTP/1.1" 200 115 0.050958 10.0.0.32 - - [2024-09-05 02:33:59] "POST /fqname-to-id HTTP/1.1" 404 193 0.004398 10.0.0.32 - - [2024-09-05 02:33:59] "DELETE /instance-ip/c2414a85-a043-4bf2-8906-c24635c8994c HTTP/1.1" 200 115 0.035714 10.0.0.32 - - [2024-09-05 02:33:59] "POST /ref-update HTTP/1.1" 200 156 0.018550 10.0.0.32 - - [2024-09-05 02:33:59] "DELETE /instance-ip/c10bea00-1cbd-4c33-9423-6891d478d46e HTTP/1.1" 200 115 0.022379 10.0.0.32 - - [2024-09-05 02:33:59] "POST /ref-update HTTP/1.1" 200 156 0.009869 10.0.0.32 - - [2024-09-05 02:33:59] "DELETE /instance-ip/09b2025b-7664-414b-98f2-1b1de4029c4d HTTP/1.1" 200 115 0.028959 10.0.0.32 - - [2024-09-05 02:33:59] "POST /neutron/network HTTP/1.1" 200 834 0.011930 10.0.0.32 - - [2024-09-05 02:33:59] "POST /neutron/network HTTP/1.1" 400 204 0.012759 10.0.0.32 - - [2024-09-05 02:34:00] "POST /neutron/port HTTP/1.1" 200 1086 0.017050 10.0.0.32 - - [2024-09-05 02:34:00] "POST /neutron/port HTTP/1.1" 200 1112 0.008446 10.0.0.32 - - [2024-09-05 02:34:00] "POST /neutron/port HTTP/1.1" 200 1085 0.017725 10.0.0.32 - - [2024-09-05 02:34:00] "POST /neutron/port HTTP/1.1" 200 1111 0.010884 10.0.0.32 - - [2024-09-05 02:34:00] "POST /neutron/port HTTP/1.1" 200 151 0.119239 10.0.0.32 - - [2024-09-05 02:34:00] "POST /neutron/port HTTP/1.1" 200 151 0.131291 10.0.0.32 - - [2024-09-05 02:34:00] "POST /neutron/port HTTP/1.1" 200 3022 0.027073 10.0.0.32 - - [2024-09-05 02:34:00] "POST /neutron/port HTTP/1.1" 200 1110 0.009429 10.0.0.32 - - [2024-09-05 02:34:00] "POST /neutron/port HTTP/1.1" 200 151 0.091460 10.0.0.32 - - [2024-09-05 02:34:00] "POST /neutron/port HTTP/1.1" 200 1112 0.010092 10.0.0.32 - - [2024-09-05 02:34:00] "POST /neutron/port HTTP/1.1" 200 151 0.112735 10.0.0.32 - - [2024-09-05 02:34:00] "POST /neutron/port HTTP/1.1" 200 1111 0.010921 10.0.0.32 - - [2024-09-05 02:34:00] "POST /neutron/port HTTP/1.1" 200 151 0.098804 10.0.0.32 - - [2024-09-05 02:34:01] "POST /neutron/network HTTP/1.1" 200 834 0.005582 10.0.0.32 - - [2024-09-05 02:34:01] "POST /useragent-kv HTTP/1.1" 200 115 0.001189 10.0.0.32 - - [2024-09-05 02:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005999 10.0.0.32 - - [2024-09-05 02:34:01] "POST /useragent-kv HTTP/1.1" 200 115 0.001041 10.0.0.32 - - [2024-09-05 02:34:01] "POST /neutron/network HTTP/1.1" 200 151 0.071791 10.0.0.32 - - [2024-09-05 02:34:01] "GET /routing-instance/83590e62-6d98-4224-8d81-9ab1c8773486 HTTP/1.1" 404 171 0.002532 10.0.0.32 - - [2024-09-05 02:34:01] "DELETE /route-target/70b2cb2f-6513-4506-8b05-b5084e3fb040 HTTP/1.1" 200 115 0.017040 10.0.0.32 - - [2024-09-05 02:34:01] "GET /domains HTTP/1.1" 200 280 0.002380 10.0.0.32 - - [2024-09-05 02:34:01] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001086 10.0.0.32 - - [2024-09-05 02:34:01] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0 HTTP/1.1" 200 2570 0.050925 10.0.0.32 - - [2024-09-05 02:34:01] "GET /projects?obj_uuids=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001100 10.0.0.32 - - [2024-09-05 02:34:01] "GET /project/db8c3b89-c9d8-4b87-99c2-5c7a14c9c435 HTTP/1.1" 200 2299 0.063065 10.0.0.32 - - [2024-09-05 02:34:02] "POST /neutron/network HTTP/1.1" 200 831 0.006435 10.0.0.32 - - [2024-09-05 02:34:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001171 10.0.0.32 - - [2024-09-05 02:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005923 10.0.0.32 - - [2024-09-05 02:34:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001085 10.0.0.32 - - [2024-09-05 02:34:02] "POST /neutron/network HTTP/1.1" 200 151 0.078327 10.0.0.32 - - [2024-09-05 02:34:02] "DELETE /route-target/496ddb68-1315-4556-a8d8-72b13dc40436 HTTP/1.1" 200 115 0.016364 10.0.0.32 - - [2024-09-05 02:34:02] "GET /routing-instance/9838f10f-0020-4c6f-ba83-8114a3643ff4 HTTP/1.1" 404 171 0.002757 10.0.0.32 - - [2024-09-05 02:34:02] "GET /domains HTTP/1.1" 200 280 0.002062 10.0.0.32 - - [2024-09-05 02:34:02] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001038 10.0.0.32 - - [2024-09-05 02:34:02] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0 HTTP/1.1" 200 2570 0.049021 10.0.0.32 - - [2024-09-05 02:34:02] "GET /projects?obj_uuids=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001386 10.0.0.32 - - [2024-09-05 02:34:02] "GET /project/db8c3b89-c9d8-4b87-99c2-5c7a14c9c435 HTTP/1.1" 200 2081 0.063519 10.0.0.32 - - [2024-09-05 02:34:02] "POST /neutron/network HTTP/1.1" 200 830 0.005476 10.0.0.32 - - [2024-09-05 02:34:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001489 10.0.0.32 - - [2024-09-05 02:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.007368 10.0.0.32 - - [2024-09-05 02:34:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001392 10.0.0.32 - - [2024-09-05 02:34:02] "POST /neutron/network HTTP/1.1" 200 151 0.080319 10.0.0.32 - - [2024-09-05 02:34:02] "GET /routing-instance/4bff4e1e-906e-45b6-af98-0699cda5c4bb HTTP/1.1" 404 171 0.005074 10.0.0.32 - - [2024-09-05 02:34:02] "DELETE /route-target/cf35b9be-b22e-4c9c-bf16-fe328e6fce73 HTTP/1.1" 200 115 0.020481 10.0.0.32 - - [2024-09-05 02:34:02] "GET /domains HTTP/1.1" 200 280 0.002312 10.0.0.32 - - [2024-09-05 02:34:02] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000992 10.0.0.32 - - [2024-09-05 02:34:02] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0 HTTP/1.1" 200 2570 0.049121 10.0.0.32 - - [2024-09-05 02:34:02] "GET /projects?obj_uuids=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001084 10.0.0.32 - - [2024-09-05 02:34:02] "GET /project/db8c3b89-c9d8-4b87-99c2-5c7a14c9c435 HTTP/1.1" 200 1841 0.060830 10.0.0.32 - - [2024-09-05 02:34:02] "GET /projects?obj_uuids=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001216 10.0.0.32 - - [2024-09-05 02:34:02] "GET /project/db8c3b89-c9d8-4b87-99c2-5c7a14c9c435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.023170 10.0.0.32 - - [2024-09-05 02:34:02] "GET /projects?obj_uuids=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001738 10.0.0.32 - - [2024-09-05 02:34:02] "GET /project/db8c3b89-c9d8-4b87-99c2-5c7a14c9c435?fields=virtual_networks HTTP/1.1" 200 1029 0.067142 10.0.0.32 - - [2024-09-05 02:34:02] "GET /projects?obj_uuids=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001168 10.0.0.32 - - [2024-09-05 02:34:02] "GET /project/db8c3b89-c9d8-4b87-99c2-5c7a14c9c435?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.024019 10.0.0.32 - - [2024-09-05 02:34:03] "GET /projects?obj_uuids=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001711 10.0.0.32 - - [2024-09-05 02:34:03] "GET /project/db8c3b89-c9d8-4b87-99c2-5c7a14c9c435?fields=security_groups HTTP/1.1" 200 1253 0.024977 10.0.0.32 - - [2024-09-05 02:34:03] "POST /fqname-to-id HTTP/1.1" 404 189 0.023132 10.0.0.32 - - [2024-09-05 02:34:03] "GET /projects?obj_uuids=dc777448-386e-4927-8177-b9a1eb225dec&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002738 10.0.0.32 - - [2024-09-05 02:34:03] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001120 10.0.0.32 - - [2024-09-05 02:34:03] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006823 10.0.0.32 - - [2024-09-05 02:34:03] "POST /id-to-fqname HTTP/1.1" 200 191 0.001255 10.0.0.32 - - [2024-09-05 02:34:03] "POST /fqname-to-id HTTP/1.1" 404 200 0.003483 10.0.0.32 - - [2024-09-05 02:34:04] "POST /security-groups HTTP/1.1" 200 592 0.063209 10.0.0.32 - - [2024-09-05 02:34:04] "POST /fqname-to-id HTTP/1.1" 404 235 0.002602 10.0.0.32 - - [2024-09-05 02:34:04] "POST /projects HTTP/1.1" 200 587 0.204147 10.0.0.32 - - [2024-09-05 02:34:04] "POST /access-control-lists HTTP/1.1" 200 597 0.058709 10.0.0.32 - - [2024-09-05 02:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.276922 10.0.0.32 - - [2024-09-05 02:34:04] "POST /fqname-to-id HTTP/1.1" 404 234 0.002660 10.0.0.32 - - [2024-09-05 02:34:04] "GET /project/dc777448-386e-4927-8177-b9a1eb225dec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.389569 10.0.0.32 - - [2024-09-05 02:34:04] "POST /access-control-lists HTTP/1.1" 200 595 0.059445 10.0.0.32 - - [2024-09-05 02:34:05] "GET / HTTP/1.1" 200 35931 0.002391 10.0.0.32 - - [2024-09-05 02:34:06] "GET /project/dc777448-386e-4927-8177-b9a1eb225dec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000499 10.0.0.32 - - [2024-09-05 02:34:06] "GET /projects?obj_uuids=dc777448-386e-4927-8177-b9a1eb225dec&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001514 10.0.0.32 - - [2024-09-05 02:34:06] "GET /project/dc777448-386e-4927-8177-b9a1eb225dec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.053216 10.0.0.32 - - [2024-09-05 02:34:06] "POST /fqname-to-id HTTP/1.1" 404 180 0.002558 10.0.0.32 - - [2024-09-05 02:34:06] "POST /virtual-DNSs HTTP/1.1" 200 507 0.018794 10.0.0.32 - - [2024-09-05 02:34:06] "GET /virtual-DNS/9f62b4c9-45fc-4a6d-ae7d-e9d83e59857a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.004328 10.0.0.32 - - [2024-09-05 02:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.32 - - [2024-09-05 02:34:06] "GET /virtual-DNS/9f62b4c9-45fc-4a6d-ae7d-e9d83e59857a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.003338 10.0.0.32 - - [2024-09-05 02:34:06] "GET /domains HTTP/1.1" 401 292 0.000492 10.0.0.32 - - [2024-09-05 02:34:07] "GET /domains HTTP/1.1" 200 280 0.025229 10.0.0.32 - - [2024-09-05 02:34:07] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001074 10.0.0.32 - - [2024-09-05 02:34:07] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0 HTTP/1.1" 200 2957 0.007972 10.0.0.32 - - [2024-09-05 02:34:07] "GET /virtual-DNS/9f62b4c9-45fc-4a6d-ae7d-e9d83e59857a HTTP/1.1" 200 1439 0.003330 10.0.0.32 - - [2024-09-05 02:34:07] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002156 10.0.0.32 - - [2024-09-05 02:34:07] "POST /network-ipams HTTP/1.1" 200 514 0.015089 10.0.0.32 - - [2024-09-05 02:34:07] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.002773 10.0.0.32 - - [2024-09-05 02:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.32 - - [2024-09-05 02:34:07] "GET /network-ipam/eeaf2260-7f7b-49aa-aa2e-b9bbeb45dc39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.004665 10.0.0.32 - - [2024-09-05 02:34:07] "PUT /network-ipam/eeaf2260-7f7b-49aa-aa2e-b9bbeb45dc39 HTTP/1.1" 200 258 0.009568 10.0.0.32 - - [2024-09-05 02:34:07] "POST /ref-update HTTP/1.1" 200 156 0.008750 10.0.0.32 - - [2024-09-05 02:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.32 - - [2024-09-05 02:34:07] "GET /projects?obj_uuids=dc777448-386e-4927-8177-b9a1eb225dec&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001534 10.0.0.32 - - [2024-09-05 02:34:07] "GET /project/dc777448-386e-4927-8177-b9a1eb225dec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.019915 10.0.0.32 - - [2024-09-05 02:34:07] "POST /neutron/network HTTP/1.1" 200 117 0.028921 10.0.0.32 - - [2024-09-05 02:34:07] "GET /projects?obj_uuids=dc777448-386e-4927-8177-b9a1eb225dec&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001105 10.0.0.32 - - [2024-09-05 02:34:07] "POST /neutron/network HTTP/1.1" 200 618 0.062982 10.0.0.32 - - [2024-09-05 02:34:07] "POST /route-targets HTTP/1.1" 200 327 0.011266 10.0.0.32 - - [2024-09-05 02:34:07] "POST /ref-update HTTP/1.1" 200 156 0.012340 10.0.0.32 - - [2024-09-05 02:34:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002911 10.0.0.32 - - [2024-09-05 02:34:08] "POST /neutron/subnet HTTP/1.1" 200 711 0.144389 10.0.0.32 - - [2024-09-05 02:34:08] "POST /neutron/network HTTP/1.1" 200 833 0.006373 10.0.0.32 - - [2024-09-05 02:34:08] "POST /id-to-fqname HTTP/1.1" 200 227 0.001555 10.0.0.32 - - [2024-09-05 02:34:08] "GET /virtual-network/281505d1-b869-47f0-8108-2458f70225a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.002889 10.0.0.32 - - [2024-09-05 02:34:08] "POST /neutron/network HTTP/1.1" 200 833 0.006187 10.0.0.32 - - [2024-09-05 02:34:08] "GET /virtual-network/281505d1-b869-47f0-8108-2458f70225a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.002583 10.0.0.32 - - [2024-09-05 02:34:08] "POST /neutron/network HTTP/1.1" 200 833 0.005986 10.0.0.32 - - [2024-09-05 02:34:08] "POST /neutron/subnet HTTP/1.1" 200 711 0.006918 10.0.0.32 - - [2024-09-05 02:34:08] "POST /neutron/network HTTP/1.1" 200 807 0.010656 10.0.0.32 - - [2024-09-05 02:34:08] "POST /neutron/network HTTP/1.1" 200 833 0.005292 10.0.0.32 - - [2024-09-05 02:34:08] "POST /id-to-fqname HTTP/1.1" 200 227 0.001309 10.0.0.32 - - [2024-09-05 02:34:08] "POST /neutron/network HTTP/1.1" 200 843 0.005668 10.0.0.32 - - [2024-09-05 02:34:08] "GET /aaa-mode HTTP/1.1" 401 292 0.000428 10.0.0.32 - - [2024-09-05 02:34:08] "GET / HTTP/1.1" 200 35931 0.003034 10.0.0.32 - - [2024-09-05 02:34:08] "GET /project/dc777448-386e-4927-8177-b9a1eb225dec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000415 10.0.0.32 - - [2024-09-05 02:34:09] "GET /projects?obj_uuids=dc777448-386e-4927-8177-b9a1eb225dec&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001122 10.0.0.32 - - [2024-09-05 02:34:09] "GET /project/dc777448-386e-4927-8177-b9a1eb225dec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.052984 10.0.0.32 - - [2024-09-05 02:34:09] "POST /neutron/network HTTP/1.1" 200 833 0.004723 10.0.0.32 - - [2024-09-05 02:34:09] "POST /neutron/port HTTP/1.1" 200 117 0.005002 10.0.0.32 - - [2024-09-05 02:34:09] "POST /neutron/port HTTP/1.1" 200 117 0.005819 10.0.0.32 - - [2024-09-05 02:34:09] "POST /neutron/port HTTP/1.1" 200 117 0.006661 10.0.0.32 - - [2024-09-05 02:34:09] "POST /neutron/network HTTP/1.1" 200 843 0.005647 10.0.0.32 - - [2024-09-05 02:34:09] "GET /projects?obj_uuids=dc777448-386e-4927-8177-b9a1eb225dec&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001139 10.0.0.32 - - [2024-09-05 02:34:09] "POST /neutron/port HTTP/1.1" 200 1058 0.216790 10.0.0.32 - - [2024-09-05 02:34:09] "POST /neutron/port HTTP/1.1" 200 1058 0.010242 10.0.0.32 - - [2024-09-05 02:34:10] "POST /neutron/port HTTP/1.1" 200 1058 0.008679 10.0.0.32 - - [2024-09-05 02:34:10] "POST /neutron/port HTTP/1.1" 200 1112 0.066874 10.0.0.32 - - [2024-09-05 02:34:10] "POST /neutron/port HTTP/1.1" 200 1086 0.015748 10.0.0.32 - - [2024-09-05 02:34:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002723 10.0.0.32 - - [2024-09-05 02:34:10] "POST /neutron/subnet HTTP/1.1" 200 685 0.011051 10.0.0.32 - - [2024-09-05 02:34:10] "POST /neutron/port HTTP/1.1" 200 117 0.001107 10.0.0.32 - - [2024-09-05 02:34:10] "POST /neutron/network HTTP/1.1" 200 833 0.005485 10.0.0.32 - - [2024-09-05 02:34:11] "DELETE /project/dc777448386e49278177b9a1eb225dec HTTP/1.1" 404 173 0.008194 10.0.0.32 - - [2024-09-05 02:34:11] "GET /projects?obj_uuids=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001049 10.0.0.32 - - [2024-09-05 02:34:11] "GET /project/db8c3b89-c9d8-4b87-99c2-5c7a14c9c435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.019634 10.0.0.32 - - [2024-09-05 02:34:11] "GET /projects?obj_uuids=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001141 10.0.0.32 - - [2024-09-05 02:34:11] "GET /project/db8c3b89-c9d8-4b87-99c2-5c7a14c9c435?fields=security_groups HTTP/1.1" 200 1358 0.061498 10.0.0.32 - - [2024-09-05 02:34:11] "DELETE /security-group/68dd9cd9-55cb-4c4b-89de-7b444dff80b4 HTTP/1.1" 200 115 0.035235 10.0.0.32 - - [2024-09-05 02:34:11] "GET /projects?obj_uuids=db8c3b89-c9d8-4b87-99c2-5c7a14c9c435&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001114 10.0.0.32 - - [2024-09-05 02:34:11] "DELETE /access-control-list/e697861e-1835-4fbe-86d7-b8e28ef41843 HTTP/1.1" 200 115 0.029784 10.0.0.32 - - [2024-09-05 02:34:11] "GET /project/db8c3b89-c9d8-4b87-99c2-5c7a14c9c435?fields=application_policy_sets HTTP/1.1" 200 1397 0.027101 10.0.0.32 - - [2024-09-05 02:34:11] "DELETE /access-control-list/284891cf-b8b4-46e0-8961-4adbcf024147 HTTP/1.1" 200 115 0.031181 10.0.0.32 - - [2024-09-05 02:34:11] "DELETE /project/db8c3b89-c9d8-4b87-99c2-5c7a14c9c435 HTTP/1.1" 200 115 0.295731 10.0.0.32 - - [2024-09-05 02:34:14] "POST /neutron/port HTTP/1.1" 200 1086 0.015675 10.0.0.32 - - [2024-09-05 02:34:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006307 10.0.0.32 - - [2024-09-05 02:34:14] "POST /neutron/port HTTP/1.1" 200 1086 0.013984 10.0.0.32 - - [2024-09-05 02:34:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005444 10.0.0.32 - - [2024-09-05 02:34:14] "POST /neutron/port HTTP/1.1" 200 1086 0.013990 10.0.0.32 - - [2024-09-05 02:34:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005469 10.0.0.32 - - [2024-09-05 02:34:14] "GET /virtual-machine/94f80400-cc60-47d9-92f1-a718423f76e7 HTTP/1.1" 200 1294 0.003932 10.0.0.32 - - [2024-09-05 02:34:14] "GET /virtual-machine-interface/fa8e01f2-7731-4385-a9db-fb1328bc84a8 HTTP/1.1" 200 2965 0.002949 10.0.0.32 - - [2024-09-05 02:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002678 10.0.0.32 - - [2024-09-05 02:34:14] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002743 10.0.0.32 - - [2024-09-05 02:34:14] "GET /virtual-networks?parent_id=dc777448-386e-4927-8177-b9a1eb225dec&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002867 10.0.0.32 - - [2024-09-05 02:34:14] "GET /virtual-network/281505d1-b869-47f0-8108-2458f70225a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.003222 10.0.0.32 - - [2024-09-05 02:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.32 - - [2024-09-05 02:34:17] "GET /virtual-network/281505d1-b869-47f0-8108-2458f70225a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.002590 10.0.0.32 - - [2024-09-05 02:34:18] "POST /neutron/port HTTP/1.1" 200 1086 0.017676 10.0.0.32 - - [2024-09-05 02:34:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006398 10.0.0.32 - - [2024-09-05 02:34:18] "GET /obj-perms HTTP/1.1" 200 5056 0.051783 10.0.0.32 - - [2024-09-05 02:34:18] "GET /obj-perms HTTP/1.1" 200 5056 0.044162 10.0.0.32 - - [2024-09-05 02:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.32 - - [2024-09-05 02:34:19] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002566 10.0.0.32 - - [2024-09-05 02:34:19] "GET /virtual-networks?parent_id=dc777448-386e-4927-8177-b9a1eb225dec&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002953 10.0.0.32 - - [2024-09-05 02:34:20] "GET /virtual-network/281505d1-b869-47f0-8108-2458f70225a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.003723 10.0.0.32 - - [2024-09-05 02:34:24] "POST /neutron/network HTTP/1.1" 200 807 0.011076 10.0.0.32 - - [2024-09-05 02:34:24] "POST /neutron/network HTTP/1.1" 200 833 0.005046 10.0.0.32 - - [2024-09-05 02:34:24] "POST /id-to-fqname HTTP/1.1" 200 227 0.001241 10.0.0.32 - - [2024-09-05 02:34:24] "POST /neutron/port HTTP/1.1" 200 1086 0.014191 10.0.0.32 - - [2024-09-05 02:34:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006056 10.0.0.32 - - [2024-09-05 02:34:24] "POST /neutron/network HTTP/1.1" 200 843 0.006278 10.0.0.32 - - [2024-09-05 02:34:24] "GET /aaa-mode HTTP/1.1" 401 292 0.000441 10.0.0.32 - - [2024-09-05 02:34:24] "GET / HTTP/1.1" 200 35931 0.001710 10.0.0.32 - - [2024-09-05 02:34:24] "GET /project/dc777448-386e-4927-8177-b9a1eb225dec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000433 10.0.0.32 - - [2024-09-05 02:34:25] "GET /projects?obj_uuids=dc777448-386e-4927-8177-b9a1eb225dec&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001383 10.0.0.32 - - [2024-09-05 02:34:25] "GET /project/dc777448-386e-4927-8177-b9a1eb225dec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.055505 10.0.0.32 - - [2024-09-05 02:34:25] "POST /neutron/network HTTP/1.1" 200 833 0.005213 10.0.0.32 - - [2024-09-05 02:34:25] "POST /neutron/port HTTP/1.1" 200 1086 0.018806 10.0.0.32 - - [2024-09-05 02:34:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012177 10.0.0.32 - - [2024-09-05 02:34:25] "POST /neutron/port HTTP/1.1" 200 117 0.007156 10.0.0.32 - - [2024-09-05 02:34:25] "POST /neutron/port HTTP/1.1" 200 117 0.005002 10.0.0.32 - - [2024-09-05 02:34:25] "POST /neutron/network HTTP/1.1" 200 843 0.005646 10.0.0.32 - - [2024-09-05 02:34:25] "GET /projects?obj_uuids=dc777448-386e-4927-8177-b9a1eb225dec&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001513 10.0.0.32 - - [2024-09-05 02:34:26] "POST /neutron/port HTTP/1.1" 200 1058 0.211946 10.0.0.32 - - [2024-09-05 02:34:26] "POST /neutron/port HTTP/1.1" 200 1058 0.020205 10.0.0.32 - - [2024-09-05 02:34:26] "POST /neutron/port HTTP/1.1" 200 1058 0.010269 10.0.0.32 - - [2024-09-05 02:34:26] "POST /neutron/port HTTP/1.1" 200 1112 0.066678 10.0.0.32 - - [2024-09-05 02:34:26] "POST /neutron/port HTTP/1.1" 200 1086 0.014654 10.0.0.32 - - [2024-09-05 02:34:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003172 10.0.0.32 - - [2024-09-05 02:34:26] "POST /neutron/subnet HTTP/1.1" 200 685 0.010920 10.0.0.32 - - [2024-09-05 02:34:26] "POST /neutron/port HTTP/1.1" 200 117 0.001251 10.0.0.32 - - [2024-09-05 02:34:26] "POST /neutron/network HTTP/1.1" 200 833 0.005413 10.0.0.32 - - [2024-09-05 02:34:30] "POST /neutron/port HTTP/1.1" 200 1086 0.014848 10.0.0.32 - - [2024-09-05 02:34:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005890 10.0.0.32 - - [2024-09-05 02:34:30] "POST /neutron/port HTTP/1.1" 200 1086 0.015688 10.0.0.32 - - [2024-09-05 02:34:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005910 10.0.0.32 - - [2024-09-05 02:34:30] "POST /neutron/port HTTP/1.1" 200 1086 0.014387 10.0.0.32 - - [2024-09-05 02:34:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005590 10.0.0.32 - - [2024-09-05 02:34:30] "GET /virtual-machine/eea2f960-42d0-4714-8a17-89b1ea9ffc48 HTTP/1.1" 200 1293 0.004013 10.0.0.32 - - [2024-09-05 02:34:30] "GET /virtual-machine-interface/8bbacf81-b652-431b-a8bf-32234412f9e5 HTTP/1.1" 200 2965 0.002627 10.0.0.32 - - [2024-09-05 02:34:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002346 10.0.0.32 - - [2024-09-05 02:34:30] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002253 10.0.0.32 - - [2024-09-05 02:34:30] "GET /virtual-networks?parent_id=dc777448-386e-4927-8177-b9a1eb225dec&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002765 10.0.0.32 - - [2024-09-05 02:34:30] "GET /virtual-network/281505d1-b869-47f0-8108-2458f70225a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.003346 10.0.0.32 - - [2024-09-05 02:34:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.32 - - [2024-09-05 02:34:34] "GET /virtual-network/281505d1-b869-47f0-8108-2458f70225a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005223 10.0.0.32 - - [2024-09-05 02:34:34] "POST /neutron/port HTTP/1.1" 200 1086 0.015280 10.0.0.32 - - [2024-09-05 02:34:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004862 10.0.0.32 - - [2024-09-05 02:34:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.32 - - [2024-09-05 02:34:36] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002720 10.0.0.32 - - [2024-09-05 02:34:36] "GET /virtual-networks?parent_id=dc777448-386e-4927-8177-b9a1eb225dec&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002940 10.0.0.32 - - [2024-09-05 02:34:36] "GET /virtual-network/281505d1-b869-47f0-8108-2458f70225a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.003392 10.0.0.32 - - [2024-09-05 02:34:36] "POST /neutron/port HTTP/1.1" 200 1086 0.016532 10.0.0.32 - - [2024-09-05 02:34:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006205 10.0.0.32 - - [2024-09-05 02:34:42] "GET /global-system-configs HTTP/1.1" 200 322 0.030485 10.0.0.32 - - [2024-09-05 02:34:42] "GET /obj-perms HTTP/1.1" 200 5056 0.062367 10.0.0.32 - - [2024-09-05 02:34:43] "GET /global-system-configs HTTP/1.1" 200 322 0.029812 10.0.0.32 - - [2024-09-05 02:34:43] "GET /obj-perms HTTP/1.1" 200 5056 0.063726 10.0.0.32 - - [2024-09-05 02:34:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.32 - - [2024-09-05 02:34:47] "DELETE /virtual-DNS/9f62b4c9-45fc-4a6d-ae7d-e9d83e59857a HTTP/1.1" 409 235 0.006768 10.0.0.32 - - [2024-09-05 02:34:47] "POST /fqname-to-id HTTP/1.1" 404 192 0.002646 10.0.0.32 - - [2024-09-05 02:34:47] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.015645 10.0.0.32 - - [2024-09-05 02:34:47] "GET /virtual-DNS-record/716705f7-3d17-4ce0-8098-d147a47b74ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.004167 10.0.0.32 - - [2024-09-05 02:34:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.32 - - [2024-09-05 02:34:47] "GET /virtual-DNS-record/716705f7-3d17-4ce0-8098-d147a47b74ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.003031 10.0.0.32 - - [2024-09-05 02:34:47] "GET /domains HTTP/1.1" 200 280 0.003080 10.0.0.32 - - [2024-09-05 02:34:47] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001099 10.0.0.32 - - [2024-09-05 02:34:47] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0 HTTP/1.1" 200 2773 0.008290 10.0.0.32 - - [2024-09-05 02:34:47] "GET /virtual-DNS/9f62b4c9-45fc-4a6d-ae7d-e9d83e59857a HTTP/1.1" 200 1908 0.003799 10.0.0.32 - - [2024-09-05 02:34:47] "GET /virtual-DNS-record/716705f7-3d17-4ce0-8098-d147a47b74ab HTTP/1.1" 200 1335 0.002720 10.0.0.32 - - [2024-09-05 02:34:52] "DELETE /virtual-DNS-record/716705f7-3d17-4ce0-8098-d147a47b74ab HTTP/1.1" 200 115 0.018782 10.0.0.32 - - [2024-09-05 02:34:52] "POST /fqname-to-id HTTP/1.1" 404 184 0.002218 10.0.0.32 - - [2024-09-05 02:34:53] "POST /neutron/network HTTP/1.1" 200 833 0.006431 10.0.0.32 - - [2024-09-05 02:34:53] "POST /neutron/network HTTP/1.1" 400 204 0.009538 10.0.0.32 - - [2024-09-05 02:34:53] "POST /neutron/port HTTP/1.1" 200 1086 0.015169 10.0.0.32 - - [2024-09-05 02:34:53] "POST /neutron/port HTTP/1.1" 200 1112 0.009247 10.0.0.32 - - [2024-09-05 02:34:53] "POST /neutron/port HTTP/1.1" 200 1086 0.014858 10.0.0.32 - - [2024-09-05 02:34:53] "POST /neutron/port HTTP/1.1" 200 1112 0.011056 10.0.0.32 - - [2024-09-05 02:34:53] "POST /neutron/port HTTP/1.1" 200 151 0.126279 10.0.0.32 - - [2024-09-05 02:34:53] "POST /neutron/port HTTP/1.1" 200 151 0.119118 10.0.0.32 - - [2024-09-05 02:34:55] "POST /neutron/network HTTP/1.1" 200 833 0.006429 10.0.0.32 - - [2024-09-05 02:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.32 - - [2024-09-05 02:34:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001778 10.0.0.32 - - [2024-09-05 02:34:55] "DELETE /route-target/0d5db94a-5e2e-40c7-a5b7-43fdaffba866 HTTP/1.1" 200 115 0.062860 10.0.0.32 - - [2024-09-05 02:34:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001132 10.0.0.32 - - [2024-09-05 02:34:55] "POST /neutron/network HTTP/1.1" 200 151 0.214139 10.0.0.32 - - [2024-09-05 02:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.32 - - [2024-09-05 02:34:55] "DELETE /network-ipam/eeaf2260-7f7b-49aa-aa2e-b9bbeb45dc39 HTTP/1.1" 200 115 0.023157 10.0.0.32 - - [2024-09-05 02:34:55] "DELETE /virtual-DNS/9f62b4c9-45fc-4a6d-ae7d-e9d83e59857a HTTP/1.1" 200 115 0.018892 10.0.0.32 - - [2024-09-05 02:34:55] "POST /fqname-to-id HTTP/1.1" 404 180 0.002972 10.0.0.32 - - [2024-09-05 02:34:55] "GET /domains HTTP/1.1" 200 280 0.003343 10.0.0.32 - - [2024-09-05 02:34:55] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001121 10.0.0.32 - - [2024-09-05 02:34:55] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0 HTTP/1.1" 200 2573 0.008169 10.0.0.32 - - [2024-09-05 02:34:55] "GET /projects?obj_uuids=dc777448-386e-4927-8177-b9a1eb225dec&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001558 10.0.0.32 - - [2024-09-05 02:34:55] "GET /project/dc777448-386e-4927-8177-b9a1eb225dec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.023596 10.0.0.32 - - [2024-09-05 02:34:55] "GET /projects?obj_uuids=dc777448-386e-4927-8177-b9a1eb225dec&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001153 10.0.0.32 - - [2024-09-05 02:34:55] "GET /project/dc777448-386e-4927-8177-b9a1eb225dec?fields=virtual_networks HTTP/1.1" 200 1034 0.065610 10.0.0.32 - - [2024-09-05 02:34:55] "GET /projects?obj_uuids=dc777448-386e-4927-8177-b9a1eb225dec&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001809 10.0.0.32 - - [2024-09-05 02:34:55] "GET /project/dc777448-386e-4927-8177-b9a1eb225dec?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.021639 10.0.0.32 - - [2024-09-05 02:34:55] "GET /projects?obj_uuids=dc777448-386e-4927-8177-b9a1eb225dec&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001235 10.0.0.32 - - [2024-09-05 02:34:55] "GET /project/dc777448-386e-4927-8177-b9a1eb225dec?fields=security_groups HTTP/1.1" 200 1261 0.022968 10.0.0.32 - - [2024-09-05 02:34:56] "POST /fqname-to-id HTTP/1.1" 404 189 0.023507 10.0.0.32 - - [2024-09-05 02:34:56] "GET /projects?obj_uuids=9317e78d-cf79-4162-920c-f869593799d2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002529 10.0.0.32 - - [2024-09-05 02:34:56] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001567 10.0.0.32 - - [2024-09-05 02:34:56] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007620 10.0.0.32 - - [2024-09-05 02:34:56] "POST /id-to-fqname HTTP/1.1" 200 191 0.001332 10.0.0.32 - - [2024-09-05 02:34:56] "POST /fqname-to-id HTTP/1.1" 404 200 0.002387 10.0.0.32 - - [2024-09-05 02:34:56] "POST /security-groups HTTP/1.1" 200 592 0.063315 10.0.0.32 - - [2024-09-05 02:34:56] "POST /fqname-to-id HTTP/1.1" 404 235 0.003146 10.0.0.32 - - [2024-09-05 02:34:57] "POST /projects HTTP/1.1" 200 587 0.211476 10.0.0.32 - - [2024-09-05 02:34:57] "POST /access-control-lists HTTP/1.1" 200 597 0.055844 10.0.0.32 - - [2024-09-05 02:34:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.279330 10.0.0.32 - - [2024-09-05 02:34:57] "POST /fqname-to-id HTTP/1.1" 404 234 0.002718 10.0.0.32 - - [2024-09-05 02:34:57] "GET /project/9317e78d-cf79-4162-920c-f869593799d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.395113 10.0.0.32 - - [2024-09-05 02:34:57] "POST /access-control-lists HTTP/1.1" 200 595 0.059780 10.0.0.32 - - [2024-09-05 02:34:58] "GET / HTTP/1.1" 200 35931 0.002215 10.0.0.32 - - [2024-09-05 02:34:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000669 10.0.0.32 - - [2024-09-05 02:34:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.053499 10.0.0.32 - - [2024-09-05 02:34:59] "GET /projects?obj_uuids=9317e78d-cf79-4162-920c-f869593799d2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001061 10.0.0.32 - - [2024-09-05 02:34:59] "GET /project/9317e78d-cf79-4162-920c-f869593799d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.020109 10.0.0.32 - - [2024-09-05 02:34:59] "POST /neutron/network HTTP/1.1" 200 117 0.031807 10.0.0.32 - - [2024-09-05 02:34:59] "GET /projects?obj_uuids=9317e78d-cf79-4162-920c-f869593799d2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001515 10.0.0.32 - - [2024-09-05 02:34:59] "POST /neutron/network HTTP/1.1" 200 606 0.077753 10.0.0.32 - - [2024-09-05 02:34:59] "POST /route-targets HTTP/1.1" 200 327 0.010982 10.0.0.32 - - [2024-09-05 02:34:59] "POST /ref-update HTTP/1.1" 200 156 0.014167 10.0.0.32 - - [2024-09-05 02:34:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002711 10.0.0.32 - - [2024-09-05 02:34:59] "POST /neutron/subnet HTTP/1.1" 200 730 0.201362 10.0.0.32 - - [2024-09-05 02:34:59] "POST /neutron/network HTTP/1.1" 200 826 0.006352 10.0.0.32 - - [2024-09-05 02:34:59] "POST /id-to-fqname HTTP/1.1" 200 221 0.001279 10.0.0.32 - - [2024-09-05 02:34:59] "GET /virtual-network/67009b77-52ff-47d5-b6fc-19a41c07026d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.003312 10.0.0.32 - - [2024-09-05 02:34:59] "POST /neutron/network HTTP/1.1" 200 826 0.007104 10.0.0.32 - - [2024-09-05 02:34:59] "GET /virtual-network/67009b77-52ff-47d5-b6fc-19a41c07026d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.002534 10.0.0.32 - - [2024-09-05 02:34:59] "POST /neutron/network HTTP/1.1" 200 826 0.005638 10.0.0.32 - - [2024-09-05 02:34:59] "POST /neutron/subnet HTTP/1.1" 200 730 0.007499 10.0.0.32 - - [2024-09-05 02:34:59] "POST /id-to-fqname HTTP/1.1" 200 221 0.001472 10.0.0.32 - - [2024-09-05 02:34:59] "POST /neutron/network HTTP/1.1" 200 836 0.005777 10.0.0.32 - - [2024-09-05 02:34:59] "GET /aaa-mode HTTP/1.1" 401 292 0.000436 10.0.0.32 - - [2024-09-05 02:35:00] "GET / HTTP/1.1" 200 35931 0.001967 10.0.0.32 - - [2024-09-05 02:35:00] "GET /project/9317e78d-cf79-4162-920c-f869593799d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000444 10.0.0.32 - - [2024-09-05 02:35:00] "GET /projects?obj_uuids=9317e78d-cf79-4162-920c-f869593799d2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001224 10.0.0.32 - - [2024-09-05 02:35:00] "GET /project/9317e78d-cf79-4162-920c-f869593799d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.044863 10.0.0.32 - - [2024-09-05 02:35:00] "POST /neutron/network HTTP/1.1" 200 826 0.005092 10.0.0.32 - - [2024-09-05 02:35:00] "POST /neutron/port HTTP/1.1" 200 117 0.007813 10.0.0.32 - - [2024-09-05 02:35:00] "POST /neutron/port HTTP/1.1" 200 117 0.006446 10.0.0.32 - - [2024-09-05 02:35:00] "POST /id-to-fqname HTTP/1.1" 200 221 0.001678 10.0.0.32 - - [2024-09-05 02:35:00] "POST /neutron/port HTTP/1.1" 200 117 0.005307 10.0.0.32 - - [2024-09-05 02:35:01] "POST /neutron/network HTTP/1.1" 200 836 0.006450 10.0.0.32 - - [2024-09-05 02:35:01] "GET /aaa-mode HTTP/1.1" 401 292 0.000501 10.0.0.32 - - [2024-09-05 02:35:01] "POST /neutron/network HTTP/1.1" 200 836 0.005739 10.0.0.32 - - [2024-09-05 02:35:01] "GET /projects?obj_uuids=9317e78d-cf79-4162-920c-f869593799d2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001309 10.0.0.32 - - [2024-09-05 02:35:01] "GET / HTTP/1.1" 200 35931 0.001777 10.0.0.32 - - [2024-09-05 02:35:01] "GET /project/9317e78d-cf79-4162-920c-f869593799d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000540 10.0.0.32 - - [2024-09-05 02:35:01] "POST /neutron/port HTTP/1.1" 200 1062 0.206642 10.0.0.32 - - [2024-09-05 02:35:01] "POST /neutron/port HTTP/1.1" 200 1062 0.011791 10.0.0.32 - - [2024-09-05 02:35:01] "POST /neutron/port HTTP/1.1" 200 1062 0.010701 10.0.0.32 - - [2024-09-05 02:35:01] "POST /neutron/port HTTP/1.1" 200 1116 0.060116 10.0.0.32 - - [2024-09-05 02:35:01] "POST /neutron/port HTTP/1.1" 200 1090 0.014086 10.0.0.32 - - [2024-09-05 02:35:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003385 10.0.0.32 - - [2024-09-05 02:35:01] "POST /neutron/subnet HTTP/1.1" 200 704 0.010123 10.0.0.32 - - [2024-09-05 02:35:01] "POST /neutron/port HTTP/1.1" 200 117 0.001077 10.0.0.32 - - [2024-09-05 02:35:01] "POST /neutron/network HTTP/1.1" 200 826 0.005562 10.0.0.32 - - [2024-09-05 02:35:01] "GET /projects?obj_uuids=9317e78d-cf79-4162-920c-f869593799d2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001463 10.0.0.32 - - [2024-09-05 02:35:01] "GET /project/9317e78d-cf79-4162-920c-f869593799d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.042134 10.0.0.32 - - [2024-09-05 02:35:01] "POST /neutron/network HTTP/1.1" 200 826 0.005067 10.0.0.32 - - [2024-09-05 02:35:01] "POST /neutron/port HTTP/1.1" 200 1090 0.016269 10.0.0.32 - - [2024-09-05 02:35:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006398 10.0.0.32 - - [2024-09-05 02:35:01] "POST /neutron/port HTTP/1.1" 200 117 0.004935 10.0.0.32 - - [2024-09-05 02:35:02] "POST /neutron/port HTTP/1.1" 200 1090 0.026001 10.0.0.32 - - [2024-09-05 02:35:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006735 10.0.0.32 - - [2024-09-05 02:35:02] "POST /neutron/network HTTP/1.1" 200 836 0.006180 10.0.0.32 - - [2024-09-05 02:35:02] "GET /projects?obj_uuids=9317e78d-cf79-4162-920c-f869593799d2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001250 10.0.0.32 - - [2024-09-05 02:35:02] "POST /neutron/port HTTP/1.1" 200 1062 0.228646 10.0.0.32 - - [2024-09-05 02:35:02] "POST /neutron/port HTTP/1.1" 200 1062 0.015379 10.0.0.32 - - [2024-09-05 02:35:02] "POST /neutron/port HTTP/1.1" 200 1062 0.009300 10.0.0.32 - - [2024-09-05 02:35:02] "POST /neutron/port HTTP/1.1" 200 1116 0.081255 10.0.0.32 - - [2024-09-05 02:35:02] "POST /neutron/port HTTP/1.1" 200 1090 0.026059 10.0.0.32 - - [2024-09-05 02:35:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002896 10.0.0.32 - - [2024-09-05 02:35:02] "POST /neutron/subnet HTTP/1.1" 200 704 0.016443 10.0.0.32 - - [2024-09-05 02:35:02] "POST /neutron/port HTTP/1.1" 200 117 0.001304 10.0.0.32 - - [2024-09-05 02:35:02] "POST /neutron/network HTTP/1.1" 200 826 0.006042 10.0.0.32 - - [2024-09-05 02:35:07] "POST /neutron/port HTTP/1.1" 200 1090 0.015674 10.0.0.32 - - [2024-09-05 02:35:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006855 10.0.0.32 - - [2024-09-05 02:35:07] "POST /neutron/port HTTP/1.1" 200 1090 0.014687 10.0.0.32 - - [2024-09-05 02:35:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006339 10.0.0.32 - - [2024-09-05 02:35:07] "POST /neutron/port HTTP/1.1" 200 1090 0.014390 10.0.0.32 - - [2024-09-05 02:35:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005977 10.0.0.32 - - [2024-09-05 02:35:07] "GET /virtual-machine/840f42f4-3d5e-4ffe-8eaa-14468b71e118 HTTP/1.1" 401 292 0.000453 10.0.0.32 - - [2024-09-05 02:35:07] "GET /virtual-machine/840f42f4-3d5e-4ffe-8eaa-14468b71e118 HTTP/1.1" 200 1293 0.028313 10.0.0.32 - - [2024-09-05 02:35:07] "GET /virtual-machine-interface/98bb7f18-3276-478f-97a3-102e7eea7c74 HTTP/1.1" 200 2947 0.004391 10.0.0.32 - - [2024-09-05 02:35:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.32 - - [2024-09-05 02:35:07] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002458 10.0.0.32 - - [2024-09-05 02:35:07] "GET /virtual-networks?parent_id=9317e78d-cf79-4162-920c-f869593799d2&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003136 10.0.0.32 - - [2024-09-05 02:35:07] "GET /virtual-network/67009b77-52ff-47d5-b6fc-19a41c07026d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.003283 10.0.0.32 - - [2024-09-05 02:35:09] "POST /neutron/port HTTP/1.1" 200 1090 0.015124 10.0.0.32 - - [2024-09-05 02:35:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005769 10.0.0.32 - - [2024-09-05 02:35:10] "POST /neutron/port HTTP/1.1" 200 1090 0.015804 10.0.0.32 - - [2024-09-05 02:35:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002413 10.0.0.32 - - [2024-09-05 02:35:10] "GET /virtual-network/67009b77-52ff-47d5-b6fc-19a41c07026d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.002937 10.0.0.32 - - [2024-09-05 02:35:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006497 10.0.0.32 - - [2024-09-05 02:35:11] "DELETE /project/9317e78dcf794162920cf869593799d2 HTTP/1.1" 404 173 0.008462 10.0.0.32 - - [2024-09-05 02:35:11] "GET /projects?obj_uuids=dc777448-386e-4927-8177-b9a1eb225dec&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001040 10.0.0.32 - - [2024-09-05 02:35:12] "GET /project/dc777448-386e-4927-8177-b9a1eb225dec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.020760 10.0.0.32 - - [2024-09-05 02:35:12] "GET /projects?obj_uuids=dc777448-386e-4927-8177-b9a1eb225dec&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001090 10.0.0.32 - - [2024-09-05 02:35:12] "GET /project/dc777448-386e-4927-8177-b9a1eb225dec?fields=security_groups HTTP/1.1" 200 1366 0.065768 10.0.0.32 - - [2024-09-05 02:35:12] "DELETE /security-group/a82586f1-16b1-434a-8088-247af1412e8a HTTP/1.1" 200 115 0.048766 10.0.0.32 - - [2024-09-05 02:35:12] "GET /projects?obj_uuids=dc777448-386e-4927-8177-b9a1eb225dec&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001442 10.0.0.32 - - [2024-09-05 02:35:12] "DELETE /access-control-list/828cc93c-2fba-4319-a3ea-64a2e2b88c6d HTTP/1.1" 200 115 0.035189 10.0.0.32 - - [2024-09-05 02:35:12] "GET /project/dc777448-386e-4927-8177-b9a1eb225dec?fields=application_policy_sets HTTP/1.1" 200 1405 0.035627 10.0.0.32 - - [2024-09-05 02:35:12] "DELETE /access-control-list/6c245726-03c1-4965-9708-04d2c892f1a2 HTTP/1.1" 200 115 0.026306 10.0.0.32 - - [2024-09-05 02:35:12] "DELETE /project/dc777448-386e-4927-8177-b9a1eb225dec HTTP/1.1" 200 115 0.323161 10.0.0.32 - - [2024-09-05 02:35:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.32 - - [2024-09-05 02:35:13] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002790 10.0.0.32 - - [2024-09-05 02:35:13] "GET /virtual-networks?parent_id=9317e78d-cf79-4162-920c-f869593799d2&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003662 10.0.0.32 - - [2024-09-05 02:35:13] "GET /virtual-network/67009b77-52ff-47d5-b6fc-19a41c07026d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.003258 10.0.0.32 - - [2024-09-05 02:35:13] "POST /neutron/port HTTP/1.1" 200 1090 0.015238 10.0.0.32 - - [2024-09-05 02:35:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005937 10.0.0.32 - - [2024-09-05 02:35:13] "POST /neutron/port HTTP/1.1" 200 1090 0.014585 10.0.0.32 - - [2024-09-05 02:35:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005676 10.0.0.32 - - [2024-09-05 02:35:13] "POST /neutron/port HTTP/1.1" 200 1090 0.014403 10.0.0.32 - - [2024-09-05 02:35:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006162 10.0.0.32 - - [2024-09-05 02:35:13] "GET /virtual-machine/d356a6f5-e8aa-41c9-8434-d9622b0d7e22 HTTP/1.1" 200 1293 0.003376 10.0.0.32 - - [2024-09-05 02:35:13] "GET /virtual-machine-interface/91dd37f6-78aa-4a13-a6f6-e0761f1aaeb7 HTTP/1.1" 200 2947 0.002516 10.0.0.32 - - [2024-09-05 02:35:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002329 10.0.0.32 - - [2024-09-05 02:35:13] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002383 10.0.0.32 - - [2024-09-05 02:35:13] "GET /virtual-networks?parent_id=9317e78d-cf79-4162-920c-f869593799d2&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002637 10.0.0.32 - - [2024-09-05 02:35:13] "GET /virtual-network/67009b77-52ff-47d5-b6fc-19a41c07026d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.003377 10.0.0.32 - - [2024-09-05 02:35:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.32 - - [2024-09-05 02:35:14] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002836 10.0.0.32 - - [2024-09-05 02:35:14] "GET /virtual-networks?parent_id=9317e78d-cf79-4162-920c-f869593799d2&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002908 10.0.0.32 - - [2024-09-05 02:35:14] "GET /virtual-network/67009b77-52ff-47d5-b6fc-19a41c07026d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.003645 10.0.0.32 - - [2024-09-05 02:35:18] "GET /obj-perms HTTP/1.1" 200 5056 0.048572 10.0.0.32 - - [2024-09-05 02:35:19] "GET /obj-perms HTTP/1.1" 200 5056 0.045862 10.0.0.32 - - [2024-09-05 02:35:19] "POST /neutron/network HTTP/1.1" 200 826 0.006496 10.0.0.32 - - [2024-09-05 02:35:19] "POST /neutron/network HTTP/1.1" 400 204 0.010690 10.0.0.32 - - [2024-09-05 02:35:19] "POST /neutron/port HTTP/1.1" 200 1090 0.014612 10.0.0.32 - - [2024-09-05 02:35:19] "POST /neutron/port HTTP/1.1" 200 1116 0.008665 10.0.0.32 - - [2024-09-05 02:35:19] "POST /neutron/port HTTP/1.1" 200 1090 0.017408 10.0.0.32 - - [2024-09-05 02:35:20] "POST /neutron/port HTTP/1.1" 200 1116 0.008750 10.0.0.32 - - [2024-09-05 02:35:20] "POST /neutron/port HTTP/1.1" 200 151 0.116110 10.0.0.32 - - [2024-09-05 02:35:20] "POST /neutron/port HTTP/1.1" 200 151 0.126226 10.0.0.32 - - [2024-09-05 02:35:21] "POST /neutron/network HTTP/1.1" 200 826 0.005759 10.0.0.32 - - [2024-09-05 02:35:21] "POST /useragent-kv HTTP/1.1" 200 115 0.001137 10.0.0.32 - - [2024-09-05 02:35:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005900 10.0.0.32 - - [2024-09-05 02:35:21] "POST /useragent-kv HTTP/1.1" 200 115 0.001065 10.0.0.32 - - [2024-09-05 02:35:21] "POST /neutron/network HTTP/1.1" 200 151 0.074698 10.0.0.32 - - [2024-09-05 02:35:21] "DELETE /route-target/4af60304-e59f-4876-9d32-4f9b8fddc9f5 HTTP/1.1" 200 115 0.016822 10.0.0.32 - - [2024-09-05 02:35:21] "GET /projects?obj_uuids=9317e78d-cf79-4162-920c-f869593799d2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001515 10.0.0.32 - - [2024-09-05 02:35:21] "GET /project/9317e78d-cf79-4162-920c-f869593799d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.021597 10.0.0.32 - - [2024-09-05 02:35:21] "GET /projects?obj_uuids=9317e78d-cf79-4162-920c-f869593799d2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001050 10.0.0.32 - - [2024-09-05 02:35:21] "GET /project/9317e78d-cf79-4162-920c-f869593799d2?fields=virtual_networks HTTP/1.1" 200 1035 0.062055 10.0.0.32 - - [2024-09-05 02:35:22] "GET /projects?obj_uuids=9317e78d-cf79-4162-920c-f869593799d2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001133 10.0.0.32 - - [2024-09-05 02:35:22] "GET /project/9317e78d-cf79-4162-920c-f869593799d2?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.019546 10.0.0.32 - - [2024-09-05 02:35:22] "GET /projects?obj_uuids=9317e78d-cf79-4162-920c-f869593799d2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001201 10.0.0.32 - - [2024-09-05 02:35:22] "GET /project/9317e78d-cf79-4162-920c-f869593799d2?fields=security_groups HTTP/1.1" 200 1262 0.020565 10.0.0.32 - - [2024-09-05 02:35:22] "POST /fqname-to-id HTTP/1.1" 404 188 0.023096 10.0.0.32 - - [2024-09-05 02:35:22] "GET /projects?obj_uuids=412c5204-d617-4134-a759-8c64efdcac2a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002848 10.0.0.32 - - [2024-09-05 02:35:22] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001126 10.0.0.32 - - [2024-09-05 02:35:22] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006807 10.0.0.32 - - [2024-09-05 02:35:23] "POST /id-to-fqname HTTP/1.1" 200 190 0.001467 10.0.0.32 - - [2024-09-05 02:35:23] "POST /fqname-to-id HTTP/1.1" 404 199 0.003340 10.0.0.32 - - [2024-09-05 02:35:23] "POST /security-groups HTTP/1.1" 200 591 0.063678 10.0.0.32 - - [2024-09-05 02:35:23] "POST /fqname-to-id HTTP/1.1" 404 234 0.002977 10.0.0.32 - - [2024-09-05 02:35:23] "POST /projects HTTP/1.1" 200 585 0.202244 10.0.0.32 - - [2024-09-05 02:35:23] "POST /access-control-lists HTTP/1.1" 200 596 0.057017 10.0.0.32 - - [2024-09-05 02:35:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.271281 10.0.0.32 - - [2024-09-05 02:35:23] "POST /fqname-to-id HTTP/1.1" 404 233 0.003057 10.0.0.32 - - [2024-09-05 02:35:23] "GET /project/412c5204-d617-4134-a759-8c64efdcac2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.388175 10.0.0.32 - - [2024-09-05 02:35:23] "POST /access-control-lists HTTP/1.1" 200 594 0.059769 10.0.0.32 - - [2024-09-05 02:35:24] "GET / HTTP/1.1" 200 35931 0.002642 10.0.0.32 - - [2024-09-05 02:35:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000494 10.0.0.32 - - [2024-09-05 02:35:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.054735 10.0.0.32 - - [2024-09-05 02:35:25] "GET /projects?obj_uuids=412c5204-d617-4134-a759-8c64efdcac2a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001236 10.0.0.32 - - [2024-09-05 02:35:25] "GET /project/412c5204-d617-4134-a759-8c64efdcac2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.024702 10.0.0.32 - - [2024-09-05 02:35:25] "POST /neutron/network HTTP/1.1" 200 117 0.032771 10.0.0.32 - - [2024-09-05 02:35:25] "GET /projects?obj_uuids=412c5204-d617-4134-a759-8c64efdcac2a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001505 10.0.0.32 - - [2024-09-05 02:35:25] "POST /neutron/network HTTP/1.1" 200 625 0.064628 10.0.0.32 - - [2024-09-05 02:35:25] "POST /route-targets HTTP/1.1" 200 327 0.013777 10.0.0.32 - - [2024-09-05 02:35:25] "POST /ref-update HTTP/1.1" 200 156 0.010464 10.0.0.32 - - [2024-09-05 02:35:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002407 10.0.0.32 - - [2024-09-05 02:35:25] "POST /neutron/subnet HTTP/1.1" 200 701 0.207818 10.0.0.32 - - [2024-09-05 02:35:25] "POST /neutron/network HTTP/1.1" 200 839 0.005506 10.0.0.32 - - [2024-09-05 02:35:25] "POST /id-to-fqname HTTP/1.1" 200 230 0.001204 10.0.0.32 - - [2024-09-05 02:35:25] "GET /virtual-network/7b798652-7a42-45b6-81a4-41f18d2dc064?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.002601 10.0.0.32 - - [2024-09-05 02:35:25] "POST /neutron/network HTTP/1.1" 200 839 0.006301 10.0.0.32 - - [2024-09-05 02:35:25] "GET /virtual-network/7b798652-7a42-45b6-81a4-41f18d2dc064?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.002842 10.0.0.32 - - [2024-09-05 02:35:26] "POST /neutron/network HTTP/1.1" 200 839 0.005812 10.0.0.32 - - [2024-09-05 02:35:26] "POST /neutron/subnet HTTP/1.1" 200 701 0.008686 10.0.0.32 - - [2024-09-05 02:35:26] "POST /neutron/network HTTP/1.1" 200 839 0.005303 10.0.0.32 - - [2024-09-05 02:35:26] "POST /id-to-fqname HTTP/1.1" 200 230 0.001685 10.0.0.32 - - [2024-09-05 02:35:26] "POST /neutron/network HTTP/1.1" 200 849 0.012915 10.0.0.32 - - [2024-09-05 02:35:26] "GET /aaa-mode HTTP/1.1" 401 292 0.000466 10.0.0.32 - - [2024-09-05 02:35:26] "GET / HTTP/1.1" 200 35931 0.001987 10.0.0.32 - - [2024-09-05 02:35:26] "GET /project/412c5204-d617-4134-a759-8c64efdcac2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000450 10.0.0.32 - - [2024-09-05 02:35:26] "GET /projects?obj_uuids=412c5204-d617-4134-a759-8c64efdcac2a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001199 10.0.0.32 - - [2024-09-05 02:35:26] "GET /project/412c5204-d617-4134-a759-8c64efdcac2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.048357 10.0.0.32 - - [2024-09-05 02:35:26] "POST /neutron/network HTTP/1.1" 200 839 0.005239 10.0.0.32 - - [2024-09-05 02:35:27] "POST /neutron/port HTTP/1.1" 200 117 0.005172 10.0.0.32 - - [2024-09-05 02:35:27] "POST /neutron/port HTTP/1.1" 200 117 0.005248 10.0.0.32 - - [2024-09-05 02:35:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002679 10.0.0.32 - - [2024-09-05 02:35:27] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002749 10.0.0.32 - - [2024-09-05 02:35:27] "PUT /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856 HTTP/1.1" 200 276 0.011935 10.0.0.32 - - [2024-09-05 02:35:27] "POST /neutron/port HTTP/1.1" 200 117 0.005350 10.0.0.32 - - [2024-09-05 02:35:27] "POST /neutron/network HTTP/1.1" 200 849 0.007755 10.0.0.32 - - [2024-09-05 02:35:27] "GET /projects?obj_uuids=412c5204-d617-4134-a759-8c64efdcac2a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001317 10.0.0.32 - - [2024-09-05 02:35:27] "POST /neutron/port HTTP/1.1" 200 1055 0.197686 10.0.0.32 - - [2024-09-05 02:35:27] "POST /neutron/port HTTP/1.1" 200 1055 0.009721 10.0.0.32 - - [2024-09-05 02:35:27] "POST /neutron/port HTTP/1.1" 200 1055 0.009520 10.0.0.32 - - [2024-09-05 02:35:27] "POST /neutron/port HTTP/1.1" 200 1109 0.051071 10.0.0.32 - - [2024-09-05 02:35:27] "POST /neutron/port HTTP/1.1" 200 1083 0.017127 10.0.0.32 - - [2024-09-05 02:35:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003168 10.0.0.32 - - [2024-09-05 02:35:27] "POST /neutron/subnet HTTP/1.1" 200 675 0.009666 10.0.0.32 - - [2024-09-05 02:35:27] "POST /neutron/port HTTP/1.1" 200 117 0.001239 10.0.0.32 - - [2024-09-05 02:35:27] "POST /neutron/network HTTP/1.1" 200 839 0.005610 10.0.0.32 - - [2024-09-05 02:35:32] "POST /neutron/port HTTP/1.1" 200 1083 0.014319 10.0.0.32 - - [2024-09-05 02:35:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006570 10.0.0.32 - - [2024-09-05 02:35:32] "POST /neutron/port HTTP/1.1" 200 1083 0.017415 10.0.0.32 - - [2024-09-05 02:35:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006139 10.0.0.32 - - [2024-09-05 02:35:32] "POST /neutron/port HTTP/1.1" 200 1083 0.016642 10.0.0.32 - - [2024-09-05 02:35:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005924 10.0.0.32 - - [2024-09-05 02:35:32] "GET /virtual-machine/a4e5e023-6239-4978-8d4c-463010d7c7f8 HTTP/1.1" 401 292 0.000447 10.0.0.32 - - [2024-09-05 02:35:32] "GET /virtual-machine/a4e5e023-6239-4978-8d4c-463010d7c7f8 HTTP/1.1" 200 1293 0.027792 10.0.0.32 - - [2024-09-05 02:35:32] "GET /virtual-machine-interface/fa20b3ea-325d-4e53-a0c7-b9b19aaa5443 HTTP/1.1" 200 2972 0.003171 10.0.0.32 - - [2024-09-05 02:35:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.32 - - [2024-09-05 02:35:32] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.003414 10.0.0.32 - - [2024-09-05 02:35:33] "GET /virtual-networks?parent_id=412c5204-d617-4134-a759-8c64efdcac2a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003211 10.0.0.32 - - [2024-09-05 02:35:33] "GET /virtual-network/7b798652-7a42-45b6-81a4-41f18d2dc064?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003328 10.0.0.32 - - [2024-09-05 02:35:35] "POST /neutron/port HTTP/1.1" 200 1083 0.016335 10.0.0.32 - - [2024-09-05 02:35:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005835 10.0.0.32 - - [2024-09-05 02:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.32 - - [2024-09-05 02:35:36] "GET /virtual-network/7b798652-7a42-45b6-81a4-41f18d2dc064?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003564 10.0.0.32 - - [2024-09-05 02:35:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.32 - - [2024-09-05 02:35:38] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.002636 10.0.0.32 - - [2024-09-05 02:35:38] "GET /virtual-networks?parent_id=412c5204-d617-4134-a759-8c64efdcac2a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002982 10.0.0.32 - - [2024-09-05 02:35:38] "GET /virtual-network/7b798652-7a42-45b6-81a4-41f18d2dc064?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003499 10.0.0.32 - - [2024-09-05 02:35:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.32 - - [2024-09-05 02:35:40] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.002656 10.0.0.32 - - [2024-09-05 02:35:40] "PUT /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856 HTTP/1.1" 200 276 0.008675 10.0.0.32 - - [2024-09-05 02:35:40] "POST /neutron/network HTTP/1.1" 200 839 0.008468 10.0.0.32 - - [2024-09-05 02:35:40] "POST /neutron/network HTTP/1.1" 400 204 0.010254 10.0.0.32 - - [2024-09-05 02:35:40] "POST /neutron/port HTTP/1.1" 200 1083 0.014235 10.0.0.32 - - [2024-09-05 02:35:40] "POST /neutron/port HTTP/1.1" 200 1109 0.008272 10.0.0.32 - - [2024-09-05 02:35:41] "POST /neutron/port HTTP/1.1" 200 151 0.083713 10.0.0.32 - - [2024-09-05 02:35:42] "POST /neutron/network HTTP/1.1" 200 839 0.006279 10.0.0.32 - - [2024-09-05 02:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.033483 10.0.0.32 - - [2024-09-05 02:35:42] "POST /useragent-kv HTTP/1.1" 200 115 0.047925 10.0.0.32 - - [2024-09-05 02:35:42] "DELETE /route-target/0d3719b5-fde6-463a-b91c-6ea6d5148012 HTTP/1.1" 200 115 0.018254 10.0.0.32 - - [2024-09-05 02:35:42] "POST /useragent-kv HTTP/1.1" 200 115 0.001066 10.0.0.32 - - [2024-09-05 02:35:42] "POST /neutron/network HTTP/1.1" 200 151 0.120754 10.0.0.32 - - [2024-09-05 02:35:43] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002980 10.0.0.32 - - [2024-09-05 02:35:43] "POST /network-ipams HTTP/1.1" 200 541 0.016311 10.0.0.32 - - [2024-09-05 02:35:43] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.002956 10.0.0.32 - - [2024-09-05 02:35:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.32 - - [2024-09-05 02:35:43] "GET /network-ipam/82182712-6f38-4d77-806b-b2e1285e3666?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.004278 10.0.0.32 - - [2024-09-05 02:35:43] "PUT /network-ipam/82182712-6f38-4d77-806b-b2e1285e3666 HTTP/1.1" 200 258 0.009477 10.0.0.32 - - [2024-09-05 02:35:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.32 - - [2024-09-05 02:35:43] "GET /projects?obj_uuids=412c5204-d617-4134-a759-8c64efdcac2a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001156 10.0.0.32 - - [2024-09-05 02:35:43] "GET /project/412c5204-d617-4134-a759-8c64efdcac2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.021863 10.0.0.32 - - [2024-09-05 02:35:43] "POST /neutron/network HTTP/1.1" 200 117 0.007528 10.0.0.32 - - [2024-09-05 02:35:43] "GET /projects?obj_uuids=412c5204-d617-4134-a759-8c64efdcac2a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001125 10.0.0.32 - - [2024-09-05 02:35:43] "POST /neutron/network HTTP/1.1" 200 605 0.060250 10.0.0.32 - - [2024-09-05 02:35:43] "POST /route-targets HTTP/1.1" 200 327 0.011613 10.0.0.32 - - [2024-09-05 02:35:43] "POST /ref-update HTTP/1.1" 200 156 0.011887 10.0.0.32 - - [2024-09-05 02:35:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002697 10.0.0.32 - - [2024-09-05 02:35:43] "POST /neutron/subnet HTTP/1.1" 200 699 0.149077 10.0.0.32 - - [2024-09-05 02:35:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003325 10.0.0.32 - - [2024-09-05 02:35:44] "POST /neutron/subnet HTTP/1.1" 200 699 0.152337 10.0.0.32 - - [2024-09-05 02:35:44] "POST /neutron/network HTTP/1.1" 200 994 0.006619 10.0.0.32 - - [2024-09-05 02:35:44] "POST /id-to-fqname HTTP/1.1" 200 220 0.001207 10.0.0.32 - - [2024-09-05 02:35:44] "GET /virtual-network/10a1514f-bc38-4515-a7cd-798bbafd4792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.002600 10.0.0.32 - - [2024-09-05 02:35:44] "POST /neutron/network HTTP/1.1" 200 994 0.009117 10.0.0.32 - - [2024-09-05 02:35:44] "GET /virtual-network/10a1514f-bc38-4515-a7cd-798bbafd4792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.002831 10.0.0.32 - - [2024-09-05 02:35:44] "POST /neutron/network HTTP/1.1" 200 994 0.007156 10.0.0.32 - - [2024-09-05 02:35:44] "POST /neutron/subnet HTTP/1.1" 200 699 0.006422 10.0.0.32 - - [2024-09-05 02:35:44] "POST /neutron/subnet HTTP/1.1" 200 699 0.006545 10.0.0.32 - - [2024-09-05 02:35:44] "POST /neutron/network HTTP/1.1" 200 994 0.006187 10.0.0.32 - - [2024-09-05 02:35:44] "POST /neutron/subnet HTTP/1.1" 200 699 0.006906 10.0.0.32 - - [2024-09-05 02:35:44] "POST /neutron/subnet HTTP/1.1" 200 699 0.006751 10.0.0.32 - - [2024-09-05 02:35:44] "GET /projects?obj_uuids=412c5204-d617-4134-a759-8c64efdcac2a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001179 10.0.0.32 - - [2024-09-05 02:35:44] "POST /neutron/port HTTP/1.1" 200 1017 0.153242 10.0.0.32 - - [2024-09-05 02:35:44] "GET /projects?obj_uuids=412c5204-d617-4134-a759-8c64efdcac2a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001126 10.0.0.32 - - [2024-09-05 02:35:44] "POST /neutron/port HTTP/1.1" 200 1017 0.151083 10.0.0.32 - - [2024-09-05 02:35:44] "POST /id-to-fqname HTTP/1.1" 200 220 0.001341 10.0.0.32 - - [2024-09-05 02:35:44] "POST /neutron/port HTTP/1.1" 200 1017 0.008460 10.0.0.32 - - [2024-09-05 02:35:44] "POST /neutron/port HTTP/1.1" 200 1017 0.008097 10.0.0.32 - - [2024-09-05 02:35:44] "POST /neutron/network HTTP/1.1" 200 994 0.006921 10.0.0.32 - - [2024-09-05 02:35:44] "POST /neutron/port HTTP/1.1" 200 1017 0.007327 10.0.0.32 - - [2024-09-05 02:35:44] "POST /neutron/port HTTP/1.1" 200 117 0.004917 10.0.0.32 - - [2024-09-05 02:35:44] "POST /neutron/port HTTP/1.1" 200 117 0.005260 10.0.0.32 - - [2024-09-05 02:35:44] "POST /id-to-fqname HTTP/1.1" 200 220 0.001447 10.0.0.32 - - [2024-09-05 02:35:44] "POST /neutron/port HTTP/1.1" 200 117 0.005592 10.0.0.32 - - [2024-09-05 02:35:45] "POST /neutron/port HTTP/1.1" 200 1017 0.007980 10.0.0.32 - - [2024-09-05 02:35:45] "POST /neutron/port HTTP/1.1" 200 1017 0.007016 10.0.0.32 - - [2024-09-05 02:35:45] "POST /neutron/network HTTP/1.1" 200 994 0.006614 10.0.0.32 - - [2024-09-05 02:35:45] "POST /neutron/port HTTP/1.1" 200 1017 0.006851 10.0.0.32 - - [2024-09-05 02:35:45] "POST /neutron/port HTTP/1.1" 200 1017 0.007949 10.0.0.32 - - [2024-09-05 02:35:45] "POST /neutron/port HTTP/1.1" 200 1017 0.009845 10.0.0.32 - - [2024-09-05 02:35:45] "POST /neutron/port HTTP/1.1" 200 117 0.009824 10.0.0.32 - - [2024-09-05 02:35:45] "POST /neutron/port HTTP/1.1" 200 117 0.004784 10.0.0.32 - - [2024-09-05 02:35:45] "POST /id-to-fqname HTTP/1.1" 200 220 0.001376 10.0.0.32 - - [2024-09-05 02:35:45] "POST /neutron/port HTTP/1.1" 200 117 0.006531 10.0.0.32 - - [2024-09-05 02:35:45] "POST /neutron/network HTTP/1.1" 200 1004 0.007407 10.0.0.32 - - [2024-09-05 02:35:45] "GET /aaa-mode HTTP/1.1" 401 292 0.000492 10.0.0.32 - - [2024-09-05 02:35:45] "GET / HTTP/1.1" 200 35931 0.001998 10.0.0.32 - - [2024-09-05 02:35:45] "GET /project/412c5204-d617-4134-a759-8c64efdcac2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000417 10.0.0.32 - - [2024-09-05 02:35:45] "POST /neutron/port HTTP/1.1" 200 1017 0.008138 10.0.0.32 - - [2024-09-05 02:35:45] "POST /neutron/network HTTP/1.1" 200 1004 0.006582 10.0.0.32 - - [2024-09-05 02:35:45] "POST /neutron/port HTTP/1.1" 200 1017 0.007741 10.0.0.32 - - [2024-09-05 02:35:45] "POST /neutron/port HTTP/1.1" 200 1017 0.007840 10.0.0.32 - - [2024-09-05 02:35:45] "POST /neutron/port HTTP/1.1" 200 1017 0.012854 10.0.0.32 - - [2024-09-05 02:35:45] "POST /neutron/network HTTP/1.1" 200 1004 0.011014 10.0.0.32 - - [2024-09-05 02:35:45] "POST /neutron/port HTTP/1.1" 200 1017 0.017134 10.0.0.32 - - [2024-09-05 02:35:45] "POST /neutron/port HTTP/1.1" 200 1017 0.026887 10.0.0.32 - - [2024-09-05 02:35:45] "POST /neutron/port HTTP/1.1" 200 1109 0.136822 10.0.0.32 - - [2024-09-05 02:35:46] "POST /neutron/port HTTP/1.1" 200 1109 0.107686 10.0.0.32 - - [2024-09-05 02:35:46] "POST /neutron/port HTTP/1.1" 200 1083 0.039064 10.0.0.32 - - [2024-09-05 02:35:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.011141 10.0.0.32 - - [2024-09-05 02:35:46] "GET /projects?obj_uuids=412c5204-d617-4134-a759-8c64efdcac2a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001491 10.0.0.32 - - [2024-09-05 02:35:46] "GET /project/412c5204-d617-4134-a759-8c64efdcac2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.061857 10.0.0.32 - - [2024-09-05 02:35:46] "POST /neutron/subnet HTTP/1.1" 200 673 0.028417 10.0.0.32 - - [2024-09-05 02:35:46] "POST /neutron/port HTTP/1.1" 200 1083 0.033698 10.0.0.32 - - [2024-09-05 02:35:46] "POST /neutron/network HTTP/1.1" 200 994 0.006850 10.0.0.32 - - [2024-09-05 02:35:46] "POST /neutron/port HTTP/1.1" 200 117 0.001698 10.0.0.32 - - [2024-09-05 02:35:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.012769 10.0.0.32 - - [2024-09-05 02:35:46] "POST /neutron/network HTTP/1.1" 200 994 0.007019 10.0.0.32 - - [2024-09-05 02:35:46] "POST /neutron/subnet HTTP/1.1" 200 673 0.024076 10.0.0.32 - - [2024-09-05 02:35:46] "POST /neutron/port HTTP/1.1" 200 117 0.001393 10.0.0.32 - - [2024-09-05 02:35:46] "POST /neutron/network HTTP/1.1" 200 994 0.010547 10.0.0.32 - - [2024-09-05 02:35:46] "POST /neutron/port HTTP/1.1" 200 2050 0.022773 10.0.0.32 - - [2024-09-05 02:35:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006101 10.0.0.32 - - [2024-09-05 02:35:46] "POST /neutron/port HTTP/1.1" 200 117 0.005210 10.0.0.32 - - [2024-09-05 02:35:46] "GET /domains HTTP/1.1" 200 280 0.005161 10.0.0.32 - - [2024-09-05 02:35:46] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001865 10.0.0.32 - - [2024-09-05 02:35:46] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0 HTTP/1.1" 200 2759 0.013954 10.0.0.32 - - [2024-09-05 02:35:46] "GET /projects?obj_uuids=412c5204-d617-4134-a759-8c64efdcac2a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001660 10.0.0.32 - - [2024-09-05 02:35:46] "GET /project/412c5204-d617-4134-a759-8c64efdcac2a HTTP/1.1" 200 2842 0.070224 10.0.0.32 - - [2024-09-05 02:35:46] "GET /network-ipam/82182712-6f38-4d77-806b-b2e1285e3666 HTTP/1.1" 200 2600 0.003723 10.0.0.32 - - [2024-09-05 02:35:46] "GET /domains HTTP/1.1" 200 280 0.002745 10.0.0.32 - - [2024-09-05 02:35:46] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001112 10.0.0.32 - - [2024-09-05 02:35:46] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0 HTTP/1.1" 200 2759 0.006749 10.0.0.32 - - [2024-09-05 02:35:46] "GET /projects?obj_uuids=412c5204-d617-4134-a759-8c64efdcac2a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001078 10.0.0.32 - - [2024-09-05 02:35:46] "GET /project/412c5204-d617-4134-a759-8c64efdcac2a HTTP/1.1" 200 2842 0.076939 10.0.0.32 - - [2024-09-05 02:35:46] "GET /virtual-network/10a1514f-bc38-4515-a7cd-798bbafd4792 HTTP/1.1" 200 3779 0.009640 10.0.0.32 - - [2024-09-05 02:35:46] "GET /virtual-network/10a1514f-bc38-4515-a7cd-798bbafd4792 HTTP/1.1" 200 3779 0.003997 10.0.0.32 - - [2024-09-05 02:35:46] "GET /routing-instance/67631bd4-5180-4c43-a196-fe50b720fd9c HTTP/1.1" 200 2380 0.003928 10.0.0.32 - - [2024-09-05 02:35:46] "GET /routing-instance/67631bd4-5180-4c43-a196-fe50b720fd9c HTTP/1.1" 200 2380 0.003903 10.0.0.32 - - [2024-09-05 02:35:46] "GET /route-target/ee30a9ed-2fe6-44be-a5ba-0e3e4b255c6a HTTP/1.1" 200 1205 0.002941 10.0.0.32 - - [2024-09-05 02:35:46] "GET /virtual-network/10a1514f-bc38-4515-a7cd-798bbafd4792 HTTP/1.1" 200 3779 0.002967 10.0.0.32 - - [2024-09-05 02:35:46] "GET /routing-instance/67631bd4-5180-4c43-a196-fe50b720fd9c HTTP/1.1" 200 2380 0.003868 10.0.0.32 - - [2024-09-05 02:35:46] "GET /virtual-network/10a1514f-bc38-4515-a7cd-798bbafd4792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.002800 10.0.0.32 - - [2024-09-05 02:35:46] "GET /virtual-network/10a1514f-bc38-4515-a7cd-798bbafd4792 HTTP/1.1" 200 3779 0.003618 10.0.0.32 - - [2024-09-05 02:35:46] "GET /routing-instance/67631bd4-5180-4c43-a196-fe50b720fd9c HTTP/1.1" 200 2380 0.002661 10.0.0.32 - - [2024-09-05 02:35:46] "GET /routing-instance/67631bd4-5180-4c43-a196-fe50b720fd9c HTTP/1.1" 200 2380 0.002581 10.0.0.32 - - [2024-09-05 02:35:46] "GET /route-target/ee30a9ed-2fe6-44be-a5ba-0e3e4b255c6a HTTP/1.1" 200 1205 0.002417 10.0.0.32 - - [2024-09-05 02:35:46] "GET /domains HTTP/1.1" 200 280 0.003239 10.0.0.32 - - [2024-09-05 02:35:46] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001084 10.0.0.32 - - [2024-09-05 02:35:46] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0 HTTP/1.1" 200 2759 0.006744 10.0.0.32 - - [2024-09-05 02:35:46] "GET /projects?obj_uuids=412c5204-d617-4134-a759-8c64efdcac2a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001389 10.0.0.32 - - [2024-09-05 02:35:46] "POST /neutron/network HTTP/1.1" 200 1004 0.007719 10.0.0.32 - - [2024-09-05 02:35:46] "GET /projects?obj_uuids=412c5204-d617-4134-a759-8c64efdcac2a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001230 10.0.0.32 - - [2024-09-05 02:35:46] "GET /project/412c5204-d617-4134-a759-8c64efdcac2a HTTP/1.1" 200 2842 0.099292 10.0.0.32 - - [2024-09-05 02:35:46] "GET /virtual-network/10a1514f-bc38-4515-a7cd-798bbafd4792 HTTP/1.1" 200 3779 0.003964 10.0.0.32 - - [2024-09-05 02:35:47] "POST /neutron/port HTTP/1.1" 200 1055 0.370449 10.0.0.32 - - [2024-09-05 02:35:47] "POST /neutron/port HTTP/1.1" 200 1055 0.014133 10.0.0.32 - - [2024-09-05 02:35:47] "POST /neutron/port HTTP/1.1" 200 1055 0.011750 10.0.0.32 - - [2024-09-05 02:35:47] "POST /neutron/port HTTP/1.1" 200 1109 0.113082 10.0.0.32 - - [2024-09-05 02:35:47] "GET /obj-perms HTTP/1.1" 200 5030 0.080392 10.0.0.32 - - [2024-09-05 02:35:47] "POST /neutron/port HTTP/1.1" 200 1083 0.021082 10.0.0.32 - - [2024-09-05 02:35:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.013443 10.0.0.32 - - [2024-09-05 02:35:47] "POST /neutron/port HTTP/1.1" 200 1083 0.020705 10.0.0.32 - - [2024-09-05 02:35:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006167 10.0.0.32 - - [2024-09-05 02:35:47] "POST /neutron/subnet HTTP/1.1" 200 673 0.012101 10.0.0.32 - - [2024-09-05 02:35:47] "POST /neutron/port HTTP/1.1" 200 117 0.001276 10.0.0.32 - - [2024-09-05 02:35:47] "POST /neutron/network HTTP/1.1" 200 994 0.008600 10.0.0.32 - - [2024-09-05 02:35:52] "POST /neutron/port HTTP/1.1" 200 1083 0.014589 10.0.0.32 - - [2024-09-05 02:35:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005923 10.0.0.32 - - [2024-09-05 02:35:52] "POST /neutron/port HTTP/1.1" 200 1083 0.020967 10.0.0.32 - - [2024-09-05 02:35:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011471 10.0.0.32 - - [2024-09-05 02:35:52] "POST /neutron/port HTTP/1.1" 200 1083 0.020354 10.0.0.32 - - [2024-09-05 02:35:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006598 10.0.0.32 - - [2024-09-05 02:35:52] "GET /virtual-machine/a476ca3e-46c2-4de9-9d53-61f7b4648f5e HTTP/1.1" 200 1289 0.005066 10.0.0.32 - - [2024-09-05 02:35:52] "GET /virtual-machine-interface/13761450-e0c9-4668-a078-bec7f87d85c3 HTTP/1.1" 200 2941 0.003380 10.0.0.32 - - [2024-09-05 02:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.32 - - [2024-09-05 02:35:52] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003429 10.0.0.32 - - [2024-09-05 02:35:52] "GET /virtual-networks?parent_id=412c5204-d617-4134-a759-8c64efdcac2a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004253 10.0.0.32 - - [2024-09-05 02:35:52] "GET /virtual-network/10a1514f-bc38-4515-a7cd-798bbafd4792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.003369 10.0.0.32 - - [2024-09-05 02:35:54] "POST /neutron/port HTTP/1.1" 200 1083 0.015804 10.0.0.32 - - [2024-09-05 02:35:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005168 10.0.0.32 - - [2024-09-05 02:35:54] "POST /neutron/port HTTP/1.1" 200 1083 0.018415 10.0.0.32 - - [2024-09-05 02:35:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007234 10.0.0.32 - - [2024-09-05 02:35:55] "POST /neutron/port HTTP/1.1" 200 1083 0.014742 10.0.0.32 - - [2024-09-05 02:35:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005180 10.0.0.32 - - [2024-09-05 02:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.32 - - [2024-09-05 02:35:56] "GET /virtual-network/10a1514f-bc38-4515-a7cd-798bbafd4792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.002794 10.0.0.32 - - [2024-09-05 02:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004119 10.0.0.32 - - [2024-09-05 02:35:58] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003565 10.0.0.32 - - [2024-09-05 02:35:58] "GET /virtual-networks?parent_id=412c5204-d617-4134-a759-8c64efdcac2a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003862 10.0.0.32 - - [2024-09-05 02:35:58] "GET /virtual-network/10a1514f-bc38-4515-a7cd-798bbafd4792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004290 10.0.0.32 - - [2024-09-05 02:35:58] "POST /neutron/port HTTP/1.1" 200 1083 0.015448 10.0.0.32 - - [2024-09-05 02:35:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005502 10.0.0.32 - - [2024-09-05 02:35:58] "POST /neutron/port HTTP/1.1" 200 1083 0.016741 10.0.0.32 - - [2024-09-05 02:35:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006037 10.0.0.32 - - [2024-09-05 02:35:58] "POST /neutron/port HTTP/1.1" 200 1083 0.014337 10.0.0.32 - - [2024-09-05 02:35:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005392 10.0.0.32 - - [2024-09-05 02:35:58] "GET /virtual-machine/8ed66cdf-f52c-4099-9a4c-f63fc5368213 HTTP/1.1" 200 1289 0.003350 10.0.0.32 - - [2024-09-05 02:35:58] "GET /virtual-machine-interface/c1378141-827d-45e0-bc93-8ed1618f2314 HTTP/1.1" 200 2942 0.002329 10.0.0.32 - - [2024-09-05 02:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002116 10.0.0.32 - - [2024-09-05 02:35:58] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002218 10.0.0.32 - - [2024-09-05 02:35:58] "GET /virtual-networks?parent_id=412c5204-d617-4134-a759-8c64efdcac2a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.059152 10.0.0.32 - - [2024-09-05 02:35:58] "GET /virtual-network/10a1514f-bc38-4515-a7cd-798bbafd4792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.003477 10.0.0.32 - - [2024-09-05 02:35:59] "POST /neutron/port HTTP/1.1" 200 1083 0.035739 10.0.0.32 - - [2024-09-05 02:35:59] "POST /neutron/port HTTP/1.1" 200 1083 0.014272 10.0.0.32 - - [2024-09-05 02:35:59] "POST /neutron/network HTTP/1.1" 200 1004 0.007023 10.0.0.32 - - [2024-09-05 02:35:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002772 10.0.0.32 - - [2024-09-05 02:35:59] "POST /neutron/subnet HTTP/1.1" 200 673 0.010619 10.0.0.32 - - [2024-09-05 02:35:59] "POST /neutron/port HTTP/1.1" 200 117 0.001122 10.0.0.32 - - [2024-09-05 02:36:00] "POST /neutron/network HTTP/1.1" 200 994 0.007297 10.0.0.32 - - [2024-09-05 02:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.32 - - [2024-09-05 02:36:00] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002486 10.0.0.32 - - [2024-09-05 02:36:00] "GET /virtual-networks?parent_id=412c5204-d617-4134-a759-8c64efdcac2a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003398 10.0.0.32 - - [2024-09-05 02:36:00] "GET /virtual-network/10a1514f-bc38-4515-a7cd-798bbafd4792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.003113 10.0.0.32 - - [2024-09-05 02:36:00] "POST /neutron/port HTTP/1.1" 200 1083 0.014649 10.0.0.32 - - [2024-09-05 02:36:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006662 10.0.0.32 - - [2024-09-05 02:36:00] "POST /neutron/port HTTP/1.1" 200 1083 0.014944 10.0.0.32 - - [2024-09-05 02:36:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005975 10.0.0.32 - - [2024-09-05 02:36:00] "POST /neutron/port HTTP/1.1" 200 1083 0.014779 10.0.0.32 - - [2024-09-05 02:36:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006460 10.0.0.32 - - [2024-09-05 02:36:00] "GET /virtual-machine/c1e1b350-f3bc-4fd0-9052-40d1c1dbe425 HTTP/1.1" 200 1293 0.004071 10.0.0.32 - - [2024-09-05 02:36:00] "GET /virtual-machine-interface/d9f8c8db-2f32-4d4f-87bd-2bc50cc327b6 HTTP/1.1" 200 2941 0.002833 10.0.0.32 - - [2024-09-05 02:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.32 - - [2024-09-05 02:36:00] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002582 10.0.0.32 - - [2024-09-05 02:36:00] "GET /virtual-networks?parent_id=412c5204-d617-4134-a759-8c64efdcac2a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002813 10.0.0.32 - - [2024-09-05 02:36:00] "GET /virtual-network/10a1514f-bc38-4515-a7cd-798bbafd4792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004047 10.0.0.32 - - [2024-09-05 02:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.32 - - [2024-09-05 02:36:01] "GET /global-vrouter-config/9fde16ef-6f6c-40ec-9601-2c98def3c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002604 10.0.0.32 - - [2024-09-05 02:36:01] "GET /virtual-networks?parent_id=412c5204-d617-4134-a759-8c64efdcac2a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003005 10.0.0.32 - - [2024-09-05 02:36:01] "GET /virtual-network/10a1514f-bc38-4515-a7cd-798bbafd4792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.003427 10.0.0.32 - - [2024-09-05 02:36:12] "DELETE /project/412c5204d6174134a7598c64efdcac2a HTTP/1.1" 404 173 0.028165 10.0.0.32 - - [2024-09-05 02:36:12] "GET /projects?obj_uuids=9317e78d-cf79-4162-920c-f869593799d2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001102 10.0.0.32 - - [2024-09-05 02:36:12] "GET /project/9317e78d-cf79-4162-920c-f869593799d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.018427 10.0.0.32 - - [2024-09-05 02:36:12] "GET /projects?obj_uuids=9317e78d-cf79-4162-920c-f869593799d2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001026 10.0.0.32 - - [2024-09-05 02:36:12] "GET /project/9317e78d-cf79-4162-920c-f869593799d2?fields=security_groups HTTP/1.1" 200 1367 0.059017 10.0.0.32 - - [2024-09-05 02:36:12] "DELETE /security-group/5c53b55f-1676-4263-a6d7-6b404ef1b145 HTTP/1.1" 200 115 0.040041 10.0.0.32 - - [2024-09-05 02:36:12] "GET /projects?obj_uuids=9317e78d-cf79-4162-920c-f869593799d2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001307 10.0.0.32 - - [2024-09-05 02:36:12] "DELETE /access-control-list/e353105a-5e70-441e-b0ae-167dfa7a2dba HTTP/1.1" 200 115 0.027332 10.0.0.32 - - [2024-09-05 02:36:12] "GET /project/9317e78d-cf79-4162-920c-f869593799d2?fields=application_policy_sets HTTP/1.1" 200 1406 0.029376 10.0.0.32 - - [2024-09-05 02:36:12] "DELETE /access-control-list/0ad1a545-0d0c-47b3-88aa-980b7fe3bced HTTP/1.1" 200 115 0.022146 10.0.0.32 - - [2024-09-05 02:36:12] "DELETE /project/9317e78d-cf79-4162-920c-f869593799d2 HTTP/1.1" 200 115 0.332602 10.0.0.32 - - [2024-09-05 02:36:17] "POST /neutron/port HTTP/1.1" 200 1109 0.012042 10.0.0.32 - - [2024-09-05 02:36:17] "POST /neutron/port HTTP/1.1" 200 1109 0.008455 10.0.0.32 - - [2024-09-05 02:36:17] "POST /neutron/port HTTP/1.1" 200 151 0.106095 10.0.0.32 - - [2024-09-05 02:36:17] "POST /neutron/port HTTP/1.1" 200 1109 0.009465 10.0.0.32 - - [2024-09-05 02:36:17] "POST /neutron/port HTTP/1.1" 200 1109 0.010710 10.0.0.32 - - [2024-09-05 02:36:17] "POST /neutron/port HTTP/1.1" 200 1083 0.017299 10.0.0.32 - - [2024-09-05 02:36:17] "POST /neutron/port HTTP/1.1" 200 1109 0.008471 10.0.0.32 - - [2024-09-05 02:36:17] "POST /neutron/port HTTP/1.1" 200 151 0.143006 10.0.0.32 - - [2024-09-05 02:36:17] "POST /neutron/network HTTP/1.1" 200 994 0.007969 10.0.0.32 - - [2024-09-05 02:36:17] "POST /neutron/network HTTP/1.1" 400 204 0.013824 10.0.0.32 - - [2024-09-05 02:36:17] "POST /neutron/port HTTP/1.1" 200 151 0.115243 10.0.0.32 - - [2024-09-05 02:36:19] "GET /obj-perms HTTP/1.1" 200 5056 0.046593 10.0.0.32 - - [2024-09-05 02:36:19] "POST /neutron/network HTTP/1.1" 200 994 0.009633 10.0.0.32 - - [2024-09-05 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.32 - - [2024-09-05 02:36:19] "POST /useragent-kv HTTP/1.1" 200 115 0.001188 10.0.0.32 - - [2024-09-05 02:36:19] "POST /useragent-kv HTTP/1.1" 200 115 0.001166 10.0.0.32 - - [2024-09-05 02:36:19] "POST /useragent-kv HTTP/1.1" 200 115 0.001039 10.0.0.32 - - [2024-09-05 02:36:19] "POST /useragent-kv HTTP/1.1" 200 115 0.001034 10.0.0.32 - - [2024-09-05 02:36:19] "POST /neutron/network HTTP/1.1" 200 151 0.103992 10.0.0.32 - - [2024-09-05 02:36:19] "DELETE /route-target/ee30a9ed-2fe6-44be-a5ba-0e3e4b255c6a HTTP/1.1" 200 115 0.027450 10.0.0.32 - - [2024-09-05 02:36:19] "GET /routing-instance/67631bd4-5180-4c43-a196-fe50b720fd9c HTTP/1.1" 404 171 0.002911 10.0.0.32 - - [2024-09-05 02:36:19] "GET /domains HTTP/1.1" 200 280 0.002922 10.0.0.32 - - [2024-09-05 02:36:19] "GET /domains?obj_uuids=74dea40d-eb15-44dd-8947-fbbd2f2d6cc0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001590 10.0.0.32 - - [2024-09-05 02:36:20] "GET /domain/74dea40d-eb15-44dd-8947-fbbd2f2d6cc0 HTTP/1.1" 200 2572 0.052532 10.0.0.32 - - [2024-09-05 02:36:20] "GET /projects?obj_uuids=412c5204-d617-4134-a759-8c64efdcac2a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001134 10.0.0.32 - - [2024-09-05 02:36:20] "GET /obj-perms HTTP/1.1" 200 5056 0.050415 10.0.0.32 - - [2024-09-05 02:36:20] "GET /project/412c5204-d617-4134-a759-8c64efdcac2a HTTP/1.1" 200 2085 0.069479 10.0.0.32 - - [2024-09-05 02:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.007197 10.0.0.32 - - [2024-09-05 02:36:20] "DELETE /network-ipam/82182712-6f38-4d77-806b-b2e1285e3666 HTTP/1.1" 200 115 0.021497 10.0.0.32 - - [2024-09-05 02:36:20] "POST /fqname-to-id HTTP/1.1" 404 211 0.002236 10.0.0.32 - - [2024-09-05 02:36:20] "GET /projects?obj_uuids=412c5204-d617-4134-a759-8c64efdcac2a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001158 10.0.0.32 - - [2024-09-05 02:36:20] "GET /project/412c5204-d617-4134-a759-8c64efdcac2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.047726 10.0.0.32 - - [2024-09-05 02:36:20] "GET /projects?obj_uuids=412c5204-d617-4134-a759-8c64efdcac2a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001124 10.0.0.32 - - [2024-09-05 02:36:20] "GET /project/412c5204-d617-4134-a759-8c64efdcac2a?fields=virtual_networks HTTP/1.1" 200 1032 0.065780 10.0.0.32 - - [2024-09-05 02:36:20] "GET /projects?obj_uuids=412c5204-d617-4134-a759-8c64efdcac2a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001195 10.0.0.32 - - [2024-09-05 02:36:20] "GET /project/412c5204-d617-4134-a759-8c64efdcac2a?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.021652 10.0.0.32 - - [2024-09-05 02:36:20] "GET /projects?obj_uuids=412c5204-d617-4134-a759-8c64efdcac2a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001458 10.0.0.32 - - [2024-09-05 02:36:20] "GET /project/412c5204-d617-4134-a759-8c64efdcac2a?fields=security_groups HTTP/1.1" 200 1258 0.022680 10.0.0.32 - - [2024-09-05 02:36:22] "POST /neutron/port HTTP/1.1" 200 117 0.005115 10.0.0.32 - - [2024-09-05 02:36:22] "POST /neutron/port HTTP/1.1" 400 205 0.003518 10.0.0.32 - - [2024-09-05 02:36:22] "POST /neutron/port HTTP/1.1" 200 117 0.005333 10.0.0.32 - - [2024-09-05 02:36:22] "POST /neutron/port HTTP/1.1" 400 205 0.003385 10.0.0.32 - - [2024-09-05 02:36:28] "GET / HTTP/1.1" 200 35931 0.002175 10.0.0.32 - - [2024-09-05 02:36:29] "GET /project/8e3761b2-f5a2-41b1-8c71-e2042dcf1bed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000493 10.0.0.32 - - [2024-09-05 02:36:29] "GET /projects?obj_uuids=8e3761b2-f5a2-41b1-8c71-e2042dcf1bed&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001217