++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Nov 4 02:12:15 UTC 2024 ===================' INFO: =================== Mon Nov 4 02:12:15 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 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.23 ++ 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.23 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.23 ++ ANALYTICSDB_NODES=10.0.0.23 ++ ANALYTICS_SNMP_NODES=10.0.0.23 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ '[' -n '10.0.0.23:8081 ' ']' +++ echo 10.0.0.23:8081 ++ ANALYTICS_SERVERS=10.0.0.23: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ '[' -n '10.0.0.23:9042 ' ']' +++ echo 10.0.0.23:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.23:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.23 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ '[' -n '10.0.0.23:8086 ' ']' +++ echo 10.0.0.23:8086 ++ COLLECTOR_SERVERS=10.0.0.23: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.23 ++ CONFIGDB_NODES=10.0.0.23 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ '[' -n '10.0.0.23:8082 ' ']' +++ echo 10.0.0.23:8082 ++ CONFIG_SERVERS=10.0.0.23: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ '[' -n '10.0.0.23:9161 ' ']' +++ echo 10.0.0.23:9161 ++ CONFIGDB_SERVERS=10.0.0.23: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ '[' -n '10.0.0.23:9041 ' ']' +++ echo 10.0.0.23:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.23: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.0.0.23 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.0.0.23 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.23 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ '[' -n 10.0.0.23:2181, ']' +++ echo 10.0.0.23:2181 ++ ZOOKEEPER_SERVERS=10.0.0.23: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ '[' -n '10.0.0.23:2181 ' ']' +++ echo 10.0.0.23:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.23:2181 ++ RABBITMQ_NODES=10.0.0.23 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ '[' -n 10.0.0.23:5673, ']' +++ echo 10.0.0.23:5673 ++ RABBITMQ_SERVERS=10.0.0.23: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ '[' -n '10.0.0.23:6379 ' ']' +++ echo 10.0.0.23:6379 ++ REDIS_SERVERS=10.0.0.23: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.23 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ '[' -n '10.0.0.23:9092 ' ']' +++ echo 10.0.0.23:9092 ++ KAFKA_SERVERS=10.0.0.23: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.23 ++ 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.23 ++ 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.23 ++ 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.23 ++ cut -d , -f 1 + local cassandra=10.0.0.23 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.23 9041 + echo -e '\035\nquit' + 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 +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.23 +++ local servers=10.0.0.23 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.23,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.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.23,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ echo 10.0.0.23 1 +++ return ++ local ip=10.0.0.23 ++ [[ -z 10.0.0.23 ]] ++ echo 10.0.0.23 + host_ip=10.0.0.23 + [[ cql == \c\q\l ]] ++ echo 10.0.0.23:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.23:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.23:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.6/site-packages/keystonemiddleware/auth_token/_memcache_crypt.py:42: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography. The next release of cryptography will remove support for Python 3.6. from cryptography.hazmat import backends as crypto_backends 11/04/2024 02:12:23.363 7f95a2fd4dc8 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 11/04/2024 02:12:23.397 7f95a2fd4dc8 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 11/04/2024 02:12:23.413 7f95a2fd4dc8 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 11/04/2024 02:12:23.413 7f95a2fd4dc8 [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.23:8082/ Hit Ctrl-C to quit. 10.0.0.23 - - [2024-11-04 02:12:26] "GET / HTTP/1.1" 200 45871 0.001848 10.0.0.23 - - [2024-11-04 02:12:26] "GET / HTTP/1.1" 200 45871 0.001357 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.23 - - [2024-11-04 02:12:26] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000660 10.0.0.23 - - [2024-11-04 02:12:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000322 10.0.0.23 - - [2024-11-04 02:12:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.629105 10.0.0.23 - - [2024-11-04 02:12:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002692 10.0.0.23 - - [2024-11-04 02:12:27] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.353859 10.0.0.23 - - [2024-11-04 02:12:27] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002852 10.0.0.23 - - [2024-11-04 02:12:27] "GET / HTTP/1.1" 200 35931 0.001891 /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.23 - - [2024-11-04 02:12:28] "GET / HTTP/1.1" 200 35931 0.001493 10.0.0.23 - - [2024-11-04 02:12:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000488 10.0.0.23 - - [2024-11-04 02:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.026918 10.0.0.23 - - [2024-11-04 02:12:28] "GET /global-system-config/12830b2d-adab-46ae-84ae-3bfa89035ab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.018501 10.0.0.23 - - [2024-11-04 02:12:28] "POST /fqname-to-id HTTP/1.1" 404 220 0.003297 10.0.0.23 - - [2024-11-04 02:12:29] "POST /config-nodes HTTP/1.1" 200 599 0.025881 10.0.0.23 - - [2024-11-04 02:12:29] "GET / HTTP/1.1" 200 35931 0.001610 10.0.0.23 - - [2024-11-04 02:12:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000496 10.0.0.23 - - [2024-11-04 02:12:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000492 10.0.0.23 - - [2024-11-04 02:12:29] "GET / HTTP/1.1" 200 35931 0.001729 10.0.0.23 - - [2024-11-04 02:12:29] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000565 10.0.0.23 - - [2024-11-04 02:12:29] "GET / HTTP/1.1" 200 35931 0.002284 10.0.0.23 - - [2024-11-04 02:12:29] "GET / HTTP/1.1" 200 35931 0.001747 10.0.0.23 - - [2024-11-04 02:12:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000443 10.0.0.23 - - [2024-11-04 02:12:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000396 10.0.0.23 - - [2024-11-04 02:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.599986 10.0.0.23 - - [2024-11-04 02:12:30] "GET /network-ipam/2aae6928-6458-4a0c-8f70-66c6bbc534ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.006000 10.0.0.23 - - [2024-11-04 02:12:30] "POST /fqname-to-id HTTP/1.1" 404 186 0.906887 10.0.0.23 - - [2024-11-04 02:12:30] "POST /fqname-to-id HTTP/1.1" 404 225 0.004342 10.0.0.23 - - [2024-11-04 02:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.23 - - [2024-11-04 02:12:30] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.640612 10.0.0.23 - - [2024-11-04 02:12:30] "POST /access-control-lists HTTP/1.1" 200 587 0.020703 10.0.0.23 - - [2024-11-04 02:12:30] "POST /fqname-to-id HTTP/1.1" 404 196 0.350089 10.0.0.23 - - [2024-11-04 02:12:30] "GET /global-system-config/12830b2d-adab-46ae-84ae-3bfa89035ab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.017589 10.0.0.23 - - [2024-11-04 02:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.100633 10.0.0.23 - - [2024-11-04 02:12:30] "POST /fqname-to-id HTTP/1.1" 404 224 0.004955 10.0.0.23 - - [2024-11-04 02:12:30] "GET /global-system-config/12830b2d-adab-46ae-84ae-3bfa89035ab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.011336 10.0.0.23 - - [2024-11-04 02:12:30] "POST /fqname-to-id HTTP/1.1" 404 220 0.003857 10.0.0.23 - - [2024-11-04 02:12:30] "POST /job-templates HTTP/1.1" 200 555 0.097916 10.0.0.23 - - [2024-11-04 02:12:30] "POST /service-appliance-sets HTTP/1.1" 200 553 0.032207 10.0.0.23 - - [2024-11-04 02:12:30] "POST /access-control-lists HTTP/1.1" 200 585 0.026331 10.0.0.23 - - [2024-11-04 02:12:30] "POST /fqname-to-id HTTP/1.1" 404 200 0.002358 10.0.0.23 - - [2024-11-04 02:12:30] "POST /fqname-to-id HTTP/1.1" 404 180 0.002489 10.0.0.23 - - [2024-11-04 02:12:30] "POST /config-database-nodes HTTP/1.1" 200 617 0.022348 10.0.0.23 - - [2024-11-04 02:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004579 10.0.0.23 - - [2024-11-04 02:12:30] "POST /route-targets HTTP/1.1" 200 327 0.026986 10.0.0.23 - - [2024-11-04 02:12:31] "POST /job-templates HTTP/1.1" 200 563 0.086575 10.0.0.23 - - [2024-11-04 02:12:31] "GET /global-system-config/12830b2d-adab-46ae-84ae-3bfa89035ab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.045665 10.0.0.23 - - [2024-11-04 02:12:31] "POST /ref-update HTTP/1.1" 200 156 0.033117 10.0.0.23 - - [2024-11-04 02:12:31] "POST /fqname-to-id HTTP/1.1" 404 191 0.003855 10.0.0.23 - - [2024-11-04 02:12:31] "POST /service-appliance-sets HTTP/1.1" 200 541 0.025212 10.0.0.23 - - [2024-11-04 02:12:31] "POST /route-targets HTTP/1.1" 200 327 0.017387 10.0.0.23 - - [2024-11-04 02:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.23 - - [2024-11-04 02:12:31] "POST /job-templates HTTP/1.1" 200 545 0.066016 10.0.0.23 - - [2024-11-04 02:12:31] "POST /ref-update HTTP/1.1" 200 156 0.025666 10.0.0.23 - - [2024-11-04 02:12:31] "GET /network-ipam/2aae6928-6458-4a0c-8f70-66c6bbc534ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.005772 10.0.0.23 - - [2024-11-04 02:12:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.003822 10.0.0.23 - - [2024-11-04 02:12:31] "POST /route-targets HTTP/1.1" 200 327 0.013762 10.0.0.23 - - [2024-11-04 02:12:31] "POST /job-templates HTTP/1.1" 200 577 0.063189 10.0.0.23 - - [2024-11-04 02:12:31] "POST /ref-update HTTP/1.1" 200 156 0.053630 10.0.0.23 - - [2024-11-04 02:12:31] "POST /service-templates HTTP/1.1" 200 511 0.021299 10.0.0.23 - - [2024-11-04 02:12:31] "POST /fqname-to-id HTTP/1.1" 404 208 0.005939 10.0.0.23 - - [2024-11-04 02:12:31] "POST /service-templates HTTP/1.1" 200 501 0.026308 10.0.0.23 - - [2024-11-04 02:12:31] "POST /route-targets HTTP/1.1" 200 327 0.017733 10.0.0.23 - - [2024-11-04 02:12:31] "POST /job-templates HTTP/1.1" 200 579 0.070797 10.0.0.23 - - [2024-11-04 02:12:31] "POST /service-templates HTTP/1.1" 200 515 0.067894 10.0.0.23 - - [2024-11-04 02:12:31] "POST /ref-update HTTP/1.1" 200 156 0.043344 10.0.0.23 - - [2024-11-04 02:12:31] "POST /fqname-to-id HTTP/1.1" 404 210 0.003670 10.0.0.23 - - [2024-11-04 02:12:31] "POST /service-templates HTTP/1.1" 200 535 0.022677 10.0.0.23 - - [2024-11-04 02:12:31] "POST /fqname-to-id HTTP/1.1" 404 201 0.002560 10.0.0.23 - - [2024-11-04 02:12:31] "POST /job-templates HTTP/1.1" 200 583 0.062908 10.0.0.23 - - [2024-11-04 02:12:31] "POST /service-templates HTTP/1.1" 200 507 0.039019 10.0.0.23 - - [2024-11-04 02:12:31] "POST /fqname-to-id HTTP/1.1" 404 198 0.003145 10.0.0.23 - - [2024-11-04 02:12:31] "POST /access-control-lists HTTP/1.1" 200 551 0.080151 10.0.0.23 - - [2024-11-04 02:12:31] "PUT /access-control-list/e26d81c4-a299-47b6-a8a0-8fd3ab42329c HTTP/1.1" 200 272 0.010950 10.0.0.23 - - [2024-11-04 02:12:31] "POST /job-templates HTTP/1.1" 200 559 0.076822 10.0.0.23 - - [2024-11-04 02:12:31] "PUT /access-control-list/2e8779db-c7ef-4bac-8729-dd098fba3487 HTTP/1.1" 200 272 0.026474 10.0.0.23 - - [2024-11-04 02:12:31] "POST /fqname-to-id HTTP/1.1" 404 203 0.003181 10.0.0.23 - - [2024-11-04 02:12:32] "POST /job-templates HTTP/1.1" 200 569 0.060935 10.0.0.23 - - [2024-11-04 02:12:32] "POST /fqname-to-id HTTP/1.1" 404 196 0.003567 10.0.0.23 - - [2024-11-04 02:12:32] "POST /job-templates HTTP/1.1" 200 555 0.072872 10.0.0.23 - - [2024-11-04 02:12:32] "POST /fqname-to-id HTTP/1.1" 404 196 0.004259 10.0.0.23 - - [2024-11-04 02:12:32] "POST /job-templates HTTP/1.1" 200 555 0.060900 10.0.0.23 - - [2024-11-04 02:12:32] "POST /fqname-to-id HTTP/1.1" 404 196 0.003314 10.0.0.23 - - [2024-11-04 02:12:32] "POST /job-templates HTTP/1.1" 200 555 0.061069 10.0.0.23 - - [2024-11-04 02:12:32] "POST /fqname-to-id HTTP/1.1" 404 186 0.003441 10.0.0.23 - - [2024-11-04 02:12:32] "POST /job-templates HTTP/1.1" 200 535 0.060656 10.0.0.23 - - [2024-11-04 02:12:32] "POST /fqname-to-id HTTP/1.1" 404 198 0.003319 10.0.0.23 - - [2024-11-04 02:12:32] "POST /job-templates HTTP/1.1" 200 559 0.060786 10.0.0.23 - - [2024-11-04 02:12:32] "POST /fqname-to-id HTTP/1.1" 404 198 0.003216 10.0.0.23 - - [2024-11-04 02:12:32] "POST /job-templates HTTP/1.1" 200 559 0.064067 10.0.0.23 - - [2024-11-04 02:12:33] "POST /fqname-to-id HTTP/1.1" 404 198 0.003725 10.0.0.23 - - [2024-11-04 02:12:33] "POST /job-templates HTTP/1.1" 200 559 0.076313 10.0.0.23 - - [2024-11-04 02:12:33] "POST /fqname-to-id HTTP/1.1" 404 201 0.003950 10.0.0.23 - - [2024-11-04 02:12:33] "POST /job-templates HTTP/1.1" 200 565 0.061113 10.0.0.23 - - [2024-11-04 02:12:33] "POST /fqname-to-id HTTP/1.1" 404 197 0.005275 10.0.0.23 - - [2024-11-04 02:12:33] "POST /job-templates HTTP/1.1" 200 557 0.071843 10.0.0.23 - - [2024-11-04 02:12:33] "POST /fqname-to-id HTTP/1.1" 404 196 0.003342 10.0.0.23 - - [2024-11-04 02:12:33] "POST /job-templates HTTP/1.1" 200 555 0.065075 10.0.0.23 - - [2024-11-04 02:12:33] "POST /fqname-to-id HTTP/1.1" 404 205 0.003189 10.0.0.23 - - [2024-11-04 02:12:33] "POST /job-templates HTTP/1.1" 200 573 0.062434 10.0.0.23 - - [2024-11-04 02:12:33] "POST /fqname-to-id HTTP/1.1" 404 194 0.003148 10.0.0.23 - - [2024-11-04 02:12:33] "POST /job-templates HTTP/1.1" 200 551 0.065206 10.0.0.23 - - [2024-11-04 02:12:33] "POST /fqname-to-id HTTP/1.1" 404 208 0.003261 10.0.0.23 - - [2024-11-04 02:12:34] "POST /job-templates HTTP/1.1" 200 579 0.065052 10.0.0.23 - - [2024-11-04 02:12:34] "POST /fqname-to-id HTTP/1.1" 404 196 0.003267 10.0.0.23 - - [2024-11-04 02:12:34] "POST /job-templates HTTP/1.1" 200 555 0.061625 10.0.0.23 - - [2024-11-04 02:12:34] "POST /fqname-to-id HTTP/1.1" 404 198 0.003100 10.0.0.23 - - [2024-11-04 02:12:34] "POST /job-templates HTTP/1.1" 200 559 0.060733 10.0.0.23 - - [2024-11-04 02:12:34] "POST /fqname-to-id HTTP/1.1" 404 206 0.003201 10.0.0.23 - - [2024-11-04 02:12:34] "POST /job-templates HTTP/1.1" 200 575 0.065892 10.0.0.23 - - [2024-11-04 02:12:34] "POST /fqname-to-id HTTP/1.1" 404 197 0.004365 10.0.0.23 - - [2024-11-04 02:12:34] "POST /job-templates HTTP/1.1" 200 557 0.096826 10.0.0.23 - - [2024-11-04 02:12:34] "POST /fqname-to-id HTTP/1.1" 404 198 0.003123 10.0.0.23 - - [2024-11-04 02:12:34] "POST /job-templates HTTP/1.1" 200 559 0.061902 10.0.0.23 - - [2024-11-04 02:12:34] "POST /fqname-to-id HTTP/1.1" 404 196 0.003743 10.0.0.23 - - [2024-11-04 02:12:35] "POST /job-templates HTTP/1.1" 200 555 0.061722 10.0.0.23 - - [2024-11-04 02:12:35] "POST /fqname-to-id HTTP/1.1" 404 195 0.003484 10.0.0.23 - - [2024-11-04 02:12:35] "POST /job-templates HTTP/1.1" 200 553 0.077427 10.0.0.23 - - [2024-11-04 02:12:35] "POST /fqname-to-id HTTP/1.1" 404 195 0.003157 10.0.0.23 - - [2024-11-04 02:12:35] "POST /job-templates HTTP/1.1" 200 553 0.060566 10.0.0.23 - - [2024-11-04 02:12:35] "POST /fqname-to-id HTTP/1.1" 404 195 0.004681 10.0.0.23 - - [2024-11-04 02:12:35] "POST /job-templates HTTP/1.1" 200 553 0.073250 10.0.0.23 - - [2024-11-04 02:12:35] "POST /fqname-to-id HTTP/1.1" 404 200 0.004495 10.0.0.23 - - [2024-11-04 02:12:35] "POST /job-templates HTTP/1.1" 200 563 0.061087 10.0.0.23 - - [2024-11-04 02:12:35] "POST /fqname-to-id HTTP/1.1" 404 201 0.003482 10.0.0.23 - - [2024-11-04 02:12:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.23 - - [2024-11-04 02:12:35] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1161 0.003989 10.0.0.23 - - [2024-11-04 02:12:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004478 10.0.0.23 - - [2024-11-04 02:12:35] "POST /job-templates HTTP/1.1" 200 565 0.076257 10.0.0.23 - - [2024-11-04 02:12:35] "PUT /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed HTTP/1.1" 200 276 0.013299 10.0.0.23 - - [2024-11-04 02:12:35] "POST /fqname-to-id HTTP/1.1" 404 189 0.003279 10.0.0.23 - - [2024-11-04 02:12:35] "POST /config-propertiess HTTP/1.1" 200 551 0.018652 10.0.0.23 - - [2024-11-04 02:12:36] "POST /fqname-to-id HTTP/1.1" 404 168 0.003075 10.0.0.23 - - [2024-11-04 02:12:36] "POST /tags HTTP/1.1" 200 321 0.057182 10.0.0.23 - - [2024-11-04 02:12:36] "POST /fqname-to-id HTTP/1.1" 404 166 0.003556 10.0.0.23 - - [2024-11-04 02:12:36] "GET / HTTP/1.1" 200 35931 0.001801 10.0.0.23 - - [2024-11-04 02:12:36] "POST /alarms HTTP/1.1" 401 292 0.000416 10.0.0.23 - - [2024-11-04 02:12:36] "POST /tags HTTP/1.1" 200 317 0.024767 10.0.0.23 - - [2024-11-04 02:12:36] "POST /fqname-to-id HTTP/1.1" 404 174 0.005115 10.0.0.23 - - [2024-11-04 02:12:36] "POST /tags HTTP/1.1" 200 333 0.025653 10.0.0.23 - - [2024-11-04 02:12:36] "POST /fqname-to-id HTTP/1.1" 404 162 0.003095 10.0.0.23 - - [2024-11-04 02:12:36] "POST /tags HTTP/1.1" 200 309 0.025037 10.0.0.23 - - [2024-11-04 02:12:36] "POST /fqname-to-id HTTP/1.1" 404 174 0.003933 10.0.0.23 - - [2024-11-04 02:12:36] "POST /tags HTTP/1.1" 200 333 0.031845 10.0.0.23 - - [2024-11-04 02:12:36] "POST /alarms HTTP/1.1" 200 581 0.045252 10.0.0.23 - - [2024-11-04 02:12:36] "POST /fqname-to-id HTTP/1.1" 404 164 0.002501 10.0.0.23 - - [2024-11-04 02:12:36] "POST /alarms HTTP/1.1" 200 575 0.026541 10.0.0.23 - - [2024-11-04 02:12:36] "POST /tags HTTP/1.1" 200 313 0.028744 10.0.0.23 - - [2024-11-04 02:12:36] "POST /alarms HTTP/1.1" 200 575 0.023468 10.0.0.23 - - [2024-11-04 02:12:36] "POST /fqname-to-id HTTP/1.1" 404 169 0.003114 10.0.0.23 - - [2024-11-04 02:12:36] "POST /alarms HTTP/1.1" 200 559 0.032705 10.0.0.23 - - [2024-11-04 02:12:37] "POST /alarms HTTP/1.1" 200 555 0.153021 10.0.0.23 - - [2024-11-04 02:12:37] "POST /tags HTTP/1.1" 200 323 0.211553 10.0.0.23 - - [2024-11-04 02:12:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.23 - - [2024-11-04 02:12:37] "POST /alarms HTTP/1.1" 200 557 0.022473 10.0.0.23 - - [2024-11-04 02:12:37] "PUT /global-system-config/12830b2d-adab-46ae-84ae-3bfa89035ab2 HTTP/1.1" 200 274 0.013860 10.0.0.23 - - [2024-11-04 02:12:37] "POST /alarms HTTP/1.1" 200 565 0.023792 10.0.0.23 - - [2024-11-04 02:12:37] "POST /fqname-to-id HTTP/1.1" 404 166 0.002799 10.0.0.23 - - [2024-11-04 02:12:37] "POST /alarms HTTP/1.1" 200 549 0.017114 10.0.0.23 - - [2024-11-04 02:12:37] "POST /hardwares HTTP/1.1" 200 327 0.012591 10.0.0.23 - - [2024-11-04 02:12:37] "POST /alarms HTTP/1.1" 200 557 0.025939 10.0.0.23 - - [2024-11-04 02:12:37] "POST /fqname-to-id HTTP/1.1" 404 166 0.002798 10.0.0.23 - - [2024-11-04 02:12:37] "POST /hardwares HTTP/1.1" 200 327 0.012154 10.0.0.23 - - [2024-11-04 02:12:37] "POST /alarms HTTP/1.1" 200 567 0.025156 10.0.0.23 - - [2024-11-04 02:12:37] "POST /fqname-to-id HTTP/1.1" 404 166 0.003040 10.0.0.23 - - [2024-11-04 02:12:37] "POST /alarms HTTP/1.1" 200 555 0.018806 10.0.0.23 - - [2024-11-04 02:12:37] "POST /hardwares HTTP/1.1" 200 327 0.014359 10.0.0.23 - - [2024-11-04 02:12:37] "POST /alarms HTTP/1.1" 200 567 0.020002 10.0.0.23 - - [2024-11-04 02:12:37] "POST /fqname-to-id HTTP/1.1" 404 166 0.003268 10.0.0.23 - - [2024-11-04 02:12:37] "POST /alarms HTTP/1.1" 200 575 0.062185 10.0.0.23 - - [2024-11-04 02:12:37] "POST /hardwares HTTP/1.1" 200 327 0.048405 10.0.0.23 - - [2024-11-04 02:12:37] "POST /fqname-to-id HTTP/1.1" 404 164 0.003590 10.0.0.23 - - [2024-11-04 02:12:37] "POST /alarms HTTP/1.1" 200 569 0.020694 10.0.0.23 - - [2024-11-04 02:12:37] "POST /hardwares HTTP/1.1" 200 323 0.015748 10.0.0.23 - - [2024-11-04 02:12:37] "POST /alarms HTTP/1.1" 200 561 0.018739 10.0.0.23 - - [2024-11-04 02:12:37] "POST /fqname-to-id HTTP/1.1" 404 164 0.003494 10.0.0.23 - - [2024-11-04 02:12:37] "POST /alarms HTTP/1.1" 200 561 0.026904 10.0.0.23 - - [2024-11-04 02:12:37] "POST /hardwares HTTP/1.1" 200 323 0.009869 10.0.0.23 - - [2024-11-04 02:12:37] "POST /fqname-to-id HTTP/1.1" 404 161 0.003066 10.0.0.23 - - [2024-11-04 02:12:37] "POST /alarms HTTP/1.1" 200 561 0.028564 10.0.0.23 - - [2024-11-04 02:12:37] "POST /hardwares HTTP/1.1" 200 317 0.015985 10.0.0.23 - - [2024-11-04 02:12:37] "POST /alarms HTTP/1.1" 200 547 0.020028 10.0.0.23 - - [2024-11-04 02:12:37] "POST /fqname-to-id HTTP/1.1" 404 164 0.005738 10.0.0.23 - - [2024-11-04 02:12:38] "POST /alarms HTTP/1.1" 200 595 0.017438 10.0.0.23 - - [2024-11-04 02:12:38] "POST /hardwares HTTP/1.1" 200 323 0.014886 10.0.0.23 - - [2024-11-04 02:12:38] "POST /alarms HTTP/1.1" 200 575 0.019898 10.0.0.23 - - [2024-11-04 02:12:38] "POST /fqname-to-id HTTP/1.1" 404 164 0.003402 10.0.0.23 - - [2024-11-04 02:12:38] "POST /alarms HTTP/1.1" 200 571 0.019272 10.0.0.23 - - [2024-11-04 02:12:38] "POST /hardwares HTTP/1.1" 200 323 0.010868 10.0.0.23 - - [2024-11-04 02:12:38] "POST /alarms HTTP/1.1" 200 583 0.018790 10.0.0.23 - - [2024-11-04 02:12:38] "POST /fqname-to-id HTTP/1.1" 404 164 0.002743 10.0.0.23 - - [2024-11-04 02:12:38] "POST /alarms HTTP/1.1" 200 609 0.029261 10.0.0.23 - - [2024-11-04 02:12:38] "POST /hardwares HTTP/1.1" 200 323 0.016390 10.0.0.23 - - [2024-11-04 02:12:38] "POST /fqname-to-id HTTP/1.1" 404 165 0.003226 10.0.0.23 - - [2024-11-04 02:12:38] "POST /hardwares HTTP/1.1" 200 325 0.012030 10.0.0.23 - - [2024-11-04 02:12:38] "POST /fqname-to-id HTTP/1.1" 404 165 0.003075 10.0.0.23 - - [2024-11-04 02:12:38] "POST /hardwares HTTP/1.1" 200 325 0.011652 10.0.0.23 - - [2024-11-04 02:12:38] "POST /fqname-to-id HTTP/1.1" 404 165 0.003271 10.0.0.23 - - [2024-11-04 02:12:38] "POST /hardwares HTTP/1.1" 200 325 0.016131 10.0.0.23 - - [2024-11-04 02:12:38] "GET / HTTP/1.1" 200 35931 0.002282 10.0.0.23 - - [2024-11-04 02:12:38] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000746 10.0.0.23 - - [2024-11-04 02:12:38] "POST /fqname-to-id HTTP/1.1" 404 165 0.002962 10.0.0.23 - - [2024-11-04 02:12:38] "POST /hardwares HTTP/1.1" 200 325 0.012395 10.0.0.23 - - [2024-11-04 02:12:38] "POST /fqname-to-id HTTP/1.1" 404 164 0.003183 10.0.0.23 - - [2024-11-04 02:12:38] "POST /hardwares HTTP/1.1" 200 323 0.010951 10.0.0.23 - - [2024-11-04 02:12:38] "POST /fqname-to-id HTTP/1.1" 404 161 0.003571 10.0.0.23 - - [2024-11-04 02:12:38] "POST /hardwares HTTP/1.1" 200 317 0.015786 10.0.0.23 - - [2024-11-04 02:12:38] "POST /fqname-to-id HTTP/1.1" 404 164 0.003342 10.0.0.23 - - [2024-11-04 02:12:39] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.028297 10.0.0.23 - - [2024-11-04 02:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.23 - - [2024-11-04 02:12:39] "POST /hardwares HTTP/1.1" 200 323 0.012516 10.0.0.23 - - [2024-11-04 02:12:39] "PUT /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed HTTP/1.1" 200 276 0.012032 10.0.0.23 - - [2024-11-04 02:12:39] "POST /fqname-to-id HTTP/1.1" 404 161 0.002570 10.0.0.23 - - [2024-11-04 02:12:39] "POST /hardwares HTTP/1.1" 200 317 0.012821 10.0.0.23 - - [2024-11-04 02:12:39] "POST /fqname-to-id HTTP/1.1" 404 164 0.003165 10.0.0.23 - - [2024-11-04 02:12:39] "POST /hardwares HTTP/1.1" 200 323 0.011375 10.0.0.23 - - [2024-11-04 02:12:39] "POST /fqname-to-id HTTP/1.1" 404 162 0.002979 10.0.0.23 - - [2024-11-04 02:12:39] "POST /hardwares HTTP/1.1" 200 319 0.011040 10.0.0.23 - - [2024-11-04 02:12:39] "POST /fqname-to-id HTTP/1.1" 404 162 0.003041 10.0.0.23 - - [2024-11-04 02:12:39] "GET / HTTP/1.1" 200 35931 0.001862 10.0.0.23 - - [2024-11-04 02:12:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000538 10.0.0.23 - - [2024-11-04 02:12:39] "POST /hardwares HTTP/1.1" 200 319 0.011237 10.0.0.23 - - [2024-11-04 02:12:39] "POST /fqname-to-id HTTP/1.1" 404 165 0.003203 10.0.0.23 - - [2024-11-04 02:12:39] "POST /hardwares HTTP/1.1" 200 325 0.011214 10.0.0.23 - - [2024-11-04 02:12:39] "POST /fqname-to-id HTTP/1.1" 404 161 0.003214 10.0.0.23 - - [2024-11-04 02:12:39] "POST /hardwares HTTP/1.1" 200 317 0.012612 10.0.0.23 - - [2024-11-04 02:12:39] "POST /fqname-to-id HTTP/1.1" 404 161 0.003551 10.0.0.23 - - [2024-11-04 02:12:39] "POST /hardwares HTTP/1.1" 200 317 0.015633 10.0.0.23 - - [2024-11-04 02:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.028366 10.0.0.23 - - [2024-11-04 02:12:39] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004883 10.0.0.23 - - [2024-11-04 02:12:39] "POST /fqname-to-id HTTP/1.1" 404 162 0.004309 10.0.0.23 - - [2024-11-04 02:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.23 - - [2024-11-04 02:12:39] "POST /hardwares HTTP/1.1" 200 319 0.011401 10.0.0.23 - - [2024-11-04 02:12:39] "PUT /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed HTTP/1.1" 200 276 0.009113 10.0.0.23 - - [2024-11-04 02:12:39] "POST /fqname-to-id HTTP/1.1" 404 162 0.003005 10.0.0.23 - - [2024-11-04 02:12:39] "POST /hardwares HTTP/1.1" 200 319 0.012005 10.0.0.23 - - [2024-11-04 02:12:40] "POST /fqname-to-id HTTP/1.1" 404 162 0.003428 10.0.0.23 - - [2024-11-04 02:12:40] "POST /hardwares HTTP/1.1" 200 319 0.011807 10.0.0.23 - - [2024-11-04 02:12:40] "POST /fqname-to-id HTTP/1.1" 404 158 0.003233 10.0.0.23 - - [2024-11-04 02:12:40] "POST /hardwares HTTP/1.1" 200 311 0.012646 10.0.0.23 - - [2024-11-04 02:12:40] "POST /fqname-to-id HTTP/1.1" 404 158 0.003945 10.0.0.23 - - [2024-11-04 02:12:40] "POST /hardwares HTTP/1.1" 200 311 0.012569 10.0.0.23 - - [2024-11-04 02:12:40] "GET / HTTP/1.1" 200 35931 0.001559 10.0.0.23 - - [2024-11-04 02:12:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000425 10.0.0.23 - - [2024-11-04 02:12:40] "POST /fqname-to-id HTTP/1.1" 404 160 0.003092 10.0.0.23 - - [2024-11-04 02:12:40] "POST /hardwares HTTP/1.1" 200 315 0.014189 10.0.0.23 - - [2024-11-04 02:12:40] "POST /fqname-to-id HTTP/1.1" 404 154 0.003081 10.0.0.23 - - [2024-11-04 02:12:40] "POST /hardwares HTTP/1.1" 200 303 0.014307 10.0.0.23 - - [2024-11-04 02:12:40] "POST /fqname-to-id HTTP/1.1" 404 158 0.005669 10.0.0.23 - - [2024-11-04 02:12:40] "POST /hardwares HTTP/1.1" 200 311 0.014102 10.0.0.23 - - [2024-11-04 02:12:40] "POST /fqname-to-id HTTP/1.1" 404 155 0.004722 10.0.0.23 - - [2024-11-04 02:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.027222 10.0.0.23 - - [2024-11-04 02:12:40] "GET /global-system-config/12830b2d-adab-46ae-84ae-3bfa89035ab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2340 0.011752 10.0.0.23 - - [2024-11-04 02:12:40] "POST /hardwares HTTP/1.1" 200 305 0.010977 10.0.0.23 - - [2024-11-04 02:12:40] "PUT /global-system-config/12830b2d-adab-46ae-84ae-3bfa89035ab2 HTTP/1.1" 200 274 0.017656 10.0.0.23 - - [2024-11-04 02:12:40] "POST /fqname-to-id HTTP/1.1" 404 155 0.003006 10.0.0.23 - - [2024-11-04 02:12:40] "POST /hardwares HTTP/1.1" 200 305 0.011990 10.0.0.23 - - [2024-11-04 02:12:40] "POST /fqname-to-id HTTP/1.1" 404 155 0.003686 10.0.0.23 - - [2024-11-04 02:12:40] "POST /hardwares HTTP/1.1" 200 305 0.011904 10.0.0.23 - - [2024-11-04 02:12:40] "POST /fqname-to-id HTTP/1.1" 404 155 0.003177 10.0.0.23 - - [2024-11-04 02:12:41] "POST /hardwares HTTP/1.1" 200 305 0.015013 10.0.0.23 - - [2024-11-04 02:12:41] "POST /fqname-to-id HTTP/1.1" 404 156 0.003851 10.0.0.23 - - [2024-11-04 02:12:41] "POST /hardwares HTTP/1.1" 200 307 0.011874 10.0.0.23 - - [2024-11-04 02:12:41] "POST /fqname-to-id HTTP/1.1" 404 156 0.003500 10.0.0.23 - - [2024-11-04 02:12:41] "POST /hardwares HTTP/1.1" 200 307 0.012029 10.0.0.23 - - [2024-11-04 02:12:41] "POST /fqname-to-id HTTP/1.1" 404 156 0.002995 10.0.0.23 - - [2024-11-04 02:12:41] "POST /hardwares HTTP/1.1" 200 307 0.011937 10.0.0.23 - - [2024-11-04 02:12:41] "POST /fqname-to-id HTTP/1.1" 404 157 0.003633 10.0.0.23 - - [2024-11-04 02:12:41] "POST /hardwares HTTP/1.1" 200 309 0.011601 10.0.0.23 - - [2024-11-04 02:12:41] "POST /fqname-to-id HTTP/1.1" 404 158 0.003274 10.0.0.23 - - [2024-11-04 02:12:41] "POST /hardwares HTTP/1.1" 200 311 0.012074 10.0.0.23 - - [2024-11-04 02:12:41] "POST /fqname-to-id HTTP/1.1" 404 158 0.003300 10.0.0.23 - - [2024-11-04 02:12:41] "POST /hardwares HTTP/1.1" 200 311 0.010806 10.0.0.23 - - [2024-11-04 02:12:41] "POST /fqname-to-id HTTP/1.1" 404 153 0.003677 10.0.0.23 - - [2024-11-04 02:12:41] "POST /hardwares HTTP/1.1" 200 301 0.014554 10.0.0.23 - - [2024-11-04 02:12:41] "POST /fqname-to-id HTTP/1.1" 404 157 0.003102 10.0.0.23 - - [2024-11-04 02:12:41] "POST /hardwares HTTP/1.1" 200 309 0.011765 10.0.0.23 - - [2024-11-04 02:12:41] "POST /fqname-to-id HTTP/1.1" 404 157 0.002995 10.0.0.23 - - [2024-11-04 02:12:41] "POST /hardwares HTTP/1.1" 200 309 0.010784 10.0.0.23 - - [2024-11-04 02:12:42] "POST /fqname-to-id HTTP/1.1" 404 157 0.003115 10.0.0.23 - - [2024-11-04 02:12:42] "POST /hardwares HTTP/1.1" 200 309 0.015239 10.0.0.23 - - [2024-11-04 02:12:42] "POST /fqname-to-id HTTP/1.1" 404 157 0.014228 10.0.0.23 - - [2024-11-04 02:12:42] "POST /hardwares HTTP/1.1" 200 309 0.011919 10.0.0.23 - - [2024-11-04 02:12:42] "POST /fqname-to-id HTTP/1.1" 404 157 0.003169 10.0.0.23 - - [2024-11-04 02:12:42] "POST /hardwares HTTP/1.1" 200 309 0.011377 10.0.0.23 - - [2024-11-04 02:12:42] "POST /fqname-to-id HTTP/1.1" 404 161 0.004432 10.0.0.23 - - [2024-11-04 02:12:42] "POST /hardwares HTTP/1.1" 200 317 0.011944 10.0.0.23 - - [2024-11-04 02:12:42] "POST /fqname-to-id HTTP/1.1" 404 157 0.004406 10.0.0.23 - - [2024-11-04 02:12:42] "POST /hardwares HTTP/1.1" 200 309 0.011869 10.0.0.23 - - [2024-11-04 02:12:42] "POST /fqname-to-id HTTP/1.1" 404 157 0.003552 10.0.0.23 - - [2024-11-04 02:12:42] "POST /hardwares HTTP/1.1" 200 309 0.011815 10.0.0.23 - - [2024-11-04 02:12:42] "POST /fqname-to-id HTTP/1.1" 404 154 0.003159 10.0.0.23 - - [2024-11-04 02:12:42] "POST /hardwares HTTP/1.1" 200 303 0.013212 10.0.0.23 - - [2024-11-04 02:12:42] "POST /fqname-to-id HTTP/1.1" 404 190 0.002952 10.0.0.23 - - [2024-11-04 02:12:42] "POST /features HTTP/1.1" 200 533 0.016808 10.0.0.23 - - [2024-11-04 02:12:42] "POST /fqname-to-id HTTP/1.1" 404 185 0.003855 10.0.0.23 - - [2024-11-04 02:12:42] "POST /features HTTP/1.1" 200 523 0.016673 10.0.0.23 - - [2024-11-04 02:12:43] "POST /fqname-to-id HTTP/1.1" 404 184 0.003110 10.0.0.23 - - [2024-11-04 02:12:43] "POST /features HTTP/1.1" 200 521 0.017570 10.0.0.23 - - [2024-11-04 02:12:43] "POST /fqname-to-id HTTP/1.1" 404 184 0.004134 10.0.0.23 - - [2024-11-04 02:12:43] "POST /features HTTP/1.1" 200 521 0.026645 10.0.0.23 - - [2024-11-04 02:12:43] "POST /fqname-to-id HTTP/1.1" 404 189 0.003167 10.0.0.23 - - [2024-11-04 02:12:43] "POST /features HTTP/1.1" 200 531 0.016581 10.0.0.23 - - [2024-11-04 02:12:43] "POST /fqname-to-id HTTP/1.1" 404 184 0.003055 10.0.0.23 - - [2024-11-04 02:12:43] "POST /features HTTP/1.1" 200 521 0.020061 10.0.0.23 - - [2024-11-04 02:12:43] "POST /fqname-to-id HTTP/1.1" 404 193 0.003433 10.0.0.23 - - [2024-11-04 02:12:43] "POST /features HTTP/1.1" 200 539 0.020132 10.0.0.23 - - [2024-11-04 02:12:43] "POST /fqname-to-id HTTP/1.1" 404 186 0.003080 10.0.0.23 - - [2024-11-04 02:12:43] "POST /features HTTP/1.1" 200 525 0.016985 10.0.0.23 - - [2024-11-04 02:12:43] "POST /fqname-to-id HTTP/1.1" 404 183 0.002995 10.0.0.23 - - [2024-11-04 02:12:43] "POST /features HTTP/1.1" 200 519 0.016434 10.0.0.23 - - [2024-11-04 02:12:43] "POST /fqname-to-id HTTP/1.1" 404 182 0.002939 10.0.0.23 - - [2024-11-04 02:12:43] "POST /features HTTP/1.1" 200 517 0.019013 10.0.0.23 - - [2024-11-04 02:12:43] "POST /fqname-to-id HTTP/1.1" 404 190 0.003146 10.0.0.23 - - [2024-11-04 02:12:43] "POST /features HTTP/1.1" 200 533 0.018775 10.0.0.23 - - [2024-11-04 02:12:44] "POST /fqname-to-id HTTP/1.1" 404 194 0.002938 10.0.0.23 - - [2024-11-04 02:12:44] "POST /features HTTP/1.1" 200 541 0.016427 10.0.0.23 - - [2024-11-04 02:12:44] "POST /fqname-to-id HTTP/1.1" 404 178 0.003261 10.0.0.23 - - [2024-11-04 02:12:44] "POST /physical-roles HTTP/1.1" 200 521 0.017864 10.0.0.23 - - [2024-11-04 02:12:44] "POST /fqname-to-id HTTP/1.1" 404 179 0.003039 10.0.0.23 - - [2024-11-04 02:12:44] "POST /physical-roles HTTP/1.1" 200 523 0.016914 10.0.0.23 - - [2024-11-04 02:12:44] "POST /fqname-to-id HTTP/1.1" 404 184 0.003329 10.0.0.23 - - [2024-11-04 02:12:44] "POST /physical-roles HTTP/1.1" 200 533 0.017940 10.0.0.23 - - [2024-11-04 02:12:44] "POST /fqname-to-id HTTP/1.1" 404 177 0.003303 10.0.0.23 - - [2024-11-04 02:12:44] "POST /physical-roles HTTP/1.1" 200 519 0.039839 10.0.0.23 - - [2024-11-04 02:12:44] "POST /fqname-to-id HTTP/1.1" 404 191 0.004080 10.0.0.23 - - [2024-11-04 02:12:44] "POST /overlay-roles HTTP/1.1" 200 545 0.017977 10.0.0.23 - - [2024-11-04 02:12:44] "POST /fqname-to-id HTTP/1.1" 404 184 0.002945 10.0.0.23 - - [2024-11-04 02:12:44] "POST /overlay-roles HTTP/1.1" 200 531 0.019274 10.0.0.23 - - [2024-11-04 02:12:44] "POST /fqname-to-id HTTP/1.1" 404 191 0.002932 10.0.0.23 - - [2024-11-04 02:12:44] "POST /overlay-roles HTTP/1.1" 200 545 0.018927 10.0.0.23 - - [2024-11-04 02:12:44] "POST /fqname-to-id HTTP/1.1" 404 185 0.003511 10.0.0.23 - - [2024-11-04 02:12:45] "POST /overlay-roles HTTP/1.1" 200 533 0.017370 10.0.0.23 - - [2024-11-04 02:12:45] "POST /fqname-to-id HTTP/1.1" 404 189 0.003504 10.0.0.23 - - [2024-11-04 02:12:45] "POST /overlay-roles HTTP/1.1" 200 541 0.018703 10.0.0.23 - - [2024-11-04 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.23 - - [2024-11-04 02:12:45] "PUT /overlay-role/a2e2f1d8-4d01-4207-b428-df87d120ddc7 HTTP/1.1" 200 258 0.010889 10.0.0.23 - - [2024-11-04 02:12:45] "POST /fqname-to-id HTTP/1.1" 404 184 0.003303 10.0.0.23 - - [2024-11-04 02:12:45] "POST /overlay-roles HTTP/1.1" 200 531 0.017773 10.0.0.23 - - [2024-11-04 02:12:45] "POST /fqname-to-id HTTP/1.1" 404 185 0.003035 10.0.0.23 - - [2024-11-04 02:12:45] "POST /overlay-roles HTTP/1.1" 200 533 0.018882 10.0.0.23 - - [2024-11-04 02:12:45] "POST /fqname-to-id HTTP/1.1" 404 183 0.003434 10.0.0.23 - - [2024-11-04 02:12:45] "POST /overlay-roles HTTP/1.1" 200 529 0.022270 10.0.0.23 - - [2024-11-04 02:12:45] "POST /fqname-to-id HTTP/1.1" 404 187 0.003268 10.0.0.23 - - [2024-11-04 02:12:45] "POST /overlay-roles HTTP/1.1" 200 537 0.018252 10.0.0.23 - - [2024-11-04 02:12:45] "POST /fqname-to-id HTTP/1.1" 404 189 0.003504 10.0.0.23 - - [2024-11-04 02:12:45] "POST /overlay-roles HTTP/1.1" 200 541 0.017529 10.0.0.23 - - [2024-11-04 02:12:45] "POST /fqname-to-id HTTP/1.1" 404 178 0.003101 10.0.0.23 - - [2024-11-04 02:12:45] "POST /overlay-roles HTTP/1.1" 200 519 0.016761 10.0.0.23 - - [2024-11-04 02:12:45] "POST /fqname-to-id HTTP/1.1" 404 190 0.003047 10.0.0.23 - - [2024-11-04 02:12:46] "POST /overlay-roles HTTP/1.1" 200 543 0.018350 10.0.0.23 - - [2024-11-04 02:12:46] "POST /fqname-to-id HTTP/1.1" 404 182 0.003363 10.0.0.23 - - [2024-11-04 02:12:46] "POST /role-definitions HTTP/1.1" 200 533 0.034512 10.0.0.23 - - [2024-11-04 02:12:46] "POST /fqname-to-id HTTP/1.1" 404 189 0.003461 10.0.0.23 - - [2024-11-04 02:12:46] "POST /role-definitions HTTP/1.1" 200 547 0.017701 10.0.0.23 - - [2024-11-04 02:12:46] "POST /fqname-to-id HTTP/1.1" 404 190 0.003908 10.0.0.23 - - [2024-11-04 02:12:46] "POST /role-definitions HTTP/1.1" 200 549 0.017436 10.0.0.23 - - [2024-11-04 02:12:46] "POST /fqname-to-id HTTP/1.1" 404 191 0.003777 10.0.0.23 - - [2024-11-04 02:12:46] "POST /role-definitions HTTP/1.1" 200 551 0.016094 10.0.0.23 - - [2024-11-04 02:12:46] "POST /fqname-to-id HTTP/1.1" 404 197 0.003144 10.0.0.23 - - [2024-11-04 02:12:46] "POST /role-definitions HTTP/1.1" 200 563 0.018730 10.0.0.23 - - [2024-11-04 02:12:46] "POST /fqname-to-id HTTP/1.1" 404 189 0.003347 10.0.0.23 - - [2024-11-04 02:12:46] "POST /role-definitions HTTP/1.1" 200 547 0.017807 10.0.0.23 - - [2024-11-04 02:12:46] "POST /fqname-to-id HTTP/1.1" 404 190 0.003832 10.0.0.23 - - [2024-11-04 02:12:46] "POST /role-definitions HTTP/1.1" 200 549 0.018325 10.0.0.23 - - [2024-11-04 02:12:46] "POST /fqname-to-id HTTP/1.1" 404 191 0.003116 10.0.0.23 - - [2024-11-04 02:12:46] "POST /role-definitions HTTP/1.1" 200 551 0.046388 10.0.0.23 - - [2024-11-04 02:12:47] "POST /fqname-to-id HTTP/1.1" 404 190 0.003093 10.0.0.23 - - [2024-11-04 02:12:47] "POST /role-definitions HTTP/1.1" 200 549 0.016603 10.0.0.23 - - [2024-11-04 02:12:47] "POST /fqname-to-id HTTP/1.1" 404 196 0.003135 10.0.0.23 - - [2024-11-04 02:12:47] "POST /role-definitions HTTP/1.1" 200 561 0.018025 10.0.0.23 - - [2024-11-04 02:12:47] "POST /fqname-to-id HTTP/1.1" 404 189 0.002968 10.0.0.23 - - [2024-11-04 02:12:47] "POST /role-definitions HTTP/1.1" 200 547 0.019151 10.0.0.23 - - [2024-11-04 02:12:47] "POST /fqname-to-id HTTP/1.1" 404 190 0.003402 10.0.0.23 - - [2024-11-04 02:12:47] "POST /role-definitions HTTP/1.1" 200 549 0.020389 10.0.0.23 - - [2024-11-04 02:12:47] "POST /fqname-to-id HTTP/1.1" 404 188 0.003791 10.0.0.23 - - [2024-11-04 02:12:47] "POST /role-definitions HTTP/1.1" 200 545 0.018980 10.0.0.23 - - [2024-11-04 02:12:47] "POST /fqname-to-id HTTP/1.1" 404 189 0.003396 10.0.0.23 - - [2024-11-04 02:12:47] "POST /role-definitions HTTP/1.1" 200 547 0.017112 10.0.0.23 - - [2024-11-04 02:12:47] "POST /fqname-to-id HTTP/1.1" 404 192 0.003056 10.0.0.23 - - [2024-11-04 02:12:47] "POST /role-definitions HTTP/1.1" 200 553 0.020324 10.0.0.23 - - [2024-11-04 02:12:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.003104 10.0.0.23 - - [2024-11-04 02:12:47] "POST /role-definitions HTTP/1.1" 200 555 0.021385 10.0.0.23 - - [2024-11-04 02:12:47] "POST /fqname-to-id HTTP/1.1" 404 182 0.003224 10.0.0.23 - - [2024-11-04 02:12:47] "POST /role-definitions HTTP/1.1" 200 533 0.017316 10.0.0.23 - - [2024-11-04 02:12:48] "POST /fqname-to-id HTTP/1.1" 404 187 0.003047 10.0.0.23 - - [2024-11-04 02:12:48] "POST /role-definitions HTTP/1.1" 200 543 0.017124 10.0.0.23 - - [2024-11-04 02:12:48] "POST /fqname-to-id HTTP/1.1" 404 181 0.003296 10.0.0.23 - - [2024-11-04 02:12:48] "POST /role-definitions HTTP/1.1" 200 531 0.035128 10.0.0.23 - - [2024-11-04 02:12:48] "POST /fqname-to-id HTTP/1.1" 404 184 0.003130 10.0.0.23 - - [2024-11-04 02:12:48] "POST /role-definitions HTTP/1.1" 200 537 0.016998 10.0.0.23 - - [2024-11-04 02:12:48] "POST /fqname-to-id HTTP/1.1" 404 189 0.003337 10.0.0.23 - - [2024-11-04 02:12:48] "POST /role-definitions HTTP/1.1" 200 547 0.016551 10.0.0.23 - - [2024-11-04 02:12:48] "POST /fqname-to-id HTTP/1.1" 404 194 0.003176 10.0.0.23 - - [2024-11-04 02:12:48] "POST /role-definitions HTTP/1.1" 200 557 0.018596 10.0.0.23 - - [2024-11-04 02:12:48] "POST /fqname-to-id HTTP/1.1" 404 196 0.003205 10.0.0.23 - - [2024-11-04 02:12:48] "POST /role-definitions HTTP/1.1" 200 561 0.018145 10.0.0.23 - - [2024-11-04 02:12:48] "POST /fqname-to-id HTTP/1.1" 404 195 0.003392 10.0.0.23 - - [2024-11-04 02:12:48] "POST /role-definitions HTTP/1.1" 200 559 0.018889 10.0.0.23 - - [2024-11-04 02:12:48] "POST /fqname-to-id HTTP/1.1" 404 196 0.003103 10.0.0.23 - - [2024-11-04 02:12:48] "POST /feature-configs HTTP/1.1" 200 537 0.018306 10.0.0.23 - - [2024-11-04 02:12:48] "POST /fqname-to-id HTTP/1.1" 404 212 0.002968 10.0.0.23 - - [2024-11-04 02:12:48] "POST /feature-configs HTTP/1.1" 200 562 0.016881 10.0.0.23 - - [2024-11-04 02:12:49] "POST /fqname-to-id HTTP/1.1" 404 211 0.003002 10.0.0.23 - - [2024-11-04 02:12:49] "POST /feature-configs HTTP/1.1" 200 561 0.016746 10.0.0.23 - - [2024-11-04 02:12:49] "POST /fqname-to-id HTTP/1.1" 404 192 0.003679 10.0.0.23 - - [2024-11-04 02:12:49] "POST /node-profiles HTTP/1.1" 200 547 0.019555 10.0.0.23 - - [2024-11-04 02:12:49] "POST /fqname-to-id HTTP/1.1" 404 187 0.003147 10.0.0.23 - - [2024-11-04 02:12:49] "POST /node-profiles HTTP/1.1" 200 537 0.036777 10.0.0.23 - - [2024-11-04 02:12:49] "POST /fqname-to-id HTTP/1.1" 404 193 0.003060 10.0.0.23 - - [2024-11-04 02:12:49] "POST /node-profiles HTTP/1.1" 200 549 0.021051 10.0.0.23 - - [2024-11-04 02:12:49] "POST /fqname-to-id HTTP/1.1" 404 189 0.002975 10.0.0.23 - - [2024-11-04 02:12:49] "POST /node-profiles HTTP/1.1" 200 541 0.019556 10.0.0.23 - - [2024-11-04 02:12:49] "POST /fqname-to-id HTTP/1.1" 404 189 0.003077 10.0.0.23 - - [2024-11-04 02:12:49] "POST /node-profiles HTTP/1.1" 200 541 0.016727 10.0.0.23 - - [2024-11-04 02:12:49] "POST /fqname-to-id HTTP/1.1" 404 188 0.003145 10.0.0.23 - - [2024-11-04 02:12:49] "POST /node-profiles HTTP/1.1" 200 539 0.016907 10.0.0.23 - - [2024-11-04 02:12:49] "POST /fqname-to-id HTTP/1.1" 404 184 0.003084 10.0.0.23 - - [2024-11-04 02:12:49] "POST /node-profiles HTTP/1.1" 200 531 0.018556 10.0.0.23 - - [2024-11-04 02:12:49] "POST /fqname-to-id HTTP/1.1" 404 185 0.003429 10.0.0.23 - - [2024-11-04 02:12:50] "POST /node-profiles HTTP/1.1" 200 533 0.022620 10.0.0.23 - - [2024-11-04 02:12:50] "POST /fqname-to-id HTTP/1.1" 404 197 0.003294 10.0.0.23 - - [2024-11-04 02:12:50] "POST /node-profiles HTTP/1.1" 200 557 0.017976 10.0.0.23 - - [2024-11-04 02:12:50] "POST /fqname-to-id HTTP/1.1" 404 206 0.003591 10.0.0.23 - - [2024-11-04 02:12:50] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017136 10.0.0.23 - - [2024-11-04 02:12:50] "POST /fqname-to-id HTTP/1.1" 404 206 0.002940 10.0.0.23 - - [2024-11-04 02:12:50] "POST /telemetry-profiles HTTP/1.1" 200 554 0.018074 10.0.0.23 - - [2024-11-04 02:12:50] "POST /fqname-to-id HTTP/1.1" 404 206 0.003471 10.0.0.23 - - [2024-11-04 02:12:50] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017910 10.0.0.23 - - [2024-11-04 02:12:50] "POST /fqname-to-id HTTP/1.1" 404 206 0.003450 10.0.0.23 - - [2024-11-04 02:12:50] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016268 10.0.0.23 - - [2024-11-04 02:12:50] "POST /fqname-to-id HTTP/1.1" 404 206 0.003277 10.0.0.23 - - [2024-11-04 02:12:50] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016331 10.0.0.23 - - [2024-11-04 02:12:50] "POST /fqname-to-id HTTP/1.1" 404 206 0.003461 10.0.0.23 - - [2024-11-04 02:12:50] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016412 10.0.0.23 - - [2024-11-04 02:12:50] "POST /fqname-to-id HTTP/1.1" 404 199 0.003027 10.0.0.23 - - [2024-11-04 02:12:50] "POST /sflow-profiles HTTP/1.1" 200 532 0.016342 10.0.0.23 - - [2024-11-04 02:12:50] "POST /fqname-to-id HTTP/1.1" 404 202 0.002980 10.0.0.23 - - [2024-11-04 02:12:51] "POST /sflow-profiles HTTP/1.1" 200 538 0.017227 10.0.0.23 - - [2024-11-04 02:12:51] "POST /fqname-to-id HTTP/1.1" 404 202 0.003632 10.0.0.23 - - [2024-11-04 02:12:51] "POST /sflow-profiles HTTP/1.1" 200 538 0.017539 10.0.0.23 - - [2024-11-04 02:12:51] "POST /fqname-to-id HTTP/1.1" 404 199 0.003436 10.0.0.23 - - [2024-11-04 02:12:51] "POST /grpc-profiles HTTP/1.1" 200 530 0.017492 10.0.0.23 - - [2024-11-04 02:12:51] "POST /fqname-to-id HTTP/1.1" 404 199 0.003042 10.0.0.23 - - [2024-11-04 02:12:51] "POST /snmp-profiles HTTP/1.1" 200 530 0.016429 10.0.0.23 - - [2024-11-04 02:12:51] "POST /fqname-to-id HTTP/1.1" 404 202 0.003003 10.0.0.23 - - [2024-11-04 02:12:51] "POST /netconf-profiles HTTP/1.1" 200 542 0.019769 10.0.0.23 - - [2024-11-04 02:12:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.004000 10.0.0.23 - - [2024-11-04 02:12:51] "POST /device-functional-groups HTTP/1.1" 200 540 0.019551 10.0.0.23 - - [2024-11-04 02:12:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.004003 10.0.0.23 - - [2024-11-04 02:12:51] "POST /device-functional-groups HTTP/1.1" 200 540 0.022706 10.0.0.23 - - [2024-11-04 02:12:51] "POST /fqname-to-id HTTP/1.1" 404 195 0.003464 10.0.0.23 - - [2024-11-04 02:12:51] "POST /device-functional-groups HTTP/1.1" 200 544 0.018503 10.0.0.23 - - [2024-11-04 02:12:51] "POST /fqname-to-id HTTP/1.1" 404 194 0.003144 10.0.0.23 - - [2024-11-04 02:12:51] "POST /device-functional-groups HTTP/1.1" 200 542 0.016439 10.0.0.23 - - [2024-11-04 02:12:51] "POST /fqname-to-id HTTP/1.1" 404 218 0.002969 10.0.0.23 - - [2024-11-04 02:12:52] "POST /device-functional-groups HTTP/1.1" 200 590 0.042786 10.0.0.23 - - [2024-11-04 02:12:52] "POST /fqname-to-id HTTP/1.1" 404 208 0.003049 10.0.0.23 - - [2024-11-04 02:12:52] "POST /device-functional-groups HTTP/1.1" 200 570 0.031813 10.0.0.23 - - [2024-11-04 02:12:52] "POST /fqname-to-id HTTP/1.1" 404 236 0.003972 10.0.0.23 - - [2024-11-04 02:12:52] "POST /device-functional-groups HTTP/1.1" 200 620 0.068388 10.0.0.23 - - [2024-11-04 02:12:52] "POST /fqname-to-id HTTP/1.1" 404 206 0.003121 10.0.0.23 - - [2024-11-04 02:12:52] "POST /device-functional-groups HTTP/1.1" 200 566 0.017911 10.0.0.23 - - [2024-11-04 02:12:52] "POST /fqname-to-id HTTP/1.1" 404 205 0.002898 10.0.0.23 - - [2024-11-04 02:12:52] "POST /device-functional-groups HTTP/1.1" 200 564 0.018887 10.0.0.23 - - [2024-11-04 02:12:52] "POST /fqname-to-id HTTP/1.1" 404 210 0.005220 10.0.0.23 - - [2024-11-04 02:12:52] "POST /device-functional-groups HTTP/1.1" 200 574 0.032159 10.0.0.23 - - [2024-11-04 02:12:52] "POST /fqname-to-id HTTP/1.1" 404 201 0.003231 10.0.0.23 - - [2024-11-04 02:12:52] "POST /role-configs HTTP/1.1" 200 525 0.017606 10.0.0.23 - - [2024-11-04 02:12:52] "POST /fqname-to-id HTTP/1.1" 404 196 0.003209 10.0.0.23 - - [2024-11-04 02:12:52] "POST /role-configs HTTP/1.1" 200 520 0.020243 10.0.0.23 - - [2024-11-04 02:12:52] "POST /fqname-to-id HTTP/1.1" 404 198 0.003020 10.0.0.23 - - [2024-11-04 02:12:53] "POST /role-configs HTTP/1.1" 200 522 0.018508 10.0.0.23 - - [2024-11-04 02:12:53] "POST /fqname-to-id HTTP/1.1" 404 198 0.003736 10.0.0.23 - - [2024-11-04 02:12:53] "POST /role-configs HTTP/1.1" 200 522 0.017681 10.0.0.23 - - [2024-11-04 02:12:53] "POST /fqname-to-id HTTP/1.1" 404 202 0.002936 10.0.0.23 - - [2024-11-04 02:12:53] "POST /role-configs HTTP/1.1" 200 526 0.016603 10.0.0.23 - - [2024-11-04 02:12:53] "POST /fqname-to-id HTTP/1.1" 404 197 0.003096 10.0.0.23 - - [2024-11-04 02:12:53] "POST /role-configs HTTP/1.1" 200 521 0.017443 10.0.0.23 - - [2024-11-04 02:12:53] "POST /fqname-to-id HTTP/1.1" 404 193 0.003335 10.0.0.23 - - [2024-11-04 02:12:53] "POST /role-configs HTTP/1.1" 200 517 0.017905 10.0.0.23 - - [2024-11-04 02:12:53] "POST /fqname-to-id HTTP/1.1" 404 194 0.003764 10.0.0.23 - - [2024-11-04 02:12:53] "POST /role-configs HTTP/1.1" 200 518 0.016559 10.0.0.23 - - [2024-11-04 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.23 - - [2024-11-04 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.23 - - [2024-11-04 02:12:53] "POST /ref-update HTTP/1.1" 200 156 0.009583 10.0.0.23 - - [2024-11-04 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.23 - - [2024-11-04 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.23 - - [2024-11-04 02:12:53] "POST /ref-update HTTP/1.1" 200 156 0.009625 10.0.0.23 - - [2024-11-04 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.23 - - [2024-11-04 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.23 - - [2024-11-04 02:12:54] "POST /ref-update HTTP/1.1" 200 156 0.008418 10.0.0.23 - - [2024-11-04 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.23 - - [2024-11-04 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.23 - - [2024-11-04 02:12:54] "POST /ref-update HTTP/1.1" 200 156 0.009730 10.0.0.23 - - [2024-11-04 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.23 - - [2024-11-04 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.23 - - [2024-11-04 02:12:54] "POST /ref-update HTTP/1.1" 200 156 0.008823 10.0.0.23 - - [2024-11-04 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.23 - - [2024-11-04 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004119 10.0.0.23 - - [2024-11-04 02:12:54] "POST /ref-update HTTP/1.1" 200 156 0.011018 10.0.0.23 - - [2024-11-04 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.23 - - [2024-11-04 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.23 - - [2024-11-04 02:12:54] "POST /ref-update HTTP/1.1" 200 156 0.014222 10.0.0.23 - - [2024-11-04 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004146 10.0.0.23 - - [2024-11-04 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.23 - - [2024-11-04 02:12:54] "POST /ref-update HTTP/1.1" 200 156 0.009729 10.0.0.23 - - [2024-11-04 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.23 - - [2024-11-04 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.23 - - [2024-11-04 02:12:54] "POST /ref-update HTTP/1.1" 200 156 0.008762 10.0.0.23 - - [2024-11-04 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.23 - - [2024-11-04 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.007686 10.0.0.23 - - [2024-11-04 02:12:55] "POST /ref-update HTTP/1.1" 200 156 0.008863 10.0.0.23 - - [2024-11-04 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.23 - - [2024-11-04 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.23 - - [2024-11-04 02:12:55] "POST /ref-update HTTP/1.1" 200 156 0.008422 10.0.0.23 - - [2024-11-04 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.23 - - [2024-11-04 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.23 - - [2024-11-04 02:12:55] "POST /ref-update HTTP/1.1" 200 156 0.008265 10.0.0.23 - - [2024-11-04 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.23 - - [2024-11-04 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.23 - - [2024-11-04 02:12:55] "POST /ref-update HTTP/1.1" 200 156 0.007470 10.0.0.23 - - [2024-11-04 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.23 - - [2024-11-04 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.23 - - [2024-11-04 02:12:55] "POST /ref-update HTTP/1.1" 200 156 0.008091 10.0.0.23 - - [2024-11-04 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.23 - - [2024-11-04 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.23 - - [2024-11-04 02:12:55] "POST /ref-update HTTP/1.1" 200 156 0.008559 10.0.0.23 - - [2024-11-04 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.012968 10.0.0.23 - - [2024-11-04 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.23 - - [2024-11-04 02:12:56] "POST /ref-update HTTP/1.1" 200 156 0.007983 10.0.0.23 - - [2024-11-04 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.23 - - [2024-11-04 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.23 - - [2024-11-04 02:12:56] "POST /ref-update HTTP/1.1" 200 156 0.007890 10.0.0.23 - - [2024-11-04 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.23 - - [2024-11-04 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.23 - - [2024-11-04 02:12:56] "POST /ref-update HTTP/1.1" 200 156 0.023337 10.0.0.23 - - [2024-11-04 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.23 - - [2024-11-04 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.23 - - [2024-11-04 02:12:56] "POST /ref-update HTTP/1.1" 200 156 0.009366 10.0.0.23 - - [2024-11-04 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003765 10.0.0.23 - - [2024-11-04 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.23 - - [2024-11-04 02:12:56] "POST /ref-update HTTP/1.1" 200 156 0.008530 10.0.0.23 - - [2024-11-04 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.23 - - [2024-11-04 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.23 - - [2024-11-04 02:12:56] "POST /ref-update HTTP/1.1" 200 156 0.007968 10.0.0.23 - - [2024-11-04 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.23 - - [2024-11-04 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.23 - - [2024-11-04 02:12:56] "POST /ref-update HTTP/1.1" 200 156 0.007681 10.0.0.23 - - [2024-11-04 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.23 - - [2024-11-04 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.23 - - [2024-11-04 02:12:57] "POST /ref-update HTTP/1.1" 200 156 0.007594 10.0.0.23 - - [2024-11-04 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.23 - - [2024-11-04 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.23 - - [2024-11-04 02:12:57] "POST /ref-update HTTP/1.1" 200 156 0.009739 10.0.0.23 - - [2024-11-04 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.23 - - [2024-11-04 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.23 - - [2024-11-04 02:12:57] "POST /ref-update HTTP/1.1" 200 156 0.010806 10.0.0.23 - - [2024-11-04 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.23 - - [2024-11-04 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.23 - - [2024-11-04 02:12:57] "POST /ref-update HTTP/1.1" 200 156 0.013491 10.0.0.23 - - [2024-11-04 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.23 - - [2024-11-04 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.23 - - [2024-11-04 02:12:57] "POST /ref-update HTTP/1.1" 200 156 0.008356 10.0.0.23 - - [2024-11-04 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.23 - - [2024-11-04 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.23 - - [2024-11-04 02:12:57] "POST /ref-update HTTP/1.1" 200 156 0.007890 10.0.0.23 - - [2024-11-04 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.23 - - [2024-11-04 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.23 - - [2024-11-04 02:12:57] "POST /ref-update HTTP/1.1" 200 156 0.007421 10.0.0.23 - - [2024-11-04 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.007221 10.0.0.23 - - [2024-11-04 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.23 - - [2024-11-04 02:12:58] "POST /ref-update HTTP/1.1" 200 156 0.007704 10.0.0.23 - - [2024-11-04 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.23 - - [2024-11-04 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.23 - - [2024-11-04 02:12:58] "POST /ref-update HTTP/1.1" 200 156 0.008513 10.0.0.23 - - [2024-11-04 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.23 - - [2024-11-04 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.23 - - [2024-11-04 02:12:58] "POST /ref-update HTTP/1.1" 200 156 0.008048 10.0.0.23 - - [2024-11-04 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.23 - - [2024-11-04 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.23 - - [2024-11-04 02:12:58] "POST /ref-update HTTP/1.1" 200 156 0.008125 10.0.0.23 - - [2024-11-04 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.23 - - [2024-11-04 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.23 - - [2024-11-04 02:12:58] "POST /ref-update HTTP/1.1" 200 156 0.007994 10.0.0.23 - - [2024-11-04 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.23 - - [2024-11-04 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.23 - - [2024-11-04 02:12:58] "POST /ref-update HTTP/1.1" 200 156 0.008483 10.0.0.23 - - [2024-11-04 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.23 - - [2024-11-04 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.23 - - [2024-11-04 02:12:59] "POST /ref-update HTTP/1.1" 200 156 0.008082 10.0.0.23 - - [2024-11-04 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.23 - - [2024-11-04 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.23 - - [2024-11-04 02:12:59] "POST /ref-update HTTP/1.1" 200 156 0.007507 10.0.0.23 - - [2024-11-04 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.23 - - [2024-11-04 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.23 - - [2024-11-04 02:12:59] "POST /ref-update HTTP/1.1" 200 156 0.007476 10.0.0.23 - - [2024-11-04 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.23 - - [2024-11-04 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.23 - - [2024-11-04 02:12:59] "POST /ref-update HTTP/1.1" 200 156 0.007801 10.0.0.23 - - [2024-11-04 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.23 - - [2024-11-04 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004234 10.0.0.23 - - [2024-11-04 02:12:59] "POST /ref-update HTTP/1.1" 200 156 0.007663 10.0.0.23 - - [2024-11-04 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.23 - - [2024-11-04 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.23 - - [2024-11-04 02:12:59] "POST /ref-update HTTP/1.1" 200 156 0.007665 10.0.0.23 - - [2024-11-04 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.23 - - [2024-11-04 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.23 - - [2024-11-04 02:12:59] "POST /ref-update HTTP/1.1" 200 156 0.008382 10.0.0.23 - - [2024-11-04 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.23 - - [2024-11-04 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.23 - - [2024-11-04 02:13:00] "POST /ref-update HTTP/1.1" 200 156 0.009147 10.0.0.23 - - [2024-11-04 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004293 10.0.0.23 - - [2024-11-04 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.23 - - [2024-11-04 02:13:00] "POST /ref-update HTTP/1.1" 200 156 0.008076 10.0.0.23 - - [2024-11-04 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.23 - - [2024-11-04 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.23 - - [2024-11-04 02:13:00] "POST /ref-update HTTP/1.1" 200 156 0.007942 10.0.0.23 - - [2024-11-04 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004275 10.0.0.23 - - [2024-11-04 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.23 - - [2024-11-04 02:13:00] "POST /ref-update HTTP/1.1" 200 156 0.015141 10.0.0.23 - - [2024-11-04 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.23 - - [2024-11-04 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.23 - - [2024-11-04 02:13:00] "POST /ref-update HTTP/1.1" 200 156 0.009151 10.0.0.23 - - [2024-11-04 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.23 - - [2024-11-04 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.23 - - [2024-11-04 02:13:00] "POST /ref-update HTTP/1.1" 200 156 0.008291 10.0.0.23 - - [2024-11-04 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.23 - - [2024-11-04 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.23 - - [2024-11-04 02:13:01] "POST /ref-update HTTP/1.1" 200 156 0.008502 10.0.0.23 - - [2024-11-04 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.23 - - [2024-11-04 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.23 - - [2024-11-04 02:13:01] "POST /ref-update HTTP/1.1" 200 156 0.009809 10.0.0.23 - - [2024-11-04 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.23 - - [2024-11-04 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.23 - - [2024-11-04 02:13:01] "POST /ref-update HTTP/1.1" 200 156 0.007763 10.0.0.23 - - [2024-11-04 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.23 - - [2024-11-04 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.23 - - [2024-11-04 02:13:01] "POST /ref-update HTTP/1.1" 200 156 0.009300 10.0.0.23 - - [2024-11-04 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.23 - - [2024-11-04 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.23 - - [2024-11-04 02:13:01] "POST /ref-update HTTP/1.1" 200 156 0.022286 10.0.0.23 - - [2024-11-04 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.23 - - [2024-11-04 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.23 - - [2024-11-04 02:13:01] "POST /ref-update HTTP/1.1" 200 156 0.007978 10.0.0.23 - - [2024-11-04 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.23 - - [2024-11-04 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.23 - - [2024-11-04 02:13:01] "POST /ref-update HTTP/1.1" 200 156 0.009232 10.0.0.23 - - [2024-11-04 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004399 10.0.0.23 - - [2024-11-04 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.23 - - [2024-11-04 02:13:02] "POST /ref-update HTTP/1.1" 200 156 0.009212 10.0.0.23 - - [2024-11-04 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.23 - - [2024-11-04 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.23 - - [2024-11-04 02:13:02] "POST /ref-update HTTP/1.1" 200 156 0.022364 10.0.0.23 - - [2024-11-04 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.23 - - [2024-11-04 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.23 - - [2024-11-04 02:13:02] "POST /ref-update HTTP/1.1" 200 156 0.022448 10.0.0.23 - - [2024-11-04 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.23 - - [2024-11-04 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.23 - - [2024-11-04 02:13:02] "POST /ref-update HTTP/1.1" 200 156 0.007765 10.0.0.23 - - [2024-11-04 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004979 10.0.0.23 - - [2024-11-04 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.23 - - [2024-11-04 02:13:02] "POST /ref-update HTTP/1.1" 200 156 0.008403 10.0.0.23 - - [2024-11-04 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.23 - - [2024-11-04 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.23 - - [2024-11-04 02:13:02] "POST /ref-update HTTP/1.1" 200 156 0.011638 10.0.0.23 - - [2024-11-04 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.23 - - [2024-11-04 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.23 - - [2024-11-04 02:13:03] "POST /ref-update HTTP/1.1" 200 156 0.008446 10.0.0.23 - - [2024-11-04 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.23 - - [2024-11-04 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.23 - - [2024-11-04 02:13:03] "POST /ref-update HTTP/1.1" 200 156 0.011050 10.0.0.23 - - [2024-11-04 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.23 - - [2024-11-04 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.23 - - [2024-11-04 02:13:03] "POST /ref-update HTTP/1.1" 200 156 0.017765 10.0.0.23 - - [2024-11-04 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004275 10.0.0.23 - - [2024-11-04 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.23 - - [2024-11-04 02:13:03] "POST /ref-update HTTP/1.1" 200 156 0.009895 10.0.0.23 - - [2024-11-04 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.23 - - [2024-11-04 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.23 - - [2024-11-04 02:13:03] "POST /ref-update HTTP/1.1" 200 156 0.011979 10.0.0.23 - - [2024-11-04 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.23 - - [2024-11-04 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.23 - - [2024-11-04 02:13:03] "POST /ref-update HTTP/1.1" 200 156 0.013893 10.0.0.23 - - [2024-11-04 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.23 - - [2024-11-04 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.23 - - [2024-11-04 02:13:03] "POST /ref-update HTTP/1.1" 200 156 0.008498 10.0.0.23 - - [2024-11-04 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.23 - - [2024-11-04 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006467 10.0.0.23 - - [2024-11-04 02:13:04] "POST /ref-update HTTP/1.1" 200 156 0.010080 10.0.0.23 - - [2024-11-04 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.23 - - [2024-11-04 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.23 - - [2024-11-04 02:13:04] "POST /ref-update HTTP/1.1" 200 156 0.008777 10.0.0.23 - - [2024-11-04 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.23 - - [2024-11-04 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005074 10.0.0.23 - - [2024-11-04 02:13:04] "POST /ref-update HTTP/1.1" 200 156 0.008145 10.0.0.23 - - [2024-11-04 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.23 - - [2024-11-04 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.23 - - [2024-11-04 02:13:04] "POST /ref-update HTTP/1.1" 200 156 0.010251 10.0.0.23 - - [2024-11-04 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.23 - - [2024-11-04 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.23 - - [2024-11-04 02:13:04] "POST /ref-update HTTP/1.1" 200 156 0.007394 10.0.0.23 - - [2024-11-04 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.23 - - [2024-11-04 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.014616 10.0.0.23 - - [2024-11-04 02:13:04] "POST /ref-update HTTP/1.1" 200 156 0.011576 10.0.0.23 - - [2024-11-04 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.23 - - [2024-11-04 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.23 - - [2024-11-04 02:13:05] "POST /ref-update HTTP/1.1" 200 156 0.011305 10.0.0.23 - - [2024-11-04 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.23 - - [2024-11-04 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.23 - - [2024-11-04 02:13:05] "POST /ref-update HTTP/1.1" 200 156 0.008316 10.0.0.23 - - [2024-11-04 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.23 - - [2024-11-04 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.23 - - [2024-11-04 02:13:05] "POST /ref-update HTTP/1.1" 200 156 0.007619 10.0.0.23 - - [2024-11-04 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.23 - - [2024-11-04 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.23 - - [2024-11-04 02:13:05] "POST /ref-update HTTP/1.1" 200 156 0.007517 10.0.0.23 - - [2024-11-04 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.23 - - [2024-11-04 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.23 - - [2024-11-04 02:13:05] "POST /ref-update HTTP/1.1" 200 156 0.008173 10.0.0.23 - - [2024-11-04 02:13:05] "GET /global-system-configs HTTP/1.1" 200 322 0.611959 10.0.0.23 - - [2024-11-04 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.23 - - [2024-11-04 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004608 10.0.0.23 - - [2024-11-04 02:13:05] "POST /ref-update HTTP/1.1" 200 156 0.007546 10.0.0.23 - - [2024-11-04 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.23 - - [2024-11-04 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.23 - - [2024-11-04 02:13:05] "POST /ref-update HTTP/1.1" 200 156 0.008169 10.0.0.23 - - [2024-11-04 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.23 - - [2024-11-04 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.23 - - [2024-11-04 02:13:06] "POST /ref-update HTTP/1.1" 200 156 0.007617 10.0.0.23 - - [2024-11-04 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.23 - - [2024-11-04 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.23 - - [2024-11-04 02:13:06] "POST /ref-update HTTP/1.1" 200 156 0.009029 10.0.0.23 - - [2024-11-04 02:13:06] "GET /global-system-configs HTTP/1.1" 200 322 0.027292 10.0.0.23 - - [2024-11-04 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002653 10.0.0.23 - - [2024-11-04 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.23 - - [2024-11-04 02:13:06] "POST /ref-update HTTP/1.1" 200 156 0.008723 10.0.0.23 - - [2024-11-04 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.23 - - [2024-11-04 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.23 - - [2024-11-04 02:13:06] "POST /ref-update HTTP/1.1" 200 156 0.007378 10.0.0.23 - - [2024-11-04 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.23 - - [2024-11-04 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.23 - - [2024-11-04 02:13:06] "POST /ref-update HTTP/1.1" 200 156 0.007740 10.0.0.23 - - [2024-11-04 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.23 - - [2024-11-04 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.23 - - [2024-11-04 02:13:06] "POST /ref-update HTTP/1.1" 200 156 0.008811 10.0.0.23 - - [2024-11-04 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.23 - - [2024-11-04 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.23 - - [2024-11-04 02:13:07] "POST /ref-update HTTP/1.1" 200 156 0.007750 10.0.0.23 - - [2024-11-04 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.23 - - [2024-11-04 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.23 - - [2024-11-04 02:13:07] "POST /ref-update HTTP/1.1" 200 156 0.007599 10.0.0.23 - - [2024-11-04 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.23 - - [2024-11-04 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.23 - - [2024-11-04 02:13:07] "POST /ref-update HTTP/1.1" 200 156 0.008605 10.0.0.23 - - [2024-11-04 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.23 - - [2024-11-04 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.23 - - [2024-11-04 02:13:07] "POST /ref-update HTTP/1.1" 200 156 0.007499 10.0.0.23 - - [2024-11-04 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.23 - - [2024-11-04 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.23 - - [2024-11-04 02:13:07] "POST /ref-update HTTP/1.1" 200 156 0.010029 10.0.0.23 - - [2024-11-04 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.23 - - [2024-11-04 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.23 - - [2024-11-04 02:13:07] "POST /ref-update HTTP/1.1" 200 156 0.007942 10.0.0.23 - - [2024-11-04 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.23 - - [2024-11-04 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.23 - - [2024-11-04 02:13:07] "POST /ref-update HTTP/1.1" 200 156 0.008542 10.0.0.23 - - [2024-11-04 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.23 - - [2024-11-04 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.23 - - [2024-11-04 02:13:08] "POST /ref-update HTTP/1.1" 200 156 0.010802 10.0.0.23 - - [2024-11-04 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.23 - - [2024-11-04 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.23 - - [2024-11-04 02:13:08] "POST /ref-update HTTP/1.1" 200 156 0.007876 10.0.0.23 - - [2024-11-04 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.23 - - [2024-11-04 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.23 - - [2024-11-04 02:13:08] "POST /ref-update HTTP/1.1" 200 156 0.007566 10.0.0.23 - - [2024-11-04 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.23 - - [2024-11-04 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.23 - - [2024-11-04 02:13:08] "POST /ref-update HTTP/1.1" 200 156 0.007947 10.0.0.23 - - [2024-11-04 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.23 - - [2024-11-04 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.23 - - [2024-11-04 02:13:08] "POST /ref-update HTTP/1.1" 200 156 0.008178 10.0.0.23 - - [2024-11-04 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.23 - - [2024-11-04 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.23 - - [2024-11-04 02:13:08] "POST /ref-update HTTP/1.1" 200 156 0.008108 10.0.0.23 - - [2024-11-04 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.23 - - [2024-11-04 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.23 - - [2024-11-04 02:13:09] "POST /ref-update HTTP/1.1" 200 156 0.008266 10.0.0.23 - - [2024-11-04 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.23 - - [2024-11-04 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.23 - - [2024-11-04 02:13:09] "POST /ref-update HTTP/1.1" 200 156 0.008667 10.0.0.23 - - [2024-11-04 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.23 - - [2024-11-04 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.23 - - [2024-11-04 02:13:09] "POST /ref-update HTTP/1.1" 200 156 0.010432 10.0.0.23 - - [2024-11-04 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004176 10.0.0.23 - - [2024-11-04 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.23 - - [2024-11-04 02:13:09] "POST /ref-update HTTP/1.1" 200 156 0.008632 10.0.0.23 - - [2024-11-04 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.23 - - [2024-11-04 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.23 - - [2024-11-04 02:13:09] "POST /ref-update HTTP/1.1" 200 156 0.008307 10.0.0.23 - - [2024-11-04 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.23 - - [2024-11-04 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.23 - - [2024-11-04 02:13:09] "POST /ref-update HTTP/1.1" 200 156 0.009657 10.0.0.23 - - [2024-11-04 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.23 - - [2024-11-04 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005475 10.0.0.23 - - [2024-11-04 02:13:09] "POST /ref-update HTTP/1.1" 200 156 0.007912 10.0.0.23 - - [2024-11-04 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.23 - - [2024-11-04 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.23 - - [2024-11-04 02:13:10] "POST /ref-update HTTP/1.1" 200 156 0.008695 10.0.0.23 - - [2024-11-04 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004764 10.0.0.23 - - [2024-11-04 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.23 - - [2024-11-04 02:13:10] "POST /ref-update HTTP/1.1" 200 156 0.009667 10.0.0.23 - - [2024-11-04 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.23 - - [2024-11-04 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.23 - - [2024-11-04 02:13:10] "POST /ref-update HTTP/1.1" 200 156 0.009082 10.0.0.23 - - [2024-11-04 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.23 - - [2024-11-04 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.23 - - [2024-11-04 02:13:10] "POST /ref-update HTTP/1.1" 200 156 0.007457 10.0.0.23 - - [2024-11-04 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.23 - - [2024-11-04 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.23 - - [2024-11-04 02:13:10] "POST /ref-update HTTP/1.1" 200 156 0.007272 10.0.0.23 - - [2024-11-04 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.23 - - [2024-11-04 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.23 - - [2024-11-04 02:13:10] "POST /ref-update HTTP/1.1" 200 156 0.008219 10.0.0.23 - - [2024-11-04 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.23 - - [2024-11-04 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.23 - - [2024-11-04 02:13:10] "POST /ref-update HTTP/1.1" 200 156 0.007660 10.0.0.23 - - [2024-11-04 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.23 - - [2024-11-04 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.23 - - [2024-11-04 02:13:11] "POST /ref-update HTTP/1.1" 200 156 0.007712 10.0.0.23 - - [2024-11-04 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.23 - - [2024-11-04 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.23 - - [2024-11-04 02:13:11] "POST /ref-update HTTP/1.1" 200 156 0.006703 10.0.0.23 - - [2024-11-04 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.23 - - [2024-11-04 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.23 - - [2024-11-04 02:13:11] "POST /ref-update HTTP/1.1" 200 156 0.009252 10.0.0.23 - - [2024-11-04 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.23 - - [2024-11-04 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.23 - - [2024-11-04 02:13:11] "POST /ref-update HTTP/1.1" 200 156 0.007810 10.0.0.23 - - [2024-11-04 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.23 - - [2024-11-04 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.23 - - [2024-11-04 02:13:11] "POST /ref-update HTTP/1.1" 200 156 0.008130 10.0.0.23 - - [2024-11-04 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.23 - - [2024-11-04 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.23 - - [2024-11-04 02:13:11] "POST /ref-update HTTP/1.1" 200 156 0.008014 10.0.0.23 - - [2024-11-04 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.23 - - [2024-11-04 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.23 - - [2024-11-04 02:13:12] "POST /ref-update HTTP/1.1" 200 156 0.008028 10.0.0.23 - - [2024-11-04 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.23 - - [2024-11-04 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005316 10.0.0.23 - - [2024-11-04 02:13:12] "POST /ref-update HTTP/1.1" 200 156 0.007891 10.0.0.23 - - [2024-11-04 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.23 - - [2024-11-04 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.23 - - [2024-11-04 02:13:12] "POST /ref-update HTTP/1.1" 200 156 0.009261 10.0.0.23 - - [2024-11-04 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.23 - - [2024-11-04 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.23 - - [2024-11-04 02:13:12] "POST /ref-update HTTP/1.1" 200 156 0.007947 10.0.0.23 - - [2024-11-04 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.23 - - [2024-11-04 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.23 - - [2024-11-04 02:13:12] "POST /ref-update HTTP/1.1" 200 156 0.009772 10.0.0.23 - - [2024-11-04 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.23 - - [2024-11-04 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.23 - - [2024-11-04 02:13:12] "POST /ref-update HTTP/1.1" 200 156 0.008317 10.0.0.23 - - [2024-11-04 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.23 - - [2024-11-04 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.23 - - [2024-11-04 02:13:12] "POST /ref-update HTTP/1.1" 200 156 0.008224 10.0.0.23 - - [2024-11-04 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.23 - - [2024-11-04 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004478 10.0.0.23 - - [2024-11-04 02:13:13] "POST /ref-update HTTP/1.1" 200 156 0.007628 10.0.0.23 - - [2024-11-04 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.23 - - [2024-11-04 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.23 - - [2024-11-04 02:13:13] "POST /ref-update HTTP/1.1" 200 156 0.008101 10.0.0.23 - - [2024-11-04 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.23 - - [2024-11-04 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.23 - - [2024-11-04 02:13:13] "POST /ref-update HTTP/1.1" 200 156 0.007590 10.0.0.23 - - [2024-11-04 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.23 - - [2024-11-04 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.23 - - [2024-11-04 02:13:13] "POST /ref-update HTTP/1.1" 200 156 0.007245 10.0.0.23 - - [2024-11-04 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.23 - - [2024-11-04 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.23 - - [2024-11-04 02:13:13] "POST /ref-update HTTP/1.1" 200 156 0.007977 10.0.0.23 - - [2024-11-04 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.23 - - [2024-11-04 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.23 - - [2024-11-04 02:13:13] "POST /ref-update HTTP/1.1" 200 156 0.010153 10.0.0.23 - - [2024-11-04 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.23 - - [2024-11-04 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.23 - - [2024-11-04 02:13:13] "POST /ref-update HTTP/1.1" 200 156 0.009421 10.0.0.23 - - [2024-11-04 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.23 - - [2024-11-04 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.23 - - [2024-11-04 02:13:14] "POST /ref-update HTTP/1.1" 200 156 0.009384 10.0.0.23 - - [2024-11-04 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004118 10.0.0.23 - - [2024-11-04 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004334 10.0.0.23 - - [2024-11-04 02:13:14] "POST /ref-update HTTP/1.1" 200 156 0.009650 10.0.0.23 - - [2024-11-04 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004113 10.0.0.23 - - [2024-11-04 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.23 - - [2024-11-04 02:13:14] "POST /ref-update HTTP/1.1" 200 156 0.019923 10.0.0.23 - - [2024-11-04 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.23 - - [2024-11-04 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.23 - - [2024-11-04 02:13:14] "POST /ref-update HTTP/1.1" 200 156 0.007808 10.0.0.23 - - [2024-11-04 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.23 - - [2024-11-04 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.23 - - [2024-11-04 02:13:14] "POST /ref-update HTTP/1.1" 200 156 0.008078 10.0.0.23 - - [2024-11-04 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.23 - - [2024-11-04 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.23 - - [2024-11-04 02:13:14] "POST /ref-update HTTP/1.1" 200 156 0.008781 10.0.0.23 - - [2024-11-04 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.23 - - [2024-11-04 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.23 - - [2024-11-04 02:13:15] "POST /ref-update HTTP/1.1" 200 156 0.007884 10.0.0.23 - - [2024-11-04 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.23 - - [2024-11-04 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.23 - - [2024-11-04 02:13:15] "POST /ref-update HTTP/1.1" 200 156 0.008658 10.0.0.23 - - [2024-11-04 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.23 - - [2024-11-04 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.23 - - [2024-11-04 02:13:15] "POST /ref-update HTTP/1.1" 200 156 0.007867 10.0.0.23 - - [2024-11-04 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.23 - - [2024-11-04 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.23 - - [2024-11-04 02:13:15] "POST /ref-update HTTP/1.1" 200 156 0.007723 10.0.0.23 - - [2024-11-04 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.23 - - [2024-11-04 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.23 - - [2024-11-04 02:13:15] "POST /ref-update HTTP/1.1" 200 156 0.007250 10.0.0.23 - - [2024-11-04 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.23 - - [2024-11-04 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.23 - - [2024-11-04 02:13:15] "POST /ref-update HTTP/1.1" 200 156 0.006952 10.0.0.23 - - [2024-11-04 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.23 - - [2024-11-04 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004149 10.0.0.23 - - [2024-11-04 02:13:15] "POST /ref-update HTTP/1.1" 200 156 0.007775 10.0.0.23 - - [2024-11-04 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.23 - - [2024-11-04 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.23 - - [2024-11-04 02:13:16] "POST /ref-update HTTP/1.1" 200 156 0.007218 10.0.0.23 - - [2024-11-04 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.23 - - [2024-11-04 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.23 - - [2024-11-04 02:13:16] "POST /ref-update HTTP/1.1" 200 156 0.009480 10.0.0.23 - - [2024-11-04 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.23 - - [2024-11-04 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.23 - - [2024-11-04 02:13:16] "POST /ref-update HTTP/1.1" 200 156 0.008811 10.0.0.23 - - [2024-11-04 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.23 - - [2024-11-04 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.23 - - [2024-11-04 02:13:16] "POST /ref-update HTTP/1.1" 200 156 0.007548 10.0.0.23 - - [2024-11-04 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.23 - - [2024-11-04 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.23 - - [2024-11-04 02:13:16] "POST /ref-update HTTP/1.1" 200 156 0.009110 10.0.0.23 - - [2024-11-04 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.23 - - [2024-11-04 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.23 - - [2024-11-04 02:13:16] "POST /ref-update HTTP/1.1" 200 156 0.008816 10.0.0.23 - - [2024-11-04 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.23 - - [2024-11-04 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.23 - - [2024-11-04 02:13:17] "POST /ref-update HTTP/1.1" 200 156 0.006915 10.0.0.23 - - [2024-11-04 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.23 - - [2024-11-04 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.23 - - [2024-11-04 02:13:17] "POST /ref-update HTTP/1.1" 200 156 0.008135 10.0.0.23 - - [2024-11-04 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.23 - - [2024-11-04 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.23 - - [2024-11-04 02:13:17] "POST /ref-update HTTP/1.1" 200 156 0.007468 10.0.0.23 - - [2024-11-04 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.23 - - [2024-11-04 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.23 - - [2024-11-04 02:13:17] "POST /ref-update HTTP/1.1" 200 156 0.007809 10.0.0.23 - - [2024-11-04 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.23 - - [2024-11-04 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.23 - - [2024-11-04 02:13:17] "POST /ref-update HTTP/1.1" 200 156 0.007373 10.0.0.23 - - [2024-11-04 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.23 - - [2024-11-04 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.23 - - [2024-11-04 02:13:17] "POST /ref-update HTTP/1.1" 200 156 0.008326 10.0.0.23 - - [2024-11-04 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.23 - - [2024-11-04 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.23 - - [2024-11-04 02:13:17] "POST /ref-update HTTP/1.1" 200 156 0.008322 10.0.0.23 - - [2024-11-04 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.23 - - [2024-11-04 02:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.23 - - [2024-11-04 02:13:18] "POST /ref-update HTTP/1.1" 200 156 0.008234 10.0.0.23 - - [2024-11-04 02:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.23 - - [2024-11-04 02:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.23 - - [2024-11-04 02:13:18] "POST /ref-update HTTP/1.1" 200 156 0.007739 10.0.0.23 - - [2024-11-04 02:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.23 - - [2024-11-04 02:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.23 - - [2024-11-04 02:13:18] "POST /ref-update HTTP/1.1" 200 156 0.008724 10.0.0.23 - - [2024-11-04 02:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.23 - - [2024-11-04 02:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.23 - - [2024-11-04 02:13:18] "POST /ref-update HTTP/1.1" 200 156 0.007370 10.0.0.23 - - [2024-11-04 02:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.23 - - [2024-11-04 02:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.23 - - [2024-11-04 02:13:18] "POST /ref-update HTTP/1.1" 200 156 0.008223 10.0.0.23 - - [2024-11-04 02:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.23 - - [2024-11-04 02:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.23 - - [2024-11-04 02:13:18] "POST /ref-update HTTP/1.1" 200 156 0.009480 10.0.0.23 - - [2024-11-04 02:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.23 - - [2024-11-04 02:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002822 10.0.0.23 - - [2024-11-04 02:13:18] "POST /ref-update HTTP/1.1" 200 156 0.012017 10.0.0.23 - - [2024-11-04 02:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.23 - - [2024-11-04 02:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.23 - - [2024-11-04 02:13:19] "POST /ref-update HTTP/1.1" 200 156 0.007503 10.0.0.23 - - [2024-11-04 02:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.23 - - [2024-11-04 02:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.23 - - [2024-11-04 02:13:19] "POST /ref-update HTTP/1.1" 200 156 0.007319 10.0.0.23 - - [2024-11-04 02:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.23 - - [2024-11-04 02:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.23 - - [2024-11-04 02:13:19] "POST /ref-update HTTP/1.1" 200 156 0.007527 10.0.0.23 - - [2024-11-04 02:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.23 - - [2024-11-04 02:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.23 - - [2024-11-04 02:13:19] "POST /ref-update HTTP/1.1" 200 156 0.008681 10.0.0.23 - - [2024-11-04 02:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.23 - - [2024-11-04 02:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.23 - - [2024-11-04 02:13:19] "POST /ref-update HTTP/1.1" 200 156 0.010536 10.0.0.23 - - [2024-11-04 02:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.23 - - [2024-11-04 02:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.23 - - [2024-11-04 02:13:19] "POST /ref-update HTTP/1.1" 200 156 0.007799 10.0.0.23 - - [2024-11-04 02:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.23 - - [2024-11-04 02:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.23 - - [2024-11-04 02:13:20] "POST /ref-update HTTP/1.1" 200 156 0.009725 10.0.0.23 - - [2024-11-04 02:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.23 - - [2024-11-04 02:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.23 - - [2024-11-04 02:13:20] "POST /ref-update HTTP/1.1" 200 156 0.010055 10.0.0.23 - - [2024-11-04 02:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.23 - - [2024-11-04 02:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.23 - - [2024-11-04 02:13:20] "POST /ref-update HTTP/1.1" 200 156 0.009085 10.0.0.23 - - [2024-11-04 02:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.23 - - [2024-11-04 02:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.23 - - [2024-11-04 02:13:20] "POST /ref-update HTTP/1.1" 200 156 0.008001 10.0.0.23 - - [2024-11-04 02:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.23 - - [2024-11-04 02:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.23 - - [2024-11-04 02:13:20] "POST /ref-update HTTP/1.1" 200 156 0.007134 10.0.0.23 - - [2024-11-04 02:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.23 - - [2024-11-04 02:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.23 - - [2024-11-04 02:13:20] "POST /ref-update HTTP/1.1" 200 156 0.006844 10.0.0.23 - - [2024-11-04 02:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.23 - - [2024-11-04 02:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.23 - - [2024-11-04 02:13:20] "POST /ref-update HTTP/1.1" 200 156 0.009263 10.0.0.23 - - [2024-11-04 02:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.23 - - [2024-11-04 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.23 - - [2024-11-04 02:13:21] "POST /ref-update HTTP/1.1" 200 156 0.007618 10.0.0.23 - - [2024-11-04 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.23 - - [2024-11-04 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.23 - - [2024-11-04 02:13:21] "POST /ref-update HTTP/1.1" 200 156 0.008148 10.0.0.23 - - [2024-11-04 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.23 - - [2024-11-04 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.23 - - [2024-11-04 02:13:21] "POST /ref-update HTTP/1.1" 200 156 0.011825 10.0.0.23 - - [2024-11-04 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.23 - - [2024-11-04 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.23 - - [2024-11-04 02:13:21] "POST /ref-update HTTP/1.1" 200 156 0.008991 10.0.0.23 - - [2024-11-04 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.23 - - [2024-11-04 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.23 - - [2024-11-04 02:13:21] "POST /ref-update HTTP/1.1" 200 156 0.008647 10.0.0.23 - - [2024-11-04 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.23 - - [2024-11-04 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.23 - - [2024-11-04 02:13:21] "POST /ref-update HTTP/1.1" 200 156 0.009281 10.0.0.23 - - [2024-11-04 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.23 - - [2024-11-04 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.23 - - [2024-11-04 02:13:21] "POST /ref-update HTTP/1.1" 200 156 0.008916 10.0.0.23 - - [2024-11-04 02:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.23 - - [2024-11-04 02:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.23 - - [2024-11-04 02:13:22] "POST /ref-update HTTP/1.1" 200 156 0.010541 10.0.0.23 - - [2024-11-04 02:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.23 - - [2024-11-04 02:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003985 10.0.0.23 - - [2024-11-04 02:13:22] "POST /ref-update HTTP/1.1" 200 156 0.008724 10.0.0.23 - - [2024-11-04 02:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.23 - - [2024-11-04 02:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.23 - - [2024-11-04 02:13:22] "POST /ref-update HTTP/1.1" 200 156 0.009174 10.0.0.23 - - [2024-11-04 02:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.23 - - [2024-11-04 02:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.23 - - [2024-11-04 02:13:22] "POST /ref-update HTTP/1.1" 200 156 0.009106 10.0.0.23 - - [2024-11-04 02:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.23 - - [2024-11-04 02:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.23 - - [2024-11-04 02:13:22] "POST /ref-update HTTP/1.1" 200 156 0.009680 10.0.0.23 - - [2024-11-04 02:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.23 - - [2024-11-04 02:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.23 - - [2024-11-04 02:13:22] "POST /ref-update HTTP/1.1" 200 156 0.010547 10.0.0.23 - - [2024-11-04 02:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.23 - - [2024-11-04 02:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.23 - - [2024-11-04 02:13:23] "POST /ref-update HTTP/1.1" 200 156 0.010815 10.0.0.23 - - [2024-11-04 02:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.23 - - [2024-11-04 02:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.23 - - [2024-11-04 02:13:23] "POST /ref-update HTTP/1.1" 200 156 0.008627 10.0.0.23 - - [2024-11-04 02:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.23 - - [2024-11-04 02:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.23 - - [2024-11-04 02:13:23] "POST /ref-update HTTP/1.1" 200 156 0.009063 10.0.0.23 - - [2024-11-04 02:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.23 - - [2024-11-04 02:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.23 - - [2024-11-04 02:13:23] "POST /ref-update HTTP/1.1" 200 156 0.010925 10.0.0.23 - - [2024-11-04 02:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.23 - - [2024-11-04 02:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.007084 10.0.0.23 - - [2024-11-04 02:13:23] "POST /ref-update HTTP/1.1" 200 156 0.011184 10.0.0.23 - - [2024-11-04 02:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.23 - - [2024-11-04 02:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.23 - - [2024-11-04 02:13:23] "POST /ref-update HTTP/1.1" 200 156 0.027781 10.0.0.23 - - [2024-11-04 02:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.23 - - [2024-11-04 02:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.23 - - [2024-11-04 02:13:23] "POST /ref-update HTTP/1.1" 200 156 0.009538 10.0.0.23 - - [2024-11-04 02:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.23 - - [2024-11-04 02:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.23 - - [2024-11-04 02:13:24] "POST /ref-update HTTP/1.1" 200 156 0.011846 10.0.0.23 - - [2024-11-04 02:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.23 - - [2024-11-04 02:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004765 10.0.0.23 - - [2024-11-04 02:13:24] "POST /ref-update HTTP/1.1" 200 156 0.010765 10.0.0.23 - - [2024-11-04 02:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.23 - - [2024-11-04 02:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.23 - - [2024-11-04 02:13:24] "POST /ref-update HTTP/1.1" 200 156 0.009207 10.0.0.23 - - [2024-11-04 02:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.23 - - [2024-11-04 02:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.23 - - [2024-11-04 02:13:24] "POST /ref-update HTTP/1.1" 200 156 0.010810 10.0.0.23 - - [2024-11-04 02:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.23 - - [2024-11-04 02:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.008303 10.0.0.23 - - [2024-11-04 02:13:24] "POST /ref-update HTTP/1.1" 200 156 0.010253 10.0.0.23 - - [2024-11-04 02:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.23 - - [2024-11-04 02:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.23 - - [2024-11-04 02:13:24] "POST /ref-update HTTP/1.1" 200 156 0.009495 10.0.0.23 - - [2024-11-04 02:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.23 - - [2024-11-04 02:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.23 - - [2024-11-04 02:13:25] "POST /ref-update HTTP/1.1" 200 156 0.011693 10.0.0.23 - - [2024-11-04 02:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.23 - - [2024-11-04 02:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.23 - - [2024-11-04 02:13:25] "POST /ref-update HTTP/1.1" 200 156 0.008656 10.0.0.23 - - [2024-11-04 02:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.23 - - [2024-11-04 02:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.23 - - [2024-11-04 02:13:25] "POST /ref-update HTTP/1.1" 200 156 0.008348 10.0.0.23 - - [2024-11-04 02:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.23 - - [2024-11-04 02:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.23 - - [2024-11-04 02:13:25] "POST /ref-update HTTP/1.1" 200 156 0.008964 10.0.0.23 - - [2024-11-04 02:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.23 - - [2024-11-04 02:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.23 - - [2024-11-04 02:13:25] "POST /ref-update HTTP/1.1" 200 156 0.008306 10.0.0.23 - - [2024-11-04 02:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.23 - - [2024-11-04 02:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.23 - - [2024-11-04 02:13:25] "POST /ref-update HTTP/1.1" 200 156 0.008557 10.0.0.23 - - [2024-11-04 02:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.23 - - [2024-11-04 02:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.23 - - [2024-11-04 02:13:25] "POST /ref-update HTTP/1.1" 200 156 0.009118 10.0.0.23 - - [2024-11-04 02:13:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.23 - - [2024-11-04 02:13:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.23 - - [2024-11-04 02:13:26] "POST /ref-update HTTP/1.1" 200 156 0.010173 10.0.0.23 - - [2024-11-04 02:13:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004193 10.0.0.23 - - [2024-11-04 02:13:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.23 - - [2024-11-04 02:13:26] "POST /ref-update HTTP/1.1" 200 156 0.009095 10.0.0.23 - - [2024-11-04 02:13:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.23 - - [2024-11-04 02:13:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.23 - - [2024-11-04 02:13:26] "POST /ref-update HTTP/1.1" 200 156 0.010329 10.0.0.23 - - [2024-11-04 02:13:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.23 - - [2024-11-04 02:13:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.23 - - [2024-11-04 02:13:26] "POST /ref-update HTTP/1.1" 200 156 0.011985 10.0.0.23 - - [2024-11-04 02:13:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.23 - - [2024-11-04 02:13:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005622 10.0.0.23 - - [2024-11-04 02:13:26] "POST /ref-update HTTP/1.1" 200 156 0.010375 10.0.0.23 - - [2024-11-04 02:13:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.23 - - [2024-11-04 02:13:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.23 - - [2024-11-04 02:13:26] "POST /ref-update HTTP/1.1" 200 156 0.009851 10.0.0.23 - - [2024-11-04 02:13:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.23 - - [2024-11-04 02:13:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.23 - - [2024-11-04 02:13:27] "POST /ref-update HTTP/1.1" 200 156 0.008740 10.0.0.23 - - [2024-11-04 02:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.23 - - [2024-11-04 02:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.23 - - [2024-11-04 02:13:27] "POST /ref-update HTTP/1.1" 200 156 0.010745 10.0.0.23 - - [2024-11-04 02:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.23 - - [2024-11-04 02:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.23 - - [2024-11-04 02:13:27] "POST /ref-update HTTP/1.1" 200 156 0.009014 10.0.0.23 - - [2024-11-04 02:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.23 - - [2024-11-04 02:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.23 - - [2024-11-04 02:13:27] "POST /ref-update HTTP/1.1" 200 156 0.008532 10.0.0.23 - - [2024-11-04 02:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.23 - - [2024-11-04 02:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.23 - - [2024-11-04 02:13:27] "POST /ref-update HTTP/1.1" 200 156 0.010621 10.0.0.23 - - [2024-11-04 02:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.23 - - [2024-11-04 02:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.23 - - [2024-11-04 02:13:27] "POST /ref-update HTTP/1.1" 200 156 0.009912 10.0.0.23 - - [2024-11-04 02:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.23 - - [2024-11-04 02:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.23 - - [2024-11-04 02:13:27] "POST /ref-update HTTP/1.1" 200 156 0.009222 10.0.0.23 - - [2024-11-04 02:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.23 - - [2024-11-04 02:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.23 - - [2024-11-04 02:13:28] "POST /ref-update HTTP/1.1" 200 156 0.009946 10.0.0.23 - - [2024-11-04 02:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.23 - - [2024-11-04 02:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.23 - - [2024-11-04 02:13:28] "POST /ref-update HTTP/1.1" 200 156 0.011354 10.0.0.23 - - [2024-11-04 02:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.23 - - [2024-11-04 02:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.23 - - [2024-11-04 02:13:28] "POST /ref-update HTTP/1.1" 200 156 0.008484 10.0.0.23 - - [2024-11-04 02:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.23 - - [2024-11-04 02:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.23 - - [2024-11-04 02:13:28] "POST /ref-update HTTP/1.1" 200 156 0.008231 10.0.0.23 - - [2024-11-04 02:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.23 - - [2024-11-04 02:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.23 - - [2024-11-04 02:13:28] "POST /ref-update HTTP/1.1" 200 156 0.010097 10.0.0.23 - - [2024-11-04 02:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.23 - - [2024-11-04 02:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.23 - - [2024-11-04 02:13:28] "POST /ref-update HTTP/1.1" 200 156 0.008696 10.0.0.23 - - [2024-11-04 02:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.23 - - [2024-11-04 02:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.23 - - [2024-11-04 02:13:29] "POST /ref-update HTTP/1.1" 200 156 0.009912 10.0.0.23 - - [2024-11-04 02:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.23 - - [2024-11-04 02:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.23 - - [2024-11-04 02:13:29] "POST /ref-update HTTP/1.1" 200 156 0.008919 10.0.0.23 - - [2024-11-04 02:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.23 - - [2024-11-04 02:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.23 - - [2024-11-04 02:13:29] "POST /ref-update HTTP/1.1" 200 156 0.007277 10.0.0.23 - - [2024-11-04 02:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.23 - - [2024-11-04 02:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005152 10.0.0.23 - - [2024-11-04 02:13:29] "POST /ref-update HTTP/1.1" 200 156 0.007730 10.0.0.23 - - [2024-11-04 02:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.23 - - [2024-11-04 02:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.23 - - [2024-11-04 02:13:29] "POST /ref-update HTTP/1.1" 200 156 0.008036 10.0.0.23 - - [2024-11-04 02:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.23 - - [2024-11-04 02:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002842 10.0.0.23 - - [2024-11-04 02:13:29] "POST /ref-update HTTP/1.1" 200 156 0.009459 10.0.0.23 - - [2024-11-04 02:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.23 - - [2024-11-04 02:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.23 - - [2024-11-04 02:13:29] "POST /ref-update HTTP/1.1" 200 156 0.007061 10.0.0.23 - - [2024-11-04 02:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.23 - - [2024-11-04 02:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.23 - - [2024-11-04 02:13:30] "POST /ref-update HTTP/1.1" 200 156 0.008416 10.0.0.23 - - [2024-11-04 02:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.23 - - [2024-11-04 02:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.23 - - [2024-11-04 02:13:30] "POST /ref-update HTTP/1.1" 200 156 0.007886 10.0.0.23 - - [2024-11-04 02:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.23 - - [2024-11-04 02:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.23 - - [2024-11-04 02:13:30] "POST /ref-update HTTP/1.1" 200 156 0.008278 10.0.0.23 - - [2024-11-04 02:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.23 - - [2024-11-04 02:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.23 - - [2024-11-04 02:13:30] "POST /ref-update HTTP/1.1" 200 156 0.008220 10.0.0.23 - - [2024-11-04 02:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.23 - - [2024-11-04 02:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.23 - - [2024-11-04 02:13:30] "POST /ref-update HTTP/1.1" 200 156 0.007699 10.0.0.23 - - [2024-11-04 02:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.23 - - [2024-11-04 02:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.23 - - [2024-11-04 02:13:30] "POST /ref-update HTTP/1.1" 200 156 0.008344 10.0.0.23 - - [2024-11-04 02:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.23 - - [2024-11-04 02:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.23 - - [2024-11-04 02:13:30] "POST /ref-update HTTP/1.1" 200 156 0.010957 10.0.0.23 - - [2024-11-04 02:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.23 - - [2024-11-04 02:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.23 - - [2024-11-04 02:13:31] "POST /ref-update HTTP/1.1" 200 156 0.012652 10.0.0.23 - - [2024-11-04 02:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.23 - - [2024-11-04 02:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.23 - - [2024-11-04 02:13:31] "POST /ref-update HTTP/1.1" 200 156 0.010667 10.0.0.23 - - [2024-11-04 02:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.23 - - [2024-11-04 02:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.23 - - [2024-11-04 02:13:31] "POST /ref-update HTTP/1.1" 200 156 0.010266 10.0.0.23 - - [2024-11-04 02:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.23 - - [2024-11-04 02:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.23 - - [2024-11-04 02:13:31] "POST /ref-update HTTP/1.1" 200 156 0.010426 10.0.0.23 - - [2024-11-04 02:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.23 - - [2024-11-04 02:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.23 - - [2024-11-04 02:13:31] "POST /ref-update HTTP/1.1" 200 156 0.012197 10.0.0.23 - - [2024-11-04 02:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.23 - - [2024-11-04 02:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.23 - - [2024-11-04 02:13:31] "POST /ref-update HTTP/1.1" 200 156 0.008969 10.0.0.23 - - [2024-11-04 02:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.23 - - [2024-11-04 02:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.23 - - [2024-11-04 02:13:32] "POST /ref-update HTTP/1.1" 200 156 0.010026 10.0.0.23 - - [2024-11-04 02:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.23 - - [2024-11-04 02:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.23 - - [2024-11-04 02:13:32] "POST /ref-update HTTP/1.1" 200 156 0.008644 10.0.0.23 - - [2024-11-04 02:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.23 - - [2024-11-04 02:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.23 - - [2024-11-04 02:13:32] "POST /ref-update HTTP/1.1" 200 156 0.012612 10.0.0.23 - - [2024-11-04 02:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.23 - - [2024-11-04 02:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.23 - - [2024-11-04 02:13:32] "POST /ref-update HTTP/1.1" 200 156 0.008557 10.0.0.23 - - [2024-11-04 02:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.23 - - [2024-11-04 02:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.23 - - [2024-11-04 02:13:32] "POST /ref-update HTTP/1.1" 200 156 0.009505 10.0.0.23 - - [2024-11-04 02:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.23 - - [2024-11-04 02:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.23 - - [2024-11-04 02:13:32] "POST /ref-update HTTP/1.1" 200 156 0.010376 10.0.0.23 - - [2024-11-04 02:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.23 - - [2024-11-04 02:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005922 10.0.0.23 - - [2024-11-04 02:13:32] "POST /ref-update HTTP/1.1" 200 156 0.010297 10.0.0.23 - - [2024-11-04 02:13:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.23 - - [2024-11-04 02:13:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.23 - - [2024-11-04 02:13:33] "POST /ref-update HTTP/1.1" 200 156 0.008986 10.0.0.23 - - [2024-11-04 02:13:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.23 - - [2024-11-04 02:13:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004532 10.0.0.23 - - [2024-11-04 02:13:33] "POST /ref-update HTTP/1.1" 200 156 0.009706 10.0.0.23 - - [2024-11-04 02:13:33] "POST /network-ipams HTTP/1.1" 200 550 0.017893 10.0.0.23 - - [2024-11-04 02:13:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003774 10.0.0.23 - - [2024-11-04 02:13:33] "POST /virtual-networks HTTP/1.1" 200 552 0.114597 10.0.0.23 - - [2024-11-04 02:13:33] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.002795 10.0.0.23 - - [2024-11-04 02:13:33] "POST /fqname-to-id HTTP/1.1" 404 188 0.003261 10.0.0.23 - - [2024-11-04 02:13:33] "POST /fqname-to-id HTTP/1.1" 404 178 0.003201 10.0.0.23 - - [2024-11-04 02:13:33] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.003362 10.0.0.23 - - [2024-11-04 02:13:33] "GET /fabric/dfea4cb2-df91-466e-94fb-cb4b724d1827?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1117 0.005926 10.0.0.23 - - [2024-11-04 02:13:33] "POST /fqname-to-id HTTP/1.1" 404 198 0.003352 10.0.0.23 - - [2024-11-04 02:13:33] "POST /fqname-to-id HTTP/1.1" 404 205 0.003283 10.0.0.23 - - [2024-11-04 02:13:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.002898 10.0.0.23 - - [2024-11-04 02:13:34] "POST /route-targets HTTP/1.1" 200 327 0.014040 10.0.0.23 - - [2024-11-04 02:13:34] "POST /ref-update HTTP/1.1" 200 156 0.010360 10.0.0.23 - - [2024-11-04 02:13:53] "GET / HTTP/1.1" 200 35931 0.001782 10.0.0.23 - - [2024-11-04 02:13:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000497 10.0.0.23 - - [2024-11-04 02:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.026798 10.0.0.23 - - [2024-11-04 02:13:53] "GET /routing-instance/7a8b37aa-75fa-45e2-8e45-8e110f495cae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.005906 10.0.0.23 - - [2024-11-04 02:13:54] "POST /bgp-routers HTTP/1.1" 200 622 0.018958 10.0.0.23 - - [2024-11-04 02:13:54] "GET /bgp-router/57c80452-5421-4ae0-85ca-f37345596034?fields=global_system_config_back_refs HTTP/1.1" 200 1117 0.007766 10.0.0.23 - - [2024-11-04 02:13:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.23 - - [2024-11-04 02:13:54] "GET /global-system-config/12830b2d-adab-46ae-84ae-3bfa89035ab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2340 0.013249 10.0.0.23 - - [2024-11-04 02:13:54] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003340 10.0.0.23 - - [2024-11-04 02:13:54] "POST /ref-update HTTP/1.1" 200 156 0.009001 10.0.0.23 - - [2024-11-04 02:14:45] "GET / HTTP/1.1" 200 35931 0.002049 10.0.0.23 - - [2024-11-04 02:14:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000490 10.0.0.23 - - [2024-11-04 02:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.034355 10.0.0.23 - - [2024-11-04 02:14:45] "GET /global-system-config/12830b2d-adab-46ae-84ae-3bfa89035ab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.013306 10.0.0.23 - - [2024-11-04 02:14:45] "POST /fqname-to-id HTTP/1.1" 404 220 0.003000 10.0.0.23 - - [2024-11-04 02:14:45] "POST /database-nodes HTTP/1.1" 200 603 0.017721 10.0.0.23 - - [2024-11-04 02:15:29] "GET / HTTP/1.1" 200 35931 0.002913 10.0.0.23 - - [2024-11-04 02:15:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000534 10.0.0.23 - - [2024-11-04 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.025966 10.0.0.23 - - [2024-11-04 02:15:30] "GET /global-system-config/12830b2d-adab-46ae-84ae-3bfa89035ab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.010778 10.0.0.23 - - [2024-11-04 02:15:30] "POST /fqname-to-id HTTP/1.1" 404 220 0.002972 10.0.0.23 - - [2024-11-04 02:15:30] "POST /analytics-nodes HTTP/1.1" 200 605 0.031221 10.0.0.23 - - [2024-11-04 02:15:35] "GET / HTTP/1.1" 200 35931 0.002024 10.0.0.23 - - [2024-11-04 02:15:46] "GET / HTTP/1.1" 200 35931 0.001811 10.0.0.23 - - [2024-11-04 02:15:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000510 10.0.0.23 - - [2024-11-04 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.026475 10.0.0.23 - - [2024-11-04 02:15:46] "GET /global-system-config/12830b2d-adab-46ae-84ae-3bfa89035ab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.015622 10.0.0.23 - - [2024-11-04 02:15:46] "POST /fqname-to-id HTTP/1.1" 404 220 0.003166 10.0.0.23 - - [2024-11-04 02:15:46] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.022838 10.0.0.23 - - [2024-11-04 02:15:57] "GET / HTTP/1.1" 200 35931 0.002041 10.0.0.23 - - [2024-11-04 02:15:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000652 10.0.0.23 - - [2024-11-04 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.026657 10.0.0.23 - - [2024-11-04 02:15:57] "GET /global-system-config/12830b2d-adab-46ae-84ae-3bfa89035ab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.011497 10.0.0.23 - - [2024-11-04 02:15:57] "POST /fqname-to-id HTTP/1.1" 404 220 0.002830 10.0.0.23 - - [2024-11-04 02:15:57] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.024192 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.23 - - [2024-11-04 02:16:33] "GET /obj-perms HTTP/1.1" 200 5056 0.406343 10.0.0.23 - - [2024-11-04 02:16:34] "GET /obj-perms HTTP/1.1" 200 5056 0.056171 10.0.0.23 - - [2024-11-04 02:17:34] "GET / HTTP/1.1" 200 35931 0.001962 10.0.0.23 - - [2024-11-04 02:17:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000440 10.0.0.23 - - [2024-11-04 02:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.039690 10.0.0.23 - - [2024-11-04 02:17:34] "GET /global-system-config/12830b2d-adab-46ae-84ae-3bfa89035ab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.011645 10.0.0.23 - - [2024-11-04 02:17:34] "GET /obj-perms HTTP/1.1" 200 5056 0.344314 10.0.0.23 - - [2024-11-04 02:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.23 - - [2024-11-04 02:17:34] "GET /routing-instance/7a8b37aa-75fa-45e2-8e45-8e110f495cae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.022860 10.0.0.23 - - [2024-11-04 02:17:34] "PUT /global-system-config/12830b2d-adab-46ae-84ae-3bfa89035ab2 HTTP/1.1" 200 274 0.012530 10.0.0.23 - - [2024-11-04 02:17:34] "POST /fqname-to-id HTTP/1.1" 404 220 0.003313 10.0.0.23 - - [2024-11-04 02:17:34] "POST /virtual-routers HTTP/1.1" 200 605 0.023686 10.0.0.23 - - [2024-11-04 02:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.23 - - [2024-11-04 02:17:35] "GET /obj-perms HTTP/1.1" 200 5056 0.056763 10.0.0.23 - - [2024-11-04 02:17:35] "GET /virtual-router/09859759-c00f-422f-9068-1095f29b52f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.011049 10.0.0.23 - - [2024-11-04 02:17:35] "POST /fqname-to-id HTTP/1.1" 404 232 0.002844 10.0.0.23 - - [2024-11-04 02:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004395 10.0.0.23 - - [2024-11-04 02:17:35] "GET /virtual-network/3fe986ef-1971-4881-b190-4f36e1f71007?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.010070 10.0.0.23 - - [2024-11-04 02:17:35] "POST /virtual-machine-interfaces HTTP/1.1" 200 586 0.042231 10.0.0.23 - - [2024-11-04 02:17:35] "PUT /access-control-list/77475d07-3242-4aa7-9554-8374dcff14f7 HTTP/1.1" 200 272 0.034539 [Introspect:8084]10.0.0.23 - - [2024-11-04 02:17:45] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000948 [Introspect:8084]10.0.0.23 - - [2024-11-04 02:17:45] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001174 [Introspect:8084]10.0.0.23 - - [2024-11-04 02:17:47] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000805 [Introspect:8084]10.0.0.23 - - [2024-11-04 02:17:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000995 10.0.0.23 - - [2024-11-04 02:18:02] "GET /global-system-configs HTTP/1.1" 200 322 0.005206 10.0.0.23 - - [2024-11-04 02:18:02] "GET /obj-perms HTTP/1.1" 200 5056 0.031981 10.0.0.23 - - [2024-11-04 02:18:03] "GET /global-system-configs HTTP/1.1" 200 322 0.007297 10.0.0.23 - - [2024-11-04 02:18:03] "GET /obj-perms HTTP/1.1" 200 5056 0.025406 10.0.0.23 - - [2024-11-04 02:18:35] "GET /obj-perms HTTP/1.1" 200 5056 0.046428 10.0.0.23 - - [2024-11-04 02:18:35] "GET /obj-perms HTTP/1.1" 200 5056 0.053401 10.0.0.23 - - [2024-11-04 02:18:40] "GET / HTTP/1.1" 200 35931 0.001666 10.0.0.23 - - [2024-11-04 02:18:40] "GET /project/ff1b8032-7c87-41da-95e4-d64d8d8e6c47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000484 10.0.0.23 - - [2024-11-04 02:18:41] "GET /projects?obj_uuids=ff1b8032-7c87-41da-95e4-d64d8d8e6c47&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.025760 10.0.0.23 - - [2024-11-04 02:18:41] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001136 10.0.0.23 - - [2024-11-04 02:18:41] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.032614 10.0.0.23 - - [2024-11-04 02:18:41] "POST /id-to-fqname HTTP/1.1" 200 167 0.001648 10.0.0.23 - - [2024-11-04 02:18:41] "POST /fqname-to-id HTTP/1.1" 404 176 0.006086 10.0.0.23 - - [2024-11-04 02:18:41] "POST /security-groups HTTP/1.1" 200 568 0.064151 10.0.0.23 - - [2024-11-04 02:18:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.002779 10.0.0.23 - - [2024-11-04 02:18:41] "POST /projects HTTP/1.1" 200 539 0.241002 10.0.0.23 - - [2024-11-04 02:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.311209 10.0.0.23 - - [2024-11-04 02:18:41] "POST /access-control-lists HTTP/1.1" 200 573 0.061859 10.0.0.23 - - [2024-11-04 02:18:41] "POST /fqname-to-id HTTP/1.1" 404 206 0.003272 10.0.0.23 - - [2024-11-04 02:18:41] "GET /project/ff1b8032-7c87-41da-95e4-d64d8d8e6c47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.490953 10.0.0.23 - - [2024-11-04 02:18:41] "POST /access-control-lists HTTP/1.1" 200 571 0.059700 [Introspect:8084]10.0.0.23 - - [2024-11-04 02:18:42] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001209 10.0.0.23 - - [2024-11-04 02:18:42] "POST /fqname-to-id HTTP/1.1" 404 199 0.025157 10.0.0.23 - - [2024-11-04 02:18:42] "GET /projects?obj_uuids=90013d3f-af57-42e9-8111-e398c6d4e515&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003063 10.0.0.23 - - [2024-11-04 02:18:42] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001077 10.0.0.23 - - [2024-11-04 02:18:42] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008467 10.0.0.23 - - [2024-11-04 02:18:42] "POST /id-to-fqname HTTP/1.1" 200 201 0.001976 10.0.0.23 - - [2024-11-04 02:18:42] "POST /fqname-to-id HTTP/1.1" 404 210 0.003977 10.0.0.23 - - [2024-11-04 02:18:42] "POST /security-groups HTTP/1.1" 200 602 0.072897 10.0.0.23 - - [2024-11-04 02:18:42] "POST /fqname-to-id HTTP/1.1" 404 245 0.003577 10.0.0.23 - - [2024-11-04 02:18:42] "POST /projects HTTP/1.1" 200 607 0.287097 10.0.0.23 - - [2024-11-04 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.357818 10.0.0.23 - - [2024-11-04 02:18:42] "POST /access-control-lists HTTP/1.1" 200 607 0.066509 10.0.0.23 - - [2024-11-04 02:18:42] "POST /fqname-to-id HTTP/1.1" 404 244 0.002691 10.0.0.23 - - [2024-11-04 02:18:43] "GET /project/90013d3f-af57-42e9-8111-e398c6d4e515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.497051 10.0.0.23 - - [2024-11-04 02:18:43] "POST /access-control-lists HTTP/1.1" 200 605 0.072090 10.0.0.23 - - [2024-11-04 02:18:44] "GET / HTTP/1.1" 200 35931 0.002079 10.0.0.23 - - [2024-11-04 02:18:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000514 10.0.0.23 - - [2024-11-04 02:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.061935 10.0.0.23 - - [2024-11-04 02:18:44] "GET /projects?obj_uuids=90013d3f-af57-42e9-8111-e398c6d4e515&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001220 10.0.0.23 - - [2024-11-04 02:18:45] "GET /project/90013d3f-af57-42e9-8111-e398c6d4e515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.035510 10.0.0.23 - - [2024-11-04 02:18:45] "POST /neutron/network HTTP/1.1" 200 117 0.047371 10.0.0.23 - - [2024-11-04 02:18:45] "GET /projects?obj_uuids=90013d3f-af57-42e9-8111-e398c6d4e515&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001197 10.0.0.23 - - [2024-11-04 02:18:45] "POST /neutron/network HTTP/1.1" 200 620 0.077250 10.0.0.23 - - [2024-11-04 02:18:45] "POST /route-targets HTTP/1.1" 200 327 0.011521 10.0.0.23 - - [2024-11-04 02:18:45] "POST /ref-update HTTP/1.1" 200 156 0.014542 10.0.0.23 - - [2024-11-04 02:18:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003424 10.0.0.23 - - [2024-11-04 02:18:45] "POST /neutron/subnet HTTP/1.1" 200 729 0.209011 10.0.0.23 - - [2024-11-04 02:18:45] "POST /neutron/network HTTP/1.1" 200 840 0.006114 10.0.0.23 - - [2024-11-04 02:18:45] "POST /id-to-fqname HTTP/1.1" 200 233 0.001199 10.0.0.23 - - [2024-11-04 02:18:45] "GET /virtual-network/d0df6a9a-06ed-4313-b0d3-16138666911f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.009443 10.0.0.23 - - [2024-11-04 02:18:45] "POST /neutron/network HTTP/1.1" 200 840 0.006212 10.0.0.23 - - [2024-11-04 02:18:45] "GET /virtual-network/d0df6a9a-06ed-4313-b0d3-16138666911f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.008686 10.0.0.23 - - [2024-11-04 02:18:45] "POST /neutron/network HTTP/1.1" 200 840 0.013511 10.0.0.23 - - [2024-11-04 02:18:45] "POST /neutron/subnet HTTP/1.1" 200 729 0.007743 10.0.0.23 - - [2024-11-04 02:18:45] "GET /domains HTTP/1.1" 401 292 0.000432 10.0.0.23 - - [2024-11-04 02:18:46] "GET /domains HTTP/1.1" 200 280 0.027606 10.0.0.23 - - [2024-11-04 02:18:46] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001114 10.0.0.23 - - [2024-11-04 02:18:46] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc HTTP/1.1" 200 2583 0.016090 10.0.0.23 - - [2024-11-04 02:18:46] "GET /projects?obj_uuids=90013d3f-af57-42e9-8111-e398c6d4e515&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001133 10.0.0.23 - - [2024-11-04 02:18:46] "GET /project/90013d3f-af57-42e9-8111-e398c6d4e515 HTTP/1.1" 200 2168 0.077111 10.0.0.23 - - [2024-11-04 02:18:46] "GET /virtual-network/d0df6a9a-06ed-4313-b0d3-16138666911f HTTP/1.1" 200 2345 0.010546 10.0.0.23 - - [2024-11-04 02:18:46] "GET /virtual-network/d0df6a9a-06ed-4313-b0d3-16138666911f HTTP/1.1" 200 2345 0.009107 10.0.0.23 - - [2024-11-04 02:18:46] "GET /routing-instance/de326845-1ce7-4a6b-b5e0-72a0e9ca0f6e HTTP/1.1" 200 1495 0.005401 10.0.0.23 - - [2024-11-04 02:18:46] "GET /routing-instance/de326845-1ce7-4a6b-b5e0-72a0e9ca0f6e HTTP/1.1" 200 1495 0.004916 10.0.0.23 - - [2024-11-04 02:18:46] "GET /route-target/bc486aa0-01be-430c-a3fa-a7de25f27e26 HTTP/1.1" 200 1220 0.003890 10.0.0.23 - - [2024-11-04 02:18:46] "GET /virtual-network/d0df6a9a-06ed-4313-b0d3-16138666911f HTTP/1.1" 200 2345 0.008826 10.0.0.23 - - [2024-11-04 02:18:46] "GET /routing-instance/de326845-1ce7-4a6b-b5e0-72a0e9ca0f6e HTTP/1.1" 200 1495 0.004624 10.0.0.23 - - [2024-11-04 02:18:46] "GET /virtual-network/d0df6a9a-06ed-4313-b0d3-16138666911f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.008463 10.0.0.23 - - [2024-11-04 02:18:46] "GET /virtual-network/d0df6a9a-06ed-4313-b0d3-16138666911f HTTP/1.1" 200 2345 0.009118 10.0.0.23 - - [2024-11-04 02:18:46] "GET /routing-instance/de326845-1ce7-4a6b-b5e0-72a0e9ca0f6e HTTP/1.1" 200 1495 0.004675 10.0.0.23 - - [2024-11-04 02:18:46] "GET /routing-instance/de326845-1ce7-4a6b-b5e0-72a0e9ca0f6e HTTP/1.1" 200 1495 0.010982 10.0.0.23 - - [2024-11-04 02:18:46] "GET /route-target/bc486aa0-01be-430c-a3fa-a7de25f27e26 HTTP/1.1" 200 1220 0.003790 10.0.0.23 - - [2024-11-04 02:18:46] "GET /domains HTTP/1.1" 200 280 0.003043 10.0.0.23 - - [2024-11-04 02:18:46] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001126 10.0.0.23 - - [2024-11-04 02:18:46] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc HTTP/1.1" 200 2583 0.008698 10.0.0.23 - - [2024-11-04 02:18:46] "GET /projects?obj_uuids=90013d3f-af57-42e9-8111-e398c6d4e515&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001392 10.0.0.23 - - [2024-11-04 02:18:46] "GET /project/90013d3f-af57-42e9-8111-e398c6d4e515 HTTP/1.1" 200 2168 0.084649 10.0.0.23 - - [2024-11-04 02:18:46] "GET /virtual-network/d0df6a9a-06ed-4313-b0d3-16138666911f HTTP/1.1" 200 2345 0.009069 10.0.0.23 - - [2024-11-04 02:18:46] "GET /obj-perms HTTP/1.1" 200 5052 0.049097 10.0.0.23 - - [2024-11-04 02:18:46] "POST /id-to-fqname HTTP/1.1" 200 233 0.001424 10.0.0.23 - - [2024-11-04 02:18:48] "POST /neutron/network HTTP/1.1" 200 850 0.018204 10.0.0.23 - - [2024-11-04 02:18:48] "GET /aaa-mode HTTP/1.1" 401 292 0.000424 10.0.0.23 - - [2024-11-04 02:18:49] "GET / HTTP/1.1" 200 35931 0.002039 10.0.0.23 - - [2024-11-04 02:18:49] "GET /project/90013d3f-af57-42e9-8111-e398c6d4e515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000431 10.0.0.23 - - [2024-11-04 02:18:49] "GET /projects?obj_uuids=90013d3f-af57-42e9-8111-e398c6d4e515&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001333 10.0.0.23 - - [2024-11-04 02:18:49] "GET /project/90013d3f-af57-42e9-8111-e398c6d4e515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.069490 10.0.0.23 - - [2024-11-04 02:18:50] "POST /neutron/network HTTP/1.1" 200 840 0.035693 10.0.0.23 - - [2024-11-04 02:18:50] "POST /neutron/port HTTP/1.1" 200 117 0.005577 10.0.0.23 - - [2024-11-04 02:18:50] "POST /neutron/port HTTP/1.1" 200 117 0.005432 10.0.0.23 - - [2024-11-04 02:18:50] "POST /neutron/port HTTP/1.1" 200 117 0.006314 10.0.0.23 - - [2024-11-04 02:18:51] "POST /neutron/network HTTP/1.1" 200 850 0.006180 10.0.0.23 - - [2024-11-04 02:18:51] "GET /projects?obj_uuids=90013d3f-af57-42e9-8111-e398c6d4e515&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001356 10.0.0.23 - - [2024-11-04 02:18:51] "POST /neutron/port HTTP/1.1" 200 1072 0.212399 10.0.0.23 - - [2024-11-04 02:18:52] "POST /neutron/port HTTP/1.1" 200 1072 0.032490 10.0.0.23 - - [2024-11-04 02:18:52] "POST /neutron/port HTTP/1.1" 200 1072 0.008918 10.0.0.23 - - [2024-11-04 02:18:52] "POST /neutron/port HTTP/1.1" 200 1126 0.067387 10.0.0.23 - - [2024-11-04 02:18:52] "POST /neutron/port HTTP/1.1" 200 1100 0.015599 10.0.0.23 - - [2024-11-04 02:18:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003766 10.0.0.23 - - [2024-11-04 02:18:52] "POST /neutron/subnet HTTP/1.1" 200 703 0.015774 10.0.0.23 - - [2024-11-04 02:18:52] "POST /neutron/port HTTP/1.1" 200 117 0.001321 10.0.0.23 - - [2024-11-04 02:18:52] "POST /neutron/network HTTP/1.1" 200 840 0.005706 10.0.0.23 - - [2024-11-04 02:18:55] "POST /neutron/port HTTP/1.1" 200 1100 0.014883 10.0.0.23 - - [2024-11-04 02:18:55] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007860 10.0.0.23 - - [2024-11-04 02:18:55] "GET /obj-perms HTTP/1.1" 200 5052 0.003716 10.0.0.23 - - [2024-11-04 02:18:56] "GET /obj-perms HTTP/1.1" 200 5052 0.003644 10.0.0.23 - - [2024-11-04 02:18:57] "GET /obj-perms HTTP/1.1" 200 5052 0.003610 10.0.0.23 - - [2024-11-04 02:18:58] "GET /obj-perms HTTP/1.1" 200 5052 0.004767 10.0.0.23 - - [2024-11-04 02:18:59] "GET /obj-perms HTTP/1.1" 200 5052 0.003693 10.0.0.23 - - [2024-11-04 02:19:00] "POST /neutron/network HTTP/1.1" 200 840 0.009444 10.0.0.23 - - [2024-11-04 02:19:00] "POST /neutron/network HTTP/1.1" 400 204 0.016002 10.0.0.23 - - [2024-11-04 02:19:01] "POST /neutron/port HTTP/1.1" 200 1100 0.015558 10.0.0.23 - - [2024-11-04 02:19:01] "POST /neutron/port HTTP/1.1" 200 1126 0.009129 10.0.0.23 - - [2024-11-04 02:19:01] "POST /neutron/port HTTP/1.1" 200 151 0.111257 10.0.0.23 - - [2024-11-04 02:19:02] "POST /neutron/network HTTP/1.1" 200 840 0.005710 10.0.0.23 - - [2024-11-04 02:19:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001313 10.0.0.23 - - [2024-11-04 02:19:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001076 10.0.0.23 - - [2024-11-04 02:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006082 10.0.0.23 - - [2024-11-04 02:19:02] "POST /neutron/network HTTP/1.1" 200 151 0.086582 10.0.0.23 - - [2024-11-04 02:19:02] "GET /routing-instance/de326845-1ce7-4a6b-b5e0-72a0e9ca0f6e HTTP/1.1" 404 171 0.003267 10.0.0.23 - - [2024-11-04 02:19:02] "GET /domains HTTP/1.1" 200 280 0.002801 10.0.0.23 - - [2024-11-04 02:19:02] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001110 10.0.0.23 - - [2024-11-04 02:19:02] "DELETE /route-target/bc486aa0-01be-430c-a3fa-a7de25f27e26 HTTP/1.1" 200 115 0.034123 10.0.0.23 - - [2024-11-04 02:19:02] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc HTTP/1.1" 200 2583 0.050093 10.0.0.23 - - [2024-11-04 02:19:02] "GET /projects?obj_uuids=90013d3f-af57-42e9-8111-e398c6d4e515&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001143 10.0.0.23 - - [2024-11-04 02:19:03] "GET /project/90013d3f-af57-42e9-8111-e398c6d4e515 HTTP/1.1" 200 1918 0.081269 10.0.0.23 - - [2024-11-04 02:19:03] "GET /projects?obj_uuids=90013d3f-af57-42e9-8111-e398c6d4e515&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001364 10.0.0.23 - - [2024-11-04 02:19:03] "GET /project/90013d3f-af57-42e9-8111-e398c6d4e515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.034725 10.0.0.23 - - [2024-11-04 02:19:03] "GET /projects?obj_uuids=90013d3f-af57-42e9-8111-e398c6d4e515&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001197 10.0.0.23 - - [2024-11-04 02:19:03] "GET /project/90013d3f-af57-42e9-8111-e398c6d4e515?fields=virtual_networks HTTP/1.1" 200 1054 0.032602 10.0.0.23 - - [2024-11-04 02:19:03] "GET /projects?obj_uuids=90013d3f-af57-42e9-8111-e398c6d4e515&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001219 10.0.0.23 - - [2024-11-04 02:19:03] "GET /project/90013d3f-af57-42e9-8111-e398c6d4e515?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.032266 10.0.0.23 - - [2024-11-04 02:19:03] "GET /projects?obj_uuids=90013d3f-af57-42e9-8111-e398c6d4e515&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001165 10.0.0.23 - - [2024-11-04 02:19:03] "GET /project/90013d3f-af57-42e9-8111-e398c6d4e515?fields=security_groups HTTP/1.1" 200 1291 0.035914 10.0.0.23 - - [2024-11-04 02:19:04] "POST /fqname-to-id HTTP/1.1" 404 200 0.026555 10.0.0.23 - - [2024-11-04 02:19:04] "GET /projects?obj_uuids=03e82aa3-f690-476e-9aeb-0686b443e225&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002438 10.0.0.23 - - [2024-11-04 02:19:04] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001579 10.0.0.23 - - [2024-11-04 02:19:04] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.010740 10.0.0.23 - - [2024-11-04 02:19:04] "POST /id-to-fqname HTTP/1.1" 200 202 0.001334 10.0.0.23 - - [2024-11-04 02:19:04] "POST /fqname-to-id HTTP/1.1" 404 211 0.005313 10.0.0.23 - - [2024-11-04 02:19:04] "POST /security-groups HTTP/1.1" 200 603 0.068955 10.0.0.23 - - [2024-11-04 02:19:04] "POST /fqname-to-id HTTP/1.1" 404 246 0.003877 10.0.0.23 - - [2024-11-04 02:19:04] "POST /projects HTTP/1.1" 200 609 0.245477 10.0.0.23 - - [2024-11-04 02:19:04] "POST /access-control-lists HTTP/1.1" 200 608 0.062747 10.0.0.23 - - [2024-11-04 02:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.317706 10.0.0.23 - - [2024-11-04 02:19:04] "POST /fqname-to-id HTTP/1.1" 404 245 0.002801 10.0.0.23 - - [2024-11-04 02:19:04] "GET /project/03e82aa3-f690-476e-9aeb-0686b443e225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.464674 10.0.0.23 - - [2024-11-04 02:19:04] "POST /access-control-lists HTTP/1.1" 200 606 0.063950 10.0.0.23 - - [2024-11-04 02:19:05] "GET / HTTP/1.1" 200 35931 0.002127 10.0.0.23 - - [2024-11-04 02:19:06] "GET /projects?obj_uuids=ff1b8032-7c87-41da-95e4-d64d8d8e6c47&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001193 10.0.0.23 - - [2024-11-04 02:19:06] "GET /project/ff1b8032-7c87-41da-95e4-d64d8d8e6c47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.067071 10.0.0.23 - - [2024-11-04 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.23 - - [2024-11-04 02:19:07] "GET /security-group/5bdf0e72-0c64-4fac-b15c-1315854a1502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.005807 10.0.0.23 - - [2024-11-04 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.23 - - [2024-11-04 02:19:07] "GET /projects?obj_uuids=ff1b8032-7c87-41da-95e4-d64d8d8e6c47&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001140 10.0.0.23 - - [2024-11-04 02:19:07] "GET /project/ff1b8032-7c87-41da-95e4-d64d8d8e6c47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.036912 10.0.0.23 - - [2024-11-04 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.23 - - [2024-11-04 02:19:07] "GET /security-group/5bdf0e72-0c64-4fac-b15c-1315854a1502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.005292 10.0.0.23 - - [2024-11-04 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004816 10.0.0.23 - - [2024-11-04 02:19:07] "PUT /security-group/5bdf0e72-0c64-4fac-b15c-1315854a1502 HTTP/1.1" 200 262 0.019618 10.0.0.23 - - [2024-11-04 02:19:07] "PUT /access-control-list/40a3e0de-2cb5-4276-9780-744fab6b31e2 HTTP/1.1" 200 272 0.013556 10.0.0.23 - - [2024-11-04 02:19:07] "PUT /access-control-list/b00cb6d9-23fd-4822-87f7-346a3e81399d HTTP/1.1" 200 272 0.016598 10.0.0.23 - - [2024-11-04 02:19:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000579 10.0.0.23 - - [2024-11-04 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.059110 10.0.0.23 - - [2024-11-04 02:19:08] "GET /projects?obj_uuids=03e82aa3-f690-476e-9aeb-0686b443e225&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001111 10.0.0.23 - - [2024-11-04 02:19:08] "GET /project/03e82aa3-f690-476e-9aeb-0686b443e225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.032236 10.0.0.23 - - [2024-11-04 02:19:08] "POST /neutron/network HTTP/1.1" 200 117 0.031569 10.0.0.23 - - [2024-11-04 02:19:08] "GET /projects?obj_uuids=03e82aa3-f690-476e-9aeb-0686b443e225&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001338 10.0.0.23 - - [2024-11-04 02:19:08] "POST /neutron/network HTTP/1.1" 200 619 0.086637 10.0.0.23 - - [2024-11-04 02:19:08] "POST /route-targets HTTP/1.1" 200 327 0.011726 10.0.0.23 - - [2024-11-04 02:19:08] "POST /ref-update HTTP/1.1" 200 156 0.013063 10.0.0.23 - - [2024-11-04 02:19:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003312 10.0.0.23 - - [2024-11-04 02:19:08] "POST /neutron/subnet HTTP/1.1" 200 724 0.160142 10.0.0.23 - - [2024-11-04 02:19:08] "POST /neutron/network HTTP/1.1" 200 838 0.006411 10.0.0.23 - - [2024-11-04 02:19:08] "POST /id-to-fqname HTTP/1.1" 200 233 0.001254 10.0.0.23 - - [2024-11-04 02:19:08] "GET /virtual-network/47fda9ba-9b99-465d-8749-43e7df9fa278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.009224 10.0.0.23 - - [2024-11-04 02:19:08] "POST /neutron/network HTTP/1.1" 200 838 0.005693 10.0.0.23 - - [2024-11-04 02:19:08] "GET /virtual-network/47fda9ba-9b99-465d-8749-43e7df9fa278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.008623 10.0.0.23 - - [2024-11-04 02:19:08] "POST /neutron/network HTTP/1.1" 200 838 0.006145 10.0.0.23 - - [2024-11-04 02:19:08] "POST /neutron/subnet HTTP/1.1" 200 724 0.012106 10.0.0.23 - - [2024-11-04 02:19:08] "GET /domains HTTP/1.1" 401 292 0.000669 10.0.0.23 - - [2024-11-04 02:19:09] "GET /domains HTTP/1.1" 200 280 0.026563 10.0.0.23 - - [2024-11-04 02:19:09] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001137 10.0.0.23 - - [2024-11-04 02:19:09] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc HTTP/1.1" 200 2781 0.009173 10.0.0.23 - - [2024-11-04 02:19:09] "GET /projects?obj_uuids=03e82aa3-f690-476e-9aeb-0686b443e225&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000977 10.0.0.23 - - [2024-11-04 02:19:09] "GET /project/03e82aa3-f690-476e-9aeb-0686b443e225 HTTP/1.1" 200 2173 0.075337 10.0.0.23 - - [2024-11-04 02:19:09] "GET /virtual-network/47fda9ba-9b99-465d-8749-43e7df9fa278 HTTP/1.1" 200 2338 0.010359 10.0.0.23 - - [2024-11-04 02:19:09] "GET /virtual-network/47fda9ba-9b99-465d-8749-43e7df9fa278 HTTP/1.1" 200 2338 0.009225 10.0.0.23 - - [2024-11-04 02:19:09] "GET /routing-instance/a0f18f61-569f-43a7-9ae1-9ae5ec2423d5 HTTP/1.1" 200 1492 0.004878 10.0.0.23 - - [2024-11-04 02:19:09] "GET /routing-instance/a0f18f61-569f-43a7-9ae1-9ae5ec2423d5 HTTP/1.1" 200 1492 0.004651 10.0.0.23 - - [2024-11-04 02:19:09] "GET /route-target/76badbd1-5d6f-4fac-a582-7dbac4ad18e8 HTTP/1.1" 200 1218 0.005321 10.0.0.23 - - [2024-11-04 02:19:09] "GET /virtual-network/47fda9ba-9b99-465d-8749-43e7df9fa278 HTTP/1.1" 200 2338 0.009095 10.0.0.23 - - [2024-11-04 02:19:09] "GET /routing-instance/a0f18f61-569f-43a7-9ae1-9ae5ec2423d5 HTTP/1.1" 200 1492 0.004651 10.0.0.23 - - [2024-11-04 02:19:09] "GET /virtual-network/47fda9ba-9b99-465d-8749-43e7df9fa278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.008926 10.0.0.23 - - [2024-11-04 02:19:09] "GET /virtual-network/47fda9ba-9b99-465d-8749-43e7df9fa278 HTTP/1.1" 200 2338 0.009477 10.0.0.23 - - [2024-11-04 02:19:09] "GET /routing-instance/a0f18f61-569f-43a7-9ae1-9ae5ec2423d5 HTTP/1.1" 200 1492 0.005094 10.0.0.23 - - [2024-11-04 02:19:09] "GET /routing-instance/a0f18f61-569f-43a7-9ae1-9ae5ec2423d5 HTTP/1.1" 200 1492 0.004267 10.0.0.23 - - [2024-11-04 02:19:09] "GET /route-target/76badbd1-5d6f-4fac-a582-7dbac4ad18e8 HTTP/1.1" 200 1218 0.003038 10.0.0.23 - - [2024-11-04 02:19:09] "GET /domains HTTP/1.1" 200 280 0.002582 10.0.0.23 - - [2024-11-04 02:19:09] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001102 10.0.0.23 - - [2024-11-04 02:19:09] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc HTTP/1.1" 200 2781 0.008303 10.0.0.23 - - [2024-11-04 02:19:09] "GET /projects?obj_uuids=03e82aa3-f690-476e-9aeb-0686b443e225&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001407 10.0.0.23 - - [2024-11-04 02:19:09] "GET /project/03e82aa3-f690-476e-9aeb-0686b443e225 HTTP/1.1" 200 2173 0.072359 10.0.0.23 - - [2024-11-04 02:19:09] "GET /virtual-network/47fda9ba-9b99-465d-8749-43e7df9fa278 HTTP/1.1" 200 2338 0.009441 10.0.0.23 - - [2024-11-04 02:19:09] "GET /obj-perms HTTP/1.1" 200 5054 0.050740 10.0.0.23 - - [2024-11-04 02:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.23 - - [2024-11-04 02:19:09] "GET /projects?obj_uuids=03e82aa3-f690-476e-9aeb-0686b443e225&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001117 10.0.0.23 - - [2024-11-04 02:19:09] "GET /project/03e82aa3-f690-476e-9aeb-0686b443e225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.033266 10.0.0.23 - - [2024-11-04 02:19:09] "POST /neutron/network HTTP/1.1" 200 117 0.009410 10.0.0.23 - - [2024-11-04 02:19:09] "GET /projects?obj_uuids=03e82aa3-f690-476e-9aeb-0686b443e225&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001124 10.0.0.23 - - [2024-11-04 02:19:09] "POST /neutron/network HTTP/1.1" 200 619 0.075486 10.0.0.23 - - [2024-11-04 02:19:09] "POST /route-targets HTTP/1.1" 200 327 0.010564 10.0.0.23 - - [2024-11-04 02:19:09] "POST /ref-update HTTP/1.1" 200 156 0.012070 10.0.0.23 - - [2024-11-04 02:19:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003582 10.0.0.23 - - [2024-11-04 02:19:10] "POST /neutron/subnet HTTP/1.1" 200 720 0.204882 10.0.0.23 - - [2024-11-04 02:19:10] "POST /neutron/network HTTP/1.1" 200 837 0.006083 10.0.0.23 - - [2024-11-04 02:19:10] "POST /id-to-fqname HTTP/1.1" 200 233 0.001414 10.0.0.23 - - [2024-11-04 02:19:10] "GET /virtual-network/3993648b-1f79-4819-9d08-d37c3c7fb1c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.009680 10.0.0.23 - - [2024-11-04 02:19:10] "POST /neutron/network HTTP/1.1" 200 837 0.005904 10.0.0.23 - - [2024-11-04 02:19:10] "GET /virtual-network/3993648b-1f79-4819-9d08-d37c3c7fb1c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.008803 10.0.0.23 - - [2024-11-04 02:19:10] "POST /neutron/network HTTP/1.1" 200 837 0.006853 10.0.0.23 - - [2024-11-04 02:19:10] "POST /neutron/subnet HTTP/1.1" 200 720 0.007851 10.0.0.23 - - [2024-11-04 02:19:10] "GET /domains HTTP/1.1" 200 280 0.002638 10.0.0.23 - - [2024-11-04 02:19:10] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001171 10.0.0.23 - - [2024-11-04 02:19:10] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc HTTP/1.1" 200 2781 0.009248 10.0.0.23 - - [2024-11-04 02:19:10] "GET /projects?obj_uuids=03e82aa3-f690-476e-9aeb-0686b443e225&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001157 10.0.0.23 - - [2024-11-04 02:19:10] "GET /project/03e82aa3-f690-476e-9aeb-0686b443e225 HTTP/1.1" 200 2401 0.071887 10.0.0.23 - - [2024-11-04 02:19:10] "GET /virtual-network/3993648b-1f79-4819-9d08-d37c3c7fb1c7 HTTP/1.1" 200 2336 0.012319 10.0.0.23 - - [2024-11-04 02:19:10] "GET /virtual-network/3993648b-1f79-4819-9d08-d37c3c7fb1c7 HTTP/1.1" 200 2336 0.009239 10.0.0.23 - - [2024-11-04 02:19:10] "GET /routing-instance/566b391d-fced-4af9-b26f-5beda43fc1ee HTTP/1.1" 200 1491 0.005351 10.0.0.23 - - [2024-11-04 02:19:10] "GET /routing-instance/566b391d-fced-4af9-b26f-5beda43fc1ee HTTP/1.1" 200 1491 0.004667 10.0.0.23 - - [2024-11-04 02:19:10] "GET /route-target/e56f2fcd-33b5-4be4-9ec3-f7bbba8245d9 HTTP/1.1" 200 1219 0.003578 10.0.0.23 - - [2024-11-04 02:19:10] "GET /virtual-network/3993648b-1f79-4819-9d08-d37c3c7fb1c7 HTTP/1.1" 200 2336 0.010567 10.0.0.23 - - [2024-11-04 02:19:10] "GET /routing-instance/566b391d-fced-4af9-b26f-5beda43fc1ee HTTP/1.1" 200 1491 0.011246 10.0.0.23 - - [2024-11-04 02:19:10] "GET /virtual-network/3993648b-1f79-4819-9d08-d37c3c7fb1c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.009148 10.0.0.23 - - [2024-11-04 02:19:10] "GET /virtual-network/3993648b-1f79-4819-9d08-d37c3c7fb1c7 HTTP/1.1" 200 2336 0.008740 10.0.0.23 - - [2024-11-04 02:19:10] "GET /routing-instance/566b391d-fced-4af9-b26f-5beda43fc1ee HTTP/1.1" 200 1491 0.005148 10.0.0.23 - - [2024-11-04 02:19:10] "GET /routing-instance/566b391d-fced-4af9-b26f-5beda43fc1ee HTTP/1.1" 200 1491 0.006435 10.0.0.23 - - [2024-11-04 02:19:10] "GET /route-target/e56f2fcd-33b5-4be4-9ec3-f7bbba8245d9 HTTP/1.1" 200 1219 0.003727 10.0.0.23 - - [2024-11-04 02:19:10] "GET /domains HTTP/1.1" 200 280 0.002966 10.0.0.23 - - [2024-11-04 02:19:10] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001085 10.0.0.23 - - [2024-11-04 02:19:10] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc HTTP/1.1" 200 2781 0.008109 10.0.0.23 - - [2024-11-04 02:19:10] "GET /projects?obj_uuids=03e82aa3-f690-476e-9aeb-0686b443e225&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001159 10.0.0.23 - - [2024-11-04 02:19:10] "GET /project/03e82aa3-f690-476e-9aeb-0686b443e225 HTTP/1.1" 200 2401 0.084219 10.0.0.23 - - [2024-11-04 02:19:10] "GET /virtual-network/3993648b-1f79-4819-9d08-d37c3c7fb1c7 HTTP/1.1" 200 2336 0.009171 10.0.0.23 - - [2024-11-04 02:19:10] "GET /obj-perms HTTP/1.1" 200 5054 0.003972 10.0.0.23 - - [2024-11-04 02:19:10] "POST /id-to-fqname HTTP/1.1" 200 233 0.001435 10.0.0.23 - - [2024-11-04 02:19:10] "POST /neutron/network HTTP/1.1" 200 847 0.013095 10.0.0.23 - - [2024-11-04 02:19:10] "GET /aaa-mode HTTP/1.1" 401 292 0.000444 10.0.0.23 - - [2024-11-04 02:19:11] "GET / HTTP/1.1" 200 35931 0.001912 10.0.0.23 - - [2024-11-04 02:19:11] "GET /project/03e82aa3-f690-476e-9aeb-0686b443e225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000436 10.0.0.23 - - [2024-11-04 02:19:11] "GET /projects?obj_uuids=03e82aa3-f690-476e-9aeb-0686b443e225&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001333 10.0.0.23 - - [2024-11-04 02:19:11] "GET /project/03e82aa3-f690-476e-9aeb-0686b443e225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.053586 10.0.0.23 - - [2024-11-04 02:19:11] "POST /neutron/network HTTP/1.1" 200 837 0.005672 10.0.0.23 - - [2024-11-04 02:19:11] "POST /neutron/port HTTP/1.1" 200 117 0.005809 10.0.0.23 - - [2024-11-04 02:19:11] "POST /neutron/port HTTP/1.1" 200 117 0.005213 10.0.0.23 - - [2024-11-04 02:19:11] "POST /id-to-fqname HTTP/1.1" 200 233 0.001325 10.0.0.23 - - [2024-11-04 02:19:11] "POST /neutron/port HTTP/1.1" 200 117 0.006566 10.0.0.23 - - [2024-11-04 02:19:11] "POST /neutron/network HTTP/1.1" 200 848 0.006096 10.0.0.23 - - [2024-11-04 02:19:11] "GET /aaa-mode HTTP/1.1" 401 292 0.000433 10.0.0.23 - - [2024-11-04 02:19:12] "POST /neutron/network HTTP/1.1" 200 847 0.005975 10.0.0.23 - - [2024-11-04 02:19:12] "GET /projects?obj_uuids=03e82aa3-f690-476e-9aeb-0686b443e225&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001207 10.0.0.23 - - [2024-11-04 02:19:12] "GET / HTTP/1.1" 200 35931 0.001540 10.0.0.23 - - [2024-11-04 02:19:12] "GET /project/03e82aa3-f690-476e-9aeb-0686b443e225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000430 10.0.0.23 - - [2024-11-04 02:19:12] "POST /neutron/port HTTP/1.1" 200 1071 0.264061 10.0.0.23 - - [2024-11-04 02:19:12] "POST /neutron/port HTTP/1.1" 200 1071 0.012640 10.0.0.23 - - [2024-11-04 02:19:12] "POST /neutron/port HTTP/1.1" 200 1071 0.008667 10.0.0.23 - - [2024-11-04 02:19:12] "POST /neutron/port HTTP/1.1" 200 1125 0.077349 10.0.0.23 - - [2024-11-04 02:19:12] "GET /projects?obj_uuids=03e82aa3-f690-476e-9aeb-0686b443e225&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001055 10.0.0.23 - - [2024-11-04 02:19:12] "POST /neutron/port HTTP/1.1" 200 1099 0.018809 10.0.0.23 - - [2024-11-04 02:19:12] "GET /project/03e82aa3-f690-476e-9aeb-0686b443e225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.063414 10.0.0.23 - - [2024-11-04 02:19:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003480 10.0.0.23 - - [2024-11-04 02:19:12] "POST /neutron/network HTTP/1.1" 200 838 0.006063 10.0.0.23 - - [2024-11-04 02:19:12] "POST /neutron/subnet HTTP/1.1" 200 694 0.011195 10.0.0.23 - - [2024-11-04 02:19:12] "POST /neutron/port HTTP/1.1" 200 117 0.001535 10.0.0.23 - - [2024-11-04 02:19:12] "POST /neutron/network HTTP/1.1" 200 837 0.006066 10.0.0.23 - - [2024-11-04 02:19:12] "POST /neutron/port HTTP/1.1" 200 1099 0.017713 10.0.0.23 - - [2024-11-04 02:19:12] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006914 10.0.0.23 - - [2024-11-04 02:19:13] "POST /neutron/port HTTP/1.1" 200 117 0.005269 10.0.0.23 - - [2024-11-04 02:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.23 - - [2024-11-04 02:19:13] "GET /projects?obj_uuids=03e82aa3-f690-476e-9aeb-0686b443e225&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001599 10.0.0.23 - - [2024-11-04 02:19:13] "GET /project/03e82aa3-f690-476e-9aeb-0686b443e225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.040849 10.0.0.23 - - [2024-11-04 02:19:13] "GET /virtual-network/47fda9ba-9b99-465d-8749-43e7df9fa278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.011822 10.0.0.23 - - [2024-11-04 02:19:13] "GET /floating-ip-pools?parent_id=47fda9ba-9b99-465d-8749-43e7df9fa278&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.005058 10.0.0.23 - - [2024-11-04 02:19:13] "GET /virtual-network/47fda9ba-9b99-465d-8749-43e7df9fa278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.015895 10.0.0.23 - - [2024-11-04 02:19:13] "POST /neutron/network HTTP/1.1" 200 848 0.019413 10.0.0.23 - - [2024-11-04 02:19:13] "GET /projects?obj_uuids=03e82aa3-f690-476e-9aeb-0686b443e225&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001790 10.0.0.23 - - [2024-11-04 02:19:13] "POST /floating-ip-pools HTTP/1.1" 200 609 0.056439 10.0.0.23 - - [2024-11-04 02:19:13] "POST /ref-update HTTP/1.1" 200 156 0.047684 10.0.0.23 - - [2024-11-04 02:19:13] "GET /virtual-network/47fda9ba-9b99-465d-8749-43e7df9fa278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.008942 10.0.0.23 - - [2024-11-04 02:19:13] "GET /domains HTTP/1.1" 200 280 0.003170 10.0.0.23 - - [2024-11-04 02:19:13] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002046 10.0.0.23 - - [2024-11-04 02:19:13] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc HTTP/1.1" 200 2781 0.037513 10.0.0.23 - - [2024-11-04 02:19:13] "GET /projects?obj_uuids=03e82aa3-f690-476e-9aeb-0686b443e225&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001168 10.0.0.23 - - [2024-11-04 02:19:13] "POST /neutron/port HTTP/1.1" 200 1072 0.367172 10.0.0.23 - - [2024-11-04 02:19:13] "POST /neutron/port HTTP/1.1" 200 1072 0.019175 10.0.0.23 - - [2024-11-04 02:19:13] "POST /neutron/port HTTP/1.1" 200 1072 0.012615 10.0.0.23 - - [2024-11-04 02:19:13] "GET /project/03e82aa3-f690-476e-9aeb-0686b443e225 HTTP/1.1" 200 3243 0.110349 10.0.0.23 - - [2024-11-04 02:19:13] "GET /virtual-network/47fda9ba-9b99-465d-8749-43e7df9fa278 HTTP/1.1" 200 3150 0.015776 10.0.0.23 - - [2024-11-04 02:19:13] "GET /floating-ip-pool/469c90cd-e4b2-4831-a68a-0759f6dc10e4 HTTP/1.1" 200 1440 0.003532 10.0.0.23 - - [2024-11-04 02:19:13] "GET /domains HTTP/1.1" 200 280 0.007212 10.0.0.23 - - [2024-11-04 02:19:13] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001249 10.0.0.23 - - [2024-11-04 02:19:13] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc HTTP/1.1" 200 2781 0.014568 10.0.0.23 - - [2024-11-04 02:19:13] "GET /projects?obj_uuids=03e82aa3-f690-476e-9aeb-0686b443e225&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001071 10.0.0.23 - - [2024-11-04 02:19:13] "POST /neutron/port HTTP/1.1" 200 1126 0.139719 10.0.0.23 - - [2024-11-04 02:19:14] "GET /project/03e82aa3-f690-476e-9aeb-0686b443e225 HTTP/1.1" 200 3243 0.090271 10.0.0.23 - - [2024-11-04 02:19:14] "GET /virtual-network/47fda9ba-9b99-465d-8749-43e7df9fa278 HTTP/1.1" 200 3150 0.008967 10.0.0.23 - - [2024-11-04 02:19:14] "GET /virtual-network/47fda9ba-9b99-465d-8749-43e7df9fa278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.009040 10.0.0.23 - - [2024-11-04 02:19:14] "POST /neutron/port HTTP/1.1" 200 1100 0.035610 10.0.0.23 - - [2024-11-04 02:19:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003326 10.0.0.23 - - [2024-11-04 02:19:14] "POST /neutron/subnet HTTP/1.1" 200 698 0.010963 10.0.0.23 - - [2024-11-04 02:19:14] "POST /neutron/port HTTP/1.1" 200 1099 0.014608 10.0.0.23 - - [2024-11-04 02:19:14] "POST /neutron/port HTTP/1.1" 200 117 0.001300 10.0.0.23 - - [2024-11-04 02:19:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009931 10.0.0.23 - - [2024-11-04 02:19:14] "POST /neutron/network HTTP/1.1" 200 838 0.008859 10.0.0.23 - - [2024-11-04 02:19:14] "POST /neutron/port HTTP/1.1" 200 1099 0.017233 10.0.0.23 - - [2024-11-04 02:19:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006291 10.0.0.23 - - [2024-11-04 02:19:14] "POST /neutron/port HTTP/1.1" 200 1099 0.018888 10.0.0.23 - - [2024-11-04 02:19:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006017 10.0.0.23 - - [2024-11-04 02:19:14] "GET /virtual-machine/023b2544-0809-466b-b778-fd127c67c3be HTTP/1.1" 200 1303 0.005138 10.0.0.23 - - [2024-11-04 02:19:14] "GET /virtual-machine-interface/680e054d-5a94-4915-9e12-a696312ef9b1 HTTP/1.1" 200 3003 0.012452 10.0.0.23 - - [2024-11-04 02:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.23 - - [2024-11-04 02:19:14] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004325 10.0.0.23 - - [2024-11-04 02:19:14] "GET /virtual-networks?parent_id=03e82aa3-f690-476e-9aeb-0686b443e225&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003576 10.0.0.23 - - [2024-11-04 02:19:14] "GET /virtual-network/3993648b-1f79-4819-9d08-d37c3c7fb1c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.013441 10.0.0.23 - - [2024-11-04 02:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.23 - - [2024-11-04 02:19:17] "GET /virtual-network/3993648b-1f79-4819-9d08-d37c3c7fb1c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.010031 10.0.0.23 - - [2024-11-04 02:19:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.23 - - [2024-11-04 02:19:21] "GET /virtual-network/3993648b-1f79-4819-9d08-d37c3c7fb1c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.009278 10.0.0.23 - - [2024-11-04 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.23 - - [2024-11-04 02:19:23] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004478 10.0.0.23 - - [2024-11-04 02:19:23] "GET /virtual-networks?parent_id=03e82aa3-f690-476e-9aeb-0686b443e225&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003099 10.0.0.23 - - [2024-11-04 02:19:23] "GET /virtual-network/3993648b-1f79-4819-9d08-d37c3c7fb1c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.010075 10.0.0.23 - - [2024-11-04 02:19:23] "POST /neutron/port HTTP/1.1" 200 1099 0.016971 10.0.0.23 - - [2024-11-04 02:19:24] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006978 10.0.0.23 - - [2024-11-04 02:19:25] "POST /neutron/port HTTP/1.1" 200 1099 0.038960 10.0.0.23 - - [2024-11-04 02:19:25] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007221 10.0.0.23 - - [2024-11-04 02:19:25] "POST /neutron/port HTTP/1.1" 200 1100 0.013860 10.0.0.23 - - [2024-11-04 02:19:25] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008006 10.0.0.23 - - [2024-11-04 02:19:29] "DELETE /project/90013d3faf5742e98111e398c6d4e515 HTTP/1.1" 404 173 0.009105 10.0.0.23 - - [2024-11-04 02:19:29] "DELETE /project/03e82aa3f690476e9aeb0686b443e225 HTTP/1.1" 404 173 0.006857 10.0.0.23 - - [2024-11-04 02:19:29] "DELETE /project/ff1b80327c8741da95e4d64d8d8e6c47 HTTP/1.1" 404 173 0.003233 10.0.0.23 - - [2024-11-04 02:19:29] "GET /projects?obj_uuids=90013d3f-af57-42e9-8111-e398c6d4e515&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001016 10.0.0.23 - - [2024-11-04 02:19:29] "GET /project/90013d3f-af57-42e9-8111-e398c6d4e515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.052774 10.0.0.23 - - [2024-11-04 02:19:29] "GET /projects?obj_uuids=90013d3f-af57-42e9-8111-e398c6d4e515&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001138 10.0.0.23 - - [2024-11-04 02:19:29] "GET /projects?obj_uuids=03e82aa3-f690-476e-9aeb-0686b443e225&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002624 10.0.0.23 - - [2024-11-04 02:19:29] "GET /project/90013d3f-af57-42e9-8111-e398c6d4e515?fields=security_groups HTTP/1.1" 200 1396 0.048262 10.0.0.23 - - [2024-11-04 02:19:29] "DELETE /security-group/baac0b54-6e9e-459a-9e86-4597ed715031 HTTP/1.1" 200 115 0.064874 10.0.0.23 - - [2024-11-04 02:19:29] "POST /neutron/floatingip HTTP/1.1" 200 530 0.147216 10.0.0.23 - - [2024-11-04 02:19:29] "GET /projects?obj_uuids=90013d3f-af57-42e9-8111-e398c6d4e515&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001101 10.0.0.23 - - [2024-11-04 02:19:29] "DELETE /access-control-list/a7e144ec-9e56-4a7c-8187-cb722c776a18 HTTP/1.1" 200 115 0.053610 10.0.0.23 - - [2024-11-04 02:19:29] "GET /project/90013d3f-af57-42e9-8111-e398c6d4e515?fields=application_policy_sets HTTP/1.1" 200 1435 0.048324 10.0.0.23 - - [2024-11-04 02:19:29] "POST /neutron/port HTTP/1.1" 200 1099 0.042618 10.0.0.23 - - [2024-11-04 02:19:29] "POST /neutron/floatingip HTTP/1.1" 200 530 0.009553 10.0.0.23 - - [2024-11-04 02:19:29] "DELETE /access-control-list/46125b18-7ddc-469d-b816-503da603d389 HTTP/1.1" 200 115 0.053640 10.0.0.23 - - [2024-11-04 02:19:29] "POST /neutron/floatingip HTTP/1.1" 200 576 0.040970 10.0.0.23 - - [2024-11-04 02:19:29] "DELETE /project/90013d3f-af57-42e9-8111-e398c6d4e515 HTTP/1.1" 200 115 0.395770 10.0.0.23 - - [2024-11-04 02:19:29] "POST /neutron/port HTTP/1.1" 200 1100 0.016129 10.0.0.23 - - [2024-11-04 02:19:29] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006586 10.0.0.23 - - [2024-11-04 02:19:29] "POST /neutron/port HTTP/1.1" 200 1100 0.014513 10.0.0.23 - - [2024-11-04 02:19:29] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005797 10.0.0.23 - - [2024-11-04 02:19:29] "POST /neutron/port HTTP/1.1" 200 1100 0.014828 10.0.0.23 - - [2024-11-04 02:19:29] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006480 10.0.0.23 - - [2024-11-04 02:19:29] "GET /virtual-machine/e2f1c2d5-e59b-412a-8ace-0091857ed9ba HTTP/1.1" 200 1305 0.061494 10.0.0.23 - - [2024-11-04 02:19:29] "GET /virtual-machine-interface/14ca46a8-c907-4739-a11c-c1c395fb8cd2 HTTP/1.1" 200 3003 0.009189 10.0.0.23 - - [2024-11-04 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.23 - - [2024-11-04 02:19:29] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003597 10.0.0.23 - - [2024-11-04 02:19:29] "GET /virtual-networks?parent_id=03e82aa3-f690-476e-9aeb-0686b443e225&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003157 10.0.0.23 - - [2024-11-04 02:19:29] "GET /virtual-network/47fda9ba-9b99-465d-8749-43e7df9fa278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.009845 10.0.0.23 - - [2024-11-04 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.23 - - [2024-11-04 02:19:30] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004043 10.0.0.23 - - [2024-11-04 02:19:30] "GET /virtual-networks?parent_id=03e82aa3-f690-476e-9aeb-0686b443e225&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003722 10.0.0.23 - - [2024-11-04 02:19:30] "GET /virtual-network/47fda9ba-9b99-465d-8749-43e7df9fa278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.009606 10.0.0.23 - - [2024-11-04 02:19:31] "POST /neutron/floatingip HTTP/1.1" 200 576 0.009687 10.0.0.23 - - [2024-11-04 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002526 10.0.0.23 - - [2024-11-04 02:19:31] "GET /routing-instance/a0f18f61-569f-43a7-9ae1-9ae5ec2423d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.004178 10.0.0.23 - - [2024-11-04 02:19:31] "GET /route-target/76badbd1-5d6f-4fac-a582-7dbac4ad18e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004396 10.0.0.23 - - [2024-11-04 02:19:31] "GET /floating-ip/ee4d8a63-4ace-4592-83d5-0d306dc906d2 HTTP/1.1" 200 1887 0.005548 10.0.0.23 - - [2024-11-04 02:19:33] "POST /neutron/floatingip HTTP/1.1" 200 576 0.009323 10.0.0.23 - - [2024-11-04 02:19:34] "POST /neutron/floatingip HTTP/1.1" 200 530 0.016480 10.0.0.23 - - [2024-11-04 02:19:34] "POST /neutron/floatingip HTTP/1.1" 200 530 0.005269 10.0.0.23 - - [2024-11-04 02:19:34] "POST /neutron/floatingip HTTP/1.1" 200 115 0.034226 10.0.0.23 - - [2024-11-04 02:19:34] "GET /floating-ip-pool/469c90cd-e4b2-4831-a68a-0759f6dc10e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.004041 10.0.0.23 - - [2024-11-04 02:19:34] "POST /ref-update HTTP/1.1" 200 156 0.008374 10.0.0.23 - - [2024-11-04 02:19:34] "DELETE /floating-ip-pool/469c90cd-e4b2-4831-a68a-0759f6dc10e4 HTTP/1.1" 200 115 0.030545 10.0.0.23 - - [2024-11-04 02:19:34] "POST /neutron/network HTTP/1.1" 200 837 0.008070 10.0.0.23 - - [2024-11-04 02:19:34] "POST /neutron/network HTTP/1.1" 400 204 0.010367 10.0.0.23 - - [2024-11-04 02:19:34] "POST /neutron/port HTTP/1.1" 200 1100 0.015025 10.0.0.23 - - [2024-11-04 02:19:34] "POST /neutron/port HTTP/1.1" 200 1126 0.014934 10.0.0.23 - - [2024-11-04 02:19:34] "POST /neutron/port HTTP/1.1" 200 1099 0.023727 10.0.0.23 - - [2024-11-04 02:19:34] "POST /neutron/port HTTP/1.1" 200 1125 0.014555 10.0.0.23 - - [2024-11-04 02:19:34] "POST /neutron/port HTTP/1.1" 200 151 0.165100 10.0.0.23 - - [2024-11-04 02:19:34] "POST /neutron/port HTTP/1.1" 200 151 0.129200 10.0.0.23 - - [2024-11-04 02:19:36] "GET /obj-perms HTTP/1.1" 200 5056 0.048877 10.0.0.23 - - [2024-11-04 02:19:36] "POST /neutron/network HTTP/1.1" 200 837 0.005548 10.0.0.23 - - [2024-11-04 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005516 10.0.0.23 - - [2024-11-04 02:19:36] "POST /useragent-kv HTTP/1.1" 200 115 0.001219 10.0.0.23 - - [2024-11-04 02:19:36] "POST /useragent-kv HTTP/1.1" 200 115 0.001417 10.0.0.23 - - [2024-11-04 02:19:36] "POST /neutron/network HTTP/1.1" 200 151 0.095486 10.0.0.23 - - [2024-11-04 02:19:36] "DELETE /route-target/e56f2fcd-33b5-4be4-9ec3-f7bbba8245d9 HTTP/1.1" 200 115 0.026695 10.0.0.23 - - [2024-11-04 02:19:36] "GET /routing-instance/566b391d-fced-4af9-b26f-5beda43fc1ee HTTP/1.1" 404 171 0.002585 10.0.0.23 - - [2024-11-04 02:19:36] "GET /domains HTTP/1.1" 200 280 0.002267 10.0.0.23 - - [2024-11-04 02:19:36] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001068 10.0.0.23 - - [2024-11-04 02:19:36] "GET /obj-perms HTTP/1.1" 200 5056 0.053660 10.0.0.23 - - [2024-11-04 02:19:36] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc HTTP/1.1" 200 2584 0.051659 10.0.0.23 - - [2024-11-04 02:19:36] "GET /projects?obj_uuids=03e82aa3-f690-476e-9aeb-0686b443e225&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001697 10.0.0.23 - - [2024-11-04 02:19:36] "GET /project/03e82aa3-f690-476e-9aeb-0686b443e225 HTTP/1.1" 200 2173 0.094204 10.0.0.23 - - [2024-11-04 02:19:36] "POST /neutron/network HTTP/1.1" 200 838 0.006418 10.0.0.23 - - [2024-11-04 02:19:36] "POST /useragent-kv HTTP/1.1" 200 115 0.001627 10.0.0.23 - - [2024-11-04 02:19:36] "POST /useragent-kv HTTP/1.1" 200 115 0.001037 10.0.0.23 - - [2024-11-04 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.23 - - [2024-11-04 02:19:36] "POST /neutron/network HTTP/1.1" 200 151 0.097206 10.0.0.23 - - [2024-11-04 02:19:36] "GET /routing-instance/a0f18f61-569f-43a7-9ae1-9ae5ec2423d5 HTTP/1.1" 404 171 0.002114 10.0.0.23 - - [2024-11-04 02:19:36] "GET /domains HTTP/1.1" 200 280 0.002013 10.0.0.23 - - [2024-11-04 02:19:36] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002253 10.0.0.23 - - [2024-11-04 02:19:36] "DELETE /route-target/76badbd1-5d6f-4fac-a582-7dbac4ad18e8 HTTP/1.1" 200 115 0.021380 10.0.0.23 - - [2024-11-04 02:19:36] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc HTTP/1.1" 200 2584 0.054153 10.0.0.23 - - [2024-11-04 02:19:36] "GET /projects?obj_uuids=03e82aa3-f690-476e-9aeb-0686b443e225&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001091 10.0.0.23 - - [2024-11-04 02:19:36] "GET /project/03e82aa3-f690-476e-9aeb-0686b443e225 HTTP/1.1" 200 1923 0.095054 10.0.0.23 - - [2024-11-04 02:19:37] "GET /projects?obj_uuids=03e82aa3-f690-476e-9aeb-0686b443e225&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001182 10.0.0.23 - - [2024-11-04 02:19:37] "GET /project/03e82aa3-f690-476e-9aeb-0686b443e225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.033884 10.0.0.23 - - [2024-11-04 02:19:37] "GET /projects?obj_uuids=03e82aa3-f690-476e-9aeb-0686b443e225&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001103 10.0.0.23 - - [2024-11-04 02:19:37] "GET /project/03e82aa3-f690-476e-9aeb-0686b443e225?fields=virtual_networks HTTP/1.1" 200 1055 0.072254 10.0.0.23 - - [2024-11-04 02:19:37] "GET /projects?obj_uuids=03e82aa3-f690-476e-9aeb-0686b443e225&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001121 10.0.0.23 - - [2024-11-04 02:19:37] "GET /project/03e82aa3-f690-476e-9aeb-0686b443e225?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.039735 10.0.0.23 - - [2024-11-04 02:19:37] "GET /projects?obj_uuids=03e82aa3-f690-476e-9aeb-0686b443e225&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001248 10.0.0.23 - - [2024-11-04 02:19:37] "GET /project/03e82aa3-f690-476e-9aeb-0686b443e225?fields=security_groups HTTP/1.1" 200 1293 0.031841 10.0.0.23 - - [2024-11-04 02:19:38] "POST /fqname-to-id HTTP/1.1" 404 183 0.027303 10.0.0.23 - - [2024-11-04 02:19:38] "GET /projects?obj_uuids=4915330d-2973-41c1-aa13-6c3ea27a9a55&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002532 10.0.0.23 - - [2024-11-04 02:19:38] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001177 10.0.0.23 - - [2024-11-04 02:19:38] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008789 10.0.0.23 - - [2024-11-04 02:19:38] "POST /id-to-fqname HTTP/1.1" 200 185 0.001974 10.0.0.23 - - [2024-11-04 02:19:38] "POST /fqname-to-id HTTP/1.1" 404 194 0.002440 10.0.0.23 - - [2024-11-04 02:19:38] "POST /security-groups HTTP/1.1" 200 586 0.066226 10.0.0.23 - - [2024-11-04 02:19:38] "POST /fqname-to-id HTTP/1.1" 404 229 0.003021 10.0.0.23 - - [2024-11-04 02:19:38] "POST /projects HTTP/1.1" 200 575 0.239361 10.0.0.23 - - [2024-11-04 02:19:38] "POST /access-control-lists HTTP/1.1" 200 591 0.058653 10.0.0.23 - - [2024-11-04 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.317276 10.0.0.23 - - [2024-11-04 02:19:38] "POST /fqname-to-id HTTP/1.1" 404 228 0.003105 10.0.0.23 - - [2024-11-04 02:19:38] "GET /project/4915330d-2973-41c1-aa13-6c3ea27a9a55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.453751 10.0.0.23 - - [2024-11-04 02:19:38] "POST /access-control-lists HTTP/1.1" 200 589 0.062593 10.0.0.23 - - [2024-11-04 02:19:39] "GET / HTTP/1.1" 200 35931 0.001651 10.0.0.23 - - [2024-11-04 02:19:41] "GET /projects?obj_uuids=4915330d-2973-41c1-aa13-6c3ea27a9a55&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001306 10.0.0.23 - - [2024-11-04 02:19:41] "GET /project/4915330d-2973-41c1-aa13-6c3ea27a9a55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.041556 10.0.0.23 - - [2024-11-04 02:19:41] "GET /projects?obj_uuids=4915330d-2973-41c1-aa13-6c3ea27a9a55&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001399 10.0.0.23 - - [2024-11-04 02:19:41] "GET /project/4915330d-2973-41c1-aa13-6c3ea27a9a55?fields=virtual_networks HTTP/1.1" 200 1022 0.043592 10.0.0.23 - - [2024-11-04 02:19:41] "GET /projects?obj_uuids=4915330d-2973-41c1-aa13-6c3ea27a9a55&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001582 10.0.0.23 - - [2024-11-04 02:19:41] "GET /project/4915330d-2973-41c1-aa13-6c3ea27a9a55?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.036814 10.0.0.23 - - [2024-11-04 02:19:41] "GET /projects?obj_uuids=4915330d-2973-41c1-aa13-6c3ea27a9a55&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001190 10.0.0.23 - - [2024-11-04 02:19:41] "GET /project/4915330d-2973-41c1-aa13-6c3ea27a9a55?fields=security_groups HTTP/1.1" 200 1243 0.037143 10.0.0.23 - - [2024-11-04 02:19:42] "POST /fqname-to-id HTTP/1.1" 404 191 0.027001 10.0.0.23 - - [2024-11-04 02:19:42] "GET /projects?obj_uuids=80505be8-23d7-429c-aad7-c85ef1f7ae55&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002823 10.0.0.23 - - [2024-11-04 02:19:42] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001132 10.0.0.23 - - [2024-11-04 02:19:42] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009077 10.0.0.23 - - [2024-11-04 02:19:42] "POST /id-to-fqname HTTP/1.1" 200 193 0.001275 10.0.0.23 - - [2024-11-04 02:19:42] "POST /fqname-to-id HTTP/1.1" 404 202 0.003429 10.0.0.23 - - [2024-11-04 02:19:42] "POST /security-groups HTTP/1.1" 200 594 0.063528 10.0.0.23 - - [2024-11-04 02:19:42] "POST /fqname-to-id HTTP/1.1" 404 237 0.002651 10.0.0.23 - - [2024-11-04 02:19:42] "POST /projects HTTP/1.1" 200 591 0.223722 10.0.0.23 - - [2024-11-04 02:19:42] "POST /access-control-lists HTTP/1.1" 200 599 0.058749 10.0.0.23 - - [2024-11-04 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.292650 10.0.0.23 - - [2024-11-04 02:19:42] "POST /fqname-to-id HTTP/1.1" 404 236 0.002877 10.0.0.23 - - [2024-11-04 02:19:42] "GET /project/80505be8-23d7-429c-aad7-c85ef1f7ae55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.427176 10.0.0.23 - - [2024-11-04 02:19:42] "POST /access-control-lists HTTP/1.1" 200 597 0.064170 10.0.0.23 - - [2024-11-04 02:19:43] "GET / HTTP/1.1" 200 35931 0.002095 10.0.0.23 - - [2024-11-04 02:19:44] "GET /project/80505be8-23d7-429c-aad7-c85ef1f7ae55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000516 10.0.0.23 - - [2024-11-04 02:19:45] "GET /projects?obj_uuids=80505be8-23d7-429c-aad7-c85ef1f7ae55&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001333 10.0.0.23 - - [2024-11-04 02:19:45] "GET /project/80505be8-23d7-429c-aad7-c85ef1f7ae55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.061237 10.0.0.23 - - [2024-11-04 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.23 - - [2024-11-04 02:19:45] "GET /security-group/74579121-f886-4ff0-a84d-dd6cb61f37ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.005964 10.0.0.23 - - [2024-11-04 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.23 - - [2024-11-04 02:19:45] "GET /projects?obj_uuids=80505be8-23d7-429c-aad7-c85ef1f7ae55&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001537 10.0.0.23 - - [2024-11-04 02:19:45] "GET /project/80505be8-23d7-429c-aad7-c85ef1f7ae55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.036068 10.0.0.23 - - [2024-11-04 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.23 - - [2024-11-04 02:19:45] "GET /security-group/74579121-f886-4ff0-a84d-dd6cb61f37ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.004840 10.0.0.23 - - [2024-11-04 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.23 - - [2024-11-04 02:19:45] "PUT /security-group/74579121-f886-4ff0-a84d-dd6cb61f37ea HTTP/1.1" 200 262 0.015026 10.0.0.23 - - [2024-11-04 02:19:45] "PUT /access-control-list/e1c8d18e-7552-4eba-b8df-d410ab0e2705 HTTP/1.1" 200 272 0.009582 10.0.0.23 - - [2024-11-04 02:19:45] "PUT /access-control-list/91c83ecd-8bc3-4bbb-b58a-78b11f0409df HTTP/1.1" 200 272 0.009700 10.0.0.23 - - [2024-11-04 02:19:45] "POST /fqname-to-id HTTP/1.1" 404 202 0.002531 10.0.0.23 - - [2024-11-04 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.23 - - [2024-11-04 02:19:45] "GET /projects?obj_uuids=80505be8-23d7-429c-aad7-c85ef1f7ae55&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001529 10.0.0.23 - - [2024-11-04 02:19:45] "GET /project/80505be8-23d7-429c-aad7-c85ef1f7ae55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.042840 10.0.0.23 - - [2024-11-04 02:19:45] "POST /neutron/network HTTP/1.1" 200 117 0.035646 10.0.0.23 - - [2024-11-04 02:19:45] "GET /projects?obj_uuids=80505be8-23d7-429c-aad7-c85ef1f7ae55&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001311 10.0.0.23 - - [2024-11-04 02:19:45] "POST /neutron/network HTTP/1.1" 200 608 0.076720 10.0.0.23 - - [2024-11-04 02:19:45] "POST /route-targets HTTP/1.1" 200 327 0.012778 10.0.0.23 - - [2024-11-04 02:19:45] "POST /ref-update HTTP/1.1" 200 156 0.014640 10.0.0.23 - - [2024-11-04 02:19:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003010 10.0.0.23 - - [2024-11-04 02:19:46] "POST /neutron/subnet HTTP/1.1" 200 710 0.176832 10.0.0.23 - - [2024-11-04 02:19:46] "POST /neutron/network HTTP/1.1" 200 824 0.005266 10.0.0.23 - - [2024-11-04 02:19:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.001335 10.0.0.23 - - [2024-11-04 02:19:46] "GET /virtual-network/f7660505-94dd-46f1-a7bd-23fd7430c7a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.009272 10.0.0.23 - - [2024-11-04 02:19:46] "POST /neutron/network HTTP/1.1" 200 824 0.005846 10.0.0.23 - - [2024-11-04 02:19:46] "GET /virtual-network/f7660505-94dd-46f1-a7bd-23fd7430c7a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.008422 10.0.0.23 - - [2024-11-04 02:19:46] "POST /neutron/network HTTP/1.1" 200 824 0.005780 10.0.0.23 - - [2024-11-04 02:19:46] "POST /neutron/subnet HTTP/1.1" 200 710 0.007329 10.0.0.23 - - [2024-11-04 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002271 10.0.0.23 - - [2024-11-04 02:19:46] "GET /projects?obj_uuids=80505be8-23d7-429c-aad7-c85ef1f7ae55&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001046 10.0.0.23 - - [2024-11-04 02:19:46] "GET /project/80505be8-23d7-429c-aad7-c85ef1f7ae55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.029764 10.0.0.23 - - [2024-11-04 02:19:46] "POST /neutron/network HTTP/1.1" 200 117 0.009349 10.0.0.23 - - [2024-11-04 02:19:46] "GET /projects?obj_uuids=80505be8-23d7-429c-aad7-c85ef1f7ae55&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001276 10.0.0.23 - - [2024-11-04 02:19:46] "POST /neutron/network HTTP/1.1" 200 615 0.102903 10.0.0.23 - - [2024-11-04 02:19:46] "POST /route-targets HTTP/1.1" 200 327 0.012056 10.0.0.23 - - [2024-11-04 02:19:46] "POST /ref-update HTTP/1.1" 200 156 0.015881 10.0.0.23 - - [2024-11-04 02:19:46] "POST /useragent-kv HTTP/1.1" 200 115 0.004118 10.0.0.23 - - [2024-11-04 02:19:46] "POST /neutron/subnet HTTP/1.1" 200 720 0.182046 10.0.0.23 - - [2024-11-04 02:19:46] "POST /neutron/network HTTP/1.1" 200 833 0.008885 10.0.0.23 - - [2024-11-04 02:19:46] "POST /id-to-fqname HTTP/1.1" 200 227 0.001477 10.0.0.23 - - [2024-11-04 02:19:46] "GET /virtual-network/f5c10d5c-72cf-4e5a-8fd8-307c2fd84593?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.010126 10.0.0.23 - - [2024-11-04 02:19:46] "POST /neutron/network HTTP/1.1" 200 833 0.005734 10.0.0.23 - - [2024-11-04 02:19:46] "GET /virtual-network/f5c10d5c-72cf-4e5a-8fd8-307c2fd84593?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.009736 10.0.0.23 - - [2024-11-04 02:19:46] "POST /neutron/network HTTP/1.1" 200 833 0.011868 10.0.0.23 - - [2024-11-04 02:19:46] "POST /neutron/subnet HTTP/1.1" 200 720 0.007303 10.0.0.23 - - [2024-11-04 02:19:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.001253 10.0.0.23 - - [2024-11-04 02:19:47] "POST /neutron/network HTTP/1.1" 200 834 0.005803 10.0.0.23 - - [2024-11-04 02:19:47] "GET /aaa-mode HTTP/1.1" 401 292 0.000413 10.0.0.23 - - [2024-11-04 02:19:47] "GET / HTTP/1.1" 200 35931 0.002030 10.0.0.23 - - [2024-11-04 02:19:47] "GET /project/80505be8-23d7-429c-aad7-c85ef1f7ae55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000483 10.0.0.23 - - [2024-11-04 02:19:47] "GET /projects?obj_uuids=80505be8-23d7-429c-aad7-c85ef1f7ae55&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001173 10.0.0.23 - - [2024-11-04 02:19:47] "GET /project/80505be8-23d7-429c-aad7-c85ef1f7ae55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.062410 10.0.0.23 - - [2024-11-04 02:19:47] "POST /neutron/network HTTP/1.1" 200 824 0.005634 10.0.0.23 - - [2024-11-04 02:19:47] "POST /neutron/port HTTP/1.1" 200 117 0.005502 10.0.0.23 - - [2024-11-04 02:19:47] "POST /neutron/port HTTP/1.1" 200 117 0.005111 10.0.0.23 - - [2024-11-04 02:19:47] "POST /id-to-fqname HTTP/1.1" 200 227 0.003985 10.0.0.23 - - [2024-11-04 02:19:48] "POST /neutron/port HTTP/1.1" 200 117 0.005810 10.0.0.23 - - [2024-11-04 02:19:48] "POST /neutron/network HTTP/1.1" 200 843 0.009468 10.0.0.23 - - [2024-11-04 02:19:48] "GET /aaa-mode HTTP/1.1" 401 292 0.000556 10.0.0.23 - - [2024-11-04 02:19:48] "POST /neutron/network HTTP/1.1" 200 834 0.005749 10.0.0.23 - - [2024-11-04 02:19:48] "GET /projects?obj_uuids=80505be8-23d7-429c-aad7-c85ef1f7ae55&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001149 10.0.0.23 - - [2024-11-04 02:19:48] "GET / HTTP/1.1" 200 35931 0.001877 10.0.0.23 - - [2024-11-04 02:19:48] "GET /project/80505be8-23d7-429c-aad7-c85ef1f7ae55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000422 10.0.0.23 - - [2024-11-04 02:19:48] "POST /neutron/port HTTP/1.1" 200 1060 0.245073 10.0.0.23 - - [2024-11-04 02:19:48] "POST /neutron/port HTTP/1.1" 200 1060 0.015071 10.0.0.23 - - [2024-11-04 02:19:48] "POST /neutron/port HTTP/1.1" 200 1060 0.013930 10.0.0.23 - - [2024-11-04 02:19:48] "POST /neutron/port HTTP/1.1" 200 1114 0.075579 10.0.0.23 - - [2024-11-04 02:19:48] "GET /projects?obj_uuids=80505be8-23d7-429c-aad7-c85ef1f7ae55&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001118 10.0.0.23 - - [2024-11-04 02:19:48] "POST /neutron/port HTTP/1.1" 200 1088 0.026879 10.0.0.23 - - [2024-11-04 02:19:48] "GET /project/80505be8-23d7-429c-aad7-c85ef1f7ae55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.070477 10.0.0.23 - - [2024-11-04 02:19:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005099 10.0.0.23 - - [2024-11-04 02:19:48] "POST /neutron/network HTTP/1.1" 200 833 0.005797 10.0.0.23 - - [2024-11-04 02:19:48] "POST /neutron/subnet HTTP/1.1" 200 684 0.013133 10.0.0.23 - - [2024-11-04 02:19:48] "POST /neutron/port HTTP/1.1" 200 117 0.001399 10.0.0.23 - - [2024-11-04 02:19:48] "POST /neutron/network HTTP/1.1" 200 824 0.006705 10.0.0.23 - - [2024-11-04 02:19:49] "POST /neutron/port HTTP/1.1" 200 1088 0.033870 10.0.0.23 - - [2024-11-04 02:19:49] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008963 10.0.0.23 - - [2024-11-04 02:19:49] "POST /neutron/port HTTP/1.1" 200 117 0.005167 10.0.0.23 - - [2024-11-04 02:19:49] "GET /projects?obj_uuids=80505be8-23d7-429c-aad7-c85ef1f7ae55&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001203 10.0.0.23 - - [2024-11-04 02:19:49] "POST /neutron/router HTTP/1.1" 200 585 0.058727 10.0.0.23 - - [2024-11-04 02:19:49] "POST /neutron/router HTTP/1.1" 200 585 0.003922 10.0.0.23 - - [2024-11-04 02:19:49] "POST /route-targets HTTP/1.1" 200 327 0.027233 10.0.0.23 - - [2024-11-04 02:19:49] "POST /neutron/router HTTP/1.1" 200 656 0.049454 10.0.0.23 - - [2024-11-04 02:19:49] "PUT /logical-router/682c217f-bb78-49e6-b0ee-f7fabdfaa78b HTTP/1.1" 200 262 0.031586 10.0.0.23 - - [2024-11-04 02:19:49] "GET /logical-router/682c217f-bb78-49e6-b0ee-f7fabdfaa78b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1640 0.012124 10.0.0.23 - - [2024-11-04 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004561 10.0.0.23 - - [2024-11-04 02:19:49] "POST /neutron/router HTTP/1.1" 200 656 0.003778 10.0.0.23 - - [2024-11-04 02:19:49] "GET /service-template/15305156-bc57-45d3-a1a6-73b63b859f3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.007025 10.0.0.23 - - [2024-11-04 02:19:49] "GET /projects?obj_uuids=80505be8-23d7-429c-aad7-c85ef1f7ae55&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001635 10.0.0.23 - - [2024-11-04 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 215 0.003432 10.0.0.23 - - [2024-11-04 02:19:49] "POST /useragent-kv HTTP/1.1" 200 115 0.021573 10.0.0.23 - - [2024-11-04 02:19:49] "POST /virtual-networks HTTP/1.1" 200 694 0.239502 10.0.0.23 - - [2024-11-04 02:19:49] "POST /neutron/network HTTP/1.1" 200 843 0.023240 10.0.0.23 - - [2024-11-04 02:19:49] "POST /route-targets HTTP/1.1" 200 327 0.052805 10.0.0.23 - - [2024-11-04 02:19:49] "GET /projects?obj_uuids=80505be8-23d7-429c-aad7-c85ef1f7ae55&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003985 10.0.0.23 - - [2024-11-04 02:19:49] "POST /neutron/router HTTP/1.1" 200 344 0.465874 10.0.0.23 - - [2024-11-04 02:19:49] "POST /ref-update HTTP/1.1" 200 156 0.054186 10.0.0.23 - - [2024-11-04 02:19:49] "POST /service-instances HTTP/1.1" 200 670 0.130044 10.0.0.23 - - [2024-11-04 02:19:49] "POST /ref-update HTTP/1.1" 200 156 0.052615 10.0.0.23 - - [2024-11-04 02:19:49] "POST /neutron/port HTTP/1.1" 200 1088 0.077405 10.0.0.23 - - [2024-11-04 02:19:49] "POST /neutron/security_group HTTP/1.1" 200 2002 0.010485 10.0.0.23 - - [2024-11-04 02:19:50] "POST /route-tables HTTP/1.1" 200 582 0.102887 10.0.0.23 - - [2024-11-04 02:19:50] "PUT /logical-router/682c217f-bb78-49e6-b0ee-f7fabdfaa78b HTTP/1.1" 200 262 0.051889 10.0.0.23 - - [2024-11-04 02:19:50] "POST /neutron/port HTTP/1.1" 200 1062 0.511411 10.0.0.23 - - [2024-11-04 02:19:50] "POST /ref-update HTTP/1.1" 200 156 0.079086 10.0.0.23 - - [2024-11-04 02:19:50] "POST /neutron/port HTTP/1.1" 200 1062 0.018767 10.0.0.23 - - [2024-11-04 02:19:50] "POST /neutron/port HTTP/1.1" 200 1062 0.008506 10.0.0.23 - - [2024-11-04 02:19:50] "POST /neutron/port HTTP/1.1" 200 1116 0.075900 10.0.0.23 - - [2024-11-04 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005994 10.0.0.23 - - [2024-11-04 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.23 - - [2024-11-04 02:19:50] "POST /neutron/port HTTP/1.1" 200 1090 0.019322 10.0.0.23 - - [2024-11-04 02:19:50] "POST /virtual-machines HTTP/1.1" 200 553 0.028233 10.0.0.23 - - [2024-11-04 02:19:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003271 10.0.0.23 - - [2024-11-04 02:19:50] "POST /neutron/subnet HTTP/1.1" 200 694 0.013874 10.0.0.23 - - [2024-11-04 02:19:50] "POST /neutron/port HTTP/1.1" 200 117 0.001551 10.0.0.23 - - [2024-11-04 02:19:50] "POST /neutron/network HTTP/1.1" 200 833 0.039053 10.0.0.23 - - [2024-11-04 02:19:50] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.103665 10.0.0.23 - - [2024-11-04 02:19:50] "POST /chown HTTP/1.1" 200 109 0.011479 10.0.0.23 - - [2024-11-04 02:19:50] "POST /instance-ips HTTP/1.1" 200 551 0.023809 10.0.0.23 - - [2024-11-04 02:19:50] "POST /instance-ips HTTP/1.1" 400 246 0.020778 10.0.0.23 - - [2024-11-04 02:19:50] "POST /chown HTTP/1.1" 200 109 0.010370 10.0.0.23 - - [2024-11-04 02:19:50] "PUT /virtual-machine-interface/2bdd77c7-1822-4240-9bda-48afe11d6971 HTTP/1.1" 200 284 0.016612 10.0.0.23 - - [2024-11-04 02:19:51] "PUT /instance-ip/c82784ff-fc79-403c-86f4-1789a4046f65 HTTP/1.1" 200 256 0.012307 10.0.0.23 - - [2024-11-04 02:19:51] "POST /ref-update HTTP/1.1" 200 156 0.013499 10.0.0.23 - - [2024-11-04 02:19:51] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.100061 10.0.0.23 - - [2024-11-04 02:19:51] "POST /chown HTTP/1.1" 200 109 0.007522 10.0.0.23 - - [2024-11-04 02:19:51] "POST /instance-ips HTTP/1.1" 200 549 0.031952 10.0.0.23 - - [2024-11-04 02:19:51] "POST /instance-ips HTTP/1.1" 400 316 0.016567 10.0.0.23 - - [2024-11-04 02:19:51] "POST /chown HTTP/1.1" 200 109 0.009688 10.0.0.23 - - [2024-11-04 02:19:51] "PUT /virtual-machine-interface/305fe82a-e7b9-47fa-b6a5-635acd22dc9e HTTP/1.1" 200 284 0.019157 10.0.0.23 - - [2024-11-04 02:19:51] "PUT /instance-ip/b31551cc-54a5-4bbd-a19f-239895838dac HTTP/1.1" 200 256 0.014274 10.0.0.23 - - [2024-11-04 02:19:51] "POST /ref-update HTTP/1.1" 200 156 0.016040 10.0.0.23 - - [2024-11-04 02:19:51] "POST /ref-update HTTP/1.1" 200 156 0.008415 10.0.0.23 - - [2024-11-04 02:19:51] "PUT /routing-instance/00a72162-058d-4b53-839f-7f78aa7a1dfb HTTP/1.1" 200 266 0.012244 10.0.0.23 - - [2024-11-04 02:19:51] "POST /ref-update HTTP/1.1" 200 156 0.017938 10.0.0.23 - - [2024-11-04 02:19:51] "POST /virtual-machines HTTP/1.1" 200 553 0.013754 10.0.0.23 - - [2024-11-04 02:19:52] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.245758 10.0.0.23 - - [2024-11-04 02:19:52] "POST /chown HTTP/1.1" 200 109 0.008850 10.0.0.23 - - [2024-11-04 02:19:52] "POST /instance-ips HTTP/1.1" 400 246 0.018093 10.0.0.23 - - [2024-11-04 02:19:52] "POST /chown HTTP/1.1" 200 109 0.007846 10.0.0.23 - - [2024-11-04 02:19:52] "PUT /virtual-machine-interface/481586fb-62ae-40c0-91ea-9622efa32b9d HTTP/1.1" 200 284 0.022164 10.0.0.23 - - [2024-11-04 02:19:52] "PUT /instance-ip/c82784ff-fc79-403c-86f4-1789a4046f65 HTTP/1.1" 200 256 0.012753 10.0.0.23 - - [2024-11-04 02:19:52] "POST /ref-update HTTP/1.1" 200 156 0.014468 10.0.0.23 - - [2024-11-04 02:19:52] "POST /ref-update HTTP/1.1" 200 156 0.013591 10.0.0.23 - - [2024-11-04 02:19:52] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.094059 10.0.0.23 - - [2024-11-04 02:19:52] "POST /chown HTTP/1.1" 200 109 0.010117 10.0.0.23 - - [2024-11-04 02:19:52] "POST /instance-ips HTTP/1.1" 400 316 0.026727 10.0.0.23 - - [2024-11-04 02:19:52] "POST /chown HTTP/1.1" 200 109 0.008189 10.0.0.23 - - [2024-11-04 02:19:52] "PUT /virtual-machine-interface/f9ec4921-aadc-41b0-9a5a-cc989067d5c4 HTTP/1.1" 200 284 0.011650 10.0.0.23 - - [2024-11-04 02:19:52] "PUT /instance-ip/b31551cc-54a5-4bbd-a19f-239895838dac HTTP/1.1" 200 256 0.036457 10.0.0.23 - - [2024-11-04 02:19:53] "POST /ref-update HTTP/1.1" 200 156 0.014459 10.0.0.23 - - [2024-11-04 02:19:53] "POST /ref-update HTTP/1.1" 200 156 0.013730 10.0.0.23 - - [2024-11-04 02:19:55] "POST /neutron/port HTTP/1.1" 200 1088 0.015395 10.0.0.23 - - [2024-11-04 02:19:55] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006458 10.0.0.23 - - [2024-11-04 02:19:55] "POST /neutron/port HTTP/1.1" 200 1088 0.015159 10.0.0.23 - - [2024-11-04 02:19:55] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006481 10.0.0.23 - - [2024-11-04 02:19:55] "POST /neutron/port HTTP/1.1" 200 1088 0.017777 10.0.0.23 - - [2024-11-04 02:19:55] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007031 10.0.0.23 - - [2024-11-04 02:19:55] "GET /virtual-machine/2726e033-b4bb-4985-9149-304a41e4f5ea HTTP/1.1" 401 292 0.000461 10.0.0.23 - - [2024-11-04 02:19:55] "GET /virtual-machine/2726e033-b4bb-4985-9149-304a41e4f5ea HTTP/1.1" 200 1295 0.030576 10.0.0.23 - - [2024-11-04 02:19:55] "GET /virtual-machine-interface/ef4ac59c-242f-44c0-8609-48e05fdc6a80 HTTP/1.1" 200 2955 0.010541 10.0.0.23 - - [2024-11-04 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.23 - - [2024-11-04 02:19:55] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005913 10.0.0.23 - - [2024-11-04 02:19:55] "GET /virtual-networks?parent_id=80505be8-23d7-429c-aad7-c85ef1f7ae55&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002944 10.0.0.23 - - [2024-11-04 02:19:55] "GET /virtual-network/f7660505-94dd-46f1-a7bd-23fd7430c7a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.009491 10.0.0.23 - - [2024-11-04 02:19:57] "POST /neutron/port HTTP/1.1" 200 1088 0.015171 10.0.0.23 - - [2024-11-04 02:19:57] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005920 10.0.0.23 - - [2024-11-04 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.23 - - [2024-11-04 02:19:58] "GET /virtual-network/f7660505-94dd-46f1-a7bd-23fd7430c7a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.009723 10.0.0.23 - - [2024-11-04 02:19:59] "POST /neutron/port HTTP/1.1" 200 1090 0.014752 10.0.0.23 - - [2024-11-04 02:19:59] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006575 10.0.0.23 - - [2024-11-04 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.23 - - [2024-11-04 02:20:00] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004256 10.0.0.23 - - [2024-11-04 02:20:01] "GET /virtual-networks?parent_id=80505be8-23d7-429c-aad7-c85ef1f7ae55&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002928 10.0.0.23 - - [2024-11-04 02:20:01] "GET /virtual-network/f7660505-94dd-46f1-a7bd-23fd7430c7a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.009649 10.0.0.23 - - [2024-11-04 02:20:01] "POST /neutron/port HTTP/1.1" 200 1090 0.015337 10.0.0.23 - - [2024-11-04 02:20:01] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007030 10.0.0.23 - - [2024-11-04 02:20:01] "POST /neutron/port HTTP/1.1" 200 1090 0.015666 10.0.0.23 - - [2024-11-04 02:20:01] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007165 10.0.0.23 - - [2024-11-04 02:20:01] "POST /neutron/port HTTP/1.1" 200 1090 0.014643 10.0.0.23 - - [2024-11-04 02:20:01] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007641 10.0.0.23 - - [2024-11-04 02:20:01] "GET /virtual-machine/5aee42c2-78dc-4443-9f02-a710df56d4d4 HTTP/1.1" 200 1295 0.005644 10.0.0.23 - - [2024-11-04 02:20:01] "GET /virtual-machine-interface/146f926e-612b-4e0d-bc4d-029abd3c2145 HTTP/1.1" 200 2967 0.009587 10.0.0.23 - - [2024-11-04 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.23 - - [2024-11-04 02:20:01] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003979 10.0.0.23 - - [2024-11-04 02:20:01] "GET /virtual-networks?parent_id=80505be8-23d7-429c-aad7-c85ef1f7ae55&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003775 10.0.0.23 - - [2024-11-04 02:20:01] "GET /virtual-network/f5c10d5c-72cf-4e5a-8fd8-307c2fd84593?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.009737 10.0.0.23 - - [2024-11-04 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.23 - - [2024-11-04 02:20:02] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003824 10.0.0.23 - - [2024-11-04 02:20:02] "GET /virtual-networks?parent_id=80505be8-23d7-429c-aad7-c85ef1f7ae55&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003485 10.0.0.23 - - [2024-11-04 02:20:02] "GET /virtual-network/f5c10d5c-72cf-4e5a-8fd8-307c2fd84593?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.009346 10.0.0.23 - - [2024-11-04 02:20:07] "POST /neutron/router HTTP/1.1" 200 656 0.004709 10.0.0.23 - - [2024-11-04 02:20:07] "POST /ref-update HTTP/1.1" 200 156 0.018844 10.0.0.23 - - [2024-11-04 02:20:07] "POST /neutron/router HTTP/1.1" 200 344 0.142125 10.0.0.23 - - [2024-11-04 02:20:07] "POST /neutron/router HTTP/1.1" 200 656 0.007299 10.0.0.23 - - [2024-11-04 02:20:07] "GET /logical-router/682c217f-bb78-49e6-b0ee-f7fabdfaa78b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1971 0.010945 10.0.0.23 - - [2024-11-04 02:20:07] "GET /service-instance/8b6335bc-a162-4b04-a842-c0e1557a6b05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.005713 10.0.0.23 - - [2024-11-04 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.23 - - [2024-11-04 02:20:07] "POST /neutron/router HTTP/1.1" 200 151 0.077925 10.0.0.23 - - [2024-11-04 02:20:07] "DELETE /route-target/90e5899c-3353-4009-bc46-440b036a5f05 HTTP/1.1" 409 239 0.007134 10.0.0.23 - - [2024-11-04 02:20:07] "PUT /logical-router/682c217f-bb78-49e6-b0ee-f7fabdfaa78b HTTP/1.1" 404 171 0.003814 10.0.0.23 - - [2024-11-04 02:20:07] "POST /ref-update HTTP/1.1" 200 156 0.015774 10.0.0.23 - - [2024-11-04 02:20:07] "DELETE /route-table/f9329810-012a-460b-b7b5-7d34dd6f0cae HTTP/1.1" 200 115 0.036649 10.0.0.23 - - [2024-11-04 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002599 10.0.0.23 - - [2024-11-04 02:20:07] "PUT /routing-instance/00a72162-058d-4b53-839f-7f78aa7a1dfb HTTP/1.1" 200 266 0.013551 10.0.0.23 - - [2024-11-04 02:20:07] "GET /virtual-network/e062a3e1-0f95-4c95-8cb8-95ff82df4081?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.010624 10.0.0.23 - - [2024-11-04 02:20:07] "POST /neutron/network HTTP/1.1" 200 833 0.007145 10.0.0.23 - - [2024-11-04 02:20:07] "POST /ref-update HTTP/1.1" 200 156 0.016937 10.0.0.23 - - [2024-11-04 02:20:07] "POST /neutron/network HTTP/1.1" 400 204 0.053395 10.0.0.23 - - [2024-11-04 02:20:07] "POST /ref-update HTTP/1.1" 200 156 0.034409 10.0.0.23 - - [2024-11-04 02:20:07] "DELETE /instance-ip/b31551cc-54a5-4bbd-a19f-239895838dac HTTP/1.1" 200 115 0.041863 10.0.0.23 - - [2024-11-04 02:20:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001530 10.0.0.23 - - [2024-11-04 02:20:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001321 10.0.0.23 - - [2024-11-04 02:20:07] "DELETE /virtual-network/e062a3e1-0f95-4c95-8cb8-95ff82df4081 HTTP/1.1" 200 115 0.133744 10.0.0.23 - - [2024-11-04 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.010833 10.0.0.23 - - [2024-11-04 02:20:07] "DELETE /route-target/ad218778-6ee6-4bb9-ac14-8f0d15e0ea93 HTTP/1.1" 200 115 0.024986 10.0.0.23 - - [2024-11-04 02:20:08] "DELETE /service-instance/8b6335bc-a162-4b04-a842-c0e1557a6b05 HTTP/1.1" 200 115 0.044044 10.0.0.23 - - [2024-11-04 02:20:08] "GET /logical-router/682c217f-bb78-49e6-b0ee-f7fabdfaa78b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002785 10.0.0.23 - - [2024-11-04 02:20:08] "POST /neutron/port HTTP/1.1" 200 1090 0.020592 10.0.0.23 - - [2024-11-04 02:20:08] "GET /service-instance/8b6335bc-a162-4b04-a842-c0e1557a6b05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003826 10.0.0.23 - - [2024-11-04 02:20:08] "POST /neutron/port HTTP/1.1" 200 1116 0.015161 10.0.0.23 - - [2024-11-04 02:20:08] "POST /neutron/port HTTP/1.1" 200 1088 0.030277 10.0.0.23 - - [2024-11-04 02:20:08] "GET /virtual-machine-interface/f9ec4921-aadc-41b0-9a5a-cc989067d5c4?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1333 0.012040 10.0.0.23 - - [2024-11-04 02:20:08] "POST /neutron/port HTTP/1.1" 200 1114 0.025646 10.0.0.23 - - [2024-11-04 02:20:08] "DELETE /virtual-machine-interface/f9ec4921-aadc-41b0-9a5a-cc989067d5c4 HTTP/1.1" 200 115 0.064757 10.0.0.23 - - [2024-11-04 02:20:08] "GET /virtual-machine-interface/481586fb-62ae-40c0-91ea-9622efa32b9d?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1652 0.012878 10.0.0.23 - - [2024-11-04 02:20:08] "POST /neutron/port HTTP/1.1" 200 151 0.181479 10.0.0.23 - - [2024-11-04 02:20:08] "POST /ref-update HTTP/1.1" 200 156 0.016622 10.0.0.23 - - [2024-11-04 02:20:08] "POST /neutron/port HTTP/1.1" 200 151 0.143091 10.0.0.23 - - [2024-11-04 02:20:08] "GET /instance-ip/c82784ff-fc79-403c-86f4-1789a4046f65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.007338 10.0.0.23 - - [2024-11-04 02:20:08] "DELETE /virtual-machine-interface/481586fb-62ae-40c0-91ea-9622efa32b9d HTTP/1.1" 200 115 0.040149 10.0.0.23 - - [2024-11-04 02:20:08] "DELETE /virtual-machine/33d03b15-1009-4182-9a93-4a9196634385 HTTP/1.1" 200 115 0.031930 10.0.0.23 - - [2024-11-04 02:20:08] "GET /virtual-machine-interface/2bdd77c7-1822-4240-9bda-48afe11d6971?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1652 0.017775 10.0.0.23 - - [2024-11-04 02:20:08] "POST /ref-update HTTP/1.1" 200 156 0.014333 10.0.0.23 - - [2024-11-04 02:20:08] "GET /instance-ip/c82784ff-fc79-403c-86f4-1789a4046f65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1694 0.007675 10.0.0.23 - - [2024-11-04 02:20:08] "DELETE /instance-ip/c82784ff-fc79-403c-86f4-1789a4046f65 HTTP/1.1" 200 115 0.028057 10.0.0.23 - - [2024-11-04 02:20:08] "DELETE /virtual-machine-interface/2bdd77c7-1822-4240-9bda-48afe11d6971 HTTP/1.1" 200 115 0.034059 10.0.0.23 - - [2024-11-04 02:20:08] "GET /virtual-machine-interface/305fe82a-e7b9-47fa-b6a5-635acd22dc9e?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1332 0.010604 10.0.0.23 - - [2024-11-04 02:20:08] "DELETE /virtual-machine-interface/305fe82a-e7b9-47fa-b6a5-635acd22dc9e HTTP/1.1" 200 115 0.027197 10.0.0.23 - - [2024-11-04 02:20:08] "POST /ref-update HTTP/1.1" 200 156 0.018273 10.0.0.23 - - [2024-11-04 02:20:08] "DELETE /virtual-machine/45328ff6-f5fa-4ce5-976e-d5a1580c94b4 HTTP/1.1" 200 115 0.033512 10.0.0.23 - - [2024-11-04 02:20:09] "POST /neutron/network HTTP/1.1" 200 833 0.006322 10.0.0.23 - - [2024-11-04 02:20:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001549 10.0.0.23 - - [2024-11-04 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006257 10.0.0.23 - - [2024-11-04 02:20:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001047 10.0.0.23 - - [2024-11-04 02:20:09] "POST /neutron/network HTTP/1.1" 200 151 0.075594 10.0.0.23 - - [2024-11-04 02:20:09] "POST /neutron/network HTTP/1.1" 200 824 0.005317 10.0.0.23 - - [2024-11-04 02:20:09] "DELETE /route-target/dbe4d938-b4cd-4cfc-921b-8404f346fa94 HTTP/1.1" 200 115 0.040520 10.0.0.23 - - [2024-11-04 02:20:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001136 10.0.0.23 - - [2024-11-04 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006133 10.0.0.23 - - [2024-11-04 02:20:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001067 10.0.0.23 - - [2024-11-04 02:20:09] "POST /neutron/network HTTP/1.1" 200 151 0.089125 10.0.0.23 - - [2024-11-04 02:20:09] "DELETE /route-target/25569e98-506a-47b4-ba98-69989dd54b37 HTTP/1.1" 200 115 0.019397 10.0.0.23 - - [2024-11-04 02:20:10] "GET /projects?obj_uuids=80505be8-23d7-429c-aad7-c85ef1f7ae55&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001182 10.0.0.23 - - [2024-11-04 02:20:10] "GET /project/80505be8-23d7-429c-aad7-c85ef1f7ae55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.034430 10.0.0.23 - - [2024-11-04 02:20:10] "GET /projects?obj_uuids=80505be8-23d7-429c-aad7-c85ef1f7ae55&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001083 10.0.0.23 - - [2024-11-04 02:20:10] "GET /project/80505be8-23d7-429c-aad7-c85ef1f7ae55?fields=virtual_networks HTTP/1.1" 200 1038 0.071784 10.0.0.23 - - [2024-11-04 02:20:10] "GET /projects?obj_uuids=80505be8-23d7-429c-aad7-c85ef1f7ae55&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001185 10.0.0.23 - - [2024-11-04 02:20:10] "GET /project/80505be8-23d7-429c-aad7-c85ef1f7ae55?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.028828 10.0.0.23 - - [2024-11-04 02:20:10] "GET /projects?obj_uuids=80505be8-23d7-429c-aad7-c85ef1f7ae55&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001232 10.0.0.23 - - [2024-11-04 02:20:10] "GET /project/80505be8-23d7-429c-aad7-c85ef1f7ae55?fields=security_groups HTTP/1.1" 200 1267 0.040840 10.0.0.23 - - [2024-11-04 02:20:11] "POST /fqname-to-id HTTP/1.1" 404 196 0.027101 10.0.0.23 - - [2024-11-04 02:20:11] "GET /projects?obj_uuids=53bb90ef-39ce-4e02-9980-56d4f1ba2350&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002951 10.0.0.23 - - [2024-11-04 02:20:11] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001141 10.0.0.23 - - [2024-11-04 02:20:11] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008898 10.0.0.23 - - [2024-11-04 02:20:11] "POST /id-to-fqname HTTP/1.1" 200 198 0.001395 10.0.0.23 - - [2024-11-04 02:20:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.003157 10.0.0.23 - - [2024-11-04 02:20:11] "POST /security-groups HTTP/1.1" 200 599 0.063649 10.0.0.23 - - [2024-11-04 02:20:11] "POST /fqname-to-id HTTP/1.1" 404 242 0.002479 10.0.0.23 - - [2024-11-04 02:20:11] "POST /projects HTTP/1.1" 200 601 0.218177 10.0.0.23 - - [2024-11-04 02:20:11] "POST /access-control-lists HTTP/1.1" 200 604 0.057403 10.0.0.23 - - [2024-11-04 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.297945 10.0.0.23 - - [2024-11-04 02:20:11] "POST /fqname-to-id HTTP/1.1" 404 241 0.002914 10.0.0.23 - - [2024-11-04 02:20:11] "GET /project/53bb90ef-39ce-4e02-9980-56d4f1ba2350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.438367 10.0.0.23 - - [2024-11-04 02:20:11] "POST /access-control-lists HTTP/1.1" 200 602 0.072073 10.0.0.23 - - [2024-11-04 02:20:12] "GET / HTTP/1.1" 200 35931 0.002259 10.0.0.23 - - [2024-11-04 02:20:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000512 10.0.0.23 - - [2024-11-04 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.062404 10.0.0.23 - - [2024-11-04 02:20:13] "GET /projects?obj_uuids=53bb90ef-39ce-4e02-9980-56d4f1ba2350&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001249 10.0.0.23 - - [2024-11-04 02:20:13] "GET /project/53bb90ef-39ce-4e02-9980-56d4f1ba2350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.032447 10.0.0.23 - - [2024-11-04 02:20:14] "POST /neutron/network HTTP/1.1" 200 117 0.031723 10.0.0.23 - - [2024-11-04 02:20:14] "GET /projects?obj_uuids=53bb90ef-39ce-4e02-9980-56d4f1ba2350&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001460 10.0.0.23 - - [2024-11-04 02:20:14] "POST /neutron/network HTTP/1.1" 200 613 0.066484 10.0.0.23 - - [2024-11-04 02:20:14] "POST /route-targets HTTP/1.1" 200 327 0.010169 10.0.0.23 - - [2024-11-04 02:20:14] "POST /ref-update HTTP/1.1" 200 156 0.011772 10.0.0.23 - - [2024-11-04 02:20:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002282 10.0.0.23 - - [2024-11-04 02:20:14] "POST /neutron/subnet HTTP/1.1" 200 720 0.184228 10.0.0.23 - - [2024-11-04 02:20:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003329 10.0.0.23 - - [2024-11-04 02:20:14] "POST /neutron/subnet HTTP/1.1" 200 828 0.137694 10.0.0.23 - - [2024-11-04 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.038904 10.0.0.23 - - [2024-11-04 02:20:14] "GET /virtual-network/e49f016a-7bf4-481e-acf5-9c6d109f5ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.011008 10.0.0.23 - - [2024-11-04 02:20:14] "POST /neutron/network HTTP/1.1" 200 1005 0.007499 10.0.0.23 - - [2024-11-04 02:20:14] "POST /id-to-fqname HTTP/1.1" 200 228 0.001163 10.0.0.23 - - [2024-11-04 02:20:14] "GET /virtual-network/f618b0cb-c907-4b7a-a386-b4c425d23a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.011933 10.0.0.23 - - [2024-11-04 02:20:14] "POST /neutron/network HTTP/1.1" 200 1005 0.009277 10.0.0.23 - - [2024-11-04 02:20:14] "GET /virtual-network/f618b0cb-c907-4b7a-a386-b4c425d23a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.008722 10.0.0.23 - - [2024-11-04 02:20:14] "POST /neutron/network HTTP/1.1" 200 1005 0.008456 10.0.0.23 - - [2024-11-04 02:20:14] "POST /neutron/subnet HTTP/1.1" 200 720 0.008260 10.0.0.23 - - [2024-11-04 02:20:14] "POST /neutron/subnet HTTP/1.1" 200 828 0.009469 10.0.0.23 - - [2024-11-04 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002450 10.0.0.23 - - [2024-11-04 02:20:14] "GET /projects?obj_uuids=53bb90ef-39ce-4e02-9980-56d4f1ba2350&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001129 10.0.0.23 - - [2024-11-04 02:20:14] "GET /project/53bb90ef-39ce-4e02-9980-56d4f1ba2350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.037827 10.0.0.23 - - [2024-11-04 02:20:14] "POST /neutron/network HTTP/1.1" 200 117 0.010389 10.0.0.23 - - [2024-11-04 02:20:14] "GET /projects?obj_uuids=53bb90ef-39ce-4e02-9980-56d4f1ba2350&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001070 10.0.0.23 - - [2024-11-04 02:20:14] "POST /neutron/network HTTP/1.1" 200 613 0.066760 10.0.0.23 - - [2024-11-04 02:20:14] "POST /route-targets HTTP/1.1" 200 327 0.011813 10.0.0.23 - - [2024-11-04 02:20:14] "POST /ref-update HTTP/1.1" 200 156 0.010228 10.0.0.23 - - [2024-11-04 02:20:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003430 10.0.0.23 - - [2024-11-04 02:20:15] "POST /neutron/subnet HTTP/1.1" 200 725 0.155797 10.0.0.23 - - [2024-11-04 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.008405 10.0.0.23 - - [2024-11-04 02:20:15] "GET /virtual-network/e49f016a-7bf4-481e-acf5-9c6d109f5ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.009768 10.0.0.23 - - [2024-11-04 02:20:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003852 10.0.0.23 - - [2024-11-04 02:20:15] "POST /neutron/subnet HTTP/1.1" 200 828 0.194591 10.0.0.23 - - [2024-11-04 02:20:15] "POST /neutron/network HTTP/1.1" 200 1006 0.009075 10.0.0.23 - - [2024-11-04 02:20:15] "POST /id-to-fqname HTTP/1.1" 200 228 0.001206 10.0.0.23 - - [2024-11-04 02:20:15] "GET /virtual-network/4520e525-43f2-45df-bbb1-efe9683c40f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.009396 10.0.0.23 - - [2024-11-04 02:20:15] "POST /neutron/network HTTP/1.1" 200 1006 0.007481 10.0.0.23 - - [2024-11-04 02:20:15] "GET /virtual-network/4520e525-43f2-45df-bbb1-efe9683c40f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.009378 10.0.0.23 - - [2024-11-04 02:20:15] "POST /neutron/network HTTP/1.1" 200 1006 0.007917 10.0.0.23 - - [2024-11-04 02:20:15] "POST /neutron/subnet HTTP/1.1" 200 725 0.007364 10.0.0.23 - - [2024-11-04 02:20:15] "POST /neutron/subnet HTTP/1.1" 200 828 0.007478 10.0.0.23 - - [2024-11-04 02:20:15] "POST /fqname-to-id HTTP/1.1" 404 234 0.002867 10.0.0.23 - - [2024-11-04 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002286 10.0.0.23 - - [2024-11-04 02:20:15] "GET /projects?obj_uuids=53bb90ef-39ce-4e02-9980-56d4f1ba2350&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001163 10.0.0.23 - - [2024-11-04 02:20:15] "GET /project/53bb90ef-39ce-4e02-9980-56d4f1ba2350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.056658 10.0.0.23 - - [2024-11-04 02:20:15] "POST /network-policys HTTP/1.1" 200 577 0.060103 10.0.0.23 - - [2024-11-04 02:20:15] "GET /network-policy/ea54a639-85dc-4aee-b329-e3e161034ac6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.005648 10.0.0.23 - - [2024-11-04 02:20:15] "POST /neutron/network HTTP/1.1" 200 1005 0.007519 10.0.0.23 - - [2024-11-04 02:20:15] "POST /fqname-to-id HTTP/1.1" 404 242 0.003421 10.0.0.23 - - [2024-11-04 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004839 10.0.0.23 - - [2024-11-04 02:20:15] "GET /virtual-network/e49f016a-7bf4-481e-acf5-9c6d109f5ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.010371 10.0.0.23 - - [2024-11-04 02:20:15] "POST /neutron/network HTTP/1.1" 200 1113 0.057526 10.0.0.23 - - [2024-11-04 02:20:15] "POST /access-control-lists HTTP/1.1" 200 596 0.078893 10.0.0.23 - - [2024-11-04 02:20:15] "POST /neutron/network HTTP/1.1" 200 1113 0.052438 10.0.0.23 - - [2024-11-04 02:20:16] "GET /virtual-network/f618b0cb-c907-4b7a-a386-b4c425d23a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.011892 10.0.0.23 - - [2024-11-04 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.23 - - [2024-11-04 02:20:16] "GET /network-policy/ea54a639-85dc-4aee-b329-e3e161034ac6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.005470 10.0.0.23 - - [2024-11-04 02:20:16] "POST /neutron/network HTTP/1.1" 200 1006 0.008863 10.0.0.23 - - [2024-11-04 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005266 10.0.0.23 - - [2024-11-04 02:20:16] "POST /fqname-to-id HTTP/1.1" 404 242 0.004165 10.0.0.23 - - [2024-11-04 02:20:16] "GET /virtual-network/e49f016a-7bf4-481e-acf5-9c6d109f5ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.011687 10.0.0.23 - - [2024-11-04 02:20:16] "POST /neutron/network HTTP/1.1" 200 1114 0.064625 10.0.0.23 - - [2024-11-04 02:20:16] "POST /access-control-lists HTTP/1.1" 200 596 0.082635 10.0.0.23 - - [2024-11-04 02:20:16] "POST /neutron/network HTTP/1.1" 200 1114 0.046780 10.0.0.23 - - [2024-11-04 02:20:16] "GET /virtual-network/4520e525-43f2-45df-bbb1-efe9683c40f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.013263 10.0.0.23 - - [2024-11-04 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002480 10.0.0.23 - - [2024-11-04 02:20:16] "POST /ref-update HTTP/1.1" 200 156 0.010075 10.0.0.23 - - [2024-11-04 02:20:16] "GET /network-policy/ea54a639-85dc-4aee-b329-e3e161034ac6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004219 10.0.0.23 - - [2024-11-04 02:20:16] "GET /domains HTTP/1.1" 401 292 0.000473 10.0.0.23 - - [2024-11-04 02:20:16] "PUT /access-control-list/d8c4b0fb-ebb4-4b96-9cce-78da9d5921bc HTTP/1.1" 200 272 0.053786 10.0.0.23 - - [2024-11-04 02:20:16] "GET /domains HTTP/1.1" 200 280 0.026639 10.0.0.23 - - [2024-11-04 02:20:16] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001532 10.0.0.23 - - [2024-11-04 02:20:16] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc HTTP/1.1" 200 3148 0.009855 10.0.0.23 - - [2024-11-04 02:20:16] "GET /projects?obj_uuids=53bb90ef-39ce-4e02-9980-56d4f1ba2350&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001339 10.0.0.23 - - [2024-11-04 02:20:16] "GET /project/53bb90ef-39ce-4e02-9980-56d4f1ba2350 HTTP/1.1" 200 2625 0.080842 10.0.0.23 - - [2024-11-04 02:20:16] "GET /virtual-network/f618b0cb-c907-4b7a-a386-b4c425d23a3f HTTP/1.1" 200 3502 0.010208 10.0.0.23 - - [2024-11-04 02:20:16] "GET /virtual-network/f618b0cb-c907-4b7a-a386-b4c425d23a3f HTTP/1.1" 200 3502 0.008373 10.0.0.23 - - [2024-11-04 02:20:16] "GET /routing-instance/c02af0c3-05c1-45f7-8995-f0e970589cd0 HTTP/1.1" 200 1795 0.005185 10.0.0.23 - - [2024-11-04 02:20:16] "GET /routing-instance/c02af0c3-05c1-45f7-8995-f0e970589cd0 HTTP/1.1" 200 1795 0.004327 10.0.0.23 - - [2024-11-04 02:20:16] "GET /route-target/befd9cb2-a389-4b0f-8723-fcdbef4084b9 HTTP/1.1" 200 1212 0.005300 10.0.0.23 - - [2024-11-04 02:20:16] "GET /virtual-network/f618b0cb-c907-4b7a-a386-b4c425d23a3f HTTP/1.1" 200 3502 0.008590 10.0.0.23 - - [2024-11-04 02:20:16] "GET /routing-instance/c02af0c3-05c1-45f7-8995-f0e970589cd0 HTTP/1.1" 200 1795 0.008854 10.0.0.23 - - [2024-11-04 02:20:16] "GET /virtual-network/f618b0cb-c907-4b7a-a386-b4c425d23a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.008997 10.0.0.23 - - [2024-11-04 02:20:16] "GET /virtual-network/f618b0cb-c907-4b7a-a386-b4c425d23a3f HTTP/1.1" 200 3502 0.008487 10.0.0.23 - - [2024-11-04 02:20:16] "GET /routing-instance/c02af0c3-05c1-45f7-8995-f0e970589cd0 HTTP/1.1" 200 1795 0.005575 10.0.0.23 - - [2024-11-04 02:20:16] "GET /routing-instance/c02af0c3-05c1-45f7-8995-f0e970589cd0 HTTP/1.1" 200 1795 0.004351 10.0.0.23 - - [2024-11-04 02:20:16] "GET /route-target/befd9cb2-a389-4b0f-8723-fcdbef4084b9 HTTP/1.1" 200 1212 0.003675 10.0.0.23 - - [2024-11-04 02:20:16] "GET /domains HTTP/1.1" 200 280 0.003062 10.0.0.23 - - [2024-11-04 02:20:16] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001158 10.0.0.23 - - [2024-11-04 02:20:16] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc HTTP/1.1" 200 3148 0.008711 10.0.0.23 - - [2024-11-04 02:20:16] "GET /projects?obj_uuids=53bb90ef-39ce-4e02-9980-56d4f1ba2350&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001442 10.0.0.23 - - [2024-11-04 02:20:17] "GET /project/53bb90ef-39ce-4e02-9980-56d4f1ba2350 HTTP/1.1" 200 2625 0.072556 10.0.0.23 - - [2024-11-04 02:20:17] "GET /virtual-network/f618b0cb-c907-4b7a-a386-b4c425d23a3f HTTP/1.1" 200 3502 0.008739 10.0.0.23 - - [2024-11-04 02:20:17] "GET /obj-perms HTTP/1.1" 200 5046 0.049420 10.0.0.23 - - [2024-11-04 02:20:17] "GET /domains HTTP/1.1" 200 280 0.004201 10.0.0.23 - - [2024-11-04 02:20:17] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001186 10.0.0.23 - - [2024-11-04 02:20:17] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc HTTP/1.1" 200 3148 0.008583 10.0.0.23 - - [2024-11-04 02:20:17] "GET /projects?obj_uuids=53bb90ef-39ce-4e02-9980-56d4f1ba2350&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001124 10.0.0.23 - - [2024-11-04 02:20:17] "GET /project/53bb90ef-39ce-4e02-9980-56d4f1ba2350 HTTP/1.1" 200 2625 0.079867 10.0.0.23 - - [2024-11-04 02:20:17] "GET /virtual-network/4520e525-43f2-45df-bbb1-efe9683c40f6 HTTP/1.1" 200 3504 0.010247 10.0.0.23 - - [2024-11-04 02:20:17] "GET /virtual-network/4520e525-43f2-45df-bbb1-efe9683c40f6 HTTP/1.1" 200 3504 0.008359 10.0.0.23 - - [2024-11-04 02:20:17] "GET /routing-instance/4aebd6e0-0223-41ba-8c51-e7db0ca2724f HTTP/1.1" 200 1795 0.009067 10.0.0.23 - - [2024-11-04 02:20:17] "GET /routing-instance/4aebd6e0-0223-41ba-8c51-e7db0ca2724f HTTP/1.1" 200 1795 0.004587 10.0.0.23 - - [2024-11-04 02:20:17] "GET /route-target/98455e4c-53dc-44e6-add8-ccb7940f479d HTTP/1.1" 200 1213 0.003690 10.0.0.23 - - [2024-11-04 02:20:17] "GET /virtual-network/4520e525-43f2-45df-bbb1-efe9683c40f6 HTTP/1.1" 200 3504 0.008809 10.0.0.23 - - [2024-11-04 02:20:17] "GET /routing-instance/4aebd6e0-0223-41ba-8c51-e7db0ca2724f HTTP/1.1" 200 1795 0.005367 10.0.0.23 - - [2024-11-04 02:20:17] "GET /virtual-network/4520e525-43f2-45df-bbb1-efe9683c40f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.008405 10.0.0.23 - - [2024-11-04 02:20:17] "GET /virtual-network/4520e525-43f2-45df-bbb1-efe9683c40f6 HTTP/1.1" 200 3504 0.008263 10.0.0.23 - - [2024-11-04 02:20:17] "GET /routing-instance/4aebd6e0-0223-41ba-8c51-e7db0ca2724f HTTP/1.1" 200 1795 0.004152 10.0.0.23 - - [2024-11-04 02:20:17] "GET /routing-instance/4aebd6e0-0223-41ba-8c51-e7db0ca2724f HTTP/1.1" 200 1795 0.004320 10.0.0.23 - - [2024-11-04 02:20:17] "GET /route-target/98455e4c-53dc-44e6-add8-ccb7940f479d HTTP/1.1" 200 1213 0.003350 10.0.0.23 - - [2024-11-04 02:20:17] "GET /domains HTTP/1.1" 200 280 0.003468 10.0.0.23 - - [2024-11-04 02:20:17] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001235 10.0.0.23 - - [2024-11-04 02:20:17] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc HTTP/1.1" 200 3148 0.011839 10.0.0.23 - - [2024-11-04 02:20:17] "GET /projects?obj_uuids=53bb90ef-39ce-4e02-9980-56d4f1ba2350&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001617 10.0.0.23 - - [2024-11-04 02:20:17] "GET /project/53bb90ef-39ce-4e02-9980-56d4f1ba2350 HTTP/1.1" 200 2625 0.081051 10.0.0.23 - - [2024-11-04 02:20:17] "GET /virtual-network/4520e525-43f2-45df-bbb1-efe9683c40f6 HTTP/1.1" 200 3504 0.009480 10.0.0.23 - - [2024-11-04 02:20:17] "GET /obj-perms HTTP/1.1" 200 5046 0.003315 10.0.0.23 - - [2024-11-04 02:20:17] "GET /virtual-network/4520e525-43f2-45df-bbb1-efe9683c40f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.009267 10.0.0.23 - - [2024-11-04 02:20:17] "POST /neutron/network HTTP/1.1" 200 1114 0.008176 10.0.0.23 - - [2024-11-04 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.23 - - [2024-11-04 02:20:17] "GET /virtual-network/e49f016a-7bf4-481e-acf5-9c6d109f5ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.012729 10.0.0.23 - - [2024-11-04 02:20:17] "POST /neutron/network HTTP/1.1" 200 1006 0.059263 10.0.0.23 - - [2024-11-04 02:20:17] "POST /neutron/network HTTP/1.1" 200 1006 0.016819 10.0.0.23 - - [2024-11-04 02:20:17] "DELETE /access-control-list/a6de79ba-1269-479f-85bb-8d25ea5bd8a0 HTTP/1.1" 200 115 0.061954 10.0.0.23 - - [2024-11-04 02:20:17] "GET /virtual-network/4520e525-43f2-45df-bbb1-efe9683c40f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.010253 10.0.0.23 - - [2024-11-04 02:20:17] "GET /virtual-network/f618b0cb-c907-4b7a-a386-b4c425d23a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.008357 10.0.0.23 - - [2024-11-04 02:20:17] "POST /ref-update HTTP/1.1" 200 156 0.025450 10.0.0.23 - - [2024-11-04 02:20:18] "POST /neutron/network HTTP/1.1" 200 1113 0.008024 10.0.0.23 - - [2024-11-04 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005337 10.0.0.23 - - [2024-11-04 02:20:18] "GET /virtual-network/e49f016a-7bf4-481e-acf5-9c6d109f5ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.009602 10.0.0.23 - - [2024-11-04 02:20:18] "POST /neutron/network HTTP/1.1" 200 1005 0.059689 10.0.0.23 - - [2024-11-04 02:20:18] "DELETE /access-control-list/d8c4b0fb-ebb4-4b96-9cce-78da9d5921bc HTTP/1.1" 200 115 0.047264 10.0.0.23 - - [2024-11-04 02:20:18] "POST /neutron/network HTTP/1.1" 200 1005 0.010385 10.0.0.23 - - [2024-11-04 02:20:18] "POST /ref-update HTTP/1.1" 200 156 0.016010 10.0.0.23 - - [2024-11-04 02:20:18] "GET /virtual-network/f618b0cb-c907-4b7a-a386-b4c425d23a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.010339 10.0.0.23 - - [2024-11-04 02:20:18] "DELETE /network-policy/ea54a639-85dc-4aee-b329-e3e161034ac6 HTTP/1.1" 200 115 0.023739 10.0.0.23 - - [2024-11-04 02:20:18] "POST /neutron/network HTTP/1.1" 200 1006 0.007240 10.0.0.23 - - [2024-11-04 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005016 10.0.0.23 - - [2024-11-04 02:20:18] "POST /useragent-kv HTTP/1.1" 200 115 0.001218 10.0.0.23 - - [2024-11-04 02:20:18] "POST /useragent-kv HTTP/1.1" 200 115 0.001195 10.0.0.23 - - [2024-11-04 02:20:18] "POST /useragent-kv HTTP/1.1" 200 115 0.001081 10.0.0.23 - - [2024-11-04 02:20:18] "POST /useragent-kv HTTP/1.1" 200 115 0.001076 10.0.0.23 - - [2024-11-04 02:20:18] "POST /neutron/network HTTP/1.1" 200 151 0.091157 10.0.0.23 - - [2024-11-04 02:20:18] "DELETE /route-target/98455e4c-53dc-44e6-add8-ccb7940f479d HTTP/1.1" 200 115 0.027698 10.0.0.23 - - [2024-11-04 02:20:18] "GET /routing-instance/4aebd6e0-0223-41ba-8c51-e7db0ca2724f HTTP/1.1" 404 171 0.002523 10.0.0.23 - - [2024-11-04 02:20:18] "GET /domains HTTP/1.1" 200 280 0.002224 10.0.0.23 - - [2024-11-04 02:20:18] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001051 10.0.0.23 - - [2024-11-04 02:20:18] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc HTTP/1.1" 200 3148 0.048979 10.0.0.23 - - [2024-11-04 02:20:18] "GET /projects?obj_uuids=53bb90ef-39ce-4e02-9980-56d4f1ba2350&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001172 10.0.0.23 - - [2024-11-04 02:20:18] "GET /project/53bb90ef-39ce-4e02-9980-56d4f1ba2350 HTTP/1.1" 200 2145 0.074274 10.0.0.23 - - [2024-11-04 02:20:18] "POST /neutron/network HTTP/1.1" 200 1005 0.008108 10.0.0.23 - - [2024-11-04 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004289 10.0.0.23 - - [2024-11-04 02:20:18] "POST /useragent-kv HTTP/1.1" 200 115 0.001204 10.0.0.23 - - [2024-11-04 02:20:18] "POST /useragent-kv HTTP/1.1" 200 115 0.001173 10.0.0.23 - - [2024-11-04 02:20:18] "POST /useragent-kv HTTP/1.1" 200 115 0.001111 10.0.0.23 - - [2024-11-04 02:20:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002608 10.0.0.23 - - [2024-11-04 02:20:18] "POST /neutron/network HTTP/1.1" 200 151 0.093702 10.0.0.23 - - [2024-11-04 02:20:18] "DELETE /route-target/befd9cb2-a389-4b0f-8723-fcdbef4084b9 HTTP/1.1" 200 115 0.030577 10.0.0.23 - - [2024-11-04 02:20:18] "GET /routing-instance/c02af0c3-05c1-45f7-8995-f0e970589cd0 HTTP/1.1" 404 171 0.002728 10.0.0.23 - - [2024-11-04 02:20:18] "GET /domains HTTP/1.1" 200 280 0.002292 10.0.0.23 - - [2024-11-04 02:20:18] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001337 10.0.0.23 - - [2024-11-04 02:20:18] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc HTTP/1.1" 200 3148 0.050228 10.0.0.23 - - [2024-11-04 02:20:18] "GET /projects?obj_uuids=53bb90ef-39ce-4e02-9980-56d4f1ba2350&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001288 10.0.0.23 - - [2024-11-04 02:20:18] "GET /project/53bb90ef-39ce-4e02-9980-56d4f1ba2350 HTTP/1.1" 200 1900 0.075182 10.0.0.23 - - [2024-11-04 02:20:19] "GET /projects?obj_uuids=53bb90ef-39ce-4e02-9980-56d4f1ba2350&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001198 10.0.0.23 - - [2024-11-04 02:20:19] "GET /project/53bb90ef-39ce-4e02-9980-56d4f1ba2350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.038632 10.0.0.23 - - [2024-11-04 02:20:19] "GET /projects?obj_uuids=53bb90ef-39ce-4e02-9980-56d4f1ba2350&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001158 10.0.0.23 - - [2024-11-04 02:20:19] "GET /project/53bb90ef-39ce-4e02-9980-56d4f1ba2350?fields=virtual_networks HTTP/1.1" 200 1048 0.079566 10.0.0.23 - - [2024-11-04 02:20:19] "GET /projects?obj_uuids=53bb90ef-39ce-4e02-9980-56d4f1ba2350&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001127 10.0.0.23 - - [2024-11-04 02:20:19] "GET /project/53bb90ef-39ce-4e02-9980-56d4f1ba2350?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.031296 10.0.0.23 - - [2024-11-04 02:20:19] "GET /projects?obj_uuids=53bb90ef-39ce-4e02-9980-56d4f1ba2350&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001228 10.0.0.23 - - [2024-11-04 02:20:19] "GET /project/53bb90ef-39ce-4e02-9980-56d4f1ba2350?fields=security_groups HTTP/1.1" 200 1282 0.037690 10.0.0.23 - - [2024-11-04 02:20:20] "POST /fqname-to-id HTTP/1.1" 404 190 0.025646 10.0.0.23 - - [2024-11-04 02:20:20] "GET /projects?obj_uuids=9af78c88-b8bd-44f4-846c-bc5a06b39f0d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002625 10.0.0.23 - - [2024-11-04 02:20:20] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001606 10.0.0.23 - - [2024-11-04 02:20:20] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009609 10.0.0.23 - - [2024-11-04 02:20:20] "POST /id-to-fqname HTTP/1.1" 200 192 0.001295 10.0.0.23 - - [2024-11-04 02:20:20] "POST /fqname-to-id HTTP/1.1" 404 201 0.003327 10.0.0.23 - - [2024-11-04 02:20:20] "POST /security-groups HTTP/1.1" 200 593 0.063358 10.0.0.23 - - [2024-11-04 02:20:20] "POST /fqname-to-id HTTP/1.1" 404 236 0.002400 10.0.0.23 - - [2024-11-04 02:20:20] "POST /projects HTTP/1.1" 200 589 0.214378 10.0.0.23 - - [2024-11-04 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.286860 10.0.0.23 - - [2024-11-04 02:20:20] "POST /access-control-lists HTTP/1.1" 200 598 0.075743 10.0.0.23 - - [2024-11-04 02:20:20] "POST /fqname-to-id HTTP/1.1" 404 235 0.003287 10.0.0.23 - - [2024-11-04 02:20:20] "GET /project/9af78c88-b8bd-44f4-846c-bc5a06b39f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.433604 10.0.0.23 - - [2024-11-04 02:20:20] "POST /access-control-lists HTTP/1.1" 200 596 0.064487 10.0.0.23 - - [2024-11-04 02:20:21] "GET / HTTP/1.1" 200 35931 0.002128 10.0.0.23 - - [2024-11-04 02:20:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000655 10.0.0.23 - - [2024-11-04 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.061542 10.0.0.23 - - [2024-11-04 02:20:22] "GET /projects?obj_uuids=9af78c88-b8bd-44f4-846c-bc5a06b39f0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001306 10.0.0.23 - - [2024-11-04 02:20:22] "GET /project/9af78c88-b8bd-44f4-846c-bc5a06b39f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.033660 10.0.0.23 - - [2024-11-04 02:20:22] "POST /neutron/network HTTP/1.1" 200 117 0.030077 10.0.0.23 - - [2024-11-04 02:20:22] "GET /projects?obj_uuids=9af78c88-b8bd-44f4-846c-bc5a06b39f0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001533 10.0.0.23 - - [2024-11-04 02:20:22] "POST /neutron/network HTTP/1.1" 200 607 0.072731 10.0.0.23 - - [2024-11-04 02:20:23] "POST /route-targets HTTP/1.1" 200 327 0.012941 10.0.0.23 - - [2024-11-04 02:20:23] "POST /ref-update HTTP/1.1" 200 156 0.015278 10.0.0.23 - - [2024-11-04 02:20:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003298 10.0.0.23 - - [2024-11-04 02:20:23] "POST /neutron/subnet HTTP/1.1" 200 729 0.158201 10.0.0.23 - - [2024-11-04 02:20:23] "POST /neutron/network HTTP/1.1" 200 827 0.006286 10.0.0.23 - - [2024-11-04 02:20:23] "POST /id-to-fqname HTTP/1.1" 200 222 0.001339 10.0.0.23 - - [2024-11-04 02:20:23] "GET /virtual-network/9f23f002-1fca-4541-a7c6-664bc6db4e43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.009163 10.0.0.23 - - [2024-11-04 02:20:23] "POST /neutron/network HTTP/1.1" 200 827 0.006268 10.0.0.23 - - [2024-11-04 02:20:23] "GET /virtual-network/9f23f002-1fca-4541-a7c6-664bc6db4e43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008975 10.0.0.23 - - [2024-11-04 02:20:23] "POST /neutron/network HTTP/1.1" 200 827 0.006242 10.0.0.23 - - [2024-11-04 02:20:23] "POST /neutron/subnet HTTP/1.1" 200 729 0.007570 10.0.0.23 - - [2024-11-04 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.23 - - [2024-11-04 02:20:23] "GET /projects?obj_uuids=9af78c88-b8bd-44f4-846c-bc5a06b39f0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001523 10.0.0.23 - - [2024-11-04 02:20:23] "GET /project/9af78c88-b8bd-44f4-846c-bc5a06b39f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.032908 10.0.0.23 - - [2024-11-04 02:20:23] "POST /neutron/network HTTP/1.1" 200 117 0.009410 10.0.0.23 - - [2024-11-04 02:20:23] "GET /projects?obj_uuids=9af78c88-b8bd-44f4-846c-bc5a06b39f0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001626 10.0.0.23 - - [2024-11-04 02:20:23] "POST /neutron/network HTTP/1.1" 200 607 0.076678 10.0.0.23 - - [2024-11-04 02:20:23] "POST /route-targets HTTP/1.1" 200 327 0.010083 10.0.0.23 - - [2024-11-04 02:20:23] "POST /ref-update HTTP/1.1" 200 156 0.013219 10.0.0.23 - - [2024-11-04 02:20:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003247 10.0.0.23 - - [2024-11-04 02:20:23] "POST /neutron/subnet HTTP/1.1" 200 724 0.140898 10.0.0.23 - - [2024-11-04 02:20:23] "POST /neutron/network HTTP/1.1" 200 826 0.006620 10.0.0.23 - - [2024-11-04 02:20:23] "POST /id-to-fqname HTTP/1.1" 200 222 0.001387 10.0.0.23 - - [2024-11-04 02:20:23] "GET /virtual-network/d35f5689-8822-4117-948a-e9928f3e7fd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.009082 10.0.0.23 - - [2024-11-04 02:20:23] "POST /neutron/network HTTP/1.1" 200 826 0.008019 10.0.0.23 - - [2024-11-04 02:20:23] "GET /virtual-network/d35f5689-8822-4117-948a-e9928f3e7fd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.009917 10.0.0.23 - - [2024-11-04 02:20:23] "POST /neutron/network HTTP/1.1" 200 826 0.006150 10.0.0.23 - - [2024-11-04 02:20:23] "POST /neutron/subnet HTTP/1.1" 200 724 0.007347 10.0.0.23 - - [2024-11-04 02:20:23] "POST /fqname-to-id HTTP/1.1" 404 228 0.002525 10.0.0.23 - - [2024-11-04 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002357 10.0.0.23 - - [2024-11-04 02:20:23] "GET /projects?obj_uuids=9af78c88-b8bd-44f4-846c-bc5a06b39f0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001239 10.0.0.23 - - [2024-11-04 02:20:24] "GET /project/9af78c88-b8bd-44f4-846c-bc5a06b39f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.031622 10.0.0.23 - - [2024-11-04 02:20:24] "POST /network-policys HTTP/1.1" 200 571 0.198792 10.0.0.23 - - [2024-11-04 02:20:24] "GET /network-policy/e838ff8c-54b4-40dd-a19f-b08ff839440b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.005836 10.0.0.23 - - [2024-11-04 02:20:24] "POST /neutron/network HTTP/1.1" 200 827 0.005625 10.0.0.23 - - [2024-11-04 02:20:24] "POST /fqname-to-id HTTP/1.1" 404 236 0.002987 10.0.0.23 - - [2024-11-04 02:20:24] "POST /neutron/network HTTP/1.1" 200 929 0.047212 10.0.0.23 - - [2024-11-04 02:20:24] "POST /neutron/network HTTP/1.1" 200 929 0.009225 10.0.0.23 - - [2024-11-04 02:20:24] "GET /virtual-network/9f23f002-1fca-4541-a7c6-664bc6db4e43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.043856 10.0.0.23 - - [2024-11-04 02:20:24] "POST /access-control-lists HTTP/1.1" 200 590 0.088367 10.0.0.23 - - [2024-11-04 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.012946 10.0.0.23 - - [2024-11-04 02:20:24] "GET /network-policy/e838ff8c-54b4-40dd-a19f-b08ff839440b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.004255 10.0.0.23 - - [2024-11-04 02:20:24] "POST /neutron/network HTTP/1.1" 200 826 0.005786 10.0.0.23 - - [2024-11-04 02:20:24] "PUT /access-control-list/2a311476-3794-4777-86a7-95b48f35fc9e HTTP/1.1" 200 272 0.057652 10.0.0.23 - - [2024-11-04 02:20:24] "POST /neutron/network HTTP/1.1" 200 928 0.097458 10.0.0.23 - - [2024-11-04 02:20:24] "POST /fqname-to-id HTTP/1.1" 404 236 0.004625 10.0.0.23 - - [2024-11-04 02:20:24] "POST /neutron/network HTTP/1.1" 200 928 0.006902 10.0.0.23 - - [2024-11-04 02:20:24] "GET /virtual-network/d35f5689-8822-4117-948a-e9928f3e7fd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.008488 10.0.0.23 - - [2024-11-04 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002512 10.0.0.23 - - [2024-11-04 02:20:24] "GET /network-policy/e838ff8c-54b4-40dd-a19f-b08ff839440b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.029187 10.0.0.23 - - [2024-11-04 02:20:24] "POST /access-control-lists HTTP/1.1" 200 590 0.066204 10.0.0.23 - - [2024-11-04 02:20:24] "GET /domains HTTP/1.1" 401 292 0.000475 10.0.0.23 - - [2024-11-04 02:20:24] "POST /ref-update HTTP/1.1" 200 156 0.010691 10.0.0.23 - - [2024-11-04 02:20:25] "GET /domains HTTP/1.1" 200 280 0.026866 10.0.0.23 - - [2024-11-04 02:20:25] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001163 10.0.0.23 - - [2024-11-04 02:20:25] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc HTTP/1.1" 200 3336 0.009483 10.0.0.23 - - [2024-11-04 02:20:25] "GET /projects?obj_uuids=9af78c88-b8bd-44f4-846c-bc5a06b39f0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001501 10.0.0.23 - - [2024-11-04 02:20:25] "GET /project/9af78c88-b8bd-44f4-846c-bc5a06b39f0d HTTP/1.1" 200 2571 0.084454 10.0.0.23 - - [2024-11-04 02:20:25] "GET /virtual-network/9f23f002-1fca-4541-a7c6-664bc6db4e43 HTTP/1.1" 200 2894 0.009497 10.0.0.23 - - [2024-11-04 02:20:25] "GET /virtual-network/9f23f002-1fca-4541-a7c6-664bc6db4e43 HTTP/1.1" 200 2894 0.009832 10.0.0.23 - - [2024-11-04 02:20:25] "GET /routing-instance/7705e45e-f703-4858-aac2-1c75dd051bb4 HTTP/1.1" 200 1783 0.006673 10.0.0.23 - - [2024-11-04 02:20:25] "GET /routing-instance/7705e45e-f703-4858-aac2-1c75dd051bb4 HTTP/1.1" 200 1783 0.004738 10.0.0.23 - - [2024-11-04 02:20:25] "GET /route-target/606c1993-34c1-484f-955d-a5ed247a9e4f HTTP/1.1" 200 1206 0.003606 10.0.0.23 - - [2024-11-04 02:20:25] "GET /virtual-network/9f23f002-1fca-4541-a7c6-664bc6db4e43 HTTP/1.1" 200 2894 0.008143 10.0.0.23 - - [2024-11-04 02:20:25] "GET /routing-instance/7705e45e-f703-4858-aac2-1c75dd051bb4 HTTP/1.1" 200 1783 0.004231 10.0.0.23 - - [2024-11-04 02:20:25] "GET /virtual-network/9f23f002-1fca-4541-a7c6-664bc6db4e43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.008638 10.0.0.23 - - [2024-11-04 02:20:25] "GET /virtual-network/9f23f002-1fca-4541-a7c6-664bc6db4e43 HTTP/1.1" 200 2894 0.008675 10.0.0.23 - - [2024-11-04 02:20:25] "GET /routing-instance/7705e45e-f703-4858-aac2-1c75dd051bb4 HTTP/1.1" 200 1783 0.004189 10.0.0.23 - - [2024-11-04 02:20:25] "GET /routing-instance/7705e45e-f703-4858-aac2-1c75dd051bb4 HTTP/1.1" 200 1783 0.004189 10.0.0.23 - - [2024-11-04 02:20:25] "GET /route-target/606c1993-34c1-484f-955d-a5ed247a9e4f HTTP/1.1" 200 1206 0.003501 10.0.0.23 - - [2024-11-04 02:20:25] "GET /domains HTTP/1.1" 200 280 0.002783 10.0.0.23 - - [2024-11-04 02:20:25] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001185 10.0.0.23 - - [2024-11-04 02:20:25] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc HTTP/1.1" 200 3336 0.008609 10.0.0.23 - - [2024-11-04 02:20:25] "GET /projects?obj_uuids=9af78c88-b8bd-44f4-846c-bc5a06b39f0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001469 10.0.0.23 - - [2024-11-04 02:20:25] "GET /project/9af78c88-b8bd-44f4-846c-bc5a06b39f0d HTTP/1.1" 200 2571 0.078057 10.0.0.23 - - [2024-11-04 02:20:25] "GET /virtual-network/9f23f002-1fca-4541-a7c6-664bc6db4e43 HTTP/1.1" 200 2894 0.008757 10.0.0.23 - - [2024-11-04 02:20:25] "GET /obj-perms HTTP/1.1" 200 5034 0.059257 10.0.0.23 - - [2024-11-04 02:20:25] "GET /domains HTTP/1.1" 200 280 0.002849 10.0.0.23 - - [2024-11-04 02:20:25] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001239 10.0.0.23 - - [2024-11-04 02:20:25] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc HTTP/1.1" 200 3336 0.008888 10.0.0.23 - - [2024-11-04 02:20:25] "GET /projects?obj_uuids=9af78c88-b8bd-44f4-846c-bc5a06b39f0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001603 10.0.0.23 - - [2024-11-04 02:20:26] "GET /project/9af78c88-b8bd-44f4-846c-bc5a06b39f0d HTTP/1.1" 200 2571 0.087626 10.0.0.23 - - [2024-11-04 02:20:26] "GET /virtual-network/d35f5689-8822-4117-948a-e9928f3e7fd4 HTTP/1.1" 200 2892 0.012295 10.0.0.23 - - [2024-11-04 02:20:26] "GET /virtual-network/d35f5689-8822-4117-948a-e9928f3e7fd4 HTTP/1.1" 200 2892 0.009867 10.0.0.23 - - [2024-11-04 02:20:26] "GET /routing-instance/f116d6ff-286c-4e7c-859c-1518d91f287d HTTP/1.1" 200 1783 0.005039 10.0.0.23 - - [2024-11-04 02:20:26] "GET /routing-instance/f116d6ff-286c-4e7c-859c-1518d91f287d HTTP/1.1" 200 1783 0.004391 10.0.0.23 - - [2024-11-04 02:20:26] "GET /route-target/53c9a106-e7fd-492e-b6c4-7611a723e14e HTTP/1.1" 200 1206 0.003801 10.0.0.23 - - [2024-11-04 02:20:26] "GET /virtual-network/d35f5689-8822-4117-948a-e9928f3e7fd4 HTTP/1.1" 200 2892 0.008649 10.0.0.23 - - [2024-11-04 02:20:26] "GET /routing-instance/f116d6ff-286c-4e7c-859c-1518d91f287d HTTP/1.1" 200 1783 0.004592 10.0.0.23 - - [2024-11-04 02:20:26] "GET /virtual-network/d35f5689-8822-4117-948a-e9928f3e7fd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.008821 10.0.0.23 - - [2024-11-04 02:20:26] "GET /virtual-network/d35f5689-8822-4117-948a-e9928f3e7fd4 HTTP/1.1" 200 2892 0.008666 10.0.0.23 - - [2024-11-04 02:20:26] "GET /routing-instance/f116d6ff-286c-4e7c-859c-1518d91f287d HTTP/1.1" 200 1783 0.006038 10.0.0.23 - - [2024-11-04 02:20:26] "GET /routing-instance/f116d6ff-286c-4e7c-859c-1518d91f287d HTTP/1.1" 200 1783 0.004261 10.0.0.23 - - [2024-11-04 02:20:26] "GET /route-target/53c9a106-e7fd-492e-b6c4-7611a723e14e HTTP/1.1" 200 1206 0.003584 10.0.0.23 - - [2024-11-04 02:20:26] "GET /domains HTTP/1.1" 200 280 0.002820 10.0.0.23 - - [2024-11-04 02:20:26] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001106 10.0.0.23 - - [2024-11-04 02:20:26] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc HTTP/1.1" 200 3336 0.008963 10.0.0.23 - - [2024-11-04 02:20:26] "GET /projects?obj_uuids=9af78c88-b8bd-44f4-846c-bc5a06b39f0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001412 10.0.0.23 - - [2024-11-04 02:20:26] "GET /project/9af78c88-b8bd-44f4-846c-bc5a06b39f0d HTTP/1.1" 200 2571 0.079966 10.0.0.23 - - [2024-11-04 02:20:26] "GET /virtual-network/d35f5689-8822-4117-948a-e9928f3e7fd4 HTTP/1.1" 200 2892 0.009344 10.0.0.23 - - [2024-11-04 02:20:26] "GET /obj-perms HTTP/1.1" 200 5034 0.004443 10.0.0.23 - - [2024-11-04 02:20:26] "POST /id-to-fqname HTTP/1.1" 200 222 0.001469 10.0.0.23 - - [2024-11-04 02:20:26] "POST /neutron/network HTTP/1.1" 200 939 0.005871 10.0.0.23 - - [2024-11-04 02:20:26] "GET /aaa-mode HTTP/1.1" 401 292 0.000397 10.0.0.23 - - [2024-11-04 02:20:26] "GET / HTTP/1.1" 200 35931 0.003208 10.0.0.23 - - [2024-11-04 02:20:26] "GET /project/9af78c88-b8bd-44f4-846c-bc5a06b39f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000426 10.0.0.23 - - [2024-11-04 02:20:27] "GET /projects?obj_uuids=9af78c88-b8bd-44f4-846c-bc5a06b39f0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001245 10.0.0.23 - - [2024-11-04 02:20:27] "GET /project/9af78c88-b8bd-44f4-846c-bc5a06b39f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.058134 10.0.0.23 - - [2024-11-04 02:20:27] "POST /neutron/network HTTP/1.1" 200 929 0.006552 10.0.0.23 - - [2024-11-04 02:20:27] "POST /neutron/port HTTP/1.1" 200 117 0.004900 10.0.0.23 - - [2024-11-04 02:20:27] "POST /neutron/port HTTP/1.1" 200 117 0.005251 10.0.0.23 - - [2024-11-04 02:20:27] "POST /id-to-fqname HTTP/1.1" 200 222 0.001353 10.0.0.23 - - [2024-11-04 02:20:27] "POST /neutron/port HTTP/1.1" 200 117 0.005235 10.0.0.23 - - [2024-11-04 02:20:27] "POST /neutron/network HTTP/1.1" 200 938 0.007413 10.0.0.23 - - [2024-11-04 02:20:27] "GET /aaa-mode HTTP/1.1" 401 292 0.000464 10.0.0.23 - - [2024-11-04 02:20:27] "POST /neutron/network HTTP/1.1" 200 939 0.006058 10.0.0.23 - - [2024-11-04 02:20:27] "GET /projects?obj_uuids=9af78c88-b8bd-44f4-846c-bc5a06b39f0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001347 10.0.0.23 - - [2024-11-04 02:20:28] "GET / HTTP/1.1" 200 35931 0.001950 10.0.0.23 - - [2024-11-04 02:20:28] "GET /project/9af78c88-b8bd-44f4-846c-bc5a06b39f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000560 10.0.0.23 - - [2024-11-04 02:20:28] "POST /neutron/port HTTP/1.1" 200 1063 0.248324 10.0.0.23 - - [2024-11-04 02:20:28] "POST /neutron/port HTTP/1.1" 200 1063 0.011960 10.0.0.23 - - [2024-11-04 02:20:28] "POST /neutron/port HTTP/1.1" 200 1063 0.009228 10.0.0.23 - - [2024-11-04 02:20:28] "POST /neutron/port HTTP/1.1" 200 1117 0.064137 10.0.0.23 - - [2024-11-04 02:20:28] "POST /neutron/port HTTP/1.1" 200 1091 0.016129 10.0.0.23 - - [2024-11-04 02:20:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003378 10.0.0.23 - - [2024-11-04 02:20:28] "POST /neutron/subnet HTTP/1.1" 200 703 0.012232 10.0.0.23 - - [2024-11-04 02:20:28] "POST /neutron/port HTTP/1.1" 200 117 0.001328 10.0.0.23 - - [2024-11-04 02:20:28] "POST /neutron/network HTTP/1.1" 200 929 0.009801 10.0.0.23 - - [2024-11-04 02:20:28] "GET /projects?obj_uuids=9af78c88-b8bd-44f4-846c-bc5a06b39f0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001275 10.0.0.23 - - [2024-11-04 02:20:28] "GET /project/9af78c88-b8bd-44f4-846c-bc5a06b39f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.066423 10.0.0.23 - - [2024-11-04 02:20:28] "POST /neutron/network HTTP/1.1" 200 928 0.006171 10.0.0.23 - - [2024-11-04 02:20:28] "POST /neutron/port HTTP/1.1" 200 1091 0.026917 10.0.0.23 - - [2024-11-04 02:20:28] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006800 10.0.0.23 - - [2024-11-04 02:20:28] "POST /neutron/port HTTP/1.1" 200 117 0.006474 10.0.0.23 - - [2024-11-04 02:20:28] "POST /neutron/port HTTP/1.1" 200 1091 0.025652 10.0.0.23 - - [2024-11-04 02:20:28] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008151 10.0.0.23 - - [2024-11-04 02:20:29] "POST /neutron/network HTTP/1.1" 200 938 0.007854 10.0.0.23 - - [2024-11-04 02:20:29] "GET /projects?obj_uuids=9af78c88-b8bd-44f4-846c-bc5a06b39f0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001824 10.0.0.23 - - [2024-11-04 02:20:29] "PUT /access-control-list/6d888c30-f49f-4690-9666-14519a5d948c HTTP/1.1" 200 272 0.061480 10.0.0.23 - - [2024-11-04 02:20:29] "POST /neutron/port HTTP/1.1" 200 1062 0.385888 10.0.0.23 - - [2024-11-04 02:20:29] "DELETE /project/9af78c88b8bd44f4846cbc5a06b39f0d HTTP/1.1" 404 173 0.027591 10.0.0.23 - - [2024-11-04 02:20:29] "DELETE /project/80505be823d7429caad7c85ef1f7ae55 HTTP/1.1" 404 173 0.024760 10.0.0.23 - - [2024-11-04 02:20:29] "DELETE /project/4915330d297341c1aa136c3ea27a9a55 HTTP/1.1" 404 173 0.018088 10.0.0.23 - - [2024-11-04 02:20:29] "DELETE /project/53bb90ef39ce4e02998056d4f1ba2350 HTTP/1.1" 404 173 0.017342 10.0.0.23 - - [2024-11-04 02:20:29] "GET /projects?obj_uuids=80505be8-23d7-429c-aad7-c85ef1f7ae55&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001190 10.0.0.23 - - [2024-11-04 02:20:29] "GET /projects?obj_uuids=03e82aa3-f690-476e-9aeb-0686b443e225&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001084 10.0.0.23 - - [2024-11-04 02:20:29] "GET /projects?obj_uuids=4915330d-2973-41c1-aa13-6c3ea27a9a55&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001061 10.0.0.23 - - [2024-11-04 02:20:29] "GET /projects?obj_uuids=53bb90ef-39ce-4e02-9980-56d4f1ba2350&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001037 10.0.0.23 - - [2024-11-04 02:20:29] "POST /neutron/port HTTP/1.1" 200 1062 0.031121 10.0.0.23 - - [2024-11-04 02:20:29] "GET /project/03e82aa3-f690-476e-9aeb-0686b443e225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.084195 10.0.0.23 - - [2024-11-04 02:20:29] "POST /neutron/port HTTP/1.1" 200 1062 0.032397 10.0.0.23 - - [2024-11-04 02:20:29] "GET /project/80505be8-23d7-429c-aad7-c85ef1f7ae55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.102419 10.0.0.23 - - [2024-11-04 02:20:29] "GET /project/4915330d-2973-41c1-aa13-6c3ea27a9a55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.098567 10.0.0.23 - - [2024-11-04 02:20:29] "GET /project/53bb90ef-39ce-4e02-9980-56d4f1ba2350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.108861 10.0.0.23 - - [2024-11-04 02:20:29] "GET /projects?obj_uuids=53bb90ef-39ce-4e02-9980-56d4f1ba2350&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001103 10.0.0.23 - - [2024-11-04 02:20:29] "GET /projects?obj_uuids=4915330d-2973-41c1-aa13-6c3ea27a9a55&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001022 10.0.0.23 - - [2024-11-04 02:20:29] "GET /projects?obj_uuids=80505be8-23d7-429c-aad7-c85ef1f7ae55&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000994 10.0.0.23 - - [2024-11-04 02:20:29] "GET /projects?obj_uuids=03e82aa3-f690-476e-9aeb-0686b443e225&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000977 10.0.0.23 - - [2024-11-04 02:20:29] "GET /project/4915330d-2973-41c1-aa13-6c3ea27a9a55?fields=security_groups HTTP/1.1" 200 1348 0.078933 10.0.0.23 - - [2024-11-04 02:20:29] "GET /project/80505be8-23d7-429c-aad7-c85ef1f7ae55?fields=security_groups HTTP/1.1" 200 1372 0.095498 10.0.0.23 - - [2024-11-04 02:20:29] "GET /project/03e82aa3-f690-476e-9aeb-0686b443e225?fields=security_groups HTTP/1.1" 200 1398 0.110177 10.0.0.23 - - [2024-11-04 02:20:29] "GET /project/53bb90ef-39ce-4e02-9980-56d4f1ba2350?fields=security_groups HTTP/1.1" 200 1387 0.113637 10.0.0.23 - - [2024-11-04 02:20:29] "POST /neutron/port HTTP/1.1" 200 1116 0.212954 10.0.0.23 - - [2024-11-04 02:20:29] "DELETE /security-group/74579121-f886-4ff0-a84d-dd6cb61f37ea HTTP/1.1" 200 115 0.121346 10.0.0.23 - - [2024-11-04 02:20:29] "GET /projects?obj_uuids=80505be8-23d7-429c-aad7-c85ef1f7ae55&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001274 10.0.0.23 - - [2024-11-04 02:20:29] "POST /neutron/port HTTP/1.1" 200 1090 0.051776 10.0.0.23 - - [2024-11-04 02:20:29] "DELETE /security-group/a4ee4a25-c1d4-42bf-9fe9-a6dbc85f3aae HTTP/1.1" 200 115 0.168393 10.0.0.23 - - [2024-11-04 02:20:29] "DELETE /security-group/711387b9-9b05-4a59-9f73-d476c2506f9e HTTP/1.1" 200 115 0.172297 10.0.0.23 - - [2024-11-04 02:20:29] "GET /projects?obj_uuids=03e82aa3-f690-476e-9aeb-0686b443e225&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001015 10.0.0.23 - - [2024-11-04 02:20:29] "DELETE /access-control-list/e1c8d18e-7552-4eba-b8df-d410ab0e2705 HTTP/1.1" 200 115 0.094019 10.0.0.23 - - [2024-11-04 02:20:29] "GET /projects?obj_uuids=4915330d-2973-41c1-aa13-6c3ea27a9a55&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000968 10.0.0.23 - - [2024-11-04 02:20:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005298 10.0.0.23 - - [2024-11-04 02:20:30] "GET /project/80505be8-23d7-429c-aad7-c85ef1f7ae55?fields=application_policy_sets HTTP/1.1" 200 1411 0.084484 10.0.0.23 - - [2024-11-04 02:20:30] "DELETE /security-group/fee47c6c-f515-4e09-82fd-ca8a177cf515 HTTP/1.1" 200 115 0.182002 10.0.0.23 - - [2024-11-04 02:20:30] "GET /projects?obj_uuids=53bb90ef-39ce-4e02-9980-56d4f1ba2350&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001534 10.0.0.23 - - [2024-11-04 02:20:30] "GET /project/03e82aa3-f690-476e-9aeb-0686b443e225?fields=application_policy_sets HTTP/1.1" 200 1437 0.075163 10.0.0.23 - - [2024-11-04 02:20:30] "POST /neutron/subnet HTTP/1.1" 200 698 0.048478 10.0.0.23 - - [2024-11-04 02:20:30] "DELETE /access-control-list/91c83ecd-8bc3-4bbb-b58a-78b11f0409df HTTP/1.1" 200 115 0.083852 10.0.0.23 - - [2024-11-04 02:20:30] "GET /project/4915330d-2973-41c1-aa13-6c3ea27a9a55?fields=application_policy_sets HTTP/1.1" 200 1387 0.124780 10.0.0.23 - - [2024-11-04 02:20:30] "GET /project/53bb90ef-39ce-4e02-9980-56d4f1ba2350?fields=application_policy_sets HTTP/1.1" 200 1426 0.092429 10.0.0.23 - - [2024-11-04 02:20:30] "POST /neutron/port HTTP/1.1" 200 117 0.001367 10.0.0.23 - - [2024-11-04 02:20:30] "POST /neutron/network HTTP/1.1" 200 928 0.011036 10.0.0.23 - - [2024-11-04 02:20:30] "DELETE /access-control-list/00fd78b2-f4a9-4198-995a-39052e78acf4 HTTP/1.1" 200 115 0.081178 10.0.0.23 - - [2024-11-04 02:20:30] "DELETE /access-control-list/081ba7b0-bc7b-45fb-a03b-94771fbe0415 HTTP/1.1" 200 115 0.077001 10.0.0.23 - - [2024-11-04 02:20:30] "DELETE /access-control-list/dc410288-e366-4f96-b1c8-b9eacc6c9f63 HTTP/1.1" 200 115 0.068579 10.0.0.23 - - [2024-11-04 02:20:30] "DELETE /project/80505be8-23d7-429c-aad7-c85ef1f7ae55 HTTP/1.1" 200 115 0.855831 10.0.0.23 - - [2024-11-04 02:20:30] "DELETE /project/03e82aa3-f690-476e-9aeb-0686b443e225 HTTP/1.1" 200 115 0.881477 10.0.0.23 - - [2024-11-04 02:20:30] "DELETE /access-control-list/6b542a8f-a18b-4daf-be2c-3a56afd5cde3 HTTP/1.1" 200 115 0.055663 10.0.0.23 - - [2024-11-04 02:20:30] "DELETE /project/4915330d-2973-41c1-aa13-6c3ea27a9a55 HTTP/1.1" 200 115 0.895436 10.0.0.23 - - [2024-11-04 02:20:30] "DELETE /project/53bb90ef-39ce-4e02-9980-56d4f1ba2350 HTTP/1.1" 200 115 0.896909 10.0.0.23 - - [2024-11-04 02:20:30] "DELETE /access-control-list/f2c2f678-7b3e-4b3a-8dbe-154f52b0cb69 HTTP/1.1" 200 115 0.044985 10.0.0.23 - - [2024-11-04 02:20:30] "DELETE /access-control-list/e635aaa2-f544-4184-b83b-adcb02140134 HTTP/1.1" 200 115 0.045786 10.0.0.23 - - [2024-11-04 02:20:33] "POST /neutron/port HTTP/1.1" 200 1091 0.017236 10.0.0.23 - - [2024-11-04 02:20:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006795 10.0.0.23 - - [2024-11-04 02:20:34] "POST /neutron/port HTTP/1.1" 200 1091 0.018527 10.0.0.23 - - [2024-11-04 02:20:34] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006367 10.0.0.23 - - [2024-11-04 02:20:34] "POST /neutron/port HTTP/1.1" 200 1091 0.017994 10.0.0.23 - - [2024-11-04 02:20:34] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006615 10.0.0.23 - - [2024-11-04 02:20:34] "GET /virtual-machine/1913c96f-1747-47fa-8cbb-0aea36ea5a75 HTTP/1.1" 200 1294 0.006436 10.0.0.23 - - [2024-11-04 02:20:34] "GET /virtual-machine-interface/01a68547-a37a-4a7a-ba97-5c7ef867f69c HTTP/1.1" 200 2949 0.010487 10.0.0.23 - - [2024-11-04 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.23 - - [2024-11-04 02:20:34] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004493 10.0.0.23 - - [2024-11-04 02:20:34] "GET /virtual-networks?parent_id=9af78c88-b8bd-44f4-846c-bc5a06b39f0d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003193 10.0.0.23 - - [2024-11-04 02:20:34] "GET /virtual-network/9f23f002-1fca-4541-a7c6-664bc6db4e43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.009775 10.0.0.23 - - [2024-11-04 02:20:36] "POST /neutron/port HTTP/1.1" 200 1091 0.016042 10.0.0.23 - - [2024-11-04 02:20:36] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006020 10.0.0.23 - - [2024-11-04 02:20:36] "GET /obj-perms HTTP/1.1" 200 5056 0.061803 10.0.0.23 - - [2024-11-04 02:20:37] "GET /obj-perms HTTP/1.1" 200 5056 0.058894 10.0.0.23 - - [2024-11-04 02:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.23 - - [2024-11-04 02:20:37] "GET /virtual-network/9f23f002-1fca-4541-a7c6-664bc6db4e43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.010198 10.0.0.23 - - [2024-11-04 02:20:38] "POST /neutron/port HTTP/1.1" 200 1090 0.029224 10.0.0.23 - - [2024-11-04 02:20:38] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006600 10.0.0.23 - - [2024-11-04 02:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.23 - - [2024-11-04 02:20:39] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004136 10.0.0.23 - - [2024-11-04 02:20:39] "GET /virtual-networks?parent_id=9af78c88-b8bd-44f4-846c-bc5a06b39f0d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002965 10.0.0.23 - - [2024-11-04 02:20:39] "GET /virtual-network/9f23f002-1fca-4541-a7c6-664bc6db4e43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.009590 10.0.0.23 - - [2024-11-04 02:20:39] "POST /neutron/port HTTP/1.1" 200 1090 0.018142 10.0.0.23 - - [2024-11-04 02:20:39] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008373 10.0.0.23 - - [2024-11-04 02:20:39] "POST /neutron/port HTTP/1.1" 200 1090 0.017574 10.0.0.23 - - [2024-11-04 02:20:39] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007162 10.0.0.23 - - [2024-11-04 02:20:40] "POST /neutron/port HTTP/1.1" 200 1090 0.017066 10.0.0.23 - - [2024-11-04 02:20:40] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006870 10.0.0.23 - - [2024-11-04 02:20:40] "GET /virtual-machine/ce6622c6-9af4-4b92-8863-5a5ccabadfb6 HTTP/1.1" 200 1294 0.005891 10.0.0.23 - - [2024-11-04 02:20:40] "GET /virtual-machine-interface/b14756e0-e24b-4286-9bc2-6ac1476d1cf6 HTTP/1.1" 200 2951 0.009009 10.0.0.23 - - [2024-11-04 02:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.23 - - [2024-11-04 02:20:40] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004302 10.0.0.23 - - [2024-11-04 02:20:40] "GET /virtual-networks?parent_id=9af78c88-b8bd-44f4-846c-bc5a06b39f0d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003391 10.0.0.23 - - [2024-11-04 02:20:40] "GET /virtual-network/d35f5689-8822-4117-948a-e9928f3e7fd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.009463 10.0.0.23 - - [2024-11-04 02:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.23 - - [2024-11-04 02:20:41] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003869 10.0.0.23 - - [2024-11-04 02:20:41] "GET /virtual-networks?parent_id=9af78c88-b8bd-44f4-846c-bc5a06b39f0d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003390 10.0.0.23 - - [2024-11-04 02:20:41] "GET /virtual-network/d35f5689-8822-4117-948a-e9928f3e7fd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.015769 10.0.0.23 - - [2024-11-04 02:20:41] "POST /neutron/port HTTP/1.1" 200 1091 0.017136 10.0.0.23 - - [2024-11-04 02:20:42] "POST /neutron/port HTTP/1.1" 200 1091 0.015766 10.0.0.23 - - [2024-11-04 02:20:42] "POST /neutron/network HTTP/1.1" 200 939 0.006080 10.0.0.23 - - [2024-11-04 02:20:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003563 10.0.0.23 - - [2024-11-04 02:20:42] "POST /neutron/subnet HTTP/1.1" 200 703 0.011359 10.0.0.23 - - [2024-11-04 02:20:42] "POST /neutron/port HTTP/1.1" 200 117 0.001394 10.0.0.23 - - [2024-11-04 02:20:42] "POST /neutron/network HTTP/1.1" 200 929 0.006276 10.0.0.23 - - [2024-11-04 02:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.23 - - [2024-11-04 02:20:45] "GET /projects?obj_uuids=9af78c88-b8bd-44f4-846c-bc5a06b39f0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001430 10.0.0.23 - - [2024-11-04 02:20:45] "GET /project/9af78c88-b8bd-44f4-846c-bc5a06b39f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.034411 10.0.0.23 - - [2024-11-04 02:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.23 - - [2024-11-04 02:20:45] "PUT /network-policy/e838ff8c-54b4-40dd-a19f-b08ff839440b HTTP/1.1" 200 262 0.010938 10.0.0.23 - - [2024-11-04 02:20:46] "PUT /access-control-list/2a311476-3794-4777-86a7-95b48f35fc9e HTTP/1.1" 200 272 0.051041 10.0.0.23 - - [2024-11-04 02:20:46] "POST /ref-update HTTP/1.1" 200 156 0.011247 10.0.0.23 - - [2024-11-04 02:20:46] "PUT /access-control-list/6d888c30-f49f-4690-9666-14519a5d948c HTTP/1.1" 200 272 0.051204 10.0.0.23 - - [2024-11-04 02:20:46] "POST /ref-update HTTP/1.1" 200 156 0.011483 10.0.0.23 - - [2024-11-04 02:20:48] "GET /virtual-network/d35f5689-8822-4117-948a-e9928f3e7fd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.016927 10.0.0.23 - - [2024-11-04 02:20:48] "POST /neutron/network HTTP/1.1" 200 928 0.005863 10.0.0.23 - - [2024-11-04 02:20:49] "POST /neutron/network HTTP/1.1" 200 826 0.048753 10.0.0.23 - - [2024-11-04 02:20:49] "DELETE /access-control-list/6d888c30-f49f-4690-9666-14519a5d948c HTTP/1.1" 200 115 0.037378 10.0.0.23 - - [2024-11-04 02:20:49] "POST /neutron/network HTTP/1.1" 200 826 0.007219 10.0.0.23 - - [2024-11-04 02:20:49] "GET /virtual-network/d35f5689-8822-4117-948a-e9928f3e7fd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.013093 10.0.0.23 - - [2024-11-04 02:20:49] "GET /virtual-network/9f23f002-1fca-4541-a7c6-664bc6db4e43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.008890 10.0.0.23 - - [2024-11-04 02:20:49] "POST /neutron/network HTTP/1.1" 200 929 0.006799 10.0.0.23 - - [2024-11-04 02:20:49] "POST /neutron/network HTTP/1.1" 200 827 0.080140 10.0.0.23 - - [2024-11-04 02:20:49] "DELETE /access-control-list/2a311476-3794-4777-86a7-95b48f35fc9e HTTP/1.1" 200 115 0.070482 10.0.0.23 - - [2024-11-04 02:20:49] "POST /neutron/network HTTP/1.1" 200 827 0.020170 10.0.0.23 - - [2024-11-04 02:20:49] "GET /virtual-network/9f23f002-1fca-4541-a7c6-664bc6db4e43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.009676 10.0.0.23 - - [2024-11-04 02:20:49] "DELETE /network-policy/e838ff8c-54b4-40dd-a19f-b08ff839440b HTTP/1.1" 200 115 0.025300 10.0.0.23 - - [2024-11-04 02:20:49] "POST /neutron/network HTTP/1.1" 200 826 0.007406 10.0.0.23 - - [2024-11-04 02:20:49] "POST /neutron/network HTTP/1.1" 400 204 0.014670 10.0.0.23 - - [2024-11-04 02:20:49] "POST /neutron/port HTTP/1.1" 200 1090 0.014812 10.0.0.23 - - [2024-11-04 02:20:49] "POST /neutron/port HTTP/1.1" 200 1116 0.009249 10.0.0.23 - - [2024-11-04 02:20:49] "POST /neutron/port HTTP/1.1" 200 151 0.097080 10.0.0.23 - - [2024-11-04 02:20:49] "POST /neutron/port HTTP/1.1" 200 1091 0.022017 10.0.0.23 - - [2024-11-04 02:20:49] "POST /neutron/port HTTP/1.1" 200 1117 0.009847 10.0.0.23 - - [2024-11-04 02:20:49] "POST /neutron/port HTTP/1.1" 200 151 0.110677 10.0.0.23 - - [2024-11-04 02:20:51] "POST /neutron/network HTTP/1.1" 200 826 0.005941 10.0.0.23 - - [2024-11-04 02:20:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001364 10.0.0.23 - - [2024-11-04 02:20:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001049 10.0.0.23 - - [2024-11-04 02:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005907 10.0.0.23 - - [2024-11-04 02:20:51] "POST /neutron/network HTTP/1.1" 200 151 0.076875 10.0.0.23 - - [2024-11-04 02:20:51] "GET /routing-instance/f116d6ff-286c-4e7c-859c-1518d91f287d HTTP/1.1" 404 171 0.002096 10.0.0.23 - - [2024-11-04 02:20:51] "DELETE /route-target/53c9a106-e7fd-492e-b6c4-7611a723e14e HTTP/1.1" 200 115 0.020579 10.0.0.23 - - [2024-11-04 02:20:51] "GET /domains HTTP/1.1" 200 280 0.002635 10.0.0.23 - - [2024-11-04 02:20:51] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001157 10.0.0.23 - - [2024-11-04 02:20:51] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc HTTP/1.1" 200 2574 0.053461 10.0.0.23 - - [2024-11-04 02:20:51] "GET /projects?obj_uuids=9af78c88-b8bd-44f4-846c-bc5a06b39f0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001134 10.0.0.23 - - [2024-11-04 02:20:51] "GET /project/9af78c88-b8bd-44f4-846c-bc5a06b39f0d HTTP/1.1" 200 2103 0.075121 10.0.0.23 - - [2024-11-04 02:20:51] "POST /neutron/network HTTP/1.1" 200 827 0.005685 10.0.0.23 - - [2024-11-04 02:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.23 - - [2024-11-04 02:20:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001195 10.0.0.23 - - [2024-11-04 02:20:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001043 10.0.0.23 - - [2024-11-04 02:20:51] "POST /neutron/network HTTP/1.1" 200 151 0.086148 10.0.0.23 - - [2024-11-04 02:20:51] "DELETE /route-target/606c1993-34c1-484f-955d-a5ed247a9e4f HTTP/1.1" 200 115 0.019635 10.0.0.23 - - [2024-11-04 02:20:51] "GET /routing-instance/7705e45e-f703-4858-aac2-1c75dd051bb4 HTTP/1.1" 404 171 0.005028 10.0.0.23 - - [2024-11-04 02:20:51] "GET /domains HTTP/1.1" 200 280 0.002481 10.0.0.23 - - [2024-11-04 02:20:51] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001107 10.0.0.23 - - [2024-11-04 02:20:51] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc HTTP/1.1" 200 2574 0.054337 10.0.0.23 - - [2024-11-04 02:20:51] "GET /projects?obj_uuids=9af78c88-b8bd-44f4-846c-bc5a06b39f0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001212 10.0.0.23 - - [2024-11-04 02:20:51] "GET /project/9af78c88-b8bd-44f4-846c-bc5a06b39f0d HTTP/1.1" 200 1864 0.072052 10.0.0.23 - - [2024-11-04 02:20:52] "GET /projects?obj_uuids=9af78c88-b8bd-44f4-846c-bc5a06b39f0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001187 10.0.0.23 - - [2024-11-04 02:20:52] "GET /project/9af78c88-b8bd-44f4-846c-bc5a06b39f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.033470 10.0.0.23 - - [2024-11-04 02:20:52] "GET /projects?obj_uuids=9af78c88-b8bd-44f4-846c-bc5a06b39f0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001045 10.0.0.23 - - [2024-11-04 02:20:52] "GET /project/9af78c88-b8bd-44f4-846c-bc5a06b39f0d?fields=virtual_networks HTTP/1.1" 200 1036 0.077861 10.0.0.23 - - [2024-11-04 02:20:52] "GET /projects?obj_uuids=9af78c88-b8bd-44f4-846c-bc5a06b39f0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001888 10.0.0.23 - - [2024-11-04 02:20:52] "GET /project/9af78c88-b8bd-44f4-846c-bc5a06b39f0d?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.062246 10.0.0.23 - - [2024-11-04 02:20:52] "GET /projects?obj_uuids=9af78c88-b8bd-44f4-846c-bc5a06b39f0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001681 10.0.0.23 - - [2024-11-04 02:20:52] "GET /project/9af78c88-b8bd-44f4-846c-bc5a06b39f0d?fields=security_groups HTTP/1.1" 200 1264 0.046219 10.0.0.23 - - [2024-11-04 02:20:53] "POST /fqname-to-id HTTP/1.1" 404 186 0.029356 10.0.0.23 - - [2024-11-04 02:20:53] "GET /projects?obj_uuids=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003416 10.0.0.23 - - [2024-11-04 02:20:53] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001249 10.0.0.23 - - [2024-11-04 02:20:53] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.010744 10.0.0.23 - - [2024-11-04 02:20:53] "POST /id-to-fqname HTTP/1.1" 200 188 0.001381 10.0.0.23 - - [2024-11-04 02:20:53] "POST /fqname-to-id HTTP/1.1" 404 197 0.002460 10.0.0.23 - - [2024-11-04 02:20:53] "POST /security-groups HTTP/1.1" 200 589 0.063540 10.0.0.23 - - [2024-11-04 02:20:53] "POST /fqname-to-id HTTP/1.1" 404 232 0.002681 10.0.0.23 - - [2024-11-04 02:20:53] "POST /projects HTTP/1.1" 200 581 0.225824 10.0.0.23 - - [2024-11-04 02:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.298411 10.0.0.23 - - [2024-11-04 02:20:53] "POST /access-control-lists HTTP/1.1" 200 594 0.061703 10.0.0.23 - - [2024-11-04 02:20:53] "POST /fqname-to-id HTTP/1.1" 404 231 0.002733 10.0.0.23 - - [2024-11-04 02:20:53] "GET /project/2046c67a-dff0-45c0-9193-08a470d9de33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.440490 10.0.0.23 - - [2024-11-04 02:20:53] "POST /access-control-lists HTTP/1.1" 200 592 0.059709 10.0.0.23 - - [2024-11-04 02:20:54] "GET / HTTP/1.1" 200 35931 0.002177 10.0.0.23 - - [2024-11-04 02:20:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.001087 10.0.0.23 - - [2024-11-04 02:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.062138 10.0.0.23 - - [2024-11-04 02:20:56] "GET /projects?obj_uuids=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001576 10.0.0.23 - - [2024-11-04 02:20:56] "GET /project/2046c67a-dff0-45c0-9193-08a470d9de33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.034365 10.0.0.23 - - [2024-11-04 02:20:56] "POST /neutron/network HTTP/1.1" 200 117 0.031431 10.0.0.23 - - [2024-11-04 02:20:56] "GET /projects?obj_uuids=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001264 10.0.0.23 - - [2024-11-04 02:20:56] "POST /neutron/network HTTP/1.1" 200 613 0.079546 10.0.0.23 - - [2024-11-04 02:20:56] "POST /route-targets HTTP/1.1" 200 327 0.011941 10.0.0.23 - - [2024-11-04 02:20:56] "POST /ref-update HTTP/1.1" 200 156 0.012790 10.0.0.23 - - [2024-11-04 02:20:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003133 10.0.0.23 - - [2024-11-04 02:20:56] "POST /neutron/subnet HTTP/1.1" 200 720 0.181753 10.0.0.23 - - [2024-11-04 02:20:56] "POST /neutron/network HTTP/1.1" 200 831 0.005819 10.0.0.23 - - [2024-11-04 02:20:56] "POST /id-to-fqname HTTP/1.1" 200 223 0.001688 10.0.0.23 - - [2024-11-04 02:20:56] "GET /virtual-network/2fc14d29-e272-4771-b193-3accfea118ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.011327 10.0.0.23 - - [2024-11-04 02:20:56] "POST /neutron/network HTTP/1.1" 200 831 0.007093 10.0.0.23 - - [2024-11-04 02:20:56] "GET /virtual-network/2fc14d29-e272-4771-b193-3accfea118ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.009292 10.0.0.23 - - [2024-11-04 02:20:56] "POST /neutron/network HTTP/1.1" 200 831 0.006544 10.0.0.23 - - [2024-11-04 02:20:56] "POST /neutron/subnet HTTP/1.1" 200 720 0.007691 10.0.0.23 - - [2024-11-04 02:20:56] "GET /domains HTTP/1.1" 401 292 0.000538 10.0.0.23 - - [2024-11-04 02:20:56] "GET /domains HTTP/1.1" 200 280 0.029333 10.0.0.23 - - [2024-11-04 02:20:56] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001366 10.0.0.23 - - [2024-11-04 02:20:56] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc HTTP/1.1" 200 2758 0.010480 10.0.0.23 - - [2024-11-04 02:20:57] "GET /projects?obj_uuids=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001145 10.0.0.23 - - [2024-11-04 02:20:57] "GET /project/2046c67a-dff0-45c0-9193-08a470d9de33 HTTP/1.1" 200 2080 0.077325 10.0.0.23 - - [2024-11-04 02:20:57] "GET /virtual-network/2fc14d29-e272-4771-b193-3accfea118ff HTTP/1.1" 200 2314 0.010361 10.0.0.23 - - [2024-11-04 02:20:57] "GET /virtual-network/2fc14d29-e272-4771-b193-3accfea118ff HTTP/1.1" 200 2314 0.009362 10.0.0.23 - - [2024-11-04 02:20:57] "GET /routing-instance/3f1ff23d-fbb0-4793-8271-b8e153110bda HTTP/1.1" 200 1492 0.005030 10.0.0.23 - - [2024-11-04 02:20:57] "GET /routing-instance/3f1ff23d-fbb0-4793-8271-b8e153110bda HTTP/1.1" 200 1492 0.004626 10.0.0.23 - - [2024-11-04 02:20:57] "GET /route-target/87654560-95b2-4023-9c5d-31a9d7f11d80 HTTP/1.1" 200 1212 0.003901 10.0.0.23 - - [2024-11-04 02:20:57] "GET /virtual-network/2fc14d29-e272-4771-b193-3accfea118ff HTTP/1.1" 200 2314 0.009263 10.0.0.23 - - [2024-11-04 02:20:57] "GET /routing-instance/3f1ff23d-fbb0-4793-8271-b8e153110bda HTTP/1.1" 200 1492 0.005079 10.0.0.23 - - [2024-11-04 02:20:57] "GET /virtual-network/2fc14d29-e272-4771-b193-3accfea118ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.009380 10.0.0.23 - - [2024-11-04 02:20:57] "GET /virtual-network/2fc14d29-e272-4771-b193-3accfea118ff HTTP/1.1" 200 2314 0.009910 10.0.0.23 - - [2024-11-04 02:20:57] "GET /routing-instance/3f1ff23d-fbb0-4793-8271-b8e153110bda HTTP/1.1" 200 1492 0.005089 10.0.0.23 - - [2024-11-04 02:20:57] "GET /routing-instance/3f1ff23d-fbb0-4793-8271-b8e153110bda HTTP/1.1" 200 1492 0.004810 10.0.0.23 - - [2024-11-04 02:20:57] "GET /route-target/87654560-95b2-4023-9c5d-31a9d7f11d80 HTTP/1.1" 200 1212 0.003708 10.0.0.23 - - [2024-11-04 02:20:57] "GET /domains HTTP/1.1" 200 280 0.003103 10.0.0.23 - - [2024-11-04 02:20:57] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001168 10.0.0.23 - - [2024-11-04 02:20:57] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc HTTP/1.1" 200 2758 0.008579 10.0.0.23 - - [2024-11-04 02:20:57] "GET /projects?obj_uuids=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001644 10.0.0.23 - - [2024-11-04 02:20:57] "GET /project/2046c67a-dff0-45c0-9193-08a470d9de33 HTTP/1.1" 200 2080 0.081583 10.0.0.23 - - [2024-11-04 02:20:57] "GET /virtual-network/2fc14d29-e272-4771-b193-3accfea118ff HTTP/1.1" 200 2314 0.009350 10.0.0.23 - - [2024-11-04 02:20:57] "GET /obj-perms HTTP/1.1" 200 5026 0.051735 10.0.0.23 - - [2024-11-04 02:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.23 - - [2024-11-04 02:20:57] "GET /projects?obj_uuids=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001529 10.0.0.23 - - [2024-11-04 02:20:57] "GET /project/2046c67a-dff0-45c0-9193-08a470d9de33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.036462 10.0.0.23 - - [2024-11-04 02:20:57] "POST /neutron/network HTTP/1.1" 200 117 0.010593 10.0.0.23 - - [2024-11-04 02:20:57] "GET /projects?obj_uuids=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001343 10.0.0.23 - - [2024-11-04 02:20:57] "POST /neutron/network HTTP/1.1" 200 613 0.084505 10.0.0.23 - - [2024-11-04 02:20:57] "POST /route-targets HTTP/1.1" 200 327 0.013966 10.0.0.23 - - [2024-11-04 02:20:57] "POST /ref-update HTTP/1.1" 200 156 0.017022 10.0.0.23 - - [2024-11-04 02:20:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002998 10.0.0.23 - - [2024-11-04 02:20:58] "POST /neutron/subnet HTTP/1.1" 200 730 0.177964 10.0.0.23 - - [2024-11-04 02:20:58] "POST /neutron/network HTTP/1.1" 200 833 0.006833 10.0.0.23 - - [2024-11-04 02:20:58] "POST /id-to-fqname HTTP/1.1" 200 223 0.001222 10.0.0.23 - - [2024-11-04 02:20:58] "GET /virtual-network/6678627a-352e-454f-9ab9-98a46056c887?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.009098 10.0.0.23 - - [2024-11-04 02:20:58] "POST /neutron/network HTTP/1.1" 200 833 0.007115 10.0.0.23 - - [2024-11-04 02:20:58] "GET /virtual-network/6678627a-352e-454f-9ab9-98a46056c887?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.009682 10.0.0.23 - - [2024-11-04 02:20:58] "POST /neutron/network HTTP/1.1" 200 833 0.006060 10.0.0.23 - - [2024-11-04 02:20:58] "POST /neutron/subnet HTTP/1.1" 200 730 0.007408 10.0.0.23 - - [2024-11-04 02:20:58] "GET /domains HTTP/1.1" 200 280 0.002450 10.0.0.23 - - [2024-11-04 02:20:58] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001026 10.0.0.23 - - [2024-11-04 02:20:58] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc HTTP/1.1" 200 2758 0.007478 10.0.0.23 - - [2024-11-04 02:20:58] "GET /projects?obj_uuids=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001005 10.0.0.23 - - [2024-11-04 02:20:58] "GET /project/2046c67a-dff0-45c0-9193-08a470d9de33 HTTP/1.1" 200 2298 0.076607 10.0.0.23 - - [2024-11-04 02:20:58] "GET /virtual-network/6678627a-352e-454f-9ab9-98a46056c887 HTTP/1.1" 200 2321 0.012217 10.0.0.23 - - [2024-11-04 02:20:58] "GET /virtual-network/6678627a-352e-454f-9ab9-98a46056c887 HTTP/1.1" 200 2321 0.009351 10.0.0.23 - - [2024-11-04 02:20:58] "GET /routing-instance/c0d1039b-784d-46f0-9d1a-a7d3afd02a45 HTTP/1.1" 200 1494 0.005228 10.0.0.23 - - [2024-11-04 02:20:58] "GET /routing-instance/c0d1039b-784d-46f0-9d1a-a7d3afd02a45 HTTP/1.1" 200 1494 0.004466 10.0.0.23 - - [2024-11-04 02:20:58] "GET /route-target/bfa69ea2-7dd5-40ff-af76-09450032b4d5 HTTP/1.1" 200 1213 0.004333 10.0.0.23 - - [2024-11-04 02:20:58] "GET /virtual-network/6678627a-352e-454f-9ab9-98a46056c887 HTTP/1.1" 200 2321 0.008395 10.0.0.23 - - [2024-11-04 02:20:58] "GET /routing-instance/c0d1039b-784d-46f0-9d1a-a7d3afd02a45 HTTP/1.1" 200 1494 0.005995 10.0.0.23 - - [2024-11-04 02:20:58] "GET /virtual-network/6678627a-352e-454f-9ab9-98a46056c887?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008571 10.0.0.23 - - [2024-11-04 02:20:58] "GET /virtual-network/6678627a-352e-454f-9ab9-98a46056c887 HTTP/1.1" 200 2321 0.008520 10.0.0.23 - - [2024-11-04 02:20:58] "GET /routing-instance/c0d1039b-784d-46f0-9d1a-a7d3afd02a45 HTTP/1.1" 200 1494 0.004561 10.0.0.23 - - [2024-11-04 02:20:58] "GET /routing-instance/c0d1039b-784d-46f0-9d1a-a7d3afd02a45 HTTP/1.1" 200 1494 0.005106 10.0.0.23 - - [2024-11-04 02:20:58] "GET /route-target/bfa69ea2-7dd5-40ff-af76-09450032b4d5 HTTP/1.1" 200 1213 0.003389 10.0.0.23 - - [2024-11-04 02:20:58] "GET /domains HTTP/1.1" 200 280 0.002791 10.0.0.23 - - [2024-11-04 02:20:58] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001138 10.0.0.23 - - [2024-11-04 02:20:58] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc HTTP/1.1" 200 2758 0.008440 10.0.0.23 - - [2024-11-04 02:20:58] "GET /projects?obj_uuids=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001220 10.0.0.23 - - [2024-11-04 02:20:58] "GET /project/2046c67a-dff0-45c0-9193-08a470d9de33 HTTP/1.1" 200 2298 0.072256 10.0.0.23 - - [2024-11-04 02:20:58] "GET /virtual-network/6678627a-352e-454f-9ab9-98a46056c887 HTTP/1.1" 200 2321 0.008884 10.0.0.23 - - [2024-11-04 02:20:58] "GET /obj-perms HTTP/1.1" 200 5026 0.003732 10.0.0.23 - - [2024-11-04 02:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.23 - - [2024-11-04 02:20:58] "GET /projects?obj_uuids=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001111 10.0.0.23 - - [2024-11-04 02:20:58] "GET /project/2046c67a-dff0-45c0-9193-08a470d9de33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.037880 10.0.0.23 - - [2024-11-04 02:20:58] "POST /neutron/network HTTP/1.1" 200 117 0.011550 10.0.0.23 - - [2024-11-04 02:20:58] "GET /projects?obj_uuids=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001171 10.0.0.23 - - [2024-11-04 02:20:58] "POST /neutron/network HTTP/1.1" 200 615 0.072321 10.0.0.23 - - [2024-11-04 02:20:58] "POST /ref-update HTTP/1.1" 200 156 0.013529 10.0.0.23 - - [2024-11-04 02:20:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003050 10.0.0.23 - - [2024-11-04 02:20:59] "POST /neutron/subnet HTTP/1.1" 200 729 0.151029 10.0.0.23 - - [2024-11-04 02:20:59] "POST /neutron/network HTTP/1.1" 200 835 0.006840 10.0.0.23 - - [2024-11-04 02:20:59] "POST /id-to-fqname HTTP/1.1" 200 224 0.002146 10.0.0.23 - - [2024-11-04 02:20:59] "GET /virtual-network/6f0c9b54-f737-44b6-a43d-229fb3813a36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.009012 10.0.0.23 - - [2024-11-04 02:20:59] "POST /neutron/network HTTP/1.1" 200 835 0.007746 10.0.0.23 - - [2024-11-04 02:20:59] "GET /virtual-network/6f0c9b54-f737-44b6-a43d-229fb3813a36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.008672 10.0.0.23 - - [2024-11-04 02:20:59] "POST /neutron/network HTTP/1.1" 200 835 0.006180 10.0.0.23 - - [2024-11-04 02:20:59] "POST /neutron/subnet HTTP/1.1" 200 729 0.008013 10.0.0.23 - - [2024-11-04 02:20:59] "GET /domains HTTP/1.1" 200 280 0.002358 10.0.0.23 - - [2024-11-04 02:20:59] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001374 10.0.0.23 - - [2024-11-04 02:20:59] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc HTTP/1.1" 200 2758 0.008388 10.0.0.23 - - [2024-11-04 02:20:59] "GET /projects?obj_uuids=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001071 10.0.0.23 - - [2024-11-04 02:20:59] "GET /project/2046c67a-dff0-45c0-9193-08a470d9de33 HTTP/1.1" 200 2517 0.076955 10.0.0.23 - - [2024-11-04 02:20:59] "GET /virtual-network/6f0c9b54-f737-44b6-a43d-229fb3813a36 HTTP/1.1" 200 2326 0.010305 10.0.0.23 - - [2024-11-04 02:20:59] "GET /virtual-network/6f0c9b54-f737-44b6-a43d-229fb3813a36 HTTP/1.1" 200 2326 0.008247 10.0.0.23 - - [2024-11-04 02:20:59] "GET /routing-instance/da1dee77-3015-4dbd-845e-6cf46edd3ab9 HTTP/1.1" 200 1497 0.004694 10.0.0.23 - - [2024-11-04 02:20:59] "GET /routing-instance/da1dee77-3015-4dbd-845e-6cf46edd3ab9 HTTP/1.1" 200 1497 0.006224 10.0.0.23 - - [2024-11-04 02:20:59] "GET /route-target/90e5899c-3353-4009-bc46-440b036a5f05 HTTP/1.1" 200 1215 0.004360 10.0.0.23 - - [2024-11-04 02:20:59] "GET /virtual-network/6f0c9b54-f737-44b6-a43d-229fb3813a36 HTTP/1.1" 200 2326 0.009391 10.0.0.23 - - [2024-11-04 02:20:59] "GET /routing-instance/da1dee77-3015-4dbd-845e-6cf46edd3ab9 HTTP/1.1" 200 1497 0.004807 10.0.0.23 - - [2024-11-04 02:20:59] "GET /virtual-network/6f0c9b54-f737-44b6-a43d-229fb3813a36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.009540 10.0.0.23 - - [2024-11-04 02:20:59] "GET /virtual-network/6f0c9b54-f737-44b6-a43d-229fb3813a36 HTTP/1.1" 200 2326 0.008667 10.0.0.23 - - [2024-11-04 02:20:59] "GET /routing-instance/da1dee77-3015-4dbd-845e-6cf46edd3ab9 HTTP/1.1" 200 1497 0.004619 10.0.0.23 - - [2024-11-04 02:20:59] "GET /routing-instance/da1dee77-3015-4dbd-845e-6cf46edd3ab9 HTTP/1.1" 200 1497 0.004300 10.0.0.23 - - [2024-11-04 02:20:59] "GET /route-target/90e5899c-3353-4009-bc46-440b036a5f05 HTTP/1.1" 200 1215 0.003378 10.0.0.23 - - [2024-11-04 02:20:59] "GET /domains HTTP/1.1" 200 280 0.002484 10.0.0.23 - - [2024-11-04 02:20:59] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001470 10.0.0.23 - - [2024-11-04 02:20:59] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc HTTP/1.1" 200 2758 0.010167 10.0.0.23 - - [2024-11-04 02:20:59] "GET /projects?obj_uuids=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001015 10.0.0.23 - - [2024-11-04 02:20:59] "GET /project/2046c67a-dff0-45c0-9193-08a470d9de33 HTTP/1.1" 200 2517 0.070659 10.0.0.23 - - [2024-11-04 02:20:59] "GET /virtual-network/6f0c9b54-f737-44b6-a43d-229fb3813a36 HTTP/1.1" 200 2326 0.009387 10.0.0.23 - - [2024-11-04 02:20:59] "GET /obj-perms HTTP/1.1" 200 5026 0.003379 10.0.0.23 - - [2024-11-04 02:20:59] "POST /id-to-fqname HTTP/1.1" 200 223 0.001779 10.0.0.23 - - [2024-11-04 02:20:59] "POST /neutron/network HTTP/1.1" 200 843 0.006870 10.0.0.23 - - [2024-11-04 02:20:59] "GET /aaa-mode HTTP/1.1" 401 292 0.000439 10.0.0.23 - - [2024-11-04 02:21:00] "GET / HTTP/1.1" 200 35931 0.002094 10.0.0.23 - - [2024-11-04 02:21:00] "GET /project/2046c67a-dff0-45c0-9193-08a470d9de33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000431 10.0.0.23 - - [2024-11-04 02:21:00] "GET /projects?obj_uuids=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001202 10.0.0.23 - - [2024-11-04 02:21:00] "GET /project/2046c67a-dff0-45c0-9193-08a470d9de33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.059339 10.0.0.23 - - [2024-11-04 02:21:00] "POST /neutron/network HTTP/1.1" 200 833 0.006136 10.0.0.23 - - [2024-11-04 02:21:00] "POST /neutron/port HTTP/1.1" 200 117 0.005272 10.0.0.23 - - [2024-11-04 02:21:00] "POST /neutron/port HTTP/1.1" 200 117 0.006049 10.0.0.23 - - [2024-11-04 02:21:00] "POST /id-to-fqname HTTP/1.1" 200 224 0.001569 10.0.0.23 - - [2024-11-04 02:21:00] "POST /neutron/port HTTP/1.1" 200 117 0.006402 10.0.0.23 - - [2024-11-04 02:21:00] "POST /neutron/network HTTP/1.1" 200 845 0.006155 10.0.0.23 - - [2024-11-04 02:21:00] "GET /aaa-mode HTTP/1.1" 401 292 0.000468 10.0.0.23 - - [2024-11-04 02:21:01] "POST /neutron/network HTTP/1.1" 200 843 0.007984 10.0.0.23 - - [2024-11-04 02:21:01] "GET / HTTP/1.1" 200 35931 0.001946 10.0.0.23 - - [2024-11-04 02:21:01] "GET /projects?obj_uuids=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001216 10.0.0.23 - - [2024-11-04 02:21:01] "GET /project/2046c67a-dff0-45c0-9193-08a470d9de33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000344 10.0.0.23 - - [2024-11-04 02:21:01] "POST /neutron/port HTTP/1.1" 200 1059 0.249336 10.0.0.23 - - [2024-11-04 02:21:01] "POST /neutron/port HTTP/1.1" 200 1059 0.010826 10.0.0.23 - - [2024-11-04 02:21:01] "POST /neutron/port HTTP/1.1" 200 1059 0.009689 10.0.0.23 - - [2024-11-04 02:21:01] "POST /neutron/port HTTP/1.1" 200 1113 0.068501 10.0.0.23 - - [2024-11-04 02:21:01] "GET /projects?obj_uuids=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002959 10.0.0.23 - - [2024-11-04 02:21:01] "GET /project/2046c67a-dff0-45c0-9193-08a470d9de33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.075419 10.0.0.23 - - [2024-11-04 02:21:01] "POST /neutron/port HTTP/1.1" 200 1087 0.045864 10.0.0.23 - - [2024-11-04 02:21:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003616 10.0.0.23 - - [2024-11-04 02:21:01] "POST /neutron/network HTTP/1.1" 200 835 0.005562 10.0.0.23 - - [2024-11-04 02:21:01] "POST /neutron/subnet HTTP/1.1" 200 704 0.014541 10.0.0.23 - - [2024-11-04 02:21:01] "POST /neutron/port HTTP/1.1" 200 117 0.001578 10.0.0.23 - - [2024-11-04 02:21:01] "POST /neutron/network HTTP/1.1" 200 833 0.006029 10.0.0.23 - - [2024-11-04 02:21:01] "POST /neutron/port HTTP/1.1" 200 1087 0.019425 10.0.0.23 - - [2024-11-04 02:21:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009723 10.0.0.23 - - [2024-11-04 02:21:02] "POST /neutron/port HTTP/1.1" 200 117 0.006199 10.0.0.23 - - [2024-11-04 02:21:02] "POST /fqname-to-id HTTP/1.1" 404 193 0.002942 10.0.0.23 - - [2024-11-04 02:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005548 10.0.0.23 - - [2024-11-04 02:21:02] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001214 10.0.0.23 - - [2024-11-04 02:21:02] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.009393 10.0.0.23 - - [2024-11-04 02:21:02] "POST /service-templates HTTP/1.1" 200 543 0.126681 10.0.0.23 - - [2024-11-04 02:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.23 - - [2024-11-04 02:21:02] "GET /service-template/da5b3b3b-0a58-4e7e-9558-c570a70efcfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.005396 10.0.0.23 - - [2024-11-04 02:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004156 10.0.0.23 - - [2024-11-04 02:21:02] "GET /service-template/da5b3b3b-0a58-4e7e-9558-c570a70efcfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.006636 10.0.0.23 - - [2024-11-04 02:21:02] "POST /id-to-fqname HTTP/1.1" 200 223 0.001434 10.0.0.23 - - [2024-11-04 02:21:02] "POST /neutron/network HTTP/1.1" 200 845 0.006973 10.0.0.23 - - [2024-11-04 02:21:02] "POST /id-to-fqname HTTP/1.1" 200 223 0.001441 10.0.0.23 - - [2024-11-04 02:21:02] "GET /projects?obj_uuids=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001296 10.0.0.23 - - [2024-11-04 02:21:02] "POST /id-to-fqname HTTP/1.1" 200 224 0.001384 10.0.0.23 - - [2024-11-04 02:21:02] "POST /neutron/port HTTP/1.1" 200 1919 0.048482 10.0.0.23 - - [2024-11-04 02:21:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007734 10.0.0.23 - - [2024-11-04 02:21:02] "POST /neutron/port HTTP/1.1" 200 1059 0.292884 10.0.0.23 - - [2024-11-04 02:21:02] "POST /neutron/port HTTP/1.1" 200 1059 0.012617 10.0.0.23 - - [2024-11-04 02:21:02] "POST /neutron/port HTTP/1.1" 200 1059 0.012128 10.0.0.23 - - [2024-11-04 02:21:02] "POST /neutron/port HTTP/1.1" 200 1113 0.072679 10.0.0.23 - - [2024-11-04 02:21:03] "POST /neutron/port HTTP/1.1" 200 1087 0.017940 10.0.0.23 - - [2024-11-04 02:21:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004067 10.0.0.23 - - [2024-11-04 02:21:03] "POST /neutron/subnet HTTP/1.1" 200 703 0.012693 10.0.0.23 - - [2024-11-04 02:21:03] "POST /neutron/port HTTP/1.1" 200 117 0.001480 10.0.0.23 - - [2024-11-04 02:21:03] "POST /neutron/network HTTP/1.1" 200 835 0.009060 10.0.0.23 - - [2024-11-04 02:21:03] "POST /neutron/network HTTP/1.1" 200 2224 0.013935 10.0.0.23 - - [2024-11-04 02:21:03] "GET /aaa-mode HTTP/1.1" 401 292 0.000455 10.0.0.23 - - [2024-11-04 02:21:04] "GET / HTTP/1.1" 200 35931 0.001897 10.0.0.23 - - [2024-11-04 02:21:04] "GET /project/2046c67a-dff0-45c0-9193-08a470d9de33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000468 10.0.0.23 - - [2024-11-04 02:21:04] "GET /projects?obj_uuids=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001310 10.0.0.23 - - [2024-11-04 02:21:04] "GET /project/2046c67a-dff0-45c0-9193-08a470d9de33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.065905 10.0.0.23 - - [2024-11-04 02:21:04] "POST /neutron/network HTTP/1.1" 200 831 0.007533 10.0.0.23 - - [2024-11-04 02:21:04] "POST /neutron/network HTTP/1.1" 200 833 0.010267 10.0.0.23 - - [2024-11-04 02:21:04] "POST /neutron/network HTTP/1.1" 200 835 0.013334 10.0.0.23 - - [2024-11-04 02:21:04] "POST /neutron/port HTTP/1.1" 200 2058 0.027219 10.0.0.23 - - [2024-11-04 02:21:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007417 10.0.0.23 - - [2024-11-04 02:21:04] "POST /neutron/port HTTP/1.1" 200 117 0.006158 10.0.0.23 - - [2024-11-04 02:21:04] "POST /neutron/port HTTP/1.1" 200 117 0.005337 10.0.0.23 - - [2024-11-04 02:21:05] "POST /neutron/network HTTP/1.1" 200 2224 0.017832 10.0.0.23 - - [2024-11-04 02:21:05] "GET /projects?obj_uuids=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002234 10.0.0.23 - - [2024-11-04 02:21:05] "POST /neutron/port HTTP/1.1" 200 1057 0.328580 10.0.0.23 - - [2024-11-04 02:21:05] "GET /projects?obj_uuids=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001579 10.0.0.23 - - [2024-11-04 02:21:05] "POST /neutron/port HTTP/1.1" 200 1059 0.215475 10.0.0.23 - - [2024-11-04 02:21:05] "GET /projects?obj_uuids=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001225 10.0.0.23 - - [2024-11-04 02:21:05] "POST /neutron/port HTTP/1.1" 200 1059 0.218939 10.0.0.23 - - [2024-11-04 02:21:05] "POST /neutron/port HTTP/1.1" 200 1057 0.013418 10.0.0.23 - - [2024-11-04 02:21:05] "POST /neutron/port HTTP/1.1" 200 1057 0.009651 10.0.0.23 - - [2024-11-04 02:21:06] "POST /neutron/port HTTP/1.1" 200 1111 0.079976 10.0.0.23 - - [2024-11-04 02:21:06] "POST /neutron/port HTTP/1.1" 200 1059 0.009616 10.0.0.23 - - [2024-11-04 02:21:06] "POST /neutron/port HTTP/1.1" 200 1059 0.011289 10.0.0.23 - - [2024-11-04 02:21:06] "POST /neutron/port HTTP/1.1" 200 1113 0.103977 10.0.0.23 - - [2024-11-04 02:21:06] "POST /neutron/port HTTP/1.1" 200 1059 0.012641 10.0.0.23 - - [2024-11-04 02:21:06] "POST /neutron/port HTTP/1.1" 200 1059 0.010612 10.0.0.23 - - [2024-11-04 02:21:06] "POST /neutron/port HTTP/1.1" 200 1113 0.100359 10.0.0.23 - - [2024-11-04 02:21:06] "POST /neutron/port HTTP/1.1" 200 3026 0.029967 10.0.0.23 - - [2024-11-04 02:21:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004096 10.0.0.23 - - [2024-11-04 02:21:06] "POST /neutron/subnet HTTP/1.1" 200 694 0.013845 10.0.0.23 - - [2024-11-04 02:21:06] "POST /neutron/port HTTP/1.1" 200 117 0.001285 10.0.0.23 - - [2024-11-04 02:21:06] "POST /neutron/network HTTP/1.1" 200 831 0.005648 10.0.0.23 - - [2024-11-04 02:21:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003167 10.0.0.23 - - [2024-11-04 02:21:06] "POST /neutron/subnet HTTP/1.1" 200 704 0.010820 10.0.0.23 - - [2024-11-04 02:21:06] "POST /neutron/port HTTP/1.1" 200 117 0.001266 10.0.0.23 - - [2024-11-04 02:21:06] "POST /neutron/network HTTP/1.1" 200 833 0.006014 10.0.0.23 - - [2024-11-04 02:21:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003529 10.0.0.23 - - [2024-11-04 02:21:06] "POST /neutron/subnet HTTP/1.1" 200 703 0.011956 10.0.0.23 - - [2024-11-04 02:21:06] "POST /neutron/port HTTP/1.1" 200 117 0.001479 10.0.0.23 - - [2024-11-04 02:21:06] "POST /neutron/network HTTP/1.1" 200 835 0.008926 10.0.0.23 - - [2024-11-04 02:21:09] "POST /neutron/port HTTP/1.1" 200 3026 0.023117 10.0.0.23 - - [2024-11-04 02:21:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007612 10.0.0.23 - - [2024-11-04 02:21:09] "POST /neutron/port HTTP/1.1" 200 3026 0.024930 10.0.0.23 - - [2024-11-04 02:21:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009106 10.0.0.23 - - [2024-11-04 02:21:10] "POST /neutron/port HTTP/1.1" 200 3026 0.025146 10.0.0.23 - - [2024-11-04 02:21:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008859 10.0.0.23 - - [2024-11-04 02:21:10] "POST /neutron/port HTTP/1.1" 200 3026 0.020059 10.0.0.23 - - [2024-11-04 02:21:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007626 10.0.0.23 - - [2024-11-04 02:21:10] "POST /neutron/port HTTP/1.1" 200 3026 0.034930 10.0.0.23 - - [2024-11-04 02:21:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007175 10.0.0.23 - - [2024-11-04 02:21:10] "GET /virtual-machine/f9d91f39-35a6-4e40-89ca-6a42fb0fff43 HTTP/1.1" 200 1802 0.005678 10.0.0.23 - - [2024-11-04 02:21:10] "GET /virtual-machine-interface/5f3d5e3c-26c4-4671-aba2-67c9dcbf7959 HTTP/1.1" 200 2945 0.009675 10.0.0.23 - - [2024-11-04 02:21:10] "GET /virtual-machine-interface/caf90b86-f55b-4b1e-8907-bebf6f3fa044 HTTP/1.1" 200 2945 0.009102 10.0.0.23 - - [2024-11-04 02:21:10] "GET /virtual-machine-interface/f34f0c14-c6bd-42e9-b571-ae9f52fe535c HTTP/1.1" 200 2949 0.008834 10.0.0.23 - - [2024-11-04 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.23 - - [2024-11-04 02:21:10] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004078 10.0.0.23 - - [2024-11-04 02:21:10] "GET /virtual-networks?parent_id=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004152 10.0.0.23 - - [2024-11-04 02:21:10] "GET /virtual-network/2fc14d29-e272-4771-b193-3accfea118ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.013816 10.0.0.23 - - [2024-11-04 02:21:10] "POST /neutron/port HTTP/1.1" 200 1087 0.017969 10.0.0.23 - - [2024-11-04 02:21:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008824 10.0.0.23 - - [2024-11-04 02:21:11] "POST /neutron/port HTTP/1.1" 200 1087 0.017967 10.0.0.23 - - [2024-11-04 02:21:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006349 10.0.0.23 - - [2024-11-04 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004270 10.0.0.23 - - [2024-11-04 02:21:13] "GET /virtual-network/2fc14d29-e272-4771-b193-3accfea118ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.014240 10.0.0.23 - - [2024-11-04 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004101 10.0.0.23 - - [2024-11-04 02:21:17] "GET /virtual-network/2fc14d29-e272-4771-b193-3accfea118ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.016561 10.0.0.23 - - [2024-11-04 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.23 - - [2024-11-04 02:21:21] "GET /virtual-network/2fc14d29-e272-4771-b193-3accfea118ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.011388 10.0.0.23 - - [2024-11-04 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.23 - - [2024-11-04 02:21:26] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004406 10.0.0.23 - - [2024-11-04 02:21:26] "GET /virtual-networks?parent_id=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003262 10.0.0.23 - - [2024-11-04 02:21:26] "GET /virtual-network/2fc14d29-e272-4771-b193-3accfea118ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.009576 10.0.0.23 - - [2024-11-04 02:21:26] "POST /neutron/port HTTP/1.1" 200 3026 0.022890 10.0.0.23 - - [2024-11-04 02:21:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006297 10.0.0.23 - - [2024-11-04 02:21:30] "DELETE /project/2046c67adff045c0919308a470d9de33 HTTP/1.1" 404 173 0.005374 10.0.0.23 - - [2024-11-04 02:21:30] "GET /projects?obj_uuids=9af78c88-b8bd-44f4-846c-bc5a06b39f0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001566 10.0.0.23 - - [2024-11-04 02:21:30] "GET /project/9af78c88-b8bd-44f4-846c-bc5a06b39f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.032903 10.0.0.23 - - [2024-11-04 02:21:30] "GET /projects?obj_uuids=9af78c88-b8bd-44f4-846c-bc5a06b39f0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001106 10.0.0.23 - - [2024-11-04 02:21:30] "GET /project/9af78c88-b8bd-44f4-846c-bc5a06b39f0d?fields=security_groups HTTP/1.1" 200 1369 0.076947 10.0.0.23 - - [2024-11-04 02:21:30] "DELETE /security-group/be008e42-002a-4d5b-9b44-1d1cc34c0104 HTTP/1.1" 200 115 0.047323 10.0.0.23 - - [2024-11-04 02:21:30] "GET /projects?obj_uuids=9af78c88-b8bd-44f4-846c-bc5a06b39f0d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001249 10.0.0.23 - - [2024-11-04 02:21:30] "DELETE /access-control-list/4f526f18-0243-49d7-898e-38e578b259d2 HTTP/1.1" 200 115 0.034140 10.0.0.23 - - [2024-11-04 02:21:30] "GET /project/9af78c88-b8bd-44f4-846c-bc5a06b39f0d?fields=application_policy_sets HTTP/1.1" 200 1408 0.043402 10.0.0.23 - - [2024-11-04 02:21:30] "DELETE /access-control-list/f533e084-3a08-40e1-98fb-a7f49667e84a HTTP/1.1" 200 115 0.039007 10.0.0.23 - - [2024-11-04 02:21:30] "DELETE /project/9af78c88-b8bd-44f4-846c-bc5a06b39f0d HTTP/1.1" 200 115 0.354934 10.0.0.23 - - [2024-11-04 02:21:31] "POST /neutron/port HTTP/1.1" 200 3026 0.023707 10.0.0.23 - - [2024-11-04 02:21:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007000 10.0.0.23 - - [2024-11-04 02:21:35] "POST /neutron/port HTTP/1.1" 200 3026 0.021121 10.0.0.23 - - [2024-11-04 02:21:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005252 10.0.0.23 - - [2024-11-04 02:21:36] "POST /neutron/port HTTP/1.1" 200 3026 0.022638 10.0.0.23 - - [2024-11-04 02:21:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006828 10.0.0.23 - - [2024-11-04 02:21:37] "GET /obj-perms HTTP/1.1" 200 5056 0.048947 10.0.0.23 - - [2024-11-04 02:21:37] "GET /obj-perms HTTP/1.1" 200 5056 0.051972 10.0.0.23 - - [2024-11-04 02:21:41] "POST /neutron/port HTTP/1.1" 200 3026 0.022627 10.0.0.23 - - [2024-11-04 02:21:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006285 10.0.0.23 - - [2024-11-04 02:21:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.23 - - [2024-11-04 02:21:46] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003448 10.0.0.23 - - [2024-11-04 02:21:47] "GET /virtual-networks?parent_id=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002916 10.0.0.23 - - [2024-11-04 02:21:47] "GET /virtual-network/6678627a-352e-454f-9ab9-98a46056c887?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.009338 10.0.0.23 - - [2024-11-04 02:21:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.23 - - [2024-11-04 02:21:47] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004434 10.0.0.23 - - [2024-11-04 02:21:47] "GET /virtual-networks?parent_id=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003232 10.0.0.23 - - [2024-11-04 02:21:47] "GET /virtual-network/6f0c9b54-f737-44b6-a43d-229fb3813a36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.014234 10.0.0.23 - - [2024-11-04 02:21:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.002843 10.0.0.23 - - [2024-11-04 02:21:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002513 10.0.0.23 - - [2024-11-04 02:21:47] "GET /projects?obj_uuids=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001467 10.0.0.23 - - [2024-11-04 02:21:47] "GET /project/2046c67a-dff0-45c0-9193-08a470d9de33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.041084 10.0.0.23 - - [2024-11-04 02:21:47] "POST /service-instances HTTP/1.1" 200 543 0.063771 10.0.0.23 - - [2024-11-04 02:21:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.23 - - [2024-11-04 02:21:47] "GET /service-instance/b51b4633-7128-469d-9fca-e1a52f46e5f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.008389 10.0.0.23 - - [2024-11-04 02:21:47] "POST /port-tuples HTTP/1.1" 200 586 0.026239 10.0.0.23 - - [2024-11-04 02:21:48] "GET /virtual-machine-interface/5f3d5e3c-26c4-4671-aba2-67c9dcbf7959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.009422 10.0.0.23 - - [2024-11-04 02:21:48] "PUT /virtual-machine-interface/5f3d5e3c-26c4-4671-aba2-67c9dcbf7959 HTTP/1.1" 200 284 0.013826 10.0.0.23 - - [2024-11-04 02:21:48] "POST /ref-update HTTP/1.1" 200 156 0.010130 10.0.0.23 - - [2024-11-04 02:21:48] "POST /instance-ips HTTP/1.1" 200 385 0.023685 10.0.0.23 - - [2024-11-04 02:21:48] "POST /ref-update HTTP/1.1" 200 156 0.008322 10.0.0.23 - - [2024-11-04 02:21:48] "GET /virtual-machine-interface/caf90b86-f55b-4b1e-8907-bebf6f3fa044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.011806 10.0.0.23 - - [2024-11-04 02:21:48] "POST /ref-update HTTP/1.1" 200 156 0.008387 10.0.0.23 - - [2024-11-04 02:21:48] "PUT /virtual-machine-interface/caf90b86-f55b-4b1e-8907-bebf6f3fa044 HTTP/1.1" 200 284 0.015594 10.0.0.23 - - [2024-11-04 02:21:48] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002903 10.0.0.23 - - [2024-11-04 02:21:48] "POST /ref-update HTTP/1.1" 200 156 0.010429 10.0.0.23 - - [2024-11-04 02:21:48] "GET /virtual-machine-interface/f34f0c14-c6bd-42e9-b571-ae9f52fe535c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2728 0.010291 10.0.0.23 - - [2024-11-04 02:21:48] "POST /instance-ips HTTP/1.1" 200 385 0.043436 10.0.0.23 - - [2024-11-04 02:21:48] "PUT /virtual-machine-interface/f34f0c14-c6bd-42e9-b571-ae9f52fe535c HTTP/1.1" 200 284 0.014762 10.0.0.23 - - [2024-11-04 02:21:48] "POST /ref-update HTTP/1.1" 200 156 0.010727 10.0.0.23 - - [2024-11-04 02:21:48] "POST /ref-update HTTP/1.1" 200 156 0.011712 10.0.0.23 - - [2024-11-04 02:21:48] "POST /ref-update HTTP/1.1" 200 156 0.010652 10.0.0.23 - - [2024-11-04 02:21:48] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002864 10.0.0.23 - - [2024-11-04 02:21:48] "POST /neutron/port HTTP/1.1" 200 1087 0.017461 10.0.0.23 - - [2024-11-04 02:21:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006657 10.0.0.23 - - [2024-11-04 02:21:48] "POST /instance-ips HTTP/1.1" 200 373 0.022778 10.0.0.23 - - [2024-11-04 02:21:48] "POST /ref-update HTTP/1.1" 200 156 0.012666 10.0.0.23 - - [2024-11-04 02:21:48] "POST /neutron/port HTTP/1.1" 200 1087 0.032120 10.0.0.23 - - [2024-11-04 02:21:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008559 10.0.0.23 - - [2024-11-04 02:21:48] "POST /ref-update HTTP/1.1" 200 156 0.013429 10.0.0.23 - - [2024-11-04 02:21:48] "POST /neutron/port HTTP/1.1" 200 1087 0.016687 10.0.0.23 - - [2024-11-04 02:21:48] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002849 10.0.0.23 - - [2024-11-04 02:21:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005986 10.0.0.23 - - [2024-11-04 02:21:48] "GET /virtual-machine/b63413c7-0dd9-41bc-b9fa-7639a4ec4c6c HTTP/1.1" 200 1291 0.005009 10.0.0.23 - - [2024-11-04 02:21:48] "GET /virtual-machine-interface/68c6a4c6-401f-480a-b253-f5273a2cd3e3 HTTP/1.1" 200 2945 0.011117 10.0.0.23 - - [2024-11-04 02:21:48] "POST /instance-ips HTTP/1.1" 200 373 0.015742 10.0.0.23 - - [2024-11-04 02:21:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006784 10.0.0.23 - - [2024-11-04 02:21:48] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004335 10.0.0.23 - - [2024-11-04 02:21:48] "POST /ref-update HTTP/1.1" 200 156 0.009352 10.0.0.23 - - [2024-11-04 02:21:48] "GET /virtual-networks?parent_id=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.007257 10.0.0.23 - - [2024-11-04 02:21:48] "POST /ref-update HTTP/1.1" 200 156 0.010835 10.0.0.23 - - [2024-11-04 02:21:49] "GET /virtual-network/6678627a-352e-454f-9ab9-98a46056c887?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.016903 10.0.0.23 - - [2024-11-04 02:21:49] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003690 10.0.0.23 - - [2024-11-04 02:21:49] "POST /instance-ips HTTP/1.1" 200 375 0.022074 10.0.0.23 - - [2024-11-04 02:21:49] "POST /ref-update HTTP/1.1" 200 156 0.010226 10.0.0.23 - - [2024-11-04 02:21:49] "POST /ref-update HTTP/1.1" 200 156 0.010017 10.0.0.23 - - [2024-11-04 02:21:49] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003516 10.0.0.23 - - [2024-11-04 02:21:49] "POST /instance-ips HTTP/1.1" 200 375 0.022708 10.0.0.23 - - [2024-11-04 02:21:49] "POST /ref-update HTTP/1.1" 200 156 0.009638 10.0.0.23 - - [2024-11-04 02:21:49] "POST /ref-update HTTP/1.1" 200 156 0.009912 10.0.0.23 - - [2024-11-04 02:21:49] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003485 10.0.0.23 - - [2024-11-04 02:21:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.23 - - [2024-11-04 02:21:50] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003561 10.0.0.23 - - [2024-11-04 02:21:50] "GET /virtual-networks?parent_id=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003170 10.0.0.23 - - [2024-11-04 02:21:50] "GET /virtual-network/6678627a-352e-454f-9ab9-98a46056c887?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.009121 10.0.0.23 - - [2024-11-04 02:21:50] "POST /neutron/port HTTP/1.1" 200 1087 0.017703 10.0.0.23 - - [2024-11-04 02:21:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007175 10.0.0.23 - - [2024-11-04 02:21:50] "POST /neutron/port HTTP/1.1" 200 1087 0.018029 10.0.0.23 - - [2024-11-04 02:21:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007501 10.0.0.23 - - [2024-11-04 02:21:50] "POST /neutron/port HTTP/1.1" 200 1087 0.018466 10.0.0.23 - - [2024-11-04 02:21:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007947 10.0.0.23 - - [2024-11-04 02:21:50] "GET /virtual-machine/0c339c1b-0790-475a-9485-55f03519400d HTTP/1.1" 200 1289 0.008361 10.0.0.23 - - [2024-11-04 02:21:50] "GET /virtual-machine-interface/a88083f9-c8bd-4c5d-879f-7fcfbc247011 HTTP/1.1" 200 2948 0.013527 10.0.0.23 - - [2024-11-04 02:21:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.23 - - [2024-11-04 02:21:50] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003909 10.0.0.23 - - [2024-11-04 02:21:50] "GET /virtual-networks?parent_id=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003752 10.0.0.23 - - [2024-11-04 02:21:50] "GET /virtual-network/6f0c9b54-f737-44b6-a43d-229fb3813a36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.009358 10.0.0.23 - - [2024-11-04 02:21:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.23 - - [2024-11-04 02:21:51] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003315 10.0.0.23 - - [2024-11-04 02:21:52] "GET /virtual-networks?parent_id=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003627 10.0.0.23 - - [2024-11-04 02:21:52] "GET /virtual-network/6f0c9b54-f737-44b6-a43d-229fb3813a36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.009147 10.0.0.23 - - [2024-11-04 02:21:52] "POST /fqname-to-id HTTP/1.1" 404 211 0.003256 10.0.0.23 - - [2024-11-04 02:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002370 10.0.0.23 - - [2024-11-04 02:21:52] "GET /projects?obj_uuids=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001282 10.0.0.23 - - [2024-11-04 02:21:52] "GET /project/2046c67a-dff0-45c0-9193-08a470d9de33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.041260 10.0.0.23 - - [2024-11-04 02:21:52] "POST /network-policys HTTP/1.1" 200 547 0.022727 10.0.0.23 - - [2024-11-04 02:21:52] "GET /network-policy/35900d86-450b-4727-8435-f26385f86d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.005583 10.0.0.23 - - [2024-11-04 02:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.23 - - [2024-11-04 02:21:52] "GET /virtual-network/6678627a-352e-454f-9ab9-98a46056c887?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.009161 10.0.0.23 - - [2024-11-04 02:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.23 - - [2024-11-04 02:21:52] "GET /network-policy/35900d86-450b-4727-8435-f26385f86d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.004186 10.0.0.23 - - [2024-11-04 02:21:52] "POST /fqname-to-id HTTP/1.1" 404 242 0.003694 10.0.0.23 - - [2024-11-04 02:21:52] "POST /ref-update HTTP/1.1" 200 156 0.036635 10.0.0.23 - - [2024-11-04 02:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.23 - - [2024-11-04 02:21:52] "POST /access-control-lists HTTP/1.1" 200 601 0.060829 10.0.0.23 - - [2024-11-04 02:21:52] "GET /network-policy/35900d86-450b-4727-8435-f26385f86d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.004032 10.0.0.23 - - [2024-11-04 02:21:52] "POST /neutron/network HTTP/1.1" 200 921 0.007036 10.0.0.23 - - [2024-11-04 02:21:52] "GET /virtual-network/6678627a-352e-454f-9ab9-98a46056c887?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.010517 10.0.0.23 - - [2024-11-04 02:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.23 - - [2024-11-04 02:21:53] "GET /network-policy/35900d86-450b-4727-8435-f26385f86d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.004624 10.0.0.23 - - [2024-11-04 02:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.23 - - [2024-11-04 02:21:53] "GET /virtual-network/6f0c9b54-f737-44b6-a43d-229fb3813a36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.010699 10.0.0.23 - - [2024-11-04 02:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.23 - - [2024-11-04 02:21:53] "GET /network-policy/35900d86-450b-4727-8435-f26385f86d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.005300 10.0.0.23 - - [2024-11-04 02:21:53] "POST /fqname-to-id HTTP/1.1" 404 244 0.008808 10.0.0.23 - - [2024-11-04 02:21:53] "POST /ref-update HTTP/1.1" 200 156 0.049026 10.0.0.23 - - [2024-11-04 02:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.23 - - [2024-11-04 02:21:53] "POST /access-control-lists HTTP/1.1" 200 604 0.066649 10.0.0.23 - - [2024-11-04 02:21:53] "GET /network-policy/35900d86-450b-4727-8435-f26385f86d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.004254 10.0.0.23 - - [2024-11-04 02:21:53] "POST /routing-instances HTTP/1.1" 200 759 0.018078 10.0.0.23 - - [2024-11-04 02:21:53] "POST /neutron/network HTTP/1.1" 200 923 0.007561 10.0.0.23 - - [2024-11-04 02:21:53] "GET /virtual-network/6f0c9b54-f737-44b6-a43d-229fb3813a36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.008246 10.0.0.23 - - [2024-11-04 02:21:53] "POST /route-targets HTTP/1.1" 200 327 0.010641 10.0.0.23 - - [2024-11-04 02:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.23 - - [2024-11-04 02:21:53] "POST /ref-update HTTP/1.1" 200 156 0.010768 10.0.0.23 - - [2024-11-04 02:21:53] "GET /network-policy/35900d86-450b-4727-8435-f26385f86d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.004362 10.0.0.23 - - [2024-11-04 02:21:53] "GET /routing-instance/da7bb796-2458-411e-878c-f6b2065c4e5d?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.005422 10.0.0.23 - - [2024-11-04 02:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.23 - - [2024-11-04 02:21:53] "GET /routing-instance/da7bb796-2458-411e-878c-f6b2065c4e5d?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.006193 10.0.0.23 - - [2024-11-04 02:21:53] "GET /service-template/da5b3b3b-0a58-4e7e-9558-c570a70efcfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004326 10.0.0.23 - - [2024-11-04 02:21:53] "POST /ref-update HTTP/1.1" 200 156 0.013435 10.0.0.23 - - [2024-11-04 02:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.23 - - [2024-11-04 02:21:53] "GET /projects?obj_uuids=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001155 10.0.0.23 - - [2024-11-04 02:21:53] "GET /project/2046c67a-dff0-45c0-9193-08a470d9de33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.043560 10.0.0.23 - - [2024-11-04 02:21:53] "POST /routing-instances HTTP/1.1" 200 760 0.041370 10.0.0.23 - - [2024-11-04 02:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.23 - - [2024-11-04 02:21:53] "POST /route-targets HTTP/1.1" 200 327 0.014209 10.0.0.23 - - [2024-11-04 02:21:53] "GET /service-instance/b51b4633-7128-469d-9fca-e1a52f46e5f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3529 0.007995 10.0.0.23 - - [2024-11-04 02:21:53] "POST /ref-update HTTP/1.1" 200 156 0.014499 10.0.0.23 - - [2024-11-04 02:21:53] "GET /domains HTTP/1.1" 200 280 0.002982 10.0.0.23 - - [2024-11-04 02:21:53] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001175 10.0.0.23 - - [2024-11-04 02:21:54] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc HTTP/1.1" 200 2770 0.009564 10.0.0.23 - - [2024-11-04 02:21:54] "GET /routing-instance/77d10be8-ce8e-43ae-bcee-83b539447f93?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1278 0.009058 10.0.0.23 - - [2024-11-04 02:21:54] "GET /projects?obj_uuids=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001102 10.0.0.23 - - [2024-11-04 02:21:54] "GET /routing-instance/77d10be8-ce8e-43ae-bcee-83b539447f93?fields=routing_policy_back_refs HTTP/1.1" 200 1278 0.007715 10.0.0.23 - - [2024-11-04 02:21:54] "GET /project/2046c67a-dff0-45c0-9193-08a470d9de33 HTTP/1.1" 200 4233 0.094532 10.0.0.23 - - [2024-11-04 02:21:54] "GET /service-instance/b51b4633-7128-469d-9fca-e1a52f46e5f6 HTTP/1.1" 200 3783 0.009271 10.0.0.23 - - [2024-11-04 02:21:54] "PUT /routing-instance/da7bb796-2458-411e-878c-f6b2065c4e5d HTTP/1.1" 200 266 0.016221 10.0.0.23 - - [2024-11-04 02:21:54] "GET /domains HTTP/1.1" 200 280 0.005443 10.0.0.23 - - [2024-11-04 02:21:54] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001189 10.0.0.23 - - [2024-11-04 02:21:54] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc HTTP/1.1" 200 2770 0.014179 10.0.0.23 - - [2024-11-04 02:21:54] "GET /projects?obj_uuids=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001922 10.0.0.23 - - [2024-11-04 02:21:54] "PUT /routing-instance/77d10be8-ce8e-43ae-bcee-83b539447f93 HTTP/1.1" 200 266 0.010502 10.0.0.23 - - [2024-11-04 02:21:54] "GET /project/2046c67a-dff0-45c0-9193-08a470d9de33 HTTP/1.1" 200 4233 0.077641 10.0.0.23 - - [2024-11-04 02:21:54] "GET /service-instance/b51b4633-7128-469d-9fca-e1a52f46e5f6 HTTP/1.1" 200 3783 0.007165 10.0.0.23 - - [2024-11-04 02:21:54] "GET /port-tuple/56cbb87a-1d42-4790-a9d1-8808424a39c2 HTTP/1.1" 200 1978 0.004846 10.0.0.23 - - [2024-11-04 02:21:54] "POST /ref-update HTTP/1.1" 200 156 0.025979 10.0.0.23 - - [2024-11-04 02:21:54] "GET /virtual-machine-interface/5f3d5e3c-26c4-4671-aba2-67c9dcbf7959 HTTP/1.1" 200 3815 0.017917 10.0.0.23 - - [2024-11-04 02:21:54] "GET /virtual-machine-interface/caf90b86-f55b-4b1e-8907-bebf6f3fa044 HTTP/1.1" 200 3797 0.021443 10.0.0.23 - - [2024-11-04 02:21:54] "GET /virtual-machine-interface/f34f0c14-c6bd-42e9-b571-ae9f52fe535c HTTP/1.1" 200 3804 0.011170 10.0.0.23 - - [2024-11-04 02:21:54] "PUT /access-control-list/402a54ea-e7df-4109-afa4-544b0c41525a HTTP/1.1" 200 272 0.021280 10.0.0.23 - - [2024-11-04 02:21:54] "PUT /access-control-list/104374e2-e081-4095-9799-c186c09918b7 HTTP/1.1" 200 272 0.017389 10.0.0.23 - - [2024-11-04 02:21:54] "POST /neutron/port HTTP/1.1" 200 3833 0.054544 10.0.0.23 - - [2024-11-04 02:21:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008114 10.0.0.23 - - [2024-11-04 02:21:54] "POST /neutron/port HTTP/1.1" 200 3833 0.034982 10.0.0.23 - - [2024-11-04 02:21:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006954 10.0.0.23 - - [2024-11-04 02:21:54] "POST /neutron/port HTTP/1.1" 200 3833 0.034451 10.0.0.23 - - [2024-11-04 02:21:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006352 10.0.0.23 - - [2024-11-04 02:21:54] "POST /neutron/port HTTP/1.1" 200 3833 0.038798 10.0.0.23 - - [2024-11-04 02:21:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008468 10.0.0.23 - - [2024-11-04 02:21:54] "POST /neutron/network HTTP/1.1" 200 895 0.016283 10.0.0.23 - - [2024-11-04 02:21:54] "POST /neutron/network HTTP/1.1" 200 921 0.005041 10.0.0.23 - - [2024-11-04 02:21:54] "POST /neutron/network HTTP/1.1" 200 805 0.014338 10.0.0.23 - - [2024-11-04 02:21:54] "POST /neutron/network HTTP/1.1" 200 831 0.006180 10.0.0.23 - - [2024-11-04 02:21:54] "POST /neutron/network HTTP/1.1" 200 897 0.014425 10.0.0.23 - - [2024-11-04 02:21:54] "POST /neutron/network HTTP/1.1" 200 923 0.007345 10.0.0.23 - - [2024-11-04 02:21:54] "POST /id-to-fqname HTTP/1.1" 200 223 0.001969 10.0.0.23 - - [2024-11-04 02:21:54] "POST /id-to-fqname HTTP/1.1" 200 223 0.001810 10.0.0.23 - - [2024-11-04 02:21:54] "POST /id-to-fqname HTTP/1.1" 200 224 0.002820 10.0.0.23 - - [2024-11-04 02:21:55] "GET /virtual-machine/f9d91f39-35a6-4e40-89ca-6a42fb0fff43 HTTP/1.1" 200 1802 0.005443 10.0.0.23 - - [2024-11-04 02:21:55] "GET /virtual-machine-interface/5f3d5e3c-26c4-4671-aba2-67c9dcbf7959 HTTP/1.1" 200 3815 0.009727 10.0.0.23 - - [2024-11-04 02:21:55] "GET /virtual-machine-interface/caf90b86-f55b-4b1e-8907-bebf6f3fa044 HTTP/1.1" 200 3797 0.009557 10.0.0.23 - - [2024-11-04 02:21:55] "GET /virtual-machine-interface/f34f0c14-c6bd-42e9-b571-ae9f52fe535c HTTP/1.1" 200 3804 0.009310 10.0.0.23 - - [2024-11-04 02:21:55] "GET /instance-ip/36aa4329-6fa8-46ac-a48e-b84db25c9296 HTTP/1.1" 200 1980 0.005045 10.0.0.23 - - [2024-11-04 02:21:55] "GET /instance-ip/5ff6ca97-0bd9-4cb7-ba32-5f9d7387f2db HTTP/1.1" 200 1978 0.006143 10.0.0.23 - - [2024-11-04 02:21:55] "GET /instance-ip/e88f7490-f2e1-4a8a-9ace-52b4e6fb8d12 HTTP/1.1" 200 1621 0.007532 10.0.0.23 - - [2024-11-04 02:21:55] "GET /instance-ip/0ced5178-17fa-40e0-8634-18e87b836188 HTTP/1.1" 200 1954 0.004820 10.0.0.23 - - [2024-11-04 02:21:55] "GET /instance-ip/9bb4ea1e-d32b-4629-a012-b0d3e423ac14 HTTP/1.1" 200 1955 0.005306 10.0.0.23 - - [2024-11-04 02:21:55] "GET /instance-ip/ce4b0403-8b94-4a44-8464-c260b4d713b4 HTTP/1.1" 200 1622 0.007057 10.0.0.23 - - [2024-11-04 02:21:55] "GET /instance-ip/3da163e3-6614-4f50-a242-e6cadd78a08b HTTP/1.1" 200 1958 0.004755 10.0.0.23 - - [2024-11-04 02:21:55] "GET /instance-ip/53be1e93-a345-4b87-9c6e-966cb966ef87 HTTP/1.1" 200 1623 0.007057 10.0.0.23 - - [2024-11-04 02:21:55] "GET /instance-ip/9f8a017a-0e70-4ae1-9f5a-575898ba8710 HTTP/1.1" 200 1961 0.005553 10.0.0.23 - - [2024-11-04 02:21:55] "POST /neutron/port HTTP/1.1" 200 3833 0.037467 10.0.0.23 - - [2024-11-04 02:21:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007722 10.0.0.23 - - [2024-11-04 02:21:55] "POST /neutron/port HTTP/1.1" 200 3833 0.038818 10.0.0.23 - - [2024-11-04 02:21:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007682 10.0.0.23 - - [2024-11-04 02:21:55] "POST /neutron/port HTTP/1.1" 200 3833 0.038885 10.0.0.23 - - [2024-11-04 02:21:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009700 10.0.0.23 - - [2024-11-04 02:21:55] "POST /neutron/port HTTP/1.1" 200 3833 0.037694 10.0.0.23 - - [2024-11-04 02:21:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008556 10.0.0.23 - - [2024-11-04 02:21:55] "GET /virtual-machine/f9d91f39-35a6-4e40-89ca-6a42fb0fff43 HTTP/1.1" 200 1802 0.004417 10.0.0.23 - - [2024-11-04 02:21:55] "GET /virtual-machine-interface/5f3d5e3c-26c4-4671-aba2-67c9dcbf7959 HTTP/1.1" 200 3815 0.008769 10.0.0.23 - - [2024-11-04 02:21:55] "GET /virtual-machine-interface/caf90b86-f55b-4b1e-8907-bebf6f3fa044 HTTP/1.1" 200 3797 0.009599 10.0.0.23 - - [2024-11-04 02:21:55] "GET /virtual-machine-interface/f34f0c14-c6bd-42e9-b571-ae9f52fe535c HTTP/1.1" 200 3804 0.013342 10.0.0.23 - - [2024-11-04 02:21:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.23 - - [2024-11-04 02:21:55] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003662 10.0.0.23 - - [2024-11-04 02:21:55] "GET /virtual-networks?parent_id=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003467 10.0.0.23 - - [2024-11-04 02:21:55] "GET /virtual-network/6678627a-352e-454f-9ab9-98a46056c887?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.011086 10.0.0.23 - - [2024-11-04 02:21:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.23 - - [2024-11-04 02:21:56] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004083 10.0.0.23 - - [2024-11-04 02:21:57] "GET /virtual-networks?parent_id=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003748 10.0.0.23 - - [2024-11-04 02:21:57] "GET /virtual-network/6678627a-352e-454f-9ab9-98a46056c887?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.009499 10.0.0.23 - - [2024-11-04 02:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.23 - - [2024-11-04 02:21:57] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005020 10.0.0.23 - - [2024-11-04 02:21:57] "GET /virtual-networks?parent_id=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003363 10.0.0.23 - - [2024-11-04 02:21:57] "GET /virtual-network/6678627a-352e-454f-9ab9-98a46056c887?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.010265 10.0.0.23 - - [2024-11-04 02:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.23 - - [2024-11-04 02:21:57] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004421 10.0.0.23 - - [2024-11-04 02:21:57] "GET /virtual-networks?parent_id=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003349 10.0.0.23 - - [2024-11-04 02:21:57] "GET /virtual-network/6678627a-352e-454f-9ab9-98a46056c887?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.008926 10.0.0.23 - - [2024-11-04 02:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.23 - - [2024-11-04 02:21:57] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004033 10.0.0.23 - - [2024-11-04 02:21:57] "GET /virtual-networks?parent_id=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003358 10.0.0.23 - - [2024-11-04 02:21:57] "GET /virtual-network/6678627a-352e-454f-9ab9-98a46056c887?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.012810 10.0.0.23 - - [2024-11-04 02:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.23 - - [2024-11-04 02:21:57] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004114 10.0.0.23 - - [2024-11-04 02:21:57] "GET /virtual-networks?parent_id=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003715 10.0.0.23 - - [2024-11-04 02:21:57] "GET /virtual-network/2fc14d29-e272-4771-b193-3accfea118ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.009535 10.0.0.23 - - [2024-11-04 02:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.23 - - [2024-11-04 02:21:58] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004535 10.0.0.23 - - [2024-11-04 02:21:58] "GET /virtual-networks?parent_id=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002892 10.0.0.23 - - [2024-11-04 02:21:58] "GET /virtual-network/2fc14d29-e272-4771-b193-3accfea118ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.009683 10.0.0.23 - - [2024-11-04 02:21:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.23 - - [2024-11-04 02:21:58] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004323 10.0.0.23 - - [2024-11-04 02:21:58] "GET /virtual-networks?parent_id=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003004 10.0.0.23 - - [2024-11-04 02:21:58] "GET /virtual-network/2fc14d29-e272-4771-b193-3accfea118ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.009805 10.0.0.23 - - [2024-11-04 02:21:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.23 - - [2024-11-04 02:21:58] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004325 10.0.0.23 - - [2024-11-04 02:21:58] "GET /virtual-networks?parent_id=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003075 10.0.0.23 - - [2024-11-04 02:21:58] "GET /virtual-network/2fc14d29-e272-4771-b193-3accfea118ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.009198 10.0.0.23 - - [2024-11-04 02:21:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.23 - - [2024-11-04 02:21:58] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004417 10.0.0.23 - - [2024-11-04 02:21:58] "GET /virtual-networks?parent_id=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003011 10.0.0.23 - - [2024-11-04 02:21:58] "GET /virtual-network/6f0c9b54-f737-44b6-a43d-229fb3813a36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.009839 10.0.0.23 - - [2024-11-04 02:21:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.23 - - [2024-11-04 02:21:58] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004155 10.0.0.23 - - [2024-11-04 02:21:58] "GET /virtual-networks?parent_id=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003735 10.0.0.23 - - [2024-11-04 02:21:58] "GET /virtual-network/6f0c9b54-f737-44b6-a43d-229fb3813a36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.009309 10.0.0.23 - - [2024-11-04 02:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.23 - - [2024-11-04 02:21:59] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004415 10.0.0.23 - - [2024-11-04 02:21:59] "GET /virtual-networks?parent_id=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003191 10.0.0.23 - - [2024-11-04 02:21:59] "GET /virtual-network/6f0c9b54-f737-44b6-a43d-229fb3813a36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.009412 10.0.0.23 - - [2024-11-04 02:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.23 - - [2024-11-04 02:21:59] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004282 10.0.0.23 - - [2024-11-04 02:21:59] "GET /virtual-networks?parent_id=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002973 10.0.0.23 - - [2024-11-04 02:21:59] "GET /virtual-network/6f0c9b54-f737-44b6-a43d-229fb3813a36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.009757 10.0.0.23 - - [2024-11-04 02:21:59] "GET /virtual-machine/f9d91f39-35a6-4e40-89ca-6a42fb0fff43 HTTP/1.1" 200 1802 0.005464 10.0.0.23 - - [2024-11-04 02:21:59] "GET /domains HTTP/1.1" 200 280 0.002620 10.0.0.23 - - [2024-11-04 02:21:59] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001181 10.0.0.23 - - [2024-11-04 02:21:59] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc HTTP/1.1" 200 2770 0.008626 10.0.0.23 - - [2024-11-04 02:21:59] "GET /projects?obj_uuids=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001010 10.0.0.23 - - [2024-11-04 02:21:59] "GET /project/2046c67a-dff0-45c0-9193-08a470d9de33 HTTP/1.1" 200 4233 0.077828 10.0.0.23 - - [2024-11-04 02:21:59] "GET /service-instance/b51b4633-7128-469d-9fca-e1a52f46e5f6 HTTP/1.1" 200 3783 0.005381 10.0.0.23 - - [2024-11-04 02:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002430 10.0.0.23 - - [2024-11-04 02:21:59] "GET /routing-instance/c0d1039b-784d-46f0-9d1a-a7d3afd02a45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1888 0.004412 10.0.0.23 - - [2024-11-04 02:21:59] "GET /routing-instance/c0d1039b-784d-46f0-9d1a-a7d3afd02a45?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2021 0.006897 10.0.0.23 - - [2024-11-04 02:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.23 - - [2024-11-04 02:21:59] "GET /routing-instance/da1dee77-3015-4dbd-845e-6cf46edd3ab9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.004872 10.0.0.23 - - [2024-11-04 02:21:59] "GET /routing-instance/da1dee77-3015-4dbd-845e-6cf46edd3ab9?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.007275 10.0.0.23 - - [2024-11-04 02:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.23 - - [2024-11-04 02:21:59] "GET /virtual-network/6678627a-352e-454f-9ab9-98a46056c887?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.010190 10.0.0.23 - - [2024-11-04 02:21:59] "GET /virtual-network/6678627a-352e-454f-9ab9-98a46056c887?fields=routing_instances HTTP/1.1" 200 1682 0.011664 10.0.0.23 - - [2024-11-04 02:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.23 - - [2024-11-04 02:22:00] "GET /virtual-network/6f0c9b54-f737-44b6-a43d-229fb3813a36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.009271 10.0.0.23 - - [2024-11-04 02:22:00] "GET /virtual-network/6f0c9b54-f737-44b6-a43d-229fb3813a36?fields=routing_instances HTTP/1.1" 200 1687 0.012147 10.0.0.23 - - [2024-11-04 02:22:04] "POST /ref-update HTTP/1.1" 200 156 0.045721 10.0.0.23 - - [2024-11-04 02:22:04] "POST /neutron/network HTTP/1.1" 200 835 0.008947 10.0.0.23 - - [2024-11-04 02:22:04] "DELETE /access-control-list/104374e2-e081-4095-9799-c186c09918b7 HTTP/1.1" 200 115 0.047801 10.0.0.23 - - [2024-11-04 02:22:04] "GET /virtual-network/6f0c9b54-f737-44b6-a43d-229fb3813a36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.011529 10.0.0.23 - - [2024-11-04 02:22:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002663 10.0.0.23 - - [2024-11-04 02:22:04] "DELETE /routing-instance/da7bb796-2458-411e-878c-f6b2065c4e5d HTTP/1.1" 200 115 0.053469 10.0.0.23 - - [2024-11-04 02:22:04] "GET /network-policy/35900d86-450b-4727-8435-f26385f86d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.008896 10.0.0.23 - - [2024-11-04 02:22:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002782 10.0.0.23 - - [2024-11-04 02:22:04] "DELETE /route-target/f7c412b0-8c34-4dfe-ba6c-ba13916ce98f HTTP/1.1" 200 115 0.031739 10.0.0.23 - - [2024-11-04 02:22:04] "POST /ref-update HTTP/1.1" 200 156 0.038724 10.0.0.23 - - [2024-11-04 02:22:04] "DELETE /routing-instance/77d10be8-ce8e-43ae-bcee-83b539447f93 HTTP/1.1" 200 115 0.035525 10.0.0.23 - - [2024-11-04 02:22:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.23 - - [2024-11-04 02:22:04] "POST /neutron/network HTTP/1.1" 200 833 0.007972 10.0.0.23 - - [2024-11-04 02:22:04] "GET /virtual-network/6678627a-352e-454f-9ab9-98a46056c887?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008852 10.0.0.23 - - [2024-11-04 02:22:04] "DELETE /route-target/b539c360-5cdd-4b51-ad77-d5798c0925a6 HTTP/1.1" 200 115 0.017926 10.0.0.23 - - [2024-11-04 02:22:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005546 10.0.0.23 - - [2024-11-04 02:22:04] "DELETE /access-control-list/402a54ea-e7df-4109-afa4-544b0c41525a HTTP/1.1" 200 115 0.036119 10.0.0.23 - - [2024-11-04 02:22:04] "GET /network-policy/35900d86-450b-4727-8435-f26385f86d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.005733 10.0.0.23 - - [2024-11-04 02:22:04] "DELETE /network-policy/35900d86-450b-4727-8435-f26385f86d22 HTTP/1.1" 200 115 0.028452 10.0.0.23 - - [2024-11-04 02:22:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004653 10.0.0.23 - - [2024-11-04 02:22:04] "DELETE /service-instance/b51b4633-7128-469d-9fca-e1a52f46e5f6 HTTP/1.1" 200 115 0.052864 10.0.0.23 - - [2024-11-04 02:22:04] "GET /domains HTTP/1.1" 200 280 0.008817 10.0.0.23 - - [2024-11-04 02:22:04] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001630 10.0.0.23 - - [2024-11-04 02:22:04] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc HTTP/1.1" 200 2770 0.012651 10.0.0.23 - - [2024-11-04 02:22:04] "POST /ref-update HTTP/1.1" 200 156 0.034003 10.0.0.23 - - [2024-11-04 02:22:04] "GET /projects?obj_uuids=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001218 10.0.0.23 - - [2024-11-04 02:22:04] "DELETE /instance-ip/9f8a017a-0e70-4ae1-9f5a-575898ba8710 HTTP/1.1" 200 115 0.022755 10.0.0.23 - - [2024-11-04 02:22:04] "POST /ref-update HTTP/1.1" 200 156 0.010202 10.0.0.23 - - [2024-11-04 02:22:04] "GET /project/2046c67a-dff0-45c0-9193-08a470d9de33 HTTP/1.1" 200 3759 0.081592 10.0.0.23 - - [2024-11-04 02:22:05] "GET /virtual-machine/f9d91f39-35a6-4e40-89ca-6a42fb0fff43 HTTP/1.1" 200 1802 0.004489 10.0.0.23 - - [2024-11-04 02:22:05] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003587 10.0.0.23 - - [2024-11-04 02:22:05] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003263 10.0.0.23 - - [2024-11-04 02:22:05] "DELETE /instance-ip/5ff6ca97-0bd9-4cb7-ba32-5f9d7387f2db HTTP/1.1" 200 115 0.024385 10.0.0.23 - - [2024-11-04 02:22:05] "POST /ref-update HTTP/1.1" 200 156 0.012850 10.0.0.23 - - [2024-11-04 02:22:05] "DELETE /instance-ip/36aa4329-6fa8-46ac-a48e-b84db25c9296 HTTP/1.1" 200 115 0.025665 10.0.0.23 - - [2024-11-04 02:22:05] "POST /ref-update HTTP/1.1" 200 156 0.010366 10.0.0.23 - - [2024-11-04 02:22:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.23 - - [2024-11-04 02:22:05] "DELETE /service-template/da5b3b3b-0a58-4e7e-9558-c570a70efcfd HTTP/1.1" 200 115 0.044380 10.0.0.23 - - [2024-11-04 02:22:05] "POST /fqname-to-id HTTP/1.1" 404 193 0.013417 10.0.0.23 - - [2024-11-04 02:22:05] "DELETE /instance-ip/9bb4ea1e-d32b-4629-a012-b0d3e423ac14 HTTP/1.1" 200 115 0.048315 10.0.0.23 - - [2024-11-04 02:22:05] "POST /ref-update HTTP/1.1" 200 156 0.011285 10.0.0.23 - - [2024-11-04 02:22:05] "DELETE /instance-ip/3da163e3-6614-4f50-a242-e6cadd78a08b HTTP/1.1" 200 115 0.025665 10.0.0.23 - - [2024-11-04 02:22:05] "POST /ref-update HTTP/1.1" 200 156 0.013904 10.0.0.23 - - [2024-11-04 02:22:05] "DELETE /instance-ip/0ced5178-17fa-40e0-8634-18e87b836188 HTTP/1.1" 200 115 0.027597 10.0.0.23 - - [2024-11-04 02:22:05] "POST /neutron/network HTTP/1.1" 200 835 0.013843 10.0.0.23 - - [2024-11-04 02:22:05] "POST /neutron/network HTTP/1.1" 400 204 0.014311 10.0.0.23 - - [2024-11-04 02:22:05] "POST /neutron/port HTTP/1.1" 200 1087 0.033801 10.0.0.23 - - [2024-11-04 02:22:05] "POST /neutron/port HTTP/1.1" 200 1113 0.018793 10.0.0.23 - - [2024-11-04 02:22:05] "POST /neutron/port HTTP/1.1" 200 1087 0.019781 10.0.0.23 - - [2024-11-04 02:22:06] "POST /neutron/port HTTP/1.1" 200 1113 0.028654 10.0.0.23 - - [2024-11-04 02:22:06] "POST /neutron/port HTTP/1.1" 200 151 0.141334 10.0.0.23 - - [2024-11-04 02:22:06] "POST /neutron/port HTTP/1.1" 200 3026 0.034114 10.0.0.23 - - [2024-11-04 02:22:06] "POST /neutron/port HTTP/1.1" 200 151 0.122862 10.0.0.23 - - [2024-11-04 02:22:06] "POST /neutron/port HTTP/1.1" 200 1113 0.009908 10.0.0.23 - - [2024-11-04 02:22:06] "POST /neutron/port HTTP/1.1" 200 151 0.101459 10.0.0.23 - - [2024-11-04 02:22:06] "POST /neutron/port HTTP/1.1" 200 1113 0.009295 10.0.0.23 - - [2024-11-04 02:22:06] "POST /neutron/port HTTP/1.1" 200 151 0.116895 10.0.0.23 - - [2024-11-04 02:22:06] "POST /neutron/port HTTP/1.1" 200 1111 0.013097 10.0.0.23 - - [2024-11-04 02:22:06] "POST /neutron/port HTTP/1.1" 200 151 0.096290 10.0.0.23 - - [2024-11-04 02:22:07] "POST /neutron/network HTTP/1.1" 200 835 0.006296 10.0.0.23 - - [2024-11-04 02:22:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001786 10.0.0.23 - - [2024-11-04 02:22:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001247 10.0.0.23 - - [2024-11-04 02:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006793 10.0.0.23 - - [2024-11-04 02:22:07] "POST /neutron/network HTTP/1.1" 200 151 0.090720 10.0.0.23 - - [2024-11-04 02:22:07] "GET /routing-instance/da1dee77-3015-4dbd-845e-6cf46edd3ab9 HTTP/1.1" 404 171 0.003278 10.0.0.23 - - [2024-11-04 02:22:07] "GET /domains HTTP/1.1" 200 280 0.003327 10.0.0.23 - - [2024-11-04 02:22:07] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001186 10.0.0.23 - - [2024-11-04 02:22:07] "DELETE /route-target/90e5899c-3353-4009-bc46-440b036a5f05 HTTP/1.1" 200 115 0.029784 10.0.0.23 - - [2024-11-04 02:22:07] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc HTTP/1.1" 200 2570 0.057985 10.0.0.23 - - [2024-11-04 02:22:07] "GET /projects?obj_uuids=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002311 10.0.0.23 - - [2024-11-04 02:22:07] "GET /project/2046c67a-dff0-45c0-9193-08a470d9de33 HTTP/1.1" 200 2298 0.080082 10.0.0.23 - - [2024-11-04 02:22:07] "POST /neutron/network HTTP/1.1" 200 833 0.007096 10.0.0.23 - - [2024-11-04 02:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005443 10.0.0.23 - - [2024-11-04 02:22:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001240 10.0.0.23 - - [2024-11-04 02:22:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001118 10.0.0.23 - - [2024-11-04 02:22:07] "POST /neutron/network HTTP/1.1" 200 151 0.094059 10.0.0.23 - - [2024-11-04 02:22:07] "GET /routing-instance/c0d1039b-784d-46f0-9d1a-a7d3afd02a45 HTTP/1.1" 404 171 0.005430 10.0.0.23 - - [2024-11-04 02:22:07] "DELETE /route-target/bfa69ea2-7dd5-40ff-af76-09450032b4d5 HTTP/1.1" 200 115 0.024940 10.0.0.23 - - [2024-11-04 02:22:07] "GET /domains HTTP/1.1" 200 280 0.004902 10.0.0.23 - - [2024-11-04 02:22:07] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001206 10.0.0.23 - - [2024-11-04 02:22:07] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc HTTP/1.1" 200 2570 0.054607 10.0.0.23 - - [2024-11-04 02:22:07] "GET /projects?obj_uuids=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001178 10.0.0.23 - - [2024-11-04 02:22:08] "GET /project/2046c67a-dff0-45c0-9193-08a470d9de33 HTTP/1.1" 200 2080 0.075243 10.0.0.23 - - [2024-11-04 02:22:08] "POST /neutron/network HTTP/1.1" 200 831 0.006015 10.0.0.23 - - [2024-11-04 02:22:08] "POST /useragent-kv HTTP/1.1" 200 115 0.001278 10.0.0.23 - - [2024-11-04 02:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.008404 10.0.0.23 - - [2024-11-04 02:22:08] "POST /useragent-kv HTTP/1.1" 200 115 0.001198 10.0.0.23 - - [2024-11-04 02:22:08] "POST /neutron/network HTTP/1.1" 200 151 0.093405 10.0.0.23 - - [2024-11-04 02:22:08] "GET /routing-instance/3f1ff23d-fbb0-4793-8271-b8e153110bda HTTP/1.1" 404 171 0.002183 10.0.0.23 - - [2024-11-04 02:22:08] "DELETE /route-target/87654560-95b2-4023-9c5d-31a9d7f11d80 HTTP/1.1" 200 115 0.019718 10.0.0.23 - - [2024-11-04 02:22:08] "GET /domains HTTP/1.1" 200 280 0.003617 10.0.0.23 - - [2024-11-04 02:22:08] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001873 10.0.0.23 - - [2024-11-04 02:22:08] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc HTTP/1.1" 200 2570 0.051318 10.0.0.23 - - [2024-11-04 02:22:08] "GET /projects?obj_uuids=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001270 10.0.0.23 - - [2024-11-04 02:22:08] "GET /project/2046c67a-dff0-45c0-9193-08a470d9de33 HTTP/1.1" 200 1840 0.074296 10.0.0.23 - - [2024-11-04 02:22:08] "GET /projects?obj_uuids=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001292 10.0.0.23 - - [2024-11-04 02:22:08] "GET /project/2046c67a-dff0-45c0-9193-08a470d9de33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.035799 10.0.0.23 - - [2024-11-04 02:22:08] "GET /projects?obj_uuids=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001420 10.0.0.23 - - [2024-11-04 02:22:08] "GET /project/2046c67a-dff0-45c0-9193-08a470d9de33?fields=virtual_networks HTTP/1.1" 200 1028 0.035903 10.0.0.23 - - [2024-11-04 02:22:08] "GET /projects?obj_uuids=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001183 10.0.0.23 - - [2024-11-04 02:22:08] "GET /project/2046c67a-dff0-45c0-9193-08a470d9de33?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.037710 10.0.0.23 - - [2024-11-04 02:22:08] "GET /projects?obj_uuids=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001263 10.0.0.23 - - [2024-11-04 02:22:08] "GET /project/2046c67a-dff0-45c0-9193-08a470d9de33?fields=security_groups HTTP/1.1" 200 1252 0.033008 10.0.0.23 - - [2024-11-04 02:22:09] "POST /fqname-to-id HTTP/1.1" 404 189 0.025436 10.0.0.23 - - [2024-11-04 02:22:09] "GET /projects?obj_uuids=28f7acd2-f007-4176-982b-1009d220b4da&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002590 10.0.0.23 - - [2024-11-04 02:22:09] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001295 10.0.0.23 - - [2024-11-04 02:22:09] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009848 10.0.0.23 - - [2024-11-04 02:22:09] "POST /id-to-fqname HTTP/1.1" 200 191 0.001286 10.0.0.23 - - [2024-11-04 02:22:09] "POST /fqname-to-id HTTP/1.1" 404 200 0.003104 10.0.0.23 - - [2024-11-04 02:22:10] "POST /security-groups HTTP/1.1" 200 592 0.063159 10.0.0.23 - - [2024-11-04 02:22:10] "POST /fqname-to-id HTTP/1.1" 404 235 0.002618 10.0.0.23 - - [2024-11-04 02:22:10] "POST /projects HTTP/1.1" 200 587 0.213644 10.0.0.23 - - [2024-11-04 02:22:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.290792 10.0.0.23 - - [2024-11-04 02:22:10] "POST /access-control-lists HTTP/1.1" 200 597 0.060162 10.0.0.23 - - [2024-11-04 02:22:10] "POST /fqname-to-id HTTP/1.1" 404 234 0.003839 10.0.0.23 - - [2024-11-04 02:22:10] "GET /project/28f7acd2-f007-4176-982b-1009d220b4da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.430621 10.0.0.23 - - [2024-11-04 02:22:10] "POST /access-control-lists HTTP/1.1" 200 595 0.059582 10.0.0.23 - - [2024-11-04 02:22:11] "GET / HTTP/1.1" 200 35931 0.003238 10.0.0.23 - - [2024-11-04 02:22:12] "GET /project/28f7acd2-f007-4176-982b-1009d220b4da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000525 10.0.0.23 - - [2024-11-04 02:22:12] "GET /projects?obj_uuids=28f7acd2-f007-4176-982b-1009d220b4da&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001206 10.0.0.23 - - [2024-11-04 02:22:12] "GET /project/28f7acd2-f007-4176-982b-1009d220b4da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.059649 10.0.0.23 - - [2024-11-04 02:22:12] "POST /fqname-to-id HTTP/1.1" 404 180 0.002496 10.0.0.23 - - [2024-11-04 02:22:12] "POST /virtual-DNSs HTTP/1.1" 200 507 0.028641 10.0.0.23 - - [2024-11-04 02:22:12] "GET /virtual-DNS/28223b44-8eb6-4551-9efc-090b57c96aa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.009949 10.0.0.23 - - [2024-11-04 02:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.23 - - [2024-11-04 02:22:12] "GET /virtual-DNS/28223b44-8eb6-4551-9efc-090b57c96aa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.005316 10.0.0.23 - - [2024-11-04 02:22:13] "GET /domains HTTP/1.1" 401 292 0.003110 10.0.0.23 - - [2024-11-04 02:22:13] "GET /domains HTTP/1.1" 200 280 0.026560 10.0.0.23 - - [2024-11-04 02:22:13] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001181 10.0.0.23 - - [2024-11-04 02:22:13] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc HTTP/1.1" 200 2957 0.009515 10.0.0.23 - - [2024-11-04 02:22:13] "GET /virtual-DNS/28223b44-8eb6-4551-9efc-090b57c96aa1 HTTP/1.1" 200 1437 0.004310 10.0.0.23 - - [2024-11-04 02:22:13] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002256 10.0.0.23 - - [2024-11-04 02:22:13] "POST /network-ipams HTTP/1.1" 200 514 0.016491 10.0.0.23 - - [2024-11-04 02:22:13] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.003780 10.0.0.23 - - [2024-11-04 02:22:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.23 - - [2024-11-04 02:22:13] "GET /network-ipam/ce625982-0983-42f0-9779-81131da495a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.005644 10.0.0.23 - - [2024-11-04 02:22:13] "PUT /network-ipam/ce625982-0983-42f0-9779-81131da495a8 HTTP/1.1" 200 258 0.010046 10.0.0.23 - - [2024-11-04 02:22:13] "POST /ref-update HTTP/1.1" 200 156 0.010643 10.0.0.23 - - [2024-11-04 02:22:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.23 - - [2024-11-04 02:22:13] "GET /projects?obj_uuids=28f7acd2-f007-4176-982b-1009d220b4da&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002451 10.0.0.23 - - [2024-11-04 02:22:13] "GET /project/28f7acd2-f007-4176-982b-1009d220b4da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.034575 10.0.0.23 - - [2024-11-04 02:22:13] "POST /neutron/network HTTP/1.1" 200 117 0.031385 10.0.0.23 - - [2024-11-04 02:22:13] "GET /projects?obj_uuids=28f7acd2-f007-4176-982b-1009d220b4da&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001229 10.0.0.23 - - [2024-11-04 02:22:13] "POST /neutron/network HTTP/1.1" 200 618 0.064851 10.0.0.23 - - [2024-11-04 02:22:13] "POST /route-targets HTTP/1.1" 200 327 0.010034 10.0.0.23 - - [2024-11-04 02:22:14] "POST /ref-update HTTP/1.1" 200 156 0.012244 10.0.0.23 - - [2024-11-04 02:22:14] "POST /useragent-kv HTTP/1.1" 200 115 0.005087 10.0.0.23 - - [2024-11-04 02:22:14] "POST /neutron/subnet HTTP/1.1" 200 711 0.147048 10.0.0.23 - - [2024-11-04 02:22:14] "POST /neutron/network HTTP/1.1" 200 833 0.005380 10.0.0.23 - - [2024-11-04 02:22:14] "POST /id-to-fqname HTTP/1.1" 200 227 0.001268 10.0.0.23 - - [2024-11-04 02:22:14] "GET /virtual-network/59773d98-07e3-4c27-9e04-a5ff08b1d5ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008729 10.0.0.23 - - [2024-11-04 02:22:14] "POST /neutron/network HTTP/1.1" 200 833 0.005701 10.0.0.23 - - [2024-11-04 02:22:14] "GET /virtual-network/59773d98-07e3-4c27-9e04-a5ff08b1d5ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.009155 10.0.0.23 - - [2024-11-04 02:22:14] "POST /neutron/network HTTP/1.1" 200 833 0.007050 10.0.0.23 - - [2024-11-04 02:22:14] "POST /neutron/subnet HTTP/1.1" 200 711 0.007030 10.0.0.23 - - [2024-11-04 02:22:14] "POST /neutron/network HTTP/1.1" 200 807 0.011355 10.0.0.23 - - [2024-11-04 02:22:14] "POST /neutron/network HTTP/1.1" 200 833 0.005333 10.0.0.23 - - [2024-11-04 02:22:14] "POST /id-to-fqname HTTP/1.1" 200 227 0.001226 10.0.0.23 - - [2024-11-04 02:22:14] "POST /neutron/network HTTP/1.1" 200 843 0.005855 10.0.0.23 - - [2024-11-04 02:22:14] "GET /aaa-mode HTTP/1.1" 401 292 0.000497 10.0.0.23 - - [2024-11-04 02:22:14] "GET / HTTP/1.1" 200 35931 0.003053 10.0.0.23 - - [2024-11-04 02:22:14] "GET /project/28f7acd2-f007-4176-982b-1009d220b4da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000671 10.0.0.23 - - [2024-11-04 02:22:15] "GET /projects?obj_uuids=28f7acd2-f007-4176-982b-1009d220b4da&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001279 10.0.0.23 - - [2024-11-04 02:22:15] "GET /project/28f7acd2-f007-4176-982b-1009d220b4da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.057129 10.0.0.23 - - [2024-11-04 02:22:15] "POST /neutron/network HTTP/1.1" 200 833 0.005910 10.0.0.23 - - [2024-11-04 02:22:15] "POST /neutron/port HTTP/1.1" 200 117 0.005258 10.0.0.23 - - [2024-11-04 02:22:15] "POST /neutron/port HTTP/1.1" 200 117 0.005106 10.0.0.23 - - [2024-11-04 02:22:15] "POST /neutron/port HTTP/1.1" 200 117 0.005475 10.0.0.23 - - [2024-11-04 02:22:15] "POST /neutron/network HTTP/1.1" 200 843 0.006006 10.0.0.23 - - [2024-11-04 02:22:15] "GET /projects?obj_uuids=28f7acd2-f007-4176-982b-1009d220b4da&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001253 10.0.0.23 - - [2024-11-04 02:22:16] "POST /neutron/port HTTP/1.1" 200 1058 0.229419 10.0.0.23 - - [2024-11-04 02:22:16] "POST /neutron/port HTTP/1.1" 200 1058 0.011099 10.0.0.23 - - [2024-11-04 02:22:16] "POST /neutron/port HTTP/1.1" 200 1058 0.009082 10.0.0.23 - - [2024-11-04 02:22:16] "POST /neutron/port HTTP/1.1" 200 1112 0.057340 10.0.0.23 - - [2024-11-04 02:22:16] "POST /neutron/port HTTP/1.1" 200 1086 0.016006 10.0.0.23 - - [2024-11-04 02:22:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002994 10.0.0.23 - - [2024-11-04 02:22:16] "POST /neutron/subnet HTTP/1.1" 200 685 0.010274 10.0.0.23 - - [2024-11-04 02:22:16] "POST /neutron/port HTTP/1.1" 200 117 0.001201 10.0.0.23 - - [2024-11-04 02:22:16] "POST /neutron/network HTTP/1.1" 200 833 0.005613 10.0.0.23 - - [2024-11-04 02:22:20] "POST /neutron/port HTTP/1.1" 200 1086 0.016547 10.0.0.23 - - [2024-11-04 02:22:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010136 10.0.0.23 - - [2024-11-04 02:22:20] "POST /neutron/port HTTP/1.1" 200 1086 0.017452 10.0.0.23 - - [2024-11-04 02:22:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006835 10.0.0.23 - - [2024-11-04 02:22:20] "POST /neutron/port HTTP/1.1" 200 1086 0.024314 10.0.0.23 - - [2024-11-04 02:22:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006915 10.0.0.23 - - [2024-11-04 02:22:20] "GET /virtual-machine/991b518c-045e-4f77-8526-2468964242f7 HTTP/1.1" 200 1293 0.005775 10.0.0.23 - - [2024-11-04 02:22:20] "GET /virtual-machine-interface/7a0394a8-c3ce-4b00-87b2-9b98a7693c82 HTTP/1.1" 200 2962 0.014242 10.0.0.23 - - [2024-11-04 02:22:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.23 - - [2024-11-04 02:22:20] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003610 10.0.0.23 - - [2024-11-04 02:22:20] "GET /virtual-networks?parent_id=28f7acd2-f007-4176-982b-1009d220b4da&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003733 10.0.0.23 - - [2024-11-04 02:22:20] "GET /virtual-network/59773d98-07e3-4c27-9e04-a5ff08b1d5ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.010046 10.0.0.23 - - [2024-11-04 02:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.23 - - [2024-11-04 02:22:24] "GET /virtual-network/59773d98-07e3-4c27-9e04-a5ff08b1d5ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.009029 10.0.0.23 - - [2024-11-04 02:22:24] "POST /neutron/port HTTP/1.1" 200 1086 0.016693 10.0.0.23 - - [2024-11-04 02:22:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006185 10.0.0.23 - - [2024-11-04 02:22:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.23 - - [2024-11-04 02:22:26] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004396 10.0.0.23 - - [2024-11-04 02:22:26] "GET /virtual-networks?parent_id=28f7acd2-f007-4176-982b-1009d220b4da&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003186 10.0.0.23 - - [2024-11-04 02:22:26] "GET /virtual-network/59773d98-07e3-4c27-9e04-a5ff08b1d5ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.010376 10.0.0.23 - - [2024-11-04 02:22:30] "POST /neutron/network HTTP/1.1" 200 807 0.013952 10.0.0.23 - - [2024-11-04 02:22:30] "POST /neutron/network HTTP/1.1" 200 833 0.006104 10.0.0.23 - - [2024-11-04 02:22:30] "POST /id-to-fqname HTTP/1.1" 200 227 0.001447 10.0.0.23 - - [2024-11-04 02:22:30] "POST /neutron/port HTTP/1.1" 200 1086 0.016300 10.0.0.23 - - [2024-11-04 02:22:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006513 10.0.0.23 - - [2024-11-04 02:22:30] "DELETE /project/28f7acd2f0074176982b1009d220b4da HTTP/1.1" 404 173 0.007991 10.0.0.23 - - [2024-11-04 02:22:30] "GET /projects?obj_uuids=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001478 10.0.0.23 - - [2024-11-04 02:22:30] "GET /project/2046c67a-dff0-45c0-9193-08a470d9de33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.035128 10.0.0.23 - - [2024-11-04 02:22:30] "GET /projects?obj_uuids=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001185 10.0.0.23 - - [2024-11-04 02:22:30] "POST /neutron/network HTTP/1.1" 200 843 0.005723 10.0.0.23 - - [2024-11-04 02:22:30] "GET /aaa-mode HTTP/1.1" 401 292 0.000482 10.0.0.23 - - [2024-11-04 02:22:30] "GET /project/2046c67a-dff0-45c0-9193-08a470d9de33?fields=security_groups HTTP/1.1" 200 1357 0.042155 10.0.0.23 - - [2024-11-04 02:22:31] "DELETE /security-group/4d791b6d-b2aa-4cc5-9a6b-7d28b337b752 HTTP/1.1" 200 115 0.055239 10.0.0.23 - - [2024-11-04 02:22:31] "GET /projects?obj_uuids=2046c67a-dff0-45c0-9193-08a470d9de33&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001204 10.0.0.23 - - [2024-11-04 02:22:31] "DELETE /access-control-list/0faf7db5-4818-4f6d-a388-cee7c35af869 HTTP/1.1" 200 115 0.029779 10.0.0.23 - - [2024-11-04 02:22:31] "GET /project/2046c67a-dff0-45c0-9193-08a470d9de33?fields=application_policy_sets HTTP/1.1" 200 1396 0.056794 10.0.0.23 - - [2024-11-04 02:22:31] "DELETE /access-control-list/1f60ee5f-4155-4b1a-aab7-64218da9a0e9 HTTP/1.1" 200 115 0.056868 10.0.0.23 - - [2024-11-04 02:22:31] "DELETE /project/2046c67a-dff0-45c0-9193-08a470d9de33 HTTP/1.1" 200 115 0.360967 10.0.0.23 - - [2024-11-04 02:22:31] "GET / HTTP/1.1" 200 35931 0.002195 10.0.0.23 - - [2024-11-04 02:22:31] "GET /project/28f7acd2-f007-4176-982b-1009d220b4da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000461 10.0.0.23 - - [2024-11-04 02:22:31] "GET /projects?obj_uuids=28f7acd2-f007-4176-982b-1009d220b4da&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001252 10.0.0.23 - - [2024-11-04 02:22:31] "GET /project/28f7acd2-f007-4176-982b-1009d220b4da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.060538 10.0.0.23 - - [2024-11-04 02:22:31] "POST /neutron/network HTTP/1.1" 200 833 0.006144 10.0.0.23 - - [2024-11-04 02:22:31] "POST /neutron/port HTTP/1.1" 200 1086 0.017813 10.0.0.23 - - [2024-11-04 02:22:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007597 10.0.0.23 - - [2024-11-04 02:22:31] "POST /neutron/port HTTP/1.1" 200 117 0.005818 10.0.0.23 - - [2024-11-04 02:22:31] "POST /neutron/port HTTP/1.1" 200 117 0.005179 10.0.0.23 - - [2024-11-04 02:22:32] "POST /neutron/network HTTP/1.1" 200 843 0.007507 10.0.0.23 - - [2024-11-04 02:22:32] "GET /projects?obj_uuids=28f7acd2-f007-4176-982b-1009d220b4da&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001254 10.0.0.23 - - [2024-11-04 02:22:32] "POST /neutron/port HTTP/1.1" 200 1058 0.218880 10.0.0.23 - - [2024-11-04 02:22:32] "POST /neutron/port HTTP/1.1" 200 1058 0.010427 10.0.0.23 - - [2024-11-04 02:22:32] "POST /neutron/port HTTP/1.1" 200 1058 0.009417 10.0.0.23 - - [2024-11-04 02:22:32] "POST /neutron/port HTTP/1.1" 200 1112 0.058647 10.0.0.23 - - [2024-11-04 02:22:32] "POST /neutron/port HTTP/1.1" 200 1086 0.016218 10.0.0.23 - - [2024-11-04 02:22:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003030 10.0.0.23 - - [2024-11-04 02:22:32] "POST /neutron/subnet HTTP/1.1" 200 685 0.012493 10.0.0.23 - - [2024-11-04 02:22:32] "POST /neutron/port HTTP/1.1" 200 117 0.001384 10.0.0.23 - - [2024-11-04 02:22:32] "POST /neutron/network HTTP/1.1" 200 833 0.006020 10.0.0.23 - - [2024-11-04 02:22:36] "POST /neutron/port HTTP/1.1" 200 1086 0.016920 10.0.0.23 - - [2024-11-04 02:22:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006660 10.0.0.23 - - [2024-11-04 02:22:37] "POST /neutron/port HTTP/1.1" 200 1086 0.017267 10.0.0.23 - - [2024-11-04 02:22:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007092 10.0.0.23 - - [2024-11-04 02:22:37] "POST /neutron/port HTTP/1.1" 200 1086 0.019920 10.0.0.23 - - [2024-11-04 02:22:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008451 10.0.0.23 - - [2024-11-04 02:22:37] "GET /virtual-machine/de997def-3cfe-4e58-b96e-e8287474e638 HTTP/1.1" 200 1294 0.006130 10.0.0.23 - - [2024-11-04 02:22:37] "GET /virtual-machine-interface/7dd54918-e8f6-465e-a95e-b5f597a7d347 HTTP/1.1" 200 2963 0.010072 10.0.0.23 - - [2024-11-04 02:22:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.23 - - [2024-11-04 02:22:37] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004369 10.0.0.23 - - [2024-11-04 02:22:37] "GET /virtual-networks?parent_id=28f7acd2-f007-4176-982b-1009d220b4da&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004887 10.0.0.23 - - [2024-11-04 02:22:37] "GET /virtual-network/59773d98-07e3-4c27-9e04-a5ff08b1d5ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.010533 10.0.0.23 - - [2024-11-04 02:22:38] "GET /obj-perms HTTP/1.1" 200 5056 0.056276 10.0.0.23 - - [2024-11-04 02:22:38] "GET /obj-perms HTTP/1.1" 200 5056 0.050423 10.0.0.23 - - [2024-11-04 02:22:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.23 - - [2024-11-04 02:22:40] "GET /virtual-network/59773d98-07e3-4c27-9e04-a5ff08b1d5ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.009851 10.0.0.23 - - [2024-11-04 02:22:41] "POST /neutron/port HTTP/1.1" 200 1086 0.037947 10.0.0.23 - - [2024-11-04 02:22:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006631 10.0.0.23 - - [2024-11-04 02:22:41] "POST /neutron/port HTTP/1.1" 200 1086 0.020581 10.0.0.23 - - [2024-11-04 02:22:42] "POST /neutron/port HTTP/1.1" 200 1086 0.017835 10.0.0.23 - - [2024-11-04 02:22:42] "POST /neutron/network HTTP/1.1" 200 843 0.006106 10.0.0.23 - - [2024-11-04 02:22:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003350 10.0.0.23 - - [2024-11-04 02:22:42] "POST /neutron/subnet HTTP/1.1" 200 685 0.014311 10.0.0.23 - - [2024-11-04 02:22:42] "POST /neutron/port HTTP/1.1" 200 117 0.001403 10.0.0.23 - - [2024-11-04 02:22:42] "POST /neutron/network HTTP/1.1" 200 833 0.006537 10.0.0.23 - - [2024-11-04 02:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.23 - - [2024-11-04 02:22:42] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003790 10.0.0.23 - - [2024-11-04 02:22:42] "GET /virtual-networks?parent_id=28f7acd2-f007-4176-982b-1009d220b4da&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003120 10.0.0.23 - - [2024-11-04 02:22:42] "GET /virtual-network/59773d98-07e3-4c27-9e04-a5ff08b1d5ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.010946 10.0.0.23 - - [2024-11-04 02:22:42] "POST /neutron/port HTTP/1.1" 200 1086 0.017310 10.0.0.23 - - [2024-11-04 02:22:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006857 10.0.0.23 - - [2024-11-04 02:22:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.23 - - [2024-11-04 02:22:53] "DELETE /virtual-DNS/28223b44-8eb6-4551-9efc-090b57c96aa1 HTTP/1.1" 409 235 0.005793 10.0.0.23 - - [2024-11-04 02:22:53] "POST /fqname-to-id HTTP/1.1" 404 192 0.002986 10.0.0.23 - - [2024-11-04 02:22:53] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.016601 10.0.0.23 - - [2024-11-04 02:22:53] "GET /virtual-DNS-record/10c54f3a-9d26-42b0-b428-6e6ebc178387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.007071 10.0.0.23 - - [2024-11-04 02:22:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.23 - - [2024-11-04 02:22:53] "GET /virtual-DNS-record/10c54f3a-9d26-42b0-b428-6e6ebc178387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.004233 10.0.0.23 - - [2024-11-04 02:22:53] "GET /domains HTTP/1.1" 200 280 0.002831 10.0.0.23 - - [2024-11-04 02:22:53] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001286 10.0.0.23 - - [2024-11-04 02:22:53] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc HTTP/1.1" 200 2773 0.010267 10.0.0.23 - - [2024-11-04 02:22:54] "GET /virtual-DNS/28223b44-8eb6-4551-9efc-090b57c96aa1 HTTP/1.1" 200 1906 0.004766 10.0.0.23 - - [2024-11-04 02:22:54] "GET /virtual-DNS-record/10c54f3a-9d26-42b0-b428-6e6ebc178387 HTTP/1.1" 200 1335 0.003597 10.0.0.23 - - [2024-11-04 02:22:59] "DELETE /virtual-DNS-record/10c54f3a-9d26-42b0-b428-6e6ebc178387 HTTP/1.1" 200 115 0.023398 10.0.0.23 - - [2024-11-04 02:22:59] "POST /fqname-to-id HTTP/1.1" 404 184 0.002754 10.0.0.23 - - [2024-11-04 02:22:59] "POST /neutron/network HTTP/1.1" 200 833 0.006927 10.0.0.23 - - [2024-11-04 02:22:59] "POST /neutron/network HTTP/1.1" 400 204 0.010324 10.0.0.23 - - [2024-11-04 02:22:59] "POST /neutron/port HTTP/1.1" 200 1086 0.018002 10.0.0.23 - - [2024-11-04 02:22:59] "POST /neutron/port HTTP/1.1" 200 1112 0.010386 10.0.0.23 - - [2024-11-04 02:22:59] "POST /neutron/port HTTP/1.1" 200 1086 0.021836 10.0.0.23 - - [2024-11-04 02:23:00] "POST /neutron/port HTTP/1.1" 200 1112 0.010071 10.0.0.23 - - [2024-11-04 02:23:00] "POST /neutron/port HTTP/1.1" 200 151 0.108186 10.0.0.23 - - [2024-11-04 02:23:00] "POST /neutron/port HTTP/1.1" 200 151 0.108925 10.0.0.23 - - [2024-11-04 02:23:01] "POST /neutron/network HTTP/1.1" 200 833 0.005976 10.0.0.23 - - [2024-11-04 02:23:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.036157 10.0.0.23 - - [2024-11-04 02:23:01] "POST /useragent-kv HTTP/1.1" 200 115 0.001365 10.0.0.23 - - [2024-11-04 02:23:01] "DELETE /route-target/294cf8d0-5401-474d-8604-027d77af6e21 HTTP/1.1" 200 115 0.041819 10.0.0.23 - - [2024-11-04 02:23:01] "POST /useragent-kv HTTP/1.1" 200 115 0.001152 10.0.0.23 - - [2024-11-04 02:23:01] "POST /neutron/network HTTP/1.1" 200 151 0.308432 10.0.0.23 - - [2024-11-04 02:23:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002870 10.0.0.23 - - [2024-11-04 02:23:01] "DELETE /network-ipam/ce625982-0983-42f0-9779-81131da495a8 HTTP/1.1" 200 115 0.030600 10.0.0.23 - - [2024-11-04 02:23:01] "DELETE /virtual-DNS/28223b44-8eb6-4551-9efc-090b57c96aa1 HTTP/1.1" 200 115 0.023553 10.0.0.23 - - [2024-11-04 02:23:01] "POST /fqname-to-id HTTP/1.1" 404 180 0.003706 10.0.0.23 - - [2024-11-04 02:23:02] "GET /domains HTTP/1.1" 200 280 0.002797 10.0.0.23 - - [2024-11-04 02:23:02] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001257 10.0.0.23 - - [2024-11-04 02:23:02] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc HTTP/1.1" 200 2573 0.011329 10.0.0.23 - - [2024-11-04 02:23:02] "GET /projects?obj_uuids=28f7acd2-f007-4176-982b-1009d220b4da&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001178 10.0.0.23 - - [2024-11-04 02:23:02] "GET /project/28f7acd2-f007-4176-982b-1009d220b4da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.031536 10.0.0.23 - - [2024-11-04 02:23:02] "GET /projects?obj_uuids=28f7acd2-f007-4176-982b-1009d220b4da&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001229 10.0.0.23 - - [2024-11-04 02:23:02] "GET /project/28f7acd2-f007-4176-982b-1009d220b4da?fields=virtual_networks HTTP/1.1" 200 1034 0.074866 10.0.0.23 - - [2024-11-04 02:23:02] "GET /projects?obj_uuids=28f7acd2-f007-4176-982b-1009d220b4da&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001217 10.0.0.23 - - [2024-11-04 02:23:02] "GET /project/28f7acd2-f007-4176-982b-1009d220b4da?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.036359 10.0.0.23 - - [2024-11-04 02:23:02] "GET /projects?obj_uuids=28f7acd2-f007-4176-982b-1009d220b4da&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001197 10.0.0.23 - - [2024-11-04 02:23:02] "GET /project/28f7acd2-f007-4176-982b-1009d220b4da?fields=security_groups HTTP/1.1" 200 1261 0.030981 10.0.0.23 - - [2024-11-04 02:23:02] "GET /global-system-configs HTTP/1.1" 200 322 0.194076 10.0.0.23 - - [2024-11-04 02:23:02] "GET /obj-perms HTTP/1.1" 200 5056 0.235729 10.0.0.23 - - [2024-11-04 02:23:03] "POST /fqname-to-id HTTP/1.1" 404 189 0.026864 10.0.0.23 - - [2024-11-04 02:23:03] "GET /projects?obj_uuids=05f593cb-4e34-4f1f-b01c-7111a12e1c92&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002522 10.0.0.23 - - [2024-11-04 02:23:03] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001382 10.0.0.23 - - [2024-11-04 02:23:03] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009184 10.0.0.23 - - [2024-11-04 02:23:03] "POST /id-to-fqname HTTP/1.1" 200 191 0.002575 10.0.0.23 - - [2024-11-04 02:23:03] "POST /fqname-to-id HTTP/1.1" 404 200 0.002938 10.0.0.23 - - [2024-11-04 02:23:03] "POST /security-groups HTTP/1.1" 200 592 0.068405 10.0.0.23 - - [2024-11-04 02:23:03] "POST /fqname-to-id HTTP/1.1" 404 235 0.010569 10.0.0.23 - - [2024-11-04 02:23:03] "POST /projects HTTP/1.1" 200 587 0.226168 10.0.0.23 - - [2024-11-04 02:23:03] "GET /global-system-configs HTTP/1.1" 200 322 0.053542 10.0.0.23 - - [2024-11-04 02:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.296664 10.0.0.23 - - [2024-11-04 02:23:03] "POST /access-control-lists HTTP/1.1" 200 597 0.071141 10.0.0.23 - - [2024-11-04 02:23:03] "GET /obj-perms HTTP/1.1" 200 5056 0.085497 10.0.0.23 - - [2024-11-04 02:23:03] "GET /project/05f593cb-4e34-4f1f-b01c-7111a12e1c92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.436221 10.0.0.23 - - [2024-11-04 02:23:03] "POST /fqname-to-id HTTP/1.1" 404 234 0.008797 10.0.0.23 - - [2024-11-04 02:23:04] "POST /access-control-lists HTTP/1.1" 200 595 0.060992 10.0.0.23 - - [2024-11-04 02:23:05] "GET / HTTP/1.1" 200 35931 0.002210 10.0.0.23 - - [2024-11-04 02:23:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000607 10.0.0.23 - - [2024-11-04 02:23:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.061856 10.0.0.23 - - [2024-11-04 02:23:06] "GET /projects?obj_uuids=05f593cb-4e34-4f1f-b01c-7111a12e1c92&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001176 10.0.0.23 - - [2024-11-04 02:23:06] "GET /project/05f593cb-4e34-4f1f-b01c-7111a12e1c92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.038585 10.0.0.23 - - [2024-11-04 02:23:06] "POST /neutron/network HTTP/1.1" 200 117 0.031896 10.0.0.23 - - [2024-11-04 02:23:06] "GET /projects?obj_uuids=05f593cb-4e34-4f1f-b01c-7111a12e1c92&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001272 10.0.0.23 - - [2024-11-04 02:23:06] "POST /neutron/network HTTP/1.1" 200 606 0.079134 10.0.0.23 - - [2024-11-04 02:23:06] "POST /route-targets HTTP/1.1" 200 327 0.011150 10.0.0.23 - - [2024-11-04 02:23:06] "POST /ref-update HTTP/1.1" 200 156 0.011058 10.0.0.23 - - [2024-11-04 02:23:06] "POST /useragent-kv HTTP/1.1" 200 115 0.007137 10.0.0.23 - - [2024-11-04 02:23:06] "POST /neutron/subnet HTTP/1.1" 200 724 0.158262 10.0.0.23 - - [2024-11-04 02:23:06] "POST /neutron/network HTTP/1.1" 200 825 0.005364 10.0.0.23 - - [2024-11-04 02:23:06] "POST /id-to-fqname HTTP/1.1" 200 221 0.001250 10.0.0.23 - - [2024-11-04 02:23:06] "GET /virtual-network/e3ac733e-8808-4fa9-ad5f-de0ffbb62cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008555 10.0.0.23 - - [2024-11-04 02:23:06] "POST /neutron/network HTTP/1.1" 200 825 0.006165 10.0.0.23 - - [2024-11-04 02:23:06] "GET /virtual-network/e3ac733e-8808-4fa9-ad5f-de0ffbb62cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.009181 10.0.0.23 - - [2024-11-04 02:23:06] "POST /neutron/network HTTP/1.1" 200 825 0.006255 10.0.0.23 - - [2024-11-04 02:23:06] "POST /neutron/subnet HTTP/1.1" 200 724 0.007101 10.0.0.23 - - [2024-11-04 02:23:06] "POST /id-to-fqname HTTP/1.1" 200 221 0.001420 10.0.0.23 - - [2024-11-04 02:23:06] "POST /neutron/network HTTP/1.1" 200 835 0.011419 10.0.0.23 - - [2024-11-04 02:23:06] "GET /aaa-mode HTTP/1.1" 401 292 0.000422 10.0.0.23 - - [2024-11-04 02:23:07] "GET / HTTP/1.1" 200 35931 0.002125 10.0.0.23 - - [2024-11-04 02:23:07] "GET /project/05f593cb-4e34-4f1f-b01c-7111a12e1c92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000447 10.0.0.23 - - [2024-11-04 02:23:07] "GET /projects?obj_uuids=05f593cb-4e34-4f1f-b01c-7111a12e1c92&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001247 10.0.0.23 - - [2024-11-04 02:23:07] "GET /project/05f593cb-4e34-4f1f-b01c-7111a12e1c92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.063225 10.0.0.23 - - [2024-11-04 02:23:07] "POST /neutron/network HTTP/1.1" 200 825 0.006039 10.0.0.23 - - [2024-11-04 02:23:07] "POST /neutron/port HTTP/1.1" 200 117 0.005283 10.0.0.23 - - [2024-11-04 02:23:07] "POST /neutron/port HTTP/1.1" 200 117 0.006444 10.0.0.23 - - [2024-11-04 02:23:07] "POST /id-to-fqname HTTP/1.1" 200 221 0.001407 10.0.0.23 - - [2024-11-04 02:23:07] "POST /neutron/port HTTP/1.1" 200 117 0.008807 10.0.0.23 - - [2024-11-04 02:23:07] "POST /neutron/network HTTP/1.1" 200 835 0.006401 10.0.0.23 - - [2024-11-04 02:23:07] "GET /aaa-mode HTTP/1.1" 401 292 0.000499 10.0.0.23 - - [2024-11-04 02:23:08] "POST /neutron/network HTTP/1.1" 200 835 0.005959 10.0.0.23 - - [2024-11-04 02:23:08] "GET /projects?obj_uuids=05f593cb-4e34-4f1f-b01c-7111a12e1c92&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001248 10.0.0.23 - - [2024-11-04 02:23:08] "GET / HTTP/1.1" 200 35931 0.005336 10.0.0.23 - - [2024-11-04 02:23:08] "GET /project/05f593cb-4e34-4f1f-b01c-7111a12e1c92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000457 10.0.0.23 - - [2024-11-04 02:23:08] "POST /neutron/port HTTP/1.1" 200 1061 0.241451 10.0.0.23 - - [2024-11-04 02:23:08] "POST /neutron/port HTTP/1.1" 200 1061 0.011033 10.0.0.23 - - [2024-11-04 02:23:08] "POST /neutron/port HTTP/1.1" 200 1061 0.009299 10.0.0.23 - - [2024-11-04 02:23:08] "POST /neutron/port HTTP/1.1" 200 1115 0.064423 10.0.0.23 - - [2024-11-04 02:23:08] "POST /neutron/port HTTP/1.1" 200 1089 0.017491 10.0.0.23 - - [2024-11-04 02:23:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003388 10.0.0.23 - - [2024-11-04 02:23:08] "GET /projects?obj_uuids=05f593cb-4e34-4f1f-b01c-7111a12e1c92&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001223 10.0.0.23 - - [2024-11-04 02:23:08] "POST /neutron/subnet HTTP/1.1" 200 698 0.018246 10.0.0.23 - - [2024-11-04 02:23:08] "POST /neutron/port HTTP/1.1" 200 117 0.001797 10.0.0.23 - - [2024-11-04 02:23:08] "GET /project/05f593cb-4e34-4f1f-b01c-7111a12e1c92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.072150 10.0.0.23 - - [2024-11-04 02:23:08] "POST /neutron/network HTTP/1.1" 200 825 0.005463 10.0.0.23 - - [2024-11-04 02:23:08] "POST /neutron/network HTTP/1.1" 200 825 0.005244 10.0.0.23 - - [2024-11-04 02:23:08] "POST /neutron/port HTTP/1.1" 200 1089 0.021052 10.0.0.23 - - [2024-11-04 02:23:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008769 10.0.0.23 - - [2024-11-04 02:23:08] "POST /neutron/port HTTP/1.1" 200 117 0.008313 10.0.0.23 - - [2024-11-04 02:23:09] "POST /neutron/port HTTP/1.1" 200 1089 0.019012 10.0.0.23 - - [2024-11-04 02:23:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006547 10.0.0.23 - - [2024-11-04 02:23:09] "POST /neutron/network HTTP/1.1" 200 835 0.006357 10.0.0.23 - - [2024-11-04 02:23:09] "GET /projects?obj_uuids=05f593cb-4e34-4f1f-b01c-7111a12e1c92&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002431 10.0.0.23 - - [2024-11-04 02:23:09] "POST /neutron/port HTTP/1.1" 200 1061 0.250281 10.0.0.23 - - [2024-11-04 02:23:09] "POST /neutron/port HTTP/1.1" 200 1061 0.010922 10.0.0.23 - - [2024-11-04 02:23:09] "POST /neutron/port HTTP/1.1" 200 1061 0.013694 10.0.0.23 - - [2024-11-04 02:23:09] "POST /neutron/port HTTP/1.1" 200 1115 0.098229 10.0.0.23 - - [2024-11-04 02:23:09] "POST /neutron/port HTTP/1.1" 200 1089 0.016613 10.0.0.23 - - [2024-11-04 02:23:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004028 10.0.0.23 - - [2024-11-04 02:23:09] "POST /neutron/subnet HTTP/1.1" 200 698 0.011953 10.0.0.23 - - [2024-11-04 02:23:09] "POST /neutron/port HTTP/1.1" 200 117 0.001268 10.0.0.23 - - [2024-11-04 02:23:09] "POST /neutron/network HTTP/1.1" 200 825 0.005588 10.0.0.23 - - [2024-11-04 02:23:14] "POST /neutron/port HTTP/1.1" 200 1089 0.021693 10.0.0.23 - - [2024-11-04 02:23:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010441 10.0.0.23 - - [2024-11-04 02:23:14] "POST /neutron/port HTTP/1.1" 200 1089 0.023172 10.0.0.23 - - [2024-11-04 02:23:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006920 10.0.0.23 - - [2024-11-04 02:23:14] "POST /neutron/port HTTP/1.1" 200 1089 0.018270 10.0.0.23 - - [2024-11-04 02:23:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009464 10.0.0.23 - - [2024-11-04 02:23:14] "GET /virtual-machine/2ce74726-03dd-44f8-a691-f14a07eec2fa HTTP/1.1" 401 292 0.000463 10.0.0.23 - - [2024-11-04 02:23:14] "GET /virtual-machine/2ce74726-03dd-44f8-a691-f14a07eec2fa HTTP/1.1" 200 1293 0.031696 10.0.0.23 - - [2024-11-04 02:23:14] "GET /virtual-machine-interface/6d21e3f3-99a3-45a7-88ca-bdef87e6293b HTTP/1.1" 200 2944 0.016868 10.0.0.23 - - [2024-11-04 02:23:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.23 - - [2024-11-04 02:23:14] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004552 10.0.0.23 - - [2024-11-04 02:23:14] "GET /virtual-networks?parent_id=05f593cb-4e34-4f1f-b01c-7111a12e1c92&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003836 10.0.0.23 - - [2024-11-04 02:23:14] "GET /virtual-network/e3ac733e-8808-4fa9-ad5f-de0ffbb62cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.009933 10.0.0.23 - - [2024-11-04 02:23:17] "POST /neutron/port HTTP/1.1" 200 1089 0.016892 10.0.0.23 - - [2024-11-04 02:23:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006274 10.0.0.23 - - [2024-11-04 02:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.23 - - [2024-11-04 02:23:17] "GET /virtual-network/e3ac733e-8808-4fa9-ad5f-de0ffbb62cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.009472 10.0.0.23 - - [2024-11-04 02:23:18] "POST /neutron/port HTTP/1.1" 200 1089 0.020262 10.0.0.23 - - [2024-11-04 02:23:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005958 10.0.0.23 - - [2024-11-04 02:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.23 - - [2024-11-04 02:23:20] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003720 10.0.0.23 - - [2024-11-04 02:23:20] "GET /virtual-networks?parent_id=05f593cb-4e34-4f1f-b01c-7111a12e1c92&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003116 10.0.0.23 - - [2024-11-04 02:23:20] "GET /virtual-network/e3ac733e-8808-4fa9-ad5f-de0ffbb62cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.010229 10.0.0.23 - - [2024-11-04 02:23:20] "POST /neutron/port HTTP/1.1" 200 1089 0.018105 10.0.0.23 - - [2024-11-04 02:23:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006624 10.0.0.23 - - [2024-11-04 02:23:20] "POST /neutron/port HTTP/1.1" 200 1089 0.017136 10.0.0.23 - - [2024-11-04 02:23:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006401 10.0.0.23 - - [2024-11-04 02:23:20] "POST /neutron/port HTTP/1.1" 200 1089 0.015911 10.0.0.23 - - [2024-11-04 02:23:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006346 10.0.0.23 - - [2024-11-04 02:23:20] "GET /virtual-machine/4e277392-fd47-490a-8691-1c588fd0b5d9 HTTP/1.1" 200 1292 0.005467 10.0.0.23 - - [2024-11-04 02:23:20] "GET /virtual-machine-interface/abf798de-ebb8-4d58-aa55-1208c4777cf7 HTTP/1.1" 200 2946 0.012040 10.0.0.23 - - [2024-11-04 02:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.23 - - [2024-11-04 02:23:20] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003691 10.0.0.23 - - [2024-11-04 02:23:20] "GET /virtual-networks?parent_id=05f593cb-4e34-4f1f-b01c-7111a12e1c92&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002937 10.0.0.23 - - [2024-11-04 02:23:20] "GET /virtual-network/e3ac733e-8808-4fa9-ad5f-de0ffbb62cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.009386 10.0.0.23 - - [2024-11-04 02:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.23 - - [2024-11-04 02:23:21] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003561 10.0.0.23 - - [2024-11-04 02:23:21] "GET /virtual-networks?parent_id=05f593cb-4e34-4f1f-b01c-7111a12e1c92&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003003 10.0.0.23 - - [2024-11-04 02:23:22] "GET /virtual-network/e3ac733e-8808-4fa9-ad5f-de0ffbb62cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.009516 10.0.0.23 - - [2024-11-04 02:23:27] "POST /neutron/network HTTP/1.1" 200 825 0.007994 10.0.0.23 - - [2024-11-04 02:23:27] "POST /neutron/network HTTP/1.1" 400 204 0.010772 10.0.0.23 - - [2024-11-04 02:23:27] "POST /neutron/port HTTP/1.1" 200 1089 0.016208 10.0.0.23 - - [2024-11-04 02:23:27] "POST /neutron/port HTTP/1.1" 200 1115 0.016057 10.0.0.23 - - [2024-11-04 02:23:27] "POST /neutron/port HTTP/1.1" 200 1089 0.027751 10.0.0.23 - - [2024-11-04 02:23:27] "POST /neutron/port HTTP/1.1" 200 1115 0.014174 10.0.0.23 - - [2024-11-04 02:23:27] "POST /neutron/port HTTP/1.1" 200 151 0.119491 10.0.0.23 - - [2024-11-04 02:23:27] "POST /neutron/port HTTP/1.1" 200 151 0.095505 10.0.0.23 - - [2024-11-04 02:23:29] "POST /neutron/network HTTP/1.1" 200 825 0.005972 10.0.0.23 - - [2024-11-04 02:23:29] "POST /useragent-kv HTTP/1.1" 200 115 0.001173 10.0.0.23 - - [2024-11-04 02:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.006227 10.0.0.23 - - [2024-11-04 02:23:29] "POST /useragent-kv HTTP/1.1" 200 115 0.001136 10.0.0.23 - - [2024-11-04 02:23:29] "POST /neutron/network HTTP/1.1" 200 151 0.084359 10.0.0.23 - - [2024-11-04 02:23:29] "DELETE /route-target/8af4601c-3cf6-4932-bcc9-7e8456b225c2 HTTP/1.1" 200 115 0.014821 10.0.0.23 - - [2024-11-04 02:23:29] "GET /projects?obj_uuids=05f593cb-4e34-4f1f-b01c-7111a12e1c92&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001182 10.0.0.23 - - [2024-11-04 02:23:29] "GET /project/05f593cb-4e34-4f1f-b01c-7111a12e1c92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.035113 10.0.0.23 - - [2024-11-04 02:23:29] "GET /projects?obj_uuids=05f593cb-4e34-4f1f-b01c-7111a12e1c92&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001704 10.0.0.23 - - [2024-11-04 02:23:29] "GET /project/05f593cb-4e34-4f1f-b01c-7111a12e1c92?fields=virtual_networks HTTP/1.1" 200 1033 0.032979 10.0.0.23 - - [2024-11-04 02:23:29] "GET /projects?obj_uuids=05f593cb-4e34-4f1f-b01c-7111a12e1c92&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001189 10.0.0.23 - - [2024-11-04 02:23:29] "GET /project/05f593cb-4e34-4f1f-b01c-7111a12e1c92?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.031903 10.0.0.23 - - [2024-11-04 02:23:29] "GET /projects?obj_uuids=05f593cb-4e34-4f1f-b01c-7111a12e1c92&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001195 10.0.0.23 - - [2024-11-04 02:23:29] "GET /project/05f593cb-4e34-4f1f-b01c-7111a12e1c92?fields=security_groups HTTP/1.1" 200 1260 0.030103 10.0.0.23 - - [2024-11-04 02:23:30] "POST /fqname-to-id HTTP/1.1" 404 188 0.024448 10.0.0.23 - - [2024-11-04 02:23:30] "GET /projects?obj_uuids=3e8bfa8b-8667-496d-acaf-09c9cdb4c485&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002830 10.0.0.23 - - [2024-11-04 02:23:30] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001343 10.0.0.23 - - [2024-11-04 02:23:30] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009018 10.0.0.23 - - [2024-11-04 02:23:30] "POST /id-to-fqname HTTP/1.1" 200 190 0.001404 10.0.0.23 - - [2024-11-04 02:23:30] "POST /fqname-to-id HTTP/1.1" 404 199 0.003010 10.0.0.23 - - [2024-11-04 02:23:30] "POST /security-groups HTTP/1.1" 200 591 0.069997 10.0.0.23 - - [2024-11-04 02:23:30] "POST /fqname-to-id HTTP/1.1" 404 234 0.003155 10.0.0.23 - - [2024-11-04 02:23:30] "POST /projects HTTP/1.1" 200 585 0.233565 10.0.0.23 - - [2024-11-04 02:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.306315 10.0.0.23 - - [2024-11-04 02:23:30] "POST /access-control-lists HTTP/1.1" 200 596 0.062607 10.0.0.23 - - [2024-11-04 02:23:30] "POST /fqname-to-id HTTP/1.1" 404 233 0.003305 10.0.0.23 - - [2024-11-04 02:23:30] "GET /project/3e8bfa8b-8667-496d-acaf-09c9cdb4c485?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.442570 10.0.0.23 - - [2024-11-04 02:23:31] "POST /access-control-lists HTTP/1.1" 200 594 0.063735 10.0.0.23 - - [2024-11-04 02:23:31] "DELETE /project/05f593cb4e344f1fb01c7111a12e1c92 HTTP/1.1" 404 173 0.016051 10.0.0.23 - - [2024-11-04 02:23:31] "DELETE /project/3e8bfa8b8667496dacaf09c9cdb4c485 HTTP/1.1" 404 173 0.008562 10.0.0.23 - - [2024-11-04 02:23:31] "GET /projects?obj_uuids=05f593cb-4e34-4f1f-b01c-7111a12e1c92&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001038 10.0.0.23 - - [2024-11-04 02:23:31] "GET /projects?obj_uuids=28f7acd2-f007-4176-982b-1009d220b4da&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000964 10.0.0.23 - - [2024-11-04 02:23:31] "GET /project/28f7acd2-f007-4176-982b-1009d220b4da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.044009 10.0.0.23 - - [2024-11-04 02:23:31] "GET /project/05f593cb-4e34-4f1f-b01c-7111a12e1c92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.057490 10.0.0.23 - - [2024-11-04 02:23:31] "GET /projects?obj_uuids=28f7acd2-f007-4176-982b-1009d220b4da&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001271 10.0.0.23 - - [2024-11-04 02:23:31] "GET /projects?obj_uuids=05f593cb-4e34-4f1f-b01c-7111a12e1c92&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001158 10.0.0.23 - - [2024-11-04 02:23:31] "GET /project/28f7acd2-f007-4176-982b-1009d220b4da?fields=security_groups HTTP/1.1" 200 1366 0.048035 10.0.0.23 - - [2024-11-04 02:23:31] "GET /project/05f593cb-4e34-4f1f-b01c-7111a12e1c92?fields=security_groups HTTP/1.1" 200 1365 0.059310 10.0.0.23 - - [2024-11-04 02:23:31] "DELETE /security-group/60a7b4b0-eee9-42a5-88a7-d2f1ca4c3500 HTTP/1.1" 200 115 0.074098 10.0.0.23 - - [2024-11-04 02:23:31] "GET /projects?obj_uuids=28f7acd2-f007-4176-982b-1009d220b4da&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001276 10.0.0.23 - - [2024-11-04 02:23:31] "DELETE /access-control-list/879e1ff8-a0a5-4671-b73f-02c17fdf0ed2 HTTP/1.1" 200 115 0.049732 10.0.0.23 - - [2024-11-04 02:23:31] "DELETE /security-group/f5c3f030-ae83-4f9f-91e7-790bb29bbbe2 HTTP/1.1" 200 115 0.084790 10.0.0.23 - - [2024-11-04 02:23:31] "GET /projects?obj_uuids=05f593cb-4e34-4f1f-b01c-7111a12e1c92&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001377 10.0.0.23 - - [2024-11-04 02:23:31] "GET /project/28f7acd2-f007-4176-982b-1009d220b4da?fields=application_policy_sets HTTP/1.1" 200 1405 0.061227 10.0.0.23 - - [2024-11-04 02:23:31] "DELETE /access-control-list/d8a8316e-811e-4d2c-85b1-adafc06fafc7 HTTP/1.1" 200 115 0.055950 10.0.0.23 - - [2024-11-04 02:23:31] "GET /project/05f593cb-4e34-4f1f-b01c-7111a12e1c92?fields=application_policy_sets HTTP/1.1" 200 1404 0.092601 10.0.0.23 - - [2024-11-04 02:23:31] "DELETE /access-control-list/9765b8f6-5790-443d-9056-ab312e68177b HTTP/1.1" 200 115 0.066640 10.0.0.23 - - [2024-11-04 02:23:31] "DELETE /access-control-list/1944dea0-6bf2-4de5-b666-8471867aec45 HTTP/1.1" 200 115 0.123695 10.0.0.23 - - [2024-11-04 02:23:31] "DELETE /project/28f7acd2-f007-4176-982b-1009d220b4da HTTP/1.1" 200 115 0.556128 10.0.0.23 - - [2024-11-04 02:23:31] "DELETE /project/05f593cb-4e34-4f1f-b01c-7111a12e1c92 HTTP/1.1" 200 115 0.581152 10.0.0.23 - - [2024-11-04 02:23:32] "GET / HTTP/1.1" 200 35931 0.002191 10.0.0.23 - - [2024-11-04 02:23:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000532 10.0.0.23 - - [2024-11-04 02:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.063855 10.0.0.23 - - [2024-11-04 02:23:33] "GET /projects?obj_uuids=3e8bfa8b-8667-496d-acaf-09c9cdb4c485&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001707 10.0.0.23 - - [2024-11-04 02:23:33] "GET /project/3e8bfa8b-8667-496d-acaf-09c9cdb4c485?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.039932 10.0.0.23 - - [2024-11-04 02:23:33] "POST /neutron/network HTTP/1.1" 200 117 0.032672 10.0.0.23 - - [2024-11-04 02:23:33] "GET /projects?obj_uuids=3e8bfa8b-8667-496d-acaf-09c9cdb4c485&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001584 10.0.0.23 - - [2024-11-04 02:23:33] "POST /neutron/network HTTP/1.1" 200 625 0.074872 10.0.0.23 - - [2024-11-04 02:23:33] "POST /route-targets HTTP/1.1" 200 327 0.013970 10.0.0.23 - - [2024-11-04 02:23:33] "POST /ref-update HTTP/1.1" 200 156 0.015043 10.0.0.23 - - [2024-11-04 02:23:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002749 10.0.0.23 - - [2024-11-04 02:23:33] "POST /neutron/subnet HTTP/1.1" 200 701 0.172415 10.0.0.23 - - [2024-11-04 02:23:33] "POST /neutron/network HTTP/1.1" 200 839 0.006219 10.0.0.23 - - [2024-11-04 02:23:33] "POST /id-to-fqname HTTP/1.1" 200 230 0.001390 10.0.0.23 - - [2024-11-04 02:23:33] "GET /virtual-network/8ffe3dc2-ef76-4a09-9379-deacd29bd2b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008657 10.0.0.23 - - [2024-11-04 02:23:33] "POST /neutron/network HTTP/1.1" 200 839 0.005795 10.0.0.23 - - [2024-11-04 02:23:33] "GET /virtual-network/8ffe3dc2-ef76-4a09-9379-deacd29bd2b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009168 10.0.0.23 - - [2024-11-04 02:23:33] "POST /neutron/network HTTP/1.1" 200 839 0.005948 10.0.0.23 - - [2024-11-04 02:23:33] "POST /neutron/subnet HTTP/1.1" 200 701 0.007616 10.0.0.23 - - [2024-11-04 02:23:33] "POST /neutron/network HTTP/1.1" 200 839 0.006311 10.0.0.23 - - [2024-11-04 02:23:33] "POST /id-to-fqname HTTP/1.1" 200 230 0.001437 10.0.0.23 - - [2024-11-04 02:23:34] "POST /neutron/network HTTP/1.1" 200 849 0.006072 10.0.0.23 - - [2024-11-04 02:23:34] "GET /aaa-mode HTTP/1.1" 401 292 0.007116 10.0.0.23 - - [2024-11-04 02:23:34] "GET / HTTP/1.1" 200 35931 0.001818 10.0.0.23 - - [2024-11-04 02:23:34] "GET /project/3e8bfa8b-8667-496d-acaf-09c9cdb4c485?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000429 10.0.0.23 - - [2024-11-04 02:23:34] "GET /projects?obj_uuids=3e8bfa8b-8667-496d-acaf-09c9cdb4c485&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001232 10.0.0.23 - - [2024-11-04 02:23:34] "GET /project/3e8bfa8b-8667-496d-acaf-09c9cdb4c485?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.059929 10.0.0.23 - - [2024-11-04 02:23:34] "POST /neutron/network HTTP/1.1" 200 839 0.005575 10.0.0.23 - - [2024-11-04 02:23:35] "POST /neutron/port HTTP/1.1" 200 117 0.005358 10.0.0.23 - - [2024-11-04 02:23:35] "POST /neutron/port HTTP/1.1" 200 117 0.006171 10.0.0.23 - - [2024-11-04 02:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.23 - - [2024-11-04 02:23:35] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005822 10.0.0.23 - - [2024-11-04 02:23:35] "PUT /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed HTTP/1.1" 200 276 0.010205 10.0.0.23 - - [2024-11-04 02:23:35] "POST /neutron/port HTTP/1.1" 200 117 0.005534 10.0.0.23 - - [2024-11-04 02:23:35] "POST /neutron/network HTTP/1.1" 200 849 0.006010 10.0.0.23 - - [2024-11-04 02:23:35] "GET /projects?obj_uuids=3e8bfa8b-8667-496d-acaf-09c9cdb4c485&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001290 10.0.0.23 - - [2024-11-04 02:23:35] "POST /neutron/port HTTP/1.1" 200 1055 0.211390 10.0.0.23 - - [2024-11-04 02:23:35] "POST /neutron/port HTTP/1.1" 200 1055 0.011278 10.0.0.23 - - [2024-11-04 02:23:35] "POST /neutron/port HTTP/1.1" 200 1055 0.011021 10.0.0.23 - - [2024-11-04 02:23:35] "POST /neutron/port HTTP/1.1" 200 1109 0.076175 10.0.0.23 - - [2024-11-04 02:23:35] "POST /neutron/port HTTP/1.1" 200 1083 0.017132 10.0.0.23 - - [2024-11-04 02:23:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004308 10.0.0.23 - - [2024-11-04 02:23:35] "POST /neutron/subnet HTTP/1.1" 200 675 0.011935 10.0.0.23 - - [2024-11-04 02:23:35] "POST /neutron/port HTTP/1.1" 200 117 0.001357 10.0.0.23 - - [2024-11-04 02:23:35] "POST /neutron/network HTTP/1.1" 200 839 0.006494 10.0.0.23 - - [2024-11-04 02:23:39] "GET /obj-perms HTTP/1.1" 200 5056 0.059942 10.0.0.23 - - [2024-11-04 02:23:39] "GET /obj-perms HTTP/1.1" 200 5056 0.055739 10.0.0.23 - - [2024-11-04 02:23:40] "POST /neutron/port HTTP/1.1" 200 1083 0.017519 10.0.0.23 - - [2024-11-04 02:23:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006266 10.0.0.23 - - [2024-11-04 02:23:40] "POST /neutron/port HTTP/1.1" 200 1083 0.018208 10.0.0.23 - - [2024-11-04 02:23:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006285 10.0.0.23 - - [2024-11-04 02:23:40] "POST /neutron/port HTTP/1.1" 200 1083 0.016025 10.0.0.23 - - [2024-11-04 02:23:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.016059 10.0.0.23 - - [2024-11-04 02:23:40] "GET /virtual-machine/489f623b-e799-4044-b944-9fc5f1eb451e HTTP/1.1" 401 292 0.000473 10.0.0.23 - - [2024-11-04 02:23:40] "GET /virtual-machine/489f623b-e799-4044-b944-9fc5f1eb451e HTTP/1.1" 200 1292 0.033756 10.0.0.23 - - [2024-11-04 02:23:40] "GET /virtual-machine-interface/cfa712ac-f023-41a2-8c32-0f55e495282f HTTP/1.1" 200 2971 0.010000 10.0.0.23 - - [2024-11-04 02:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.23 - - [2024-11-04 02:23:40] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.004301 10.0.0.23 - - [2024-11-04 02:23:41] "GET /virtual-networks?parent_id=3e8bfa8b-8667-496d-acaf-09c9cdb4c485&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003151 10.0.0.23 - - [2024-11-04 02:23:41] "GET /virtual-network/8ffe3dc2-ef76-4a09-9379-deacd29bd2b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.010920 10.0.0.23 - - [2024-11-04 02:23:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005089 10.0.0.23 - - [2024-11-04 02:23:44] "GET /virtual-network/8ffe3dc2-ef76-4a09-9379-deacd29bd2b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.010757 10.0.0.23 - - [2024-11-04 02:23:44] "POST /neutron/port HTTP/1.1" 200 1083 0.033437 10.0.0.23 - - [2024-11-04 02:23:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009260 10.0.0.23 - - [2024-11-04 02:23:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.23 - - [2024-11-04 02:23:46] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.004219 10.0.0.23 - - [2024-11-04 02:23:46] "GET /virtual-networks?parent_id=3e8bfa8b-8667-496d-acaf-09c9cdb4c485&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003242 10.0.0.23 - - [2024-11-04 02:23:46] "GET /virtual-network/8ffe3dc2-ef76-4a09-9379-deacd29bd2b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009567 10.0.0.23 - - [2024-11-04 02:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.23 - - [2024-11-04 02:23:48] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.004122 10.0.0.23 - - [2024-11-04 02:23:48] "PUT /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed HTTP/1.1" 200 276 0.013076 10.0.0.23 - - [2024-11-04 02:23:48] "POST /neutron/network HTTP/1.1" 200 839 0.006863 10.0.0.23 - - [2024-11-04 02:23:48] "POST /neutron/network HTTP/1.1" 400 204 0.014948 10.0.0.23 - - [2024-11-04 02:23:49] "POST /neutron/port HTTP/1.1" 200 1083 0.016268 10.0.0.23 - - [2024-11-04 02:23:49] "POST /neutron/port HTTP/1.1" 200 1109 0.010184 10.0.0.23 - - [2024-11-04 02:23:49] "POST /neutron/port HTTP/1.1" 200 151 0.101209 10.0.0.23 - - [2024-11-04 02:23:50] "POST /neutron/network HTTP/1.1" 200 839 0.006438 10.0.0.23 - - [2024-11-04 02:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004913 10.0.0.23 - - [2024-11-04 02:23:50] "DELETE /route-target/2ae534c9-d118-4d18-b0e0-a46cc15ac904 HTTP/1.1" 200 115 0.019408 10.0.0.23 - - [2024-11-04 02:23:50] "POST /useragent-kv HTTP/1.1" 200 115 0.040222 10.0.0.23 - - [2024-11-04 02:23:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001505 10.0.0.23 - - [2024-11-04 02:23:50] "POST /neutron/network HTTP/1.1" 200 151 0.130904 10.0.0.23 - - [2024-11-04 02:23:51] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.003147 10.0.0.23 - - [2024-11-04 02:23:51] "POST /network-ipams HTTP/1.1" 200 541 0.017787 10.0.0.23 - - [2024-11-04 02:23:51] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.003675 10.0.0.23 - - [2024-11-04 02:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.23 - - [2024-11-04 02:23:51] "GET /network-ipam/ce369ea3-fd41-46ff-bf3b-2d0eb588580e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.006406 10.0.0.23 - - [2024-11-04 02:23:51] "PUT /network-ipam/ce369ea3-fd41-46ff-bf3b-2d0eb588580e HTTP/1.1" 200 258 0.011032 10.0.0.23 - - [2024-11-04 02:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002840 10.0.0.23 - - [2024-11-04 02:23:51] "GET /projects?obj_uuids=3e8bfa8b-8667-496d-acaf-09c9cdb4c485&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001148 10.0.0.23 - - [2024-11-04 02:23:51] "GET /project/3e8bfa8b-8667-496d-acaf-09c9cdb4c485?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.033434 10.0.0.23 - - [2024-11-04 02:23:51] "POST /neutron/network HTTP/1.1" 200 117 0.008366 10.0.0.23 - - [2024-11-04 02:23:51] "GET /projects?obj_uuids=3e8bfa8b-8667-496d-acaf-09c9cdb4c485&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001490 10.0.0.23 - - [2024-11-04 02:23:51] "POST /neutron/network HTTP/1.1" 200 605 0.074613 10.0.0.23 - - [2024-11-04 02:23:51] "POST /route-targets HTTP/1.1" 200 327 0.011201 10.0.0.23 - - [2024-11-04 02:23:51] "POST /ref-update HTTP/1.1" 200 156 0.010237 10.0.0.23 - - [2024-11-04 02:23:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003389 10.0.0.23 - - [2024-11-04 02:23:52] "POST /neutron/subnet HTTP/1.1" 200 699 0.198604 10.0.0.23 - - [2024-11-04 02:23:52] "POST /useragent-kv HTTP/1.1" 200 115 0.004462 10.0.0.23 - - [2024-11-04 02:23:52] "POST /neutron/subnet HTTP/1.1" 200 699 0.205213 10.0.0.23 - - [2024-11-04 02:23:52] "POST /neutron/network HTTP/1.1" 200 994 0.008128 10.0.0.23 - - [2024-11-04 02:23:52] "POST /id-to-fqname HTTP/1.1" 200 220 0.001307 10.0.0.23 - - [2024-11-04 02:23:52] "GET /virtual-network/50a0dfe6-b401-406a-84c5-a40ac88a5774?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.009352 10.0.0.23 - - [2024-11-04 02:23:52] "POST /neutron/network HTTP/1.1" 200 994 0.008195 10.0.0.23 - - [2024-11-04 02:23:52] "GET /virtual-network/50a0dfe6-b401-406a-84c5-a40ac88a5774?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.013447 10.0.0.23 - - [2024-11-04 02:23:52] "POST /neutron/network HTTP/1.1" 200 994 0.009249 10.0.0.23 - - [2024-11-04 02:23:52] "POST /neutron/subnet HTTP/1.1" 200 699 0.008056 10.0.0.23 - - [2024-11-04 02:23:52] "POST /neutron/subnet HTTP/1.1" 200 699 0.008558 10.0.0.23 - - [2024-11-04 02:23:52] "POST /neutron/network HTTP/1.1" 200 994 0.008678 10.0.0.23 - - [2024-11-04 02:23:52] "POST /neutron/subnet HTTP/1.1" 200 699 0.008386 10.0.0.23 - - [2024-11-04 02:23:52] "POST /neutron/subnet HTTP/1.1" 200 699 0.007085 10.0.0.23 - - [2024-11-04 02:23:52] "GET /projects?obj_uuids=3e8bfa8b-8667-496d-acaf-09c9cdb4c485&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001592 10.0.0.23 - - [2024-11-04 02:23:52] "POST /neutron/port HTTP/1.1" 200 1017 0.169499 10.0.0.23 - - [2024-11-04 02:23:52] "GET /projects?obj_uuids=3e8bfa8b-8667-496d-acaf-09c9cdb4c485&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001197 10.0.0.23 - - [2024-11-04 02:23:52] "POST /neutron/port HTTP/1.1" 200 1017 0.161836 10.0.0.23 - - [2024-11-04 02:23:52] "POST /id-to-fqname HTTP/1.1" 200 220 0.001383 10.0.0.23 - - [2024-11-04 02:23:53] "POST /neutron/port HTTP/1.1" 200 1017 0.008569 10.0.0.23 - - [2024-11-04 02:23:53] "POST /neutron/port HTTP/1.1" 200 1017 0.034128 10.0.0.23 - - [2024-11-04 02:23:53] "POST /neutron/network HTTP/1.1" 200 994 0.009160 10.0.0.23 - - [2024-11-04 02:23:53] "POST /neutron/port HTTP/1.1" 200 1017 0.007817 10.0.0.23 - - [2024-11-04 02:23:53] "POST /neutron/port HTTP/1.1" 200 117 0.005430 10.0.0.23 - - [2024-11-04 02:23:53] "POST /neutron/port HTTP/1.1" 200 117 0.005430 10.0.0.23 - - [2024-11-04 02:23:53] "POST /id-to-fqname HTTP/1.1" 200 220 0.001540 10.0.0.23 - - [2024-11-04 02:23:53] "POST /neutron/port HTTP/1.1" 200 117 0.005291 10.0.0.23 - - [2024-11-04 02:23:53] "POST /neutron/port HTTP/1.1" 200 1017 0.008687 10.0.0.23 - - [2024-11-04 02:23:53] "POST /neutron/port HTTP/1.1" 200 1017 0.007985 10.0.0.23 - - [2024-11-04 02:23:53] "POST /neutron/network HTTP/1.1" 200 994 0.007804 10.0.0.23 - - [2024-11-04 02:23:53] "POST /neutron/port HTTP/1.1" 200 1017 0.007452 10.0.0.23 - - [2024-11-04 02:23:53] "POST /neutron/port HTTP/1.1" 200 1017 0.011695 10.0.0.23 - - [2024-11-04 02:23:53] "POST /neutron/port HTTP/1.1" 200 1017 0.011913 10.0.0.23 - - [2024-11-04 02:23:53] "POST /neutron/port HTTP/1.1" 200 117 0.006255 10.0.0.23 - - [2024-11-04 02:23:53] "POST /neutron/port HTTP/1.1" 200 117 0.004877 10.0.0.23 - - [2024-11-04 02:23:53] "POST /id-to-fqname HTTP/1.1" 200 220 0.001418 10.0.0.23 - - [2024-11-04 02:23:54] "POST /neutron/port HTTP/1.1" 200 117 0.009491 10.0.0.23 - - [2024-11-04 02:23:54] "POST /neutron/network HTTP/1.1" 200 1004 0.009559 10.0.0.23 - - [2024-11-04 02:23:54] "GET /aaa-mode HTTP/1.1" 401 292 0.000474 10.0.0.23 - - [2024-11-04 02:23:54] "GET / HTTP/1.1" 200 35931 0.002023 10.0.0.23 - - [2024-11-04 02:23:54] "GET /project/3e8bfa8b-8667-496d-acaf-09c9cdb4c485?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000430 10.0.0.23 - - [2024-11-04 02:23:54] "POST /neutron/port HTTP/1.1" 200 1017 0.048988 10.0.0.23 - - [2024-11-04 02:23:54] "POST /neutron/network HTTP/1.1" 200 1004 0.012475 10.0.0.23 - - [2024-11-04 02:23:54] "POST /neutron/port HTTP/1.1" 200 1017 0.058127 10.0.0.23 - - [2024-11-04 02:23:54] "POST /neutron/port HTTP/1.1" 200 1017 0.007775 10.0.0.23 - - [2024-11-04 02:23:54] "POST /neutron/network HTTP/1.1" 200 1004 0.009626 10.0.0.23 - - [2024-11-04 02:23:54] "POST /neutron/port HTTP/1.1" 200 1017 0.008672 10.0.0.23 - - [2024-11-04 02:23:54] "POST /neutron/port HTTP/1.1" 200 1017 0.010330 10.0.0.23 - - [2024-11-04 02:23:54] "POST /neutron/port HTTP/1.1" 200 1017 0.007926 10.0.0.23 - - [2024-11-04 02:23:54] "POST /neutron/port HTTP/1.1" 200 1109 0.119935 10.0.0.23 - - [2024-11-04 02:23:54] "POST /neutron/port HTTP/1.1" 200 1109 0.113209 10.0.0.23 - - [2024-11-04 02:23:54] "POST /neutron/port HTTP/1.1" 200 1083 0.027440 10.0.0.23 - - [2024-11-04 02:23:54] "GET /projects?obj_uuids=3e8bfa8b-8667-496d-acaf-09c9cdb4c485&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001168 10.0.0.23 - - [2024-11-04 02:23:54] "GET /project/3e8bfa8b-8667-496d-acaf-09c9cdb4c485?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.067827 10.0.0.23 - - [2024-11-04 02:23:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005303 10.0.0.23 - - [2024-11-04 02:23:54] "POST /neutron/network HTTP/1.1" 200 994 0.014343 10.0.0.23 - - [2024-11-04 02:23:54] "POST /neutron/port HTTP/1.1" 200 1083 0.036083 10.0.0.23 - - [2024-11-04 02:23:54] "POST /neutron/subnet HTTP/1.1" 200 673 0.029696 10.0.0.23 - - [2024-11-04 02:23:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005377 10.0.0.23 - - [2024-11-04 02:23:55] "POST /neutron/port HTTP/1.1" 200 117 0.002269 10.0.0.23 - - [2024-11-04 02:23:55] "POST /neutron/subnet HTTP/1.1" 200 673 0.020772 10.0.0.23 - - [2024-11-04 02:23:55] "POST /neutron/network HTTP/1.1" 200 994 0.012196 10.0.0.23 - - [2024-11-04 02:23:55] "POST /neutron/port HTTP/1.1" 200 117 0.001336 10.0.0.23 - - [2024-11-04 02:23:55] "POST /neutron/network HTTP/1.1" 200 994 0.010281 10.0.0.23 - - [2024-11-04 02:23:55] "POST /neutron/port HTTP/1.1" 200 2050 0.024163 10.0.0.23 - - [2024-11-04 02:23:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007298 10.0.0.23 - - [2024-11-04 02:23:55] "POST /neutron/port HTTP/1.1" 200 117 0.005061 10.0.0.23 - - [2024-11-04 02:23:55] "GET /domains HTTP/1.1" 200 280 0.003208 10.0.0.23 - - [2024-11-04 02:23:55] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001134 10.0.0.23 - - [2024-11-04 02:23:55] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc HTTP/1.1" 200 2572 0.009869 10.0.0.23 - - [2024-11-04 02:23:55] "GET /projects?obj_uuids=3e8bfa8b-8667-496d-acaf-09c9cdb4c485&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001268 10.0.0.23 - - [2024-11-04 02:23:55] "GET /project/3e8bfa8b-8667-496d-acaf-09c9cdb4c485 HTTP/1.1" 200 2842 0.093855 10.0.0.23 - - [2024-11-04 02:23:55] "GET /network-ipam/ce369ea3-fd41-46ff-bf3b-2d0eb588580e HTTP/1.1" 200 2601 0.005515 10.0.0.23 - - [2024-11-04 02:23:55] "GET /domains HTTP/1.1" 200 280 0.003479 10.0.0.23 - - [2024-11-04 02:23:55] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001273 10.0.0.23 - - [2024-11-04 02:23:55] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc HTTP/1.1" 200 2572 0.009727 10.0.0.23 - - [2024-11-04 02:23:55] "GET /projects?obj_uuids=3e8bfa8b-8667-496d-acaf-09c9cdb4c485&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001175 10.0.0.23 - - [2024-11-04 02:23:55] "GET /project/3e8bfa8b-8667-496d-acaf-09c9cdb4c485 HTTP/1.1" 200 2842 0.094320 10.0.0.23 - - [2024-11-04 02:23:55] "GET /virtual-network/50a0dfe6-b401-406a-84c5-a40ac88a5774 HTTP/1.1" 200 3777 0.012202 10.0.0.23 - - [2024-11-04 02:23:55] "GET /virtual-network/50a0dfe6-b401-406a-84c5-a40ac88a5774 HTTP/1.1" 200 3777 0.010345 10.0.0.23 - - [2024-11-04 02:23:55] "GET /routing-instance/449fce91-3f9a-495a-add0-b775346bffb5 HTTP/1.1" 200 2380 0.006890 10.0.0.23 - - [2024-11-04 02:23:55] "GET /routing-instance/449fce91-3f9a-495a-add0-b775346bffb5 HTTP/1.1" 200 2380 0.004536 10.0.0.23 - - [2024-11-04 02:23:55] "GET /route-target/a5518ee1-44d0-4de4-8847-5d02c17390d9 HTTP/1.1" 200 1204 0.005538 10.0.0.23 - - [2024-11-04 02:23:55] "GET /virtual-network/50a0dfe6-b401-406a-84c5-a40ac88a5774 HTTP/1.1" 200 3777 0.014048 10.0.0.23 - - [2024-11-04 02:23:55] "GET /routing-instance/449fce91-3f9a-495a-add0-b775346bffb5 HTTP/1.1" 200 2380 0.012212 10.0.0.23 - - [2024-11-04 02:23:55] "GET /virtual-network/50a0dfe6-b401-406a-84c5-a40ac88a5774?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.013762 10.0.0.23 - - [2024-11-04 02:23:55] "GET /virtual-network/50a0dfe6-b401-406a-84c5-a40ac88a5774 HTTP/1.1" 200 3777 0.021493 10.0.0.23 - - [2024-11-04 02:23:55] "GET /routing-instance/449fce91-3f9a-495a-add0-b775346bffb5 HTTP/1.1" 200 2380 0.006467 10.0.0.23 - - [2024-11-04 02:23:55] "POST /neutron/network HTTP/1.1" 200 1004 0.016706 10.0.0.23 - - [2024-11-04 02:23:55] "GET /routing-instance/449fce91-3f9a-495a-add0-b775346bffb5 HTTP/1.1" 200 2380 0.005193 10.0.0.23 - - [2024-11-04 02:23:55] "GET /route-target/a5518ee1-44d0-4de4-8847-5d02c17390d9 HTTP/1.1" 200 1204 0.008148 10.0.0.23 - - [2024-11-04 02:23:55] "GET /projects?obj_uuids=3e8bfa8b-8667-496d-acaf-09c9cdb4c485&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001142 10.0.0.23 - - [2024-11-04 02:23:55] "GET /domains HTTP/1.1" 200 280 0.005445 10.0.0.23 - - [2024-11-04 02:23:55] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001499 10.0.0.23 - - [2024-11-04 02:23:55] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc HTTP/1.1" 200 2572 0.060198 10.0.0.23 - - [2024-11-04 02:23:55] "GET /projects?obj_uuids=3e8bfa8b-8667-496d-acaf-09c9cdb4c485&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001211 10.0.0.23 - - [2024-11-04 02:23:55] "GET /project/3e8bfa8b-8667-496d-acaf-09c9cdb4c485 HTTP/1.1" 200 3086 0.129823 10.0.0.23 - - [2024-11-04 02:23:55] "GET /virtual-network/50a0dfe6-b401-406a-84c5-a40ac88a5774 HTTP/1.1" 200 4035 0.011951 10.0.0.23 - - [2024-11-04 02:23:56] "POST /neutron/port HTTP/1.1" 200 1055 0.373449 10.0.0.23 - - [2024-11-04 02:23:56] "POST /neutron/port HTTP/1.1" 200 1055 0.010974 10.0.0.23 - - [2024-11-04 02:23:56] "POST /neutron/port HTTP/1.1" 200 1055 0.011362 10.0.0.23 - - [2024-11-04 02:23:56] "POST /neutron/port HTTP/1.1" 200 1109 0.119563 10.0.0.23 - - [2024-11-04 02:23:56] "POST /neutron/port HTTP/1.1" 200 1083 0.034146 10.0.0.23 - - [2024-11-04 02:23:56] "GET /obj-perms HTTP/1.1" 200 5030 0.065446 10.0.0.23 - - [2024-11-04 02:23:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003533 10.0.0.23 - - [2024-11-04 02:23:56] "POST /neutron/subnet HTTP/1.1" 200 673 0.017529 10.0.0.23 - - [2024-11-04 02:23:56] "POST /neutron/port HTTP/1.1" 200 117 0.001223 10.0.0.23 - - [2024-11-04 02:23:56] "POST /neutron/port HTTP/1.1" 200 1083 0.019546 10.0.0.23 - - [2024-11-04 02:23:56] "POST /neutron/network HTTP/1.1" 200 994 0.009788 10.0.0.23 - - [2024-11-04 02:23:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008328 10.0.0.23 - - [2024-11-04 02:24:01] "POST /neutron/port HTTP/1.1" 200 1083 0.017193 10.0.0.23 - - [2024-11-04 02:24:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007700 10.0.0.23 - - [2024-11-04 02:24:01] "POST /neutron/port HTTP/1.1" 200 1083 0.019301 10.0.0.23 - - [2024-11-04 02:24:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006872 10.0.0.23 - - [2024-11-04 02:24:01] "POST /neutron/port HTTP/1.1" 200 1083 0.020145 10.0.0.23 - - [2024-11-04 02:24:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006562 10.0.0.23 - - [2024-11-04 02:24:01] "GET /virtual-machine/90e67757-ddeb-43c8-a0b2-818e95e9eabc HTTP/1.1" 200 1289 0.005636 10.0.0.23 - - [2024-11-04 02:24:01] "GET /virtual-machine-interface/6faed61b-0ce6-4d05-8677-8d8619fe8e3b HTTP/1.1" 200 2939 0.009880 10.0.0.23 - - [2024-11-04 02:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.23 - - [2024-11-04 02:24:01] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004264 10.0.0.23 - - [2024-11-04 02:24:01] "GET /virtual-networks?parent_id=3e8bfa8b-8667-496d-acaf-09c9cdb4c485&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003098 10.0.0.23 - - [2024-11-04 02:24:01] "GET /virtual-network/50a0dfe6-b401-406a-84c5-a40ac88a5774?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.009799 10.0.0.23 - - [2024-11-04 02:24:03] "POST /neutron/port HTTP/1.1" 200 1083 0.016935 10.0.0.23 - - [2024-11-04 02:24:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005877 10.0.0.23 - - [2024-11-04 02:24:03] "POST /neutron/port HTTP/1.1" 200 1083 0.016424 10.0.0.23 - - [2024-11-04 02:24:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005817 10.0.0.23 - - [2024-11-04 02:24:04] "POST /neutron/port HTTP/1.1" 200 1083 0.021274 10.0.0.23 - - [2024-11-04 02:24:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007877 10.0.0.23 - - [2024-11-04 02:24:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.008423 10.0.0.23 - - [2024-11-04 02:24:05] "GET /virtual-network/50a0dfe6-b401-406a-84c5-a40ac88a5774?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.010665 10.0.0.23 - - [2024-11-04 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.23 - - [2024-11-04 02:24:07] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003492 10.0.0.23 - - [2024-11-04 02:24:07] "GET /virtual-networks?parent_id=3e8bfa8b-8667-496d-acaf-09c9cdb4c485&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002934 10.0.0.23 - - [2024-11-04 02:24:07] "GET /virtual-network/50a0dfe6-b401-406a-84c5-a40ac88a5774?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.010730 10.0.0.23 - - [2024-11-04 02:24:07] "POST /neutron/port HTTP/1.1" 200 1083 0.025636 10.0.0.23 - - [2024-11-04 02:24:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006824 10.0.0.23 - - [2024-11-04 02:24:07] "POST /neutron/port HTTP/1.1" 200 1083 0.022164 10.0.0.23 - - [2024-11-04 02:24:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006658 10.0.0.23 - - [2024-11-04 02:24:07] "POST /neutron/port HTTP/1.1" 200 1083 0.015676 10.0.0.23 - - [2024-11-04 02:24:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006918 10.0.0.23 - - [2024-11-04 02:24:07] "GET /virtual-machine/9660b49d-3012-41b7-8292-240202742912 HTTP/1.1" 200 1288 0.005757 10.0.0.23 - - [2024-11-04 02:24:07] "GET /virtual-machine-interface/c6cf271e-fabe-4b27-81d1-292a32f21efa HTTP/1.1" 200 2940 0.009432 10.0.0.23 - - [2024-11-04 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.23 - - [2024-11-04 02:24:07] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003657 10.0.0.23 - - [2024-11-04 02:24:07] "GET /virtual-networks?parent_id=3e8bfa8b-8667-496d-acaf-09c9cdb4c485&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002955 10.0.0.23 - - [2024-11-04 02:24:07] "GET /virtual-network/50a0dfe6-b401-406a-84c5-a40ac88a5774?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.012820 10.0.0.23 - - [2024-11-04 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.010068 10.0.0.23 - - [2024-11-04 02:24:09] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003521 10.0.0.23 - - [2024-11-04 02:24:09] "GET /virtual-networks?parent_id=3e8bfa8b-8667-496d-acaf-09c9cdb4c485&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003422 10.0.0.23 - - [2024-11-04 02:24:09] "GET /virtual-network/50a0dfe6-b401-406a-84c5-a40ac88a5774?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.009636 10.0.0.23 - - [2024-11-04 02:24:09] "POST /neutron/port HTTP/1.1" 200 1083 0.016977 10.0.0.23 - - [2024-11-04 02:24:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005903 10.0.0.23 - - [2024-11-04 02:24:09] "POST /neutron/port HTTP/1.1" 200 1083 0.016130 10.0.0.23 - - [2024-11-04 02:24:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007347 10.0.0.23 - - [2024-11-04 02:24:09] "POST /neutron/port HTTP/1.1" 200 1083 0.018737 10.0.0.23 - - [2024-11-04 02:24:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006342 10.0.0.23 - - [2024-11-04 02:24:09] "GET /virtual-machine/8edeb332-9f80-4943-94dd-665d25e4d780 HTTP/1.1" 200 1293 0.005322 10.0.0.23 - - [2024-11-04 02:24:09] "GET /virtual-machine-interface/67b46bdf-1c3d-4df4-8300-1afe6d4450ab HTTP/1.1" 200 2939 0.008450 10.0.0.23 - - [2024-11-04 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.23 - - [2024-11-04 02:24:09] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003375 10.0.0.23 - - [2024-11-04 02:24:09] "GET /virtual-networks?parent_id=3e8bfa8b-8667-496d-acaf-09c9cdb4c485&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002955 10.0.0.23 - - [2024-11-04 02:24:09] "GET /virtual-network/50a0dfe6-b401-406a-84c5-a40ac88a5774?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.009567 10.0.0.23 - - [2024-11-04 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.23 - - [2024-11-04 02:24:10] "GET /global-vrouter-config/43e163e9-ffbc-49a7-a86f-17861d280eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004140 10.0.0.23 - - [2024-11-04 02:24:10] "GET /virtual-networks?parent_id=3e8bfa8b-8667-496d-acaf-09c9cdb4c485&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003203 10.0.0.23 - - [2024-11-04 02:24:11] "GET /virtual-network/50a0dfe6-b401-406a-84c5-a40ac88a5774?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.009760 10.0.0.23 - - [2024-11-04 02:24:26] "POST /neutron/port HTTP/1.1" 200 1109 0.016168 10.0.0.23 - - [2024-11-04 02:24:26] "POST /neutron/port HTTP/1.1" 200 1109 0.011522 10.0.0.23 - - [2024-11-04 02:24:26] "POST /neutron/port HTTP/1.1" 200 151 0.110859 10.0.0.23 - - [2024-11-04 02:24:26] "POST /neutron/port HTTP/1.1" 200 1109 0.011670 10.0.0.23 - - [2024-11-04 02:24:26] "POST /neutron/port HTTP/1.1" 200 1109 0.049032 10.0.0.23 - - [2024-11-04 02:24:26] "POST /neutron/port HTTP/1.1" 200 1083 0.031210 10.0.0.23 - - [2024-11-04 02:24:26] "POST /neutron/port HTTP/1.1" 200 1109 0.011435 10.0.0.23 - - [2024-11-04 02:24:26] "POST /neutron/port HTTP/1.1" 200 151 0.182499 10.0.0.23 - - [2024-11-04 02:24:26] "POST /neutron/network HTTP/1.1" 200 994 0.013310 10.0.0.23 - - [2024-11-04 02:24:26] "POST /neutron/network HTTP/1.1" 400 204 0.013958 10.0.0.23 - - [2024-11-04 02:24:26] "POST /neutron/port HTTP/1.1" 200 117 0.009350 10.0.0.23 - - [2024-11-04 02:24:26] "POST /neutron/port HTTP/1.1" 400 205 0.002789 10.0.0.23 - - [2024-11-04 02:24:27] "POST /neutron/port HTTP/1.1" 200 151 0.188488 10.0.0.23 - - [2024-11-04 02:24:28] "POST /neutron/network HTTP/1.1" 200 994 0.007987 10.0.0.23 - - [2024-11-04 02:24:29] "POST /useragent-kv HTTP/1.1" 200 115 0.001192 10.0.0.23 - - [2024-11-04 02:24:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.006246 10.0.0.23 - - [2024-11-04 02:24:29] "POST /useragent-kv HTTP/1.1" 200 115 0.001174 10.0.0.23 - - [2024-11-04 02:24:29] "POST /useragent-kv HTTP/1.1" 200 115 0.001051 10.0.0.23 - - [2024-11-04 02:24:29] "POST /useragent-kv HTTP/1.1" 200 115 0.001002 10.0.0.23 - - [2024-11-04 02:24:29] "POST /neutron/network HTTP/1.1" 200 151 0.103152 10.0.0.23 - - [2024-11-04 02:24:29] "GET /routing-instance/449fce91-3f9a-495a-add0-b775346bffb5 HTTP/1.1" 404 171 0.002135 10.0.0.23 - - [2024-11-04 02:24:29] "DELETE /route-target/a5518ee1-44d0-4de4-8847-5d02c17390d9 HTTP/1.1" 200 115 0.027963 10.0.0.23 - - [2024-11-04 02:24:29] "GET /domains HTTP/1.1" 200 280 0.004486 10.0.0.23 - - [2024-11-04 02:24:29] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001438 10.0.0.23 - - [2024-11-04 02:24:29] "GET /domain/321c59c6-e343-4285-83c4-de8b59cc19fc HTTP/1.1" 200 2572 0.053860 10.0.0.23 - - [2024-11-04 02:24:29] "GET /projects?obj_uuids=3e8bfa8b-8667-496d-acaf-09c9cdb4c485&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001130 10.0.0.23 - - [2024-11-04 02:24:29] "GET /project/3e8bfa8b-8667-496d-acaf-09c9cdb4c485 HTTP/1.1" 200 2085 0.082777 10.0.0.23 - - [2024-11-04 02:24:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.23 - - [2024-11-04 02:24:29] "DELETE /network-ipam/ce369ea3-fd41-46ff-bf3b-2d0eb588580e HTTP/1.1" 200 115 0.021948 10.0.0.23 - - [2024-11-04 02:24:29] "POST /fqname-to-id HTTP/1.1" 404 211 0.002461 10.0.0.23 - - [2024-11-04 02:24:29] "GET /projects?obj_uuids=3e8bfa8b-8667-496d-acaf-09c9cdb4c485&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001212 10.0.0.23 - - [2024-11-04 02:24:29] "GET /project/3e8bfa8b-8667-496d-acaf-09c9cdb4c485?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.067621 10.0.0.23 - - [2024-11-04 02:24:29] "GET /projects?obj_uuids=3e8bfa8b-8667-496d-acaf-09c9cdb4c485&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001173 10.0.0.23 - - [2024-11-04 02:24:29] "GET /project/3e8bfa8b-8667-496d-acaf-09c9cdb4c485?fields=virtual_networks HTTP/1.1" 200 1032 0.034754 10.0.0.23 - - [2024-11-04 02:24:29] "GET /projects?obj_uuids=3e8bfa8b-8667-496d-acaf-09c9cdb4c485&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001272 10.0.0.23 - - [2024-11-04 02:24:29] "GET /project/3e8bfa8b-8667-496d-acaf-09c9cdb4c485?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.035278 10.0.0.23 - - [2024-11-04 02:24:29] "GET /projects?obj_uuids=3e8bfa8b-8667-496d-acaf-09c9cdb4c485&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001340 10.0.0.23 - - [2024-11-04 02:24:29] "GET /project/3e8bfa8b-8667-496d-acaf-09c9cdb4c485?fields=security_groups HTTP/1.1" 200 1258 0.041466 10.0.0.23 - - [2024-11-04 02:24:31] "POST /neutron/port HTTP/1.1" 200 117 0.005144 10.0.0.23 - - [2024-11-04 02:24:31] "POST /neutron/port HTTP/1.1" 400 205 0.003471 10.0.0.23 - - [2024-11-04 02:24:32] "GET /projects?obj_uuids=3e8bfa8b-8667-496d-acaf-09c9cdb4c485&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001602 10.0.0.23 - - [2024-11-04 02:24:32] "GET /project/3e8bfa8b-8667-496d-acaf-09c9cdb4c485?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.037388 10.0.0.23 - - [2024-11-04 02:24:32] "GET /projects?obj_uuids=3e8bfa8b-8667-496d-acaf-09c9cdb4c485&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001194 10.0.0.23 - - [2024-11-04 02:24:32] "GET /project/3e8bfa8b-8667-496d-acaf-09c9cdb4c485?fields=security_groups HTTP/1.1" 200 1363 0.037325 10.0.0.23 - - [2024-11-04 02:24:32] "DELETE /security-group/512c0d31-8b5f-483a-8c99-9bf43afa3ae4 HTTP/1.1" 200 115 0.047956 10.0.0.23 - - [2024-11-04 02:24:32] "GET /projects?obj_uuids=3e8bfa8b-8667-496d-acaf-09c9cdb4c485&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001754 10.0.0.23 - - [2024-11-04 02:24:32] "DELETE /access-control-list/754475ea-c22d-4f38-bfb5-f8458e75235a HTTP/1.1" 200 115 0.040903 10.0.0.23 - - [2024-11-04 02:24:32] "GET /project/3e8bfa8b-8667-496d-acaf-09c9cdb4c485?fields=application_policy_sets HTTP/1.1" 200 1402 0.053072 10.0.0.23 - - [2024-11-04 02:24:32] "DELETE /access-control-list/d327615b-9eb3-4982-ad0b-8718fc0a34a6 HTTP/1.1" 200 115 0.039916 10.0.0.23 - - [2024-11-04 02:24:32] "DELETE /project/3e8bfa8b-8667-496d-acaf-09c9cdb4c485 HTTP/1.1" 200 115 0.362769 10.0.0.23 - - [2024-11-04 02:24:38] "GET / HTTP/1.1" 200 35931 0.003145 10.0.0.23 - - [2024-11-04 02:24:38] "GET /project/ff1b8032-7c87-41da-95e4-d64d8d8e6c47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000505 10.0.0.23 - - [2024-11-04 02:24:38] "GET /projects?obj_uuids=ff1b8032-7c87-41da-95e4-d64d8d8e6c47&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001221 10.0.0.23 - - [2024-11-04 02:24:38] "GET /project/ff1b8032-7c87-41da-95e4-d64d8d8e6c47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.060475 [Introspect:8084]10.0.0.23 - - [2024-11-04 02:24:39] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001149 10.0.0.23 - - [2024-11-04 02:24:39] "GET /obj-perms HTTP/1.1" 200 5056 0.090427 10.0.0.23 - - [2024-11-04 02:24:40] "GET /obj-perms HTTP/1.1" 200 5056 0.108528 10.0.0.23 - - [2024-11-04 02:24:40] "POST /fqname-to-id HTTP/1.1" 404 184 0.036514 10.0.0.23 - - [2024-11-04 02:24:40] "GET /projects?obj_uuids=cd1381b8-4a4d-4f19-bc48-e47423aeec92&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003551 10.0.0.23 - - [2024-11-04 02:24:40] "GET /domains?obj_uuids=321c59c6-e343-4285-83c4-de8b59cc19fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001313