++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu Sep 12 02:16:46 UTC 2024 ===================' INFO: =================== Thu Sep 12 02:16:46 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 ' +++ head -n 1 +++ awk '{print $2}' ++ 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.8 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.8 ++ 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 ++ cut -d , -f 1 ++ echo 10.0.0.32 + 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.8,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.8,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/12/2024 02:16:54.426 7ffa6aa8ec88 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 09/12/2024 02:16:54.466 7ffa6aa8ec88 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 09/12/2024 02:16:54.492 7ffa6aa8ec88 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 09/12/2024 02:16:54.492 7ffa6aa8ec88 [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-12 02:16:58] "GET / HTTP/1.1" 200 45871 0.002049 10.0.0.32 - - [2024-09-12 02:16:58] "GET / HTTP/1.1" 200 45871 0.001493 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-12 02:16:58] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000666 10.0.0.32 - - [2024-09-12 02:16:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000364 10.0.0.32 - - [2024-09-12 02:16:59] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.720100 10.0.0.32 - - [2024-09-12 02:16:59] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003523 10.0.0.32 - - [2024-09-12 02:16:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.395500 10.0.0.32 - - [2024-09-12 02:16:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.32 - - [2024-09-12 02:16:59] "GET / HTTP/1.1" 200 35931 0.002399 /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-12 02:16:59] "GET / HTTP/1.1" 200 35931 0.002048 10.0.0.32 - - [2024-09-12 02:16:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000569 10.0.0.32 - - [2024-09-12 02:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.035840 10.0.0.32 - - [2024-09-12 02:17:00] "GET /global-system-config/83281d94-3bdf-48d4-a7cb-ea3db57aea75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.019882 10.0.0.32 - - [2024-09-12 02:17:00] "POST /fqname-to-id HTTP/1.1" 404 220 0.003623 10.0.0.32 - - [2024-09-12 02:17:00] "POST /config-nodes HTTP/1.1" 200 599 0.031413 10.0.0.32 - - [2024-09-12 02:17:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000616 10.0.0.32 - - [2024-09-12 02:17:00] "GET / HTTP/1.1" 200 35931 0.002409 10.0.0.32 - - [2024-09-12 02:17:00] "GET / HTTP/1.1" 200 35931 0.001778 10.0.0.32 - - [2024-09-12 02:17:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000514 10.0.0.32 - - [2024-09-12 02:17:00] "GET / HTTP/1.1" 200 35931 0.001876 10.0.0.32 - - [2024-09-12 02:17:00] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000674 10.0.0.32 - - [2024-09-12 02:17:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000735 10.0.0.32 - - [2024-09-12 02:17:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.680379 10.0.0.32 - - [2024-09-12 02:17:01] "GET /network-ipam/ca73031e-55e3-4860-8021-7bdb88c70d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.006232 10.0.0.32 - - [2024-09-12 02:17:01] "POST /fqname-to-id HTTP/1.1" 404 186 0.692339 10.0.0.32 - - [2024-09-12 02:17:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.32 - - [2024-09-12 02:17:01] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.386015 10.0.0.32 - - [2024-09-12 02:17:01] "POST /fqname-to-id HTTP/1.1" 404 196 0.059781 10.0.0.32 - - [2024-09-12 02:17:01] "GET /global-system-config/83281d94-3bdf-48d4-a7cb-ea3db57aea75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.012354 10.0.0.32 - - [2024-09-12 02:17:01] "POST /job-templates HTTP/1.1" 200 555 0.075457 10.0.0.32 - - [2024-09-12 02:17:01] "POST /service-appliance-sets HTTP/1.1" 200 553 0.022548 10.0.0.32 - - [2024-09-12 02:17:01] "POST /fqname-to-id HTTP/1.1" 404 200 0.003881 10.0.0.32 - - [2024-09-12 02:17:01] "POST /fqname-to-id HTTP/1.1" 404 180 0.004479 10.0.0.32 - - [2024-09-12 02:17:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002599 10.0.0.32 - - [2024-09-12 02:17:01] "POST /fqname-to-id HTTP/1.1" 404 225 0.002483 10.0.0.32 - - [2024-09-12 02:17:01] "POST /job-templates HTTP/1.1" 200 563 0.067026 10.0.0.32 - - [2024-09-12 02:17:01] "GET /global-system-config/83281d94-3bdf-48d4-a7cb-ea3db57aea75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.012098 10.0.0.32 - - [2024-09-12 02:17:01] "POST /access-control-lists HTTP/1.1" 200 587 0.054924 10.0.0.32 - - [2024-09-12 02:17:02] "POST /fqname-to-id HTTP/1.1" 404 191 0.004530 10.0.0.32 - - [2024-09-12 02:17:02] "POST /fqname-to-id HTTP/1.1" 404 224 0.010449 10.0.0.32 - - [2024-09-12 02:17:02] "POST /service-appliance-sets HTTP/1.1" 200 541 0.031149 10.0.0.32 - - [2024-09-12 02:17:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.32 - - [2024-09-12 02:17:02] "POST /job-templates HTTP/1.1" 200 545 0.070127 10.0.0.32 - - [2024-09-12 02:17:02] "POST /access-control-lists HTTP/1.1" 200 585 0.050136 10.0.0.32 - - [2024-09-12 02:17:02] "GET /network-ipam/ca73031e-55e3-4860-8021-7bdb88c70d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.004991 10.0.0.32 - - [2024-09-12 02:17:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.003667 10.0.0.32 - - [2024-09-12 02:17:02] "POST /route-targets HTTP/1.1" 200 327 0.017990 10.0.0.32 - - [2024-09-12 02:17:02] "POST /job-templates HTTP/1.1" 200 577 0.071206 10.0.0.32 - - [2024-09-12 02:17:02] "POST /service-templates HTTP/1.1" 200 511 0.035328 10.0.0.32 - - [2024-09-12 02:17:02] "POST /ref-update HTTP/1.1" 200 156 0.019936 10.0.0.32 - - [2024-09-12 02:17:02] "POST /service-templates HTTP/1.1" 200 501 0.022035 10.0.0.32 - - [2024-09-12 02:17:02] "POST /fqname-to-id HTTP/1.1" 404 208 0.003483 10.0.0.32 - - [2024-09-12 02:17:02] "POST /route-targets HTTP/1.1" 200 327 0.013551 10.0.0.32 - - [2024-09-12 02:17:02] "POST /service-templates HTTP/1.1" 200 515 0.027620 10.0.0.32 - - [2024-09-12 02:17:02] "POST /job-templates HTTP/1.1" 200 579 0.074169 10.0.0.32 - - [2024-09-12 02:17:02] "POST /ref-update HTTP/1.1" 200 156 0.053349 10.0.0.32 - - [2024-09-12 02:17:02] "POST /service-templates HTTP/1.1" 200 535 0.029797 10.0.0.32 - - [2024-09-12 02:17:02] "POST /fqname-to-id HTTP/1.1" 404 210 0.003335 10.0.0.32 - - [2024-09-12 02:17:02] "POST /route-targets HTTP/1.1" 200 327 0.015111 10.0.0.32 - - [2024-09-12 02:17:02] "POST /service-templates HTTP/1.1" 200 507 0.017477 10.0.0.32 - - [2024-09-12 02:17:02] "POST /job-templates HTTP/1.1" 200 583 0.062435 10.0.0.32 - - [2024-09-12 02:17:02] "POST /ref-update HTTP/1.1" 200 156 0.042498 10.0.0.32 - - [2024-09-12 02:17:02] "POST /fqname-to-id HTTP/1.1" 404 198 0.003568 10.0.0.32 - - [2024-09-12 02:17:02] "POST /route-targets HTTP/1.1" 200 327 0.012738 10.0.0.32 - - [2024-09-12 02:17:02] "POST /job-templates HTTP/1.1" 200 559 0.072613 10.0.0.32 - - [2024-09-12 02:17:02] "POST /ref-update HTTP/1.1" 200 156 0.053989 10.0.0.32 - - [2024-09-12 02:17:02] "POST /fqname-to-id HTTP/1.1" 404 203 0.003619 10.0.0.32 - - [2024-09-12 02:17:02] "POST /fqname-to-id HTTP/1.1" 404 201 0.003477 10.0.0.32 - - [2024-09-12 02:17:02] "POST /job-templates HTTP/1.1" 200 569 0.067902 10.0.0.32 - - [2024-09-12 02:17:03] "POST /fqname-to-id HTTP/1.1" 404 196 0.003679 10.0.0.32 - - [2024-09-12 02:17:03] "POST /access-control-lists HTTP/1.1" 200 551 0.084475 10.0.0.32 - - [2024-09-12 02:17:03] "PUT /access-control-list/1382b366-edf7-465c-ba6a-60c23d86fc47 HTTP/1.1" 200 272 0.058151 10.0.0.32 - - [2024-09-12 02:17:03] "POST /job-templates HTTP/1.1" 200 555 0.070127 10.0.0.32 - - [2024-09-12 02:17:03] "POST /fqname-to-id HTTP/1.1" 404 196 0.006612 10.0.0.32 - - [2024-09-12 02:17:03] "PUT /access-control-list/f58b294b-4059-4ab7-8026-de8225775e2c HTTP/1.1" 200 272 0.013724 10.0.0.32 - - [2024-09-12 02:17:03] "GET / HTTP/1.1" 200 35931 0.001958 10.0.0.32 - - [2024-09-12 02:17:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000503 10.0.0.32 - - [2024-09-12 02:17:03] "POST /job-templates HTTP/1.1" 200 555 0.073126 10.0.0.32 - - [2024-09-12 02:17:03] "POST /fqname-to-id HTTP/1.1" 404 196 0.003694 10.0.0.32 - - [2024-09-12 02:17:03] "POST /job-templates HTTP/1.1" 200 555 0.064828 10.0.0.32 - - [2024-09-12 02:17:03] "POST /fqname-to-id HTTP/1.1" 404 186 0.003551 10.0.0.32 - - [2024-09-12 02:17:03] "POST /job-templates HTTP/1.1" 200 535 0.069638 10.0.0.32 - - [2024-09-12 02:17:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.031106 10.0.0.32 - - [2024-09-12 02:17:03] "GET /global-system-config/83281d94-3bdf-48d4-a7cb-ea3db57aea75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.012722 10.0.0.32 - - [2024-09-12 02:17:03] "POST /fqname-to-id HTTP/1.1" 404 198 0.004710 10.0.0.32 - - [2024-09-12 02:17:03] "POST /fqname-to-id HTTP/1.1" 404 220 0.003951 10.0.0.32 - - [2024-09-12 02:17:03] "POST /job-templates HTTP/1.1" 200 559 0.067798 10.0.0.32 - - [2024-09-12 02:17:03] "POST /config-database-nodes HTTP/1.1" 200 617 0.048062 10.0.0.32 - - [2024-09-12 02:17:03] "POST /fqname-to-id HTTP/1.1" 404 198 0.003536 10.0.0.32 - - [2024-09-12 02:17:03] "POST /job-templates HTTP/1.1" 200 559 0.064729 10.0.0.32 - - [2024-09-12 02:17:04] "POST /fqname-to-id HTTP/1.1" 404 198 0.004750 10.0.0.32 - - [2024-09-12 02:17:04] "POST /job-templates HTTP/1.1" 200 559 0.069652 10.0.0.32 - - [2024-09-12 02:17:04] "POST /fqname-to-id HTTP/1.1" 404 201 0.004232 10.0.0.32 - - [2024-09-12 02:17:04] "POST /job-templates HTTP/1.1" 200 565 0.065223 10.0.0.32 - - [2024-09-12 02:17:04] "POST /fqname-to-id HTTP/1.1" 404 197 0.004102 10.0.0.32 - - [2024-09-12 02:17:04] "POST /job-templates HTTP/1.1" 200 557 0.065801 10.0.0.32 - - [2024-09-12 02:17:04] "POST /fqname-to-id HTTP/1.1" 404 196 0.003697 10.0.0.32 - - [2024-09-12 02:17:04] "POST /job-templates HTTP/1.1" 200 555 0.065998 10.0.0.32 - - [2024-09-12 02:17:04] "POST /fqname-to-id HTTP/1.1" 404 205 0.003602 10.0.0.32 - - [2024-09-12 02:17:04] "POST /job-templates HTTP/1.1" 200 573 0.065950 10.0.0.32 - - [2024-09-12 02:17:04] "POST /fqname-to-id HTTP/1.1" 404 194 0.003533 10.0.0.32 - - [2024-09-12 02:17:04] "POST /job-templates HTTP/1.1" 200 551 0.064972 10.0.0.32 - - [2024-09-12 02:17:04] "POST /fqname-to-id HTTP/1.1" 404 208 0.003690 10.0.0.32 - - [2024-09-12 02:17:05] "POST /job-templates HTTP/1.1" 200 579 0.064887 10.0.0.32 - - [2024-09-12 02:17:05] "POST /fqname-to-id HTTP/1.1" 404 196 0.003642 10.0.0.32 - - [2024-09-12 02:17:05] "POST /job-templates HTTP/1.1" 200 555 0.065490 10.0.0.32 - - [2024-09-12 02:17:05] "POST /fqname-to-id HTTP/1.1" 404 198 0.004489 10.0.0.32 - - [2024-09-12 02:17:05] "POST /job-templates HTTP/1.1" 200 559 0.076977 10.0.0.32 - - [2024-09-12 02:17:05] "POST /fqname-to-id HTTP/1.1" 404 206 0.003566 10.0.0.32 - - [2024-09-12 02:17:05] "POST /job-templates HTTP/1.1" 200 575 0.066238 10.0.0.32 - - [2024-09-12 02:17:05] "POST /fqname-to-id HTTP/1.1" 404 197 0.004345 10.0.0.32 - - [2024-09-12 02:17:05] "POST /job-templates HTTP/1.1" 200 557 0.066737 10.0.0.32 - - [2024-09-12 02:17:05] "POST /fqname-to-id HTTP/1.1" 404 198 0.004233 10.0.0.32 - - [2024-09-12 02:17:05] "POST /job-templates HTTP/1.1" 200 559 0.062102 10.0.0.32 - - [2024-09-12 02:17:05] "POST /fqname-to-id HTTP/1.1" 404 196 0.003595 10.0.0.32 - - [2024-09-12 02:17:06] "POST /job-templates HTTP/1.1" 200 555 0.065589 10.0.0.32 - - [2024-09-12 02:17:06] "POST /fqname-to-id HTTP/1.1" 404 195 0.003591 10.0.0.32 - - [2024-09-12 02:17:06] "POST /job-templates HTTP/1.1" 200 553 0.065061 10.0.0.32 - - [2024-09-12 02:17:06] "POST /fqname-to-id HTTP/1.1" 404 195 0.004160 10.0.0.32 - - [2024-09-12 02:17:06] "POST /job-templates HTTP/1.1" 200 553 0.061754 10.0.0.32 - - [2024-09-12 02:17:06] "POST /fqname-to-id HTTP/1.1" 404 195 0.003990 10.0.0.32 - - [2024-09-12 02:17:06] "POST /job-templates HTTP/1.1" 200 553 0.072539 10.0.0.32 - - [2024-09-12 02:17:06] "POST /fqname-to-id HTTP/1.1" 404 200 0.003679 10.0.0.32 - - [2024-09-12 02:17:06] "POST /job-templates HTTP/1.1" 200 563 0.065118 10.0.0.32 - - [2024-09-12 02:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.32 - - [2024-09-12 02:17:06] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1161 0.004722 10.0.0.32 - - [2024-09-12 02:17:06] "POST /fqname-to-id HTTP/1.1" 404 201 0.003518 10.0.0.32 - - [2024-09-12 02:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.32 - - [2024-09-12 02:17:06] "POST /job-templates HTTP/1.1" 200 565 0.066013 10.0.0.32 - - [2024-09-12 02:17:06] "PUT /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b HTTP/1.1" 200 276 0.057003 10.0.0.32 - - [2024-09-12 02:17:06] "POST /fqname-to-id HTTP/1.1" 404 189 0.003426 10.0.0.32 - - [2024-09-12 02:17:06] "POST /config-propertiess HTTP/1.1" 200 551 0.020825 10.0.0.32 - - [2024-09-12 02:17:07] "POST /fqname-to-id HTTP/1.1" 404 168 0.003386 10.0.0.32 - - [2024-09-12 02:17:07] "POST /tags HTTP/1.1" 200 321 0.037464 10.0.0.32 - - [2024-09-12 02:17:07] "POST /fqname-to-id HTTP/1.1" 404 166 0.003437 10.0.0.32 - - [2024-09-12 02:17:07] "POST /tags HTTP/1.1" 200 317 0.025426 10.0.0.32 - - [2024-09-12 02:17:07] "POST /fqname-to-id HTTP/1.1" 404 174 0.003809 10.0.0.32 - - [2024-09-12 02:17:07] "GET / HTTP/1.1" 200 35931 0.002204 10.0.0.32 - - [2024-09-12 02:17:07] "POST /alarms HTTP/1.1" 401 292 0.000716 10.0.0.32 - - [2024-09-12 02:17:07] "POST /tags HTTP/1.1" 200 333 0.025231 10.0.0.32 - - [2024-09-12 02:17:07] "POST /fqname-to-id HTTP/1.1" 404 162 0.003541 10.0.0.32 - - [2024-09-12 02:17:07] "POST /tags HTTP/1.1" 200 309 0.024416 10.0.0.32 - - [2024-09-12 02:17:07] "POST /fqname-to-id HTTP/1.1" 404 174 0.003458 10.0.0.32 - - [2024-09-12 02:17:07] "POST /tags HTTP/1.1" 200 333 0.059226 10.0.0.32 - - [2024-09-12 02:17:07] "POST /fqname-to-id HTTP/1.1" 404 164 0.005065 10.0.0.32 - - [2024-09-12 02:17:07] "POST /alarms HTTP/1.1" 200 581 0.050162 10.0.0.32 - - [2024-09-12 02:17:07] "POST /tags HTTP/1.1" 200 313 0.029239 10.0.0.32 - - [2024-09-12 02:17:07] "POST /alarms HTTP/1.1" 200 575 0.020480 10.0.0.32 - - [2024-09-12 02:17:07] "POST /fqname-to-id HTTP/1.1" 404 169 0.003588 10.0.0.32 - - [2024-09-12 02:17:07] "POST /alarms HTTP/1.1" 200 575 0.020905 10.0.0.32 - - [2024-09-12 02:17:07] "POST /tags HTTP/1.1" 200 323 0.028024 10.0.0.32 - - [2024-09-12 02:17:07] "POST /alarms HTTP/1.1" 200 559 0.028108 10.0.0.32 - - [2024-09-12 02:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.32 - - [2024-09-12 02:17:07] "POST /alarms HTTP/1.1" 200 555 0.036711 10.0.0.32 - - [2024-09-12 02:17:07] "PUT /global-system-config/83281d94-3bdf-48d4-a7cb-ea3db57aea75 HTTP/1.1" 200 274 0.017166 10.0.0.32 - - [2024-09-12 02:17:08] "POST /fqname-to-id HTTP/1.1" 404 166 0.002675 10.0.0.32 - - [2024-09-12 02:17:08] "POST /alarms HTTP/1.1" 200 557 0.018580 10.0.0.32 - - [2024-09-12 02:17:08] "POST /hardwares HTTP/1.1" 200 327 0.015398 10.0.0.32 - - [2024-09-12 02:17:08] "POST /alarms HTTP/1.1" 200 565 0.020254 10.0.0.32 - - [2024-09-12 02:17:08] "POST /fqname-to-id HTTP/1.1" 404 166 0.003158 10.0.0.32 - - [2024-09-12 02:17:08] "POST /alarms HTTP/1.1" 200 549 0.017912 10.0.0.32 - - [2024-09-12 02:17:08] "POST /hardwares HTTP/1.1" 200 327 0.011785 10.0.0.32 - - [2024-09-12 02:17:08] "POST /alarms HTTP/1.1" 200 557 0.021767 10.0.0.32 - - [2024-09-12 02:17:08] "POST /fqname-to-id HTTP/1.1" 404 166 0.002609 10.0.0.32 - - [2024-09-12 02:17:08] "POST /hardwares HTTP/1.1" 200 327 0.015038 10.0.0.32 - - [2024-09-12 02:17:08] "POST /alarms HTTP/1.1" 200 567 0.028593 10.0.0.32 - - [2024-09-12 02:17:08] "POST /fqname-to-id HTTP/1.1" 404 166 0.005144 10.0.0.32 - - [2024-09-12 02:17:08] "POST /alarms HTTP/1.1" 200 555 0.019301 10.0.0.32 - - [2024-09-12 02:17:08] "POST /hardwares HTTP/1.1" 200 327 0.012323 10.0.0.32 - - [2024-09-12 02:17:08] "POST /alarms HTTP/1.1" 200 567 0.019937 10.0.0.32 - - [2024-09-12 02:17:08] "POST /fqname-to-id HTTP/1.1" 404 164 0.003614 10.0.0.32 - - [2024-09-12 02:17:08] "POST /alarms HTTP/1.1" 200 575 0.065494 10.0.0.32 - - [2024-09-12 02:17:08] "POST /hardwares HTTP/1.1" 200 323 0.043053 10.0.0.32 - - [2024-09-12 02:17:08] "POST /fqname-to-id HTTP/1.1" 404 164 0.005036 10.0.0.32 - - [2024-09-12 02:17:08] "POST /alarms HTTP/1.1" 200 569 0.020368 10.0.0.32 - - [2024-09-12 02:17:08] "POST /hardwares HTTP/1.1" 200 323 0.014111 10.0.0.32 - - [2024-09-12 02:17:08] "POST /alarms HTTP/1.1" 200 561 0.021526 10.0.0.32 - - [2024-09-12 02:17:08] "POST /fqname-to-id HTTP/1.1" 404 161 0.003397 10.0.0.32 - - [2024-09-12 02:17:08] "POST /alarms HTTP/1.1" 200 561 0.025535 10.0.0.32 - - [2024-09-12 02:17:08] "POST /hardwares HTTP/1.1" 200 317 0.016061 10.0.0.32 - - [2024-09-12 02:17:08] "POST /fqname-to-id HTTP/1.1" 404 164 0.003400 10.0.0.32 - - [2024-09-12 02:17:08] "POST /alarms HTTP/1.1" 200 561 0.023019 10.0.0.32 - - [2024-09-12 02:17:08] "POST /hardwares HTTP/1.1" 200 323 0.016959 10.0.0.32 - - [2024-09-12 02:17:08] "POST /alarms HTTP/1.1" 200 547 0.020480 10.0.0.32 - - [2024-09-12 02:17:08] "POST /fqname-to-id HTTP/1.1" 404 164 0.003463 10.0.0.32 - - [2024-09-12 02:17:08] "POST /alarms HTTP/1.1" 200 595 0.018325 10.0.0.32 - - [2024-09-12 02:17:09] "POST /hardwares HTTP/1.1" 200 323 0.011285 10.0.0.32 - - [2024-09-12 02:17:09] "POST /alarms HTTP/1.1" 200 575 0.017972 10.0.0.32 - - [2024-09-12 02:17:09] "POST /fqname-to-id HTTP/1.1" 404 164 0.002556 10.0.0.32 - - [2024-09-12 02:17:09] "POST /hardwares HTTP/1.1" 200 323 0.012957 10.0.0.32 - - [2024-09-12 02:17:09] "POST /alarms HTTP/1.1" 200 571 0.025825 10.0.0.32 - - [2024-09-12 02:17:09] "POST /fqname-to-id HTTP/1.1" 404 165 0.003368 10.0.0.32 - - [2024-09-12 02:17:09] "POST /alarms HTTP/1.1" 200 583 0.019549 10.0.0.32 - - [2024-09-12 02:17:09] "POST /hardwares HTTP/1.1" 200 325 0.011805 10.0.0.32 - - [2024-09-12 02:17:09] "POST /alarms HTTP/1.1" 200 609 0.017595 10.0.0.32 - - [2024-09-12 02:17:09] "POST /fqname-to-id HTTP/1.1" 404 165 0.003034 10.0.0.32 - - [2024-09-12 02:17:09] "POST /hardwares HTTP/1.1" 200 325 0.011737 10.0.0.32 - - [2024-09-12 02:17:09] "POST /fqname-to-id HTTP/1.1" 404 165 0.003452 10.0.0.32 - - [2024-09-12 02:17:09] "POST /hardwares HTTP/1.1" 200 325 0.016638 10.0.0.32 - - [2024-09-12 02:17:09] "POST /fqname-to-id HTTP/1.1" 404 165 0.003888 10.0.0.32 - - [2024-09-12 02:17:09] "POST /hardwares HTTP/1.1" 200 325 0.012281 10.0.0.32 - - [2024-09-12 02:17:09] "POST /fqname-to-id HTTP/1.1" 404 164 0.003718 10.0.0.32 - - [2024-09-12 02:17:09] "GET / HTTP/1.1" 200 35931 0.003273 10.0.0.32 - - [2024-09-12 02:17:09] "POST /hardwares HTTP/1.1" 200 323 0.018356 10.0.0.32 - - [2024-09-12 02:17:09] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000504 10.0.0.32 - - [2024-09-12 02:17:09] "POST /fqname-to-id HTTP/1.1" 404 161 0.003436 10.0.0.32 - - [2024-09-12 02:17:09] "POST /hardwares HTTP/1.1" 200 317 0.012143 10.0.0.32 - - [2024-09-12 02:17:09] "POST /fqname-to-id HTTP/1.1" 404 164 0.003607 10.0.0.32 - - [2024-09-12 02:17:09] "POST /hardwares HTTP/1.1" 200 323 0.013037 10.0.0.32 - - [2024-09-12 02:17:09] "POST /fqname-to-id HTTP/1.1" 404 161 0.004653 10.0.0.32 - - [2024-09-12 02:17:09] "POST /hardwares HTTP/1.1" 200 317 0.012676 10.0.0.32 - - [2024-09-12 02:17:10] "POST /fqname-to-id HTTP/1.1" 404 164 0.003659 10.0.0.32 - - [2024-09-12 02:17:10] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.029032 10.0.0.32 - - [2024-09-12 02:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004330 10.0.0.32 - - [2024-09-12 02:17:10] "POST /hardwares HTTP/1.1" 200 323 0.014023 10.0.0.32 - - [2024-09-12 02:17:10] "PUT /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b HTTP/1.1" 200 276 0.010663 10.0.0.32 - - [2024-09-12 02:17:10] "POST /fqname-to-id HTTP/1.1" 404 162 0.003112 10.0.0.32 - - [2024-09-12 02:17:10] "POST /hardwares HTTP/1.1" 200 319 0.015125 10.0.0.32 - - [2024-09-12 02:17:10] "POST /fqname-to-id HTTP/1.1" 404 162 0.003452 10.0.0.32 - - [2024-09-12 02:17:10] "POST /hardwares HTTP/1.1" 200 319 0.013069 10.0.0.32 - - [2024-09-12 02:17:10] "POST /fqname-to-id HTTP/1.1" 404 165 0.003290 10.0.0.32 - - [2024-09-12 02:17:10] "POST /hardwares HTTP/1.1" 200 325 0.011533 10.0.0.32 - - [2024-09-12 02:17:10] "POST /fqname-to-id HTTP/1.1" 404 161 0.003374 10.0.0.32 - - [2024-09-12 02:17:10] "POST /hardwares HTTP/1.1" 200 317 0.013243 10.0.0.32 - - [2024-09-12 02:17:10] "GET / HTTP/1.1" 200 35931 0.001730 10.0.0.32 - - [2024-09-12 02:17:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000495 10.0.0.32 - - [2024-09-12 02:17:10] "POST /fqname-to-id HTTP/1.1" 404 161 0.004198 10.0.0.32 - - [2024-09-12 02:17:10] "POST /hardwares HTTP/1.1" 200 317 0.012791 10.0.0.32 - - [2024-09-12 02:17:10] "POST /fqname-to-id HTTP/1.1" 404 162 0.003579 10.0.0.32 - - [2024-09-12 02:17:10] "POST /hardwares HTTP/1.1" 200 319 0.012755 10.0.0.32 - - [2024-09-12 02:17:10] "POST /fqname-to-id HTTP/1.1" 404 162 0.003644 10.0.0.32 - - [2024-09-12 02:17:10] "POST /hardwares HTTP/1.1" 200 319 0.013275 10.0.0.32 - - [2024-09-12 02:17:10] "POST /fqname-to-id HTTP/1.1" 404 162 0.003559 10.0.0.32 - - [2024-09-12 02:17:10] "POST /hardwares HTTP/1.1" 200 319 0.013232 10.0.0.32 - - [2024-09-12 02:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.026927 10.0.0.32 - - [2024-09-12 02:17:10] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004163 10.0.0.32 - - [2024-09-12 02:17:11] "POST /fqname-to-id HTTP/1.1" 404 158 0.003268 10.0.0.32 - - [2024-09-12 02:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.32 - - [2024-09-12 02:17:11] "POST /hardwares HTTP/1.1" 200 311 0.015795 10.0.0.32 - - [2024-09-12 02:17:11] "PUT /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b HTTP/1.1" 200 276 0.012792 10.0.0.32 - - [2024-09-12 02:17:11] "POST /fqname-to-id HTTP/1.1" 404 158 0.003595 10.0.0.32 - - [2024-09-12 02:17:11] "POST /hardwares HTTP/1.1" 200 311 0.014295 10.0.0.32 - - [2024-09-12 02:17:11] "POST /fqname-to-id HTTP/1.1" 404 160 0.004273 10.0.0.32 - - [2024-09-12 02:17:11] "POST /hardwares HTTP/1.1" 200 315 0.014166 10.0.0.32 - - [2024-09-12 02:17:11] "POST /fqname-to-id HTTP/1.1" 404 154 0.003356 10.0.0.32 - - [2024-09-12 02:17:11] "POST /hardwares HTTP/1.1" 200 303 0.013240 10.0.0.32 - - [2024-09-12 02:17:11] "POST /fqname-to-id HTTP/1.1" 404 158 0.004459 10.0.0.32 - - [2024-09-12 02:17:11] "POST /hardwares HTTP/1.1" 200 311 0.013072 10.0.0.32 - - [2024-09-12 02:17:11] "GET / HTTP/1.1" 200 35931 0.001990 10.0.0.32 - - [2024-09-12 02:17:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000476 10.0.0.32 - - [2024-09-12 02:17:11] "POST /fqname-to-id HTTP/1.1" 404 155 0.003389 10.0.0.32 - - [2024-09-12 02:17:11] "POST /hardwares HTTP/1.1" 200 305 0.013258 10.0.0.32 - - [2024-09-12 02:17:11] "POST /fqname-to-id HTTP/1.1" 404 155 0.004208 10.0.0.32 - - [2024-09-12 02:17:11] "POST /hardwares HTTP/1.1" 200 305 0.013311 10.0.0.32 - - [2024-09-12 02:17:11] "POST /fqname-to-id HTTP/1.1" 404 155 0.005263 10.0.0.32 - - [2024-09-12 02:17:11] "POST /hardwares HTTP/1.1" 200 305 0.013264 10.0.0.32 - - [2024-09-12 02:17:11] "POST /fqname-to-id HTTP/1.1" 404 155 0.003879 10.0.0.32 - - [2024-09-12 02:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.029364 10.0.0.32 - - [2024-09-12 02:17:11] "GET /global-system-config/83281d94-3bdf-48d4-a7cb-ea3db57aea75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.013465 10.0.0.32 - - [2024-09-12 02:17:11] "POST /hardwares HTTP/1.1" 200 305 0.050215 10.0.0.32 - - [2024-09-12 02:17:12] "PUT /global-system-config/83281d94-3bdf-48d4-a7cb-ea3db57aea75 HTTP/1.1" 200 274 0.019310 10.0.0.32 - - [2024-09-12 02:17:12] "POST /fqname-to-id HTTP/1.1" 404 156 0.002909 10.0.0.32 - - [2024-09-12 02:17:12] "POST /hardwares HTTP/1.1" 200 307 0.032230 10.0.0.32 - - [2024-09-12 02:17:12] "POST /fqname-to-id HTTP/1.1" 404 156 0.003390 10.0.0.32 - - [2024-09-12 02:17:12] "POST /hardwares HTTP/1.1" 200 307 0.060594 10.0.0.32 - - [2024-09-12 02:17:12] "POST /fqname-to-id HTTP/1.1" 404 156 0.003389 10.0.0.32 - - [2024-09-12 02:17:12] "POST /hardwares HTTP/1.1" 200 307 0.013453 10.0.0.32 - - [2024-09-12 02:17:12] "POST /fqname-to-id HTTP/1.1" 404 157 0.003397 10.0.0.32 - - [2024-09-12 02:17:12] "POST /hardwares HTTP/1.1" 200 309 0.014011 10.0.0.32 - - [2024-09-12 02:17:12] "POST /fqname-to-id HTTP/1.1" 404 158 0.003548 10.0.0.32 - - [2024-09-12 02:17:12] "POST /hardwares HTTP/1.1" 200 311 0.016511 10.0.0.32 - - [2024-09-12 02:17:12] "POST /fqname-to-id HTTP/1.1" 404 158 0.003530 10.0.0.32 - - [2024-09-12 02:17:12] "POST /hardwares HTTP/1.1" 200 311 0.014817 10.0.0.32 - - [2024-09-12 02:17:12] "POST /fqname-to-id HTTP/1.1" 404 153 0.003732 10.0.0.32 - - [2024-09-12 02:17:12] "POST /hardwares HTTP/1.1" 200 301 0.012160 10.0.0.32 - - [2024-09-12 02:17:12] "POST /fqname-to-id HTTP/1.1" 404 157 0.003832 10.0.0.32 - - [2024-09-12 02:17:12] "POST /hardwares HTTP/1.1" 200 309 0.011961 10.0.0.32 - - [2024-09-12 02:17:12] "POST /fqname-to-id HTTP/1.1" 404 157 0.003339 10.0.0.32 - - [2024-09-12 02:17:13] "POST /hardwares HTTP/1.1" 200 309 0.011894 10.0.0.32 - - [2024-09-12 02:17:13] "POST /fqname-to-id HTTP/1.1" 404 157 0.003423 10.0.0.32 - - [2024-09-12 02:17:13] "POST /hardwares HTTP/1.1" 200 309 0.011677 10.0.0.32 - - [2024-09-12 02:17:13] "POST /fqname-to-id HTTP/1.1" 404 157 0.003479 10.0.0.32 - - [2024-09-12 02:17:13] "POST /hardwares HTTP/1.1" 200 309 0.013641 10.0.0.32 - - [2024-09-12 02:17:13] "POST /fqname-to-id HTTP/1.1" 404 157 0.003524 10.0.0.32 - - [2024-09-12 02:17:13] "POST /hardwares HTTP/1.1" 200 309 0.012166 10.0.0.32 - - [2024-09-12 02:17:13] "POST /fqname-to-id HTTP/1.1" 404 161 0.004699 10.0.0.32 - - [2024-09-12 02:17:13] "POST /hardwares HTTP/1.1" 200 317 0.012228 10.0.0.32 - - [2024-09-12 02:17:13] "POST /fqname-to-id HTTP/1.1" 404 157 0.003902 10.0.0.32 - - [2024-09-12 02:17:13] "POST /hardwares HTTP/1.1" 200 309 0.012439 10.0.0.32 - - [2024-09-12 02:17:13] "POST /fqname-to-id HTTP/1.1" 404 157 0.003588 10.0.0.32 - - [2024-09-12 02:17:13] "POST /hardwares HTTP/1.1" 200 309 0.012716 10.0.0.32 - - [2024-09-12 02:17:13] "POST /fqname-to-id HTTP/1.1" 404 154 0.003394 10.0.0.32 - - [2024-09-12 02:17:13] "POST /hardwares HTTP/1.1" 200 303 0.012341 10.0.0.32 - - [2024-09-12 02:17:13] "POST /fqname-to-id HTTP/1.1" 404 190 0.003359 10.0.0.32 - - [2024-09-12 02:17:13] "POST /features HTTP/1.1" 200 533 0.038466 10.0.0.32 - - [2024-09-12 02:17:13] "POST /fqname-to-id HTTP/1.1" 404 185 0.003554 10.0.0.32 - - [2024-09-12 02:17:14] "POST /features HTTP/1.1" 200 523 0.021954 10.0.0.32 - - [2024-09-12 02:17:14] "POST /fqname-to-id HTTP/1.1" 404 184 0.003624 10.0.0.32 - - [2024-09-12 02:17:14] "POST /features HTTP/1.1" 200 521 0.018747 10.0.0.32 - - [2024-09-12 02:17:14] "POST /fqname-to-id HTTP/1.1" 404 184 0.003503 10.0.0.32 - - [2024-09-12 02:17:14] "POST /features HTTP/1.1" 200 521 0.019030 10.0.0.32 - - [2024-09-12 02:17:14] "POST /fqname-to-id HTTP/1.1" 404 189 0.003892 10.0.0.32 - - [2024-09-12 02:17:14] "POST /features HTTP/1.1" 200 531 0.019441 10.0.0.32 - - [2024-09-12 02:17:14] "POST /fqname-to-id HTTP/1.1" 404 184 0.003994 10.0.0.32 - - [2024-09-12 02:17:14] "POST /features HTTP/1.1" 200 521 0.018041 10.0.0.32 - - [2024-09-12 02:17:14] "POST /fqname-to-id HTTP/1.1" 404 193 0.003888 10.0.0.32 - - [2024-09-12 02:17:14] "POST /features HTTP/1.1" 200 539 0.021791 10.0.0.32 - - [2024-09-12 02:17:14] "POST /fqname-to-id HTTP/1.1" 404 186 0.003763 10.0.0.32 - - [2024-09-12 02:17:14] "POST /features HTTP/1.1" 200 525 0.020945 10.0.0.32 - - [2024-09-12 02:17:14] "POST /fqname-to-id HTTP/1.1" 404 183 0.003744 10.0.0.32 - - [2024-09-12 02:17:14] "POST /features HTTP/1.1" 200 519 0.020592 10.0.0.32 - - [2024-09-12 02:17:14] "POST /fqname-to-id HTTP/1.1" 404 182 0.004494 10.0.0.32 - - [2024-09-12 02:17:14] "POST /features HTTP/1.1" 200 517 0.020478 10.0.0.32 - - [2024-09-12 02:17:14] "POST /fqname-to-id HTTP/1.1" 404 190 0.003869 10.0.0.32 - - [2024-09-12 02:17:15] "POST /features HTTP/1.1" 200 533 0.021447 10.0.0.32 - - [2024-09-12 02:17:15] "POST /fqname-to-id HTTP/1.1" 404 194 0.003525 10.0.0.32 - - [2024-09-12 02:17:15] "POST /features HTTP/1.1" 200 541 0.020743 10.0.0.32 - - [2024-09-12 02:17:15] "POST /fqname-to-id HTTP/1.1" 404 178 0.003560 10.0.0.32 - - [2024-09-12 02:17:15] "POST /physical-roles HTTP/1.1" 200 521 0.018973 10.0.0.32 - - [2024-09-12 02:17:15] "POST /fqname-to-id HTTP/1.1" 404 179 0.004187 10.0.0.32 - - [2024-09-12 02:17:15] "POST /physical-roles HTTP/1.1" 200 523 0.021297 10.0.0.32 - - [2024-09-12 02:17:15] "POST /fqname-to-id HTTP/1.1" 404 184 0.003363 10.0.0.32 - - [2024-09-12 02:17:15] "POST /physical-roles HTTP/1.1" 200 533 0.018124 10.0.0.32 - - [2024-09-12 02:17:15] "POST /fqname-to-id HTTP/1.1" 404 177 0.003416 10.0.0.32 - - [2024-09-12 02:17:15] "POST /physical-roles HTTP/1.1" 200 519 0.020839 10.0.0.32 - - [2024-09-12 02:17:15] "POST /fqname-to-id HTTP/1.1" 404 191 0.003534 10.0.0.32 - - [2024-09-12 02:17:15] "POST /overlay-roles HTTP/1.1" 200 545 0.065372 10.0.0.32 - - [2024-09-12 02:17:15] "POST /fqname-to-id HTTP/1.1" 404 184 0.003942 10.0.0.32 - - [2024-09-12 02:17:15] "POST /overlay-roles HTTP/1.1" 200 531 0.019479 10.0.0.32 - - [2024-09-12 02:17:15] "POST /fqname-to-id HTTP/1.1" 404 191 0.003420 10.0.0.32 - - [2024-09-12 02:17:16] "POST /overlay-roles HTTP/1.1" 200 545 0.019585 10.0.0.32 - - [2024-09-12 02:17:16] "POST /fqname-to-id HTTP/1.1" 404 185 0.003585 10.0.0.32 - - [2024-09-12 02:17:16] "POST /overlay-roles HTTP/1.1" 200 533 0.019587 10.0.0.32 - - [2024-09-12 02:17:16] "POST /fqname-to-id HTTP/1.1" 404 189 0.003996 10.0.0.32 - - [2024-09-12 02:17:16] "POST /overlay-roles HTTP/1.1" 200 541 0.019514 10.0.0.32 - - [2024-09-12 02:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.32 - - [2024-09-12 02:17:16] "PUT /overlay-role/85aafb8a-0c59-4ac2-87c9-bef9537c8aa9 HTTP/1.1" 200 258 0.020707 10.0.0.32 - - [2024-09-12 02:17:16] "POST /fqname-to-id HTTP/1.1" 404 184 0.003554 10.0.0.32 - - [2024-09-12 02:17:16] "POST /overlay-roles HTTP/1.1" 200 531 0.020198 10.0.0.32 - - [2024-09-12 02:17:16] "POST /fqname-to-id HTTP/1.1" 404 185 0.003354 10.0.0.32 - - [2024-09-12 02:17:16] "POST /overlay-roles HTTP/1.1" 200 533 0.017786 10.0.0.32 - - [2024-09-12 02:17:16] "POST /fqname-to-id HTTP/1.1" 404 183 0.003533 10.0.0.32 - - [2024-09-12 02:17:16] "POST /overlay-roles HTTP/1.1" 200 529 0.020168 10.0.0.32 - - [2024-09-12 02:17:16] "POST /fqname-to-id HTTP/1.1" 404 187 0.004801 10.0.0.32 - - [2024-09-12 02:17:16] "POST /overlay-roles HTTP/1.1" 200 537 0.019640 10.0.0.32 - - [2024-09-12 02:17:16] "POST /fqname-to-id HTTP/1.1" 404 189 0.004171 10.0.0.32 - - [2024-09-12 02:17:16] "POST /overlay-roles HTTP/1.1" 200 541 0.017751 10.0.0.32 - - [2024-09-12 02:17:16] "POST /fqname-to-id HTTP/1.1" 404 178 0.003603 10.0.0.32 - - [2024-09-12 02:17:17] "POST /overlay-roles HTTP/1.1" 200 519 0.022522 10.0.0.32 - - [2024-09-12 02:17:17] "POST /fqname-to-id HTTP/1.1" 404 190 0.003407 10.0.0.32 - - [2024-09-12 02:17:17] "POST /overlay-roles HTTP/1.1" 200 543 0.017332 10.0.0.32 - - [2024-09-12 02:17:17] "POST /fqname-to-id HTTP/1.1" 404 182 0.003510 10.0.0.32 - - [2024-09-12 02:17:17] "POST /role-definitions HTTP/1.1" 200 533 0.019526 10.0.0.32 - - [2024-09-12 02:17:17] "POST /fqname-to-id HTTP/1.1" 404 189 0.003650 10.0.0.32 - - [2024-09-12 02:17:17] "POST /role-definitions HTTP/1.1" 200 547 0.018678 10.0.0.32 - - [2024-09-12 02:17:17] "POST /fqname-to-id HTTP/1.1" 404 190 0.003415 10.0.0.32 - - [2024-09-12 02:17:17] "POST /role-definitions HTTP/1.1" 200 549 0.017943 10.0.0.32 - - [2024-09-12 02:17:17] "POST /fqname-to-id HTTP/1.1" 404 191 0.004116 10.0.0.32 - - [2024-09-12 02:17:17] "POST /role-definitions HTTP/1.1" 200 551 0.020819 10.0.0.32 - - [2024-09-12 02:17:17] "POST /fqname-to-id HTTP/1.1" 404 197 0.003980 10.0.0.32 - - [2024-09-12 02:17:17] "POST /role-definitions HTTP/1.1" 200 563 0.019933 10.0.0.32 - - [2024-09-12 02:17:17] "POST /fqname-to-id HTTP/1.1" 404 189 0.004192 10.0.0.32 - - [2024-09-12 02:17:17] "POST /role-definitions HTTP/1.1" 200 547 0.018394 10.0.0.32 - - [2024-09-12 02:17:17] "POST /fqname-to-id HTTP/1.1" 404 190 0.003716 10.0.0.32 - - [2024-09-12 02:17:17] "POST /role-definitions HTTP/1.1" 200 549 0.019986 10.0.0.32 - - [2024-09-12 02:17:18] "POST /fqname-to-id HTTP/1.1" 404 191 0.003649 10.0.0.32 - - [2024-09-12 02:17:18] "POST /role-definitions HTTP/1.1" 200 551 0.019387 10.0.0.32 - - [2024-09-12 02:17:18] "POST /fqname-to-id HTTP/1.1" 404 190 0.003440 10.0.0.32 - - [2024-09-12 02:17:18] "POST /role-definitions HTTP/1.1" 200 549 0.017599 10.0.0.32 - - [2024-09-12 02:17:18] "POST /fqname-to-id HTTP/1.1" 404 196 0.003361 10.0.0.32 - - [2024-09-12 02:17:18] "POST /role-definitions HTTP/1.1" 200 561 0.017687 10.0.0.32 - - [2024-09-12 02:17:18] "POST /fqname-to-id HTTP/1.1" 404 189 0.004745 10.0.0.32 - - [2024-09-12 02:17:18] "POST /role-definitions HTTP/1.1" 200 547 0.018727 10.0.0.32 - - [2024-09-12 02:17:18] "POST /fqname-to-id HTTP/1.1" 404 190 0.003501 10.0.0.32 - - [2024-09-12 02:17:18] "POST /role-definitions HTTP/1.1" 200 549 0.021343 10.0.0.32 - - [2024-09-12 02:17:18] "POST /fqname-to-id HTTP/1.1" 404 188 0.004421 10.0.0.32 - - [2024-09-12 02:17:18] "POST /role-definitions HTTP/1.1" 200 545 0.020084 10.0.0.32 - - [2024-09-12 02:17:18] "POST /fqname-to-id HTTP/1.1" 404 189 0.004288 10.0.0.32 - - [2024-09-12 02:17:18] "POST /role-definitions HTTP/1.1" 200 547 0.019595 10.0.0.32 - - [2024-09-12 02:17:18] "POST /fqname-to-id HTTP/1.1" 404 192 0.004302 10.0.0.32 - - [2024-09-12 02:17:18] "POST /role-definitions HTTP/1.1" 200 553 0.018429 10.0.0.32 - - [2024-09-12 02:17:18] "POST /fqname-to-id HTTP/1.1" 404 193 0.003519 10.0.0.32 - - [2024-09-12 02:17:18] "POST /role-definitions HTTP/1.1" 200 555 0.018416 10.0.0.32 - - [2024-09-12 02:17:19] "POST /fqname-to-id HTTP/1.1" 404 182 0.003669 10.0.0.32 - - [2024-09-12 02:17:19] "POST /role-definitions HTTP/1.1" 200 533 0.019920 10.0.0.32 - - [2024-09-12 02:17:19] "POST /fqname-to-id HTTP/1.1" 404 187 0.003450 10.0.0.32 - - [2024-09-12 02:17:19] "POST /role-definitions HTTP/1.1" 200 543 0.036100 10.0.0.32 - - [2024-09-12 02:17:19] "POST /fqname-to-id HTTP/1.1" 404 181 0.003417 10.0.0.32 - - [2024-09-12 02:17:19] "POST /role-definitions HTTP/1.1" 200 531 0.020838 10.0.0.32 - - [2024-09-12 02:17:19] "POST /fqname-to-id HTTP/1.1" 404 184 0.004711 10.0.0.32 - - [2024-09-12 02:17:19] "POST /role-definitions HTTP/1.1" 200 537 0.017600 10.0.0.32 - - [2024-09-12 02:17:19] "POST /fqname-to-id HTTP/1.1" 404 189 0.003589 10.0.0.32 - - [2024-09-12 02:17:19] "POST /role-definitions HTTP/1.1" 200 547 0.022254 10.0.0.32 - - [2024-09-12 02:17:19] "POST /fqname-to-id HTTP/1.1" 404 194 0.003615 10.0.0.32 - - [2024-09-12 02:17:19] "POST /role-definitions HTTP/1.1" 200 557 0.019620 10.0.0.32 - - [2024-09-12 02:17:19] "POST /fqname-to-id HTTP/1.1" 404 196 0.003301 10.0.0.32 - - [2024-09-12 02:17:19] "POST /role-definitions HTTP/1.1" 200 561 0.019552 10.0.0.32 - - [2024-09-12 02:17:19] "POST /fqname-to-id HTTP/1.1" 404 195 0.003326 10.0.0.32 - - [2024-09-12 02:17:19] "POST /role-definitions HTTP/1.1" 200 559 0.019542 10.0.0.32 - - [2024-09-12 02:17:19] "POST /fqname-to-id HTTP/1.1" 404 196 0.003576 10.0.0.32 - - [2024-09-12 02:17:20] "POST /feature-configs HTTP/1.1" 200 537 0.017716 10.0.0.32 - - [2024-09-12 02:17:20] "POST /fqname-to-id HTTP/1.1" 404 212 0.003294 10.0.0.32 - - [2024-09-12 02:17:20] "POST /feature-configs HTTP/1.1" 200 562 0.018655 10.0.0.32 - - [2024-09-12 02:17:20] "POST /fqname-to-id HTTP/1.1" 404 211 0.004478 10.0.0.32 - - [2024-09-12 02:17:20] "POST /feature-configs HTTP/1.1" 200 561 0.018751 10.0.0.32 - - [2024-09-12 02:17:20] "POST /fqname-to-id HTTP/1.1" 404 192 0.003684 10.0.0.32 - - [2024-09-12 02:17:20] "POST /node-profiles HTTP/1.1" 200 547 0.020806 10.0.0.32 - - [2024-09-12 02:17:20] "POST /fqname-to-id HTTP/1.1" 404 187 0.003554 10.0.0.32 - - [2024-09-12 02:17:20] "POST /node-profiles HTTP/1.1" 200 537 0.021746 10.0.0.32 - - [2024-09-12 02:17:20] "POST /fqname-to-id HTTP/1.1" 404 193 0.003781 10.0.0.32 - - [2024-09-12 02:17:20] "POST /node-profiles HTTP/1.1" 200 549 0.281319 10.0.0.32 - - [2024-09-12 02:17:20] "POST /fqname-to-id HTTP/1.1" 404 189 0.003842 10.0.0.32 - - [2024-09-12 02:17:20] "POST /node-profiles HTTP/1.1" 200 541 0.018198 10.0.0.32 - - [2024-09-12 02:17:21] "POST /fqname-to-id HTTP/1.1" 404 189 0.003484 10.0.0.32 - - [2024-09-12 02:17:21] "POST /node-profiles HTTP/1.1" 200 541 0.018728 10.0.0.32 - - [2024-09-12 02:17:21] "POST /fqname-to-id HTTP/1.1" 404 188 0.003229 10.0.0.32 - - [2024-09-12 02:17:21] "POST /node-profiles HTTP/1.1" 200 539 0.018655 10.0.0.32 - - [2024-09-12 02:17:21] "POST /fqname-to-id HTTP/1.1" 404 184 0.003691 10.0.0.32 - - [2024-09-12 02:17:21] "POST /node-profiles HTTP/1.1" 200 531 0.020741 10.0.0.32 - - [2024-09-12 02:17:21] "POST /fqname-to-id HTTP/1.1" 404 185 0.003395 10.0.0.32 - - [2024-09-12 02:17:21] "POST /node-profiles HTTP/1.1" 200 533 0.020195 10.0.0.32 - - [2024-09-12 02:17:21] "POST /fqname-to-id HTTP/1.1" 404 197 0.003605 10.0.0.32 - - [2024-09-12 02:17:21] "POST /node-profiles HTTP/1.1" 200 557 0.018979 10.0.0.32 - - [2024-09-12 02:17:21] "POST /fqname-to-id HTTP/1.1" 404 206 0.004203 10.0.0.32 - - [2024-09-12 02:17:21] "POST /telemetry-profiles HTTP/1.1" 200 554 0.022354 10.0.0.32 - - [2024-09-12 02:17:21] "POST /fqname-to-id HTTP/1.1" 404 206 0.003807 10.0.0.32 - - [2024-09-12 02:17:21] "POST /telemetry-profiles HTTP/1.1" 200 554 0.028023 10.0.0.32 - - [2024-09-12 02:17:21] "POST /fqname-to-id HTTP/1.1" 404 206 0.003465 10.0.0.32 - - [2024-09-12 02:17:21] "POST /telemetry-profiles HTTP/1.1" 200 554 0.018523 10.0.0.32 - - [2024-09-12 02:17:21] "POST /fqname-to-id HTTP/1.1" 404 206 0.003822 10.0.0.32 - - [2024-09-12 02:17:22] "POST /telemetry-profiles HTTP/1.1" 200 554 0.019576 10.0.0.32 - - [2024-09-12 02:17:22] "POST /fqname-to-id HTTP/1.1" 404 206 0.003760 10.0.0.32 - - [2024-09-12 02:17:22] "POST /telemetry-profiles HTTP/1.1" 200 554 0.018130 10.0.0.32 - - [2024-09-12 02:17:22] "POST /fqname-to-id HTTP/1.1" 404 206 0.003334 10.0.0.32 - - [2024-09-12 02:17:22] "POST /telemetry-profiles HTTP/1.1" 200 554 0.018955 10.0.0.32 - - [2024-09-12 02:17:22] "POST /fqname-to-id HTTP/1.1" 404 199 0.004614 10.0.0.32 - - [2024-09-12 02:17:22] "POST /sflow-profiles HTTP/1.1" 200 532 0.018734 10.0.0.32 - - [2024-09-12 02:17:22] "POST /fqname-to-id HTTP/1.1" 404 202 0.003492 10.0.0.32 - - [2024-09-12 02:17:22] "POST /sflow-profiles HTTP/1.1" 200 538 0.017422 10.0.0.32 - - [2024-09-12 02:17:22] "POST /fqname-to-id HTTP/1.1" 404 202 0.004056 10.0.0.32 - - [2024-09-12 02:17:22] "POST /sflow-profiles HTTP/1.1" 200 538 0.018882 10.0.0.32 - - [2024-09-12 02:17:22] "POST /fqname-to-id HTTP/1.1" 404 199 0.004662 10.0.0.32 - - [2024-09-12 02:17:22] "POST /grpc-profiles HTTP/1.1" 200 530 0.025572 10.0.0.32 - - [2024-09-12 02:17:22] "POST /fqname-to-id HTTP/1.1" 404 199 0.003995 10.0.0.32 - - [2024-09-12 02:17:22] "POST /snmp-profiles HTTP/1.1" 200 530 0.021102 10.0.0.32 - - [2024-09-12 02:17:22] "POST /fqname-to-id HTTP/1.1" 404 202 0.003400 10.0.0.32 - - [2024-09-12 02:17:22] "POST /netconf-profiles HTTP/1.1" 200 542 0.019571 10.0.0.32 - - [2024-09-12 02:17:22] "POST /fqname-to-id HTTP/1.1" 404 193 0.003641 10.0.0.32 - - [2024-09-12 02:17:23] "POST /device-functional-groups HTTP/1.1" 200 540 0.020303 10.0.0.32 - - [2024-09-12 02:17:23] "POST /fqname-to-id HTTP/1.1" 404 193 0.004705 10.0.0.32 - - [2024-09-12 02:17:23] "POST /device-functional-groups HTTP/1.1" 200 540 0.022893 10.0.0.32 - - [2024-09-12 02:17:23] "POST /fqname-to-id HTTP/1.1" 404 195 0.003616 10.0.0.32 - - [2024-09-12 02:17:23] "POST /device-functional-groups HTTP/1.1" 200 544 0.018698 10.0.0.32 - - [2024-09-12 02:17:23] "POST /fqname-to-id HTTP/1.1" 404 194 0.003552 10.0.0.32 - - [2024-09-12 02:17:23] "POST /device-functional-groups HTTP/1.1" 200 542 0.023345 10.0.0.32 - - [2024-09-12 02:17:23] "POST /fqname-to-id HTTP/1.1" 404 218 0.003414 10.0.0.32 - - [2024-09-12 02:17:23] "POST /device-functional-groups HTTP/1.1" 200 590 0.021271 10.0.0.32 - - [2024-09-12 02:17:23] "POST /fqname-to-id HTTP/1.1" 404 208 0.003549 10.0.0.32 - - [2024-09-12 02:17:23] "POST /device-functional-groups HTTP/1.1" 200 570 0.023051 10.0.0.32 - - [2024-09-12 02:17:23] "POST /fqname-to-id HTTP/1.1" 404 236 0.003798 10.0.0.32 - - [2024-09-12 02:17:23] "POST /device-functional-groups HTTP/1.1" 200 620 0.017748 10.0.0.32 - - [2024-09-12 02:17:23] "POST /fqname-to-id HTTP/1.1" 404 206 0.003377 10.0.0.32 - - [2024-09-12 02:17:23] "POST /device-functional-groups HTTP/1.1" 200 566 0.024239 10.0.0.32 - - [2024-09-12 02:17:23] "POST /fqname-to-id HTTP/1.1" 404 205 0.003885 10.0.0.32 - - [2024-09-12 02:17:23] "POST /device-functional-groups HTTP/1.1" 200 564 0.018182 10.0.0.32 - - [2024-09-12 02:17:24] "POST /fqname-to-id HTTP/1.1" 404 210 0.003759 10.0.0.32 - - [2024-09-12 02:17:24] "POST /device-functional-groups HTTP/1.1" 200 574 0.019955 10.0.0.32 - - [2024-09-12 02:17:24] "POST /fqname-to-id HTTP/1.1" 404 201 0.003431 10.0.0.32 - - [2024-09-12 02:17:24] "POST /role-configs HTTP/1.1" 200 525 0.018729 10.0.0.32 - - [2024-09-12 02:17:24] "POST /fqname-to-id HTTP/1.1" 404 196 0.003467 10.0.0.32 - - [2024-09-12 02:17:24] "POST /role-configs HTTP/1.1" 200 520 0.019162 10.0.0.32 - - [2024-09-12 02:17:24] "POST /fqname-to-id HTTP/1.1" 404 198 0.004231 10.0.0.32 - - [2024-09-12 02:17:24] "POST /role-configs HTTP/1.1" 200 522 0.021177 10.0.0.32 - - [2024-09-12 02:17:24] "POST /fqname-to-id HTTP/1.1" 404 198 0.003411 10.0.0.32 - - [2024-09-12 02:17:24] "POST /role-configs HTTP/1.1" 200 522 0.338744 10.0.0.32 - - [2024-09-12 02:17:24] "POST /fqname-to-id HTTP/1.1" 404 202 0.003618 10.0.0.32 - - [2024-09-12 02:17:24] "POST /role-configs HTTP/1.1" 200 526 0.019626 10.0.0.32 - - [2024-09-12 02:17:25] "POST /fqname-to-id HTTP/1.1" 404 197 0.004010 10.0.0.32 - - [2024-09-12 02:17:25] "POST /role-configs HTTP/1.1" 200 521 0.018130 10.0.0.32 - - [2024-09-12 02:17:25] "POST /fqname-to-id HTTP/1.1" 404 193 0.003521 10.0.0.32 - - [2024-09-12 02:17:25] "POST /role-configs HTTP/1.1" 200 517 0.019545 10.0.0.32 - - [2024-09-12 02:17:25] "POST /fqname-to-id HTTP/1.1" 404 194 0.003479 10.0.0.32 - - [2024-09-12 02:17:25] "POST /role-configs HTTP/1.1" 200 518 0.017722 10.0.0.32 - - [2024-09-12 02:17:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.32 - - [2024-09-12 02:17:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.32 - - [2024-09-12 02:17:25] "POST /ref-update HTTP/1.1" 200 156 0.010137 10.0.0.32 - - [2024-09-12 02:17:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.32 - - [2024-09-12 02:17:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.32 - - [2024-09-12 02:17:25] "POST /ref-update HTTP/1.1" 200 156 0.010315 10.0.0.32 - - [2024-09-12 02:17:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004301 10.0.0.32 - - [2024-09-12 02:17:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.32 - - [2024-09-12 02:17:25] "POST /ref-update HTTP/1.1" 200 156 0.009838 10.0.0.32 - - [2024-09-12 02:17:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.32 - - [2024-09-12 02:17:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.32 - - [2024-09-12 02:17:25] "POST /ref-update HTTP/1.1" 200 156 0.011072 10.0.0.32 - - [2024-09-12 02:17:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.32 - - [2024-09-12 02:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.32 - - [2024-09-12 02:17:26] "POST /ref-update HTTP/1.1" 200 156 0.009763 10.0.0.32 - - [2024-09-12 02:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.32 - - [2024-09-12 02:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.008025 10.0.0.32 - - [2024-09-12 02:17:26] "POST /ref-update HTTP/1.1" 200 156 0.009475 10.0.0.32 - - [2024-09-12 02:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.32 - - [2024-09-12 02:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.32 - - [2024-09-12 02:17:26] "POST /ref-update HTTP/1.1" 200 156 0.010063 10.0.0.32 - - [2024-09-12 02:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.006224 10.0.0.32 - - [2024-09-12 02:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.32 - - [2024-09-12 02:17:26] "POST /ref-update HTTP/1.1" 200 156 0.009951 10.0.0.32 - - [2024-09-12 02:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.32 - - [2024-09-12 02:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.32 - - [2024-09-12 02:17:26] "POST /ref-update HTTP/1.1" 200 156 0.011158 10.0.0.32 - - [2024-09-12 02:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005208 10.0.0.32 - - [2024-09-12 02:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210 10.0.0.32 - - [2024-09-12 02:17:26] "POST /ref-update HTTP/1.1" 200 156 0.010222 10.0.0.32 - - [2024-09-12 02:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004395 10.0.0.32 - - [2024-09-12 02:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.32 - - [2024-09-12 02:17:27] "POST /ref-update HTTP/1.1" 200 156 0.010608 10.0.0.32 - - [2024-09-12 02:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.32 - - [2024-09-12 02:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.32 - - [2024-09-12 02:17:27] "POST /ref-update HTTP/1.1" 200 156 0.009055 10.0.0.32 - - [2024-09-12 02:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004807 10.0.0.32 - - [2024-09-12 02:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004480 10.0.0.32 - - [2024-09-12 02:17:27] "POST /ref-update HTTP/1.1" 200 156 0.009454 10.0.0.32 - - [2024-09-12 02:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.32 - - [2024-09-12 02:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.32 - - [2024-09-12 02:17:27] "POST /ref-update HTTP/1.1" 200 156 0.009019 10.0.0.32 - - [2024-09-12 02:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004309 10.0.0.32 - - [2024-09-12 02:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.32 - - [2024-09-12 02:17:27] "POST /ref-update HTTP/1.1" 200 156 0.008858 10.0.0.32 - - [2024-09-12 02:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004029 10.0.0.32 - - [2024-09-12 02:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210 10.0.0.32 - - [2024-09-12 02:17:27] "POST /ref-update HTTP/1.1" 200 156 0.009043 10.0.0.32 - - [2024-09-12 02:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.32 - - [2024-09-12 02:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004460 10.0.0.32 - - [2024-09-12 02:17:27] "POST /ref-update HTTP/1.1" 200 156 0.009648 10.0.0.32 - - [2024-09-12 02:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.32 - - [2024-09-12 02:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.32 - - [2024-09-12 02:17:28] "POST /ref-update HTTP/1.1" 200 156 0.011686 10.0.0.32 - - [2024-09-12 02:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.32 - - [2024-09-12 02:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004614 10.0.0.32 - - [2024-09-12 02:17:28] "POST /ref-update HTTP/1.1" 200 156 0.009292 10.0.0.32 - - [2024-09-12 02:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004492 10.0.0.32 - - [2024-09-12 02:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.32 - - [2024-09-12 02:17:28] "POST /ref-update HTTP/1.1" 200 156 0.008672 10.0.0.32 - - [2024-09-12 02:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.32 - - [2024-09-12 02:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.32 - - [2024-09-12 02:17:28] "POST /ref-update HTTP/1.1" 200 156 0.007858 10.0.0.32 - - [2024-09-12 02:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.32 - - [2024-09-12 02:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.32 - - [2024-09-12 02:17:28] "POST /ref-update HTTP/1.1" 200 156 0.008259 10.0.0.32 - - [2024-09-12 02:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.32 - - [2024-09-12 02:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.32 - - [2024-09-12 02:17:28] "POST /ref-update HTTP/1.1" 200 156 0.008545 10.0.0.32 - - [2024-09-12 02:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.32 - - [2024-09-12 02:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.32 - - [2024-09-12 02:17:29] "POST /ref-update HTTP/1.1" 200 156 0.009785 10.0.0.32 - - [2024-09-12 02:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.32 - - [2024-09-12 02:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.32 - - [2024-09-12 02:17:29] "POST /ref-update HTTP/1.1" 200 156 0.009261 10.0.0.32 - - [2024-09-12 02:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.32 - - [2024-09-12 02:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.32 - - [2024-09-12 02:17:29] "POST /ref-update HTTP/1.1" 200 156 0.008678 10.0.0.32 - - [2024-09-12 02:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.32 - - [2024-09-12 02:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.32 - - [2024-09-12 02:17:29] "POST /ref-update HTTP/1.1" 200 156 0.009385 10.0.0.32 - - [2024-09-12 02:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.32 - - [2024-09-12 02:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.32 - - [2024-09-12 02:17:29] "POST /ref-update HTTP/1.1" 200 156 0.008242 10.0.0.32 - - [2024-09-12 02:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.32 - - [2024-09-12 02:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.32 - - [2024-09-12 02:17:29] "POST /ref-update HTTP/1.1" 200 156 0.008756 10.0.0.32 - - [2024-09-12 02:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.32 - - [2024-09-12 02:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292 10.0.0.32 - - [2024-09-12 02:17:29] "POST /ref-update HTTP/1.1" 200 156 0.009676 10.0.0.32 - - [2024-09-12 02:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.32 - - [2024-09-12 02:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.32 - - [2024-09-12 02:17:30] "POST /ref-update HTTP/1.1" 200 156 0.008393 10.0.0.32 - - [2024-09-12 02:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.32 - - [2024-09-12 02:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004043 10.0.0.32 - - [2024-09-12 02:17:30] "POST /ref-update HTTP/1.1" 200 156 0.008883 10.0.0.32 - - [2024-09-12 02:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.32 - - [2024-09-12 02:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004087 10.0.0.32 - - [2024-09-12 02:17:30] "POST /ref-update HTTP/1.1" 200 156 0.009417 10.0.0.32 - - [2024-09-12 02:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.32 - - [2024-09-12 02:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.32 - - [2024-09-12 02:17:30] "POST /ref-update HTTP/1.1" 200 156 0.008501 10.0.0.32 - - [2024-09-12 02:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.32 - - [2024-09-12 02:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004471 10.0.0.32 - - [2024-09-12 02:17:30] "POST /ref-update HTTP/1.1" 200 156 0.011154 10.0.0.32 - - [2024-09-12 02:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.32 - - [2024-09-12 02:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.32 - - [2024-09-12 02:17:30] "POST /ref-update HTTP/1.1" 200 156 0.008268 10.0.0.32 - - [2024-09-12 02:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.32 - - [2024-09-12 02:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.32 - - [2024-09-12 02:17:31] "POST /ref-update HTTP/1.1" 200 156 0.010100 10.0.0.32 - - [2024-09-12 02:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.32 - - [2024-09-12 02:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.32 - - [2024-09-12 02:17:31] "POST /ref-update HTTP/1.1" 200 156 0.008182 10.0.0.32 - - [2024-09-12 02:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.32 - - [2024-09-12 02:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.32 - - [2024-09-12 02:17:31] "POST /ref-update HTTP/1.1" 200 156 0.010019 10.0.0.32 - - [2024-09-12 02:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.32 - - [2024-09-12 02:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.32 - - [2024-09-12 02:17:31] "POST /ref-update HTTP/1.1" 200 156 0.008559 10.0.0.32 - - [2024-09-12 02:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.32 - - [2024-09-12 02:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.32 - - [2024-09-12 02:17:31] "POST /ref-update HTTP/1.1" 200 156 0.008773 10.0.0.32 - - [2024-09-12 02:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.32 - - [2024-09-12 02:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.32 - - [2024-09-12 02:17:31] "POST /ref-update HTTP/1.1" 200 156 0.009259 10.0.0.32 - - [2024-09-12 02:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.32 - - [2024-09-12 02:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.32 - - [2024-09-12 02:17:31] "POST /ref-update HTTP/1.1" 200 156 0.009439 10.0.0.32 - - [2024-09-12 02:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.32 - - [2024-09-12 02:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.32 - - [2024-09-12 02:17:32] "POST /ref-update HTTP/1.1" 200 156 0.007681 10.0.0.32 - - [2024-09-12 02:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.32 - - [2024-09-12 02:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.32 - - [2024-09-12 02:17:32] "POST /ref-update HTTP/1.1" 200 156 0.008249 10.0.0.32 - - [2024-09-12 02:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.32 - - [2024-09-12 02:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.32 - - [2024-09-12 02:17:32] "POST /ref-update HTTP/1.1" 200 156 0.009773 10.0.0.32 - - [2024-09-12 02:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.32 - - [2024-09-12 02:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.32 - - [2024-09-12 02:17:32] "POST /ref-update HTTP/1.1" 200 156 0.010233 10.0.0.32 - - [2024-09-12 02:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.32 - - [2024-09-12 02:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.32 - - [2024-09-12 02:17:32] "POST /ref-update HTTP/1.1" 200 156 0.008848 10.0.0.32 - - [2024-09-12 02:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004190 10.0.0.32 - - [2024-09-12 02:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.32 - - [2024-09-12 02:17:32] "POST /ref-update HTTP/1.1" 200 156 0.008394 10.0.0.32 - - [2024-09-12 02:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.32 - - [2024-09-12 02:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.32 - - [2024-09-12 02:17:32] "POST /ref-update HTTP/1.1" 200 156 0.009005 10.0.0.32 - - [2024-09-12 02:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.32 - - [2024-09-12 02:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.32 - - [2024-09-12 02:17:33] "POST /ref-update HTTP/1.1" 200 156 0.007804 10.0.0.32 - - [2024-09-12 02:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004324 10.0.0.32 - - [2024-09-12 02:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.32 - - [2024-09-12 02:17:33] "POST /ref-update HTTP/1.1" 200 156 0.009638 10.0.0.32 - - [2024-09-12 02:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004015 10.0.0.32 - - [2024-09-12 02:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004090 10.0.0.32 - - [2024-09-12 02:17:33] "POST /ref-update HTTP/1.1" 200 156 0.009748 10.0.0.32 - - [2024-09-12 02:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.32 - - [2024-09-12 02:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.32 - - [2024-09-12 02:17:33] "POST /ref-update HTTP/1.1" 200 156 0.009752 10.0.0.32 - - [2024-09-12 02:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.32 - - [2024-09-12 02:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.32 - - [2024-09-12 02:17:33] "POST /ref-update HTTP/1.1" 200 156 0.009010 10.0.0.32 - - [2024-09-12 02:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.32 - - [2024-09-12 02:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.32 - - [2024-09-12 02:17:33] "POST /ref-update HTTP/1.1" 200 156 0.008915 10.0.0.32 - - [2024-09-12 02:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004434 10.0.0.32 - - [2024-09-12 02:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.32 - - [2024-09-12 02:17:34] "POST /ref-update HTTP/1.1" 200 156 0.010389 10.0.0.32 - - [2024-09-12 02:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.32 - - [2024-09-12 02:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.32 - - [2024-09-12 02:17:34] "POST /ref-update HTTP/1.1" 200 156 0.008644 10.0.0.32 - - [2024-09-12 02:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.32 - - [2024-09-12 02:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.32 - - [2024-09-12 02:17:34] "POST /ref-update HTTP/1.1" 200 156 0.008235 10.0.0.32 - - [2024-09-12 02:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.32 - - [2024-09-12 02:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.32 - - [2024-09-12 02:17:34] "POST /ref-update HTTP/1.1" 200 156 0.008303 10.0.0.32 - - [2024-09-12 02:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.32 - - [2024-09-12 02:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.32 - - [2024-09-12 02:17:34] "POST /ref-update HTTP/1.1" 200 156 0.009037 10.0.0.32 - - [2024-09-12 02:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004810 10.0.0.32 - - [2024-09-12 02:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.32 - - [2024-09-12 02:17:34] "POST /ref-update HTTP/1.1" 200 156 0.011459 10.0.0.32 - - [2024-09-12 02:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.32 - - [2024-09-12 02:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004318 10.0.0.32 - - [2024-09-12 02:17:34] "POST /ref-update HTTP/1.1" 200 156 0.008402 10.0.0.32 - - [2024-09-12 02:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.32 - - [2024-09-12 02:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.32 - - [2024-09-12 02:17:35] "POST /ref-update HTTP/1.1" 200 156 0.009676 10.0.0.32 - - [2024-09-12 02:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004255 10.0.0.32 - - [2024-09-12 02:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.32 - - [2024-09-12 02:17:35] "POST /ref-update HTTP/1.1" 200 156 0.010056 10.0.0.32 - - [2024-09-12 02:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004382 10.0.0.32 - - [2024-09-12 02:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.32 - - [2024-09-12 02:17:35] "POST /ref-update HTTP/1.1" 200 156 0.011385 10.0.0.32 - - [2024-09-12 02:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.32 - - [2024-09-12 02:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.32 - - [2024-09-12 02:17:35] "POST /ref-update HTTP/1.1" 200 156 0.009452 10.0.0.32 - - [2024-09-12 02:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004098 10.0.0.32 - - [2024-09-12 02:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004429 10.0.0.32 - - [2024-09-12 02:17:35] "POST /ref-update HTTP/1.1" 200 156 0.009119 10.0.0.32 - - [2024-09-12 02:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.32 - - [2024-09-12 02:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838 10.0.0.32 - - [2024-09-12 02:17:35] "POST /ref-update HTTP/1.1" 200 156 0.010262 10.0.0.32 - - [2024-09-12 02:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.32 - - [2024-09-12 02:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.32 - - [2024-09-12 02:17:36] "POST /ref-update HTTP/1.1" 200 156 0.007988 10.0.0.32 - - [2024-09-12 02:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.32 - - [2024-09-12 02:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.32 - - [2024-09-12 02:17:36] "POST /ref-update HTTP/1.1" 200 156 0.010207 10.0.0.32 - - [2024-09-12 02:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.32 - - [2024-09-12 02:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.32 - - [2024-09-12 02:17:36] "POST /ref-update HTTP/1.1" 200 156 0.007928 10.0.0.32 - - [2024-09-12 02:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.32 - - [2024-09-12 02:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.32 - - [2024-09-12 02:17:36] "POST /ref-update HTTP/1.1" 200 156 0.009082 10.0.0.32 - - [2024-09-12 02:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.32 - - [2024-09-12 02:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.32 - - [2024-09-12 02:17:36] "POST /ref-update HTTP/1.1" 200 156 0.009876 10.0.0.32 - - [2024-09-12 02:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.32 - - [2024-09-12 02:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.32 - - [2024-09-12 02:17:36] "POST /ref-update HTTP/1.1" 200 156 0.009347 10.0.0.32 - - [2024-09-12 02:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.32 - - [2024-09-12 02:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004524 10.0.0.32 - - [2024-09-12 02:17:36] "POST /ref-update HTTP/1.1" 200 156 0.009380 10.0.0.32 - - [2024-09-12 02:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.32 - - [2024-09-12 02:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.32 - - [2024-09-12 02:17:37] "POST /ref-update HTTP/1.1" 200 156 0.010496 10.0.0.32 - - [2024-09-12 02:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.32 - - [2024-09-12 02:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004373 10.0.0.32 - - [2024-09-12 02:17:37] "POST /ref-update HTTP/1.1" 200 156 0.008332 10.0.0.32 - - [2024-09-12 02:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.32 - - [2024-09-12 02:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004419 10.0.0.32 - - [2024-09-12 02:17:37] "POST /ref-update HTTP/1.1" 200 156 0.009079 10.0.0.32 - - [2024-09-12 02:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.32 - - [2024-09-12 02:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.32 - - [2024-09-12 02:17:37] "POST /ref-update HTTP/1.1" 200 156 0.009486 10.0.0.32 - - [2024-09-12 02:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.32 - - [2024-09-12 02:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.32 - - [2024-09-12 02:17:37] "POST /ref-update HTTP/1.1" 200 156 0.009687 10.0.0.32 - - [2024-09-12 02:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.32 - - [2024-09-12 02:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.32 - - [2024-09-12 02:17:37] "POST /ref-update HTTP/1.1" 200 156 0.008784 10.0.0.32 - - [2024-09-12 02:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.32 - - [2024-09-12 02:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.32 - - [2024-09-12 02:17:38] "POST /ref-update HTTP/1.1" 200 156 0.010719 10.0.0.32 - - [2024-09-12 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.32 - - [2024-09-12 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.32 - - [2024-09-12 02:17:38] "POST /ref-update HTTP/1.1" 200 156 0.009269 10.0.0.32 - - [2024-09-12 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.32 - - [2024-09-12 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.32 - - [2024-09-12 02:17:38] "POST /ref-update HTTP/1.1" 200 156 0.008137 10.0.0.32 - - [2024-09-12 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.32 - - [2024-09-12 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.32 - - [2024-09-12 02:17:38] "POST /ref-update HTTP/1.1" 200 156 0.007952 10.0.0.32 - - [2024-09-12 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.32 - - [2024-09-12 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.32 - - [2024-09-12 02:17:38] "POST /ref-update HTTP/1.1" 200 156 0.010661 10.0.0.32 - - [2024-09-12 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.32 - - [2024-09-12 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.32 - - [2024-09-12 02:17:38] "POST /ref-update HTTP/1.1" 200 156 0.008494 10.0.0.32 - - [2024-09-12 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.32 - - [2024-09-12 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.32 - - [2024-09-12 02:17:38] "POST /ref-update HTTP/1.1" 200 156 0.050173 10.0.0.32 - - [2024-09-12 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.32 - - [2024-09-12 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.32 - - [2024-09-12 02:17:39] "POST /ref-update HTTP/1.1" 200 156 0.009456 10.0.0.32 - - [2024-09-12 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.32 - - [2024-09-12 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.32 - - [2024-09-12 02:17:39] "POST /ref-update HTTP/1.1" 200 156 0.010667 10.0.0.32 - - [2024-09-12 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.32 - - [2024-09-12 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.32 - - [2024-09-12 02:17:39] "POST /ref-update HTTP/1.1" 200 156 0.010113 10.0.0.32 - - [2024-09-12 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005620 10.0.0.32 - - [2024-09-12 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.32 - - [2024-09-12 02:17:39] "POST /ref-update HTTP/1.1" 200 156 0.012989 10.0.0.32 - - [2024-09-12 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.32 - - [2024-09-12 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004213 10.0.0.32 - - [2024-09-12 02:17:39] "POST /ref-update HTTP/1.1" 200 156 0.010227 10.0.0.32 - - [2024-09-12 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.32 - - [2024-09-12 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.32 - - [2024-09-12 02:17:39] "POST /ref-update HTTP/1.1" 200 156 0.012250 10.0.0.32 - - [2024-09-12 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.32 - - [2024-09-12 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.32 - - [2024-09-12 02:17:40] "POST /ref-update HTTP/1.1" 200 156 0.012430 10.0.0.32 - - [2024-09-12 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.32 - - [2024-09-12 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.32 - - [2024-09-12 02:17:40] "POST /ref-update HTTP/1.1" 200 156 0.008237 10.0.0.32 - - [2024-09-12 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.32 - - [2024-09-12 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.32 - - [2024-09-12 02:17:40] "POST /ref-update HTTP/1.1" 200 156 0.009261 10.0.0.32 - - [2024-09-12 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.32 - - [2024-09-12 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210 10.0.0.32 - - [2024-09-12 02:17:40] "POST /ref-update HTTP/1.1" 200 156 0.009162 10.0.0.32 - - [2024-09-12 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.32 - - [2024-09-12 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.32 - - [2024-09-12 02:17:40] "POST /ref-update HTTP/1.1" 200 156 0.009479 10.0.0.32 - - [2024-09-12 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.32 - - [2024-09-12 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004197 10.0.0.32 - - [2024-09-12 02:17:40] "POST /ref-update HTTP/1.1" 200 156 0.008631 10.0.0.32 - - [2024-09-12 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.32 - - [2024-09-12 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.32 - - [2024-09-12 02:17:40] "POST /ref-update HTTP/1.1" 200 156 0.011311 10.0.0.32 - - [2024-09-12 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.32 - - [2024-09-12 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.32 - - [2024-09-12 02:17:41] "POST /ref-update HTTP/1.1" 200 156 0.009972 10.0.0.32 - - [2024-09-12 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.32 - - [2024-09-12 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.32 - - [2024-09-12 02:17:41] "POST /ref-update HTTP/1.1" 200 156 0.009308 10.0.0.32 - - [2024-09-12 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.32 - - [2024-09-12 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.32 - - [2024-09-12 02:17:41] "POST /ref-update HTTP/1.1" 200 156 0.010729 10.0.0.32 - - [2024-09-12 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.32 - - [2024-09-12 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.32 - - [2024-09-12 02:17:41] "POST /ref-update HTTP/1.1" 200 156 0.019472 10.0.0.32 - - [2024-09-12 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.32 - - [2024-09-12 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.32 - - [2024-09-12 02:17:41] "POST /ref-update HTTP/1.1" 200 156 0.008659 10.0.0.32 - - [2024-09-12 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.32 - - [2024-09-12 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.32 - - [2024-09-12 02:17:41] "POST /ref-update HTTP/1.1" 200 156 0.009863 10.0.0.32 - - [2024-09-12 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.32 - - [2024-09-12 02:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004167 10.0.0.32 - - [2024-09-12 02:17:42] "POST /ref-update HTTP/1.1" 200 156 0.008524 10.0.0.32 - - [2024-09-12 02:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.32 - - [2024-09-12 02:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.32 - - [2024-09-12 02:17:42] "POST /ref-update HTTP/1.1" 200 156 0.009868 10.0.0.32 - - [2024-09-12 02:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.32 - - [2024-09-12 02:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004488 10.0.0.32 - - [2024-09-12 02:17:42] "POST /ref-update HTTP/1.1" 200 156 0.009360 10.0.0.32 - - [2024-09-12 02:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005546 10.0.0.32 - - [2024-09-12 02:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.32 - - [2024-09-12 02:17:42] "POST /ref-update HTTP/1.1" 200 156 0.008372 10.0.0.32 - - [2024-09-12 02:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.32 - - [2024-09-12 02:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.32 - - [2024-09-12 02:17:42] "POST /ref-update HTTP/1.1" 200 156 0.009348 10.0.0.32 - - [2024-09-12 02:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.32 - - [2024-09-12 02:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.32 - - [2024-09-12 02:17:42] "POST /ref-update HTTP/1.1" 200 156 0.007987 10.0.0.32 - - [2024-09-12 02:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.32 - - [2024-09-12 02:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.32 - - [2024-09-12 02:17:42] "POST /ref-update HTTP/1.1" 200 156 0.008460 10.0.0.32 - - [2024-09-12 02:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.32 - - [2024-09-12 02:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.32 - - [2024-09-12 02:17:43] "POST /ref-update HTTP/1.1" 200 156 0.008436 10.0.0.32 - - [2024-09-12 02:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.32 - - [2024-09-12 02:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.32 - - [2024-09-12 02:17:43] "POST /ref-update HTTP/1.1" 200 156 0.008930 10.0.0.32 - - [2024-09-12 02:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.32 - - [2024-09-12 02:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.32 - - [2024-09-12 02:17:43] "POST /ref-update HTTP/1.1" 200 156 0.008466 10.0.0.32 - - [2024-09-12 02:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.32 - - [2024-09-12 02:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.32 - - [2024-09-12 02:17:43] "POST /ref-update HTTP/1.1" 200 156 0.009344 10.0.0.32 - - [2024-09-12 02:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004691 10.0.0.32 - - [2024-09-12 02:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.32 - - [2024-09-12 02:17:43] "POST /ref-update HTTP/1.1" 200 156 0.009762 10.0.0.32 - - [2024-09-12 02:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.32 - - [2024-09-12 02:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.32 - - [2024-09-12 02:17:43] "POST /ref-update HTTP/1.1" 200 156 0.010535 10.0.0.32 - - [2024-09-12 02:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.32 - - [2024-09-12 02:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.32 - - [2024-09-12 02:17:44] "POST /ref-update HTTP/1.1" 200 156 0.008298 10.0.0.32 - - [2024-09-12 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004149 10.0.0.32 - - [2024-09-12 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.32 - - [2024-09-12 02:17:44] "POST /ref-update HTTP/1.1" 200 156 0.009220 10.0.0.32 - - [2024-09-12 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.32 - - [2024-09-12 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.32 - - [2024-09-12 02:17:44] "POST /ref-update HTTP/1.1" 200 156 0.008264 10.0.0.32 - - [2024-09-12 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.32 - - [2024-09-12 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.32 - - [2024-09-12 02:17:44] "POST /ref-update HTTP/1.1" 200 156 0.008421 10.0.0.32 - - [2024-09-12 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.32 - - [2024-09-12 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.32 - - [2024-09-12 02:17:44] "POST /ref-update HTTP/1.1" 200 156 0.009112 10.0.0.32 - - [2024-09-12 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.32 - - [2024-09-12 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.32 - - [2024-09-12 02:17:44] "POST /ref-update HTTP/1.1" 200 156 0.009999 10.0.0.32 - - [2024-09-12 02:17:44] "GET /global-system-configs HTTP/1.1" 200 322 1.031252 10.0.0.32 - - [2024-09-12 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.32 - - [2024-09-12 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003986 10.0.0.32 - - [2024-09-12 02:17:44] "POST /ref-update HTTP/1.1" 200 156 0.011211 10.0.0.32 - - [2024-09-12 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.32 - - [2024-09-12 02:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004132 10.0.0.32 - - [2024-09-12 02:17:45] "POST /ref-update HTTP/1.1" 200 156 0.011403 10.0.0.32 - - [2024-09-12 02:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.32 - - [2024-09-12 02:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.007770 10.0.0.32 - - [2024-09-12 02:17:45] "POST /ref-update HTTP/1.1" 200 156 0.009027 10.0.0.32 - - [2024-09-12 02:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.32 - - [2024-09-12 02:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.32 - - [2024-09-12 02:17:45] "POST /ref-update HTTP/1.1" 200 156 0.017091 10.0.0.32 - - [2024-09-12 02:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.32 - - [2024-09-12 02:17:45] "GET /global-system-configs HTTP/1.1" 200 322 0.359733 10.0.0.32 - - [2024-09-12 02:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.32 - - [2024-09-12 02:17:45] "POST /ref-update HTTP/1.1" 200 156 0.010377 10.0.0.32 - - [2024-09-12 02:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.32 - - [2024-09-12 02:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.32 - - [2024-09-12 02:17:45] "POST /ref-update HTTP/1.1" 200 156 0.008654 10.0.0.32 - - [2024-09-12 02:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021 10.0.0.32 - - [2024-09-12 02:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.32 - - [2024-09-12 02:17:45] "POST /ref-update HTTP/1.1" 200 156 0.011413 10.0.0.32 - - [2024-09-12 02:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.32 - - [2024-09-12 02:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.32 - - [2024-09-12 02:17:46] "POST /ref-update HTTP/1.1" 200 156 0.009204 10.0.0.32 - - [2024-09-12 02:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.32 - - [2024-09-12 02:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.32 - - [2024-09-12 02:17:46] "POST /ref-update HTTP/1.1" 200 156 0.009381 10.0.0.32 - - [2024-09-12 02:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.32 - - [2024-09-12 02:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.32 - - [2024-09-12 02:17:46] "POST /ref-update HTTP/1.1" 200 156 0.008204 10.0.0.32 - - [2024-09-12 02:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.32 - - [2024-09-12 02:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.32 - - [2024-09-12 02:17:46] "POST /ref-update HTTP/1.1" 200 156 0.008672 10.0.0.32 - - [2024-09-12 02:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.32 - - [2024-09-12 02:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.32 - - [2024-09-12 02:17:46] "POST /ref-update HTTP/1.1" 200 156 0.008664 10.0.0.32 - - [2024-09-12 02:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.32 - - [2024-09-12 02:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.32 - - [2024-09-12 02:17:46] "POST /ref-update HTTP/1.1" 200 156 0.010368 10.0.0.32 - - [2024-09-12 02:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.32 - - [2024-09-12 02:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.32 - - [2024-09-12 02:17:46] "POST /ref-update HTTP/1.1" 200 156 0.010444 10.0.0.32 - - [2024-09-12 02:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004197 10.0.0.32 - - [2024-09-12 02:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.32 - - [2024-09-12 02:17:47] "POST /ref-update HTTP/1.1" 200 156 0.010567 10.0.0.32 - - [2024-09-12 02:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.32 - - [2024-09-12 02:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004308 10.0.0.32 - - [2024-09-12 02:17:47] "POST /ref-update HTTP/1.1" 200 156 0.009763 10.0.0.32 - - [2024-09-12 02:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004361 10.0.0.32 - - [2024-09-12 02:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.32 - - [2024-09-12 02:17:47] "POST /ref-update HTTP/1.1" 200 156 0.008518 10.0.0.32 - - [2024-09-12 02:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.32 - - [2024-09-12 02:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.32 - - [2024-09-12 02:17:47] "POST /ref-update HTTP/1.1" 200 156 0.008458 10.0.0.32 - - [2024-09-12 02:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.32 - - [2024-09-12 02:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004213 10.0.0.32 - - [2024-09-12 02:17:47] "POST /ref-update HTTP/1.1" 200 156 0.024883 10.0.0.32 - - [2024-09-12 02:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.32 - - [2024-09-12 02:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.32 - - [2024-09-12 02:17:47] "POST /ref-update HTTP/1.1" 200 156 0.012032 10.0.0.32 - - [2024-09-12 02:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.32 - - [2024-09-12 02:17:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005771 10.0.0.32 - - [2024-09-12 02:17:48] "POST /ref-update HTTP/1.1" 200 156 0.009946 10.0.0.32 - - [2024-09-12 02:17:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004612 10.0.0.32 - - [2024-09-12 02:17:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004428 10.0.0.32 - - [2024-09-12 02:17:48] "POST /ref-update HTTP/1.1" 200 156 0.008253 10.0.0.32 - - [2024-09-12 02:17:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995 10.0.0.32 - - [2024-09-12 02:17:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.32 - - [2024-09-12 02:17:48] "POST /ref-update HTTP/1.1" 200 156 0.011823 10.0.0.32 - - [2024-09-12 02:17:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.32 - - [2024-09-12 02:17:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.32 - - [2024-09-12 02:17:48] "POST /ref-update HTTP/1.1" 200 156 0.009518 10.0.0.32 - - [2024-09-12 02:17:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.32 - - [2024-09-12 02:17:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.32 - - [2024-09-12 02:17:48] "POST /ref-update HTTP/1.1" 200 156 0.008782 10.0.0.32 - - [2024-09-12 02:17:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.32 - - [2024-09-12 02:17:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.32 - - [2024-09-12 02:17:48] "POST /ref-update HTTP/1.1" 200 156 0.009455 10.0.0.32 - - [2024-09-12 02:17:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.32 - - [2024-09-12 02:17:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.32 - - [2024-09-12 02:17:49] "POST /ref-update HTTP/1.1" 200 156 0.010487 10.0.0.32 - - [2024-09-12 02:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129 10.0.0.32 - - [2024-09-12 02:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.32 - - [2024-09-12 02:17:49] "POST /ref-update HTTP/1.1" 200 156 0.008880 10.0.0.32 - - [2024-09-12 02:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.32 - - [2024-09-12 02:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.32 - - [2024-09-12 02:17:49] "POST /ref-update HTTP/1.1" 200 156 0.008799 10.0.0.32 - - [2024-09-12 02:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.32 - - [2024-09-12 02:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.32 - - [2024-09-12 02:17:49] "POST /ref-update HTTP/1.1" 200 156 0.009297 10.0.0.32 - - [2024-09-12 02:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.32 - - [2024-09-12 02:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.32 - - [2024-09-12 02:17:49] "POST /ref-update HTTP/1.1" 200 156 0.009601 10.0.0.32 - - [2024-09-12 02:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004605 10.0.0.32 - - [2024-09-12 02:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004228 10.0.0.32 - - [2024-09-12 02:17:49] "POST /ref-update HTTP/1.1" 200 156 0.009739 10.0.0.32 - - [2024-09-12 02:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.32 - - [2024-09-12 02:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.32 - - [2024-09-12 02:17:49] "POST /ref-update HTTP/1.1" 200 156 0.008616 10.0.0.32 - - [2024-09-12 02:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.32 - - [2024-09-12 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.32 - - [2024-09-12 02:17:50] "POST /ref-update HTTP/1.1" 200 156 0.009698 10.0.0.32 - - [2024-09-12 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.32 - - [2024-09-12 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.32 - - [2024-09-12 02:17:50] "POST /ref-update HTTP/1.1" 200 156 0.008457 10.0.0.32 - - [2024-09-12 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.32 - - [2024-09-12 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.32 - - [2024-09-12 02:17:50] "POST /ref-update HTTP/1.1" 200 156 0.010144 10.0.0.32 - - [2024-09-12 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.32 - - [2024-09-12 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.32 - - [2024-09-12 02:17:50] "POST /ref-update HTTP/1.1" 200 156 0.008358 10.0.0.32 - - [2024-09-12 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.32 - - [2024-09-12 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.32 - - [2024-09-12 02:17:50] "POST /ref-update HTTP/1.1" 200 156 0.008460 10.0.0.32 - - [2024-09-12 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.32 - - [2024-09-12 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.32 - - [2024-09-12 02:17:50] "POST /ref-update HTTP/1.1" 200 156 0.007795 10.0.0.32 - - [2024-09-12 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246 10.0.0.32 - - [2024-09-12 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.32 - - [2024-09-12 02:17:51] "POST /ref-update HTTP/1.1" 200 156 0.008701 10.0.0.32 - - [2024-09-12 02:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.32 - - [2024-09-12 02:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003985 10.0.0.32 - - [2024-09-12 02:17:51] "POST /ref-update HTTP/1.1" 200 156 0.007877 10.0.0.32 - - [2024-09-12 02:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.32 - - [2024-09-12 02:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.32 - - [2024-09-12 02:17:51] "POST /ref-update HTTP/1.1" 200 156 0.008682 10.0.0.32 - - [2024-09-12 02:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.32 - - [2024-09-12 02:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.32 - - [2024-09-12 02:17:51] "POST /ref-update HTTP/1.1" 200 156 0.008840 10.0.0.32 - - [2024-09-12 02:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.32 - - [2024-09-12 02:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.32 - - [2024-09-12 02:17:51] "POST /ref-update HTTP/1.1" 200 156 0.009916 10.0.0.32 - - [2024-09-12 02:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.32 - - [2024-09-12 02:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.32 - - [2024-09-12 02:17:51] "POST /ref-update HTTP/1.1" 200 156 0.010018 10.0.0.32 - - [2024-09-12 02:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.32 - - [2024-09-12 02:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.32 - - [2024-09-12 02:17:51] "POST /ref-update HTTP/1.1" 200 156 0.008433 10.0.0.32 - - [2024-09-12 02:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.32 - - [2024-09-12 02:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.32 - - [2024-09-12 02:17:52] "POST /ref-update HTTP/1.1" 200 156 0.010694 10.0.0.32 - - [2024-09-12 02:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.32 - - [2024-09-12 02:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.32 - - [2024-09-12 02:17:52] "POST /ref-update HTTP/1.1" 200 156 0.010034 10.0.0.32 - - [2024-09-12 02:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.32 - - [2024-09-12 02:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004401 10.0.0.32 - - [2024-09-12 02:17:52] "POST /ref-update HTTP/1.1" 200 156 0.009714 10.0.0.32 - - [2024-09-12 02:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.32 - - [2024-09-12 02:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.32 - - [2024-09-12 02:17:52] "POST /ref-update HTTP/1.1" 200 156 0.009165 10.0.0.32 - - [2024-09-12 02:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.32 - - [2024-09-12 02:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.32 - - [2024-09-12 02:17:52] "POST /ref-update HTTP/1.1" 200 156 0.008492 10.0.0.32 - - [2024-09-12 02:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.32 - - [2024-09-12 02:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.32 - - [2024-09-12 02:17:52] "POST /ref-update HTTP/1.1" 200 156 0.007769 10.0.0.32 - - [2024-09-12 02:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.32 - - [2024-09-12 02:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.32 - - [2024-09-12 02:17:52] "POST /ref-update HTTP/1.1" 200 156 0.012264 10.0.0.32 - - [2024-09-12 02:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.32 - - [2024-09-12 02:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004335 10.0.0.32 - - [2024-09-12 02:17:53] "POST /ref-update HTTP/1.1" 200 156 0.008735 10.0.0.32 - - [2024-09-12 02:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004880 10.0.0.32 - - [2024-09-12 02:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.32 - - [2024-09-12 02:17:53] "POST /ref-update HTTP/1.1" 200 156 0.008360 10.0.0.32 - - [2024-09-12 02:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.32 - - [2024-09-12 02:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004156 10.0.0.32 - - [2024-09-12 02:17:53] "POST /ref-update HTTP/1.1" 200 156 0.009744 10.0.0.32 - - [2024-09-12 02:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004366 10.0.0.32 - - [2024-09-12 02:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.32 - - [2024-09-12 02:17:53] "POST /ref-update HTTP/1.1" 200 156 0.009621 10.0.0.32 - - [2024-09-12 02:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.32 - - [2024-09-12 02:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004499 10.0.0.32 - - [2024-09-12 02:17:53] "POST /ref-update HTTP/1.1" 200 156 0.011979 10.0.0.32 - - [2024-09-12 02:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.32 - - [2024-09-12 02:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004306 10.0.0.32 - - [2024-09-12 02:17:53] "POST /ref-update HTTP/1.1" 200 156 0.009471 10.0.0.32 - - [2024-09-12 02:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.32 - - [2024-09-12 02:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.32 - - [2024-09-12 02:17:54] "POST /ref-update HTTP/1.1" 200 156 0.009082 10.0.0.32 - - [2024-09-12 02:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.32 - - [2024-09-12 02:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.32 - - [2024-09-12 02:17:54] "POST /ref-update HTTP/1.1" 200 156 0.010237 10.0.0.32 - - [2024-09-12 02:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.32 - - [2024-09-12 02:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.32 - - [2024-09-12 02:17:54] "POST /ref-update HTTP/1.1" 200 156 0.010360 10.0.0.32 - - [2024-09-12 02:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.32 - - [2024-09-12 02:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004564 10.0.0.32 - - [2024-09-12 02:17:54] "POST /ref-update HTTP/1.1" 200 156 0.012237 10.0.0.32 - - [2024-09-12 02:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004559 10.0.0.32 - - [2024-09-12 02:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.32 - - [2024-09-12 02:17:54] "POST /ref-update HTTP/1.1" 200 156 0.012380 10.0.0.32 - - [2024-09-12 02:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.32 - - [2024-09-12 02:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.32 - - [2024-09-12 02:17:54] "POST /ref-update HTTP/1.1" 200 156 0.009635 10.0.0.32 - - [2024-09-12 02:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004992 10.0.0.32 - - [2024-09-12 02:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.32 - - [2024-09-12 02:17:55] "POST /ref-update HTTP/1.1" 200 156 0.010139 10.0.0.32 - - [2024-09-12 02:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.32 - - [2024-09-12 02:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004544 10.0.0.32 - - [2024-09-12 02:17:55] "POST /ref-update HTTP/1.1" 200 156 0.010264 10.0.0.32 - - [2024-09-12 02:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.32 - - [2024-09-12 02:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.32 - - [2024-09-12 02:17:55] "POST /ref-update HTTP/1.1" 200 156 0.012196 10.0.0.32 - - [2024-09-12 02:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.32 - - [2024-09-12 02:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.32 - - [2024-09-12 02:17:55] "POST /ref-update HTTP/1.1" 200 156 0.009501 10.0.0.32 - - [2024-09-12 02:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.32 - - [2024-09-12 02:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.32 - - [2024-09-12 02:17:55] "POST /ref-update HTTP/1.1" 200 156 0.012109 10.0.0.32 - - [2024-09-12 02:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005175 10.0.0.32 - - [2024-09-12 02:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.32 - - [2024-09-12 02:17:55] "POST /ref-update HTTP/1.1" 200 156 0.009030 10.0.0.32 - - [2024-09-12 02:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.32 - - [2024-09-12 02:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.32 - - [2024-09-12 02:17:55] "POST /ref-update HTTP/1.1" 200 156 0.010412 10.0.0.32 - - [2024-09-12 02:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.32 - - [2024-09-12 02:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.32 - - [2024-09-12 02:17:56] "POST /ref-update HTTP/1.1" 200 156 0.009923 10.0.0.32 - - [2024-09-12 02:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.32 - - [2024-09-12 02:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.32 - - [2024-09-12 02:17:56] "POST /ref-update HTTP/1.1" 200 156 0.009766 10.0.0.32 - - [2024-09-12 02:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.32 - - [2024-09-12 02:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.32 - - [2024-09-12 02:17:56] "POST /ref-update HTTP/1.1" 200 156 0.011576 10.0.0.32 - - [2024-09-12 02:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.32 - - [2024-09-12 02:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.32 - - [2024-09-12 02:17:56] "POST /ref-update HTTP/1.1" 200 156 0.010389 10.0.0.32 - - [2024-09-12 02:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.32 - - [2024-09-12 02:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.32 - - [2024-09-12 02:17:56] "POST /ref-update HTTP/1.1" 200 156 0.010301 10.0.0.32 - - [2024-09-12 02:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.32 - - [2024-09-12 02:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004774 10.0.0.32 - - [2024-09-12 02:17:56] "POST /ref-update HTTP/1.1" 200 156 0.011715 10.0.0.32 - - [2024-09-12 02:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.32 - - [2024-09-12 02:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004151 10.0.0.32 - - [2024-09-12 02:17:57] "POST /ref-update HTTP/1.1" 200 156 0.012771 10.0.0.32 - - [2024-09-12 02:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.32 - - [2024-09-12 02:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.32 - - [2024-09-12 02:17:57] "POST /ref-update HTTP/1.1" 200 156 0.010714 10.0.0.32 - - [2024-09-12 02:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.32 - - [2024-09-12 02:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.32 - - [2024-09-12 02:17:57] "POST /ref-update HTTP/1.1" 200 156 0.010066 10.0.0.32 - - [2024-09-12 02:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004473 10.0.0.32 - - [2024-09-12 02:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.32 - - [2024-09-12 02:17:57] "POST /ref-update HTTP/1.1" 200 156 0.010254 10.0.0.32 - - [2024-09-12 02:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.32 - - [2024-09-12 02:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.32 - - [2024-09-12 02:17:57] "POST /ref-update HTTP/1.1" 200 156 0.009924 10.0.0.32 - - [2024-09-12 02:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.32 - - [2024-09-12 02:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.32 - - [2024-09-12 02:17:57] "POST /ref-update HTTP/1.1" 200 156 0.012678 10.0.0.32 - - [2024-09-12 02:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004356 10.0.0.32 - - [2024-09-12 02:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.32 - - [2024-09-12 02:17:57] "POST /ref-update HTTP/1.1" 200 156 0.009277 10.0.0.32 - - [2024-09-12 02:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.32 - - [2024-09-12 02:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.32 - - [2024-09-12 02:17:58] "POST /ref-update HTTP/1.1" 200 156 0.011614 10.0.0.32 - - [2024-09-12 02:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.32 - - [2024-09-12 02:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.32 - - [2024-09-12 02:17:58] "POST /ref-update HTTP/1.1" 200 156 0.009468 10.0.0.32 - - [2024-09-12 02:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.32 - - [2024-09-12 02:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.32 - - [2024-09-12 02:17:58] "POST /ref-update HTTP/1.1" 200 156 0.012162 10.0.0.32 - - [2024-09-12 02:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.32 - - [2024-09-12 02:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.32 - - [2024-09-12 02:17:58] "POST /ref-update HTTP/1.1" 200 156 0.012189 10.0.0.32 - - [2024-09-12 02:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.32 - - [2024-09-12 02:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.32 - - [2024-09-12 02:17:58] "POST /ref-update HTTP/1.1" 200 156 0.009585 10.0.0.32 - - [2024-09-12 02:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.32 - - [2024-09-12 02:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003987 10.0.0.32 - - [2024-09-12 02:17:58] "POST /ref-update HTTP/1.1" 200 156 0.010161 10.0.0.32 - - [2024-09-12 02:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995 10.0.0.32 - - [2024-09-12 02:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.32 - - [2024-09-12 02:17:59] "POST /ref-update HTTP/1.1" 200 156 0.010756 10.0.0.32 - - [2024-09-12 02:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004175 10.0.0.32 - - [2024-09-12 02:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004354 10.0.0.32 - - [2024-09-12 02:17:59] "POST /ref-update HTTP/1.1" 200 156 0.009466 10.0.0.32 - - [2024-09-12 02:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.32 - - [2024-09-12 02:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.32 - - [2024-09-12 02:17:59] "POST /ref-update HTTP/1.1" 200 156 0.012343 10.0.0.32 - - [2024-09-12 02:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.32 - - [2024-09-12 02:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.32 - - [2024-09-12 02:17:59] "POST /ref-update HTTP/1.1" 200 156 0.009995 10.0.0.32 - - [2024-09-12 02:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.32 - - [2024-09-12 02:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.32 - - [2024-09-12 02:17:59] "POST /ref-update HTTP/1.1" 200 156 0.009054 10.0.0.32 - - [2024-09-12 02:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.32 - - [2024-09-12 02:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.32 - - [2024-09-12 02:17:59] "POST /ref-update HTTP/1.1" 200 156 0.010431 10.0.0.32 - - [2024-09-12 02:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.32 - - [2024-09-12 02:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.32 - - [2024-09-12 02:17:59] "POST /ref-update HTTP/1.1" 200 156 0.010473 10.0.0.32 - - [2024-09-12 02:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.32 - - [2024-09-12 02:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.32 - - [2024-09-12 02:18:00] "POST /ref-update HTTP/1.1" 200 156 0.010863 10.0.0.32 - - [2024-09-12 02:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.32 - - [2024-09-12 02:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004410 10.0.0.32 - - [2024-09-12 02:18:00] "POST /ref-update HTTP/1.1" 200 156 0.010581 10.0.0.32 - - [2024-09-12 02:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004229 10.0.0.32 - - [2024-09-12 02:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.32 - - [2024-09-12 02:18:00] "POST /ref-update HTTP/1.1" 200 156 0.010762 10.0.0.32 - - [2024-09-12 02:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004354 10.0.0.32 - - [2024-09-12 02:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004151 10.0.0.32 - - [2024-09-12 02:18:00] "POST /ref-update HTTP/1.1" 200 156 0.010087 10.0.0.32 - - [2024-09-12 02:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.32 - - [2024-09-12 02:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.32 - - [2024-09-12 02:18:00] "POST /ref-update HTTP/1.1" 200 156 0.010069 10.0.0.32 - - [2024-09-12 02:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.32 - - [2024-09-12 02:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.32 - - [2024-09-12 02:18:00] "POST /ref-update HTTP/1.1" 200 156 0.009657 10.0.0.32 - - [2024-09-12 02:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004894 10.0.0.32 - - [2024-09-12 02:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.32 - - [2024-09-12 02:18:01] "POST /ref-update HTTP/1.1" 200 156 0.011450 10.0.0.32 - - [2024-09-12 02:18:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.32 - - [2024-09-12 02:18:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.32 - - [2024-09-12 02:18:01] "POST /ref-update HTTP/1.1" 200 156 0.011992 10.0.0.32 - - [2024-09-12 02:18:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.32 - - [2024-09-12 02:18:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.32 - - [2024-09-12 02:18:01] "POST /ref-update HTTP/1.1" 200 156 0.009480 10.0.0.32 - - [2024-09-12 02:18:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.32 - - [2024-09-12 02:18:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.32 - - [2024-09-12 02:18:01] "POST /ref-update HTTP/1.1" 200 156 0.008110 10.0.0.32 - - [2024-09-12 02:18:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.32 - - [2024-09-12 02:18:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.32 - - [2024-09-12 02:18:01] "POST /ref-update HTTP/1.1" 200 156 0.008878 10.0.0.32 - - [2024-09-12 02:18:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.32 - - [2024-09-12 02:18:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.32 - - [2024-09-12 02:18:01] "POST /ref-update HTTP/1.1" 200 156 0.010562 10.0.0.32 - - [2024-09-12 02:18:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.32 - - [2024-09-12 02:18:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.32 - - [2024-09-12 02:18:01] "POST /ref-update HTTP/1.1" 200 156 0.009748 10.0.0.32 - - [2024-09-12 02:18:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.32 - - [2024-09-12 02:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.32 - - [2024-09-12 02:18:02] "POST /ref-update HTTP/1.1" 200 156 0.010158 10.0.0.32 - - [2024-09-12 02:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.32 - - [2024-09-12 02:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004350 10.0.0.32 - - [2024-09-12 02:18:02] "POST /ref-update HTTP/1.1" 200 156 0.010499 10.0.0.32 - - [2024-09-12 02:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.32 - - [2024-09-12 02:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.32 - - [2024-09-12 02:18:02] "POST /ref-update HTTP/1.1" 200 156 0.010279 10.0.0.32 - - [2024-09-12 02:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.32 - - [2024-09-12 02:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.32 - - [2024-09-12 02:18:02] "POST /ref-update HTTP/1.1" 200 156 0.010316 10.0.0.32 - - [2024-09-12 02:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.32 - - [2024-09-12 02:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.32 - - [2024-09-12 02:18:02] "POST /ref-update HTTP/1.1" 200 156 0.008339 10.0.0.32 - - [2024-09-12 02:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.32 - - [2024-09-12 02:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.32 - - [2024-09-12 02:18:02] "POST /ref-update HTTP/1.1" 200 156 0.009029 10.0.0.32 - - [2024-09-12 02:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.32 - - [2024-09-12 02:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112 10.0.0.32 - - [2024-09-12 02:18:03] "POST /ref-update HTTP/1.1" 200 156 0.009680 10.0.0.32 - - [2024-09-12 02:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.32 - - [2024-09-12 02:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.32 - - [2024-09-12 02:18:03] "POST /ref-update HTTP/1.1" 200 156 0.011443 10.0.0.32 - - [2024-09-12 02:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.32 - - [2024-09-12 02:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.32 - - [2024-09-12 02:18:03] "POST /ref-update HTTP/1.1" 200 156 0.011439 10.0.0.32 - - [2024-09-12 02:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.32 - - [2024-09-12 02:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004349 10.0.0.32 - - [2024-09-12 02:18:03] "POST /ref-update HTTP/1.1" 200 156 0.011512 10.0.0.32 - - [2024-09-12 02:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004046 10.0.0.32 - - [2024-09-12 02:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.32 - - [2024-09-12 02:18:03] "POST /ref-update HTTP/1.1" 200 156 0.014803 10.0.0.32 - - [2024-09-12 02:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.016594 10.0.0.32 - - [2024-09-12 02:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.32 - - [2024-09-12 02:18:03] "POST /ref-update HTTP/1.1" 200 156 0.011788 10.0.0.32 - - [2024-09-12 02:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.32 - - [2024-09-12 02:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004186 10.0.0.32 - - [2024-09-12 02:18:03] "POST /ref-update HTTP/1.1" 200 156 0.011985 10.0.0.32 - - [2024-09-12 02:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004527 10.0.0.32 - - [2024-09-12 02:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.32 - - [2024-09-12 02:18:04] "POST /ref-update HTTP/1.1" 200 156 0.009301 10.0.0.32 - - [2024-09-12 02:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.32 - - [2024-09-12 02:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.32 - - [2024-09-12 02:18:04] "POST /ref-update HTTP/1.1" 200 156 0.009138 10.0.0.32 - - [2024-09-12 02:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.32 - - [2024-09-12 02:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.32 - - [2024-09-12 02:18:04] "POST /ref-update HTTP/1.1" 200 156 0.009496 10.0.0.32 - - [2024-09-12 02:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.32 - - [2024-09-12 02:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.32 - - [2024-09-12 02:18:04] "POST /ref-update HTTP/1.1" 200 156 0.009849 10.0.0.32 - - [2024-09-12 02:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.32 - - [2024-09-12 02:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.32 - - [2024-09-12 02:18:04] "POST /ref-update HTTP/1.1" 200 156 0.011463 10.0.0.32 - - [2024-09-12 02:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.32 - - [2024-09-12 02:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.32 - - [2024-09-12 02:18:04] "POST /ref-update HTTP/1.1" 200 156 0.009138 10.0.0.32 - - [2024-09-12 02:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.32 - - [2024-09-12 02:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.32 - - [2024-09-12 02:18:05] "POST /ref-update HTTP/1.1" 200 156 0.009015 10.0.0.32 - - [2024-09-12 02:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004331 10.0.0.32 - - [2024-09-12 02:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.32 - - [2024-09-12 02:18:05] "POST /ref-update HTTP/1.1" 200 156 0.009081 10.0.0.32 - - [2024-09-12 02:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.32 - - [2024-09-12 02:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.32 - - [2024-09-12 02:18:05] "POST /ref-update HTTP/1.1" 200 156 0.009700 10.0.0.32 - - [2024-09-12 02:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004874 10.0.0.32 - - [2024-09-12 02:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.32 - - [2024-09-12 02:18:05] "POST /ref-update HTTP/1.1" 200 156 0.010098 10.0.0.32 - - [2024-09-12 02:18:05] "POST /network-ipams HTTP/1.1" 200 550 0.026457 10.0.0.32 - - [2024-09-12 02:18:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003292 10.0.0.32 - - [2024-09-12 02:18:05] "POST /virtual-networks HTTP/1.1" 200 552 0.240054 10.0.0.32 - - [2024-09-12 02:18:05] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.003942 10.0.0.32 - - [2024-09-12 02:18:05] "POST /fqname-to-id HTTP/1.1" 404 188 0.004663 10.0.0.32 - - [2024-09-12 02:18:05] "POST /fqname-to-id HTTP/1.1" 404 178 0.004306 10.0.0.32 - - [2024-09-12 02:18:06] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.003537 10.0.0.32 - - [2024-09-12 02:18:06] "GET /fabric/d7d6b9ad-6f6e-4a8d-bcf6-e1b1fbf60191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1117 0.007080 10.0.0.32 - - [2024-09-12 02:18:06] "POST /fqname-to-id HTTP/1.1" 404 198 0.003260 10.0.0.32 - - [2024-09-12 02:18:06] "POST /fqname-to-id HTTP/1.1" 404 205 0.003199 10.0.0.32 - - [2024-09-12 02:18:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.003928 10.0.0.32 - - [2024-09-12 02:18:06] "POST /route-targets HTTP/1.1" 200 327 0.012169 10.0.0.32 - - [2024-09-12 02:18:06] "POST /ref-update HTTP/1.1" 200 156 0.011179 10.0.0.32 - - [2024-09-12 02:18:39] "GET / HTTP/1.1" 200 35931 0.001906 10.0.0.32 - - [2024-09-12 02:18:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000619 10.0.0.32 - - [2024-09-12 02:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.029503 10.0.0.32 - - [2024-09-12 02:18:39] "GET /routing-instance/56616b1f-e3ce-43ff-8847-84d225d02078?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.005709 10.0.0.32 - - [2024-09-12 02:18:39] "POST /bgp-routers HTTP/1.1" 200 620 0.023227 10.0.0.32 - - [2024-09-12 02:18:39] "GET /bgp-router/9822bab3-6465-4ec0-84d0-d0d9aaf073fc?fields=global_system_config_back_refs HTTP/1.1" 200 1115 0.010041 10.0.0.32 - - [2024-09-12 02:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005794 10.0.0.32 - - [2024-09-12 02:18:39] "GET /global-system-config/83281d94-3bdf-48d4-a7cb-ea3db57aea75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.013287 10.0.0.32 - - [2024-09-12 02:18:39] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003870 10.0.0.32 - - [2024-09-12 02:18:39] "POST /ref-update HTTP/1.1" 200 156 0.008476 10.0.0.32 - - [2024-09-12 02:19:42] "GET / HTTP/1.1" 200 35931 0.002208 10.0.0.32 - - [2024-09-12 02:19:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000692 10.0.0.32 - - [2024-09-12 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.030465 10.0.0.32 - - [2024-09-12 02:19:42] "GET /global-system-config/83281d94-3bdf-48d4-a7cb-ea3db57aea75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.013209 10.0.0.32 - - [2024-09-12 02:19:42] "POST /fqname-to-id HTTP/1.1" 404 220 0.004686 10.0.0.32 - - [2024-09-12 02:19:42] "POST /database-nodes HTTP/1.1" 200 603 0.023182 10.0.0.32 - - [2024-09-12 02:20:32] "GET / HTTP/1.1" 200 35931 0.003305 10.0.0.32 - - [2024-09-12 02:20:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000768 10.0.0.32 - - [2024-09-12 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.028466 10.0.0.32 - - [2024-09-12 02:20:33] "GET /global-system-config/83281d94-3bdf-48d4-a7cb-ea3db57aea75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.011524 10.0.0.32 - - [2024-09-12 02:20:33] "POST /fqname-to-id HTTP/1.1" 404 220 0.003326 10.0.0.32 - - [2024-09-12 02:20:33] "POST /analytics-nodes HTTP/1.1" 200 605 0.018933 10.0.0.32 - - [2024-09-12 02:20:38] "GET / HTTP/1.1" 200 35931 0.002877 10.0.0.32 - - [2024-09-12 02:20:50] "GET / HTTP/1.1" 200 35931 0.003321 10.0.0.32 - - [2024-09-12 02:20:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000769 10.0.0.32 - - [2024-09-12 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.029015 10.0.0.32 - - [2024-09-12 02:20:50] "GET /global-system-config/83281d94-3bdf-48d4-a7cb-ea3db57aea75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.015816 10.0.0.32 - - [2024-09-12 02:20:50] "POST /fqname-to-id HTTP/1.1" 404 220 0.004870 10.0.0.32 - - [2024-09-12 02:20:50] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.033783 10.0.0.32 - - [2024-09-12 02:21:02] "GET / HTTP/1.1" 200 35931 0.002168 10.0.0.32 - - [2024-09-12 02:21:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000732 10.0.0.32 - - [2024-09-12 02:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.033888 10.0.0.32 - - [2024-09-12 02:21:03] "GET /global-system-config/83281d94-3bdf-48d4-a7cb-ea3db57aea75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.011737 10.0.0.32 - - [2024-09-12 02:21:03] "POST /fqname-to-id HTTP/1.1" 404 220 0.003275 10.0.0.32 - - [2024-09-12 02:21:03] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.028084 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-12 02:21:04] "GET /obj-perms HTTP/1.1" 200 5056 0.419395 10.0.0.32 - - [2024-09-12 02:21:05] "GET /obj-perms HTTP/1.1" 200 5056 0.056912 10.0.0.32 - - [2024-09-12 02:22:05] "GET /obj-perms HTTP/1.1" 200 5056 0.058229 10.0.0.32 - - [2024-09-12 02:22:05] "GET /obj-perms HTTP/1.1" 200 5056 0.062385 10.0.0.32 - - [2024-09-12 02:22:41] "GET /global-system-configs HTTP/1.1" 200 322 0.047675 10.0.0.32 - - [2024-09-12 02:22:41] "GET /obj-perms HTTP/1.1" 200 5056 0.092480 10.0.0.32 - - [2024-09-12 02:22:42] "GET /global-system-configs HTTP/1.1" 200 322 0.032929 10.0.0.32 - - [2024-09-12 02:22:42] "GET /obj-perms HTTP/1.1" 200 5056 0.074893 10.0.0.32 - - [2024-09-12 02:22:44] "GET / HTTP/1.1" 200 35931 0.002701 10.0.0.32 - - [2024-09-12 02:22:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000559 10.0.0.32 - - [2024-09-12 02:22:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.030455 10.0.0.32 - - [2024-09-12 02:22:45] "GET /global-system-config/83281d94-3bdf-48d4-a7cb-ea3db57aea75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.012145 10.0.0.32 - - [2024-09-12 02:22:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.32 - - [2024-09-12 02:22:45] "GET /routing-instance/56616b1f-e3ce-43ff-8847-84d225d02078?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.006824 10.0.0.32 - - [2024-09-12 02:22:45] "PUT /global-system-config/83281d94-3bdf-48d4-a7cb-ea3db57aea75 HTTP/1.1" 200 274 0.014902 10.0.0.32 - - [2024-09-12 02:22:45] "POST /fqname-to-id HTTP/1.1" 404 218 0.003600 10.0.0.32 - - [2024-09-12 02:22:45] "POST /virtual-routers HTTP/1.1" 200 603 0.020329 10.0.0.32 - - [2024-09-12 02:22:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005523 10.0.0.32 - - [2024-09-12 02:22:45] "GET /virtual-router/9750c4fe-33dc-4880-8e2f-bb633bf51180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1244 0.008185 10.0.0.32 - - [2024-09-12 02:22:45] "POST /fqname-to-id HTTP/1.1" 404 231 0.003408 10.0.0.32 - - [2024-09-12 02:22:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.32 - - [2024-09-12 02:22:45] "GET /virtual-network/3c0ddf3e-a90a-4a7d-a52c-e3c9069e019b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.011595 10.0.0.32 - - [2024-09-12 02:22:45] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.049793 10.0.0.32 - - [2024-09-12 02:22:46] "PUT /access-control-list/c281ef36-e49c-4dbe-89d3-512ff0976193 HTTP/1.1" 200 272 0.044466 [Introspect:8084]10.0.0.32 - - [2024-09-12 02:22:58] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001094 [Introspect:8084]10.0.0.32 - - [2024-09-12 02:22:58] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001178 [Introspect:8084]10.0.0.32 - - [2024-09-12 02:23:00] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001025 [Introspect:8084]10.0.0.32 - - [2024-09-12 02:23:00] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001151 10.0.0.32 - - [2024-09-12 02:23:06] "GET /obj-perms HTTP/1.1" 200 5056 0.059756 10.0.0.32 - - [2024-09-12 02:23:06] "GET /obj-perms HTTP/1.1" 200 5056 0.052845 10.0.0.32 - - [2024-09-12 02:24:05] "GET / HTTP/1.1" 200 35931 0.003264 10.0.0.32 - - [2024-09-12 02:24:06] "GET /project/b9a6152c-bd32-40ec-9497-2aa7c48a7b47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000583 10.0.0.32 - - [2024-09-12 02:24:06] "GET /projects?obj_uuids=b9a6152c-bd32-40ec-9497-2aa7c48a7b47&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.033626 10.0.0.32 - - [2024-09-12 02:24:06] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001380 10.0.0.32 - - [2024-09-12 02:24:06] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.034966 10.0.0.32 - - [2024-09-12 02:24:07] "GET /obj-perms HTTP/1.1" 200 5056 0.063295 10.0.0.32 - - [2024-09-12 02:24:07] "POST /id-to-fqname HTTP/1.1" 200 167 0.002230 10.0.0.32 - - [2024-09-12 02:24:07] "POST /fqname-to-id HTTP/1.1" 404 176 0.004231 10.0.0.32 - - [2024-09-12 02:24:07] "POST /security-groups HTTP/1.1" 200 568 0.067690 10.0.0.32 - - [2024-09-12 02:24:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.003086 10.0.0.32 - - [2024-09-12 02:24:07] "POST /projects HTTP/1.1" 200 539 0.250285 10.0.0.32 - - [2024-09-12 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.603226 10.0.0.32 - - [2024-09-12 02:24:07] "POST /access-control-lists HTTP/1.1" 200 573 0.065076 10.0.0.32 - - [2024-09-12 02:24:07] "GET /project/b9a6152c-bd32-40ec-9497-2aa7c48a7b47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.808144 10.0.0.32 - - [2024-09-12 02:24:07] "POST /fqname-to-id HTTP/1.1" 404 206 0.004061 10.0.0.32 - - [2024-09-12 02:24:07] "POST /access-control-lists HTTP/1.1" 200 571 0.063869 10.0.0.32 - - [2024-09-12 02:24:07] "GET /obj-perms HTTP/1.1" 200 5056 0.072413 [Introspect:8084]10.0.0.32 - - [2024-09-12 02:24:08] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001618 10.0.0.32 - - [2024-09-12 02:24:08] "POST /fqname-to-id HTTP/1.1" 404 199 0.026511 10.0.0.32 - - [2024-09-12 02:24:08] "GET /projects?obj_uuids=b0ea496f-40e1-4e2e-b8d7-e0f7af09ac36&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002913 10.0.0.32 - - [2024-09-12 02:24:08] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001277 10.0.0.32 - - [2024-09-12 02:24:08] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009817 10.0.0.32 - - [2024-09-12 02:24:08] "POST /id-to-fqname HTTP/1.1" 200 201 0.001570 10.0.0.32 - - [2024-09-12 02:24:08] "POST /fqname-to-id HTTP/1.1" 404 210 0.005634 10.0.0.32 - - [2024-09-12 02:24:08] "POST /security-groups HTTP/1.1" 200 602 0.071256 10.0.0.32 - - [2024-09-12 02:24:08] "POST /fqname-to-id HTTP/1.1" 404 245 0.004040 10.0.0.32 - - [2024-09-12 02:24:08] "POST /projects HTTP/1.1" 200 607 0.248153 10.0.0.32 - - [2024-09-12 02:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.321179 10.0.0.32 - - [2024-09-12 02:24:08] "POST /access-control-lists HTTP/1.1" 200 607 0.065890 10.0.0.32 - - [2024-09-12 02:24:08] "POST /fqname-to-id HTTP/1.1" 404 244 0.003226 10.0.0.32 - - [2024-09-12 02:24:09] "GET /project/b0ea496f-40e1-4e2e-b8d7-e0f7af09ac36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.468703 10.0.0.32 - - [2024-09-12 02:24:09] "POST /access-control-lists HTTP/1.1" 200 605 0.064056 10.0.0.32 - - [2024-09-12 02:24:10] "GET / HTTP/1.1" 200 35931 0.002367 10.0.0.32 - - [2024-09-12 02:24:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000575 10.0.0.32 - - [2024-09-12 02:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.061213 10.0.0.32 - - [2024-09-12 02:24:11] "GET /projects?obj_uuids=b0ea496f-40e1-4e2e-b8d7-e0f7af09ac36&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001388 10.0.0.32 - - [2024-09-12 02:24:11] "GET /project/b0ea496f-40e1-4e2e-b8d7-e0f7af09ac36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.043150 10.0.0.32 - - [2024-09-12 02:24:11] "POST /neutron/network HTTP/1.1" 200 117 0.052202 10.0.0.32 - - [2024-09-12 02:24:11] "GET /projects?obj_uuids=b0ea496f-40e1-4e2e-b8d7-e0f7af09ac36&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001321 10.0.0.32 - - [2024-09-12 02:24:11] "POST /neutron/network HTTP/1.1" 200 620 0.119795 10.0.0.32 - - [2024-09-12 02:24:11] "POST /route-targets HTTP/1.1" 200 327 0.025064 10.0.0.32 - - [2024-09-12 02:24:11] "POST /ref-update HTTP/1.1" 200 156 0.026911 10.0.0.32 - - [2024-09-12 02:24:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003396 10.0.0.32 - - [2024-09-12 02:24:12] "POST /neutron/subnet HTTP/1.1" 200 715 0.192360 10.0.0.32 - - [2024-09-12 02:24:12] "POST /neutron/network HTTP/1.1" 200 837 0.006717 10.0.0.32 - - [2024-09-12 02:24:12] "POST /id-to-fqname HTTP/1.1" 200 233 0.001439 10.0.0.32 - - [2024-09-12 02:24:12] "GET /virtual-network/f8ea1598-3945-4d6d-8bff-d652cddfc909?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.009800 10.0.0.32 - - [2024-09-12 02:24:12] "POST /neutron/network HTTP/1.1" 200 837 0.006456 10.0.0.32 - - [2024-09-12 02:24:12] "GET /virtual-network/f8ea1598-3945-4d6d-8bff-d652cddfc909?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.009556 10.0.0.32 - - [2024-09-12 02:24:12] "POST /neutron/network HTTP/1.1" 200 837 0.006674 10.0.0.32 - - [2024-09-12 02:24:12] "POST /neutron/subnet HTTP/1.1" 200 715 0.008492 10.0.0.32 - - [2024-09-12 02:24:12] "GET /domains HTTP/1.1" 401 292 0.000547 10.0.0.32 - - [2024-09-12 02:24:12] "GET /domains HTTP/1.1" 200 280 0.029403 10.0.0.32 - - [2024-09-12 02:24:12] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001393 10.0.0.32 - - [2024-09-12 02:24:12] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0 HTTP/1.1" 200 2584 0.015579 10.0.0.32 - - [2024-09-12 02:24:12] "GET /projects?obj_uuids=b0ea496f-40e1-4e2e-b8d7-e0f7af09ac36&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001462 10.0.0.32 - - [2024-09-12 02:24:12] "GET /project/b0ea496f-40e1-4e2e-b8d7-e0f7af09ac36 HTTP/1.1" 200 2168 0.085582 10.0.0.32 - - [2024-09-12 02:24:12] "GET /virtual-network/f8ea1598-3945-4d6d-8bff-d652cddfc909 HTTP/1.1" 200 2336 0.012594 10.0.0.32 - - [2024-09-12 02:24:12] "GET /virtual-network/f8ea1598-3945-4d6d-8bff-d652cddfc909 HTTP/1.1" 200 2336 0.009979 10.0.0.32 - - [2024-09-12 02:24:12] "GET /routing-instance/d4f9cbe0-98d4-44c4-92b9-3b2d9787ea5d HTTP/1.1" 200 1495 0.005452 10.0.0.32 - - [2024-09-12 02:24:12] "GET /routing-instance/d4f9cbe0-98d4-44c4-92b9-3b2d9787ea5d HTTP/1.1" 200 1495 0.004897 10.0.0.32 - - [2024-09-12 02:24:12] "GET /route-target/19568ba7-cc26-47e6-b569-3b65f5742480 HTTP/1.1" 200 1219 0.004092 10.0.0.32 - - [2024-09-12 02:24:12] "GET /virtual-network/f8ea1598-3945-4d6d-8bff-d652cddfc909 HTTP/1.1" 200 2336 0.010287 10.0.0.32 - - [2024-09-12 02:24:12] "GET /routing-instance/d4f9cbe0-98d4-44c4-92b9-3b2d9787ea5d HTTP/1.1" 200 1495 0.005522 10.0.0.32 - - [2024-09-12 02:24:12] "GET /virtual-network/f8ea1598-3945-4d6d-8bff-d652cddfc909?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.010048 10.0.0.32 - - [2024-09-12 02:24:12] "GET /virtual-network/f8ea1598-3945-4d6d-8bff-d652cddfc909 HTTP/1.1" 200 2336 0.010402 10.0.0.32 - - [2024-09-12 02:24:12] "GET /routing-instance/d4f9cbe0-98d4-44c4-92b9-3b2d9787ea5d HTTP/1.1" 200 1495 0.005006 10.0.0.32 - - [2024-09-12 02:24:12] "GET /routing-instance/d4f9cbe0-98d4-44c4-92b9-3b2d9787ea5d HTTP/1.1" 200 1495 0.004700 10.0.0.32 - - [2024-09-12 02:24:12] "GET /route-target/19568ba7-cc26-47e6-b569-3b65f5742480 HTTP/1.1" 200 1219 0.003709 10.0.0.32 - - [2024-09-12 02:24:12] "GET /domains HTTP/1.1" 200 280 0.003263 10.0.0.32 - - [2024-09-12 02:24:12] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001334 10.0.0.32 - - [2024-09-12 02:24:12] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0 HTTP/1.1" 200 2584 0.009638 10.0.0.32 - - [2024-09-12 02:24:12] "GET /projects?obj_uuids=b0ea496f-40e1-4e2e-b8d7-e0f7af09ac36&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001672 10.0.0.32 - - [2024-09-12 02:24:12] "GET /project/b0ea496f-40e1-4e2e-b8d7-e0f7af09ac36 HTTP/1.1" 200 2168 0.089379 10.0.0.32 - - [2024-09-12 02:24:12] "GET /virtual-network/f8ea1598-3945-4d6d-8bff-d652cddfc909 HTTP/1.1" 200 2336 0.011755 10.0.0.32 - - [2024-09-12 02:24:13] "GET /obj-perms HTTP/1.1" 200 5052 0.061991 10.0.0.32 - - [2024-09-12 02:24:13] "POST /id-to-fqname HTTP/1.1" 200 233 0.001691 10.0.0.32 - - [2024-09-12 02:24:15] "POST /neutron/network HTTP/1.1" 200 847 0.007203 10.0.0.32 - - [2024-09-12 02:24:15] "GET /aaa-mode HTTP/1.1" 401 292 0.000490 10.0.0.32 - - [2024-09-12 02:24:15] "GET / HTTP/1.1" 200 35931 0.002251 10.0.0.32 - - [2024-09-12 02:24:15] "GET /project/b0ea496f-40e1-4e2e-b8d7-e0f7af09ac36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000496 10.0.0.32 - - [2024-09-12 02:24:16] "GET /projects?obj_uuids=b0ea496f-40e1-4e2e-b8d7-e0f7af09ac36&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001287 10.0.0.32 - - [2024-09-12 02:24:16] "GET /project/b0ea496f-40e1-4e2e-b8d7-e0f7af09ac36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.068737 10.0.0.32 - - [2024-09-12 02:24:16] "POST /neutron/network HTTP/1.1" 200 837 0.033383 10.0.0.32 - - [2024-09-12 02:24:17] "POST /neutron/port HTTP/1.1" 200 117 0.005827 10.0.0.32 - - [2024-09-12 02:24:17] "POST /neutron/port HTTP/1.1" 200 117 0.005708 10.0.0.32 - - [2024-09-12 02:24:17] "POST /neutron/port HTTP/1.1" 200 117 0.006470 10.0.0.32 - - [2024-09-12 02:24:18] "POST /neutron/network HTTP/1.1" 200 847 0.006864 10.0.0.32 - - [2024-09-12 02:24:18] "GET /projects?obj_uuids=b0ea496f-40e1-4e2e-b8d7-e0f7af09ac36&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001313 10.0.0.32 - - [2024-09-12 02:24:18] "POST /neutron/port HTTP/1.1" 200 1069 0.402607 10.0.0.32 - - [2024-09-12 02:24:19] "POST /neutron/port HTTP/1.1" 200 1069 0.043880 10.0.0.32 - - [2024-09-12 02:24:19] "POST /neutron/port HTTP/1.1" 200 1069 0.010588 10.0.0.32 - - [2024-09-12 02:24:19] "POST /neutron/port HTTP/1.1" 200 1123 0.083472 10.0.0.32 - - [2024-09-12 02:24:19] "POST /neutron/port HTTP/1.1" 200 1097 0.016383 10.0.0.32 - - [2024-09-12 02:24:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003949 10.0.0.32 - - [2024-09-12 02:24:19] "POST /neutron/subnet HTTP/1.1" 200 689 0.012937 10.0.0.32 - - [2024-09-12 02:24:19] "POST /neutron/port HTTP/1.1" 200 117 0.001518 10.0.0.32 - - [2024-09-12 02:24:19] "POST /neutron/network HTTP/1.1" 200 837 0.006711 10.0.0.32 - - [2024-09-12 02:24:22] "POST /neutron/port HTTP/1.1" 200 1097 0.022312 10.0.0.32 - - [2024-09-12 02:24:22] "POST /neutron/security_group HTTP/1.1" 200 2069 0.008860 10.0.0.32 - - [2024-09-12 02:24:23] "POST /neutron/port HTTP/1.1" 200 1097 0.017373 10.0.0.32 - - [2024-09-12 02:24:23] "POST /neutron/port HTTP/1.1" 200 1097 0.017186 10.0.0.32 - - [2024-09-12 02:24:23] "POST /neutron/network HTTP/1.1" 200 847 0.008398 10.0.0.32 - - [2024-09-12 02:24:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005567 10.0.0.32 - - [2024-09-12 02:24:23] "POST /neutron/subnet HTTP/1.1" 200 689 0.011320 10.0.0.32 - - [2024-09-12 02:24:23] "POST /neutron/port HTTP/1.1" 200 117 0.001584 10.0.0.32 - - [2024-09-12 02:24:23] "POST /neutron/network HTTP/1.1" 200 837 0.006409 10.0.0.32 - - [2024-09-12 02:24:27] "POST /neutron/port HTTP/1.1" 200 1097 0.019479 10.0.0.32 - - [2024-09-12 02:24:27] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007688 10.0.0.32 - - [2024-09-12 02:24:27] "GET /obj-perms HTTP/1.1" 200 5052 0.004470 10.0.0.32 - - [2024-09-12 02:24:28] "GET /obj-perms HTTP/1.1" 200 5052 0.004564 10.0.0.32 - - [2024-09-12 02:24:29] "GET /obj-perms HTTP/1.1" 200 5052 0.004859 10.0.0.32 - - [2024-09-12 02:24:30] "GET /obj-perms HTTP/1.1" 200 5052 0.004325 10.0.0.32 - - [2024-09-12 02:24:31] "GET /obj-perms HTTP/1.1" 200 5052 0.004113 10.0.0.32 - - [2024-09-12 02:24:32] "POST /neutron/network HTTP/1.1" 200 837 0.009630 10.0.0.32 - - [2024-09-12 02:24:32] "POST /neutron/network HTTP/1.1" 400 204 0.027529 10.0.0.32 - - [2024-09-12 02:24:33] "POST /neutron/port HTTP/1.1" 200 1097 0.023887 10.0.0.32 - - [2024-09-12 02:24:33] "POST /neutron/port HTTP/1.1" 200 1123 0.015069 10.0.0.32 - - [2024-09-12 02:24:33] "POST /neutron/port HTTP/1.1" 200 151 0.236884 10.0.0.32 - - [2024-09-12 02:24:34] "POST /neutron/network HTTP/1.1" 200 837 0.007034 10.0.0.32 - - [2024-09-12 02:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006044 10.0.0.32 - - [2024-09-12 02:24:34] "POST /useragent-kv HTTP/1.1" 200 115 0.001778 10.0.0.32 - - [2024-09-12 02:24:34] "POST /useragent-kv HTTP/1.1" 200 115 0.001273 10.0.0.32 - - [2024-09-12 02:24:34] "POST /neutron/network HTTP/1.1" 200 151 0.091803 10.0.0.32 - - [2024-09-12 02:24:34] "DELETE /route-target/19568ba7-cc26-47e6-b569-3b65f5742480 HTTP/1.1" 200 115 0.025738 10.0.0.32 - - [2024-09-12 02:24:34] "GET /routing-instance/d4f9cbe0-98d4-44c4-92b9-3b2d9787ea5d HTTP/1.1" 404 171 0.006384 10.0.0.32 - - [2024-09-12 02:24:34] "GET /domains HTTP/1.1" 200 280 0.002911 10.0.0.32 - - [2024-09-12 02:24:34] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001281 10.0.0.32 - - [2024-09-12 02:24:34] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0 HTTP/1.1" 200 2584 0.052126 10.0.0.32 - - [2024-09-12 02:24:34] "GET /projects?obj_uuids=b0ea496f-40e1-4e2e-b8d7-e0f7af09ac36&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002013 10.0.0.32 - - [2024-09-12 02:24:35] "GET /project/b0ea496f-40e1-4e2e-b8d7-e0f7af09ac36 HTTP/1.1" 200 1918 0.086709 10.0.0.32 - - [2024-09-12 02:24:35] "GET /projects?obj_uuids=b0ea496f-40e1-4e2e-b8d7-e0f7af09ac36&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001374 10.0.0.32 - - [2024-09-12 02:24:35] "GET /project/b0ea496f-40e1-4e2e-b8d7-e0f7af09ac36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.035752 10.0.0.32 - - [2024-09-12 02:24:35] "GET /projects?obj_uuids=b0ea496f-40e1-4e2e-b8d7-e0f7af09ac36&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001510 10.0.0.32 - - [2024-09-12 02:24:35] "GET /project/b0ea496f-40e1-4e2e-b8d7-e0f7af09ac36?fields=virtual_networks HTTP/1.1" 200 1054 0.036306 10.0.0.32 - - [2024-09-12 02:24:35] "GET /projects?obj_uuids=b0ea496f-40e1-4e2e-b8d7-e0f7af09ac36&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001308 10.0.0.32 - - [2024-09-12 02:24:35] "GET /project/b0ea496f-40e1-4e2e-b8d7-e0f7af09ac36?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.035966 10.0.0.32 - - [2024-09-12 02:24:35] "GET /projects?obj_uuids=b0ea496f-40e1-4e2e-b8d7-e0f7af09ac36&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001379 10.0.0.32 - - [2024-09-12 02:24:35] "GET /project/b0ea496f-40e1-4e2e-b8d7-e0f7af09ac36?fields=security_groups HTTP/1.1" 200 1291 0.040754 10.0.0.32 - - [2024-09-12 02:24:36] "POST /fqname-to-id HTTP/1.1" 404 200 0.032948 10.0.0.32 - - [2024-09-12 02:24:36] "GET /projects?obj_uuids=ea0e3069-3d51-4971-a014-c3830dc576a2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003360 10.0.0.32 - - [2024-09-12 02:24:36] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001358 10.0.0.32 - - [2024-09-12 02:24:36] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010821 10.0.0.32 - - [2024-09-12 02:24:36] "POST /id-to-fqname HTTP/1.1" 200 202 0.002115 10.0.0.32 - - [2024-09-12 02:24:36] "POST /fqname-to-id HTTP/1.1" 404 211 0.003855 10.0.0.32 - - [2024-09-12 02:24:36] "POST /security-groups HTTP/1.1" 200 603 0.066903 10.0.0.32 - - [2024-09-12 02:24:36] "POST /fqname-to-id HTTP/1.1" 404 246 0.003017 10.0.0.32 - - [2024-09-12 02:24:36] "POST /projects HTTP/1.1" 200 609 0.227815 10.0.0.32 - - [2024-09-12 02:24:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.260658 10.0.0.32 - - [2024-09-12 02:24:36] "POST /access-control-lists HTTP/1.1" 200 608 0.060498 10.0.0.32 - - [2024-09-12 02:24:36] "GET /project/ea0e3069-3d51-4971-a014-c3830dc576a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.427371 10.0.0.32 - - [2024-09-12 02:24:36] "POST /fqname-to-id HTTP/1.1" 404 245 0.003068 10.0.0.32 - - [2024-09-12 02:24:37] "POST /access-control-lists HTTP/1.1" 200 606 0.060354 10.0.0.32 - - [2024-09-12 02:24:38] "GET / HTTP/1.1" 200 35931 0.002541 10.0.0.32 - - [2024-09-12 02:24:38] "GET /projects?obj_uuids=b9a6152c-bd32-40ec-9497-2aa7c48a7b47&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001664 10.0.0.32 - - [2024-09-12 02:24:38] "GET /project/b9a6152c-bd32-40ec-9497-2aa7c48a7b47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.041085 10.0.0.32 - - [2024-09-12 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.32 - - [2024-09-12 02:24:39] "GET /security-group/52fbbca9-21f3-493a-8460-d13159afb60e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3683 0.006426 10.0.0.32 - - [2024-09-12 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.32 - - [2024-09-12 02:24:39] "GET /projects?obj_uuids=b9a6152c-bd32-40ec-9497-2aa7c48a7b47&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001356 10.0.0.32 - - [2024-09-12 02:24:39] "GET /project/b9a6152c-bd32-40ec-9497-2aa7c48a7b47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.043893 10.0.0.32 - - [2024-09-12 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.32 - - [2024-09-12 02:24:39] "GET /security-group/52fbbca9-21f3-493a-8460-d13159afb60e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3683 0.006771 10.0.0.32 - - [2024-09-12 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.32 - - [2024-09-12 02:24:39] "PUT /security-group/52fbbca9-21f3-493a-8460-d13159afb60e HTTP/1.1" 200 262 0.017069 10.0.0.32 - - [2024-09-12 02:24:39] "PUT /access-control-list/29c7bcfa-d40c-44c4-b665-f914980b7c90 HTTP/1.1" 200 272 0.012575 10.0.0.32 - - [2024-09-12 02:24:39] "PUT /access-control-list/9f0f99bf-6bf7-4cf1-80ff-2ccbff742f05 HTTP/1.1" 200 272 0.013279 10.0.0.32 - - [2024-09-12 02:24:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000761 10.0.0.32 - - [2024-09-12 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.074479 10.0.0.32 - - [2024-09-12 02:24:40] "GET /projects?obj_uuids=ea0e3069-3d51-4971-a014-c3830dc576a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001405 10.0.0.32 - - [2024-09-12 02:24:40] "GET /project/ea0e3069-3d51-4971-a014-c3830dc576a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.039850 10.0.0.32 - - [2024-09-12 02:24:40] "POST /neutron/network HTTP/1.1" 200 117 0.038050 10.0.0.32 - - [2024-09-12 02:24:40] "GET /projects?obj_uuids=ea0e3069-3d51-4971-a014-c3830dc576a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001457 10.0.0.32 - - [2024-09-12 02:24:40] "POST /neutron/network HTTP/1.1" 200 619 0.105233 10.0.0.32 - - [2024-09-12 02:24:40] "POST /route-targets HTTP/1.1" 200 327 0.013068 10.0.0.32 - - [2024-09-12 02:24:40] "POST /ref-update HTTP/1.1" 200 156 0.027621 10.0.0.32 - - [2024-09-12 02:24:40] "POST /useragent-kv HTTP/1.1" 200 115 0.005275 10.0.0.32 - - [2024-09-12 02:24:40] "POST /neutron/subnet HTTP/1.1" 200 734 0.184643 10.0.0.32 - - [2024-09-12 02:24:40] "POST /neutron/network HTTP/1.1" 200 840 0.006094 10.0.0.32 - - [2024-09-12 02:24:40] "POST /id-to-fqname HTTP/1.1" 200 233 0.003800 10.0.0.32 - - [2024-09-12 02:24:40] "GET /virtual-network/62c5eb82-8885-4a3c-bb4b-f03ee359483e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.011019 10.0.0.32 - - [2024-09-12 02:24:41] "POST /neutron/network HTTP/1.1" 200 840 0.006453 10.0.0.32 - - [2024-09-12 02:24:41] "GET /virtual-network/62c5eb82-8885-4a3c-bb4b-f03ee359483e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.009498 10.0.0.32 - - [2024-09-12 02:24:41] "POST /neutron/network HTTP/1.1" 200 840 0.007266 10.0.0.32 - - [2024-09-12 02:24:41] "POST /neutron/subnet HTTP/1.1" 200 734 0.009315 10.0.0.32 - - [2024-09-12 02:24:41] "GET /domains HTTP/1.1" 401 292 0.000496 10.0.0.32 - - [2024-09-12 02:24:41] "GET /domains HTTP/1.1" 200 280 0.031934 10.0.0.32 - - [2024-09-12 02:24:41] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001285 10.0.0.32 - - [2024-09-12 02:24:41] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0 HTTP/1.1" 200 2782 0.011163 10.0.0.32 - - [2024-09-12 02:24:41] "GET /projects?obj_uuids=ea0e3069-3d51-4971-a014-c3830dc576a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001882 10.0.0.32 - - [2024-09-12 02:24:41] "GET /project/ea0e3069-3d51-4971-a014-c3830dc576a2 HTTP/1.1" 200 2174 0.089317 10.0.0.32 - - [2024-09-12 02:24:41] "GET /virtual-network/62c5eb82-8885-4a3c-bb4b-f03ee359483e HTTP/1.1" 200 2345 0.011567 10.0.0.32 - - [2024-09-12 02:24:41] "GET /virtual-network/62c5eb82-8885-4a3c-bb4b-f03ee359483e HTTP/1.1" 200 2345 0.010137 10.0.0.32 - - [2024-09-12 02:24:41] "GET /routing-instance/7e4eede3-3778-48b6-bb49-25cde5a8dc8b HTTP/1.1" 200 1491 0.005224 10.0.0.32 - - [2024-09-12 02:24:41] "GET /routing-instance/7e4eede3-3778-48b6-bb49-25cde5a8dc8b HTTP/1.1" 200 1491 0.007288 10.0.0.32 - - [2024-09-12 02:24:41] "GET /route-target/895d14de-733a-46db-9323-ac445f52e941 HTTP/1.1" 200 1218 0.006022 10.0.0.32 - - [2024-09-12 02:24:41] "GET /virtual-network/62c5eb82-8885-4a3c-bb4b-f03ee359483e HTTP/1.1" 200 2345 0.011501 10.0.0.32 - - [2024-09-12 02:24:41] "GET /routing-instance/7e4eede3-3778-48b6-bb49-25cde5a8dc8b HTTP/1.1" 200 1491 0.005417 10.0.0.32 - - [2024-09-12 02:24:41] "GET /virtual-network/62c5eb82-8885-4a3c-bb4b-f03ee359483e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.010649 10.0.0.32 - - [2024-09-12 02:24:41] "GET /virtual-network/62c5eb82-8885-4a3c-bb4b-f03ee359483e HTTP/1.1" 200 2345 0.010561 10.0.0.32 - - [2024-09-12 02:24:41] "GET /routing-instance/7e4eede3-3778-48b6-bb49-25cde5a8dc8b HTTP/1.1" 200 1491 0.005557 10.0.0.32 - - [2024-09-12 02:24:41] "GET /routing-instance/7e4eede3-3778-48b6-bb49-25cde5a8dc8b HTTP/1.1" 200 1491 0.005798 10.0.0.32 - - [2024-09-12 02:24:41] "GET /route-target/895d14de-733a-46db-9323-ac445f52e941 HTTP/1.1" 200 1218 0.004614 10.0.0.32 - - [2024-09-12 02:24:41] "GET /domains HTTP/1.1" 200 280 0.003691 10.0.0.32 - - [2024-09-12 02:24:41] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001341 10.0.0.32 - - [2024-09-12 02:24:41] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0 HTTP/1.1" 200 2782 0.009999 10.0.0.32 - - [2024-09-12 02:24:41] "GET /projects?obj_uuids=ea0e3069-3d51-4971-a014-c3830dc576a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001660 10.0.0.32 - - [2024-09-12 02:24:41] "GET /project/ea0e3069-3d51-4971-a014-c3830dc576a2 HTTP/1.1" 200 2174 0.087589 10.0.0.32 - - [2024-09-12 02:24:41] "GET /virtual-network/62c5eb82-8885-4a3c-bb4b-f03ee359483e HTTP/1.1" 200 2345 0.009719 10.0.0.32 - - [2024-09-12 02:24:42] "GET /obj-perms HTTP/1.1" 200 5054 0.062052 10.0.0.32 - - [2024-09-12 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.32 - - [2024-09-12 02:24:42] "GET /projects?obj_uuids=ea0e3069-3d51-4971-a014-c3830dc576a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001758 10.0.0.32 - - [2024-09-12 02:24:42] "GET /project/ea0e3069-3d51-4971-a014-c3830dc576a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.063296 10.0.0.32 - - [2024-09-12 02:24:42] "POST /neutron/network HTTP/1.1" 200 117 0.014509 10.0.0.32 - - [2024-09-12 02:24:42] "GET /projects?obj_uuids=ea0e3069-3d51-4971-a014-c3830dc576a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001346 10.0.0.32 - - [2024-09-12 02:24:42] "POST /neutron/network HTTP/1.1" 200 619 0.090529 10.0.0.32 - - [2024-09-12 02:24:42] "POST /route-targets HTTP/1.1" 200 327 0.011459 10.0.0.32 - - [2024-09-12 02:24:42] "POST /ref-update HTTP/1.1" 200 156 0.015622 10.0.0.32 - - [2024-09-12 02:24:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002802 10.0.0.32 - - [2024-09-12 02:24:42] "POST /neutron/subnet HTTP/1.1" 200 720 0.159868 10.0.0.32 - - [2024-09-12 02:24:42] "POST /neutron/network HTTP/1.1" 200 837 0.006206 10.0.0.32 - - [2024-09-12 02:24:42] "POST /id-to-fqname HTTP/1.1" 200 233 0.001328 10.0.0.32 - - [2024-09-12 02:24:42] "GET /virtual-network/047aecc3-e078-4da1-b089-14dfaa1186ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.009987 10.0.0.32 - - [2024-09-12 02:24:42] "POST /neutron/network HTTP/1.1" 200 837 0.006979 10.0.0.32 - - [2024-09-12 02:24:42] "GET /virtual-network/047aecc3-e078-4da1-b089-14dfaa1186ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.009900 10.0.0.32 - - [2024-09-12 02:24:42] "POST /neutron/network HTTP/1.1" 200 837 0.006960 10.0.0.32 - - [2024-09-12 02:24:42] "POST /neutron/subnet HTTP/1.1" 200 720 0.009392 10.0.0.32 - - [2024-09-12 02:24:43] "GET /domains HTTP/1.1" 200 280 0.002906 10.0.0.32 - - [2024-09-12 02:24:43] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001243 10.0.0.32 - - [2024-09-12 02:24:43] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0 HTTP/1.1" 200 2782 0.010279 10.0.0.32 - - [2024-09-12 02:24:43] "GET /projects?obj_uuids=ea0e3069-3d51-4971-a014-c3830dc576a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001352 10.0.0.32 - - [2024-09-12 02:24:43] "GET /project/ea0e3069-3d51-4971-a014-c3830dc576a2 HTTP/1.1" 200 2402 0.086075 10.0.0.32 - - [2024-09-12 02:24:43] "GET /virtual-network/047aecc3-e078-4da1-b089-14dfaa1186ed HTTP/1.1" 200 2335 0.014196 10.0.0.32 - - [2024-09-12 02:24:43] "GET /virtual-network/047aecc3-e078-4da1-b089-14dfaa1186ed HTTP/1.1" 200 2335 0.009581 10.0.0.32 - - [2024-09-12 02:24:43] "GET /routing-instance/c3590461-b4cf-439b-aada-7cb0a64452f3 HTTP/1.1" 200 1492 0.008222 10.0.0.32 - - [2024-09-12 02:24:43] "GET /routing-instance/c3590461-b4cf-439b-aada-7cb0a64452f3 HTTP/1.1" 200 1492 0.005577 10.0.0.32 - - [2024-09-12 02:24:43] "GET /route-target/00d4ceac-e78a-413b-a350-d68474630249 HTTP/1.1" 200 1216 0.004610 10.0.0.32 - - [2024-09-12 02:24:43] "GET /virtual-network/047aecc3-e078-4da1-b089-14dfaa1186ed HTTP/1.1" 200 2335 0.010466 10.0.0.32 - - [2024-09-12 02:24:43] "GET /routing-instance/c3590461-b4cf-439b-aada-7cb0a64452f3 HTTP/1.1" 200 1492 0.005926 10.0.0.32 - - [2024-09-12 02:24:43] "GET /virtual-network/047aecc3-e078-4da1-b089-14dfaa1186ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.009660 10.0.0.32 - - [2024-09-12 02:24:43] "GET /virtual-network/047aecc3-e078-4da1-b089-14dfaa1186ed HTTP/1.1" 200 2335 0.010770 10.0.0.32 - - [2024-09-12 02:24:43] "GET /routing-instance/c3590461-b4cf-439b-aada-7cb0a64452f3 HTTP/1.1" 200 1492 0.005039 10.0.0.32 - - [2024-09-12 02:24:43] "GET /routing-instance/c3590461-b4cf-439b-aada-7cb0a64452f3 HTTP/1.1" 200 1492 0.005235 10.0.0.32 - - [2024-09-12 02:24:43] "GET /route-target/00d4ceac-e78a-413b-a350-d68474630249 HTTP/1.1" 200 1216 0.003707 10.0.0.32 - - [2024-09-12 02:24:43] "GET /domains HTTP/1.1" 200 280 0.003801 10.0.0.32 - - [2024-09-12 02:24:43] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001395 10.0.0.32 - - [2024-09-12 02:24:43] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0 HTTP/1.1" 200 2782 0.010056 10.0.0.32 - - [2024-09-12 02:24:43] "GET /projects?obj_uuids=ea0e3069-3d51-4971-a014-c3830dc576a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001269 10.0.0.32 - - [2024-09-12 02:24:43] "GET /project/ea0e3069-3d51-4971-a014-c3830dc576a2 HTTP/1.1" 200 2402 0.093229 10.0.0.32 - - [2024-09-12 02:24:43] "GET /virtual-network/047aecc3-e078-4da1-b089-14dfaa1186ed HTTP/1.1" 200 2335 0.012822 10.0.0.32 - - [2024-09-12 02:24:43] "GET /obj-perms HTTP/1.1" 200 5054 0.005497 10.0.0.32 - - [2024-09-12 02:24:43] "POST /id-to-fqname HTTP/1.1" 200 233 0.001645 10.0.0.32 - - [2024-09-12 02:24:43] "POST /neutron/network HTTP/1.1" 200 847 0.007691 10.0.0.32 - - [2024-09-12 02:24:43] "GET /aaa-mode HTTP/1.1" 401 292 0.000670 10.0.0.32 - - [2024-09-12 02:24:44] "GET / HTTP/1.1" 200 35931 0.002120 10.0.0.32 - - [2024-09-12 02:24:44] "GET /project/ea0e3069-3d51-4971-a014-c3830dc576a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000484 10.0.0.32 - - [2024-09-12 02:24:44] "GET /projects?obj_uuids=ea0e3069-3d51-4971-a014-c3830dc576a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001570 10.0.0.32 - - [2024-09-12 02:24:44] "GET /project/ea0e3069-3d51-4971-a014-c3830dc576a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.083356 10.0.0.32 - - [2024-09-12 02:24:44] "POST /neutron/network HTTP/1.1" 200 837 0.007852 10.0.0.32 - - [2024-09-12 02:24:44] "POST /neutron/port HTTP/1.1" 200 117 0.006135 10.0.0.32 - - [2024-09-12 02:24:44] "POST /neutron/port HTTP/1.1" 200 117 0.006546 10.0.0.32 - - [2024-09-12 02:24:44] "POST /id-to-fqname HTTP/1.1" 200 233 0.001750 10.0.0.32 - - [2024-09-12 02:24:44] "POST /neutron/port HTTP/1.1" 200 117 0.006398 10.0.0.32 - - [2024-09-12 02:24:44] "POST /neutron/network HTTP/1.1" 200 850 0.006857 10.0.0.32 - - [2024-09-12 02:24:44] "GET /aaa-mode HTTP/1.1" 401 292 0.000531 10.0.0.32 - - [2024-09-12 02:24:45] "POST /neutron/network HTTP/1.1" 200 847 0.007463 10.0.0.32 - - [2024-09-12 02:24:45] "GET /projects?obj_uuids=ea0e3069-3d51-4971-a014-c3830dc576a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001364 10.0.0.32 - - [2024-09-12 02:24:45] "GET / HTTP/1.1" 200 35931 0.002690 10.0.0.32 - - [2024-09-12 02:24:45] "GET /project/ea0e3069-3d51-4971-a014-c3830dc576a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001416 10.0.0.32 - - [2024-09-12 02:24:45] "POST /neutron/port HTTP/1.1" 200 1071 0.315781 10.0.0.32 - - [2024-09-12 02:24:45] "POST /neutron/port HTTP/1.1" 200 1071 0.028179 10.0.0.32 - - [2024-09-12 02:24:45] "POST /neutron/port HTTP/1.1" 200 1071 0.013628 10.0.0.32 - - [2024-09-12 02:24:45] "POST /neutron/port HTTP/1.1" 200 1125 0.073907 10.0.0.32 - - [2024-09-12 02:24:45] "POST /neutron/port HTTP/1.1" 200 1099 0.021976 10.0.0.32 - - [2024-09-12 02:24:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004386 10.0.0.32 - - [2024-09-12 02:24:45] "GET /projects?obj_uuids=ea0e3069-3d51-4971-a014-c3830dc576a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001464 10.0.0.32 - - [2024-09-12 02:24:45] "POST /neutron/subnet HTTP/1.1" 200 694 0.028806 10.0.0.32 - - [2024-09-12 02:24:45] "GET /project/ea0e3069-3d51-4971-a014-c3830dc576a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.083226 10.0.0.32 - - [2024-09-12 02:24:45] "POST /neutron/port HTTP/1.1" 200 117 0.001378 10.0.0.32 - - [2024-09-12 02:24:45] "POST /neutron/network HTTP/1.1" 200 837 0.007120 10.0.0.32 - - [2024-09-12 02:24:45] "POST /neutron/network HTTP/1.1" 200 840 0.010155 10.0.0.32 - - [2024-09-12 02:24:46] "POST /neutron/port HTTP/1.1" 200 1099 0.029093 10.0.0.32 - - [2024-09-12 02:24:46] "POST /neutron/security_group HTTP/1.1" 200 2070 0.017883 10.0.0.32 - - [2024-09-12 02:24:46] "POST /neutron/port HTTP/1.1" 200 117 0.005958 10.0.0.32 - - [2024-09-12 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.010098 10.0.0.32 - - [2024-09-12 02:24:46] "GET /projects?obj_uuids=ea0e3069-3d51-4971-a014-c3830dc576a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001399 10.0.0.32 - - [2024-09-12 02:24:46] "GET /project/ea0e3069-3d51-4971-a014-c3830dc576a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.052858 10.0.0.32 - - [2024-09-12 02:24:46] "GET /virtual-network/62c5eb82-8885-4a3c-bb4b-f03ee359483e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.012972 10.0.0.32 - - [2024-09-12 02:24:46] "GET /floating-ip-pools?parent_id=62c5eb82-8885-4a3c-bb4b-f03ee359483e&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003539 10.0.0.32 - - [2024-09-12 02:24:46] "GET /virtual-network/62c5eb82-8885-4a3c-bb4b-f03ee359483e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.010854 10.0.0.32 - - [2024-09-12 02:24:46] "POST /floating-ip-pools HTTP/1.1" 200 609 0.035287 10.0.0.32 - - [2024-09-12 02:24:46] "POST /ref-update HTTP/1.1" 200 156 0.012803 10.0.0.32 - - [2024-09-12 02:24:46] "GET /virtual-network/62c5eb82-8885-4a3c-bb4b-f03ee359483e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.013340 10.0.0.32 - - [2024-09-12 02:24:46] "POST /neutron/network HTTP/1.1" 200 850 0.014951 10.0.0.32 - - [2024-09-12 02:24:46] "GET /projects?obj_uuids=ea0e3069-3d51-4971-a014-c3830dc576a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001905 10.0.0.32 - - [2024-09-12 02:24:46] "GET /domains HTTP/1.1" 200 280 0.007274 10.0.0.32 - - [2024-09-12 02:24:46] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001355 10.0.0.32 - - [2024-09-12 02:24:46] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0 HTTP/1.1" 200 2782 0.064784 10.0.0.32 - - [2024-09-12 02:24:46] "GET /projects?obj_uuids=ea0e3069-3d51-4971-a014-c3830dc576a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001917 10.0.0.32 - - [2024-09-12 02:24:46] "GET /project/ea0e3069-3d51-4971-a014-c3830dc576a2 HTTP/1.1" 200 3244 0.159277 10.0.0.32 - - [2024-09-12 02:24:46] "GET /virtual-network/62c5eb82-8885-4a3c-bb4b-f03ee359483e HTTP/1.1" 200 2936 0.018795 10.0.0.32 - - [2024-09-12 02:24:46] "GET /floating-ip-pool/fbb6bedf-ff51-4d52-a662-3401345b60c3 HTTP/1.1" 200 1441 0.007982 10.0.0.32 - - [2024-09-12 02:24:46] "GET /domains HTTP/1.1" 200 280 0.003843 10.0.0.32 - - [2024-09-12 02:24:46] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001416 10.0.0.32 - - [2024-09-12 02:24:46] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0 HTTP/1.1" 200 2782 0.013598 10.0.0.32 - - [2024-09-12 02:24:46] "GET /projects?obj_uuids=ea0e3069-3d51-4971-a014-c3830dc576a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001446 10.0.0.32 - - [2024-09-12 02:24:47] "GET /project/ea0e3069-3d51-4971-a014-c3830dc576a2 HTTP/1.1" 200 3244 0.119458 10.0.0.32 - - [2024-09-12 02:24:47] "POST /neutron/port HTTP/1.1" 200 1074 0.482292 10.0.0.32 - - [2024-09-12 02:24:47] "GET /virtual-network/62c5eb82-8885-4a3c-bb4b-f03ee359483e HTTP/1.1" 200 3157 0.021411 10.0.0.32 - - [2024-09-12 02:24:47] "GET /virtual-network/62c5eb82-8885-4a3c-bb4b-f03ee359483e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.015053 10.0.0.32 - - [2024-09-12 02:24:47] "POST /neutron/port HTTP/1.1" 200 1074 0.027154 10.0.0.32 - - [2024-09-12 02:24:47] "POST /neutron/port HTTP/1.1" 200 1074 0.011885 10.0.0.32 - - [2024-09-12 02:24:47] "POST /neutron/port HTTP/1.1" 200 1099 0.032262 10.0.0.32 - - [2024-09-12 02:24:47] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009525 10.0.0.32 - - [2024-09-12 02:24:47] "POST /neutron/port HTTP/1.1" 200 1128 0.133826 10.0.0.32 - - [2024-09-12 02:24:47] "POST /neutron/port HTTP/1.1" 200 1099 0.016783 10.0.0.32 - - [2024-09-12 02:24:47] "POST /neutron/security_group HTTP/1.1" 200 2070 0.012447 10.0.0.32 - - [2024-09-12 02:24:47] "POST /neutron/port HTTP/1.1" 200 1099 0.016721 10.0.0.32 - - [2024-09-12 02:24:47] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009002 10.0.0.32 - - [2024-09-12 02:24:47] "GET /virtual-machine/3635f582-1903-4470-a5db-9207d76addb3 HTTP/1.1" 200 1304 0.006834 10.0.0.32 - - [2024-09-12 02:24:47] "GET /virtual-machine-interface/c7f9bc0c-2428-434e-bbeb-ea32e7905271 HTTP/1.1" 200 3004 0.010580 10.0.0.32 - - [2024-09-12 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.32 - - [2024-09-12 02:24:47] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004680 10.0.0.32 - - [2024-09-12 02:24:47] "GET /virtual-networks?parent_id=ea0e3069-3d51-4971-a014-c3830dc576a2&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004059 10.0.0.32 - - [2024-09-12 02:24:47] "GET /virtual-network/047aecc3-e078-4da1-b089-14dfaa1186ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.015635 10.0.0.32 - - [2024-09-12 02:24:47] "POST /neutron/port HTTP/1.1" 200 1102 0.037121 10.0.0.32 - - [2024-09-12 02:24:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004111 10.0.0.32 - - [2024-09-12 02:24:47] "POST /neutron/subnet HTTP/1.1" 200 708 0.017587 10.0.0.32 - - [2024-09-12 02:24:47] "POST /neutron/port HTTP/1.1" 200 117 0.001492 10.0.0.32 - - [2024-09-12 02:24:47] "POST /neutron/network HTTP/1.1" 200 840 0.006915 10.0.0.32 - - [2024-09-12 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.32 - - [2024-09-12 02:24:50] "GET /virtual-network/047aecc3-e078-4da1-b089-14dfaa1186ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.009721 10.0.0.32 - - [2024-09-12 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.32 - - [2024-09-12 02:24:54] "GET /virtual-network/047aecc3-e078-4da1-b089-14dfaa1186ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.010164 10.0.0.32 - - [2024-09-12 02:24:56] "POST /neutron/port HTTP/1.1" 200 1099 0.050473 10.0.0.32 - - [2024-09-12 02:24:56] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007402 10.0.0.32 - - [2024-09-12 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004266 10.0.0.32 - - [2024-09-12 02:24:56] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005132 10.0.0.32 - - [2024-09-12 02:24:56] "GET /virtual-networks?parent_id=ea0e3069-3d51-4971-a014-c3830dc576a2&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003274 10.0.0.32 - - [2024-09-12 02:24:56] "POST /neutron/port HTTP/1.1" 200 1102 0.023570 10.0.0.32 - - [2024-09-12 02:24:57] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007968 10.0.0.32 - - [2024-09-12 02:24:57] "GET /virtual-network/047aecc3-e078-4da1-b089-14dfaa1186ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.010900 10.0.0.32 - - [2024-09-12 02:24:57] "POST /neutron/port HTTP/1.1" 200 1099 0.018237 10.0.0.32 - - [2024-09-12 02:24:57] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007629 10.0.0.32 - - [2024-09-12 02:25:00] "DELETE /project/b9a6152cbd3240ec94972aa7c48a7b47 HTTP/1.1" 404 173 0.014413 10.0.0.32 - - [2024-09-12 02:25:00] "DELETE /project/ea0e30693d514971a014c3830dc576a2 HTTP/1.1" 404 173 0.010662 10.0.0.32 - - [2024-09-12 02:25:00] "DELETE /project/b0ea496f40e14e2eb8d7e0f7af09ac36 HTTP/1.1" 404 173 0.004377 10.0.0.32 - - [2024-09-12 02:25:00] "GET /projects?obj_uuids=b0ea496f-40e1-4e2e-b8d7-e0f7af09ac36&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001333 10.0.0.32 - - [2024-09-12 02:25:00] "GET /project/b0ea496f-40e1-4e2e-b8d7-e0f7af09ac36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.038516 10.0.0.32 - - [2024-09-12 02:25:00] "GET /projects?obj_uuids=b0ea496f-40e1-4e2e-b8d7-e0f7af09ac36&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001384 10.0.0.32 - - [2024-09-12 02:25:00] "GET /project/b0ea496f-40e1-4e2e-b8d7-e0f7af09ac36?fields=security_groups HTTP/1.1" 200 1396 0.035966 10.0.0.32 - - [2024-09-12 02:25:00] "DELETE /security-group/d2c4f9a6-b1dc-48ec-9129-afe1ffb0adaf HTTP/1.1" 200 115 0.046523 10.0.0.32 - - [2024-09-12 02:25:00] "GET /projects?obj_uuids=b0ea496f-40e1-4e2e-b8d7-e0f7af09ac36&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001300 10.0.0.32 - - [2024-09-12 02:25:00] "DELETE /access-control-list/c8d30e67-ebeb-4aaa-ae4b-76350105168e HTTP/1.1" 200 115 0.041386 10.0.0.32 - - [2024-09-12 02:25:00] "GET /project/b0ea496f-40e1-4e2e-b8d7-e0f7af09ac36?fields=application_policy_sets HTTP/1.1" 200 1435 0.052015 10.0.0.32 - - [2024-09-12 02:25:00] "DELETE /access-control-list/565d58f5-c4a3-414a-b399-017945b2b05d HTTP/1.1" 200 115 0.036464 10.0.0.32 - - [2024-09-12 02:25:00] "DELETE /project/b0ea496f-40e1-4e2e-b8d7-e0f7af09ac36 HTTP/1.1" 200 115 0.356097 10.0.0.32 - - [2024-09-12 02:25:02] "GET /projects?obj_uuids=ea0e3069-3d51-4971-a014-c3830dc576a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001401 10.0.0.32 - - [2024-09-12 02:25:02] "POST /neutron/floatingip HTTP/1.1" 200 532 0.092477 10.0.0.32 - - [2024-09-12 02:25:02] "POST /neutron/port HTTP/1.1" 200 1099 0.016078 10.0.0.32 - - [2024-09-12 02:25:02] "POST /neutron/floatingip HTTP/1.1" 200 532 0.006253 10.0.0.32 - - [2024-09-12 02:25:02] "POST /neutron/floatingip HTTP/1.1" 200 578 0.043698 10.0.0.32 - - [2024-09-12 02:25:02] "POST /neutron/port HTTP/1.1" 200 1102 0.022946 10.0.0.32 - - [2024-09-12 02:25:02] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009411 10.0.0.32 - - [2024-09-12 02:25:02] "POST /neutron/port HTTP/1.1" 200 1102 0.017852 10.0.0.32 - - [2024-09-12 02:25:02] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006981 10.0.0.32 - - [2024-09-12 02:25:02] "POST /neutron/port HTTP/1.1" 200 1102 0.015300 10.0.0.32 - - [2024-09-12 02:25:02] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009206 10.0.0.32 - - [2024-09-12 02:25:02] "GET /virtual-machine/8673c63e-b80c-45ad-8298-e2f1c19ec09b HTTP/1.1" 200 1303 0.006525 10.0.0.32 - - [2024-09-12 02:25:02] "GET /virtual-machine-interface/59731415-4486-430a-b89d-00132bc7fac5 HTTP/1.1" 200 3003 0.010210 10.0.0.32 - - [2024-09-12 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.32 - - [2024-09-12 02:25:02] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003823 10.0.0.32 - - [2024-09-12 02:25:03] "GET /virtual-networks?parent_id=ea0e3069-3d51-4971-a014-c3830dc576a2&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003681 10.0.0.32 - - [2024-09-12 02:25:03] "GET /virtual-network/62c5eb82-8885-4a3c-bb4b-f03ee359483e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.010665 10.0.0.32 - - [2024-09-12 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.32 - - [2024-09-12 02:25:04] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003855 10.0.0.32 - - [2024-09-12 02:25:04] "GET /virtual-networks?parent_id=ea0e3069-3d51-4971-a014-c3830dc576a2&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003513 10.0.0.32 - - [2024-09-12 02:25:04] "GET /virtual-network/62c5eb82-8885-4a3c-bb4b-f03ee359483e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.010398 10.0.0.32 - - [2024-09-12 02:25:04] "POST /neutron/floatingip HTTP/1.1" 200 578 0.012992 10.0.0.32 - - [2024-09-12 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.32 - - [2024-09-12 02:25:04] "GET /routing-instance/7e4eede3-3778-48b6-bb49-25cde5a8dc8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.005495 10.0.0.32 - - [2024-09-12 02:25:04] "GET /route-target/895d14de-733a-46db-9323-ac445f52e941?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005185 10.0.0.32 - - [2024-09-12 02:25:04] "GET /floating-ip/f4d5ddf0-e8c3-4940-8d6b-7f24eeec2e18 HTTP/1.1" 200 1890 0.006333 10.0.0.32 - - [2024-09-12 02:25:07] "POST /neutron/floatingip HTTP/1.1" 200 578 0.011487 10.0.0.32 - - [2024-09-12 02:25:07] "POST /neutron/floatingip HTTP/1.1" 200 532 0.018086 10.0.0.32 - - [2024-09-12 02:25:07] "POST /neutron/floatingip HTTP/1.1" 200 532 0.008236 10.0.0.32 - - [2024-09-12 02:25:07] "POST /neutron/floatingip HTTP/1.1" 200 115 0.040440 10.0.0.32 - - [2024-09-12 02:25:07] "GET /floating-ip-pool/fbb6bedf-ff51-4d52-a662-3401345b60c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.004088 10.0.0.32 - - [2024-09-12 02:25:07] "POST /ref-update HTTP/1.1" 200 156 0.009734 10.0.0.32 - - [2024-09-12 02:25:07] "DELETE /floating-ip-pool/fbb6bedf-ff51-4d52-a662-3401345b60c3 HTTP/1.1" 200 115 0.030988 10.0.0.32 - - [2024-09-12 02:25:07] "POST /neutron/network HTTP/1.1" 200 837 0.008214 10.0.0.32 - - [2024-09-12 02:25:08] "POST /neutron/network HTTP/1.1" 400 204 0.011791 10.0.0.32 - - [2024-09-12 02:25:08] "GET /obj-perms HTTP/1.1" 200 5056 0.059763 10.0.0.32 - - [2024-09-12 02:25:08] "POST /neutron/port HTTP/1.1" 200 1102 0.018528 10.0.0.32 - - [2024-09-12 02:25:08] "POST /neutron/port HTTP/1.1" 200 1128 0.010206 10.0.0.32 - - [2024-09-12 02:25:08] "POST /neutron/port HTTP/1.1" 200 1099 0.033852 10.0.0.32 - - [2024-09-12 02:25:08] "GET /obj-perms HTTP/1.1" 200 5056 0.080035 10.0.0.32 - - [2024-09-12 02:25:08] "POST /neutron/port HTTP/1.1" 200 1125 0.015156 10.0.0.32 - - [2024-09-12 02:25:08] "POST /neutron/port HTTP/1.1" 200 151 0.199319 10.0.0.32 - - [2024-09-12 02:25:08] "POST /neutron/port HTTP/1.1" 200 151 0.162477 10.0.0.32 - - [2024-09-12 02:25:10] "POST /neutron/network HTTP/1.1" 200 837 0.009466 10.0.0.32 - - [2024-09-12 02:25:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002211 10.0.0.32 - - [2024-09-12 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.007765 10.0.0.32 - - [2024-09-12 02:25:10] "POST /useragent-kv HTTP/1.1" 200 115 0.001320 10.0.0.32 - - [2024-09-12 02:25:10] "POST /neutron/network HTTP/1.1" 200 151 0.083983 10.0.0.32 - - [2024-09-12 02:25:10] "DELETE /route-target/00d4ceac-e78a-413b-a350-d68474630249 HTTP/1.1" 200 115 0.020046 10.0.0.32 - - [2024-09-12 02:25:10] "GET /routing-instance/c3590461-b4cf-439b-aada-7cb0a64452f3 HTTP/1.1" 404 171 0.002726 10.0.0.32 - - [2024-09-12 02:25:10] "GET /domains HTTP/1.1" 200 280 0.002506 10.0.0.32 - - [2024-09-12 02:25:10] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001420 10.0.0.32 - - [2024-09-12 02:25:10] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0 HTTP/1.1" 200 2585 0.054339 10.0.0.32 - - [2024-09-12 02:25:10] "GET /projects?obj_uuids=ea0e3069-3d51-4971-a014-c3830dc576a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001306 10.0.0.32 - - [2024-09-12 02:25:10] "GET /project/ea0e3069-3d51-4971-a014-c3830dc576a2 HTTP/1.1" 200 2174 0.083664 10.0.0.32 - - [2024-09-12 02:25:10] "POST /neutron/network HTTP/1.1" 200 840 0.007503 10.0.0.32 - - [2024-09-12 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004503 10.0.0.32 - - [2024-09-12 02:25:10] "POST /useragent-kv HTTP/1.1" 200 115 0.001352 10.0.0.32 - - [2024-09-12 02:25:10] "POST /useragent-kv HTTP/1.1" 200 115 0.001287 10.0.0.32 - - [2024-09-12 02:25:10] "POST /neutron/network HTTP/1.1" 200 151 0.103084 10.0.0.32 - - [2024-09-12 02:25:10] "DELETE /route-target/895d14de-733a-46db-9323-ac445f52e941 HTTP/1.1" 200 115 0.026814 10.0.0.32 - - [2024-09-12 02:25:10] "GET /routing-instance/7e4eede3-3778-48b6-bb49-25cde5a8dc8b HTTP/1.1" 404 171 0.002980 10.0.0.32 - - [2024-09-12 02:25:10] "GET /domains HTTP/1.1" 200 280 0.003217 10.0.0.32 - - [2024-09-12 02:25:10] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001432 10.0.0.32 - - [2024-09-12 02:25:10] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0 HTTP/1.1" 200 2585 0.051609 10.0.0.32 - - [2024-09-12 02:25:10] "GET /projects?obj_uuids=ea0e3069-3d51-4971-a014-c3830dc576a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001900 10.0.0.32 - - [2024-09-12 02:25:10] "GET /project/ea0e3069-3d51-4971-a014-c3830dc576a2 HTTP/1.1" 200 1924 0.084788 10.0.0.32 - - [2024-09-12 02:25:10] "GET /projects?obj_uuids=ea0e3069-3d51-4971-a014-c3830dc576a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001416 10.0.0.32 - - [2024-09-12 02:25:10] "GET /project/ea0e3069-3d51-4971-a014-c3830dc576a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.039927 10.0.0.32 - - [2024-09-12 02:25:10] "GET /projects?obj_uuids=ea0e3069-3d51-4971-a014-c3830dc576a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001436 10.0.0.32 - - [2024-09-12 02:25:11] "GET /project/ea0e3069-3d51-4971-a014-c3830dc576a2?fields=virtual_networks HTTP/1.1" 200 1056 0.041171 10.0.0.32 - - [2024-09-12 02:25:11] "GET /projects?obj_uuids=ea0e3069-3d51-4971-a014-c3830dc576a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001817 10.0.0.32 - - [2024-09-12 02:25:11] "GET /project/ea0e3069-3d51-4971-a014-c3830dc576a2?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.049304 10.0.0.32 - - [2024-09-12 02:25:11] "GET /projects?obj_uuids=ea0e3069-3d51-4971-a014-c3830dc576a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001328 10.0.0.32 - - [2024-09-12 02:25:11] "GET /project/ea0e3069-3d51-4971-a014-c3830dc576a2?fields=security_groups HTTP/1.1" 200 1294 0.046500 10.0.0.32 - - [2024-09-12 02:25:12] "POST /fqname-to-id HTTP/1.1" 404 183 0.033947 10.0.0.32 - - [2024-09-12 02:25:12] "GET /projects?obj_uuids=c9572b1e-5d62-425a-bbe3-680441a72f30&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003289 10.0.0.32 - - [2024-09-12 02:25:12] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002369 10.0.0.32 - - [2024-09-12 02:25:12] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.013928 10.0.0.32 - - [2024-09-12 02:25:12] "POST /id-to-fqname HTTP/1.1" 200 185 0.001602 10.0.0.32 - - [2024-09-12 02:25:12] "POST /fqname-to-id HTTP/1.1" 404 194 0.005979 10.0.0.32 - - [2024-09-12 02:25:12] "POST /security-groups HTTP/1.1" 200 586 0.063242 10.0.0.32 - - [2024-09-12 02:25:12] "POST /fqname-to-id HTTP/1.1" 404 229 0.003879 10.0.0.32 - - [2024-09-12 02:25:12] "POST /projects HTTP/1.1" 200 575 0.227522 10.0.0.32 - - [2024-09-12 02:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.259604 10.0.0.32 - - [2024-09-12 02:25:12] "POST /access-control-lists HTTP/1.1" 200 591 0.067789 10.0.0.32 - - [2024-09-12 02:25:12] "GET /project/c9572b1e-5d62-425a-bbe3-680441a72f30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.438246 10.0.0.32 - - [2024-09-12 02:25:12] "POST /fqname-to-id HTTP/1.1" 404 228 0.004496 10.0.0.32 - - [2024-09-12 02:25:12] "POST /access-control-lists HTTP/1.1" 200 589 0.064360 10.0.0.32 - - [2024-09-12 02:25:13] "GET / HTTP/1.1" 200 35931 0.002446 10.0.0.32 - - [2024-09-12 02:25:15] "GET /projects?obj_uuids=c9572b1e-5d62-425a-bbe3-680441a72f30&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001324 10.0.0.32 - - [2024-09-12 02:25:15] "GET /project/c9572b1e-5d62-425a-bbe3-680441a72f30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.052302 10.0.0.32 - - [2024-09-12 02:25:15] "GET /projects?obj_uuids=c9572b1e-5d62-425a-bbe3-680441a72f30&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001276 10.0.0.32 - - [2024-09-12 02:25:15] "GET /project/c9572b1e-5d62-425a-bbe3-680441a72f30?fields=virtual_networks HTTP/1.1" 200 1022 0.039316 10.0.0.32 - - [2024-09-12 02:25:15] "GET /projects?obj_uuids=c9572b1e-5d62-425a-bbe3-680441a72f30&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001370 10.0.0.32 - - [2024-09-12 02:25:15] "GET /project/c9572b1e-5d62-425a-bbe3-680441a72f30?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.038433 10.0.0.32 - - [2024-09-12 02:25:15] "GET /projects?obj_uuids=c9572b1e-5d62-425a-bbe3-680441a72f30&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002437 10.0.0.32 - - [2024-09-12 02:25:15] "GET /project/c9572b1e-5d62-425a-bbe3-680441a72f30?fields=security_groups HTTP/1.1" 200 1243 0.038528 10.0.0.32 - - [2024-09-12 02:25:16] "POST /fqname-to-id HTTP/1.1" 404 191 0.030698 10.0.0.32 - - [2024-09-12 02:25:16] "GET /projects?obj_uuids=b96ea6ea-4b8c-4a1e-8436-eb5b4a62e4bd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002947 10.0.0.32 - - [2024-09-12 02:25:16] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001540 10.0.0.32 - - [2024-09-12 02:25:16] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010046 10.0.0.32 - - [2024-09-12 02:25:16] "POST /id-to-fqname HTTP/1.1" 200 193 0.001447 10.0.0.32 - - [2024-09-12 02:25:16] "POST /fqname-to-id HTTP/1.1" 404 202 0.004085 10.0.0.32 - - [2024-09-12 02:25:16] "POST /security-groups HTTP/1.1" 200 594 0.063098 10.0.0.32 - - [2024-09-12 02:25:16] "POST /fqname-to-id HTTP/1.1" 404 237 0.003140 10.0.0.32 - - [2024-09-12 02:25:16] "POST /projects HTTP/1.1" 200 591 0.232878 10.0.0.32 - - [2024-09-12 02:25:16] "POST /access-control-lists HTTP/1.1" 200 599 0.064399 10.0.0.32 - - [2024-09-12 02:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.314528 10.0.0.32 - - [2024-09-12 02:25:16] "POST /fqname-to-id HTTP/1.1" 404 236 0.003505 10.0.0.32 - - [2024-09-12 02:25:16] "GET /project/b96ea6ea-4b8c-4a1e-8436-eb5b4a62e4bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.456737 10.0.0.32 - - [2024-09-12 02:25:16] "POST /access-control-lists HTTP/1.1" 200 597 0.068260 10.0.0.32 - - [2024-09-12 02:25:18] "GET / HTTP/1.1" 200 35931 0.002421 10.0.0.32 - - [2024-09-12 02:25:19] "GET /project/b96ea6ea-4b8c-4a1e-8436-eb5b4a62e4bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000584 10.0.0.32 - - [2024-09-12 02:25:19] "GET /projects?obj_uuids=b96ea6ea-4b8c-4a1e-8436-eb5b4a62e4bd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001300 10.0.0.32 - - [2024-09-12 02:25:19] "GET /project/b96ea6ea-4b8c-4a1e-8436-eb5b4a62e4bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.073381 10.0.0.32 - - [2024-09-12 02:25:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.32 - - [2024-09-12 02:25:19] "GET /security-group/fe81b8a7-c26c-47b1-a8a1-b15401a9d475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.009027 10.0.0.32 - - [2024-09-12 02:25:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.32 - - [2024-09-12 02:25:19] "GET /projects?obj_uuids=b96ea6ea-4b8c-4a1e-8436-eb5b4a62e4bd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001832 10.0.0.32 - - [2024-09-12 02:25:19] "GET /project/b96ea6ea-4b8c-4a1e-8436-eb5b4a62e4bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.042847 10.0.0.32 - - [2024-09-12 02:25:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.32 - - [2024-09-12 02:25:19] "GET /security-group/fe81b8a7-c26c-47b1-a8a1-b15401a9d475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.005690 10.0.0.32 - - [2024-09-12 02:25:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.32 - - [2024-09-12 02:25:20] "PUT /security-group/fe81b8a7-c26c-47b1-a8a1-b15401a9d475 HTTP/1.1" 200 262 0.016591 10.0.0.32 - - [2024-09-12 02:25:20] "PUT /access-control-list/9d199e4a-5655-44db-8a6a-fc3587652c9d HTTP/1.1" 200 272 0.009582 10.0.0.32 - - [2024-09-12 02:25:20] "PUT /access-control-list/299ec0d6-df45-47df-85c7-81d1e47af737 HTTP/1.1" 200 272 0.009855 10.0.0.32 - - [2024-09-12 02:25:20] "POST /fqname-to-id HTTP/1.1" 404 202 0.002895 10.0.0.32 - - [2024-09-12 02:25:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.32 - - [2024-09-12 02:25:20] "GET /projects?obj_uuids=b96ea6ea-4b8c-4a1e-8436-eb5b4a62e4bd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001832 10.0.0.32 - - [2024-09-12 02:25:20] "GET /project/b96ea6ea-4b8c-4a1e-8436-eb5b4a62e4bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.034717 10.0.0.32 - - [2024-09-12 02:25:20] "POST /neutron/network HTTP/1.1" 200 117 0.032915 10.0.0.32 - - [2024-09-12 02:25:20] "GET /projects?obj_uuids=b96ea6ea-4b8c-4a1e-8436-eb5b4a62e4bd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001410 10.0.0.32 - - [2024-09-12 02:25:20] "POST /neutron/network HTTP/1.1" 200 608 0.070366 10.0.0.32 - - [2024-09-12 02:25:20] "POST /route-targets HTTP/1.1" 200 327 0.018596 10.0.0.32 - - [2024-09-12 02:25:20] "POST /ref-update HTTP/1.1" 200 156 0.019843 10.0.0.32 - - [2024-09-12 02:25:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004196 10.0.0.32 - - [2024-09-12 02:25:20] "POST /neutron/subnet HTTP/1.1" 200 729 0.213663 10.0.0.32 - - [2024-09-12 02:25:20] "POST /neutron/network HTTP/1.1" 200 828 0.007084 10.0.0.32 - - [2024-09-12 02:25:20] "POST /id-to-fqname HTTP/1.1" 200 223 0.001545 10.0.0.32 - - [2024-09-12 02:25:20] "GET /virtual-network/1888eddb-fe8b-44f0-a276-ccdf4b7f5cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.011465 10.0.0.32 - - [2024-09-12 02:25:20] "POST /neutron/network HTTP/1.1" 200 828 0.007310 10.0.0.32 - - [2024-09-12 02:25:20] "GET /virtual-network/1888eddb-fe8b-44f0-a276-ccdf4b7f5cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.011680 10.0.0.32 - - [2024-09-12 02:25:20] "POST /neutron/network HTTP/1.1" 200 828 0.007748 10.0.0.32 - - [2024-09-12 02:25:20] "POST /neutron/subnet HTTP/1.1" 200 729 0.007982 10.0.0.32 - - [2024-09-12 02:25:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002554 10.0.0.32 - - [2024-09-12 02:25:20] "GET /projects?obj_uuids=b96ea6ea-4b8c-4a1e-8436-eb5b4a62e4bd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001271 10.0.0.32 - - [2024-09-12 02:25:20] "GET /project/b96ea6ea-4b8c-4a1e-8436-eb5b4a62e4bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.039120 10.0.0.32 - - [2024-09-12 02:25:20] "POST /neutron/network HTTP/1.1" 200 117 0.010248 10.0.0.32 - - [2024-09-12 02:25:20] "GET /projects?obj_uuids=b96ea6ea-4b8c-4a1e-8436-eb5b4a62e4bd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001281 10.0.0.32 - - [2024-09-12 02:25:21] "POST /neutron/network HTTP/1.1" 200 615 0.104296 10.0.0.32 - - [2024-09-12 02:25:21] "POST /route-targets HTTP/1.1" 200 327 0.012449 10.0.0.32 - - [2024-09-12 02:25:21] "POST /ref-update HTTP/1.1" 200 156 0.016184 10.0.0.32 - - [2024-09-12 02:25:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002479 10.0.0.32 - - [2024-09-12 02:25:21] "POST /neutron/subnet HTTP/1.1" 200 725 0.166664 10.0.0.32 - - [2024-09-12 02:25:21] "POST /neutron/network HTTP/1.1" 200 834 0.006044 10.0.0.32 - - [2024-09-12 02:25:21] "POST /id-to-fqname HTTP/1.1" 200 227 0.001577 10.0.0.32 - - [2024-09-12 02:25:21] "GET /virtual-network/07983810-c4a4-4082-8466-81a4bf8ada1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.010282 10.0.0.32 - - [2024-09-12 02:25:21] "POST /neutron/network HTTP/1.1" 200 834 0.006630 10.0.0.32 - - [2024-09-12 02:25:21] "GET /virtual-network/07983810-c4a4-4082-8466-81a4bf8ada1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.009760 10.0.0.32 - - [2024-09-12 02:25:21] "POST /neutron/network HTTP/1.1" 200 834 0.008684 10.0.0.32 - - [2024-09-12 02:25:21] "POST /neutron/subnet HTTP/1.1" 200 725 0.007764 10.0.0.32 - - [2024-09-12 02:25:21] "POST /id-to-fqname HTTP/1.1" 200 223 0.001472 10.0.0.32 - - [2024-09-12 02:25:21] "POST /neutron/network HTTP/1.1" 200 838 0.010512 10.0.0.32 - - [2024-09-12 02:25:21] "GET /aaa-mode HTTP/1.1" 401 292 0.000520 10.0.0.32 - - [2024-09-12 02:25:22] "GET / HTTP/1.1" 200 35931 0.002517 10.0.0.32 - - [2024-09-12 02:25:22] "GET /project/b96ea6ea-4b8c-4a1e-8436-eb5b4a62e4bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000536 10.0.0.32 - - [2024-09-12 02:25:22] "GET /projects?obj_uuids=b96ea6ea-4b8c-4a1e-8436-eb5b4a62e4bd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001453 10.0.0.32 - - [2024-09-12 02:25:22] "GET /project/b96ea6ea-4b8c-4a1e-8436-eb5b4a62e4bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.068244 10.0.0.32 - - [2024-09-12 02:25:22] "POST /neutron/network HTTP/1.1" 200 828 0.006776 10.0.0.32 - - [2024-09-12 02:25:22] "POST /neutron/port HTTP/1.1" 200 117 0.005911 10.0.0.32 - - [2024-09-12 02:25:22] "POST /neutron/port HTTP/1.1" 200 117 0.006230 10.0.0.32 - - [2024-09-12 02:25:22] "POST /id-to-fqname HTTP/1.1" 200 227 0.001958 10.0.0.32 - - [2024-09-12 02:25:22] "POST /neutron/port HTTP/1.1" 200 117 0.007484 10.0.0.32 - - [2024-09-12 02:25:22] "POST /neutron/network HTTP/1.1" 200 844 0.006963 10.0.0.32 - - [2024-09-12 02:25:22] "GET /aaa-mode HTTP/1.1" 401 292 0.000542 10.0.0.32 - - [2024-09-12 02:25:23] "POST /neutron/network HTTP/1.1" 200 838 0.008368 10.0.0.32 - - [2024-09-12 02:25:23] "GET /projects?obj_uuids=b96ea6ea-4b8c-4a1e-8436-eb5b4a62e4bd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001570 10.0.0.32 - - [2024-09-12 02:25:23] "GET / HTTP/1.1" 200 35931 0.003371 10.0.0.32 - - [2024-09-12 02:25:23] "GET /project/b96ea6ea-4b8c-4a1e-8436-eb5b4a62e4bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000604 10.0.0.32 - - [2024-09-12 02:25:23] "POST /neutron/port HTTP/1.1" 200 1064 0.265381 10.0.0.32 - - [2024-09-12 02:25:23] "POST /neutron/port HTTP/1.1" 200 1064 0.011674 10.0.0.32 - - [2024-09-12 02:25:23] "POST /neutron/port HTTP/1.1" 200 1064 0.010456 10.0.0.32 - - [2024-09-12 02:25:23] "POST /neutron/port HTTP/1.1" 200 1118 0.081086 10.0.0.32 - - [2024-09-12 02:25:23] "POST /neutron/port HTTP/1.1" 200 1092 0.015986 10.0.0.32 - - [2024-09-12 02:25:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003758 10.0.0.32 - - [2024-09-12 02:25:23] "POST /neutron/subnet HTTP/1.1" 200 703 0.012887 10.0.0.32 - - [2024-09-12 02:25:23] "POST /neutron/port HTTP/1.1" 200 117 0.001496 10.0.0.32 - - [2024-09-12 02:25:23] "POST /neutron/network HTTP/1.1" 200 828 0.010432 10.0.0.32 - - [2024-09-12 02:25:23] "GET /projects?obj_uuids=b96ea6ea-4b8c-4a1e-8436-eb5b4a62e4bd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001335 10.0.0.32 - - [2024-09-12 02:25:23] "GET /project/b96ea6ea-4b8c-4a1e-8436-eb5b4a62e4bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.070656 10.0.0.32 - - [2024-09-12 02:25:23] "POST /neutron/network HTTP/1.1" 200 834 0.006535 10.0.0.32 - - [2024-09-12 02:25:23] "POST /neutron/port HTTP/1.1" 200 1092 0.029564 10.0.0.32 - - [2024-09-12 02:25:24] "POST /neutron/security_group HTTP/1.1" 200 2002 0.011067 10.0.0.32 - - [2024-09-12 02:25:24] "POST /neutron/port HTTP/1.1" 200 117 0.008941 10.0.0.32 - - [2024-09-12 02:25:24] "GET /projects?obj_uuids=b96ea6ea-4b8c-4a1e-8436-eb5b4a62e4bd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001573 10.0.0.32 - - [2024-09-12 02:25:24] "POST /neutron/router HTTP/1.1" 200 585 0.103010 10.0.0.32 - - [2024-09-12 02:25:24] "POST /neutron/router HTTP/1.1" 200 585 0.005632 10.0.0.32 - - [2024-09-12 02:25:24] "POST /route-targets HTTP/1.1" 200 327 0.021123 10.0.0.32 - - [2024-09-12 02:25:24] "PUT /logical-router/213b5221-b688-4e1b-86c9-5f83e130875f HTTP/1.1" 200 262 0.020917 10.0.0.32 - - [2024-09-12 02:25:24] "POST /neutron/router HTTP/1.1" 200 656 0.034140 10.0.0.32 - - [2024-09-12 02:25:24] "GET /logical-router/213b5221-b688-4e1b-86c9-5f83e130875f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1639 0.015370 10.0.0.32 - - [2024-09-12 02:25:24] "POST /neutron/router HTTP/1.1" 200 656 0.008668 10.0.0.32 - - [2024-09-12 02:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.011249 10.0.0.32 - - [2024-09-12 02:25:24] "GET /projects?obj_uuids=b96ea6ea-4b8c-4a1e-8436-eb5b4a62e4bd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001376 10.0.0.32 - - [2024-09-12 02:25:24] "GET /service-template/70089c66-8280-4545-a8e9-1494a24ee71f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.012790 10.0.0.32 - - [2024-09-12 02:25:24] "POST /fqname-to-id HTTP/1.1" 404 215 0.003398 10.0.0.32 - - [2024-09-12 02:25:24] "POST /neutron/network HTTP/1.1" 200 844 0.076928 10.0.0.32 - - [2024-09-12 02:25:24] "GET /projects?obj_uuids=b96ea6ea-4b8c-4a1e-8436-eb5b4a62e4bd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005935 10.0.0.32 - - [2024-09-12 02:25:24] "POST /neutron/router HTTP/1.1" 200 344 0.441597 10.0.0.32 - - [2024-09-12 02:25:24] "POST /useragent-kv HTTP/1.1" 200 115 0.020965 10.0.0.32 - - [2024-09-12 02:25:24] "POST /virtual-networks HTTP/1.1" 200 694 0.304686 10.0.0.32 - - [2024-09-12 02:25:24] "POST /ref-update HTTP/1.1" 200 156 0.043390 10.0.0.32 - - [2024-09-12 02:25:25] "POST /neutron/port HTTP/1.1" 200 1092 0.172092 10.0.0.32 - - [2024-09-12 02:25:25] "POST /route-targets HTTP/1.1" 200 327 0.161208 10.0.0.32 - - [2024-09-12 02:25:25] "POST /neutron/security_group HTTP/1.1" 200 2002 0.014136 10.0.0.32 - - [2024-09-12 02:25:25] "POST /service-instances HTTP/1.1" 200 670 0.260733 10.0.0.32 - - [2024-09-12 02:25:25] "POST /ref-update HTTP/1.1" 200 156 0.117776 10.0.0.32 - - [2024-09-12 02:25:25] "POST /route-tables HTTP/1.1" 200 582 0.065941 10.0.0.32 - - [2024-09-12 02:25:25] "PUT /logical-router/213b5221-b688-4e1b-86c9-5f83e130875f HTTP/1.1" 200 262 0.028987 10.0.0.32 - - [2024-09-12 02:25:25] "POST /neutron/port HTTP/1.1" 200 1063 0.619859 10.0.0.32 - - [2024-09-12 02:25:25] "POST /neutron/port HTTP/1.1" 200 1063 0.016169 10.0.0.32 - - [2024-09-12 02:25:25] "POST /neutron/port HTTP/1.1" 200 1063 0.012980 10.0.0.32 - - [2024-09-12 02:25:25] "POST /ref-update HTTP/1.1" 200 156 0.027977 10.0.0.32 - - [2024-09-12 02:25:25] "POST /neutron/port HTTP/1.1" 200 1117 0.096928 10.0.0.32 - - [2024-09-12 02:25:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.32 - - [2024-09-12 02:25:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.32 - - [2024-09-12 02:25:25] "POST /neutron/port HTTP/1.1" 200 1091 0.018484 10.0.0.32 - - [2024-09-12 02:25:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006411 10.0.0.32 - - [2024-09-12 02:25:25] "POST /virtual-machines HTTP/1.1" 200 553 0.019440 10.0.0.32 - - [2024-09-12 02:25:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.022643 10.0.0.32 - - [2024-09-12 02:25:25] "POST /neutron/port HTTP/1.1" 200 117 0.001492 10.0.0.32 - - [2024-09-12 02:25:25] "POST /neutron/network HTTP/1.1" 200 834 0.008287 10.0.0.32 - - [2024-09-12 02:25:25] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.135639 10.0.0.32 - - [2024-09-12 02:25:25] "POST /chown HTTP/1.1" 200 109 0.008812 10.0.0.32 - - [2024-09-12 02:25:25] "POST /instance-ips HTTP/1.1" 200 551 0.022712 10.0.0.32 - - [2024-09-12 02:25:25] "POST /instance-ips HTTP/1.1" 400 246 0.017307 10.0.0.32 - - [2024-09-12 02:25:26] "POST /chown HTTP/1.1" 200 109 0.010457 10.0.0.32 - - [2024-09-12 02:25:26] "PUT /virtual-machine-interface/46e1b698-f3dc-4328-af84-3bce8b6c1031 HTTP/1.1" 200 284 0.013289 10.0.0.32 - - [2024-09-12 02:25:26] "PUT /instance-ip/56c27699-8ec9-4121-9e29-c09e3b35eb40 HTTP/1.1" 200 256 0.022462 10.0.0.32 - - [2024-09-12 02:25:26] "POST /ref-update HTTP/1.1" 200 156 0.018280 10.0.0.32 - - [2024-09-12 02:25:26] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.141697 10.0.0.32 - - [2024-09-12 02:25:26] "POST /chown HTTP/1.1" 200 109 0.013507 10.0.0.32 - - [2024-09-12 02:25:26] "POST /instance-ips HTTP/1.1" 200 549 0.064196 10.0.0.32 - - [2024-09-12 02:25:26] "POST /instance-ips HTTP/1.1" 400 316 0.025440 10.0.0.32 - - [2024-09-12 02:25:26] "POST /chown HTTP/1.1" 200 109 0.011105 10.0.0.32 - - [2024-09-12 02:25:26] "PUT /virtual-machine-interface/35b1206c-22cc-44e7-93cd-a725bc526bfe HTTP/1.1" 200 284 0.023355 10.0.0.32 - - [2024-09-12 02:25:26] "PUT /instance-ip/194dafbb-f5ce-4847-86a9-ba27ec9ceb48 HTTP/1.1" 200 256 0.018626 10.0.0.32 - - [2024-09-12 02:25:26] "POST /ref-update HTTP/1.1" 200 156 0.021032 10.0.0.32 - - [2024-09-12 02:25:26] "POST /ref-update HTTP/1.1" 200 156 0.010857 10.0.0.32 - - [2024-09-12 02:25:26] "PUT /routing-instance/a2afca77-b8b9-4e5b-9edb-fc36109de9ce HTTP/1.1" 200 266 0.046103 10.0.0.32 - - [2024-09-12 02:25:26] "POST /ref-update HTTP/1.1" 200 156 0.035444 10.0.0.32 - - [2024-09-12 02:25:27] "POST /virtual-machines HTTP/1.1" 200 553 0.018708 10.0.0.32 - - [2024-09-12 02:25:27] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.097872 10.0.0.32 - - [2024-09-12 02:25:27] "POST /chown HTTP/1.1" 200 109 0.008789 10.0.0.32 - - [2024-09-12 02:25:27] "POST /instance-ips HTTP/1.1" 400 246 0.021643 10.0.0.32 - - [2024-09-12 02:25:27] "POST /chown HTTP/1.1" 200 109 0.011583 10.0.0.32 - - [2024-09-12 02:25:27] "PUT /virtual-machine-interface/145f557e-723b-4da3-940c-a172ace60fc5 HTTP/1.1" 200 284 0.027925 10.0.0.32 - - [2024-09-12 02:25:27] "PUT /instance-ip/56c27699-8ec9-4121-9e29-c09e3b35eb40 HTTP/1.1" 200 256 0.017844 10.0.0.32 - - [2024-09-12 02:25:27] "POST /ref-update HTTP/1.1" 200 156 0.015105 10.0.0.32 - - [2024-09-12 02:25:27] "POST /ref-update HTTP/1.1" 200 156 0.013503 10.0.0.32 - - [2024-09-12 02:25:27] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.119442 10.0.0.32 - - [2024-09-12 02:25:27] "POST /chown HTTP/1.1" 200 109 0.008285 10.0.0.32 - - [2024-09-12 02:25:27] "POST /instance-ips HTTP/1.1" 400 316 0.016108 10.0.0.32 - - [2024-09-12 02:25:27] "POST /chown HTTP/1.1" 200 109 0.015198 10.0.0.32 - - [2024-09-12 02:25:28] "PUT /virtual-machine-interface/34875d87-3e33-4647-a5b2-3e8ee7abc0ec HTTP/1.1" 200 284 0.012514 10.0.0.32 - - [2024-09-12 02:25:28] "PUT /instance-ip/194dafbb-f5ce-4847-86a9-ba27ec9ceb48 HTTP/1.1" 200 256 0.024148 10.0.0.32 - - [2024-09-12 02:25:28] "POST /ref-update HTTP/1.1" 200 156 0.016142 10.0.0.32 - - [2024-09-12 02:25:28] "POST /ref-update HTTP/1.1" 200 156 0.012237 10.0.0.32 - - [2024-09-12 02:25:30] "POST /neutron/port HTTP/1.1" 200 1092 0.017511 10.0.0.32 - - [2024-09-12 02:25:30] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008636 10.0.0.32 - - [2024-09-12 02:25:30] "POST /neutron/port HTTP/1.1" 200 1092 0.018151 10.0.0.32 - - [2024-09-12 02:25:30] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006930 10.0.0.32 - - [2024-09-12 02:25:30] "POST /neutron/port HTTP/1.1" 200 1092 0.018473 10.0.0.32 - - [2024-09-12 02:25:30] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008495 10.0.0.32 - - [2024-09-12 02:25:30] "GET /virtual-machine/c3101ac2-3a52-4ce1-a70b-ef91b9b073cc HTTP/1.1" 401 292 0.000679 10.0.0.32 - - [2024-09-12 02:25:30] "GET /virtual-machine/c3101ac2-3a52-4ce1-a70b-ef91b9b073cc HTTP/1.1" 200 1296 0.034772 10.0.0.32 - - [2024-09-12 02:25:30] "GET /virtual-machine-interface/40bffe64-8dd9-470c-a85a-7b8e8b20af80 HTTP/1.1" 200 2955 0.010512 10.0.0.32 - - [2024-09-12 02:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.32 - - [2024-09-12 02:25:30] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005755 10.0.0.32 - - [2024-09-12 02:25:30] "GET /virtual-networks?parent_id=b96ea6ea-4b8c-4a1e-8436-eb5b4a62e4bd&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003523 10.0.0.32 - - [2024-09-12 02:25:30] "GET /virtual-network/1888eddb-fe8b-44f0-a276-ccdf4b7f5cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.014719 10.0.0.32 - - [2024-09-12 02:25:33] "POST /neutron/port HTTP/1.1" 200 1092 0.018689 10.0.0.32 - - [2024-09-12 02:25:33] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006734 10.0.0.32 - - [2024-09-12 02:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.32 - - [2024-09-12 02:25:34] "GET /virtual-network/1888eddb-fe8b-44f0-a276-ccdf4b7f5cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.010234 10.0.0.32 - - [2024-09-12 02:25:35] "POST /neutron/port HTTP/1.1" 200 1091 0.017294 10.0.0.32 - - [2024-09-12 02:25:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006744 10.0.0.32 - - [2024-09-12 02:25:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.32 - - [2024-09-12 02:25:36] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004344 10.0.0.32 - - [2024-09-12 02:25:36] "GET /virtual-networks?parent_id=b96ea6ea-4b8c-4a1e-8436-eb5b4a62e4bd&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003933 10.0.0.32 - - [2024-09-12 02:25:36] "GET /virtual-network/1888eddb-fe8b-44f0-a276-ccdf4b7f5cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.010989 10.0.0.32 - - [2024-09-12 02:25:36] "POST /neutron/port HTTP/1.1" 200 1091 0.018586 10.0.0.32 - - [2024-09-12 02:25:36] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007518 10.0.0.32 - - [2024-09-12 02:25:36] "POST /neutron/port HTTP/1.1" 200 1091 0.018449 10.0.0.32 - - [2024-09-12 02:25:36] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007690 10.0.0.32 - - [2024-09-12 02:25:36] "POST /neutron/port HTTP/1.1" 200 1091 0.018289 10.0.0.32 - - [2024-09-12 02:25:36] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008635 10.0.0.32 - - [2024-09-12 02:25:36] "GET /virtual-machine/fff286d1-82e6-4a40-86bc-93ae7fd4f3a2 HTTP/1.1" 200 1295 0.007059 10.0.0.32 - - [2024-09-12 02:25:36] "GET /virtual-machine-interface/ec5e9b15-05b3-4e33-82b6-bfb3df4719a2 HTTP/1.1" 200 2967 0.010533 10.0.0.32 - - [2024-09-12 02:25:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.32 - - [2024-09-12 02:25:36] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004231 10.0.0.32 - - [2024-09-12 02:25:36] "GET /virtual-networks?parent_id=b96ea6ea-4b8c-4a1e-8436-eb5b4a62e4bd&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004102 10.0.0.32 - - [2024-09-12 02:25:36] "GET /virtual-network/07983810-c4a4-4082-8466-81a4bf8ada1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.012253 10.0.0.32 - - [2024-09-12 02:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.32 - - [2024-09-12 02:25:38] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004482 10.0.0.32 - - [2024-09-12 02:25:38] "GET /virtual-networks?parent_id=b96ea6ea-4b8c-4a1e-8436-eb5b4a62e4bd&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004129 10.0.0.32 - - [2024-09-12 02:25:38] "GET /virtual-network/07983810-c4a4-4082-8466-81a4bf8ada1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.010684 10.0.0.32 - - [2024-09-12 02:25:42] "POST /neutron/router HTTP/1.1" 200 656 0.004738 10.0.0.32 - - [2024-09-12 02:25:42] "POST /ref-update HTTP/1.1" 200 156 0.014986 10.0.0.32 - - [2024-09-12 02:25:42] "POST /neutron/router HTTP/1.1" 200 344 0.120712 10.0.0.32 - - [2024-09-12 02:25:42] "POST /neutron/router HTTP/1.1" 200 656 0.005913 10.0.0.32 - - [2024-09-12 02:25:42] "GET /logical-router/213b5221-b688-4e1b-86c9-5f83e130875f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1970 0.011510 10.0.0.32 - - [2024-09-12 02:25:42] "GET /service-instance/36727b5d-6bf3-4008-ac52-a06cbaf5aabb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.008671 10.0.0.32 - - [2024-09-12 02:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.32 - - [2024-09-12 02:25:42] "POST /neutron/router HTTP/1.1" 200 151 0.074050 10.0.0.32 - - [2024-09-12 02:25:42] "DELETE /route-target/476c0f0f-3725-4f4c-88f4-c601ebf7bb2c HTTP/1.1" 409 239 0.005368 10.0.0.32 - - [2024-09-12 02:25:42] "PUT /logical-router/213b5221-b688-4e1b-86c9-5f83e130875f HTTP/1.1" 404 171 0.003619 10.0.0.32 - - [2024-09-12 02:25:42] "POST /ref-update HTTP/1.1" 200 156 0.014457 10.0.0.32 - - [2024-09-12 02:25:42] "DELETE /route-table/8c0f2b26-d1f4-4525-adde-339f24b12316 HTTP/1.1" 200 115 0.041071 10.0.0.32 - - [2024-09-12 02:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.32 - - [2024-09-12 02:25:42] "PUT /routing-instance/a2afca77-b8b9-4e5b-9edb-fc36109de9ce HTTP/1.1" 200 266 0.016143 10.0.0.32 - - [2024-09-12 02:25:42] "GET /virtual-network/d3c08e48-0413-4a06-9478-ba049f45744d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.012694 10.0.0.32 - - [2024-09-12 02:25:42] "POST /neutron/network HTTP/1.1" 200 834 0.009848 10.0.0.32 - - [2024-09-12 02:25:42] "POST /ref-update HTTP/1.1" 200 156 0.026292 10.0.0.32 - - [2024-09-12 02:25:42] "POST /neutron/network HTTP/1.1" 400 204 0.039998 10.0.0.32 - - [2024-09-12 02:25:42] "POST /ref-update HTTP/1.1" 200 156 0.012514 10.0.0.32 - - [2024-09-12 02:25:42] "DELETE /instance-ip/194dafbb-f5ce-4847-86a9-ba27ec9ceb48 HTTP/1.1" 200 115 0.045865 10.0.0.32 - - [2024-09-12 02:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006368 10.0.0.32 - - [2024-09-12 02:25:42] "POST /useragent-kv HTTP/1.1" 200 115 0.001370 10.0.0.32 - - [2024-09-12 02:25:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002271 10.0.0.32 - - [2024-09-12 02:25:42] "DELETE /virtual-network/d3c08e48-0413-4a06-9478-ba049f45744d HTTP/1.1" 200 115 0.150316 10.0.0.32 - - [2024-09-12 02:25:42] "DELETE /route-target/5ce497e0-e39a-44ff-a5ce-5294ee731f88 HTTP/1.1" 200 115 0.032898 10.0.0.32 - - [2024-09-12 02:25:42] "DELETE /service-instance/36727b5d-6bf3-4008-ac52-a06cbaf5aabb HTTP/1.1" 200 115 0.047454 10.0.0.32 - - [2024-09-12 02:25:42] "GET /logical-router/213b5221-b688-4e1b-86c9-5f83e130875f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004673 10.0.0.32 - - [2024-09-12 02:25:42] "GET /service-instance/36727b5d-6bf3-4008-ac52-a06cbaf5aabb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.006792 10.0.0.32 - - [2024-09-12 02:25:42] "POST /neutron/port HTTP/1.1" 200 1091 0.017252 10.0.0.32 - - [2024-09-12 02:25:43] "POST /neutron/port HTTP/1.1" 200 1117 0.014931 10.0.0.32 - - [2024-09-12 02:25:43] "GET /virtual-machine-interface/34875d87-3e33-4647-a5b2-3e8ee7abc0ec?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1332 0.012993 10.0.0.32 - - [2024-09-12 02:25:43] "DELETE /virtual-machine-interface/34875d87-3e33-4647-a5b2-3e8ee7abc0ec HTTP/1.1" 200 115 0.039408 10.0.0.32 - - [2024-09-12 02:25:43] "GET /virtual-machine-interface/145f557e-723b-4da3-940c-a172ace60fc5?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1652 0.019056 10.0.0.32 - - [2024-09-12 02:25:43] "POST /neutron/port HTTP/1.1" 200 151 0.168182 10.0.0.32 - - [2024-09-12 02:25:43] "POST /ref-update HTTP/1.1" 200 156 0.017679 10.0.0.32 - - [2024-09-12 02:25:43] "POST /neutron/port HTTP/1.1" 200 1092 0.019305 10.0.0.32 - - [2024-09-12 02:25:43] "GET /instance-ip/56c27699-8ec9-4121-9e29-c09e3b35eb40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.007211 10.0.0.32 - - [2024-09-12 02:25:43] "POST /neutron/port HTTP/1.1" 200 1118 0.018925 10.0.0.32 - - [2024-09-12 02:25:43] "DELETE /virtual-machine-interface/145f557e-723b-4da3-940c-a172ace60fc5 HTTP/1.1" 200 115 0.084195 10.0.0.32 - - [2024-09-12 02:25:43] "DELETE /virtual-machine/31274df8-666a-40b4-96d4-494902ca4226 HTTP/1.1" 200 115 0.021760 10.0.0.32 - - [2024-09-12 02:25:43] "GET /virtual-machine-interface/46e1b698-f3dc-4328-af84-3bce8b6c1031?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1652 0.019262 10.0.0.32 - - [2024-09-12 02:25:43] "POST /neutron/port HTTP/1.1" 200 151 0.208851 10.0.0.32 - - [2024-09-12 02:25:43] "POST /ref-update HTTP/1.1" 200 156 0.018552 10.0.0.32 - - [2024-09-12 02:25:43] "GET /instance-ip/56c27699-8ec9-4121-9e29-c09e3b35eb40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1695 0.008287 10.0.0.32 - - [2024-09-12 02:25:43] "DELETE /instance-ip/56c27699-8ec9-4121-9e29-c09e3b35eb40 HTTP/1.1" 200 115 0.034413 10.0.0.32 - - [2024-09-12 02:25:43] "DELETE /virtual-machine-interface/46e1b698-f3dc-4328-af84-3bce8b6c1031 HTTP/1.1" 200 115 0.063137 10.0.0.32 - - [2024-09-12 02:25:43] "GET /virtual-machine-interface/35b1206c-22cc-44e7-93cd-a725bc526bfe?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1332 0.012419 10.0.0.32 - - [2024-09-12 02:25:43] "DELETE /virtual-machine-interface/35b1206c-22cc-44e7-93cd-a725bc526bfe HTTP/1.1" 200 115 0.035465 10.0.0.32 - - [2024-09-12 02:25:43] "POST /ref-update HTTP/1.1" 200 156 0.011220 10.0.0.32 - - [2024-09-12 02:25:43] "DELETE /virtual-machine/67886a51-a2c3-4dd8-8654-314ddbff5469 HTTP/1.1" 200 115 0.021900 10.0.0.32 - - [2024-09-12 02:25:44] "POST /neutron/network HTTP/1.1" 200 834 0.006956 10.0.0.32 - - [2024-09-12 02:25:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.006101 10.0.0.32 - - [2024-09-12 02:25:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001478 10.0.0.32 - - [2024-09-12 02:25:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001376 10.0.0.32 - - [2024-09-12 02:25:44] "POST /neutron/network HTTP/1.1" 200 151 0.104228 10.0.0.32 - - [2024-09-12 02:25:44] "DELETE /route-target/22b1d9e6-f041-44cc-9d4e-ed3ffb09c9dd HTTP/1.1" 200 115 0.023118 10.0.0.32 - - [2024-09-12 02:25:44] "POST /neutron/network HTTP/1.1" 200 828 0.008045 10.0.0.32 - - [2024-09-12 02:25:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001359 10.0.0.32 - - [2024-09-12 02:25:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.006766 10.0.0.32 - - [2024-09-12 02:25:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001785 10.0.0.32 - - [2024-09-12 02:25:44] "POST /neutron/network HTTP/1.1" 200 151 0.092980 10.0.0.32 - - [2024-09-12 02:25:44] "DELETE /route-target/d6fbf65d-9b70-4c04-9c22-ea7190a42b60 HTTP/1.1" 200 115 0.017472 10.0.0.32 - - [2024-09-12 02:25:45] "GET /projects?obj_uuids=b96ea6ea-4b8c-4a1e-8436-eb5b4a62e4bd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002005 10.0.0.32 - - [2024-09-12 02:25:45] "GET /project/b96ea6ea-4b8c-4a1e-8436-eb5b4a62e4bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.042812 10.0.0.32 - - [2024-09-12 02:25:45] "GET /projects?obj_uuids=b96ea6ea-4b8c-4a1e-8436-eb5b4a62e4bd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001820 10.0.0.32 - - [2024-09-12 02:25:45] "GET /project/b96ea6ea-4b8c-4a1e-8436-eb5b4a62e4bd?fields=virtual_networks HTTP/1.1" 200 1037 0.040177 10.0.0.32 - - [2024-09-12 02:25:45] "GET /projects?obj_uuids=b96ea6ea-4b8c-4a1e-8436-eb5b4a62e4bd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001622 10.0.0.32 - - [2024-09-12 02:25:45] "GET /project/b96ea6ea-4b8c-4a1e-8436-eb5b4a62e4bd?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.039502 10.0.0.32 - - [2024-09-12 02:25:45] "GET /projects?obj_uuids=b96ea6ea-4b8c-4a1e-8436-eb5b4a62e4bd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001367 10.0.0.32 - - [2024-09-12 02:25:45] "GET /project/b96ea6ea-4b8c-4a1e-8436-eb5b4a62e4bd?fields=security_groups HTTP/1.1" 200 1266 0.036718 10.0.0.32 - - [2024-09-12 02:25:46] "POST /fqname-to-id HTTP/1.1" 404 196 0.028965 10.0.0.32 - - [2024-09-12 02:25:46] "GET /projects?obj_uuids=1863930e-0150-4db8-aac8-b6c721d511de&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002983 10.0.0.32 - - [2024-09-12 02:25:46] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001399 10.0.0.32 - - [2024-09-12 02:25:46] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009962 10.0.0.32 - - [2024-09-12 02:25:46] "POST /id-to-fqname HTTP/1.1" 200 198 0.001837 10.0.0.32 - - [2024-09-12 02:25:46] "POST /fqname-to-id HTTP/1.1" 404 207 0.003942 10.0.0.32 - - [2024-09-12 02:25:46] "POST /security-groups HTTP/1.1" 200 599 0.067278 10.0.0.32 - - [2024-09-12 02:25:46] "POST /fqname-to-id HTTP/1.1" 404 242 0.003420 10.0.0.32 - - [2024-09-12 02:25:46] "POST /projects HTTP/1.1" 200 601 0.240896 10.0.0.32 - - [2024-09-12 02:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.312941 10.0.0.32 - - [2024-09-12 02:25:46] "POST /access-control-lists HTTP/1.1" 200 604 0.063812 10.0.0.32 - - [2024-09-12 02:25:46] "POST /fqname-to-id HTTP/1.1" 404 241 0.002924 10.0.0.32 - - [2024-09-12 02:25:46] "GET /project/1863930e-0150-4db8-aac8-b6c721d511de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.472086 10.0.0.32 - - [2024-09-12 02:25:46] "POST /access-control-lists HTTP/1.1" 200 602 0.067942 10.0.0.32 - - [2024-09-12 02:25:48] "GET / HTTP/1.1" 200 35931 0.002081 10.0.0.32 - - [2024-09-12 02:25:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000597 10.0.0.32 - - [2024-09-12 02:25:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.065359 10.0.0.32 - - [2024-09-12 02:25:49] "GET /projects?obj_uuids=1863930e-0150-4db8-aac8-b6c721d511de&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001378 10.0.0.32 - - [2024-09-12 02:25:49] "GET /project/1863930e-0150-4db8-aac8-b6c721d511de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.036941 10.0.0.32 - - [2024-09-12 02:25:49] "POST /neutron/network HTTP/1.1" 200 117 0.045095 10.0.0.32 - - [2024-09-12 02:25:49] "GET /projects?obj_uuids=1863930e-0150-4db8-aac8-b6c721d511de&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001494 10.0.0.32 - - [2024-09-12 02:25:49] "POST /neutron/network HTTP/1.1" 200 613 0.138222 10.0.0.32 - - [2024-09-12 02:25:49] "POST /route-targets HTTP/1.1" 200 327 0.013639 10.0.0.32 - - [2024-09-12 02:25:49] "POST /ref-update HTTP/1.1" 200 156 0.019606 10.0.0.32 - - [2024-09-12 02:25:49] "POST /useragent-kv HTTP/1.1" 200 115 0.004155 10.0.0.32 - - [2024-09-12 02:25:49] "POST /neutron/subnet HTTP/1.1" 200 720 0.166695 10.0.0.32 - - [2024-09-12 02:25:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003836 10.0.0.32 - - [2024-09-12 02:25:50] "POST /neutron/subnet HTTP/1.1" 200 823 0.138683 10.0.0.32 - - [2024-09-12 02:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.034790 10.0.0.32 - - [2024-09-12 02:25:50] "GET /virtual-network/2a941289-7818-4a7f-977b-b5742ea2262f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.012408 10.0.0.32 - - [2024-09-12 02:25:50] "POST /neutron/network HTTP/1.1" 200 1004 0.008592 10.0.0.32 - - [2024-09-12 02:25:50] "POST /id-to-fqname HTTP/1.1" 200 228 0.001440 10.0.0.32 - - [2024-09-12 02:25:50] "GET /virtual-network/bad159ad-936c-4f41-9696-f067446713bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.011055 10.0.0.32 - - [2024-09-12 02:25:50] "POST /neutron/network HTTP/1.1" 200 1004 0.008816 10.0.0.32 - - [2024-09-12 02:25:50] "GET /virtual-network/bad159ad-936c-4f41-9696-f067446713bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.010903 10.0.0.32 - - [2024-09-12 02:25:50] "POST /neutron/network HTTP/1.1" 200 1004 0.009934 10.0.0.32 - - [2024-09-12 02:25:50] "POST /neutron/subnet HTTP/1.1" 200 720 0.007954 10.0.0.32 - - [2024-09-12 02:25:50] "POST /neutron/subnet HTTP/1.1" 200 823 0.008126 10.0.0.32 - - [2024-09-12 02:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.32 - - [2024-09-12 02:25:50] "GET /projects?obj_uuids=1863930e-0150-4db8-aac8-b6c721d511de&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002992 10.0.0.32 - - [2024-09-12 02:25:50] "GET /project/1863930e-0150-4db8-aac8-b6c721d511de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.040940 10.0.0.32 - - [2024-09-12 02:25:50] "POST /neutron/network HTTP/1.1" 200 117 0.010364 10.0.0.32 - - [2024-09-12 02:25:50] "GET /projects?obj_uuids=1863930e-0150-4db8-aac8-b6c721d511de&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001344 10.0.0.32 - - [2024-09-12 02:25:50] "POST /neutron/network HTTP/1.1" 200 613 0.071595 10.0.0.32 - - [2024-09-12 02:25:50] "POST /route-targets HTTP/1.1" 200 327 0.013673 10.0.0.32 - - [2024-09-12 02:25:50] "POST /ref-update HTTP/1.1" 200 156 0.012951 10.0.0.32 - - [2024-09-12 02:25:50] "POST /useragent-kv HTTP/1.1" 200 115 0.004114 10.0.0.32 - - [2024-09-12 02:25:50] "POST /neutron/subnet HTTP/1.1" 200 729 0.189048 10.0.0.32 - - [2024-09-12 02:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004091 10.0.0.32 - - [2024-09-12 02:25:50] "GET /virtual-network/2a941289-7818-4a7f-977b-b5742ea2262f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.012501 10.0.0.32 - - [2024-09-12 02:25:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003613 10.0.0.32 - - [2024-09-12 02:25:50] "POST /neutron/subnet HTTP/1.1" 200 828 0.174202 10.0.0.32 - - [2024-09-12 02:25:50] "POST /neutron/network HTTP/1.1" 200 1007 0.009043 10.0.0.32 - - [2024-09-12 02:25:51] "POST /id-to-fqname HTTP/1.1" 200 228 0.001650 10.0.0.32 - - [2024-09-12 02:25:51] "GET /virtual-network/95fc1532-3cfb-49f3-89c4-9c6984f41413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.009902 10.0.0.32 - - [2024-09-12 02:25:51] "POST /neutron/network HTTP/1.1" 200 1007 0.010092 10.0.0.32 - - [2024-09-12 02:25:51] "GET /virtual-network/95fc1532-3cfb-49f3-89c4-9c6984f41413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.011014 10.0.0.32 - - [2024-09-12 02:25:51] "POST /neutron/network HTTP/1.1" 200 1007 0.008679 10.0.0.32 - - [2024-09-12 02:25:51] "POST /neutron/subnet HTTP/1.1" 200 729 0.010215 10.0.0.32 - - [2024-09-12 02:25:51] "POST /neutron/subnet HTTP/1.1" 200 828 0.008479 10.0.0.32 - - [2024-09-12 02:25:51] "POST /fqname-to-id HTTP/1.1" 404 234 0.002717 10.0.0.32 - - [2024-09-12 02:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002447 10.0.0.32 - - [2024-09-12 02:25:51] "GET /projects?obj_uuids=1863930e-0150-4db8-aac8-b6c721d511de&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001404 10.0.0.32 - - [2024-09-12 02:25:51] "GET /project/1863930e-0150-4db8-aac8-b6c721d511de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.039331 10.0.0.32 - - [2024-09-12 02:25:51] "POST /network-policys HTTP/1.1" 200 577 0.064122 10.0.0.32 - - [2024-09-12 02:25:51] "GET /network-policy/90bc4d16-76c6-4557-8553-ada3267004e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.007060 10.0.0.32 - - [2024-09-12 02:25:51] "POST /neutron/network HTTP/1.1" 200 1004 0.008764 10.0.0.32 - - [2024-09-12 02:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.32 - - [2024-09-12 02:25:51] "POST /fqname-to-id HTTP/1.1" 404 242 0.002749 10.0.0.32 - - [2024-09-12 02:25:51] "GET /virtual-network/2a941289-7818-4a7f-977b-b5742ea2262f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.016758 10.0.0.32 - - [2024-09-12 02:25:51] "POST /neutron/network HTTP/1.1" 200 1112 0.062689 10.0.0.32 - - [2024-09-12 02:25:51] "POST /access-control-lists HTTP/1.1" 200 596 0.085437 10.0.0.32 - - [2024-09-12 02:25:51] "POST /neutron/network HTTP/1.1" 200 1112 0.052201 10.0.0.32 - - [2024-09-12 02:25:51] "GET /virtual-network/bad159ad-936c-4f41-9696-f067446713bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.011403 10.0.0.32 - - [2024-09-12 02:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.32 - - [2024-09-12 02:25:51] "GET /network-policy/90bc4d16-76c6-4557-8553-ada3267004e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.005201 10.0.0.32 - - [2024-09-12 02:25:51] "POST /neutron/network HTTP/1.1" 200 1007 0.009279 10.0.0.32 - - [2024-09-12 02:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.010816 10.0.0.32 - - [2024-09-12 02:25:51] "POST /neutron/network HTTP/1.1" 200 1115 0.062686 10.0.0.32 - - [2024-09-12 02:25:51] "GET /virtual-network/2a941289-7818-4a7f-977b-b5742ea2262f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.021322 10.0.0.32 - - [2024-09-12 02:25:51] "PUT /access-control-list/623d2852-5eaa-442b-a746-39da69e47545 HTTP/1.1" 200 272 0.040190 10.0.0.32 - - [2024-09-12 02:25:51] "POST /fqname-to-id HTTP/1.1" 404 242 0.005060 10.0.0.32 - - [2024-09-12 02:25:51] "POST /neutron/network HTTP/1.1" 200 1115 0.009424 10.0.0.32 - - [2024-09-12 02:25:51] "GET /virtual-network/95fc1532-3cfb-49f3-89c4-9c6984f41413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.010196 10.0.0.32 - - [2024-09-12 02:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.32 - - [2024-09-12 02:25:52] "GET /network-policy/90bc4d16-76c6-4557-8553-ada3267004e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.033845 10.0.0.32 - - [2024-09-12 02:25:52] "POST /access-control-lists HTTP/1.1" 200 596 0.063230 10.0.0.32 - - [2024-09-12 02:25:52] "GET /domains HTTP/1.1" 401 292 0.002730 10.0.0.32 - - [2024-09-12 02:25:52] "POST /ref-update HTTP/1.1" 200 156 0.016196 10.0.0.32 - - [2024-09-12 02:25:52] "GET /domains HTTP/1.1" 200 280 0.030482 10.0.0.32 - - [2024-09-12 02:25:52] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001468 10.0.0.32 - - [2024-09-12 02:25:52] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0 HTTP/1.1" 200 3149 0.012468 10.0.0.32 - - [2024-09-12 02:25:52] "GET /projects?obj_uuids=1863930e-0150-4db8-aac8-b6c721d511de&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001683 10.0.0.32 - - [2024-09-12 02:25:52] "GET /project/1863930e-0150-4db8-aac8-b6c721d511de HTTP/1.1" 200 2624 0.080867 10.0.0.32 - - [2024-09-12 02:25:52] "GET /virtual-network/bad159ad-936c-4f41-9696-f067446713bb HTTP/1.1" 200 3499 0.010962 10.0.0.32 - - [2024-09-12 02:25:52] "GET /virtual-network/bad159ad-936c-4f41-9696-f067446713bb HTTP/1.1" 200 3499 0.014279 10.0.0.32 - - [2024-09-12 02:25:52] "GET /routing-instance/aeafd819-d242-4677-9568-9ad9cb30d131 HTTP/1.1" 200 1796 0.007891 10.0.0.32 - - [2024-09-12 02:25:52] "GET /routing-instance/aeafd819-d242-4677-9568-9ad9cb30d131 HTTP/1.1" 200 1796 0.005664 10.0.0.32 - - [2024-09-12 02:25:52] "GET /route-target/50e70d4c-b478-4ff5-ae49-48996d8febb0 HTTP/1.1" 200 1212 0.004817 10.0.0.32 - - [2024-09-12 02:25:52] "GET /virtual-network/bad159ad-936c-4f41-9696-f067446713bb HTTP/1.1" 200 3499 0.009521 10.0.0.32 - - [2024-09-12 02:25:52] "GET /routing-instance/aeafd819-d242-4677-9568-9ad9cb30d131 HTTP/1.1" 200 1796 0.005193 10.0.0.32 - - [2024-09-12 02:25:52] "GET /virtual-network/bad159ad-936c-4f41-9696-f067446713bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.011616 10.0.0.32 - - [2024-09-12 02:25:52] "GET /virtual-network/bad159ad-936c-4f41-9696-f067446713bb HTTP/1.1" 200 3499 0.013365 10.0.0.32 - - [2024-09-12 02:25:52] "GET /routing-instance/aeafd819-d242-4677-9568-9ad9cb30d131 HTTP/1.1" 200 1796 0.007861 10.0.0.32 - - [2024-09-12 02:25:52] "GET /routing-instance/aeafd819-d242-4677-9568-9ad9cb30d131 HTTP/1.1" 200 1796 0.005208 10.0.0.32 - - [2024-09-12 02:25:52] "GET /route-target/50e70d4c-b478-4ff5-ae49-48996d8febb0 HTTP/1.1" 200 1212 0.004013 10.0.0.32 - - [2024-09-12 02:25:52] "GET /domains HTTP/1.1" 200 280 0.003224 10.0.0.32 - - [2024-09-12 02:25:52] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001297 10.0.0.32 - - [2024-09-12 02:25:52] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0 HTTP/1.1" 200 3149 0.009783 10.0.0.32 - - [2024-09-12 02:25:52] "GET /projects?obj_uuids=1863930e-0150-4db8-aac8-b6c721d511de&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001766 10.0.0.32 - - [2024-09-12 02:25:52] "GET /project/1863930e-0150-4db8-aac8-b6c721d511de HTTP/1.1" 200 2624 0.080799 10.0.0.32 - - [2024-09-12 02:25:52] "GET /virtual-network/bad159ad-936c-4f41-9696-f067446713bb HTTP/1.1" 200 3499 0.010475 10.0.0.32 - - [2024-09-12 02:25:53] "GET /obj-perms HTTP/1.1" 200 5046 0.064141 10.0.0.32 - - [2024-09-12 02:25:53] "GET /domains HTTP/1.1" 200 280 0.003140 10.0.0.32 - - [2024-09-12 02:25:53] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001438 10.0.0.32 - - [2024-09-12 02:25:53] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0 HTTP/1.1" 200 3149 0.009458 10.0.0.32 - - [2024-09-12 02:25:53] "GET /projects?obj_uuids=1863930e-0150-4db8-aac8-b6c721d511de&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001723 10.0.0.32 - - [2024-09-12 02:25:53] "GET /project/1863930e-0150-4db8-aac8-b6c721d511de HTTP/1.1" 200 2624 0.082265 10.0.0.32 - - [2024-09-12 02:25:53] "GET /virtual-network/95fc1532-3cfb-49f3-89c4-9c6984f41413 HTTP/1.1" 200 3507 0.011853 10.0.0.32 - - [2024-09-12 02:25:53] "GET /virtual-network/95fc1532-3cfb-49f3-89c4-9c6984f41413 HTTP/1.1" 200 3507 0.009789 10.0.0.32 - - [2024-09-12 02:25:53] "GET /routing-instance/7be6d97b-7ab3-4aa7-92d1-93114bd41b12 HTTP/1.1" 200 1795 0.005108 10.0.0.32 - - [2024-09-12 02:25:53] "GET /routing-instance/7be6d97b-7ab3-4aa7-92d1-93114bd41b12 HTTP/1.1" 200 1795 0.004777 10.0.0.32 - - [2024-09-12 02:25:53] "GET /route-target/7959e60e-e0a2-42b5-bc69-e9e083f3ace2 HTTP/1.1" 200 1212 0.003905 10.0.0.32 - - [2024-09-12 02:25:53] "GET /virtual-network/95fc1532-3cfb-49f3-89c4-9c6984f41413 HTTP/1.1" 200 3507 0.008953 10.0.0.32 - - [2024-09-12 02:25:53] "GET /routing-instance/7be6d97b-7ab3-4aa7-92d1-93114bd41b12 HTTP/1.1" 200 1795 0.004936 10.0.0.32 - - [2024-09-12 02:25:53] "GET /virtual-network/95fc1532-3cfb-49f3-89c4-9c6984f41413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.009540 10.0.0.32 - - [2024-09-12 02:25:53] "GET /virtual-network/95fc1532-3cfb-49f3-89c4-9c6984f41413 HTTP/1.1" 200 3507 0.009884 10.0.0.32 - - [2024-09-12 02:25:53] "GET /routing-instance/7be6d97b-7ab3-4aa7-92d1-93114bd41b12 HTTP/1.1" 200 1795 0.004770 10.0.0.32 - - [2024-09-12 02:25:53] "GET /routing-instance/7be6d97b-7ab3-4aa7-92d1-93114bd41b12 HTTP/1.1" 200 1795 0.004840 10.0.0.32 - - [2024-09-12 02:25:53] "GET /route-target/7959e60e-e0a2-42b5-bc69-e9e083f3ace2 HTTP/1.1" 200 1212 0.004003 10.0.0.32 - - [2024-09-12 02:25:53] "GET /domains HTTP/1.1" 200 280 0.003114 10.0.0.32 - - [2024-09-12 02:25:53] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001315 10.0.0.32 - - [2024-09-12 02:25:53] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0 HTTP/1.1" 200 3149 0.009523 10.0.0.32 - - [2024-09-12 02:25:53] "GET /projects?obj_uuids=1863930e-0150-4db8-aac8-b6c721d511de&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001724 10.0.0.32 - - [2024-09-12 02:25:53] "GET /project/1863930e-0150-4db8-aac8-b6c721d511de HTTP/1.1" 200 2624 0.095664 10.0.0.32 - - [2024-09-12 02:25:53] "GET /virtual-network/95fc1532-3cfb-49f3-89c4-9c6984f41413 HTTP/1.1" 200 3507 0.010404 10.0.0.32 - - [2024-09-12 02:25:53] "GET /obj-perms HTTP/1.1" 200 5046 0.003739 10.0.0.32 - - [2024-09-12 02:25:53] "GET /virtual-network/95fc1532-3cfb-49f3-89c4-9c6984f41413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.011288 10.0.0.32 - - [2024-09-12 02:25:53] "POST /neutron/network HTTP/1.1" 200 1115 0.009365 10.0.0.32 - - [2024-09-12 02:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.009793 10.0.0.32 - - [2024-09-12 02:25:53] "GET /virtual-network/2a941289-7818-4a7f-977b-b5742ea2262f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.010610 10.0.0.32 - - [2024-09-12 02:25:53] "POST /neutron/network HTTP/1.1" 200 1007 0.061221 10.0.0.32 - - [2024-09-12 02:25:53] "DELETE /access-control-list/cc576357-094f-4508-ab05-e0337e593659 HTTP/1.1" 200 115 0.049397 10.0.0.32 - - [2024-09-12 02:25:53] "POST /neutron/network HTTP/1.1" 200 1007 0.013070 10.0.0.32 - - [2024-09-12 02:25:53] "POST /ref-update HTTP/1.1" 200 156 0.015405 10.0.0.32 - - [2024-09-12 02:25:53] "GET /virtual-network/95fc1532-3cfb-49f3-89c4-9c6984f41413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.015858 10.0.0.32 - - [2024-09-12 02:25:53] "GET /virtual-network/bad159ad-936c-4f41-9696-f067446713bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.011277 10.0.0.32 - - [2024-09-12 02:25:53] "POST /neutron/network HTTP/1.1" 200 1112 0.008689 10.0.0.32 - - [2024-09-12 02:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.012490 10.0.0.32 - - [2024-09-12 02:25:54] "GET /virtual-network/2a941289-7818-4a7f-977b-b5742ea2262f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.016516 10.0.0.32 - - [2024-09-12 02:25:54] "POST /neutron/network HTTP/1.1" 200 1004 0.064261 10.0.0.32 - - [2024-09-12 02:25:54] "DELETE /access-control-list/623d2852-5eaa-442b-a746-39da69e47545 HTTP/1.1" 200 115 0.057519 10.0.0.32 - - [2024-09-12 02:25:54] "POST /neutron/network HTTP/1.1" 200 1004 0.015533 10.0.0.32 - - [2024-09-12 02:25:54] "GET /virtual-network/bad159ad-936c-4f41-9696-f067446713bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.012447 10.0.0.32 - - [2024-09-12 02:25:54] "POST /ref-update HTTP/1.1" 200 156 0.027154 10.0.0.32 - - [2024-09-12 02:25:54] "DELETE /network-policy/90bc4d16-76c6-4557-8553-ada3267004e3 HTTP/1.1" 200 115 0.028197 10.0.0.32 - - [2024-09-12 02:25:54] "POST /neutron/network HTTP/1.1" 200 1007 0.008548 10.0.0.32 - - [2024-09-12 02:25:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001508 10.0.0.32 - - [2024-09-12 02:25:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001281 10.0.0.32 - - [2024-09-12 02:25:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001230 10.0.0.32 - - [2024-09-12 02:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.007657 10.0.0.32 - - [2024-09-12 02:25:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001224 10.0.0.32 - - [2024-09-12 02:25:54] "POST /neutron/network HTTP/1.1" 200 151 0.099218 10.0.0.32 - - [2024-09-12 02:25:54] "DELETE /route-target/7959e60e-e0a2-42b5-bc69-e9e083f3ace2 HTTP/1.1" 200 115 0.022367 10.0.0.32 - - [2024-09-12 02:25:54] "GET /routing-instance/7be6d97b-7ab3-4aa7-92d1-93114bd41b12 HTTP/1.1" 404 171 0.004453 10.0.0.32 - - [2024-09-12 02:25:54] "GET /domains HTTP/1.1" 200 280 0.002380 10.0.0.32 - - [2024-09-12 02:25:54] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001178 10.0.0.32 - - [2024-09-12 02:25:54] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0 HTTP/1.1" 200 3149 0.049373 10.0.0.32 - - [2024-09-12 02:25:54] "GET /projects?obj_uuids=1863930e-0150-4db8-aac8-b6c721d511de&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001275 10.0.0.32 - - [2024-09-12 02:25:54] "GET /project/1863930e-0150-4db8-aac8-b6c721d511de HTTP/1.1" 200 2144 0.074025 10.0.0.32 - - [2024-09-12 02:25:54] "POST /neutron/network HTTP/1.1" 200 1004 0.009825 10.0.0.32 - - [2024-09-12 02:25:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001890 10.0.0.32 - - [2024-09-12 02:25:54] "POST /useragent-kv HTTP/1.1" 200 115 0.005435 10.0.0.32 - - [2024-09-12 02:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.012193 10.0.0.32 - - [2024-09-12 02:25:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001249 10.0.0.32 - - [2024-09-12 02:25:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001195 10.0.0.32 - - [2024-09-12 02:25:54] "POST /neutron/network HTTP/1.1" 200 151 0.103181 10.0.0.32 - - [2024-09-12 02:25:54] "GET /routing-instance/aeafd819-d242-4677-9568-9ad9cb30d131 HTTP/1.1" 404 171 0.008200 10.0.0.32 - - [2024-09-12 02:25:54] "DELETE /route-target/50e70d4c-b478-4ff5-ae49-48996d8febb0 HTTP/1.1" 200 115 0.028165 10.0.0.32 - - [2024-09-12 02:25:54] "GET /domains HTTP/1.1" 200 280 0.004106 10.0.0.32 - - [2024-09-12 02:25:54] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001757 10.0.0.32 - - [2024-09-12 02:25:54] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0 HTTP/1.1" 200 3149 0.054110 10.0.0.32 - - [2024-09-12 02:25:54] "GET /projects?obj_uuids=1863930e-0150-4db8-aac8-b6c721d511de&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001472 10.0.0.32 - - [2024-09-12 02:25:54] "GET /project/1863930e-0150-4db8-aac8-b6c721d511de HTTP/1.1" 200 1899 0.081799 10.0.0.32 - - [2024-09-12 02:25:55] "GET /projects?obj_uuids=1863930e-0150-4db8-aac8-b6c721d511de&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001450 10.0.0.32 - - [2024-09-12 02:25:55] "GET /project/1863930e-0150-4db8-aac8-b6c721d511de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.036021 10.0.0.32 - - [2024-09-12 02:25:55] "GET /projects?obj_uuids=1863930e-0150-4db8-aac8-b6c721d511de&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002258 10.0.0.32 - - [2024-09-12 02:25:55] "GET /project/1863930e-0150-4db8-aac8-b6c721d511de?fields=virtual_networks HTTP/1.1" 200 1047 0.048271 10.0.0.32 - - [2024-09-12 02:25:55] "GET /projects?obj_uuids=1863930e-0150-4db8-aac8-b6c721d511de&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001968 10.0.0.32 - - [2024-09-12 02:25:55] "GET /project/1863930e-0150-4db8-aac8-b6c721d511de?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.040004 10.0.0.32 - - [2024-09-12 02:25:55] "GET /projects?obj_uuids=1863930e-0150-4db8-aac8-b6c721d511de&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001351 10.0.0.32 - - [2024-09-12 02:25:55] "GET /project/1863930e-0150-4db8-aac8-b6c721d511de?fields=security_groups HTTP/1.1" 200 1281 0.043355 10.0.0.32 - - [2024-09-12 02:25:56] "POST /fqname-to-id HTTP/1.1" 404 190 0.029145 10.0.0.32 - - [2024-09-12 02:25:56] "GET /projects?obj_uuids=2f5b9dbf-6b77-40f5-a64d-a7e661366842&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003286 10.0.0.32 - - [2024-09-12 02:25:56] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001353 10.0.0.32 - - [2024-09-12 02:25:56] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010546 10.0.0.32 - - [2024-09-12 02:25:56] "POST /id-to-fqname HTTP/1.1" 200 192 0.002013 10.0.0.32 - - [2024-09-12 02:25:56] "POST /fqname-to-id HTTP/1.1" 404 201 0.003755 10.0.0.32 - - [2024-09-12 02:25:56] "POST /security-groups HTTP/1.1" 200 593 0.063148 10.0.0.32 - - [2024-09-12 02:25:56] "POST /fqname-to-id HTTP/1.1" 404 236 0.003272 10.0.0.32 - - [2024-09-12 02:25:56] "POST /projects HTTP/1.1" 200 589 0.232845 10.0.0.32 - - [2024-09-12 02:25:56] "POST /access-control-lists HTTP/1.1" 200 598 0.064597 10.0.0.32 - - [2024-09-12 02:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.318468 10.0.0.32 - - [2024-09-12 02:25:56] "POST /fqname-to-id HTTP/1.1" 404 235 0.003315 10.0.0.32 - - [2024-09-12 02:25:56] "GET /project/2f5b9dbf-6b77-40f5-a64d-a7e661366842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.472708 10.0.0.32 - - [2024-09-12 02:25:56] "POST /access-control-lists HTTP/1.1" 200 596 0.062299 10.0.0.32 - - [2024-09-12 02:25:57] "GET / HTTP/1.1" 200 35931 0.003115 10.0.0.32 - - [2024-09-12 02:25:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000855 10.0.0.32 - - [2024-09-12 02:25:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.067593 10.0.0.32 - - [2024-09-12 02:25:59] "GET /projects?obj_uuids=2f5b9dbf-6b77-40f5-a64d-a7e661366842&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001688 10.0.0.32 - - [2024-09-12 02:25:59] "GET /project/2f5b9dbf-6b77-40f5-a64d-a7e661366842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.039031 10.0.0.32 - - [2024-09-12 02:25:59] "POST /neutron/network HTTP/1.1" 200 117 0.033956 10.0.0.32 - - [2024-09-12 02:25:59] "GET /projects?obj_uuids=2f5b9dbf-6b77-40f5-a64d-a7e661366842&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002286 10.0.0.32 - - [2024-09-12 02:25:59] "POST /neutron/network HTTP/1.1" 200 607 0.109490 10.0.0.32 - - [2024-09-12 02:25:59] "POST /route-targets HTTP/1.1" 200 327 0.014085 10.0.0.32 - - [2024-09-12 02:25:59] "POST /ref-update HTTP/1.1" 200 156 0.015915 10.0.0.32 - - [2024-09-12 02:25:59] "POST /useragent-kv HTTP/1.1" 200 115 0.005037 10.0.0.32 - - [2024-09-12 02:25:59] "POST /neutron/subnet HTTP/1.1" 200 715 0.195013 10.0.0.32 - - [2024-09-12 02:25:59] "POST /neutron/network HTTP/1.1" 200 824 0.008600 10.0.0.32 - - [2024-09-12 02:25:59] "POST /id-to-fqname HTTP/1.1" 200 222 0.001493 10.0.0.32 - - [2024-09-12 02:25:59] "GET /virtual-network/e44f7db5-a264-42d4-acfb-94eedba528ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.010168 10.0.0.32 - - [2024-09-12 02:25:59] "POST /neutron/network HTTP/1.1" 200 824 0.007264 10.0.0.32 - - [2024-09-12 02:25:59] "GET /virtual-network/e44f7db5-a264-42d4-acfb-94eedba528ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.010298 10.0.0.32 - - [2024-09-12 02:25:59] "POST /neutron/network HTTP/1.1" 200 824 0.007504 10.0.0.32 - - [2024-09-12 02:25:59] "POST /neutron/subnet HTTP/1.1" 200 715 0.008564 10.0.0.32 - - [2024-09-12 02:25:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.32 - - [2024-09-12 02:25:59] "GET /projects?obj_uuids=2f5b9dbf-6b77-40f5-a64d-a7e661366842&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001770 10.0.0.32 - - [2024-09-12 02:25:59] "GET /project/2f5b9dbf-6b77-40f5-a64d-a7e661366842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.046226 10.0.0.32 - - [2024-09-12 02:25:59] "POST /neutron/network HTTP/1.1" 200 117 0.010468 10.0.0.32 - - [2024-09-12 02:25:59] "GET /projects?obj_uuids=2f5b9dbf-6b77-40f5-a64d-a7e661366842&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001468 10.0.0.32 - - [2024-09-12 02:26:00] "POST /neutron/network HTTP/1.1" 200 607 0.109276 10.0.0.32 - - [2024-09-12 02:26:00] "POST /route-targets HTTP/1.1" 200 327 0.012873 10.0.0.32 - - [2024-09-12 02:26:00] "POST /ref-update HTTP/1.1" 200 156 0.015523 10.0.0.32 - - [2024-09-12 02:26:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002552 10.0.0.32 - - [2024-09-12 02:26:00] "POST /neutron/subnet HTTP/1.1" 200 720 0.165922 10.0.0.32 - - [2024-09-12 02:26:00] "POST /neutron/network HTTP/1.1" 200 825 0.006460 10.0.0.32 - - [2024-09-12 02:26:00] "POST /id-to-fqname HTTP/1.1" 200 222 0.001522 10.0.0.32 - - [2024-09-12 02:26:00] "GET /virtual-network/f40931bf-c11a-4ea6-b35a-d9823addf428?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.010238 10.0.0.32 - - [2024-09-12 02:26:00] "POST /neutron/network HTTP/1.1" 200 825 0.007290 10.0.0.32 - - [2024-09-12 02:26:00] "GET /virtual-network/f40931bf-c11a-4ea6-b35a-d9823addf428?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.013556 10.0.0.32 - - [2024-09-12 02:26:00] "POST /neutron/network HTTP/1.1" 200 825 0.006459 10.0.0.32 - - [2024-09-12 02:26:00] "POST /neutron/subnet HTTP/1.1" 200 720 0.010277 10.0.0.32 - - [2024-09-12 02:26:00] "POST /fqname-to-id HTTP/1.1" 404 228 0.003867 10.0.0.32 - - [2024-09-12 02:26:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.32 - - [2024-09-12 02:26:00] "DELETE /project/1863930e01504db8aac8b6c721d511de HTTP/1.1" 404 173 0.024510 10.0.0.32 - - [2024-09-12 02:26:00] "DELETE /project/2f5b9dbf6b7740f5a64da7e661366842 HTTP/1.1" 404 173 0.020975 10.0.0.32 - - [2024-09-12 02:26:00] "DELETE /project/c9572b1e5d62425abbe3680441a72f30 HTTP/1.1" 404 173 0.015069 10.0.0.32 - - [2024-09-12 02:26:00] "DELETE /project/b96ea6ea4b8c4a1e8436eb5b4a62e4bd HTTP/1.1" 404 173 0.014169 10.0.0.32 - - [2024-09-12 02:26:00] "GET /projects?obj_uuids=b96ea6ea-4b8c-4a1e-8436-eb5b4a62e4bd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001661 10.0.0.32 - - [2024-09-12 02:26:00] "GET /projects?obj_uuids=ea0e3069-3d51-4971-a014-c3830dc576a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001096 10.0.0.32 - - [2024-09-12 02:26:00] "GET /projects?obj_uuids=2f5b9dbf-6b77-40f5-a64d-a7e661366842&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001609 10.0.0.32 - - [2024-09-12 02:26:00] "GET /projects?obj_uuids=1863930e-0150-4db8-aac8-b6c721d511de&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001198 10.0.0.32 - - [2024-09-12 02:26:00] "GET /projects?obj_uuids=c9572b1e-5d62-425a-bbe3-680441a72f30&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001361 10.0.0.32 - - [2024-09-12 02:26:00] "GET /project/ea0e3069-3d51-4971-a014-c3830dc576a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.100417 10.0.0.32 - - [2024-09-12 02:26:00] "GET /project/b96ea6ea-4b8c-4a1e-8436-eb5b4a62e4bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.119851 10.0.0.32 - - [2024-09-12 02:26:00] "GET /project/2f5b9dbf-6b77-40f5-a64d-a7e661366842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.121927 10.0.0.32 - - [2024-09-12 02:26:00] "GET /project/1863930e-0150-4db8-aac8-b6c721d511de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.134134 10.0.0.32 - - [2024-09-12 02:26:00] "GET /project/c9572b1e-5d62-425a-bbe3-680441a72f30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.153144 10.0.0.32 - - [2024-09-12 02:26:00] "GET /projects?obj_uuids=b96ea6ea-4b8c-4a1e-8436-eb5b4a62e4bd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001600 10.0.0.32 - - [2024-09-12 02:26:00] "GET /projects?obj_uuids=ea0e3069-3d51-4971-a014-c3830dc576a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001098 10.0.0.32 - - [2024-09-12 02:26:00] "GET /projects?obj_uuids=c9572b1e-5d62-425a-bbe3-680441a72f30&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001122 10.0.0.32 - - [2024-09-12 02:26:00] "GET /projects?obj_uuids=1863930e-0150-4db8-aac8-b6c721d511de&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001065 10.0.0.32 - - [2024-09-12 02:26:00] "GET /project/b96ea6ea-4b8c-4a1e-8436-eb5b4a62e4bd?fields=security_groups HTTP/1.1" 200 1371 0.092616 10.0.0.32 - - [2024-09-12 02:26:00] "GET /project/ea0e3069-3d51-4971-a014-c3830dc576a2?fields=security_groups HTTP/1.1" 200 1399 0.109107 10.0.0.32 - - [2024-09-12 02:26:00] "GET /project/1863930e-0150-4db8-aac8-b6c721d511de?fields=security_groups HTTP/1.1" 200 1386 0.110994 10.0.0.32 - - [2024-09-12 02:26:00] "GET /project/c9572b1e-5d62-425a-bbe3-680441a72f30?fields=security_groups HTTP/1.1" 200 1348 0.121186 10.0.0.32 - - [2024-09-12 02:26:00] "POST /network-policys HTTP/1.1" 200 571 0.188541 10.0.0.32 - - [2024-09-12 02:26:00] "GET /network-policy/d67914d7-3a1f-4f8e-8b35-4af9c339a80b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.009998 10.0.0.32 - - [2024-09-12 02:26:01] "DELETE /security-group/fe81b8a7-c26c-47b1-a8a1-b15401a9d475 HTTP/1.1" 200 115 0.139561 10.0.0.32 - - [2024-09-12 02:26:01] "GET /projects?obj_uuids=b96ea6ea-4b8c-4a1e-8436-eb5b4a62e4bd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001296 10.0.0.32 - - [2024-09-12 02:26:01] "DELETE /access-control-list/9d199e4a-5655-44db-8a6a-fc3587652c9d HTTP/1.1" 200 115 0.080372 10.0.0.32 - - [2024-09-12 02:26:01] "DELETE /security-group/732fd98a-b444-4e65-b0b4-5964eb629b7e HTTP/1.1" 200 115 0.157635 10.0.0.32 - - [2024-09-12 02:26:01] "POST /neutron/network HTTP/1.1" 200 824 0.013835 10.0.0.32 - - [2024-09-12 02:26:01] "GET /projects?obj_uuids=ea0e3069-3d51-4971-a014-c3830dc576a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001399 10.0.0.32 - - [2024-09-12 02:26:01] "GET /project/b96ea6ea-4b8c-4a1e-8436-eb5b4a62e4bd?fields=application_policy_sets HTTP/1.1" 200 1410 0.080415 10.0.0.32 - - [2024-09-12 02:26:01] "DELETE /security-group/58520461-9fc7-448d-b915-93647045cc3b HTTP/1.1" 200 115 0.238308 10.0.0.32 - - [2024-09-12 02:26:01] "DELETE /security-group/e473a154-14e7-4520-b114-4d866c80b60d HTTP/1.1" 200 115 0.202446 10.0.0.32 - - [2024-09-12 02:26:01] "GET /projects?obj_uuids=1863930e-0150-4db8-aac8-b6c721d511de&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003569 10.0.0.32 - - [2024-09-12 02:26:01] "DELETE /access-control-list/299ec0d6-df45-47df-85c7-81d1e47af737 HTTP/1.1" 200 115 0.121038 10.0.0.32 - - [2024-09-12 02:26:01] "GET /projects?obj_uuids=c9572b1e-5d62-425a-bbe3-680441a72f30&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001300 10.0.0.32 - - [2024-09-12 02:26:01] "GET /project/ea0e3069-3d51-4971-a014-c3830dc576a2?fields=application_policy_sets HTTP/1.1" 200 1438 0.139446 10.0.0.32 - - [2024-09-12 02:26:01] "POST /neutron/network HTTP/1.1" 200 926 0.143368 10.0.0.32 - - [2024-09-12 02:26:01] "GET /project/c9572b1e-5d62-425a-bbe3-680441a72f30?fields=application_policy_sets HTTP/1.1" 200 1387 0.106580 10.0.0.32 - - [2024-09-12 02:26:01] "GET /project/1863930e-0150-4db8-aac8-b6c721d511de?fields=application_policy_sets HTTP/1.1" 200 1425 0.141108 10.0.0.32 - - [2024-09-12 02:26:01] "POST /neutron/network HTTP/1.1" 200 926 0.044997 10.0.0.32 - - [2024-09-12 02:26:01] "GET /virtual-network/e44f7db5-a264-42d4-acfb-94eedba528ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.014976 10.0.0.32 - - [2024-09-12 02:26:01] "DELETE /access-control-list/ff3d4d9d-74d2-4827-a592-8ca03a5947e9 HTTP/1.1" 200 115 0.111467 10.0.0.32 - - [2024-09-12 02:26:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004853 10.0.0.32 - - [2024-09-12 02:26:01] "GET /network-policy/d67914d7-3a1f-4f8e-8b35-4af9c339a80b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.012468 10.0.0.32 - - [2024-09-12 02:26:01] "DELETE /access-control-list/9d6f6f28-1da0-4c6c-b3c4-5483baf906f1 HTTP/1.1" 200 115 0.061822 10.0.0.32 - - [2024-09-12 02:26:01] "POST /neutron/network HTTP/1.1" 200 825 0.017441 10.0.0.32 - - [2024-09-12 02:26:01] "DELETE /access-control-list/d97f8d2a-922e-479d-8cfb-306d2e901331 HTTP/1.1" 200 115 0.067405 10.0.0.32 - - [2024-09-12 02:26:01] "DELETE /project/b96ea6ea-4b8c-4a1e-8436-eb5b4a62e4bd HTTP/1.1" 200 115 0.932117 10.0.0.32 - - [2024-09-12 02:26:01] "DELETE /project/ea0e3069-3d51-4971-a014-c3830dc576a2 HTTP/1.1" 200 115 0.973070 10.0.0.32 - - [2024-09-12 02:26:01] "DELETE /access-control-list/99f663e6-9160-4c15-a9dd-06ed9c6fa101 HTTP/1.1" 200 115 0.035538 10.0.0.32 - - [2024-09-12 02:26:01] "DELETE /project/1863930e-0150-4db8-aac8-b6c721d511de HTTP/1.1" 200 115 0.968492 10.0.0.32 - - [2024-09-12 02:26:01] "DELETE /project/c9572b1e-5d62-425a-bbe3-680441a72f30 HTTP/1.1" 200 115 0.984020 10.0.0.32 - - [2024-09-12 02:26:01] "POST /neutron/network HTTP/1.1" 200 927 0.085996 10.0.0.32 - - [2024-09-12 02:26:01] "DELETE /access-control-list/f4bc6342-809d-4bbc-92ba-9097d409e123 HTTP/1.1" 200 115 0.044455 10.0.0.32 - - [2024-09-12 02:26:01] "POST /neutron/network HTTP/1.1" 200 927 0.008442 10.0.0.32 - - [2024-09-12 02:26:01] "GET /virtual-network/f40931bf-c11a-4ea6-b35a-d9823addf428?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.009535 10.0.0.32 - - [2024-09-12 02:26:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002572 10.0.0.32 - - [2024-09-12 02:26:01] "DELETE /access-control-list/8597ce44-6f48-43ed-ab83-d0947a30b398 HTTP/1.1" 200 115 0.036389 10.0.0.32 - - [2024-09-12 02:26:01] "POST /fqname-to-id HTTP/1.1" 404 236 0.002917 10.0.0.32 - - [2024-09-12 02:26:01] "GET /network-policy/d67914d7-3a1f-4f8e-8b35-4af9c339a80b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.004513 10.0.0.32 - - [2024-09-12 02:26:01] "GET /domains HTTP/1.1" 401 292 0.000495 10.0.0.32 - - [2024-09-12 02:26:01] "POST /access-control-lists HTTP/1.1" 200 590 0.059879 10.0.0.32 - - [2024-09-12 02:26:01] "PUT /access-control-list/b68faf62-9d8d-4a33-92ce-32141c114091 HTTP/1.1" 200 272 0.056610 10.0.0.32 - - [2024-09-12 02:26:01] "POST /fqname-to-id HTTP/1.1" 404 236 0.004149 10.0.0.32 - - [2024-09-12 02:26:02] "POST /access-control-lists HTTP/1.1" 200 590 0.064014 10.0.0.32 - - [2024-09-12 02:26:02] "GET /domains HTTP/1.1" 200 280 0.034103 10.0.0.32 - - [2024-09-12 02:26:02] "POST /ref-update HTTP/1.1" 200 156 0.015206 10.0.0.32 - - [2024-09-12 02:26:02] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002332 10.0.0.32 - - [2024-09-12 02:26:02] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0 HTTP/1.1" 200 2575 0.023952 10.0.0.32 - - [2024-09-12 02:26:02] "GET /projects?obj_uuids=2f5b9dbf-6b77-40f5-a64d-a7e661366842&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001433 10.0.0.32 - - [2024-09-12 02:26:02] "GET /project/2f5b9dbf-6b77-40f5-a64d-a7e661366842 HTTP/1.1" 200 2570 0.082776 10.0.0.32 - - [2024-09-12 02:26:02] "GET /virtual-network/e44f7db5-a264-42d4-acfb-94eedba528ad HTTP/1.1" 200 2885 0.011304 10.0.0.32 - - [2024-09-12 02:26:02] "GET /virtual-network/e44f7db5-a264-42d4-acfb-94eedba528ad HTTP/1.1" 200 2885 0.010794 10.0.0.32 - - [2024-09-12 02:26:02] "GET /routing-instance/70a6e61b-e8b2-49d2-8186-11d3b07df394 HTTP/1.1" 200 1782 0.006161 10.0.0.32 - - [2024-09-12 02:26:02] "GET /routing-instance/70a6e61b-e8b2-49d2-8186-11d3b07df394 HTTP/1.1" 200 1782 0.005388 10.0.0.32 - - [2024-09-12 02:26:02] "GET /route-target/e97a3f5b-6bdf-4395-a426-344389a22fce HTTP/1.1" 200 1207 0.004285 10.0.0.32 - - [2024-09-12 02:26:02] "GET /virtual-network/e44f7db5-a264-42d4-acfb-94eedba528ad HTTP/1.1" 200 2885 0.009536 10.0.0.32 - - [2024-09-12 02:26:02] "GET /routing-instance/70a6e61b-e8b2-49d2-8186-11d3b07df394 HTTP/1.1" 200 1782 0.005672 10.0.0.32 - - [2024-09-12 02:26:02] "GET /virtual-network/e44f7db5-a264-42d4-acfb-94eedba528ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.010621 10.0.0.32 - - [2024-09-12 02:26:02] "GET /virtual-network/e44f7db5-a264-42d4-acfb-94eedba528ad HTTP/1.1" 200 2885 0.010365 10.0.0.32 - - [2024-09-12 02:26:02] "GET /routing-instance/70a6e61b-e8b2-49d2-8186-11d3b07df394 HTTP/1.1" 200 1782 0.005603 10.0.0.32 - - [2024-09-12 02:26:02] "GET /routing-instance/70a6e61b-e8b2-49d2-8186-11d3b07df394 HTTP/1.1" 200 1782 0.005667 10.0.0.32 - - [2024-09-12 02:26:02] "GET /route-target/e97a3f5b-6bdf-4395-a426-344389a22fce HTTP/1.1" 200 1207 0.004245 10.0.0.32 - - [2024-09-12 02:26:02] "GET /domains HTTP/1.1" 200 280 0.003149 10.0.0.32 - - [2024-09-12 02:26:02] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001304 10.0.0.32 - - [2024-09-12 02:26:02] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0 HTTP/1.1" 200 2575 0.010581 10.0.0.32 - - [2024-09-12 02:26:02] "GET /projects?obj_uuids=2f5b9dbf-6b77-40f5-a64d-a7e661366842&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001832 10.0.0.32 - - [2024-09-12 02:26:02] "GET /project/2f5b9dbf-6b77-40f5-a64d-a7e661366842 HTTP/1.1" 200 2570 0.081408 10.0.0.32 - - [2024-09-12 02:26:02] "GET /virtual-network/e44f7db5-a264-42d4-acfb-94eedba528ad HTTP/1.1" 200 2885 0.010260 10.0.0.32 - - [2024-09-12 02:26:02] "GET /obj-perms HTTP/1.1" 200 5034 0.063130 10.0.0.32 - - [2024-09-12 02:26:02] "GET /domains HTTP/1.1" 200 280 0.003115 10.0.0.32 - - [2024-09-12 02:26:02] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001368 10.0.0.32 - - [2024-09-12 02:26:02] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0 HTTP/1.1" 200 2575 0.009855 10.0.0.32 - - [2024-09-12 02:26:02] "GET /projects?obj_uuids=2f5b9dbf-6b77-40f5-a64d-a7e661366842&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001379 10.0.0.32 - - [2024-09-12 02:26:03] "GET /project/2f5b9dbf-6b77-40f5-a64d-a7e661366842 HTTP/1.1" 200 2570 0.076745 10.0.0.32 - - [2024-09-12 02:26:03] "GET /virtual-network/f40931bf-c11a-4ea6-b35a-d9823addf428 HTTP/1.1" 200 2889 0.013205 10.0.0.32 - - [2024-09-12 02:26:03] "GET /virtual-network/f40931bf-c11a-4ea6-b35a-d9823addf428 HTTP/1.1" 200 2889 0.010392 10.0.0.32 - - [2024-09-12 02:26:03] "GET /routing-instance/c45bf454-8540-4d3b-8be6-5d6ef0ed228b HTTP/1.1" 200 1784 0.005947 10.0.0.32 - - [2024-09-12 02:26:03] "GET /routing-instance/c45bf454-8540-4d3b-8be6-5d6ef0ed228b HTTP/1.1" 200 1784 0.006005 10.0.0.32 - - [2024-09-12 02:26:03] "GET /route-target/f7c66955-5b44-405a-bb99-13eb249982a6 HTTP/1.1" 200 1207 0.005265 10.0.0.32 - - [2024-09-12 02:26:03] "GET /virtual-network/f40931bf-c11a-4ea6-b35a-d9823addf428 HTTP/1.1" 200 2889 0.010862 10.0.0.32 - - [2024-09-12 02:26:03] "GET /routing-instance/c45bf454-8540-4d3b-8be6-5d6ef0ed228b HTTP/1.1" 200 1784 0.005692 10.0.0.32 - - [2024-09-12 02:26:03] "GET /virtual-network/f40931bf-c11a-4ea6-b35a-d9823addf428?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.011692 10.0.0.32 - - [2024-09-12 02:26:03] "GET /virtual-network/f40931bf-c11a-4ea6-b35a-d9823addf428 HTTP/1.1" 200 2889 0.010685 10.0.0.32 - - [2024-09-12 02:26:03] "GET /routing-instance/c45bf454-8540-4d3b-8be6-5d6ef0ed228b HTTP/1.1" 200 1784 0.005598 10.0.0.32 - - [2024-09-12 02:26:03] "GET /routing-instance/c45bf454-8540-4d3b-8be6-5d6ef0ed228b HTTP/1.1" 200 1784 0.005562 10.0.0.32 - - [2024-09-12 02:26:03] "GET /route-target/f7c66955-5b44-405a-bb99-13eb249982a6 HTTP/1.1" 200 1207 0.004612 10.0.0.32 - - [2024-09-12 02:26:03] "GET /domains HTTP/1.1" 200 280 0.020835 10.0.0.32 - - [2024-09-12 02:26:03] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001469 10.0.0.32 - - [2024-09-12 02:26:03] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0 HTTP/1.1" 200 2575 0.010087 10.0.0.32 - - [2024-09-12 02:26:03] "GET /projects?obj_uuids=2f5b9dbf-6b77-40f5-a64d-a7e661366842&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001272 10.0.0.32 - - [2024-09-12 02:26:03] "GET /project/2f5b9dbf-6b77-40f5-a64d-a7e661366842 HTTP/1.1" 200 2570 0.081653 10.0.0.32 - - [2024-09-12 02:26:03] "GET /virtual-network/f40931bf-c11a-4ea6-b35a-d9823addf428 HTTP/1.1" 200 2889 0.009861 10.0.0.32 - - [2024-09-12 02:26:03] "GET /obj-perms HTTP/1.1" 200 5034 0.004121 10.0.0.32 - - [2024-09-12 02:26:03] "POST /id-to-fqname HTTP/1.1" 200 222 0.001838 10.0.0.32 - - [2024-09-12 02:26:03] "POST /neutron/network HTTP/1.1" 200 936 0.008693 10.0.0.32 - - [2024-09-12 02:26:03] "GET /aaa-mode HTTP/1.1" 401 292 0.000754 10.0.0.32 - - [2024-09-12 02:26:03] "GET / HTTP/1.1" 200 35931 0.002398 10.0.0.32 - - [2024-09-12 02:26:03] "GET /project/2f5b9dbf-6b77-40f5-a64d-a7e661366842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000536 10.0.0.32 - - [2024-09-12 02:26:04] "GET /projects?obj_uuids=2f5b9dbf-6b77-40f5-a64d-a7e661366842&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001489 10.0.0.32 - - [2024-09-12 02:26:04] "GET /project/2f5b9dbf-6b77-40f5-a64d-a7e661366842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.075343 10.0.0.32 - - [2024-09-12 02:26:04] "POST /neutron/network HTTP/1.1" 200 926 0.007058 10.0.0.32 - - [2024-09-12 02:26:04] "POST /neutron/port HTTP/1.1" 200 117 0.009090 10.0.0.32 - - [2024-09-12 02:26:04] "POST /neutron/port HTTP/1.1" 200 117 0.007003 10.0.0.32 - - [2024-09-12 02:26:04] "POST /id-to-fqname HTTP/1.1" 200 222 0.001949 10.0.0.32 - - [2024-09-12 02:26:04] "POST /neutron/port HTTP/1.1" 200 117 0.006924 10.0.0.32 - - [2024-09-12 02:26:04] "POST /neutron/network HTTP/1.1" 200 937 0.007193 10.0.0.32 - - [2024-09-12 02:26:05] "GET /aaa-mode HTTP/1.1" 401 292 0.000834 10.0.0.32 - - [2024-09-12 02:26:05] "POST /neutron/network HTTP/1.1" 200 936 0.009213 10.0.0.32 - - [2024-09-12 02:26:05] "GET /projects?obj_uuids=2f5b9dbf-6b77-40f5-a64d-a7e661366842&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002020 10.0.0.32 - - [2024-09-12 02:26:05] "GET / HTTP/1.1" 200 35931 0.004722 10.0.0.32 - - [2024-09-12 02:26:05] "GET /project/2f5b9dbf-6b77-40f5-a64d-a7e661366842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001033 10.0.0.32 - - [2024-09-12 02:26:05] "POST /neutron/port HTTP/1.1" 200 1060 0.278203 10.0.0.32 - - [2024-09-12 02:26:05] "POST /neutron/port HTTP/1.1" 200 1060 0.011410 10.0.0.32 - - [2024-09-12 02:26:05] "POST /neutron/port HTTP/1.1" 200 1060 0.010815 10.0.0.32 - - [2024-09-12 02:26:05] "POST /neutron/port HTTP/1.1" 200 1114 0.067183 10.0.0.32 - - [2024-09-12 02:26:05] "POST /neutron/port HTTP/1.1" 200 1088 0.021051 10.0.0.32 - - [2024-09-12 02:26:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005054 10.0.0.32 - - [2024-09-12 02:26:05] "POST /neutron/subnet HTTP/1.1" 200 689 0.016707 10.0.0.32 - - [2024-09-12 02:26:05] "POST /neutron/port HTTP/1.1" 200 117 0.002052 10.0.0.32 - - [2024-09-12 02:26:05] "POST /neutron/network HTTP/1.1" 200 926 0.007487 10.0.0.32 - - [2024-09-12 02:26:05] "GET /projects?obj_uuids=2f5b9dbf-6b77-40f5-a64d-a7e661366842&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001377 10.0.0.32 - - [2024-09-12 02:26:05] "GET /project/2f5b9dbf-6b77-40f5-a64d-a7e661366842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.079904 10.0.0.32 - - [2024-09-12 02:26:05] "POST /neutron/network HTTP/1.1" 200 927 0.007418 10.0.0.32 - - [2024-09-12 02:26:06] "POST /neutron/port HTTP/1.1" 200 1088 0.044397 10.0.0.32 - - [2024-09-12 02:26:06] "POST /neutron/security_group HTTP/1.1" 200 2060 0.014797 10.0.0.32 - - [2024-09-12 02:26:06] "POST /neutron/port HTTP/1.1" 200 117 0.006205 10.0.0.32 - - [2024-09-12 02:26:06] "POST /neutron/port HTTP/1.1" 200 1088 0.017886 10.0.0.32 - - [2024-09-12 02:26:06] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009914 10.0.0.32 - - [2024-09-12 02:26:06] "POST /neutron/network HTTP/1.1" 200 937 0.009302 10.0.0.32 - - [2024-09-12 02:26:06] "GET /projects?obj_uuids=2f5b9dbf-6b77-40f5-a64d-a7e661366842&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002222 10.0.0.32 - - [2024-09-12 02:26:06] "PUT /access-control-list/0a36a828-56d4-498c-bf2b-ae811fc434ad HTTP/1.1" 200 272 0.064076 10.0.0.32 - - [2024-09-12 02:26:06] "POST /neutron/port HTTP/1.1" 200 1061 0.344674 10.0.0.32 - - [2024-09-12 02:26:06] "POST /neutron/port HTTP/1.1" 200 1061 0.013119 10.0.0.32 - - [2024-09-12 02:26:07] "POST /neutron/port HTTP/1.1" 200 1061 0.015142 10.0.0.32 - - [2024-09-12 02:26:07] "POST /neutron/port HTTP/1.1" 200 1115 0.115466 10.0.0.32 - - [2024-09-12 02:26:07] "POST /neutron/port HTTP/1.1" 200 1089 0.018275 10.0.0.32 - - [2024-09-12 02:26:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003862 10.0.0.32 - - [2024-09-12 02:26:07] "POST /neutron/subnet HTTP/1.1" 200 694 0.013729 10.0.0.32 - - [2024-09-12 02:26:07] "POST /neutron/port HTTP/1.1" 200 117 0.001492 10.0.0.32 - - [2024-09-12 02:26:07] "POST /neutron/network HTTP/1.1" 200 927 0.007033 10.0.0.32 - - [2024-09-12 02:26:08] "GET /obj-perms HTTP/1.1" 200 5056 0.049966 10.0.0.32 - - [2024-09-12 02:26:09] "GET /obj-perms HTTP/1.1" 200 5056 0.057068 10.0.0.32 - - [2024-09-12 02:26:11] "POST /neutron/port HTTP/1.1" 200 1088 0.025419 10.0.0.32 - - [2024-09-12 02:26:11] "POST /neutron/security_group HTTP/1.1" 200 2060 0.016453 10.0.0.32 - - [2024-09-12 02:26:11] "POST /neutron/port HTTP/1.1" 200 1088 0.025466 10.0.0.32 - - [2024-09-12 02:26:11] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007517 10.0.0.32 - - [2024-09-12 02:26:11] "POST /neutron/port HTTP/1.1" 200 1088 0.018950 10.0.0.32 - - [2024-09-12 02:26:11] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007754 10.0.0.32 - - [2024-09-12 02:26:11] "GET /virtual-machine/cc016689-c69c-4b40-8cfb-d502aaa9ff48 HTTP/1.1" 200 1295 0.006387 10.0.0.32 - - [2024-09-12 02:26:11] "GET /virtual-machine-interface/6d668951-a9f9-4608-b045-4b6c72a532e6 HTTP/1.1" 200 2950 0.011048 10.0.0.32 - - [2024-09-12 02:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.32 - - [2024-09-12 02:26:11] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004886 10.0.0.32 - - [2024-09-12 02:26:11] "GET /virtual-networks?parent_id=2f5b9dbf-6b77-40f5-a64d-a7e661366842&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003623 10.0.0.32 - - [2024-09-12 02:26:11] "GET /virtual-network/e44f7db5-a264-42d4-acfb-94eedba528ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.012762 10.0.0.32 - - [2024-09-12 02:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.32 - - [2024-09-12 02:26:14] "GET /virtual-network/e44f7db5-a264-42d4-acfb-94eedba528ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.011518 10.0.0.32 - - [2024-09-12 02:26:15] "POST /neutron/port HTTP/1.1" 200 1088 0.020104 10.0.0.32 - - [2024-09-12 02:26:15] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006973 10.0.0.32 - - [2024-09-12 02:26:16] "POST /neutron/port HTTP/1.1" 200 1089 0.018063 10.0.0.32 - - [2024-09-12 02:26:16] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008335 10.0.0.32 - - [2024-09-12 02:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.32 - - [2024-09-12 02:26:17] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004355 10.0.0.32 - - [2024-09-12 02:26:17] "GET /virtual-networks?parent_id=2f5b9dbf-6b77-40f5-a64d-a7e661366842&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004469 10.0.0.32 - - [2024-09-12 02:26:17] "GET /virtual-network/e44f7db5-a264-42d4-acfb-94eedba528ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.013336 10.0.0.32 - - [2024-09-12 02:26:17] "POST /neutron/port HTTP/1.1" 200 1089 0.018502 10.0.0.32 - - [2024-09-12 02:26:17] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007491 10.0.0.32 - - [2024-09-12 02:26:17] "POST /neutron/port HTTP/1.1" 200 1089 0.017930 10.0.0.32 - - [2024-09-12 02:26:17] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008041 10.0.0.32 - - [2024-09-12 02:26:17] "POST /neutron/port HTTP/1.1" 200 1089 0.019451 10.0.0.32 - - [2024-09-12 02:26:17] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007372 10.0.0.32 - - [2024-09-12 02:26:17] "GET /virtual-machine/b4af725e-0d8c-4eba-a521-eeddd4c78e07 HTTP/1.1" 200 1295 0.006394 10.0.0.32 - - [2024-09-12 02:26:17] "GET /virtual-machine-interface/4ce5336e-2939-48dc-97b2-835129f59fb9 HTTP/1.1" 200 2950 0.011130 10.0.0.32 - - [2024-09-12 02:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004032 10.0.0.32 - - [2024-09-12 02:26:17] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004581 10.0.0.32 - - [2024-09-12 02:26:17] "GET /virtual-networks?parent_id=2f5b9dbf-6b77-40f5-a64d-a7e661366842&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003688 10.0.0.32 - - [2024-09-12 02:26:17] "GET /virtual-network/f40931bf-c11a-4ea6-b35a-d9823addf428?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.012177 10.0.0.32 - - [2024-09-12 02:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.32 - - [2024-09-12 02:26:18] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005037 10.0.0.32 - - [2024-09-12 02:26:18] "GET /virtual-networks?parent_id=2f5b9dbf-6b77-40f5-a64d-a7e661366842&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003447 10.0.0.32 - - [2024-09-12 02:26:19] "GET /virtual-network/f40931bf-c11a-4ea6-b35a-d9823addf428?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.012863 10.0.0.32 - - [2024-09-12 02:26:19] "POST /neutron/port HTTP/1.1" 200 1089 0.018129 10.0.0.32 - - [2024-09-12 02:26:19] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007446 10.0.0.32 - - [2024-09-12 02:26:26] "POST /neutron/port HTTP/1.1" 200 1088 0.018789 10.0.0.32 - - [2024-09-12 02:26:26] "POST /neutron/port HTTP/1.1" 200 1088 0.018935 10.0.0.32 - - [2024-09-12 02:26:26] "POST /neutron/network HTTP/1.1" 200 936 0.007471 10.0.0.32 - - [2024-09-12 02:26:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005193 10.0.0.32 - - [2024-09-12 02:26:26] "POST /neutron/subnet HTTP/1.1" 200 689 0.012528 10.0.0.32 - - [2024-09-12 02:26:26] "POST /neutron/port HTTP/1.1" 200 117 0.002156 10.0.0.32 - - [2024-09-12 02:26:26] "POST /neutron/network HTTP/1.1" 200 926 0.007640 10.0.0.32 - - [2024-09-12 02:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004422 10.0.0.32 - - [2024-09-12 02:26:28] "GET /projects?obj_uuids=2f5b9dbf-6b77-40f5-a64d-a7e661366842&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001466 10.0.0.32 - - [2024-09-12 02:26:28] "GET /project/2f5b9dbf-6b77-40f5-a64d-a7e661366842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.047705 10.0.0.32 - - [2024-09-12 02:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004489 10.0.0.32 - - [2024-09-12 02:26:28] "PUT /network-policy/d67914d7-3a1f-4f8e-8b35-4af9c339a80b HTTP/1.1" 200 262 0.012266 10.0.0.32 - - [2024-09-12 02:26:29] "PUT /access-control-list/b68faf62-9d8d-4a33-92ce-32141c114091 HTTP/1.1" 200 272 0.052426 10.0.0.32 - - [2024-09-12 02:26:29] "POST /ref-update HTTP/1.1" 200 156 0.017783 10.0.0.32 - - [2024-09-12 02:26:29] "PUT /access-control-list/0a36a828-56d4-498c-bf2b-ae811fc434ad HTTP/1.1" 200 272 0.056032 10.0.0.32 - - [2024-09-12 02:26:29] "POST /ref-update HTTP/1.1" 200 156 0.013654 10.0.0.32 - - [2024-09-12 02:26:32] "GET /virtual-network/f40931bf-c11a-4ea6-b35a-d9823addf428?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.011053 10.0.0.32 - - [2024-09-12 02:26:32] "POST /neutron/network HTTP/1.1" 200 927 0.006984 10.0.0.32 - - [2024-09-12 02:26:32] "POST /neutron/network HTTP/1.1" 200 825 0.054260 10.0.0.32 - - [2024-09-12 02:26:32] "DELETE /access-control-list/0a36a828-56d4-498c-bf2b-ae811fc434ad HTTP/1.1" 200 115 0.037155 10.0.0.32 - - [2024-09-12 02:26:32] "POST /neutron/network HTTP/1.1" 200 825 0.008569 10.0.0.32 - - [2024-09-12 02:26:32] "GET /virtual-network/f40931bf-c11a-4ea6-b35a-d9823addf428?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.012375 10.0.0.32 - - [2024-09-12 02:26:32] "GET /virtual-network/e44f7db5-a264-42d4-acfb-94eedba528ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.010147 10.0.0.32 - - [2024-09-12 02:26:32] "POST /neutron/network HTTP/1.1" 200 926 0.010806 10.0.0.32 - - [2024-09-12 02:26:32] "POST /neutron/network HTTP/1.1" 200 824 0.081013 10.0.0.32 - - [2024-09-12 02:26:32] "POST /neutron/network HTTP/1.1" 200 824 0.006726 10.0.0.32 - - [2024-09-12 02:26:32] "GET /virtual-network/e44f7db5-a264-42d4-acfb-94eedba528ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.019266 10.0.0.32 - - [2024-09-12 02:26:32] "DELETE /access-control-list/b68faf62-9d8d-4a33-92ce-32141c114091 HTTP/1.1" 200 115 0.082952 10.0.0.32 - - [2024-09-12 02:26:32] "DELETE /network-policy/d67914d7-3a1f-4f8e-8b35-4af9c339a80b HTTP/1.1" 200 115 0.023961 10.0.0.32 - - [2024-09-12 02:26:32] "POST /neutron/network HTTP/1.1" 200 825 0.007064 10.0.0.32 - - [2024-09-12 02:26:32] "POST /neutron/network HTTP/1.1" 400 204 0.017429 10.0.0.32 - - [2024-09-12 02:26:32] "POST /neutron/port HTTP/1.1" 200 1089 0.025445 10.0.0.32 - - [2024-09-12 02:26:32] "POST /neutron/port HTTP/1.1" 200 1115 0.011511 10.0.0.32 - - [2024-09-12 02:26:32] "POST /neutron/port HTTP/1.1" 200 1088 0.024343 10.0.0.32 - - [2024-09-12 02:26:32] "POST /neutron/port HTTP/1.1" 200 1114 0.012632 10.0.0.32 - - [2024-09-12 02:26:32] "POST /neutron/port HTTP/1.1" 200 151 0.155684 10.0.0.32 - - [2024-09-12 02:26:32] "POST /neutron/port HTTP/1.1" 200 151 0.159739 10.0.0.32 - - [2024-09-12 02:26:34] "POST /neutron/network HTTP/1.1" 200 825 0.007420 10.0.0.32 - - [2024-09-12 02:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006331 10.0.0.32 - - [2024-09-12 02:26:34] "POST /useragent-kv HTTP/1.1" 200 115 0.001715 10.0.0.32 - - [2024-09-12 02:26:34] "POST /useragent-kv HTTP/1.1" 200 115 0.001436 10.0.0.32 - - [2024-09-12 02:26:34] "POST /neutron/network HTTP/1.1" 200 151 0.102895 10.0.0.32 - - [2024-09-12 02:26:34] "GET /routing-instance/c45bf454-8540-4d3b-8be6-5d6ef0ed228b HTTP/1.1" 404 171 0.005218 10.0.0.32 - - [2024-09-12 02:26:34] "DELETE /route-target/f7c66955-5b44-405a-bb99-13eb249982a6 HTTP/1.1" 200 115 0.030518 10.0.0.32 - - [2024-09-12 02:26:34] "GET /domains HTTP/1.1" 200 280 0.003173 10.0.0.32 - - [2024-09-12 02:26:34] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001657 10.0.0.32 - - [2024-09-12 02:26:34] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0 HTTP/1.1" 200 2575 0.054016 10.0.0.32 - - [2024-09-12 02:26:34] "GET /projects?obj_uuids=2f5b9dbf-6b77-40f5-a64d-a7e661366842&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001356 10.0.0.32 - - [2024-09-12 02:26:34] "GET /project/2f5b9dbf-6b77-40f5-a64d-a7e661366842 HTTP/1.1" 200 2102 0.075026 10.0.0.32 - - [2024-09-12 02:26:34] "POST /neutron/network HTTP/1.1" 200 824 0.006891 10.0.0.32 - - [2024-09-12 02:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.010009 10.0.0.32 - - [2024-09-12 02:26:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002717 10.0.0.32 - - [2024-09-12 02:26:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001766 10.0.0.32 - - [2024-09-12 02:26:35] "POST /neutron/network HTTP/1.1" 200 151 0.119222 10.0.0.32 - - [2024-09-12 02:26:35] "DELETE /route-target/e97a3f5b-6bdf-4395-a426-344389a22fce HTTP/1.1" 200 115 0.024748 10.0.0.32 - - [2024-09-12 02:26:35] "GET /routing-instance/70a6e61b-e8b2-49d2-8186-11d3b07df394 HTTP/1.1" 404 171 0.003380 10.0.0.32 - - [2024-09-12 02:26:35] "GET /domains HTTP/1.1" 200 280 0.002983 10.0.0.32 - - [2024-09-12 02:26:35] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001379 10.0.0.32 - - [2024-09-12 02:26:35] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0 HTTP/1.1" 200 2575 0.050722 10.0.0.32 - - [2024-09-12 02:26:35] "GET /projects?obj_uuids=2f5b9dbf-6b77-40f5-a64d-a7e661366842&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001378 10.0.0.32 - - [2024-09-12 02:26:35] "GET /project/2f5b9dbf-6b77-40f5-a64d-a7e661366842 HTTP/1.1" 200 1863 0.075557 10.0.0.32 - - [2024-09-12 02:26:35] "GET /projects?obj_uuids=2f5b9dbf-6b77-40f5-a64d-a7e661366842&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001357 10.0.0.32 - - [2024-09-12 02:26:35] "GET /project/2f5b9dbf-6b77-40f5-a64d-a7e661366842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.036657 10.0.0.32 - - [2024-09-12 02:26:35] "GET /projects?obj_uuids=2f5b9dbf-6b77-40f5-a64d-a7e661366842&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001388 10.0.0.32 - - [2024-09-12 02:26:35] "GET /project/2f5b9dbf-6b77-40f5-a64d-a7e661366842?fields=virtual_networks HTTP/1.1" 200 1035 0.036670 10.0.0.32 - - [2024-09-12 02:26:35] "GET /projects?obj_uuids=2f5b9dbf-6b77-40f5-a64d-a7e661366842&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001996 10.0.0.32 - - [2024-09-12 02:26:35] "GET /project/2f5b9dbf-6b77-40f5-a64d-a7e661366842?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.050430 10.0.0.32 - - [2024-09-12 02:26:35] "GET /projects?obj_uuids=2f5b9dbf-6b77-40f5-a64d-a7e661366842&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001760 10.0.0.32 - - [2024-09-12 02:26:35] "GET /project/2f5b9dbf-6b77-40f5-a64d-a7e661366842?fields=security_groups HTTP/1.1" 200 1263 0.045227 10.0.0.32 - - [2024-09-12 02:26:36] "POST /fqname-to-id HTTP/1.1" 404 186 0.030050 10.0.0.32 - - [2024-09-12 02:26:36] "GET /projects?obj_uuids=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002806 10.0.0.32 - - [2024-09-12 02:26:36] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001472 10.0.0.32 - - [2024-09-12 02:26:36] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011019 10.0.0.32 - - [2024-09-12 02:26:36] "POST /id-to-fqname HTTP/1.1" 200 188 0.001717 10.0.0.32 - - [2024-09-12 02:26:36] "POST /fqname-to-id HTTP/1.1" 404 197 0.003313 10.0.0.32 - - [2024-09-12 02:26:37] "POST /security-groups HTTP/1.1" 200 589 0.072173 10.0.0.32 - - [2024-09-12 02:26:37] "POST /fqname-to-id HTTP/1.1" 404 232 0.003200 10.0.0.32 - - [2024-09-12 02:26:37] "POST /projects HTTP/1.1" 200 581 0.235444 10.0.0.32 - - [2024-09-12 02:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.267262 10.0.0.32 - - [2024-09-12 02:26:37] "POST /access-control-lists HTTP/1.1" 200 594 0.064481 10.0.0.32 - - [2024-09-12 02:26:37] "GET /project/5a29673a-b69c-4c1a-b4d1-dd90536b24c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.428154 10.0.0.32 - - [2024-09-12 02:26:37] "POST /fqname-to-id HTTP/1.1" 404 231 0.004340 10.0.0.32 - - [2024-09-12 02:26:37] "POST /access-control-lists HTTP/1.1" 200 592 0.059909 10.0.0.32 - - [2024-09-12 02:26:38] "GET / HTTP/1.1" 200 35931 0.002864 10.0.0.32 - - [2024-09-12 02:26:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000607 10.0.0.32 - - [2024-09-12 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.063520 10.0.0.32 - - [2024-09-12 02:26:39] "GET /projects?obj_uuids=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001324 10.0.0.32 - - [2024-09-12 02:26:39] "GET /project/5a29673a-b69c-4c1a-b4d1-dd90536b24c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.038196 10.0.0.32 - - [2024-09-12 02:26:39] "POST /neutron/network HTTP/1.1" 200 117 0.034402 10.0.0.32 - - [2024-09-12 02:26:39] "GET /projects?obj_uuids=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001726 10.0.0.32 - - [2024-09-12 02:26:39] "POST /neutron/network HTTP/1.1" 200 613 0.075065 10.0.0.32 - - [2024-09-12 02:26:39] "POST /route-targets HTTP/1.1" 200 327 0.014952 10.0.0.32 - - [2024-09-12 02:26:39] "POST /ref-update HTTP/1.1" 200 156 0.013463 10.0.0.32 - - [2024-09-12 02:26:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002738 10.0.0.32 - - [2024-09-12 02:26:39] "POST /neutron/subnet HTTP/1.1" 200 720 0.207259 10.0.0.32 - - [2024-09-12 02:26:39] "POST /neutron/network HTTP/1.1" 200 831 0.006808 10.0.0.32 - - [2024-09-12 02:26:39] "POST /id-to-fqname HTTP/1.1" 200 223 0.001656 10.0.0.32 - - [2024-09-12 02:26:39] "GET /virtual-network/d339637c-833c-48e3-bfa5-92fdb883315b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.011134 10.0.0.32 - - [2024-09-12 02:26:40] "POST /neutron/network HTTP/1.1" 200 831 0.006598 10.0.0.32 - - [2024-09-12 02:26:40] "GET /virtual-network/d339637c-833c-48e3-bfa5-92fdb883315b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.010479 10.0.0.32 - - [2024-09-12 02:26:40] "POST /neutron/network HTTP/1.1" 200 831 0.007297 10.0.0.32 - - [2024-09-12 02:26:40] "POST /neutron/subnet HTTP/1.1" 200 720 0.008189 10.0.0.32 - - [2024-09-12 02:26:40] "GET /domains HTTP/1.1" 401 292 0.000484 10.0.0.32 - - [2024-09-12 02:26:40] "GET /domains HTTP/1.1" 200 280 0.030797 10.0.0.32 - - [2024-09-12 02:26:40] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002135 10.0.0.32 - - [2024-09-12 02:26:40] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0 HTTP/1.1" 200 2759 0.011863 10.0.0.32 - - [2024-09-12 02:26:40] "GET /projects?obj_uuids=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001581 10.0.0.32 - - [2024-09-12 02:26:40] "GET /project/5a29673a-b69c-4c1a-b4d1-dd90536b24c1 HTTP/1.1" 200 2079 0.084379 10.0.0.32 - - [2024-09-12 02:26:40] "GET /virtual-network/d339637c-833c-48e3-bfa5-92fdb883315b HTTP/1.1" 200 2315 0.011529 10.0.0.32 - - [2024-09-12 02:26:40] "GET /virtual-network/d339637c-833c-48e3-bfa5-92fdb883315b HTTP/1.1" 200 2315 0.010436 10.0.0.32 - - [2024-09-12 02:26:40] "GET /routing-instance/dbb9014b-d155-4159-bd3b-9375ce4e6382 HTTP/1.1" 200 1494 0.005948 10.0.0.32 - - [2024-09-12 02:26:40] "GET /routing-instance/dbb9014b-d155-4159-bd3b-9375ce4e6382 HTTP/1.1" 200 1494 0.005318 10.0.0.32 - - [2024-09-12 02:26:40] "GET /route-target/8e689ab1-580f-4f4e-9842-8bfa1bb78ff6 HTTP/1.1" 200 1213 0.004698 10.0.0.32 - - [2024-09-12 02:26:40] "GET /virtual-network/d339637c-833c-48e3-bfa5-92fdb883315b HTTP/1.1" 200 2315 0.010932 10.0.0.32 - - [2024-09-12 02:26:40] "GET /routing-instance/dbb9014b-d155-4159-bd3b-9375ce4e6382 HTTP/1.1" 200 1494 0.005407 10.0.0.32 - - [2024-09-12 02:26:40] "GET /virtual-network/d339637c-833c-48e3-bfa5-92fdb883315b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.010353 10.0.0.32 - - [2024-09-12 02:26:40] "GET /virtual-network/d339637c-833c-48e3-bfa5-92fdb883315b HTTP/1.1" 200 2315 0.010379 10.0.0.32 - - [2024-09-12 02:26:40] "GET /routing-instance/dbb9014b-d155-4159-bd3b-9375ce4e6382 HTTP/1.1" 200 1494 0.005310 10.0.0.32 - - [2024-09-12 02:26:40] "GET /routing-instance/dbb9014b-d155-4159-bd3b-9375ce4e6382 HTTP/1.1" 200 1494 0.005060 10.0.0.32 - - [2024-09-12 02:26:40] "GET /route-target/8e689ab1-580f-4f4e-9842-8bfa1bb78ff6 HTTP/1.1" 200 1213 0.004037 10.0.0.32 - - [2024-09-12 02:26:40] "GET /domains HTTP/1.1" 200 280 0.003289 10.0.0.32 - - [2024-09-12 02:26:40] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001447 10.0.0.32 - - [2024-09-12 02:26:40] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0 HTTP/1.1" 200 2759 0.010261 10.0.0.32 - - [2024-09-12 02:26:40] "GET /projects?obj_uuids=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001557 10.0.0.32 - - [2024-09-12 02:26:40] "GET /project/5a29673a-b69c-4c1a-b4d1-dd90536b24c1 HTTP/1.1" 200 2079 0.084890 10.0.0.32 - - [2024-09-12 02:26:40] "GET /virtual-network/d339637c-833c-48e3-bfa5-92fdb883315b HTTP/1.1" 200 2315 0.009993 10.0.0.32 - - [2024-09-12 02:26:41] "GET /obj-perms HTTP/1.1" 200 5026 0.058597 10.0.0.32 - - [2024-09-12 02:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.32 - - [2024-09-12 02:26:41] "GET /projects?obj_uuids=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002262 10.0.0.32 - - [2024-09-12 02:26:41] "GET /project/5a29673a-b69c-4c1a-b4d1-dd90536b24c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.044832 10.0.0.32 - - [2024-09-12 02:26:41] "POST /neutron/network HTTP/1.1" 200 117 0.010814 10.0.0.32 - - [2024-09-12 02:26:41] "GET /projects?obj_uuids=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001511 10.0.0.32 - - [2024-09-12 02:26:41] "POST /neutron/network HTTP/1.1" 200 613 0.073435 10.0.0.32 - - [2024-09-12 02:26:41] "POST /route-targets HTTP/1.1" 200 327 0.014421 10.0.0.32 - - [2024-09-12 02:26:41] "POST /ref-update HTTP/1.1" 200 156 0.013176 10.0.0.32 - - [2024-09-12 02:26:41] "POST /useragent-kv HTTP/1.1" 200 115 0.004708 10.0.0.32 - - [2024-09-12 02:26:41] "POST /neutron/subnet HTTP/1.1" 200 734 0.220615 10.0.0.32 - - [2024-09-12 02:26:41] "POST /neutron/network HTTP/1.1" 200 834 0.006447 10.0.0.32 - - [2024-09-12 02:26:41] "POST /id-to-fqname HTTP/1.1" 200 223 0.001581 10.0.0.32 - - [2024-09-12 02:26:41] "GET /virtual-network/66341c4c-6dcb-4779-b98d-b95006f03c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.010129 10.0.0.32 - - [2024-09-12 02:26:41] "POST /neutron/network HTTP/1.1" 200 834 0.008385 10.0.0.32 - - [2024-09-12 02:26:41] "GET /virtual-network/66341c4c-6dcb-4779-b98d-b95006f03c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.010829 10.0.0.32 - - [2024-09-12 02:26:42] "POST /neutron/network HTTP/1.1" 200 834 0.009963 10.0.0.32 - - [2024-09-12 02:26:42] "POST /neutron/subnet HTTP/1.1" 200 734 0.008548 10.0.0.32 - - [2024-09-12 02:26:42] "GET /domains HTTP/1.1" 200 280 0.003971 10.0.0.32 - - [2024-09-12 02:26:42] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001873 10.0.0.32 - - [2024-09-12 02:26:42] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0 HTTP/1.1" 200 2759 0.012903 10.0.0.32 - - [2024-09-12 02:26:42] "GET /projects?obj_uuids=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001761 10.0.0.32 - - [2024-09-12 02:26:42] "GET /project/5a29673a-b69c-4c1a-b4d1-dd90536b24c1 HTTP/1.1" 200 2297 0.087888 10.0.0.32 - - [2024-09-12 02:26:42] "GET /virtual-network/66341c4c-6dcb-4779-b98d-b95006f03c8e HTTP/1.1" 200 2324 0.010929 10.0.0.32 - - [2024-09-12 02:26:42] "GET /virtual-network/66341c4c-6dcb-4779-b98d-b95006f03c8e HTTP/1.1" 200 2324 0.010515 10.0.0.32 - - [2024-09-12 02:26:42] "GET /routing-instance/834c9d08-6570-423c-b0f4-c97ce094c760 HTTP/1.1" 200 1493 0.005563 10.0.0.32 - - [2024-09-12 02:26:42] "GET /routing-instance/834c9d08-6570-423c-b0f4-c97ce094c760 HTTP/1.1" 200 1493 0.005159 10.0.0.32 - - [2024-09-12 02:26:42] "GET /route-target/1756ce39-b159-458b-aa99-c444e89041b6 HTTP/1.1" 200 1212 0.005735 10.0.0.32 - - [2024-09-12 02:26:42] "GET /virtual-network/66341c4c-6dcb-4779-b98d-b95006f03c8e HTTP/1.1" 200 2324 0.009833 10.0.0.32 - - [2024-09-12 02:26:42] "GET /routing-instance/834c9d08-6570-423c-b0f4-c97ce094c760 HTTP/1.1" 200 1493 0.006097 10.0.0.32 - - [2024-09-12 02:26:42] "GET /virtual-network/66341c4c-6dcb-4779-b98d-b95006f03c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.009880 10.0.0.32 - - [2024-09-12 02:26:42] "GET /virtual-network/66341c4c-6dcb-4779-b98d-b95006f03c8e HTTP/1.1" 200 2324 0.010487 10.0.0.32 - - [2024-09-12 02:26:42] "GET /routing-instance/834c9d08-6570-423c-b0f4-c97ce094c760 HTTP/1.1" 200 1493 0.010374 10.0.0.32 - - [2024-09-12 02:26:42] "GET /routing-instance/834c9d08-6570-423c-b0f4-c97ce094c760 HTTP/1.1" 200 1493 0.006892 10.0.0.32 - - [2024-09-12 02:26:42] "GET /route-target/1756ce39-b159-458b-aa99-c444e89041b6 HTTP/1.1" 200 1212 0.004563 10.0.0.32 - - [2024-09-12 02:26:42] "GET /domains HTTP/1.1" 200 280 0.003033 10.0.0.32 - - [2024-09-12 02:26:42] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001182 10.0.0.32 - - [2024-09-12 02:26:42] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0 HTTP/1.1" 200 2759 0.008833 10.0.0.32 - - [2024-09-12 02:26:42] "GET /projects?obj_uuids=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001550 10.0.0.32 - - [2024-09-12 02:26:42] "GET /project/5a29673a-b69c-4c1a-b4d1-dd90536b24c1 HTTP/1.1" 200 2297 0.081755 10.0.0.32 - - [2024-09-12 02:26:42] "GET /virtual-network/66341c4c-6dcb-4779-b98d-b95006f03c8e HTTP/1.1" 200 2324 0.010364 10.0.0.32 - - [2024-09-12 02:26:42] "GET /obj-perms HTTP/1.1" 200 5026 0.003756 10.0.0.32 - - [2024-09-12 02:26:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004461 10.0.0.32 - - [2024-09-12 02:26:42] "GET /projects?obj_uuids=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001932 10.0.0.32 - - [2024-09-12 02:26:42] "GET /project/5a29673a-b69c-4c1a-b4d1-dd90536b24c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.048829 10.0.0.32 - - [2024-09-12 02:26:42] "POST /neutron/network HTTP/1.1" 200 117 0.014400 10.0.0.32 - - [2024-09-12 02:26:42] "GET /projects?obj_uuids=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001655 10.0.0.32 - - [2024-09-12 02:26:42] "POST /neutron/network HTTP/1.1" 200 615 0.089427 10.0.0.32 - - [2024-09-12 02:26:42] "POST /ref-update HTTP/1.1" 200 156 0.011484 10.0.0.32 - - [2024-09-12 02:26:42] "POST /useragent-kv HTTP/1.1" 200 115 0.004622 10.0.0.32 - - [2024-09-12 02:26:42] "POST /neutron/subnet HTTP/1.1" 200 725 0.220226 10.0.0.32 - - [2024-09-12 02:26:42] "POST /neutron/network HTTP/1.1" 200 834 0.006867 10.0.0.32 - - [2024-09-12 02:26:42] "POST /id-to-fqname HTTP/1.1" 200 224 0.002217 10.0.0.32 - - [2024-09-12 02:26:43] "GET /virtual-network/4cc47adb-9c72-4d95-9caa-428786d841ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.012886 10.0.0.32 - - [2024-09-12 02:26:43] "POST /neutron/network HTTP/1.1" 200 834 0.006636 10.0.0.32 - - [2024-09-12 02:26:43] "GET /virtual-network/4cc47adb-9c72-4d95-9caa-428786d841ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.013412 10.0.0.32 - - [2024-09-12 02:26:43] "POST /neutron/network HTTP/1.1" 200 834 0.006391 10.0.0.32 - - [2024-09-12 02:26:43] "POST /neutron/subnet HTTP/1.1" 200 725 0.007869 10.0.0.32 - - [2024-09-12 02:26:43] "GET /domains HTTP/1.1" 200 280 0.003563 10.0.0.32 - - [2024-09-12 02:26:43] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001909 10.0.0.32 - - [2024-09-12 02:26:43] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0 HTTP/1.1" 200 2759 0.011184 10.0.0.32 - - [2024-09-12 02:26:43] "GET /projects?obj_uuids=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001312 10.0.0.32 - - [2024-09-12 02:26:43] "GET /project/5a29673a-b69c-4c1a-b4d1-dd90536b24c1 HTTP/1.1" 200 2516 0.079586 10.0.0.32 - - [2024-09-12 02:26:43] "GET /virtual-network/4cc47adb-9c72-4d95-9caa-428786d841ec HTTP/1.1" 200 2323 0.011750 10.0.0.32 - - [2024-09-12 02:26:43] "GET /virtual-network/4cc47adb-9c72-4d95-9caa-428786d841ec HTTP/1.1" 200 2323 0.009745 10.0.0.32 - - [2024-09-12 02:26:43] "GET /routing-instance/3f2538fd-b895-4435-ab26-effc21a744d0 HTTP/1.1" 200 1497 0.005363 10.0.0.32 - - [2024-09-12 02:26:43] "GET /routing-instance/3f2538fd-b895-4435-ab26-effc21a744d0 HTTP/1.1" 200 1497 0.005016 10.0.0.32 - - [2024-09-12 02:26:43] "GET /route-target/476c0f0f-3725-4f4c-88f4-c601ebf7bb2c HTTP/1.1" 200 1213 0.003698 10.0.0.32 - - [2024-09-12 02:26:43] "GET /virtual-network/4cc47adb-9c72-4d95-9caa-428786d841ec HTTP/1.1" 200 2323 0.009920 10.0.0.32 - - [2024-09-12 02:26:43] "GET /routing-instance/3f2538fd-b895-4435-ab26-effc21a744d0 HTTP/1.1" 200 1497 0.005428 10.0.0.32 - - [2024-09-12 02:26:43] "GET /virtual-network/4cc47adb-9c72-4d95-9caa-428786d841ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.011132 10.0.0.32 - - [2024-09-12 02:26:43] "GET /virtual-network/4cc47adb-9c72-4d95-9caa-428786d841ec HTTP/1.1" 200 2323 0.011139 10.0.0.32 - - [2024-09-12 02:26:43] "GET /routing-instance/3f2538fd-b895-4435-ab26-effc21a744d0 HTTP/1.1" 200 1497 0.005335 10.0.0.32 - - [2024-09-12 02:26:43] "GET /routing-instance/3f2538fd-b895-4435-ab26-effc21a744d0 HTTP/1.1" 200 1497 0.005412 10.0.0.32 - - [2024-09-12 02:26:43] "GET /route-target/476c0f0f-3725-4f4c-88f4-c601ebf7bb2c HTTP/1.1" 200 1213 0.004297 10.0.0.32 - - [2024-09-12 02:26:43] "GET /domains HTTP/1.1" 200 280 0.003348 10.0.0.32 - - [2024-09-12 02:26:43] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001375 10.0.0.32 - - [2024-09-12 02:26:43] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0 HTTP/1.1" 200 2759 0.010085 10.0.0.32 - - [2024-09-12 02:26:43] "GET /projects?obj_uuids=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001342 10.0.0.32 - - [2024-09-12 02:26:43] "GET /project/5a29673a-b69c-4c1a-b4d1-dd90536b24c1 HTTP/1.1" 200 2516 0.086240 10.0.0.32 - - [2024-09-12 02:26:43] "GET /virtual-network/4cc47adb-9c72-4d95-9caa-428786d841ec HTTP/1.1" 200 2323 0.010480 10.0.0.32 - - [2024-09-12 02:26:43] "GET /obj-perms HTTP/1.1" 200 5026 0.003952 10.0.0.32 - - [2024-09-12 02:26:43] "POST /id-to-fqname HTTP/1.1" 200 223 0.001717 10.0.0.32 - - [2024-09-12 02:26:43] "POST /neutron/network HTTP/1.1" 200 844 0.006651 10.0.0.32 - - [2024-09-12 02:26:43] "GET /aaa-mode HTTP/1.1" 401 292 0.000615 10.0.0.32 - - [2024-09-12 02:26:44] "GET / HTTP/1.1" 200 35931 0.004070 10.0.0.32 - - [2024-09-12 02:26:44] "GET /project/5a29673a-b69c-4c1a-b4d1-dd90536b24c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000505 10.0.0.32 - - [2024-09-12 02:26:44] "GET /projects?obj_uuids=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001442 10.0.0.32 - - [2024-09-12 02:26:44] "GET /project/5a29673a-b69c-4c1a-b4d1-dd90536b24c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.076564 10.0.0.32 - - [2024-09-12 02:26:44] "POST /neutron/network HTTP/1.1" 200 834 0.008513 10.0.0.32 - - [2024-09-12 02:26:44] "POST /neutron/port HTTP/1.1" 200 117 0.005624 10.0.0.32 - - [2024-09-12 02:26:44] "POST /neutron/port HTTP/1.1" 200 117 0.005773 10.0.0.32 - - [2024-09-12 02:26:44] "POST /id-to-fqname HTTP/1.1" 200 224 0.001683 10.0.0.32 - - [2024-09-12 02:26:44] "POST /neutron/port HTTP/1.1" 200 117 0.006759 10.0.0.32 - - [2024-09-12 02:26:45] "POST /neutron/network HTTP/1.1" 200 844 0.007093 10.0.0.32 - - [2024-09-12 02:26:45] "GET /aaa-mode HTTP/1.1" 401 292 0.000556 10.0.0.32 - - [2024-09-12 02:26:45] "POST /neutron/network HTTP/1.1" 200 844 0.008080 10.0.0.32 - - [2024-09-12 02:26:45] "GET /projects?obj_uuids=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001557 10.0.0.32 - - [2024-09-12 02:26:45] "GET / HTTP/1.1" 200 35931 0.006890 10.0.0.32 - - [2024-09-12 02:26:45] "GET /project/5a29673a-b69c-4c1a-b4d1-dd90536b24c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001261 10.0.0.32 - - [2024-09-12 02:26:45] "POST /neutron/port HTTP/1.1" 200 1060 0.296296 10.0.0.32 - - [2024-09-12 02:26:45] "POST /neutron/port HTTP/1.1" 200 1060 0.014929 10.0.0.32 - - [2024-09-12 02:26:45] "POST /neutron/port HTTP/1.1" 200 1060 0.010123 10.0.0.32 - - [2024-09-12 02:26:45] "POST /neutron/port HTTP/1.1" 200 1114 0.085127 10.0.0.32 - - [2024-09-12 02:26:45] "POST /neutron/port HTTP/1.1" 200 1088 0.025740 10.0.0.32 - - [2024-09-12 02:26:45] "GET /projects?obj_uuids=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001342 10.0.0.32 - - [2024-09-12 02:26:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005945 10.0.0.32 - - [2024-09-12 02:26:45] "GET /project/5a29673a-b69c-4c1a-b4d1-dd90536b24c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.101243 10.0.0.32 - - [2024-09-12 02:26:46] "POST /neutron/network HTTP/1.1" 200 834 0.011415 10.0.0.32 - - [2024-09-12 02:26:46] "POST /neutron/subnet HTTP/1.1" 200 708 0.058046 10.0.0.32 - - [2024-09-12 02:26:46] "POST /neutron/port HTTP/1.1" 200 117 0.001433 10.0.0.32 - - [2024-09-12 02:26:46] "POST /neutron/network HTTP/1.1" 200 834 0.006639 10.0.0.32 - - [2024-09-12 02:26:46] "POST /neutron/port HTTP/1.1" 200 1088 0.025731 10.0.0.32 - - [2024-09-12 02:26:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013928 10.0.0.32 - - [2024-09-12 02:26:46] "POST /neutron/port HTTP/1.1" 200 117 0.007756 10.0.0.32 - - [2024-09-12 02:26:46] "POST /fqname-to-id HTTP/1.1" 404 193 0.004810 10.0.0.32 - - [2024-09-12 02:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.32 - - [2024-09-12 02:26:46] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001464 10.0.0.32 - - [2024-09-12 02:26:46] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.013520 10.0.0.32 - - [2024-09-12 02:26:46] "POST /service-templates HTTP/1.1" 200 543 0.033181 10.0.0.32 - - [2024-09-12 02:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.32 - - [2024-09-12 02:26:46] "GET /service-template/2f7178b4-37fc-4bd3-85be-9268b5737925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1811 0.006974 10.0.0.32 - - [2024-09-12 02:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004335 10.0.0.32 - - [2024-09-12 02:26:46] "GET /service-template/2f7178b4-37fc-4bd3-85be-9268b5737925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1811 0.005161 10.0.0.32 - - [2024-09-12 02:26:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.001680 10.0.0.32 - - [2024-09-12 02:26:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.001683 10.0.0.32 - - [2024-09-12 02:26:46] "POST /id-to-fqname HTTP/1.1" 200 224 0.001714 10.0.0.32 - - [2024-09-12 02:26:46] "POST /neutron/network HTTP/1.1" 200 844 0.010029 10.0.0.32 - - [2024-09-12 02:26:46] "GET /projects?obj_uuids=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002479 10.0.0.32 - - [2024-09-12 02:26:47] "POST /neutron/port HTTP/1.1" 200 1088 0.056564 10.0.0.32 - - [2024-09-12 02:26:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.043783 10.0.0.32 - - [2024-09-12 02:26:47] "POST /neutron/port HTTP/1.1" 200 1058 0.379648 10.0.0.32 - - [2024-09-12 02:26:47] "POST /neutron/port HTTP/1.1" 200 1058 0.036246 10.0.0.32 - - [2024-09-12 02:26:47] "POST /neutron/port HTTP/1.1" 200 1058 0.013226 10.0.0.32 - - [2024-09-12 02:26:47] "POST /neutron/port HTTP/1.1" 200 1112 0.118073 10.0.0.32 - - [2024-09-12 02:26:47] "POST /neutron/port HTTP/1.1" 200 1086 0.028139 10.0.0.32 - - [2024-09-12 02:26:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004208 10.0.0.32 - - [2024-09-12 02:26:47] "POST /neutron/subnet HTTP/1.1" 200 699 0.015893 10.0.0.32 - - [2024-09-12 02:26:47] "POST /neutron/port HTTP/1.1" 200 117 0.001520 10.0.0.32 - - [2024-09-12 02:26:47] "POST /neutron/network HTTP/1.1" 200 834 0.008330 10.0.0.32 - - [2024-09-12 02:26:47] "POST /neutron/network HTTP/1.1" 200 2224 0.029087 10.0.0.32 - - [2024-09-12 02:26:47] "GET /aaa-mode HTTP/1.1" 401 292 0.000535 10.0.0.32 - - [2024-09-12 02:26:48] "GET / HTTP/1.1" 200 35931 0.002106 10.0.0.32 - - [2024-09-12 02:26:48] "GET /project/5a29673a-b69c-4c1a-b4d1-dd90536b24c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000529 10.0.0.32 - - [2024-09-12 02:26:48] "GET /projects?obj_uuids=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001399 10.0.0.32 - - [2024-09-12 02:26:48] "GET /project/5a29673a-b69c-4c1a-b4d1-dd90536b24c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.084978 10.0.0.32 - - [2024-09-12 02:26:48] "POST /neutron/network HTTP/1.1" 200 831 0.008215 10.0.0.32 - - [2024-09-12 02:26:48] "POST /neutron/network HTTP/1.1" 200 834 0.007128 10.0.0.32 - - [2024-09-12 02:26:48] "POST /neutron/network HTTP/1.1" 200 834 0.023293 10.0.0.32 - - [2024-09-12 02:26:49] "POST /neutron/port HTTP/1.1" 200 2058 0.038404 10.0.0.32 - - [2024-09-12 02:26:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007969 10.0.0.32 - - [2024-09-12 02:26:49] "POST /neutron/port HTTP/1.1" 200 117 0.007426 10.0.0.32 - - [2024-09-12 02:26:49] "POST /neutron/port HTTP/1.1" 200 117 0.006266 10.0.0.32 - - [2024-09-12 02:26:49] "POST /neutron/network HTTP/1.1" 200 2224 0.016960 10.0.0.32 - - [2024-09-12 02:26:49] "GET /projects?obj_uuids=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001365 10.0.0.32 - - [2024-09-12 02:26:49] "POST /neutron/port HTTP/1.1" 200 1057 0.281504 10.0.0.32 - - [2024-09-12 02:26:49] "GET /projects?obj_uuids=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001378 10.0.0.32 - - [2024-09-12 02:26:50] "POST /neutron/port HTTP/1.1" 200 1060 0.255540 10.0.0.32 - - [2024-09-12 02:26:50] "GET /projects?obj_uuids=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001464 10.0.0.32 - - [2024-09-12 02:26:50] "POST /neutron/port HTTP/1.1" 200 1058 0.225331 10.0.0.32 - - [2024-09-12 02:26:50] "POST /neutron/port HTTP/1.1" 200 1057 0.010822 10.0.0.32 - - [2024-09-12 02:26:50] "POST /neutron/port HTTP/1.1" 200 1057 0.009939 10.0.0.32 - - [2024-09-12 02:26:50] "POST /neutron/port HTTP/1.1" 200 1111 0.060977 10.0.0.32 - - [2024-09-12 02:26:50] "POST /neutron/port HTTP/1.1" 200 1060 0.018584 10.0.0.32 - - [2024-09-12 02:26:50] "POST /neutron/port HTTP/1.1" 200 1060 0.016232 10.0.0.32 - - [2024-09-12 02:26:50] "POST /neutron/port HTTP/1.1" 200 1114 0.083960 10.0.0.32 - - [2024-09-12 02:26:50] "POST /neutron/port HTTP/1.1" 200 1058 0.010621 10.0.0.32 - - [2024-09-12 02:26:50] "POST /neutron/port HTTP/1.1" 200 1058 0.009643 10.0.0.32 - - [2024-09-12 02:26:50] "POST /neutron/port HTTP/1.1" 200 1112 0.074644 10.0.0.32 - - [2024-09-12 02:26:50] "POST /neutron/port HTTP/1.1" 200 3026 0.032258 10.0.0.32 - - [2024-09-12 02:26:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003988 10.0.0.32 - - [2024-09-12 02:26:50] "POST /neutron/subnet HTTP/1.1" 200 694 0.013404 10.0.0.32 - - [2024-09-12 02:26:50] "POST /neutron/port HTTP/1.1" 200 117 0.002901 10.0.0.32 - - [2024-09-12 02:26:50] "POST /neutron/network HTTP/1.1" 200 831 0.007151 10.0.0.32 - - [2024-09-12 02:26:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005390 10.0.0.32 - - [2024-09-12 02:26:51] "POST /neutron/subnet HTTP/1.1" 200 708 0.020678 10.0.0.32 - - [2024-09-12 02:26:51] "POST /neutron/port HTTP/1.1" 200 117 0.001459 10.0.0.32 - - [2024-09-12 02:26:51] "POST /neutron/network HTTP/1.1" 200 834 0.007108 10.0.0.32 - - [2024-09-12 02:26:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003884 10.0.0.32 - - [2024-09-12 02:26:51] "POST /neutron/subnet HTTP/1.1" 200 699 0.012037 10.0.0.32 - - [2024-09-12 02:26:51] "POST /neutron/port HTTP/1.1" 200 117 0.001459 10.0.0.32 - - [2024-09-12 02:26:51] "POST /neutron/network HTTP/1.1" 200 834 0.007444 10.0.0.32 - - [2024-09-12 02:26:54] "POST /neutron/port HTTP/1.1" 200 3026 0.040075 10.0.0.32 - - [2024-09-12 02:26:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012594 10.0.0.32 - - [2024-09-12 02:26:54] "POST /neutron/port HTTP/1.1" 200 3026 0.036433 10.0.0.32 - - [2024-09-12 02:26:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010253 10.0.0.32 - - [2024-09-12 02:26:54] "POST /neutron/port HTTP/1.1" 200 3026 0.025414 10.0.0.32 - - [2024-09-12 02:26:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007549 10.0.0.32 - - [2024-09-12 02:26:54] "POST /neutron/port HTTP/1.1" 200 3026 0.031006 10.0.0.32 - - [2024-09-12 02:26:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007648 10.0.0.32 - - [2024-09-12 02:26:54] "POST /neutron/port HTTP/1.1" 200 3026 0.023748 10.0.0.32 - - [2024-09-12 02:26:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007468 10.0.0.32 - - [2024-09-12 02:26:54] "GET /virtual-machine/8f6fbd66-0be2-4a2c-bb1c-ddf53a7a9152 HTTP/1.1" 200 1803 0.006445 10.0.0.32 - - [2024-09-12 02:26:54] "GET /virtual-machine-interface/18a39f57-b3f4-4902-8fcc-5d9218344743 HTTP/1.1" 200 2945 0.010073 10.0.0.32 - - [2024-09-12 02:26:54] "GET /virtual-machine-interface/c5c06fd5-5a38-4bf0-8707-7310c9eb2e0a HTTP/1.1" 200 2945 0.009988 10.0.0.32 - - [2024-09-12 02:26:54] "GET /virtual-machine-interface/c82d98f3-34b4-462a-aab7-a358712a93a0 HTTP/1.1" 200 2949 0.009855 10.0.0.32 - - [2024-09-12 02:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.32 - - [2024-09-12 02:26:54] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.006584 10.0.0.32 - - [2024-09-12 02:26:55] "GET /virtual-networks?parent_id=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004681 10.0.0.32 - - [2024-09-12 02:26:55] "GET /virtual-network/d339637c-833c-48e3-bfa5-92fdb883315b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.021874 10.0.0.32 - - [2024-09-12 02:26:55] "POST /neutron/port HTTP/1.1" 200 1088 0.036601 10.0.0.32 - - [2024-09-12 02:26:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.015531 10.0.0.32 - - [2024-09-12 02:26:57] "POST /neutron/port HTTP/1.1" 200 1086 0.018099 10.0.0.32 - - [2024-09-12 02:26:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006575 10.0.0.32 - - [2024-09-12 02:26:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.32 - - [2024-09-12 02:26:58] "GET /virtual-network/d339637c-833c-48e3-bfa5-92fdb883315b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.011429 10.0.0.32 - - [2024-09-12 02:27:01] "DELETE /project/5a29673ab69c4c1ab4d1dd90536b24c1 HTTP/1.1" 404 173 0.006575 10.0.0.32 - - [2024-09-12 02:27:01] "GET /projects?obj_uuids=2f5b9dbf-6b77-40f5-a64d-a7e661366842&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001610 10.0.0.32 - - [2024-09-12 02:27:01] "GET /project/2f5b9dbf-6b77-40f5-a64d-a7e661366842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.041472 10.0.0.32 - - [2024-09-12 02:27:01] "GET /projects?obj_uuids=2f5b9dbf-6b77-40f5-a64d-a7e661366842&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001365 10.0.0.32 - - [2024-09-12 02:27:01] "GET /project/2f5b9dbf-6b77-40f5-a64d-a7e661366842?fields=security_groups HTTP/1.1" 200 1368 0.044548 10.0.0.32 - - [2024-09-12 02:27:01] "DELETE /security-group/1884c0e3-2b33-412e-badc-4a1325fd6807 HTTP/1.1" 200 115 0.053566 10.0.0.32 - - [2024-09-12 02:27:01] "GET /projects?obj_uuids=2f5b9dbf-6b77-40f5-a64d-a7e661366842&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001883 10.0.0.32 - - [2024-09-12 02:27:01] "DELETE /access-control-list/882e4d32-6d62-4828-ba08-55a35154751c HTTP/1.1" 200 115 0.043145 10.0.0.32 - - [2024-09-12 02:27:01] "GET /project/2f5b9dbf-6b77-40f5-a64d-a7e661366842?fields=application_policy_sets HTTP/1.1" 200 1407 0.056570 10.0.0.32 - - [2024-09-12 02:27:01] "DELETE /access-control-list/e6fd7291-6a3a-4587-9eb0-d32459a8cf9e HTTP/1.1" 200 115 0.049109 10.0.0.32 - - [2024-09-12 02:27:01] "DELETE /project/2f5b9dbf-6b77-40f5-a64d-a7e661366842 HTTP/1.1" 200 115 0.362149 10.0.0.32 - - [2024-09-12 02:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.32 - - [2024-09-12 02:27:02] "GET /virtual-network/d339637c-833c-48e3-bfa5-92fdb883315b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.010571 10.0.0.32 - - [2024-09-12 02:27:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.32 - - [2024-09-12 02:27:06] "GET /virtual-network/d339637c-833c-48e3-bfa5-92fdb883315b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.009784 10.0.0.32 - - [2024-09-12 02:27:09] "GET /obj-perms HTTP/1.1" 200 5056 0.053936 10.0.0.32 - - [2024-09-12 02:27:10] "GET /obj-perms HTTP/1.1" 200 5056 0.055068 10.0.0.32 - - [2024-09-12 02:27:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004562 10.0.0.32 - - [2024-09-12 02:27:10] "GET /virtual-network/d339637c-833c-48e3-bfa5-92fdb883315b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.015721 10.0.0.32 - - [2024-09-12 02:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.32 - - [2024-09-12 02:27:12] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004321 10.0.0.32 - - [2024-09-12 02:27:12] "GET /virtual-networks?parent_id=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003810 10.0.0.32 - - [2024-09-12 02:27:12] "GET /virtual-network/d339637c-833c-48e3-bfa5-92fdb883315b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.010666 10.0.0.32 - - [2024-09-12 02:27:12] "POST /neutron/port HTTP/1.1" 200 3026 0.022425 10.0.0.32 - - [2024-09-12 02:27:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006899 10.0.0.32 - - [2024-09-12 02:27:18] "POST /neutron/port HTTP/1.1" 200 3026 0.022480 10.0.0.32 - - [2024-09-12 02:27:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006780 10.0.0.32 - - [2024-09-12 02:27:21] "POST /neutron/port HTTP/1.1" 200 3026 0.024061 10.0.0.32 - - [2024-09-12 02:27:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007240 10.0.0.32 - - [2024-09-12 02:27:23] "POST /neutron/port HTTP/1.1" 200 3026 0.021709 10.0.0.32 - - [2024-09-12 02:27:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007316 10.0.0.32 - - [2024-09-12 02:27:28] "POST /neutron/port HTTP/1.1" 200 3026 0.026484 10.0.0.32 - - [2024-09-12 02:27:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009950 10.0.0.32 - - [2024-09-12 02:27:33] "POST /neutron/port HTTP/1.1" 200 3026 0.027974 10.0.0.32 - - [2024-09-12 02:27:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009220 10.0.0.32 - - [2024-09-12 02:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004263 10.0.0.32 - - [2024-09-12 02:27:38] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004925 10.0.0.32 - - [2024-09-12 02:27:38] "GET /virtual-networks?parent_id=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003529 10.0.0.32 - - [2024-09-12 02:27:38] "GET /virtual-network/66341c4c-6dcb-4779-b98d-b95006f03c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.011810 10.0.0.32 - - [2024-09-12 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004329 10.0.0.32 - - [2024-09-12 02:27:39] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005898 10.0.0.32 - - [2024-09-12 02:27:39] "GET /virtual-networks?parent_id=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004462 10.0.0.32 - - [2024-09-12 02:27:39] "GET /virtual-network/4cc47adb-9c72-4d95-9caa-428786d841ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.010903 10.0.0.32 - - [2024-09-12 02:27:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.003315 10.0.0.32 - - [2024-09-12 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.32 - - [2024-09-12 02:27:39] "GET /projects?obj_uuids=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001454 10.0.0.32 - - [2024-09-12 02:27:39] "GET /project/5a29673a-b69c-4c1a-b4d1-dd90536b24c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.037947 10.0.0.32 - - [2024-09-12 02:27:39] "POST /service-instances HTTP/1.1" 200 543 0.064325 10.0.0.32 - - [2024-09-12 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.32 - - [2024-09-12 02:27:39] "GET /service-instance/8eab5a4c-df7b-433c-aa05-4e44b396b9c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.008417 10.0.0.32 - - [2024-09-12 02:27:39] "POST /port-tuples HTTP/1.1" 200 586 0.024556 10.0.0.32 - - [2024-09-12 02:27:39] "GET /virtual-machine-interface/c5c06fd5-5a38-4bf0-8707-7310c9eb2e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.010978 10.0.0.32 - - [2024-09-12 02:27:39] "PUT /virtual-machine-interface/c5c06fd5-5a38-4bf0-8707-7310c9eb2e0a HTTP/1.1" 200 284 0.014736 10.0.0.32 - - [2024-09-12 02:27:40] "POST /ref-update HTTP/1.1" 200 156 0.011192 10.0.0.32 - - [2024-09-12 02:27:40] "POST /instance-ips HTTP/1.1" 200 385 0.027456 10.0.0.32 - - [2024-09-12 02:27:40] "POST /ref-update HTTP/1.1" 200 156 0.010962 10.0.0.32 - - [2024-09-12 02:27:40] "GET /virtual-machine-interface/18a39f57-b3f4-4902-8fcc-5d9218344743?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.011631 10.0.0.32 - - [2024-09-12 02:27:40] "POST /ref-update HTTP/1.1" 200 156 0.014087 10.0.0.32 - - [2024-09-12 02:27:40] "PUT /virtual-machine-interface/18a39f57-b3f4-4902-8fcc-5d9218344743 HTTP/1.1" 200 284 0.017011 10.0.0.32 - - [2024-09-12 02:27:40] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003287 10.0.0.32 - - [2024-09-12 02:27:40] "POST /ref-update HTTP/1.1" 200 156 0.009483 10.0.0.32 - - [2024-09-12 02:27:40] "GET /virtual-machine-interface/c82d98f3-34b4-462a-aab7-a358712a93a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2728 0.012530 10.0.0.32 - - [2024-09-12 02:27:40] "POST /instance-ips HTTP/1.1" 200 385 0.035594 10.0.0.32 - - [2024-09-12 02:27:40] "PUT /virtual-machine-interface/c82d98f3-34b4-462a-aab7-a358712a93a0 HTTP/1.1" 200 284 0.011434 10.0.0.32 - - [2024-09-12 02:27:40] "POST /ref-update HTTP/1.1" 200 156 0.011697 10.0.0.32 - - [2024-09-12 02:27:40] "POST /ref-update HTTP/1.1" 200 156 0.012672 10.0.0.32 - - [2024-09-12 02:27:40] "POST /ref-update HTTP/1.1" 200 156 0.009243 10.0.0.32 - - [2024-09-12 02:27:40] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004607 10.0.0.32 - - [2024-09-12 02:27:40] "POST /neutron/port HTTP/1.1" 200 1088 0.019334 10.0.0.32 - - [2024-09-12 02:27:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007684 10.0.0.32 - - [2024-09-12 02:27:40] "POST /instance-ips HTTP/1.1" 200 373 0.017927 10.0.0.32 - - [2024-09-12 02:27:40] "POST /neutron/port HTTP/1.1" 200 1088 0.025099 10.0.0.32 - - [2024-09-12 02:27:40] "POST /ref-update HTTP/1.1" 200 156 0.013861 10.0.0.32 - - [2024-09-12 02:27:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008176 10.0.0.32 - - [2024-09-12 02:27:40] "POST /ref-update HTTP/1.1" 200 156 0.011348 10.0.0.32 - - [2024-09-12 02:27:40] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003326 10.0.0.32 - - [2024-09-12 02:27:40] "POST /neutron/port HTTP/1.1" 200 1088 0.025950 10.0.0.32 - - [2024-09-12 02:27:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006925 10.0.0.32 - - [2024-09-12 02:27:40] "GET /virtual-machine/69c7e6f5-5d87-4d5a-977f-5045b380cc9a HTTP/1.1" 200 1290 0.007654 10.0.0.32 - - [2024-09-12 02:27:40] "GET /virtual-machine-interface/13de42aa-94fa-4665-a743-ce3fe45a83a1 HTTP/1.1" 200 2945 0.011434 10.0.0.32 - - [2024-09-12 02:27:40] "POST /instance-ips HTTP/1.1" 200 373 0.043868 10.0.0.32 - - [2024-09-12 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.32 - - [2024-09-12 02:27:40] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004444 10.0.0.32 - - [2024-09-12 02:27:40] "POST /ref-update HTTP/1.1" 200 156 0.008976 10.0.0.32 - - [2024-09-12 02:27:40] "GET /virtual-networks?parent_id=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004261 10.0.0.32 - - [2024-09-12 02:27:40] "POST /ref-update HTTP/1.1" 200 156 0.009821 10.0.0.32 - - [2024-09-12 02:27:40] "GET /virtual-network/66341c4c-6dcb-4779-b98d-b95006f03c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.010912 10.0.0.32 - - [2024-09-12 02:27:40] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004490 10.0.0.32 - - [2024-09-12 02:27:41] "POST /instance-ips HTTP/1.1" 200 375 0.017498 10.0.0.32 - - [2024-09-12 02:27:41] "POST /ref-update HTTP/1.1" 200 156 0.010991 10.0.0.32 - - [2024-09-12 02:27:41] "POST /ref-update HTTP/1.1" 200 156 0.009637 10.0.0.32 - - [2024-09-12 02:27:41] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004745 10.0.0.32 - - [2024-09-12 02:27:41] "POST /instance-ips HTTP/1.1" 200 375 0.021053 10.0.0.32 - - [2024-09-12 02:27:41] "POST /ref-update HTTP/1.1" 200 156 0.013787 10.0.0.32 - - [2024-09-12 02:27:41] "POST /ref-update HTTP/1.1" 200 156 0.010906 10.0.0.32 - - [2024-09-12 02:27:41] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.005480 10.0.0.32 - - [2024-09-12 02:27:41] "GET /global-system-configs HTTP/1.1" 200 322 0.045500 10.0.0.32 - - [2024-09-12 02:27:41] "GET /obj-perms HTTP/1.1" 200 5056 0.096086 10.0.0.32 - - [2024-09-12 02:27:41] "GET /global-system-configs HTTP/1.1" 200 322 0.003357 10.0.0.32 - - [2024-09-12 02:27:42] "GET /obj-perms HTTP/1.1" 200 5056 0.061158 10.0.0.32 - - [2024-09-12 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.32 - - [2024-09-12 02:27:42] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004634 10.0.0.32 - - [2024-09-12 02:27:42] "GET /virtual-networks?parent_id=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003457 10.0.0.32 - - [2024-09-12 02:27:42] "GET /virtual-network/66341c4c-6dcb-4779-b98d-b95006f03c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.010401 10.0.0.32 - - [2024-09-12 02:27:42] "POST /neutron/port HTTP/1.1" 200 1086 0.017094 10.0.0.32 - - [2024-09-12 02:27:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007177 10.0.0.32 - - [2024-09-12 02:27:42] "POST /neutron/port HTTP/1.1" 200 1086 0.019468 10.0.0.32 - - [2024-09-12 02:27:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007565 10.0.0.32 - - [2024-09-12 02:27:42] "POST /neutron/port HTTP/1.1" 200 1086 0.016101 10.0.0.32 - - [2024-09-12 02:27:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006890 10.0.0.32 - - [2024-09-12 02:27:42] "GET /virtual-machine/08fa70c7-5465-406b-b967-c5647eb7075d HTTP/1.1" 200 1289 0.005380 10.0.0.32 - - [2024-09-12 02:27:42] "GET /virtual-machine-interface/e5bb6539-e643-4668-bd49-0ec96f190373 HTTP/1.1" 200 2949 0.009572 10.0.0.32 - - [2024-09-12 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.32 - - [2024-09-12 02:27:42] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004170 10.0.0.32 - - [2024-09-12 02:27:42] "GET /virtual-networks?parent_id=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004087 10.0.0.32 - - [2024-09-12 02:27:42] "GET /virtual-network/4cc47adb-9c72-4d95-9caa-428786d841ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.011103 10.0.0.32 - - [2024-09-12 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.32 - - [2024-09-12 02:27:43] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004133 10.0.0.32 - - [2024-09-12 02:27:44] "GET /virtual-networks?parent_id=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003988 10.0.0.32 - - [2024-09-12 02:27:44] "GET /virtual-network/4cc47adb-9c72-4d95-9caa-428786d841ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.011086 10.0.0.32 - - [2024-09-12 02:27:44] "POST /fqname-to-id HTTP/1.1" 404 211 0.003309 10.0.0.32 - - [2024-09-12 02:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.32 - - [2024-09-12 02:27:44] "GET /projects?obj_uuids=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001402 10.0.0.32 - - [2024-09-12 02:27:44] "GET /project/5a29673a-b69c-4c1a-b4d1-dd90536b24c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.039196 10.0.0.32 - - [2024-09-12 02:27:44] "POST /network-policys HTTP/1.1" 200 547 0.020842 10.0.0.32 - - [2024-09-12 02:27:44] "GET /network-policy/3e78cbef-7c70-4616-8c5d-fa1c22e7fd52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.006468 10.0.0.32 - - [2024-09-12 02:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.32 - - [2024-09-12 02:27:44] "GET /virtual-network/66341c4c-6dcb-4779-b98d-b95006f03c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.010746 10.0.0.32 - - [2024-09-12 02:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.32 - - [2024-09-12 02:27:44] "GET /network-policy/3e78cbef-7c70-4616-8c5d-fa1c22e7fd52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.005129 10.0.0.32 - - [2024-09-12 02:27:44] "POST /fqname-to-id HTTP/1.1" 404 242 0.004878 10.0.0.32 - - [2024-09-12 02:27:44] "POST /ref-update HTTP/1.1" 200 156 0.036047 10.0.0.32 - - [2024-09-12 02:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.32 - - [2024-09-12 02:27:44] "POST /access-control-lists HTTP/1.1" 200 601 0.065243 10.0.0.32 - - [2024-09-12 02:27:44] "GET /network-policy/3e78cbef-7c70-4616-8c5d-fa1c22e7fd52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004964 10.0.0.32 - - [2024-09-12 02:27:44] "POST /neutron/network HTTP/1.1" 200 922 0.008983 10.0.0.32 - - [2024-09-12 02:27:44] "GET /virtual-network/66341c4c-6dcb-4779-b98d-b95006f03c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.010365 10.0.0.32 - - [2024-09-12 02:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.32 - - [2024-09-12 02:27:45] "GET /network-policy/3e78cbef-7c70-4616-8c5d-fa1c22e7fd52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.005003 10.0.0.32 - - [2024-09-12 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.32 - - [2024-09-12 02:27:45] "GET /virtual-network/4cc47adb-9c72-4d95-9caa-428786d841ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.011555 10.0.0.32 - - [2024-09-12 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.32 - - [2024-09-12 02:27:45] "GET /network-policy/3e78cbef-7c70-4616-8c5d-fa1c22e7fd52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004764 10.0.0.32 - - [2024-09-12 02:27:45] "POST /fqname-to-id HTTP/1.1" 404 244 0.006247 10.0.0.32 - - [2024-09-12 02:27:45] "POST /ref-update HTTP/1.1" 200 156 0.040687 10.0.0.32 - - [2024-09-12 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.32 - - [2024-09-12 02:27:45] "POST /access-control-lists HTTP/1.1" 200 604 0.068192 10.0.0.32 - - [2024-09-12 02:27:45] "GET /network-policy/3e78cbef-7c70-4616-8c5d-fa1c22e7fd52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004642 10.0.0.32 - - [2024-09-12 02:27:45] "POST /routing-instances HTTP/1.1" 200 759 0.017550 10.0.0.32 - - [2024-09-12 02:27:45] "POST /neutron/network HTTP/1.1" 200 922 0.008708 10.0.0.32 - - [2024-09-12 02:27:45] "GET /virtual-network/4cc47adb-9c72-4d95-9caa-428786d841ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.013115 10.0.0.32 - - [2024-09-12 02:27:45] "POST /route-targets HTTP/1.1" 200 327 0.013449 10.0.0.32 - - [2024-09-12 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.32 - - [2024-09-12 02:27:45] "POST /ref-update HTTP/1.1" 200 156 0.012179 10.0.0.32 - - [2024-09-12 02:27:45] "GET /network-policy/3e78cbef-7c70-4616-8c5d-fa1c22e7fd52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.005101 10.0.0.32 - - [2024-09-12 02:27:45] "GET /routing-instance/0e81c4e9-1764-465a-bfcd-56dd0dd3956c?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1276 0.006028 10.0.0.32 - - [2024-09-12 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.32 - - [2024-09-12 02:27:45] "GET /routing-instance/0e81c4e9-1764-465a-bfcd-56dd0dd3956c?fields=routing_policy_back_refs HTTP/1.1" 200 1276 0.008058 10.0.0.32 - - [2024-09-12 02:27:45] "GET /service-template/2f7178b4-37fc-4bd3-85be-9268b5737925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1811 0.004969 10.0.0.32 - - [2024-09-12 02:27:45] "POST /ref-update HTTP/1.1" 200 156 0.013372 10.0.0.32 - - [2024-09-12 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004145 10.0.0.32 - - [2024-09-12 02:27:45] "GET /projects?obj_uuids=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001427 10.0.0.32 - - [2024-09-12 02:27:45] "POST /routing-instances HTTP/1.1" 200 760 0.026919 10.0.0.32 - - [2024-09-12 02:27:45] "GET /project/5a29673a-b69c-4c1a-b4d1-dd90536b24c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.043826 10.0.0.32 - - [2024-09-12 02:27:45] "POST /route-targets HTTP/1.1" 200 327 0.013373 10.0.0.32 - - [2024-09-12 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006147 10.0.0.32 - - [2024-09-12 02:27:45] "GET /service-instance/8eab5a4c-df7b-433c-aa05-4e44b396b9c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3529 0.011065 10.0.0.32 - - [2024-09-12 02:27:45] "POST /ref-update HTTP/1.1" 200 156 0.027653 10.0.0.32 - - [2024-09-12 02:27:46] "GET /domains HTTP/1.1" 200 280 0.003058 10.0.0.32 - - [2024-09-12 02:27:46] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001408 10.0.0.32 - - [2024-09-12 02:27:46] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0 HTTP/1.1" 200 2771 0.010782 10.0.0.32 - - [2024-09-12 02:27:46] "GET /projects?obj_uuids=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001208 10.0.0.32 - - [2024-09-12 02:27:46] "GET /routing-instance/80c6827b-8552-4f3e-ac4a-72e0d9494fb3?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.039553 10.0.0.32 - - [2024-09-12 02:27:46] "GET /routing-instance/80c6827b-8552-4f3e-ac4a-72e0d9494fb3?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.005617 10.0.0.32 - - [2024-09-12 02:27:46] "GET /project/5a29673a-b69c-4c1a-b4d1-dd90536b24c1 HTTP/1.1" 200 4232 0.082730 10.0.0.32 - - [2024-09-12 02:27:46] "GET /service-instance/8eab5a4c-df7b-433c-aa05-4e44b396b9c2 HTTP/1.1" 200 3783 0.007210 10.0.0.32 - - [2024-09-12 02:27:46] "GET /domains HTTP/1.1" 200 280 0.007400 10.0.0.32 - - [2024-09-12 02:27:46] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001985 10.0.0.32 - - [2024-09-12 02:27:46] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0 HTTP/1.1" 200 2771 0.010440 10.0.0.32 - - [2024-09-12 02:27:46] "PUT /routing-instance/0e81c4e9-1764-465a-bfcd-56dd0dd3956c HTTP/1.1" 200 266 0.018828 10.0.0.32 - - [2024-09-12 02:27:46] "GET /projects?obj_uuids=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001776 10.0.0.32 - - [2024-09-12 02:27:46] "PUT /routing-instance/80c6827b-8552-4f3e-ac4a-72e0d9494fb3 HTTP/1.1" 200 266 0.015231 10.0.0.32 - - [2024-09-12 02:27:46] "GET /project/5a29673a-b69c-4c1a-b4d1-dd90536b24c1 HTTP/1.1" 200 4232 0.095270 10.0.0.32 - - [2024-09-12 02:27:46] "GET /service-instance/8eab5a4c-df7b-433c-aa05-4e44b396b9c2 HTTP/1.1" 200 3783 0.008181 10.0.0.32 - - [2024-09-12 02:27:46] "GET /port-tuple/00c34913-fe65-4d5a-87af-30567d9d0772 HTTP/1.1" 200 1975 0.010710 10.0.0.32 - - [2024-09-12 02:27:46] "POST /ref-update HTTP/1.1" 200 156 0.026914 10.0.0.32 - - [2024-09-12 02:27:46] "GET /virtual-machine-interface/18a39f57-b3f4-4902-8fcc-5d9218344743 HTTP/1.1" 200 3797 0.013719 10.0.0.32 - - [2024-09-12 02:27:46] "GET /virtual-machine-interface/c5c06fd5-5a38-4bf0-8707-7310c9eb2e0a HTTP/1.1" 200 3815 0.010820 10.0.0.32 - - [2024-09-12 02:27:46] "GET /virtual-machine-interface/c82d98f3-34b4-462a-aab7-a358712a93a0 HTTP/1.1" 200 3804 0.010574 10.0.0.32 - - [2024-09-12 02:27:46] "PUT /access-control-list/44464081-67ad-4ea3-96ad-edc5e1d5ba19 HTTP/1.1" 200 272 0.010867 10.0.0.32 - - [2024-09-12 02:27:46] "PUT /access-control-list/2864d258-1d57-4a69-b912-9e51b48f7e40 HTTP/1.1" 200 272 0.014323 10.0.0.32 - - [2024-09-12 02:27:46] "POST /neutron/port HTTP/1.1" 200 3833 0.054918 10.0.0.32 - - [2024-09-12 02:27:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007322 10.0.0.32 - - [2024-09-12 02:27:46] "POST /neutron/port HTTP/1.1" 200 3833 0.039066 10.0.0.32 - - [2024-09-12 02:27:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007033 10.0.0.32 - - [2024-09-12 02:27:46] "POST /neutron/port HTTP/1.1" 200 3833 0.043198 10.0.0.32 - - [2024-09-12 02:27:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008445 10.0.0.32 - - [2024-09-12 02:27:46] "POST /neutron/port HTTP/1.1" 200 3833 0.042940 10.0.0.32 - - [2024-09-12 02:27:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006912 10.0.0.32 - - [2024-09-12 02:27:46] "POST /neutron/network HTTP/1.1" 200 896 0.017121 10.0.0.32 - - [2024-09-12 02:27:46] "POST /neutron/network HTTP/1.1" 200 922 0.006862 10.0.0.32 - - [2024-09-12 02:27:46] "POST /neutron/network HTTP/1.1" 200 805 0.015150 10.0.0.32 - - [2024-09-12 02:27:46] "POST /neutron/network HTTP/1.1" 200 831 0.006364 10.0.0.32 - - [2024-09-12 02:27:46] "POST /neutron/network HTTP/1.1" 200 896 0.017077 10.0.0.32 - - [2024-09-12 02:27:47] "POST /neutron/network HTTP/1.1" 200 922 0.009751 10.0.0.32 - - [2024-09-12 02:27:47] "POST /id-to-fqname HTTP/1.1" 200 223 0.001685 10.0.0.32 - - [2024-09-12 02:27:47] "POST /id-to-fqname HTTP/1.1" 200 223 0.001461 10.0.0.32 - - [2024-09-12 02:27:47] "POST /id-to-fqname HTTP/1.1" 200 224 0.001728 10.0.0.32 - - [2024-09-12 02:27:47] "GET /virtual-machine/8f6fbd66-0be2-4a2c-bb1c-ddf53a7a9152 HTTP/1.1" 200 1803 0.005516 10.0.0.32 - - [2024-09-12 02:27:47] "GET /virtual-machine-interface/18a39f57-b3f4-4902-8fcc-5d9218344743 HTTP/1.1" 200 3797 0.011554 10.0.0.32 - - [2024-09-12 02:27:47] "GET /virtual-machine-interface/c5c06fd5-5a38-4bf0-8707-7310c9eb2e0a HTTP/1.1" 200 3815 0.009674 10.0.0.32 - - [2024-09-12 02:27:47] "GET /virtual-machine-interface/c82d98f3-34b4-462a-aab7-a358712a93a0 HTTP/1.1" 200 3804 0.010434 10.0.0.32 - - [2024-09-12 02:27:47] "GET /instance-ip/96183b9d-af2b-431f-be43-48d1a434b8e4 HTTP/1.1" 200 1957 0.006778 10.0.0.32 - - [2024-09-12 02:27:47] "GET /instance-ip/cb429289-32b7-4ef9-b607-1317403d44d2 HTTP/1.1" 200 1624 0.007374 10.0.0.32 - - [2024-09-12 02:27:47] "GET /instance-ip/f4748246-a31f-41fe-acef-982d27171e96 HTTP/1.1" 200 1955 0.007120 10.0.0.32 - - [2024-09-12 02:27:47] "GET /instance-ip/31836b97-245f-4188-8b2e-d88acbe53546 HTTP/1.1" 200 1978 0.006053 10.0.0.32 - - [2024-09-12 02:27:47] "GET /instance-ip/446291e6-e53c-497e-bdf4-fb95c08b13f7 HTTP/1.1" 200 1980 0.006112 10.0.0.32 - - [2024-09-12 02:27:47] "GET /instance-ip/985ae92f-7b35-4cde-ae59-27ae419925e6 HTTP/1.1" 200 1621 0.008004 10.0.0.32 - - [2024-09-12 02:27:47] "GET /instance-ip/6f1fece1-4668-467e-b0f7-443f465705cd HTTP/1.1" 200 1960 0.005401 10.0.0.32 - - [2024-09-12 02:27:47] "GET /instance-ip/c8cbfc8a-7bcd-4c6a-9c81-055d548ff8dd HTTP/1.1" 200 1959 0.007155 10.0.0.32 - - [2024-09-12 02:27:47] "GET /instance-ip/ead7912e-840d-49cd-891e-f27222c9609d HTTP/1.1" 200 1622 0.008680 10.0.0.32 - - [2024-09-12 02:27:47] "POST /neutron/port HTTP/1.1" 200 3833 0.038616 10.0.0.32 - - [2024-09-12 02:27:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007602 10.0.0.32 - - [2024-09-12 02:27:47] "POST /neutron/port HTTP/1.1" 200 3833 0.037986 10.0.0.32 - - [2024-09-12 02:27:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007505 10.0.0.32 - - [2024-09-12 02:27:47] "POST /neutron/port HTTP/1.1" 200 3833 0.043768 10.0.0.32 - - [2024-09-12 02:27:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007823 10.0.0.32 - - [2024-09-12 02:27:47] "POST /neutron/port HTTP/1.1" 200 3833 0.055095 10.0.0.32 - - [2024-09-12 02:27:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008717 10.0.0.32 - - [2024-09-12 02:27:47] "GET /virtual-machine/8f6fbd66-0be2-4a2c-bb1c-ddf53a7a9152 HTTP/1.1" 200 1803 0.005625 10.0.0.32 - - [2024-09-12 02:27:47] "GET /virtual-machine-interface/18a39f57-b3f4-4902-8fcc-5d9218344743 HTTP/1.1" 200 3797 0.010261 10.0.0.32 - - [2024-09-12 02:27:47] "GET /virtual-machine-interface/c5c06fd5-5a38-4bf0-8707-7310c9eb2e0a HTTP/1.1" 200 3815 0.011583 10.0.0.32 - - [2024-09-12 02:27:47] "GET /virtual-machine-interface/c82d98f3-34b4-462a-aab7-a358712a93a0 HTTP/1.1" 200 3804 0.012524 10.0.0.32 - - [2024-09-12 02:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.32 - - [2024-09-12 02:27:47] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005313 10.0.0.32 - - [2024-09-12 02:27:47] "GET /virtual-networks?parent_id=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003904 10.0.0.32 - - [2024-09-12 02:27:47] "GET /virtual-network/66341c4c-6dcb-4779-b98d-b95006f03c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.011294 10.0.0.32 - - [2024-09-12 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.32 - - [2024-09-12 02:27:49] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003727 10.0.0.32 - - [2024-09-12 02:27:49] "GET /virtual-networks?parent_id=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003457 10.0.0.32 - - [2024-09-12 02:27:49] "GET /virtual-network/66341c4c-6dcb-4779-b98d-b95006f03c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.010896 10.0.0.32 - - [2024-09-12 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246 10.0.0.32 - - [2024-09-12 02:27:49] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004836 10.0.0.32 - - [2024-09-12 02:27:49] "GET /virtual-networks?parent_id=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.005347 10.0.0.32 - - [2024-09-12 02:27:49] "GET /virtual-network/66341c4c-6dcb-4779-b98d-b95006f03c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.010128 10.0.0.32 - - [2024-09-12 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.32 - - [2024-09-12 02:27:49] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005272 10.0.0.32 - - [2024-09-12 02:27:49] "GET /virtual-networks?parent_id=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003679 10.0.0.32 - - [2024-09-12 02:27:49] "GET /virtual-network/66341c4c-6dcb-4779-b98d-b95006f03c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.011991 10.0.0.32 - - [2024-09-12 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004360 10.0.0.32 - - [2024-09-12 02:27:49] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004631 10.0.0.32 - - [2024-09-12 02:27:49] "GET /virtual-networks?parent_id=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003840 10.0.0.32 - - [2024-09-12 02:27:49] "GET /virtual-network/66341c4c-6dcb-4779-b98d-b95006f03c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.011503 10.0.0.32 - - [2024-09-12 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004368 10.0.0.32 - - [2024-09-12 02:27:50] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.006250 10.0.0.32 - - [2024-09-12 02:27:50] "GET /virtual-networks?parent_id=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.005299 10.0.0.32 - - [2024-09-12 02:27:50] "GET /virtual-network/d339637c-833c-48e3-bfa5-92fdb883315b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.011534 10.0.0.32 - - [2024-09-12 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.32 - - [2024-09-12 02:27:50] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004951 10.0.0.32 - - [2024-09-12 02:27:50] "GET /virtual-networks?parent_id=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003793 10.0.0.32 - - [2024-09-12 02:27:50] "GET /virtual-network/d339637c-833c-48e3-bfa5-92fdb883315b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.010861 10.0.0.32 - - [2024-09-12 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.32 - - [2024-09-12 02:27:50] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005403 10.0.0.32 - - [2024-09-12 02:27:50] "GET /virtual-networks?parent_id=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003398 10.0.0.32 - - [2024-09-12 02:27:50] "GET /virtual-network/d339637c-833c-48e3-bfa5-92fdb883315b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.010689 10.0.0.32 - - [2024-09-12 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.32 - - [2024-09-12 02:27:50] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004992 10.0.0.32 - - [2024-09-12 02:27:50] "GET /virtual-networks?parent_id=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004169 10.0.0.32 - - [2024-09-12 02:27:50] "GET /virtual-network/d339637c-833c-48e3-bfa5-92fdb883315b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.011412 10.0.0.32 - - [2024-09-12 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.32 - - [2024-09-12 02:27:50] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004636 10.0.0.32 - - [2024-09-12 02:27:50] "GET /virtual-networks?parent_id=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003464 10.0.0.32 - - [2024-09-12 02:27:51] "GET /virtual-network/4cc47adb-9c72-4d95-9caa-428786d841ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.010665 10.0.0.32 - - [2024-09-12 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.32 - - [2024-09-12 02:27:51] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004654 10.0.0.32 - - [2024-09-12 02:27:51] "GET /virtual-networks?parent_id=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003701 10.0.0.32 - - [2024-09-12 02:27:51] "GET /virtual-network/4cc47adb-9c72-4d95-9caa-428786d841ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.010256 10.0.0.32 - - [2024-09-12 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.32 - - [2024-09-12 02:27:51] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004615 10.0.0.32 - - [2024-09-12 02:27:51] "GET /virtual-networks?parent_id=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004616 10.0.0.32 - - [2024-09-12 02:27:51] "GET /virtual-network/4cc47adb-9c72-4d95-9caa-428786d841ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.010476 10.0.0.32 - - [2024-09-12 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.32 - - [2024-09-12 02:27:51] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005147 10.0.0.32 - - [2024-09-12 02:27:51] "GET /virtual-networks?parent_id=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003739 10.0.0.32 - - [2024-09-12 02:27:51] "GET /virtual-network/4cc47adb-9c72-4d95-9caa-428786d841ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.013654 10.0.0.32 - - [2024-09-12 02:27:51] "GET /virtual-machine/8f6fbd66-0be2-4a2c-bb1c-ddf53a7a9152 HTTP/1.1" 200 1803 0.005996 10.0.0.32 - - [2024-09-12 02:27:51] "GET /domains HTTP/1.1" 200 280 0.002961 10.0.0.32 - - [2024-09-12 02:27:51] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001424 10.0.0.32 - - [2024-09-12 02:27:51] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0 HTTP/1.1" 200 2771 0.009562 10.0.0.32 - - [2024-09-12 02:27:51] "GET /projects?obj_uuids=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002453 10.0.0.32 - - [2024-09-12 02:27:51] "GET /project/5a29673a-b69c-4c1a-b4d1-dd90536b24c1 HTTP/1.1" 200 4232 0.107301 10.0.0.32 - - [2024-09-12 02:27:51] "GET /service-instance/8eab5a4c-df7b-433c-aa05-4e44b396b9c2 HTTP/1.1" 200 3783 0.007955 10.0.0.32 - - [2024-09-12 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.32 - - [2024-09-12 02:27:51] "GET /routing-instance/834c9d08-6570-423c-b0f4-c97ce094c760?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.005878 10.0.0.32 - - [2024-09-12 02:27:51] "GET /routing-instance/834c9d08-6570-423c-b0f4-c97ce094c760?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2020 0.009112 10.0.0.32 - - [2024-09-12 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.32 - - [2024-09-12 02:27:52] "GET /routing-instance/3f2538fd-b895-4435-ab26-effc21a744d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.006775 10.0.0.32 - - [2024-09-12 02:27:52] "GET /routing-instance/3f2538fd-b895-4435-ab26-effc21a744d0?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.012154 10.0.0.32 - - [2024-09-12 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005738 10.0.0.32 - - [2024-09-12 02:27:52] "GET /virtual-network/66341c4c-6dcb-4779-b98d-b95006f03c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.011912 10.0.0.32 - - [2024-09-12 02:27:52] "GET /virtual-network/66341c4c-6dcb-4779-b98d-b95006f03c8e?fields=routing_instances HTTP/1.1" 200 1682 0.012274 10.0.0.32 - - [2024-09-12 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004085 10.0.0.32 - - [2024-09-12 02:27:52] "GET /virtual-network/4cc47adb-9c72-4d95-9caa-428786d841ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.010589 10.0.0.32 - - [2024-09-12 02:27:52] "GET /virtual-network/4cc47adb-9c72-4d95-9caa-428786d841ec?fields=routing_instances HTTP/1.1" 200 1687 0.012830 10.0.0.32 - - [2024-09-12 02:27:56] "POST /ref-update HTTP/1.1" 200 156 0.042997 10.0.0.32 - - [2024-09-12 02:27:56] "POST /neutron/network HTTP/1.1" 200 834 0.012610 10.0.0.32 - - [2024-09-12 02:27:56] "GET /virtual-network/4cc47adb-9c72-4d95-9caa-428786d841ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.011057 10.0.0.32 - - [2024-09-12 02:27:56] "DELETE /access-control-list/2864d258-1d57-4a69-b912-9e51b48f7e40 HTTP/1.1" 200 115 0.077688 10.0.0.32 - - [2024-09-12 02:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.32 - - [2024-09-12 02:27:56] "GET /network-policy/3e78cbef-7c70-4616-8c5d-fa1c22e7fd52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.005705 10.0.0.32 - - [2024-09-12 02:27:56] "DELETE /routing-instance/0e81c4e9-1764-465a-bfcd-56dd0dd3956c HTTP/1.1" 200 115 0.036052 10.0.0.32 - - [2024-09-12 02:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.32 - - [2024-09-12 02:27:56] "POST /ref-update HTTP/1.1" 200 156 0.035090 10.0.0.32 - - [2024-09-12 02:27:56] "DELETE /route-target/752154b8-6644-43d0-8487-c8b69ad96c91 HTTP/1.1" 200 115 0.017070 10.0.0.32 - - [2024-09-12 02:27:56] "POST /neutron/network HTTP/1.1" 200 834 0.020589 10.0.0.32 - - [2024-09-12 02:27:56] "GET /virtual-network/66341c4c-6dcb-4779-b98d-b95006f03c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.024560 10.0.0.32 - - [2024-09-12 02:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004105 10.0.0.32 - - [2024-09-12 02:27:57] "DELETE /routing-instance/80c6827b-8552-4f3e-ac4a-72e0d9494fb3 HTTP/1.1" 200 115 0.115494 10.0.0.32 - - [2024-09-12 02:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.32 - - [2024-09-12 02:27:57] "GET /network-policy/3e78cbef-7c70-4616-8c5d-fa1c22e7fd52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.005020 10.0.0.32 - - [2024-09-12 02:27:57] "DELETE /route-target/da80ad6d-de7c-48f3-a457-136d79b7e217 HTTP/1.1" 200 115 0.027360 10.0.0.32 - - [2024-09-12 02:27:57] "DELETE /network-policy/3e78cbef-7c70-4616-8c5d-fa1c22e7fd52 HTTP/1.1" 200 115 0.040251 10.0.0.32 - - [2024-09-12 02:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006043 10.0.0.32 - - [2024-09-12 02:27:57] "DELETE /access-control-list/44464081-67ad-4ea3-96ad-edc5e1d5ba19 HTTP/1.1" 200 115 0.038406 10.0.0.32 - - [2024-09-12 02:27:57] "DELETE /service-instance/8eab5a4c-df7b-433c-aa05-4e44b396b9c2 HTTP/1.1" 200 115 0.070063 10.0.0.32 - - [2024-09-12 02:27:57] "GET /domains HTTP/1.1" 200 280 0.002717 10.0.0.32 - - [2024-09-12 02:27:57] "POST /ref-update HTTP/1.1" 200 156 0.015674 10.0.0.32 - - [2024-09-12 02:27:57] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001224 10.0.0.32 - - [2024-09-12 02:27:57] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0 HTTP/1.1" 200 2771 0.014710 10.0.0.32 - - [2024-09-12 02:27:57] "GET /projects?obj_uuids=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002207 10.0.0.32 - - [2024-09-12 02:27:57] "DELETE /instance-ip/446291e6-e53c-497e-bdf4-fb95c08b13f7 HTTP/1.1" 200 115 0.034695 10.0.0.32 - - [2024-09-12 02:27:57] "POST /ref-update HTTP/1.1" 200 156 0.010626 10.0.0.32 - - [2024-09-12 02:27:57] "GET /project/5a29673a-b69c-4c1a-b4d1-dd90536b24c1 HTTP/1.1" 200 3758 0.075028 10.0.0.32 - - [2024-09-12 02:27:57] "GET /virtual-machine/8f6fbd66-0be2-4a2c-bb1c-ddf53a7a9152 HTTP/1.1" 200 1803 0.005866 10.0.0.32 - - [2024-09-12 02:27:57] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002715 10.0.0.32 - - [2024-09-12 02:27:57] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002506 10.0.0.32 - - [2024-09-12 02:27:57] "DELETE /instance-ip/96183b9d-af2b-431f-be43-48d1a434b8e4 HTTP/1.1" 200 115 0.026133 10.0.0.32 - - [2024-09-12 02:27:57] "POST /ref-update HTTP/1.1" 200 156 0.009834 10.0.0.32 - - [2024-09-12 02:27:57] "DELETE /instance-ip/31836b97-245f-4188-8b2e-d88acbe53546 HTTP/1.1" 200 115 0.023944 10.0.0.32 - - [2024-09-12 02:27:57] "POST /ref-update HTTP/1.1" 200 156 0.012043 10.0.0.32 - - [2024-09-12 02:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.32 - - [2024-09-12 02:27:57] "DELETE /service-template/2f7178b4-37fc-4bd3-85be-9268b5737925 HTTP/1.1" 200 115 0.023316 10.0.0.32 - - [2024-09-12 02:27:57] "POST /fqname-to-id HTTP/1.1" 404 193 0.002837 10.0.0.32 - - [2024-09-12 02:27:57] "DELETE /instance-ip/c8cbfc8a-7bcd-4c6a-9c81-055d548ff8dd HTTP/1.1" 200 115 0.034014 10.0.0.32 - - [2024-09-12 02:27:57] "POST /ref-update HTTP/1.1" 200 156 0.016333 10.0.0.32 - - [2024-09-12 02:27:57] "DELETE /instance-ip/6f1fece1-4668-467e-b0f7-443f465705cd HTTP/1.1" 200 115 0.026986 10.0.0.32 - - [2024-09-12 02:27:57] "POST /ref-update HTTP/1.1" 200 156 0.017869 10.0.0.32 - - [2024-09-12 02:27:57] "DELETE /instance-ip/f4748246-a31f-41fe-acef-982d27171e96 HTTP/1.1" 200 115 0.068941 10.0.0.32 - - [2024-09-12 02:27:57] "POST /neutron/network HTTP/1.1" 200 834 0.011731 10.0.0.32 - - [2024-09-12 02:27:57] "POST /neutron/network HTTP/1.1" 400 204 0.013047 10.0.0.32 - - [2024-09-12 02:27:58] "POST /neutron/port HTTP/1.1" 200 1086 0.018086 10.0.0.32 - - [2024-09-12 02:27:58] "POST /neutron/port HTTP/1.1" 200 1112 0.010195 10.0.0.32 - - [2024-09-12 02:27:58] "POST /neutron/port HTTP/1.1" 200 1088 0.038427 10.0.0.32 - - [2024-09-12 02:27:58] "POST /neutron/port HTTP/1.1" 200 151 0.155916 10.0.0.32 - - [2024-09-12 02:27:58] "POST /neutron/port HTTP/1.1" 200 1114 0.011106 10.0.0.32 - - [2024-09-12 02:27:58] "POST /neutron/port HTTP/1.1" 200 3026 0.029122 10.0.0.32 - - [2024-09-12 02:27:58] "POST /neutron/port HTTP/1.1" 200 1111 0.012205 10.0.0.32 - - [2024-09-12 02:27:58] "POST /neutron/port HTTP/1.1" 200 151 0.145727 10.0.0.32 - - [2024-09-12 02:27:58] "POST /neutron/port HTTP/1.1" 200 151 0.126899 10.0.0.32 - - [2024-09-12 02:27:58] "POST /neutron/port HTTP/1.1" 200 1114 0.011462 10.0.0.32 - - [2024-09-12 02:27:58] "POST /neutron/port HTTP/1.1" 200 151 0.111348 10.0.0.32 - - [2024-09-12 02:27:58] "POST /neutron/port HTTP/1.1" 200 1112 0.011220 10.0.0.32 - - [2024-09-12 02:27:59] "POST /neutron/port HTTP/1.1" 200 151 0.146809 10.0.0.32 - - [2024-09-12 02:27:59] "POST /neutron/network HTTP/1.1" 200 834 0.007343 10.0.0.32 - - [2024-09-12 02:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.32 - - [2024-09-12 02:27:59] "POST /useragent-kv HTTP/1.1" 200 115 0.001316 10.0.0.32 - - [2024-09-12 02:27:59] "POST /useragent-kv HTTP/1.1" 200 115 0.001322 10.0.0.32 - - [2024-09-12 02:27:59] "POST /neutron/network HTTP/1.1" 200 151 0.098822 10.0.0.32 - - [2024-09-12 02:27:59] "DELETE /route-target/476c0f0f-3725-4f4c-88f4-c601ebf7bb2c HTTP/1.1" 200 115 0.023343 10.0.0.32 - - [2024-09-12 02:27:59] "GET /routing-instance/3f2538fd-b895-4435-ab26-effc21a744d0 HTTP/1.1" 404 171 0.003130 10.0.0.32 - - [2024-09-12 02:28:00] "GET /domains HTTP/1.1" 200 280 0.003508 10.0.0.32 - - [2024-09-12 02:28:00] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001697 10.0.0.32 - - [2024-09-12 02:28:00] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0 HTTP/1.1" 200 2571 0.054875 10.0.0.32 - - [2024-09-12 02:28:00] "GET /projects?obj_uuids=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001398 10.0.0.32 - - [2024-09-12 02:28:00] "GET /project/5a29673a-b69c-4c1a-b4d1-dd90536b24c1 HTTP/1.1" 200 2297 0.083460 10.0.0.32 - - [2024-09-12 02:28:00] "POST /neutron/network HTTP/1.1" 200 834 0.007513 10.0.0.32 - - [2024-09-12 02:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.007969 10.0.0.32 - - [2024-09-12 02:28:00] "POST /useragent-kv HTTP/1.1" 200 115 0.001999 10.0.0.32 - - [2024-09-12 02:28:00] "POST /useragent-kv HTTP/1.1" 200 115 0.001521 10.0.0.32 - - [2024-09-12 02:28:00] "POST /neutron/network HTTP/1.1" 200 151 0.103153 10.0.0.32 - - [2024-09-12 02:28:00] "DELETE /route-target/1756ce39-b159-458b-aa99-c444e89041b6 HTTP/1.1" 200 115 0.022781 10.0.0.32 - - [2024-09-12 02:28:00] "GET /routing-instance/834c9d08-6570-423c-b0f4-c97ce094c760 HTTP/1.1" 404 171 0.003134 10.0.0.32 - - [2024-09-12 02:28:00] "GET /domains HTTP/1.1" 200 280 0.002694 10.0.0.32 - - [2024-09-12 02:28:00] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001352 10.0.0.32 - - [2024-09-12 02:28:00] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0 HTTP/1.1" 200 2571 0.053594 10.0.0.32 - - [2024-09-12 02:28:00] "GET /projects?obj_uuids=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002073 10.0.0.32 - - [2024-09-12 02:28:00] "GET /project/5a29673a-b69c-4c1a-b4d1-dd90536b24c1 HTTP/1.1" 200 2079 0.085705 10.0.0.32 - - [2024-09-12 02:28:00] "POST /neutron/network HTTP/1.1" 200 831 0.006561 10.0.0.32 - - [2024-09-12 02:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004442 10.0.0.32 - - [2024-09-12 02:28:00] "POST /useragent-kv HTTP/1.1" 200 115 0.001381 10.0.0.32 - - [2024-09-12 02:28:00] "POST /useragent-kv HTTP/1.1" 200 115 0.001292 10.0.0.32 - - [2024-09-12 02:28:00] "POST /neutron/network HTTP/1.1" 200 151 0.103107 10.0.0.32 - - [2024-09-12 02:28:00] "DELETE /route-target/8e689ab1-580f-4f4e-9842-8bfa1bb78ff6 HTTP/1.1" 200 115 0.021522 10.0.0.32 - - [2024-09-12 02:28:00] "GET /routing-instance/dbb9014b-d155-4159-bd3b-9375ce4e6382 HTTP/1.1" 404 171 0.002439 10.0.0.32 - - [2024-09-12 02:28:00] "GET /domains HTTP/1.1" 200 280 0.002411 10.0.0.32 - - [2024-09-12 02:28:00] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001397 10.0.0.32 - - [2024-09-12 02:28:00] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0 HTTP/1.1" 200 2571 0.053769 10.0.0.32 - - [2024-09-12 02:28:00] "GET /projects?obj_uuids=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003094 10.0.0.32 - - [2024-09-12 02:28:00] "GET /project/5a29673a-b69c-4c1a-b4d1-dd90536b24c1 HTTP/1.1" 200 1839 0.082488 10.0.0.32 - - [2024-09-12 02:28:01] "GET /projects?obj_uuids=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001346 10.0.0.32 - - [2024-09-12 02:28:01] "GET /project/5a29673a-b69c-4c1a-b4d1-dd90536b24c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.036819 10.0.0.32 - - [2024-09-12 02:28:01] "GET /projects?obj_uuids=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001271 10.0.0.32 - - [2024-09-12 02:28:01] "GET /project/5a29673a-b69c-4c1a-b4d1-dd90536b24c1?fields=virtual_networks HTTP/1.1" 200 1027 0.080117 10.0.0.32 - - [2024-09-12 02:28:01] "GET /projects?obj_uuids=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001954 10.0.0.32 - - [2024-09-12 02:28:01] "GET /project/5a29673a-b69c-4c1a-b4d1-dd90536b24c1?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.041649 10.0.0.32 - - [2024-09-12 02:28:01] "GET /projects?obj_uuids=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001470 10.0.0.32 - - [2024-09-12 02:28:01] "GET /project/5a29673a-b69c-4c1a-b4d1-dd90536b24c1?fields=security_groups HTTP/1.1" 200 1251 0.035582 10.0.0.32 - - [2024-09-12 02:28:02] "GET /projects?obj_uuids=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001212 10.0.0.32 - - [2024-09-12 02:28:02] "GET /project/5a29673a-b69c-4c1a-b4d1-dd90536b24c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.039414 10.0.0.32 - - [2024-09-12 02:28:02] "GET /projects?obj_uuids=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001356 10.0.0.32 - - [2024-09-12 02:28:02] "GET /project/5a29673a-b69c-4c1a-b4d1-dd90536b24c1?fields=security_groups HTTP/1.1" 200 1356 0.033358 10.0.0.32 - - [2024-09-12 02:28:02] "DELETE /security-group/f20d3c43-a24b-4b88-b230-e43a183c5baf HTTP/1.1" 200 115 0.036985 10.0.0.32 - - [2024-09-12 02:28:02] "GET /projects?obj_uuids=5a29673a-b69c-4c1a-b4d1-dd90536b24c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001701 10.0.0.32 - - [2024-09-12 02:28:02] "GET /project/5a29673a-b69c-4c1a-b4d1-dd90536b24c1?fields=application_policy_sets HTTP/1.1" 200 1395 0.034686 10.0.0.32 - - [2024-09-12 02:28:02] "DELETE /access-control-list/48102f75-b560-42fa-9584-05981b09b7ce HTTP/1.1" 200 115 0.051482 10.0.0.32 - - [2024-09-12 02:28:02] "POST /fqname-to-id HTTP/1.1" 404 189 0.051811 10.0.0.32 - - [2024-09-12 02:28:02] "DELETE /access-control-list/1df9eaf1-88ba-433d-b4f6-f5e6ea559600 HTTP/1.1" 200 115 0.039669 10.0.0.32 - - [2024-09-12 02:28:02] "DELETE /project/5a29673a-b69c-4c1a-b4d1-dd90536b24c1 HTTP/1.1" 200 115 0.337103 10.0.0.32 - - [2024-09-12 02:28:02] "GET /projects?obj_uuids=2dbb827f-3005-4b6e-a7a0-f69e9e051e5e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003558 10.0.0.32 - - [2024-09-12 02:28:02] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001349 10.0.0.32 - - [2024-09-12 02:28:02] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010006 10.0.0.32 - - [2024-09-12 02:28:02] "POST /id-to-fqname HTTP/1.1" 200 191 0.001621 10.0.0.32 - - [2024-09-12 02:28:02] "POST /fqname-to-id HTTP/1.1" 404 200 0.004516 10.0.0.32 - - [2024-09-12 02:28:02] "POST /security-groups HTTP/1.1" 200 592 0.063115 10.0.0.32 - - [2024-09-12 02:28:02] "POST /fqname-to-id HTTP/1.1" 404 235 0.006072 10.0.0.32 - - [2024-09-12 02:28:02] "POST /projects HTTP/1.1" 200 587 0.226319 10.0.0.32 - - [2024-09-12 02:28:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.302003 10.0.0.32 - - [2024-09-12 02:28:02] "POST /access-control-lists HTTP/1.1" 200 597 0.064257 10.0.0.32 - - [2024-09-12 02:28:02] "GET /project/2dbb827f-3005-4b6e-a7a0-f69e9e051e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.465696 10.0.0.32 - - [2024-09-12 02:28:02] "POST /fqname-to-id HTTP/1.1" 404 234 0.019692 10.0.0.32 - - [2024-09-12 02:28:03] "POST /access-control-lists HTTP/1.1" 200 595 0.063115 10.0.0.32 - - [2024-09-12 02:28:04] "GET / HTTP/1.1" 200 35931 0.002849 10.0.0.32 - - [2024-09-12 02:28:05] "GET /project/2dbb827f-3005-4b6e-a7a0-f69e9e051e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000795 10.0.0.32 - - [2024-09-12 02:28:05] "GET /projects?obj_uuids=2dbb827f-3005-4b6e-a7a0-f69e9e051e5e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001879 10.0.0.32 - - [2024-09-12 02:28:05] "GET /project/2dbb827f-3005-4b6e-a7a0-f69e9e051e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.084949 10.0.0.32 - - [2024-09-12 02:28:05] "POST /fqname-to-id HTTP/1.1" 404 180 0.003627 10.0.0.32 - - [2024-09-12 02:28:05] "POST /virtual-DNSs HTTP/1.1" 200 507 0.026634 10.0.0.32 - - [2024-09-12 02:28:05] "GET /virtual-DNS/39bfeef8-83a1-4035-80a4-623600b8e211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.008051 10.0.0.32 - - [2024-09-12 02:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.32 - - [2024-09-12 02:28:05] "GET /virtual-DNS/39bfeef8-83a1-4035-80a4-623600b8e211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.004806 10.0.0.32 - - [2024-09-12 02:28:06] "GET /domains HTTP/1.1" 401 292 0.000665 10.0.0.32 - - [2024-09-12 02:28:06] "GET /domains HTTP/1.1" 200 280 0.034332 10.0.0.32 - - [2024-09-12 02:28:06] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001456 10.0.0.32 - - [2024-09-12 02:28:06] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0 HTTP/1.1" 200 2774 0.013282 10.0.0.32 - - [2024-09-12 02:28:06] "GET /virtual-DNS/39bfeef8-83a1-4035-80a4-623600b8e211 HTTP/1.1" 200 1436 0.004911 10.0.0.32 - - [2024-09-12 02:28:06] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002675 10.0.0.32 - - [2024-09-12 02:28:06] "POST /network-ipams HTTP/1.1" 200 514 0.020887 10.0.0.32 - - [2024-09-12 02:28:06] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.003654 10.0.0.32 - - [2024-09-12 02:28:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.32 - - [2024-09-12 02:28:06] "GET /network-ipam/09c66c55-bb04-42c6-94a2-6413934a2591?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.006850 10.0.0.32 - - [2024-09-12 02:28:06] "PUT /network-ipam/09c66c55-bb04-42c6-94a2-6413934a2591 HTTP/1.1" 200 258 0.012048 10.0.0.32 - - [2024-09-12 02:28:06] "POST /ref-update HTTP/1.1" 200 156 0.009792 10.0.0.32 - - [2024-09-12 02:28:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.32 - - [2024-09-12 02:28:06] "GET /projects?obj_uuids=2dbb827f-3005-4b6e-a7a0-f69e9e051e5e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002115 10.0.0.32 - - [2024-09-12 02:28:06] "GET /project/2dbb827f-3005-4b6e-a7a0-f69e9e051e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.041821 10.0.0.32 - - [2024-09-12 02:28:06] "POST /neutron/network HTTP/1.1" 200 117 0.035762 10.0.0.32 - - [2024-09-12 02:28:06] "GET /projects?obj_uuids=2dbb827f-3005-4b6e-a7a0-f69e9e051e5e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001822 10.0.0.32 - - [2024-09-12 02:28:07] "POST /neutron/network HTTP/1.1" 200 618 0.085113 10.0.0.32 - - [2024-09-12 02:28:07] "POST /route-targets HTTP/1.1" 200 327 0.013645 10.0.0.32 - - [2024-09-12 02:28:07] "POST /ref-update HTTP/1.1" 200 156 0.014080 10.0.0.32 - - [2024-09-12 02:28:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003390 10.0.0.32 - - [2024-09-12 02:28:07] "POST /neutron/subnet HTTP/1.1" 200 711 0.245507 10.0.0.32 - - [2024-09-12 02:28:07] "POST /neutron/network HTTP/1.1" 200 833 0.006260 10.0.0.32 - - [2024-09-12 02:28:07] "POST /id-to-fqname HTTP/1.1" 200 227 0.001428 10.0.0.32 - - [2024-09-12 02:28:07] "GET /virtual-network/c5997e5d-ac4c-400c-8e32-1c162de74d3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.011559 10.0.0.32 - - [2024-09-12 02:28:07] "POST /neutron/network HTTP/1.1" 200 833 0.006231 10.0.0.32 - - [2024-09-12 02:28:07] "GET /virtual-network/c5997e5d-ac4c-400c-8e32-1c162de74d3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.009765 10.0.0.32 - - [2024-09-12 02:28:07] "POST /neutron/network HTTP/1.1" 200 833 0.007061 10.0.0.32 - - [2024-09-12 02:28:07] "POST /neutron/subnet HTTP/1.1" 200 711 0.007755 10.0.0.32 - - [2024-09-12 02:28:07] "POST /neutron/network HTTP/1.1" 200 807 0.011442 10.0.0.32 - - [2024-09-12 02:28:07] "POST /neutron/network HTTP/1.1" 200 833 0.006113 10.0.0.32 - - [2024-09-12 02:28:07] "POST /id-to-fqname HTTP/1.1" 200 227 0.001419 10.0.0.32 - - [2024-09-12 02:28:07] "POST /neutron/network HTTP/1.1" 200 843 0.008101 10.0.0.32 - - [2024-09-12 02:28:07] "GET /aaa-mode HTTP/1.1" 401 292 0.000537 10.0.0.32 - - [2024-09-12 02:28:08] "GET / HTTP/1.1" 200 35931 0.002503 10.0.0.32 - - [2024-09-12 02:28:08] "GET /project/2dbb827f-3005-4b6e-a7a0-f69e9e051e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000547 10.0.0.32 - - [2024-09-12 02:28:08] "GET /projects?obj_uuids=2dbb827f-3005-4b6e-a7a0-f69e9e051e5e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002114 10.0.0.32 - - [2024-09-12 02:28:08] "GET /project/2dbb827f-3005-4b6e-a7a0-f69e9e051e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.071382 10.0.0.32 - - [2024-09-12 02:28:08] "POST /neutron/network HTTP/1.1" 200 833 0.007400 10.0.0.32 - - [2024-09-12 02:28:08] "POST /neutron/port HTTP/1.1" 200 117 0.006506 10.0.0.32 - - [2024-09-12 02:28:08] "POST /neutron/port HTTP/1.1" 200 117 0.005898 10.0.0.32 - - [2024-09-12 02:28:08] "POST /neutron/port HTTP/1.1" 200 117 0.009099 10.0.0.32 - - [2024-09-12 02:28:09] "POST /neutron/network HTTP/1.1" 200 843 0.007366 10.0.0.32 - - [2024-09-12 02:28:09] "GET /projects?obj_uuids=2dbb827f-3005-4b6e-a7a0-f69e9e051e5e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001614 10.0.0.32 - - [2024-09-12 02:28:09] "POST /neutron/port HTTP/1.1" 200 1058 0.231846 10.0.0.32 - - [2024-09-12 02:28:09] "POST /neutron/port HTTP/1.1" 200 1058 0.011532 10.0.0.32 - - [2024-09-12 02:28:09] "POST /neutron/port HTTP/1.1" 200 1058 0.011511 10.0.0.32 - - [2024-09-12 02:28:09] "POST /neutron/port HTTP/1.1" 200 1112 0.062601 10.0.0.32 - - [2024-09-12 02:28:09] "POST /neutron/port HTTP/1.1" 200 1086 0.019026 10.0.0.32 - - [2024-09-12 02:28:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003679 10.0.0.32 - - [2024-09-12 02:28:09] "POST /neutron/subnet HTTP/1.1" 200 685 0.011814 10.0.0.32 - - [2024-09-12 02:28:09] "POST /neutron/port HTTP/1.1" 200 117 0.001561 10.0.0.32 - - [2024-09-12 02:28:09] "POST /neutron/network HTTP/1.1" 200 833 0.007961 10.0.0.32 - - [2024-09-12 02:28:10] "GET /obj-perms HTTP/1.1" 200 5056 0.068886 10.0.0.32 - - [2024-09-12 02:28:11] "GET /obj-perms HTTP/1.1" 200 5056 0.058483 10.0.0.32 - - [2024-09-12 02:28:13] "POST /neutron/port HTTP/1.1" 200 1086 0.016493 10.0.0.32 - - [2024-09-12 02:28:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007380 10.0.0.32 - - [2024-09-12 02:28:14] "POST /neutron/port HTTP/1.1" 200 1086 0.016698 10.0.0.32 - - [2024-09-12 02:28:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006563 10.0.0.32 - - [2024-09-12 02:28:14] "POST /neutron/port HTTP/1.1" 200 1086 0.017469 10.0.0.32 - - [2024-09-12 02:28:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006316 10.0.0.32 - - [2024-09-12 02:28:14] "GET /virtual-machine/4a53a2c1-0644-4663-a7d3-e9a3dd1fd213 HTTP/1.1" 200 1293 0.005427 10.0.0.32 - - [2024-09-12 02:28:14] "GET /virtual-machine-interface/9e66a7c1-2797-4ffa-b8d2-4015712e2fcf HTTP/1.1" 200 2964 0.009290 10.0.0.32 - - [2024-09-12 02:28:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.32 - - [2024-09-12 02:28:14] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004034 10.0.0.32 - - [2024-09-12 02:28:14] "GET /virtual-networks?parent_id=2dbb827f-3005-4b6e-a7a0-f69e9e051e5e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003326 10.0.0.32 - - [2024-09-12 02:28:14] "GET /virtual-network/c5997e5d-ac4c-400c-8e32-1c162de74d3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.010789 10.0.0.32 - - [2024-09-12 02:28:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.32 - - [2024-09-12 02:28:17] "GET /virtual-network/c5997e5d-ac4c-400c-8e32-1c162de74d3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.010267 10.0.0.32 - - [2024-09-12 02:28:18] "POST /neutron/port HTTP/1.1" 200 1086 0.020251 10.0.0.32 - - [2024-09-12 02:28:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008631 10.0.0.32 - - [2024-09-12 02:28:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.32 - - [2024-09-12 02:28:21] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004316 10.0.0.32 - - [2024-09-12 02:28:21] "GET /virtual-networks?parent_id=2dbb827f-3005-4b6e-a7a0-f69e9e051e5e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004438 10.0.0.32 - - [2024-09-12 02:28:21] "GET /virtual-network/c5997e5d-ac4c-400c-8e32-1c162de74d3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.010699 10.0.0.32 - - [2024-09-12 02:28:26] "POST /neutron/network HTTP/1.1" 200 807 0.015552 10.0.0.32 - - [2024-09-12 02:28:26] "POST /neutron/network HTTP/1.1" 200 833 0.006455 10.0.0.32 - - [2024-09-12 02:28:26] "POST /id-to-fqname HTTP/1.1" 200 227 0.001483 10.0.0.32 - - [2024-09-12 02:28:26] "POST /neutron/port HTTP/1.1" 200 1086 0.017019 10.0.0.32 - - [2024-09-12 02:28:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006827 10.0.0.32 - - [2024-09-12 02:28:26] "POST /neutron/network HTTP/1.1" 200 843 0.006614 10.0.0.32 - - [2024-09-12 02:28:26] "GET /aaa-mode HTTP/1.1" 401 292 0.000573 10.0.0.32 - - [2024-09-12 02:28:26] "GET / HTTP/1.1" 200 35931 0.002258 10.0.0.32 - - [2024-09-12 02:28:26] "GET /project/2dbb827f-3005-4b6e-a7a0-f69e9e051e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000542 10.0.0.32 - - [2024-09-12 02:28:27] "GET /projects?obj_uuids=2dbb827f-3005-4b6e-a7a0-f69e9e051e5e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001453 10.0.0.32 - - [2024-09-12 02:28:27] "GET /project/2dbb827f-3005-4b6e-a7a0-f69e9e051e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.072639 10.0.0.32 - - [2024-09-12 02:28:27] "POST /neutron/network HTTP/1.1" 200 833 0.010355 10.0.0.32 - - [2024-09-12 02:28:27] "POST /neutron/port HTTP/1.1" 200 1086 0.029644 10.0.0.32 - - [2024-09-12 02:28:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.019772 10.0.0.32 - - [2024-09-12 02:28:27] "POST /neutron/port HTTP/1.1" 200 117 0.006341 10.0.0.32 - - [2024-09-12 02:28:27] "POST /neutron/port HTTP/1.1" 200 117 0.005735 10.0.0.32 - - [2024-09-12 02:28:28] "POST /neutron/network HTTP/1.1" 200 843 0.008675 10.0.0.32 - - [2024-09-12 02:28:28] "GET /projects?obj_uuids=2dbb827f-3005-4b6e-a7a0-f69e9e051e5e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001519 10.0.0.32 - - [2024-09-12 02:28:28] "POST /neutron/port HTTP/1.1" 200 1058 0.276074 10.0.0.32 - - [2024-09-12 02:28:28] "POST /neutron/port HTTP/1.1" 200 1058 0.011230 10.0.0.32 - - [2024-09-12 02:28:28] "POST /neutron/port HTTP/1.1" 200 1058 0.011126 10.0.0.32 - - [2024-09-12 02:28:28] "POST /neutron/port HTTP/1.1" 200 1112 0.082441 10.0.0.32 - - [2024-09-12 02:28:28] "POST /neutron/port HTTP/1.1" 200 1086 0.019411 10.0.0.32 - - [2024-09-12 02:28:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006489 10.0.0.32 - - [2024-09-12 02:28:28] "POST /neutron/subnet HTTP/1.1" 200 685 0.013353 10.0.0.32 - - [2024-09-12 02:28:28] "POST /neutron/port HTTP/1.1" 200 117 0.001952 10.0.0.32 - - [2024-09-12 02:28:28] "POST /neutron/network HTTP/1.1" 200 833 0.007103 10.0.0.32 - - [2024-09-12 02:28:29] "POST /neutron/port HTTP/1.1" 200 1086 0.019188 10.0.0.32 - - [2024-09-12 02:28:29] "POST /neutron/port HTTP/1.1" 200 1086 0.039484 10.0.0.32 - - [2024-09-12 02:28:29] "POST /neutron/network HTTP/1.1" 200 843 0.010404 10.0.0.32 - - [2024-09-12 02:28:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003771 10.0.0.32 - - [2024-09-12 02:28:29] "POST /neutron/subnet HTTP/1.1" 200 685 0.012571 10.0.0.32 - - [2024-09-12 02:28:29] "POST /neutron/port HTTP/1.1" 200 117 0.002544 10.0.0.32 - - [2024-09-12 02:28:29] "POST /neutron/network HTTP/1.1" 200 833 0.006971 10.0.0.32 - - [2024-09-12 02:28:32] "POST /neutron/port HTTP/1.1" 200 1086 0.017304 10.0.0.32 - - [2024-09-12 02:28:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006566 10.0.0.32 - - [2024-09-12 02:28:32] "POST /neutron/port HTTP/1.1" 200 1086 0.018320 10.0.0.32 - - [2024-09-12 02:28:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006809 10.0.0.32 - - [2024-09-12 02:28:32] "POST /neutron/port HTTP/1.1" 200 1086 0.019482 10.0.0.32 - - [2024-09-12 02:28:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008411 10.0.0.32 - - [2024-09-12 02:28:32] "GET /virtual-machine/ff86b36d-2a72-442c-802a-2945af3a4148 HTTP/1.1" 200 1293 0.006550 10.0.0.32 - - [2024-09-12 02:28:32] "GET /virtual-machine-interface/58bb038f-c774-4bbd-ab7e-d2cc6e20e50c HTTP/1.1" 200 2963 0.009600 10.0.0.32 - - [2024-09-12 02:28:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004487 10.0.0.32 - - [2024-09-12 02:28:33] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005371 10.0.0.32 - - [2024-09-12 02:28:33] "GET /virtual-networks?parent_id=2dbb827f-3005-4b6e-a7a0-f69e9e051e5e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003565 10.0.0.32 - - [2024-09-12 02:28:33] "GET /virtual-network/c5997e5d-ac4c-400c-8e32-1c162de74d3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.010517 10.0.0.32 - - [2024-09-12 02:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.32 - - [2024-09-12 02:28:36] "GET /virtual-network/c5997e5d-ac4c-400c-8e32-1c162de74d3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.010245 10.0.0.32 - - [2024-09-12 02:28:37] "POST /neutron/port HTTP/1.1" 200 1086 0.021472 10.0.0.32 - - [2024-09-12 02:28:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008742 10.0.0.32 - - [2024-09-12 02:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.32 - - [2024-09-12 02:28:40] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004744 10.0.0.32 - - [2024-09-12 02:28:40] "GET /virtual-networks?parent_id=2dbb827f-3005-4b6e-a7a0-f69e9e051e5e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004278 10.0.0.32 - - [2024-09-12 02:28:40] "GET /virtual-network/c5997e5d-ac4c-400c-8e32-1c162de74d3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.013326 10.0.0.32 - - [2024-09-12 02:28:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.32 - - [2024-09-12 02:28:46] "DELETE /virtual-DNS/39bfeef8-83a1-4035-80a4-623600b8e211 HTTP/1.1" 409 235 0.006794 10.0.0.32 - - [2024-09-12 02:28:46] "POST /fqname-to-id HTTP/1.1" 404 192 0.003156 10.0.0.32 - - [2024-09-12 02:28:46] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.027694 10.0.0.32 - - [2024-09-12 02:28:46] "GET /virtual-DNS-record/166a4f9b-92a9-41f4-aba9-de94dcb2d131?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.006767 10.0.0.32 - - [2024-09-12 02:28:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.32 - - [2024-09-12 02:28:46] "GET /virtual-DNS-record/166a4f9b-92a9-41f4-aba9-de94dcb2d131?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.004590 10.0.0.32 - - [2024-09-12 02:28:46] "GET /domains HTTP/1.1" 200 280 0.004001 10.0.0.32 - - [2024-09-12 02:28:46] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001717 10.0.0.32 - - [2024-09-12 02:28:46] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0 HTTP/1.1" 200 2774 0.009634 10.0.0.32 - - [2024-09-12 02:28:46] "GET /virtual-DNS/39bfeef8-83a1-4035-80a4-623600b8e211 HTTP/1.1" 200 1905 0.004983 10.0.0.32 - - [2024-09-12 02:28:46] "GET /virtual-DNS-record/166a4f9b-92a9-41f4-aba9-de94dcb2d131 HTTP/1.1" 200 1335 0.003262 10.0.0.32 - - [2024-09-12 02:28:52] "DELETE /virtual-DNS-record/166a4f9b-92a9-41f4-aba9-de94dcb2d131 HTTP/1.1" 200 115 0.021616 10.0.0.32 - - [2024-09-12 02:28:52] "POST /fqname-to-id HTTP/1.1" 404 184 0.002927 10.0.0.32 - - [2024-09-12 02:28:52] "POST /neutron/network HTTP/1.1" 200 833 0.009435 10.0.0.32 - - [2024-09-12 02:28:52] "POST /neutron/network HTTP/1.1" 400 204 0.019998 10.0.0.32 - - [2024-09-12 02:28:53] "POST /neutron/port HTTP/1.1" 200 1086 0.021402 10.0.0.32 - - [2024-09-12 02:28:53] "POST /neutron/port HTTP/1.1" 200 1112 0.013487 10.0.0.32 - - [2024-09-12 02:28:53] "POST /neutron/port HTTP/1.1" 200 1086 0.025970 10.0.0.32 - - [2024-09-12 02:28:53] "POST /neutron/port HTTP/1.1" 200 1112 0.023698 10.0.0.32 - - [2024-09-12 02:28:53] "POST /neutron/port HTTP/1.1" 200 151 0.186726 10.0.0.32 - - [2024-09-12 02:28:53] "POST /neutron/port HTTP/1.1" 200 151 0.228322 10.0.0.32 - - [2024-09-12 02:28:54] "POST /neutron/network HTTP/1.1" 200 833 0.006877 10.0.0.32 - - [2024-09-12 02:28:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001358 10.0.0.32 - - [2024-09-12 02:28:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.007007 10.0.0.32 - - [2024-09-12 02:28:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001141 10.0.0.32 - - [2024-09-12 02:28:54] "POST /neutron/network HTTP/1.1" 200 151 0.229711 10.0.0.32 - - [2024-09-12 02:28:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005282 10.0.0.32 - - [2024-09-12 02:28:54] "DELETE /route-target/785bc3b9-b307-4a13-a7c5-92fe54abd548 HTTP/1.1" 200 115 0.025270 10.0.0.32 - - [2024-09-12 02:28:54] "DELETE /network-ipam/09c66c55-bb04-42c6-94a2-6413934a2591 HTTP/1.1" 200 115 0.031418 10.0.0.32 - - [2024-09-12 02:28:54] "DELETE /virtual-DNS/39bfeef8-83a1-4035-80a4-623600b8e211 HTTP/1.1" 200 115 0.026243 10.0.0.32 - - [2024-09-12 02:28:54] "POST /fqname-to-id HTTP/1.1" 404 180 0.004235 10.0.0.32 - - [2024-09-12 02:28:55] "GET /domains HTTP/1.1" 200 280 0.004633 10.0.0.32 - - [2024-09-12 02:28:55] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002619 10.0.0.32 - - [2024-09-12 02:28:55] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0 HTTP/1.1" 200 2574 0.015965 10.0.0.32 - - [2024-09-12 02:28:55] "GET /projects?obj_uuids=2dbb827f-3005-4b6e-a7a0-f69e9e051e5e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001894 10.0.0.32 - - [2024-09-12 02:28:55] "GET /project/2dbb827f-3005-4b6e-a7a0-f69e9e051e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.036806 10.0.0.32 - - [2024-09-12 02:28:55] "GET /projects?obj_uuids=2dbb827f-3005-4b6e-a7a0-f69e9e051e5e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001393 10.0.0.32 - - [2024-09-12 02:28:55] "GET /project/2dbb827f-3005-4b6e-a7a0-f69e9e051e5e?fields=virtual_networks HTTP/1.1" 200 1033 0.077684 10.0.0.32 - - [2024-09-12 02:28:55] "GET /projects?obj_uuids=2dbb827f-3005-4b6e-a7a0-f69e9e051e5e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001413 10.0.0.32 - - [2024-09-12 02:28:55] "GET /project/2dbb827f-3005-4b6e-a7a0-f69e9e051e5e?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.044653 10.0.0.32 - - [2024-09-12 02:28:55] "GET /projects?obj_uuids=2dbb827f-3005-4b6e-a7a0-f69e9e051e5e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001441 10.0.0.32 - - [2024-09-12 02:28:55] "GET /project/2dbb827f-3005-4b6e-a7a0-f69e9e051e5e?fields=security_groups HTTP/1.1" 200 1260 0.036776 10.0.0.32 - - [2024-09-12 02:28:56] "POST /fqname-to-id HTTP/1.1" 404 189 0.032694 10.0.0.32 - - [2024-09-12 02:28:56] "GET /projects?obj_uuids=bef513f6-4519-43b4-8cfe-4ce8737a32aa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002919 10.0.0.32 - - [2024-09-12 02:28:56] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001700 10.0.0.32 - - [2024-09-12 02:28:56] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011095 10.0.0.32 - - [2024-09-12 02:28:56] "POST /id-to-fqname HTTP/1.1" 200 191 0.001591 10.0.0.32 - - [2024-09-12 02:28:56] "POST /fqname-to-id HTTP/1.1" 404 200 0.002984 10.0.0.32 - - [2024-09-12 02:28:56] "POST /security-groups HTTP/1.1" 200 592 0.067312 10.0.0.32 - - [2024-09-12 02:28:56] "POST /fqname-to-id HTTP/1.1" 404 235 0.003450 10.0.0.32 - - [2024-09-12 02:28:56] "POST /projects HTTP/1.1" 200 587 0.230305 10.0.0.32 - - [2024-09-12 02:28:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.265839 10.0.0.32 - - [2024-09-12 02:28:56] "POST /access-control-lists HTTP/1.1" 200 597 0.062614 10.0.0.32 - - [2024-09-12 02:28:57] "GET /project/bef513f6-4519-43b4-8cfe-4ce8737a32aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.421711 10.0.0.32 - - [2024-09-12 02:28:57] "POST /fqname-to-id HTTP/1.1" 404 234 0.002973 10.0.0.32 - - [2024-09-12 02:28:57] "POST /access-control-lists HTTP/1.1" 200 595 0.059834 10.0.0.32 - - [2024-09-12 02:28:58] "GET / HTTP/1.1" 200 35931 0.002762 10.0.0.32 - - [2024-09-12 02:28:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000589 10.0.0.32 - - [2024-09-12 02:28:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.066092 10.0.0.32 - - [2024-09-12 02:28:59] "GET /projects?obj_uuids=bef513f6-4519-43b4-8cfe-4ce8737a32aa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001871 10.0.0.32 - - [2024-09-12 02:28:59] "GET /project/bef513f6-4519-43b4-8cfe-4ce8737a32aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.037947 10.0.0.32 - - [2024-09-12 02:28:59] "POST /neutron/network HTTP/1.1" 200 117 0.035238 10.0.0.32 - - [2024-09-12 02:28:59] "GET /projects?obj_uuids=bef513f6-4519-43b4-8cfe-4ce8737a32aa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001832 10.0.0.32 - - [2024-09-12 02:28:59] "POST /neutron/network HTTP/1.1" 200 606 0.078014 10.0.0.32 - - [2024-09-12 02:28:59] "POST /route-targets HTTP/1.1" 200 327 0.016048 10.0.0.32 - - [2024-09-12 02:28:59] "POST /ref-update HTTP/1.1" 200 156 0.021480 10.0.0.32 - - [2024-09-12 02:28:59] "POST /useragent-kv HTTP/1.1" 200 115 0.005976 10.0.0.32 - - [2024-09-12 02:28:59] "POST /neutron/subnet HTTP/1.1" 200 715 0.237227 10.0.0.32 - - [2024-09-12 02:28:59] "POST /neutron/network HTTP/1.1" 200 823 0.006444 10.0.0.32 - - [2024-09-12 02:28:59] "POST /id-to-fqname HTTP/1.1" 200 221 0.001431 10.0.0.32 - - [2024-09-12 02:28:59] "GET /virtual-network/40130d1f-e8e0-406e-bb9a-16cdad164a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.009727 10.0.0.32 - - [2024-09-12 02:28:59] "POST /neutron/network HTTP/1.1" 200 823 0.007080 10.0.0.32 - - [2024-09-12 02:28:59] "GET /virtual-network/40130d1f-e8e0-406e-bb9a-16cdad164a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.009825 10.0.0.32 - - [2024-09-12 02:29:00] "POST /neutron/network HTTP/1.1" 200 823 0.007101 10.0.0.32 - - [2024-09-12 02:29:00] "POST /neutron/subnet HTTP/1.1" 200 715 0.008378 10.0.0.32 - - [2024-09-12 02:29:00] "POST /id-to-fqname HTTP/1.1" 200 221 0.001521 10.0.0.32 - - [2024-09-12 02:29:00] "POST /neutron/network HTTP/1.1" 200 833 0.006661 10.0.0.32 - - [2024-09-12 02:29:00] "GET /aaa-mode HTTP/1.1" 401 292 0.000543 10.0.0.32 - - [2024-09-12 02:29:00] "GET / HTTP/1.1" 200 35931 0.003568 10.0.0.32 - - [2024-09-12 02:29:00] "GET /project/bef513f6-4519-43b4-8cfe-4ce8737a32aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000652 10.0.0.32 - - [2024-09-12 02:29:01] "GET /projects?obj_uuids=bef513f6-4519-43b4-8cfe-4ce8737a32aa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001415 10.0.0.32 - - [2024-09-12 02:29:01] "GET /project/bef513f6-4519-43b4-8cfe-4ce8737a32aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.064260 10.0.0.32 - - [2024-09-12 02:29:01] "POST /neutron/network HTTP/1.1" 200 823 0.006911 10.0.0.32 - - [2024-09-12 02:29:01] "POST /neutron/port HTTP/1.1" 200 117 0.005735 10.0.0.32 - - [2024-09-12 02:29:01] "POST /neutron/port HTTP/1.1" 200 117 0.005959 10.0.0.32 - - [2024-09-12 02:29:01] "POST /id-to-fqname HTTP/1.1" 200 221 0.001706 10.0.0.32 - - [2024-09-12 02:29:01] "POST /neutron/port HTTP/1.1" 200 117 0.006686 10.0.0.32 - - [2024-09-12 02:29:01] "POST /neutron/network HTTP/1.1" 200 833 0.007962 10.0.0.32 - - [2024-09-12 02:29:01] "GET /aaa-mode HTTP/1.1" 401 292 0.000776 10.0.0.32 - - [2024-09-12 02:29:01] "POST /neutron/network HTTP/1.1" 200 833 0.006756 10.0.0.32 - - [2024-09-12 02:29:01] "GET /projects?obj_uuids=bef513f6-4519-43b4-8cfe-4ce8737a32aa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001333 10.0.0.32 - - [2024-09-12 02:29:01] "GET / HTTP/1.1" 200 35931 0.002821 10.0.0.32 - - [2024-09-12 02:29:01] "GET /project/bef513f6-4519-43b4-8cfe-4ce8737a32aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000847 10.0.0.32 - - [2024-09-12 02:29:02] "POST /neutron/port HTTP/1.1" 200 1059 0.283196 10.0.0.32 - - [2024-09-12 02:29:02] "POST /neutron/port HTTP/1.1" 200 1059 0.012258 10.0.0.32 - - [2024-09-12 02:29:02] "POST /neutron/port HTTP/1.1" 200 1059 0.012980 10.0.0.32 - - [2024-09-12 02:29:02] "POST /neutron/port HTTP/1.1" 200 1113 0.109796 10.0.0.32 - - [2024-09-12 02:29:02] "POST /neutron/port HTTP/1.1" 200 1087 0.018278 10.0.0.32 - - [2024-09-12 02:29:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004089 10.0.0.32 - - [2024-09-12 02:29:02] "POST /neutron/subnet HTTP/1.1" 200 689 0.012676 10.0.0.32 - - [2024-09-12 02:29:02] "POST /neutron/port HTTP/1.1" 200 117 0.001456 10.0.0.32 - - [2024-09-12 02:29:02] "POST /neutron/network HTTP/1.1" 200 823 0.007665 10.0.0.32 - - [2024-09-12 02:29:02] "GET /projects?obj_uuids=bef513f6-4519-43b4-8cfe-4ce8737a32aa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002048 10.0.0.32 - - [2024-09-12 02:29:02] "GET /project/bef513f6-4519-43b4-8cfe-4ce8737a32aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.067693 10.0.0.32 - - [2024-09-12 02:29:02] "POST /neutron/network HTTP/1.1" 200 823 0.010657 10.0.0.32 - - [2024-09-12 02:29:02] "DELETE /project/bef513f6451943b48cfe4ce8737a32aa HTTP/1.1" 404 173 0.014453 10.0.0.32 - - [2024-09-12 02:29:02] "DELETE /project/2dbb827f30054b6ea7a0f69e9e051e5e HTTP/1.1" 404 173 0.008789 10.0.0.32 - - [2024-09-12 02:29:02] "GET /projects?obj_uuids=2dbb827f-3005-4b6e-a7a0-f69e9e051e5e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001460 10.0.0.32 - - [2024-09-12 02:29:02] "GET /project/2dbb827f-3005-4b6e-a7a0-f69e9e051e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.065656 10.0.0.32 - - [2024-09-12 02:29:02] "GET /projects?obj_uuids=2dbb827f-3005-4b6e-a7a0-f69e9e051e5e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002617 10.0.0.32 - - [2024-09-12 02:29:02] "GET /project/2dbb827f-3005-4b6e-a7a0-f69e9e051e5e?fields=security_groups HTTP/1.1" 200 1365 0.064437 10.0.0.32 - - [2024-09-12 02:29:02] "POST /neutron/port HTTP/1.1" 200 1087 0.034153 10.0.0.32 - - [2024-09-12 02:29:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.016694 10.0.0.32 - - [2024-09-12 02:29:02] "POST /neutron/port HTTP/1.1" 200 117 0.014567 10.0.0.32 - - [2024-09-12 02:29:02] "DELETE /security-group/c6d7f06f-549d-48c2-aee2-5d98ef9cc3e1 HTTP/1.1" 200 115 0.124124 10.0.0.32 - - [2024-09-12 02:29:02] "DELETE /access-control-list/4fd0d034-686a-4c27-b09e-bcb4cf8922f1 HTTP/1.1" 200 115 0.062789 10.0.0.32 - - [2024-09-12 02:29:02] "GET /projects?obj_uuids=2dbb827f-3005-4b6e-a7a0-f69e9e051e5e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001404 10.0.0.32 - - [2024-09-12 02:29:02] "GET /project/2dbb827f-3005-4b6e-a7a0-f69e9e051e5e?fields=application_policy_sets HTTP/1.1" 200 1404 0.094145 10.0.0.32 - - [2024-09-12 02:29:02] "DELETE /access-control-list/b6cba012-8809-426c-b20a-336131e16f15 HTTP/1.1" 200 115 0.114031 10.0.0.32 - - [2024-09-12 02:29:03] "POST /neutron/port HTTP/1.1" 200 1087 0.110327 10.0.0.32 - - [2024-09-12 02:29:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013609 10.0.0.32 - - [2024-09-12 02:29:03] "DELETE /project/2dbb827f-3005-4b6e-a7a0-f69e9e051e5e HTTP/1.1" 200 115 0.563947 10.0.0.32 - - [2024-09-12 02:29:03] "POST /neutron/network HTTP/1.1" 200 833 0.007260 10.0.0.32 - - [2024-09-12 02:29:03] "GET /projects?obj_uuids=bef513f6-4519-43b4-8cfe-4ce8737a32aa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002094 10.0.0.32 - - [2024-09-12 02:29:03] "POST /neutron/port HTTP/1.1" 200 1059 0.314698 10.0.0.32 - - [2024-09-12 02:29:03] "POST /neutron/port HTTP/1.1" 200 1059 0.012977 10.0.0.32 - - [2024-09-12 02:29:03] "POST /neutron/port HTTP/1.1" 200 1059 0.013557 10.0.0.32 - - [2024-09-12 02:29:03] "POST /neutron/port HTTP/1.1" 200 1113 0.098611 10.0.0.32 - - [2024-09-12 02:29:03] "POST /neutron/port HTTP/1.1" 200 1087 0.019326 10.0.0.32 - - [2024-09-12 02:29:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004063 10.0.0.32 - - [2024-09-12 02:29:03] "POST /neutron/subnet HTTP/1.1" 200 689 0.011826 10.0.0.32 - - [2024-09-12 02:29:03] "POST /neutron/port HTTP/1.1" 200 117 0.001521 10.0.0.32 - - [2024-09-12 02:29:03] "POST /neutron/network HTTP/1.1" 200 823 0.006768 10.0.0.32 - - [2024-09-12 02:29:08] "POST /neutron/port HTTP/1.1" 200 1087 0.024378 10.0.0.32 - - [2024-09-12 02:29:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006926 10.0.0.32 - - [2024-09-12 02:29:08] "POST /neutron/port HTTP/1.1" 200 1087 0.017055 10.0.0.32 - - [2024-09-12 02:29:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007244 10.0.0.32 - - [2024-09-12 02:29:08] "POST /neutron/port HTTP/1.1" 200 1087 0.017344 10.0.0.32 - - [2024-09-12 02:29:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.015475 10.0.0.32 - - [2024-09-12 02:29:08] "GET /virtual-machine/3b406491-29a9-44fc-aa23-4205a9e60513 HTTP/1.1" 401 292 0.000549 10.0.0.32 - - [2024-09-12 02:29:08] "GET /virtual-machine/3b406491-29a9-44fc-aa23-4205a9e60513 HTTP/1.1" 200 1293 0.033874 10.0.0.32 - - [2024-09-12 02:29:08] "GET /virtual-machine-interface/e4a315f0-3fd8-4904-a8ef-cd0a24c70e56 HTTP/1.1" 200 2946 0.015648 10.0.0.32 - - [2024-09-12 02:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.32 - - [2024-09-12 02:29:08] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004735 10.0.0.32 - - [2024-09-12 02:29:08] "GET /virtual-networks?parent_id=bef513f6-4519-43b4-8cfe-4ce8737a32aa&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003525 10.0.0.32 - - [2024-09-12 02:29:08] "GET /virtual-network/40130d1f-e8e0-406e-bb9a-16cdad164a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.010823 10.0.0.32 - - [2024-09-12 02:29:11] "GET /obj-perms HTTP/1.1" 200 5056 0.071060 10.0.0.32 - - [2024-09-12 02:29:11] "POST /neutron/port HTTP/1.1" 200 1087 0.034414 10.0.0.32 - - [2024-09-12 02:29:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007100 10.0.0.32 - - [2024-09-12 02:29:11] "GET /obj-perms HTTP/1.1" 200 5056 0.067661 10.0.0.32 - - [2024-09-12 02:29:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.32 - - [2024-09-12 02:29:12] "GET /virtual-network/40130d1f-e8e0-406e-bb9a-16cdad164a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.010813 10.0.0.32 - - [2024-09-12 02:29:13] "POST /neutron/port HTTP/1.1" 200 1087 0.018192 10.0.0.32 - - [2024-09-12 02:29:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005590 10.0.0.32 - - [2024-09-12 02:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.32 - - [2024-09-12 02:29:14] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004103 10.0.0.32 - - [2024-09-12 02:29:14] "GET /virtual-networks?parent_id=bef513f6-4519-43b4-8cfe-4ce8737a32aa&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003595 10.0.0.32 - - [2024-09-12 02:29:14] "GET /virtual-network/40130d1f-e8e0-406e-bb9a-16cdad164a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.010982 10.0.0.32 - - [2024-09-12 02:29:14] "POST /neutron/port HTTP/1.1" 200 1087 0.018108 10.0.0.32 - - [2024-09-12 02:29:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007318 10.0.0.32 - - [2024-09-12 02:29:14] "POST /neutron/port HTTP/1.1" 200 1087 0.018443 10.0.0.32 - - [2024-09-12 02:29:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006962 10.0.0.32 - - [2024-09-12 02:29:14] "POST /neutron/port HTTP/1.1" 200 1087 0.021749 10.0.0.32 - - [2024-09-12 02:29:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008091 10.0.0.32 - - [2024-09-12 02:29:14] "GET /virtual-machine/014647ff-9168-47f3-9728-e43c4f69b36d HTTP/1.1" 200 1291 0.006512 10.0.0.32 - - [2024-09-12 02:29:14] "GET /virtual-machine-interface/b8a22580-3d49-45db-bfbc-f4dc084e8965 HTTP/1.1" 200 2946 0.012248 10.0.0.32 - - [2024-09-12 02:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.32 - - [2024-09-12 02:29:14] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004264 10.0.0.32 - - [2024-09-12 02:29:14] "GET /virtual-networks?parent_id=bef513f6-4519-43b4-8cfe-4ce8737a32aa&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003987 10.0.0.32 - - [2024-09-12 02:29:14] "GET /virtual-network/40130d1f-e8e0-406e-bb9a-16cdad164a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.011040 10.0.0.32 - - [2024-09-12 02:29:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.32 - - [2024-09-12 02:29:16] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004343 10.0.0.32 - - [2024-09-12 02:29:16] "GET /virtual-networks?parent_id=bef513f6-4519-43b4-8cfe-4ce8737a32aa&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003322 10.0.0.32 - - [2024-09-12 02:29:16] "GET /virtual-network/40130d1f-e8e0-406e-bb9a-16cdad164a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.010795 10.0.0.32 - - [2024-09-12 02:29:21] "POST /neutron/network HTTP/1.1" 200 823 0.008966 10.0.0.32 - - [2024-09-12 02:29:21] "POST /neutron/network HTTP/1.1" 400 204 0.016448 10.0.0.32 - - [2024-09-12 02:29:21] "POST /neutron/port HTTP/1.1" 200 1087 0.017152 10.0.0.32 - - [2024-09-12 02:29:21] "POST /neutron/port HTTP/1.1" 200 1113 0.009825 10.0.0.32 - - [2024-09-12 02:29:21] "POST /neutron/port HTTP/1.1" 200 151 0.118550 10.0.0.32 - - [2024-09-12 02:29:21] "POST /neutron/port HTTP/1.1" 200 1087 0.025118 10.0.0.32 - - [2024-09-12 02:29:21] "POST /neutron/port HTTP/1.1" 200 1113 0.010440 10.0.0.32 - - [2024-09-12 02:29:22] "POST /neutron/port HTTP/1.1" 200 151 0.187534 10.0.0.32 - - [2024-09-12 02:29:23] "POST /neutron/network HTTP/1.1" 200 823 0.006890 10.0.0.32 - - [2024-09-12 02:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005129 10.0.0.32 - - [2024-09-12 02:29:23] "DELETE /route-target/befbecb4-aab2-4e34-be41-89af281779a9 HTTP/1.1" 200 115 0.018005 10.0.0.32 - - [2024-09-12 02:29:23] "POST /useragent-kv HTTP/1.1" 200 115 0.035343 10.0.0.32 - - [2024-09-12 02:29:23] "POST /useragent-kv HTTP/1.1" 200 115 0.001479 10.0.0.32 - - [2024-09-12 02:29:23] "POST /neutron/network HTTP/1.1" 200 151 0.124553 10.0.0.32 - - [2024-09-12 02:29:23] "GET /projects?obj_uuids=bef513f6-4519-43b4-8cfe-4ce8737a32aa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001411 10.0.0.32 - - [2024-09-12 02:29:23] "GET /project/bef513f6-4519-43b4-8cfe-4ce8737a32aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.066285 10.0.0.32 - - [2024-09-12 02:29:23] "GET /projects?obj_uuids=bef513f6-4519-43b4-8cfe-4ce8737a32aa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001297 10.0.0.32 - - [2024-09-12 02:29:23] "GET /project/bef513f6-4519-43b4-8cfe-4ce8737a32aa?fields=virtual_networks HTTP/1.1" 200 1034 0.040045 10.0.0.32 - - [2024-09-12 02:29:24] "GET /projects?obj_uuids=bef513f6-4519-43b4-8cfe-4ce8737a32aa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001357 10.0.0.32 - - [2024-09-12 02:29:24] "GET /project/bef513f6-4519-43b4-8cfe-4ce8737a32aa?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.041392 10.0.0.32 - - [2024-09-12 02:29:24] "GET /projects?obj_uuids=bef513f6-4519-43b4-8cfe-4ce8737a32aa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001521 10.0.0.32 - - [2024-09-12 02:29:24] "GET /project/bef513f6-4519-43b4-8cfe-4ce8737a32aa?fields=security_groups HTTP/1.1" 200 1261 0.041858 10.0.0.32 - - [2024-09-12 02:29:25] "POST /fqname-to-id HTTP/1.1" 404 188 0.031802 10.0.0.32 - - [2024-09-12 02:29:25] "GET /projects?obj_uuids=c8eb87e9-9b41-4d73-b0c4-c8339095e588&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002968 10.0.0.32 - - [2024-09-12 02:29:25] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001400 10.0.0.32 - - [2024-09-12 02:29:25] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.040511 10.0.0.32 - - [2024-09-12 02:29:25] "POST /id-to-fqname HTTP/1.1" 200 190 0.001544 10.0.0.32 - - [2024-09-12 02:29:25] "POST /fqname-to-id HTTP/1.1" 404 199 0.003024 10.0.0.32 - - [2024-09-12 02:29:25] "POST /security-groups HTTP/1.1" 200 591 0.063542 10.0.0.32 - - [2024-09-12 02:29:25] "POST /fqname-to-id HTTP/1.1" 404 234 0.002869 10.0.0.32 - - [2024-09-12 02:29:25] "POST /projects HTTP/1.1" 200 585 0.303359 10.0.0.32 - - [2024-09-12 02:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.377656 10.0.0.32 - - [2024-09-12 02:29:25] "POST /access-control-lists HTTP/1.1" 200 596 0.063561 10.0.0.32 - - [2024-09-12 02:29:25] "POST /fqname-to-id HTTP/1.1" 404 233 0.003515 10.0.0.32 - - [2024-09-12 02:29:25] "GET /project/c8eb87e9-9b41-4d73-b0c4-c8339095e588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.557710 10.0.0.32 - - [2024-09-12 02:29:25] "POST /access-control-lists HTTP/1.1" 200 594 0.064041 10.0.0.32 - - [2024-09-12 02:29:27] "GET / HTTP/1.1" 200 35931 0.002753 10.0.0.32 - - [2024-09-12 02:29:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000639 10.0.0.32 - - [2024-09-12 02:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.067794 10.0.0.32 - - [2024-09-12 02:29:28] "GET /projects?obj_uuids=c8eb87e9-9b41-4d73-b0c4-c8339095e588&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001317 10.0.0.32 - - [2024-09-12 02:29:28] "GET /project/c8eb87e9-9b41-4d73-b0c4-c8339095e588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.048462 10.0.0.32 - - [2024-09-12 02:29:28] "POST /neutron/network HTTP/1.1" 200 117 0.035430 10.0.0.32 - - [2024-09-12 02:29:28] "GET /projects?obj_uuids=c8eb87e9-9b41-4d73-b0c4-c8339095e588&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001798 10.0.0.32 - - [2024-09-12 02:29:28] "POST /neutron/network HTTP/1.1" 200 625 0.107483 10.0.0.32 - - [2024-09-12 02:29:28] "POST /route-targets HTTP/1.1" 200 327 0.014556 10.0.0.32 - - [2024-09-12 02:29:28] "POST /ref-update HTTP/1.1" 200 156 0.019319 10.0.0.32 - - [2024-09-12 02:29:28] "POST /useragent-kv HTTP/1.1" 200 115 0.005686 10.0.0.32 - - [2024-09-12 02:29:28] "POST /neutron/subnet HTTP/1.1" 200 701 0.195859 10.0.0.32 - - [2024-09-12 02:29:28] "POST /neutron/network HTTP/1.1" 200 839 0.009613 10.0.0.32 - - [2024-09-12 02:29:28] "POST /id-to-fqname HTTP/1.1" 200 230 0.001510 10.0.0.32 - - [2024-09-12 02:29:28] "GET /virtual-network/fb5a78f4-f4c3-496e-8db9-cec4349774cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.010272 10.0.0.32 - - [2024-09-12 02:29:28] "POST /neutron/network HTTP/1.1" 200 839 0.014264 10.0.0.32 - - [2024-09-12 02:29:28] "GET /virtual-network/fb5a78f4-f4c3-496e-8db9-cec4349774cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.013670 10.0.0.32 - - [2024-09-12 02:29:28] "POST /neutron/network HTTP/1.1" 200 839 0.007826 10.0.0.32 - - [2024-09-12 02:29:28] "POST /neutron/subnet HTTP/1.1" 200 701 0.011226 10.0.0.32 - - [2024-09-12 02:29:28] "POST /neutron/network HTTP/1.1" 200 839 0.006668 10.0.0.32 - - [2024-09-12 02:29:28] "POST /id-to-fqname HTTP/1.1" 200 230 0.001669 10.0.0.32 - - [2024-09-12 02:29:29] "POST /neutron/network HTTP/1.1" 200 849 0.007767 10.0.0.32 - - [2024-09-12 02:29:29] "GET /aaa-mode HTTP/1.1" 401 292 0.000536 10.0.0.32 - - [2024-09-12 02:29:29] "GET / HTTP/1.1" 200 35931 0.002740 10.0.0.32 - - [2024-09-12 02:29:29] "GET /project/c8eb87e9-9b41-4d73-b0c4-c8339095e588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000541 10.0.0.32 - - [2024-09-12 02:29:30] "GET /projects?obj_uuids=c8eb87e9-9b41-4d73-b0c4-c8339095e588&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001441 10.0.0.32 - - [2024-09-12 02:29:30] "GET /project/c8eb87e9-9b41-4d73-b0c4-c8339095e588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.068119 10.0.0.32 - - [2024-09-12 02:29:30] "POST /neutron/network HTTP/1.1" 200 839 0.040499 10.0.0.32 - - [2024-09-12 02:29:30] "POST /neutron/port HTTP/1.1" 200 117 0.006158 10.0.0.32 - - [2024-09-12 02:29:30] "POST /neutron/port HTTP/1.1" 200 117 0.005686 10.0.0.32 - - [2024-09-12 02:29:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.32 - - [2024-09-12 02:29:30] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005035 10.0.0.32 - - [2024-09-12 02:29:30] "PUT /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b HTTP/1.1" 200 276 0.011805 10.0.0.32 - - [2024-09-12 02:29:30] "POST /neutron/port HTTP/1.1" 200 117 0.006855 10.0.0.32 - - [2024-09-12 02:29:30] "POST /neutron/network HTTP/1.1" 200 849 0.006333 10.0.0.32 - - [2024-09-12 02:29:30] "GET /projects?obj_uuids=c8eb87e9-9b41-4d73-b0c4-c8339095e588&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001342 10.0.0.32 - - [2024-09-12 02:29:31] "POST /neutron/port HTTP/1.1" 200 1055 0.213886 10.0.0.32 - - [2024-09-12 02:29:31] "POST /neutron/port HTTP/1.1" 200 1055 0.038210 10.0.0.32 - - [2024-09-12 02:29:31] "POST /neutron/port HTTP/1.1" 200 1055 0.011671 10.0.0.32 - - [2024-09-12 02:29:31] "POST /neutron/port HTTP/1.1" 200 1109 0.071845 10.0.0.32 - - [2024-09-12 02:29:31] "POST /neutron/port HTTP/1.1" 200 1083 0.017252 10.0.0.32 - - [2024-09-12 02:29:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004115 10.0.0.32 - - [2024-09-12 02:29:31] "POST /neutron/subnet HTTP/1.1" 200 675 0.012276 10.0.0.32 - - [2024-09-12 02:29:31] "POST /neutron/port HTTP/1.1" 200 117 0.001483 10.0.0.32 - - [2024-09-12 02:29:31] "POST /neutron/network HTTP/1.1" 200 839 0.007620 10.0.0.32 - - [2024-09-12 02:29:35] "POST /neutron/port HTTP/1.1" 200 1083 0.017503 10.0.0.32 - - [2024-09-12 02:29:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007228 10.0.0.32 - - [2024-09-12 02:29:35] "POST /neutron/port HTTP/1.1" 200 1083 0.016770 10.0.0.32 - - [2024-09-12 02:29:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007192 10.0.0.32 - - [2024-09-12 02:29:35] "POST /neutron/port HTTP/1.1" 200 1083 0.020277 10.0.0.32 - - [2024-09-12 02:29:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007300 10.0.0.32 - - [2024-09-12 02:29:35] "GET /virtual-machine/84782b10-2b8a-4dd4-9bca-392a385d0648 HTTP/1.1" 401 292 0.000533 10.0.0.32 - - [2024-09-12 02:29:36] "GET /virtual-machine/84782b10-2b8a-4dd4-9bca-392a385d0648 HTTP/1.1" 200 1292 0.036800 10.0.0.32 - - [2024-09-12 02:29:36] "GET /virtual-machine-interface/5eb7a821-8331-48ca-bb99-f11eb4157007 HTTP/1.1" 200 2970 0.014786 10.0.0.32 - - [2024-09-12 02:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.32 - - [2024-09-12 02:29:36] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1827 0.004106 10.0.0.32 - - [2024-09-12 02:29:36] "GET /virtual-networks?parent_id=c8eb87e9-9b41-4d73-b0c4-c8339095e588&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003860 10.0.0.32 - - [2024-09-12 02:29:36] "GET /virtual-network/fb5a78f4-f4c3-496e-8db9-cec4349774cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.011272 10.0.0.32 - - [2024-09-12 02:29:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005062 10.0.0.32 - - [2024-09-12 02:29:39] "GET /virtual-network/fb5a78f4-f4c3-496e-8db9-cec4349774cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.010557 10.0.0.32 - - [2024-09-12 02:29:40] "POST /neutron/port HTTP/1.1" 200 1083 0.018502 10.0.0.32 - - [2024-09-12 02:29:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007642 10.0.0.32 - - [2024-09-12 02:29:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.32 - - [2024-09-12 02:29:41] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1827 0.004228 10.0.0.32 - - [2024-09-12 02:29:41] "GET /virtual-networks?parent_id=c8eb87e9-9b41-4d73-b0c4-c8339095e588&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003591 10.0.0.32 - - [2024-09-12 02:29:41] "GET /virtual-network/fb5a78f4-f4c3-496e-8db9-cec4349774cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.011685 10.0.0.32 - - [2024-09-12 02:29:41] "POST /neutron/port HTTP/1.1" 200 1083 0.018229 10.0.0.32 - - [2024-09-12 02:29:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007501 10.0.0.32 - - [2024-09-12 02:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.32 - - [2024-09-12 02:29:48] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1827 0.004111 10.0.0.32 - - [2024-09-12 02:29:49] "PUT /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b HTTP/1.1" 200 276 0.010475 10.0.0.32 - - [2024-09-12 02:29:49] "POST /neutron/network HTTP/1.1" 200 839 0.008123 10.0.0.32 - - [2024-09-12 02:29:49] "POST /neutron/network HTTP/1.1" 400 204 0.010848 10.0.0.32 - - [2024-09-12 02:29:49] "POST /neutron/port HTTP/1.1" 200 1083 0.017106 10.0.0.32 - - [2024-09-12 02:29:49] "POST /neutron/port HTTP/1.1" 200 1109 0.010577 10.0.0.32 - - [2024-09-12 02:29:49] "POST /neutron/port HTTP/1.1" 200 151 0.108618 10.0.0.32 - - [2024-09-12 02:29:51] "POST /neutron/network HTTP/1.1" 200 839 0.006665 10.0.0.32 - - [2024-09-12 02:29:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001435 10.0.0.32 - - [2024-09-12 02:29:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.007329 10.0.0.32 - - [2024-09-12 02:29:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001308 10.0.0.32 - - [2024-09-12 02:29:51] "POST /neutron/network HTTP/1.1" 200 151 0.082722 10.0.0.32 - - [2024-09-12 02:29:51] "DELETE /route-target/a85193d0-c804-4b75-8f60-a94df5471230 HTTP/1.1" 200 115 0.020823 10.0.0.32 - - [2024-09-12 02:29:51] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.004143 10.0.0.32 - - [2024-09-12 02:29:51] "POST /network-ipams HTTP/1.1" 200 541 0.019058 10.0.0.32 - - [2024-09-12 02:29:51] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.003413 10.0.0.32 - - [2024-09-12 02:29:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.32 - - [2024-09-12 02:29:52] "GET /network-ipam/fc9bd0ab-7df1-496f-a75a-9fa4413d6a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.006266 10.0.0.32 - - [2024-09-12 02:29:52] "PUT /network-ipam/fc9bd0ab-7df1-496f-a75a-9fa4413d6a16 HTTP/1.1" 200 258 0.011177 10.0.0.32 - - [2024-09-12 02:29:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.32 - - [2024-09-12 02:29:52] "GET /projects?obj_uuids=c8eb87e9-9b41-4d73-b0c4-c8339095e588&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001577 10.0.0.32 - - [2024-09-12 02:29:52] "GET /project/c8eb87e9-9b41-4d73-b0c4-c8339095e588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.041927 10.0.0.32 - - [2024-09-12 02:29:52] "POST /neutron/network HTTP/1.1" 200 117 0.008987 10.0.0.32 - - [2024-09-12 02:29:52] "GET /projects?obj_uuids=c8eb87e9-9b41-4d73-b0c4-c8339095e588&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001545 10.0.0.32 - - [2024-09-12 02:29:52] "POST /neutron/network HTTP/1.1" 200 605 0.070719 10.0.0.32 - - [2024-09-12 02:29:52] "POST /route-targets HTTP/1.1" 200 327 0.015357 10.0.0.32 - - [2024-09-12 02:29:52] "POST /ref-update HTTP/1.1" 200 156 0.012589 10.0.0.32 - - [2024-09-12 02:29:52] "POST /useragent-kv HTTP/1.1" 200 115 0.005158 10.0.0.32 - - [2024-09-12 02:29:52] "POST /neutron/subnet HTTP/1.1" 200 699 0.193267 10.0.0.32 - - [2024-09-12 02:29:52] "POST /useragent-kv HTTP/1.1" 200 115 0.005691 10.0.0.32 - - [2024-09-12 02:29:52] "POST /neutron/subnet HTTP/1.1" 200 699 0.149720 10.0.0.32 - - [2024-09-12 02:29:52] "POST /neutron/network HTTP/1.1" 200 994 0.008557 10.0.0.32 - - [2024-09-12 02:29:52] "POST /id-to-fqname HTTP/1.1" 200 220 0.001689 10.0.0.32 - - [2024-09-12 02:29:52] "GET /virtual-network/80c0d88c-f931-4960-9b7d-5460fddb228e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.011339 10.0.0.32 - - [2024-09-12 02:29:52] "POST /neutron/network HTTP/1.1" 200 994 0.009344 10.0.0.32 - - [2024-09-12 02:29:52] "GET /virtual-network/80c0d88c-f931-4960-9b7d-5460fddb228e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.010230 10.0.0.32 - - [2024-09-12 02:29:52] "POST /neutron/network HTTP/1.1" 200 994 0.008139 10.0.0.32 - - [2024-09-12 02:29:52] "POST /neutron/subnet HTTP/1.1" 200 699 0.008385 10.0.0.32 - - [2024-09-12 02:29:52] "POST /neutron/subnet HTTP/1.1" 200 699 0.008156 10.0.0.32 - - [2024-09-12 02:29:53] "POST /neutron/network HTTP/1.1" 200 994 0.008197 10.0.0.32 - - [2024-09-12 02:29:53] "POST /neutron/subnet HTTP/1.1" 200 699 0.008775 10.0.0.32 - - [2024-09-12 02:29:53] "POST /neutron/subnet HTTP/1.1" 200 699 0.007316 10.0.0.32 - - [2024-09-12 02:29:53] "GET /projects?obj_uuids=c8eb87e9-9b41-4d73-b0c4-c8339095e588&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001918 10.0.0.32 - - [2024-09-12 02:29:53] "POST /neutron/port HTTP/1.1" 200 1017 0.171059 10.0.0.32 - - [2024-09-12 02:29:53] "GET /projects?obj_uuids=c8eb87e9-9b41-4d73-b0c4-c8339095e588&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001449 10.0.0.32 - - [2024-09-12 02:29:53] "POST /neutron/port HTTP/1.1" 200 1017 0.177295 10.0.0.32 - - [2024-09-12 02:29:53] "POST /id-to-fqname HTTP/1.1" 200 220 0.001709 10.0.0.32 - - [2024-09-12 02:29:53] "POST /neutron/port HTTP/1.1" 200 1017 0.009190 10.0.0.32 - - [2024-09-12 02:29:53] "POST /neutron/port HTTP/1.1" 200 1017 0.008941 10.0.0.32 - - [2024-09-12 02:29:53] "POST /neutron/network HTTP/1.1" 200 994 0.008344 10.0.0.32 - - [2024-09-12 02:29:53] "POST /neutron/port HTTP/1.1" 200 1017 0.009139 10.0.0.32 - - [2024-09-12 02:29:53] "POST /neutron/port HTTP/1.1" 200 117 0.006406 10.0.0.32 - - [2024-09-12 02:29:53] "POST /neutron/port HTTP/1.1" 200 117 0.005740 10.0.0.32 - - [2024-09-12 02:29:53] "POST /id-to-fqname HTTP/1.1" 200 220 0.001645 10.0.0.32 - - [2024-09-12 02:29:53] "POST /neutron/port HTTP/1.1" 200 117 0.005641 10.0.0.32 - - [2024-09-12 02:29:54] "POST /neutron/port HTTP/1.1" 200 1017 0.009168 10.0.0.32 - - [2024-09-12 02:29:54] "POST /neutron/port HTTP/1.1" 200 1017 0.009669 10.0.0.32 - - [2024-09-12 02:29:54] "POST /neutron/network HTTP/1.1" 200 994 0.014179 10.0.0.32 - - [2024-09-12 02:29:54] "POST /neutron/port HTTP/1.1" 200 1017 0.010063 10.0.0.32 - - [2024-09-12 02:29:54] "POST /neutron/port HTTP/1.1" 200 1017 0.010782 10.0.0.32 - - [2024-09-12 02:29:54] "POST /neutron/port HTTP/1.1" 200 1017 0.008783 10.0.0.32 - - [2024-09-12 02:29:54] "POST /neutron/port HTTP/1.1" 200 117 0.007139 10.0.0.32 - - [2024-09-12 02:29:54] "POST /neutron/port HTTP/1.1" 200 117 0.007645 10.0.0.32 - - [2024-09-12 02:29:54] "POST /id-to-fqname HTTP/1.1" 200 220 0.001650 10.0.0.32 - - [2024-09-12 02:29:54] "POST /neutron/port HTTP/1.1" 200 117 0.008786 10.0.0.32 - - [2024-09-12 02:29:54] "POST /neutron/network HTTP/1.1" 200 1004 0.010439 10.0.0.32 - - [2024-09-12 02:29:54] "GET /aaa-mode HTTP/1.1" 401 292 0.000713 10.0.0.32 - - [2024-09-12 02:29:54] "GET / HTTP/1.1" 200 35931 0.001882 10.0.0.32 - - [2024-09-12 02:29:54] "GET /project/c8eb87e9-9b41-4d73-b0c4-c8339095e588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000531 10.0.0.32 - - [2024-09-12 02:29:54] "POST /neutron/port HTTP/1.1" 200 1017 0.010380 10.0.0.32 - - [2024-09-12 02:29:54] "POST /neutron/network HTTP/1.1" 200 1004 0.013064 10.0.0.32 - - [2024-09-12 02:29:54] "POST /neutron/port HTTP/1.1" 200 1017 0.011129 10.0.0.32 - - [2024-09-12 02:29:54] "POST /neutron/port HTTP/1.1" 200 1017 0.011183 10.0.0.32 - - [2024-09-12 02:29:55] "POST /neutron/network HTTP/1.1" 200 1004 0.008417 10.0.0.32 - - [2024-09-12 02:29:55] "POST /neutron/port HTTP/1.1" 200 1017 0.007923 10.0.0.32 - - [2024-09-12 02:29:55] "POST /neutron/port HTTP/1.1" 200 1017 0.011553 10.0.0.32 - - [2024-09-12 02:29:55] "POST /neutron/port HTTP/1.1" 200 1017 0.020140 10.0.0.32 - - [2024-09-12 02:29:55] "POST /neutron/port HTTP/1.1" 200 1109 0.132184 10.0.0.32 - - [2024-09-12 02:29:55] "POST /neutron/port HTTP/1.1" 200 1109 0.124919 10.0.0.32 - - [2024-09-12 02:29:55] "POST /neutron/port HTTP/1.1" 200 1083 0.022185 10.0.0.32 - - [2024-09-12 02:29:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008776 10.0.0.32 - - [2024-09-12 02:29:55] "GET /projects?obj_uuids=c8eb87e9-9b41-4d73-b0c4-c8339095e588&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001280 10.0.0.32 - - [2024-09-12 02:29:55] "POST /neutron/port HTTP/1.1" 200 1083 0.027817 10.0.0.32 - - [2024-09-12 02:29:55] "GET /project/c8eb87e9-9b41-4d73-b0c4-c8339095e588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.101235 10.0.0.32 - - [2024-09-12 02:29:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006279 10.0.0.32 - - [2024-09-12 02:29:55] "POST /neutron/subnet HTTP/1.1" 200 673 0.059384 10.0.0.32 - - [2024-09-12 02:29:55] "POST /neutron/port HTTP/1.1" 200 117 0.002908 10.0.0.32 - - [2024-09-12 02:29:55] "POST /neutron/network HTTP/1.1" 200 994 0.023051 10.0.0.32 - - [2024-09-12 02:29:55] "POST /neutron/subnet HTTP/1.1" 200 673 0.021345 10.0.0.32 - - [2024-09-12 02:29:55] "POST /neutron/network HTTP/1.1" 200 994 0.008276 10.0.0.32 - - [2024-09-12 02:29:55] "POST /neutron/port HTTP/1.1" 200 117 0.001501 10.0.0.32 - - [2024-09-12 02:29:55] "POST /neutron/network HTTP/1.1" 200 994 0.010493 10.0.0.32 - - [2024-09-12 02:29:55] "POST /neutron/port HTTP/1.1" 200 2050 0.022544 10.0.0.32 - - [2024-09-12 02:29:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007836 10.0.0.32 - - [2024-09-12 02:29:55] "POST /neutron/port HTTP/1.1" 200 117 0.006277 10.0.0.32 - - [2024-09-12 02:29:55] "GET /domains HTTP/1.1" 200 280 0.002916 10.0.0.32 - - [2024-09-12 02:29:55] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001450 10.0.0.32 - - [2024-09-12 02:29:55] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0 HTTP/1.1" 200 2760 0.088860 10.0.0.32 - - [2024-09-12 02:29:55] "GET /projects?obj_uuids=c8eb87e9-9b41-4d73-b0c4-c8339095e588&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001314 10.0.0.32 - - [2024-09-12 02:29:55] "GET /project/c8eb87e9-9b41-4d73-b0c4-c8339095e588 HTTP/1.1" 200 2842 0.093745 10.0.0.32 - - [2024-09-12 02:29:55] "GET /network-ipam/fc9bd0ab-7df1-496f-a75a-9fa4413d6a16 HTTP/1.1" 200 2601 0.007777 10.0.0.32 - - [2024-09-12 02:29:55] "GET /domains HTTP/1.1" 200 280 0.003691 10.0.0.32 - - [2024-09-12 02:29:55] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001359 10.0.0.32 - - [2024-09-12 02:29:55] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0 HTTP/1.1" 200 2760 0.011293 10.0.0.32 - - [2024-09-12 02:29:55] "GET /projects?obj_uuids=c8eb87e9-9b41-4d73-b0c4-c8339095e588&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001390 10.0.0.32 - - [2024-09-12 02:29:55] "GET /project/c8eb87e9-9b41-4d73-b0c4-c8339095e588 HTTP/1.1" 200 2842 0.087683 10.0.0.32 - - [2024-09-12 02:29:55] "GET /virtual-network/80c0d88c-f931-4960-9b7d-5460fddb228e HTTP/1.1" 200 3778 0.016405 10.0.0.32 - - [2024-09-12 02:29:56] "GET /virtual-network/80c0d88c-f931-4960-9b7d-5460fddb228e HTTP/1.1" 200 3778 0.020411 10.0.0.32 - - [2024-09-12 02:29:56] "GET /routing-instance/5d9e6dc3-0609-4bad-8b60-f22d25fcb397 HTTP/1.1" 200 2380 0.005762 10.0.0.32 - - [2024-09-12 02:29:56] "GET /routing-instance/5d9e6dc3-0609-4bad-8b60-f22d25fcb397 HTTP/1.1" 200 2380 0.007696 10.0.0.32 - - [2024-09-12 02:29:56] "GET /route-target/09c27a95-e3c8-4301-843a-56898e637dac HTTP/1.1" 200 1202 0.004502 10.0.0.32 - - [2024-09-12 02:29:56] "GET /virtual-network/80c0d88c-f931-4960-9b7d-5460fddb228e HTTP/1.1" 200 3778 0.016595 10.0.0.32 - - [2024-09-12 02:29:56] "GET /routing-instance/5d9e6dc3-0609-4bad-8b60-f22d25fcb397 HTTP/1.1" 200 2380 0.005862 10.0.0.32 - - [2024-09-12 02:29:56] "GET /virtual-network/80c0d88c-f931-4960-9b7d-5460fddb228e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.013643 10.0.0.32 - - [2024-09-12 02:29:56] "GET /virtual-network/80c0d88c-f931-4960-9b7d-5460fddb228e HTTP/1.1" 200 3778 0.012611 10.0.0.32 - - [2024-09-12 02:29:56] "GET /routing-instance/5d9e6dc3-0609-4bad-8b60-f22d25fcb397 HTTP/1.1" 200 2380 0.006783 10.0.0.32 - - [2024-09-12 02:29:56] "POST /neutron/network HTTP/1.1" 200 1004 0.018974 10.0.0.32 - - [2024-09-12 02:29:56] "GET /routing-instance/5d9e6dc3-0609-4bad-8b60-f22d25fcb397 HTTP/1.1" 200 2380 0.004789 10.0.0.32 - - [2024-09-12 02:29:56] "GET /route-target/09c27a95-e3c8-4301-843a-56898e637dac HTTP/1.1" 200 1202 0.007603 10.0.0.32 - - [2024-09-12 02:29:56] "GET /projects?obj_uuids=c8eb87e9-9b41-4d73-b0c4-c8339095e588&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001305 10.0.0.32 - - [2024-09-12 02:29:56] "GET /domains HTTP/1.1" 200 280 0.004109 10.0.0.32 - - [2024-09-12 02:29:56] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.007616 10.0.0.32 - - [2024-09-12 02:29:56] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0 HTTP/1.1" 200 2760 0.032232 10.0.0.32 - - [2024-09-12 02:29:56] "GET /projects?obj_uuids=c8eb87e9-9b41-4d73-b0c4-c8339095e588&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001455 10.0.0.32 - - [2024-09-12 02:29:56] "GET /project/c8eb87e9-9b41-4d73-b0c4-c8339095e588 HTTP/1.1" 200 3086 0.166002 10.0.0.32 - - [2024-09-12 02:29:56] "GET /virtual-network/80c0d88c-f931-4960-9b7d-5460fddb228e HTTP/1.1" 200 4036 0.022743 10.0.0.32 - - [2024-09-12 02:29:56] "POST /neutron/port HTTP/1.1" 200 1055 0.396893 10.0.0.32 - - [2024-09-12 02:29:56] "POST /neutron/port HTTP/1.1" 200 1055 0.014022 10.0.0.32 - - [2024-09-12 02:29:56] "POST /neutron/port HTTP/1.1" 200 1055 0.019325 10.0.0.32 - - [2024-09-12 02:29:56] "POST /neutron/port HTTP/1.1" 200 1109 0.169796 10.0.0.32 - - [2024-09-12 02:29:56] "POST /neutron/port HTTP/1.1" 200 1083 0.029029 10.0.0.32 - - [2024-09-12 02:29:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.023837 10.0.0.32 - - [2024-09-12 02:29:57] "GET /obj-perms HTTP/1.1" 200 5030 0.079552 10.0.0.32 - - [2024-09-12 02:29:57] "POST /neutron/subnet HTTP/1.1" 200 673 0.027414 10.0.0.32 - - [2024-09-12 02:29:57] "POST /neutron/port HTTP/1.1" 200 117 0.001461 10.0.0.32 - - [2024-09-12 02:29:57] "POST /neutron/network HTTP/1.1" 200 994 0.010580 10.0.0.32 - - [2024-09-12 02:29:57] "POST /neutron/port HTTP/1.1" 200 1083 0.037806 10.0.0.32 - - [2024-09-12 02:29:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010336 10.0.0.32 - - [2024-09-12 02:29:57] "POST /neutron/port HTTP/1.1" 200 1083 0.018166 10.0.0.32 - - [2024-09-12 02:29:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011926 10.0.0.32 - - [2024-09-12 02:29:57] "POST /neutron/port HTTP/1.1" 200 1083 0.035991 10.0.0.32 - - [2024-09-12 02:29:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012327 10.0.0.32 - - [2024-09-12 02:29:57] "GET /virtual-machine/6902285d-e565-471c-b510-71acaba4ec94 HTTP/1.1" 200 1288 0.012333 10.0.0.32 - - [2024-09-12 02:29:57] "GET /virtual-machine-interface/0b14d690-e088-460a-9808-bb8abdc13aa7 HTTP/1.1" 200 2939 0.015828 10.0.0.32 - - [2024-09-12 02:29:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.32 - - [2024-09-12 02:29:57] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004433 10.0.0.32 - - [2024-09-12 02:29:57] "GET /virtual-networks?parent_id=c8eb87e9-9b41-4d73-b0c4-c8339095e588&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003779 10.0.0.32 - - [2024-09-12 02:29:57] "GET /virtual-network/80c0d88c-f931-4960-9b7d-5460fddb228e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.010688 10.0.0.32 - - [2024-09-12 02:30:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.32 - - [2024-09-12 02:30:00] "GET /virtual-network/80c0d88c-f931-4960-9b7d-5460fddb228e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.010359 10.0.0.32 - - [2024-09-12 02:30:03] "DELETE /project/c8eb87e99b414d73b0c4c8339095e588 HTTP/1.1" 404 173 0.009876 10.0.0.32 - - [2024-09-12 02:30:03] "GET /projects?obj_uuids=bef513f6-4519-43b4-8cfe-4ce8737a32aa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001318 10.0.0.32 - - [2024-09-12 02:30:03] "GET /project/bef513f6-4519-43b4-8cfe-4ce8737a32aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.076531 10.0.0.32 - - [2024-09-12 02:30:03] "GET /projects?obj_uuids=bef513f6-4519-43b4-8cfe-4ce8737a32aa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001259 10.0.0.32 - - [2024-09-12 02:30:03] "GET /project/bef513f6-4519-43b4-8cfe-4ce8737a32aa?fields=security_groups HTTP/1.1" 200 1366 0.060950 10.0.0.32 - - [2024-09-12 02:30:03] "DELETE /security-group/1abd53d7-34db-4b8b-ba54-2ac51d8c5fe0 HTTP/1.1" 200 115 0.044707 10.0.0.32 - - [2024-09-12 02:30:03] "GET /projects?obj_uuids=bef513f6-4519-43b4-8cfe-4ce8737a32aa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001721 10.0.0.32 - - [2024-09-12 02:30:03] "GET /project/bef513f6-4519-43b4-8cfe-4ce8737a32aa?fields=application_policy_sets HTTP/1.1" 200 1405 0.049339 10.0.0.32 - - [2024-09-12 02:30:03] "DELETE /access-control-list/b87aeef1-6028-42ed-9322-ac151829ab5f HTTP/1.1" 200 115 0.064338 10.0.0.32 - - [2024-09-12 02:30:03] "DELETE /access-control-list/328d0273-19fc-4189-904c-29f695244df5 HTTP/1.1" 200 115 0.019919 10.0.0.32 - - [2024-09-12 02:30:03] "DELETE /project/bef513f6-4519-43b4-8cfe-4ce8737a32aa HTTP/1.1" 200 115 0.428269 10.0.0.32 - - [2024-09-12 02:30:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004412 10.0.0.32 - - [2024-09-12 02:30:04] "GET /virtual-network/80c0d88c-f931-4960-9b7d-5460fddb228e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.011515 10.0.0.32 - - [2024-09-12 02:30:05] "POST /neutron/port HTTP/1.1" 200 1083 0.046205 10.0.0.32 - - [2024-09-12 02:30:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006256 10.0.0.32 - - [2024-09-12 02:30:05] "POST /neutron/port HTTP/1.1" 200 1083 0.018166 10.0.0.32 - - [2024-09-12 02:30:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006697 10.0.0.32 - - [2024-09-12 02:30:06] "POST /neutron/port HTTP/1.1" 200 1083 0.025530 10.0.0.32 - - [2024-09-12 02:30:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007034 10.0.0.32 - - [2024-09-12 02:30:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.32 - - [2024-09-12 02:30:07] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004478 10.0.0.32 - - [2024-09-12 02:30:07] "GET /virtual-networks?parent_id=c8eb87e9-9b41-4d73-b0c4-c8339095e588&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003357 10.0.0.32 - - [2024-09-12 02:30:07] "GET /virtual-network/80c0d88c-f931-4960-9b7d-5460fddb228e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.010643 10.0.0.32 - - [2024-09-12 02:30:07] "POST /neutron/port HTTP/1.1" 200 1083 0.025327 10.0.0.32 - - [2024-09-12 02:30:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009790 10.0.0.32 - - [2024-09-12 02:30:12] "GET /obj-perms HTTP/1.1" 200 5056 0.053442 10.0.0.32 - - [2024-09-12 02:30:12] "POST /neutron/port HTTP/1.1" 200 1083 0.021360 10.0.0.32 - - [2024-09-12 02:30:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010541 10.0.0.32 - - [2024-09-12 02:30:12] "GET /obj-perms HTTP/1.1" 200 5056 0.067721 10.0.0.32 - - [2024-09-12 02:30:12] "POST /neutron/port HTTP/1.1" 200 1083 0.020110 10.0.0.32 - - [2024-09-12 02:30:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008075 10.0.0.32 - - [2024-09-12 02:30:12] "POST /neutron/port HTTP/1.1" 200 1083 0.018773 10.0.0.32 - - [2024-09-12 02:30:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007950 10.0.0.32 - - [2024-09-12 02:30:12] "GET /virtual-machine/d25cd03a-4216-4a3c-aa97-7e25f5bb571d HTTP/1.1" 200 1289 0.006698 10.0.0.32 - - [2024-09-12 02:30:12] "GET /virtual-machine-interface/a64eae49-fd96-4ed5-ba46-6a3129c38893 HTTP/1.1" 200 2941 0.010838 10.0.0.32 - - [2024-09-12 02:30:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.32 - - [2024-09-12 02:30:12] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004346 10.0.0.32 - - [2024-09-12 02:30:12] "GET /virtual-networks?parent_id=c8eb87e9-9b41-4d73-b0c4-c8339095e588&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003569 10.0.0.32 - - [2024-09-12 02:30:13] "GET /virtual-network/80c0d88c-f931-4960-9b7d-5460fddb228e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.010569 10.0.0.32 - - [2024-09-12 02:30:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.32 - - [2024-09-12 02:30:14] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003742 10.0.0.32 - - [2024-09-12 02:30:14] "GET /virtual-networks?parent_id=c8eb87e9-9b41-4d73-b0c4-c8339095e588&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003392 10.0.0.32 - - [2024-09-12 02:30:14] "GET /virtual-network/80c0d88c-f931-4960-9b7d-5460fddb228e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.010516 10.0.0.32 - - [2024-09-12 02:30:14] "POST /neutron/port HTTP/1.1" 200 1083 0.022612 10.0.0.32 - - [2024-09-12 02:30:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008016 10.0.0.32 - - [2024-09-12 02:30:14] "POST /neutron/port HTTP/1.1" 200 1083 0.019287 10.0.0.32 - - [2024-09-12 02:30:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007443 10.0.0.32 - - [2024-09-12 02:30:14] "POST /neutron/port HTTP/1.1" 200 1083 0.021856 10.0.0.32 - - [2024-09-12 02:30:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007550 10.0.0.32 - - [2024-09-12 02:30:14] "GET /virtual-machine/cf3d47a9-7a15-4057-b6d1-92c856d18c62 HTTP/1.1" 200 1293 0.006182 10.0.0.32 - - [2024-09-12 02:30:14] "GET /virtual-machine-interface/6babe8fc-b8c0-4d4b-907e-1823f23d7f3f HTTP/1.1" 200 2940 0.009588 10.0.0.32 - - [2024-09-12 02:30:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.32 - - [2024-09-12 02:30:14] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003893 10.0.0.32 - - [2024-09-12 02:30:14] "GET /virtual-networks?parent_id=c8eb87e9-9b41-4d73-b0c4-c8339095e588&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003619 10.0.0.32 - - [2024-09-12 02:30:14] "GET /virtual-network/80c0d88c-f931-4960-9b7d-5460fddb228e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.011492 10.0.0.32 - - [2024-09-12 02:30:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.32 - - [2024-09-12 02:30:15] "GET /global-vrouter-config/76b2a245-14bb-4466-ac70-67a2af3c7a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004397 10.0.0.32 - - [2024-09-12 02:30:16] "GET /virtual-networks?parent_id=c8eb87e9-9b41-4d73-b0c4-c8339095e588&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003467 10.0.0.32 - - [2024-09-12 02:30:16] "GET /virtual-network/80c0d88c-f931-4960-9b7d-5460fddb228e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.013299 10.0.0.32 - - [2024-09-12 02:30:31] "POST /neutron/port HTTP/1.1" 200 1083 0.018400 10.0.0.32 - - [2024-09-12 02:30:31] "POST /neutron/port HTTP/1.1" 200 1083 0.020661 10.0.0.32 - - [2024-09-12 02:30:31] "POST /neutron/network HTTP/1.1" 200 1004 0.011650 10.0.0.32 - - [2024-09-12 02:30:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004136 10.0.0.32 - - [2024-09-12 02:30:31] "POST /neutron/subnet HTTP/1.1" 200 673 0.015299 10.0.0.32 - - [2024-09-12 02:30:31] "POST /neutron/port HTTP/1.1" 200 117 0.001393 10.0.0.32 - - [2024-09-12 02:30:31] "POST /neutron/network HTTP/1.1" 200 994 0.009260 10.0.0.32 - - [2024-09-12 02:30:32] "POST /neutron/port HTTP/1.1" 200 1109 0.012310 10.0.0.32 - - [2024-09-12 02:30:32] "POST /neutron/port HTTP/1.1" 200 1109 0.011184 10.0.0.32 - - [2024-09-12 02:30:32] "POST /neutron/port HTTP/1.1" 200 151 0.150830 10.0.0.32 - - [2024-09-12 02:30:32] "POST /neutron/port HTTP/1.1" 200 1109 0.010836 10.0.0.32 - - [2024-09-12 02:30:32] "POST /neutron/port HTTP/1.1" 200 1109 0.026056 10.0.0.32 - - [2024-09-12 02:30:32] "POST /neutron/port HTTP/1.1" 200 1083 0.028996 10.0.0.32 - - [2024-09-12 02:30:32] "POST /neutron/port HTTP/1.1" 200 1109 0.014871 10.0.0.32 - - [2024-09-12 02:30:32] "POST /neutron/port HTTP/1.1" 200 151 0.197602 10.0.0.32 - - [2024-09-12 02:30:32] "POST /neutron/network HTTP/1.1" 200 994 0.018862 10.0.0.32 - - [2024-09-12 02:30:32] "POST /neutron/network HTTP/1.1" 400 204 0.052158 10.0.0.32 - - [2024-09-12 02:30:32] "POST /neutron/port HTTP/1.1" 200 117 0.006972 10.0.0.32 - - [2024-09-12 02:30:32] "POST /neutron/port HTTP/1.1" 400 205 0.008262 10.0.0.32 - - [2024-09-12 02:30:32] "POST /neutron/port HTTP/1.1" 400 205 0.004626 10.0.0.32 - - [2024-09-12 02:30:32] "POST /neutron/port HTTP/1.1" 200 151 0.253155 10.0.0.32 - - [2024-09-12 02:30:32] "POST /neutron/port HTTP/1.1" 200 117 0.008115 10.0.0.32 - - [2024-09-12 02:30:32] "POST /neutron/port HTTP/1.1" 400 205 0.003935 10.0.0.32 - - [2024-09-12 02:30:34] "POST /neutron/network HTTP/1.1" 200 994 0.008975 10.0.0.32 - - [2024-09-12 02:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005503 10.0.0.32 - - [2024-09-12 02:30:34] "POST /useragent-kv HTTP/1.1" 200 115 0.001469 10.0.0.32 - - [2024-09-12 02:30:34] "POST /useragent-kv HTTP/1.1" 200 115 0.001234 10.0.0.32 - - [2024-09-12 02:30:34] "POST /useragent-kv HTTP/1.1" 200 115 0.001199 10.0.0.32 - - [2024-09-12 02:30:34] "POST /useragent-kv HTTP/1.1" 200 115 0.001241 10.0.0.32 - - [2024-09-12 02:30:34] "POST /neutron/network HTTP/1.1" 200 151 0.105452 10.0.0.32 - - [2024-09-12 02:30:34] "DELETE /route-target/09c27a95-e3c8-4301-843a-56898e637dac HTTP/1.1" 200 115 0.029200 10.0.0.32 - - [2024-09-12 02:30:34] "GET /routing-instance/5d9e6dc3-0609-4bad-8b60-f22d25fcb397 HTTP/1.1" 404 171 0.002904 10.0.0.32 - - [2024-09-12 02:30:34] "GET /domains HTTP/1.1" 200 280 0.002764 10.0.0.32 - - [2024-09-12 02:30:34] "GET /domains?obj_uuids=3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001373 10.0.0.32 - - [2024-09-12 02:30:35] "GET /domain/3586bc11-ddd2-4a7c-b75e-fcf7f670b1a0 HTTP/1.1" 200 2573 0.056793 10.0.0.32 - - [2024-09-12 02:30:35] "GET /projects?obj_uuids=c8eb87e9-9b41-4d73-b0c4-c8339095e588&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001399 10.0.0.32 - - [2024-09-12 02:30:35] "GET /project/c8eb87e9-9b41-4d73-b0c4-c8339095e588 HTTP/1.1" 200 2085 0.081556 10.0.0.32 - - [2024-09-12 02:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.32 - - [2024-09-12 02:30:35] "DELETE /network-ipam/fc9bd0ab-7df1-496f-a75a-9fa4413d6a16 HTTP/1.1" 200 115 0.022096 10.0.0.32 - - [2024-09-12 02:30:35] "POST /fqname-to-id HTTP/1.1" 404 211 0.003036 10.0.0.32 - - [2024-09-12 02:30:35] "GET /projects?obj_uuids=c8eb87e9-9b41-4d73-b0c4-c8339095e588&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001388 10.0.0.32 - - [2024-09-12 02:30:35] "GET /project/c8eb87e9-9b41-4d73-b0c4-c8339095e588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.034995 10.0.0.32 - - [2024-09-12 02:30:35] "GET /projects?obj_uuids=c8eb87e9-9b41-4d73-b0c4-c8339095e588&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001292 10.0.0.32 - - [2024-09-12 02:30:35] "GET /project/c8eb87e9-9b41-4d73-b0c4-c8339095e588?fields=virtual_networks HTTP/1.1" 200 1032 0.078892 10.0.0.32 - - [2024-09-12 02:30:35] "GET /projects?obj_uuids=c8eb87e9-9b41-4d73-b0c4-c8339095e588&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001916 10.0.0.32 - - [2024-09-12 02:30:35] "GET /project/c8eb87e9-9b41-4d73-b0c4-c8339095e588?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.051863 10.0.0.32 - - [2024-09-12 02:30:35] "GET /projects?obj_uuids=c8eb87e9-9b41-4d73-b0c4-c8339095e588&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001759 10.0.0.32 - - [2024-09-12 02:30:35] "GET /project/c8eb87e9-9b41-4d73-b0c4-c8339095e588?fields=security_groups HTTP/1.1" 200 1258 0.048728 10.0.0.32 - - [2024-09-12 02:30:44] "GET / HTTP/1.1" 200 35931 0.003001 10.0.0.32 - - [2024-09-12 02:30:45] "GET /project/b9a6152c-bd32-40ec-9497-2aa7c48a7b47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000909