++ 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 Oct 24 02:35:26 UTC 2024 ===================' INFO: =================== Thu Oct 24 02:35:26 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 +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.34 ++ 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.34 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.34 ++ ANALYTICSDB_NODES=10.0.0.34 ++ ANALYTICS_SNMP_NODES=10.0.0.34 ++ 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.34 +++ local server_address=10.0.0.34 +++ extended_server_list+='10.0.0.34:8081 ' +++ '[' -n '10.0.0.34:8081 ' ']' +++ echo 10.0.0.34:8081 ++ ANALYTICS_SERVERS=10.0.0.34: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.34 +++ local server_address=10.0.0.34 +++ extended_server_list+='10.0.0.34:9042 ' +++ '[' -n '10.0.0.34:9042 ' ']' +++ echo 10.0.0.34:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.34:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.34 ++ 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.34 +++ local server_address=10.0.0.34 +++ extended_server_list+='10.0.0.34:8086 ' +++ '[' -n '10.0.0.34:8086 ' ']' +++ echo 10.0.0.34:8086 ++ COLLECTOR_SERVERS=10.0.0.34: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.34 ++ CONFIGDB_NODES=10.0.0.34 ++ 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.34 +++ local server_address=10.0.0.34 +++ extended_server_list+='10.0.0.34:8082 ' +++ '[' -n '10.0.0.34:8082 ' ']' +++ echo 10.0.0.34:8082 ++ CONFIG_SERVERS=10.0.0.34: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.34 +++ local server_address=10.0.0.34 +++ extended_server_list+='10.0.0.34:9161 ' +++ '[' -n '10.0.0.34:9161 ' ']' +++ echo 10.0.0.34:9161 ++ CONFIGDB_SERVERS=10.0.0.34: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.34 +++ local server_address=10.0.0.34 +++ extended_server_list+='10.0.0.34:9041 ' +++ '[' -n '10.0.0.34:9041 ' ']' +++ echo 10.0.0.34:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.34: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.12 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.12 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.34 ++ 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.34 +++ local server_address=10.0.0.34 +++ extended_server_list+=10.0.0.34:2181, +++ '[' -n 10.0.0.34:2181, ']' +++ echo 10.0.0.34:2181 ++ ZOOKEEPER_SERVERS=10.0.0.34: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.34 +++ local server_address=10.0.0.34 +++ extended_server_list+='10.0.0.34:2181 ' +++ '[' -n '10.0.0.34:2181 ' ']' +++ echo 10.0.0.34:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.34:2181 ++ RABBITMQ_NODES=10.0.0.34 ++ 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.34 +++ local server_address=10.0.0.34 +++ extended_server_list+=10.0.0.34:5673, +++ '[' -n 10.0.0.34:5673, ']' +++ echo 10.0.0.34:5673 ++ RABBITMQ_SERVERS=10.0.0.34: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.34 +++ local server_address=10.0.0.34 +++ extended_server_list+='10.0.0.34:6379 ' +++ '[' -n '10.0.0.34:6379 ' ']' +++ echo 10.0.0.34:6379 ++ REDIS_SERVERS=10.0.0.34: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.34 ++ 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.34 +++ local server_address=10.0.0.34 +++ extended_server_list+='10.0.0.34:9092 ' +++ '[' -n '10.0.0.34:9092 ' ']' +++ echo 10.0.0.34:9092 ++ KAFKA_SERVERS=10.0.0.34: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.34 ++ 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.34 ++ 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.34 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.34 ++ cut -d , -f 1 + local cassandra=10.0.0.34 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.34 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.34 +++ local servers=10.0.0.34 +++ local server_list= +++ cut -d ' ' -f 1 +++ 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.34,10.20.0.12,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.34'\''))' +++ local server_ip=10.0.0.34 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.34 ]] +++ [[ ,10.0.0.34,10.20.0.12,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.34, ]] +++ echo 10.0.0.34 1 +++ return ++ local ip=10.0.0.34 ++ [[ -z 10.0.0.34 ]] ++ echo 10.0.0.34 + host_ip=10.0.0.34 + [[ cql == \c\q\l ]] ++ echo 10.0.0.34:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.34:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.34:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ cut -d = -f 1 ++ sed 's/^API__//g' ++ sort + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.6/site-packages/keystonemiddleware/auth_token/_memcache_crypt.py:42: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography. The next release of cryptography will remove support for Python 3.6. from cryptography.hazmat import backends as crypto_backends 10/24/2024 02:35:34.763 7fadb45b5948 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 10/24/2024 02:35:34.799 7fadb45b5948 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 10/24/2024 02:35:34.817 7fadb45b5948 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 10/24/2024 02:35:34.817 7fadb45b5948 [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.34:8082/ Hit Ctrl-C to quit. 10.0.0.34 - - [2024-10-24 02:35:39] "GET / HTTP/1.1" 200 45871 0.002118 10.0.0.34 - - [2024-10-24 02:35:39] "GET / HTTP/1.1" 200 45871 0.001662 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.34 - - [2024-10-24 02:35:39] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000974 10.0.0.34 - - [2024-10-24 02:35:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000437 10.0.0.34 - - [2024-10-24 02:35:39] "GET / HTTP/1.1" 200 35931 0.002699 10.0.0.34 - - [2024-10-24 02:35:40] "GET / HTTP/1.1" 200 35931 0.002367 10.0.0.34 - - [2024-10-24 02:35:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000535 10.0.0.34 - - [2024-10-24 02:35:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000572 10.0.0.34 - - [2024-10-24 02:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 1.046297 10.0.0.34 - - [2024-10-24 02:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004196 10.0.0.34 - - [2024-10-24 02:35:41] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 1.419981 10.0.0.34 - - [2024-10-24 02:35:41] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003304 10.0.0.34 - - [2024-10-24 02:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.067262 10.0.0.34 - - [2024-10-24 02:35:41] "GET /network-ipam/9009563d-d72e-41d0-a56b-c6283f166790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.006788 10.0.0.34 - - [2024-10-24 02:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.429921 10.0.0.34 - - [2024-10-24 02:35:41] "GET /global-system-config/3846da9e-99d2-4a6c-97d7-ce4c845fa48b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.013544 10.0.0.34 - - [2024-10-24 02:35:41] "GET / HTTP/1.1" 200 35931 0.002247 10.0.0.34 - - [2024-10-24 02:35:41] "POST /fqname-to-id HTTP/1.1" 404 220 0.004813 10.0.0.34 - - [2024-10-24 02:35:41] "POST /config-nodes HTTP/1.1" 200 599 0.023695 10.0.0.34 - - [2024-10-24 02:35:41] "GET / HTTP/1.1" 200 35931 0.001953 10.0.0.34 - - [2024-10-24 02:35:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000745 10.0.0.34 - - [2024-10-24 02:35:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000561 10.0.0.34 - - [2024-10-24 02:35:41] "GET / HTTP/1.1" 200 35931 0.001786 10.0.0.34 - - [2024-10-24 02:35:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000499 10.0.0.34 - - [2024-10-24 02:35:41] "GET / HTTP/1.1" 200 35931 0.002035 10.0.0.34 - - [2024-10-24 02:35:41] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000623 10.0.0.34 - - [2024-10-24 02:35:41] "POST /fqname-to-id HTTP/1.1" 404 225 0.003304 10.0.0.34 - - [2024-10-24 02:35:42] "POST /access-control-lists HTTP/1.1" 200 587 0.227221 10.0.0.34 - - [2024-10-24 02:35:42] "POST /fqname-to-id HTTP/1.1" 404 224 0.004439 10.0.0.34 - - [2024-10-24 02:35:42] "POST /access-control-lists HTTP/1.1" 200 585 0.022208 /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.34 - - [2024-10-24 02:35:42] "POST /route-targets HTTP/1.1" 200 327 0.024007 10.0.0.34 - - [2024-10-24 02:35:42] "POST /ref-update HTTP/1.1" 200 156 0.015990 10.0.0.34 - - [2024-10-24 02:35:42] "POST /route-targets HTTP/1.1" 200 327 0.013647 10.0.0.34 - - [2024-10-24 02:35:42] "POST /ref-update HTTP/1.1" 200 156 0.013804 10.0.0.34 - - [2024-10-24 02:35:42] "POST /route-targets HTTP/1.1" 200 327 0.013605 10.0.0.34 - - [2024-10-24 02:35:42] "POST /ref-update HTTP/1.1" 200 156 0.012483 10.0.0.34 - - [2024-10-24 02:35:42] "POST /route-targets HTTP/1.1" 200 327 0.016455 10.0.0.34 - - [2024-10-24 02:35:42] "POST /ref-update HTTP/1.1" 200 156 0.015274 10.0.0.34 - - [2024-10-24 02:35:42] "POST /fqname-to-id HTTP/1.1" 404 201 0.004436 10.0.0.34 - - [2024-10-24 02:35:42] "POST /access-control-lists HTTP/1.1" 200 551 0.068864 10.0.0.34 - - [2024-10-24 02:35:43] "PUT /access-control-list/b9e9d58f-19ea-4444-8040-e01eeca1fdf8 HTTP/1.1" 200 272 0.015726 10.0.0.34 - - [2024-10-24 02:35:43] "POST /fqname-to-id HTTP/1.1" 404 186 1.024060 10.0.0.34 - - [2024-10-24 02:35:43] "POST /fqname-to-id HTTP/1.1" 404 196 0.716929 10.0.0.34 - - [2024-10-24 02:35:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004296 10.0.0.34 - - [2024-10-24 02:35:43] "PUT /access-control-list/c4c2a630-6ac5-45a8-9489-7f40430402cb HTTP/1.1" 200 272 0.018963 10.0.0.34 - - [2024-10-24 02:35:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.422799 10.0.0.34 - - [2024-10-24 02:35:43] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.111379 10.0.0.34 - - [2024-10-24 02:35:43] "GET /global-system-config/3846da9e-99d2-4a6c-97d7-ce4c845fa48b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.041498 10.0.0.34 - - [2024-10-24 02:35:43] "GET /global-system-config/3846da9e-99d2-4a6c-97d7-ce4c845fa48b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.023319 10.0.0.34 - - [2024-10-24 02:35:43] "POST /job-templates HTTP/1.1" 200 555 0.097287 10.0.0.34 - - [2024-10-24 02:35:43] "POST /fqname-to-id HTTP/1.1" 404 220 0.003588 10.0.0.34 - - [2024-10-24 02:35:43] "POST /fqname-to-id HTTP/1.1" 404 200 0.005096 10.0.0.34 - - [2024-10-24 02:35:43] "POST /service-appliance-sets HTTP/1.1" 200 553 0.026877 10.0.0.34 - - [2024-10-24 02:35:43] "POST /config-database-nodes HTTP/1.1" 200 617 0.025074 10.0.0.34 - - [2024-10-24 02:35:43] "POST /fqname-to-id HTTP/1.1" 404 180 0.002682 10.0.0.34 - - [2024-10-24 02:35:43] "POST /job-templates HTTP/1.1" 200 563 0.065942 10.0.0.34 - - [2024-10-24 02:35:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005775 10.0.0.34 - - [2024-10-24 02:35:43] "POST /fqname-to-id HTTP/1.1" 404 191 0.004562 10.0.0.34 - - [2024-10-24 02:35:43] "GET /global-system-config/3846da9e-99d2-4a6c-97d7-ce4c845fa48b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.015351 10.0.0.34 - - [2024-10-24 02:35:43] "POST /job-templates HTTP/1.1" 200 545 0.073916 10.0.0.34 - - [2024-10-24 02:35:43] "POST /service-appliance-sets HTTP/1.1" 200 541 0.065017 10.0.0.34 - - [2024-10-24 02:35:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.003781 10.0.0.34 - - [2024-10-24 02:35:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005464 10.0.0.34 - - [2024-10-24 02:35:43] "GET /network-ipam/9009563d-d72e-41d0-a56b-c6283f166790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.046056 10.0.0.34 - - [2024-10-24 02:35:43] "POST /job-templates HTTP/1.1" 200 577 0.068519 10.0.0.34 - - [2024-10-24 02:35:43] "POST /fqname-to-id HTTP/1.1" 404 208 0.004190 10.0.0.34 - - [2024-10-24 02:35:43] "POST /job-templates HTTP/1.1" 200 579 0.078373 10.0.0.34 - - [2024-10-24 02:35:43] "POST /service-templates HTTP/1.1" 200 511 0.059941 10.0.0.34 - - [2024-10-24 02:35:43] "POST /service-templates HTTP/1.1" 200 501 0.024955 10.0.0.34 - - [2024-10-24 02:35:43] "POST /fqname-to-id HTTP/1.1" 404 210 0.004088 10.0.0.34 - - [2024-10-24 02:35:43] "POST /service-templates HTTP/1.1" 200 515 0.033900 10.0.0.34 - - [2024-10-24 02:35:44] "POST /job-templates HTTP/1.1" 200 583 0.078441 10.0.0.34 - - [2024-10-24 02:35:44] "POST /service-templates HTTP/1.1" 200 535 0.023851 10.0.0.34 - - [2024-10-24 02:35:44] "POST /fqname-to-id HTTP/1.1" 404 198 0.003791 10.0.0.34 - - [2024-10-24 02:35:44] "POST /service-templates HTTP/1.1" 200 507 0.030535 10.0.0.34 - - [2024-10-24 02:35:44] "POST /job-templates HTTP/1.1" 200 559 0.073254 10.0.0.34 - - [2024-10-24 02:35:44] "POST /fqname-to-id HTTP/1.1" 404 203 0.004049 10.0.0.34 - - [2024-10-24 02:35:44] "POST /job-templates HTTP/1.1" 200 569 0.071380 10.0.0.34 - - [2024-10-24 02:35:44] "POST /fqname-to-id HTTP/1.1" 404 196 0.004332 10.0.0.34 - - [2024-10-24 02:35:44] "POST /job-templates HTTP/1.1" 200 555 0.069399 10.0.0.34 - - [2024-10-24 02:35:44] "POST /fqname-to-id HTTP/1.1" 404 196 0.004580 10.0.0.34 - - [2024-10-24 02:35:44] "POST /job-templates HTTP/1.1" 200 555 0.069345 10.0.0.34 - - [2024-10-24 02:35:44] "POST /fqname-to-id HTTP/1.1" 404 196 0.004136 10.0.0.34 - - [2024-10-24 02:35:44] "POST /job-templates HTTP/1.1" 200 555 0.065652 10.0.0.34 - - [2024-10-24 02:35:44] "POST /fqname-to-id HTTP/1.1" 404 186 0.004079 10.0.0.34 - - [2024-10-24 02:35:45] "POST /job-templates HTTP/1.1" 200 535 0.065610 10.0.0.34 - - [2024-10-24 02:35:45] "POST /fqname-to-id HTTP/1.1" 404 198 0.004053 10.0.0.34 - - [2024-10-24 02:35:45] "POST /job-templates HTTP/1.1" 200 559 0.064745 10.0.0.34 - - [2024-10-24 02:35:45] "POST /fqname-to-id HTTP/1.1" 404 198 0.003783 10.0.0.34 - - [2024-10-24 02:35:45] "POST /job-templates HTTP/1.1" 200 559 0.066435 10.0.0.34 - - [2024-10-24 02:35:45] "POST /fqname-to-id HTTP/1.1" 404 198 0.003715 10.0.0.34 - - [2024-10-24 02:35:45] "POST /job-templates HTTP/1.1" 200 559 0.064878 10.0.0.34 - - [2024-10-24 02:35:45] "POST /fqname-to-id HTTP/1.1" 404 201 0.003850 10.0.0.34 - - [2024-10-24 02:35:45] "POST /job-templates HTTP/1.1" 200 565 0.064927 10.0.0.34 - - [2024-10-24 02:35:45] "POST /fqname-to-id HTTP/1.1" 404 197 0.004886 10.0.0.34 - - [2024-10-24 02:35:45] "POST /job-templates HTTP/1.1" 200 557 0.070137 10.0.0.34 - - [2024-10-24 02:35:45] "POST /fqname-to-id HTTP/1.1" 404 196 0.004273 10.0.0.34 - - [2024-10-24 02:35:45] "POST /job-templates HTTP/1.1" 200 555 0.071189 10.0.0.34 - - [2024-10-24 02:35:46] "POST /fqname-to-id HTTP/1.1" 404 205 0.004214 10.0.0.34 - - [2024-10-24 02:35:46] "POST /job-templates HTTP/1.1" 200 573 0.066834 10.0.0.34 - - [2024-10-24 02:35:46] "POST /fqname-to-id HTTP/1.1" 404 194 0.003811 10.0.0.34 - - [2024-10-24 02:35:46] "POST /job-templates HTTP/1.1" 200 551 0.065386 10.0.0.34 - - [2024-10-24 02:35:46] "POST /fqname-to-id HTTP/1.1" 404 208 0.003524 10.0.0.34 - - [2024-10-24 02:35:46] "POST /job-templates HTTP/1.1" 200 579 0.064896 10.0.0.34 - - [2024-10-24 02:35:46] "POST /fqname-to-id HTTP/1.1" 404 196 0.003767 10.0.0.34 - - [2024-10-24 02:35:46] "POST /job-templates HTTP/1.1" 200 555 0.069575 10.0.0.34 - - [2024-10-24 02:35:46] "POST /fqname-to-id HTTP/1.1" 404 198 0.004159 10.0.0.34 - - [2024-10-24 02:35:46] "POST /job-templates HTTP/1.1" 200 559 0.157166 10.0.0.34 - - [2024-10-24 02:35:46] "POST /fqname-to-id HTTP/1.1" 404 206 0.004217 10.0.0.34 - - [2024-10-24 02:35:47] "POST /job-templates HTTP/1.1" 200 575 0.069774 10.0.0.34 - - [2024-10-24 02:35:47] "POST /fqname-to-id HTTP/1.1" 404 197 0.003599 10.0.0.34 - - [2024-10-24 02:35:47] "POST /job-templates HTTP/1.1" 200 557 0.068973 10.0.0.34 - - [2024-10-24 02:35:47] "POST /fqname-to-id HTTP/1.1" 404 198 0.003860 10.0.0.34 - - [2024-10-24 02:35:47] "POST /job-templates HTTP/1.1" 200 559 0.070281 10.0.0.34 - - [2024-10-24 02:35:47] "POST /fqname-to-id HTTP/1.1" 404 196 0.004080 10.0.0.34 - - [2024-10-24 02:35:47] "POST /job-templates HTTP/1.1" 200 555 0.064646 10.0.0.34 - - [2024-10-24 02:35:47] "POST /fqname-to-id HTTP/1.1" 404 195 0.004146 10.0.0.34 - - [2024-10-24 02:35:47] "POST /job-templates HTTP/1.1" 200 553 0.065802 10.0.0.34 - - [2024-10-24 02:35:47] "POST /fqname-to-id HTTP/1.1" 404 195 0.005161 10.0.0.34 - - [2024-10-24 02:35:47] "POST /job-templates HTTP/1.1" 200 553 0.065722 10.0.0.34 - - [2024-10-24 02:35:47] "POST /fqname-to-id HTTP/1.1" 404 195 0.003906 10.0.0.34 - - [2024-10-24 02:35:48] "POST /job-templates HTTP/1.1" 200 553 0.065982 10.0.0.34 - - [2024-10-24 02:35:48] "POST /fqname-to-id HTTP/1.1" 404 200 0.004115 10.0.0.34 - - [2024-10-24 02:35:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004793 10.0.0.34 - - [2024-10-24 02:35:48] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1161 0.005309 10.0.0.34 - - [2024-10-24 02:35:48] "POST /job-templates HTTP/1.1" 200 563 0.077519 10.0.0.34 - - [2024-10-24 02:35:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.34 - - [2024-10-24 02:35:48] "POST /fqname-to-id HTTP/1.1" 404 201 0.004832 10.0.0.34 - - [2024-10-24 02:35:48] "PUT /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d HTTP/1.1" 200 276 0.012210 10.0.0.34 - - [2024-10-24 02:35:48] "POST /job-templates HTTP/1.1" 200 565 0.068767 10.0.0.34 - - [2024-10-24 02:35:48] "POST /fqname-to-id HTTP/1.1" 404 189 0.003845 10.0.0.34 - - [2024-10-24 02:35:48] "POST /config-propertiess HTTP/1.1" 200 551 0.021603 10.0.0.34 - - [2024-10-24 02:35:48] "POST /fqname-to-id HTTP/1.1" 404 168 0.003465 10.0.0.34 - - [2024-10-24 02:35:48] "POST /tags HTTP/1.1" 200 321 0.038613 10.0.0.34 - - [2024-10-24 02:35:48] "POST /fqname-to-id HTTP/1.1" 404 166 0.003522 10.0.0.34 - - [2024-10-24 02:35:48] "GET / HTTP/1.1" 200 35931 0.002757 10.0.0.34 - - [2024-10-24 02:35:48] "POST /alarms HTTP/1.1" 401 292 0.000543 10.0.0.34 - - [2024-10-24 02:35:48] "POST /tags HTTP/1.1" 200 317 0.024722 10.0.0.34 - - [2024-10-24 02:35:48] "POST /fqname-to-id HTTP/1.1" 404 174 0.003582 10.0.0.34 - - [2024-10-24 02:35:48] "POST /tags HTTP/1.1" 200 333 0.026135 10.0.0.34 - - [2024-10-24 02:35:48] "POST /fqname-to-id HTTP/1.1" 404 162 0.003519 10.0.0.34 - - [2024-10-24 02:35:48] "POST /tags HTTP/1.1" 200 309 0.025293 10.0.0.34 - - [2024-10-24 02:35:49] "POST /fqname-to-id HTTP/1.1" 404 174 0.003959 10.0.0.34 - - [2024-10-24 02:35:49] "POST /tags HTTP/1.1" 200 333 0.041586 10.0.0.34 - - [2024-10-24 02:35:49] "POST /alarms HTTP/1.1" 200 581 0.052147 10.0.0.34 - - [2024-10-24 02:35:49] "POST /fqname-to-id HTTP/1.1" 404 164 0.003311 10.0.0.34 - - [2024-10-24 02:35:49] "POST /alarms HTTP/1.1" 200 575 0.026002 10.0.0.34 - - [2024-10-24 02:35:49] "POST /alarms HTTP/1.1" 200 575 0.024761 10.0.0.34 - - [2024-10-24 02:35:49] "POST /tags HTTP/1.1" 200 313 0.040262 10.0.0.34 - - [2024-10-24 02:35:49] "POST /fqname-to-id HTTP/1.1" 404 169 0.003582 10.0.0.34 - - [2024-10-24 02:35:49] "POST /alarms HTTP/1.1" 200 559 0.021842 10.0.0.34 - - [2024-10-24 02:35:49] "POST /alarms HTTP/1.1" 200 555 0.020688 10.0.0.34 - - [2024-10-24 02:35:49] "POST /tags HTTP/1.1" 200 323 0.033416 10.0.0.34 - - [2024-10-24 02:35:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.34 - - [2024-10-24 02:35:49] "POST /alarms HTTP/1.1" 200 557 0.023200 10.0.0.34 - - [2024-10-24 02:35:49] "PUT /global-system-config/3846da9e-99d2-4a6c-97d7-ce4c845fa48b HTTP/1.1" 200 274 0.011508 10.0.0.34 - - [2024-10-24 02:35:49] "POST /alarms HTTP/1.1" 200 565 0.019165 10.0.0.34 - - [2024-10-24 02:35:49] "POST /fqname-to-id HTTP/1.1" 404 166 0.002945 10.0.0.34 - - [2024-10-24 02:35:49] "POST /alarms HTTP/1.1" 200 549 0.021927 10.0.0.34 - - [2024-10-24 02:35:49] "POST /hardwares HTTP/1.1" 200 327 0.016465 10.0.0.34 - - [2024-10-24 02:35:49] "POST /fqname-to-id HTTP/1.1" 404 166 0.003137 10.0.0.34 - - [2024-10-24 02:35:49] "POST /alarms HTTP/1.1" 200 557 0.021148 10.0.0.34 - - [2024-10-24 02:35:49] "POST /hardwares HTTP/1.1" 200 327 0.018179 10.0.0.34 - - [2024-10-24 02:35:49] "POST /alarms HTTP/1.1" 200 567 0.025596 10.0.0.34 - - [2024-10-24 02:35:49] "POST /fqname-to-id HTTP/1.1" 404 166 0.003921 10.0.0.34 - - [2024-10-24 02:35:49] "POST /alarms HTTP/1.1" 200 555 0.021009 10.0.0.34 - - [2024-10-24 02:35:49] "POST /hardwares HTTP/1.1" 200 327 0.014273 10.0.0.34 - - [2024-10-24 02:35:49] "POST /alarms HTTP/1.1" 200 567 0.018613 10.0.0.34 - - [2024-10-24 02:35:49] "POST /fqname-to-id HTTP/1.1" 404 166 0.003235 10.0.0.34 - - [2024-10-24 02:35:49] "POST /hardwares HTTP/1.1" 200 327 0.014642 10.0.0.34 - - [2024-10-24 02:35:49] "POST /alarms HTTP/1.1" 200 575 0.075939 10.0.0.34 - - [2024-10-24 02:35:49] "POST /fqname-to-id HTTP/1.1" 404 164 0.004878 10.0.0.34 - - [2024-10-24 02:35:50] "POST /hardwares HTTP/1.1" 200 323 0.014403 10.0.0.34 - - [2024-10-24 02:35:50] "POST /alarms HTTP/1.1" 200 569 0.027550 10.0.0.34 - - [2024-10-24 02:35:50] "POST /fqname-to-id HTTP/1.1" 404 164 0.004030 10.0.0.34 - - [2024-10-24 02:35:50] "POST /alarms HTTP/1.1" 200 561 0.021064 10.0.0.34 - - [2024-10-24 02:35:50] "POST /hardwares HTTP/1.1" 200 323 0.012552 10.0.0.34 - - [2024-10-24 02:35:50] "POST /alarms HTTP/1.1" 200 561 0.021147 10.0.0.34 - - [2024-10-24 02:35:50] "POST /fqname-to-id HTTP/1.1" 404 161 0.003407 10.0.0.34 - - [2024-10-24 02:35:50] "POST /alarms HTTP/1.1" 200 561 0.022990 10.0.0.34 - - [2024-10-24 02:35:50] "POST /hardwares HTTP/1.1" 200 317 0.014925 10.0.0.34 - - [2024-10-24 02:35:50] "POST /fqname-to-id HTTP/1.1" 404 164 0.004265 10.0.0.34 - - [2024-10-24 02:35:50] "POST /alarms HTTP/1.1" 200 547 0.038339 10.0.0.34 - - [2024-10-24 02:35:50] "POST /hardwares HTTP/1.1" 200 323 0.012911 10.0.0.34 - - [2024-10-24 02:35:50] "POST /alarms HTTP/1.1" 200 595 0.020025 10.0.0.34 - - [2024-10-24 02:35:50] "POST /fqname-to-id HTTP/1.1" 404 164 0.003370 10.0.0.34 - - [2024-10-24 02:35:50] "POST /hardwares HTTP/1.1" 200 323 0.014415 10.0.0.34 - - [2024-10-24 02:35:50] "POST /alarms HTTP/1.1" 200 575 0.027081 10.0.0.34 - - [2024-10-24 02:35:50] "POST /fqname-to-id HTTP/1.1" 404 164 0.005010 10.0.0.34 - - [2024-10-24 02:35:50] "POST /alarms HTTP/1.1" 200 571 0.019802 10.0.0.34 - - [2024-10-24 02:35:50] "POST /hardwares HTTP/1.1" 200 323 0.012773 10.0.0.34 - - [2024-10-24 02:35:50] "POST /alarms HTTP/1.1" 200 583 0.021547 10.0.0.34 - - [2024-10-24 02:35:50] "POST /fqname-to-id HTTP/1.1" 404 165 0.003560 10.0.0.34 - - [2024-10-24 02:35:50] "POST /alarms HTTP/1.1" 200 609 0.024840 10.0.0.34 - - [2024-10-24 02:35:50] "POST /hardwares HTTP/1.1" 200 325 0.014045 10.0.0.34 - - [2024-10-24 02:35:50] "POST /fqname-to-id HTTP/1.1" 404 165 0.004005 10.0.0.34 - - [2024-10-24 02:35:50] "POST /hardwares HTTP/1.1" 200 325 0.014207 10.0.0.34 - - [2024-10-24 02:35:50] "POST /fqname-to-id HTTP/1.1" 404 165 0.004822 10.0.0.34 - - [2024-10-24 02:35:50] "POST /hardwares HTTP/1.1" 200 325 0.016336 10.0.0.34 - - [2024-10-24 02:35:50] "POST /fqname-to-id HTTP/1.1" 404 165 0.003729 10.0.0.34 - - [2024-10-24 02:35:51] "POST /hardwares HTTP/1.1" 200 325 0.012464 10.0.0.34 - - [2024-10-24 02:35:51] "POST /fqname-to-id HTTP/1.1" 404 164 0.003388 10.0.0.34 - - [2024-10-24 02:35:51] "GET / HTTP/1.1" 200 35931 0.002257 10.0.0.34 - - [2024-10-24 02:35:51] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000518 10.0.0.34 - - [2024-10-24 02:35:51] "POST /hardwares HTTP/1.1" 200 323 0.013077 10.0.0.34 - - [2024-10-24 02:35:51] "POST /fqname-to-id HTTP/1.1" 404 161 0.003683 10.0.0.34 - - [2024-10-24 02:35:51] "POST /hardwares HTTP/1.1" 200 317 0.013108 10.0.0.34 - - [2024-10-24 02:35:51] "POST /fqname-to-id HTTP/1.1" 404 164 0.003604 10.0.0.34 - - [2024-10-24 02:35:51] "POST /hardwares HTTP/1.1" 200 323 0.019849 10.0.0.34 - - [2024-10-24 02:35:51] "POST /fqname-to-id HTTP/1.1" 404 161 0.003934 10.0.0.34 - - [2024-10-24 02:35:51] "POST /hardwares HTTP/1.1" 200 317 0.014034 10.0.0.34 - - [2024-10-24 02:35:51] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.032360 10.0.0.34 - - [2024-10-24 02:35:51] "POST /fqname-to-id HTTP/1.1" 404 164 0.006444 10.0.0.34 - - [2024-10-24 02:35:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005339 10.0.0.34 - - [2024-10-24 02:35:51] "PUT /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d HTTP/1.1" 200 276 0.014778 10.0.0.34 - - [2024-10-24 02:35:51] "POST /hardwares HTTP/1.1" 200 323 0.017598 10.0.0.34 - - [2024-10-24 02:35:51] "POST /fqname-to-id HTTP/1.1" 404 162 0.003901 10.0.0.34 - - [2024-10-24 02:35:51] "POST /hardwares HTTP/1.1" 200 319 0.017301 10.0.0.34 - - [2024-10-24 02:35:51] "POST /fqname-to-id HTTP/1.1" 404 162 0.003697 10.0.0.34 - - [2024-10-24 02:35:51] "POST /hardwares HTTP/1.1" 200 319 0.020276 10.0.0.34 - - [2024-10-24 02:35:51] "POST /fqname-to-id HTTP/1.1" 404 165 0.003602 10.0.0.34 - - [2024-10-24 02:35:51] "POST /hardwares HTTP/1.1" 200 325 0.026283 10.0.0.34 - - [2024-10-24 02:35:51] "GET / HTTP/1.1" 200 35931 0.003054 10.0.0.34 - - [2024-10-24 02:35:51] "POST /fqname-to-id HTTP/1.1" 404 161 0.006987 10.0.0.34 - - [2024-10-24 02:35:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000516 10.0.0.34 - - [2024-10-24 02:35:52] "POST /hardwares HTTP/1.1" 200 317 0.067389 10.0.0.34 - - [2024-10-24 02:35:52] "POST /fqname-to-id HTTP/1.1" 404 161 0.003587 10.0.0.34 - - [2024-10-24 02:35:52] "POST /hardwares HTTP/1.1" 200 317 0.027518 10.0.0.34 - - [2024-10-24 02:35:52] "POST /fqname-to-id HTTP/1.1" 404 162 0.004394 10.0.0.34 - - [2024-10-24 02:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.034518 10.0.0.34 - - [2024-10-24 02:35:52] "POST /hardwares HTTP/1.1" 200 319 0.087636 10.0.0.34 - - [2024-10-24 02:35:52] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005131 10.0.0.34 - - [2024-10-24 02:35:52] "POST /fqname-to-id HTTP/1.1" 404 162 0.003680 10.0.0.34 - - [2024-10-24 02:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.34 - - [2024-10-24 02:35:52] "PUT /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d HTTP/1.1" 200 276 0.012633 10.0.0.34 - - [2024-10-24 02:35:52] "POST /hardwares HTTP/1.1" 200 319 0.046490 10.0.0.34 - - [2024-10-24 02:35:52] "POST /fqname-to-id HTTP/1.1" 404 162 0.004182 10.0.0.34 - - [2024-10-24 02:35:52] "POST /hardwares HTTP/1.1" 200 319 0.179015 10.0.0.34 - - [2024-10-24 02:35:52] "POST /fqname-to-id HTTP/1.1" 404 158 0.003567 10.0.0.34 - - [2024-10-24 02:35:52] "POST /hardwares HTTP/1.1" 200 311 0.027618 10.0.0.34 - - [2024-10-24 02:35:53] "POST /fqname-to-id HTTP/1.1" 404 158 0.004032 10.0.0.34 - - [2024-10-24 02:35:53] "POST /hardwares HTTP/1.1" 200 311 0.012947 10.0.0.34 - - [2024-10-24 02:35:53] "GET / HTTP/1.1" 200 35931 0.002027 10.0.0.34 - - [2024-10-24 02:35:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000510 10.0.0.34 - - [2024-10-24 02:35:53] "POST /fqname-to-id HTTP/1.1" 404 160 0.003502 10.0.0.34 - - [2024-10-24 02:35:53] "POST /hardwares HTTP/1.1" 200 315 0.015748 10.0.0.34 - - [2024-10-24 02:35:53] "POST /fqname-to-id HTTP/1.1" 404 154 0.003852 10.0.0.34 - - [2024-10-24 02:35:53] "POST /hardwares HTTP/1.1" 200 303 0.014666 10.0.0.34 - - [2024-10-24 02:35:53] "POST /fqname-to-id HTTP/1.1" 404 158 0.004495 10.0.0.34 - - [2024-10-24 02:35:53] "POST /hardwares HTTP/1.1" 200 311 0.014529 10.0.0.34 - - [2024-10-24 02:35:53] "POST /fqname-to-id HTTP/1.1" 404 155 0.004127 10.0.0.34 - - [2024-10-24 02:35:53] "POST /hardwares HTTP/1.1" 200 305 0.024637 10.0.0.34 - - [2024-10-24 02:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.051063 10.0.0.34 - - [2024-10-24 02:35:53] "GET /global-system-config/3846da9e-99d2-4a6c-97d7-ce4c845fa48b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.014463 10.0.0.34 - - [2024-10-24 02:35:53] "POST /fqname-to-id HTTP/1.1" 404 155 0.003975 10.0.0.34 - - [2024-10-24 02:35:53] "PUT /global-system-config/3846da9e-99d2-4a6c-97d7-ce4c845fa48b HTTP/1.1" 200 274 0.022329 10.0.0.34 - - [2024-10-24 02:35:53] "POST /hardwares HTTP/1.1" 200 305 0.012876 10.0.0.34 - - [2024-10-24 02:35:53] "POST /fqname-to-id HTTP/1.1" 404 155 0.003505 10.0.0.34 - - [2024-10-24 02:35:53] "POST /hardwares HTTP/1.1" 200 305 0.013534 10.0.0.34 - - [2024-10-24 02:35:53] "POST /fqname-to-id HTTP/1.1" 404 155 0.003411 10.0.0.34 - - [2024-10-24 02:35:53] "POST /hardwares HTTP/1.1" 200 305 0.016681 10.0.0.34 - - [2024-10-24 02:35:53] "POST /fqname-to-id HTTP/1.1" 404 156 0.003420 10.0.0.34 - - [2024-10-24 02:35:53] "POST /hardwares HTTP/1.1" 200 307 0.012566 10.0.0.34 - - [2024-10-24 02:35:53] "POST /fqname-to-id HTTP/1.1" 404 156 0.004629 10.0.0.34 - - [2024-10-24 02:35:54] "POST /hardwares HTTP/1.1" 200 307 0.013476 10.0.0.34 - - [2024-10-24 02:35:54] "POST /fqname-to-id HTTP/1.1" 404 156 0.003576 10.0.0.34 - - [2024-10-24 02:35:54] "POST /hardwares HTTP/1.1" 200 307 0.013181 10.0.0.34 - - [2024-10-24 02:35:54] "POST /fqname-to-id HTTP/1.1" 404 157 0.003725 10.0.0.34 - - [2024-10-24 02:35:54] "POST /hardwares HTTP/1.1" 200 309 0.014703 10.0.0.34 - - [2024-10-24 02:35:54] "POST /fqname-to-id HTTP/1.1" 404 158 0.004704 10.0.0.34 - - [2024-10-24 02:35:54] "POST /hardwares HTTP/1.1" 200 311 0.014305 10.0.0.34 - - [2024-10-24 02:35:54] "POST /fqname-to-id HTTP/1.1" 404 158 0.003619 10.0.0.34 - - [2024-10-24 02:35:54] "POST /hardwares HTTP/1.1" 200 311 0.015862 10.0.0.34 - - [2024-10-24 02:35:54] "POST /fqname-to-id HTTP/1.1" 404 153 0.004134 10.0.0.34 - - [2024-10-24 02:35:54] "POST /hardwares HTTP/1.1" 200 301 0.014549 10.0.0.34 - - [2024-10-24 02:35:54] "POST /fqname-to-id HTTP/1.1" 404 157 0.003966 10.0.0.34 - - [2024-10-24 02:35:54] "POST /hardwares HTTP/1.1" 200 309 0.014147 10.0.0.34 - - [2024-10-24 02:35:54] "POST /fqname-to-id HTTP/1.1" 404 157 0.003993 10.0.0.34 - - [2024-10-24 02:35:54] "POST /hardwares HTTP/1.1" 200 309 0.012540 10.0.0.34 - - [2024-10-24 02:35:54] "POST /fqname-to-id HTTP/1.1" 404 157 0.003260 10.0.0.34 - - [2024-10-24 02:35:54] "POST /hardwares HTTP/1.1" 200 309 0.038159 10.0.0.34 - - [2024-10-24 02:35:54] "POST /fqname-to-id HTTP/1.1" 404 157 0.003652 10.0.0.34 - - [2024-10-24 02:35:55] "POST /hardwares HTTP/1.1" 200 309 0.012300 10.0.0.34 - - [2024-10-24 02:35:55] "POST /fqname-to-id HTTP/1.1" 404 157 0.003753 10.0.0.34 - - [2024-10-24 02:35:55] "POST /hardwares HTTP/1.1" 200 309 0.013598 10.0.0.34 - - [2024-10-24 02:35:55] "POST /fqname-to-id HTTP/1.1" 404 161 0.003453 10.0.0.34 - - [2024-10-24 02:35:55] "POST /hardwares HTTP/1.1" 200 317 0.015967 10.0.0.34 - - [2024-10-24 02:35:55] "POST /fqname-to-id HTTP/1.1" 404 157 0.004130 10.0.0.34 - - [2024-10-24 02:35:55] "POST /hardwares HTTP/1.1" 200 309 0.014413 10.0.0.34 - - [2024-10-24 02:35:55] "POST /fqname-to-id HTTP/1.1" 404 157 0.003545 10.0.0.34 - - [2024-10-24 02:35:55] "POST /hardwares HTTP/1.1" 200 309 0.014121 10.0.0.34 - - [2024-10-24 02:35:55] "POST /fqname-to-id HTTP/1.1" 404 154 0.005181 10.0.0.34 - - [2024-10-24 02:35:55] "POST /hardwares HTTP/1.1" 200 303 0.015040 10.0.0.34 - - [2024-10-24 02:35:55] "POST /fqname-to-id HTTP/1.1" 404 190 0.004401 10.0.0.34 - - [2024-10-24 02:35:55] "POST /features HTTP/1.1" 200 533 0.020419 10.0.0.34 - - [2024-10-24 02:35:55] "POST /fqname-to-id HTTP/1.1" 404 185 0.004329 10.0.0.34 - - [2024-10-24 02:35:55] "POST /features HTTP/1.1" 200 523 0.022729 10.0.0.34 - - [2024-10-24 02:35:55] "POST /fqname-to-id HTTP/1.1" 404 184 0.004014 10.0.0.34 - - [2024-10-24 02:35:55] "POST /features HTTP/1.1" 200 521 0.022071 10.0.0.34 - - [2024-10-24 02:35:55] "POST /fqname-to-id HTTP/1.1" 404 184 0.003789 10.0.0.34 - - [2024-10-24 02:35:56] "POST /features HTTP/1.1" 200 521 0.023582 10.0.0.34 - - [2024-10-24 02:35:56] "POST /fqname-to-id HTTP/1.1" 404 189 0.003727 10.0.0.34 - - [2024-10-24 02:35:56] "POST /features HTTP/1.1" 200 531 0.021543 10.0.0.34 - - [2024-10-24 02:35:56] "POST /fqname-to-id HTTP/1.1" 404 184 0.003606 10.0.0.34 - - [2024-10-24 02:35:56] "POST /features HTTP/1.1" 200 521 0.021095 10.0.0.34 - - [2024-10-24 02:35:56] "POST /fqname-to-id HTTP/1.1" 404 193 0.003865 10.0.0.34 - - [2024-10-24 02:35:56] "POST /features HTTP/1.1" 200 539 0.027460 10.0.0.34 - - [2024-10-24 02:35:56] "POST /fqname-to-id HTTP/1.1" 404 186 0.003424 10.0.0.34 - - [2024-10-24 02:35:56] "POST /features HTTP/1.1" 200 525 0.018321 10.0.0.34 - - [2024-10-24 02:35:56] "POST /fqname-to-id HTTP/1.1" 404 183 0.004130 10.0.0.34 - - [2024-10-24 02:35:56] "POST /features HTTP/1.1" 200 519 0.018847 10.0.0.34 - - [2024-10-24 02:35:56] "POST /fqname-to-id HTTP/1.1" 404 182 0.003637 10.0.0.34 - - [2024-10-24 02:35:56] "POST /features HTTP/1.1" 200 517 0.019371 10.0.0.34 - - [2024-10-24 02:35:56] "POST /fqname-to-id HTTP/1.1" 404 190 0.003466 10.0.0.34 - - [2024-10-24 02:35:56] "POST /features HTTP/1.1" 200 533 0.022025 10.0.0.34 - - [2024-10-24 02:35:56] "POST /fqname-to-id HTTP/1.1" 404 194 0.003564 10.0.0.34 - - [2024-10-24 02:35:56] "POST /features HTTP/1.1" 200 541 0.020705 10.0.0.34 - - [2024-10-24 02:35:57] "POST /fqname-to-id HTTP/1.1" 404 178 0.003415 10.0.0.34 - - [2024-10-24 02:35:57] "POST /physical-roles HTTP/1.1" 200 521 0.019092 10.0.0.34 - - [2024-10-24 02:35:57] "POST /fqname-to-id HTTP/1.1" 404 179 0.004298 10.0.0.34 - - [2024-10-24 02:35:57] "POST /physical-roles HTTP/1.1" 200 523 0.018720 10.0.0.34 - - [2024-10-24 02:35:57] "POST /fqname-to-id HTTP/1.1" 404 184 0.004052 10.0.0.34 - - [2024-10-24 02:35:57] "POST /physical-roles HTTP/1.1" 200 533 0.022665 10.0.0.34 - - [2024-10-24 02:35:57] "POST /fqname-to-id HTTP/1.1" 404 177 0.003505 10.0.0.34 - - [2024-10-24 02:35:57] "POST /physical-roles HTTP/1.1" 200 519 0.027061 10.0.0.34 - - [2024-10-24 02:35:57] "POST /fqname-to-id HTTP/1.1" 404 191 0.003517 10.0.0.34 - - [2024-10-24 02:35:57] "POST /overlay-roles HTTP/1.1" 200 545 0.024006 10.0.0.34 - - [2024-10-24 02:35:57] "POST /fqname-to-id HTTP/1.1" 404 184 0.003641 10.0.0.34 - - [2024-10-24 02:35:57] "POST /overlay-roles HTTP/1.1" 200 531 0.021666 10.0.0.34 - - [2024-10-24 02:35:57] "POST /fqname-to-id HTTP/1.1" 404 191 0.003725 10.0.0.34 - - [2024-10-24 02:35:57] "POST /overlay-roles HTTP/1.1" 200 545 0.018229 10.0.0.34 - - [2024-10-24 02:35:57] "POST /fqname-to-id HTTP/1.1" 404 185 0.003710 10.0.0.34 - - [2024-10-24 02:35:57] "POST /overlay-roles HTTP/1.1" 200 533 0.018436 10.0.0.34 - - [2024-10-24 02:35:57] "POST /fqname-to-id HTTP/1.1" 404 189 0.005025 10.0.0.34 - - [2024-10-24 02:35:58] "POST /overlay-roles HTTP/1.1" 200 541 0.019759 10.0.0.34 - - [2024-10-24 02:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.34 - - [2024-10-24 02:35:58] "PUT /overlay-role/9cae5bdd-27be-4a3e-ba44-903d8d71ce12 HTTP/1.1" 200 258 0.011477 10.0.0.34 - - [2024-10-24 02:35:58] "POST /fqname-to-id HTTP/1.1" 404 184 0.003717 10.0.0.34 - - [2024-10-24 02:35:58] "POST /overlay-roles HTTP/1.1" 200 531 0.020655 10.0.0.34 - - [2024-10-24 02:35:58] "POST /fqname-to-id HTTP/1.1" 404 185 0.003522 10.0.0.34 - - [2024-10-24 02:35:58] "POST /overlay-roles HTTP/1.1" 200 533 0.021404 10.0.0.34 - - [2024-10-24 02:35:58] "POST /fqname-to-id HTTP/1.1" 404 183 0.004787 10.0.0.34 - - [2024-10-24 02:35:58] "POST /overlay-roles HTTP/1.1" 200 529 0.018064 10.0.0.34 - - [2024-10-24 02:35:58] "POST /fqname-to-id HTTP/1.1" 404 187 0.003907 10.0.0.34 - - [2024-10-24 02:35:58] "POST /overlay-roles HTTP/1.1" 200 537 0.022483 10.0.0.34 - - [2024-10-24 02:35:58] "POST /fqname-to-id HTTP/1.1" 404 189 0.003570 10.0.0.34 - - [2024-10-24 02:35:58] "POST /overlay-roles HTTP/1.1" 200 541 0.018175 10.0.0.34 - - [2024-10-24 02:35:58] "POST /fqname-to-id HTTP/1.1" 404 178 0.003297 10.0.0.34 - - [2024-10-24 02:35:58] "POST /overlay-roles HTTP/1.1" 200 519 0.023265 10.0.0.34 - - [2024-10-24 02:35:58] "POST /fqname-to-id HTTP/1.1" 404 190 0.004317 10.0.0.34 - - [2024-10-24 02:35:58] "POST /overlay-roles HTTP/1.1" 200 543 0.018107 10.0.0.34 - - [2024-10-24 02:35:58] "POST /fqname-to-id HTTP/1.1" 404 182 0.003575 10.0.0.34 - - [2024-10-24 02:35:59] "POST /role-definitions HTTP/1.1" 200 533 0.019623 10.0.0.34 - - [2024-10-24 02:35:59] "POST /fqname-to-id HTTP/1.1" 404 189 0.003814 10.0.0.34 - - [2024-10-24 02:35:59] "POST /role-definitions HTTP/1.1" 200 547 0.019510 10.0.0.34 - - [2024-10-24 02:35:59] "POST /fqname-to-id HTTP/1.1" 404 190 0.003821 10.0.0.34 - - [2024-10-24 02:35:59] "POST /role-definitions HTTP/1.1" 200 549 0.021100 10.0.0.34 - - [2024-10-24 02:35:59] "POST /fqname-to-id HTTP/1.1" 404 191 0.003332 10.0.0.34 - - [2024-10-24 02:35:59] "POST /role-definitions HTTP/1.1" 200 551 0.021050 10.0.0.34 - - [2024-10-24 02:35:59] "POST /fqname-to-id HTTP/1.1" 404 197 0.004077 10.0.0.34 - - [2024-10-24 02:35:59] "POST /role-definitions HTTP/1.1" 200 563 0.020661 10.0.0.34 - - [2024-10-24 02:35:59] "POST /fqname-to-id HTTP/1.1" 404 189 0.004444 10.0.0.34 - - [2024-10-24 02:35:59] "POST /role-definitions HTTP/1.1" 200 547 0.019841 10.0.0.34 - - [2024-10-24 02:35:59] "POST /fqname-to-id HTTP/1.1" 404 190 0.003600 10.0.0.34 - - [2024-10-24 02:35:59] "POST /role-definitions HTTP/1.1" 200 549 0.018862 10.0.0.34 - - [2024-10-24 02:35:59] "POST /fqname-to-id HTTP/1.1" 404 191 0.003790 10.0.0.34 - - [2024-10-24 02:35:59] "POST /role-definitions HTTP/1.1" 200 551 0.021425 10.0.0.34 - - [2024-10-24 02:35:59] "POST /fqname-to-id HTTP/1.1" 404 190 0.004236 10.0.0.34 - - [2024-10-24 02:35:59] "POST /role-definitions HTTP/1.1" 200 549 0.020467 10.0.0.34 - - [2024-10-24 02:36:00] "POST /fqname-to-id HTTP/1.1" 404 196 0.003600 10.0.0.34 - - [2024-10-24 02:36:00] "POST /role-definitions HTTP/1.1" 200 561 0.021276 10.0.0.34 - - [2024-10-24 02:36:00] "POST /fqname-to-id HTTP/1.1" 404 189 0.003673 10.0.0.34 - - [2024-10-24 02:36:00] "POST /role-definitions HTTP/1.1" 200 547 0.022099 10.0.0.34 - - [2024-10-24 02:36:00] "POST /fqname-to-id HTTP/1.1" 404 190 0.004307 10.0.0.34 - - [2024-10-24 02:36:00] "POST /role-definitions HTTP/1.1" 200 549 0.023925 10.0.0.34 - - [2024-10-24 02:36:00] "POST /fqname-to-id HTTP/1.1" 404 188 0.004438 10.0.0.34 - - [2024-10-24 02:36:00] "POST /role-definitions HTTP/1.1" 200 545 0.021017 10.0.0.34 - - [2024-10-24 02:36:00] "POST /fqname-to-id HTTP/1.1" 404 189 0.003718 10.0.0.34 - - [2024-10-24 02:36:00] "POST /role-definitions HTTP/1.1" 200 547 0.019271 10.0.0.34 - - [2024-10-24 02:36:00] "POST /fqname-to-id HTTP/1.1" 404 192 0.003669 10.0.0.34 - - [2024-10-24 02:36:00] "POST /role-definitions HTTP/1.1" 200 553 0.019267 10.0.0.34 - - [2024-10-24 02:36:00] "POST /fqname-to-id HTTP/1.1" 404 193 0.003768 10.0.0.34 - - [2024-10-24 02:36:00] "POST /role-definitions HTTP/1.1" 200 555 0.019237 10.0.0.34 - - [2024-10-24 02:36:00] "POST /fqname-to-id HTTP/1.1" 404 182 0.003558 10.0.0.34 - - [2024-10-24 02:36:00] "POST /role-definitions HTTP/1.1" 200 533 0.019178 10.0.0.34 - - [2024-10-24 02:36:00] "POST /fqname-to-id HTTP/1.1" 404 187 0.003494 10.0.0.34 - - [2024-10-24 02:36:01] "POST /role-definitions HTTP/1.1" 200 543 0.020627 10.0.0.34 - - [2024-10-24 02:36:01] "POST /fqname-to-id HTTP/1.1" 404 181 0.003850 10.0.0.34 - - [2024-10-24 02:36:01] "POST /role-definitions HTTP/1.1" 200 531 0.024760 10.0.0.34 - - [2024-10-24 02:36:01] "POST /fqname-to-id HTTP/1.1" 404 184 0.004372 10.0.0.34 - - [2024-10-24 02:36:01] "POST /role-definitions HTTP/1.1" 200 537 0.020950 10.0.0.34 - - [2024-10-24 02:36:01] "POST /fqname-to-id HTTP/1.1" 404 189 0.004258 10.0.0.34 - - [2024-10-24 02:36:01] "POST /role-definitions HTTP/1.1" 200 547 0.021715 10.0.0.34 - - [2024-10-24 02:36:01] "POST /fqname-to-id HTTP/1.1" 404 194 0.004262 10.0.0.34 - - [2024-10-24 02:36:01] "POST /role-definitions HTTP/1.1" 200 557 0.025015 10.0.0.34 - - [2024-10-24 02:36:01] "POST /fqname-to-id HTTP/1.1" 404 196 0.004190 10.0.0.34 - - [2024-10-24 02:36:01] "POST /role-definitions HTTP/1.1" 200 561 0.021734 10.0.0.34 - - [2024-10-24 02:36:01] "POST /fqname-to-id HTTP/1.1" 404 195 0.003849 10.0.0.34 - - [2024-10-24 02:36:01] "POST /role-definitions HTTP/1.1" 200 559 0.020854 10.0.0.34 - - [2024-10-24 02:36:01] "POST /fqname-to-id HTTP/1.1" 404 196 0.003640 10.0.0.34 - - [2024-10-24 02:36:01] "POST /feature-configs HTTP/1.1" 200 537 0.020543 10.0.0.34 - - [2024-10-24 02:36:01] "POST /fqname-to-id HTTP/1.1" 404 212 0.003988 10.0.0.34 - - [2024-10-24 02:36:01] "POST /feature-configs HTTP/1.1" 200 562 0.022285 10.0.0.34 - - [2024-10-24 02:36:01] "POST /fqname-to-id HTTP/1.1" 404 211 0.004389 10.0.0.34 - - [2024-10-24 02:36:02] "POST /feature-configs HTTP/1.1" 200 561 0.022023 10.0.0.34 - - [2024-10-24 02:36:02] "POST /fqname-to-id HTTP/1.1" 404 192 0.003947 10.0.0.34 - - [2024-10-24 02:36:02] "POST /node-profiles HTTP/1.1" 200 547 0.022313 10.0.0.34 - - [2024-10-24 02:36:02] "POST /fqname-to-id HTTP/1.1" 404 187 0.004358 10.0.0.34 - - [2024-10-24 02:36:02] "POST /node-profiles HTTP/1.1" 200 537 0.022218 10.0.0.34 - - [2024-10-24 02:36:02] "POST /fqname-to-id HTTP/1.1" 404 193 0.003881 10.0.0.34 - - [2024-10-24 02:36:02] "POST /node-profiles HTTP/1.1" 200 549 0.023560 10.0.0.34 - - [2024-10-24 02:36:02] "POST /fqname-to-id HTTP/1.1" 404 189 0.003919 10.0.0.34 - - [2024-10-24 02:36:02] "POST /node-profiles HTTP/1.1" 200 541 0.021564 10.0.0.34 - - [2024-10-24 02:36:02] "POST /fqname-to-id HTTP/1.1" 404 189 0.003692 10.0.0.34 - - [2024-10-24 02:36:02] "POST /node-profiles HTTP/1.1" 200 541 0.021267 10.0.0.34 - - [2024-10-24 02:36:02] "POST /fqname-to-id HTTP/1.1" 404 188 0.003730 10.0.0.34 - - [2024-10-24 02:36:02] "POST /node-profiles HTTP/1.1" 200 539 0.022768 10.0.0.34 - - [2024-10-24 02:36:02] "POST /fqname-to-id HTTP/1.1" 404 184 0.003994 10.0.0.34 - - [2024-10-24 02:36:02] "POST /node-profiles HTTP/1.1" 200 531 0.019807 10.0.0.34 - - [2024-10-24 02:36:02] "POST /fqname-to-id HTTP/1.1" 404 185 0.003856 10.0.0.34 - - [2024-10-24 02:36:02] "POST /node-profiles HTTP/1.1" 200 533 0.021612 10.0.0.34 - - [2024-10-24 02:36:03] "POST /fqname-to-id HTTP/1.1" 404 197 0.004920 10.0.0.34 - - [2024-10-24 02:36:03] "POST /node-profiles HTTP/1.1" 200 557 0.023746 10.0.0.34 - - [2024-10-24 02:36:03] "POST /fqname-to-id HTTP/1.1" 404 206 0.004207 10.0.0.34 - - [2024-10-24 02:36:03] "POST /telemetry-profiles HTTP/1.1" 200 554 0.021413 10.0.0.34 - - [2024-10-24 02:36:03] "POST /fqname-to-id HTTP/1.1" 404 206 0.003913 10.0.0.34 - - [2024-10-24 02:36:03] "POST /telemetry-profiles HTTP/1.1" 200 554 0.027941 10.0.0.34 - - [2024-10-24 02:36:03] "POST /fqname-to-id HTTP/1.1" 404 206 0.003732 10.0.0.34 - - [2024-10-24 02:36:03] "POST /telemetry-profiles HTTP/1.1" 200 554 0.021837 10.0.0.34 - - [2024-10-24 02:36:03] "POST /fqname-to-id HTTP/1.1" 404 206 0.004311 10.0.0.34 - - [2024-10-24 02:36:03] "POST /telemetry-profiles HTTP/1.1" 200 554 0.021534 10.0.0.34 - - [2024-10-24 02:36:03] "POST /fqname-to-id HTTP/1.1" 404 206 0.003761 10.0.0.34 - - [2024-10-24 02:36:03] "POST /telemetry-profiles HTTP/1.1" 200 554 0.021949 10.0.0.34 - - [2024-10-24 02:36:03] "POST /fqname-to-id HTTP/1.1" 404 206 0.003501 10.0.0.34 - - [2024-10-24 02:36:03] "POST /telemetry-profiles HTTP/1.1" 200 554 0.019821 10.0.0.34 - - [2024-10-24 02:36:03] "POST /fqname-to-id HTTP/1.1" 404 199 0.004777 10.0.0.34 - - [2024-10-24 02:36:03] "POST /sflow-profiles HTTP/1.1" 200 532 0.020872 10.0.0.34 - - [2024-10-24 02:36:03] "POST /fqname-to-id HTTP/1.1" 404 202 0.004687 10.0.0.34 - - [2024-10-24 02:36:04] "POST /sflow-profiles HTTP/1.1" 200 538 0.019113 10.0.0.34 - - [2024-10-24 02:36:04] "POST /fqname-to-id HTTP/1.1" 404 202 0.003511 10.0.0.34 - - [2024-10-24 02:36:04] "POST /sflow-profiles HTTP/1.1" 200 538 0.022200 10.0.0.34 - - [2024-10-24 02:36:04] "POST /fqname-to-id HTTP/1.1" 404 199 0.003895 10.0.0.34 - - [2024-10-24 02:36:04] "POST /grpc-profiles HTTP/1.1" 200 530 0.027077 10.0.0.34 - - [2024-10-24 02:36:04] "POST /fqname-to-id HTTP/1.1" 404 199 0.004100 10.0.0.34 - - [2024-10-24 02:36:04] "POST /snmp-profiles HTTP/1.1" 200 530 0.023016 10.0.0.34 - - [2024-10-24 02:36:04] "POST /fqname-to-id HTTP/1.1" 404 202 0.003530 10.0.0.34 - - [2024-10-24 02:36:04] "POST /netconf-profiles HTTP/1.1" 200 542 0.022388 10.0.0.34 - - [2024-10-24 02:36:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.003970 10.0.0.34 - - [2024-10-24 02:36:04] "POST /device-functional-groups HTTP/1.1" 200 540 0.019743 10.0.0.34 - - [2024-10-24 02:36:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.004028 10.0.0.34 - - [2024-10-24 02:36:04] "POST /device-functional-groups HTTP/1.1" 200 540 0.020402 10.0.0.34 - - [2024-10-24 02:36:04] "POST /fqname-to-id HTTP/1.1" 404 195 0.003328 10.0.0.34 - - [2024-10-24 02:36:04] "POST /device-functional-groups HTTP/1.1" 200 544 0.020182 10.0.0.34 - - [2024-10-24 02:36:04] "POST /fqname-to-id HTTP/1.1" 404 194 0.003923 10.0.0.34 - - [2024-10-24 02:36:04] "POST /device-functional-groups HTTP/1.1" 200 542 0.020625 10.0.0.34 - - [2024-10-24 02:36:05] "POST /fqname-to-id HTTP/1.1" 404 218 0.004396 10.0.0.34 - - [2024-10-24 02:36:05] "POST /device-functional-groups HTTP/1.1" 200 590 0.025594 10.0.0.34 - - [2024-10-24 02:36:05] "POST /fqname-to-id HTTP/1.1" 404 208 0.003546 10.0.0.34 - - [2024-10-24 02:36:05] "POST /device-functional-groups HTTP/1.1" 200 570 0.021957 10.0.0.34 - - [2024-10-24 02:36:05] "POST /fqname-to-id HTTP/1.1" 404 236 0.004238 10.0.0.34 - - [2024-10-24 02:36:05] "POST /device-functional-groups HTTP/1.1" 200 620 0.030692 10.0.0.34 - - [2024-10-24 02:36:05] "POST /fqname-to-id HTTP/1.1" 404 206 0.004261 10.0.0.34 - - [2024-10-24 02:36:05] "POST /device-functional-groups HTTP/1.1" 200 566 0.028661 10.0.0.34 - - [2024-10-24 02:36:05] "POST /fqname-to-id HTTP/1.1" 404 205 0.004570 10.0.0.34 - - [2024-10-24 02:36:05] "POST /device-functional-groups HTTP/1.1" 200 564 0.021901 10.0.0.34 - - [2024-10-24 02:36:05] "POST /fqname-to-id HTTP/1.1" 404 210 0.003862 10.0.0.34 - - [2024-10-24 02:36:05] "POST /device-functional-groups HTTP/1.1" 200 574 0.019170 10.0.0.34 - - [2024-10-24 02:36:05] "POST /fqname-to-id HTTP/1.1" 404 201 0.003518 10.0.0.34 - - [2024-10-24 02:36:05] "POST /role-configs HTTP/1.1" 200 525 0.020188 10.0.0.34 - - [2024-10-24 02:36:05] "POST /fqname-to-id HTTP/1.1" 404 196 0.003650 10.0.0.34 - - [2024-10-24 02:36:05] "POST /role-configs HTTP/1.1" 200 520 0.021059 10.0.0.34 - - [2024-10-24 02:36:05] "POST /fqname-to-id HTTP/1.1" 404 198 0.004117 10.0.0.34 - - [2024-10-24 02:36:06] "POST /role-configs HTTP/1.1" 200 522 0.022888 10.0.0.34 - - [2024-10-24 02:36:06] "POST /fqname-to-id HTTP/1.1" 404 198 0.003762 10.0.0.34 - - [2024-10-24 02:36:06] "POST /role-configs HTTP/1.1" 200 522 0.023018 10.0.0.34 - - [2024-10-24 02:36:06] "POST /fqname-to-id HTTP/1.1" 404 202 0.003686 10.0.0.34 - - [2024-10-24 02:36:06] "POST /role-configs HTTP/1.1" 200 526 0.028212 10.0.0.34 - - [2024-10-24 02:36:06] "POST /fqname-to-id HTTP/1.1" 404 197 0.005202 10.0.0.34 - - [2024-10-24 02:36:06] "POST /role-configs HTTP/1.1" 200 521 0.023368 10.0.0.34 - - [2024-10-24 02:36:06] "POST /fqname-to-id HTTP/1.1" 404 193 0.003877 10.0.0.34 - - [2024-10-24 02:36:06] "POST /role-configs HTTP/1.1" 200 517 0.025485 10.0.0.34 - - [2024-10-24 02:36:06] "POST /fqname-to-id HTTP/1.1" 404 194 0.006912 10.0.0.34 - - [2024-10-24 02:36:06] "POST /role-configs HTTP/1.1" 200 518 0.022440 10.0.0.34 - - [2024-10-24 02:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.34 - - [2024-10-24 02:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.34 - - [2024-10-24 02:36:06] "POST /ref-update HTTP/1.1" 200 156 0.015138 10.0.0.34 - - [2024-10-24 02:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.34 - - [2024-10-24 02:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.34 - - [2024-10-24 02:36:06] "POST /ref-update HTTP/1.1" 200 156 0.010516 10.0.0.34 - - [2024-10-24 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.34 - - [2024-10-24 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.34 - - [2024-10-24 02:36:07] "POST /ref-update HTTP/1.1" 200 156 0.010621 10.0.0.34 - - [2024-10-24 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.34 - - [2024-10-24 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005131 10.0.0.34 - - [2024-10-24 02:36:07] "POST /ref-update HTTP/1.1" 200 156 0.011886 10.0.0.34 - - [2024-10-24 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.34 - - [2024-10-24 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004699 10.0.0.34 - - [2024-10-24 02:36:07] "POST /ref-update HTTP/1.1" 200 156 0.014393 10.0.0.34 - - [2024-10-24 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005028 10.0.0.34 - - [2024-10-24 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004839 10.0.0.34 - - [2024-10-24 02:36:07] "POST /ref-update HTTP/1.1" 200 156 0.012394 10.0.0.34 - - [2024-10-24 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.34 - - [2024-10-24 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.34 - - [2024-10-24 02:36:07] "POST /ref-update HTTP/1.1" 200 156 0.009501 10.0.0.34 - - [2024-10-24 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.34 - - [2024-10-24 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.34 - - [2024-10-24 02:36:07] "POST /ref-update HTTP/1.1" 200 156 0.011523 10.0.0.34 - - [2024-10-24 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.34 - - [2024-10-24 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.34 - - [2024-10-24 02:36:08] "POST /ref-update HTTP/1.1" 200 156 0.010992 10.0.0.34 - - [2024-10-24 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.34 - - [2024-10-24 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.34 - - [2024-10-24 02:36:08] "POST /ref-update HTTP/1.1" 200 156 0.013031 10.0.0.34 - - [2024-10-24 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005314 10.0.0.34 - - [2024-10-24 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004103 10.0.0.34 - - [2024-10-24 02:36:08] "POST /ref-update HTTP/1.1" 200 156 0.011730 10.0.0.34 - - [2024-10-24 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.34 - - [2024-10-24 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004499 10.0.0.34 - - [2024-10-24 02:36:08] "POST /ref-update HTTP/1.1" 200 156 0.009923 10.0.0.34 - - [2024-10-24 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004415 10.0.0.34 - - [2024-10-24 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004470 10.0.0.34 - - [2024-10-24 02:36:08] "POST /ref-update HTTP/1.1" 200 156 0.009588 10.0.0.34 - - [2024-10-24 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004150 10.0.0.34 - - [2024-10-24 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.34 - - [2024-10-24 02:36:08] "POST /ref-update HTTP/1.1" 200 156 0.009818 10.0.0.34 - - [2024-10-24 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.34 - - [2024-10-24 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.34 - - [2024-10-24 02:36:08] "POST /ref-update HTTP/1.1" 200 156 0.009774 10.0.0.34 - - [2024-10-24 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.34 - - [2024-10-24 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.34 - - [2024-10-24 02:36:09] "POST /ref-update HTTP/1.1" 200 156 0.009352 10.0.0.34 - - [2024-10-24 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004224 10.0.0.34 - - [2024-10-24 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.34 - - [2024-10-24 02:36:09] "POST /ref-update HTTP/1.1" 200 156 0.009996 10.0.0.34 - - [2024-10-24 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.34 - - [2024-10-24 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.34 - - [2024-10-24 02:36:09] "POST /ref-update HTTP/1.1" 200 156 0.010964 10.0.0.34 - - [2024-10-24 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.34 - - [2024-10-24 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.34 - - [2024-10-24 02:36:09] "POST /ref-update HTTP/1.1" 200 156 0.010739 10.0.0.34 - - [2024-10-24 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.34 - - [2024-10-24 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.34 - - [2024-10-24 02:36:09] "POST /ref-update HTTP/1.1" 200 156 0.008680 10.0.0.34 - - [2024-10-24 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004046 10.0.0.34 - - [2024-10-24 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.34 - - [2024-10-24 02:36:09] "POST /ref-update HTTP/1.1" 200 156 0.010747 10.0.0.34 - - [2024-10-24 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005048 10.0.0.34 - - [2024-10-24 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004126 10.0.0.34 - - [2024-10-24 02:36:10] "POST /ref-update HTTP/1.1" 200 156 0.009713 10.0.0.34 - - [2024-10-24 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004198 10.0.0.34 - - [2024-10-24 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004461 10.0.0.34 - - [2024-10-24 02:36:10] "POST /ref-update HTTP/1.1" 200 156 0.011773 10.0.0.34 - - [2024-10-24 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004176 10.0.0.34 - - [2024-10-24 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005296 10.0.0.34 - - [2024-10-24 02:36:10] "POST /ref-update HTTP/1.1" 200 156 0.011026 10.0.0.34 - - [2024-10-24 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003985 10.0.0.34 - - [2024-10-24 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005041 10.0.0.34 - - [2024-10-24 02:36:10] "POST /ref-update HTTP/1.1" 200 156 0.012257 10.0.0.34 - - [2024-10-24 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005103 10.0.0.34 - - [2024-10-24 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004290 10.0.0.34 - - [2024-10-24 02:36:10] "POST /ref-update HTTP/1.1" 200 156 0.012376 10.0.0.34 - - [2024-10-24 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.34 - - [2024-10-24 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004693 10.0.0.34 - - [2024-10-24 02:36:10] "POST /ref-update HTTP/1.1" 200 156 0.011486 10.0.0.34 - - [2024-10-24 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005011 10.0.0.34 - - [2024-10-24 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004596 10.0.0.34 - - [2024-10-24 02:36:11] "POST /ref-update HTTP/1.1" 200 156 0.010169 10.0.0.34 - - [2024-10-24 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.34 - - [2024-10-24 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.34 - - [2024-10-24 02:36:11] "POST /ref-update HTTP/1.1" 200 156 0.009979 10.0.0.34 - - [2024-10-24 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005187 10.0.0.34 - - [2024-10-24 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.34 - - [2024-10-24 02:36:11] "POST /ref-update HTTP/1.1" 200 156 0.010558 10.0.0.34 - - [2024-10-24 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.34 - - [2024-10-24 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004277 10.0.0.34 - - [2024-10-24 02:36:11] "POST /ref-update HTTP/1.1" 200 156 0.009667 10.0.0.34 - - [2024-10-24 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003921 10.0.0.34 - - [2024-10-24 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.34 - - [2024-10-24 02:36:11] "POST /ref-update HTTP/1.1" 200 156 0.009445 10.0.0.34 - - [2024-10-24 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.34 - - [2024-10-24 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.34 - - [2024-10-24 02:36:11] "POST /ref-update HTTP/1.1" 200 156 0.009326 10.0.0.34 - - [2024-10-24 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.34 - - [2024-10-24 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.34 - - [2024-10-24 02:36:11] "POST /ref-update HTTP/1.1" 200 156 0.009194 10.0.0.34 - - [2024-10-24 02:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.34 - - [2024-10-24 02:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.34 - - [2024-10-24 02:36:12] "POST /ref-update HTTP/1.1" 200 156 0.010137 10.0.0.34 - - [2024-10-24 02:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.34 - - [2024-10-24 02:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.34 - - [2024-10-24 02:36:12] "POST /ref-update HTTP/1.1" 200 156 0.008757 10.0.0.34 - - [2024-10-24 02:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.34 - - [2024-10-24 02:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.34 - - [2024-10-24 02:36:12] "POST /ref-update HTTP/1.1" 200 156 0.009560 10.0.0.34 - - [2024-10-24 02:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.34 - - [2024-10-24 02:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004823 10.0.0.34 - - [2024-10-24 02:36:12] "POST /ref-update HTTP/1.1" 200 156 0.009398 10.0.0.34 - - [2024-10-24 02:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.34 - - [2024-10-24 02:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004216 10.0.0.34 - - [2024-10-24 02:36:12] "POST /ref-update HTTP/1.1" 200 156 0.010015 10.0.0.34 - - [2024-10-24 02:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.34 - - [2024-10-24 02:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.34 - - [2024-10-24 02:36:12] "POST /ref-update HTTP/1.1" 200 156 0.010195 10.0.0.34 - - [2024-10-24 02:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249 10.0.0.34 - - [2024-10-24 02:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.34 - - [2024-10-24 02:36:13] "POST /ref-update HTTP/1.1" 200 156 0.008789 10.0.0.34 - - [2024-10-24 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.34 - - [2024-10-24 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.34 - - [2024-10-24 02:36:13] "POST /ref-update HTTP/1.1" 200 156 0.011621 10.0.0.34 - - [2024-10-24 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004290 10.0.0.34 - - [2024-10-24 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004124 10.0.0.34 - - [2024-10-24 02:36:13] "POST /ref-update HTTP/1.1" 200 156 0.013319 10.0.0.34 - - [2024-10-24 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005353 10.0.0.34 - - [2024-10-24 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004532 10.0.0.34 - - [2024-10-24 02:36:13] "POST /ref-update HTTP/1.1" 200 156 0.010196 10.0.0.34 - - [2024-10-24 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004520 10.0.0.34 - - [2024-10-24 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004453 10.0.0.34 - - [2024-10-24 02:36:13] "POST /ref-update HTTP/1.1" 200 156 0.008532 10.0.0.34 - - [2024-10-24 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004792 10.0.0.34 - - [2024-10-24 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.34 - - [2024-10-24 02:36:13] "POST /ref-update HTTP/1.1" 200 156 0.010150 10.0.0.34 - - [2024-10-24 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.34 - - [2024-10-24 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.34 - - [2024-10-24 02:36:13] "POST /ref-update HTTP/1.1" 200 156 0.009137 10.0.0.34 - - [2024-10-24 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004358 10.0.0.34 - - [2024-10-24 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.34 - - [2024-10-24 02:36:14] "POST /ref-update HTTP/1.1" 200 156 0.009220 10.0.0.34 - - [2024-10-24 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.34 - - [2024-10-24 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004032 10.0.0.34 - - [2024-10-24 02:36:14] "POST /ref-update HTTP/1.1" 200 156 0.009151 10.0.0.34 - - [2024-10-24 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004307 10.0.0.34 - - [2024-10-24 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034 10.0.0.34 - - [2024-10-24 02:36:14] "POST /ref-update HTTP/1.1" 200 156 0.011136 10.0.0.34 - - [2024-10-24 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.34 - - [2024-10-24 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.34 - - [2024-10-24 02:36:14] "POST /ref-update HTTP/1.1" 200 156 0.009001 10.0.0.34 - - [2024-10-24 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.34 - - [2024-10-24 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.34 - - [2024-10-24 02:36:14] "POST /ref-update HTTP/1.1" 200 156 0.009024 10.0.0.34 - - [2024-10-24 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.34 - - [2024-10-24 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.34 - - [2024-10-24 02:36:14] "POST /ref-update HTTP/1.1" 200 156 0.008972 10.0.0.34 - - [2024-10-24 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.34 - - [2024-10-24 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.34 - - [2024-10-24 02:36:15] "POST /ref-update HTTP/1.1" 200 156 0.009026 10.0.0.34 - - [2024-10-24 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.34 - - [2024-10-24 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.34 - - [2024-10-24 02:36:15] "POST /ref-update HTTP/1.1" 200 156 0.010208 10.0.0.34 - - [2024-10-24 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005117 10.0.0.34 - - [2024-10-24 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.34 - - [2024-10-24 02:36:15] "POST /ref-update HTTP/1.1" 200 156 0.010617 10.0.0.34 - - [2024-10-24 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.34 - - [2024-10-24 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004391 10.0.0.34 - - [2024-10-24 02:36:15] "POST /ref-update HTTP/1.1" 200 156 0.010861 10.0.0.34 - - [2024-10-24 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.34 - - [2024-10-24 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.34 - - [2024-10-24 02:36:15] "POST /ref-update HTTP/1.1" 200 156 0.008944 10.0.0.34 - - [2024-10-24 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.34 - - [2024-10-24 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.34 - - [2024-10-24 02:36:15] "POST /ref-update HTTP/1.1" 200 156 0.008224 10.0.0.34 - - [2024-10-24 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.34 - - [2024-10-24 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.34 - - [2024-10-24 02:36:15] "POST /ref-update HTTP/1.1" 200 156 0.008130 10.0.0.34 - - [2024-10-24 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.34 - - [2024-10-24 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.34 - - [2024-10-24 02:36:16] "POST /ref-update HTTP/1.1" 200 156 0.011563 10.0.0.34 - - [2024-10-24 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.34 - - [2024-10-24 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.34 - - [2024-10-24 02:36:16] "POST /ref-update HTTP/1.1" 200 156 0.009815 10.0.0.34 - - [2024-10-24 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.34 - - [2024-10-24 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004659 10.0.0.34 - - [2024-10-24 02:36:16] "POST /ref-update HTTP/1.1" 200 156 0.009275 10.0.0.34 - - [2024-10-24 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.34 - - [2024-10-24 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.34 - - [2024-10-24 02:36:16] "POST /ref-update HTTP/1.1" 200 156 0.009882 10.0.0.34 - - [2024-10-24 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.34 - - [2024-10-24 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.34 - - [2024-10-24 02:36:16] "POST /ref-update HTTP/1.1" 200 156 0.009833 10.0.0.34 - - [2024-10-24 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.34 - - [2024-10-24 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.34 - - [2024-10-24 02:36:16] "POST /ref-update HTTP/1.1" 200 156 0.010405 10.0.0.34 - - [2024-10-24 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.34 - - [2024-10-24 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.34 - - [2024-10-24 02:36:17] "POST /ref-update HTTP/1.1" 200 156 0.010492 10.0.0.34 - - [2024-10-24 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.34 - - [2024-10-24 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.34 - - [2024-10-24 02:36:17] "POST /ref-update HTTP/1.1" 200 156 0.010252 10.0.0.34 - - [2024-10-24 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.34 - - [2024-10-24 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854 10.0.0.34 - - [2024-10-24 02:36:17] "POST /ref-update HTTP/1.1" 200 156 0.012179 10.0.0.34 - - [2024-10-24 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.34 - - [2024-10-24 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089 10.0.0.34 - - [2024-10-24 02:36:17] "POST /ref-update HTTP/1.1" 200 156 0.009542 10.0.0.34 - - [2024-10-24 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004835 10.0.0.34 - - [2024-10-24 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.34 - - [2024-10-24 02:36:17] "POST /ref-update HTTP/1.1" 200 156 0.010670 10.0.0.34 - - [2024-10-24 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.34 - - [2024-10-24 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.34 - - [2024-10-24 02:36:17] "POST /ref-update HTTP/1.1" 200 156 0.008796 10.0.0.34 - - [2024-10-24 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.34 - - [2024-10-24 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.34 - - [2024-10-24 02:36:17] "POST /ref-update HTTP/1.1" 200 156 0.009012 10.0.0.34 - - [2024-10-24 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004653 10.0.0.34 - - [2024-10-24 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.34 - - [2024-10-24 02:36:18] "POST /ref-update HTTP/1.1" 200 156 0.009505 10.0.0.34 - - [2024-10-24 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004203 10.0.0.34 - - [2024-10-24 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.34 - - [2024-10-24 02:36:18] "POST /ref-update HTTP/1.1" 200 156 0.010954 10.0.0.34 - - [2024-10-24 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005877 10.0.0.34 - - [2024-10-24 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004465 10.0.0.34 - - [2024-10-24 02:36:18] "POST /ref-update HTTP/1.1" 200 156 0.012483 10.0.0.34 - - [2024-10-24 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.34 - - [2024-10-24 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.34 - - [2024-10-24 02:36:18] "POST /ref-update HTTP/1.1" 200 156 0.009952 10.0.0.34 - - [2024-10-24 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.34 - - [2024-10-24 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.34 - - [2024-10-24 02:36:18] "POST /ref-update HTTP/1.1" 200 156 0.009680 10.0.0.34 - - [2024-10-24 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.34 - - [2024-10-24 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.34 - - [2024-10-24 02:36:18] "POST /ref-update HTTP/1.1" 200 156 0.009252 10.0.0.34 - - [2024-10-24 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.34 - - [2024-10-24 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.34 - - [2024-10-24 02:36:19] "POST /ref-update HTTP/1.1" 200 156 0.009412 10.0.0.34 - - [2024-10-24 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.34 - - [2024-10-24 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.34 - - [2024-10-24 02:36:19] "POST /ref-update HTTP/1.1" 200 156 0.011463 10.0.0.34 - - [2024-10-24 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004443 10.0.0.34 - - [2024-10-24 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004588 10.0.0.34 - - [2024-10-24 02:36:19] "POST /ref-update HTTP/1.1" 200 156 0.009537 10.0.0.34 - - [2024-10-24 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.34 - - [2024-10-24 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.34 - - [2024-10-24 02:36:19] "POST /ref-update HTTP/1.1" 200 156 0.010411 10.0.0.34 - - [2024-10-24 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004404 10.0.0.34 - - [2024-10-24 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.34 - - [2024-10-24 02:36:19] "POST /ref-update HTTP/1.1" 200 156 0.009470 10.0.0.34 - - [2024-10-24 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.34 - - [2024-10-24 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.34 - - [2024-10-24 02:36:19] "POST /ref-update HTTP/1.1" 200 156 0.008763 10.0.0.34 - - [2024-10-24 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.34 - - [2024-10-24 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.34 - - [2024-10-24 02:36:19] "POST /ref-update HTTP/1.1" 200 156 0.008974 10.0.0.34 - - [2024-10-24 02:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.34 - - [2024-10-24 02:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004257 10.0.0.34 - - [2024-10-24 02:36:20] "POST /ref-update HTTP/1.1" 200 156 0.008817 10.0.0.34 - - [2024-10-24 02:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.34 - - [2024-10-24 02:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004876 10.0.0.34 - - [2024-10-24 02:36:20] "POST /ref-update HTTP/1.1" 200 156 0.010244 10.0.0.34 - - [2024-10-24 02:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004736 10.0.0.34 - - [2024-10-24 02:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.34 - - [2024-10-24 02:36:20] "POST /ref-update HTTP/1.1" 200 156 0.009394 10.0.0.34 - - [2024-10-24 02:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004387 10.0.0.34 - - [2024-10-24 02:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.34 - - [2024-10-24 02:36:20] "POST /ref-update HTTP/1.1" 200 156 0.011240 10.0.0.34 - - [2024-10-24 02:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.34 - - [2024-10-24 02:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.34 - - [2024-10-24 02:36:20] "POST /ref-update HTTP/1.1" 200 156 0.009668 10.0.0.34 - - [2024-10-24 02:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.34 - - [2024-10-24 02:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004203 10.0.0.34 - - [2024-10-24 02:36:20] "POST /ref-update HTTP/1.1" 200 156 0.011911 10.0.0.34 - - [2024-10-24 02:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004612 10.0.0.34 - - [2024-10-24 02:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.34 - - [2024-10-24 02:36:21] "POST /ref-update HTTP/1.1" 200 156 0.011513 10.0.0.34 - - [2024-10-24 02:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005069 10.0.0.34 - - [2024-10-24 02:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004891 10.0.0.34 - - [2024-10-24 02:36:21] "POST /ref-update HTTP/1.1" 200 156 0.402485 10.0.0.34 - - [2024-10-24 02:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004886 10.0.0.34 - - [2024-10-24 02:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004232 10.0.0.34 - - [2024-10-24 02:36:21] "POST /ref-update HTTP/1.1" 200 156 0.011678 10.0.0.34 - - [2024-10-24 02:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004454 10.0.0.34 - - [2024-10-24 02:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.34 - - [2024-10-24 02:36:21] "POST /ref-update HTTP/1.1" 200 156 0.009503 10.0.0.34 - - [2024-10-24 02:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.34 - - [2024-10-24 02:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.34 - - [2024-10-24 02:36:22] "POST /ref-update HTTP/1.1" 200 156 0.012247 10.0.0.34 - - [2024-10-24 02:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.34 - - [2024-10-24 02:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.34 - - [2024-10-24 02:36:22] "POST /ref-update HTTP/1.1" 200 156 0.010052 10.0.0.34 - - [2024-10-24 02:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004567 10.0.0.34 - - [2024-10-24 02:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.34 - - [2024-10-24 02:36:22] "POST /ref-update HTTP/1.1" 200 156 0.010830 10.0.0.34 - - [2024-10-24 02:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.34 - - [2024-10-24 02:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.34 - - [2024-10-24 02:36:22] "POST /ref-update HTTP/1.1" 200 156 0.009472 10.0.0.34 - - [2024-10-24 02:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004883 10.0.0.34 - - [2024-10-24 02:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.34 - - [2024-10-24 02:36:22] "POST /ref-update HTTP/1.1" 200 156 0.011105 10.0.0.34 - - [2024-10-24 02:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.34 - - [2024-10-24 02:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.34 - - [2024-10-24 02:36:22] "POST /ref-update HTTP/1.1" 200 156 0.014309 10.0.0.34 - - [2024-10-24 02:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.34 - - [2024-10-24 02:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.34 - - [2024-10-24 02:36:23] "POST /ref-update HTTP/1.1" 200 156 0.015005 10.0.0.34 - - [2024-10-24 02:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004281 10.0.0.34 - - [2024-10-24 02:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249 10.0.0.34 - - [2024-10-24 02:36:23] "POST /ref-update HTTP/1.1" 200 156 0.009363 10.0.0.34 - - [2024-10-24 02:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004093 10.0.0.34 - - [2024-10-24 02:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.34 - - [2024-10-24 02:36:23] "POST /ref-update HTTP/1.1" 200 156 0.012045 10.0.0.34 - - [2024-10-24 02:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004091 10.0.0.34 - - [2024-10-24 02:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004592 10.0.0.34 - - [2024-10-24 02:36:23] "POST /ref-update HTTP/1.1" 200 156 0.009900 10.0.0.34 - - [2024-10-24 02:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240 10.0.0.34 - - [2024-10-24 02:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.009264 10.0.0.34 - - [2024-10-24 02:36:23] "POST /ref-update HTTP/1.1" 200 156 0.010051 10.0.0.34 - - [2024-10-24 02:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005014 10.0.0.34 - - [2024-10-24 02:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004703 10.0.0.34 - - [2024-10-24 02:36:23] "POST /ref-update HTTP/1.1" 200 156 0.018527 10.0.0.34 - - [2024-10-24 02:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004762 10.0.0.34 - - [2024-10-24 02:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.34 - - [2024-10-24 02:36:23] "POST /ref-update HTTP/1.1" 200 156 0.010572 10.0.0.34 - - [2024-10-24 02:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.007134 10.0.0.34 - - [2024-10-24 02:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004108 10.0.0.34 - - [2024-10-24 02:36:24] "POST /ref-update HTTP/1.1" 200 156 0.017763 10.0.0.34 - - [2024-10-24 02:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.34 - - [2024-10-24 02:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.34 - - [2024-10-24 02:36:24] "POST /ref-update HTTP/1.1" 200 156 0.010560 10.0.0.34 - - [2024-10-24 02:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.34 - - [2024-10-24 02:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005863 10.0.0.34 - - [2024-10-24 02:36:24] "POST /ref-update HTTP/1.1" 200 156 0.015675 10.0.0.34 - - [2024-10-24 02:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005902 10.0.0.34 - - [2024-10-24 02:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005039 10.0.0.34 - - [2024-10-24 02:36:24] "POST /ref-update HTTP/1.1" 200 156 0.012673 10.0.0.34 - - [2024-10-24 02:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.34 - - [2024-10-24 02:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.34 - - [2024-10-24 02:36:24] "POST /ref-update HTTP/1.1" 200 156 0.013459 10.0.0.34 - - [2024-10-24 02:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004359 10.0.0.34 - - [2024-10-24 02:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003938 10.0.0.34 - - [2024-10-24 02:36:24] "POST /ref-update HTTP/1.1" 200 156 0.009765 10.0.0.34 - - [2024-10-24 02:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004686 10.0.0.34 - - [2024-10-24 02:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004253 10.0.0.34 - - [2024-10-24 02:36:25] "POST /ref-update HTTP/1.1" 200 156 0.011894 10.0.0.34 - - [2024-10-24 02:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.34 - - [2024-10-24 02:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.34 - - [2024-10-24 02:36:25] "POST /ref-update HTTP/1.1" 200 156 0.012433 10.0.0.34 - - [2024-10-24 02:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004743 10.0.0.34 - - [2024-10-24 02:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005381 10.0.0.34 - - [2024-10-24 02:36:25] "POST /ref-update HTTP/1.1" 200 156 0.010087 10.0.0.34 - - [2024-10-24 02:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.34 - - [2024-10-24 02:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.34 - - [2024-10-24 02:36:25] "POST /ref-update HTTP/1.1" 200 156 0.011804 10.0.0.34 - - [2024-10-24 02:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.34 - - [2024-10-24 02:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004556 10.0.0.34 - - [2024-10-24 02:36:25] "GET /global-system-configs HTTP/1.1" 200 322 0.690492 10.0.0.34 - - [2024-10-24 02:36:25] "POST /ref-update HTTP/1.1" 200 156 0.013293 10.0.0.34 - - [2024-10-24 02:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004413 10.0.0.34 - - [2024-10-24 02:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004403 10.0.0.34 - - [2024-10-24 02:36:25] "POST /ref-update HTTP/1.1" 200 156 0.010255 10.0.0.34 - - [2024-10-24 02:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.34 - - [2024-10-24 02:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004007 10.0.0.34 - - [2024-10-24 02:36:26] "POST /ref-update HTTP/1.1" 200 156 0.009690 10.0.0.34 - - [2024-10-24 02:36:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.34 - - [2024-10-24 02:36:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.34 - - [2024-10-24 02:36:26] "POST /ref-update HTTP/1.1" 200 156 0.011353 10.0.0.34 - - [2024-10-24 02:36:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004029 10.0.0.34 - - [2024-10-24 02:36:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.34 - - [2024-10-24 02:36:26] "POST /ref-update HTTP/1.1" 200 156 0.009947 10.0.0.34 - - [2024-10-24 02:36:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004407 10.0.0.34 - - [2024-10-24 02:36:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005389 10.0.0.34 - - [2024-10-24 02:36:26] "POST /ref-update HTTP/1.1" 200 156 0.010500 10.0.0.34 - - [2024-10-24 02:36:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005018 10.0.0.34 - - [2024-10-24 02:36:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005474 10.0.0.34 - - [2024-10-24 02:36:26] "POST /ref-update HTTP/1.1" 200 156 0.011754 10.0.0.34 - - [2024-10-24 02:36:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.34 - - [2024-10-24 02:36:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004467 10.0.0.34 - - [2024-10-24 02:36:26] "POST /ref-update HTTP/1.1" 200 156 0.010661 10.0.0.34 - - [2024-10-24 02:36:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004334 10.0.0.34 - - [2024-10-24 02:36:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.34 - - [2024-10-24 02:36:26] "POST /ref-update HTTP/1.1" 200 156 0.010286 10.0.0.34 - - [2024-10-24 02:36:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.34 - - [2024-10-24 02:36:27] "GET /global-system-configs HTTP/1.1" 200 322 0.035270 10.0.0.34 - - [2024-10-24 02:36:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.34 - - [2024-10-24 02:36:27] "POST /ref-update HTTP/1.1" 200 156 0.009728 10.0.0.34 - - [2024-10-24 02:36:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004594 10.0.0.34 - - [2024-10-24 02:36:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004515 10.0.0.34 - - [2024-10-24 02:36:27] "POST /ref-update HTTP/1.1" 200 156 0.009610 10.0.0.34 - - [2024-10-24 02:36:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223 10.0.0.34 - - [2024-10-24 02:36:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.34 - - [2024-10-24 02:36:27] "POST /ref-update HTTP/1.1" 200 156 0.010434 10.0.0.34 - - [2024-10-24 02:36:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004953 10.0.0.34 - - [2024-10-24 02:36:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004299 10.0.0.34 - - [2024-10-24 02:36:27] "POST /ref-update HTTP/1.1" 200 156 0.012118 10.0.0.34 - - [2024-10-24 02:36:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004466 10.0.0.34 - - [2024-10-24 02:36:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.34 - - [2024-10-24 02:36:27] "POST /ref-update HTTP/1.1" 200 156 0.009599 10.0.0.34 - - [2024-10-24 02:36:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.006196 10.0.0.34 - - [2024-10-24 02:36:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.34 - - [2024-10-24 02:36:27] "POST /ref-update HTTP/1.1" 200 156 0.009598 10.0.0.34 - - [2024-10-24 02:36:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.34 - - [2024-10-24 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.34 - - [2024-10-24 02:36:28] "POST /ref-update HTTP/1.1" 200 156 0.011648 10.0.0.34 - - [2024-10-24 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.34 - - [2024-10-24 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.34 - - [2024-10-24 02:36:28] "POST /ref-update HTTP/1.1" 200 156 0.010047 10.0.0.34 - - [2024-10-24 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004291 10.0.0.34 - - [2024-10-24 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.34 - - [2024-10-24 02:36:28] "POST /ref-update HTTP/1.1" 200 156 0.010855 10.0.0.34 - - [2024-10-24 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004513 10.0.0.34 - - [2024-10-24 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004788 10.0.0.34 - - [2024-10-24 02:36:28] "POST /ref-update HTTP/1.1" 200 156 0.011851 10.0.0.34 - - [2024-10-24 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004451 10.0.0.34 - - [2024-10-24 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004275 10.0.0.34 - - [2024-10-24 02:36:28] "POST /ref-update HTTP/1.1" 200 156 0.010711 10.0.0.34 - - [2024-10-24 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004388 10.0.0.34 - - [2024-10-24 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.34 - - [2024-10-24 02:36:28] "POST /ref-update HTTP/1.1" 200 156 0.009506 10.0.0.34 - - [2024-10-24 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004173 10.0.0.34 - - [2024-10-24 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.34 - - [2024-10-24 02:36:29] "POST /ref-update HTTP/1.1" 200 156 0.009156 10.0.0.34 - - [2024-10-24 02:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.34 - - [2024-10-24 02:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.34 - - [2024-10-24 02:36:29] "POST /ref-update HTTP/1.1" 200 156 0.010039 10.0.0.34 - - [2024-10-24 02:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.34 - - [2024-10-24 02:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.34 - - [2024-10-24 02:36:29] "POST /ref-update HTTP/1.1" 200 156 0.010057 10.0.0.34 - - [2024-10-24 02:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.34 - - [2024-10-24 02:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004734 10.0.0.34 - - [2024-10-24 02:36:29] "POST /ref-update HTTP/1.1" 200 156 0.011249 10.0.0.34 - - [2024-10-24 02:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004823 10.0.0.34 - - [2024-10-24 02:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.34 - - [2024-10-24 02:36:29] "POST /ref-update HTTP/1.1" 200 156 0.011903 10.0.0.34 - - [2024-10-24 02:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004657 10.0.0.34 - - [2024-10-24 02:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004393 10.0.0.34 - - [2024-10-24 02:36:29] "POST /ref-update HTTP/1.1" 200 156 0.010826 10.0.0.34 - - [2024-10-24 02:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.34 - - [2024-10-24 02:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.34 - - [2024-10-24 02:36:29] "POST /ref-update HTTP/1.1" 200 156 0.009556 10.0.0.34 - - [2024-10-24 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.34 - - [2024-10-24 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004232 10.0.0.34 - - [2024-10-24 02:36:30] "POST /ref-update HTTP/1.1" 200 156 0.011830 10.0.0.34 - - [2024-10-24 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004334 10.0.0.34 - - [2024-10-24 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.34 - - [2024-10-24 02:36:30] "POST /ref-update HTTP/1.1" 200 156 0.009661 10.0.0.34 - - [2024-10-24 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.34 - - [2024-10-24 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.34 - - [2024-10-24 02:36:30] "POST /ref-update HTTP/1.1" 200 156 0.009072 10.0.0.34 - - [2024-10-24 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.34 - - [2024-10-24 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.34 - - [2024-10-24 02:36:30] "POST /ref-update HTTP/1.1" 200 156 0.009910 10.0.0.34 - - [2024-10-24 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004222 10.0.0.34 - - [2024-10-24 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.34 - - [2024-10-24 02:36:30] "POST /ref-update HTTP/1.1" 200 156 0.008488 10.0.0.34 - - [2024-10-24 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.34 - - [2024-10-24 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.34 - - [2024-10-24 02:36:30] "POST /ref-update HTTP/1.1" 200 156 0.008874 10.0.0.34 - - [2024-10-24 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.34 - - [2024-10-24 02:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.34 - - [2024-10-24 02:36:31] "POST /ref-update HTTP/1.1" 200 156 0.009235 10.0.0.34 - - [2024-10-24 02:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.34 - - [2024-10-24 02:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.34 - - [2024-10-24 02:36:31] "POST /ref-update HTTP/1.1" 200 156 0.009460 10.0.0.34 - - [2024-10-24 02:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.34 - - [2024-10-24 02:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.34 - - [2024-10-24 02:36:31] "POST /ref-update HTTP/1.1" 200 156 0.008587 10.0.0.34 - - [2024-10-24 02:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.34 - - [2024-10-24 02:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.34 - - [2024-10-24 02:36:31] "POST /ref-update HTTP/1.1" 200 156 0.008825 10.0.0.34 - - [2024-10-24 02:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.34 - - [2024-10-24 02:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004462 10.0.0.34 - - [2024-10-24 02:36:31] "POST /ref-update HTTP/1.1" 200 156 0.009632 10.0.0.34 - - [2024-10-24 02:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.34 - - [2024-10-24 02:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.34 - - [2024-10-24 02:36:31] "POST /ref-update HTTP/1.1" 200 156 0.008390 10.0.0.34 - - [2024-10-24 02:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.34 - - [2024-10-24 02:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.34 - - [2024-10-24 02:36:32] "POST /ref-update HTTP/1.1" 200 156 0.008577 10.0.0.34 - - [2024-10-24 02:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.34 - - [2024-10-24 02:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.34 - - [2024-10-24 02:36:32] "POST /ref-update HTTP/1.1" 200 156 0.008307 10.0.0.34 - - [2024-10-24 02:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004222 10.0.0.34 - - [2024-10-24 02:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.34 - - [2024-10-24 02:36:32] "POST /ref-update HTTP/1.1" 200 156 0.009748 10.0.0.34 - - [2024-10-24 02:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.34 - - [2024-10-24 02:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.34 - - [2024-10-24 02:36:32] "POST /ref-update HTTP/1.1" 200 156 0.010945 10.0.0.34 - - [2024-10-24 02:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.34 - - [2024-10-24 02:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.34 - - [2024-10-24 02:36:32] "POST /ref-update HTTP/1.1" 200 156 0.009757 10.0.0.34 - - [2024-10-24 02:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.34 - - [2024-10-24 02:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.34 - - [2024-10-24 02:36:32] "POST /ref-update HTTP/1.1" 200 156 0.009204 10.0.0.34 - - [2024-10-24 02:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.34 - - [2024-10-24 02:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.34 - - [2024-10-24 02:36:32] "POST /ref-update HTTP/1.1" 200 156 0.008926 10.0.0.34 - - [2024-10-24 02:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.34 - - [2024-10-24 02:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004212 10.0.0.34 - - [2024-10-24 02:36:33] "POST /ref-update HTTP/1.1" 200 156 0.008599 10.0.0.34 - - [2024-10-24 02:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.34 - - [2024-10-24 02:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005146 10.0.0.34 - - [2024-10-24 02:36:33] "POST /ref-update HTTP/1.1" 200 156 0.009397 10.0.0.34 - - [2024-10-24 02:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.34 - - [2024-10-24 02:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.34 - - [2024-10-24 02:36:33] "POST /ref-update HTTP/1.1" 200 156 0.008931 10.0.0.34 - - [2024-10-24 02:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.34 - - [2024-10-24 02:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004193 10.0.0.34 - - [2024-10-24 02:36:33] "POST /ref-update HTTP/1.1" 200 156 0.008766 10.0.0.34 - - [2024-10-24 02:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004641 10.0.0.34 - - [2024-10-24 02:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.34 - - [2024-10-24 02:36:33] "POST /ref-update HTTP/1.1" 200 156 0.009101 10.0.0.34 - - [2024-10-24 02:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.34 - - [2024-10-24 02:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004267 10.0.0.34 - - [2024-10-24 02:36:33] "POST /ref-update HTTP/1.1" 200 156 0.009695 10.0.0.34 - - [2024-10-24 02:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.34 - - [2024-10-24 02:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089 10.0.0.34 - - [2024-10-24 02:36:34] "POST /ref-update HTTP/1.1" 200 156 0.009713 10.0.0.34 - - [2024-10-24 02:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003923 10.0.0.34 - - [2024-10-24 02:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.34 - - [2024-10-24 02:36:34] "POST /ref-update HTTP/1.1" 200 156 0.010790 10.0.0.34 - - [2024-10-24 02:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.34 - - [2024-10-24 02:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.34 - - [2024-10-24 02:36:34] "POST /ref-update HTTP/1.1" 200 156 0.010777 10.0.0.34 - - [2024-10-24 02:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.34 - - [2024-10-24 02:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.34 - - [2024-10-24 02:36:34] "POST /ref-update HTTP/1.1" 200 156 0.009210 10.0.0.34 - - [2024-10-24 02:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.34 - - [2024-10-24 02:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004314 10.0.0.34 - - [2024-10-24 02:36:34] "POST /ref-update HTTP/1.1" 200 156 0.009884 10.0.0.34 - - [2024-10-24 02:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.34 - - [2024-10-24 02:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.34 - - [2024-10-24 02:36:34] "POST /ref-update HTTP/1.1" 200 156 0.007993 10.0.0.34 - - [2024-10-24 02:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.34 - - [2024-10-24 02:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006609 10.0.0.34 - - [2024-10-24 02:36:34] "POST /ref-update HTTP/1.1" 200 156 0.008388 10.0.0.34 - - [2024-10-24 02:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.34 - - [2024-10-24 02:36:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.34 - - [2024-10-24 02:36:35] "POST /ref-update HTTP/1.1" 200 156 0.009351 10.0.0.34 - - [2024-10-24 02:36:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.34 - - [2024-10-24 02:36:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.34 - - [2024-10-24 02:36:35] "POST /ref-update HTTP/1.1" 200 156 0.008143 10.0.0.34 - - [2024-10-24 02:36:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.34 - - [2024-10-24 02:36:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.34 - - [2024-10-24 02:36:35] "POST /ref-update HTTP/1.1" 200 156 0.008796 10.0.0.34 - - [2024-10-24 02:36:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.34 - - [2024-10-24 02:36:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004495 10.0.0.34 - - [2024-10-24 02:36:35] "POST /ref-update HTTP/1.1" 200 156 0.012381 10.0.0.34 - - [2024-10-24 02:36:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.34 - - [2024-10-24 02:36:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.34 - - [2024-10-24 02:36:35] "POST /ref-update HTTP/1.1" 200 156 0.010637 10.0.0.34 - - [2024-10-24 02:36:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.34 - - [2024-10-24 02:36:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004600 10.0.0.34 - - [2024-10-24 02:36:35] "POST /ref-update HTTP/1.1" 200 156 0.011566 10.0.0.34 - - [2024-10-24 02:36:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.34 - - [2024-10-24 02:36:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.34 - - [2024-10-24 02:36:35] "POST /ref-update HTTP/1.1" 200 156 0.009274 10.0.0.34 - - [2024-10-24 02:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.34 - - [2024-10-24 02:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.34 - - [2024-10-24 02:36:36] "POST /ref-update HTTP/1.1" 200 156 0.011244 10.0.0.34 - - [2024-10-24 02:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.34 - - [2024-10-24 02:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.34 - - [2024-10-24 02:36:36] "POST /ref-update HTTP/1.1" 200 156 0.009831 10.0.0.34 - - [2024-10-24 02:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.34 - - [2024-10-24 02:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.34 - - [2024-10-24 02:36:36] "POST /ref-update HTTP/1.1" 200 156 0.011225 10.0.0.34 - - [2024-10-24 02:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004536 10.0.0.34 - - [2024-10-24 02:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004318 10.0.0.34 - - [2024-10-24 02:36:36] "POST /ref-update HTTP/1.1" 200 156 0.010360 10.0.0.34 - - [2024-10-24 02:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004561 10.0.0.34 - - [2024-10-24 02:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004361 10.0.0.34 - - [2024-10-24 02:36:36] "POST /ref-update HTTP/1.1" 200 156 0.009526 10.0.0.34 - - [2024-10-24 02:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.34 - - [2024-10-24 02:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.34 - - [2024-10-24 02:36:36] "POST /ref-update HTTP/1.1" 200 156 0.010358 10.0.0.34 - - [2024-10-24 02:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003938 10.0.0.34 - - [2024-10-24 02:36:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.34 - - [2024-10-24 02:36:37] "POST /ref-update HTTP/1.1" 200 156 0.010380 10.0.0.34 - - [2024-10-24 02:36:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.34 - - [2024-10-24 02:36:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.34 - - [2024-10-24 02:36:37] "POST /ref-update HTTP/1.1" 200 156 0.010553 10.0.0.34 - - [2024-10-24 02:36:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.34 - - [2024-10-24 02:36:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.34 - - [2024-10-24 02:36:37] "POST /ref-update HTTP/1.1" 200 156 0.013576 10.0.0.34 - - [2024-10-24 02:36:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.34 - - [2024-10-24 02:36:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004720 10.0.0.34 - - [2024-10-24 02:36:37] "POST /ref-update HTTP/1.1" 200 156 0.009638 10.0.0.34 - - [2024-10-24 02:36:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004043 10.0.0.34 - - [2024-10-24 02:36:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.34 - - [2024-10-24 02:36:37] "POST /ref-update HTTP/1.1" 200 156 0.010373 10.0.0.34 - - [2024-10-24 02:36:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.34 - - [2024-10-24 02:36:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.34 - - [2024-10-24 02:36:37] "POST /ref-update HTTP/1.1" 200 156 0.010895 10.0.0.34 - - [2024-10-24 02:36:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.34 - - [2024-10-24 02:36:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.34 - - [2024-10-24 02:36:38] "POST /ref-update HTTP/1.1" 200 156 0.010291 10.0.0.34 - - [2024-10-24 02:36:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.34 - - [2024-10-24 02:36:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.34 - - [2024-10-24 02:36:38] "POST /ref-update HTTP/1.1" 200 156 0.009823 10.0.0.34 - - [2024-10-24 02:36:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.34 - - [2024-10-24 02:36:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004905 10.0.0.34 - - [2024-10-24 02:36:38] "POST /ref-update HTTP/1.1" 200 156 0.011695 10.0.0.34 - - [2024-10-24 02:36:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.34 - - [2024-10-24 02:36:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004354 10.0.0.34 - - [2024-10-24 02:36:38] "POST /ref-update HTTP/1.1" 200 156 0.011088 10.0.0.34 - - [2024-10-24 02:36:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.34 - - [2024-10-24 02:36:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004875 10.0.0.34 - - [2024-10-24 02:36:38] "POST /ref-update HTTP/1.1" 200 156 0.011151 10.0.0.34 - - [2024-10-24 02:36:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.34 - - [2024-10-24 02:36:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.34 - - [2024-10-24 02:36:38] "POST /ref-update HTTP/1.1" 200 156 0.009517 10.0.0.34 - - [2024-10-24 02:36:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.34 - - [2024-10-24 02:36:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.34 - - [2024-10-24 02:36:38] "POST /ref-update HTTP/1.1" 200 156 0.011279 10.0.0.34 - - [2024-10-24 02:36:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.34 - - [2024-10-24 02:36:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.34 - - [2024-10-24 02:36:39] "POST /ref-update HTTP/1.1" 200 156 0.010122 10.0.0.34 - - [2024-10-24 02:36:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.34 - - [2024-10-24 02:36:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.34 - - [2024-10-24 02:36:39] "POST /ref-update HTTP/1.1" 200 156 0.010323 10.0.0.34 - - [2024-10-24 02:36:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.34 - - [2024-10-24 02:36:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.34 - - [2024-10-24 02:36:39] "POST /ref-update HTTP/1.1" 200 156 0.009149 10.0.0.34 - - [2024-10-24 02:36:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.34 - - [2024-10-24 02:36:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004789 10.0.0.34 - - [2024-10-24 02:36:39] "POST /ref-update HTTP/1.1" 200 156 0.009774 10.0.0.34 - - [2024-10-24 02:36:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.34 - - [2024-10-24 02:36:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.34 - - [2024-10-24 02:36:39] "POST /ref-update HTTP/1.1" 200 156 0.010407 10.0.0.34 - - [2024-10-24 02:36:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004607 10.0.0.34 - - [2024-10-24 02:36:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.34 - - [2024-10-24 02:36:39] "POST /ref-update HTTP/1.1" 200 156 0.009823 10.0.0.34 - - [2024-10-24 02:36:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.34 - - [2024-10-24 02:36:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004225 10.0.0.34 - - [2024-10-24 02:36:40] "POST /ref-update HTTP/1.1" 200 156 0.010762 10.0.0.34 - - [2024-10-24 02:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.34 - - [2024-10-24 02:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.34 - - [2024-10-24 02:36:40] "POST /ref-update HTTP/1.1" 200 156 0.010786 10.0.0.34 - - [2024-10-24 02:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.34 - - [2024-10-24 02:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.34 - - [2024-10-24 02:36:40] "POST /ref-update HTTP/1.1" 200 156 0.009700 10.0.0.34 - - [2024-10-24 02:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004354 10.0.0.34 - - [2024-10-24 02:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.34 - - [2024-10-24 02:36:40] "POST /ref-update HTTP/1.1" 200 156 0.010248 10.0.0.34 - - [2024-10-24 02:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.34 - - [2024-10-24 02:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004960 10.0.0.34 - - [2024-10-24 02:36:40] "POST /ref-update HTTP/1.1" 200 156 0.010094 10.0.0.34 - - [2024-10-24 02:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.34 - - [2024-10-24 02:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.34 - - [2024-10-24 02:36:40] "POST /ref-update HTTP/1.1" 200 156 0.010041 10.0.0.34 - - [2024-10-24 02:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.34 - - [2024-10-24 02:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.34 - - [2024-10-24 02:36:40] "POST /ref-update HTTP/1.1" 200 156 0.009335 10.0.0.34 - - [2024-10-24 02:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.34 - - [2024-10-24 02:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.34 - - [2024-10-24 02:36:41] "POST /ref-update HTTP/1.1" 200 156 0.008923 10.0.0.34 - - [2024-10-24 02:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.34 - - [2024-10-24 02:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.34 - - [2024-10-24 02:36:41] "POST /ref-update HTTP/1.1" 200 156 0.010988 10.0.0.34 - - [2024-10-24 02:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004361 10.0.0.34 - - [2024-10-24 02:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.34 - - [2024-10-24 02:36:41] "POST /ref-update HTTP/1.1" 200 156 0.010550 10.0.0.34 - - [2024-10-24 02:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.34 - - [2024-10-24 02:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.34 - - [2024-10-24 02:36:41] "POST /ref-update HTTP/1.1" 200 156 0.011001 10.0.0.34 - - [2024-10-24 02:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004629 10.0.0.34 - - [2024-10-24 02:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004893 10.0.0.34 - - [2024-10-24 02:36:41] "POST /ref-update HTTP/1.1" 200 156 0.010179 10.0.0.34 - - [2024-10-24 02:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.34 - - [2024-10-24 02:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004578 10.0.0.34 - - [2024-10-24 02:36:41] "POST /ref-update HTTP/1.1" 200 156 0.010699 10.0.0.34 - - [2024-10-24 02:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.34 - - [2024-10-24 02:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.34 - - [2024-10-24 02:36:42] "POST /ref-update HTTP/1.1" 200 156 0.009793 10.0.0.34 - - [2024-10-24 02:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.34 - - [2024-10-24 02:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.34 - - [2024-10-24 02:36:42] "POST /ref-update HTTP/1.1" 200 156 0.011802 10.0.0.34 - - [2024-10-24 02:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.34 - - [2024-10-24 02:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.34 - - [2024-10-24 02:36:42] "POST /ref-update HTTP/1.1" 200 156 0.009056 10.0.0.34 - - [2024-10-24 02:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.34 - - [2024-10-24 02:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.34 - - [2024-10-24 02:36:42] "POST /ref-update HTTP/1.1" 200 156 0.010676 10.0.0.34 - - [2024-10-24 02:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.34 - - [2024-10-24 02:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004161 10.0.0.34 - - [2024-10-24 02:36:42] "POST /ref-update HTTP/1.1" 200 156 0.009592 10.0.0.34 - - [2024-10-24 02:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004465 10.0.0.34 - - [2024-10-24 02:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.34 - - [2024-10-24 02:36:42] "POST /ref-update HTTP/1.1" 200 156 0.011121 10.0.0.34 - - [2024-10-24 02:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004198 10.0.0.34 - - [2024-10-24 02:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004814 10.0.0.34 - - [2024-10-24 02:36:42] "POST /ref-update HTTP/1.1" 200 156 0.011606 10.0.0.34 - - [2024-10-24 02:36:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004330 10.0.0.34 - - [2024-10-24 02:36:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004225 10.0.0.34 - - [2024-10-24 02:36:43] "POST /ref-update HTTP/1.1" 200 156 0.013032 10.0.0.34 - - [2024-10-24 02:36:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.34 - - [2024-10-24 02:36:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004234 10.0.0.34 - - [2024-10-24 02:36:43] "POST /ref-update HTTP/1.1" 200 156 0.009011 10.0.0.34 - - [2024-10-24 02:36:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004670 10.0.0.34 - - [2024-10-24 02:36:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.34 - - [2024-10-24 02:36:43] "POST /ref-update HTTP/1.1" 200 156 0.010655 10.0.0.34 - - [2024-10-24 02:36:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.34 - - [2024-10-24 02:36:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.34 - - [2024-10-24 02:36:43] "POST /ref-update HTTP/1.1" 200 156 0.008930 10.0.0.34 - - [2024-10-24 02:36:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.34 - - [2024-10-24 02:36:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.34 - - [2024-10-24 02:36:43] "POST /ref-update HTTP/1.1" 200 156 0.009715 10.0.0.34 - - [2024-10-24 02:36:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.34 - - [2024-10-24 02:36:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.34 - - [2024-10-24 02:36:43] "POST /ref-update HTTP/1.1" 200 156 0.009225 10.0.0.34 - - [2024-10-24 02:36:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.34 - - [2024-10-24 02:36:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.34 - - [2024-10-24 02:36:44] "POST /ref-update HTTP/1.1" 200 156 0.011063 10.0.0.34 - - [2024-10-24 02:36:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.34 - - [2024-10-24 02:36:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.34 - - [2024-10-24 02:36:44] "POST /ref-update HTTP/1.1" 200 156 0.009128 10.0.0.34 - - [2024-10-24 02:36:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.34 - - [2024-10-24 02:36:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.34 - - [2024-10-24 02:36:44] "POST /ref-update HTTP/1.1" 200 156 0.009173 10.0.0.34 - - [2024-10-24 02:36:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.34 - - [2024-10-24 02:36:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004788 10.0.0.34 - - [2024-10-24 02:36:44] "POST /ref-update HTTP/1.1" 200 156 0.009363 10.0.0.34 - - [2024-10-24 02:36:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004360 10.0.0.34 - - [2024-10-24 02:36:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004948 10.0.0.34 - - [2024-10-24 02:36:44] "POST /ref-update HTTP/1.1" 200 156 0.012215 10.0.0.34 - - [2024-10-24 02:36:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.34 - - [2024-10-24 02:36:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.34 - - [2024-10-24 02:36:44] "POST /ref-update HTTP/1.1" 200 156 0.009441 10.0.0.34 - - [2024-10-24 02:36:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.34 - - [2024-10-24 02:36:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.34 - - [2024-10-24 02:36:44] "POST /ref-update HTTP/1.1" 200 156 0.009989 10.0.0.34 - - [2024-10-24 02:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.34 - - [2024-10-24 02:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.34 - - [2024-10-24 02:36:45] "POST /ref-update HTTP/1.1" 200 156 0.010296 10.0.0.34 - - [2024-10-24 02:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.34 - - [2024-10-24 02:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.34 - - [2024-10-24 02:36:45] "POST /ref-update HTTP/1.1" 200 156 0.011381 10.0.0.34 - - [2024-10-24 02:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.34 - - [2024-10-24 02:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.34 - - [2024-10-24 02:36:45] "POST /ref-update HTTP/1.1" 200 156 0.014165 10.0.0.34 - - [2024-10-24 02:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.34 - - [2024-10-24 02:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.34 - - [2024-10-24 02:36:45] "POST /ref-update HTTP/1.1" 200 156 0.012749 10.0.0.34 - - [2024-10-24 02:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.34 - - [2024-10-24 02:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004320 10.0.0.34 - - [2024-10-24 02:36:45] "POST /ref-update HTTP/1.1" 200 156 0.012488 10.0.0.34 - - [2024-10-24 02:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004420 10.0.0.34 - - [2024-10-24 02:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004636 10.0.0.34 - - [2024-10-24 02:36:45] "POST /ref-update HTTP/1.1" 200 156 0.012484 10.0.0.34 - - [2024-10-24 02:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004213 10.0.0.34 - - [2024-10-24 02:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.34 - - [2024-10-24 02:36:46] "POST /ref-update HTTP/1.1" 200 156 0.011426 10.0.0.34 - - [2024-10-24 02:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.34 - - [2024-10-24 02:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.34 - - [2024-10-24 02:36:46] "POST /ref-update HTTP/1.1" 200 156 0.009251 10.0.0.34 - - [2024-10-24 02:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.34 - - [2024-10-24 02:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.34 - - [2024-10-24 02:36:46] "POST /ref-update HTTP/1.1" 200 156 0.009941 10.0.0.34 - - [2024-10-24 02:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.34 - - [2024-10-24 02:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.34 - - [2024-10-24 02:36:46] "POST /ref-update HTTP/1.1" 200 156 0.009825 10.0.0.34 - - [2024-10-24 02:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.34 - - [2024-10-24 02:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.34 - - [2024-10-24 02:36:46] "POST /ref-update HTTP/1.1" 200 156 0.009771 10.0.0.34 - - [2024-10-24 02:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.34 - - [2024-10-24 02:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.34 - - [2024-10-24 02:36:46] "POST /ref-update HTTP/1.1" 200 156 0.009689 10.0.0.34 - - [2024-10-24 02:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.34 - - [2024-10-24 02:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004495 10.0.0.34 - - [2024-10-24 02:36:46] "POST /ref-update HTTP/1.1" 200 156 0.010149 10.0.0.34 - - [2024-10-24 02:36:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.34 - - [2024-10-24 02:36:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.34 - - [2024-10-24 02:36:47] "POST /ref-update HTTP/1.1" 200 156 0.009275 10.0.0.34 - - [2024-10-24 02:36:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.34 - - [2024-10-24 02:36:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004437 10.0.0.34 - - [2024-10-24 02:36:47] "POST /ref-update HTTP/1.1" 200 156 0.016694 10.0.0.34 - - [2024-10-24 02:36:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.34 - - [2024-10-24 02:36:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004343 10.0.0.34 - - [2024-10-24 02:36:47] "POST /ref-update HTTP/1.1" 200 156 0.011802 10.0.0.34 - - [2024-10-24 02:36:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.34 - - [2024-10-24 02:36:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.34 - - [2024-10-24 02:36:47] "POST /ref-update HTTP/1.1" 200 156 0.009411 10.0.0.34 - - [2024-10-24 02:36:47] "POST /network-ipams HTTP/1.1" 200 550 0.225068 10.0.0.34 - - [2024-10-24 02:36:48] "POST /useragent-kv HTTP/1.1" 200 115 0.004516 10.0.0.34 - - [2024-10-24 02:36:48] "POST /virtual-networks HTTP/1.1" 200 552 0.116519 10.0.0.34 - - [2024-10-24 02:36:48] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.003610 10.0.0.34 - - [2024-10-24 02:36:48] "POST /fqname-to-id HTTP/1.1" 404 188 0.003464 10.0.0.34 - - [2024-10-24 02:36:48] "POST /fqname-to-id HTTP/1.1" 404 178 0.003573 10.0.0.34 - - [2024-10-24 02:36:48] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.003821 10.0.0.34 - - [2024-10-24 02:36:48] "GET /fabric/c50321ca-9a9c-45bf-8e94-7bd533423c69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1117 0.007601 10.0.0.34 - - [2024-10-24 02:36:48] "POST /fqname-to-id HTTP/1.1" 404 198 0.004797 10.0.0.34 - - [2024-10-24 02:36:48] "POST /fqname-to-id HTTP/1.1" 404 205 0.003465 10.0.0.34 - - [2024-10-24 02:36:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.003335 10.0.0.34 - - [2024-10-24 02:36:48] "POST /route-targets HTTP/1.1" 200 327 0.011316 10.0.0.34 - - [2024-10-24 02:36:48] "POST /ref-update HTTP/1.1" 200 156 0.012239 10.0.0.34 - - [2024-10-24 02:37:22] "GET / HTTP/1.1" 200 35931 0.002749 10.0.0.34 - - [2024-10-24 02:37:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000649 10.0.0.34 - - [2024-10-24 02:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.030008 10.0.0.34 - - [2024-10-24 02:37:22] "GET /routing-instance/6abb488d-3b24-41da-ba80-70e829f885b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.005786 10.0.0.34 - - [2024-10-24 02:37:22] "POST /bgp-routers HTTP/1.1" 200 620 0.021458 10.0.0.34 - - [2024-10-24 02:37:22] "GET /bgp-router/d4283c13-1af7-4057-b7b9-a356cdbac639?fields=global_system_config_back_refs HTTP/1.1" 200 1127 0.010376 10.0.0.34 - - [2024-10-24 02:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005163 10.0.0.34 - - [2024-10-24 02:37:22] "GET /global-system-config/3846da9e-99d2-4a6c-97d7-ce4c845fa48b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.016062 10.0.0.34 - - [2024-10-24 02:37:23] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.005219 10.0.0.34 - - [2024-10-24 02:37:23] "POST /ref-update HTTP/1.1" 200 156 0.010080 10.0.0.34 - - [2024-10-24 02:38:22] "GET / HTTP/1.1" 200 35931 0.002470 10.0.0.34 - - [2024-10-24 02:38:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000618 10.0.0.34 - - [2024-10-24 02:38:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.037604 10.0.0.34 - - [2024-10-24 02:38:22] "GET /global-system-config/3846da9e-99d2-4a6c-97d7-ce4c845fa48b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.022715 10.0.0.34 - - [2024-10-24 02:38:22] "POST /fqname-to-id HTTP/1.1" 404 220 0.005163 10.0.0.34 - - [2024-10-24 02:38:22] "POST /database-nodes HTTP/1.1" 200 603 0.024236 10.0.0.34 - - [2024-10-24 02:39:14] "GET / HTTP/1.1" 200 35931 0.002624 10.0.0.34 - - [2024-10-24 02:39:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000553 10.0.0.34 - - [2024-10-24 02:39:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.031739 10.0.0.34 - - [2024-10-24 02:39:14] "GET /global-system-config/3846da9e-99d2-4a6c-97d7-ce4c845fa48b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.014876 10.0.0.34 - - [2024-10-24 02:39:14] "POST /fqname-to-id HTTP/1.1" 404 220 0.003539 10.0.0.34 - - [2024-10-24 02:39:14] "POST /analytics-nodes HTTP/1.1" 200 605 0.022513 10.0.0.34 - - [2024-10-24 02:39:20] "GET / HTTP/1.1" 200 35931 0.002623 10.0.0.34 - - [2024-10-24 02:39:34] "GET / HTTP/1.1" 200 35931 0.001906 10.0.0.34 - - [2024-10-24 02:39:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000587 10.0.0.34 - - [2024-10-24 02:39:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.032254 10.0.0.34 - - [2024-10-24 02:39:34] "GET /global-system-config/3846da9e-99d2-4a6c-97d7-ce4c845fa48b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.011572 10.0.0.34 - - [2024-10-24 02:39:34] "POST /fqname-to-id HTTP/1.1" 404 220 0.003555 10.0.0.34 - - [2024-10-24 02:39:34] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.027451 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.34 - - [2024-10-24 02:39:46] "GET /obj-perms HTTP/1.1" 200 5056 0.558819 10.0.0.34 - - [2024-10-24 02:39:46] "GET /obj-perms HTTP/1.1" 200 5056 0.055951 10.0.0.34 - - [2024-10-24 02:39:47] "GET / HTTP/1.1" 200 35931 0.002077 10.0.0.34 - - [2024-10-24 02:39:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000641 10.0.0.34 - - [2024-10-24 02:39:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.035109 10.0.0.34 - - [2024-10-24 02:39:48] "GET /global-system-config/3846da9e-99d2-4a6c-97d7-ce4c845fa48b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.013741 10.0.0.34 - - [2024-10-24 02:39:48] "POST /fqname-to-id HTTP/1.1" 404 220 0.003486 10.0.0.34 - - [2024-10-24 02:39:48] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.028820 10.0.0.34 - - [2024-10-24 02:40:47] "GET /obj-perms HTTP/1.1" 200 5056 0.060412 10.0.0.34 - - [2024-10-24 02:40:47] "GET /obj-perms HTTP/1.1" 200 5056 0.062477 10.0.0.34 - - [2024-10-24 02:41:23] "GET /global-system-configs HTTP/1.1" 200 322 0.010724 10.0.0.34 - - [2024-10-24 02:41:23] "GET /obj-perms HTTP/1.1" 200 5056 0.038654 10.0.0.34 - - [2024-10-24 02:41:24] "GET /global-system-configs HTTP/1.1" 200 322 0.009594 10.0.0.34 - - [2024-10-24 02:41:24] "GET /obj-perms HTTP/1.1" 200 5056 0.032165 10.0.0.34 - - [2024-10-24 02:41:35] "GET / HTTP/1.1" 200 35931 0.002848 10.0.0.34 - - [2024-10-24 02:41:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000723 10.0.0.34 - - [2024-10-24 02:41:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.039834 10.0.0.34 - - [2024-10-24 02:41:36] "GET /global-system-config/3846da9e-99d2-4a6c-97d7-ce4c845fa48b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.012998 10.0.0.34 - - [2024-10-24 02:41:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006280 10.0.0.34 - - [2024-10-24 02:41:36] "GET /routing-instance/6abb488d-3b24-41da-ba80-70e829f885b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.006675 10.0.0.34 - - [2024-10-24 02:41:36] "PUT /global-system-config/3846da9e-99d2-4a6c-97d7-ce4c845fa48b HTTP/1.1" 200 274 0.021784 10.0.0.34 - - [2024-10-24 02:41:36] "POST /fqname-to-id HTTP/1.1" 404 218 0.004993 10.0.0.34 - - [2024-10-24 02:41:36] "POST /virtual-routers HTTP/1.1" 200 603 0.035327 10.0.0.34 - - [2024-10-24 02:41:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006768 10.0.0.34 - - [2024-10-24 02:41:36] "GET /virtual-router/328f5580-ab73-4ac5-b533-8236d3f8a2d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1255 0.008039 10.0.0.34 - - [2024-10-24 02:41:36] "POST /fqname-to-id HTTP/1.1" 404 231 0.003499 10.0.0.34 - - [2024-10-24 02:41:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.34 - - [2024-10-24 02:41:37] "GET /virtual-network/10cbc87f-7b49-48ed-b823-125cf47692e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.012017 10.0.0.34 - - [2024-10-24 02:41:37] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.060184 10.0.0.34 - - [2024-10-24 02:41:37] "PUT /access-control-list/f382a5dd-ef25-4ae2-897e-4102a1f8942c HTTP/1.1" 200 272 0.045910 10.0.0.34 - - [2024-10-24 02:41:48] "GET /obj-perms HTTP/1.1" 200 5056 0.058395 10.0.0.34 - - [2024-10-24 02:41:48] "GET /obj-perms HTTP/1.1" 200 5056 0.057467 [Introspect:8084]10.0.0.34 - - [2024-10-24 02:42:06] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001114 [Introspect:8084]10.0.0.34 - - [2024-10-24 02:42:06] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001150 [Introspect:8084]10.0.0.34 - - [2024-10-24 02:42:09] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001014 [Introspect:8084]10.0.0.34 - - [2024-10-24 02:42:09] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001121 10.0.0.34 - - [2024-10-24 02:42:48] "GET /obj-perms HTTP/1.1" 200 5056 0.053978 10.0.0.34 - - [2024-10-24 02:42:49] "GET /obj-perms HTTP/1.1" 200 5056 0.051662 10.0.0.34 - - [2024-10-24 02:43:14] "GET / HTTP/1.1" 200 35931 0.002157 10.0.0.34 - - [2024-10-24 02:43:16] "GET /project/bcbbb279-1b15-4257-85e0-17f8fbab5229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000626 10.0.0.34 - - [2024-10-24 02:43:16] "GET /projects?obj_uuids=bcbbb279-1b15-4257-85e0-17f8fbab5229&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.031022 10.0.0.34 - - [2024-10-24 02:43:16] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001468 10.0.0.34 - - [2024-10-24 02:43:16] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.035976 10.0.0.34 - - [2024-10-24 02:43:16] "POST /id-to-fqname HTTP/1.1" 200 167 0.004389 10.0.0.34 - - [2024-10-24 02:43:16] "POST /fqname-to-id HTTP/1.1" 404 176 0.002760 10.0.0.34 - - [2024-10-24 02:43:16] "POST /security-groups HTTP/1.1" 200 568 0.068526 10.0.0.34 - - [2024-10-24 02:43:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.003141 10.0.0.34 - - [2024-10-24 02:43:16] "POST /projects HTTP/1.1" 200 539 0.269735 10.0.0.34 - - [2024-10-24 02:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.343235 10.0.0.34 - - [2024-10-24 02:43:16] "POST /access-control-lists HTTP/1.1" 200 573 0.064988 10.0.0.34 - - [2024-10-24 02:43:16] "POST /fqname-to-id HTTP/1.1" 404 206 0.002845 10.0.0.34 - - [2024-10-24 02:43:16] "GET /project/bcbbb279-1b15-4257-85e0-17f8fbab5229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.540421 10.0.0.34 - - [2024-10-24 02:43:16] "POST /access-control-lists HTTP/1.1" 200 571 0.063765 [Introspect:8084]10.0.0.34 - - [2024-10-24 02:43:17] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001436 10.0.0.34 - - [2024-10-24 02:43:17] "POST /fqname-to-id HTTP/1.1" 404 199 0.028445 10.0.0.34 - - [2024-10-24 02:43:17] "GET /projects?obj_uuids=cc5f9bfc-dac8-43f2-b448-473573c34f95&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003014 10.0.0.34 - - [2024-10-24 02:43:17] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001534 10.0.0.34 - - [2024-10-24 02:43:17] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011820 10.0.0.34 - - [2024-10-24 02:43:18] "POST /id-to-fqname HTTP/1.1" 200 201 0.001671 10.0.0.34 - - [2024-10-24 02:43:18] "POST /fqname-to-id HTTP/1.1" 404 210 0.003306 10.0.0.34 - - [2024-10-24 02:43:18] "POST /security-groups HTTP/1.1" 200 602 0.068261 10.0.0.34 - - [2024-10-24 02:43:18] "POST /fqname-to-id HTTP/1.1" 404 245 0.004132 10.0.0.34 - - [2024-10-24 02:43:18] "POST /projects HTTP/1.1" 200 607 0.235351 10.0.0.34 - - [2024-10-24 02:43:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.267673 10.0.0.34 - - [2024-10-24 02:43:18] "POST /access-control-lists HTTP/1.1" 200 607 0.068806 10.0.0.34 - - [2024-10-24 02:43:18] "GET /project/cc5f9bfc-dac8-43f2-b448-473573c34f95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.433831 10.0.0.34 - - [2024-10-24 02:43:18] "POST /fqname-to-id HTTP/1.1" 404 244 0.004497 10.0.0.34 - - [2024-10-24 02:43:18] "POST /access-control-lists HTTP/1.1" 200 605 0.070994 10.0.0.34 - - [2024-10-24 02:43:19] "GET / HTTP/1.1" 200 35931 0.002845 10.0.0.34 - - [2024-10-24 02:43:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000603 10.0.0.34 - - [2024-10-24 02:43:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.060132 10.0.0.34 - - [2024-10-24 02:43:20] "GET /projects?obj_uuids=cc5f9bfc-dac8-43f2-b448-473573c34f95&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001303 10.0.0.34 - - [2024-10-24 02:43:20] "GET /project/cc5f9bfc-dac8-43f2-b448-473573c34f95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.063302 10.0.0.34 - - [2024-10-24 02:43:20] "POST /neutron/network HTTP/1.1" 200 117 0.049789 10.0.0.34 - - [2024-10-24 02:43:20] "GET /projects?obj_uuids=cc5f9bfc-dac8-43f2-b448-473573c34f95&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001530 10.0.0.34 - - [2024-10-24 02:43:21] "POST /neutron/network HTTP/1.1" 200 620 0.101149 10.0.0.34 - - [2024-10-24 02:43:21] "POST /route-targets HTTP/1.1" 200 327 0.030372 10.0.0.34 - - [2024-10-24 02:43:21] "POST /ref-update HTTP/1.1" 200 156 0.024750 10.0.0.34 - - [2024-10-24 02:43:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004942 10.0.0.34 - - [2024-10-24 02:43:21] "POST /neutron/subnet HTTP/1.1" 200 724 0.174634 10.0.0.34 - - [2024-10-24 02:43:21] "POST /neutron/network HTTP/1.1" 200 839 0.006984 10.0.0.34 - - [2024-10-24 02:43:21] "POST /id-to-fqname HTTP/1.1" 200 233 0.001379 10.0.0.34 - - [2024-10-24 02:43:21] "GET /virtual-network/4baaf2ea-2850-4681-b0c8-1b7d5311ed7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.009774 10.0.0.34 - - [2024-10-24 02:43:21] "POST /neutron/network HTTP/1.1" 200 839 0.006332 10.0.0.34 - - [2024-10-24 02:43:21] "GET /virtual-network/4baaf2ea-2850-4681-b0c8-1b7d5311ed7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.009504 10.0.0.34 - - [2024-10-24 02:43:21] "POST /neutron/network HTTP/1.1" 200 839 0.007105 10.0.0.34 - - [2024-10-24 02:43:21] "POST /neutron/subnet HTTP/1.1" 200 724 0.009098 10.0.0.34 - - [2024-10-24 02:43:21] "GET /domains HTTP/1.1" 401 292 0.000475 10.0.0.34 - - [2024-10-24 02:43:21] "GET /domains HTTP/1.1" 200 280 0.028240 10.0.0.34 - - [2024-10-24 02:43:21] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001244 10.0.0.34 - - [2024-10-24 02:43:21] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08 HTTP/1.1" 200 2585 0.014978 10.0.0.34 - - [2024-10-24 02:43:21] "GET /projects?obj_uuids=cc5f9bfc-dac8-43f2-b448-473573c34f95&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001263 10.0.0.34 - - [2024-10-24 02:43:21] "GET /project/cc5f9bfc-dac8-43f2-b448-473573c34f95 HTTP/1.1" 200 2179 0.088015 10.0.0.34 - - [2024-10-24 02:43:21] "GET /virtual-network/4baaf2ea-2850-4681-b0c8-1b7d5311ed7d HTTP/1.1" 200 2342 0.012924 10.0.0.34 - - [2024-10-24 02:43:22] "GET /virtual-network/4baaf2ea-2850-4681-b0c8-1b7d5311ed7d HTTP/1.1" 200 2342 0.014393 10.0.0.34 - - [2024-10-24 02:43:22] "GET /routing-instance/1486a077-55ec-47dd-9329-c1962425e9c2 HTTP/1.1" 200 1494 0.006897 10.0.0.34 - - [2024-10-24 02:43:22] "GET /routing-instance/1486a077-55ec-47dd-9329-c1962425e9c2 HTTP/1.1" 200 1494 0.005229 10.0.0.34 - - [2024-10-24 02:43:22] "GET /route-target/099d9584-05fe-47df-9658-3082d980b9d5 HTTP/1.1" 200 1218 0.004880 10.0.0.34 - - [2024-10-24 02:43:22] "GET /virtual-network/4baaf2ea-2850-4681-b0c8-1b7d5311ed7d HTTP/1.1" 200 2342 0.009784 10.0.0.34 - - [2024-10-24 02:43:22] "GET /routing-instance/1486a077-55ec-47dd-9329-c1962425e9c2 HTTP/1.1" 200 1494 0.005401 10.0.0.34 - - [2024-10-24 02:43:22] "GET /virtual-network/4baaf2ea-2850-4681-b0c8-1b7d5311ed7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.010085 10.0.0.34 - - [2024-10-24 02:43:22] "GET /virtual-network/4baaf2ea-2850-4681-b0c8-1b7d5311ed7d HTTP/1.1" 200 2342 0.010933 10.0.0.34 - - [2024-10-24 02:43:22] "GET /routing-instance/1486a077-55ec-47dd-9329-c1962425e9c2 HTTP/1.1" 200 1494 0.005900 10.0.0.34 - - [2024-10-24 02:43:22] "GET /routing-instance/1486a077-55ec-47dd-9329-c1962425e9c2 HTTP/1.1" 200 1494 0.006047 10.0.0.34 - - [2024-10-24 02:43:22] "GET /route-target/099d9584-05fe-47df-9658-3082d980b9d5 HTTP/1.1" 200 1218 0.004844 10.0.0.34 - - [2024-10-24 02:43:22] "GET /domains HTTP/1.1" 200 280 0.003544 10.0.0.34 - - [2024-10-24 02:43:22] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001264 10.0.0.34 - - [2024-10-24 02:43:22] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08 HTTP/1.1" 200 2585 0.009259 10.0.0.34 - - [2024-10-24 02:43:22] "GET /projects?obj_uuids=cc5f9bfc-dac8-43f2-b448-473573c34f95&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001643 10.0.0.34 - - [2024-10-24 02:43:22] "GET /project/cc5f9bfc-dac8-43f2-b448-473573c34f95 HTTP/1.1" 200 2179 0.078423 10.0.0.34 - - [2024-10-24 02:43:22] "GET /virtual-network/4baaf2ea-2850-4681-b0c8-1b7d5311ed7d HTTP/1.1" 200 2342 0.010321 10.0.0.34 - - [2024-10-24 02:43:22] "GET /obj-perms HTTP/1.1" 200 5052 0.054399 10.0.0.34 - - [2024-10-24 02:43:22] "POST /id-to-fqname HTTP/1.1" 200 233 0.001961 10.0.0.34 - - [2024-10-24 02:43:24] "POST /neutron/network HTTP/1.1" 200 849 0.008050 10.0.0.34 - - [2024-10-24 02:43:24] "GET /aaa-mode HTTP/1.1" 401 292 0.000530 10.0.0.34 - - [2024-10-24 02:43:24] "GET / HTTP/1.1" 200 35931 0.003450 10.0.0.34 - - [2024-10-24 02:43:24] "GET /project/cc5f9bfc-dac8-43f2-b448-473573c34f95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000578 10.0.0.34 - - [2024-10-24 02:43:25] "GET /projects?obj_uuids=cc5f9bfc-dac8-43f2-b448-473573c34f95&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001372 10.0.0.34 - - [2024-10-24 02:43:25] "GET /project/cc5f9bfc-dac8-43f2-b448-473573c34f95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.069467 10.0.0.34 - - [2024-10-24 02:43:26] "POST /neutron/network HTTP/1.1" 200 839 0.039277 10.0.0.34 - - [2024-10-24 02:43:26] "POST /neutron/port HTTP/1.1" 200 117 0.006520 10.0.0.34 - - [2024-10-24 02:43:26] "POST /neutron/port HTTP/1.1" 200 117 0.005894 10.0.0.34 - - [2024-10-24 02:43:26] "POST /neutron/port HTTP/1.1" 200 117 0.007506 10.0.0.34 - - [2024-10-24 02:43:27] "POST /neutron/network HTTP/1.1" 200 849 0.007580 10.0.0.34 - - [2024-10-24 02:43:27] "GET /projects?obj_uuids=cc5f9bfc-dac8-43f2-b448-473573c34f95&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001442 10.0.0.34 - - [2024-10-24 02:43:27] "POST /neutron/port HTTP/1.1" 200 1071 0.281588 10.0.0.34 - - [2024-10-24 02:43:28] "POST /neutron/port HTTP/1.1" 200 1071 0.040830 10.0.0.34 - - [2024-10-24 02:43:28] "POST /neutron/port HTTP/1.1" 200 1071 0.012631 10.0.0.34 - - [2024-10-24 02:43:28] "POST /neutron/port HTTP/1.1" 200 1125 0.093589 10.0.0.34 - - [2024-10-24 02:43:28] "POST /neutron/port HTTP/1.1" 200 1099 0.016538 10.0.0.34 - - [2024-10-24 02:43:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004372 10.0.0.34 - - [2024-10-24 02:43:28] "POST /neutron/subnet HTTP/1.1" 200 698 0.012322 10.0.0.34 - - [2024-10-24 02:43:28] "POST /neutron/port HTTP/1.1" 200 117 0.001757 10.0.0.34 - - [2024-10-24 02:43:28] "POST /neutron/network HTTP/1.1" 200 839 0.007424 10.0.0.34 - - [2024-10-24 02:43:31] "POST /neutron/port HTTP/1.1" 200 1099 0.038854 10.0.0.34 - - [2024-10-24 02:43:31] "POST /neutron/security_group HTTP/1.1" 200 2069 0.009145 10.0.0.34 - - [2024-10-24 02:43:36] "POST /neutron/port HTTP/1.1" 200 1099 0.018930 10.0.0.34 - - [2024-10-24 02:43:36] "POST /neutron/security_group HTTP/1.1" 200 2069 0.008073 10.0.0.34 - - [2024-10-24 02:43:36] "GET /obj-perms HTTP/1.1" 200 5052 0.004018 10.0.0.34 - - [2024-10-24 02:43:37] "GET /obj-perms HTTP/1.1" 200 5052 0.004554 10.0.0.34 - - [2024-10-24 02:43:38] "GET /obj-perms HTTP/1.1" 200 5052 0.005042 10.0.0.34 - - [2024-10-24 02:43:39] "GET /obj-perms HTTP/1.1" 200 5052 0.004593 10.0.0.34 - - [2024-10-24 02:43:40] "GET /obj-perms HTTP/1.1" 200 5052 0.003950 10.0.0.34 - - [2024-10-24 02:43:42] "POST /neutron/network HTTP/1.1" 200 839 0.014636 10.0.0.34 - - [2024-10-24 02:43:42] "POST /neutron/network HTTP/1.1" 400 204 0.014979 10.0.0.34 - - [2024-10-24 02:43:42] "POST /neutron/port HTTP/1.1" 200 1099 0.017287 10.0.0.34 - - [2024-10-24 02:43:42] "POST /neutron/port HTTP/1.1" 200 1125 0.013295 10.0.0.34 - - [2024-10-24 02:43:42] "POST /neutron/port HTTP/1.1" 200 151 0.138023 10.0.0.34 - - [2024-10-24 02:43:43] "POST /neutron/port HTTP/1.1" 200 117 0.046736 10.0.0.34 - - [2024-10-24 02:43:43] "DELETE /project/cc5f9bfcdac843f2b448473573c34f95 HTTP/1.1" 404 173 0.004977 10.0.0.34 - - [2024-10-24 02:43:43] "DELETE /project/bcbbb2791b15425785e017f8fbab5229 HTTP/1.1" 404 173 0.003662 10.0.0.34 - - [2024-10-24 02:43:44] "POST /neutron/network HTTP/1.1" 200 839 0.008743 10.0.0.34 - - [2024-10-24 02:43:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005478 10.0.0.34 - - [2024-10-24 02:43:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001481 10.0.0.34 - - [2024-10-24 02:43:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001279 10.0.0.34 - - [2024-10-24 02:43:44] "POST /neutron/network HTTP/1.1" 200 151 0.109497 10.0.0.34 - - [2024-10-24 02:43:44] "GET /routing-instance/1486a077-55ec-47dd-9329-c1962425e9c2 HTTP/1.1" 404 171 0.002552 10.0.0.34 - - [2024-10-24 02:43:44] "DELETE /route-target/099d9584-05fe-47df-9658-3082d980b9d5 HTTP/1.1" 200 115 0.029369 10.0.0.34 - - [2024-10-24 02:43:44] "GET /domains HTTP/1.1" 200 280 0.003083 10.0.0.34 - - [2024-10-24 02:43:44] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001330 10.0.0.34 - - [2024-10-24 02:43:44] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08 HTTP/1.1" 200 2585 0.051548 10.0.0.34 - - [2024-10-24 02:43:44] "GET /projects?obj_uuids=cc5f9bfc-dac8-43f2-b448-473573c34f95&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001419 10.0.0.34 - - [2024-10-24 02:43:44] "GET /project/cc5f9bfc-dac8-43f2-b448-473573c34f95 HTTP/1.1" 200 1929 0.085227 10.0.0.34 - - [2024-10-24 02:43:44] "GET /projects?obj_uuids=cc5f9bfc-dac8-43f2-b448-473573c34f95&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001480 10.0.0.34 - - [2024-10-24 02:43:44] "GET /project/cc5f9bfc-dac8-43f2-b448-473573c34f95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.041600 10.0.0.34 - - [2024-10-24 02:43:44] "GET /projects?obj_uuids=cc5f9bfc-dac8-43f2-b448-473573c34f95&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001456 10.0.0.34 - - [2024-10-24 02:43:44] "GET /project/cc5f9bfc-dac8-43f2-b448-473573c34f95?fields=virtual_networks HTTP/1.1" 200 1065 0.036462 10.0.0.34 - - [2024-10-24 02:43:44] "GET /projects?obj_uuids=cc5f9bfc-dac8-43f2-b448-473573c34f95&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001350 10.0.0.34 - - [2024-10-24 02:43:44] "GET /project/cc5f9bfc-dac8-43f2-b448-473573c34f95?fields=virtual_machine_interfaces HTTP/1.1" 200 1065 0.047491 10.0.0.34 - - [2024-10-24 02:43:44] "GET /projects?obj_uuids=cc5f9bfc-dac8-43f2-b448-473573c34f95&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001299 10.0.0.34 - - [2024-10-24 02:43:44] "GET /project/cc5f9bfc-dac8-43f2-b448-473573c34f95?fields=security_groups HTTP/1.1" 200 1302 0.039199 10.0.0.34 - - [2024-10-24 02:43:45] "POST /fqname-to-id HTTP/1.1" 404 200 0.030276 10.0.0.34 - - [2024-10-24 02:43:45] "GET /projects?obj_uuids=6abb6740-cfe0-4e0a-aca2-371a74f5c8a1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003174 10.0.0.34 - - [2024-10-24 02:43:45] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001523 10.0.0.34 - - [2024-10-24 02:43:45] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011267 10.0.0.34 - - [2024-10-24 02:43:46] "POST /id-to-fqname HTTP/1.1" 200 202 0.003968 10.0.0.34 - - [2024-10-24 02:43:46] "POST /fqname-to-id HTTP/1.1" 404 211 0.005290 10.0.0.34 - - [2024-10-24 02:43:46] "POST /security-groups HTTP/1.1" 200 603 0.070752 10.0.0.34 - - [2024-10-24 02:43:46] "POST /fqname-to-id HTTP/1.1" 404 246 0.005523 10.0.0.34 - - [2024-10-24 02:43:46] "POST /projects HTTP/1.1" 200 609 0.266525 10.0.0.34 - - [2024-10-24 02:43:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.301652 10.0.0.34 - - [2024-10-24 02:43:46] "POST /access-control-lists HTTP/1.1" 200 608 0.074461 10.0.0.34 - - [2024-10-24 02:43:46] "GET /project/6abb6740-cfe0-4e0a-aca2-371a74f5c8a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.505031 10.0.0.34 - - [2024-10-24 02:43:46] "POST /fqname-to-id HTTP/1.1" 404 245 0.008794 10.0.0.34 - - [2024-10-24 02:43:46] "POST /access-control-lists HTTP/1.1" 200 606 0.075845 10.0.0.34 - - [2024-10-24 02:43:47] "GET / HTTP/1.1" 200 35931 0.002758 10.0.0.34 - - [2024-10-24 02:43:48] "GET /projects?obj_uuids=bcbbb279-1b15-4257-85e0-17f8fbab5229&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001551 10.0.0.34 - - [2024-10-24 02:43:48] "GET /project/bcbbb279-1b15-4257-85e0-17f8fbab5229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.062791 10.0.0.34 - - [2024-10-24 02:43:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.34 - - [2024-10-24 02:43:49] "GET /security-group/d22b48ec-3c47-41fb-b0fe-cda182ab7231?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3696 0.006930 10.0.0.34 - - [2024-10-24 02:43:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.34 - - [2024-10-24 02:43:49] "GET /projects?obj_uuids=bcbbb279-1b15-4257-85e0-17f8fbab5229&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001809 10.0.0.34 - - [2024-10-24 02:43:49] "GET /project/bcbbb279-1b15-4257-85e0-17f8fbab5229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.044964 10.0.0.34 - - [2024-10-24 02:43:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004005 10.0.0.34 - - [2024-10-24 02:43:49] "GET /security-group/d22b48ec-3c47-41fb-b0fe-cda182ab7231?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3696 0.005966 10.0.0.34 - - [2024-10-24 02:43:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.34 - - [2024-10-24 02:43:49] "PUT /security-group/d22b48ec-3c47-41fb-b0fe-cda182ab7231 HTTP/1.1" 200 262 0.022249 10.0.0.34 - - [2024-10-24 02:43:49] "PUT /access-control-list/c96c9c29-11de-414b-8b51-53610d2608ab HTTP/1.1" 200 272 0.010808 10.0.0.34 - - [2024-10-24 02:43:49] "PUT /access-control-list/a1a9ebc7-5c50-4417-8cb0-89a468179c98 HTTP/1.1" 200 272 0.013341 10.0.0.34 - - [2024-10-24 02:43:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000589 10.0.0.34 - - [2024-10-24 02:43:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.046902 10.0.0.34 - - [2024-10-24 02:43:50] "GET /projects?obj_uuids=6abb6740-cfe0-4e0a-aca2-371a74f5c8a1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001360 10.0.0.34 - - [2024-10-24 02:43:50] "GET /obj-perms HTTP/1.1" 200 5056 0.428827 10.0.0.34 - - [2024-10-24 02:43:50] "GET /project/6abb6740-cfe0-4e0a-aca2-371a74f5c8a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.052169 10.0.0.34 - - [2024-10-24 02:43:50] "POST /neutron/network HTTP/1.1" 200 117 0.287081 10.0.0.34 - - [2024-10-24 02:43:50] "GET /projects?obj_uuids=6abb6740-cfe0-4e0a-aca2-371a74f5c8a1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001762 10.0.0.34 - - [2024-10-24 02:43:50] "GET /obj-perms HTTP/1.1" 200 5056 0.075913 10.0.0.34 - - [2024-10-24 02:43:50] "POST /neutron/network HTTP/1.1" 200 619 0.095878 10.0.0.34 - - [2024-10-24 02:43:50] "POST /route-targets HTTP/1.1" 200 327 0.015013 10.0.0.34 - - [2024-10-24 02:43:50] "POST /ref-update HTTP/1.1" 200 156 0.013315 10.0.0.34 - - [2024-10-24 02:43:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002962 10.0.0.34 - - [2024-10-24 02:43:50] "POST /neutron/subnet HTTP/1.1" 200 729 0.175809 10.0.0.34 - - [2024-10-24 02:43:50] "POST /neutron/network HTTP/1.1" 200 839 0.008432 10.0.0.34 - - [2024-10-24 02:43:50] "POST /id-to-fqname HTTP/1.1" 200 233 0.001868 10.0.0.34 - - [2024-10-24 02:43:50] "GET /virtual-network/78f7179d-eb6b-4834-91c8-bf38c04657c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.012497 10.0.0.34 - - [2024-10-24 02:43:50] "POST /neutron/network HTTP/1.1" 200 839 0.007436 10.0.0.34 - - [2024-10-24 02:43:50] "GET /virtual-network/78f7179d-eb6b-4834-91c8-bf38c04657c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.010567 10.0.0.34 - - [2024-10-24 02:43:51] "POST /neutron/network HTTP/1.1" 200 839 0.007627 10.0.0.34 - - [2024-10-24 02:43:51] "POST /neutron/subnet HTTP/1.1" 200 729 0.008396 10.0.0.34 - - [2024-10-24 02:43:51] "GET /domains HTTP/1.1" 401 292 0.000583 10.0.0.34 - - [2024-10-24 02:43:51] "GET /domains HTTP/1.1" 200 280 0.031886 10.0.0.34 - - [2024-10-24 02:43:51] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001945 10.0.0.34 - - [2024-10-24 02:43:51] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08 HTTP/1.1" 200 2783 0.013686 10.0.0.34 - - [2024-10-24 02:43:51] "GET /projects?obj_uuids=6abb6740-cfe0-4e0a-aca2-371a74f5c8a1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001412 10.0.0.34 - - [2024-10-24 02:43:51] "GET /project/6abb6740-cfe0-4e0a-aca2-371a74f5c8a1 HTTP/1.1" 200 2184 0.082484 10.0.0.34 - - [2024-10-24 02:43:51] "GET /virtual-network/78f7179d-eb6b-4834-91c8-bf38c04657c0 HTTP/1.1" 200 2343 0.011911 10.0.0.34 - - [2024-10-24 02:43:51] "GET /virtual-network/78f7179d-eb6b-4834-91c8-bf38c04657c0 HTTP/1.1" 200 2343 0.011343 10.0.0.34 - - [2024-10-24 02:43:51] "GET /routing-instance/25d82f48-ee8e-44f6-94c2-b7d9044e5a3d HTTP/1.1" 200 1491 0.006289 10.0.0.34 - - [2024-10-24 02:43:51] "GET /routing-instance/25d82f48-ee8e-44f6-94c2-b7d9044e5a3d HTTP/1.1" 200 1491 0.005744 10.0.0.34 - - [2024-10-24 02:43:51] "GET /route-target/b7fe076d-b5a8-4cae-8b92-d5d3b48d84c1 HTTP/1.1" 200 1219 0.004734 10.0.0.34 - - [2024-10-24 02:43:51] "GET /virtual-network/78f7179d-eb6b-4834-91c8-bf38c04657c0 HTTP/1.1" 200 2343 0.011905 10.0.0.34 - - [2024-10-24 02:43:51] "GET /routing-instance/25d82f48-ee8e-44f6-94c2-b7d9044e5a3d HTTP/1.1" 200 1491 0.005639 10.0.0.34 - - [2024-10-24 02:43:51] "GET /virtual-network/78f7179d-eb6b-4834-91c8-bf38c04657c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.010243 10.0.0.34 - - [2024-10-24 02:43:51] "GET /virtual-network/78f7179d-eb6b-4834-91c8-bf38c04657c0 HTTP/1.1" 200 2343 0.010482 10.0.0.34 - - [2024-10-24 02:43:51] "GET /routing-instance/25d82f48-ee8e-44f6-94c2-b7d9044e5a3d HTTP/1.1" 200 1491 0.006629 10.0.0.34 - - [2024-10-24 02:43:51] "GET /routing-instance/25d82f48-ee8e-44f6-94c2-b7d9044e5a3d HTTP/1.1" 200 1491 0.005357 10.0.0.34 - - [2024-10-24 02:43:51] "GET /route-target/b7fe076d-b5a8-4cae-8b92-d5d3b48d84c1 HTTP/1.1" 200 1219 0.004584 10.0.0.34 - - [2024-10-24 02:43:51] "GET /domains HTTP/1.1" 200 280 0.003261 10.0.0.34 - - [2024-10-24 02:43:51] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001352 10.0.0.34 - - [2024-10-24 02:43:51] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08 HTTP/1.1" 200 2783 0.010017 10.0.0.34 - - [2024-10-24 02:43:51] "GET /projects?obj_uuids=6abb6740-cfe0-4e0a-aca2-371a74f5c8a1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001291 10.0.0.34 - - [2024-10-24 02:43:51] "GET /project/6abb6740-cfe0-4e0a-aca2-371a74f5c8a1 HTTP/1.1" 200 2184 0.084035 10.0.0.34 - - [2024-10-24 02:43:51] "GET /virtual-network/78f7179d-eb6b-4834-91c8-bf38c04657c0 HTTP/1.1" 200 2343 0.010120 10.0.0.34 - - [2024-10-24 02:43:52] "GET /obj-perms HTTP/1.1" 200 5054 0.062803 10.0.0.34 - - [2024-10-24 02:43:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.34 - - [2024-10-24 02:43:52] "GET /projects?obj_uuids=6abb6740-cfe0-4e0a-aca2-371a74f5c8a1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002023 10.0.0.34 - - [2024-10-24 02:43:52] "GET /project/6abb6740-cfe0-4e0a-aca2-371a74f5c8a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.044939 10.0.0.34 - - [2024-10-24 02:43:52] "POST /neutron/network HTTP/1.1" 200 117 0.011699 10.0.0.34 - - [2024-10-24 02:43:52] "GET /projects?obj_uuids=6abb6740-cfe0-4e0a-aca2-371a74f5c8a1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001318 10.0.0.34 - - [2024-10-24 02:43:52] "POST /neutron/network HTTP/1.1" 200 619 0.087193 10.0.0.34 - - [2024-10-24 02:43:52] "POST /route-targets HTTP/1.1" 200 327 0.012578 10.0.0.34 - - [2024-10-24 02:43:52] "POST /ref-update HTTP/1.1" 200 156 0.019151 10.0.0.34 - - [2024-10-24 02:43:52] "POST /useragent-kv HTTP/1.1" 200 115 0.007867 10.0.0.34 - - [2024-10-24 02:43:52] "POST /neutron/subnet HTTP/1.1" 200 729 0.185298 10.0.0.34 - - [2024-10-24 02:43:52] "POST /neutron/network HTTP/1.1" 200 839 0.009129 10.0.0.34 - - [2024-10-24 02:43:52] "POST /id-to-fqname HTTP/1.1" 200 233 0.001806 10.0.0.34 - - [2024-10-24 02:43:52] "GET /virtual-network/2d5c6bf8-9a36-41ef-a105-e3504457476a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.014965 10.0.0.34 - - [2024-10-24 02:43:52] "POST /neutron/network HTTP/1.1" 200 839 0.009979 10.0.0.34 - - [2024-10-24 02:43:52] "GET /virtual-network/2d5c6bf8-9a36-41ef-a105-e3504457476a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.013206 10.0.0.34 - - [2024-10-24 02:43:52] "POST /neutron/network HTTP/1.1" 200 839 0.007910 10.0.0.34 - - [2024-10-24 02:43:52] "POST /neutron/subnet HTTP/1.1" 200 729 0.008716 10.0.0.34 - - [2024-10-24 02:43:52] "GET /domains HTTP/1.1" 200 280 0.003794 10.0.0.34 - - [2024-10-24 02:43:52] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002258 10.0.0.34 - - [2024-10-24 02:43:53] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08 HTTP/1.1" 200 2783 0.011522 10.0.0.34 - - [2024-10-24 02:43:53] "GET /projects?obj_uuids=6abb6740-cfe0-4e0a-aca2-371a74f5c8a1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001419 10.0.0.34 - - [2024-10-24 02:43:53] "GET /project/6abb6740-cfe0-4e0a-aca2-371a74f5c8a1 HTTP/1.1" 200 2412 0.080442 10.0.0.34 - - [2024-10-24 02:43:53] "GET /virtual-network/2d5c6bf8-9a36-41ef-a105-e3504457476a HTTP/1.1" 200 2343 0.012577 10.0.0.34 - - [2024-10-24 02:43:53] "GET /virtual-network/2d5c6bf8-9a36-41ef-a105-e3504457476a HTTP/1.1" 200 2343 0.011456 10.0.0.34 - - [2024-10-24 02:43:53] "GET /routing-instance/c9055b6a-e9e8-4091-9bc0-229b873196eb HTTP/1.1" 200 1492 0.006200 10.0.0.34 - - [2024-10-24 02:43:53] "GET /routing-instance/c9055b6a-e9e8-4091-9bc0-229b873196eb HTTP/1.1" 200 1492 0.005618 10.0.0.34 - - [2024-10-24 02:43:53] "GET /route-target/5b590242-99fc-43e9-b4c0-2d08d8859e5d HTTP/1.1" 200 1218 0.005027 10.0.0.34 - - [2024-10-24 02:43:53] "GET /virtual-network/2d5c6bf8-9a36-41ef-a105-e3504457476a HTTP/1.1" 200 2343 0.010788 10.0.0.34 - - [2024-10-24 02:43:53] "GET /routing-instance/c9055b6a-e9e8-4091-9bc0-229b873196eb HTTP/1.1" 200 1492 0.006101 10.0.0.34 - - [2024-10-24 02:43:53] "GET /virtual-network/2d5c6bf8-9a36-41ef-a105-e3504457476a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.010431 10.0.0.34 - - [2024-10-24 02:43:53] "GET /virtual-network/2d5c6bf8-9a36-41ef-a105-e3504457476a HTTP/1.1" 200 2343 0.010642 10.0.0.34 - - [2024-10-24 02:43:53] "GET /routing-instance/c9055b6a-e9e8-4091-9bc0-229b873196eb HTTP/1.1" 200 1492 0.005681 10.0.0.34 - - [2024-10-24 02:43:53] "GET /routing-instance/c9055b6a-e9e8-4091-9bc0-229b873196eb HTTP/1.1" 200 1492 0.005486 10.0.0.34 - - [2024-10-24 02:43:53] "GET /route-target/5b590242-99fc-43e9-b4c0-2d08d8859e5d HTTP/1.1" 200 1218 0.005528 10.0.0.34 - - [2024-10-24 02:43:53] "GET /domains HTTP/1.1" 200 280 0.003656 10.0.0.34 - - [2024-10-24 02:43:53] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001502 10.0.0.34 - - [2024-10-24 02:43:53] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08 HTTP/1.1" 200 2783 0.011527 10.0.0.34 - - [2024-10-24 02:43:53] "GET /projects?obj_uuids=6abb6740-cfe0-4e0a-aca2-371a74f5c8a1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001758 10.0.0.34 - - [2024-10-24 02:43:53] "GET /project/6abb6740-cfe0-4e0a-aca2-371a74f5c8a1 HTTP/1.1" 200 2412 0.092736 10.0.0.34 - - [2024-10-24 02:43:53] "GET /virtual-network/2d5c6bf8-9a36-41ef-a105-e3504457476a HTTP/1.1" 200 2343 0.010403 10.0.0.34 - - [2024-10-24 02:43:53] "GET /obj-perms HTTP/1.1" 200 5054 0.004024 10.0.0.34 - - [2024-10-24 02:43:53] "POST /id-to-fqname HTTP/1.1" 200 233 0.001835 10.0.0.34 - - [2024-10-24 02:43:53] "POST /neutron/network HTTP/1.1" 200 849 0.007037 10.0.0.34 - - [2024-10-24 02:43:53] "GET /aaa-mode HTTP/1.1" 401 292 0.000544 10.0.0.34 - - [2024-10-24 02:43:53] "GET / HTTP/1.1" 200 35931 0.002503 10.0.0.34 - - [2024-10-24 02:43:54] "GET /project/6abb6740-cfe0-4e0a-aca2-371a74f5c8a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000558 10.0.0.34 - - [2024-10-24 02:43:54] "GET /projects?obj_uuids=6abb6740-cfe0-4e0a-aca2-371a74f5c8a1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001395 10.0.0.34 - - [2024-10-24 02:43:54] "GET /project/6abb6740-cfe0-4e0a-aca2-371a74f5c8a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.077075 10.0.0.34 - - [2024-10-24 02:43:54] "POST /neutron/network HTTP/1.1" 200 839 0.007642 10.0.0.34 - - [2024-10-24 02:43:54] "POST /neutron/port HTTP/1.1" 200 117 0.006530 10.0.0.34 - - [2024-10-24 02:43:54] "POST /neutron/port HTTP/1.1" 200 117 0.007904 10.0.0.34 - - [2024-10-24 02:43:54] "POST /id-to-fqname HTTP/1.1" 200 233 0.001736 10.0.0.34 - - [2024-10-24 02:43:54] "POST /neutron/port HTTP/1.1" 200 117 0.006779 10.0.0.34 - - [2024-10-24 02:43:54] "POST /neutron/network HTTP/1.1" 200 849 0.008175 10.0.0.34 - - [2024-10-24 02:43:54] "GET /aaa-mode HTTP/1.1" 401 292 0.000591 10.0.0.34 - - [2024-10-24 02:43:55] "POST /neutron/network HTTP/1.1" 200 849 0.009782 10.0.0.34 - - [2024-10-24 02:43:55] "GET /projects?obj_uuids=6abb6740-cfe0-4e0a-aca2-371a74f5c8a1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001766 10.0.0.34 - - [2024-10-24 02:43:55] "GET / HTTP/1.1" 200 35931 0.001841 10.0.0.34 - - [2024-10-24 02:43:55] "GET /project/6abb6740-cfe0-4e0a-aca2-371a74f5c8a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000571 10.0.0.34 - - [2024-10-24 02:43:55] "POST /neutron/port HTTP/1.1" 200 1073 0.305066 10.0.0.34 - - [2024-10-24 02:43:55] "POST /neutron/port HTTP/1.1" 200 1073 0.016715 10.0.0.34 - - [2024-10-24 02:43:55] "POST /neutron/port HTTP/1.1" 200 1073 0.012959 10.0.0.34 - - [2024-10-24 02:43:55] "POST /neutron/port HTTP/1.1" 200 1127 0.107263 10.0.0.34 - - [2024-10-24 02:43:55] "GET /projects?obj_uuids=6abb6740-cfe0-4e0a-aca2-371a74f5c8a1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001353 10.0.0.34 - - [2024-10-24 02:43:55] "GET /project/6abb6740-cfe0-4e0a-aca2-371a74f5c8a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.084538 10.0.0.34 - - [2024-10-24 02:43:55] "POST /neutron/port HTTP/1.1" 200 1101 0.041441 10.0.0.34 - - [2024-10-24 02:43:55] "POST /neutron/network HTTP/1.1" 200 839 0.011428 10.0.0.34 - - [2024-10-24 02:43:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005531 10.0.0.34 - - [2024-10-24 02:43:55] "POST /neutron/subnet HTTP/1.1" 200 703 0.013032 10.0.0.34 - - [2024-10-24 02:43:55] "POST /neutron/port HTTP/1.1" 200 117 0.001540 10.0.0.34 - - [2024-10-24 02:43:55] "POST /neutron/network HTTP/1.1" 200 839 0.006854 10.0.0.34 - - [2024-10-24 02:43:55] "POST /neutron/port HTTP/1.1" 200 1101 0.022135 10.0.0.34 - - [2024-10-24 02:43:56] "POST /neutron/security_group HTTP/1.1" 200 2070 0.054153 10.0.0.34 - - [2024-10-24 02:43:56] "POST /neutron/port HTTP/1.1" 200 117 0.008449 10.0.0.34 - - [2024-10-24 02:43:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.34 - - [2024-10-24 02:43:56] "GET /projects?obj_uuids=6abb6740-cfe0-4e0a-aca2-371a74f5c8a1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001493 10.0.0.34 - - [2024-10-24 02:43:56] "GET /project/6abb6740-cfe0-4e0a-aca2-371a74f5c8a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.063634 10.0.0.34 - - [2024-10-24 02:43:56] "GET /virtual-network/78f7179d-eb6b-4834-91c8-bf38c04657c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.014317 10.0.0.34 - - [2024-10-24 02:43:56] "GET /floating-ip-pools?parent_id=78f7179d-eb6b-4834-91c8-bf38c04657c0&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003796 10.0.0.34 - - [2024-10-24 02:43:56] "GET /virtual-network/78f7179d-eb6b-4834-91c8-bf38c04657c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.011302 10.0.0.34 - - [2024-10-24 02:43:56] "POST /floating-ip-pools HTTP/1.1" 200 609 0.028182 10.0.0.34 - - [2024-10-24 02:43:56] "POST /ref-update HTTP/1.1" 200 156 0.013798 10.0.0.34 - - [2024-10-24 02:43:56] "GET /virtual-network/78f7179d-eb6b-4834-91c8-bf38c04657c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.016006 10.0.0.34 - - [2024-10-24 02:43:56] "POST /neutron/network HTTP/1.1" 200 849 0.018039 10.0.0.34 - - [2024-10-24 02:43:56] "GET /projects?obj_uuids=6abb6740-cfe0-4e0a-aca2-371a74f5c8a1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002238 10.0.0.34 - - [2024-10-24 02:43:56] "GET /domains HTTP/1.1" 200 280 0.003297 10.0.0.34 - - [2024-10-24 02:43:56] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001481 10.0.0.34 - - [2024-10-24 02:43:56] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08 HTTP/1.1" 200 2783 0.060379 10.0.0.34 - - [2024-10-24 02:43:56] "GET /projects?obj_uuids=6abb6740-cfe0-4e0a-aca2-371a74f5c8a1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001521 10.0.0.34 - - [2024-10-24 02:43:56] "GET /project/6abb6740-cfe0-4e0a-aca2-371a74f5c8a1 HTTP/1.1" 200 3254 0.164450 10.0.0.34 - - [2024-10-24 02:43:56] "GET /virtual-network/78f7179d-eb6b-4834-91c8-bf38c04657c0 HTTP/1.1" 200 2934 0.032454 10.0.0.34 - - [2024-10-24 02:43:56] "GET /floating-ip-pool/9af39072-e5dc-4a40-a163-273b6ecb0014 HTTP/1.1" 200 1442 0.004764 10.0.0.34 - - [2024-10-24 02:43:56] "GET /domains HTTP/1.1" 200 280 0.003404 10.0.0.34 - - [2024-10-24 02:43:56] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001386 10.0.0.34 - - [2024-10-24 02:43:56] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08 HTTP/1.1" 200 2783 0.011887 10.0.0.34 - - [2024-10-24 02:43:56] "GET /projects?obj_uuids=6abb6740-cfe0-4e0a-aca2-371a74f5c8a1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001467 10.0.0.34 - - [2024-10-24 02:43:56] "POST /neutron/port HTTP/1.1" 200 1073 0.427258 10.0.0.34 - - [2024-10-24 02:43:57] "GET /project/6abb6740-cfe0-4e0a-aca2-371a74f5c8a1 HTTP/1.1" 200 3254 0.146526 10.0.0.34 - - [2024-10-24 02:43:57] "POST /neutron/port HTTP/1.1" 200 1073 0.036675 10.0.0.34 - - [2024-10-24 02:43:57] "GET /virtual-network/78f7179d-eb6b-4834-91c8-bf38c04657c0 HTTP/1.1" 200 3155 0.026410 10.0.0.34 - - [2024-10-24 02:43:57] "GET /virtual-network/78f7179d-eb6b-4834-91c8-bf38c04657c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.012216 10.0.0.34 - - [2024-10-24 02:43:57] "POST /neutron/port HTTP/1.1" 200 1073 0.037576 10.0.0.34 - - [2024-10-24 02:43:57] "POST /neutron/port HTTP/1.1" 200 1101 0.031837 10.0.0.34 - - [2024-10-24 02:43:57] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010464 10.0.0.34 - - [2024-10-24 02:43:57] "POST /neutron/port HTTP/1.1" 200 1127 0.122426 10.0.0.34 - - [2024-10-24 02:43:57] "POST /neutron/port HTTP/1.1" 200 1101 0.021359 10.0.0.34 - - [2024-10-24 02:43:57] "POST /neutron/port HTTP/1.1" 200 1101 0.025099 10.0.0.34 - - [2024-10-24 02:43:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.015611 10.0.0.34 - - [2024-10-24 02:43:57] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008483 10.0.0.34 - - [2024-10-24 02:43:57] "POST /neutron/subnet HTTP/1.1" 200 703 0.014987 10.0.0.34 - - [2024-10-24 02:43:57] "POST /neutron/port HTTP/1.1" 200 117 0.001641 10.0.0.34 - - [2024-10-24 02:43:57] "POST /neutron/network HTTP/1.1" 200 839 0.007811 10.0.0.34 - - [2024-10-24 02:43:57] "POST /neutron/port HTTP/1.1" 200 1101 0.023546 10.0.0.34 - - [2024-10-24 02:43:57] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008634 10.0.0.34 - - [2024-10-24 02:43:57] "GET /virtual-machine/9d7b5dff-a08d-45dc-9540-431ed31e8537 HTTP/1.1" 200 1305 0.008662 10.0.0.34 - - [2024-10-24 02:43:57] "GET /virtual-machine-interface/ed3ed179-5106-43aa-8ca6-742b192ae746 HTTP/1.1" 200 3005 0.010396 10.0.0.34 - - [2024-10-24 02:43:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.34 - - [2024-10-24 02:43:57] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005421 10.0.0.34 - - [2024-10-24 02:43:57] "GET /virtual-networks?parent_id=6abb6740-cfe0-4e0a-aca2-371a74f5c8a1&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003539 10.0.0.34 - - [2024-10-24 02:43:57] "GET /virtual-network/2d5c6bf8-9a36-41ef-a105-e3504457476a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.012647 10.0.0.34 - - [2024-10-24 02:44:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.34 - - [2024-10-24 02:44:00] "GET /virtual-network/2d5c6bf8-9a36-41ef-a105-e3504457476a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.011689 10.0.0.34 - - [2024-10-24 02:44:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004449 10.0.0.34 - - [2024-10-24 02:44:04] "GET /virtual-network/2d5c6bf8-9a36-41ef-a105-e3504457476a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.011600 10.0.0.34 - - [2024-10-24 02:44:06] "POST /neutron/port HTTP/1.1" 200 1101 0.053342 10.0.0.34 - - [2024-10-24 02:44:06] "POST /neutron/security_group HTTP/1.1" 200 2070 0.012995 10.0.0.34 - - [2024-10-24 02:44:07] "POST /neutron/port HTTP/1.1" 200 1101 0.023361 10.0.0.34 - - [2024-10-24 02:44:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.012371 10.0.0.34 - - [2024-10-24 02:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.34 - - [2024-10-24 02:44:08] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004867 10.0.0.34 - - [2024-10-24 02:44:08] "GET /virtual-networks?parent_id=6abb6740-cfe0-4e0a-aca2-371a74f5c8a1&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004241 10.0.0.34 - - [2024-10-24 02:44:09] "GET /virtual-network/2d5c6bf8-9a36-41ef-a105-e3504457476a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.013014 10.0.0.34 - - [2024-10-24 02:44:09] "POST /neutron/port HTTP/1.1" 200 1101 0.017889 10.0.0.34 - - [2024-10-24 02:44:09] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008799 10.0.0.34 - - [2024-10-24 02:44:14] "GET /projects?obj_uuids=6abb6740-cfe0-4e0a-aca2-371a74f5c8a1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001390 10.0.0.34 - - [2024-10-24 02:44:14] "POST /neutron/floatingip HTTP/1.1" 200 531 0.076857 10.0.0.34 - - [2024-10-24 02:44:14] "POST /neutron/port HTTP/1.1" 200 1101 0.018783 10.0.0.34 - - [2024-10-24 02:44:14] "POST /neutron/floatingip HTTP/1.1" 200 531 0.019196 10.0.0.34 - - [2024-10-24 02:44:14] "POST /neutron/floatingip HTTP/1.1" 200 579 0.036983 10.0.0.34 - - [2024-10-24 02:44:14] "POST /neutron/port HTTP/1.1" 200 1101 0.017861 10.0.0.34 - - [2024-10-24 02:44:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008583 10.0.0.34 - - [2024-10-24 02:44:14] "POST /neutron/port HTTP/1.1" 200 1101 0.018178 10.0.0.34 - - [2024-10-24 02:44:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008798 10.0.0.34 - - [2024-10-24 02:44:14] "POST /neutron/port HTTP/1.1" 200 1101 0.018606 10.0.0.34 - - [2024-10-24 02:44:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008349 10.0.0.34 - - [2024-10-24 02:44:14] "GET /virtual-machine/32233eb2-49a9-447a-bd55-e9351ea47b1b HTTP/1.1" 200 1304 0.006812 10.0.0.34 - - [2024-10-24 02:44:14] "GET /virtual-machine-interface/62c623b8-db5d-4fbc-98f8-11756ef52c38 HTTP/1.1" 200 3004 0.011612 10.0.0.34 - - [2024-10-24 02:44:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.34 - - [2024-10-24 02:44:14] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005030 10.0.0.34 - - [2024-10-24 02:44:14] "GET /virtual-networks?parent_id=6abb6740-cfe0-4e0a-aca2-371a74f5c8a1&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004160 10.0.0.34 - - [2024-10-24 02:44:14] "GET /virtual-network/78f7179d-eb6b-4834-91c8-bf38c04657c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.010919 10.0.0.34 - - [2024-10-24 02:44:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.34 - - [2024-10-24 02:44:16] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005228 10.0.0.34 - - [2024-10-24 02:44:16] "GET /virtual-networks?parent_id=6abb6740-cfe0-4e0a-aca2-371a74f5c8a1&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004459 10.0.0.34 - - [2024-10-24 02:44:16] "GET /virtual-network/78f7179d-eb6b-4834-91c8-bf38c04657c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.014543 10.0.0.34 - - [2024-10-24 02:44:16] "POST /neutron/floatingip HTTP/1.1" 200 579 0.014480 10.0.0.34 - - [2024-10-24 02:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.34 - - [2024-10-24 02:44:16] "GET /routing-instance/25d82f48-ee8e-44f6-94c2-b7d9044e5a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.005043 10.0.0.34 - - [2024-10-24 02:44:16] "GET /route-target/b7fe076d-b5a8-4cae-8b92-d5d3b48d84c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005902 10.0.0.34 - - [2024-10-24 02:44:16] "GET /floating-ip/bcb4c8f6-ecbe-4622-8456-dccd1f3103aa HTTP/1.1" 200 1891 0.006202 10.0.0.34 - - [2024-10-24 02:44:19] "POST /neutron/floatingip HTTP/1.1" 200 579 0.011504 10.0.0.34 - - [2024-10-24 02:44:19] "POST /neutron/floatingip HTTP/1.1" 200 531 0.023161 10.0.0.34 - - [2024-10-24 02:44:19] "POST /neutron/floatingip HTTP/1.1" 200 531 0.006190 10.0.0.34 - - [2024-10-24 02:44:19] "POST /neutron/floatingip HTTP/1.1" 200 115 0.051215 10.0.0.34 - - [2024-10-24 02:44:19] "GET /floating-ip-pool/9af39072-e5dc-4a40-a163-273b6ecb0014?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.004673 10.0.0.34 - - [2024-10-24 02:44:19] "POST /ref-update HTTP/1.1" 200 156 0.013924 10.0.0.34 - - [2024-10-24 02:44:19] "DELETE /floating-ip-pool/9af39072-e5dc-4a40-a163-273b6ecb0014 HTTP/1.1" 200 115 0.027598 10.0.0.34 - - [2024-10-24 02:44:19] "POST /neutron/network HTTP/1.1" 200 839 0.012806 10.0.0.34 - - [2024-10-24 02:44:19] "POST /neutron/network HTTP/1.1" 400 204 0.014255 10.0.0.34 - - [2024-10-24 02:44:20] "POST /neutron/port HTTP/1.1" 200 1101 0.030471 10.0.0.34 - - [2024-10-24 02:44:20] "POST /neutron/port HTTP/1.1" 200 1127 0.015750 10.0.0.34 - - [2024-10-24 02:44:20] "POST /neutron/port HTTP/1.1" 200 1101 0.033065 10.0.0.34 - - [2024-10-24 02:44:20] "POST /neutron/port HTTP/1.1" 200 1127 0.011258 10.0.0.34 - - [2024-10-24 02:44:20] "POST /neutron/port HTTP/1.1" 200 151 0.174353 10.0.0.34 - - [2024-10-24 02:44:20] "POST /neutron/port HTTP/1.1" 200 151 0.171192 10.0.0.34 - - [2024-10-24 02:44:21] "POST /neutron/network HTTP/1.1" 200 839 0.008505 10.0.0.34 - - [2024-10-24 02:44:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.007955 10.0.0.34 - - [2024-10-24 02:44:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002658 10.0.0.34 - - [2024-10-24 02:44:22] "POST /useragent-kv HTTP/1.1" 200 115 0.001469 10.0.0.34 - - [2024-10-24 02:44:22] "POST /neutron/network HTTP/1.1" 200 151 0.108135 10.0.0.34 - - [2024-10-24 02:44:22] "DELETE /route-target/5b590242-99fc-43e9-b4c0-2d08d8859e5d HTTP/1.1" 200 115 0.029250 10.0.0.34 - - [2024-10-24 02:44:22] "GET /routing-instance/c9055b6a-e9e8-4091-9bc0-229b873196eb HTTP/1.1" 404 171 0.008149 10.0.0.34 - - [2024-10-24 02:44:22] "GET /domains HTTP/1.1" 200 280 0.003163 10.0.0.34 - - [2024-10-24 02:44:22] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001631 10.0.0.34 - - [2024-10-24 02:44:22] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08 HTTP/1.1" 200 2783 0.010870 10.0.0.34 - - [2024-10-24 02:44:22] "GET /projects?obj_uuids=6abb6740-cfe0-4e0a-aca2-371a74f5c8a1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001542 10.0.0.34 - - [2024-10-24 02:44:22] "GET /project/6abb6740-cfe0-4e0a-aca2-371a74f5c8a1 HTTP/1.1" 200 2184 0.159280 10.0.0.34 - - [2024-10-24 02:44:22] "POST /neutron/network HTTP/1.1" 200 839 0.008810 10.0.0.34 - - [2024-10-24 02:44:22] "POST /useragent-kv HTTP/1.1" 200 115 0.001319 10.0.0.34 - - [2024-10-24 02:44:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.006848 10.0.0.34 - - [2024-10-24 02:44:22] "POST /useragent-kv HTTP/1.1" 200 115 0.001285 10.0.0.34 - - [2024-10-24 02:44:22] "POST /neutron/network HTTP/1.1" 200 151 0.102237 10.0.0.34 - - [2024-10-24 02:44:22] "DELETE /route-target/b7fe076d-b5a8-4cae-8b92-d5d3b48d84c1 HTTP/1.1" 200 115 0.018168 10.0.0.34 - - [2024-10-24 02:44:22] "GET /routing-instance/25d82f48-ee8e-44f6-94c2-b7d9044e5a3d HTTP/1.1" 404 171 0.005252 10.0.0.34 - - [2024-10-24 02:44:22] "GET /domains HTTP/1.1" 200 280 0.002820 10.0.0.34 - - [2024-10-24 02:44:22] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001203 10.0.0.34 - - [2024-10-24 02:44:22] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08 HTTP/1.1" 200 2783 0.052775 10.0.0.34 - - [2024-10-24 02:44:22] "GET /projects?obj_uuids=6abb6740-cfe0-4e0a-aca2-371a74f5c8a1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001480 10.0.0.34 - - [2024-10-24 02:44:22] "GET /project/6abb6740-cfe0-4e0a-aca2-371a74f5c8a1 HTTP/1.1" 200 1934 0.083962 10.0.0.34 - - [2024-10-24 02:44:22] "GET /projects?obj_uuids=6abb6740-cfe0-4e0a-aca2-371a74f5c8a1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001491 10.0.0.34 - - [2024-10-24 02:44:23] "GET /project/6abb6740-cfe0-4e0a-aca2-371a74f5c8a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.040947 10.0.0.34 - - [2024-10-24 02:44:23] "GET /projects?obj_uuids=6abb6740-cfe0-4e0a-aca2-371a74f5c8a1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001230 10.0.0.34 - - [2024-10-24 02:44:23] "GET /project/6abb6740-cfe0-4e0a-aca2-371a74f5c8a1?fields=virtual_networks HTTP/1.1" 200 1066 0.042509 10.0.0.34 - - [2024-10-24 02:44:23] "GET /projects?obj_uuids=6abb6740-cfe0-4e0a-aca2-371a74f5c8a1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001313 10.0.0.34 - - [2024-10-24 02:44:23] "GET /project/6abb6740-cfe0-4e0a-aca2-371a74f5c8a1?fields=virtual_machine_interfaces HTTP/1.1" 200 1066 0.040913 10.0.0.34 - - [2024-10-24 02:44:23] "GET /projects?obj_uuids=6abb6740-cfe0-4e0a-aca2-371a74f5c8a1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001575 10.0.0.34 - - [2024-10-24 02:44:23] "GET /project/6abb6740-cfe0-4e0a-aca2-371a74f5c8a1?fields=security_groups HTTP/1.1" 200 1304 0.047366 10.0.0.34 - - [2024-10-24 02:44:24] "POST /fqname-to-id HTTP/1.1" 404 183 0.029690 10.0.0.34 - - [2024-10-24 02:44:24] "GET /projects?obj_uuids=4bdd0c67-eeb9-4092-bea7-bf050fe8c78c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003192 10.0.0.34 - - [2024-10-24 02:44:24] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001291 10.0.0.34 - - [2024-10-24 02:44:24] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010960 10.0.0.34 - - [2024-10-24 02:44:24] "POST /id-to-fqname HTTP/1.1" 200 185 0.003761 10.0.0.34 - - [2024-10-24 02:44:24] "POST /fqname-to-id HTTP/1.1" 404 194 0.002971 10.0.0.34 - - [2024-10-24 02:44:24] "POST /security-groups HTTP/1.1" 200 586 0.071349 10.0.0.34 - - [2024-10-24 02:44:24] "POST /fqname-to-id HTTP/1.1" 404 229 0.006526 10.0.0.34 - - [2024-10-24 02:44:24] "POST /projects HTTP/1.1" 200 575 0.254901 10.0.0.34 - - [2024-10-24 02:44:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.289936 10.0.0.34 - - [2024-10-24 02:44:24] "POST /access-control-lists HTTP/1.1" 200 591 0.070527 10.0.0.34 - - [2024-10-24 02:44:24] "GET /project/4bdd0c67-eeb9-4092-bea7-bf050fe8c78c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.453643 10.0.0.34 - - [2024-10-24 02:44:24] "POST /fqname-to-id HTTP/1.1" 404 228 0.003334 10.0.0.34 - - [2024-10-24 02:44:24] "POST /access-control-lists HTTP/1.1" 200 589 0.063388 10.0.0.34 - - [2024-10-24 02:44:25] "GET / HTTP/1.1" 200 35931 0.001992 10.0.0.34 - - [2024-10-24 02:44:27] "GET /projects?obj_uuids=4bdd0c67-eeb9-4092-bea7-bf050fe8c78c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001424 10.0.0.34 - - [2024-10-24 02:44:27] "GET /project/4bdd0c67-eeb9-4092-bea7-bf050fe8c78c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.037196 10.0.0.34 - - [2024-10-24 02:44:27] "GET /projects?obj_uuids=4bdd0c67-eeb9-4092-bea7-bf050fe8c78c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001348 10.0.0.34 - - [2024-10-24 02:44:27] "GET /project/4bdd0c67-eeb9-4092-bea7-bf050fe8c78c?fields=virtual_networks HTTP/1.1" 200 1032 0.041147 10.0.0.34 - - [2024-10-24 02:44:27] "GET /projects?obj_uuids=4bdd0c67-eeb9-4092-bea7-bf050fe8c78c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001686 10.0.0.34 - - [2024-10-24 02:44:27] "GET /project/4bdd0c67-eeb9-4092-bea7-bf050fe8c78c?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.036318 10.0.0.34 - - [2024-10-24 02:44:27] "GET /projects?obj_uuids=4bdd0c67-eeb9-4092-bea7-bf050fe8c78c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001303 10.0.0.34 - - [2024-10-24 02:44:27] "GET /project/4bdd0c67-eeb9-4092-bea7-bf050fe8c78c?fields=security_groups HTTP/1.1" 200 1253 0.036154 10.0.0.34 - - [2024-10-24 02:44:28] "POST /fqname-to-id HTTP/1.1" 404 191 0.033294 10.0.0.34 - - [2024-10-24 02:44:28] "GET /projects?obj_uuids=a684e079-d8b0-4c67-9c9f-fea0b8850f14&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003077 10.0.0.34 - - [2024-10-24 02:44:28] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001523 10.0.0.34 - - [2024-10-24 02:44:28] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.012078 10.0.0.34 - - [2024-10-24 02:44:28] "POST /id-to-fqname HTTP/1.1" 200 193 0.001992 10.0.0.34 - - [2024-10-24 02:44:28] "POST /fqname-to-id HTTP/1.1" 404 202 0.006977 10.0.0.34 - - [2024-10-24 02:44:28] "POST /security-groups HTTP/1.1" 200 594 0.075549 10.0.0.34 - - [2024-10-24 02:44:28] "POST /fqname-to-id HTTP/1.1" 404 237 0.004109 10.0.0.34 - - [2024-10-24 02:44:28] "POST /projects HTTP/1.1" 200 591 0.277743 10.0.0.34 - - [2024-10-24 02:44:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.357495 10.0.0.34 - - [2024-10-24 02:44:28] "POST /access-control-lists HTTP/1.1" 200 599 0.071715 10.0.0.34 - - [2024-10-24 02:44:29] "GET /project/a684e079-d8b0-4c67-9c9f-fea0b8850f14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.521291 10.0.0.34 - - [2024-10-24 02:44:29] "POST /fqname-to-id HTTP/1.1" 404 236 0.034487 10.0.0.34 - - [2024-10-24 02:44:29] "POST /access-control-lists HTTP/1.1" 200 597 0.067936 10.0.0.34 - - [2024-10-24 02:44:30] "GET / HTTP/1.1" 200 35931 0.003868 10.0.0.34 - - [2024-10-24 02:44:31] "GET /project/a684e079-d8b0-4c67-9c9f-fea0b8850f14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000587 10.0.0.34 - - [2024-10-24 02:44:31] "GET /projects?obj_uuids=a684e079-d8b0-4c67-9c9f-fea0b8850f14&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001582 10.0.0.34 - - [2024-10-24 02:44:31] "GET /project/a684e079-d8b0-4c67-9c9f-fea0b8850f14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.081034 10.0.0.34 - - [2024-10-24 02:44:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.34 - - [2024-10-24 02:44:31] "GET /security-group/f0524aca-3034-49ad-9d95-8b6cd1fb01f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3774 0.007017 10.0.0.34 - - [2024-10-24 02:44:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.34 - - [2024-10-24 02:44:31] "GET /projects?obj_uuids=a684e079-d8b0-4c67-9c9f-fea0b8850f14&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001787 10.0.0.34 - - [2024-10-24 02:44:32] "GET /project/a684e079-d8b0-4c67-9c9f-fea0b8850f14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.044954 10.0.0.34 - - [2024-10-24 02:44:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.34 - - [2024-10-24 02:44:32] "GET /security-group/f0524aca-3034-49ad-9d95-8b6cd1fb01f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3774 0.009071 10.0.0.34 - - [2024-10-24 02:44:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.34 - - [2024-10-24 02:44:32] "PUT /security-group/f0524aca-3034-49ad-9d95-8b6cd1fb01f3 HTTP/1.1" 200 262 0.017997 10.0.0.34 - - [2024-10-24 02:44:32] "PUT /access-control-list/c4bea696-9a22-444c-b11b-8b442ca18acd HTTP/1.1" 200 272 0.011700 10.0.0.34 - - [2024-10-24 02:44:32] "PUT /access-control-list/a628d4f6-3ebb-43f1-9b7f-e3c5ed25aa61 HTTP/1.1" 200 272 0.012610 10.0.0.34 - - [2024-10-24 02:44:32] "POST /fqname-to-id HTTP/1.1" 404 202 0.006418 10.0.0.34 - - [2024-10-24 02:44:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.34 - - [2024-10-24 02:44:32] "GET /projects?obj_uuids=a684e079-d8b0-4c67-9c9f-fea0b8850f14&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001844 10.0.0.34 - - [2024-10-24 02:44:32] "GET /project/a684e079-d8b0-4c67-9c9f-fea0b8850f14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.042096 10.0.0.34 - - [2024-10-24 02:44:32] "POST /neutron/network HTTP/1.1" 200 117 0.041625 10.0.0.34 - - [2024-10-24 02:44:32] "GET /projects?obj_uuids=a684e079-d8b0-4c67-9c9f-fea0b8850f14&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001393 10.0.0.34 - - [2024-10-24 02:44:32] "POST /neutron/network HTTP/1.1" 200 608 0.093305 10.0.0.34 - - [2024-10-24 02:44:32] "POST /route-targets HTTP/1.1" 200 327 0.016452 10.0.0.34 - - [2024-10-24 02:44:32] "POST /ref-update HTTP/1.1" 200 156 0.013609 10.0.0.34 - - [2024-10-24 02:44:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003141 10.0.0.34 - - [2024-10-24 02:44:32] "POST /neutron/subnet HTTP/1.1" 200 724 0.164228 10.0.0.34 - - [2024-10-24 02:44:32] "POST /neutron/network HTTP/1.1" 200 827 0.007463 10.0.0.34 - - [2024-10-24 02:44:32] "POST /id-to-fqname HTTP/1.1" 200 223 0.001878 10.0.0.34 - - [2024-10-24 02:44:32] "GET /virtual-network/13c2cac1-8c67-42ba-9128-33f9767972f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.010217 10.0.0.34 - - [2024-10-24 02:44:32] "POST /neutron/network HTTP/1.1" 200 827 0.009244 10.0.0.34 - - [2024-10-24 02:44:32] "GET /virtual-network/13c2cac1-8c67-42ba-9128-33f9767972f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.012273 10.0.0.34 - - [2024-10-24 02:44:33] "POST /neutron/network HTTP/1.1" 200 827 0.006976 10.0.0.34 - - [2024-10-24 02:44:33] "POST /neutron/subnet HTTP/1.1" 200 724 0.008165 10.0.0.34 - - [2024-10-24 02:44:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.34 - - [2024-10-24 02:44:33] "GET /projects?obj_uuids=a684e079-d8b0-4c67-9c9f-fea0b8850f14&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001424 10.0.0.34 - - [2024-10-24 02:44:33] "GET /project/a684e079-d8b0-4c67-9c9f-fea0b8850f14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.037157 10.0.0.34 - - [2024-10-24 02:44:33] "POST /neutron/network HTTP/1.1" 200 117 0.012309 10.0.0.34 - - [2024-10-24 02:44:33] "GET /projects?obj_uuids=a684e079-d8b0-4c67-9c9f-fea0b8850f14&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001534 10.0.0.34 - - [2024-10-24 02:44:33] "POST /neutron/network HTTP/1.1" 200 615 0.129333 10.0.0.34 - - [2024-10-24 02:44:33] "POST /route-targets HTTP/1.1" 200 327 0.017470 10.0.0.34 - - [2024-10-24 02:44:33] "POST /ref-update HTTP/1.1" 200 156 0.023986 10.0.0.34 - - [2024-10-24 02:44:33] "POST /useragent-kv HTTP/1.1" 200 115 0.006479 10.0.0.34 - - [2024-10-24 02:44:33] "POST /neutron/subnet HTTP/1.1" 200 729 0.187873 10.0.0.34 - - [2024-10-24 02:44:33] "POST /neutron/network HTTP/1.1" 200 835 0.006742 10.0.0.34 - - [2024-10-24 02:44:33] "POST /id-to-fqname HTTP/1.1" 200 227 0.001479 10.0.0.34 - - [2024-10-24 02:44:33] "GET /virtual-network/153d48c0-c3c4-4353-aa5f-09ec0ce451a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.010121 10.0.0.34 - - [2024-10-24 02:44:33] "POST /neutron/network HTTP/1.1" 200 835 0.007541 10.0.0.34 - - [2024-10-24 02:44:33] "GET /virtual-network/153d48c0-c3c4-4353-aa5f-09ec0ce451a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.010550 10.0.0.34 - - [2024-10-24 02:44:33] "POST /neutron/network HTTP/1.1" 200 835 0.007313 10.0.0.34 - - [2024-10-24 02:44:33] "POST /neutron/subnet HTTP/1.1" 200 729 0.017758 10.0.0.34 - - [2024-10-24 02:44:33] "POST /id-to-fqname HTTP/1.1" 200 223 0.002111 10.0.0.34 - - [2024-10-24 02:44:34] "POST /neutron/network HTTP/1.1" 200 837 0.007530 10.0.0.34 - - [2024-10-24 02:44:34] "GET /aaa-mode HTTP/1.1" 401 292 0.000746 10.0.0.34 - - [2024-10-24 02:44:34] "GET / HTTP/1.1" 200 35931 0.002299 10.0.0.34 - - [2024-10-24 02:44:34] "GET /project/a684e079-d8b0-4c67-9c9f-fea0b8850f14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000501 10.0.0.34 - - [2024-10-24 02:44:34] "GET /projects?obj_uuids=a684e079-d8b0-4c67-9c9f-fea0b8850f14&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001412 10.0.0.34 - - [2024-10-24 02:44:34] "GET /project/a684e079-d8b0-4c67-9c9f-fea0b8850f14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.068876 10.0.0.34 - - [2024-10-24 02:44:34] "POST /neutron/network HTTP/1.1" 200 827 0.006828 10.0.0.34 - - [2024-10-24 02:44:35] "POST /neutron/port HTTP/1.1" 200 117 0.006469 10.0.0.34 - - [2024-10-24 02:44:35] "POST /neutron/port HTTP/1.1" 200 117 0.007452 10.0.0.34 - - [2024-10-24 02:44:35] "POST /id-to-fqname HTTP/1.1" 200 227 0.001633 10.0.0.34 - - [2024-10-24 02:44:35] "POST /neutron/port HTTP/1.1" 200 117 0.008755 10.0.0.34 - - [2024-10-24 02:44:35] "POST /neutron/network HTTP/1.1" 200 845 0.009085 10.0.0.34 - - [2024-10-24 02:44:35] "GET /aaa-mode HTTP/1.1" 401 292 0.000701 10.0.0.34 - - [2024-10-24 02:44:35] "POST /neutron/network HTTP/1.1" 200 837 0.007493 10.0.0.34 - - [2024-10-24 02:44:35] "GET /projects?obj_uuids=a684e079-d8b0-4c67-9c9f-fea0b8850f14&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001463 10.0.0.34 - - [2024-10-24 02:44:35] "GET / HTTP/1.1" 200 35931 0.002527 10.0.0.34 - - [2024-10-24 02:44:35] "GET /project/a684e079-d8b0-4c67-9c9f-fea0b8850f14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000606 10.0.0.34 - - [2024-10-24 02:44:35] "POST /neutron/port HTTP/1.1" 200 1063 0.267228 10.0.0.34 - - [2024-10-24 02:44:35] "POST /neutron/port HTTP/1.1" 200 1063 0.012132 10.0.0.34 - - [2024-10-24 02:44:35] "POST /neutron/port HTTP/1.1" 200 1063 0.013441 10.0.0.34 - - [2024-10-24 02:44:36] "POST /neutron/port HTTP/1.1" 200 1117 0.090504 10.0.0.34 - - [2024-10-24 02:44:36] "POST /neutron/port HTTP/1.1" 200 1091 0.030599 10.0.0.34 - - [2024-10-24 02:44:36] "GET /projects?obj_uuids=a684e079-d8b0-4c67-9c9f-fea0b8850f14&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001548 10.0.0.34 - - [2024-10-24 02:44:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004129 10.0.0.34 - - [2024-10-24 02:44:36] "GET /project/a684e079-d8b0-4c67-9c9f-fea0b8850f14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.085995 10.0.0.34 - - [2024-10-24 02:44:36] "POST /neutron/subnet HTTP/1.1" 200 698 0.042338 10.0.0.34 - - [2024-10-24 02:44:36] "POST /neutron/network HTTP/1.1" 200 835 0.008366 10.0.0.34 - - [2024-10-24 02:44:36] "POST /neutron/port HTTP/1.1" 200 117 0.001715 10.0.0.34 - - [2024-10-24 02:44:36] "POST /neutron/network HTTP/1.1" 200 827 0.007947 10.0.0.34 - - [2024-10-24 02:44:36] "POST /neutron/port HTTP/1.1" 200 1091 0.024008 10.0.0.34 - - [2024-10-24 02:44:36] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008206 10.0.0.34 - - [2024-10-24 02:44:36] "POST /neutron/port HTTP/1.1" 200 117 0.009219 10.0.0.34 - - [2024-10-24 02:44:36] "GET /projects?obj_uuids=a684e079-d8b0-4c67-9c9f-fea0b8850f14&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001503 10.0.0.34 - - [2024-10-24 02:44:36] "POST /neutron/router HTTP/1.1" 200 585 0.077996 10.0.0.34 - - [2024-10-24 02:44:36] "POST /neutron/router HTTP/1.1" 200 585 0.004415 10.0.0.34 - - [2024-10-24 02:44:36] "POST /route-targets HTTP/1.1" 200 327 0.032808 10.0.0.34 - - [2024-10-24 02:44:36] "POST /neutron/router HTTP/1.1" 200 656 0.055262 10.0.0.34 - - [2024-10-24 02:44:36] "PUT /logical-router/62b985ac-13d0-4630-b948-973303129013 HTTP/1.1" 200 262 0.038503 10.0.0.34 - - [2024-10-24 02:44:36] "GET /logical-router/62b985ac-13d0-4630-b948-973303129013?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.012722 10.0.0.34 - - [2024-10-24 02:44:36] "POST /neutron/router HTTP/1.1" 200 656 0.009754 10.0.0.34 - - [2024-10-24 02:44:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006088 10.0.0.34 - - [2024-10-24 02:44:36] "GET /projects?obj_uuids=a684e079-d8b0-4c67-9c9f-fea0b8850f14&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001365 10.0.0.34 - - [2024-10-24 02:44:36] "GET /service-template/777140a8-3994-4074-9ff8-12a48135fee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1691 0.009748 10.0.0.34 - - [2024-10-24 02:44:36] "POST /fqname-to-id HTTP/1.1" 404 215 0.003003 10.0.0.34 - - [2024-10-24 02:44:37] "POST /neutron/network HTTP/1.1" 200 845 0.049984 10.0.0.34 - - [2024-10-24 02:44:37] "POST /useragent-kv HTTP/1.1" 200 115 0.018627 10.0.0.34 - - [2024-10-24 02:44:37] "POST /virtual-networks HTTP/1.1" 200 694 0.266545 10.0.0.34 - - [2024-10-24 02:44:37] "POST /neutron/router HTTP/1.1" 200 344 0.460502 10.0.0.34 - - [2024-10-24 02:44:37] "GET /projects?obj_uuids=a684e079-d8b0-4c67-9c9f-fea0b8850f14&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003022 10.0.0.34 - - [2024-10-24 02:44:37] "POST /route-targets HTTP/1.1" 200 327 0.073277 10.0.0.34 - - [2024-10-24 02:44:37] "POST /ref-update HTTP/1.1" 200 156 0.058695 10.0.0.34 - - [2024-10-24 02:44:37] "POST /service-instances HTTP/1.1" 200 670 0.105550 10.0.0.34 - - [2024-10-24 02:44:37] "POST /neutron/port HTTP/1.1" 200 1091 0.081775 10.0.0.34 - - [2024-10-24 02:44:37] "POST /neutron/security_group HTTP/1.1" 200 2002 0.018012 10.0.0.34 - - [2024-10-24 02:44:37] "POST /ref-update HTTP/1.1" 200 156 0.041064 10.0.0.34 - - [2024-10-24 02:44:37] "POST /route-tables HTTP/1.1" 200 582 0.064660 10.0.0.34 - - [2024-10-24 02:44:37] "PUT /logical-router/62b985ac-13d0-4630-b948-973303129013 HTTP/1.1" 200 262 0.051661 10.0.0.34 - - [2024-10-24 02:44:37] "POST /ref-update HTTP/1.1" 200 156 0.040508 10.0.0.34 - - [2024-10-24 02:44:37] "POST /neutron/port HTTP/1.1" 200 1064 0.554851 10.0.0.34 - - [2024-10-24 02:44:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004733 10.0.0.34 - - [2024-10-24 02:44:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.34 - - [2024-10-24 02:44:37] "POST /neutron/port HTTP/1.1" 200 1064 0.019635 10.0.0.34 - - [2024-10-24 02:44:37] "POST /neutron/port HTTP/1.1" 200 1064 0.015404 10.0.0.34 - - [2024-10-24 02:44:37] "POST /virtual-machines HTTP/1.1" 200 553 0.033140 10.0.0.34 - - [2024-10-24 02:44:37] "POST /neutron/port HTTP/1.1" 200 1118 0.149705 10.0.0.34 - - [2024-10-24 02:44:38] "POST /neutron/port HTTP/1.1" 200 1092 0.061835 10.0.0.34 - - [2024-10-24 02:44:38] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.150969 10.0.0.34 - - [2024-10-24 02:44:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005340 10.0.0.34 - - [2024-10-24 02:44:38] "POST /chown HTTP/1.1" 200 109 0.015736 10.0.0.34 - - [2024-10-24 02:44:38] "POST /neutron/subnet HTTP/1.1" 200 703 0.030199 10.0.0.34 - - [2024-10-24 02:44:38] "POST /neutron/port HTTP/1.1" 200 117 0.001581 10.0.0.34 - - [2024-10-24 02:44:38] "POST /neutron/network HTTP/1.1" 200 835 0.008840 10.0.0.34 - - [2024-10-24 02:44:38] "POST /instance-ips HTTP/1.1" 200 551 0.031329 10.0.0.34 - - [2024-10-24 02:44:38] "POST /instance-ips HTTP/1.1" 400 246 0.024694 10.0.0.34 - - [2024-10-24 02:44:38] "POST /chown HTTP/1.1" 200 109 0.011750 10.0.0.34 - - [2024-10-24 02:44:38] "PUT /virtual-machine-interface/8c630407-942e-49ff-b29a-26841b58858d HTTP/1.1" 200 284 0.015021 10.0.0.34 - - [2024-10-24 02:44:38] "PUT /instance-ip/ad79acd5-b23b-4c98-9514-247a6429a56c HTTP/1.1" 200 256 0.016770 10.0.0.34 - - [2024-10-24 02:44:38] "POST /ref-update HTTP/1.1" 200 156 0.039875 10.0.0.34 - - [2024-10-24 02:44:38] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.110466 10.0.0.34 - - [2024-10-24 02:44:38] "POST /chown HTTP/1.1" 200 109 0.013339 10.0.0.34 - - [2024-10-24 02:44:38] "POST /instance-ips HTTP/1.1" 200 549 0.031886 10.0.0.34 - - [2024-10-24 02:44:38] "POST /instance-ips HTTP/1.1" 400 316 0.019185 10.0.0.34 - - [2024-10-24 02:44:38] "POST /chown HTTP/1.1" 200 109 0.010679 10.0.0.34 - - [2024-10-24 02:44:39] "PUT /virtual-machine-interface/692ef249-2f9d-4dad-b1a2-39aaf0ef6f35 HTTP/1.1" 200 284 0.018494 10.0.0.34 - - [2024-10-24 02:44:39] "PUT /instance-ip/493c2813-2bb0-4435-92f9-00e4b4715ab6 HTTP/1.1" 200 256 0.017316 10.0.0.34 - - [2024-10-24 02:44:39] "POST /ref-update HTTP/1.1" 200 156 0.015508 10.0.0.34 - - [2024-10-24 02:44:39] "POST /ref-update HTTP/1.1" 200 156 0.032525 10.0.0.34 - - [2024-10-24 02:44:39] "POST /ref-update HTTP/1.1" 200 156 0.032012 10.0.0.34 - - [2024-10-24 02:44:39] "PUT /routing-instance/d873df1b-3449-4ab9-bce5-b26311753fda HTTP/1.1" 200 266 0.036479 10.0.0.34 - - [2024-10-24 02:44:39] "POST /virtual-machines HTTP/1.1" 200 553 0.026227 10.0.0.34 - - [2024-10-24 02:44:39] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.148447 10.0.0.34 - - [2024-10-24 02:44:39] "POST /chown HTTP/1.1" 200 109 0.010875 10.0.0.34 - - [2024-10-24 02:44:39] "POST /instance-ips HTTP/1.1" 400 246 0.021326 10.0.0.34 - - [2024-10-24 02:44:39] "POST /chown HTTP/1.1" 200 109 0.010746 10.0.0.34 - - [2024-10-24 02:44:39] "PUT /virtual-machine-interface/ca8fd524-65fa-4643-a848-6ab92e4113be HTTP/1.1" 200 284 0.014563 10.0.0.34 - - [2024-10-24 02:44:39] "PUT /instance-ip/ad79acd5-b23b-4c98-9514-247a6429a56c HTTP/1.1" 200 256 0.014548 10.0.0.34 - - [2024-10-24 02:44:39] "POST /ref-update HTTP/1.1" 200 156 0.015666 10.0.0.34 - - [2024-10-24 02:44:39] "POST /ref-update HTTP/1.1" 200 156 0.016917 10.0.0.34 - - [2024-10-24 02:44:40] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.130471 10.0.0.34 - - [2024-10-24 02:44:40] "POST /chown HTTP/1.1" 200 109 0.010002 10.0.0.34 - - [2024-10-24 02:44:40] "POST /instance-ips HTTP/1.1" 400 316 0.022229 10.0.0.34 - - [2024-10-24 02:44:40] "POST /chown HTTP/1.1" 200 109 0.010022 10.0.0.34 - - [2024-10-24 02:44:40] "PUT /virtual-machine-interface/156df26b-6425-4816-97ca-081d1f45faf8 HTTP/1.1" 200 284 0.020378 10.0.0.34 - - [2024-10-24 02:44:40] "PUT /instance-ip/493c2813-2bb0-4435-92f9-00e4b4715ab6 HTTP/1.1" 200 256 0.016077 10.0.0.34 - - [2024-10-24 02:44:40] "POST /ref-update HTTP/1.1" 200 156 0.013598 10.0.0.34 - - [2024-10-24 02:44:40] "POST /ref-update HTTP/1.1" 200 156 0.037543 10.0.0.34 - - [2024-10-24 02:44:42] "POST /neutron/port HTTP/1.1" 200 1091 0.018245 10.0.0.34 - - [2024-10-24 02:44:42] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008092 10.0.0.34 - - [2024-10-24 02:44:42] "POST /neutron/port HTTP/1.1" 200 1091 0.018473 10.0.0.34 - - [2024-10-24 02:44:42] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009076 10.0.0.34 - - [2024-10-24 02:44:42] "POST /neutron/port HTTP/1.1" 200 1091 0.019474 10.0.0.34 - - [2024-10-24 02:44:42] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007659 10.0.0.34 - - [2024-10-24 02:44:42] "GET /virtual-machine/e540e051-d2aa-4d21-acb9-34adef4ecd6b HTTP/1.1" 401 292 0.000575 10.0.0.34 - - [2024-10-24 02:44:43] "GET /virtual-machine/e540e051-d2aa-4d21-acb9-34adef4ecd6b HTTP/1.1" 200 1296 0.038679 10.0.0.34 - - [2024-10-24 02:44:43] "GET /virtual-machine-interface/de177b52-7e37-46a3-afdd-fc716700b808 HTTP/1.1" 200 2957 0.015691 10.0.0.34 - - [2024-10-24 02:44:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.34 - - [2024-10-24 02:44:43] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004273 10.0.0.34 - - [2024-10-24 02:44:43] "GET /virtual-networks?parent_id=a684e079-d8b0-4c67-9c9f-fea0b8850f14&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004231 10.0.0.34 - - [2024-10-24 02:44:43] "GET /virtual-network/13c2cac1-8c67-42ba-9128-33f9767972f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.011356 10.0.0.34 - - [2024-10-24 02:44:43] "DELETE /project/4bdd0c67eeb94092bea7bf050fe8c78c HTTP/1.1" 404 173 0.037962 10.0.0.34 - - [2024-10-24 02:44:43] "DELETE /project/6abb6740cfe04e0aaca2371a74f5c8a1 HTTP/1.1" 404 173 0.019395 10.0.0.34 - - [2024-10-24 02:44:43] "DELETE /project/a684e079d8b04c679c9ffea0b8850f14 HTTP/1.1" 404 173 0.016574 10.0.0.34 - - [2024-10-24 02:44:43] "GET /projects?obj_uuids=6abb6740-cfe0-4e0a-aca2-371a74f5c8a1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001500 10.0.0.34 - - [2024-10-24 02:44:43] "GET /projects?obj_uuids=cc5f9bfc-dac8-43f2-b448-473573c34f95&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001269 10.0.0.34 - - [2024-10-24 02:44:43] "GET /projects?obj_uuids=4bdd0c67-eeb9-4092-bea7-bf050fe8c78c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001723 10.0.0.34 - - [2024-10-24 02:44:43] "GET /project/cc5f9bfc-dac8-43f2-b448-473573c34f95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1523 0.075585 10.0.0.34 - - [2024-10-24 02:44:43] "GET /project/6abb6740-cfe0-4e0a-aca2-371a74f5c8a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1526 0.094145 10.0.0.34 - - [2024-10-24 02:44:44] "GET /project/4bdd0c67-eeb9-4092-bea7-bf050fe8c78c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.111009 10.0.0.34 - - [2024-10-24 02:44:44] "GET /projects?obj_uuids=6abb6740-cfe0-4e0a-aca2-371a74f5c8a1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001950 10.0.0.34 - - [2024-10-24 02:44:44] "GET /projects?obj_uuids=cc5f9bfc-dac8-43f2-b448-473573c34f95&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001147 10.0.0.34 - - [2024-10-24 02:44:44] "GET /projects?obj_uuids=4bdd0c67-eeb9-4092-bea7-bf050fe8c78c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001159 10.0.0.34 - - [2024-10-24 02:44:44] "GET /project/4bdd0c67-eeb9-4092-bea7-bf050fe8c78c?fields=security_groups HTTP/1.1" 200 1358 0.069910 10.0.0.34 - - [2024-10-24 02:44:44] "GET /project/6abb6740-cfe0-4e0a-aca2-371a74f5c8a1?fields=security_groups HTTP/1.1" 200 1409 0.090953 10.0.0.34 - - [2024-10-24 02:44:44] "GET /project/cc5f9bfc-dac8-43f2-b448-473573c34f95?fields=security_groups HTTP/1.1" 200 1407 0.109697 10.0.0.34 - - [2024-10-24 02:44:44] "DELETE /security-group/e9f1741b-9d4c-4b73-a7ba-e359db546357 HTTP/1.1" 200 115 0.147143 10.0.0.34 - - [2024-10-24 02:44:44] "DELETE /security-group/c485ec2c-5e0c-4781-aa10-50dae29f3f3a HTTP/1.1" 200 115 0.155955 10.0.0.34 - - [2024-10-24 02:44:44] "GET /projects?obj_uuids=cc5f9bfc-dac8-43f2-b448-473573c34f95&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.006789 10.0.0.34 - - [2024-10-24 02:44:44] "DELETE /security-group/56ef146e-0772-44a6-b9e9-3d61ce373384 HTTP/1.1" 200 115 0.200722 10.0.0.34 - - [2024-10-24 02:44:44] "GET /projects?obj_uuids=4bdd0c67-eeb9-4092-bea7-bf050fe8c78c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002106 10.0.0.34 - - [2024-10-24 02:44:44] "GET /projects?obj_uuids=6abb6740-cfe0-4e0a-aca2-371a74f5c8a1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001620 10.0.0.34 - - [2024-10-24 02:44:44] "DELETE /access-control-list/8d2bf211-e53a-4c0f-a34b-cf0d9883d66e HTTP/1.1" 200 115 0.158666 10.0.0.34 - - [2024-10-24 02:44:44] "GET /project/cc5f9bfc-dac8-43f2-b448-473573c34f95?fields=application_policy_sets HTTP/1.1" 200 1446 0.154000 10.0.0.34 - - [2024-10-24 02:44:44] "GET /project/4bdd0c67-eeb9-4092-bea7-bf050fe8c78c?fields=application_policy_sets HTTP/1.1" 200 1397 0.138865 10.0.0.34 - - [2024-10-24 02:44:44] "GET /project/6abb6740-cfe0-4e0a-aca2-371a74f5c8a1?fields=application_policy_sets HTTP/1.1" 200 1448 0.138318 10.0.0.34 - - [2024-10-24 02:44:44] "DELETE /access-control-list/759800d8-670d-4b10-b3f5-8eaaa43b3a78 HTTP/1.1" 200 115 0.155740 10.0.0.34 - - [2024-10-24 02:44:44] "DELETE /access-control-list/3113e6fd-a659-423b-a665-2e2904106689 HTTP/1.1" 200 115 0.107820 10.0.0.34 - - [2024-10-24 02:44:44] "DELETE /access-control-list/1b890e6d-8fd6-4ba9-a2bf-3c440d2b3a82 HTTP/1.1" 200 115 0.095748 10.0.0.34 - - [2024-10-24 02:44:44] "DELETE /project/cc5f9bfc-dac8-43f2-b448-473573c34f95 HTTP/1.1" 200 115 0.947187 10.0.0.34 - - [2024-10-24 02:44:44] "DELETE /project/4bdd0c67-eeb9-4092-bea7-bf050fe8c78c HTTP/1.1" 200 115 0.945408 10.0.0.34 - - [2024-10-24 02:44:44] "DELETE /project/6abb6740-cfe0-4e0a-aca2-371a74f5c8a1 HTTP/1.1" 200 115 0.957808 10.0.0.34 - - [2024-10-24 02:44:44] "DELETE /access-control-list/fd19c49e-5b26-4b27-84b3-16cb5ec89ea6 HTTP/1.1" 200 115 0.065754 10.0.0.34 - - [2024-10-24 02:44:44] "DELETE /access-control-list/21719863-e8ca-4aa8-8677-ddb61da32a7b HTTP/1.1" 200 115 0.058386 10.0.0.34 - - [2024-10-24 02:44:46] "POST /neutron/port HTTP/1.1" 200 1091 0.018657 10.0.0.34 - - [2024-10-24 02:44:46] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008202 10.0.0.34 - - [2024-10-24 02:44:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.34 - - [2024-10-24 02:44:46] "GET /virtual-network/13c2cac1-8c67-42ba-9128-33f9767972f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.010595 10.0.0.34 - - [2024-10-24 02:44:48] "POST /neutron/port HTTP/1.1" 200 1092 0.021066 10.0.0.34 - - [2024-10-24 02:44:48] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008181 10.0.0.34 - - [2024-10-24 02:44:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.34 - - [2024-10-24 02:44:48] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004918 10.0.0.34 - - [2024-10-24 02:44:48] "GET /virtual-networks?parent_id=a684e079-d8b0-4c67-9c9f-fea0b8850f14&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003908 10.0.0.34 - - [2024-10-24 02:44:48] "GET /virtual-network/13c2cac1-8c67-42ba-9128-33f9767972f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.015621 10.0.0.34 - - [2024-10-24 02:44:48] "POST /neutron/port HTTP/1.1" 200 1091 0.018921 10.0.0.34 - - [2024-10-24 02:44:48] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008816 10.0.0.34 - - [2024-10-24 02:44:51] "GET /obj-perms HTTP/1.1" 200 5056 0.065585 10.0.0.34 - - [2024-10-24 02:44:51] "GET /obj-perms HTTP/1.1" 200 5056 0.058091 10.0.0.34 - - [2024-10-24 02:44:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.34 - - [2024-10-24 02:44:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.34 - - [2024-10-24 02:44:51] "POST /chown HTTP/1.1" 200 109 0.010076 10.0.0.34 - - [2024-10-24 02:44:51] "POST /instance-ips HTTP/1.1" 400 246 0.019249 10.0.0.34 - - [2024-10-24 02:44:51] "POST /chown HTTP/1.1" 200 109 0.009964 10.0.0.34 - - [2024-10-24 02:44:51] "POST /chown HTTP/1.1" 200 109 0.009612 10.0.0.34 - - [2024-10-24 02:44:51] "POST /instance-ips HTTP/1.1" 400 316 0.018399 10.0.0.34 - - [2024-10-24 02:44:51] "POST /chown HTTP/1.1" 200 109 0.009424 10.0.0.34 - - [2024-10-24 02:44:51] "POST /chown HTTP/1.1" 200 109 0.009254 10.0.0.34 - - [2024-10-24 02:44:51] "POST /instance-ips HTTP/1.1" 400 246 0.017790 10.0.0.34 - - [2024-10-24 02:44:51] "POST /chown HTTP/1.1" 200 109 0.009814 10.0.0.34 - - [2024-10-24 02:44:52] "POST /chown HTTP/1.1" 200 109 0.009160 10.0.0.34 - - [2024-10-24 02:44:52] "POST /instance-ips HTTP/1.1" 400 316 0.020157 10.0.0.34 - - [2024-10-24 02:44:52] "POST /chown HTTP/1.1" 200 109 0.009907 10.0.0.34 - - [2024-10-24 02:44:54] "POST /neutron/port HTTP/1.1" 200 1092 0.018958 10.0.0.34 - - [2024-10-24 02:44:54] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008200 10.0.0.34 - - [2024-10-24 02:44:54] "POST /neutron/port HTTP/1.1" 200 1092 0.017567 10.0.0.34 - - [2024-10-24 02:44:54] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008159 10.0.0.34 - - [2024-10-24 02:44:54] "POST /neutron/port HTTP/1.1" 200 1092 0.018878 10.0.0.34 - - [2024-10-24 02:44:54] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008644 10.0.0.34 - - [2024-10-24 02:44:54] "GET /virtual-machine/7676209d-c529-4ae9-afb2-6300c6913e89 HTTP/1.1" 200 1295 0.006774 10.0.0.34 - - [2024-10-24 02:44:54] "GET /virtual-machine-interface/f3a19e15-0e37-4580-a562-f05b1a07d91b HTTP/1.1" 200 2969 0.015399 10.0.0.34 - - [2024-10-24 02:44:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004463 10.0.0.34 - - [2024-10-24 02:44:54] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.006017 10.0.0.34 - - [2024-10-24 02:44:54] "GET /virtual-networks?parent_id=a684e079-d8b0-4c67-9c9f-fea0b8850f14&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004124 10.0.0.34 - - [2024-10-24 02:44:54] "GET /virtual-network/153d48c0-c3c4-4353-aa5f-09ec0ce451a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.013465 10.0.0.34 - - [2024-10-24 02:44:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.34 - - [2024-10-24 02:44:55] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005075 10.0.0.34 - - [2024-10-24 02:44:55] "GET /virtual-networks?parent_id=a684e079-d8b0-4c67-9c9f-fea0b8850f14&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004523 10.0.0.34 - - [2024-10-24 02:44:55] "GET /virtual-network/153d48c0-c3c4-4353-aa5f-09ec0ce451a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.012362 10.0.0.34 - - [2024-10-24 02:44:59] "POST /neutron/router HTTP/1.1" 200 656 0.005030 10.0.0.34 - - [2024-10-24 02:44:59] "POST /ref-update HTTP/1.1" 200 156 0.015075 10.0.0.34 - - [2024-10-24 02:44:59] "POST /neutron/router HTTP/1.1" 200 344 0.109031 10.0.0.34 - - [2024-10-24 02:44:59] "POST /neutron/router HTTP/1.1" 200 656 0.006382 10.0.0.34 - - [2024-10-24 02:44:59] "GET /logical-router/62b985ac-13d0-4630-b948-973303129013?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1972 0.007084 10.0.0.34 - - [2024-10-24 02:44:59] "GET /service-instance/26dbc0f0-0a6e-4ee6-9a6e-a95e5d73735d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2325 0.005823 10.0.0.34 - - [2024-10-24 02:44:59] "POST /neutron/router HTTP/1.1" 200 151 0.068777 10.0.0.34 - - [2024-10-24 02:44:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.34 - - [2024-10-24 02:44:59] "DELETE /route-target/2b595428-9cfb-4210-8ea7-dbb49ec459dc HTTP/1.1" 409 239 0.005565 10.0.0.34 - - [2024-10-24 02:44:59] "PUT /logical-router/62b985ac-13d0-4630-b948-973303129013 HTTP/1.1" 404 171 0.003366 10.0.0.34 - - [2024-10-24 02:45:00] "POST /ref-update HTTP/1.1" 200 156 0.012426 10.0.0.34 - - [2024-10-24 02:45:00] "DELETE /route-table/e82c6372-1c67-4ee7-9695-cc2256c60721 HTTP/1.1" 200 115 0.027717 10.0.0.34 - - [2024-10-24 02:45:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006144 10.0.0.34 - - [2024-10-24 02:45:00] "PUT /routing-instance/d873df1b-3449-4ab9-bce5-b26311753fda HTTP/1.1" 200 266 0.014123 10.0.0.34 - - [2024-10-24 02:45:00] "GET /virtual-network/eb416602-037c-4c6f-8b26-5d70f68b69d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.011863 10.0.0.34 - - [2024-10-24 02:45:00] "POST /neutron/network HTTP/1.1" 200 835 0.012216 10.0.0.34 - - [2024-10-24 02:45:00] "POST /ref-update HTTP/1.1" 200 156 0.013195 10.0.0.34 - - [2024-10-24 02:45:00] "POST /ref-update HTTP/1.1" 200 156 0.014137 10.0.0.34 - - [2024-10-24 02:45:00] "POST /neutron/network HTTP/1.1" 400 204 0.183232 10.0.0.34 - - [2024-10-24 02:45:00] "DELETE /instance-ip/493c2813-2bb0-4435-92f9-00e4b4715ab6 HTTP/1.1" 200 115 0.086921 10.0.0.34 - - [2024-10-24 02:45:00] "POST /useragent-kv HTTP/1.1" 200 115 0.001773 10.0.0.34 - - [2024-10-24 02:45:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005544 10.0.0.34 - - [2024-10-24 02:45:00] "POST /useragent-kv HTTP/1.1" 200 115 0.001436 10.0.0.34 - - [2024-10-24 02:45:00] "DELETE /virtual-network/eb416602-037c-4c6f-8b26-5d70f68b69d0 HTTP/1.1" 200 115 0.188990 10.0.0.34 - - [2024-10-24 02:45:00] "DELETE /route-target/54d051e6-00d7-4f0c-86a9-53c4ae959c9d HTTP/1.1" 200 115 0.022251 10.0.0.34 - - [2024-10-24 02:45:00] "DELETE /service-instance/26dbc0f0-0a6e-4ee6-9a6e-a95e5d73735d HTTP/1.1" 200 115 0.060808 10.0.0.34 - - [2024-10-24 02:45:00] "GET /logical-router/62b985ac-13d0-4630-b948-973303129013?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002845 10.0.0.34 - - [2024-10-24 02:45:00] "POST /neutron/port HTTP/1.1" 200 1092 0.019302 10.0.0.34 - - [2024-10-24 02:45:00] "POST /neutron/port HTTP/1.1" 200 1118 0.012273 10.0.0.34 - - [2024-10-24 02:45:00] "GET /service-instance/26dbc0f0-0a6e-4ee6-9a6e-a95e5d73735d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.006453 10.0.0.34 - - [2024-10-24 02:45:00] "POST /neutron/port HTTP/1.1" 200 1091 0.034428 10.0.0.34 - - [2024-10-24 02:45:00] "GET /virtual-machine-interface/156df26b-6425-4816-97ca-081d1f45faf8?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1343 0.011629 10.0.0.34 - - [2024-10-24 02:45:00] "POST /neutron/port HTTP/1.1" 200 1117 0.023495 10.0.0.34 - - [2024-10-24 02:45:00] "DELETE /virtual-machine-interface/156df26b-6425-4816-97ca-081d1f45faf8 HTTP/1.1" 200 115 0.071017 10.0.0.34 - - [2024-10-24 02:45:00] "GET /virtual-machine-interface/ca8fd524-65fa-4643-a848-6ab92e4113be?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1664 0.015136 10.0.0.34 - - [2024-10-24 02:45:00] "POST /neutron/port HTTP/1.1" 200 151 0.235859 10.0.0.34 - - [2024-10-24 02:45:00] "POST /ref-update HTTP/1.1" 200 156 0.019727 10.0.0.34 - - [2024-10-24 02:45:01] "GET /instance-ip/ad79acd5-b23b-4c98-9514-247a6429a56c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.007415 10.0.0.34 - - [2024-10-24 02:45:01] "POST /neutron/port HTTP/1.1" 200 151 0.195090 10.0.0.34 - - [2024-10-24 02:45:01] "DELETE /virtual-machine-interface/ca8fd524-65fa-4643-a848-6ab92e4113be HTTP/1.1" 200 115 0.058615 10.0.0.34 - - [2024-10-24 02:45:01] "DELETE /virtual-machine/5e986fad-3132-4968-a6e8-3f6387375888 HTTP/1.1" 200 115 0.031802 10.0.0.34 - - [2024-10-24 02:45:01] "GET /virtual-machine-interface/692ef249-2f9d-4dad-b1a2-39aaf0ef6f35?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1343 0.013036 10.0.0.34 - - [2024-10-24 02:45:01] "DELETE /virtual-machine-interface/692ef249-2f9d-4dad-b1a2-39aaf0ef6f35 HTTP/1.1" 200 115 0.054997 10.0.0.34 - - [2024-10-24 02:45:01] "GET /virtual-machine-interface/8c630407-942e-49ff-b29a-26841b58858d?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1664 0.018326 10.0.0.34 - - [2024-10-24 02:45:01] "POST /ref-update HTTP/1.1" 200 156 0.018739 10.0.0.34 - - [2024-10-24 02:45:01] "GET /instance-ip/ad79acd5-b23b-4c98-9514-247a6429a56c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1697 0.008454 10.0.0.34 - - [2024-10-24 02:45:01] "DELETE /instance-ip/ad79acd5-b23b-4c98-9514-247a6429a56c HTTP/1.1" 200 115 0.036696 10.0.0.34 - - [2024-10-24 02:45:01] "DELETE /virtual-machine-interface/8c630407-942e-49ff-b29a-26841b58858d HTTP/1.1" 200 115 0.039683 10.0.0.34 - - [2024-10-24 02:45:01] "POST /ref-update HTTP/1.1" 200 156 0.012841 10.0.0.34 - - [2024-10-24 02:45:01] "DELETE /virtual-machine/266d2194-6880-4b1f-bcf4-a1330634c369 HTTP/1.1" 200 115 0.021725 10.0.0.34 - - [2024-10-24 02:45:02] "POST /neutron/network HTTP/1.1" 200 835 0.007213 10.0.0.34 - - [2024-10-24 02:45:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001373 10.0.0.34 - - [2024-10-24 02:45:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.007140 10.0.0.34 - - [2024-10-24 02:45:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001273 10.0.0.34 - - [2024-10-24 02:45:02] "POST /neutron/network HTTP/1.1" 200 151 0.095890 10.0.0.34 - - [2024-10-24 02:45:02] "DELETE /route-target/a2a0f8a0-a7e2-4e38-8381-2faa19fd090a HTTP/1.1" 200 115 0.015956 10.0.0.34 - - [2024-10-24 02:45:02] "POST /neutron/network HTTP/1.1" 200 827 0.006978 10.0.0.34 - - [2024-10-24 02:45:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.014409 10.0.0.34 - - [2024-10-24 02:45:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003893 10.0.0.34 - - [2024-10-24 02:45:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001435 10.0.0.34 - - [2024-10-24 02:45:02] "POST /neutron/network HTTP/1.1" 200 151 0.113654 10.0.0.34 - - [2024-10-24 02:45:02] "DELETE /route-target/30774e5c-849d-440c-b35b-c3e89de835c2 HTTP/1.1" 200 115 0.034069 10.0.0.34 - - [2024-10-24 02:45:02] "GET /projects?obj_uuids=a684e079-d8b0-4c67-9c9f-fea0b8850f14&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001389 10.0.0.34 - - [2024-10-24 02:45:02] "GET /project/a684e079-d8b0-4c67-9c9f-fea0b8850f14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.040682 10.0.0.34 - - [2024-10-24 02:45:02] "GET /projects?obj_uuids=a684e079-d8b0-4c67-9c9f-fea0b8850f14&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001469 10.0.0.34 - - [2024-10-24 02:45:02] "GET /project/a684e079-d8b0-4c67-9c9f-fea0b8850f14?fields=virtual_networks HTTP/1.1" 200 1049 0.044544 10.0.0.34 - - [2024-10-24 02:45:03] "GET /projects?obj_uuids=a684e079-d8b0-4c67-9c9f-fea0b8850f14&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001407 10.0.0.34 - - [2024-10-24 02:45:03] "GET /project/a684e079-d8b0-4c67-9c9f-fea0b8850f14?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.050865 10.0.0.34 - - [2024-10-24 02:45:03] "GET /projects?obj_uuids=a684e079-d8b0-4c67-9c9f-fea0b8850f14&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001362 10.0.0.34 - - [2024-10-24 02:45:03] "GET /project/a684e079-d8b0-4c67-9c9f-fea0b8850f14?fields=security_groups HTTP/1.1" 200 1278 0.043841 10.0.0.34 - - [2024-10-24 02:45:04] "POST /fqname-to-id HTTP/1.1" 404 196 0.033334 10.0.0.34 - - [2024-10-24 02:45:04] "GET /projects?obj_uuids=efa240d2-f579-4502-9cbf-21ac6ad90f82&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003519 10.0.0.34 - - [2024-10-24 02:45:04] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001452 10.0.0.34 - - [2024-10-24 02:45:04] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010364 10.0.0.34 - - [2024-10-24 02:45:04] "POST /id-to-fqname HTTP/1.1" 200 198 0.001722 10.0.0.34 - - [2024-10-24 02:45:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.007244 10.0.0.34 - - [2024-10-24 02:45:04] "POST /security-groups HTTP/1.1" 200 599 0.067434 10.0.0.34 - - [2024-10-24 02:45:04] "POST /fqname-to-id HTTP/1.1" 404 242 0.003198 10.0.0.34 - - [2024-10-24 02:45:04] "POST /projects HTTP/1.1" 200 601 0.255992 10.0.0.34 - - [2024-10-24 02:45:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.333823 10.0.0.34 - - [2024-10-24 02:45:04] "POST /access-control-lists HTTP/1.1" 200 604 0.062809 10.0.0.34 - - [2024-10-24 02:45:04] "POST /fqname-to-id HTTP/1.1" 404 241 0.003870 10.0.0.34 - - [2024-10-24 02:45:04] "GET /project/efa240d2-f579-4502-9cbf-21ac6ad90f82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.499917 10.0.0.34 - - [2024-10-24 02:45:04] "POST /access-control-lists HTTP/1.1" 200 602 0.064514 10.0.0.34 - - [2024-10-24 02:45:06] "GET / HTTP/1.1" 200 35931 0.002754 10.0.0.34 - - [2024-10-24 02:45:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000666 10.0.0.34 - - [2024-10-24 02:45:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.069853 10.0.0.34 - - [2024-10-24 02:45:07] "GET /projects?obj_uuids=efa240d2-f579-4502-9cbf-21ac6ad90f82&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001476 10.0.0.34 - - [2024-10-24 02:45:07] "GET /project/efa240d2-f579-4502-9cbf-21ac6ad90f82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.041643 10.0.0.34 - - [2024-10-24 02:45:07] "POST /neutron/network HTTP/1.1" 200 117 0.037276 10.0.0.34 - - [2024-10-24 02:45:07] "GET /projects?obj_uuids=efa240d2-f579-4502-9cbf-21ac6ad90f82&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002215 10.0.0.34 - - [2024-10-24 02:45:07] "POST /neutron/network HTTP/1.1" 200 613 0.116473 10.0.0.34 - - [2024-10-24 02:45:07] "POST /route-targets HTTP/1.1" 200 327 0.014570 10.0.0.34 - - [2024-10-24 02:45:07] "POST /ref-update HTTP/1.1" 200 156 0.013689 10.0.0.34 - - [2024-10-24 02:45:07] "POST /useragent-kv HTTP/1.1" 200 115 0.005223 10.0.0.34 - - [2024-10-24 02:45:07] "POST /neutron/subnet HTTP/1.1" 200 720 0.210675 10.0.0.34 - - [2024-10-24 02:45:08] "POST /useragent-kv HTTP/1.1" 200 115 0.010260 10.0.0.34 - - [2024-10-24 02:45:08] "POST /neutron/subnet HTTP/1.1" 200 828 0.211301 10.0.0.34 - - [2024-10-24 02:45:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.041097 10.0.0.34 - - [2024-10-24 02:45:08] "GET /virtual-network/7aa01f57-d87a-4413-bd4d-153ee570906d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1960 0.016115 10.0.0.34 - - [2024-10-24 02:45:08] "POST /neutron/network HTTP/1.1" 200 1005 0.009316 10.0.0.34 - - [2024-10-24 02:45:08] "POST /id-to-fqname HTTP/1.1" 200 228 0.002000 10.0.0.34 - - [2024-10-24 02:45:08] "GET /virtual-network/8389ba35-2488-43f9-879c-a261b8063436?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.013031 10.0.0.34 - - [2024-10-24 02:45:08] "POST /neutron/network HTTP/1.1" 200 1005 0.010911 10.0.0.34 - - [2024-10-24 02:45:08] "GET /virtual-network/8389ba35-2488-43f9-879c-a261b8063436?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.009857 10.0.0.34 - - [2024-10-24 02:45:08] "POST /neutron/network HTTP/1.1" 200 1005 0.009279 10.0.0.34 - - [2024-10-24 02:45:08] "POST /neutron/subnet HTTP/1.1" 200 720 0.009023 10.0.0.34 - - [2024-10-24 02:45:08] "POST /neutron/subnet HTTP/1.1" 200 828 0.011756 10.0.0.34 - - [2024-10-24 02:45:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.34 - - [2024-10-24 02:45:08] "GET /projects?obj_uuids=efa240d2-f579-4502-9cbf-21ac6ad90f82&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001445 10.0.0.34 - - [2024-10-24 02:45:08] "GET /project/efa240d2-f579-4502-9cbf-21ac6ad90f82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.044746 10.0.0.34 - - [2024-10-24 02:45:08] "POST /neutron/network HTTP/1.1" 200 117 0.011436 10.0.0.34 - - [2024-10-24 02:45:08] "GET /projects?obj_uuids=efa240d2-f579-4502-9cbf-21ac6ad90f82&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002055 10.0.0.34 - - [2024-10-24 02:45:08] "POST /neutron/network HTTP/1.1" 200 613 0.104809 10.0.0.34 - - [2024-10-24 02:45:08] "POST /route-targets HTTP/1.1" 200 327 0.015554 10.0.0.34 - - [2024-10-24 02:45:08] "POST /ref-update HTTP/1.1" 200 156 0.018983 10.0.0.34 - - [2024-10-24 02:45:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003470 10.0.0.34 - - [2024-10-24 02:45:08] "POST /neutron/subnet HTTP/1.1" 200 715 0.169648 10.0.0.34 - - [2024-10-24 02:45:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.007533 10.0.0.34 - - [2024-10-24 02:45:08] "GET /virtual-network/7aa01f57-d87a-4413-bd4d-153ee570906d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1960 0.010839 10.0.0.34 - - [2024-10-24 02:45:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003143 10.0.0.34 - - [2024-10-24 02:45:08] "POST /neutron/subnet HTTP/1.1" 200 823 0.182101 10.0.0.34 - - [2024-10-24 02:45:09] "POST /neutron/network HTTP/1.1" 200 1003 0.011050 10.0.0.34 - - [2024-10-24 02:45:09] "POST /id-to-fqname HTTP/1.1" 200 228 0.001667 10.0.0.34 - - [2024-10-24 02:45:09] "GET /virtual-network/0fb7ebdb-4e7a-40de-bc4c-57eb968306b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.010897 10.0.0.34 - - [2024-10-24 02:45:09] "POST /neutron/network HTTP/1.1" 200 1003 0.009593 10.0.0.34 - - [2024-10-24 02:45:09] "GET /virtual-network/0fb7ebdb-4e7a-40de-bc4c-57eb968306b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.010696 10.0.0.34 - - [2024-10-24 02:45:09] "POST /neutron/network HTTP/1.1" 200 1003 0.010250 10.0.0.34 - - [2024-10-24 02:45:09] "POST /neutron/subnet HTTP/1.1" 200 715 0.010177 10.0.0.34 - - [2024-10-24 02:45:09] "POST /neutron/subnet HTTP/1.1" 200 823 0.011609 10.0.0.34 - - [2024-10-24 02:45:09] "POST /fqname-to-id HTTP/1.1" 404 234 0.004033 10.0.0.34 - - [2024-10-24 02:45:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.34 - - [2024-10-24 02:45:09] "GET /projects?obj_uuids=efa240d2-f579-4502-9cbf-21ac6ad90f82&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002040 10.0.0.34 - - [2024-10-24 02:45:09] "GET /project/efa240d2-f579-4502-9cbf-21ac6ad90f82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.044022 10.0.0.34 - - [2024-10-24 02:45:09] "POST /network-policys HTTP/1.1" 200 577 0.064753 10.0.0.34 - - [2024-10-24 02:45:09] "GET /network-policy/cb404f72-07e1-41ca-9ada-ce57cd794a21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.006556 10.0.0.34 - - [2024-10-24 02:45:09] "POST /neutron/network HTTP/1.1" 200 1005 0.010015 10.0.0.34 - - [2024-10-24 02:45:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.009239 10.0.0.34 - - [2024-10-24 02:45:09] "POST /fqname-to-id HTTP/1.1" 404 242 0.008447 10.0.0.34 - - [2024-10-24 02:45:09] "GET /virtual-network/7aa01f57-d87a-4413-bd4d-153ee570906d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1960 0.010220 10.0.0.34 - - [2024-10-24 02:45:09] "POST /neutron/network HTTP/1.1" 200 1113 0.075769 10.0.0.34 - - [2024-10-24 02:45:09] "POST /access-control-lists HTTP/1.1" 200 596 0.084360 10.0.0.34 - - [2024-10-24 02:45:09] "POST /neutron/network HTTP/1.1" 200 1113 0.053654 10.0.0.34 - - [2024-10-24 02:45:09] "GET /virtual-network/8389ba35-2488-43f9-879c-a261b8063436?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.016031 10.0.0.34 - - [2024-10-24 02:45:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.34 - - [2024-10-24 02:45:09] "GET /network-policy/cb404f72-07e1-41ca-9ada-ce57cd794a21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.005471 10.0.0.34 - - [2024-10-24 02:45:09] "POST /neutron/network HTTP/1.1" 200 1003 0.009831 10.0.0.34 - - [2024-10-24 02:45:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.007243 10.0.0.34 - - [2024-10-24 02:45:09] "POST /fqname-to-id HTTP/1.1" 404 242 0.006287 10.0.0.34 - - [2024-10-24 02:45:09] "GET /virtual-network/7aa01f57-d87a-4413-bd4d-153ee570906d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1960 0.012419 10.0.0.34 - - [2024-10-24 02:45:09] "POST /neutron/network HTTP/1.1" 200 1111 0.082429 10.0.0.34 - - [2024-10-24 02:45:10] "POST /access-control-lists HTTP/1.1" 200 596 0.090279 10.0.0.34 - - [2024-10-24 02:45:10] "POST /neutron/network HTTP/1.1" 200 1111 0.044932 10.0.0.34 - - [2024-10-24 02:45:10] "GET /virtual-network/0fb7ebdb-4e7a-40de-bc4c-57eb968306b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.011112 10.0.0.34 - - [2024-10-24 02:45:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.34 - - [2024-10-24 02:45:10] "POST /ref-update HTTP/1.1" 200 156 0.012876 10.0.0.34 - - [2024-10-24 02:45:10] "GET /network-policy/cb404f72-07e1-41ca-9ada-ce57cd794a21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.005349 10.0.0.34 - - [2024-10-24 02:45:10] "GET /domains HTTP/1.1" 401 292 0.000596 10.0.0.34 - - [2024-10-24 02:45:10] "PUT /access-control-list/90d5b000-1137-404f-9a99-b8380add332f HTTP/1.1" 200 272 0.060801 10.0.0.34 - - [2024-10-24 02:45:10] "GET /domains HTTP/1.1" 200 280 0.036629 10.0.0.34 - - [2024-10-24 02:45:10] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001496 10.0.0.34 - - [2024-10-24 02:45:10] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08 HTTP/1.1" 200 2771 0.011913 10.0.0.34 - - [2024-10-24 02:45:10] "GET /projects?obj_uuids=efa240d2-f579-4502-9cbf-21ac6ad90f82&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001439 10.0.0.34 - - [2024-10-24 02:45:10] "GET /project/efa240d2-f579-4502-9cbf-21ac6ad90f82 HTTP/1.1" 200 2636 0.082550 10.0.0.34 - - [2024-10-24 02:45:10] "GET /virtual-network/8389ba35-2488-43f9-879c-a261b8063436 HTTP/1.1" 200 3501 0.011027 10.0.0.34 - - [2024-10-24 02:45:10] "GET /virtual-network/8389ba35-2488-43f9-879c-a261b8063436 HTTP/1.1" 200 3501 0.009266 10.0.0.34 - - [2024-10-24 02:45:10] "GET /routing-instance/93782bca-7773-4f45-adc9-9af802261bc4 HTTP/1.1" 200 1796 0.005979 10.0.0.34 - - [2024-10-24 02:45:10] "GET /routing-instance/93782bca-7773-4f45-adc9-9af802261bc4 HTTP/1.1" 200 1796 0.006197 10.0.0.34 - - [2024-10-24 02:45:10] "GET /route-target/b95c3e95-f7aa-41bb-9a42-31d514158e0c HTTP/1.1" 200 1213 0.004836 10.0.0.34 - - [2024-10-24 02:45:10] "GET /virtual-network/8389ba35-2488-43f9-879c-a261b8063436 HTTP/1.1" 200 3501 0.011781 10.0.0.34 - - [2024-10-24 02:45:10] "GET /routing-instance/93782bca-7773-4f45-adc9-9af802261bc4 HTTP/1.1" 200 1796 0.005773 10.0.0.34 - - [2024-10-24 02:45:10] "GET /virtual-network/8389ba35-2488-43f9-879c-a261b8063436?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.012376 10.0.0.34 - - [2024-10-24 02:45:10] "GET /virtual-network/8389ba35-2488-43f9-879c-a261b8063436 HTTP/1.1" 200 3501 0.012294 10.0.0.34 - - [2024-10-24 02:45:10] "GET /routing-instance/93782bca-7773-4f45-adc9-9af802261bc4 HTTP/1.1" 200 1796 0.005411 10.0.0.34 - - [2024-10-24 02:45:10] "GET /routing-instance/93782bca-7773-4f45-adc9-9af802261bc4 HTTP/1.1" 200 1796 0.005240 10.0.0.34 - - [2024-10-24 02:45:10] "GET /route-target/b95c3e95-f7aa-41bb-9a42-31d514158e0c HTTP/1.1" 200 1213 0.004981 10.0.0.34 - - [2024-10-24 02:45:10] "GET /domains HTTP/1.1" 200 280 0.003067 10.0.0.34 - - [2024-10-24 02:45:10] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001365 10.0.0.34 - - [2024-10-24 02:45:10] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08 HTTP/1.1" 200 2771 0.009427 10.0.0.34 - - [2024-10-24 02:45:10] "GET /projects?obj_uuids=efa240d2-f579-4502-9cbf-21ac6ad90f82&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001426 10.0.0.34 - - [2024-10-24 02:45:10] "GET /project/efa240d2-f579-4502-9cbf-21ac6ad90f82 HTTP/1.1" 200 2636 0.079876 10.0.0.34 - - [2024-10-24 02:45:10] "GET /virtual-network/8389ba35-2488-43f9-879c-a261b8063436 HTTP/1.1" 200 3501 0.009707 10.0.0.34 - - [2024-10-24 02:45:11] "GET /obj-perms HTTP/1.1" 200 5046 0.061532 10.0.0.34 - - [2024-10-24 02:45:11] "GET /domains HTTP/1.1" 200 280 0.003757 10.0.0.34 - - [2024-10-24 02:45:11] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001419 10.0.0.34 - - [2024-10-24 02:45:11] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08 HTTP/1.1" 200 2771 0.010325 10.0.0.34 - - [2024-10-24 02:45:11] "GET /projects?obj_uuids=efa240d2-f579-4502-9cbf-21ac6ad90f82&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001378 10.0.0.34 - - [2024-10-24 02:45:11] "GET /project/efa240d2-f579-4502-9cbf-21ac6ad90f82 HTTP/1.1" 200 2636 0.077173 10.0.0.34 - - [2024-10-24 02:45:11] "GET /virtual-network/0fb7ebdb-4e7a-40de-bc4c-57eb968306b4 HTTP/1.1" 200 3496 0.013124 10.0.0.34 - - [2024-10-24 02:45:11] "GET /virtual-network/0fb7ebdb-4e7a-40de-bc4c-57eb968306b4 HTTP/1.1" 200 3496 0.011125 10.0.0.34 - - [2024-10-24 02:45:11] "GET /routing-instance/878e0427-06da-4c7c-8548-f8c31502e48f HTTP/1.1" 200 1794 0.009500 10.0.0.34 - - [2024-10-24 02:45:11] "GET /routing-instance/878e0427-06da-4c7c-8548-f8c31502e48f HTTP/1.1" 200 1794 0.006871 10.0.0.34 - - [2024-10-24 02:45:11] "GET /route-target/215ed4ae-aaa1-4f8a-92de-ba14a13223b5 HTTP/1.1" 200 1212 0.005221 10.0.0.34 - - [2024-10-24 02:45:11] "GET /virtual-network/0fb7ebdb-4e7a-40de-bc4c-57eb968306b4 HTTP/1.1" 200 3496 0.012303 10.0.0.34 - - [2024-10-24 02:45:11] "GET /routing-instance/878e0427-06da-4c7c-8548-f8c31502e48f HTTP/1.1" 200 1794 0.005503 10.0.0.34 - - [2024-10-24 02:45:11] "GET /virtual-network/0fb7ebdb-4e7a-40de-bc4c-57eb968306b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.010128 10.0.0.34 - - [2024-10-24 02:45:11] "GET /virtual-network/0fb7ebdb-4e7a-40de-bc4c-57eb968306b4 HTTP/1.1" 200 3496 0.010884 10.0.0.34 - - [2024-10-24 02:45:11] "GET /routing-instance/878e0427-06da-4c7c-8548-f8c31502e48f HTTP/1.1" 200 1794 0.005219 10.0.0.34 - - [2024-10-24 02:45:11] "GET /routing-instance/878e0427-06da-4c7c-8548-f8c31502e48f HTTP/1.1" 200 1794 0.005251 10.0.0.34 - - [2024-10-24 02:45:11] "GET /route-target/215ed4ae-aaa1-4f8a-92de-ba14a13223b5 HTTP/1.1" 200 1212 0.004767 10.0.0.34 - - [2024-10-24 02:45:11] "GET /domains HTTP/1.1" 200 280 0.003080 10.0.0.34 - - [2024-10-24 02:45:11] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001743 10.0.0.34 - - [2024-10-24 02:45:11] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08 HTTP/1.1" 200 2771 0.011114 10.0.0.34 - - [2024-10-24 02:45:11] "GET /projects?obj_uuids=efa240d2-f579-4502-9cbf-21ac6ad90f82&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001298 10.0.0.34 - - [2024-10-24 02:45:11] "GET /project/efa240d2-f579-4502-9cbf-21ac6ad90f82 HTTP/1.1" 200 2636 0.082943 10.0.0.34 - - [2024-10-24 02:45:11] "GET /virtual-network/0fb7ebdb-4e7a-40de-bc4c-57eb968306b4 HTTP/1.1" 200 3496 0.010265 10.0.0.34 - - [2024-10-24 02:45:11] "GET /obj-perms HTTP/1.1" 200 5046 0.003599 10.0.0.34 - - [2024-10-24 02:45:11] "GET /virtual-network/0fb7ebdb-4e7a-40de-bc4c-57eb968306b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.011652 10.0.0.34 - - [2024-10-24 02:45:11] "POST /neutron/network HTTP/1.1" 200 1111 0.009901 10.0.0.34 - - [2024-10-24 02:45:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.013489 10.0.0.34 - - [2024-10-24 02:45:11] "GET /virtual-network/7aa01f57-d87a-4413-bd4d-153ee570906d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1960 0.013578 10.0.0.34 - - [2024-10-24 02:45:11] "POST /neutron/network HTTP/1.1" 200 1003 0.080714 10.0.0.34 - - [2024-10-24 02:45:12] "DELETE /access-control-list/821c02cc-053b-4688-aca3-65280b9c8756 HTTP/1.1" 200 115 0.075429 10.0.0.34 - - [2024-10-24 02:45:12] "POST /neutron/network HTTP/1.1" 200 1003 0.012230 10.0.0.34 - - [2024-10-24 02:45:12] "GET /virtual-network/0fb7ebdb-4e7a-40de-bc4c-57eb968306b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.009514 10.0.0.34 - - [2024-10-24 02:45:12] "POST /ref-update HTTP/1.1" 200 156 0.022195 10.0.0.34 - - [2024-10-24 02:45:12] "GET /virtual-network/8389ba35-2488-43f9-879c-a261b8063436?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.012153 10.0.0.34 - - [2024-10-24 02:45:12] "POST /neutron/network HTTP/1.1" 200 1113 0.009842 10.0.0.34 - - [2024-10-24 02:45:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.012798 10.0.0.34 - - [2024-10-24 02:45:12] "GET /virtual-network/7aa01f57-d87a-4413-bd4d-153ee570906d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1960 0.012457 10.0.0.34 - - [2024-10-24 02:45:12] "POST /neutron/network HTTP/1.1" 200 1005 0.077830 10.0.0.34 - - [2024-10-24 02:45:12] "DELETE /access-control-list/90d5b000-1137-404f-9a99-b8380add332f HTTP/1.1" 200 115 0.071741 10.0.0.34 - - [2024-10-24 02:45:12] "POST /neutron/network HTTP/1.1" 200 1005 0.013767 10.0.0.34 - - [2024-10-24 02:45:12] "GET /virtual-network/8389ba35-2488-43f9-879c-a261b8063436?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.011686 10.0.0.34 - - [2024-10-24 02:45:12] "POST /ref-update HTTP/1.1" 200 156 0.028758 10.0.0.34 - - [2024-10-24 02:45:12] "DELETE /network-policy/cb404f72-07e1-41ca-9ada-ce57cd794a21 HTTP/1.1" 200 115 0.042181 10.0.0.34 - - [2024-10-24 02:45:12] "POST /neutron/network HTTP/1.1" 200 1003 0.011152 10.0.0.34 - - [2024-10-24 02:45:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001689 10.0.0.34 - - [2024-10-24 02:45:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001381 10.0.0.34 - - [2024-10-24 02:45:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.009520 10.0.0.34 - - [2024-10-24 02:45:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001291 10.0.0.34 - - [2024-10-24 02:45:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001279 10.0.0.34 - - [2024-10-24 02:45:12] "POST /neutron/network HTTP/1.1" 200 151 0.106097 10.0.0.34 - - [2024-10-24 02:45:12] "GET /routing-instance/878e0427-06da-4c7c-8548-f8c31502e48f HTTP/1.1" 404 171 0.004501 10.0.0.34 - - [2024-10-24 02:45:12] "DELETE /route-target/215ed4ae-aaa1-4f8a-92de-ba14a13223b5 HTTP/1.1" 200 115 0.027435 10.0.0.34 - - [2024-10-24 02:45:12] "GET /domains HTTP/1.1" 200 280 0.003276 10.0.0.34 - - [2024-10-24 02:45:12] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001362 10.0.0.34 - - [2024-10-24 02:45:12] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08 HTTP/1.1" 200 2771 0.053669 10.0.0.34 - - [2024-10-24 02:45:12] "GET /projects?obj_uuids=efa240d2-f579-4502-9cbf-21ac6ad90f82&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001580 10.0.0.34 - - [2024-10-24 02:45:12] "GET /project/efa240d2-f579-4502-9cbf-21ac6ad90f82 HTTP/1.1" 200 2156 0.077045 10.0.0.34 - - [2024-10-24 02:45:12] "POST /neutron/network HTTP/1.1" 200 1005 0.009160 10.0.0.34 - - [2024-10-24 02:45:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.009078 10.0.0.34 - - [2024-10-24 02:45:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002059 10.0.0.34 - - [2024-10-24 02:45:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002008 10.0.0.34 - - [2024-10-24 02:45:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001814 10.0.0.34 - - [2024-10-24 02:45:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002407 10.0.0.34 - - [2024-10-24 02:45:12] "POST /neutron/network HTTP/1.1" 200 151 0.148016 10.0.0.34 - - [2024-10-24 02:45:12] "DELETE /route-target/b95c3e95-f7aa-41bb-9a42-31d514158e0c HTTP/1.1" 200 115 0.042494 10.0.0.34 - - [2024-10-24 02:45:12] "GET /routing-instance/93782bca-7773-4f45-adc9-9af802261bc4 HTTP/1.1" 404 171 0.005136 10.0.0.34 - - [2024-10-24 02:45:12] "GET /domains HTTP/1.1" 200 280 0.002944 10.0.0.34 - - [2024-10-24 02:45:12] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001410 10.0.0.34 - - [2024-10-24 02:45:12] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08 HTTP/1.1" 200 2771 0.052406 10.0.0.34 - - [2024-10-24 02:45:12] "GET /projects?obj_uuids=efa240d2-f579-4502-9cbf-21ac6ad90f82&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001456 10.0.0.34 - - [2024-10-24 02:45:12] "GET /project/efa240d2-f579-4502-9cbf-21ac6ad90f82 HTTP/1.1" 200 1911 0.079682 10.0.0.34 - - [2024-10-24 02:45:13] "GET /projects?obj_uuids=efa240d2-f579-4502-9cbf-21ac6ad90f82&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002066 10.0.0.34 - - [2024-10-24 02:45:13] "GET /project/efa240d2-f579-4502-9cbf-21ac6ad90f82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.036677 10.0.0.34 - - [2024-10-24 02:45:13] "GET /projects?obj_uuids=efa240d2-f579-4502-9cbf-21ac6ad90f82&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002728 10.0.0.34 - - [2024-10-24 02:45:13] "GET /project/efa240d2-f579-4502-9cbf-21ac6ad90f82?fields=virtual_networks HTTP/1.1" 200 1059 0.050874 10.0.0.34 - - [2024-10-24 02:45:13] "GET /projects?obj_uuids=efa240d2-f579-4502-9cbf-21ac6ad90f82&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001454 10.0.0.34 - - [2024-10-24 02:45:13] "GET /project/efa240d2-f579-4502-9cbf-21ac6ad90f82?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.041505 10.0.0.34 - - [2024-10-24 02:45:13] "GET /projects?obj_uuids=efa240d2-f579-4502-9cbf-21ac6ad90f82&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001511 10.0.0.34 - - [2024-10-24 02:45:13] "GET /project/efa240d2-f579-4502-9cbf-21ac6ad90f82?fields=security_groups HTTP/1.1" 200 1293 0.042305 10.0.0.34 - - [2024-10-24 02:45:14] "POST /fqname-to-id HTTP/1.1" 404 190 0.032454 10.0.0.34 - - [2024-10-24 02:45:14] "GET /projects?obj_uuids=47a6c3e4-d3fb-43b4-bb26-32a7e3846119&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004005 10.0.0.34 - - [2024-10-24 02:45:14] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001282 10.0.0.34 - - [2024-10-24 02:45:14] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009850 10.0.0.34 - - [2024-10-24 02:45:14] "POST /id-to-fqname HTTP/1.1" 200 192 0.002689 10.0.0.34 - - [2024-10-24 02:45:14] "POST /fqname-to-id HTTP/1.1" 404 201 0.003539 10.0.0.34 - - [2024-10-24 02:45:14] "POST /security-groups HTTP/1.1" 200 593 0.066822 10.0.0.34 - - [2024-10-24 02:45:14] "POST /fqname-to-id HTTP/1.1" 404 236 0.003125 10.0.0.34 - - [2024-10-24 02:45:14] "POST /projects HTTP/1.1" 200 589 0.241922 10.0.0.34 - - [2024-10-24 02:45:14] "POST /access-control-lists HTTP/1.1" 200 598 0.060700 10.0.0.34 - - [2024-10-24 02:45:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.331086 10.0.0.34 - - [2024-10-24 02:45:14] "POST /fqname-to-id HTTP/1.1" 404 235 0.003110 10.0.0.34 - - [2024-10-24 02:45:15] "GET /project/47a6c3e4-d3fb-43b4-bb26-32a7e3846119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.483652 10.0.0.34 - - [2024-10-24 02:45:15] "POST /access-control-lists HTTP/1.1" 200 596 0.066494 10.0.0.34 - - [2024-10-24 02:45:16] "GET / HTTP/1.1" 200 35931 0.002779 10.0.0.34 - - [2024-10-24 02:45:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000718 10.0.0.34 - - [2024-10-24 02:45:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.078935 10.0.0.34 - - [2024-10-24 02:45:17] "GET /projects?obj_uuids=47a6c3e4-d3fb-43b4-bb26-32a7e3846119&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001572 10.0.0.34 - - [2024-10-24 02:45:17] "GET /project/47a6c3e4-d3fb-43b4-bb26-32a7e3846119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.038627 10.0.0.34 - - [2024-10-24 02:45:17] "POST /neutron/network HTTP/1.1" 200 117 0.037728 10.0.0.34 - - [2024-10-24 02:45:17] "GET /projects?obj_uuids=47a6c3e4-d3fb-43b4-bb26-32a7e3846119&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001824 10.0.0.34 - - [2024-10-24 02:45:17] "POST /neutron/network HTTP/1.1" 200 607 0.076921 10.0.0.34 - - [2024-10-24 02:45:17] "POST /route-targets HTTP/1.1" 200 327 0.014663 10.0.0.34 - - [2024-10-24 02:45:17] "POST /ref-update HTTP/1.1" 200 156 0.015448 10.0.0.34 - - [2024-10-24 02:45:17] "POST /useragent-kv HTTP/1.1" 200 115 0.005235 10.0.0.34 - - [2024-10-24 02:45:18] "POST /neutron/subnet HTTP/1.1" 200 715 0.203839 10.0.0.34 - - [2024-10-24 02:45:18] "POST /neutron/network HTTP/1.1" 200 824 0.006535 10.0.0.34 - - [2024-10-24 02:45:18] "POST /id-to-fqname HTTP/1.1" 200 222 0.001573 10.0.0.34 - - [2024-10-24 02:45:18] "GET /virtual-network/de52d0cf-8e37-4fc1-a670-39d123ce5c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.011080 10.0.0.34 - - [2024-10-24 02:45:18] "POST /neutron/network HTTP/1.1" 200 824 0.007065 10.0.0.34 - - [2024-10-24 02:45:18] "GET /virtual-network/de52d0cf-8e37-4fc1-a670-39d123ce5c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.010824 10.0.0.34 - - [2024-10-24 02:45:18] "POST /neutron/network HTTP/1.1" 200 824 0.007019 10.0.0.34 - - [2024-10-24 02:45:18] "POST /neutron/subnet HTTP/1.1" 200 715 0.009380 10.0.0.34 - - [2024-10-24 02:45:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.34 - - [2024-10-24 02:45:18] "GET /projects?obj_uuids=47a6c3e4-d3fb-43b4-bb26-32a7e3846119&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001355 10.0.0.34 - - [2024-10-24 02:45:18] "GET /project/47a6c3e4-d3fb-43b4-bb26-32a7e3846119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.039064 10.0.0.34 - - [2024-10-24 02:45:18] "POST /neutron/network HTTP/1.1" 200 117 0.011593 10.0.0.34 - - [2024-10-24 02:45:18] "GET /projects?obj_uuids=47a6c3e4-d3fb-43b4-bb26-32a7e3846119&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001412 10.0.0.34 - - [2024-10-24 02:45:18] "POST /neutron/network HTTP/1.1" 200 607 0.078058 10.0.0.34 - - [2024-10-24 02:45:18] "POST /route-targets HTTP/1.1" 200 327 0.015055 10.0.0.34 - - [2024-10-24 02:45:18] "POST /ref-update HTTP/1.1" 200 156 0.013875 10.0.0.34 - - [2024-10-24 02:45:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002827 10.0.0.34 - - [2024-10-24 02:45:18] "POST /neutron/subnet HTTP/1.1" 200 720 0.155785 10.0.0.34 - - [2024-10-24 02:45:18] "POST /neutron/network HTTP/1.1" 200 825 0.006808 10.0.0.34 - - [2024-10-24 02:45:18] "POST /id-to-fqname HTTP/1.1" 200 222 0.001717 10.0.0.34 - - [2024-10-24 02:45:18] "GET /virtual-network/820cf33d-7402-4556-839f-559b7be24053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.010990 10.0.0.34 - - [2024-10-24 02:45:18] "POST /neutron/network HTTP/1.1" 200 825 0.006893 10.0.0.34 - - [2024-10-24 02:45:18] "GET /virtual-network/820cf33d-7402-4556-839f-559b7be24053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.010137 10.0.0.34 - - [2024-10-24 02:45:18] "POST /neutron/network HTTP/1.1" 200 825 0.007210 10.0.0.34 - - [2024-10-24 02:45:18] "POST /neutron/subnet HTTP/1.1" 200 720 0.008130 10.0.0.34 - - [2024-10-24 02:45:18] "POST /fqname-to-id HTTP/1.1" 404 228 0.002833 10.0.0.34 - - [2024-10-24 02:45:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.34 - - [2024-10-24 02:45:18] "GET /projects?obj_uuids=47a6c3e4-d3fb-43b4-bb26-32a7e3846119&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001902 10.0.0.34 - - [2024-10-24 02:45:18] "GET /project/47a6c3e4-d3fb-43b4-bb26-32a7e3846119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.039807 10.0.0.34 - - [2024-10-24 02:45:18] "POST /network-policys HTTP/1.1" 200 571 0.020381 10.0.0.34 - - [2024-10-24 02:45:19] "GET /network-policy/2e42f446-0ea8-4a0c-854d-a141caa0ba54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.006071 10.0.0.34 - - [2024-10-24 02:45:19] "POST /neutron/network HTTP/1.1" 200 824 0.007333 10.0.0.34 - - [2024-10-24 02:45:19] "POST /fqname-to-id HTTP/1.1" 404 236 0.007572 10.0.0.34 - - [2024-10-24 02:45:19] "POST /neutron/network HTTP/1.1" 200 926 0.065042 10.0.0.34 - - [2024-10-24 02:45:19] "POST /neutron/network HTTP/1.1" 200 926 0.046245 10.0.0.34 - - [2024-10-24 02:45:19] "POST /access-control-lists HTTP/1.1" 200 590 0.078458 10.0.0.34 - - [2024-10-24 02:45:19] "GET /virtual-network/de52d0cf-8e37-4fc1-a670-39d123ce5c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.012149 10.0.0.34 - - [2024-10-24 02:45:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004468 10.0.0.34 - - [2024-10-24 02:45:19] "GET /network-policy/2e42f446-0ea8-4a0c-854d-a141caa0ba54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.005393 10.0.0.34 - - [2024-10-24 02:45:19] "POST /neutron/network HTTP/1.1" 200 825 0.008527 10.0.0.34 - - [2024-10-24 02:45:19] "POST /fqname-to-id HTTP/1.1" 404 236 0.004508 10.0.0.34 - - [2024-10-24 02:45:19] "POST /neutron/network HTTP/1.1" 200 927 0.050003 10.0.0.34 - - [2024-10-24 02:45:19] "POST /neutron/network HTTP/1.1" 200 927 0.046102 10.0.0.34 - - [2024-10-24 02:45:19] "POST /access-control-lists HTTP/1.1" 200 590 0.073870 10.0.0.34 - - [2024-10-24 02:45:19] "GET /virtual-network/820cf33d-7402-4556-839f-559b7be24053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.012882 10.0.0.34 - - [2024-10-24 02:45:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.34 - - [2024-10-24 02:45:19] "POST /ref-update HTTP/1.1" 200 156 0.012246 10.0.0.34 - - [2024-10-24 02:45:19] "GET /network-policy/2e42f446-0ea8-4a0c-854d-a141caa0ba54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.005037 10.0.0.34 - - [2024-10-24 02:45:19] "GET /domains HTTP/1.1" 401 292 0.000544 10.0.0.34 - - [2024-10-24 02:45:19] "PUT /access-control-list/f320211f-a65d-4084-ae98-9d2ffb734d16 HTTP/1.1" 200 272 0.057215 10.0.0.34 - - [2024-10-24 02:45:20] "GET /domains HTTP/1.1" 200 280 0.032599 10.0.0.34 - - [2024-10-24 02:45:20] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001498 10.0.0.34 - - [2024-10-24 02:45:20] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08 HTTP/1.1" 200 2959 0.012505 10.0.0.34 - - [2024-10-24 02:45:20] "GET /projects?obj_uuids=47a6c3e4-d3fb-43b4-bb26-32a7e3846119&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001683 10.0.0.34 - - [2024-10-24 02:45:20] "GET /project/47a6c3e4-d3fb-43b4-bb26-32a7e3846119 HTTP/1.1" 200 2581 0.082988 10.0.0.34 - - [2024-10-24 02:45:20] "GET /virtual-network/de52d0cf-8e37-4fc1-a670-39d123ce5c37 HTTP/1.1" 200 2886 0.013277 10.0.0.34 - - [2024-10-24 02:45:20] "GET /virtual-network/de52d0cf-8e37-4fc1-a670-39d123ce5c37 HTTP/1.1" 200 2886 0.009435 10.0.0.34 - - [2024-10-24 02:45:20] "GET /routing-instance/83e054af-8fb8-4320-857c-74c53457d378 HTTP/1.1" 200 1782 0.006028 10.0.0.34 - - [2024-10-24 02:45:20] "GET /routing-instance/83e054af-8fb8-4320-857c-74c53457d378 HTTP/1.1" 200 1782 0.005620 10.0.0.34 - - [2024-10-24 02:45:20] "GET /route-target/616a3c8f-3ed3-483b-807f-a4287550b704 HTTP/1.1" 200 1205 0.004303 10.0.0.34 - - [2024-10-24 02:45:20] "GET /virtual-network/de52d0cf-8e37-4fc1-a670-39d123ce5c37 HTTP/1.1" 200 2886 0.009520 10.0.0.34 - - [2024-10-24 02:45:20] "GET /routing-instance/83e054af-8fb8-4320-857c-74c53457d378 HTTP/1.1" 200 1782 0.004998 10.0.0.34 - - [2024-10-24 02:45:20] "GET /virtual-network/de52d0cf-8e37-4fc1-a670-39d123ce5c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.009712 10.0.0.34 - - [2024-10-24 02:45:20] "GET /virtual-network/de52d0cf-8e37-4fc1-a670-39d123ce5c37 HTTP/1.1" 200 2886 0.009765 10.0.0.34 - - [2024-10-24 02:45:20] "GET /routing-instance/83e054af-8fb8-4320-857c-74c53457d378 HTTP/1.1" 200 1782 0.005123 10.0.0.34 - - [2024-10-24 02:45:20] "GET /routing-instance/83e054af-8fb8-4320-857c-74c53457d378 HTTP/1.1" 200 1782 0.004902 10.0.0.34 - - [2024-10-24 02:45:20] "GET /route-target/616a3c8f-3ed3-483b-807f-a4287550b704 HTTP/1.1" 200 1205 0.004503 10.0.0.34 - - [2024-10-24 02:45:20] "GET /domains HTTP/1.1" 200 280 0.003864 10.0.0.34 - - [2024-10-24 02:45:20] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001882 10.0.0.34 - - [2024-10-24 02:45:20] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08 HTTP/1.1" 200 2959 0.010667 10.0.0.34 - - [2024-10-24 02:45:20] "GET /projects?obj_uuids=47a6c3e4-d3fb-43b4-bb26-32a7e3846119&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003531 10.0.0.34 - - [2024-10-24 02:45:20] "GET /project/47a6c3e4-d3fb-43b4-bb26-32a7e3846119 HTTP/1.1" 200 2581 0.084229 10.0.0.34 - - [2024-10-24 02:45:20] "GET /virtual-network/de52d0cf-8e37-4fc1-a670-39d123ce5c37 HTTP/1.1" 200 2886 0.009976 10.0.0.34 - - [2024-10-24 02:45:20] "GET /obj-perms HTTP/1.1" 200 5034 0.063549 10.0.0.34 - - [2024-10-24 02:45:20] "GET /domains HTTP/1.1" 200 280 0.003092 10.0.0.34 - - [2024-10-24 02:45:20] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001338 10.0.0.34 - - [2024-10-24 02:45:20] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08 HTTP/1.1" 200 2959 0.009486 10.0.0.34 - - [2024-10-24 02:45:20] "GET /projects?obj_uuids=47a6c3e4-d3fb-43b4-bb26-32a7e3846119&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001675 10.0.0.34 - - [2024-10-24 02:45:20] "GET /project/47a6c3e4-d3fb-43b4-bb26-32a7e3846119 HTTP/1.1" 200 2581 0.080013 10.0.0.34 - - [2024-10-24 02:45:20] "GET /virtual-network/820cf33d-7402-4556-839f-559b7be24053 HTTP/1.1" 200 2887 0.012337 10.0.0.34 - - [2024-10-24 02:45:21] "GET /virtual-network/820cf33d-7402-4556-839f-559b7be24053 HTTP/1.1" 200 2887 0.009547 10.0.0.34 - - [2024-10-24 02:45:21] "GET /routing-instance/d8dbca9a-84c7-46d7-adbc-be0063a8e099 HTTP/1.1" 200 1784 0.005183 10.0.0.34 - - [2024-10-24 02:45:21] "GET /routing-instance/d8dbca9a-84c7-46d7-adbc-be0063a8e099 HTTP/1.1" 200 1784 0.005226 10.0.0.34 - - [2024-10-24 02:45:21] "GET /route-target/b6a054b3-e09a-4a63-aefa-20fc5f21a654 HTTP/1.1" 200 1207 0.004348 10.0.0.34 - - [2024-10-24 02:45:21] "GET /virtual-network/820cf33d-7402-4556-839f-559b7be24053 HTTP/1.1" 200 2887 0.009211 10.0.0.34 - - [2024-10-24 02:45:21] "GET /routing-instance/d8dbca9a-84c7-46d7-adbc-be0063a8e099 HTTP/1.1" 200 1784 0.005177 10.0.0.34 - - [2024-10-24 02:45:21] "GET /virtual-network/820cf33d-7402-4556-839f-559b7be24053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.010859 10.0.0.34 - - [2024-10-24 02:45:21] "GET /virtual-network/820cf33d-7402-4556-839f-559b7be24053 HTTP/1.1" 200 2887 0.011161 10.0.0.34 - - [2024-10-24 02:45:21] "GET /routing-instance/d8dbca9a-84c7-46d7-adbc-be0063a8e099 HTTP/1.1" 200 1784 0.005846 10.0.0.34 - - [2024-10-24 02:45:21] "GET /routing-instance/d8dbca9a-84c7-46d7-adbc-be0063a8e099 HTTP/1.1" 200 1784 0.005828 10.0.0.34 - - [2024-10-24 02:45:21] "GET /route-target/b6a054b3-e09a-4a63-aefa-20fc5f21a654 HTTP/1.1" 200 1207 0.004721 10.0.0.34 - - [2024-10-24 02:45:21] "GET /domains HTTP/1.1" 200 280 0.003316 10.0.0.34 - - [2024-10-24 02:45:21] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001458 10.0.0.34 - - [2024-10-24 02:45:21] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08 HTTP/1.1" 200 2959 0.009968 10.0.0.34 - - [2024-10-24 02:45:21] "GET /projects?obj_uuids=47a6c3e4-d3fb-43b4-bb26-32a7e3846119&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001836 10.0.0.34 - - [2024-10-24 02:45:21] "GET /project/47a6c3e4-d3fb-43b4-bb26-32a7e3846119 HTTP/1.1" 200 2581 0.080462 10.0.0.34 - - [2024-10-24 02:45:21] "GET /virtual-network/820cf33d-7402-4556-839f-559b7be24053 HTTP/1.1" 200 2887 0.009467 10.0.0.34 - - [2024-10-24 02:45:21] "GET /obj-perms HTTP/1.1" 200 5034 0.003953 10.0.0.34 - - [2024-10-24 02:45:21] "POST /id-to-fqname HTTP/1.1" 200 222 0.001670 10.0.0.34 - - [2024-10-24 02:45:21] "POST /neutron/network HTTP/1.1" 200 936 0.007272 10.0.0.34 - - [2024-10-24 02:45:21] "GET /aaa-mode HTTP/1.1" 401 292 0.000538 10.0.0.34 - - [2024-10-24 02:45:21] "GET / HTTP/1.1" 200 35931 0.002770 10.0.0.34 - - [2024-10-24 02:45:21] "GET /project/47a6c3e4-d3fb-43b4-bb26-32a7e3846119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000671 10.0.0.34 - - [2024-10-24 02:45:22] "GET /projects?obj_uuids=47a6c3e4-d3fb-43b4-bb26-32a7e3846119&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001432 10.0.0.34 - - [2024-10-24 02:45:22] "GET /project/47a6c3e4-d3fb-43b4-bb26-32a7e3846119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.065371 10.0.0.34 - - [2024-10-24 02:45:22] "POST /neutron/network HTTP/1.1" 200 926 0.007217 10.0.0.34 - - [2024-10-24 02:45:22] "POST /neutron/port HTTP/1.1" 200 117 0.006443 10.0.0.34 - - [2024-10-24 02:45:22] "POST /neutron/port HTTP/1.1" 200 117 0.006144 10.0.0.34 - - [2024-10-24 02:45:22] "POST /id-to-fqname HTTP/1.1" 200 222 0.001705 10.0.0.34 - - [2024-10-24 02:45:22] "POST /neutron/port HTTP/1.1" 200 117 0.006589 10.0.0.34 - - [2024-10-24 02:45:22] "POST /neutron/network HTTP/1.1" 200 937 0.008832 10.0.0.34 - - [2024-10-24 02:45:22] "GET /aaa-mode HTTP/1.1" 401 292 0.000544 10.0.0.34 - - [2024-10-24 02:45:23] "POST /neutron/network HTTP/1.1" 200 936 0.008533 10.0.0.34 - - [2024-10-24 02:45:23] "GET /projects?obj_uuids=47a6c3e4-d3fb-43b4-bb26-32a7e3846119&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001466 10.0.0.34 - - [2024-10-24 02:45:23] "GET / HTTP/1.1" 200 35931 0.002584 10.0.0.34 - - [2024-10-24 02:45:23] "GET /project/47a6c3e4-d3fb-43b4-bb26-32a7e3846119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000589 10.0.0.34 - - [2024-10-24 02:45:23] "POST /neutron/port HTTP/1.1" 200 1060 0.279859 10.0.0.34 - - [2024-10-24 02:45:23] "POST /neutron/port HTTP/1.1" 200 1060 0.016903 10.0.0.34 - - [2024-10-24 02:45:23] "POST /neutron/port HTTP/1.1" 200 1060 0.012570 10.0.0.34 - - [2024-10-24 02:45:23] "POST /neutron/port HTTP/1.1" 200 1114 0.105700 10.0.0.34 - - [2024-10-24 02:45:23] "POST /neutron/port HTTP/1.1" 200 1088 0.020993 10.0.0.34 - - [2024-10-24 02:45:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004153 10.0.0.34 - - [2024-10-24 02:45:23] "POST /neutron/subnet HTTP/1.1" 200 689 0.023963 10.0.0.34 - - [2024-10-24 02:45:23] "GET /projects?obj_uuids=47a6c3e4-d3fb-43b4-bb26-32a7e3846119&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002556 10.0.0.34 - - [2024-10-24 02:45:23] "POST /neutron/port HTTP/1.1" 200 117 0.001509 10.0.0.34 - - [2024-10-24 02:45:23] "GET /project/47a6c3e4-d3fb-43b4-bb26-32a7e3846119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.089975 10.0.0.34 - - [2024-10-24 02:45:23] "POST /neutron/network HTTP/1.1" 200 926 0.008555 10.0.0.34 - - [2024-10-24 02:45:23] "POST /neutron/network HTTP/1.1" 200 927 0.018980 10.0.0.34 - - [2024-10-24 02:45:23] "POST /neutron/port HTTP/1.1" 200 1088 0.041438 10.0.0.34 - - [2024-10-24 02:45:24] "POST /neutron/security_group HTTP/1.1" 200 2060 0.018172 10.0.0.34 - - [2024-10-24 02:45:24] "POST /neutron/port HTTP/1.1" 200 117 0.011430 10.0.0.34 - - [2024-10-24 02:45:24] "POST /neutron/port HTTP/1.1" 200 1088 0.023028 10.0.0.34 - - [2024-10-24 02:45:24] "POST /neutron/security_group HTTP/1.1" 200 2060 0.011664 10.0.0.34 - - [2024-10-24 02:45:24] "POST /neutron/network HTTP/1.1" 200 937 0.010309 10.0.0.34 - - [2024-10-24 02:45:24] "GET /projects?obj_uuids=47a6c3e4-d3fb-43b4-bb26-32a7e3846119&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001487 10.0.0.34 - - [2024-10-24 02:45:24] "PUT /access-control-list/cef0a7c7-abbd-468d-bbc5-9f2f03906928 HTTP/1.1" 200 272 0.092860 10.0.0.34 - - [2024-10-24 02:45:24] "POST /neutron/port HTTP/1.1" 200 1061 0.443262 10.0.0.34 - - [2024-10-24 02:45:25] "POST /neutron/port HTTP/1.1" 200 1061 0.019798 10.0.0.34 - - [2024-10-24 02:45:25] "POST /neutron/port HTTP/1.1" 200 1061 0.016095 10.0.0.34 - - [2024-10-24 02:45:25] "POST /neutron/port HTTP/1.1" 200 1115 0.116000 10.0.0.34 - - [2024-10-24 02:45:25] "POST /neutron/port HTTP/1.1" 200 1089 0.024090 10.0.0.34 - - [2024-10-24 02:45:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004618 10.0.0.34 - - [2024-10-24 02:45:25] "POST /neutron/subnet HTTP/1.1" 200 694 0.017853 10.0.0.34 - - [2024-10-24 02:45:25] "POST /neutron/port HTTP/1.1" 200 117 0.001892 10.0.0.34 - - [2024-10-24 02:45:25] "POST /neutron/network HTTP/1.1" 200 927 0.013760 10.0.0.34 - - [2024-10-24 02:45:29] "POST /neutron/port HTTP/1.1" 200 1088 0.024023 10.0.0.34 - - [2024-10-24 02:45:29] "POST /neutron/security_group HTTP/1.1" 200 2060 0.013923 10.0.0.34 - - [2024-10-24 02:45:29] "POST /neutron/port HTTP/1.1" 200 1088 0.042136 10.0.0.34 - - [2024-10-24 02:45:29] "POST /neutron/security_group HTTP/1.1" 200 2060 0.013566 10.0.0.34 - - [2024-10-24 02:45:29] "POST /neutron/port HTTP/1.1" 200 1088 0.019903 10.0.0.34 - - [2024-10-24 02:45:29] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009772 10.0.0.34 - - [2024-10-24 02:45:29] "GET /virtual-machine/325f98d5-8d10-4178-be0b-7dedac89ac37 HTTP/1.1" 200 1294 0.008357 10.0.0.34 - - [2024-10-24 02:45:29] "GET /virtual-machine-interface/619b4dbd-fd8c-4b4e-862e-72c351398939 HTTP/1.1" 200 2950 0.012639 10.0.0.34 - - [2024-10-24 02:45:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005561 10.0.0.34 - - [2024-10-24 02:45:29] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.006214 10.0.0.34 - - [2024-10-24 02:45:29] "GET /virtual-networks?parent_id=47a6c3e4-d3fb-43b4-bb26-32a7e3846119&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003934 10.0.0.34 - - [2024-10-24 02:45:29] "GET /virtual-network/de52d0cf-8e37-4fc1-a670-39d123ce5c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.014196 10.0.0.34 - - [2024-10-24 02:45:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.34 - - [2024-10-24 02:45:32] "GET /virtual-network/de52d0cf-8e37-4fc1-a670-39d123ce5c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.011123 10.0.0.34 - - [2024-10-24 02:45:33] "POST /neutron/port HTTP/1.1" 200 1088 0.025864 10.0.0.34 - - [2024-10-24 02:45:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010811 10.0.0.34 - - [2024-10-24 02:45:34] "POST /neutron/port HTTP/1.1" 200 1088 0.022201 10.0.0.34 - - [2024-10-24 02:45:34] "POST /neutron/port HTTP/1.1" 200 1088 0.022448 10.0.0.34 - - [2024-10-24 02:45:34] "POST /neutron/network HTTP/1.1" 200 936 0.007830 10.0.0.34 - - [2024-10-24 02:45:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004750 10.0.0.34 - - [2024-10-24 02:45:34] "POST /neutron/subnet HTTP/1.1" 200 689 0.013757 10.0.0.34 - - [2024-10-24 02:45:34] "POST /neutron/port HTTP/1.1" 200 117 0.001678 10.0.0.34 - - [2024-10-24 02:45:34] "POST /neutron/network HTTP/1.1" 200 926 0.007519 10.0.0.34 - - [2024-10-24 02:45:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.34 - - [2024-10-24 02:45:35] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005709 10.0.0.34 - - [2024-10-24 02:45:35] "GET /virtual-networks?parent_id=47a6c3e4-d3fb-43b4-bb26-32a7e3846119&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003965 10.0.0.34 - - [2024-10-24 02:45:35] "GET /virtual-network/de52d0cf-8e37-4fc1-a670-39d123ce5c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.011477 10.0.0.34 - - [2024-10-24 02:45:35] "POST /neutron/port HTTP/1.1" 200 1089 0.019542 10.0.0.34 - - [2024-10-24 02:45:35] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008568 10.0.0.34 - - [2024-10-24 02:45:35] "POST /neutron/port HTTP/1.1" 200 1089 0.020271 10.0.0.34 - - [2024-10-24 02:45:35] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008530 10.0.0.34 - - [2024-10-24 02:45:35] "POST /neutron/port HTTP/1.1" 200 1089 0.020616 10.0.0.34 - - [2024-10-24 02:45:35] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008986 10.0.0.34 - - [2024-10-24 02:45:35] "GET /virtual-machine/310f5c28-4a62-465f-b1ad-be4d84c9cf2e HTTP/1.1" 200 1294 0.011489 10.0.0.34 - - [2024-10-24 02:45:35] "GET /virtual-machine-interface/6711a5a5-d933-475c-a347-2ac6a74b4167 HTTP/1.1" 200 2951 0.014958 10.0.0.34 - - [2024-10-24 02:45:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089 10.0.0.34 - - [2024-10-24 02:45:35] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.007692 10.0.0.34 - - [2024-10-24 02:45:35] "GET /virtual-networks?parent_id=47a6c3e4-d3fb-43b4-bb26-32a7e3846119&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.005440 10.0.0.34 - - [2024-10-24 02:45:35] "POST /neutron/port HTTP/1.1" 200 1089 0.023341 10.0.0.34 - - [2024-10-24 02:45:35] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007285 10.0.0.34 - - [2024-10-24 02:45:35] "GET /virtual-network/820cf33d-7402-4556-839f-559b7be24053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.012571 10.0.0.34 - - [2024-10-24 02:45:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.34 - - [2024-10-24 02:45:37] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005288 10.0.0.34 - - [2024-10-24 02:45:37] "GET /virtual-networks?parent_id=47a6c3e4-d3fb-43b4-bb26-32a7e3846119&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003949 10.0.0.34 - - [2024-10-24 02:45:37] "GET /virtual-network/820cf33d-7402-4556-839f-559b7be24053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.011349 10.0.0.34 - - [2024-10-24 02:45:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004109 10.0.0.34 - - [2024-10-24 02:45:41] "GET /projects?obj_uuids=47a6c3e4-d3fb-43b4-bb26-32a7e3846119&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001320 10.0.0.34 - - [2024-10-24 02:45:41] "GET /project/47a6c3e4-d3fb-43b4-bb26-32a7e3846119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.038532 10.0.0.34 - - [2024-10-24 02:45:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.34 - - [2024-10-24 02:45:41] "PUT /network-policy/2e42f446-0ea8-4a0c-854d-a141caa0ba54 HTTP/1.1" 200 262 0.012339 10.0.0.34 - - [2024-10-24 02:45:41] "PUT /access-control-list/cef0a7c7-abbd-468d-bbc5-9f2f03906928 HTTP/1.1" 200 272 0.060702 10.0.0.34 - - [2024-10-24 02:45:41] "POST /ref-update HTTP/1.1" 200 156 0.023023 10.0.0.34 - - [2024-10-24 02:45:41] "PUT /access-control-list/f320211f-a65d-4084-ae98-9d2ffb734d16 HTTP/1.1" 200 272 0.055472 10.0.0.34 - - [2024-10-24 02:45:41] "POST /ref-update HTTP/1.1" 200 156 0.017500 10.0.0.34 - - [2024-10-24 02:45:44] "DELETE /project/47a6c3e4d3fb43b4bb2632a7e3846119 HTTP/1.1" 404 173 0.022412 10.0.0.34 - - [2024-10-24 02:45:44] "DELETE /project/efa240d2f57945029cbf21ac6ad90f82 HTTP/1.1" 404 173 0.013592 10.0.0.34 - - [2024-10-24 02:45:44] "GET /projects?obj_uuids=a684e079-d8b0-4c67-9c9f-fea0b8850f14&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001494 10.0.0.34 - - [2024-10-24 02:45:44] "GET /projects?obj_uuids=efa240d2-f579-4502-9cbf-21ac6ad90f82&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001649 10.0.0.34 - - [2024-10-24 02:45:45] "GET /project/efa240d2-f579-4502-9cbf-21ac6ad90f82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.081764 10.0.0.34 - - [2024-10-24 02:45:45] "GET /project/a684e079-d8b0-4c67-9c9f-fea0b8850f14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.098217 10.0.0.34 - - [2024-10-24 02:45:45] "GET /projects?obj_uuids=a684e079-d8b0-4c67-9c9f-fea0b8850f14&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002798 10.0.0.34 - - [2024-10-24 02:45:45] "GET /projects?obj_uuids=efa240d2-f579-4502-9cbf-21ac6ad90f82&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001821 10.0.0.34 - - [2024-10-24 02:45:45] "GET /virtual-network/820cf33d-7402-4556-839f-559b7be24053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.024814 10.0.0.34 - - [2024-10-24 02:45:45] "POST /neutron/network HTTP/1.1" 200 927 0.008249 10.0.0.34 - - [2024-10-24 02:45:45] "GET /project/efa240d2-f579-4502-9cbf-21ac6ad90f82?fields=security_groups HTTP/1.1" 200 1398 0.083919 10.0.0.34 - - [2024-10-24 02:45:45] "GET /project/a684e079-d8b0-4c67-9c9f-fea0b8850f14?fields=security_groups HTTP/1.1" 200 1383 0.092683 10.0.0.34 - - [2024-10-24 02:45:45] "POST /neutron/network HTTP/1.1" 200 825 0.084237 10.0.0.34 - - [2024-10-24 02:45:45] "DELETE /access-control-list/cef0a7c7-abbd-468d-bbc5-9f2f03906928 HTTP/1.1" 200 115 0.074591 10.0.0.34 - - [2024-10-24 02:45:45] "POST /neutron/network HTTP/1.1" 200 825 0.019492 10.0.0.34 - - [2024-10-24 02:45:45] "GET /virtual-network/820cf33d-7402-4556-839f-559b7be24053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.019007 10.0.0.34 - - [2024-10-24 02:45:45] "GET /virtual-network/de52d0cf-8e37-4fc1-a670-39d123ce5c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.013126 10.0.0.34 - - [2024-10-24 02:45:45] "DELETE /security-group/39701d98-6dbf-4b41-8015-1453140ebe8b HTTP/1.1" 200 115 0.163471 10.0.0.34 - - [2024-10-24 02:45:45] "GET /projects?obj_uuids=efa240d2-f579-4502-9cbf-21ac6ad90f82&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001541 10.0.0.34 - - [2024-10-24 02:45:45] "DELETE /security-group/f0524aca-3034-49ad-9d95-8b6cd1fb01f3 HTTP/1.1" 200 115 0.166664 10.0.0.34 - - [2024-10-24 02:45:45] "GET /projects?obj_uuids=a684e079-d8b0-4c67-9c9f-fea0b8850f14&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002839 10.0.0.34 - - [2024-10-24 02:45:45] "DELETE /access-control-list/573a9f17-44a9-4500-a432-ca9ea9c30701 HTTP/1.1" 200 115 0.079752 10.0.0.34 - - [2024-10-24 02:45:45] "POST /neutron/network HTTP/1.1" 200 926 0.014436 10.0.0.34 - - [2024-10-24 02:45:45] "GET /project/efa240d2-f579-4502-9cbf-21ac6ad90f82?fields=application_policy_sets HTTP/1.1" 200 1437 0.083120 10.0.0.34 - - [2024-10-24 02:45:45] "DELETE /access-control-list/f9a4dfcb-6ec3-4f10-bc98-66211aa13189 HTTP/1.1" 200 115 0.069632 10.0.0.34 - - [2024-10-24 02:45:45] "GET /project/a684e079-d8b0-4c67-9c9f-fea0b8850f14?fields=application_policy_sets HTTP/1.1" 200 1422 0.120754 10.0.0.34 - - [2024-10-24 02:45:45] "POST /neutron/network HTTP/1.1" 200 824 0.118589 10.0.0.34 - - [2024-10-24 02:45:45] "DELETE /access-control-list/c4bea696-9a22-444c-b11b-8b442ca18acd HTTP/1.1" 200 115 0.071492 10.0.0.34 - - [2024-10-24 02:45:45] "POST /neutron/network HTTP/1.1" 200 824 0.015177 10.0.0.34 - - [2024-10-24 02:45:45] "GET /virtual-network/de52d0cf-8e37-4fc1-a670-39d123ce5c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.017172 10.0.0.34 - - [2024-10-24 02:45:45] "DELETE /access-control-list/a628d4f6-3ebb-43f1-9b7f-e3c5ed25aa61 HTTP/1.1" 200 115 0.076409 10.0.0.34 - - [2024-10-24 02:45:45] "POST /neutron/port HTTP/1.1" 200 1089 0.109444 10.0.0.34 - - [2024-10-24 02:45:45] "DELETE /network-policy/2e42f446-0ea8-4a0c-854d-a141caa0ba54 HTTP/1.1" 200 115 0.088462 10.0.0.34 - - [2024-10-24 02:45:45] "POST /neutron/port HTTP/1.1" 200 1115 0.048587 10.0.0.34 - - [2024-10-24 02:45:45] "DELETE /access-control-list/f320211f-a65d-4084-ae98-9d2ffb734d16 HTTP/1.1" 200 115 0.097544 10.0.0.34 - - [2024-10-24 02:45:45] "POST /neutron/network HTTP/1.1" 200 825 0.015617 10.0.0.34 - - [2024-10-24 02:45:45] "DELETE /project/efa240d2-f579-4502-9cbf-21ac6ad90f82 HTTP/1.1" 200 115 0.825505 10.0.0.34 - - [2024-10-24 02:45:45] "POST /neutron/port HTTP/1.1" 200 1088 0.042088 10.0.0.34 - - [2024-10-24 02:45:45] "POST /neutron/network HTTP/1.1" 400 204 0.023693 10.0.0.34 - - [2024-10-24 02:45:45] "DELETE /project/a684e079-d8b0-4c67-9c9f-fea0b8850f14 HTTP/1.1" 200 115 0.882421 10.0.0.34 - - [2024-10-24 02:45:45] "POST /neutron/port HTTP/1.1" 200 1114 0.018193 10.0.0.34 - - [2024-10-24 02:45:45] "POST /neutron/port HTTP/1.1" 200 151 0.176245 10.0.0.34 - - [2024-10-24 02:45:45] "POST /neutron/port HTTP/1.1" 200 151 0.151798 10.0.0.34 - - [2024-10-24 02:45:47] "POST /neutron/network HTTP/1.1" 200 825 0.007442 10.0.0.34 - - [2024-10-24 02:45:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002280 10.0.0.34 - - [2024-10-24 02:45:47] "POST /useragent-kv HTTP/1.1" 200 115 0.001489 10.0.0.34 - - [2024-10-24 02:45:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.007733 10.0.0.34 - - [2024-10-24 02:45:47] "POST /neutron/network HTTP/1.1" 200 151 0.092441 10.0.0.34 - - [2024-10-24 02:45:47] "GET /routing-instance/d8dbca9a-84c7-46d7-adbc-be0063a8e099 HTTP/1.1" 404 171 0.002798 10.0.0.34 - - [2024-10-24 02:45:47] "GET /domains HTTP/1.1" 200 280 0.003954 10.0.0.34 - - [2024-10-24 02:45:47] "DELETE /route-target/b6a054b3-e09a-4a63-aefa-20fc5f21a654 HTTP/1.1" 200 115 0.029807 10.0.0.34 - - [2024-10-24 02:45:47] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001435 10.0.0.34 - - [2024-10-24 02:45:48] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08 HTTP/1.1" 200 2576 0.056861 10.0.0.34 - - [2024-10-24 02:45:48] "GET /projects?obj_uuids=47a6c3e4-d3fb-43b4-bb26-32a7e3846119&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003883 10.0.0.34 - - [2024-10-24 02:45:48] "GET /project/47a6c3e4-d3fb-43b4-bb26-32a7e3846119 HTTP/1.1" 200 2113 0.083393 10.0.0.34 - - [2024-10-24 02:45:48] "POST /neutron/network HTTP/1.1" 200 824 0.007549 10.0.0.34 - - [2024-10-24 02:45:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006357 10.0.0.34 - - [2024-10-24 02:45:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001532 10.0.0.34 - - [2024-10-24 02:45:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001251 10.0.0.34 - - [2024-10-24 02:45:48] "POST /neutron/network HTTP/1.1" 200 151 0.098205 10.0.0.34 - - [2024-10-24 02:45:48] "DELETE /route-target/616a3c8f-3ed3-483b-807f-a4287550b704 HTTP/1.1" 200 115 0.022029 10.0.0.34 - - [2024-10-24 02:45:48] "GET /routing-instance/83e054af-8fb8-4320-857c-74c53457d378 HTTP/1.1" 404 171 0.002925 10.0.0.34 - - [2024-10-24 02:45:48] "GET /domains HTTP/1.1" 200 280 0.002670 10.0.0.34 - - [2024-10-24 02:45:48] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001351 10.0.0.34 - - [2024-10-24 02:45:48] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08 HTTP/1.1" 200 2576 0.050031 10.0.0.34 - - [2024-10-24 02:45:48] "GET /projects?obj_uuids=47a6c3e4-d3fb-43b4-bb26-32a7e3846119&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002058 10.0.0.34 - - [2024-10-24 02:45:48] "GET /project/47a6c3e4-d3fb-43b4-bb26-32a7e3846119 HTTP/1.1" 200 1874 0.082696 10.0.0.34 - - [2024-10-24 02:45:48] "GET /projects?obj_uuids=47a6c3e4-d3fb-43b4-bb26-32a7e3846119&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001314 10.0.0.34 - - [2024-10-24 02:45:48] "GET /project/47a6c3e4-d3fb-43b4-bb26-32a7e3846119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.039953 10.0.0.34 - - [2024-10-24 02:45:48] "GET /projects?obj_uuids=47a6c3e4-d3fb-43b4-bb26-32a7e3846119&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001594 10.0.0.34 - - [2024-10-24 02:45:48] "GET /project/47a6c3e4-d3fb-43b4-bb26-32a7e3846119?fields=virtual_networks HTTP/1.1" 200 1046 0.042150 10.0.0.34 - - [2024-10-24 02:45:48] "GET /projects?obj_uuids=47a6c3e4-d3fb-43b4-bb26-32a7e3846119&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001301 10.0.0.34 - - [2024-10-24 02:45:48] "GET /project/47a6c3e4-d3fb-43b4-bb26-32a7e3846119?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.042545 10.0.0.34 - - [2024-10-24 02:45:48] "GET /projects?obj_uuids=47a6c3e4-d3fb-43b4-bb26-32a7e3846119&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001361 10.0.0.34 - - [2024-10-24 02:45:48] "GET /project/47a6c3e4-d3fb-43b4-bb26-32a7e3846119?fields=security_groups HTTP/1.1" 200 1274 0.037278 10.0.0.34 - - [2024-10-24 02:45:49] "POST /fqname-to-id HTTP/1.1" 404 186 0.028824 10.0.0.34 - - [2024-10-24 02:45:49] "GET /projects?obj_uuids=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003123 10.0.0.34 - - [2024-10-24 02:45:49] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001752 10.0.0.34 - - [2024-10-24 02:45:49] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010464 10.0.0.34 - - [2024-10-24 02:45:50] "POST /id-to-fqname HTTP/1.1" 200 188 0.001923 10.0.0.34 - - [2024-10-24 02:45:50] "POST /fqname-to-id HTTP/1.1" 404 197 0.003496 10.0.0.34 - - [2024-10-24 02:45:50] "POST /security-groups HTTP/1.1" 200 589 0.063149 10.0.0.34 - - [2024-10-24 02:45:50] "POST /fqname-to-id HTTP/1.1" 404 232 0.004193 10.0.0.34 - - [2024-10-24 02:45:50] "POST /projects HTTP/1.1" 200 581 0.227079 10.0.0.34 - - [2024-10-24 02:45:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.260408 10.0.0.34 - - [2024-10-24 02:45:50] "POST /access-control-lists HTTP/1.1" 200 594 0.066765 10.0.0.34 - - [2024-10-24 02:45:50] "GET /project/ea582462-3ee9-4fcb-8641-b657a8e6a3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.417099 10.0.0.34 - - [2024-10-24 02:45:50] "POST /fqname-to-id HTTP/1.1" 404 231 0.002903 10.0.0.34 - - [2024-10-24 02:45:50] "POST /access-control-lists HTTP/1.1" 200 592 0.064363 10.0.0.34 - - [2024-10-24 02:45:51] "GET / HTTP/1.1" 200 35931 0.002868 10.0.0.34 - - [2024-10-24 02:45:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000594 10.0.0.34 - - [2024-10-24 02:45:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.044454 10.0.0.34 - - [2024-10-24 02:45:52] "GET /projects?obj_uuids=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001302 10.0.0.34 - - [2024-10-24 02:45:52] "GET /obj-perms HTTP/1.1" 200 5056 0.402015 10.0.0.34 - - [2024-10-24 02:45:52] "GET /project/ea582462-3ee9-4fcb-8641-b657a8e6a3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.048143 10.0.0.34 - - [2024-10-24 02:45:53] "POST /neutron/network HTTP/1.1" 200 117 0.297443 10.0.0.34 - - [2024-10-24 02:45:53] "GET /projects?obj_uuids=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001312 10.0.0.34 - - [2024-10-24 02:45:53] "GET /obj-perms HTTP/1.1" 200 5056 0.068274 10.0.0.34 - - [2024-10-24 02:45:53] "POST /neutron/network HTTP/1.1" 200 613 0.083276 10.0.0.34 - - [2024-10-24 02:45:53] "POST /route-targets HTTP/1.1" 200 327 0.014817 10.0.0.34 - - [2024-10-24 02:45:53] "POST /ref-update HTTP/1.1" 200 156 0.015155 10.0.0.34 - - [2024-10-24 02:45:53] "POST /useragent-kv HTTP/1.1" 200 115 0.005023 10.0.0.34 - - [2024-10-24 02:45:53] "POST /neutron/subnet HTTP/1.1" 200 729 0.179213 10.0.0.34 - - [2024-10-24 02:45:53] "POST /neutron/network HTTP/1.1" 200 833 0.006285 10.0.0.34 - - [2024-10-24 02:45:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.001517 10.0.0.34 - - [2024-10-24 02:45:53] "GET /virtual-network/8b2b1dea-6f93-4a8f-a87e-c4954abcb4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009976 10.0.0.34 - - [2024-10-24 02:45:53] "POST /neutron/network HTTP/1.1" 200 833 0.007308 10.0.0.34 - - [2024-10-24 02:45:53] "GET /virtual-network/8b2b1dea-6f93-4a8f-a87e-c4954abcb4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.010673 10.0.0.34 - - [2024-10-24 02:45:53] "POST /neutron/network HTTP/1.1" 200 833 0.007452 10.0.0.34 - - [2024-10-24 02:45:53] "POST /neutron/subnet HTTP/1.1" 200 729 0.008896 10.0.0.34 - - [2024-10-24 02:45:53] "GET /domains HTTP/1.1" 401 292 0.000481 10.0.0.34 - - [2024-10-24 02:45:54] "GET /domains HTTP/1.1" 200 280 0.036318 10.0.0.34 - - [2024-10-24 02:45:54] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001297 10.0.0.34 - - [2024-10-24 02:45:54] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08 HTTP/1.1" 200 2760 0.010777 10.0.0.34 - - [2024-10-24 02:45:54] "GET /projects?obj_uuids=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001292 10.0.0.34 - - [2024-10-24 02:45:54] "GET /project/ea582462-3ee9-4fcb-8641-b657a8e6a3eb HTTP/1.1" 200 2090 0.083568 10.0.0.34 - - [2024-10-24 02:45:54] "GET /virtual-network/8b2b1dea-6f93-4a8f-a87e-c4954abcb4bf HTTP/1.1" 200 2322 0.013149 10.0.0.34 - - [2024-10-24 02:45:54] "GET /virtual-network/8b2b1dea-6f93-4a8f-a87e-c4954abcb4bf HTTP/1.1" 200 2322 0.011641 10.0.0.34 - - [2024-10-24 02:45:54] "GET /routing-instance/7eb245aa-dc03-450d-89a2-b16b45dbba0a HTTP/1.1" 200 1492 0.006048 10.0.0.34 - - [2024-10-24 02:45:54] "GET /routing-instance/7eb245aa-dc03-450d-89a2-b16b45dbba0a HTTP/1.1" 200 1492 0.005988 10.0.0.34 - - [2024-10-24 02:45:54] "GET /route-target/2f0067c5-b33b-4706-8d78-af3b73acfd45 HTTP/1.1" 200 1212 0.005432 10.0.0.34 - - [2024-10-24 02:45:54] "GET /virtual-network/8b2b1dea-6f93-4a8f-a87e-c4954abcb4bf HTTP/1.1" 200 2322 0.010476 10.0.0.34 - - [2024-10-24 02:45:54] "GET /routing-instance/7eb245aa-dc03-450d-89a2-b16b45dbba0a HTTP/1.1" 200 1492 0.005466 10.0.0.34 - - [2024-10-24 02:45:54] "GET /virtual-network/8b2b1dea-6f93-4a8f-a87e-c4954abcb4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.010525 10.0.0.34 - - [2024-10-24 02:45:54] "GET /virtual-network/8b2b1dea-6f93-4a8f-a87e-c4954abcb4bf HTTP/1.1" 200 2322 0.011231 10.0.0.34 - - [2024-10-24 02:45:54] "GET /routing-instance/7eb245aa-dc03-450d-89a2-b16b45dbba0a HTTP/1.1" 200 1492 0.006370 10.0.0.34 - - [2024-10-24 02:45:54] "GET /routing-instance/7eb245aa-dc03-450d-89a2-b16b45dbba0a HTTP/1.1" 200 1492 0.006747 10.0.0.34 - - [2024-10-24 02:45:54] "GET /route-target/2f0067c5-b33b-4706-8d78-af3b73acfd45 HTTP/1.1" 200 1212 0.005739 10.0.0.34 - - [2024-10-24 02:45:54] "GET /domains HTTP/1.1" 200 280 0.003683 10.0.0.34 - - [2024-10-24 02:45:54] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001521 10.0.0.34 - - [2024-10-24 02:45:54] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08 HTTP/1.1" 200 2760 0.011316 10.0.0.34 - - [2024-10-24 02:45:54] "GET /projects?obj_uuids=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001993 10.0.0.34 - - [2024-10-24 02:45:54] "GET /project/ea582462-3ee9-4fcb-8641-b657a8e6a3eb HTTP/1.1" 200 2090 0.083293 10.0.0.34 - - [2024-10-24 02:45:54] "GET /virtual-network/8b2b1dea-6f93-4a8f-a87e-c4954abcb4bf HTTP/1.1" 200 2322 0.010061 10.0.0.34 - - [2024-10-24 02:45:55] "GET /obj-perms HTTP/1.1" 200 5026 0.059355 10.0.0.34 - - [2024-10-24 02:45:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.34 - - [2024-10-24 02:45:55] "GET /projects?obj_uuids=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001537 10.0.0.34 - - [2024-10-24 02:45:55] "GET /project/ea582462-3ee9-4fcb-8641-b657a8e6a3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.036797 10.0.0.34 - - [2024-10-24 02:45:55] "POST /neutron/network HTTP/1.1" 200 117 0.011225 10.0.0.34 - - [2024-10-24 02:45:55] "GET /projects?obj_uuids=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001550 10.0.0.34 - - [2024-10-24 02:45:55] "POST /neutron/network HTTP/1.1" 200 613 0.081716 10.0.0.34 - - [2024-10-24 02:45:55] "POST /route-targets HTTP/1.1" 200 327 0.015652 10.0.0.34 - - [2024-10-24 02:45:55] "POST /ref-update HTTP/1.1" 200 156 0.017854 10.0.0.34 - - [2024-10-24 02:45:55] "POST /useragent-kv HTTP/1.1" 200 115 0.005863 10.0.0.34 - - [2024-10-24 02:45:55] "POST /neutron/subnet HTTP/1.1" 200 734 0.205431 10.0.0.34 - - [2024-10-24 02:45:55] "POST /neutron/network HTTP/1.1" 200 834 0.008437 10.0.0.34 - - [2024-10-24 02:45:55] "POST /id-to-fqname HTTP/1.1" 200 223 0.001900 10.0.0.34 - - [2024-10-24 02:45:55] "GET /virtual-network/c7560750-b3b9-4cd4-9d09-d5f7ad2631d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.012405 10.0.0.34 - - [2024-10-24 02:45:55] "POST /neutron/network HTTP/1.1" 200 834 0.007860 10.0.0.34 - - [2024-10-24 02:45:55] "GET /virtual-network/c7560750-b3b9-4cd4-9d09-d5f7ad2631d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.013163 10.0.0.34 - - [2024-10-24 02:45:55] "POST /neutron/network HTTP/1.1" 200 834 0.007233 10.0.0.34 - - [2024-10-24 02:45:55] "POST /neutron/subnet HTTP/1.1" 200 734 0.008557 10.0.0.34 - - [2024-10-24 02:45:55] "GET /domains HTTP/1.1" 200 280 0.002892 10.0.0.34 - - [2024-10-24 02:45:55] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001766 10.0.0.34 - - [2024-10-24 02:45:55] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08 HTTP/1.1" 200 2760 0.012043 10.0.0.34 - - [2024-10-24 02:45:55] "GET /projects?obj_uuids=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001803 10.0.0.34 - - [2024-10-24 02:45:55] "GET /project/ea582462-3ee9-4fcb-8641-b657a8e6a3eb HTTP/1.1" 200 2308 0.080998 10.0.0.34 - - [2024-10-24 02:45:55] "GET /virtual-network/c7560750-b3b9-4cd4-9d09-d5f7ad2631d8 HTTP/1.1" 200 2325 0.011711 10.0.0.34 - - [2024-10-24 02:45:55] "GET /virtual-network/c7560750-b3b9-4cd4-9d09-d5f7ad2631d8 HTTP/1.1" 200 2325 0.010171 10.0.0.34 - - [2024-10-24 02:45:55] "GET /routing-instance/c0ef33ce-cd4d-4f6c-928c-2d60bca9b76a HTTP/1.1" 200 1494 0.005982 10.0.0.34 - - [2024-10-24 02:45:55] "GET /routing-instance/c0ef33ce-cd4d-4f6c-928c-2d60bca9b76a HTTP/1.1" 200 1494 0.005430 10.0.0.34 - - [2024-10-24 02:45:55] "GET /route-target/e38cff97-f2ab-41a2-b39a-7c7bc32643aa HTTP/1.1" 200 1213 0.004349 10.0.0.34 - - [2024-10-24 02:45:55] "GET /virtual-network/c7560750-b3b9-4cd4-9d09-d5f7ad2631d8 HTTP/1.1" 200 2325 0.010209 10.0.0.34 - - [2024-10-24 02:45:55] "GET /routing-instance/c0ef33ce-cd4d-4f6c-928c-2d60bca9b76a HTTP/1.1" 200 1494 0.005323 10.0.0.34 - - [2024-10-24 02:45:55] "GET /virtual-network/c7560750-b3b9-4cd4-9d09-d5f7ad2631d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.010311 10.0.0.34 - - [2024-10-24 02:45:55] "GET /virtual-network/c7560750-b3b9-4cd4-9d09-d5f7ad2631d8 HTTP/1.1" 200 2325 0.010832 10.0.0.34 - - [2024-10-24 02:45:56] "GET /routing-instance/c0ef33ce-cd4d-4f6c-928c-2d60bca9b76a HTTP/1.1" 200 1494 0.005701 10.0.0.34 - - [2024-10-24 02:45:56] "GET /routing-instance/c0ef33ce-cd4d-4f6c-928c-2d60bca9b76a HTTP/1.1" 200 1494 0.005410 10.0.0.34 - - [2024-10-24 02:45:56] "GET /route-target/e38cff97-f2ab-41a2-b39a-7c7bc32643aa HTTP/1.1" 200 1213 0.003981 10.0.0.34 - - [2024-10-24 02:45:56] "GET /domains HTTP/1.1" 200 280 0.003046 10.0.0.34 - - [2024-10-24 02:45:56] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001230 10.0.0.34 - - [2024-10-24 02:45:56] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08 HTTP/1.1" 200 2760 0.008963 10.0.0.34 - - [2024-10-24 02:45:56] "GET /projects?obj_uuids=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001173 10.0.0.34 - - [2024-10-24 02:45:56] "GET /project/ea582462-3ee9-4fcb-8641-b657a8e6a3eb HTTP/1.1" 200 2308 0.077222 10.0.0.34 - - [2024-10-24 02:45:56] "GET /virtual-network/c7560750-b3b9-4cd4-9d09-d5f7ad2631d8 HTTP/1.1" 200 2325 0.010536 10.0.0.34 - - [2024-10-24 02:45:56] "GET /obj-perms HTTP/1.1" 200 5026 0.004750 10.0.0.34 - - [2024-10-24 02:45:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.34 - - [2024-10-24 02:45:56] "GET /projects?obj_uuids=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001814 10.0.0.34 - - [2024-10-24 02:45:56] "GET /project/ea582462-3ee9-4fcb-8641-b657a8e6a3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.040935 10.0.0.34 - - [2024-10-24 02:45:56] "POST /neutron/network HTTP/1.1" 200 117 0.012991 10.0.0.34 - - [2024-10-24 02:45:56] "GET /projects?obj_uuids=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001553 10.0.0.34 - - [2024-10-24 02:45:56] "POST /neutron/network HTTP/1.1" 200 615 0.083162 10.0.0.34 - - [2024-10-24 02:45:56] "POST /ref-update HTTP/1.1" 200 156 0.013015 10.0.0.34 - - [2024-10-24 02:45:56] "POST /useragent-kv HTTP/1.1" 200 115 0.004439 10.0.0.34 - - [2024-10-24 02:45:56] "POST /neutron/subnet HTTP/1.1" 200 725 0.196526 10.0.0.34 - - [2024-10-24 02:45:56] "POST /neutron/network HTTP/1.1" 200 834 0.006654 10.0.0.34 - - [2024-10-24 02:45:56] "POST /id-to-fqname HTTP/1.1" 200 224 0.001788 10.0.0.34 - - [2024-10-24 02:45:56] "GET /virtual-network/40247a3a-4624-435c-b112-5ddb605b60c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.017494 10.0.0.34 - - [2024-10-24 02:45:56] "POST /neutron/network HTTP/1.1" 200 834 0.006732 10.0.0.34 - - [2024-10-24 02:45:56] "GET /virtual-network/40247a3a-4624-435c-b112-5ddb605b60c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009678 10.0.0.34 - - [2024-10-24 02:45:56] "POST /neutron/network HTTP/1.1" 200 834 0.006685 10.0.0.34 - - [2024-10-24 02:45:56] "POST /neutron/subnet HTTP/1.1" 200 725 0.008412 10.0.0.34 - - [2024-10-24 02:45:56] "GET /domains HTTP/1.1" 200 280 0.003085 10.0.0.34 - - [2024-10-24 02:45:56] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002056 10.0.0.34 - - [2024-10-24 02:45:56] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08 HTTP/1.1" 200 2760 0.011186 10.0.0.34 - - [2024-10-24 02:45:56] "GET /projects?obj_uuids=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001257 10.0.0.34 - - [2024-10-24 02:45:56] "GET /project/ea582462-3ee9-4fcb-8641-b657a8e6a3eb HTTP/1.1" 200 2527 0.083164 10.0.0.34 - - [2024-10-24 02:45:56] "GET /virtual-network/40247a3a-4624-435c-b112-5ddb605b60c1 HTTP/1.1" 200 2324 0.011483 10.0.0.34 - - [2024-10-24 02:45:56] "GET /virtual-network/40247a3a-4624-435c-b112-5ddb605b60c1 HTTP/1.1" 200 2324 0.010113 10.0.0.34 - - [2024-10-24 02:45:57] "GET /routing-instance/4f5200a9-91c0-4438-a7d7-42d69fb7ad8e HTTP/1.1" 200 1497 0.005942 10.0.0.34 - - [2024-10-24 02:45:57] "GET /routing-instance/4f5200a9-91c0-4438-a7d7-42d69fb7ad8e HTTP/1.1" 200 1497 0.005121 10.0.0.34 - - [2024-10-24 02:45:57] "GET /route-target/2b595428-9cfb-4210-8ea7-dbb49ec459dc HTTP/1.1" 200 1214 0.004019 10.0.0.34 - - [2024-10-24 02:45:57] "GET /virtual-network/40247a3a-4624-435c-b112-5ddb605b60c1 HTTP/1.1" 200 2324 0.009942 10.0.0.34 - - [2024-10-24 02:45:57] "GET /routing-instance/4f5200a9-91c0-4438-a7d7-42d69fb7ad8e HTTP/1.1" 200 1497 0.005008 10.0.0.34 - - [2024-10-24 02:45:57] "GET /virtual-network/40247a3a-4624-435c-b112-5ddb605b60c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.010829 10.0.0.34 - - [2024-10-24 02:45:57] "GET /virtual-network/40247a3a-4624-435c-b112-5ddb605b60c1 HTTP/1.1" 200 2324 0.010417 10.0.0.34 - - [2024-10-24 02:45:57] "GET /routing-instance/4f5200a9-91c0-4438-a7d7-42d69fb7ad8e HTTP/1.1" 200 1497 0.005866 10.0.0.34 - - [2024-10-24 02:45:57] "GET /routing-instance/4f5200a9-91c0-4438-a7d7-42d69fb7ad8e HTTP/1.1" 200 1497 0.005023 10.0.0.34 - - [2024-10-24 02:45:57] "GET /route-target/2b595428-9cfb-4210-8ea7-dbb49ec459dc HTTP/1.1" 200 1214 0.004421 10.0.0.34 - - [2024-10-24 02:45:57] "GET /domains HTTP/1.1" 200 280 0.003407 10.0.0.34 - - [2024-10-24 02:45:57] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001369 10.0.0.34 - - [2024-10-24 02:45:57] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08 HTTP/1.1" 200 2760 0.010602 10.0.0.34 - - [2024-10-24 02:45:57] "GET /projects?obj_uuids=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001493 10.0.0.34 - - [2024-10-24 02:45:57] "GET /project/ea582462-3ee9-4fcb-8641-b657a8e6a3eb HTTP/1.1" 200 2527 0.082011 10.0.0.34 - - [2024-10-24 02:45:57] "GET /virtual-network/40247a3a-4624-435c-b112-5ddb605b60c1 HTTP/1.1" 200 2324 0.010044 10.0.0.34 - - [2024-10-24 02:45:57] "GET /obj-perms HTTP/1.1" 200 5026 0.003465 10.0.0.34 - - [2024-10-24 02:45:57] "POST /id-to-fqname HTTP/1.1" 200 223 0.001629 10.0.0.34 - - [2024-10-24 02:45:57] "POST /neutron/network HTTP/1.1" 200 844 0.007604 10.0.0.34 - - [2024-10-24 02:45:57] "GET /aaa-mode HTTP/1.1" 401 292 0.000561 10.0.0.34 - - [2024-10-24 02:45:57] "GET / HTTP/1.1" 200 35931 0.002427 10.0.0.34 - - [2024-10-24 02:45:57] "GET /project/ea582462-3ee9-4fcb-8641-b657a8e6a3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000546 10.0.0.34 - - [2024-10-24 02:45:58] "GET /projects?obj_uuids=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001640 10.0.0.34 - - [2024-10-24 02:45:58] "GET /project/ea582462-3ee9-4fcb-8641-b657a8e6a3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.076391 10.0.0.34 - - [2024-10-24 02:45:58] "POST /neutron/network HTTP/1.1" 200 834 0.008011 10.0.0.34 - - [2024-10-24 02:45:58] "POST /neutron/port HTTP/1.1" 200 117 0.006942 10.0.0.34 - - [2024-10-24 02:45:58] "POST /neutron/port HTTP/1.1" 200 117 0.006102 10.0.0.34 - - [2024-10-24 02:45:58] "POST /id-to-fqname HTTP/1.1" 200 224 0.001737 10.0.0.34 - - [2024-10-24 02:45:58] "POST /neutron/port HTTP/1.1" 200 117 0.006680 10.0.0.34 - - [2024-10-24 02:45:58] "POST /neutron/network HTTP/1.1" 200 844 0.007778 10.0.0.34 - - [2024-10-24 02:45:58] "GET /aaa-mode HTTP/1.1" 401 292 0.000536 10.0.0.34 - - [2024-10-24 02:45:59] "POST /neutron/network HTTP/1.1" 200 844 0.007418 10.0.0.34 - - [2024-10-24 02:45:59] "GET /projects?obj_uuids=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001486 10.0.0.34 - - [2024-10-24 02:45:59] "GET / HTTP/1.1" 200 35931 0.002718 10.0.0.34 - - [2024-10-24 02:45:59] "GET /project/ea582462-3ee9-4fcb-8641-b657a8e6a3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000627 10.0.0.34 - - [2024-10-24 02:45:59] "POST /neutron/port HTTP/1.1" 200 1060 0.261186 10.0.0.34 - - [2024-10-24 02:45:59] "POST /neutron/port HTTP/1.1" 200 1060 0.014208 10.0.0.34 - - [2024-10-24 02:45:59] "POST /neutron/port HTTP/1.1" 200 1060 0.013446 10.0.0.34 - - [2024-10-24 02:45:59] "POST /neutron/port HTTP/1.1" 200 1114 0.084632 10.0.0.34 - - [2024-10-24 02:45:59] "POST /neutron/port HTTP/1.1" 200 1088 0.018756 10.0.0.34 - - [2024-10-24 02:45:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007791 10.0.0.34 - - [2024-10-24 02:45:59] "GET /projects?obj_uuids=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001287 10.0.0.34 - - [2024-10-24 02:45:59] "POST /neutron/subnet HTTP/1.1" 200 708 0.018572 10.0.0.34 - - [2024-10-24 02:45:59] "GET /project/ea582462-3ee9-4fcb-8641-b657a8e6a3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.069482 10.0.0.34 - - [2024-10-24 02:45:59] "POST /neutron/port HTTP/1.1" 200 117 0.001429 10.0.0.34 - - [2024-10-24 02:45:59] "POST /neutron/network HTTP/1.1" 200 834 0.007669 10.0.0.34 - - [2024-10-24 02:45:59] "POST /neutron/network HTTP/1.1" 200 834 0.006972 10.0.0.34 - - [2024-10-24 02:45:59] "POST /neutron/port HTTP/1.1" 200 1088 0.022074 10.0.0.34 - - [2024-10-24 02:45:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009369 10.0.0.34 - - [2024-10-24 02:45:59] "POST /neutron/port HTTP/1.1" 200 117 0.006752 10.0.0.34 - - [2024-10-24 02:45:59] "POST /fqname-to-id HTTP/1.1" 404 193 0.003652 10.0.0.34 - - [2024-10-24 02:45:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.34 - - [2024-10-24 02:45:59] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001843 10.0.0.34 - - [2024-10-24 02:45:59] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.012792 10.0.0.34 - - [2024-10-24 02:46:00] "POST /service-templates HTTP/1.1" 200 543 0.031528 10.0.0.34 - - [2024-10-24 02:46:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.34 - - [2024-10-24 02:46:00] "GET /service-template/dfdd3f5e-e9b2-4151-b8e2-f6ce13d6efbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.008156 10.0.0.34 - - [2024-10-24 02:46:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.34 - - [2024-10-24 02:46:00] "GET /service-template/dfdd3f5e-e9b2-4151-b8e2-f6ce13d6efbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.005253 10.0.0.34 - - [2024-10-24 02:46:00] "POST /id-to-fqname HTTP/1.1" 200 223 0.001842 10.0.0.34 - - [2024-10-24 02:46:00] "POST /neutron/network HTTP/1.1" 200 844 0.010129 10.0.0.34 - - [2024-10-24 02:46:00] "POST /id-to-fqname HTTP/1.1" 200 223 0.001848 10.0.0.34 - - [2024-10-24 02:46:00] "GET /projects?obj_uuids=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001675 10.0.0.34 - - [2024-10-24 02:46:00] "POST /id-to-fqname HTTP/1.1" 200 224 0.002608 10.0.0.34 - - [2024-10-24 02:46:00] "POST /neutron/port HTTP/1.1" 200 1920 0.060745 10.0.0.34 - - [2024-10-24 02:46:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008926 10.0.0.34 - - [2024-10-24 02:46:00] "POST /neutron/port HTTP/1.1" 200 1058 0.344787 10.0.0.34 - - [2024-10-24 02:46:00] "POST /neutron/port HTTP/1.1" 200 1058 0.012048 10.0.0.34 - - [2024-10-24 02:46:00] "POST /neutron/port HTTP/1.1" 200 1058 0.015304 10.0.0.34 - - [2024-10-24 02:46:00] "POST /neutron/port HTTP/1.1" 200 1112 0.121748 10.0.0.34 - - [2024-10-24 02:46:00] "POST /neutron/port HTTP/1.1" 200 1086 0.024674 10.0.0.34 - - [2024-10-24 02:46:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004525 10.0.0.34 - - [2024-10-24 02:46:01] "POST /neutron/subnet HTTP/1.1" 200 699 0.015224 10.0.0.34 - - [2024-10-24 02:46:01] "POST /neutron/port HTTP/1.1" 200 117 0.001623 10.0.0.34 - - [2024-10-24 02:46:01] "POST /neutron/network HTTP/1.1" 200 834 0.010575 10.0.0.34 - - [2024-10-24 02:46:01] "POST /neutron/network HTTP/1.1" 200 2226 0.028988 10.0.0.34 - - [2024-10-24 02:46:01] "GET /aaa-mode HTTP/1.1" 401 292 0.000571 10.0.0.34 - - [2024-10-24 02:46:01] "GET / HTTP/1.1" 200 35931 0.001955 10.0.0.34 - - [2024-10-24 02:46:01] "GET /project/ea582462-3ee9-4fcb-8641-b657a8e6a3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000536 10.0.0.34 - - [2024-10-24 02:46:02] "GET /projects?obj_uuids=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001421 10.0.0.34 - - [2024-10-24 02:46:02] "GET /project/ea582462-3ee9-4fcb-8641-b657a8e6a3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.097167 10.0.0.34 - - [2024-10-24 02:46:02] "POST /neutron/network HTTP/1.1" 200 833 0.006985 10.0.0.34 - - [2024-10-24 02:46:02] "POST /neutron/network HTTP/1.1" 200 834 0.008327 10.0.0.34 - - [2024-10-24 02:46:02] "POST /neutron/network HTTP/1.1" 200 834 0.007428 10.0.0.34 - - [2024-10-24 02:46:02] "POST /neutron/port HTTP/1.1" 200 2058 0.058407 10.0.0.34 - - [2024-10-24 02:46:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012155 10.0.0.34 - - [2024-10-24 02:46:02] "POST /neutron/port HTTP/1.1" 200 117 0.008495 10.0.0.34 - - [2024-10-24 02:46:02] "POST /neutron/port HTTP/1.1" 200 117 0.013751 10.0.0.34 - - [2024-10-24 02:46:03] "POST /neutron/network HTTP/1.1" 200 2226 0.023984 10.0.0.34 - - [2024-10-24 02:46:03] "GET /projects?obj_uuids=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001495 10.0.0.34 - - [2024-10-24 02:46:03] "POST /neutron/port HTTP/1.1" 200 1059 0.322208 10.0.0.34 - - [2024-10-24 02:46:03] "GET /projects?obj_uuids=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001761 10.0.0.34 - - [2024-10-24 02:46:03] "POST /neutron/port HTTP/1.1" 200 1060 0.268533 10.0.0.34 - - [2024-10-24 02:46:03] "GET /projects?obj_uuids=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002034 10.0.0.34 - - [2024-10-24 02:46:04] "POST /neutron/port HTTP/1.1" 200 1058 0.333586 10.0.0.34 - - [2024-10-24 02:46:04] "POST /neutron/port HTTP/1.1" 200 1059 0.013201 10.0.0.34 - - [2024-10-24 02:46:04] "POST /neutron/port HTTP/1.1" 200 1059 0.017730 10.0.0.34 - - [2024-10-24 02:46:04] "POST /neutron/port HTTP/1.1" 200 1113 0.105125 10.0.0.34 - - [2024-10-24 02:46:04] "POST /neutron/port HTTP/1.1" 200 1060 0.015918 10.0.0.34 - - [2024-10-24 02:46:04] "POST /neutron/port HTTP/1.1" 200 1060 0.018788 10.0.0.34 - - [2024-10-24 02:46:04] "POST /neutron/port HTTP/1.1" 200 1114 0.111187 10.0.0.34 - - [2024-10-24 02:46:04] "POST /neutron/port HTTP/1.1" 200 1058 0.013037 10.0.0.34 - - [2024-10-24 02:46:04] "POST /neutron/port HTTP/1.1" 200 1058 0.014658 10.0.0.34 - - [2024-10-24 02:46:04] "POST /neutron/port HTTP/1.1" 200 1112 0.116837 10.0.0.34 - - [2024-10-24 02:46:04] "POST /neutron/port HTTP/1.1" 200 3028 0.033599 10.0.0.34 - - [2024-10-24 02:46:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005162 10.0.0.34 - - [2024-10-24 02:46:05] "POST /neutron/subnet HTTP/1.1" 200 703 0.033853 10.0.0.34 - - [2024-10-24 02:46:05] "POST /neutron/port HTTP/1.1" 200 117 0.001839 10.0.0.34 - - [2024-10-24 02:46:05] "POST /neutron/network HTTP/1.1" 200 833 0.007500 10.0.0.34 - - [2024-10-24 02:46:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004287 10.0.0.34 - - [2024-10-24 02:46:05] "POST /neutron/subnet HTTP/1.1" 200 708 0.013699 10.0.0.34 - - [2024-10-24 02:46:05] "POST /neutron/port HTTP/1.1" 200 117 0.002483 10.0.0.34 - - [2024-10-24 02:46:05] "POST /neutron/network HTTP/1.1" 200 834 0.009998 10.0.0.34 - - [2024-10-24 02:46:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008622 10.0.0.34 - - [2024-10-24 02:46:05] "POST /neutron/subnet HTTP/1.1" 200 699 0.016145 10.0.0.34 - - [2024-10-24 02:46:05] "POST /neutron/port HTTP/1.1" 200 117 0.001495 10.0.0.34 - - [2024-10-24 02:46:05] "POST /neutron/network HTTP/1.1" 200 834 0.008893 10.0.0.34 - - [2024-10-24 02:46:08] "POST /neutron/port HTTP/1.1" 200 3028 0.030987 10.0.0.34 - - [2024-10-24 02:46:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013922 10.0.0.34 - - [2024-10-24 02:46:08] "POST /neutron/port HTTP/1.1" 200 3028 0.034723 10.0.0.34 - - [2024-10-24 02:46:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.014454 10.0.0.34 - - [2024-10-24 02:46:08] "POST /neutron/port HTTP/1.1" 200 3028 0.025039 10.0.0.34 - - [2024-10-24 02:46:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008786 10.0.0.34 - - [2024-10-24 02:46:08] "POST /neutron/port HTTP/1.1" 200 3028 0.026833 10.0.0.34 - - [2024-10-24 02:46:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007858 10.0.0.34 - - [2024-10-24 02:46:08] "POST /neutron/port HTTP/1.1" 200 3028 0.025399 10.0.0.34 - - [2024-10-24 02:46:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009413 10.0.0.34 - - [2024-10-24 02:46:08] "GET /virtual-machine/5d097e50-fac7-4883-b9de-ee922a387b22 HTTP/1.1" 200 1802 0.009404 10.0.0.34 - - [2024-10-24 02:46:08] "GET /virtual-machine-interface/4283c73b-ff4c-430d-8be2-b4970f8beaf5 HTTP/1.1" 200 2946 0.014818 10.0.0.34 - - [2024-10-24 02:46:08] "GET /virtual-machine-interface/446b22a0-7625-41e3-9aa2-a8a855872266 HTTP/1.1" 200 2946 0.012396 10.0.0.34 - - [2024-10-24 02:46:08] "GET /virtual-machine-interface/524b95bc-ed88-442d-8ab0-5256785b0471 HTTP/1.1" 200 2948 0.011192 10.0.0.34 - - [2024-10-24 02:46:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.34 - - [2024-10-24 02:46:08] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005288 10.0.0.34 - - [2024-10-24 02:46:08] "GET /virtual-networks?parent_id=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.005454 10.0.0.34 - - [2024-10-24 02:46:08] "GET /virtual-network/8b2b1dea-6f93-4a8f-a87e-c4954abcb4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.013654 10.0.0.34 - - [2024-10-24 02:46:09] "POST /neutron/port HTTP/1.1" 200 1088 0.024142 10.0.0.34 - - [2024-10-24 02:46:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008340 10.0.0.34 - - [2024-10-24 02:46:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004394 10.0.0.34 - - [2024-10-24 02:46:11] "GET /virtual-network/8b2b1dea-6f93-4a8f-a87e-c4954abcb4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.014941 10.0.0.34 - - [2024-10-24 02:46:12] "POST /neutron/port HTTP/1.1" 200 1086 0.020921 10.0.0.34 - - [2024-10-24 02:46:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007742 10.0.0.34 - - [2024-10-24 02:46:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004529 10.0.0.34 - - [2024-10-24 02:46:16] "GET /virtual-network/8b2b1dea-6f93-4a8f-a87e-c4954abcb4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.014584 10.0.0.34 - - [2024-10-24 02:46:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004059 10.0.0.34 - - [2024-10-24 02:46:20] "GET /virtual-network/8b2b1dea-6f93-4a8f-a87e-c4954abcb4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.010927 10.0.0.34 - - [2024-10-24 02:46:23] "GET /global-system-configs HTTP/1.1" 200 322 0.045778 10.0.0.34 - - [2024-10-24 02:46:23] "GET /obj-perms HTTP/1.1" 200 5056 0.099954 10.0.0.34 - - [2024-10-24 02:46:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004846 10.0.0.34 - - [2024-10-24 02:46:24] "GET /virtual-network/8b2b1dea-6f93-4a8f-a87e-c4954abcb4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.012226 10.0.0.34 - - [2024-10-24 02:46:24] "GET /global-system-configs HTTP/1.1" 200 322 0.039938 10.0.0.34 - - [2024-10-24 02:46:24] "GET /obj-perms HTTP/1.1" 200 5056 0.093438 10.0.0.34 - - [2024-10-24 02:46:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.34 - - [2024-10-24 02:46:26] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005202 10.0.0.34 - - [2024-10-24 02:46:26] "GET /virtual-networks?parent_id=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003727 10.0.0.34 - - [2024-10-24 02:46:26] "GET /virtual-network/8b2b1dea-6f93-4a8f-a87e-c4954abcb4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.011276 10.0.0.34 - - [2024-10-24 02:46:26] "POST /neutron/port HTTP/1.1" 200 3028 0.025117 10.0.0.34 - - [2024-10-24 02:46:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009224 10.0.0.34 - - [2024-10-24 02:46:31] "POST /neutron/port HTTP/1.1" 200 3028 0.027569 10.0.0.34 - - [2024-10-24 02:46:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009504 10.0.0.34 - - [2024-10-24 02:46:37] "POST /neutron/port HTTP/1.1" 200 3028 0.042070 10.0.0.34 - - [2024-10-24 02:46:37] "POST /neutron/port HTTP/1.1" 200 3028 0.042931 10.0.0.34 - - [2024-10-24 02:46:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007374 10.0.0.34 - - [2024-10-24 02:46:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007600 10.0.0.34 - - [2024-10-24 02:46:42] "POST /neutron/port HTTP/1.1" 200 3028 0.026320 10.0.0.34 - - [2024-10-24 02:46:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008808 10.0.0.34 - - [2024-10-24 02:46:45] "DELETE /project/ea5824623ee94fcb8641b657a8e6a3eb HTTP/1.1" 404 173 0.010114 10.0.0.34 - - [2024-10-24 02:46:45] "GET /projects?obj_uuids=47a6c3e4-d3fb-43b4-bb26-32a7e3846119&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001325 10.0.0.34 - - [2024-10-24 02:46:45] "GET /project/47a6c3e4-d3fb-43b4-bb26-32a7e3846119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.040622 10.0.0.34 - - [2024-10-24 02:46:45] "GET /projects?obj_uuids=47a6c3e4-d3fb-43b4-bb26-32a7e3846119&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001436 10.0.0.34 - - [2024-10-24 02:46:45] "GET /project/47a6c3e4-d3fb-43b4-bb26-32a7e3846119?fields=security_groups HTTP/1.1" 200 1379 0.037752 10.0.0.34 - - [2024-10-24 02:46:46] "DELETE /security-group/e4185d5e-c891-4774-b73d-102a27718ed4 HTTP/1.1" 200 115 0.049705 10.0.0.34 - - [2024-10-24 02:46:46] "GET /projects?obj_uuids=47a6c3e4-d3fb-43b4-bb26-32a7e3846119&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001451 10.0.0.34 - - [2024-10-24 02:46:46] "GET /project/47a6c3e4-d3fb-43b4-bb26-32a7e3846119?fields=application_policy_sets HTTP/1.1" 200 1418 0.037304 10.0.0.34 - - [2024-10-24 02:46:46] "DELETE /access-control-list/1c8198ac-ac66-4db2-a9e4-5f7b403bfb82 HTTP/1.1" 200 115 0.080604 10.0.0.34 - - [2024-10-24 02:46:46] "DELETE /access-control-list/fef3ba9c-c655-4600-bba4-b20a5a50aa6c HTTP/1.1" 200 115 0.032629 10.0.0.34 - - [2024-10-24 02:46:46] "DELETE /project/47a6c3e4-d3fb-43b4-bb26-32a7e3846119 HTTP/1.1" 200 115 0.350779 10.0.0.34 - - [2024-10-24 02:46:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.34 - - [2024-10-24 02:46:47] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005839 10.0.0.34 - - [2024-10-24 02:46:48] "GET /virtual-networks?parent_id=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004761 10.0.0.34 - - [2024-10-24 02:46:48] "GET /virtual-network/c7560750-b3b9-4cd4-9d09-d5f7ad2631d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.014243 10.0.0.34 - - [2024-10-24 02:46:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.34 - - [2024-10-24 02:46:48] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005127 10.0.0.34 - - [2024-10-24 02:46:48] "GET /virtual-networks?parent_id=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003524 10.0.0.34 - - [2024-10-24 02:46:48] "GET /virtual-network/40247a3a-4624-435c-b112-5ddb605b60c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.010403 10.0.0.34 - - [2024-10-24 02:46:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.004443 10.0.0.34 - - [2024-10-24 02:46:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005398 10.0.0.34 - - [2024-10-24 02:46:48] "GET /projects?obj_uuids=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003066 10.0.0.34 - - [2024-10-24 02:46:48] "GET /project/ea582462-3ee9-4fcb-8641-b657a8e6a3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.062589 10.0.0.34 - - [2024-10-24 02:46:48] "POST /service-instances HTTP/1.1" 200 543 0.072401 10.0.0.34 - - [2024-10-24 02:46:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004631 10.0.0.34 - - [2024-10-24 02:46:48] "GET /service-instance/cd2d4dda-7f04-4340-ae49-fe6ca5ec32ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2136 0.011563 10.0.0.34 - - [2024-10-24 02:46:49] "POST /port-tuples HTTP/1.1" 200 586 0.027247 10.0.0.34 - - [2024-10-24 02:46:49] "GET /virtual-machine-interface/446b22a0-7625-41e3-9aa2-a8a855872266?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.011021 10.0.0.34 - - [2024-10-24 02:46:49] "PUT /virtual-machine-interface/446b22a0-7625-41e3-9aa2-a8a855872266 HTTP/1.1" 200 284 0.013331 10.0.0.34 - - [2024-10-24 02:46:49] "POST /ref-update HTTP/1.1" 200 156 0.013755 10.0.0.34 - - [2024-10-24 02:46:49] "POST /instance-ips HTTP/1.1" 200 385 0.029144 10.0.0.34 - - [2024-10-24 02:46:49] "GET /virtual-machine-interface/4283c73b-ff4c-430d-8be2-b4970f8beaf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.010404 10.0.0.34 - - [2024-10-24 02:46:49] "POST /ref-update HTTP/1.1" 200 156 0.020803 10.0.0.34 - - [2024-10-24 02:46:49] "PUT /virtual-machine-interface/4283c73b-ff4c-430d-8be2-b4970f8beaf5 HTTP/1.1" 200 284 0.016055 10.0.0.34 - - [2024-10-24 02:46:49] "POST /ref-update HTTP/1.1" 200 156 0.017567 10.0.0.34 - - [2024-10-24 02:46:49] "POST /ref-update HTTP/1.1" 200 156 0.011733 10.0.0.34 - - [2024-10-24 02:46:49] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.009139 10.0.0.34 - - [2024-10-24 02:46:49] "GET /virtual-machine-interface/524b95bc-ed88-442d-8ab0-5256785b0471?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2727 0.011724 10.0.0.34 - - [2024-10-24 02:46:49] "POST /instance-ips HTTP/1.1" 200 385 0.040419 10.0.0.34 - - [2024-10-24 02:46:49] "PUT /virtual-machine-interface/524b95bc-ed88-442d-8ab0-5256785b0471 HTTP/1.1" 200 284 0.023859 10.0.0.34 - - [2024-10-24 02:46:49] "POST /ref-update HTTP/1.1" 200 156 0.012088 10.0.0.34 - - [2024-10-24 02:46:49] "POST /ref-update HTTP/1.1" 200 156 0.012370 10.0.0.34 - - [2024-10-24 02:46:49] "POST /ref-update HTTP/1.1" 200 156 0.010062 10.0.0.34 - - [2024-10-24 02:46:49] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003888 10.0.0.34 - - [2024-10-24 02:46:49] "POST /neutron/port HTTP/1.1" 200 1088 0.021410 10.0.0.34 - - [2024-10-24 02:46:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009681 10.0.0.34 - - [2024-10-24 02:46:49] "POST /instance-ips HTTP/1.1" 200 373 0.019361 10.0.0.34 - - [2024-10-24 02:46:49] "POST /neutron/port HTTP/1.1" 200 1088 0.018892 10.0.0.34 - - [2024-10-24 02:46:49] "POST /ref-update HTTP/1.1" 200 156 0.009959 10.0.0.34 - - [2024-10-24 02:46:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007480 10.0.0.34 - - [2024-10-24 02:46:49] "POST /ref-update HTTP/1.1" 200 156 0.010944 10.0.0.34 - - [2024-10-24 02:46:49] "POST /neutron/port HTTP/1.1" 200 1088 0.020829 10.0.0.34 - - [2024-10-24 02:46:49] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003995 10.0.0.34 - - [2024-10-24 02:46:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008162 10.0.0.34 - - [2024-10-24 02:46:49] "GET /virtual-machine/a12bd1a2-2a71-435e-b0f0-93ce75304af9 HTTP/1.1" 200 1291 0.007572 10.0.0.34 - - [2024-10-24 02:46:49] "GET /virtual-machine-interface/4b852de4-43d6-4824-a61f-50183edddb6b HTTP/1.1" 200 2946 0.013116 10.0.0.34 - - [2024-10-24 02:46:49] "POST /instance-ips HTTP/1.1" 200 373 0.030705 10.0.0.34 - - [2024-10-24 02:46:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.007629 10.0.0.34 - - [2024-10-24 02:46:49] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005225 10.0.0.34 - - [2024-10-24 02:46:50] "POST /ref-update HTTP/1.1" 200 156 0.009840 10.0.0.34 - - [2024-10-24 02:46:50] "GET /virtual-networks?parent_id=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004218 10.0.0.34 - - [2024-10-24 02:46:50] "GET /virtual-network/c7560750-b3b9-4cd4-9d09-d5f7ad2631d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.010384 10.0.0.34 - - [2024-10-24 02:46:50] "POST /ref-update HTTP/1.1" 200 156 0.019760 10.0.0.34 - - [2024-10-24 02:46:50] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003742 10.0.0.34 - - [2024-10-24 02:46:50] "POST /instance-ips HTTP/1.1" 200 375 0.018323 10.0.0.34 - - [2024-10-24 02:46:50] "POST /ref-update HTTP/1.1" 200 156 0.009913 10.0.0.34 - - [2024-10-24 02:46:50] "POST /ref-update HTTP/1.1" 200 156 0.010298 10.0.0.34 - - [2024-10-24 02:46:50] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003484 10.0.0.34 - - [2024-10-24 02:46:50] "POST /instance-ips HTTP/1.1" 200 375 0.023073 10.0.0.34 - - [2024-10-24 02:46:50] "POST /ref-update HTTP/1.1" 200 156 0.011145 10.0.0.34 - - [2024-10-24 02:46:50] "POST /ref-update HTTP/1.1" 200 156 0.010258 10.0.0.34 - - [2024-10-24 02:46:50] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003810 10.0.0.34 - - [2024-10-24 02:46:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.34 - - [2024-10-24 02:46:51] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004733 10.0.0.34 - - [2024-10-24 02:46:51] "GET /virtual-networks?parent_id=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004120 10.0.0.34 - - [2024-10-24 02:46:51] "GET /virtual-network/c7560750-b3b9-4cd4-9d09-d5f7ad2631d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.011248 10.0.0.34 - - [2024-10-24 02:46:51] "POST /neutron/port HTTP/1.1" 200 1086 0.018171 10.0.0.34 - - [2024-10-24 02:46:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007387 10.0.0.34 - - [2024-10-24 02:46:51] "POST /neutron/port HTTP/1.1" 200 1086 0.017551 10.0.0.34 - - [2024-10-24 02:46:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009159 10.0.0.34 - - [2024-10-24 02:46:51] "POST /neutron/port HTTP/1.1" 200 1086 0.021669 10.0.0.34 - - [2024-10-24 02:46:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007982 10.0.0.34 - - [2024-10-24 02:46:51] "GET /virtual-machine/ee3217a8-8196-4c82-9214-6e3dff6c4ae3 HTTP/1.1" 200 1291 0.006609 10.0.0.34 - - [2024-10-24 02:46:51] "GET /virtual-machine-interface/aa26306d-f23e-4162-9c0b-60b02693ef7c HTTP/1.1" 200 2950 0.010603 10.0.0.34 - - [2024-10-24 02:46:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.34 - - [2024-10-24 02:46:51] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005525 10.0.0.34 - - [2024-10-24 02:46:51] "GET /virtual-networks?parent_id=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004148 10.0.0.34 - - [2024-10-24 02:46:51] "GET /virtual-network/40247a3a-4624-435c-b112-5ddb605b60c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.010986 10.0.0.34 - - [2024-10-24 02:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.34 - - [2024-10-24 02:46:53] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004836 10.0.0.34 - - [2024-10-24 02:46:53] "GET /virtual-networks?parent_id=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003455 10.0.0.34 - - [2024-10-24 02:46:53] "GET /virtual-network/40247a3a-4624-435c-b112-5ddb605b60c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.014843 10.0.0.34 - - [2024-10-24 02:46:53] "POST /fqname-to-id HTTP/1.1" 404 211 0.004446 10.0.0.34 - - [2024-10-24 02:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004317 10.0.0.34 - - [2024-10-24 02:46:53] "GET /projects?obj_uuids=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001441 10.0.0.34 - - [2024-10-24 02:46:53] "GET /project/ea582462-3ee9-4fcb-8641-b657a8e6a3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.037626 10.0.0.34 - - [2024-10-24 02:46:53] "POST /network-policys HTTP/1.1" 200 547 0.021669 10.0.0.34 - - [2024-10-24 02:46:53] "GET /network-policy/4c96160c-e0eb-48d3-b226-c86dd0f050c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.007509 10.0.0.34 - - [2024-10-24 02:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004286 10.0.0.34 - - [2024-10-24 02:46:53] "GET /virtual-network/c7560750-b3b9-4cd4-9d09-d5f7ad2631d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.011975 10.0.0.34 - - [2024-10-24 02:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004241 10.0.0.34 - - [2024-10-24 02:46:53] "GET /obj-perms HTTP/1.1" 200 5056 0.065281 10.0.0.34 - - [2024-10-24 02:46:53] "GET /network-policy/4c96160c-e0eb-48d3-b226-c86dd0f050c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004672 10.0.0.34 - - [2024-10-24 02:46:53] "POST /fqname-to-id HTTP/1.1" 404 242 0.003265 10.0.0.34 - - [2024-10-24 02:46:53] "POST /ref-update HTTP/1.1" 200 156 0.043045 10.0.0.34 - - [2024-10-24 02:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.34 - - [2024-10-24 02:46:53] "POST /access-control-lists HTTP/1.1" 200 601 0.067534 10.0.0.34 - - [2024-10-24 02:46:53] "GET /network-policy/4c96160c-e0eb-48d3-b226-c86dd0f050c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004997 10.0.0.34 - - [2024-10-24 02:46:54] "POST /neutron/network HTTP/1.1" 200 922 0.009700 10.0.0.34 - - [2024-10-24 02:46:54] "GET /virtual-network/c7560750-b3b9-4cd4-9d09-d5f7ad2631d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.010151 10.0.0.34 - - [2024-10-24 02:46:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004896 10.0.0.34 - - [2024-10-24 02:46:54] "GET /network-policy/4c96160c-e0eb-48d3-b226-c86dd0f050c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.005669 10.0.0.34 - - [2024-10-24 02:46:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.34 - - [2024-10-24 02:46:54] "GET /obj-perms HTTP/1.1" 200 5056 0.063063 10.0.0.34 - - [2024-10-24 02:46:54] "GET /virtual-network/40247a3a-4624-435c-b112-5ddb605b60c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.012158 10.0.0.34 - - [2024-10-24 02:46:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.34 - - [2024-10-24 02:46:54] "GET /network-policy/4c96160c-e0eb-48d3-b226-c86dd0f050c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.005733 10.0.0.34 - - [2024-10-24 02:46:54] "POST /fqname-to-id HTTP/1.1" 404 244 0.004114 10.0.0.34 - - [2024-10-24 02:46:54] "POST /ref-update HTTP/1.1" 200 156 0.043021 10.0.0.34 - - [2024-10-24 02:46:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004560 10.0.0.34 - - [2024-10-24 02:46:54] "POST /access-control-lists HTTP/1.1" 200 604 0.072152 10.0.0.34 - - [2024-10-24 02:46:54] "GET /network-policy/4c96160c-e0eb-48d3-b226-c86dd0f050c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.007262 10.0.0.34 - - [2024-10-24 02:46:54] "POST /routing-instances HTTP/1.1" 200 759 0.025026 10.0.0.34 - - [2024-10-24 02:46:54] "POST /neutron/network HTTP/1.1" 200 922 0.013848 10.0.0.34 - - [2024-10-24 02:46:54] "GET /virtual-network/40247a3a-4624-435c-b112-5ddb605b60c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.012574 10.0.0.34 - - [2024-10-24 02:46:54] "POST /route-targets HTTP/1.1" 200 327 0.015038 10.0.0.34 - - [2024-10-24 02:46:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004201 10.0.0.34 - - [2024-10-24 02:46:54] "POST /ref-update HTTP/1.1" 200 156 0.014135 10.0.0.34 - - [2024-10-24 02:46:54] "GET /network-policy/4c96160c-e0eb-48d3-b226-c86dd0f050c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.006286 10.0.0.34 - - [2024-10-24 02:46:54] "GET /routing-instance/7b54cbc4-5b49-40bb-ac52-e80b0eef653c?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1287 0.007182 10.0.0.34 - - [2024-10-24 02:46:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003988 10.0.0.34 - - [2024-10-24 02:46:54] "GET /routing-instance/7b54cbc4-5b49-40bb-ac52-e80b0eef653c?fields=routing_policy_back_refs HTTP/1.1" 200 1287 0.006659 10.0.0.34 - - [2024-10-24 02:46:54] "GET /service-template/dfdd3f5e-e9b2-4151-b8e2-f6ce13d6efbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.005251 10.0.0.34 - - [2024-10-24 02:46:54] "POST /ref-update HTTP/1.1" 200 156 0.013369 10.0.0.34 - - [2024-10-24 02:46:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.009329 10.0.0.34 - - [2024-10-24 02:46:54] "GET /projects?obj_uuids=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002185 10.0.0.34 - - [2024-10-24 02:46:54] "POST /routing-instances HTTP/1.1" 200 760 0.034864 10.0.0.34 - - [2024-10-24 02:46:55] "GET /project/ea582462-3ee9-4fcb-8641-b657a8e6a3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.053244 10.0.0.34 - - [2024-10-24 02:46:55] "POST /route-targets HTTP/1.1" 200 327 0.013327 10.0.0.34 - - [2024-10-24 02:46:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.34 - - [2024-10-24 02:46:55] "GET /service-instance/cd2d4dda-7f04-4340-ae49-fe6ca5ec32ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3530 0.010910 10.0.0.34 - - [2024-10-24 02:46:55] "POST /ref-update HTTP/1.1" 200 156 0.022967 10.0.0.34 - - [2024-10-24 02:46:55] "GET /domains HTTP/1.1" 200 280 0.003768 10.0.0.34 - - [2024-10-24 02:46:55] "GET /routing-instance/082c1865-d253-4ca3-923c-d57b396c5bdb?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1287 0.005630 10.0.0.34 - - [2024-10-24 02:46:55] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001396 10.0.0.34 - - [2024-10-24 02:46:55] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08 HTTP/1.1" 200 2772 0.013760 10.0.0.34 - - [2024-10-24 02:46:55] "GET /projects?obj_uuids=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001788 10.0.0.34 - - [2024-10-24 02:46:55] "GET /routing-instance/082c1865-d253-4ca3-923c-d57b396c5bdb?fields=routing_policy_back_refs HTTP/1.1" 200 1287 0.006742 10.0.0.34 - - [2024-10-24 02:46:55] "GET /project/ea582462-3ee9-4fcb-8641-b657a8e6a3eb HTTP/1.1" 200 4243 0.085361 10.0.0.34 - - [2024-10-24 02:46:55] "GET /service-instance/cd2d4dda-7f04-4340-ae49-fe6ca5ec32ef HTTP/1.1" 200 3784 0.008885 10.0.0.34 - - [2024-10-24 02:46:55] "PUT /routing-instance/7b54cbc4-5b49-40bb-ac52-e80b0eef653c HTTP/1.1" 200 266 0.019902 10.0.0.34 - - [2024-10-24 02:46:55] "GET /domains HTTP/1.1" 200 280 0.003786 10.0.0.34 - - [2024-10-24 02:46:55] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001469 10.0.0.34 - - [2024-10-24 02:46:55] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08 HTTP/1.1" 200 2772 0.010017 10.0.0.34 - - [2024-10-24 02:46:55] "GET /projects?obj_uuids=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001779 10.0.0.34 - - [2024-10-24 02:46:55] "PUT /routing-instance/082c1865-d253-4ca3-923c-d57b396c5bdb HTTP/1.1" 200 266 0.012025 10.0.0.34 - - [2024-10-24 02:46:55] "GET /project/ea582462-3ee9-4fcb-8641-b657a8e6a3eb HTTP/1.1" 200 4243 0.090135 10.0.0.34 - - [2024-10-24 02:46:55] "GET /service-instance/cd2d4dda-7f04-4340-ae49-fe6ca5ec32ef HTTP/1.1" 200 3784 0.006821 10.0.0.34 - - [2024-10-24 02:46:55] "POST /ref-update HTTP/1.1" 200 156 0.037186 10.0.0.34 - - [2024-10-24 02:46:55] "GET /port-tuple/807ccad4-4525-487a-8ecd-467c91250041 HTTP/1.1" 200 1979 0.008107 10.0.0.34 - - [2024-10-24 02:46:55] "GET /virtual-machine-interface/4283c73b-ff4c-430d-8be2-b4970f8beaf5 HTTP/1.1" 200 3798 0.015471 10.0.0.34 - - [2024-10-24 02:46:55] "GET /virtual-machine-interface/446b22a0-7625-41e3-9aa2-a8a855872266 HTTP/1.1" 200 3816 0.012814 10.0.0.34 - - [2024-10-24 02:46:55] "GET /virtual-machine-interface/524b95bc-ed88-442d-8ab0-5256785b0471 HTTP/1.1" 200 3803 0.013628 10.0.0.34 - - [2024-10-24 02:46:55] "PUT /access-control-list/2a46b435-92b3-4e75-b515-9672dcdf06a8 HTTP/1.1" 200 272 0.028094 10.0.0.34 - - [2024-10-24 02:46:55] "PUT /access-control-list/ab5d85f8-432c-4f57-82fa-27802f2810e7 HTTP/1.1" 200 272 0.029933 10.0.0.34 - - [2024-10-24 02:46:55] "POST /neutron/port HTTP/1.1" 200 3835 0.082778 10.0.0.34 - - [2024-10-24 02:46:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008777 10.0.0.34 - - [2024-10-24 02:46:55] "POST /neutron/port HTTP/1.1" 200 3835 0.046735 10.0.0.34 - - [2024-10-24 02:46:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008036 10.0.0.34 - - [2024-10-24 02:46:55] "POST /neutron/port HTTP/1.1" 200 3835 0.039255 10.0.0.34 - - [2024-10-24 02:46:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008978 10.0.0.34 - - [2024-10-24 02:46:56] "POST /neutron/port HTTP/1.1" 200 3835 0.039053 10.0.0.34 - - [2024-10-24 02:46:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007993 10.0.0.34 - - [2024-10-24 02:46:56] "POST /neutron/network HTTP/1.1" 200 896 0.016595 10.0.0.34 - - [2024-10-24 02:46:56] "POST /neutron/network HTTP/1.1" 200 922 0.006923 10.0.0.34 - - [2024-10-24 02:46:56] "POST /neutron/network HTTP/1.1" 200 807 0.015412 10.0.0.34 - - [2024-10-24 02:46:56] "POST /neutron/network HTTP/1.1" 200 833 0.007259 10.0.0.34 - - [2024-10-24 02:46:56] "POST /neutron/network HTTP/1.1" 200 896 0.016203 10.0.0.34 - - [2024-10-24 02:46:56] "POST /neutron/network HTTP/1.1" 200 922 0.006922 10.0.0.34 - - [2024-10-24 02:46:56] "POST /id-to-fqname HTTP/1.1" 200 223 0.001626 10.0.0.34 - - [2024-10-24 02:46:56] "POST /id-to-fqname HTTP/1.1" 200 223 0.001530 10.0.0.34 - - [2024-10-24 02:46:56] "POST /id-to-fqname HTTP/1.1" 200 224 0.001723 10.0.0.34 - - [2024-10-24 02:46:56] "GET /virtual-machine/5d097e50-fac7-4883-b9de-ee922a387b22 HTTP/1.1" 200 1802 0.005859 10.0.0.34 - - [2024-10-24 02:46:56] "GET /virtual-machine-interface/4283c73b-ff4c-430d-8be2-b4970f8beaf5 HTTP/1.1" 200 3798 0.012136 10.0.0.34 - - [2024-10-24 02:46:56] "GET /virtual-machine-interface/446b22a0-7625-41e3-9aa2-a8a855872266 HTTP/1.1" 200 3816 0.012635 10.0.0.34 - - [2024-10-24 02:46:56] "GET /virtual-machine-interface/524b95bc-ed88-442d-8ab0-5256785b0471 HTTP/1.1" 200 3803 0.014021 10.0.0.34 - - [2024-10-24 02:46:56] "GET /instance-ip/419015a3-898c-4ed3-8bd5-aebd9cfb3e01 HTTP/1.1" 200 1623 0.008722 10.0.0.34 - - [2024-10-24 02:46:56] "GET /instance-ip/8995301a-8708-4528-9a9c-afb1754335e5 HTTP/1.1" 200 1954 0.007527 10.0.0.34 - - [2024-10-24 02:46:56] "GET /instance-ip/e5879b0a-fa61-4355-ac8a-d4ef8fca7a9c HTTP/1.1" 200 1957 0.008074 10.0.0.34 - - [2024-10-24 02:46:56] "GET /instance-ip/1b400eec-93c4-4f69-861e-bda133093faa HTTP/1.1" 200 1977 0.007446 10.0.0.34 - - [2024-10-24 02:46:56] "GET /instance-ip/53ff9071-cd1a-4e8f-b763-8ee6aa4bfeed HTTP/1.1" 200 1980 0.009423 10.0.0.34 - - [2024-10-24 02:46:56] "GET /instance-ip/6b550aac-c403-40bc-a6eb-beccc0e5bbe0 HTTP/1.1" 200 1622 0.009722 10.0.0.34 - - [2024-10-24 02:46:56] "GET /instance-ip/2c88f739-6cbf-4294-9412-c17acececa9c HTTP/1.1" 200 1960 0.007489 10.0.0.34 - - [2024-10-24 02:46:56] "GET /instance-ip/51bd712e-734d-415d-9637-c49ed8bd1eb8 HTTP/1.1" 200 1958 0.006654 10.0.0.34 - - [2024-10-24 02:46:56] "GET /instance-ip/79f792f7-0290-4aeb-86a4-925ff796bb66 HTTP/1.1" 200 1621 0.008715 10.0.0.34 - - [2024-10-24 02:46:56] "POST /neutron/port HTTP/1.1" 200 3835 0.044055 10.0.0.34 - - [2024-10-24 02:46:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008519 10.0.0.34 - - [2024-10-24 02:46:56] "POST /neutron/port HTTP/1.1" 200 3835 0.047711 10.0.0.34 - - [2024-10-24 02:46:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008692 10.0.0.34 - - [2024-10-24 02:46:56] "POST /neutron/port HTTP/1.1" 200 3835 0.043161 10.0.0.34 - - [2024-10-24 02:46:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007871 10.0.0.34 - - [2024-10-24 02:46:57] "POST /neutron/port HTTP/1.1" 200 3835 0.041169 10.0.0.34 - - [2024-10-24 02:46:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009157 10.0.0.34 - - [2024-10-24 02:46:57] "GET /virtual-machine/5d097e50-fac7-4883-b9de-ee922a387b22 HTTP/1.1" 200 1802 0.007115 10.0.0.34 - - [2024-10-24 02:46:57] "GET /virtual-machine-interface/4283c73b-ff4c-430d-8be2-b4970f8beaf5 HTTP/1.1" 200 3798 0.014937 10.0.0.34 - - [2024-10-24 02:46:57] "GET /virtual-machine-interface/446b22a0-7625-41e3-9aa2-a8a855872266 HTTP/1.1" 200 3816 0.014389 10.0.0.34 - - [2024-10-24 02:46:57] "GET /virtual-machine-interface/524b95bc-ed88-442d-8ab0-5256785b0471 HTTP/1.1" 200 3803 0.014408 10.0.0.34 - - [2024-10-24 02:46:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004401 10.0.0.34 - - [2024-10-24 02:46:57] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005829 10.0.0.34 - - [2024-10-24 02:46:57] "GET /virtual-networks?parent_id=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004473 10.0.0.34 - - [2024-10-24 02:46:57] "GET /virtual-network/c7560750-b3b9-4cd4-9d09-d5f7ad2631d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.017105 10.0.0.34 - - [2024-10-24 02:46:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.34 - - [2024-10-24 02:46:58] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004651 10.0.0.34 - - [2024-10-24 02:46:58] "GET /virtual-networks?parent_id=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004447 10.0.0.34 - - [2024-10-24 02:46:58] "GET /virtual-network/c7560750-b3b9-4cd4-9d09-d5f7ad2631d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.013143 10.0.0.34 - - [2024-10-24 02:46:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004231 10.0.0.34 - - [2024-10-24 02:46:58] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005827 10.0.0.34 - - [2024-10-24 02:46:58] "GET /virtual-networks?parent_id=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003823 10.0.0.34 - - [2024-10-24 02:46:58] "GET /virtual-network/c7560750-b3b9-4cd4-9d09-d5f7ad2631d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.011347 10.0.0.34 - - [2024-10-24 02:46:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.34 - - [2024-10-24 02:46:58] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.006045 10.0.0.34 - - [2024-10-24 02:46:58] "GET /virtual-networks?parent_id=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004037 10.0.0.34 - - [2024-10-24 02:46:59] "GET /virtual-network/c7560750-b3b9-4cd4-9d09-d5f7ad2631d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.010478 10.0.0.34 - - [2024-10-24 02:46:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.34 - - [2024-10-24 02:46:59] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004837 10.0.0.34 - - [2024-10-24 02:46:59] "GET /virtual-networks?parent_id=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003801 10.0.0.34 - - [2024-10-24 02:46:59] "GET /virtual-network/c7560750-b3b9-4cd4-9d09-d5f7ad2631d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.010753 10.0.0.34 - - [2024-10-24 02:46:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.34 - - [2024-10-24 02:46:59] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004907 10.0.0.34 - - [2024-10-24 02:46:59] "GET /virtual-networks?parent_id=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004482 10.0.0.34 - - [2024-10-24 02:46:59] "GET /virtual-network/8b2b1dea-6f93-4a8f-a87e-c4954abcb4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.012915 10.0.0.34 - - [2024-10-24 02:46:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004568 10.0.0.34 - - [2024-10-24 02:46:59] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.006313 10.0.0.34 - - [2024-10-24 02:46:59] "GET /virtual-networks?parent_id=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003785 10.0.0.34 - - [2024-10-24 02:46:59] "GET /virtual-network/8b2b1dea-6f93-4a8f-a87e-c4954abcb4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.011113 10.0.0.34 - - [2024-10-24 02:46:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.34 - - [2024-10-24 02:46:59] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004953 10.0.0.34 - - [2024-10-24 02:46:59] "GET /virtual-networks?parent_id=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004104 10.0.0.34 - - [2024-10-24 02:46:59] "GET /virtual-network/8b2b1dea-6f93-4a8f-a87e-c4954abcb4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.012898 10.0.0.34 - - [2024-10-24 02:46:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004173 10.0.0.34 - - [2024-10-24 02:47:00] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.006449 10.0.0.34 - - [2024-10-24 02:47:00] "GET /virtual-networks?parent_id=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003951 10.0.0.34 - - [2024-10-24 02:47:00] "GET /virtual-network/8b2b1dea-6f93-4a8f-a87e-c4954abcb4bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.011986 10.0.0.34 - - [2024-10-24 02:47:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004420 10.0.0.34 - - [2024-10-24 02:47:00] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004895 10.0.0.34 - - [2024-10-24 02:47:00] "GET /virtual-networks?parent_id=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004096 10.0.0.34 - - [2024-10-24 02:47:00] "GET /virtual-network/40247a3a-4624-435c-b112-5ddb605b60c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.010721 10.0.0.34 - - [2024-10-24 02:47:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004888 10.0.0.34 - - [2024-10-24 02:47:00] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005403 10.0.0.34 - - [2024-10-24 02:47:00] "GET /virtual-networks?parent_id=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004103 10.0.0.34 - - [2024-10-24 02:47:00] "GET /virtual-network/40247a3a-4624-435c-b112-5ddb605b60c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.011610 10.0.0.34 - - [2024-10-24 02:47:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.34 - - [2024-10-24 02:47:00] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005364 10.0.0.34 - - [2024-10-24 02:47:00] "GET /virtual-networks?parent_id=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003949 10.0.0.34 - - [2024-10-24 02:47:00] "GET /virtual-network/40247a3a-4624-435c-b112-5ddb605b60c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.011325 10.0.0.34 - - [2024-10-24 02:47:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.34 - - [2024-10-24 02:47:00] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004859 10.0.0.34 - - [2024-10-24 02:47:00] "GET /virtual-networks?parent_id=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004085 10.0.0.34 - - [2024-10-24 02:47:01] "GET /virtual-network/40247a3a-4624-435c-b112-5ddb605b60c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.012101 10.0.0.34 - - [2024-10-24 02:47:01] "GET /virtual-machine/5d097e50-fac7-4883-b9de-ee922a387b22 HTTP/1.1" 200 1802 0.006992 10.0.0.34 - - [2024-10-24 02:47:01] "GET /domains HTTP/1.1" 200 280 0.003282 10.0.0.34 - - [2024-10-24 02:47:01] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001405 10.0.0.34 - - [2024-10-24 02:47:01] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08 HTTP/1.1" 200 2772 0.010172 10.0.0.34 - - [2024-10-24 02:47:01] "GET /projects?obj_uuids=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001450 10.0.0.34 - - [2024-10-24 02:47:01] "GET /project/ea582462-3ee9-4fcb-8641-b657a8e6a3eb HTTP/1.1" 200 4243 0.087180 10.0.0.34 - - [2024-10-24 02:47:01] "GET /service-instance/cd2d4dda-7f04-4340-ae49-fe6ca5ec32ef HTTP/1.1" 200 3784 0.006397 10.0.0.34 - - [2024-10-24 02:47:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.34 - - [2024-10-24 02:47:01] "GET /routing-instance/c0ef33ce-cd4d-4f6c-928c-2d60bca9b76a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1888 0.005177 10.0.0.34 - - [2024-10-24 02:47:01] "GET /routing-instance/c0ef33ce-cd4d-4f6c-928c-2d60bca9b76a?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2021 0.010324 10.0.0.34 - - [2024-10-24 02:47:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004136 10.0.0.34 - - [2024-10-24 02:47:01] "GET /routing-instance/4f5200a9-91c0-4438-a7d7-42d69fb7ad8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.006775 10.0.0.34 - - [2024-10-24 02:47:01] "GET /routing-instance/4f5200a9-91c0-4438-a7d7-42d69fb7ad8e?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.007945 10.0.0.34 - - [2024-10-24 02:47:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.34 - - [2024-10-24 02:47:01] "GET /virtual-network/c7560750-b3b9-4cd4-9d09-d5f7ad2631d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.011027 10.0.0.34 - - [2024-10-24 02:47:01] "GET /virtual-network/c7560750-b3b9-4cd4-9d09-d5f7ad2631d8?fields=routing_instances HTTP/1.1" 200 1684 0.014235 10.0.0.34 - - [2024-10-24 02:47:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.34 - - [2024-10-24 02:47:01] "GET /virtual-network/40247a3a-4624-435c-b112-5ddb605b60c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.010483 10.0.0.34 - - [2024-10-24 02:47:01] "GET /virtual-network/40247a3a-4624-435c-b112-5ddb605b60c1?fields=routing_instances HTTP/1.1" 200 1688 0.012944 10.0.0.34 - - [2024-10-24 02:47:06] "POST /ref-update HTTP/1.1" 200 156 0.045535 10.0.0.34 - - [2024-10-24 02:47:06] "POST /neutron/network HTTP/1.1" 200 834 0.008065 10.0.0.34 - - [2024-10-24 02:47:06] "DELETE /access-control-list/ab5d85f8-432c-4f57-82fa-27802f2810e7 HTTP/1.1" 200 115 0.057721 10.0.0.34 - - [2024-10-24 02:47:06] "GET /virtual-network/40247a3a-4624-435c-b112-5ddb605b60c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.012262 10.0.0.34 - - [2024-10-24 02:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.34 - - [2024-10-24 02:47:06] "GET /network-policy/4c96160c-e0eb-48d3-b226-c86dd0f050c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.006529 10.0.0.34 - - [2024-10-24 02:47:06] "DELETE /routing-instance/7b54cbc4-5b49-40bb-ac52-e80b0eef653c HTTP/1.1" 200 115 0.038972 10.0.0.34 - - [2024-10-24 02:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004318 10.0.0.34 - - [2024-10-24 02:47:06] "POST /ref-update HTTP/1.1" 200 156 0.039933 10.0.0.34 - - [2024-10-24 02:47:06] "DELETE /route-target/cf9dc873-6d71-4f4b-829c-39f4ea2253f9 HTTP/1.1" 200 115 0.025998 10.0.0.34 - - [2024-10-24 02:47:06] "POST /neutron/network HTTP/1.1" 200 834 0.012028 10.0.0.34 - - [2024-10-24 02:47:06] "GET /virtual-network/c7560750-b3b9-4cd4-9d09-d5f7ad2631d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.010353 10.0.0.34 - - [2024-10-24 02:47:06] "DELETE /routing-instance/082c1865-d253-4ca3-923c-d57b396c5bdb HTTP/1.1" 200 115 0.072307 10.0.0.34 - - [2024-10-24 02:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.34 - - [2024-10-24 02:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004278 10.0.0.34 - - [2024-10-24 02:47:06] "DELETE /route-target/74fe99fc-32fe-4084-9898-17453c836ab3 HTTP/1.1" 200 115 0.027149 10.0.0.34 - - [2024-10-24 02:47:06] "GET /network-policy/4c96160c-e0eb-48d3-b226-c86dd0f050c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.009926 10.0.0.34 - - [2024-10-24 02:47:06] "DELETE /access-control-list/2a46b435-92b3-4e75-b515-9672dcdf06a8 HTTP/1.1" 200 115 0.052665 10.0.0.34 - - [2024-10-24 02:47:06] "DELETE /network-policy/4c96160c-e0eb-48d3-b226-c86dd0f050c0 HTTP/1.1" 200 115 0.054921 10.0.0.34 - - [2024-10-24 02:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.009364 10.0.0.34 - - [2024-10-24 02:47:06] "DELETE /service-instance/cd2d4dda-7f04-4340-ae49-fe6ca5ec32ef HTTP/1.1" 200 115 0.072396 10.0.0.34 - - [2024-10-24 02:47:06] "GET /domains HTTP/1.1" 200 280 0.003646 10.0.0.34 - - [2024-10-24 02:47:06] "POST /ref-update HTTP/1.1" 200 156 0.020563 10.0.0.34 - - [2024-10-24 02:47:06] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003285 10.0.0.34 - - [2024-10-24 02:47:06] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08 HTTP/1.1" 200 2772 0.026376 10.0.0.34 - - [2024-10-24 02:47:06] "GET /projects?obj_uuids=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002568 10.0.0.34 - - [2024-10-24 02:47:06] "DELETE /instance-ip/53ff9071-cd1a-4e8f-b763-8ee6aa4bfeed HTTP/1.1" 200 115 0.063103 10.0.0.34 - - [2024-10-24 02:47:06] "POST /ref-update HTTP/1.1" 200 156 0.016604 10.0.0.34 - - [2024-10-24 02:47:06] "GET /project/ea582462-3ee9-4fcb-8641-b657a8e6a3eb HTTP/1.1" 200 3769 0.111935 10.0.0.34 - - [2024-10-24 02:47:06] "GET /virtual-machine/5d097e50-fac7-4883-b9de-ee922a387b22 HTTP/1.1" 200 1802 0.009308 10.0.0.34 - - [2024-10-24 02:47:06] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.009454 10.0.0.34 - - [2024-10-24 02:47:06] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.010976 10.0.0.34 - - [2024-10-24 02:47:06] "DELETE /instance-ip/2c88f739-6cbf-4294-9412-c17acececa9c HTTP/1.1" 200 115 0.054948 10.0.0.34 - - [2024-10-24 02:47:06] "POST /ref-update HTTP/1.1" 200 156 0.014087 10.0.0.34 - - [2024-10-24 02:47:06] "DELETE /instance-ip/51bd712e-734d-415d-9637-c49ed8bd1eb8 HTTP/1.1" 200 115 0.030485 10.0.0.34 - - [2024-10-24 02:47:07] "POST /ref-update HTTP/1.1" 200 156 0.016230 10.0.0.34 - - [2024-10-24 02:47:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.008434 10.0.0.34 - - [2024-10-24 02:47:07] "DELETE /service-template/dfdd3f5e-e9b2-4151-b8e2-f6ce13d6efbd HTTP/1.1" 200 115 0.054684 10.0.0.34 - - [2024-10-24 02:47:07] "POST /fqname-to-id HTTP/1.1" 404 193 0.005219 10.0.0.34 - - [2024-10-24 02:47:07] "DELETE /instance-ip/1b400eec-93c4-4f69-861e-bda133093faa HTTP/1.1" 200 115 0.070705 10.0.0.34 - - [2024-10-24 02:47:07] "POST /ref-update HTTP/1.1" 200 156 0.015663 10.0.0.34 - - [2024-10-24 02:47:07] "DELETE /instance-ip/8995301a-8708-4528-9a9c-afb1754335e5 HTTP/1.1" 200 115 0.042775 10.0.0.34 - - [2024-10-24 02:47:07] "POST /ref-update HTTP/1.1" 200 156 0.039284 10.0.0.34 - - [2024-10-24 02:47:07] "DELETE /instance-ip/e5879b0a-fa61-4355-ac8a-d4ef8fca7a9c HTTP/1.1" 200 115 0.032331 10.0.0.34 - - [2024-10-24 02:47:07] "POST /neutron/network HTTP/1.1" 200 834 0.018141 10.0.0.34 - - [2024-10-24 02:47:07] "POST /neutron/network HTTP/1.1" 400 204 0.022390 10.0.0.34 - - [2024-10-24 02:47:07] "POST /neutron/port HTTP/1.1" 200 1086 0.026548 10.0.0.34 - - [2024-10-24 02:47:07] "POST /neutron/port HTTP/1.1" 200 1112 0.025361 10.0.0.34 - - [2024-10-24 02:47:07] "POST /neutron/port HTTP/1.1" 200 1088 0.028275 10.0.0.34 - - [2024-10-24 02:47:08] "POST /neutron/port HTTP/1.1" 200 1114 0.013557 10.0.0.34 - - [2024-10-24 02:47:08] "POST /neutron/port HTTP/1.1" 200 151 0.181475 10.0.0.34 - - [2024-10-24 02:47:08] "POST /neutron/port HTTP/1.1" 200 3028 0.044445 10.0.0.34 - - [2024-10-24 02:47:08] "POST /neutron/port HTTP/1.1" 200 151 0.189073 10.0.0.34 - - [2024-10-24 02:47:08] "POST /neutron/port HTTP/1.1" 200 1114 0.011867 10.0.0.34 - - [2024-10-24 02:47:08] "POST /neutron/port HTTP/1.1" 200 151 0.142329 10.0.0.34 - - [2024-10-24 02:47:08] "POST /neutron/port HTTP/1.1" 200 1113 0.013067 10.0.0.34 - - [2024-10-24 02:47:08] "POST /neutron/port HTTP/1.1" 200 151 0.164416 10.0.0.34 - - [2024-10-24 02:47:08] "POST /neutron/port HTTP/1.1" 200 1112 0.014861 10.0.0.34 - - [2024-10-24 02:47:08] "POST /neutron/port HTTP/1.1" 200 151 0.147139 10.0.0.34 - - [2024-10-24 02:47:09] "POST /neutron/network HTTP/1.1" 200 834 0.008620 10.0.0.34 - - [2024-10-24 02:47:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001800 10.0.0.34 - - [2024-10-24 02:47:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001939 10.0.0.34 - - [2024-10-24 02:47:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.008385 10.0.0.34 - - [2024-10-24 02:47:09] "POST /neutron/network HTTP/1.1" 200 151 0.109031 10.0.0.34 - - [2024-10-24 02:47:09] "GET /routing-instance/4f5200a9-91c0-4438-a7d7-42d69fb7ad8e HTTP/1.1" 404 171 0.003467 10.0.0.34 - - [2024-10-24 02:47:09] "GET /domains HTTP/1.1" 200 280 0.004279 10.0.0.34 - - [2024-10-24 02:47:09] "DELETE /route-target/2b595428-9cfb-4210-8ea7-dbb49ec459dc HTTP/1.1" 200 115 0.029010 10.0.0.34 - - [2024-10-24 02:47:09] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001440 10.0.0.34 - - [2024-10-24 02:47:09] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08 HTTP/1.1" 200 2572 0.056574 10.0.0.34 - - [2024-10-24 02:47:09] "GET /projects?obj_uuids=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001506 10.0.0.34 - - [2024-10-24 02:47:09] "GET /project/ea582462-3ee9-4fcb-8641-b657a8e6a3eb HTTP/1.1" 200 2308 0.079824 10.0.0.34 - - [2024-10-24 02:47:09] "POST /neutron/network HTTP/1.1" 200 834 0.007031 10.0.0.34 - - [2024-10-24 02:47:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001704 10.0.0.34 - - [2024-10-24 02:47:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001678 10.0.0.34 - - [2024-10-24 02:47:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.34 - - [2024-10-24 02:47:09] "POST /neutron/network HTTP/1.1" 200 151 0.096457 10.0.0.34 - - [2024-10-24 02:47:09] "GET /routing-instance/c0ef33ce-cd4d-4f6c-928c-2d60bca9b76a HTTP/1.1" 404 171 0.002567 10.0.0.34 - - [2024-10-24 02:47:09] "GET /domains HTTP/1.1" 200 280 0.004745 10.0.0.34 - - [2024-10-24 02:47:09] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001888 10.0.0.34 - - [2024-10-24 02:47:09] "DELETE /route-target/e38cff97-f2ab-41a2-b39a-7c7bc32643aa HTTP/1.1" 200 115 0.031301 10.0.0.34 - - [2024-10-24 02:47:10] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08 HTTP/1.1" 200 2572 0.053771 10.0.0.34 - - [2024-10-24 02:47:10] "GET /projects?obj_uuids=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001806 10.0.0.34 - - [2024-10-24 02:47:10] "GET /project/ea582462-3ee9-4fcb-8641-b657a8e6a3eb HTTP/1.1" 200 2090 0.082834 10.0.0.34 - - [2024-10-24 02:47:10] "POST /neutron/network HTTP/1.1" 200 833 0.007816 10.0.0.34 - - [2024-10-24 02:47:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005892 10.0.0.34 - - [2024-10-24 02:47:10] "POST /useragent-kv HTTP/1.1" 200 115 0.001567 10.0.0.34 - - [2024-10-24 02:47:10] "POST /useragent-kv HTTP/1.1" 200 115 0.001621 10.0.0.34 - - [2024-10-24 02:47:10] "POST /neutron/network HTTP/1.1" 200 151 0.120184 10.0.0.34 - - [2024-10-24 02:47:10] "GET /routing-instance/7eb245aa-dc03-450d-89a2-b16b45dbba0a HTTP/1.1" 404 171 0.010824 10.0.0.34 - - [2024-10-24 02:47:10] "DELETE /route-target/2f0067c5-b33b-4706-8d78-af3b73acfd45 HTTP/1.1" 200 115 0.041055 10.0.0.34 - - [2024-10-24 02:47:10] "GET /domains HTTP/1.1" 200 280 0.003897 10.0.0.34 - - [2024-10-24 02:47:10] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001509 10.0.0.34 - - [2024-10-24 02:47:10] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08 HTTP/1.1" 200 2572 0.010555 10.0.0.34 - - [2024-10-24 02:47:10] "GET /projects?obj_uuids=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001680 10.0.0.34 - - [2024-10-24 02:47:10] "GET /project/ea582462-3ee9-4fcb-8641-b657a8e6a3eb HTTP/1.1" 200 1850 0.083920 10.0.0.34 - - [2024-10-24 02:47:10] "GET /projects?obj_uuids=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001782 10.0.0.34 - - [2024-10-24 02:47:10] "GET /project/ea582462-3ee9-4fcb-8641-b657a8e6a3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.053646 10.0.0.34 - - [2024-10-24 02:47:10] "GET /projects?obj_uuids=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001511 10.0.0.34 - - [2024-10-24 02:47:10] "GET /project/ea582462-3ee9-4fcb-8641-b657a8e6a3eb?fields=virtual_networks HTTP/1.1" 200 1038 0.044077 10.0.0.34 - - [2024-10-24 02:47:10] "GET /projects?obj_uuids=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001788 10.0.0.34 - - [2024-10-24 02:47:10] "GET /project/ea582462-3ee9-4fcb-8641-b657a8e6a3eb?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.052284 10.0.0.34 - - [2024-10-24 02:47:11] "GET /projects?obj_uuids=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001671 10.0.0.34 - - [2024-10-24 02:47:11] "GET /project/ea582462-3ee9-4fcb-8641-b657a8e6a3eb?fields=security_groups HTTP/1.1" 200 1262 0.047862 10.0.0.34 - - [2024-10-24 02:47:11] "POST /fqname-to-id HTTP/1.1" 404 189 0.034353 10.0.0.34 - - [2024-10-24 02:47:12] "GET /projects?obj_uuids=c9f8fde7-fd91-49b8-acc4-a64368ae7ed7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003095 10.0.0.34 - - [2024-10-24 02:47:12] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001436 10.0.0.34 - - [2024-10-24 02:47:12] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010738 10.0.0.34 - - [2024-10-24 02:47:12] "POST /id-to-fqname HTTP/1.1" 200 191 0.005133 10.0.0.34 - - [2024-10-24 02:47:12] "POST /fqname-to-id HTTP/1.1" 404 200 0.003354 10.0.0.34 - - [2024-10-24 02:47:12] "POST /security-groups HTTP/1.1" 200 592 0.075664 10.0.0.34 - - [2024-10-24 02:47:12] "POST /fqname-to-id HTTP/1.1" 404 235 0.003783 10.0.0.34 - - [2024-10-24 02:47:12] "POST /projects HTTP/1.1" 200 587 0.251051 10.0.0.34 - - [2024-10-24 02:47:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.325957 10.0.0.34 - - [2024-10-24 02:47:12] "POST /access-control-lists HTTP/1.1" 200 597 0.066014 10.0.0.34 - - [2024-10-24 02:47:12] "POST /fqname-to-id HTTP/1.1" 404 234 0.003494 10.0.0.34 - - [2024-10-24 02:47:12] "GET /project/c9f8fde7-fd91-49b8-acc4-a64368ae7ed7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.489975 10.0.0.34 - - [2024-10-24 02:47:12] "POST /access-control-lists HTTP/1.1" 200 595 0.075596 10.0.0.34 - - [2024-10-24 02:47:13] "GET / HTTP/1.1" 200 35931 0.002727 10.0.0.34 - - [2024-10-24 02:47:15] "GET /project/c9f8fde7-fd91-49b8-acc4-a64368ae7ed7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000670 10.0.0.34 - - [2024-10-24 02:47:15] "GET /projects?obj_uuids=c9f8fde7-fd91-49b8-acc4-a64368ae7ed7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001508 10.0.0.34 - - [2024-10-24 02:47:15] "GET /project/c9f8fde7-fd91-49b8-acc4-a64368ae7ed7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.072899 10.0.0.34 - - [2024-10-24 02:47:15] "POST /fqname-to-id HTTP/1.1" 404 180 0.003249 10.0.0.34 - - [2024-10-24 02:47:15] "POST /virtual-DNSs HTTP/1.1" 200 507 0.026082 10.0.0.34 - - [2024-10-24 02:47:15] "GET /virtual-DNS/92b07c68-dccb-45c5-b770-b96b4a8a7081?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.117182 10.0.0.34 - - [2024-10-24 02:47:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.34 - - [2024-10-24 02:47:15] "GET /virtual-DNS/92b07c68-dccb-45c5-b770-b96b4a8a7081?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.005271 10.0.0.34 - - [2024-10-24 02:47:15] "GET /domains HTTP/1.1" 401 292 0.000576 10.0.0.34 - - [2024-10-24 02:47:16] "GET /domains HTTP/1.1" 200 280 0.031270 10.0.0.34 - - [2024-10-24 02:47:16] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001510 10.0.0.34 - - [2024-10-24 02:47:16] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08 HTTP/1.1" 200 2959 0.012059 10.0.0.34 - - [2024-10-24 02:47:16] "GET /virtual-DNS/92b07c68-dccb-45c5-b770-b96b4a8a7081 HTTP/1.1" 200 1439 0.005903 10.0.0.34 - - [2024-10-24 02:47:16] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002989 10.0.0.34 - - [2024-10-24 02:47:16] "POST /network-ipams HTTP/1.1" 200 514 0.022928 10.0.0.34 - - [2024-10-24 02:47:16] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.003725 10.0.0.34 - - [2024-10-24 02:47:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004382 10.0.0.34 - - [2024-10-24 02:47:16] "GET /network-ipam/8832c636-1f35-46b3-8e57-b1842dab7bea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.008909 10.0.0.34 - - [2024-10-24 02:47:16] "PUT /network-ipam/8832c636-1f35-46b3-8e57-b1842dab7bea HTTP/1.1" 200 258 0.014040 10.0.0.34 - - [2024-10-24 02:47:16] "POST /ref-update HTTP/1.1" 200 156 0.011840 10.0.0.34 - - [2024-10-24 02:47:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.34 - - [2024-10-24 02:47:16] "GET /projects?obj_uuids=c9f8fde7-fd91-49b8-acc4-a64368ae7ed7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001886 10.0.0.34 - - [2024-10-24 02:47:16] "GET /project/c9f8fde7-fd91-49b8-acc4-a64368ae7ed7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.040577 10.0.0.34 - - [2024-10-24 02:47:16] "POST /neutron/network HTTP/1.1" 200 117 0.038242 10.0.0.34 - - [2024-10-24 02:47:16] "GET /projects?obj_uuids=c9f8fde7-fd91-49b8-acc4-a64368ae7ed7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001564 10.0.0.34 - - [2024-10-24 02:47:16] "POST /neutron/network HTTP/1.1" 200 618 0.080509 10.0.0.34 - - [2024-10-24 02:47:16] "POST /route-targets HTTP/1.1" 200 327 0.014657 10.0.0.34 - - [2024-10-24 02:47:16] "POST /ref-update HTTP/1.1" 200 156 0.014872 10.0.0.34 - - [2024-10-24 02:47:17] "POST /useragent-kv HTTP/1.1" 200 115 0.005752 10.0.0.34 - - [2024-10-24 02:47:17] "POST /neutron/subnet HTTP/1.1" 200 711 0.207241 10.0.0.34 - - [2024-10-24 02:47:17] "POST /neutron/network HTTP/1.1" 200 833 0.006643 10.0.0.34 - - [2024-10-24 02:47:17] "POST /id-to-fqname HTTP/1.1" 200 227 0.001589 10.0.0.34 - - [2024-10-24 02:47:17] "GET /virtual-network/54ede6c6-ce5f-4d85-bc6c-330aa8056d52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.010132 10.0.0.34 - - [2024-10-24 02:47:17] "POST /neutron/network HTTP/1.1" 200 833 0.007384 10.0.0.34 - - [2024-10-24 02:47:17] "GET /virtual-network/54ede6c6-ce5f-4d85-bc6c-330aa8056d52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.010708 10.0.0.34 - - [2024-10-24 02:47:17] "POST /neutron/network HTTP/1.1" 200 833 0.007562 10.0.0.34 - - [2024-10-24 02:47:17] "POST /neutron/subnet HTTP/1.1" 200 711 0.009458 10.0.0.34 - - [2024-10-24 02:47:17] "POST /neutron/network HTTP/1.1" 200 807 0.013392 10.0.0.34 - - [2024-10-24 02:47:17] "POST /neutron/network HTTP/1.1" 200 833 0.007618 10.0.0.34 - - [2024-10-24 02:47:17] "POST /id-to-fqname HTTP/1.1" 200 227 0.001749 10.0.0.34 - - [2024-10-24 02:47:17] "POST /neutron/network HTTP/1.1" 200 843 0.007551 10.0.0.34 - - [2024-10-24 02:47:17] "GET /aaa-mode HTTP/1.1" 401 292 0.000587 10.0.0.34 - - [2024-10-24 02:47:17] "GET / HTTP/1.1" 200 35931 0.002322 10.0.0.34 - - [2024-10-24 02:47:17] "GET /project/c9f8fde7-fd91-49b8-acc4-a64368ae7ed7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000656 10.0.0.34 - - [2024-10-24 02:47:18] "GET /projects?obj_uuids=c9f8fde7-fd91-49b8-acc4-a64368ae7ed7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001734 10.0.0.34 - - [2024-10-24 02:47:18] "GET /project/c9f8fde7-fd91-49b8-acc4-a64368ae7ed7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.071224 10.0.0.34 - - [2024-10-24 02:47:18] "POST /neutron/network HTTP/1.1" 200 833 0.007396 10.0.0.34 - - [2024-10-24 02:47:18] "POST /neutron/port HTTP/1.1" 200 117 0.007410 10.0.0.34 - - [2024-10-24 02:47:18] "POST /neutron/port HTTP/1.1" 200 117 0.007001 10.0.0.34 - - [2024-10-24 02:47:18] "POST /neutron/port HTTP/1.1" 200 117 0.007449 10.0.0.34 - - [2024-10-24 02:47:19] "POST /neutron/network HTTP/1.1" 200 843 0.008719 10.0.0.34 - - [2024-10-24 02:47:19] "GET /projects?obj_uuids=c9f8fde7-fd91-49b8-acc4-a64368ae7ed7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001565 10.0.0.34 - - [2024-10-24 02:47:19] "POST /neutron/port HTTP/1.1" 200 1058 0.244152 10.0.0.34 - - [2024-10-24 02:47:19] "POST /neutron/port HTTP/1.1" 200 1058 0.014182 10.0.0.34 - - [2024-10-24 02:47:19] "POST /neutron/port HTTP/1.1" 200 1058 0.015884 10.0.0.34 - - [2024-10-24 02:47:19] "POST /neutron/port HTTP/1.1" 200 1112 0.074021 10.0.0.34 - - [2024-10-24 02:47:19] "POST /neutron/port HTTP/1.1" 200 1086 0.019723 10.0.0.34 - - [2024-10-24 02:47:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004345 10.0.0.34 - - [2024-10-24 02:47:19] "POST /neutron/subnet HTTP/1.1" 200 685 0.013427 10.0.0.34 - - [2024-10-24 02:47:19] "POST /neutron/port HTTP/1.1" 200 117 0.001519 10.0.0.34 - - [2024-10-24 02:47:19] "POST /neutron/network HTTP/1.1" 200 833 0.006603 10.0.0.34 - - [2024-10-24 02:47:23] "POST /neutron/port HTTP/1.1" 200 1086 0.019090 10.0.0.34 - - [2024-10-24 02:47:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008670 10.0.0.34 - - [2024-10-24 02:47:23] "POST /neutron/port HTTP/1.1" 200 1086 0.021343 10.0.0.34 - - [2024-10-24 02:47:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012750 10.0.0.34 - - [2024-10-24 02:47:23] "POST /neutron/port HTTP/1.1" 200 1086 0.021394 10.0.0.34 - - [2024-10-24 02:47:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009115 10.0.0.34 - - [2024-10-24 02:47:24] "GET /virtual-machine/0e253703-aa78-491a-bd2d-fd7790c73127 HTTP/1.1" 200 1293 0.006699 10.0.0.34 - - [2024-10-24 02:47:24] "GET /virtual-machine-interface/61c80713-cf9d-45f4-b9f4-4f455a0c8e84 HTTP/1.1" 200 2964 0.010943 10.0.0.34 - - [2024-10-24 02:47:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.34 - - [2024-10-24 02:47:24] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005045 10.0.0.34 - - [2024-10-24 02:47:24] "GET /virtual-networks?parent_id=c9f8fde7-fd91-49b8-acc4-a64368ae7ed7&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004005 10.0.0.34 - - [2024-10-24 02:47:24] "GET /virtual-network/54ede6c6-ce5f-4d85-bc6c-330aa8056d52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.010938 10.0.0.34 - - [2024-10-24 02:47:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.34 - - [2024-10-24 02:47:27] "GET /virtual-network/54ede6c6-ce5f-4d85-bc6c-330aa8056d52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.010082 10.0.0.34 - - [2024-10-24 02:47:29] "POST /neutron/port HTTP/1.1" 200 1086 0.019529 10.0.0.34 - - [2024-10-24 02:47:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007311 10.0.0.34 - - [2024-10-24 02:47:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.34 - - [2024-10-24 02:47:31] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004939 10.0.0.34 - - [2024-10-24 02:47:31] "GET /virtual-networks?parent_id=c9f8fde7-fd91-49b8-acc4-a64368ae7ed7&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.005809 10.0.0.34 - - [2024-10-24 02:47:31] "GET /virtual-network/54ede6c6-ce5f-4d85-bc6c-330aa8056d52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.011971 10.0.0.34 - - [2024-10-24 02:47:36] "POST /neutron/network HTTP/1.1" 200 807 0.014672 10.0.0.34 - - [2024-10-24 02:47:36] "POST /neutron/network HTTP/1.1" 200 833 0.006717 10.0.0.34 - - [2024-10-24 02:47:36] "POST /id-to-fqname HTTP/1.1" 200 227 0.001532 10.0.0.34 - - [2024-10-24 02:47:36] "POST /neutron/port HTTP/1.1" 200 1086 0.020555 10.0.0.34 - - [2024-10-24 02:47:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011295 10.0.0.34 - - [2024-10-24 02:47:36] "POST /neutron/network HTTP/1.1" 200 843 0.008390 10.0.0.34 - - [2024-10-24 02:47:36] "GET /aaa-mode HTTP/1.1" 401 292 0.000539 10.0.0.34 - - [2024-10-24 02:47:36] "POST /neutron/port HTTP/1.1" 200 1086 0.020798 10.0.0.34 - - [2024-10-24 02:47:36] "POST /neutron/port HTTP/1.1" 200 1086 0.022111 10.0.0.34 - - [2024-10-24 02:47:36] "POST /neutron/network HTTP/1.1" 200 843 0.008894 10.0.0.34 - - [2024-10-24 02:47:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004843 10.0.0.34 - - [2024-10-24 02:47:36] "POST /neutron/subnet HTTP/1.1" 200 685 0.015555 10.0.0.34 - - [2024-10-24 02:47:36] "POST /neutron/port HTTP/1.1" 200 117 0.001521 10.0.0.34 - - [2024-10-24 02:47:36] "POST /neutron/network HTTP/1.1" 200 833 0.008332 10.0.0.34 - - [2024-10-24 02:47:36] "GET / HTTP/1.1" 200 35931 0.002528 10.0.0.34 - - [2024-10-24 02:47:36] "GET /project/c9f8fde7-fd91-49b8-acc4-a64368ae7ed7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000645 10.0.0.34 - - [2024-10-24 02:47:37] "GET /projects?obj_uuids=c9f8fde7-fd91-49b8-acc4-a64368ae7ed7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001383 10.0.0.34 - - [2024-10-24 02:47:37] "GET /project/c9f8fde7-fd91-49b8-acc4-a64368ae7ed7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.080494 10.0.0.34 - - [2024-10-24 02:47:37] "POST /neutron/network HTTP/1.1" 200 833 0.008356 10.0.0.34 - - [2024-10-24 02:47:37] "POST /neutron/port HTTP/1.1" 200 1086 0.018656 10.0.0.34 - - [2024-10-24 02:47:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010001 10.0.0.34 - - [2024-10-24 02:47:37] "POST /neutron/port HTTP/1.1" 200 117 0.006266 10.0.0.34 - - [2024-10-24 02:47:37] "POST /neutron/port HTTP/1.1" 200 117 0.005854 10.0.0.34 - - [2024-10-24 02:47:37] "POST /neutron/network HTTP/1.1" 200 843 0.007744 10.0.0.34 - - [2024-10-24 02:47:37] "GET /projects?obj_uuids=c9f8fde7-fd91-49b8-acc4-a64368ae7ed7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001486 10.0.0.34 - - [2024-10-24 02:47:38] "POST /neutron/port HTTP/1.1" 200 1058 0.223413 10.0.0.34 - - [2024-10-24 02:47:38] "POST /neutron/port HTTP/1.1" 200 1058 0.015145 10.0.0.34 - - [2024-10-24 02:47:38] "POST /neutron/port HTTP/1.1" 200 1058 0.012282 10.0.0.34 - - [2024-10-24 02:47:38] "POST /neutron/port HTTP/1.1" 200 1112 0.076213 10.0.0.34 - - [2024-10-24 02:47:38] "POST /neutron/port HTTP/1.1" 200 1086 0.018767 10.0.0.34 - - [2024-10-24 02:47:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005106 10.0.0.34 - - [2024-10-24 02:47:38] "POST /neutron/subnet HTTP/1.1" 200 685 0.014823 10.0.0.34 - - [2024-10-24 02:47:38] "POST /neutron/port HTTP/1.1" 200 117 0.001761 10.0.0.34 - - [2024-10-24 02:47:38] "POST /neutron/network HTTP/1.1" 200 833 0.006997 10.0.0.34 - - [2024-10-24 02:47:42] "POST /neutron/port HTTP/1.1" 200 1086 0.020893 10.0.0.34 - - [2024-10-24 02:47:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007753 10.0.0.34 - - [2024-10-24 02:47:42] "POST /neutron/port HTTP/1.1" 200 1086 0.019267 10.0.0.34 - - [2024-10-24 02:47:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008276 10.0.0.34 - - [2024-10-24 02:47:42] "POST /neutron/port HTTP/1.1" 200 1086 0.017522 10.0.0.34 - - [2024-10-24 02:47:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007458 10.0.0.34 - - [2024-10-24 02:47:42] "GET /virtual-machine/f06fdade-c6a8-42ee-897b-29259a9ca1d2 HTTP/1.1" 200 1293 0.006353 10.0.0.34 - - [2024-10-24 02:47:42] "GET /virtual-machine-interface/3029b0b6-cbb8-4afa-92a3-4ca25aee3f2c HTTP/1.1" 200 2964 0.011026 10.0.0.34 - - [2024-10-24 02:47:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.34 - - [2024-10-24 02:47:42] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004782 10.0.0.34 - - [2024-10-24 02:47:42] "GET /virtual-networks?parent_id=c9f8fde7-fd91-49b8-acc4-a64368ae7ed7&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003768 10.0.0.34 - - [2024-10-24 02:47:43] "GET /virtual-network/54ede6c6-ce5f-4d85-bc6c-330aa8056d52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.012085 10.0.0.34 - - [2024-10-24 02:47:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.34 - - [2024-10-24 02:47:46] "GET /virtual-network/54ede6c6-ce5f-4d85-bc6c-330aa8056d52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.011546 10.0.0.34 - - [2024-10-24 02:47:46] "DELETE /project/c9f8fde7fd9149b8acc4a64368ae7ed7 HTTP/1.1" 404 173 0.006331 10.0.0.34 - - [2024-10-24 02:47:46] "GET /projects?obj_uuids=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001338 10.0.0.34 - - [2024-10-24 02:47:46] "GET /project/ea582462-3ee9-4fcb-8641-b657a8e6a3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.043161 10.0.0.34 - - [2024-10-24 02:47:46] "GET /projects?obj_uuids=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001238 10.0.0.34 - - [2024-10-24 02:47:46] "GET /project/ea582462-3ee9-4fcb-8641-b657a8e6a3eb?fields=security_groups HTTP/1.1" 200 1367 0.043577 10.0.0.34 - - [2024-10-24 02:47:46] "DELETE /security-group/4b94fe69-1b1c-420f-9223-b0b96b4b3054 HTTP/1.1" 200 115 0.035285 10.0.0.34 - - [2024-10-24 02:47:46] "GET /projects?obj_uuids=ea582462-3ee9-4fcb-8641-b657a8e6a3eb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001492 10.0.0.34 - - [2024-10-24 02:47:46] "GET /project/ea582462-3ee9-4fcb-8641-b657a8e6a3eb?fields=application_policy_sets HTTP/1.1" 200 1406 0.043221 10.0.0.34 - - [2024-10-24 02:47:46] "DELETE /access-control-list/a1a56d09-59e3-4c4a-b220-d5c7691d6a97 HTTP/1.1" 200 115 0.053421 10.0.0.34 - - [2024-10-24 02:47:46] "DELETE /access-control-list/4effaa75-6ca9-423c-8d90-6ba2c8262b7a HTTP/1.1" 200 115 0.024114 10.0.0.34 - - [2024-10-24 02:47:46] "DELETE /project/ea582462-3ee9-4fcb-8641-b657a8e6a3eb HTTP/1.1" 200 115 0.360095 10.0.0.34 - - [2024-10-24 02:47:48] "POST /neutron/port HTTP/1.1" 200 1086 0.020497 10.0.0.34 - - [2024-10-24 02:47:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007359 10.0.0.34 - - [2024-10-24 02:47:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.34 - - [2024-10-24 02:47:50] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005185 10.0.0.34 - - [2024-10-24 02:47:50] "GET /virtual-networks?parent_id=c9f8fde7-fd91-49b8-acc4-a64368ae7ed7&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003543 10.0.0.34 - - [2024-10-24 02:47:50] "GET /virtual-network/54ede6c6-ce5f-4d85-bc6c-330aa8056d52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.012094 10.0.0.34 - - [2024-10-24 02:47:54] "GET /obj-perms HTTP/1.1" 200 5056 0.066185 10.0.0.34 - - [2024-10-24 02:47:55] "GET /obj-perms HTTP/1.1" 200 5056 0.054549 10.0.0.34 - - [2024-10-24 02:47:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.34 - - [2024-10-24 02:47:56] "DELETE /virtual-DNS/92b07c68-dccb-45c5-b770-b96b4a8a7081 HTTP/1.1" 409 235 0.007240 10.0.0.34 - - [2024-10-24 02:47:56] "POST /fqname-to-id HTTP/1.1" 404 192 0.003506 10.0.0.34 - - [2024-10-24 02:47:56] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.018724 10.0.0.34 - - [2024-10-24 02:47:56] "GET /virtual-DNS-record/71e5221a-27ce-4f3c-81c7-8caad6f40d63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.005335 10.0.0.34 - - [2024-10-24 02:47:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.34 - - [2024-10-24 02:47:56] "GET /virtual-DNS-record/71e5221a-27ce-4f3c-81c7-8caad6f40d63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.004221 10.0.0.34 - - [2024-10-24 02:47:56] "GET /domains HTTP/1.1" 200 280 0.003238 10.0.0.34 - - [2024-10-24 02:47:56] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001288 10.0.0.34 - - [2024-10-24 02:47:56] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08 HTTP/1.1" 200 2775 0.013140 10.0.0.34 - - [2024-10-24 02:47:56] "GET /virtual-DNS/92b07c68-dccb-45c5-b770-b96b4a8a7081 HTTP/1.1" 200 1908 0.004959 10.0.0.34 - - [2024-10-24 02:47:56] "GET /virtual-DNS-record/71e5221a-27ce-4f3c-81c7-8caad6f40d63 HTTP/1.1" 200 1335 0.003572 10.0.0.34 - - [2024-10-24 02:48:02] "DELETE /virtual-DNS-record/71e5221a-27ce-4f3c-81c7-8caad6f40d63 HTTP/1.1" 200 115 0.025729 10.0.0.34 - - [2024-10-24 02:48:02] "POST /fqname-to-id HTTP/1.1" 404 184 0.003902 10.0.0.34 - - [2024-10-24 02:48:02] "POST /neutron/network HTTP/1.1" 200 833 0.008044 10.0.0.34 - - [2024-10-24 02:48:02] "POST /neutron/network HTTP/1.1" 400 204 0.013607 10.0.0.34 - - [2024-10-24 02:48:02] "POST /neutron/port HTTP/1.1" 200 1086 0.017462 10.0.0.34 - - [2024-10-24 02:48:02] "POST /neutron/port HTTP/1.1" 200 1112 0.010767 10.0.0.34 - - [2024-10-24 02:48:02] "POST /neutron/port HTTP/1.1" 200 1086 0.020664 10.0.0.34 - - [2024-10-24 02:48:02] "POST /neutron/port HTTP/1.1" 200 1112 0.014042 10.0.0.34 - - [2024-10-24 02:48:03] "POST /neutron/port HTTP/1.1" 200 151 0.165159 10.0.0.34 - - [2024-10-24 02:48:03] "POST /neutron/port HTTP/1.1" 200 151 0.149098 10.0.0.34 - - [2024-10-24 02:48:04] "POST /neutron/network HTTP/1.1" 200 833 0.011817 10.0.0.34 - - [2024-10-24 02:48:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001913 10.0.0.34 - - [2024-10-24 02:48:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.008226 10.0.0.34 - - [2024-10-24 02:48:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001452 10.0.0.34 - - [2024-10-24 02:48:04] "POST /neutron/network HTTP/1.1" 200 151 0.221867 10.0.0.34 - - [2024-10-24 02:48:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.34 - - [2024-10-24 02:48:04] "DELETE /route-target/8ce061c2-9db2-451b-a8ed-e17b1b781b61 HTTP/1.1" 200 115 0.034785 10.0.0.34 - - [2024-10-24 02:48:04] "DELETE /network-ipam/8832c636-1f35-46b3-8e57-b1842dab7bea HTTP/1.1" 200 115 0.032086 10.0.0.34 - - [2024-10-24 02:48:04] "DELETE /virtual-DNS/92b07c68-dccb-45c5-b770-b96b4a8a7081 HTTP/1.1" 200 115 0.039218 10.0.0.34 - - [2024-10-24 02:48:04] "POST /fqname-to-id HTTP/1.1" 404 180 0.005075 10.0.0.34 - - [2024-10-24 02:48:04] "GET /domains HTTP/1.1" 200 280 0.003772 10.0.0.34 - - [2024-10-24 02:48:04] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001388 10.0.0.34 - - [2024-10-24 02:48:04] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08 HTTP/1.1" 200 2575 0.016415 10.0.0.34 - - [2024-10-24 02:48:05] "GET /projects?obj_uuids=c9f8fde7-fd91-49b8-acc4-a64368ae7ed7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001558 10.0.0.34 - - [2024-10-24 02:48:05] "GET /project/c9f8fde7-fd91-49b8-acc4-a64368ae7ed7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.048788 10.0.0.34 - - [2024-10-24 02:48:05] "GET /projects?obj_uuids=c9f8fde7-fd91-49b8-acc4-a64368ae7ed7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002407 10.0.0.34 - - [2024-10-24 02:48:05] "GET /project/c9f8fde7-fd91-49b8-acc4-a64368ae7ed7?fields=virtual_networks HTTP/1.1" 200 1045 0.056421 10.0.0.34 - - [2024-10-24 02:48:05] "GET /projects?obj_uuids=c9f8fde7-fd91-49b8-acc4-a64368ae7ed7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002089 10.0.0.34 - - [2024-10-24 02:48:05] "GET /project/c9f8fde7-fd91-49b8-acc4-a64368ae7ed7?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.048664 10.0.0.34 - - [2024-10-24 02:48:05] "GET /projects?obj_uuids=c9f8fde7-fd91-49b8-acc4-a64368ae7ed7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001857 10.0.0.34 - - [2024-10-24 02:48:05] "GET /project/c9f8fde7-fd91-49b8-acc4-a64368ae7ed7?fields=security_groups HTTP/1.1" 200 1272 0.044923 10.0.0.34 - - [2024-10-24 02:48:06] "POST /fqname-to-id HTTP/1.1" 404 189 0.034818 10.0.0.34 - - [2024-10-24 02:48:06] "GET /projects?obj_uuids=eca8d0ce-dd37-441d-b6f5-b4c207198450&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002944 10.0.0.34 - - [2024-10-24 02:48:06] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002036 10.0.0.34 - - [2024-10-24 02:48:06] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.013462 10.0.0.34 - - [2024-10-24 02:48:06] "POST /id-to-fqname HTTP/1.1" 200 191 0.001873 10.0.0.34 - - [2024-10-24 02:48:06] "POST /fqname-to-id HTTP/1.1" 404 200 0.004115 10.0.0.34 - - [2024-10-24 02:48:06] "POST /security-groups HTTP/1.1" 200 592 0.066873 10.0.0.34 - - [2024-10-24 02:48:06] "POST /fqname-to-id HTTP/1.1" 404 235 0.003744 10.0.0.34 - - [2024-10-24 02:48:06] "POST /projects HTTP/1.1" 200 587 0.243646 10.0.0.34 - - [2024-10-24 02:48:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.288090 10.0.0.34 - - [2024-10-24 02:48:06] "POST /access-control-lists HTTP/1.1" 200 597 0.061741 10.0.0.34 - - [2024-10-24 02:48:06] "GET /project/eca8d0ce-dd37-441d-b6f5-b4c207198450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.456766 10.0.0.34 - - [2024-10-24 02:48:06] "POST /fqname-to-id HTTP/1.1" 404 234 0.006102 10.0.0.34 - - [2024-10-24 02:48:07] "POST /access-control-lists HTTP/1.1" 200 595 0.071491 10.0.0.34 - - [2024-10-24 02:48:08] "GET / HTTP/1.1" 200 35931 0.003052 10.0.0.34 - - [2024-10-24 02:48:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000635 10.0.0.34 - - [2024-10-24 02:48:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.071436 10.0.0.34 - - [2024-10-24 02:48:09] "GET /projects?obj_uuids=eca8d0ce-dd37-441d-b6f5-b4c207198450&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001297 10.0.0.34 - - [2024-10-24 02:48:09] "GET /project/eca8d0ce-dd37-441d-b6f5-b4c207198450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.033858 10.0.0.34 - - [2024-10-24 02:48:09] "POST /neutron/network HTTP/1.1" 200 117 0.036304 10.0.0.34 - - [2024-10-24 02:48:09] "GET /projects?obj_uuids=eca8d0ce-dd37-441d-b6f5-b4c207198450&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002062 10.0.0.34 - - [2024-10-24 02:48:09] "POST /neutron/network HTTP/1.1" 200 606 0.078296 10.0.0.34 - - [2024-10-24 02:48:09] "POST /route-targets HTTP/1.1" 200 327 0.012714 10.0.0.34 - - [2024-10-24 02:48:09] "POST /ref-update HTTP/1.1" 200 156 0.016446 10.0.0.34 - - [2024-10-24 02:48:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003960 10.0.0.34 - - [2024-10-24 02:48:09] "POST /neutron/subnet HTTP/1.1" 200 729 0.149814 10.0.0.34 - - [2024-10-24 02:48:09] "POST /neutron/network HTTP/1.1" 200 826 0.006633 10.0.0.34 - - [2024-10-24 02:48:09] "POST /id-to-fqname HTTP/1.1" 200 221 0.001612 10.0.0.34 - - [2024-10-24 02:48:09] "GET /virtual-network/f34ce278-5e47-46e3-8eef-6d2a7d9f3b95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.010973 10.0.0.34 - - [2024-10-24 02:48:09] "POST /neutron/network HTTP/1.1" 200 826 0.006870 10.0.0.34 - - [2024-10-24 02:48:09] "GET /virtual-network/f34ce278-5e47-46e3-8eef-6d2a7d9f3b95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.009931 10.0.0.34 - - [2024-10-24 02:48:09] "POST /neutron/network HTTP/1.1" 200 826 0.006391 10.0.0.34 - - [2024-10-24 02:48:09] "POST /neutron/subnet HTTP/1.1" 200 729 0.008006 10.0.0.34 - - [2024-10-24 02:48:09] "POST /id-to-fqname HTTP/1.1" 200 221 0.001431 10.0.0.34 - - [2024-10-24 02:48:10] "POST /neutron/network HTTP/1.1" 200 836 0.007185 10.0.0.34 - - [2024-10-24 02:48:10] "GET /aaa-mode HTTP/1.1" 401 292 0.000574 10.0.0.34 - - [2024-10-24 02:48:10] "GET / HTTP/1.1" 200 35931 0.002677 10.0.0.34 - - [2024-10-24 02:48:10] "GET /project/eca8d0ce-dd37-441d-b6f5-b4c207198450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000702 10.0.0.34 - - [2024-10-24 02:48:10] "GET /projects?obj_uuids=eca8d0ce-dd37-441d-b6f5-b4c207198450&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001973 10.0.0.34 - - [2024-10-24 02:48:10] "GET /project/eca8d0ce-dd37-441d-b6f5-b4c207198450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.076980 10.0.0.34 - - [2024-10-24 02:48:10] "POST /neutron/network HTTP/1.1" 200 826 0.007558 10.0.0.34 - - [2024-10-24 02:48:11] "POST /neutron/port HTTP/1.1" 200 117 0.005956 10.0.0.34 - - [2024-10-24 02:48:11] "POST /neutron/port HTTP/1.1" 200 117 0.006175 10.0.0.34 - - [2024-10-24 02:48:11] "POST /id-to-fqname HTTP/1.1" 200 221 0.001776 10.0.0.34 - - [2024-10-24 02:48:11] "POST /neutron/port HTTP/1.1" 200 117 0.007034 10.0.0.34 - - [2024-10-24 02:48:11] "POST /neutron/network HTTP/1.1" 200 836 0.007140 10.0.0.34 - - [2024-10-24 02:48:11] "GET /aaa-mode HTTP/1.1" 401 292 0.000581 10.0.0.34 - - [2024-10-24 02:48:11] "POST /neutron/network HTTP/1.1" 200 836 0.007291 10.0.0.34 - - [2024-10-24 02:48:11] "GET /projects?obj_uuids=eca8d0ce-dd37-441d-b6f5-b4c207198450&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002101 10.0.0.34 - - [2024-10-24 02:48:11] "GET / HTTP/1.1" 200 35931 0.002315 10.0.0.34 - - [2024-10-24 02:48:11] "GET /project/eca8d0ce-dd37-441d-b6f5-b4c207198450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000511 10.0.0.34 - - [2024-10-24 02:48:11] "POST /neutron/port HTTP/1.1" 200 1062 0.247173 10.0.0.34 - - [2024-10-24 02:48:11] "POST /neutron/port HTTP/1.1" 200 1062 0.013665 10.0.0.34 - - [2024-10-24 02:48:11] "POST /neutron/port HTTP/1.1" 200 1062 0.011240 10.0.0.34 - - [2024-10-24 02:48:12] "POST /neutron/port HTTP/1.1" 200 1116 0.094746 10.0.0.34 - - [2024-10-24 02:48:12] "POST /neutron/port HTTP/1.1" 200 1090 0.019133 10.0.0.34 - - [2024-10-24 02:48:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004043 10.0.0.34 - - [2024-10-24 02:48:12] "POST /neutron/subnet HTTP/1.1" 200 703 0.027018 10.0.0.34 - - [2024-10-24 02:48:12] "GET /projects?obj_uuids=eca8d0ce-dd37-441d-b6f5-b4c207198450&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001409 10.0.0.34 - - [2024-10-24 02:48:12] "POST /neutron/port HTTP/1.1" 200 117 0.002797 10.0.0.34 - - [2024-10-24 02:48:12] "GET /project/eca8d0ce-dd37-441d-b6f5-b4c207198450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.089832 10.0.0.34 - - [2024-10-24 02:48:12] "POST /neutron/network HTTP/1.1" 200 826 0.007290 10.0.0.34 - - [2024-10-24 02:48:12] "POST /neutron/network HTTP/1.1" 200 826 0.010463 10.0.0.34 - - [2024-10-24 02:48:12] "POST /neutron/port HTTP/1.1" 200 1090 0.021286 10.0.0.34 - - [2024-10-24 02:48:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008272 10.0.0.34 - - [2024-10-24 02:48:12] "POST /neutron/port HTTP/1.1" 200 117 0.006813 10.0.0.34 - - [2024-10-24 02:48:12] "POST /neutron/port HTTP/1.1" 200 1090 0.031322 10.0.0.34 - - [2024-10-24 02:48:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008138 10.0.0.34 - - [2024-10-24 02:48:12] "POST /neutron/network HTTP/1.1" 200 836 0.007104 10.0.0.34 - - [2024-10-24 02:48:12] "GET /projects?obj_uuids=eca8d0ce-dd37-441d-b6f5-b4c207198450&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001570 10.0.0.34 - - [2024-10-24 02:48:13] "POST /neutron/port HTTP/1.1" 200 1062 0.274701 10.0.0.34 - - [2024-10-24 02:48:13] "POST /neutron/port HTTP/1.1" 200 1062 0.014210 10.0.0.34 - - [2024-10-24 02:48:13] "POST /neutron/port HTTP/1.1" 200 1062 0.011652 10.0.0.34 - - [2024-10-24 02:48:13] "POST /neutron/port HTTP/1.1" 200 1116 0.107845 10.0.0.34 - - [2024-10-24 02:48:13] "POST /neutron/port HTTP/1.1" 200 1090 0.016587 10.0.0.34 - - [2024-10-24 02:48:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004303 10.0.0.34 - - [2024-10-24 02:48:13] "POST /neutron/subnet HTTP/1.1" 200 703 0.013032 10.0.0.34 - - [2024-10-24 02:48:13] "POST /neutron/port HTTP/1.1" 200 117 0.001559 10.0.0.34 - - [2024-10-24 02:48:13] "POST /neutron/network HTTP/1.1" 200 826 0.006517 10.0.0.34 - - [2024-10-24 02:48:17] "POST /neutron/port HTTP/1.1" 200 1090 0.018314 10.0.0.34 - - [2024-10-24 02:48:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007675 10.0.0.34 - - [2024-10-24 02:48:17] "POST /neutron/port HTTP/1.1" 200 1090 0.017855 10.0.0.34 - - [2024-10-24 02:48:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007686 10.0.0.34 - - [2024-10-24 02:48:17] "POST /neutron/port HTTP/1.1" 200 1090 0.019304 10.0.0.34 - - [2024-10-24 02:48:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012475 10.0.0.34 - - [2024-10-24 02:48:17] "GET /virtual-machine/56955276-6634-4b8d-9265-6a2d4577708d HTTP/1.1" 401 292 0.003335 10.0.0.34 - - [2024-10-24 02:48:18] "GET /virtual-machine/56955276-6634-4b8d-9265-6a2d4577708d HTTP/1.1" 200 1293 0.037049 10.0.0.34 - - [2024-10-24 02:48:18] "GET /virtual-machine-interface/8f347444-cafb-4bea-97b1-1ce66bc379dd HTTP/1.1" 200 2947 0.009912 10.0.0.34 - - [2024-10-24 02:48:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.34 - - [2024-10-24 02:48:18] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004784 10.0.0.34 - - [2024-10-24 02:48:18] "GET /virtual-networks?parent_id=eca8d0ce-dd37-441d-b6f5-b4c207198450&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003979 10.0.0.34 - - [2024-10-24 02:48:18] "GET /virtual-network/f34ce278-5e47-46e3-8eef-6d2a7d9f3b95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.011519 10.0.0.34 - - [2024-10-24 02:48:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.34 - - [2024-10-24 02:48:21] "GET /virtual-network/f34ce278-5e47-46e3-8eef-6d2a7d9f3b95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.010116 10.0.0.34 - - [2024-10-24 02:48:22] "POST /neutron/port HTTP/1.1" 200 1090 0.018473 10.0.0.34 - - [2024-10-24 02:48:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007982 10.0.0.34 - - [2024-10-24 02:48:23] "POST /neutron/port HTTP/1.1" 200 1090 0.019719 10.0.0.34 - - [2024-10-24 02:48:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006664 10.0.0.34 - - [2024-10-24 02:48:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.34 - - [2024-10-24 02:48:23] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004164 10.0.0.34 - - [2024-10-24 02:48:23] "GET /virtual-networks?parent_id=eca8d0ce-dd37-441d-b6f5-b4c207198450&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003670 10.0.0.34 - - [2024-10-24 02:48:23] "GET /virtual-network/f34ce278-5e47-46e3-8eef-6d2a7d9f3b95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.012096 10.0.0.34 - - [2024-10-24 02:48:24] "POST /neutron/port HTTP/1.1" 200 1090 0.019688 10.0.0.34 - - [2024-10-24 02:48:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007076 10.0.0.34 - - [2024-10-24 02:48:24] "POST /neutron/port HTTP/1.1" 200 1090 0.018030 10.0.0.34 - - [2024-10-24 02:48:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007453 10.0.0.34 - - [2024-10-24 02:48:24] "POST /neutron/port HTTP/1.1" 200 1090 0.017977 10.0.0.34 - - [2024-10-24 02:48:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010264 10.0.0.34 - - [2024-10-24 02:48:24] "GET /virtual-machine/0afd16e0-7013-4367-8a6e-0bf9eef4fc9c HTTP/1.1" 200 1291 0.006737 10.0.0.34 - - [2024-10-24 02:48:24] "GET /virtual-machine-interface/cb034dae-3508-49d6-b64b-a444ed46875f HTTP/1.1" 200 2947 0.009672 10.0.0.34 - - [2024-10-24 02:48:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004733 10.0.0.34 - - [2024-10-24 02:48:24] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005515 10.0.0.34 - - [2024-10-24 02:48:24] "GET /virtual-networks?parent_id=eca8d0ce-dd37-441d-b6f5-b4c207198450&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003759 10.0.0.34 - - [2024-10-24 02:48:24] "GET /virtual-network/f34ce278-5e47-46e3-8eef-6d2a7d9f3b95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.012974 10.0.0.34 - - [2024-10-24 02:48:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.34 - - [2024-10-24 02:48:25] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004363 10.0.0.34 - - [2024-10-24 02:48:25] "GET /virtual-networks?parent_id=eca8d0ce-dd37-441d-b6f5-b4c207198450&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003643 10.0.0.34 - - [2024-10-24 02:48:25] "GET /virtual-network/f34ce278-5e47-46e3-8eef-6d2a7d9f3b95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.011115 10.0.0.34 - - [2024-10-24 02:48:30] "POST /neutron/network HTTP/1.1" 200 826 0.012001 10.0.0.34 - - [2024-10-24 02:48:30] "POST /neutron/network HTTP/1.1" 400 204 0.015068 10.0.0.34 - - [2024-10-24 02:48:31] "POST /neutron/port HTTP/1.1" 200 1090 0.028234 10.0.0.34 - - [2024-10-24 02:48:31] "POST /neutron/port HTTP/1.1" 200 1090 0.025739 10.0.0.34 - - [2024-10-24 02:48:31] "POST /neutron/port HTTP/1.1" 200 1116 0.011032 10.0.0.34 - - [2024-10-24 02:48:31] "POST /neutron/port HTTP/1.1" 200 1116 0.021163 10.0.0.34 - - [2024-10-24 02:48:31] "POST /neutron/port HTTP/1.1" 200 151 0.180157 10.0.0.34 - - [2024-10-24 02:48:31] "POST /neutron/port HTTP/1.1" 200 151 0.179272 10.0.0.34 - - [2024-10-24 02:48:32] "POST /neutron/network HTTP/1.1" 200 826 0.007703 10.0.0.34 - - [2024-10-24 02:48:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.007746 10.0.0.34 - - [2024-10-24 02:48:32] "DELETE /route-target/1d2e5ca3-7140-42e0-882d-5827acc41e11 HTTP/1.1" 200 115 0.018912 10.0.0.34 - - [2024-10-24 02:48:32] "POST /useragent-kv HTTP/1.1" 200 115 0.033892 10.0.0.34 - - [2024-10-24 02:48:32] "POST /useragent-kv HTTP/1.1" 200 115 0.001374 10.0.0.34 - - [2024-10-24 02:48:33] "POST /neutron/network HTTP/1.1" 200 151 0.116670 10.0.0.34 - - [2024-10-24 02:48:33] "GET /projects?obj_uuids=eca8d0ce-dd37-441d-b6f5-b4c207198450&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001470 10.0.0.34 - - [2024-10-24 02:48:33] "GET /project/eca8d0ce-dd37-441d-b6f5-b4c207198450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.079094 10.0.0.34 - - [2024-10-24 02:48:33] "GET /projects?obj_uuids=eca8d0ce-dd37-441d-b6f5-b4c207198450&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001442 10.0.0.34 - - [2024-10-24 02:48:33] "GET /project/eca8d0ce-dd37-441d-b6f5-b4c207198450?fields=virtual_networks HTTP/1.1" 200 1045 0.045056 10.0.0.34 - - [2024-10-24 02:48:33] "GET /projects?obj_uuids=eca8d0ce-dd37-441d-b6f5-b4c207198450&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001387 10.0.0.34 - - [2024-10-24 02:48:33] "GET /project/eca8d0ce-dd37-441d-b6f5-b4c207198450?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.042851 10.0.0.34 - - [2024-10-24 02:48:33] "GET /projects?obj_uuids=eca8d0ce-dd37-441d-b6f5-b4c207198450&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001371 10.0.0.34 - - [2024-10-24 02:48:33] "GET /project/eca8d0ce-dd37-441d-b6f5-b4c207198450?fields=security_groups HTTP/1.1" 200 1272 0.035423 10.0.0.34 - - [2024-10-24 02:48:34] "POST /fqname-to-id HTTP/1.1" 404 188 0.031159 10.0.0.34 - - [2024-10-24 02:48:34] "GET /projects?obj_uuids=237422dc-1606-497d-8317-cd1cd887e07d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002976 10.0.0.34 - - [2024-10-24 02:48:34] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002137 10.0.0.34 - - [2024-10-24 02:48:34] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.044025 10.0.0.34 - - [2024-10-24 02:48:34] "POST /id-to-fqname HTTP/1.1" 200 190 0.002083 10.0.0.34 - - [2024-10-24 02:48:34] "POST /fqname-to-id HTTP/1.1" 404 199 0.002923 10.0.0.34 - - [2024-10-24 02:48:34] "POST /security-groups HTTP/1.1" 200 591 0.068449 10.0.0.34 - - [2024-10-24 02:48:34] "POST /fqname-to-id HTTP/1.1" 404 234 0.004193 10.0.0.34 - - [2024-10-24 02:48:34] "POST /projects HTTP/1.1" 200 585 0.228362 10.0.0.34 - - [2024-10-24 02:48:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.261616 10.0.0.34 - - [2024-10-24 02:48:34] "POST /access-control-lists HTTP/1.1" 200 596 0.066016 10.0.0.34 - - [2024-10-24 02:48:35] "GET /project/237422dc-1606-497d-8317-cd1cd887e07d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.458387 10.0.0.34 - - [2024-10-24 02:48:35] "POST /fqname-to-id HTTP/1.1" 404 233 0.003478 10.0.0.34 - - [2024-10-24 02:48:35] "POST /access-control-lists HTTP/1.1" 200 594 0.064140 10.0.0.34 - - [2024-10-24 02:48:36] "GET / HTTP/1.1" 200 35931 0.002875 10.0.0.34 - - [2024-10-24 02:48:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000574 10.0.0.34 - - [2024-10-24 02:48:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.064460 10.0.0.34 - - [2024-10-24 02:48:37] "GET /projects?obj_uuids=237422dc-1606-497d-8317-cd1cd887e07d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001895 10.0.0.34 - - [2024-10-24 02:48:37] "GET /project/237422dc-1606-497d-8317-cd1cd887e07d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.040558 10.0.0.34 - - [2024-10-24 02:48:37] "POST /neutron/network HTTP/1.1" 200 117 0.035956 10.0.0.34 - - [2024-10-24 02:48:37] "GET /projects?obj_uuids=237422dc-1606-497d-8317-cd1cd887e07d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001901 10.0.0.34 - - [2024-10-24 02:48:37] "POST /neutron/network HTTP/1.1" 200 625 0.075041 10.0.0.34 - - [2024-10-24 02:48:37] "POST /route-targets HTTP/1.1" 200 327 0.013117 10.0.0.34 - - [2024-10-24 02:48:37] "POST /ref-update HTTP/1.1" 200 156 0.012723 10.0.0.34 - - [2024-10-24 02:48:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002860 10.0.0.34 - - [2024-10-24 02:48:37] "POST /neutron/subnet HTTP/1.1" 200 701 0.193364 10.0.0.34 - - [2024-10-24 02:48:37] "POST /neutron/network HTTP/1.1" 200 839 0.006980 10.0.0.34 - - [2024-10-24 02:48:37] "POST /id-to-fqname HTTP/1.1" 200 230 0.001454 10.0.0.34 - - [2024-10-24 02:48:37] "GET /virtual-network/a1fd3ac1-347d-4450-a0a8-d327213288a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.009662 10.0.0.34 - - [2024-10-24 02:48:38] "POST /neutron/network HTTP/1.1" 200 839 0.006482 10.0.0.34 - - [2024-10-24 02:48:38] "GET /virtual-network/a1fd3ac1-347d-4450-a0a8-d327213288a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.009583 10.0.0.34 - - [2024-10-24 02:48:38] "POST /neutron/network HTTP/1.1" 200 839 0.007124 10.0.0.34 - - [2024-10-24 02:48:38] "POST /neutron/subnet HTTP/1.1" 200 701 0.009351 10.0.0.34 - - [2024-10-24 02:48:38] "POST /neutron/network HTTP/1.1" 200 839 0.007650 10.0.0.34 - - [2024-10-24 02:48:38] "POST /id-to-fqname HTTP/1.1" 200 230 0.001739 10.0.0.34 - - [2024-10-24 02:48:38] "POST /neutron/network HTTP/1.1" 200 849 0.010611 10.0.0.34 - - [2024-10-24 02:48:38] "GET /aaa-mode HTTP/1.1" 401 292 0.000588 10.0.0.34 - - [2024-10-24 02:48:38] "GET / HTTP/1.1" 200 35931 0.002095 10.0.0.34 - - [2024-10-24 02:48:38] "GET /project/237422dc-1606-497d-8317-cd1cd887e07d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000665 10.0.0.34 - - [2024-10-24 02:48:39] "GET /projects?obj_uuids=237422dc-1606-497d-8317-cd1cd887e07d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001337 10.0.0.34 - - [2024-10-24 02:48:39] "GET /project/237422dc-1606-497d-8317-cd1cd887e07d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.075041 10.0.0.34 - - [2024-10-24 02:48:39] "POST /neutron/network HTTP/1.1" 200 839 0.036471 10.0.0.34 - - [2024-10-24 02:48:39] "POST /neutron/port HTTP/1.1" 200 117 0.006165 10.0.0.34 - - [2024-10-24 02:48:39] "POST /neutron/port HTTP/1.1" 200 117 0.005837 10.0.0.34 - - [2024-10-24 02:48:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.34 - - [2024-10-24 02:48:39] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004660 10.0.0.34 - - [2024-10-24 02:48:39] "PUT /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d HTTP/1.1" 200 276 0.009713 10.0.0.34 - - [2024-10-24 02:48:39] "POST /neutron/port HTTP/1.1" 200 117 0.005509 10.0.0.34 - - [2024-10-24 02:48:39] "POST /neutron/network HTTP/1.1" 200 849 0.008021 10.0.0.34 - - [2024-10-24 02:48:40] "GET /projects?obj_uuids=237422dc-1606-497d-8317-cd1cd887e07d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001398 10.0.0.34 - - [2024-10-24 02:48:40] "POST /neutron/port HTTP/1.1" 200 1055 0.231276 10.0.0.34 - - [2024-10-24 02:48:40] "POST /neutron/port HTTP/1.1" 200 1055 0.039138 10.0.0.34 - - [2024-10-24 02:48:40] "POST /neutron/port HTTP/1.1" 200 1055 0.010482 10.0.0.34 - - [2024-10-24 02:48:40] "POST /neutron/port HTTP/1.1" 200 1109 0.064209 10.0.0.34 - - [2024-10-24 02:48:40] "POST /neutron/port HTTP/1.1" 200 1083 0.016643 10.0.0.34 - - [2024-10-24 02:48:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004062 10.0.0.34 - - [2024-10-24 02:48:40] "POST /neutron/subnet HTTP/1.1" 200 675 0.013372 10.0.0.34 - - [2024-10-24 02:48:40] "POST /neutron/port HTTP/1.1" 200 117 0.001451 10.0.0.34 - - [2024-10-24 02:48:40] "POST /neutron/network HTTP/1.1" 200 839 0.007020 10.0.0.34 - - [2024-10-24 02:48:44] "POST /neutron/port HTTP/1.1" 200 1083 0.018280 10.0.0.34 - - [2024-10-24 02:48:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007808 10.0.0.34 - - [2024-10-24 02:48:44] "POST /neutron/port HTTP/1.1" 200 1083 0.018690 10.0.0.34 - - [2024-10-24 02:48:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007413 10.0.0.34 - - [2024-10-24 02:48:45] "POST /neutron/port HTTP/1.1" 200 1083 0.017571 10.0.0.34 - - [2024-10-24 02:48:45] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008239 10.0.0.34 - - [2024-10-24 02:48:45] "GET /virtual-machine/2af8bf96-c221-4883-bf81-7d542cc15bbf HTTP/1.1" 401 292 0.000507 10.0.0.34 - - [2024-10-24 02:48:45] "GET /virtual-machine/2af8bf96-c221-4883-bf81-7d542cc15bbf HTTP/1.1" 200 1292 0.034707 10.0.0.34 - - [2024-10-24 02:48:45] "GET /virtual-machine-interface/22327f50-84e4-4683-8a04-757ca27e6145 HTTP/1.1" 200 2970 0.009437 10.0.0.34 - - [2024-10-24 02:48:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.34 - - [2024-10-24 02:48:45] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.003810 10.0.0.34 - - [2024-10-24 02:48:45] "GET /virtual-networks?parent_id=237422dc-1606-497d-8317-cd1cd887e07d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003343 10.0.0.34 - - [2024-10-24 02:48:45] "GET /virtual-network/a1fd3ac1-347d-4450-a0a8-d327213288a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.011002 10.0.0.34 - - [2024-10-24 02:48:46] "DELETE /project/237422dc1606497d8317cd1cd887e07d HTTP/1.1" 404 173 0.015526 10.0.0.34 - - [2024-10-24 02:48:46] "DELETE /project/eca8d0cedd37441db6f5b4c207198450 HTTP/1.1" 404 173 0.013883 10.0.0.34 - - [2024-10-24 02:48:46] "GET /projects?obj_uuids=eca8d0ce-dd37-441d-b6f5-b4c207198450&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001545 10.0.0.34 - - [2024-10-24 02:48:46] "GET /projects?obj_uuids=c9f8fde7-fd91-49b8-acc4-a64368ae7ed7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001233 10.0.0.34 - - [2024-10-24 02:48:46] "GET /project/c9f8fde7-fd91-49b8-acc4-a64368ae7ed7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.062397 10.0.0.34 - - [2024-10-24 02:48:46] "GET /project/eca8d0ce-dd37-441d-b6f5-b4c207198450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.074079 10.0.0.34 - - [2024-10-24 02:48:46] "GET /projects?obj_uuids=eca8d0ce-dd37-441d-b6f5-b4c207198450&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001366 10.0.0.34 - - [2024-10-24 02:48:46] "GET /projects?obj_uuids=c9f8fde7-fd91-49b8-acc4-a64368ae7ed7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001101 10.0.0.34 - - [2024-10-24 02:48:46] "GET /project/c9f8fde7-fd91-49b8-acc4-a64368ae7ed7?fields=security_groups HTTP/1.1" 200 1377 0.060866 10.0.0.34 - - [2024-10-24 02:48:46] "GET /project/eca8d0ce-dd37-441d-b6f5-b4c207198450?fields=security_groups HTTP/1.1" 200 1377 0.073779 10.0.0.34 - - [2024-10-24 02:48:46] "DELETE /security-group/45151cd7-f57d-40c4-ad6a-3b04e8d80120 HTTP/1.1" 200 115 0.051082 10.0.0.34 - - [2024-10-24 02:48:46] "GET /projects?obj_uuids=c9f8fde7-fd91-49b8-acc4-a64368ae7ed7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001524 10.0.0.34 - - [2024-10-24 02:48:47] "GET /project/c9f8fde7-fd91-49b8-acc4-a64368ae7ed7?fields=application_policy_sets HTTP/1.1" 200 1416 0.070355 10.0.0.34 - - [2024-10-24 02:48:47] "DELETE /access-control-list/cf0fa1b5-9e02-4dd1-8d49-62d7e77bda87 HTTP/1.1" 200 115 0.085503 10.0.0.34 - - [2024-10-24 02:48:47] "DELETE /security-group/6a528f83-e021-4bd8-ab69-bf82c9c0d945 HTTP/1.1" 200 115 0.121472 10.0.0.34 - - [2024-10-24 02:48:47] "GET /projects?obj_uuids=eca8d0ce-dd37-441d-b6f5-b4c207198450&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001322 10.0.0.34 - - [2024-10-24 02:48:47] "GET /project/eca8d0ce-dd37-441d-b6f5-b4c207198450?fields=application_policy_sets HTTP/1.1" 200 1416 0.059816 10.0.0.34 - - [2024-10-24 02:48:47] "DELETE /access-control-list/1f76f94e-505a-4e9b-a7bf-d8a8ea7057c9 HTTP/1.1" 200 115 0.066677 10.0.0.34 - - [2024-10-24 02:48:47] "DELETE /access-control-list/7147ab2f-af78-4341-8dda-87f9fe9666e1 HTTP/1.1" 200 115 0.029568 10.0.0.34 - - [2024-10-24 02:48:47] "DELETE /access-control-list/9ceb41c0-b94d-4f01-b330-d7c2b1c4de35 HTTP/1.1" 200 115 0.057338 10.0.0.34 - - [2024-10-24 02:48:47] "DELETE /project/c9f8fde7-fd91-49b8-acc4-a64368ae7ed7 HTTP/1.1" 200 115 0.518756 10.0.0.34 - - [2024-10-24 02:48:47] "DELETE /project/eca8d0ce-dd37-441d-b6f5-b4c207198450 HTTP/1.1" 200 115 0.571283 10.0.0.34 - - [2024-10-24 02:48:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004530 10.0.0.34 - - [2024-10-24 02:48:48] "GET /virtual-network/a1fd3ac1-347d-4450-a0a8-d327213288a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.012968 10.0.0.34 - - [2024-10-24 02:48:50] "POST /neutron/port HTTP/1.1" 200 1083 0.048304 10.0.0.34 - - [2024-10-24 02:48:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007193 10.0.0.34 - - [2024-10-24 02:48:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.006088 10.0.0.34 - - [2024-10-24 02:48:50] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.006613 10.0.0.34 - - [2024-10-24 02:48:50] "GET /virtual-networks?parent_id=237422dc-1606-497d-8317-cd1cd887e07d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.005248 10.0.0.34 - - [2024-10-24 02:48:51] "GET /virtual-network/a1fd3ac1-347d-4450-a0a8-d327213288a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.101951 10.0.0.34 - - [2024-10-24 02:48:51] "POST /neutron/port HTTP/1.1" 200 1083 0.019392 10.0.0.34 - - [2024-10-24 02:48:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008061 10.0.0.34 - - [2024-10-24 02:48:55] "GET /obj-perms HTTP/1.1" 200 5056 0.067813 10.0.0.34 - - [2024-10-24 02:48:55] "GET /obj-perms HTTP/1.1" 200 5056 0.056765 10.0.0.34 - - [2024-10-24 02:48:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.34 - - [2024-10-24 02:48:58] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.004048 10.0.0.34 - - [2024-10-24 02:48:58] "PUT /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d HTTP/1.1" 200 276 0.011551 10.0.0.34 - - [2024-10-24 02:48:58] "POST /neutron/network HTTP/1.1" 200 839 0.012073 10.0.0.34 - - [2024-10-24 02:48:58] "POST /neutron/network HTTP/1.1" 400 204 0.013983 10.0.0.34 - - [2024-10-24 02:48:58] "POST /neutron/port HTTP/1.1" 200 1083 0.018346 10.0.0.34 - - [2024-10-24 02:48:58] "POST /neutron/port HTTP/1.1" 200 1109 0.011495 10.0.0.34 - - [2024-10-24 02:48:59] "POST /neutron/port HTTP/1.1" 200 151 0.118337 10.0.0.34 - - [2024-10-24 02:49:00] "POST /neutron/network HTTP/1.1" 200 839 0.008044 10.0.0.34 - - [2024-10-24 02:49:00] "POST /useragent-kv HTTP/1.1" 200 115 0.001835 10.0.0.34 - - [2024-10-24 02:49:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.012315 10.0.0.34 - - [2024-10-24 02:49:00] "POST /useragent-kv HTTP/1.1" 200 115 0.001576 10.0.0.34 - - [2024-10-24 02:49:00] "POST /neutron/network HTTP/1.1" 200 151 0.100968 10.0.0.34 - - [2024-10-24 02:49:00] "DELETE /route-target/e92b39a2-b5cd-4b99-b6ba-db69c3ae4c70 HTTP/1.1" 200 115 0.021363 10.0.0.34 - - [2024-10-24 02:49:01] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.003531 10.0.0.34 - - [2024-10-24 02:49:01] "POST /network-ipams HTTP/1.1" 200 541 0.033380 10.0.0.34 - - [2024-10-24 02:49:01] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.003554 10.0.0.34 - - [2024-10-24 02:49:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.34 - - [2024-10-24 02:49:01] "GET /network-ipam/6b5223f7-9dd9-4375-a480-27af60dd083c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.006550 10.0.0.34 - - [2024-10-24 02:49:01] "PUT /network-ipam/6b5223f7-9dd9-4375-a480-27af60dd083c HTTP/1.1" 200 258 0.014606 10.0.0.34 - - [2024-10-24 02:49:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.34 - - [2024-10-24 02:49:01] "GET /projects?obj_uuids=237422dc-1606-497d-8317-cd1cd887e07d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001704 10.0.0.34 - - [2024-10-24 02:49:01] "GET /project/237422dc-1606-497d-8317-cd1cd887e07d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.040504 10.0.0.34 - - [2024-10-24 02:49:01] "POST /neutron/network HTTP/1.1" 200 117 0.008914 10.0.0.34 - - [2024-10-24 02:49:01] "GET /projects?obj_uuids=237422dc-1606-497d-8317-cd1cd887e07d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001745 10.0.0.34 - - [2024-10-24 02:49:01] "POST /neutron/network HTTP/1.1" 200 605 0.084119 10.0.0.34 - - [2024-10-24 02:49:01] "POST /route-targets HTTP/1.1" 200 327 0.012991 10.0.0.34 - - [2024-10-24 02:49:01] "POST /ref-update HTTP/1.1" 200 156 0.016462 10.0.0.34 - - [2024-10-24 02:49:01] "POST /useragent-kv HTTP/1.1" 200 115 0.004606 10.0.0.34 - - [2024-10-24 02:49:01] "POST /neutron/subnet HTTP/1.1" 200 699 0.180588 10.0.0.34 - - [2024-10-24 02:49:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002883 10.0.0.34 - - [2024-10-24 02:49:02] "POST /neutron/subnet HTTP/1.1" 200 699 0.208693 10.0.0.34 - - [2024-10-24 02:49:02] "POST /neutron/network HTTP/1.1" 200 994 0.010678 10.0.0.34 - - [2024-10-24 02:49:02] "POST /id-to-fqname HTTP/1.1" 200 220 0.001820 10.0.0.34 - - [2024-10-24 02:49:02] "GET /virtual-network/68a9209c-3f9a-48de-944a-e5e7a3790500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.013109 10.0.0.34 - - [2024-10-24 02:49:02] "POST /neutron/network HTTP/1.1" 200 994 0.009577 10.0.0.34 - - [2024-10-24 02:49:02] "GET /virtual-network/68a9209c-3f9a-48de-944a-e5e7a3790500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.012622 10.0.0.34 - - [2024-10-24 02:49:02] "POST /neutron/network HTTP/1.1" 200 994 0.009483 10.0.0.34 - - [2024-10-24 02:49:02] "POST /neutron/subnet HTTP/1.1" 200 699 0.009171 10.0.0.34 - - [2024-10-24 02:49:02] "POST /neutron/subnet HTTP/1.1" 200 699 0.008955 10.0.0.34 - - [2024-10-24 02:49:02] "POST /neutron/network HTTP/1.1" 200 994 0.009927 10.0.0.34 - - [2024-10-24 02:49:02] "POST /neutron/subnet HTTP/1.1" 200 699 0.008478 10.0.0.34 - - [2024-10-24 02:49:02] "POST /neutron/subnet HTTP/1.1" 200 699 0.008823 10.0.0.34 - - [2024-10-24 02:49:02] "GET /projects?obj_uuids=237422dc-1606-497d-8317-cd1cd887e07d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002091 10.0.0.34 - - [2024-10-24 02:49:02] "POST /neutron/port HTTP/1.1" 200 1017 0.216582 10.0.0.34 - - [2024-10-24 02:49:02] "GET /projects?obj_uuids=237422dc-1606-497d-8317-cd1cd887e07d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001437 10.0.0.34 - - [2024-10-24 02:49:02] "POST /neutron/port HTTP/1.1" 200 1017 0.220271 10.0.0.34 - - [2024-10-24 02:49:02] "POST /id-to-fqname HTTP/1.1" 200 220 0.001737 10.0.0.34 - - [2024-10-24 02:49:03] "POST /neutron/port HTTP/1.1" 200 1017 0.010842 10.0.0.34 - - [2024-10-24 02:49:03] "POST /neutron/port HTTP/1.1" 200 1017 0.009836 10.0.0.34 - - [2024-10-24 02:49:03] "POST /neutron/network HTTP/1.1" 200 994 0.011568 10.0.0.34 - - [2024-10-24 02:49:03] "POST /neutron/port HTTP/1.1" 200 1017 0.010803 10.0.0.34 - - [2024-10-24 02:49:03] "POST /neutron/port HTTP/1.1" 200 117 0.007624 10.0.0.34 - - [2024-10-24 02:49:03] "POST /neutron/port HTTP/1.1" 200 117 0.007221 10.0.0.34 - - [2024-10-24 02:49:03] "POST /id-to-fqname HTTP/1.1" 200 220 0.002239 10.0.0.34 - - [2024-10-24 02:49:03] "POST /neutron/port HTTP/1.1" 200 117 0.006980 10.0.0.34 - - [2024-10-24 02:49:03] "POST /neutron/port HTTP/1.1" 200 1017 0.010160 10.0.0.34 - - [2024-10-24 02:49:03] "POST /neutron/port HTTP/1.1" 200 1017 0.011807 10.0.0.34 - - [2024-10-24 02:49:03] "POST /neutron/network HTTP/1.1" 200 994 0.009865 10.0.0.34 - - [2024-10-24 02:49:03] "POST /neutron/port HTTP/1.1" 200 1017 0.009255 10.0.0.34 - - [2024-10-24 02:49:03] "POST /neutron/port HTTP/1.1" 200 1017 0.009145 10.0.0.34 - - [2024-10-24 02:49:03] "POST /neutron/port HTTP/1.1" 200 1017 0.011495 10.0.0.34 - - [2024-10-24 02:49:03] "POST /neutron/port HTTP/1.1" 200 117 0.008115 10.0.0.34 - - [2024-10-24 02:49:03] "POST /neutron/port HTTP/1.1" 200 117 0.006156 10.0.0.34 - - [2024-10-24 02:49:03] "POST /id-to-fqname HTTP/1.1" 200 220 0.002000 10.0.0.34 - - [2024-10-24 02:49:04] "POST /neutron/port HTTP/1.1" 200 117 0.008053 10.0.0.34 - - [2024-10-24 02:49:04] "POST /neutron/network HTTP/1.1" 200 1004 0.012339 10.0.0.34 - - [2024-10-24 02:49:04] "GET /aaa-mode HTTP/1.1" 401 292 0.000587 10.0.0.34 - - [2024-10-24 02:49:04] "POST /neutron/port HTTP/1.1" 200 1017 0.016985 10.0.0.34 - - [2024-10-24 02:49:04] "POST /neutron/network HTTP/1.1" 200 1004 0.013710 10.0.0.34 - - [2024-10-24 02:49:04] "POST /neutron/port HTTP/1.1" 200 1017 0.012157 10.0.0.34 - - [2024-10-24 02:49:04] "POST /neutron/port HTTP/1.1" 200 1017 0.011312 10.0.0.34 - - [2024-10-24 02:49:04] "GET / HTTP/1.1" 200 35931 0.001819 10.0.0.34 - - [2024-10-24 02:49:04] "GET /project/237422dc-1606-497d-8317-cd1cd887e07d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000618 10.0.0.34 - - [2024-10-24 02:49:04] "POST /neutron/port HTTP/1.1" 200 1109 0.149393 10.0.0.34 - - [2024-10-24 02:49:04] "POST /neutron/port HTTP/1.1" 200 1017 0.010752 10.0.0.34 - - [2024-10-24 02:49:04] "POST /neutron/network HTTP/1.1" 200 1004 0.018177 10.0.0.34 - - [2024-10-24 02:49:04] "POST /neutron/port HTTP/1.1" 200 1083 0.026714 10.0.0.34 - - [2024-10-24 02:49:04] "POST /neutron/port HTTP/1.1" 200 1017 0.011062 10.0.0.34 - - [2024-10-24 02:49:04] "POST /neutron/port HTTP/1.1" 200 1017 0.008981 10.0.0.34 - - [2024-10-24 02:49:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005882 10.0.0.34 - - [2024-10-24 02:49:04] "POST /neutron/subnet HTTP/1.1" 200 673 0.025688 10.0.0.34 - - [2024-10-24 02:49:04] "POST /neutron/port HTTP/1.1" 200 117 0.001714 10.0.0.34 - - [2024-10-24 02:49:04] "POST /neutron/port HTTP/1.1" 200 1109 0.131799 10.0.0.34 - - [2024-10-24 02:49:04] "POST /neutron/network HTTP/1.1" 200 994 0.017306 10.0.0.34 - - [2024-10-24 02:49:05] "GET /projects?obj_uuids=237422dc-1606-497d-8317-cd1cd887e07d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001765 10.0.0.34 - - [2024-10-24 02:49:05] "POST /neutron/port HTTP/1.1" 200 1083 0.045768 10.0.0.34 - - [2024-10-24 02:49:05] "GET /project/237422dc-1606-497d-8317-cd1cd887e07d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.124321 10.0.0.34 - - [2024-10-24 02:49:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004911 10.0.0.34 - - [2024-10-24 02:49:05] "POST /neutron/network HTTP/1.1" 200 994 0.009723 10.0.0.34 - - [2024-10-24 02:49:05] "POST /neutron/subnet HTTP/1.1" 200 673 0.021807 10.0.0.34 - - [2024-10-24 02:49:05] "POST /neutron/port HTTP/1.1" 200 117 0.002388 10.0.0.34 - - [2024-10-24 02:49:05] "POST /neutron/network HTTP/1.1" 200 994 0.014549 10.0.0.34 - - [2024-10-24 02:49:05] "POST /neutron/port HTTP/1.1" 200 2050 0.043509 10.0.0.34 - - [2024-10-24 02:49:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009434 10.0.0.34 - - [2024-10-24 02:49:05] "POST /neutron/port HTTP/1.1" 200 117 0.008611 10.0.0.34 - - [2024-10-24 02:49:05] "GET /domains HTTP/1.1" 200 280 0.005275 10.0.0.34 - - [2024-10-24 02:49:05] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001527 10.0.0.34 - - [2024-10-24 02:49:05] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08 HTTP/1.1" 200 2574 0.032486 10.0.0.34 - - [2024-10-24 02:49:05] "GET /projects?obj_uuids=237422dc-1606-497d-8317-cd1cd887e07d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002690 10.0.0.34 - - [2024-10-24 02:49:05] "GET /project/237422dc-1606-497d-8317-cd1cd887e07d HTTP/1.1" 200 2851 0.096342 10.0.0.34 - - [2024-10-24 02:49:05] "GET /network-ipam/6b5223f7-9dd9-4375-a480-27af60dd083c HTTP/1.1" 200 2601 0.011687 10.0.0.34 - - [2024-10-24 02:49:05] "GET /domains HTTP/1.1" 200 280 0.004510 10.0.0.34 - - [2024-10-24 02:49:05] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001623 10.0.0.34 - - [2024-10-24 02:49:05] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08 HTTP/1.1" 200 2574 0.010500 10.0.0.34 - - [2024-10-24 02:49:05] "GET /projects?obj_uuids=237422dc-1606-497d-8317-cd1cd887e07d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002740 10.0.0.34 - - [2024-10-24 02:49:05] "GET /project/237422dc-1606-497d-8317-cd1cd887e07d HTTP/1.1" 200 2851 0.113514 10.0.0.34 - - [2024-10-24 02:49:05] "GET /virtual-network/68a9209c-3f9a-48de-944a-e5e7a3790500 HTTP/1.1" 200 3779 0.019285 10.0.0.34 - - [2024-10-24 02:49:05] "GET /virtual-network/68a9209c-3f9a-48de-944a-e5e7a3790500 HTTP/1.1" 200 3779 0.010963 10.0.0.34 - - [2024-10-24 02:49:05] "GET /routing-instance/8ea10ab0-d1b4-4ba3-8324-d131fee4c5d3 HTTP/1.1" 200 2380 0.012069 10.0.0.34 - - [2024-10-24 02:49:05] "GET /routing-instance/8ea10ab0-d1b4-4ba3-8324-d131fee4c5d3 HTTP/1.1" 200 2380 0.010595 10.0.0.34 - - [2024-10-24 02:49:05] "GET /route-target/b5801bdf-359f-40c2-b5f7-da60f309228d HTTP/1.1" 200 1205 0.012436 10.0.0.34 - - [2024-10-24 02:49:05] "GET /virtual-network/68a9209c-3f9a-48de-944a-e5e7a3790500 HTTP/1.1" 200 3779 0.018615 10.0.0.34 - - [2024-10-24 02:49:05] "GET /routing-instance/8ea10ab0-d1b4-4ba3-8324-d131fee4c5d3 HTTP/1.1" 200 2380 0.009448 10.0.0.34 - - [2024-10-24 02:49:06] "GET /virtual-network/68a9209c-3f9a-48de-944a-e5e7a3790500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.024037 10.0.0.34 - - [2024-10-24 02:49:06] "GET /virtual-network/68a9209c-3f9a-48de-944a-e5e7a3790500 HTTP/1.1" 200 3779 0.018090 10.0.0.34 - - [2024-10-24 02:49:06] "GET /routing-instance/8ea10ab0-d1b4-4ba3-8324-d131fee4c5d3 HTTP/1.1" 200 2380 0.006706 10.0.0.34 - - [2024-10-24 02:49:06] "GET /routing-instance/8ea10ab0-d1b4-4ba3-8324-d131fee4c5d3 HTTP/1.1" 200 2380 0.007192 10.0.0.34 - - [2024-10-24 02:49:06] "POST /neutron/network HTTP/1.1" 200 1004 0.011259 10.0.0.34 - - [2024-10-24 02:49:06] "GET /route-target/b5801bdf-359f-40c2-b5f7-da60f309228d HTTP/1.1" 200 1205 0.013504 10.0.0.34 - - [2024-10-24 02:49:06] "GET /projects?obj_uuids=237422dc-1606-497d-8317-cd1cd887e07d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001385 10.0.0.34 - - [2024-10-24 02:49:06] "GET /domains HTTP/1.1" 200 280 0.007571 10.0.0.34 - - [2024-10-24 02:49:06] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001594 10.0.0.34 - - [2024-10-24 02:49:06] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08 HTTP/1.1" 200 2574 0.068815 10.0.0.34 - - [2024-10-24 02:49:06] "GET /projects?obj_uuids=237422dc-1606-497d-8317-cd1cd887e07d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001644 10.0.0.34 - - [2024-10-24 02:49:06] "GET /project/237422dc-1606-497d-8317-cd1cd887e07d HTTP/1.1" 200 2851 0.137442 10.0.0.34 - - [2024-10-24 02:49:06] "GET /virtual-network/68a9209c-3f9a-48de-944a-e5e7a3790500 HTTP/1.1" 200 3779 0.032244 10.0.0.34 - - [2024-10-24 02:49:06] "POST /neutron/port HTTP/1.1" 200 1055 0.583901 10.0.0.34 - - [2024-10-24 02:49:06] "POST /neutron/port HTTP/1.1" 200 1055 0.011085 10.0.0.34 - - [2024-10-24 02:49:06] "POST /neutron/port HTTP/1.1" 200 1055 0.014411 10.0.0.34 - - [2024-10-24 02:49:06] "POST /neutron/port HTTP/1.1" 200 1109 0.177246 10.0.0.34 - - [2024-10-24 02:49:07] "POST /neutron/port HTTP/1.1" 200 1083 0.031308 10.0.0.34 - - [2024-10-24 02:49:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.019800 10.0.0.34 - - [2024-10-24 02:49:07] "POST /neutron/subnet HTTP/1.1" 200 673 0.051740 10.0.0.34 - - [2024-10-24 02:49:07] "POST /neutron/port HTTP/1.1" 200 117 0.001771 10.0.0.34 - - [2024-10-24 02:49:07] "GET /obj-perms HTTP/1.1" 200 5030 0.106109 10.0.0.34 - - [2024-10-24 02:49:07] "POST /neutron/network HTTP/1.1" 200 994 0.012570 10.0.0.34 - - [2024-10-24 02:49:07] "POST /neutron/port HTTP/1.1" 200 1083 0.034747 10.0.0.34 - - [2024-10-24 02:49:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012852 10.0.0.34 - - [2024-10-24 02:49:07] "POST /neutron/port HTTP/1.1" 200 1083 0.017812 10.0.0.34 - - [2024-10-24 02:49:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007825 10.0.0.34 - - [2024-10-24 02:49:07] "POST /neutron/port HTTP/1.1" 200 1083 0.034962 10.0.0.34 - - [2024-10-24 02:49:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008867 10.0.0.34 - - [2024-10-24 02:49:07] "GET /virtual-machine/c011468a-d31e-48d3-b876-2acf9edccde1 HTTP/1.1" 200 1289 0.007881 10.0.0.34 - - [2024-10-24 02:49:07] "GET /virtual-machine-interface/30abdeda-0deb-4c0c-a5ac-b597d5d15d8f HTTP/1.1" 200 2941 0.017236 10.0.0.34 - - [2024-10-24 02:49:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004929 10.0.0.34 - - [2024-10-24 02:49:07] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.006106 10.0.0.34 - - [2024-10-24 02:49:07] "GET /virtual-networks?parent_id=237422dc-1606-497d-8317-cd1cd887e07d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004091 10.0.0.34 - - [2024-10-24 02:49:07] "GET /virtual-network/68a9209c-3f9a-48de-944a-e5e7a3790500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.011222 10.0.0.34 - - [2024-10-24 02:49:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.34 - - [2024-10-24 02:49:10] "GET /virtual-network/68a9209c-3f9a-48de-944a-e5e7a3790500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.010518 10.0.0.34 - - [2024-10-24 02:49:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.34 - - [2024-10-24 02:49:15] "GET /virtual-network/68a9209c-3f9a-48de-944a-e5e7a3790500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.011670 10.0.0.34 - - [2024-10-24 02:49:15] "POST /neutron/port HTTP/1.1" 200 1083 0.026447 10.0.0.34 - - [2024-10-24 02:49:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007478 10.0.0.34 - - [2024-10-24 02:49:15] "POST /neutron/port HTTP/1.1" 200 1083 0.018816 10.0.0.34 - - [2024-10-24 02:49:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007049 10.0.0.34 - - [2024-10-24 02:49:17] "POST /neutron/port HTTP/1.1" 200 1083 0.022029 10.0.0.34 - - [2024-10-24 02:49:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009070 10.0.0.34 - - [2024-10-24 02:49:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.34 - - [2024-10-24 02:49:17] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005083 10.0.0.34 - - [2024-10-24 02:49:17] "GET /virtual-networks?parent_id=237422dc-1606-497d-8317-cd1cd887e07d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003900 10.0.0.34 - - [2024-10-24 02:49:17] "GET /virtual-network/68a9209c-3f9a-48de-944a-e5e7a3790500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.011898 10.0.0.34 - - [2024-10-24 02:49:17] "POST /neutron/port HTTP/1.1" 200 1083 0.019555 10.0.0.34 - - [2024-10-24 02:49:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008160 10.0.0.34 - - [2024-10-24 02:49:17] "POST /neutron/port HTTP/1.1" 200 1083 0.019652 10.0.0.34 - - [2024-10-24 02:49:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008118 10.0.0.34 - - [2024-10-24 02:49:17] "POST /neutron/port HTTP/1.1" 200 1083 0.020480 10.0.0.34 - - [2024-10-24 02:49:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007653 10.0.0.34 - - [2024-10-24 02:49:17] "GET /virtual-machine/47d8eee6-7b72-47fa-ab84-89b0280e0815 HTTP/1.1" 200 1288 0.006759 10.0.0.34 - - [2024-10-24 02:49:17] "GET /virtual-machine-interface/7e652334-0527-4e13-89ff-4c4bd6c9be3d HTTP/1.1" 200 2940 0.010052 10.0.0.34 - - [2024-10-24 02:49:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.34 - - [2024-10-24 02:49:17] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004209 10.0.0.34 - - [2024-10-24 02:49:17] "GET /virtual-networks?parent_id=237422dc-1606-497d-8317-cd1cd887e07d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003869 10.0.0.34 - - [2024-10-24 02:49:17] "GET /virtual-network/68a9209c-3f9a-48de-944a-e5e7a3790500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.014280 10.0.0.34 - - [2024-10-24 02:49:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.34 - - [2024-10-24 02:49:19] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004370 10.0.0.34 - - [2024-10-24 02:49:19] "GET /virtual-networks?parent_id=237422dc-1606-497d-8317-cd1cd887e07d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003669 10.0.0.34 - - [2024-10-24 02:49:19] "GET /virtual-network/68a9209c-3f9a-48de-944a-e5e7a3790500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.010479 10.0.0.34 - - [2024-10-24 02:49:19] "POST /neutron/port HTTP/1.1" 200 1083 0.017548 10.0.0.34 - - [2024-10-24 02:49:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007762 10.0.0.34 - - [2024-10-24 02:49:19] "POST /neutron/port HTTP/1.1" 200 1083 0.020676 10.0.0.34 - - [2024-10-24 02:49:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007722 10.0.0.34 - - [2024-10-24 02:49:19] "POST /neutron/port HTTP/1.1" 200 1083 0.017767 10.0.0.34 - - [2024-10-24 02:49:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007800 10.0.0.34 - - [2024-10-24 02:49:19] "GET /virtual-machine/91f24a4e-4137-4aa0-a11b-c215eec5f36a HTTP/1.1" 200 1293 0.006259 10.0.0.34 - - [2024-10-24 02:49:19] "GET /virtual-machine-interface/4df424ae-385d-419c-8158-43b722f304c8 HTTP/1.1" 200 2940 0.010990 10.0.0.34 - - [2024-10-24 02:49:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.34 - - [2024-10-24 02:49:19] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005231 10.0.0.34 - - [2024-10-24 02:49:19] "GET /virtual-networks?parent_id=237422dc-1606-497d-8317-cd1cd887e07d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003488 10.0.0.34 - - [2024-10-24 02:49:19] "GET /virtual-network/68a9209c-3f9a-48de-944a-e5e7a3790500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.012301 10.0.0.34 - - [2024-10-24 02:49:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004426 10.0.0.34 - - [2024-10-24 02:49:20] "GET /global-vrouter-config/5b1a4a87-2c06-4365-9442-593376ce934d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005642 10.0.0.34 - - [2024-10-24 02:49:21] "GET /virtual-networks?parent_id=237422dc-1606-497d-8317-cd1cd887e07d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004840 10.0.0.34 - - [2024-10-24 02:49:21] "GET /virtual-network/68a9209c-3f9a-48de-944a-e5e7a3790500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.011558 10.0.0.34 - - [2024-10-24 02:49:37] "POST /neutron/port HTTP/1.1" 200 1109 0.017187 10.0.0.34 - - [2024-10-24 02:49:37] "POST /neutron/port HTTP/1.1" 200 1109 0.011472 10.0.0.34 - - [2024-10-24 02:49:38] "POST /neutron/port HTTP/1.1" 200 1083 0.036781 10.0.0.34 - - [2024-10-24 02:49:38] "POST /neutron/port HTTP/1.1" 200 151 0.175379 10.0.0.34 - - [2024-10-24 02:49:38] "POST /neutron/port HTTP/1.1" 200 1109 0.030651 10.0.0.34 - - [2024-10-24 02:49:38] "POST /neutron/port HTTP/1.1" 200 1109 0.029356 10.0.0.34 - - [2024-10-24 02:49:38] "POST /neutron/port HTTP/1.1" 200 1109 0.040627 10.0.0.34 - - [2024-10-24 02:49:38] "POST /neutron/port HTTP/1.1" 200 117 0.005988 10.0.0.34 - - [2024-10-24 02:49:38] "POST /neutron/port HTTP/1.1" 400 205 0.012385 10.0.0.34 - - [2024-10-24 02:49:38] "POST /neutron/port HTTP/1.1" 200 151 0.749140 10.0.0.34 - - [2024-10-24 02:49:38] "POST /neutron/port HTTP/1.1" 200 151 0.707995 10.0.0.34 - - [2024-10-24 02:49:38] "POST /neutron/network HTTP/1.1" 200 994 0.018740 10.0.0.34 - - [2024-10-24 02:49:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004664 10.0.0.34 - - [2024-10-24 02:49:39] "POST /useragent-kv HTTP/1.1" 200 115 0.001436 10.0.0.34 - - [2024-10-24 02:49:39] "POST /useragent-kv HTTP/1.1" 200 115 0.001494 10.0.0.34 - - [2024-10-24 02:49:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002583 10.0.0.34 - - [2024-10-24 02:49:39] "POST /useragent-kv HTTP/1.1" 200 115 0.001507 10.0.0.34 - - [2024-10-24 02:49:39] "POST /neutron/network HTTP/1.1" 200 151 0.154782 10.0.0.34 - - [2024-10-24 02:49:39] "DELETE /route-target/b5801bdf-359f-40c2-b5f7-da60f309228d HTTP/1.1" 200 115 0.040889 10.0.0.34 - - [2024-10-24 02:49:39] "GET /routing-instance/8ea10ab0-d1b4-4ba3-8324-d131fee4c5d3 HTTP/1.1" 404 171 0.003312 10.0.0.34 - - [2024-10-24 02:49:39] "GET /domains HTTP/1.1" 200 280 0.003076 10.0.0.34 - - [2024-10-24 02:49:39] "GET /domains?obj_uuids=b56ff9a7-4f1b-487d-b912-1e6969d39a08&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001653 10.0.0.34 - - [2024-10-24 02:49:39] "GET /domain/b56ff9a7-4f1b-487d-b912-1e6969d39a08 HTTP/1.1" 200 2574 0.052934 10.0.0.34 - - [2024-10-24 02:49:39] "GET /projects?obj_uuids=237422dc-1606-497d-8317-cd1cd887e07d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002803 10.0.0.34 - - [2024-10-24 02:49:39] "GET /project/237422dc-1606-497d-8317-cd1cd887e07d HTTP/1.1" 200 2094 0.100800 10.0.0.34 - - [2024-10-24 02:49:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.34 - - [2024-10-24 02:49:39] "DELETE /network-ipam/6b5223f7-9dd9-4375-a480-27af60dd083c HTTP/1.1" 200 115 0.027206 10.0.0.34 - - [2024-10-24 02:49:39] "POST /fqname-to-id HTTP/1.1" 404 211 0.003580 10.0.0.34 - - [2024-10-24 02:49:39] "GET /projects?obj_uuids=237422dc-1606-497d-8317-cd1cd887e07d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001517 10.0.0.34 - - [2024-10-24 02:49:39] "GET /project/237422dc-1606-497d-8317-cd1cd887e07d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.046466 10.0.0.34 - - [2024-10-24 02:49:39] "GET /projects?obj_uuids=237422dc-1606-497d-8317-cd1cd887e07d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001449 10.0.0.34 - - [2024-10-24 02:49:39] "GET /project/237422dc-1606-497d-8317-cd1cd887e07d?fields=virtual_networks HTTP/1.1" 200 1041 0.046835 10.0.0.34 - - [2024-10-24 02:49:39] "GET /projects?obj_uuids=237422dc-1606-497d-8317-cd1cd887e07d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001506 10.0.0.34 - - [2024-10-24 02:49:39] "GET /project/237422dc-1606-497d-8317-cd1cd887e07d?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.051033 10.0.0.34 - - [2024-10-24 02:49:39] "GET /projects?obj_uuids=237422dc-1606-497d-8317-cd1cd887e07d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001658 10.0.0.34 - - [2024-10-24 02:49:39] "GET /project/237422dc-1606-497d-8317-cd1cd887e07d?fields=security_groups HTTP/1.1" 200 1267 0.046221 10.0.0.34 - - [2024-10-24 02:49:43] "POST /neutron/port HTTP/1.1" 200 117 0.005864 10.0.0.34 - - [2024-10-24 02:49:43] "POST /neutron/port HTTP/1.1" 400 205 0.003890