++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu Oct 17 02:26:34 UTC 2024 ===================' INFO: =================== Thu Oct 17 02:26:34 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 +++++ grep -o 'dev.*' +++++ awk '{print $2}' +++++ ip route get 1 ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ ip addr show dev ens3 +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.38 ++ 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 '' ]] +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 +++ mount -t hugetlbfs ++ 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.38 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.38 ++ ANALYTICSDB_NODES=10.0.0.38 ++ ANALYTICS_SNMP_NODES=10.0.0.38 ++ 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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8081 ' +++ '[' -n '10.0.0.38:8081 ' ']' +++ echo 10.0.0.38:8081 ++ ANALYTICS_SERVERS=10.0.0.38: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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9042 ' +++ '[' -n '10.0.0.38:9042 ' ']' +++ echo 10.0.0.38:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.38:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.38 ++ 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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8086 ' +++ '[' -n '10.0.0.38:8086 ' ']' +++ echo 10.0.0.38:8086 ++ COLLECTOR_SERVERS=10.0.0.38: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.38 ++ CONFIGDB_NODES=10.0.0.38 ++ 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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8082 ' +++ '[' -n '10.0.0.38:8082 ' ']' +++ echo 10.0.0.38:8082 ++ CONFIG_SERVERS=10.0.0.38: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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9161 ' +++ '[' -n '10.0.0.38:9161 ' ']' +++ echo 10.0.0.38:9161 ++ CONFIGDB_SERVERS=10.0.0.38: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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9041 ' +++ '[' -n '10.0.0.38:9041 ' ']' +++ echo 10.0.0.38:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.38: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.38 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.0.0.38 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.38 ++ 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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:2181, +++ '[' -n 10.0.0.38:2181, ']' +++ echo 10.0.0.38:2181 ++ ZOOKEEPER_SERVERS=10.0.0.38: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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:2181 ' +++ '[' -n '10.0.0.38:2181 ' ']' +++ echo 10.0.0.38:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.38:2181 ++ RABBITMQ_NODES=10.0.0.38 ++ 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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:5673, +++ '[' -n 10.0.0.38:5673, ']' +++ echo 10.0.0.38:5673 ++ RABBITMQ_SERVERS=10.0.0.38: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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:6379 ' +++ '[' -n '10.0.0.38:6379 ' ']' +++ echo 10.0.0.38:6379 ++ REDIS_SERVERS=10.0.0.38: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.38 ++ 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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9092 ' +++ '[' -n '10.0.0.38:9092 ' ']' +++ echo 10.0.0.38:9092 ++ KAFKA_SERVERS=10.0.0.38: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.38 ++ 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.38 ++ 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.38 ++ 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.38 ++ cut -d , -f 1 + local cassandra=10.0.0.38 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.38 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.38 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.38 +++ 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}' ++++ uniq ++++ grep -vi host ++++ sort +++ local local_ips=,10.0.0.38,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.38'\''))' +++ local server_ip=10.0.0.38 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.38 ]] +++ [[ ,10.0.0.38,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.38, ]] +++ echo 10.0.0.38 1 +++ return ++ local ip=10.0.0.38 ++ [[ -z 10.0.0.38 ]] ++ echo 10.0.0.38 + host_ip=10.0.0.38 + [[ cql == \c\q\l ]] ++ echo 10.0.0.38:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.38:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.38: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 ++ sort ++ grep '^API__.*__.*=.*$' ++ 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 10/17/2024 02:26:42.936 7fe6ad1458c8 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 10/17/2024 02:26:42.970 7fe6ad1458c8 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 10/17/2024 02:26:42.987 7fe6ad1458c8 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 10/17/2024 02:26:42.987 7fe6ad1458c8 [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.38:8082/ Hit Ctrl-C to quit. 10.0.0.38 - - [2024-10-17 02:26:46] "GET / HTTP/1.1" 200 45871 0.002261 10.0.0.38 - - [2024-10-17 02:26:46] "GET / HTTP/1.1" 200 45871 0.001522 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.38 - - [2024-10-17 02:26:46] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000871 10.0.0.38 - - [2024-10-17 02:26:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000386 10.0.0.38 - - [2024-10-17 02:26:47] "GET / HTTP/1.1" 200 35931 0.002177 10.0.0.38 - - [2024-10-17 02:26:47] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.717649 10.0.0.38 - - [2024-10-17 02:26:47] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003856 10.0.0.38 - - [2024-10-17 02:26:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.397405 10.0.0.38 - - [2024-10-17 02:26:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.007107 10.0.0.38 - - [2024-10-17 02:26:47] "GET / HTTP/1.1" 200 35931 0.002249 10.0.0.38 - - [2024-10-17 02:26:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000623 /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.38 - - [2024-10-17 02:26:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.034167 10.0.0.38 - - [2024-10-17 02:26:48] "GET /global-system-config/7b933a20-e673-47b2-a949-b26fc13d2301?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.022185 10.0.0.38 - - [2024-10-17 02:26:48] "POST /fqname-to-id HTTP/1.1" 404 220 0.003907 10.0.0.38 - - [2024-10-17 02:26:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000584 10.0.0.38 - - [2024-10-17 02:26:48] "GET / HTTP/1.1" 200 35931 0.002978 10.0.0.38 - - [2024-10-17 02:26:48] "POST /config-nodes HTTP/1.1" 200 599 0.046477 10.0.0.38 - - [2024-10-17 02:26:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000644 10.0.0.38 - - [2024-10-17 02:26:48] "GET / HTTP/1.1" 200 35931 0.001784 10.0.0.38 - - [2024-10-17 02:26:49] "GET / HTTP/1.1" 200 35931 0.002009 10.0.0.38 - - [2024-10-17 02:26:49] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000536 10.0.0.38 - - [2024-10-17 02:26:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000546 10.0.0.38 - - [2024-10-17 02:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.346284 10.0.0.38 - - [2024-10-17 02:26:49] "GET /network-ipam/fb437ec9-b3c1-47d3-8d8e-dcdc5d367268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.006354 10.0.0.38 - - [2024-10-17 02:26:49] "POST /fqname-to-id HTTP/1.1" 404 225 0.003845 10.0.0.38 - - [2024-10-17 02:26:49] "POST /access-control-lists HTTP/1.1" 200 587 0.066744 10.0.0.38 - - [2024-10-17 02:26:49] "POST /fqname-to-id HTTP/1.1" 404 196 0.697417 10.0.0.38 - - [2024-10-17 02:26:50] "POST /fqname-to-id HTTP/1.1" 404 186 0.373066 10.0.0.38 - - [2024-10-17 02:26:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.38 - - [2024-10-17 02:26:50] "POST /fqname-to-id HTTP/1.1" 404 224 0.003751 10.0.0.38 - - [2024-10-17 02:26:50] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.067578 10.0.0.38 - - [2024-10-17 02:26:50] "POST /job-templates HTTP/1.1" 200 555 0.069537 10.0.0.38 - - [2024-10-17 02:26:50] "GET /global-system-config/7b933a20-e673-47b2-a949-b26fc13d2301?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.016243 10.0.0.38 - - [2024-10-17 02:26:50] "POST /access-control-lists HTTP/1.1" 200 585 0.033100 10.0.0.38 - - [2024-10-17 02:26:50] "POST /fqname-to-id HTTP/1.1" 404 200 0.004132 10.0.0.38 - - [2024-10-17 02:26:50] "POST /service-appliance-sets HTTP/1.1" 200 553 0.024391 10.0.0.38 - - [2024-10-17 02:26:50] "POST /fqname-to-id HTTP/1.1" 404 180 0.003498 10.0.0.38 - - [2024-10-17 02:26:50] "POST /job-templates HTTP/1.1" 200 563 0.065355 10.0.0.38 - - [2024-10-17 02:26:50] "POST /route-targets HTTP/1.1" 200 327 0.038718 10.0.0.38 - - [2024-10-17 02:26:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004679 10.0.0.38 - - [2024-10-17 02:26:50] "POST /fqname-to-id HTTP/1.1" 404 191 0.005711 10.0.0.38 - - [2024-10-17 02:26:50] "POST /ref-update HTTP/1.1" 200 156 0.015126 10.0.0.38 - - [2024-10-17 02:26:50] "GET /global-system-config/7b933a20-e673-47b2-a949-b26fc13d2301?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.012568 10.0.0.38 - - [2024-10-17 02:26:50] "POST /job-templates HTTP/1.1" 200 545 0.070560 10.0.0.38 - - [2024-10-17 02:26:50] "POST /route-targets HTTP/1.1" 200 327 0.046788 10.0.0.38 - - [2024-10-17 02:26:50] "POST /service-appliance-sets HTTP/1.1" 200 541 0.053767 10.0.0.38 - - [2024-10-17 02:26:50] "POST /fqname-to-id HTTP/1.1" 404 207 0.002734 10.0.0.38 - - [2024-10-17 02:26:50] "POST /ref-update HTTP/1.1" 200 156 0.011995 10.0.0.38 - - [2024-10-17 02:26:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.38 - - [2024-10-17 02:26:50] "GET /network-ipam/fb437ec9-b3c1-47d3-8d8e-dcdc5d367268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.008615 10.0.0.38 - - [2024-10-17 02:26:50] "POST /job-templates HTTP/1.1" 200 577 0.074371 10.0.0.38 - - [2024-10-17 02:26:50] "POST /route-targets HTTP/1.1" 200 327 0.057534 10.0.0.38 - - [2024-10-17 02:26:50] "POST /fqname-to-id HTTP/1.1" 404 208 0.003199 10.0.0.38 - - [2024-10-17 02:26:50] "POST /ref-update HTTP/1.1" 200 156 0.014899 10.0.0.38 - - [2024-10-17 02:26:50] "POST /service-templates HTTP/1.1" 200 511 0.027432 10.0.0.38 - - [2024-10-17 02:26:50] "POST /service-templates HTTP/1.1" 200 501 0.039088 10.0.0.38 - - [2024-10-17 02:26:50] "POST /route-targets HTTP/1.1" 200 327 0.022077 10.0.0.38 - - [2024-10-17 02:26:50] "POST /job-templates HTTP/1.1" 200 579 0.098269 10.0.0.38 - - [2024-10-17 02:26:50] "POST /ref-update HTTP/1.1" 200 156 0.024665 10.0.0.38 - - [2024-10-17 02:26:50] "POST /service-templates HTTP/1.1" 200 515 0.034704 10.0.0.38 - - [2024-10-17 02:26:50] "POST /fqname-to-id HTTP/1.1" 404 210 0.003814 10.0.0.38 - - [2024-10-17 02:26:50] "GET / HTTP/1.1" 200 35931 0.001707 10.0.0.38 - - [2024-10-17 02:26:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000540 10.0.0.38 - - [2024-10-17 02:26:50] "POST /service-templates HTTP/1.1" 200 535 0.026890 10.0.0.38 - - [2024-10-17 02:26:50] "POST /fqname-to-id HTTP/1.1" 404 201 0.007190 10.0.0.38 - - [2024-10-17 02:26:50] "POST /job-templates HTTP/1.1" 200 583 0.064484 10.0.0.38 - - [2024-10-17 02:26:50] "POST /service-templates HTTP/1.1" 200 507 0.029244 10.0.0.38 - - [2024-10-17 02:26:50] "POST /fqname-to-id HTTP/1.1" 404 198 0.003515 10.0.0.38 - - [2024-10-17 02:26:50] "POST /access-control-lists HTTP/1.1" 200 551 0.076907 10.0.0.38 - - [2024-10-17 02:26:51] "POST /job-templates HTTP/1.1" 200 559 0.071226 10.0.0.38 - - [2024-10-17 02:26:51] "PUT /access-control-list/ba703147-b6fb-4ca5-8fee-3a3fffcda095 HTTP/1.1" 200 272 0.060280 10.0.0.38 - - [2024-10-17 02:26:51] "POST /fqname-to-id HTTP/1.1" 404 203 0.003949 10.0.0.38 - - [2024-10-17 02:26:51] "PUT /access-control-list/1016cdde-1696-4642-86ff-928f68e02842 HTTP/1.1" 200 272 0.011075 10.0.0.38 - - [2024-10-17 02:26:51] "POST /job-templates HTTP/1.1" 200 569 0.066752 10.0.0.38 - - [2024-10-17 02:26:51] "POST /fqname-to-id HTTP/1.1" 404 196 0.005183 10.0.0.38 - - [2024-10-17 02:26:51] "POST /job-templates HTTP/1.1" 200 555 0.085392 10.0.0.38 - - [2024-10-17 02:26:51] "POST /fqname-to-id HTTP/1.1" 404 196 0.003762 10.0.0.38 - - [2024-10-17 02:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.355058 10.0.0.38 - - [2024-10-17 02:26:51] "POST /job-templates HTTP/1.1" 200 555 0.069486 10.0.0.38 - - [2024-10-17 02:26:51] "GET /global-system-config/7b933a20-e673-47b2-a949-b26fc13d2301?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.012718 10.0.0.38 - - [2024-10-17 02:26:51] "POST /fqname-to-id HTTP/1.1" 404 196 0.004399 10.0.0.38 - - [2024-10-17 02:26:51] "POST /fqname-to-id HTTP/1.1" 404 220 0.004525 10.0.0.38 - - [2024-10-17 02:26:51] "POST /job-templates HTTP/1.1" 200 555 0.069082 10.0.0.38 - - [2024-10-17 02:26:51] "POST /config-database-nodes HTTP/1.1" 200 617 0.068723 10.0.0.38 - - [2024-10-17 02:26:51] "POST /fqname-to-id HTTP/1.1" 404 186 0.004184 10.0.0.38 - - [2024-10-17 02:26:51] "POST /job-templates HTTP/1.1" 200 535 0.069705 10.0.0.38 - - [2024-10-17 02:26:51] "POST /fqname-to-id HTTP/1.1" 404 198 0.003627 10.0.0.38 - - [2024-10-17 02:26:52] "POST /job-templates HTTP/1.1" 200 559 0.069689 10.0.0.38 - - [2024-10-17 02:26:52] "POST /fqname-to-id HTTP/1.1" 404 198 0.003717 10.0.0.38 - - [2024-10-17 02:26:52] "POST /job-templates HTTP/1.1" 200 559 0.069217 10.0.0.38 - - [2024-10-17 02:26:52] "POST /fqname-to-id HTTP/1.1" 404 198 0.003885 10.0.0.38 - - [2024-10-17 02:26:52] "POST /job-templates HTTP/1.1" 200 559 0.069674 10.0.0.38 - - [2024-10-17 02:26:52] "POST /fqname-to-id HTTP/1.1" 404 201 0.004109 10.0.0.38 - - [2024-10-17 02:26:52] "POST /job-templates HTTP/1.1" 200 565 0.065605 10.0.0.38 - - [2024-10-17 02:26:52] "POST /fqname-to-id HTTP/1.1" 404 197 0.004363 10.0.0.38 - - [2024-10-17 02:26:52] "POST /job-templates HTTP/1.1" 200 557 0.066113 10.0.0.38 - - [2024-10-17 02:26:52] "POST /fqname-to-id HTTP/1.1" 404 196 0.003764 10.0.0.38 - - [2024-10-17 02:26:52] "POST /job-templates HTTP/1.1" 200 555 0.065985 10.0.0.38 - - [2024-10-17 02:26:52] "POST /fqname-to-id HTTP/1.1" 404 205 0.004286 10.0.0.38 - - [2024-10-17 02:26:53] "POST /job-templates HTTP/1.1" 200 573 0.066145 10.0.0.38 - - [2024-10-17 02:26:53] "POST /fqname-to-id HTTP/1.1" 404 194 0.004082 10.0.0.38 - - [2024-10-17 02:26:53] "POST /job-templates HTTP/1.1" 200 551 0.065644 10.0.0.38 - - [2024-10-17 02:26:53] "POST /fqname-to-id HTTP/1.1" 404 208 0.003918 10.0.0.38 - - [2024-10-17 02:26:53] "POST /job-templates HTTP/1.1" 200 579 0.065447 10.0.0.38 - - [2024-10-17 02:26:53] "POST /fqname-to-id HTTP/1.1" 404 196 0.003906 10.0.0.38 - - [2024-10-17 02:26:53] "POST /job-templates HTTP/1.1" 200 555 0.073781 10.0.0.38 - - [2024-10-17 02:26:53] "POST /fqname-to-id HTTP/1.1" 404 198 0.004229 10.0.0.38 - - [2024-10-17 02:26:53] "POST /job-templates HTTP/1.1" 200 559 0.065580 10.0.0.38 - - [2024-10-17 02:26:53] "POST /fqname-to-id HTTP/1.1" 404 206 0.004096 10.0.0.38 - - [2024-10-17 02:26:53] "POST /job-templates HTTP/1.1" 200 575 0.066268 10.0.0.38 - - [2024-10-17 02:26:53] "POST /fqname-to-id HTTP/1.1" 404 197 0.010741 10.0.0.38 - - [2024-10-17 02:26:54] "POST /job-templates HTTP/1.1" 200 557 0.069885 10.0.0.38 - - [2024-10-17 02:26:54] "POST /fqname-to-id HTTP/1.1" 404 198 0.003701 10.0.0.38 - - [2024-10-17 02:26:54] "POST /job-templates HTTP/1.1" 200 559 0.069887 10.0.0.38 - - [2024-10-17 02:26:54] "POST /fqname-to-id HTTP/1.1" 404 196 0.003810 10.0.0.38 - - [2024-10-17 02:26:54] "POST /job-templates HTTP/1.1" 200 555 0.074010 10.0.0.38 - - [2024-10-17 02:26:54] "POST /fqname-to-id HTTP/1.1" 404 195 0.004662 10.0.0.38 - - [2024-10-17 02:26:54] "POST /job-templates HTTP/1.1" 200 553 0.068454 10.0.0.38 - - [2024-10-17 02:26:54] "POST /fqname-to-id HTTP/1.1" 404 195 0.003895 10.0.0.38 - - [2024-10-17 02:26:54] "POST /job-templates HTTP/1.1" 200 553 0.065554 10.0.0.38 - - [2024-10-17 02:26:54] "POST /fqname-to-id HTTP/1.1" 404 195 0.003823 10.0.0.38 - - [2024-10-17 02:26:54] "POST /job-templates HTTP/1.1" 200 553 0.077671 10.0.0.38 - - [2024-10-17 02:26:54] "POST /fqname-to-id HTTP/1.1" 404 200 0.003793 10.0.0.38 - - [2024-10-17 02:26:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.38 - - [2024-10-17 02:26:55] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1161 0.004573 10.0.0.38 - - [2024-10-17 02:26:55] "POST /job-templates HTTP/1.1" 200 563 0.067389 10.0.0.38 - - [2024-10-17 02:26:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004689 10.0.0.38 - - [2024-10-17 02:26:55] "POST /fqname-to-id HTTP/1.1" 404 201 0.003444 10.0.0.38 - - [2024-10-17 02:26:55] "PUT /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902 HTTP/1.1" 200 276 0.015422 10.0.0.38 - - [2024-10-17 02:26:55] "POST /job-templates HTTP/1.1" 200 565 0.066407 10.0.0.38 - - [2024-10-17 02:26:55] "POST /fqname-to-id HTTP/1.1" 404 189 0.004228 10.0.0.38 - - [2024-10-17 02:26:55] "POST /config-propertiess HTTP/1.1" 200 551 0.022379 10.0.0.38 - - [2024-10-17 02:26:55] "POST /fqname-to-id HTTP/1.1" 404 168 0.004860 10.0.0.38 - - [2024-10-17 02:26:55] "POST /tags HTTP/1.1" 200 321 0.042148 10.0.0.38 - - [2024-10-17 02:26:55] "POST /fqname-to-id HTTP/1.1" 404 166 0.003923 10.0.0.38 - - [2024-10-17 02:26:55] "GET / HTTP/1.1" 200 35931 0.002659 10.0.0.38 - - [2024-10-17 02:26:55] "POST /alarms HTTP/1.1" 401 292 0.000531 10.0.0.38 - - [2024-10-17 02:26:55] "POST /tags HTTP/1.1" 200 317 0.038217 10.0.0.38 - - [2024-10-17 02:26:55] "POST /fqname-to-id HTTP/1.1" 404 174 0.003520 10.0.0.38 - - [2024-10-17 02:26:55] "POST /tags HTTP/1.1" 200 333 0.026724 10.0.0.38 - - [2024-10-17 02:26:55] "POST /fqname-to-id HTTP/1.1" 404 162 0.004326 10.0.0.38 - - [2024-10-17 02:26:55] "POST /tags HTTP/1.1" 200 309 0.024709 10.0.0.38 - - [2024-10-17 02:26:55] "POST /fqname-to-id HTTP/1.1" 404 174 0.004439 10.0.0.38 - - [2024-10-17 02:26:55] "POST /tags HTTP/1.1" 200 333 0.027693 10.0.0.38 - - [2024-10-17 02:26:56] "POST /fqname-to-id HTTP/1.1" 404 164 0.003011 10.0.0.38 - - [2024-10-17 02:26:56] "POST /alarms HTTP/1.1" 200 581 0.053648 10.0.0.38 - - [2024-10-17 02:26:56] "POST /alarms HTTP/1.1" 200 575 0.019627 10.0.0.38 - - [2024-10-17 02:26:56] "POST /tags HTTP/1.1" 200 313 0.023603 10.0.0.38 - - [2024-10-17 02:26:56] "POST /alarms HTTP/1.1" 200 575 0.020567 10.0.0.38 - - [2024-10-17 02:26:56] "POST /fqname-to-id HTTP/1.1" 404 169 0.003395 10.0.0.38 - - [2024-10-17 02:26:56] "POST /alarms HTTP/1.1" 200 559 0.035699 10.0.0.38 - - [2024-10-17 02:26:56] "POST /tags HTTP/1.1" 200 323 0.038051 10.0.0.38 - - [2024-10-17 02:26:56] "POST /alarms HTTP/1.1" 200 555 0.022104 10.0.0.38 - - [2024-10-17 02:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.38 - - [2024-10-17 02:26:56] "PUT /global-system-config/7b933a20-e673-47b2-a949-b26fc13d2301 HTTP/1.1" 200 274 0.013555 10.0.0.38 - - [2024-10-17 02:26:56] "POST /alarms HTTP/1.1" 200 557 0.026296 10.0.0.38 - - [2024-10-17 02:26:56] "POST /fqname-to-id HTTP/1.1" 404 166 0.003071 10.0.0.38 - - [2024-10-17 02:26:56] "POST /alarms HTTP/1.1" 200 565 0.019258 10.0.0.38 - - [2024-10-17 02:26:56] "POST /hardwares HTTP/1.1" 200 327 0.012754 10.0.0.38 - - [2024-10-17 02:26:56] "POST /alarms HTTP/1.1" 200 549 0.022880 10.0.0.38 - - [2024-10-17 02:26:56] "POST /fqname-to-id HTTP/1.1" 404 166 0.003503 10.0.0.38 - - [2024-10-17 02:26:56] "POST /alarms HTTP/1.1" 200 557 0.024487 10.0.0.38 - - [2024-10-17 02:26:56] "POST /hardwares HTTP/1.1" 200 327 0.016670 10.0.0.38 - - [2024-10-17 02:26:56] "POST /fqname-to-id HTTP/1.1" 404 166 0.002930 10.0.0.38 - - [2024-10-17 02:26:56] "POST /alarms HTTP/1.1" 200 567 0.022760 10.0.0.38 - - [2024-10-17 02:26:56] "POST /hardwares HTTP/1.1" 200 327 0.015229 10.0.0.38 - - [2024-10-17 02:26:56] "POST /alarms HTTP/1.1" 200 555 0.022417 10.0.0.38 - - [2024-10-17 02:26:56] "POST /fqname-to-id HTTP/1.1" 404 166 0.003662 10.0.0.38 - - [2024-10-17 02:26:56] "POST /alarms HTTP/1.1" 200 567 0.028185 10.0.0.38 - - [2024-10-17 02:26:56] "POST /hardwares HTTP/1.1" 200 327 0.019603 10.0.0.38 - - [2024-10-17 02:26:56] "POST /fqname-to-id HTTP/1.1" 404 164 0.004190 10.0.0.38 - - [2024-10-17 02:26:56] "POST /alarms HTTP/1.1" 200 575 0.069552 10.0.0.38 - - [2024-10-17 02:26:56] "POST /hardwares HTTP/1.1" 200 323 0.019148 10.0.0.38 - - [2024-10-17 02:26:56] "POST /fqname-to-id HTTP/1.1" 404 164 0.004092 10.0.0.38 - - [2024-10-17 02:26:56] "POST /alarms HTTP/1.1" 200 569 0.039629 10.0.0.38 - - [2024-10-17 02:26:56] "POST /hardwares HTTP/1.1" 200 323 0.013342 10.0.0.38 - - [2024-10-17 02:26:57] "POST /alarms HTTP/1.1" 200 561 0.019799 10.0.0.38 - - [2024-10-17 02:26:57] "POST /fqname-to-id HTTP/1.1" 404 161 0.003536 10.0.0.38 - - [2024-10-17 02:26:57] "POST /alarms HTTP/1.1" 200 561 0.024690 10.0.0.38 - - [2024-10-17 02:26:57] "POST /hardwares HTTP/1.1" 200 317 0.018228 10.0.0.38 - - [2024-10-17 02:26:57] "POST /fqname-to-id HTTP/1.1" 404 164 0.003306 10.0.0.38 - - [2024-10-17 02:26:57] "POST /alarms HTTP/1.1" 200 561 0.021108 10.0.0.38 - - [2024-10-17 02:26:57] "POST /hardwares HTTP/1.1" 200 323 0.018563 10.0.0.38 - - [2024-10-17 02:26:57] "POST /alarms HTTP/1.1" 200 547 0.023601 10.0.0.38 - - [2024-10-17 02:26:57] "POST /fqname-to-id HTTP/1.1" 404 164 0.004444 10.0.0.38 - - [2024-10-17 02:26:57] "POST /alarms HTTP/1.1" 200 595 0.024185 10.0.0.38 - - [2024-10-17 02:26:57] "POST /hardwares HTTP/1.1" 200 323 0.015007 10.0.0.38 - - [2024-10-17 02:26:57] "POST /fqname-to-id HTTP/1.1" 404 164 0.004016 10.0.0.38 - - [2024-10-17 02:26:57] "POST /alarms HTTP/1.1" 200 575 0.028525 10.0.0.38 - - [2024-10-17 02:26:57] "POST /hardwares HTTP/1.1" 200 323 0.016927 10.0.0.38 - - [2024-10-17 02:26:57] "POST /alarms HTTP/1.1" 200 571 0.023964 10.0.0.38 - - [2024-10-17 02:26:57] "POST /fqname-to-id HTTP/1.1" 404 165 0.003510 10.0.0.38 - - [2024-10-17 02:26:57] "POST /alarms HTTP/1.1" 200 583 0.019583 10.0.0.38 - - [2024-10-17 02:26:57] "POST /hardwares HTTP/1.1" 200 325 0.014558 10.0.0.38 - - [2024-10-17 02:26:57] "POST /alarms HTTP/1.1" 200 609 0.025905 10.0.0.38 - - [2024-10-17 02:26:57] "POST /fqname-to-id HTTP/1.1" 404 165 0.003583 10.0.0.38 - - [2024-10-17 02:26:57] "POST /hardwares HTTP/1.1" 200 325 0.015631 10.0.0.38 - - [2024-10-17 02:26:57] "POST /fqname-to-id HTTP/1.1" 404 165 0.003697 10.0.0.38 - - [2024-10-17 02:26:57] "POST /hardwares HTTP/1.1" 200 325 0.083891 10.0.0.38 - - [2024-10-17 02:26:57] "POST /fqname-to-id HTTP/1.1" 404 165 0.004942 10.0.0.38 - - [2024-10-17 02:26:57] "POST /hardwares HTTP/1.1" 200 325 0.013765 10.0.0.38 - - [2024-10-17 02:26:58] "POST /fqname-to-id HTTP/1.1" 404 164 0.003376 10.0.0.38 - - [2024-10-17 02:26:58] "GET / HTTP/1.1" 200 35931 0.003210 10.0.0.38 - - [2024-10-17 02:26:58] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000519 10.0.0.38 - - [2024-10-17 02:26:58] "POST /hardwares HTTP/1.1" 200 323 0.012554 10.0.0.38 - - [2024-10-17 02:26:58] "POST /fqname-to-id HTTP/1.1" 404 161 0.003521 10.0.0.38 - - [2024-10-17 02:26:58] "POST /hardwares HTTP/1.1" 200 317 0.013026 10.0.0.38 - - [2024-10-17 02:26:58] "POST /fqname-to-id HTTP/1.1" 404 164 0.003575 10.0.0.38 - - [2024-10-17 02:26:58] "POST /hardwares HTTP/1.1" 200 323 0.013261 10.0.0.38 - - [2024-10-17 02:26:58] "POST /fqname-to-id HTTP/1.1" 404 161 0.003816 10.0.0.38 - - [2024-10-17 02:26:58] "POST /hardwares HTTP/1.1" 200 317 0.012717 10.0.0.38 - - [2024-10-17 02:26:58] "POST /fqname-to-id HTTP/1.1" 404 164 0.003848 10.0.0.38 - - [2024-10-17 02:26:58] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.029566 10.0.0.38 - - [2024-10-17 02:26:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.38 - - [2024-10-17 02:26:58] "POST /hardwares HTTP/1.1" 200 323 0.013349 10.0.0.38 - - [2024-10-17 02:26:58] "PUT /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902 HTTP/1.1" 200 276 0.010604 10.0.0.38 - - [2024-10-17 02:26:58] "POST /fqname-to-id HTTP/1.1" 404 162 0.003463 10.0.0.38 - - [2024-10-17 02:26:58] "POST /hardwares HTTP/1.1" 200 319 0.014349 10.0.0.38 - - [2024-10-17 02:26:58] "POST /fqname-to-id HTTP/1.1" 404 162 0.003838 10.0.0.38 - - [2024-10-17 02:26:58] "POST /hardwares HTTP/1.1" 200 319 0.021862 10.0.0.38 - - [2024-10-17 02:26:58] "POST /fqname-to-id HTTP/1.1" 404 165 0.004232 10.0.0.38 - - [2024-10-17 02:26:58] "POST /hardwares HTTP/1.1" 200 325 0.013381 10.0.0.38 - - [2024-10-17 02:26:58] "POST /fqname-to-id HTTP/1.1" 404 161 0.003930 10.0.0.38 - - [2024-10-17 02:26:58] "POST /hardwares HTTP/1.1" 200 317 0.018961 10.0.0.38 - - [2024-10-17 02:26:58] "GET / HTTP/1.1" 200 35931 0.001863 10.0.0.38 - - [2024-10-17 02:26:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000532 10.0.0.38 - - [2024-10-17 02:26:59] "POST /fqname-to-id HTTP/1.1" 404 161 0.003250 10.0.0.38 - - [2024-10-17 02:26:59] "POST /hardwares HTTP/1.1" 200 317 0.014005 10.0.0.38 - - [2024-10-17 02:26:59] "POST /fqname-to-id HTTP/1.1" 404 162 0.004138 10.0.0.38 - - [2024-10-17 02:26:59] "POST /hardwares HTTP/1.1" 200 319 0.014609 10.0.0.38 - - [2024-10-17 02:26:59] "POST /fqname-to-id HTTP/1.1" 404 162 0.003827 10.0.0.38 - - [2024-10-17 02:26:59] "POST /hardwares HTTP/1.1" 200 319 0.012806 10.0.0.38 - - [2024-10-17 02:26:59] "POST /fqname-to-id HTTP/1.1" 404 162 0.003628 10.0.0.38 - - [2024-10-17 02:26:59] "POST /hardwares HTTP/1.1" 200 319 0.017273 10.0.0.38 - - [2024-10-17 02:26:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.031725 10.0.0.38 - - [2024-10-17 02:26:59] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004754 10.0.0.38 - - [2024-10-17 02:26:59] "POST /fqname-to-id HTTP/1.1" 404 158 0.003377 10.0.0.38 - - [2024-10-17 02:26:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.38 - - [2024-10-17 02:26:59] "POST /hardwares HTTP/1.1" 200 311 0.012964 10.0.0.38 - - [2024-10-17 02:26:59] "PUT /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902 HTTP/1.1" 200 276 0.010510 10.0.0.38 - - [2024-10-17 02:26:59] "POST /fqname-to-id HTTP/1.1" 404 158 0.003793 10.0.0.38 - - [2024-10-17 02:26:59] "POST /hardwares HTTP/1.1" 200 311 0.017884 10.0.0.38 - - [2024-10-17 02:26:59] "POST /fqname-to-id HTTP/1.1" 404 160 0.004815 10.0.0.38 - - [2024-10-17 02:26:59] "POST /hardwares HTTP/1.1" 200 315 0.016524 10.0.0.38 - - [2024-10-17 02:26:59] "POST /fqname-to-id HTTP/1.1" 404 154 0.004026 10.0.0.38 - - [2024-10-17 02:26:59] "POST /hardwares HTTP/1.1" 200 303 0.014296 10.0.0.38 - - [2024-10-17 02:26:59] "POST /fqname-to-id HTTP/1.1" 404 158 0.003755 10.0.0.38 - - [2024-10-17 02:26:59] "POST /hardwares HTTP/1.1" 200 311 0.019886 10.0.0.38 - - [2024-10-17 02:27:00] "POST /fqname-to-id HTTP/1.1" 404 155 0.004739 10.0.0.38 - - [2024-10-17 02:27:00] "GET / HTTP/1.1" 200 35931 0.002316 10.0.0.38 - - [2024-10-17 02:27:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000609 10.0.0.38 - - [2024-10-17 02:27:00] "POST /hardwares HTTP/1.1" 200 305 0.015521 10.0.0.38 - - [2024-10-17 02:27:00] "POST /fqname-to-id HTTP/1.1" 404 155 0.003696 10.0.0.38 - - [2024-10-17 02:27:00] "POST /hardwares HTTP/1.1" 200 305 0.014474 10.0.0.38 - - [2024-10-17 02:27:00] "POST /fqname-to-id HTTP/1.1" 404 155 0.004335 10.0.0.38 - - [2024-10-17 02:27:00] "POST /hardwares HTTP/1.1" 200 305 0.014227 10.0.0.38 - - [2024-10-17 02:27:00] "POST /fqname-to-id HTTP/1.1" 404 155 0.003389 10.0.0.38 - - [2024-10-17 02:27:00] "POST /hardwares HTTP/1.1" 200 305 0.014194 10.0.0.38 - - [2024-10-17 02:27:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.031997 10.0.0.38 - - [2024-10-17 02:27:00] "POST /fqname-to-id HTTP/1.1" 404 156 0.005177 10.0.0.38 - - [2024-10-17 02:27:00] "GET /global-system-config/7b933a20-e673-47b2-a949-b26fc13d2301?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.013447 10.0.0.38 - - [2024-10-17 02:27:00] "POST /hardwares HTTP/1.1" 200 307 0.015153 10.0.0.38 - - [2024-10-17 02:27:00] "PUT /global-system-config/7b933a20-e673-47b2-a949-b26fc13d2301 HTTP/1.1" 200 274 0.019581 10.0.0.38 - - [2024-10-17 02:27:00] "POST /fqname-to-id HTTP/1.1" 404 156 0.003784 10.0.0.38 - - [2024-10-17 02:27:00] "POST /hardwares HTTP/1.1" 200 307 0.017118 10.0.0.38 - - [2024-10-17 02:27:00] "POST /fqname-to-id HTTP/1.1" 404 156 0.006088 10.0.0.38 - - [2024-10-17 02:27:00] "POST /hardwares HTTP/1.1" 200 307 0.014970 10.0.0.38 - - [2024-10-17 02:27:00] "POST /fqname-to-id HTTP/1.1" 404 157 0.004490 10.0.0.38 - - [2024-10-17 02:27:00] "POST /hardwares HTTP/1.1" 200 309 0.013529 10.0.0.38 - - [2024-10-17 02:27:00] "POST /fqname-to-id HTTP/1.1" 404 158 0.004556 10.0.0.38 - - [2024-10-17 02:27:00] "POST /hardwares HTTP/1.1" 200 311 0.017654 10.0.0.38 - - [2024-10-17 02:27:01] "POST /fqname-to-id HTTP/1.1" 404 158 0.004291 10.0.0.38 - - [2024-10-17 02:27:01] "POST /hardwares HTTP/1.1" 200 311 0.016411 10.0.0.38 - - [2024-10-17 02:27:01] "POST /fqname-to-id HTTP/1.1" 404 153 0.004560 10.0.0.38 - - [2024-10-17 02:27:01] "POST /hardwares HTTP/1.1" 200 301 0.014817 10.0.0.38 - - [2024-10-17 02:27:01] "POST /fqname-to-id HTTP/1.1" 404 157 0.004077 10.0.0.38 - - [2024-10-17 02:27:01] "POST /hardwares HTTP/1.1" 200 309 0.051238 10.0.0.38 - - [2024-10-17 02:27:01] "POST /fqname-to-id HTTP/1.1" 404 157 0.003925 10.0.0.38 - - [2024-10-17 02:27:01] "POST /hardwares HTTP/1.1" 200 309 0.016699 10.0.0.38 - - [2024-10-17 02:27:01] "POST /fqname-to-id HTTP/1.1" 404 157 0.004637 10.0.0.38 - - [2024-10-17 02:27:01] "POST /hardwares HTTP/1.1" 200 309 0.015435 10.0.0.38 - - [2024-10-17 02:27:01] "POST /fqname-to-id HTTP/1.1" 404 157 0.004001 10.0.0.38 - - [2024-10-17 02:27:01] "POST /hardwares HTTP/1.1" 200 309 0.014189 10.0.0.38 - - [2024-10-17 02:27:01] "POST /fqname-to-id HTTP/1.1" 404 157 0.004036 10.0.0.38 - - [2024-10-17 02:27:01] "POST /hardwares HTTP/1.1" 200 309 0.016191 10.0.0.38 - - [2024-10-17 02:27:01] "POST /fqname-to-id HTTP/1.1" 404 161 0.003802 10.0.0.38 - - [2024-10-17 02:27:01] "POST /hardwares HTTP/1.1" 200 317 0.012959 10.0.0.38 - - [2024-10-17 02:27:01] "POST /fqname-to-id HTTP/1.1" 404 157 0.004047 10.0.0.38 - - [2024-10-17 02:27:02] "POST /hardwares HTTP/1.1" 200 309 0.015897 10.0.0.38 - - [2024-10-17 02:27:02] "POST /fqname-to-id HTTP/1.1" 404 157 0.003711 10.0.0.38 - - [2024-10-17 02:27:02] "POST /hardwares HTTP/1.1" 200 309 0.013507 10.0.0.38 - - [2024-10-17 02:27:02] "POST /fqname-to-id HTTP/1.1" 404 154 0.003549 10.0.0.38 - - [2024-10-17 02:27:02] "POST /hardwares HTTP/1.1" 200 303 0.014608 10.0.0.38 - - [2024-10-17 02:27:02] "POST /fqname-to-id HTTP/1.1" 404 190 0.004426 10.0.0.38 - - [2024-10-17 02:27:02] "POST /features HTTP/1.1" 200 533 0.021289 10.0.0.38 - - [2024-10-17 02:27:02] "POST /fqname-to-id HTTP/1.1" 404 185 0.004687 10.0.0.38 - - [2024-10-17 02:27:02] "POST /features HTTP/1.1" 200 523 0.023725 10.0.0.38 - - [2024-10-17 02:27:02] "POST /fqname-to-id HTTP/1.1" 404 184 0.004037 10.0.0.38 - - [2024-10-17 02:27:02] "POST /features HTTP/1.1" 200 521 0.024091 10.0.0.38 - - [2024-10-17 02:27:02] "POST /fqname-to-id HTTP/1.1" 404 184 0.003892 10.0.0.38 - - [2024-10-17 02:27:02] "POST /features HTTP/1.1" 200 521 0.026496 10.0.0.38 - - [2024-10-17 02:27:02] "POST /fqname-to-id HTTP/1.1" 404 189 0.003775 10.0.0.38 - - [2024-10-17 02:27:02] "POST /features HTTP/1.1" 200 531 0.023796 10.0.0.38 - - [2024-10-17 02:27:02] "POST /fqname-to-id HTTP/1.1" 404 184 0.003856 10.0.0.38 - - [2024-10-17 02:27:02] "POST /features HTTP/1.1" 200 521 0.030617 10.0.0.38 - - [2024-10-17 02:27:02] "POST /fqname-to-id HTTP/1.1" 404 193 0.004408 10.0.0.38 - - [2024-10-17 02:27:03] "POST /features HTTP/1.1" 200 539 0.021371 10.0.0.38 - - [2024-10-17 02:27:03] "POST /fqname-to-id HTTP/1.1" 404 186 0.004070 10.0.0.38 - - [2024-10-17 02:27:03] "POST /features HTTP/1.1" 200 525 0.021724 10.0.0.38 - - [2024-10-17 02:27:03] "POST /fqname-to-id HTTP/1.1" 404 183 0.004054 10.0.0.38 - - [2024-10-17 02:27:03] "POST /features HTTP/1.1" 200 519 0.023492 10.0.0.38 - - [2024-10-17 02:27:03] "POST /fqname-to-id HTTP/1.1" 404 182 0.003698 10.0.0.38 - - [2024-10-17 02:27:03] "POST /features HTTP/1.1" 200 517 0.021804 10.0.0.38 - - [2024-10-17 02:27:03] "POST /fqname-to-id HTTP/1.1" 404 190 0.003680 10.0.0.38 - - [2024-10-17 02:27:03] "POST /features HTTP/1.1" 200 533 0.021621 10.0.0.38 - - [2024-10-17 02:27:03] "POST /fqname-to-id HTTP/1.1" 404 194 0.003877 10.0.0.38 - - [2024-10-17 02:27:03] "POST /features HTTP/1.1" 200 541 0.024696 10.0.0.38 - - [2024-10-17 02:27:03] "POST /fqname-to-id HTTP/1.1" 404 178 0.004472 10.0.0.38 - - [2024-10-17 02:27:03] "POST /physical-roles HTTP/1.1" 200 521 0.023671 10.0.0.38 - - [2024-10-17 02:27:03] "POST /fqname-to-id HTTP/1.1" 404 179 0.004462 10.0.0.38 - - [2024-10-17 02:27:03] "POST /physical-roles HTTP/1.1" 200 523 0.029210 10.0.0.38 - - [2024-10-17 02:27:03] "POST /fqname-to-id HTTP/1.1" 404 184 0.004814 10.0.0.38 - - [2024-10-17 02:27:04] "POST /physical-roles HTTP/1.1" 200 533 0.025843 10.0.0.38 - - [2024-10-17 02:27:04] "POST /fqname-to-id HTTP/1.1" 404 177 0.004489 10.0.0.38 - - [2024-10-17 02:27:04] "POST /physical-roles HTTP/1.1" 200 519 0.026891 10.0.0.38 - - [2024-10-17 02:27:04] "POST /fqname-to-id HTTP/1.1" 404 191 0.004194 10.0.0.38 - - [2024-10-17 02:27:04] "POST /overlay-roles HTTP/1.1" 200 545 0.022233 10.0.0.38 - - [2024-10-17 02:27:04] "POST /fqname-to-id HTTP/1.1" 404 184 0.003662 10.0.0.38 - - [2024-10-17 02:27:04] "POST /overlay-roles HTTP/1.1" 200 531 0.021580 10.0.0.38 - - [2024-10-17 02:27:04] "POST /fqname-to-id HTTP/1.1" 404 191 0.004189 10.0.0.38 - - [2024-10-17 02:27:04] "POST /overlay-roles HTTP/1.1" 200 545 0.020046 10.0.0.38 - - [2024-10-17 02:27:04] "POST /fqname-to-id HTTP/1.1" 404 185 0.003790 10.0.0.38 - - [2024-10-17 02:27:04] "POST /overlay-roles HTTP/1.1" 200 533 0.023520 10.0.0.38 - - [2024-10-17 02:27:04] "POST /fqname-to-id HTTP/1.1" 404 189 0.004087 10.0.0.38 - - [2024-10-17 02:27:04] "POST /overlay-roles HTTP/1.1" 200 541 0.022266 10.0.0.38 - - [2024-10-17 02:27:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004418 10.0.0.38 - - [2024-10-17 02:27:04] "PUT /overlay-role/9f88a6ef-d3ce-4e55-889d-56678e83c38e HTTP/1.1" 200 258 0.012898 10.0.0.38 - - [2024-10-17 02:27:04] "POST /fqname-to-id HTTP/1.1" 404 184 0.003665 10.0.0.38 - - [2024-10-17 02:27:04] "POST /overlay-roles HTTP/1.1" 200 531 0.023751 10.0.0.38 - - [2024-10-17 02:27:04] "POST /fqname-to-id HTTP/1.1" 404 185 0.004193 10.0.0.38 - - [2024-10-17 02:27:05] "POST /overlay-roles HTTP/1.1" 200 533 0.027741 10.0.0.38 - - [2024-10-17 02:27:05] "POST /fqname-to-id HTTP/1.1" 404 183 0.004251 10.0.0.38 - - [2024-10-17 02:27:05] "POST /overlay-roles HTTP/1.1" 200 529 0.030142 10.0.0.38 - - [2024-10-17 02:27:05] "POST /fqname-to-id HTTP/1.1" 404 187 0.003691 10.0.0.38 - - [2024-10-17 02:27:05] "POST /overlay-roles HTTP/1.1" 200 537 0.025045 10.0.0.38 - - [2024-10-17 02:27:05] "POST /fqname-to-id HTTP/1.1" 404 189 0.003897 10.0.0.38 - - [2024-10-17 02:27:05] "POST /overlay-roles HTTP/1.1" 200 541 0.031206 10.0.0.38 - - [2024-10-17 02:27:05] "POST /fqname-to-id HTTP/1.1" 404 178 0.004202 10.0.0.38 - - [2024-10-17 02:27:05] "POST /overlay-roles HTTP/1.1" 200 519 0.047248 10.0.0.38 - - [2024-10-17 02:27:05] "POST /fqname-to-id HTTP/1.1" 404 190 0.004259 10.0.0.38 - - [2024-10-17 02:27:05] "POST /overlay-roles HTTP/1.1" 200 543 0.056060 10.0.0.38 - - [2024-10-17 02:27:05] "POST /fqname-to-id HTTP/1.1" 404 182 0.003466 10.0.0.38 - - [2024-10-17 02:27:05] "POST /role-definitions HTTP/1.1" 200 533 0.021983 10.0.0.38 - - [2024-10-17 02:27:05] "POST /fqname-to-id HTTP/1.1" 404 189 0.003839 10.0.0.38 - - [2024-10-17 02:27:05] "POST /role-definitions HTTP/1.1" 200 547 0.023359 10.0.0.38 - - [2024-10-17 02:27:05] "POST /fqname-to-id HTTP/1.1" 404 190 0.003793 10.0.0.38 - - [2024-10-17 02:27:06] "POST /role-definitions HTTP/1.1" 200 549 0.020797 10.0.0.38 - - [2024-10-17 02:27:06] "POST /fqname-to-id HTTP/1.1" 404 191 0.003798 10.0.0.38 - - [2024-10-17 02:27:06] "POST /role-definitions HTTP/1.1" 200 551 0.020616 10.0.0.38 - - [2024-10-17 02:27:06] "POST /fqname-to-id HTTP/1.1" 404 197 0.003583 10.0.0.38 - - [2024-10-17 02:27:06] "POST /role-definitions HTTP/1.1" 200 563 0.020226 10.0.0.38 - - [2024-10-17 02:27:06] "POST /fqname-to-id HTTP/1.1" 404 189 0.003580 10.0.0.38 - - [2024-10-17 02:27:06] "POST /role-definitions HTTP/1.1" 200 547 0.042744 10.0.0.38 - - [2024-10-17 02:27:06] "POST /fqname-to-id HTTP/1.1" 404 190 0.003725 10.0.0.38 - - [2024-10-17 02:27:06] "POST /role-definitions HTTP/1.1" 200 549 0.021142 10.0.0.38 - - [2024-10-17 02:27:06] "POST /fqname-to-id HTTP/1.1" 404 191 0.003765 10.0.0.38 - - [2024-10-17 02:27:06] "POST /role-definitions HTTP/1.1" 200 551 0.022599 10.0.0.38 - - [2024-10-17 02:27:06] "POST /fqname-to-id HTTP/1.1" 404 190 0.004119 10.0.0.38 - - [2024-10-17 02:27:06] "POST /role-definitions HTTP/1.1" 200 549 0.020199 10.0.0.38 - - [2024-10-17 02:27:06] "POST /fqname-to-id HTTP/1.1" 404 196 0.004552 10.0.0.38 - - [2024-10-17 02:27:06] "POST /role-definitions HTTP/1.1" 200 561 0.020365 10.0.0.38 - - [2024-10-17 02:27:06] "POST /fqname-to-id HTTP/1.1" 404 189 0.003872 10.0.0.38 - - [2024-10-17 02:27:06] "POST /role-definitions HTTP/1.1" 200 547 0.020439 10.0.0.38 - - [2024-10-17 02:27:07] "POST /fqname-to-id HTTP/1.1" 404 190 0.003649 10.0.0.38 - - [2024-10-17 02:27:07] "POST /role-definitions HTTP/1.1" 200 549 0.020794 10.0.0.38 - - [2024-10-17 02:27:07] "POST /fqname-to-id HTTP/1.1" 404 188 0.003465 10.0.0.38 - - [2024-10-17 02:27:07] "POST /role-definitions HTTP/1.1" 200 545 0.021036 10.0.0.38 - - [2024-10-17 02:27:07] "POST /fqname-to-id HTTP/1.1" 404 189 0.003691 10.0.0.38 - - [2024-10-17 02:27:07] "POST /role-definitions HTTP/1.1" 200 547 0.020111 10.0.0.38 - - [2024-10-17 02:27:07] "POST /fqname-to-id HTTP/1.1" 404 192 0.003565 10.0.0.38 - - [2024-10-17 02:27:07] "POST /role-definitions HTTP/1.1" 200 553 0.024446 10.0.0.38 - - [2024-10-17 02:27:07] "POST /fqname-to-id HTTP/1.1" 404 193 0.003690 10.0.0.38 - - [2024-10-17 02:27:07] "POST /role-definitions HTTP/1.1" 200 555 0.021338 10.0.0.38 - - [2024-10-17 02:27:07] "POST /fqname-to-id HTTP/1.1" 404 182 0.003868 10.0.0.38 - - [2024-10-17 02:27:07] "POST /role-definitions HTTP/1.1" 200 533 0.023327 10.0.0.38 - - [2024-10-17 02:27:07] "POST /fqname-to-id HTTP/1.1" 404 187 0.004464 10.0.0.38 - - [2024-10-17 02:27:07] "POST /role-definitions HTTP/1.1" 200 543 0.022630 10.0.0.38 - - [2024-10-17 02:27:07] "POST /fqname-to-id HTTP/1.1" 404 181 0.003927 10.0.0.38 - - [2024-10-17 02:27:07] "POST /role-definitions HTTP/1.1" 200 531 0.020031 10.0.0.38 - - [2024-10-17 02:27:07] "POST /fqname-to-id HTTP/1.1" 404 184 0.003512 10.0.0.38 - - [2024-10-17 02:27:08] "POST /role-definitions HTTP/1.1" 200 537 0.020073 10.0.0.38 - - [2024-10-17 02:27:08] "POST /fqname-to-id HTTP/1.1" 404 189 0.003822 10.0.0.38 - - [2024-10-17 02:27:08] "POST /role-definitions HTTP/1.1" 200 547 0.020142 10.0.0.38 - - [2024-10-17 02:27:08] "POST /fqname-to-id HTTP/1.1" 404 194 0.004033 10.0.0.38 - - [2024-10-17 02:27:08] "POST /role-definitions HTTP/1.1" 200 557 0.022083 10.0.0.38 - - [2024-10-17 02:27:08] "POST /fqname-to-id HTTP/1.1" 404 196 0.004020 10.0.0.38 - - [2024-10-17 02:27:08] "POST /role-definitions HTTP/1.1" 200 561 0.020530 10.0.0.38 - - [2024-10-17 02:27:08] "POST /fqname-to-id HTTP/1.1" 404 195 0.003835 10.0.0.38 - - [2024-10-17 02:27:08] "POST /role-definitions HTTP/1.1" 200 559 0.024374 10.0.0.38 - - [2024-10-17 02:27:08] "POST /fqname-to-id HTTP/1.1" 404 196 0.003943 10.0.0.38 - - [2024-10-17 02:27:08] "POST /feature-configs HTTP/1.1" 200 537 0.023934 10.0.0.38 - - [2024-10-17 02:27:08] "POST /fqname-to-id HTTP/1.1" 404 212 0.004134 10.0.0.38 - - [2024-10-17 02:27:08] "POST /feature-configs HTTP/1.1" 200 562 0.021872 10.0.0.38 - - [2024-10-17 02:27:08] "POST /fqname-to-id HTTP/1.1" 404 211 0.003703 10.0.0.38 - - [2024-10-17 02:27:08] "POST /feature-configs HTTP/1.1" 200 561 0.021249 10.0.0.38 - - [2024-10-17 02:27:08] "POST /fqname-to-id HTTP/1.1" 404 192 0.005338 10.0.0.38 - - [2024-10-17 02:27:08] "POST /node-profiles HTTP/1.1" 200 547 0.020621 10.0.0.38 - - [2024-10-17 02:27:09] "POST /fqname-to-id HTTP/1.1" 404 187 0.003649 10.0.0.38 - - [2024-10-17 02:27:09] "POST /node-profiles HTTP/1.1" 200 537 0.021176 10.0.0.38 - - [2024-10-17 02:27:09] "POST /fqname-to-id HTTP/1.1" 404 193 0.003517 10.0.0.38 - - [2024-10-17 02:27:09] "POST /node-profiles HTTP/1.1" 200 549 0.020226 10.0.0.38 - - [2024-10-17 02:27:09] "POST /fqname-to-id HTTP/1.1" 404 189 0.003459 10.0.0.38 - - [2024-10-17 02:27:09] "POST /node-profiles HTTP/1.1" 200 541 0.019160 10.0.0.38 - - [2024-10-17 02:27:09] "POST /fqname-to-id HTTP/1.1" 404 189 0.003827 10.0.0.38 - - [2024-10-17 02:27:09] "POST /node-profiles HTTP/1.1" 200 541 0.018165 10.0.0.38 - - [2024-10-17 02:27:09] "POST /fqname-to-id HTTP/1.1" 404 188 0.003389 10.0.0.38 - - [2024-10-17 02:27:09] "POST /node-profiles HTTP/1.1" 200 539 0.018643 10.0.0.38 - - [2024-10-17 02:27:09] "POST /fqname-to-id HTTP/1.1" 404 184 0.003684 10.0.0.38 - - [2024-10-17 02:27:09] "POST /node-profiles HTTP/1.1" 200 531 0.023457 10.0.0.38 - - [2024-10-17 02:27:09] "POST /fqname-to-id HTTP/1.1" 404 185 0.003642 10.0.0.38 - - [2024-10-17 02:27:09] "POST /node-profiles HTTP/1.1" 200 533 0.018821 10.0.0.38 - - [2024-10-17 02:27:09] "POST /fqname-to-id HTTP/1.1" 404 197 0.003702 10.0.0.38 - - [2024-10-17 02:27:09] "POST /node-profiles HTTP/1.1" 200 557 0.019345 10.0.0.38 - - [2024-10-17 02:27:09] "POST /fqname-to-id HTTP/1.1" 404 206 0.003471 10.0.0.38 - - [2024-10-17 02:27:09] "POST /telemetry-profiles HTTP/1.1" 200 554 0.018555 10.0.0.38 - - [2024-10-17 02:27:10] "POST /fqname-to-id HTTP/1.1" 404 206 0.003398 10.0.0.38 - - [2024-10-17 02:27:10] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017805 10.0.0.38 - - [2024-10-17 02:27:10] "POST /fqname-to-id HTTP/1.1" 404 206 0.004062 10.0.0.38 - - [2024-10-17 02:27:10] "POST /telemetry-profiles HTTP/1.1" 200 554 0.019483 10.0.0.38 - - [2024-10-17 02:27:10] "POST /fqname-to-id HTTP/1.1" 404 206 0.003873 10.0.0.38 - - [2024-10-17 02:27:10] "POST /telemetry-profiles HTTP/1.1" 200 554 0.020328 10.0.0.38 - - [2024-10-17 02:27:10] "POST /fqname-to-id HTTP/1.1" 404 206 0.003553 10.0.0.38 - - [2024-10-17 02:27:10] "POST /telemetry-profiles HTTP/1.1" 200 554 0.020278 10.0.0.38 - - [2024-10-17 02:27:10] "POST /fqname-to-id HTTP/1.1" 404 206 0.003664 10.0.0.38 - - [2024-10-17 02:27:10] "POST /telemetry-profiles HTTP/1.1" 200 554 0.019436 10.0.0.38 - - [2024-10-17 02:27:10] "POST /fqname-to-id HTTP/1.1" 404 199 0.004119 10.0.0.38 - - [2024-10-17 02:27:10] "POST /sflow-profiles HTTP/1.1" 200 532 0.022615 10.0.0.38 - - [2024-10-17 02:27:10] "POST /fqname-to-id HTTP/1.1" 404 202 0.003557 10.0.0.38 - - [2024-10-17 02:27:10] "POST /sflow-profiles HTTP/1.1" 200 538 0.027678 10.0.0.38 - - [2024-10-17 02:27:10] "POST /fqname-to-id HTTP/1.1" 404 202 0.003613 10.0.0.38 - - [2024-10-17 02:27:10] "POST /sflow-profiles HTTP/1.1" 200 538 0.020419 10.0.0.38 - - [2024-10-17 02:27:10] "POST /fqname-to-id HTTP/1.1" 404 199 0.004086 10.0.0.38 - - [2024-10-17 02:27:11] "POST /grpc-profiles HTTP/1.1" 200 530 0.019570 10.0.0.38 - - [2024-10-17 02:27:11] "POST /fqname-to-id HTTP/1.1" 404 199 0.003430 10.0.0.38 - - [2024-10-17 02:27:11] "POST /snmp-profiles HTTP/1.1" 200 530 0.019451 10.0.0.38 - - [2024-10-17 02:27:11] "POST /fqname-to-id HTTP/1.1" 404 202 0.003898 10.0.0.38 - - [2024-10-17 02:27:11] "POST /netconf-profiles HTTP/1.1" 200 542 0.020064 10.0.0.38 - - [2024-10-17 02:27:11] "POST /fqname-to-id HTTP/1.1" 404 193 0.003502 10.0.0.38 - - [2024-10-17 02:27:11] "POST /device-functional-groups HTTP/1.1" 200 540 0.023565 10.0.0.38 - - [2024-10-17 02:27:11] "POST /fqname-to-id HTTP/1.1" 404 193 0.003679 10.0.0.38 - - [2024-10-17 02:27:11] "POST /device-functional-groups HTTP/1.1" 200 540 0.019743 10.0.0.38 - - [2024-10-17 02:27:11] "POST /fqname-to-id HTTP/1.1" 404 195 0.003417 10.0.0.38 - - [2024-10-17 02:27:11] "POST /device-functional-groups HTTP/1.1" 200 544 0.276635 10.0.0.38 - - [2024-10-17 02:27:11] "POST /fqname-to-id HTTP/1.1" 404 194 0.003810 10.0.0.38 - - [2024-10-17 02:27:11] "POST /device-functional-groups HTTP/1.1" 200 542 0.019962 10.0.0.38 - - [2024-10-17 02:27:12] "POST /fqname-to-id HTTP/1.1" 404 218 0.003471 10.0.0.38 - - [2024-10-17 02:27:12] "POST /device-functional-groups HTTP/1.1" 200 590 0.019674 10.0.0.38 - - [2024-10-17 02:27:12] "POST /fqname-to-id HTTP/1.1" 404 208 0.003762 10.0.0.38 - - [2024-10-17 02:27:12] "POST /device-functional-groups HTTP/1.1" 200 570 0.019917 10.0.0.38 - - [2024-10-17 02:27:12] "POST /fqname-to-id HTTP/1.1" 404 236 0.003869 10.0.0.38 - - [2024-10-17 02:27:12] "POST /device-functional-groups HTTP/1.1" 200 620 0.020835 10.0.0.38 - - [2024-10-17 02:27:12] "POST /fqname-to-id HTTP/1.1" 404 206 0.003637 10.0.0.38 - - [2024-10-17 02:27:12] "POST /device-functional-groups HTTP/1.1" 200 566 0.019239 10.0.0.38 - - [2024-10-17 02:27:12] "POST /fqname-to-id HTTP/1.1" 404 205 0.003630 10.0.0.38 - - [2024-10-17 02:27:12] "POST /device-functional-groups HTTP/1.1" 200 564 0.021450 10.0.0.38 - - [2024-10-17 02:27:12] "POST /fqname-to-id HTTP/1.1" 404 210 0.004232 10.0.0.38 - - [2024-10-17 02:27:12] "POST /device-functional-groups HTTP/1.1" 200 574 0.021794 10.0.0.38 - - [2024-10-17 02:27:12] "POST /fqname-to-id HTTP/1.1" 404 201 0.004356 10.0.0.38 - - [2024-10-17 02:27:12] "POST /role-configs HTTP/1.1" 200 525 0.025812 10.0.0.38 - - [2024-10-17 02:27:12] "POST /fqname-to-id HTTP/1.1" 404 196 0.004048 10.0.0.38 - - [2024-10-17 02:27:12] "POST /role-configs HTTP/1.1" 200 520 0.022928 10.0.0.38 - - [2024-10-17 02:27:12] "POST /fqname-to-id HTTP/1.1" 404 198 0.004107 10.0.0.38 - - [2024-10-17 02:27:13] "POST /role-configs HTTP/1.1" 200 522 0.021481 10.0.0.38 - - [2024-10-17 02:27:13] "POST /fqname-to-id HTTP/1.1" 404 198 0.004023 10.0.0.38 - - [2024-10-17 02:27:13] "POST /role-configs HTTP/1.1" 200 522 0.022818 10.0.0.38 - - [2024-10-17 02:27:13] "POST /fqname-to-id HTTP/1.1" 404 202 0.004286 10.0.0.38 - - [2024-10-17 02:27:13] "POST /role-configs HTTP/1.1" 200 526 0.019696 10.0.0.38 - - [2024-10-17 02:27:13] "POST /fqname-to-id HTTP/1.1" 404 197 0.003483 10.0.0.38 - - [2024-10-17 02:27:13] "POST /role-configs HTTP/1.1" 200 521 0.019227 10.0.0.38 - - [2024-10-17 02:27:13] "POST /fqname-to-id HTTP/1.1" 404 193 0.003386 10.0.0.38 - - [2024-10-17 02:27:13] "POST /role-configs HTTP/1.1" 200 517 0.020819 10.0.0.38 - - [2024-10-17 02:27:13] "POST /fqname-to-id HTTP/1.1" 404 194 0.003594 10.0.0.38 - - [2024-10-17 02:27:13] "POST /role-configs HTTP/1.1" 200 518 0.023493 10.0.0.38 - - [2024-10-17 02:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004694 10.0.0.38 - - [2024-10-17 02:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.38 - - [2024-10-17 02:27:13] "POST /ref-update HTTP/1.1" 200 156 0.015378 10.0.0.38 - - [2024-10-17 02:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004521 10.0.0.38 - - [2024-10-17 02:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.38 - - [2024-10-17 02:27:13] "POST /ref-update HTTP/1.1" 200 156 0.010245 10.0.0.38 - - [2024-10-17 02:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004794 10.0.0.38 - - [2024-10-17 02:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004964 10.0.0.38 - - [2024-10-17 02:27:14] "POST /ref-update HTTP/1.1" 200 156 0.010235 10.0.0.38 - - [2024-10-17 02:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.38 - - [2024-10-17 02:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.38 - - [2024-10-17 02:27:14] "POST /ref-update HTTP/1.1" 200 156 0.012352 10.0.0.38 - - [2024-10-17 02:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.38 - - [2024-10-17 02:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.38 - - [2024-10-17 02:27:14] "POST /ref-update HTTP/1.1" 200 156 0.010984 10.0.0.38 - - [2024-10-17 02:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004704 10.0.0.38 - - [2024-10-17 02:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.38 - - [2024-10-17 02:27:14] "POST /ref-update HTTP/1.1" 200 156 0.010592 10.0.0.38 - - [2024-10-17 02:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.38 - - [2024-10-17 02:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.38 - - [2024-10-17 02:27:14] "POST /ref-update HTTP/1.1" 200 156 0.010693 10.0.0.38 - - [2024-10-17 02:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.38 - - [2024-10-17 02:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.38 - - [2024-10-17 02:27:14] "POST /ref-update HTTP/1.1" 200 156 0.010985 10.0.0.38 - - [2024-10-17 02:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.38 - - [2024-10-17 02:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.38 - - [2024-10-17 02:27:15] "POST /ref-update HTTP/1.1" 200 156 0.012357 10.0.0.38 - - [2024-10-17 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004213 10.0.0.38 - - [2024-10-17 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.38 - - [2024-10-17 02:27:15] "POST /ref-update HTTP/1.1" 200 156 0.010740 10.0.0.38 - - [2024-10-17 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.38 - - [2024-10-17 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004165 10.0.0.38 - - [2024-10-17 02:27:15] "POST /ref-update HTTP/1.1" 200 156 0.010049 10.0.0.38 - - [2024-10-17 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.38 - - [2024-10-17 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.38 - - [2024-10-17 02:27:15] "POST /ref-update HTTP/1.1" 200 156 0.011715 10.0.0.38 - - [2024-10-17 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.38 - - [2024-10-17 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004464 10.0.0.38 - - [2024-10-17 02:27:15] "POST /ref-update HTTP/1.1" 200 156 0.011358 10.0.0.38 - - [2024-10-17 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.38 - - [2024-10-17 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005552 10.0.0.38 - - [2024-10-17 02:27:15] "POST /ref-update HTTP/1.1" 200 156 0.011182 10.0.0.38 - - [2024-10-17 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004176 10.0.0.38 - - [2024-10-17 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.38 - - [2024-10-17 02:27:15] "POST /ref-update HTTP/1.1" 200 156 0.009665 10.0.0.38 - - [2024-10-17 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.38 - - [2024-10-17 02:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.38 - - [2024-10-17 02:27:16] "POST /ref-update HTTP/1.1" 200 156 0.008740 10.0.0.38 - - [2024-10-17 02:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.38 - - [2024-10-17 02:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.38 - - [2024-10-17 02:27:16] "POST /ref-update HTTP/1.1" 200 156 0.008448 10.0.0.38 - - [2024-10-17 02:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.38 - - [2024-10-17 02:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.38 - - [2024-10-17 02:27:16] "POST /ref-update HTTP/1.1" 200 156 0.009771 10.0.0.38 - - [2024-10-17 02:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.38 - - [2024-10-17 02:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.38 - - [2024-10-17 02:27:16] "POST /ref-update HTTP/1.1" 200 156 0.010876 10.0.0.38 - - [2024-10-17 02:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004172 10.0.0.38 - - [2024-10-17 02:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004422 10.0.0.38 - - [2024-10-17 02:27:16] "POST /ref-update HTTP/1.1" 200 156 0.008705 10.0.0.38 - - [2024-10-17 02:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.38 - - [2024-10-17 02:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.38 - - [2024-10-17 02:27:16] "POST /ref-update HTTP/1.1" 200 156 0.009123 10.0.0.38 - - [2024-10-17 02:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.38 - - [2024-10-17 02:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.38 - - [2024-10-17 02:27:17] "POST /ref-update HTTP/1.1" 200 156 0.009877 10.0.0.38 - - [2024-10-17 02:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.38 - - [2024-10-17 02:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.38 - - [2024-10-17 02:27:17] "POST /ref-update HTTP/1.1" 200 156 0.008707 10.0.0.38 - - [2024-10-17 02:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.38 - - [2024-10-17 02:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.38 - - [2024-10-17 02:27:17] "POST /ref-update HTTP/1.1" 200 156 0.008160 10.0.0.38 - - [2024-10-17 02:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.38 - - [2024-10-17 02:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004335 10.0.0.38 - - [2024-10-17 02:27:17] "POST /ref-update HTTP/1.1" 200 156 0.010700 10.0.0.38 - - [2024-10-17 02:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.38 - - [2024-10-17 02:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.38 - - [2024-10-17 02:27:17] "POST /ref-update HTTP/1.1" 200 156 0.010146 10.0.0.38 - - [2024-10-17 02:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.38 - - [2024-10-17 02:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.38 - - [2024-10-17 02:27:17] "POST /ref-update HTTP/1.1" 200 156 0.009860 10.0.0.38 - - [2024-10-17 02:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.38 - - [2024-10-17 02:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004418 10.0.0.38 - - [2024-10-17 02:27:17] "POST /ref-update HTTP/1.1" 200 156 0.009111 10.0.0.38 - - [2024-10-17 02:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.38 - - [2024-10-17 02:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.38 - - [2024-10-17 02:27:18] "POST /ref-update HTTP/1.1" 200 156 0.009622 10.0.0.38 - - [2024-10-17 02:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.38 - - [2024-10-17 02:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.38 - - [2024-10-17 02:27:18] "POST /ref-update HTTP/1.1" 200 156 0.009475 10.0.0.38 - - [2024-10-17 02:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.38 - - [2024-10-17 02:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.38 - - [2024-10-17 02:27:18] "POST /ref-update HTTP/1.1" 200 156 0.008826 10.0.0.38 - - [2024-10-17 02:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.38 - - [2024-10-17 02:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129 10.0.0.38 - - [2024-10-17 02:27:18] "POST /ref-update HTTP/1.1" 200 156 0.009783 10.0.0.38 - - [2024-10-17 02:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004770 10.0.0.38 - - [2024-10-17 02:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004925 10.0.0.38 - - [2024-10-17 02:27:18] "POST /ref-update HTTP/1.1" 200 156 0.010769 10.0.0.38 - - [2024-10-17 02:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.38 - - [2024-10-17 02:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004409 10.0.0.38 - - [2024-10-17 02:27:18] "POST /ref-update HTTP/1.1" 200 156 0.009472 10.0.0.38 - - [2024-10-17 02:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.38 - - [2024-10-17 02:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004262 10.0.0.38 - - [2024-10-17 02:27:18] "POST /ref-update HTTP/1.1" 200 156 0.009758 10.0.0.38 - - [2024-10-17 02:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004415 10.0.0.38 - - [2024-10-17 02:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.38 - - [2024-10-17 02:27:19] "POST /ref-update HTTP/1.1" 200 156 0.008613 10.0.0.38 - - [2024-10-17 02:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.38 - - [2024-10-17 02:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.38 - - [2024-10-17 02:27:19] "POST /ref-update HTTP/1.1" 200 156 0.008668 10.0.0.38 - - [2024-10-17 02:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.38 - - [2024-10-17 02:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.38 - - [2024-10-17 02:27:19] "POST /ref-update HTTP/1.1" 200 156 0.009139 10.0.0.38 - - [2024-10-17 02:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.38 - - [2024-10-17 02:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.38 - - [2024-10-17 02:27:19] "POST /ref-update HTTP/1.1" 200 156 0.011039 10.0.0.38 - - [2024-10-17 02:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.38 - - [2024-10-17 02:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004581 10.0.0.38 - - [2024-10-17 02:27:19] "POST /ref-update HTTP/1.1" 200 156 0.009447 10.0.0.38 - - [2024-10-17 02:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.38 - - [2024-10-17 02:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021 10.0.0.38 - - [2024-10-17 02:27:19] "POST /ref-update HTTP/1.1" 200 156 0.009888 10.0.0.38 - - [2024-10-17 02:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.38 - - [2024-10-17 02:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.38 - - [2024-10-17 02:27:20] "POST /ref-update HTTP/1.1" 200 156 0.008783 10.0.0.38 - - [2024-10-17 02:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.38 - - [2024-10-17 02:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.38 - - [2024-10-17 02:27:20] "POST /ref-update HTTP/1.1" 200 156 0.011730 10.0.0.38 - - [2024-10-17 02:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004471 10.0.0.38 - - [2024-10-17 02:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.38 - - [2024-10-17 02:27:20] "POST /ref-update HTTP/1.1" 200 156 0.010368 10.0.0.38 - - [2024-10-17 02:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.38 - - [2024-10-17 02:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.38 - - [2024-10-17 02:27:20] "POST /ref-update HTTP/1.1" 200 156 0.009436 10.0.0.38 - - [2024-10-17 02:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004473 10.0.0.38 - - [2024-10-17 02:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.38 - - [2024-10-17 02:27:20] "POST /ref-update HTTP/1.1" 200 156 0.011474 10.0.0.38 - - [2024-10-17 02:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004744 10.0.0.38 - - [2024-10-17 02:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.38 - - [2024-10-17 02:27:20] "POST /ref-update HTTP/1.1" 200 156 0.008902 10.0.0.38 - - [2024-10-17 02:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.38 - - [2024-10-17 02:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.38 - - [2024-10-17 02:27:20] "POST /ref-update HTTP/1.1" 200 156 0.009705 10.0.0.38 - - [2024-10-17 02:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.38 - - [2024-10-17 02:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004109 10.0.0.38 - - [2024-10-17 02:27:21] "POST /ref-update HTTP/1.1" 200 156 0.010204 10.0.0.38 - - [2024-10-17 02:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.38 - - [2024-10-17 02:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.38 - - [2024-10-17 02:27:21] "POST /ref-update HTTP/1.1" 200 156 0.010896 10.0.0.38 - - [2024-10-17 02:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.38 - - [2024-10-17 02:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.38 - - [2024-10-17 02:27:21] "POST /ref-update HTTP/1.1" 200 156 0.008762 10.0.0.38 - - [2024-10-17 02:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.38 - - [2024-10-17 02:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.38 - - [2024-10-17 02:27:21] "POST /ref-update HTTP/1.1" 200 156 0.009444 10.0.0.38 - - [2024-10-17 02:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.38 - - [2024-10-17 02:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.38 - - [2024-10-17 02:27:21] "POST /ref-update HTTP/1.1" 200 156 0.009735 10.0.0.38 - - [2024-10-17 02:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.38 - - [2024-10-17 02:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.38 - - [2024-10-17 02:27:21] "POST /ref-update HTTP/1.1" 200 156 0.008496 10.0.0.38 - - [2024-10-17 02:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.38 - - [2024-10-17 02:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.38 - - [2024-10-17 02:27:22] "POST /ref-update HTTP/1.1" 200 156 0.008466 10.0.0.38 - - [2024-10-17 02:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.38 - - [2024-10-17 02:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.38 - - [2024-10-17 02:27:22] "POST /ref-update HTTP/1.1" 200 156 0.008458 10.0.0.38 - - [2024-10-17 02:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.38 - - [2024-10-17 02:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.38 - - [2024-10-17 02:27:22] "POST /ref-update HTTP/1.1" 200 156 0.009818 10.0.0.38 - - [2024-10-17 02:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.38 - - [2024-10-17 02:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004241 10.0.0.38 - - [2024-10-17 02:27:22] "POST /ref-update HTTP/1.1" 200 156 0.009666 10.0.0.38 - - [2024-10-17 02:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005094 10.0.0.38 - - [2024-10-17 02:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004029 10.0.0.38 - - [2024-10-17 02:27:22] "POST /ref-update HTTP/1.1" 200 156 0.009146 10.0.0.38 - - [2024-10-17 02:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.38 - - [2024-10-17 02:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004229 10.0.0.38 - - [2024-10-17 02:27:22] "POST /ref-update HTTP/1.1" 200 156 0.010226 10.0.0.38 - - [2024-10-17 02:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.38 - - [2024-10-17 02:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004921 10.0.0.38 - - [2024-10-17 02:27:22] "POST /ref-update HTTP/1.1" 200 156 0.011155 10.0.0.38 - - [2024-10-17 02:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.38 - - [2024-10-17 02:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.38 - - [2024-10-17 02:27:23] "POST /ref-update HTTP/1.1" 200 156 0.008466 10.0.0.38 - - [2024-10-17 02:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004082 10.0.0.38 - - [2024-10-17 02:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.38 - - [2024-10-17 02:27:23] "POST /ref-update HTTP/1.1" 200 156 0.009434 10.0.0.38 - - [2024-10-17 02:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.38 - - [2024-10-17 02:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.38 - - [2024-10-17 02:27:23] "POST /ref-update HTTP/1.1" 200 156 0.009568 10.0.0.38 - - [2024-10-17 02:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.38 - - [2024-10-17 02:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.38 - - [2024-10-17 02:27:23] "POST /ref-update HTTP/1.1" 200 156 0.009569 10.0.0.38 - - [2024-10-17 02:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.38 - - [2024-10-17 02:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004282 10.0.0.38 - - [2024-10-17 02:27:23] "POST /ref-update HTTP/1.1" 200 156 0.011911 10.0.0.38 - - [2024-10-17 02:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.38 - - [2024-10-17 02:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.38 - - [2024-10-17 02:27:23] "POST /ref-update HTTP/1.1" 200 156 0.009437 10.0.0.38 - - [2024-10-17 02:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004508 10.0.0.38 - - [2024-10-17 02:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004476 10.0.0.38 - - [2024-10-17 02:27:24] "POST /ref-update HTTP/1.1" 200 156 0.009936 10.0.0.38 - - [2024-10-17 02:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.38 - - [2024-10-17 02:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.38 - - [2024-10-17 02:27:24] "POST /ref-update HTTP/1.1" 200 156 0.009655 10.0.0.38 - - [2024-10-17 02:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.38 - - [2024-10-17 02:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.38 - - [2024-10-17 02:27:24] "POST /ref-update HTTP/1.1" 200 156 0.009135 10.0.0.38 - - [2024-10-17 02:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.38 - - [2024-10-17 02:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.38 - - [2024-10-17 02:27:24] "POST /ref-update HTTP/1.1" 200 156 0.010538 10.0.0.38 - - [2024-10-17 02:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004412 10.0.0.38 - - [2024-10-17 02:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.38 - - [2024-10-17 02:27:24] "POST /ref-update HTTP/1.1" 200 156 0.009790 10.0.0.38 - - [2024-10-17 02:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.38 - - [2024-10-17 02:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004360 10.0.0.38 - - [2024-10-17 02:27:24] "POST /ref-update HTTP/1.1" 200 156 0.009552 10.0.0.38 - - [2024-10-17 02:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004228 10.0.0.38 - - [2024-10-17 02:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004441 10.0.0.38 - - [2024-10-17 02:27:25] "POST /ref-update HTTP/1.1" 200 156 0.011155 10.0.0.38 - - [2024-10-17 02:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.38 - - [2024-10-17 02:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.38 - - [2024-10-17 02:27:25] "POST /ref-update HTTP/1.1" 200 156 0.009354 10.0.0.38 - - [2024-10-17 02:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.38 - - [2024-10-17 02:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.38 - - [2024-10-17 02:27:25] "POST /ref-update HTTP/1.1" 200 156 0.011714 10.0.0.38 - - [2024-10-17 02:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004420 10.0.0.38 - - [2024-10-17 02:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.38 - - [2024-10-17 02:27:25] "POST /ref-update HTTP/1.1" 200 156 0.009612 10.0.0.38 - - [2024-10-17 02:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.38 - - [2024-10-17 02:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.38 - - [2024-10-17 02:27:25] "POST /ref-update HTTP/1.1" 200 156 0.011209 10.0.0.38 - - [2024-10-17 02:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004805 10.0.0.38 - - [2024-10-17 02:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004844 10.0.0.38 - - [2024-10-17 02:27:25] "POST /ref-update HTTP/1.1" 200 156 0.010406 10.0.0.38 - - [2024-10-17 02:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.38 - - [2024-10-17 02:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.38 - - [2024-10-17 02:27:25] "POST /ref-update HTTP/1.1" 200 156 0.008818 10.0.0.38 - - [2024-10-17 02:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.38 - - [2024-10-17 02:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.38 - - [2024-10-17 02:27:26] "POST /ref-update HTTP/1.1" 200 156 0.009482 10.0.0.38 - - [2024-10-17 02:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.38 - - [2024-10-17 02:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.38 - - [2024-10-17 02:27:26] "POST /ref-update HTTP/1.1" 200 156 0.012195 10.0.0.38 - - [2024-10-17 02:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004007 10.0.0.38 - - [2024-10-17 02:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004029 10.0.0.38 - - [2024-10-17 02:27:26] "POST /ref-update HTTP/1.1" 200 156 0.010682 10.0.0.38 - - [2024-10-17 02:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.38 - - [2024-10-17 02:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.38 - - [2024-10-17 02:27:26] "POST /ref-update HTTP/1.1" 200 156 0.008618 10.0.0.38 - - [2024-10-17 02:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004342 10.0.0.38 - - [2024-10-17 02:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004621 10.0.0.38 - - [2024-10-17 02:27:26] "POST /ref-update HTTP/1.1" 200 156 0.010847 10.0.0.38 - - [2024-10-17 02:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.38 - - [2024-10-17 02:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004716 10.0.0.38 - - [2024-10-17 02:27:26] "POST /ref-update HTTP/1.1" 200 156 0.010635 10.0.0.38 - - [2024-10-17 02:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021 10.0.0.38 - - [2024-10-17 02:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.38 - - [2024-10-17 02:27:27] "POST /ref-update HTTP/1.1" 200 156 0.009103 10.0.0.38 - - [2024-10-17 02:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.38 - - [2024-10-17 02:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.38 - - [2024-10-17 02:27:27] "POST /ref-update HTTP/1.1" 200 156 0.009427 10.0.0.38 - - [2024-10-17 02:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.38 - - [2024-10-17 02:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.38 - - [2024-10-17 02:27:27] "POST /ref-update HTTP/1.1" 200 156 0.008571 10.0.0.38 - - [2024-10-17 02:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.38 - - [2024-10-17 02:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004363 10.0.0.38 - - [2024-10-17 02:27:27] "POST /ref-update HTTP/1.1" 200 156 0.020514 10.0.0.38 - - [2024-10-17 02:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.38 - - [2024-10-17 02:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005025 10.0.0.38 - - [2024-10-17 02:27:27] "POST /ref-update HTTP/1.1" 200 156 0.011024 10.0.0.38 - - [2024-10-17 02:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004631 10.0.0.38 - - [2024-10-17 02:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004482 10.0.0.38 - - [2024-10-17 02:27:27] "POST /ref-update HTTP/1.1" 200 156 0.011826 10.0.0.38 - - [2024-10-17 02:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005293 10.0.0.38 - - [2024-10-17 02:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004220 10.0.0.38 - - [2024-10-17 02:27:27] "POST /ref-update HTTP/1.1" 200 156 0.009206 10.0.0.38 - - [2024-10-17 02:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.38 - - [2024-10-17 02:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.38 - - [2024-10-17 02:27:28] "POST /ref-update HTTP/1.1" 200 156 0.009893 10.0.0.38 - - [2024-10-17 02:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.38 - - [2024-10-17 02:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.38 - - [2024-10-17 02:27:28] "POST /ref-update HTTP/1.1" 200 156 0.008857 10.0.0.38 - - [2024-10-17 02:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.38 - - [2024-10-17 02:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.38 - - [2024-10-17 02:27:28] "POST /ref-update HTTP/1.1" 200 156 0.009052 10.0.0.38 - - [2024-10-17 02:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.38 - - [2024-10-17 02:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.38 - - [2024-10-17 02:27:28] "POST /ref-update HTTP/1.1" 200 156 0.039027 10.0.0.38 - - [2024-10-17 02:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005053 10.0.0.38 - - [2024-10-17 02:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.38 - - [2024-10-17 02:27:28] "POST /ref-update HTTP/1.1" 200 156 0.012004 10.0.0.38 - - [2024-10-17 02:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004368 10.0.0.38 - - [2024-10-17 02:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.38 - - [2024-10-17 02:27:28] "POST /ref-update HTTP/1.1" 200 156 0.010213 10.0.0.38 - - [2024-10-17 02:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.38 - - [2024-10-17 02:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.38 - - [2024-10-17 02:27:29] "POST /ref-update HTTP/1.1" 200 156 0.010221 10.0.0.38 - - [2024-10-17 02:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.38 - - [2024-10-17 02:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004884 10.0.0.38 - - [2024-10-17 02:27:29] "POST /ref-update HTTP/1.1" 200 156 0.009264 10.0.0.38 - - [2024-10-17 02:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.38 - - [2024-10-17 02:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.38 - - [2024-10-17 02:27:29] "POST /ref-update HTTP/1.1" 200 156 0.010398 10.0.0.38 - - [2024-10-17 02:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.38 - - [2024-10-17 02:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.38 - - [2024-10-17 02:27:29] "POST /ref-update HTTP/1.1" 200 156 0.010586 10.0.0.38 - - [2024-10-17 02:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004945 10.0.0.38 - - [2024-10-17 02:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004605 10.0.0.38 - - [2024-10-17 02:27:29] "POST /ref-update HTTP/1.1" 200 156 0.010464 10.0.0.38 - - [2024-10-17 02:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.38 - - [2024-10-17 02:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004529 10.0.0.38 - - [2024-10-17 02:27:29] "POST /ref-update HTTP/1.1" 200 156 0.010679 10.0.0.38 - - [2024-10-17 02:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.38 - - [2024-10-17 02:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.38 - - [2024-10-17 02:27:30] "POST /ref-update HTTP/1.1" 200 156 0.009760 10.0.0.38 - - [2024-10-17 02:27:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.38 - - [2024-10-17 02:27:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.38 - - [2024-10-17 02:27:30] "POST /ref-update HTTP/1.1" 200 156 0.008568 10.0.0.38 - - [2024-10-17 02:27:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.38 - - [2024-10-17 02:27:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.38 - - [2024-10-17 02:27:30] "POST /ref-update HTTP/1.1" 200 156 0.009884 10.0.0.38 - - [2024-10-17 02:27:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004135 10.0.0.38 - - [2024-10-17 02:27:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.38 - - [2024-10-17 02:27:30] "POST /ref-update HTTP/1.1" 200 156 0.009057 10.0.0.38 - - [2024-10-17 02:27:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.38 - - [2024-10-17 02:27:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.38 - - [2024-10-17 02:27:30] "POST /ref-update HTTP/1.1" 200 156 0.012084 10.0.0.38 - - [2024-10-17 02:27:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005053 10.0.0.38 - - [2024-10-17 02:27:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.38 - - [2024-10-17 02:27:30] "POST /ref-update HTTP/1.1" 200 156 0.010126 10.0.0.38 - - [2024-10-17 02:27:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004427 10.0.0.38 - - [2024-10-17 02:27:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.007163 10.0.0.38 - - [2024-10-17 02:27:30] "POST /ref-update HTTP/1.1" 200 156 0.009761 10.0.0.38 - - [2024-10-17 02:27:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.38 - - [2024-10-17 02:27:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.38 - - [2024-10-17 02:27:31] "POST /ref-update HTTP/1.1" 200 156 0.009710 10.0.0.38 - - [2024-10-17 02:27:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.38 - - [2024-10-17 02:27:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.38 - - [2024-10-17 02:27:31] "POST /ref-update HTTP/1.1" 200 156 0.009330 10.0.0.38 - - [2024-10-17 02:27:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.38 - - [2024-10-17 02:27:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.38 - - [2024-10-17 02:27:31] "POST /ref-update HTTP/1.1" 200 156 0.009017 10.0.0.38 - - [2024-10-17 02:27:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.38 - - [2024-10-17 02:27:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.38 - - [2024-10-17 02:27:31] "POST /ref-update HTTP/1.1" 200 156 0.008258 10.0.0.38 - - [2024-10-17 02:27:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.38 - - [2024-10-17 02:27:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.38 - - [2024-10-17 02:27:31] "POST /ref-update HTTP/1.1" 200 156 0.010860 10.0.0.38 - - [2024-10-17 02:27:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.38 - - [2024-10-17 02:27:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.38 - - [2024-10-17 02:27:31] "POST /ref-update HTTP/1.1" 200 156 0.008334 10.0.0.38 - - [2024-10-17 02:27:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.38 - - [2024-10-17 02:27:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.38 - - [2024-10-17 02:27:32] "POST /ref-update HTTP/1.1" 200 156 0.009459 10.0.0.38 - - [2024-10-17 02:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.38 - - [2024-10-17 02:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004173 10.0.0.38 - - [2024-10-17 02:27:32] "POST /ref-update HTTP/1.1" 200 156 0.014706 10.0.0.38 - - [2024-10-17 02:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.38 - - [2024-10-17 02:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.38 - - [2024-10-17 02:27:32] "POST /ref-update HTTP/1.1" 200 156 0.009654 10.0.0.38 - - [2024-10-17 02:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.38 - - [2024-10-17 02:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.38 - - [2024-10-17 02:27:32] "POST /ref-update HTTP/1.1" 200 156 0.009187 10.0.0.38 - - [2024-10-17 02:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.38 - - [2024-10-17 02:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.38 - - [2024-10-17 02:27:32] "POST /ref-update HTTP/1.1" 200 156 0.011848 10.0.0.38 - - [2024-10-17 02:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.38 - - [2024-10-17 02:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.38 - - [2024-10-17 02:27:32] "POST /ref-update HTTP/1.1" 200 156 0.012399 10.0.0.38 - - [2024-10-17 02:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004551 10.0.0.38 - - [2024-10-17 02:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.38 - - [2024-10-17 02:27:32] "POST /ref-update HTTP/1.1" 200 156 0.012136 10.0.0.38 - - [2024-10-17 02:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.38 - - [2024-10-17 02:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.38 - - [2024-10-17 02:27:33] "POST /ref-update HTTP/1.1" 200 156 0.010247 10.0.0.38 - - [2024-10-17 02:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.38 - - [2024-10-17 02:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.38 - - [2024-10-17 02:27:33] "POST /ref-update HTTP/1.1" 200 156 0.008606 10.0.0.38 - - [2024-10-17 02:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.38 - - [2024-10-17 02:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004550 10.0.0.38 - - [2024-10-17 02:27:33] "POST /ref-update HTTP/1.1" 200 156 0.009044 10.0.0.38 - - [2024-10-17 02:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.38 - - [2024-10-17 02:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.38 - - [2024-10-17 02:27:33] "POST /ref-update HTTP/1.1" 200 156 0.009311 10.0.0.38 - - [2024-10-17 02:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004416 10.0.0.38 - - [2024-10-17 02:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.38 - - [2024-10-17 02:27:33] "POST /ref-update HTTP/1.1" 200 156 0.009061 10.0.0.38 - - [2024-10-17 02:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.38 - - [2024-10-17 02:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.38 - - [2024-10-17 02:27:33] "POST /ref-update HTTP/1.1" 200 156 0.009619 10.0.0.38 - - [2024-10-17 02:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.38 - - [2024-10-17 02:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.38 - - [2024-10-17 02:27:34] "POST /ref-update HTTP/1.1" 200 156 0.009155 10.0.0.38 - - [2024-10-17 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.38 - - [2024-10-17 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.38 - - [2024-10-17 02:27:34] "POST /ref-update HTTP/1.1" 200 156 0.010462 10.0.0.38 - - [2024-10-17 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.38 - - [2024-10-17 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.38 - - [2024-10-17 02:27:34] "POST /ref-update HTTP/1.1" 200 156 0.009145 10.0.0.38 - - [2024-10-17 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.38 - - [2024-10-17 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.38 - - [2024-10-17 02:27:34] "GET /global-system-configs HTTP/1.1" 200 322 0.686742 10.0.0.38 - - [2024-10-17 02:27:34] "GET /global-system-configs HTTP/1.1" 200 322 0.042951 10.0.0.38 - - [2024-10-17 02:27:34] "POST /ref-update HTTP/1.1" 200 156 0.009142 10.0.0.38 - - [2024-10-17 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021 10.0.0.38 - - [2024-10-17 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004334 10.0.0.38 - - [2024-10-17 02:27:34] "POST /ref-update HTTP/1.1" 200 156 0.009947 10.0.0.38 - - [2024-10-17 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.38 - - [2024-10-17 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.38 - - [2024-10-17 02:27:34] "POST /ref-update HTTP/1.1" 200 156 0.009960 10.0.0.38 - - [2024-10-17 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928 10.0.0.38 - - [2024-10-17 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.38 - - [2024-10-17 02:27:34] "POST /ref-update HTTP/1.1" 200 156 0.010773 10.0.0.38 - - [2024-10-17 02:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.38 - - [2024-10-17 02:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.38 - - [2024-10-17 02:27:35] "POST /ref-update HTTP/1.1" 200 156 0.009703 10.0.0.38 - - [2024-10-17 02:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.38 - - [2024-10-17 02:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.38 - - [2024-10-17 02:27:35] "POST /ref-update HTTP/1.1" 200 156 0.009685 10.0.0.38 - - [2024-10-17 02:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.38 - - [2024-10-17 02:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.38 - - [2024-10-17 02:27:35] "POST /ref-update HTTP/1.1" 200 156 0.009388 10.0.0.38 - - [2024-10-17 02:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.38 - - [2024-10-17 02:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004519 10.0.0.38 - - [2024-10-17 02:27:35] "POST /ref-update HTTP/1.1" 200 156 0.011306 10.0.0.38 - - [2024-10-17 02:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047 10.0.0.38 - - [2024-10-17 02:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004321 10.0.0.38 - - [2024-10-17 02:27:35] "POST /ref-update HTTP/1.1" 200 156 0.008851 10.0.0.38 - - [2024-10-17 02:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.38 - - [2024-10-17 02:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.38 - - [2024-10-17 02:27:35] "POST /ref-update HTTP/1.1" 200 156 0.008578 10.0.0.38 - - [2024-10-17 02:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.38 - - [2024-10-17 02:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.38 - - [2024-10-17 02:27:36] "POST /ref-update HTTP/1.1" 200 156 0.010265 10.0.0.38 - - [2024-10-17 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.38 - - [2024-10-17 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.38 - - [2024-10-17 02:27:36] "POST /ref-update HTTP/1.1" 200 156 0.009979 10.0.0.38 - - [2024-10-17 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004296 10.0.0.38 - - [2024-10-17 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.38 - - [2024-10-17 02:27:36] "POST /ref-update HTTP/1.1" 200 156 0.008914 10.0.0.38 - - [2024-10-17 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.38 - - [2024-10-17 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.38 - - [2024-10-17 02:27:36] "POST /ref-update HTTP/1.1" 200 156 0.009356 10.0.0.38 - - [2024-10-17 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.38 - - [2024-10-17 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004371 10.0.0.38 - - [2024-10-17 02:27:36] "POST /ref-update HTTP/1.1" 200 156 0.011130 10.0.0.38 - - [2024-10-17 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.38 - - [2024-10-17 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.38 - - [2024-10-17 02:27:36] "POST /ref-update HTTP/1.1" 200 156 0.009724 10.0.0.38 - - [2024-10-17 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.38 - - [2024-10-17 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.38 - - [2024-10-17 02:27:36] "POST /ref-update HTTP/1.1" 200 156 0.009895 10.0.0.38 - - [2024-10-17 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.38 - - [2024-10-17 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.38 - - [2024-10-17 02:27:37] "POST /ref-update HTTP/1.1" 200 156 0.010430 10.0.0.38 - - [2024-10-17 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.38 - - [2024-10-17 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.38 - - [2024-10-17 02:27:37] "POST /ref-update HTTP/1.1" 200 156 0.008648 10.0.0.38 - - [2024-10-17 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.38 - - [2024-10-17 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.38 - - [2024-10-17 02:27:37] "POST /ref-update HTTP/1.1" 200 156 0.008915 10.0.0.38 - - [2024-10-17 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.38 - - [2024-10-17 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.38 - - [2024-10-17 02:27:37] "POST /ref-update HTTP/1.1" 200 156 0.009307 10.0.0.38 - - [2024-10-17 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004802 10.0.0.38 - - [2024-10-17 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.38 - - [2024-10-17 02:27:37] "POST /ref-update HTTP/1.1" 200 156 0.009769 10.0.0.38 - - [2024-10-17 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004242 10.0.0.38 - - [2024-10-17 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.38 - - [2024-10-17 02:27:37] "POST /ref-update HTTP/1.1" 200 156 0.009487 10.0.0.38 - - [2024-10-17 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.38 - - [2024-10-17 02:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.38 - - [2024-10-17 02:27:38] "POST /ref-update HTTP/1.1" 200 156 0.008430 10.0.0.38 - - [2024-10-17 02:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.38 - - [2024-10-17 02:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.38 - - [2024-10-17 02:27:38] "POST /ref-update HTTP/1.1" 200 156 0.008893 10.0.0.38 - - [2024-10-17 02:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.38 - - [2024-10-17 02:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.38 - - [2024-10-17 02:27:38] "POST /ref-update HTTP/1.1" 200 156 0.009102 10.0.0.38 - - [2024-10-17 02:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.38 - - [2024-10-17 02:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.38 - - [2024-10-17 02:27:38] "POST /ref-update HTTP/1.1" 200 156 0.010318 10.0.0.38 - - [2024-10-17 02:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003985 10.0.0.38 - - [2024-10-17 02:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004005 10.0.0.38 - - [2024-10-17 02:27:38] "POST /ref-update HTTP/1.1" 200 156 0.009015 10.0.0.38 - - [2024-10-17 02:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.38 - - [2024-10-17 02:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004351 10.0.0.38 - - [2024-10-17 02:27:38] "POST /ref-update HTTP/1.1" 200 156 0.011041 10.0.0.38 - - [2024-10-17 02:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.38 - - [2024-10-17 02:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.38 - - [2024-10-17 02:27:38] "POST /ref-update HTTP/1.1" 200 156 0.008900 10.0.0.38 - - [2024-10-17 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.38 - - [2024-10-17 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.38 - - [2024-10-17 02:27:39] "POST /ref-update HTTP/1.1" 200 156 0.010764 10.0.0.38 - - [2024-10-17 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.38 - - [2024-10-17 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.38 - - [2024-10-17 02:27:39] "POST /ref-update HTTP/1.1" 200 156 0.008528 10.0.0.38 - - [2024-10-17 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.38 - - [2024-10-17 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.38 - - [2024-10-17 02:27:39] "POST /ref-update HTTP/1.1" 200 156 0.008712 10.0.0.38 - - [2024-10-17 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.38 - - [2024-10-17 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.38 - - [2024-10-17 02:27:39] "POST /ref-update HTTP/1.1" 200 156 0.009410 10.0.0.38 - - [2024-10-17 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.38 - - [2024-10-17 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.38 - - [2024-10-17 02:27:39] "POST /ref-update HTTP/1.1" 200 156 0.008051 10.0.0.38 - - [2024-10-17 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.38 - - [2024-10-17 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.38 - - [2024-10-17 02:27:39] "POST /ref-update HTTP/1.1" 200 156 0.008338 10.0.0.38 - - [2024-10-17 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.38 - - [2024-10-17 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.38 - - [2024-10-17 02:27:40] "POST /ref-update HTTP/1.1" 200 156 0.009985 10.0.0.38 - - [2024-10-17 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.38 - - [2024-10-17 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.38 - - [2024-10-17 02:27:40] "POST /ref-update HTTP/1.1" 200 156 0.009694 10.0.0.38 - - [2024-10-17 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.38 - - [2024-10-17 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.38 - - [2024-10-17 02:27:40] "POST /ref-update HTTP/1.1" 200 156 0.008747 10.0.0.38 - - [2024-10-17 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004358 10.0.0.38 - - [2024-10-17 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.38 - - [2024-10-17 02:27:40] "POST /ref-update HTTP/1.1" 200 156 0.010307 10.0.0.38 - - [2024-10-17 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.38 - - [2024-10-17 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004698 10.0.0.38 - - [2024-10-17 02:27:40] "POST /ref-update HTTP/1.1" 200 156 0.010302 10.0.0.38 - - [2024-10-17 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004141 10.0.0.38 - - [2024-10-17 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.38 - - [2024-10-17 02:27:40] "POST /ref-update HTTP/1.1" 200 156 0.011135 10.0.0.38 - - [2024-10-17 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.38 - - [2024-10-17 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.38 - - [2024-10-17 02:27:40] "POST /ref-update HTTP/1.1" 200 156 0.008817 10.0.0.38 - - [2024-10-17 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.38 - - [2024-10-17 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.38 - - [2024-10-17 02:27:41] "POST /ref-update HTTP/1.1" 200 156 0.008974 10.0.0.38 - - [2024-10-17 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.38 - - [2024-10-17 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.38 - - [2024-10-17 02:27:41] "POST /ref-update HTTP/1.1" 200 156 0.009195 10.0.0.38 - - [2024-10-17 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.38 - - [2024-10-17 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.38 - - [2024-10-17 02:27:41] "POST /ref-update HTTP/1.1" 200 156 0.010118 10.0.0.38 - - [2024-10-17 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.38 - - [2024-10-17 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.38 - - [2024-10-17 02:27:41] "POST /ref-update HTTP/1.1" 200 156 0.008867 10.0.0.38 - - [2024-10-17 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004427 10.0.0.38 - - [2024-10-17 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005486 10.0.0.38 - - [2024-10-17 02:27:41] "POST /ref-update HTTP/1.1" 200 156 0.011385 10.0.0.38 - - [2024-10-17 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.38 - - [2024-10-17 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.38 - - [2024-10-17 02:27:41] "POST /ref-update HTTP/1.1" 200 156 0.010433 10.0.0.38 - - [2024-10-17 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.38 - - [2024-10-17 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.38 - - [2024-10-17 02:27:42] "POST /ref-update HTTP/1.1" 200 156 0.009739 10.0.0.38 - - [2024-10-17 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.38 - - [2024-10-17 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004490 10.0.0.38 - - [2024-10-17 02:27:42] "POST /ref-update HTTP/1.1" 200 156 0.011170 10.0.0.38 - - [2024-10-17 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.38 - - [2024-10-17 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.38 - - [2024-10-17 02:27:42] "POST /ref-update HTTP/1.1" 200 156 0.011077 10.0.0.38 - - [2024-10-17 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.38 - - [2024-10-17 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.38 - - [2024-10-17 02:27:42] "POST /ref-update HTTP/1.1" 200 156 0.013705 10.0.0.38 - - [2024-10-17 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.38 - - [2024-10-17 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.38 - - [2024-10-17 02:27:42] "POST /ref-update HTTP/1.1" 200 156 0.012691 10.0.0.38 - - [2024-10-17 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.38 - - [2024-10-17 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.38 - - [2024-10-17 02:27:42] "POST /ref-update HTTP/1.1" 200 156 0.010625 10.0.0.38 - - [2024-10-17 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.38 - - [2024-10-17 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.38 - - [2024-10-17 02:27:42] "POST /ref-update HTTP/1.1" 200 156 0.013118 10.0.0.38 - - [2024-10-17 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.38 - - [2024-10-17 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.38 - - [2024-10-17 02:27:43] "POST /ref-update HTTP/1.1" 200 156 0.011388 10.0.0.38 - - [2024-10-17 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.38 - - [2024-10-17 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223 10.0.0.38 - - [2024-10-17 02:27:43] "POST /ref-update HTTP/1.1" 200 156 0.009606 10.0.0.38 - - [2024-10-17 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.38 - - [2024-10-17 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004266 10.0.0.38 - - [2024-10-17 02:27:43] "POST /ref-update HTTP/1.1" 200 156 0.009194 10.0.0.38 - - [2024-10-17 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.38 - - [2024-10-17 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003988 10.0.0.38 - - [2024-10-17 02:27:43] "POST /ref-update HTTP/1.1" 200 156 0.010608 10.0.0.38 - - [2024-10-17 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.38 - - [2024-10-17 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.38 - - [2024-10-17 02:27:43] "POST /ref-update HTTP/1.1" 200 156 0.010277 10.0.0.38 - - [2024-10-17 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004621 10.0.0.38 - - [2024-10-17 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004664 10.0.0.38 - - [2024-10-17 02:27:43] "POST /ref-update HTTP/1.1" 200 156 0.010401 10.0.0.38 - - [2024-10-17 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004136 10.0.0.38 - - [2024-10-17 02:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.38 - - [2024-10-17 02:27:44] "POST /ref-update HTTP/1.1" 200 156 0.012085 10.0.0.38 - - [2024-10-17 02:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.38 - - [2024-10-17 02:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.38 - - [2024-10-17 02:27:44] "POST /ref-update HTTP/1.1" 200 156 0.011437 10.0.0.38 - - [2024-10-17 02:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.38 - - [2024-10-17 02:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.38 - - [2024-10-17 02:27:44] "POST /ref-update HTTP/1.1" 200 156 0.012502 10.0.0.38 - - [2024-10-17 02:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.38 - - [2024-10-17 02:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.38 - - [2024-10-17 02:27:44] "POST /ref-update HTTP/1.1" 200 156 0.010675 10.0.0.38 - - [2024-10-17 02:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004493 10.0.0.38 - - [2024-10-17 02:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005457 10.0.0.38 - - [2024-10-17 02:27:44] "POST /ref-update HTTP/1.1" 200 156 0.016040 10.0.0.38 - - [2024-10-17 02:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005358 10.0.0.38 - - [2024-10-17 02:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.38 - - [2024-10-17 02:27:44] "POST /ref-update HTTP/1.1" 200 156 0.011030 10.0.0.38 - - [2024-10-17 02:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004435 10.0.0.38 - - [2024-10-17 02:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.38 - - [2024-10-17 02:27:45] "POST /ref-update HTTP/1.1" 200 156 0.012575 10.0.0.38 - - [2024-10-17 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.38 - - [2024-10-17 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004091 10.0.0.38 - - [2024-10-17 02:27:45] "POST /ref-update HTTP/1.1" 200 156 0.010063 10.0.0.38 - - [2024-10-17 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003987 10.0.0.38 - - [2024-10-17 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.38 - - [2024-10-17 02:27:45] "POST /ref-update HTTP/1.1" 200 156 0.012489 10.0.0.38 - - [2024-10-17 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004237 10.0.0.38 - - [2024-10-17 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004457 10.0.0.38 - - [2024-10-17 02:27:45] "POST /ref-update HTTP/1.1" 200 156 0.012468 10.0.0.38 - - [2024-10-17 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005305 10.0.0.38 - - [2024-10-17 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004919 10.0.0.38 - - [2024-10-17 02:27:45] "POST /ref-update HTTP/1.1" 200 156 0.013649 10.0.0.38 - - [2024-10-17 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.38 - - [2024-10-17 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004719 10.0.0.38 - - [2024-10-17 02:27:45] "POST /ref-update HTTP/1.1" 200 156 0.013897 10.0.0.38 - - [2024-10-17 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004147 10.0.0.38 - - [2024-10-17 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.38 - - [2024-10-17 02:27:45] "POST /ref-update HTTP/1.1" 200 156 0.010382 10.0.0.38 - - [2024-10-17 02:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.38 - - [2024-10-17 02:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.38 - - [2024-10-17 02:27:46] "POST /ref-update HTTP/1.1" 200 156 0.010106 10.0.0.38 - - [2024-10-17 02:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.38 - - [2024-10-17 02:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.38 - - [2024-10-17 02:27:46] "POST /ref-update HTTP/1.1" 200 156 0.009442 10.0.0.38 - - [2024-10-17 02:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.38 - - [2024-10-17 02:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.38 - - [2024-10-17 02:27:46] "POST /ref-update HTTP/1.1" 200 156 0.011376 10.0.0.38 - - [2024-10-17 02:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.38 - - [2024-10-17 02:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.38 - - [2024-10-17 02:27:46] "POST /ref-update HTTP/1.1" 200 156 0.013556 10.0.0.38 - - [2024-10-17 02:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004281 10.0.0.38 - - [2024-10-17 02:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004007 10.0.0.38 - - [2024-10-17 02:27:46] "POST /ref-update HTTP/1.1" 200 156 0.011650 10.0.0.38 - - [2024-10-17 02:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004178 10.0.0.38 - - [2024-10-17 02:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005697 10.0.0.38 - - [2024-10-17 02:27:46] "POST /ref-update HTTP/1.1" 200 156 0.012337 10.0.0.38 - - [2024-10-17 02:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.38 - - [2024-10-17 02:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.38 - - [2024-10-17 02:27:47] "POST /ref-update HTTP/1.1" 200 156 0.013432 10.0.0.38 - - [2024-10-17 02:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.38 - - [2024-10-17 02:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004142 10.0.0.38 - - [2024-10-17 02:27:47] "POST /ref-update HTTP/1.1" 200 156 0.011768 10.0.0.38 - - [2024-10-17 02:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.38 - - [2024-10-17 02:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.38 - - [2024-10-17 02:27:47] "POST /ref-update HTTP/1.1" 200 156 0.010830 10.0.0.38 - - [2024-10-17 02:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.38 - - [2024-10-17 02:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.38 - - [2024-10-17 02:27:47] "POST /ref-update HTTP/1.1" 200 156 0.012537 10.0.0.38 - - [2024-10-17 02:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004310 10.0.0.38 - - [2024-10-17 02:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004109 10.0.0.38 - - [2024-10-17 02:27:47] "POST /ref-update HTTP/1.1" 200 156 0.013586 10.0.0.38 - - [2024-10-17 02:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005009 10.0.0.38 - - [2024-10-17 02:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004926 10.0.0.38 - - [2024-10-17 02:27:47] "POST /ref-update HTTP/1.1" 200 156 0.011353 10.0.0.38 - - [2024-10-17 02:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.38 - - [2024-10-17 02:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.38 - - [2024-10-17 02:27:47] "POST /ref-update HTTP/1.1" 200 156 0.009708 10.0.0.38 - - [2024-10-17 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.38 - - [2024-10-17 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004286 10.0.0.38 - - [2024-10-17 02:27:48] "POST /ref-update HTTP/1.1" 200 156 0.010520 10.0.0.38 - - [2024-10-17 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004193 10.0.0.38 - - [2024-10-17 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.38 - - [2024-10-17 02:27:48] "POST /ref-update HTTP/1.1" 200 156 0.011062 10.0.0.38 - - [2024-10-17 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.38 - - [2024-10-17 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.38 - - [2024-10-17 02:27:48] "POST /ref-update HTTP/1.1" 200 156 0.009647 10.0.0.38 - - [2024-10-17 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.38 - - [2024-10-17 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.38 - - [2024-10-17 02:27:48] "POST /ref-update HTTP/1.1" 200 156 0.052507 10.0.0.38 - - [2024-10-17 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004103 10.0.0.38 - - [2024-10-17 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.38 - - [2024-10-17 02:27:48] "POST /ref-update HTTP/1.1" 200 156 0.010425 10.0.0.38 - - [2024-10-17 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.38 - - [2024-10-17 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.38 - - [2024-10-17 02:27:48] "POST /ref-update HTTP/1.1" 200 156 0.011614 10.0.0.38 - - [2024-10-17 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004434 10.0.0.38 - - [2024-10-17 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.38 - - [2024-10-17 02:27:49] "POST /ref-update HTTP/1.1" 200 156 0.011189 10.0.0.38 - - [2024-10-17 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.38 - - [2024-10-17 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.38 - - [2024-10-17 02:27:49] "POST /ref-update HTTP/1.1" 200 156 0.011392 10.0.0.38 - - [2024-10-17 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.38 - - [2024-10-17 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.38 - - [2024-10-17 02:27:49] "POST /ref-update HTTP/1.1" 200 156 0.010680 10.0.0.38 - - [2024-10-17 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.38 - - [2024-10-17 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.38 - - [2024-10-17 02:27:49] "POST /ref-update HTTP/1.1" 200 156 0.010126 10.0.0.38 - - [2024-10-17 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.38 - - [2024-10-17 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.38 - - [2024-10-17 02:27:49] "POST /ref-update HTTP/1.1" 200 156 0.011015 10.0.0.38 - - [2024-10-17 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.38 - - [2024-10-17 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.38 - - [2024-10-17 02:27:49] "POST /ref-update HTTP/1.1" 200 156 0.009632 10.0.0.38 - - [2024-10-17 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.38 - - [2024-10-17 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004334 10.0.0.38 - - [2024-10-17 02:27:50] "POST /ref-update HTTP/1.1" 200 156 0.008884 10.0.0.38 - - [2024-10-17 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004356 10.0.0.38 - - [2024-10-17 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.38 - - [2024-10-17 02:27:50] "POST /ref-update HTTP/1.1" 200 156 0.009099 10.0.0.38 - - [2024-10-17 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004628 10.0.0.38 - - [2024-10-17 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004238 10.0.0.38 - - [2024-10-17 02:27:50] "POST /ref-update HTTP/1.1" 200 156 0.009809 10.0.0.38 - - [2024-10-17 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004211 10.0.0.38 - - [2024-10-17 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.38 - - [2024-10-17 02:27:50] "POST /ref-update HTTP/1.1" 200 156 0.009836 10.0.0.38 - - [2024-10-17 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.38 - - [2024-10-17 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.38 - - [2024-10-17 02:27:50] "POST /ref-update HTTP/1.1" 200 156 0.009378 10.0.0.38 - - [2024-10-17 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004440 10.0.0.38 - - [2024-10-17 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.38 - - [2024-10-17 02:27:50] "POST /ref-update HTTP/1.1" 200 156 0.009046 10.0.0.38 - - [2024-10-17 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.38 - - [2024-10-17 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004637 10.0.0.38 - - [2024-10-17 02:27:50] "POST /ref-update HTTP/1.1" 200 156 0.010234 10.0.0.38 - - [2024-10-17 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.38 - - [2024-10-17 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004077 10.0.0.38 - - [2024-10-17 02:27:51] "POST /ref-update HTTP/1.1" 200 156 0.011218 10.0.0.38 - - [2024-10-17 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004715 10.0.0.38 - - [2024-10-17 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.38 - - [2024-10-17 02:27:51] "POST /ref-update HTTP/1.1" 200 156 0.010177 10.0.0.38 - - [2024-10-17 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.38 - - [2024-10-17 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.38 - - [2024-10-17 02:27:51] "POST /ref-update HTTP/1.1" 200 156 0.009622 10.0.0.38 - - [2024-10-17 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.38 - - [2024-10-17 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.38 - - [2024-10-17 02:27:51] "POST /ref-update HTTP/1.1" 200 156 0.008501 10.0.0.38 - - [2024-10-17 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004098 10.0.0.38 - - [2024-10-17 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004407 10.0.0.38 - - [2024-10-17 02:27:51] "POST /ref-update HTTP/1.1" 200 156 0.012810 10.0.0.38 - - [2024-10-17 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004533 10.0.0.38 - - [2024-10-17 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005262 10.0.0.38 - - [2024-10-17 02:27:51] "POST /ref-update HTTP/1.1" 200 156 0.014405 10.0.0.38 - - [2024-10-17 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004413 10.0.0.38 - - [2024-10-17 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004476 10.0.0.38 - - [2024-10-17 02:27:52] "POST /ref-update HTTP/1.1" 200 156 0.014619 10.0.0.38 - - [2024-10-17 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.38 - - [2024-10-17 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.38 - - [2024-10-17 02:27:52] "POST /ref-update HTTP/1.1" 200 156 0.011657 10.0.0.38 - - [2024-10-17 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.38 - - [2024-10-17 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.38 - - [2024-10-17 02:27:52] "POST /ref-update HTTP/1.1" 200 156 0.010964 10.0.0.38 - - [2024-10-17 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.38 - - [2024-10-17 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.38 - - [2024-10-17 02:27:52] "POST /ref-update HTTP/1.1" 200 156 0.010988 10.0.0.38 - - [2024-10-17 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.38 - - [2024-10-17 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.38 - - [2024-10-17 02:27:52] "POST /ref-update HTTP/1.1" 200 156 0.009198 10.0.0.38 - - [2024-10-17 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004942 10.0.0.38 - - [2024-10-17 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004033 10.0.0.38 - - [2024-10-17 02:27:52] "POST /ref-update HTTP/1.1" 200 156 0.009515 10.0.0.38 - - [2024-10-17 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.38 - - [2024-10-17 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.38 - - [2024-10-17 02:27:52] "POST /ref-update HTTP/1.1" 200 156 0.012220 10.0.0.38 - - [2024-10-17 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.38 - - [2024-10-17 02:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004111 10.0.0.38 - - [2024-10-17 02:27:53] "POST /ref-update HTTP/1.1" 200 156 0.011126 10.0.0.38 - - [2024-10-17 02:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004367 10.0.0.38 - - [2024-10-17 02:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.38 - - [2024-10-17 02:27:53] "POST /ref-update HTTP/1.1" 200 156 0.009693 10.0.0.38 - - [2024-10-17 02:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.38 - - [2024-10-17 02:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.38 - - [2024-10-17 02:27:53] "POST /ref-update HTTP/1.1" 200 156 0.010961 10.0.0.38 - - [2024-10-17 02:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.38 - - [2024-10-17 02:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.38 - - [2024-10-17 02:27:53] "POST /ref-update HTTP/1.1" 200 156 0.010351 10.0.0.38 - - [2024-10-17 02:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.38 - - [2024-10-17 02:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004401 10.0.0.38 - - [2024-10-17 02:27:53] "POST /ref-update HTTP/1.1" 200 156 0.012277 10.0.0.38 - - [2024-10-17 02:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004986 10.0.0.38 - - [2024-10-17 02:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004529 10.0.0.38 - - [2024-10-17 02:27:53] "POST /ref-update HTTP/1.1" 200 156 0.011233 10.0.0.38 - - [2024-10-17 02:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004544 10.0.0.38 - - [2024-10-17 02:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004688 10.0.0.38 - - [2024-10-17 02:27:54] "POST /ref-update HTTP/1.1" 200 156 0.013687 10.0.0.38 - - [2024-10-17 02:27:54] "POST /network-ipams HTTP/1.1" 200 550 0.033216 10.0.0.38 - - [2024-10-17 02:27:54] "POST /useragent-kv HTTP/1.1" 200 115 0.004714 10.0.0.38 - - [2024-10-17 02:27:54] "POST /virtual-networks HTTP/1.1" 200 552 0.356150 10.0.0.38 - - [2024-10-17 02:27:54] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.003427 10.0.0.38 - - [2024-10-17 02:27:54] "POST /fqname-to-id HTTP/1.1" 404 188 0.003483 10.0.0.38 - - [2024-10-17 02:27:54] "POST /fqname-to-id HTTP/1.1" 404 178 0.003619 10.0.0.38 - - [2024-10-17 02:27:54] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.003454 10.0.0.38 - - [2024-10-17 02:27:54] "GET /fabric/6e8b6ddf-ca8e-4bf0-9495-6896c36d7889?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1116 0.007383 10.0.0.38 - - [2024-10-17 02:27:54] "POST /fqname-to-id HTTP/1.1" 404 198 0.003586 10.0.0.38 - - [2024-10-17 02:27:54] "POST /fqname-to-id HTTP/1.1" 404 205 0.003428 10.0.0.38 - - [2024-10-17 02:27:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.003692 10.0.0.38 - - [2024-10-17 02:27:55] "POST /route-targets HTTP/1.1" 200 327 0.013331 10.0.0.38 - - [2024-10-17 02:27:55] "POST /ref-update HTTP/1.1" 200 156 0.012673 10.0.0.38 - - [2024-10-17 02:28:28] "GET / HTTP/1.1" 200 35931 0.002207 10.0.0.38 - - [2024-10-17 02:28:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000581 10.0.0.38 - - [2024-10-17 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.033158 10.0.0.38 - - [2024-10-17 02:28:28] "GET /routing-instance/2d07edbd-9906-4abb-b2dc-1eb9a470419e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.007053 10.0.0.38 - - [2024-10-17 02:28:28] "POST /bgp-routers HTTP/1.1" 200 622 0.023988 10.0.0.38 - - [2024-10-17 02:28:28] "GET /bgp-router/14a99a58-2fe9-488a-8bca-10708aa93f7f?fields=global_system_config_back_refs HTTP/1.1" 200 1118 0.008760 10.0.0.38 - - [2024-10-17 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.38 - - [2024-10-17 02:28:28] "GET /global-system-config/7b933a20-e673-47b2-a949-b26fc13d2301?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.014739 10.0.0.38 - - [2024-10-17 02:28:28] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004666 10.0.0.38 - - [2024-10-17 02:28:28] "POST /ref-update HTTP/1.1" 200 156 0.010834 10.0.0.38 - - [2024-10-17 02:29:28] "GET / HTTP/1.1" 200 35931 0.003040 10.0.0.38 - - [2024-10-17 02:29:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000930 10.0.0.38 - - [2024-10-17 02:29:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.033200 10.0.0.38 - - [2024-10-17 02:29:29] "GET /global-system-config/7b933a20-e673-47b2-a949-b26fc13d2301?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.015804 10.0.0.38 - - [2024-10-17 02:29:29] "POST /fqname-to-id HTTP/1.1" 404 220 0.004132 10.0.0.38 - - [2024-10-17 02:29:29] "POST /database-nodes HTTP/1.1" 200 603 0.027940 10.0.0.38 - - [2024-10-17 02:30:18] "GET / HTTP/1.1" 200 35931 0.002484 10.0.0.38 - - [2024-10-17 02:30:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000547 10.0.0.38 - - [2024-10-17 02:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.033551 10.0.0.38 - - [2024-10-17 02:30:19] "GET /global-system-config/7b933a20-e673-47b2-a949-b26fc13d2301?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.013507 10.0.0.38 - - [2024-10-17 02:30:19] "POST /fqname-to-id HTTP/1.1" 404 220 0.004107 10.0.0.38 - - [2024-10-17 02:30:19] "POST /analytics-nodes HTTP/1.1" 200 605 0.021647 10.0.0.38 - - [2024-10-17 02:30:25] "GET / HTTP/1.1" 200 35931 0.002223 10.0.0.38 - - [2024-10-17 02:30:36] "GET / HTTP/1.1" 200 35931 0.002318 10.0.0.38 - - [2024-10-17 02:30:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000535 10.0.0.38 - - [2024-10-17 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.028277 10.0.0.38 - - [2024-10-17 02:30:37] "GET /global-system-config/7b933a20-e673-47b2-a949-b26fc13d2301?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.012372 10.0.0.38 - - [2024-10-17 02:30:37] "POST /fqname-to-id HTTP/1.1" 404 220 0.003401 10.0.0.38 - - [2024-10-17 02:30:37] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.025085 10.0.0.38 - - [2024-10-17 02:30:49] "GET / HTTP/1.1" 200 35931 0.002291 10.0.0.38 - - [2024-10-17 02:30:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000538 10.0.0.38 - - [2024-10-17 02:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.030307 10.0.0.38 - - [2024-10-17 02:30:49] "GET /global-system-config/7b933a20-e673-47b2-a949-b26fc13d2301?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.011997 10.0.0.38 - - [2024-10-17 02:30:49] "POST /fqname-to-id HTTP/1.1" 404 220 0.004070 10.0.0.38 - - [2024-10-17 02:30:49] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.019518 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.38 - - [2024-10-17 02:30:53] "GET /obj-perms HTTP/1.1" 200 5056 0.430068 10.0.0.38 - - [2024-10-17 02:30:53] "GET /obj-perms HTTP/1.1" 200 5056 0.053857 10.0.0.38 - - [2024-10-17 02:31:54] "GET /obj-perms HTTP/1.1" 200 5056 0.059431 10.0.0.38 - - [2024-10-17 02:31:54] "GET /obj-perms HTTP/1.1" 200 5056 0.054570 10.0.0.38 - - [2024-10-17 02:32:30] "GET /global-system-configs HTTP/1.1" 200 322 0.003538 10.0.0.38 - - [2024-10-17 02:32:30] "GET /obj-perms HTTP/1.1" 200 5056 0.037619 10.0.0.38 - - [2024-10-17 02:32:30] "GET /global-system-configs HTTP/1.1" 200 322 0.008673 10.0.0.38 - - [2024-10-17 02:32:30] "GET /obj-perms HTTP/1.1" 200 5056 0.030687 10.0.0.38 - - [2024-10-17 02:32:34] "GET / HTTP/1.1" 200 35931 0.001925 10.0.0.38 - - [2024-10-17 02:32:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000531 10.0.0.38 - - [2024-10-17 02:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.033202 10.0.0.38 - - [2024-10-17 02:32:35] "GET /global-system-config/7b933a20-e673-47b2-a949-b26fc13d2301?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.013020 10.0.0.38 - - [2024-10-17 02:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.38 - - [2024-10-17 02:32:35] "GET /routing-instance/2d07edbd-9906-4abb-b2dc-1eb9a470419e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.006666 10.0.0.38 - - [2024-10-17 02:32:35] "PUT /global-system-config/7b933a20-e673-47b2-a949-b26fc13d2301 HTTP/1.1" 200 274 0.014645 10.0.0.38 - - [2024-10-17 02:32:35] "POST /fqname-to-id HTTP/1.1" 404 220 0.003659 10.0.0.38 - - [2024-10-17 02:32:35] "POST /virtual-routers HTTP/1.1" 200 605 0.021082 10.0.0.38 - - [2024-10-17 02:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.38 - - [2024-10-17 02:32:35] "GET /virtual-router/3727bd34-bdae-4bc6-ab0b-90897ca292d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1247 0.009654 10.0.0.38 - - [2024-10-17 02:32:35] "POST /fqname-to-id HTTP/1.1" 404 232 0.003361 10.0.0.38 - - [2024-10-17 02:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.38 - - [2024-10-17 02:32:35] "GET /virtual-network/a6d55301-31ce-46ab-ae46-9875b018ab20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.010713 10.0.0.38 - - [2024-10-17 02:32:35] "POST /virtual-machine-interfaces HTTP/1.1" 200 586 0.052675 10.0.0.38 - - [2024-10-17 02:32:36] "PUT /access-control-list/0d8c1683-0d95-49b2-89f6-3a8f89abb54b HTTP/1.1" 200 272 0.042136 [Introspect:8084]10.0.0.38 - - [2024-10-17 02:32:49] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001119 [Introspect:8084]10.0.0.38 - - [2024-10-17 02:32:49] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001114 [Introspect:8084]10.0.0.38 - - [2024-10-17 02:32:51] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001005 [Introspect:8084]10.0.0.38 - - [2024-10-17 02:32:51] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001162 10.0.0.38 - - [2024-10-17 02:32:55] "GET /obj-perms HTTP/1.1" 200 5056 0.066655 10.0.0.38 - - [2024-10-17 02:32:55] "GET /obj-perms HTTP/1.1" 200 5056 0.053648 10.0.0.38 - - [2024-10-17 02:33:55] "GET / HTTP/1.1" 200 35931 0.003013 10.0.0.38 - - [2024-10-17 02:33:56] "GET /obj-perms HTTP/1.1" 200 5056 0.382181 10.0.0.38 - - [2024-10-17 02:33:56] "GET /obj-perms HTTP/1.1" 200 5056 0.115669 10.0.0.38 - - [2024-10-17 02:33:56] "GET /project/6e5bb418-e5a9-440c-8df0-950126e76c0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000584 10.0.0.38 - - [2024-10-17 02:33:57] "GET /projects?obj_uuids=6e5bb418-e5a9-440c-8df0-950126e76c0e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.027812 10.0.0.38 - - [2024-10-17 02:33:57] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001590 10.0.0.38 - - [2024-10-17 02:33:57] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.038688 10.0.0.38 - - [2024-10-17 02:33:57] "POST /id-to-fqname HTTP/1.1" 200 167 0.005232 10.0.0.38 - - [2024-10-17 02:33:57] "POST /fqname-to-id HTTP/1.1" 404 176 0.004392 10.0.0.38 - - [2024-10-17 02:33:57] "POST /security-groups HTTP/1.1" 200 568 0.070926 10.0.0.38 - - [2024-10-17 02:33:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.004447 10.0.0.38 - - [2024-10-17 02:33:57] "POST /projects HTTP/1.1" 200 539 0.275658 10.0.0.38 - - [2024-10-17 02:33:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.312877 10.0.0.38 - - [2024-10-17 02:33:57] "POST /access-control-lists HTTP/1.1" 200 573 0.082019 10.0.0.38 - - [2024-10-17 02:33:57] "GET /project/6e5bb418-e5a9-440c-8df0-950126e76c0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.541962 10.0.0.38 - - [2024-10-17 02:33:57] "POST /fqname-to-id HTTP/1.1" 404 206 0.003743 10.0.0.38 - - [2024-10-17 02:33:57] "POST /access-control-lists HTTP/1.1" 200 571 0.068264 [Introspect:8084]10.0.0.38 - - [2024-10-17 02:33:58] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001496 10.0.0.38 - - [2024-10-17 02:33:58] "POST /fqname-to-id HTTP/1.1" 404 199 0.028842 10.0.0.38 - - [2024-10-17 02:33:58] "GET /projects?obj_uuids=0c7272be-d123-4f94-a6c3-c55a7a45412e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003097 10.0.0.38 - - [2024-10-17 02:33:58] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001354 10.0.0.38 - - [2024-10-17 02:33:58] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011357 10.0.0.38 - - [2024-10-17 02:33:58] "POST /id-to-fqname HTTP/1.1" 200 201 0.003497 10.0.0.38 - - [2024-10-17 02:33:58] "POST /fqname-to-id HTTP/1.1" 404 210 0.003468 10.0.0.38 - - [2024-10-17 02:33:58] "POST /security-groups HTTP/1.1" 200 602 0.067995 10.0.0.38 - - [2024-10-17 02:33:59] "POST /fqname-to-id HTTP/1.1" 404 245 0.003682 10.0.0.38 - - [2024-10-17 02:33:59] "POST /projects HTTP/1.1" 200 607 0.254727 10.0.0.38 - - [2024-10-17 02:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.289089 10.0.0.38 - - [2024-10-17 02:33:59] "POST /access-control-lists HTTP/1.1" 200 607 0.068916 10.0.0.38 - - [2024-10-17 02:33:59] "GET /project/0c7272be-d123-4f94-a6c3-c55a7a45412e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.458788 10.0.0.38 - - [2024-10-17 02:33:59] "POST /fqname-to-id HTTP/1.1" 404 244 0.003729 10.0.0.38 - - [2024-10-17 02:33:59] "POST /access-control-lists HTTP/1.1" 200 605 0.064111 10.0.0.38 - - [2024-10-17 02:34:00] "GET / HTTP/1.1" 200 35931 0.003983 10.0.0.38 - - [2024-10-17 02:34:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000849 10.0.0.38 - - [2024-10-17 02:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.105270 10.0.0.38 - - [2024-10-17 02:34:01] "GET /projects?obj_uuids=0c7272be-d123-4f94-a6c3-c55a7a45412e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001460 10.0.0.38 - - [2024-10-17 02:34:01] "GET /project/0c7272be-d123-4f94-a6c3-c55a7a45412e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.054631 10.0.0.38 - - [2024-10-17 02:34:01] "POST /neutron/network HTTP/1.1" 200 117 0.049088 10.0.0.38 - - [2024-10-17 02:34:01] "GET /projects?obj_uuids=0c7272be-d123-4f94-a6c3-c55a7a45412e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001439 10.0.0.38 - - [2024-10-17 02:34:01] "POST /neutron/network HTTP/1.1" 200 620 0.096543 10.0.0.38 - - [2024-10-17 02:34:02] "POST /route-targets HTTP/1.1" 200 327 0.021977 10.0.0.38 - - [2024-10-17 02:34:02] "POST /ref-update HTTP/1.1" 200 156 0.026753 10.0.0.38 - - [2024-10-17 02:34:02] "POST /useragent-kv HTTP/1.1" 200 115 0.008619 10.0.0.38 - - [2024-10-17 02:34:02] "POST /neutron/subnet HTTP/1.1" 200 720 0.247133 10.0.0.38 - - [2024-10-17 02:34:02] "POST /neutron/network HTTP/1.1" 200 838 0.009522 10.0.0.38 - - [2024-10-17 02:34:02] "POST /id-to-fqname HTTP/1.1" 200 233 0.001757 10.0.0.38 - - [2024-10-17 02:34:02] "GET /virtual-network/2c435d30-23d7-4535-91df-1f032e5bf04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.013483 10.0.0.38 - - [2024-10-17 02:34:02] "POST /neutron/network HTTP/1.1" 200 838 0.007417 10.0.0.38 - - [2024-10-17 02:34:02] "GET /virtual-network/2c435d30-23d7-4535-91df-1f032e5bf04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.011665 10.0.0.38 - - [2024-10-17 02:34:02] "POST /neutron/network HTTP/1.1" 200 838 0.008167 10.0.0.38 - - [2024-10-17 02:34:02] "POST /neutron/subnet HTTP/1.1" 200 720 0.011135 10.0.0.38 - - [2024-10-17 02:34:02] "GET /domains HTTP/1.1" 401 292 0.000638 10.0.0.38 - - [2024-10-17 02:34:02] "GET /domains HTTP/1.1" 200 280 0.038929 10.0.0.38 - - [2024-10-17 02:34:02] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001988 10.0.0.38 - - [2024-10-17 02:34:02] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a HTTP/1.1" 200 2584 0.019697 10.0.0.38 - - [2024-10-17 02:34:02] "GET /projects?obj_uuids=0c7272be-d123-4f94-a6c3-c55a7a45412e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001776 10.0.0.38 - - [2024-10-17 02:34:03] "GET /project/0c7272be-d123-4f94-a6c3-c55a7a45412e HTTP/1.1" 200 2167 0.093420 10.0.0.38 - - [2024-10-17 02:34:03] "GET /virtual-network/2c435d30-23d7-4535-91df-1f032e5bf04b HTTP/1.1" 200 2339 0.011993 10.0.0.38 - - [2024-10-17 02:34:03] "GET /virtual-network/2c435d30-23d7-4535-91df-1f032e5bf04b HTTP/1.1" 200 2339 0.010814 10.0.0.38 - - [2024-10-17 02:34:03] "GET /routing-instance/f1e16682-326f-4daf-ade3-cb53edaeff7d HTTP/1.1" 200 1495 0.006166 10.0.0.38 - - [2024-10-17 02:34:03] "GET /routing-instance/f1e16682-326f-4daf-ade3-cb53edaeff7d HTTP/1.1" 200 1495 0.006491 10.0.0.38 - - [2024-10-17 02:34:03] "GET /route-target/cc7f6263-cae7-4ddd-9511-6313c0210151 HTTP/1.1" 200 1220 0.005580 10.0.0.38 - - [2024-10-17 02:34:03] "GET /virtual-network/2c435d30-23d7-4535-91df-1f032e5bf04b HTTP/1.1" 200 2339 0.011334 10.0.0.38 - - [2024-10-17 02:34:03] "GET /routing-instance/f1e16682-326f-4daf-ade3-cb53edaeff7d HTTP/1.1" 200 1495 0.006560 10.0.0.38 - - [2024-10-17 02:34:03] "GET /virtual-network/2c435d30-23d7-4535-91df-1f032e5bf04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.011930 10.0.0.38 - - [2024-10-17 02:34:03] "GET /virtual-network/2c435d30-23d7-4535-91df-1f032e5bf04b HTTP/1.1" 200 2339 0.012064 10.0.0.38 - - [2024-10-17 02:34:03] "GET /routing-instance/f1e16682-326f-4daf-ade3-cb53edaeff7d HTTP/1.1" 200 1495 0.007467 10.0.0.38 - - [2024-10-17 02:34:03] "GET /routing-instance/f1e16682-326f-4daf-ade3-cb53edaeff7d HTTP/1.1" 200 1495 0.006988 10.0.0.38 - - [2024-10-17 02:34:03] "GET /route-target/cc7f6263-cae7-4ddd-9511-6313c0210151 HTTP/1.1" 200 1220 0.005219 10.0.0.38 - - [2024-10-17 02:34:03] "GET /domains HTTP/1.1" 200 280 0.003742 10.0.0.38 - - [2024-10-17 02:34:03] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001778 10.0.0.38 - - [2024-10-17 02:34:03] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a HTTP/1.1" 200 2584 0.012603 10.0.0.38 - - [2024-10-17 02:34:03] "GET /projects?obj_uuids=0c7272be-d123-4f94-a6c3-c55a7a45412e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002457 10.0.0.38 - - [2024-10-17 02:34:03] "GET /project/0c7272be-d123-4f94-a6c3-c55a7a45412e HTTP/1.1" 200 2167 0.106654 10.0.0.38 - - [2024-10-17 02:34:03] "GET /virtual-network/2c435d30-23d7-4535-91df-1f032e5bf04b HTTP/1.1" 200 2339 0.013403 10.0.0.38 - - [2024-10-17 02:34:03] "GET /obj-perms HTTP/1.1" 200 5052 0.067862 10.0.0.38 - - [2024-10-17 02:34:03] "POST /id-to-fqname HTTP/1.1" 200 233 0.002596 10.0.0.38 - - [2024-10-17 02:34:06] "POST /neutron/network HTTP/1.1" 200 848 0.007331 10.0.0.38 - - [2024-10-17 02:34:06] "GET /aaa-mode HTTP/1.1" 401 292 0.000725 10.0.0.38 - - [2024-10-17 02:34:06] "GET / HTTP/1.1" 200 35931 0.003558 10.0.0.38 - - [2024-10-17 02:34:06] "GET /project/0c7272be-d123-4f94-a6c3-c55a7a45412e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000633 10.0.0.38 - - [2024-10-17 02:34:06] "GET /projects?obj_uuids=0c7272be-d123-4f94-a6c3-c55a7a45412e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001417 10.0.0.38 - - [2024-10-17 02:34:07] "GET /project/0c7272be-d123-4f94-a6c3-c55a7a45412e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.069160 10.0.0.38 - - [2024-10-17 02:34:07] "POST /neutron/network HTTP/1.1" 200 838 0.036486 10.0.0.38 - - [2024-10-17 02:34:07] "POST /neutron/port HTTP/1.1" 200 117 0.007619 10.0.0.38 - - [2024-10-17 02:34:08] "POST /neutron/port HTTP/1.1" 200 117 0.006732 10.0.0.38 - - [2024-10-17 02:34:08] "POST /neutron/port HTTP/1.1" 200 117 0.007793 10.0.0.38 - - [2024-10-17 02:34:09] "POST /neutron/network HTTP/1.1" 200 848 0.007420 10.0.0.38 - - [2024-10-17 02:34:09] "GET /projects?obj_uuids=0c7272be-d123-4f94-a6c3-c55a7a45412e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001969 10.0.0.38 - - [2024-10-17 02:34:09] "POST /neutron/port HTTP/1.1" 200 1070 0.373051 10.0.0.38 - - [2024-10-17 02:34:10] "POST /neutron/port HTTP/1.1" 200 1070 0.042198 10.0.0.38 - - [2024-10-17 02:34:10] "POST /neutron/port HTTP/1.1" 200 1070 0.010333 10.0.0.38 - - [2024-10-17 02:34:10] "POST /neutron/port HTTP/1.1" 200 1124 0.085279 10.0.0.38 - - [2024-10-17 02:34:10] "POST /neutron/port HTTP/1.1" 200 1098 0.025803 10.0.0.38 - - [2024-10-17 02:34:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004353 10.0.0.38 - - [2024-10-17 02:34:10] "POST /neutron/subnet HTTP/1.1" 200 694 0.012615 10.0.0.38 - - [2024-10-17 02:34:10] "POST /neutron/port HTTP/1.1" 200 117 0.001528 10.0.0.38 - - [2024-10-17 02:34:10] "POST /neutron/network HTTP/1.1" 200 838 0.006489 10.0.0.38 - - [2024-10-17 02:34:13] "POST /neutron/port HTTP/1.1" 200 1098 0.021828 10.0.0.38 - - [2024-10-17 02:34:13] "POST /neutron/security_group HTTP/1.1" 200 2069 0.017863 10.0.0.38 - - [2024-10-17 02:34:18] "POST /neutron/port HTTP/1.1" 200 1098 0.017829 10.0.0.38 - - [2024-10-17 02:34:18] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007533 10.0.0.38 - - [2024-10-17 02:34:18] "GET /obj-perms HTTP/1.1" 200 5052 0.003876 10.0.0.38 - - [2024-10-17 02:34:19] "GET /obj-perms HTTP/1.1" 200 5052 0.004578 10.0.0.38 - - [2024-10-17 02:34:20] "GET /obj-perms HTTP/1.1" 200 5052 0.004200 10.0.0.38 - - [2024-10-17 02:34:21] "GET /obj-perms HTTP/1.1" 200 5052 0.004569 10.0.0.38 - - [2024-10-17 02:34:22] "GET /obj-perms HTTP/1.1" 200 5052 0.004050 10.0.0.38 - - [2024-10-17 02:34:23] "POST /neutron/network HTTP/1.1" 200 838 0.008516 10.0.0.38 - - [2024-10-17 02:34:23] "POST /neutron/network HTTP/1.1" 400 204 0.013454 10.0.0.38 - - [2024-10-17 02:34:24] "POST /neutron/port HTTP/1.1" 200 1098 0.017315 10.0.0.38 - - [2024-10-17 02:34:24] "POST /neutron/port HTTP/1.1" 200 1124 0.010582 10.0.0.38 - - [2024-10-17 02:34:24] "POST /neutron/port HTTP/1.1" 200 151 0.114314 10.0.0.38 - - [2024-10-17 02:34:25] "POST /neutron/network HTTP/1.1" 200 838 0.008090 10.0.0.38 - - [2024-10-17 02:34:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005986 10.0.0.38 - - [2024-10-17 02:34:25] "POST /useragent-kv HTTP/1.1" 200 115 0.001443 10.0.0.38 - - [2024-10-17 02:34:25] "POST /useragent-kv HTTP/1.1" 200 115 0.001304 10.0.0.38 - - [2024-10-17 02:34:25] "POST /neutron/network HTTP/1.1" 200 151 0.103393 10.0.0.38 - - [2024-10-17 02:34:25] "DELETE /route-target/cc7f6263-cae7-4ddd-9511-6313c0210151 HTTP/1.1" 200 115 0.024573 10.0.0.38 - - [2024-10-17 02:34:25] "GET /routing-instance/f1e16682-326f-4daf-ade3-cb53edaeff7d HTTP/1.1" 404 171 0.002823 10.0.0.38 - - [2024-10-17 02:34:25] "GET /domains HTTP/1.1" 200 280 0.003503 10.0.0.38 - - [2024-10-17 02:34:25] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001323 10.0.0.38 - - [2024-10-17 02:34:25] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a HTTP/1.1" 200 2584 0.053319 10.0.0.38 - - [2024-10-17 02:34:25] "GET /projects?obj_uuids=0c7272be-d123-4f94-a6c3-c55a7a45412e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001865 10.0.0.38 - - [2024-10-17 02:34:25] "GET /project/0c7272be-d123-4f94-a6c3-c55a7a45412e HTTP/1.1" 200 1917 0.078464 10.0.0.38 - - [2024-10-17 02:34:26] "GET /projects?obj_uuids=0c7272be-d123-4f94-a6c3-c55a7a45412e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001310 10.0.0.38 - - [2024-10-17 02:34:26] "GET /project/0c7272be-d123-4f94-a6c3-c55a7a45412e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.036132 10.0.0.38 - - [2024-10-17 02:34:26] "GET /projects?obj_uuids=0c7272be-d123-4f94-a6c3-c55a7a45412e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001409 10.0.0.38 - - [2024-10-17 02:34:26] "GET /project/0c7272be-d123-4f94-a6c3-c55a7a45412e?fields=virtual_networks HTTP/1.1" 200 1053 0.041063 10.0.0.38 - - [2024-10-17 02:34:26] "GET /projects?obj_uuids=0c7272be-d123-4f94-a6c3-c55a7a45412e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001436 10.0.0.38 - - [2024-10-17 02:34:26] "GET /project/0c7272be-d123-4f94-a6c3-c55a7a45412e?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.047741 10.0.0.38 - - [2024-10-17 02:34:26] "GET /projects?obj_uuids=0c7272be-d123-4f94-a6c3-c55a7a45412e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001732 10.0.0.38 - - [2024-10-17 02:34:26] "GET /project/0c7272be-d123-4f94-a6c3-c55a7a45412e?fields=security_groups HTTP/1.1" 200 1290 0.048607 10.0.0.38 - - [2024-10-17 02:34:27] "POST /fqname-to-id HTTP/1.1" 404 200 0.034411 10.0.0.38 - - [2024-10-17 02:34:27] "GET /projects?obj_uuids=8b430283-6e2e-462d-a381-c09b7c186e36&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002955 10.0.0.38 - - [2024-10-17 02:34:27] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001540 10.0.0.38 - - [2024-10-17 02:34:27] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011603 10.0.0.38 - - [2024-10-17 02:34:27] "POST /id-to-fqname HTTP/1.1" 200 202 0.001541 10.0.0.38 - - [2024-10-17 02:34:27] "POST /fqname-to-id HTTP/1.1" 404 211 0.003773 10.0.0.38 - - [2024-10-17 02:34:27] "POST /security-groups HTTP/1.1" 200 603 0.068431 10.0.0.38 - - [2024-10-17 02:34:27] "POST /fqname-to-id HTTP/1.1" 404 246 0.004552 10.0.0.38 - - [2024-10-17 02:34:27] "POST /projects HTTP/1.1" 200 609 0.235793 10.0.0.38 - - [2024-10-17 02:34:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.267633 10.0.0.38 - - [2024-10-17 02:34:27] "POST /access-control-lists HTTP/1.1" 200 608 0.071998 10.0.0.38 - - [2024-10-17 02:34:27] "GET /project/8b430283-6e2e-462d-a381-c09b7c186e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.438262 10.0.0.38 - - [2024-10-17 02:34:27] "POST /fqname-to-id HTTP/1.1" 404 245 0.005074 10.0.0.38 - - [2024-10-17 02:34:27] "POST /access-control-lists HTTP/1.1" 200 606 0.075042 10.0.0.38 - - [2024-10-17 02:34:29] "GET / HTTP/1.1" 200 35931 0.002374 10.0.0.38 - - [2024-10-17 02:34:29] "GET /projects?obj_uuids=6e5bb418-e5a9-440c-8df0-950126e76c0e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001548 10.0.0.38 - - [2024-10-17 02:34:29] "GET /project/6e5bb418-e5a9-440c-8df0-950126e76c0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.041948 10.0.0.38 - - [2024-10-17 02:34:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.38 - - [2024-10-17 02:34:30] "GET /security-group/ed8a00cc-380a-4747-ba44-a08373127177?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.006609 10.0.0.38 - - [2024-10-17 02:34:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.38 - - [2024-10-17 02:34:30] "GET /projects?obj_uuids=6e5bb418-e5a9-440c-8df0-950126e76c0e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001390 10.0.0.38 - - [2024-10-17 02:34:30] "GET /project/6e5bb418-e5a9-440c-8df0-950126e76c0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.042687 10.0.0.38 - - [2024-10-17 02:34:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.38 - - [2024-10-17 02:34:30] "GET /security-group/ed8a00cc-380a-4747-ba44-a08373127177?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.006929 10.0.0.38 - - [2024-10-17 02:34:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005431 10.0.0.38 - - [2024-10-17 02:34:30] "PUT /security-group/ed8a00cc-380a-4747-ba44-a08373127177 HTTP/1.1" 200 262 0.019025 10.0.0.38 - - [2024-10-17 02:34:30] "PUT /access-control-list/05bec3b5-3851-4f4b-bb02-c7486c5e8c39 HTTP/1.1" 200 272 0.021091 10.0.0.38 - - [2024-10-17 02:34:30] "PUT /access-control-list/fd0de655-1fe0-462a-b7ca-7271f14a8994 HTTP/1.1" 200 272 0.013095 10.0.0.38 - - [2024-10-17 02:34:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000656 10.0.0.38 - - [2024-10-17 02:34:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.079731 10.0.0.38 - - [2024-10-17 02:34:31] "GET /projects?obj_uuids=8b430283-6e2e-462d-a381-c09b7c186e36&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001473 10.0.0.38 - - [2024-10-17 02:34:31] "GET /project/8b430283-6e2e-462d-a381-c09b7c186e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.061512 10.0.0.38 - - [2024-10-17 02:34:31] "POST /neutron/network HTTP/1.1" 200 117 0.054584 10.0.0.38 - - [2024-10-17 02:34:31] "GET /projects?obj_uuids=8b430283-6e2e-462d-a381-c09b7c186e36&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001559 10.0.0.38 - - [2024-10-17 02:34:31] "POST /neutron/network HTTP/1.1" 200 619 0.116819 10.0.0.38 - - [2024-10-17 02:34:31] "POST /route-targets HTTP/1.1" 200 327 0.013980 10.0.0.38 - - [2024-10-17 02:34:31] "POST /ref-update HTTP/1.1" 200 156 0.019907 10.0.0.38 - - [2024-10-17 02:34:32] "POST /useragent-kv HTTP/1.1" 200 115 0.006692 10.0.0.38 - - [2024-10-17 02:34:32] "POST /neutron/subnet HTTP/1.1" 200 734 0.211940 10.0.0.38 - - [2024-10-17 02:34:32] "POST /neutron/network HTTP/1.1" 200 840 0.008488 10.0.0.38 - - [2024-10-17 02:34:32] "POST /id-to-fqname HTTP/1.1" 200 233 0.001956 10.0.0.38 - - [2024-10-17 02:34:32] "GET /virtual-network/ac6ad7b2-8dd0-4355-9aa1-3f6a291ab60f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.010772 10.0.0.38 - - [2024-10-17 02:34:32] "POST /neutron/network HTTP/1.1" 200 840 0.008480 10.0.0.38 - - [2024-10-17 02:34:32] "GET /virtual-network/ac6ad7b2-8dd0-4355-9aa1-3f6a291ab60f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.012257 10.0.0.38 - - [2024-10-17 02:34:32] "POST /neutron/network HTTP/1.1" 200 840 0.008749 10.0.0.38 - - [2024-10-17 02:34:32] "POST /neutron/subnet HTTP/1.1" 200 734 0.011216 10.0.0.38 - - [2024-10-17 02:34:32] "GET /domains HTTP/1.1" 401 292 0.000694 10.0.0.38 - - [2024-10-17 02:34:32] "GET /domains HTTP/1.1" 200 280 0.036496 10.0.0.38 - - [2024-10-17 02:34:32] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001952 10.0.0.38 - - [2024-10-17 02:34:32] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a HTTP/1.1" 200 2782 0.015680 10.0.0.38 - - [2024-10-17 02:34:32] "GET /projects?obj_uuids=8b430283-6e2e-462d-a381-c09b7c186e36&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002249 10.0.0.38 - - [2024-10-17 02:34:32] "GET /project/8b430283-6e2e-462d-a381-c09b7c186e36 HTTP/1.1" 200 2175 0.101266 10.0.0.38 - - [2024-10-17 02:34:32] "GET /virtual-network/ac6ad7b2-8dd0-4355-9aa1-3f6a291ab60f HTTP/1.1" 200 2347 0.013513 10.0.0.38 - - [2024-10-17 02:34:32] "GET /virtual-network/ac6ad7b2-8dd0-4355-9aa1-3f6a291ab60f HTTP/1.1" 200 2347 0.011604 10.0.0.38 - - [2024-10-17 02:34:32] "GET /routing-instance/5afa8e44-1fa4-4fa7-b537-2e40325b1162 HTTP/1.1" 200 1491 0.006380 10.0.0.38 - - [2024-10-17 02:34:32] "GET /routing-instance/5afa8e44-1fa4-4fa7-b537-2e40325b1162 HTTP/1.1" 200 1491 0.006138 10.0.0.38 - - [2024-10-17 02:34:32] "GET /route-target/fbaf00d1-d891-48ec-8443-06afbfd1806e HTTP/1.1" 200 1218 0.007389 10.0.0.38 - - [2024-10-17 02:34:32] "GET /virtual-network/ac6ad7b2-8dd0-4355-9aa1-3f6a291ab60f HTTP/1.1" 200 2347 0.018876 10.0.0.38 - - [2024-10-17 02:34:32] "GET /routing-instance/5afa8e44-1fa4-4fa7-b537-2e40325b1162 HTTP/1.1" 200 1491 0.006271 10.0.0.38 - - [2024-10-17 02:34:32] "GET /virtual-network/ac6ad7b2-8dd0-4355-9aa1-3f6a291ab60f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.012209 10.0.0.38 - - [2024-10-17 02:34:32] "GET /virtual-network/ac6ad7b2-8dd0-4355-9aa1-3f6a291ab60f HTTP/1.1" 200 2347 0.014163 10.0.0.38 - - [2024-10-17 02:34:32] "GET /routing-instance/5afa8e44-1fa4-4fa7-b537-2e40325b1162 HTTP/1.1" 200 1491 0.006275 10.0.0.38 - - [2024-10-17 02:34:32] "GET /routing-instance/5afa8e44-1fa4-4fa7-b537-2e40325b1162 HTTP/1.1" 200 1491 0.007529 10.0.0.38 - - [2024-10-17 02:34:32] "GET /route-target/fbaf00d1-d891-48ec-8443-06afbfd1806e HTTP/1.1" 200 1218 0.005368 10.0.0.38 - - [2024-10-17 02:34:33] "GET /domains HTTP/1.1" 200 280 0.003530 10.0.0.38 - - [2024-10-17 02:34:33] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001508 10.0.0.38 - - [2024-10-17 02:34:33] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a HTTP/1.1" 200 2782 0.010870 10.0.0.38 - - [2024-10-17 02:34:33] "GET /projects?obj_uuids=8b430283-6e2e-462d-a381-c09b7c186e36&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001827 10.0.0.38 - - [2024-10-17 02:34:33] "GET /project/8b430283-6e2e-462d-a381-c09b7c186e36 HTTP/1.1" 200 2175 0.087097 10.0.0.38 - - [2024-10-17 02:34:33] "GET /virtual-network/ac6ad7b2-8dd0-4355-9aa1-3f6a291ab60f HTTP/1.1" 200 2347 0.011231 10.0.0.38 - - [2024-10-17 02:34:33] "GET /obj-perms HTTP/1.1" 200 5054 0.058928 10.0.0.38 - - [2024-10-17 02:34:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.38 - - [2024-10-17 02:34:33] "GET /projects?obj_uuids=8b430283-6e2e-462d-a381-c09b7c186e36&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001522 10.0.0.38 - - [2024-10-17 02:34:33] "GET /project/8b430283-6e2e-462d-a381-c09b7c186e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.040292 10.0.0.38 - - [2024-10-17 02:34:33] "POST /neutron/network HTTP/1.1" 200 117 0.013200 10.0.0.38 - - [2024-10-17 02:34:33] "GET /projects?obj_uuids=8b430283-6e2e-462d-a381-c09b7c186e36&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001377 10.0.0.38 - - [2024-10-17 02:34:33] "POST /neutron/network HTTP/1.1" 200 619 0.103913 10.0.0.38 - - [2024-10-17 02:34:33] "POST /route-targets HTTP/1.1" 200 327 0.020395 10.0.0.38 - - [2024-10-17 02:34:33] "POST /ref-update HTTP/1.1" 200 156 0.019684 10.0.0.38 - - [2024-10-17 02:34:34] "POST /useragent-kv HTTP/1.1" 200 115 0.007784 10.0.0.38 - - [2024-10-17 02:34:34] "POST /neutron/subnet HTTP/1.1" 200 724 0.220331 10.0.0.38 - - [2024-10-17 02:34:34] "POST /neutron/network HTTP/1.1" 200 838 0.006866 10.0.0.38 - - [2024-10-17 02:34:34] "POST /id-to-fqname HTTP/1.1" 200 233 0.001601 10.0.0.38 - - [2024-10-17 02:34:34] "GET /virtual-network/63c0718e-3816-4f93-9b47-6c7534799b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.010299 10.0.0.38 - - [2024-10-17 02:34:34] "POST /neutron/network HTTP/1.1" 200 838 0.008683 10.0.0.38 - - [2024-10-17 02:34:34] "GET /virtual-network/63c0718e-3816-4f93-9b47-6c7534799b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.015561 10.0.0.38 - - [2024-10-17 02:34:34] "POST /neutron/network HTTP/1.1" 200 838 0.007756 10.0.0.38 - - [2024-10-17 02:34:34] "POST /neutron/subnet HTTP/1.1" 200 724 0.009997 10.0.0.38 - - [2024-10-17 02:34:34] "GET /domains HTTP/1.1" 200 280 0.003357 10.0.0.38 - - [2024-10-17 02:34:34] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001658 10.0.0.38 - - [2024-10-17 02:34:34] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a HTTP/1.1" 200 2782 0.011263 10.0.0.38 - - [2024-10-17 02:34:34] "GET /projects?obj_uuids=8b430283-6e2e-462d-a381-c09b7c186e36&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001795 10.0.0.38 - - [2024-10-17 02:34:34] "GET /project/8b430283-6e2e-462d-a381-c09b7c186e36 HTTP/1.1" 200 2403 0.086559 10.0.0.38 - - [2024-10-17 02:34:34] "GET /virtual-network/63c0718e-3816-4f93-9b47-6c7534799b9b HTTP/1.1" 200 2340 0.013578 10.0.0.38 - - [2024-10-17 02:34:34] "GET /virtual-network/63c0718e-3816-4f93-9b47-6c7534799b9b HTTP/1.1" 200 2340 0.010702 10.0.0.38 - - [2024-10-17 02:34:34] "GET /routing-instance/3d132e66-9b41-4d22-93db-d62fc934c673 HTTP/1.1" 200 1491 0.006359 10.0.0.38 - - [2024-10-17 02:34:34] "GET /routing-instance/3d132e66-9b41-4d22-93db-d62fc934c673 HTTP/1.1" 200 1491 0.005470 10.0.0.38 - - [2024-10-17 02:34:34] "GET /route-target/1bd32a04-a208-4b10-a1a4-edcd92aa0108 HTTP/1.1" 200 1218 0.004561 10.0.0.38 - - [2024-10-17 02:34:34] "GET /virtual-network/63c0718e-3816-4f93-9b47-6c7534799b9b HTTP/1.1" 200 2340 0.010513 10.0.0.38 - - [2024-10-17 02:34:34] "GET /routing-instance/3d132e66-9b41-4d22-93db-d62fc934c673 HTTP/1.1" 200 1491 0.006072 10.0.0.38 - - [2024-10-17 02:34:34] "GET /virtual-network/63c0718e-3816-4f93-9b47-6c7534799b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.010615 10.0.0.38 - - [2024-10-17 02:34:34] "GET /virtual-network/63c0718e-3816-4f93-9b47-6c7534799b9b HTTP/1.1" 200 2340 0.010028 10.0.0.38 - - [2024-10-17 02:34:34] "GET /routing-instance/3d132e66-9b41-4d22-93db-d62fc934c673 HTTP/1.1" 200 1491 0.005562 10.0.0.38 - - [2024-10-17 02:34:34] "GET /routing-instance/3d132e66-9b41-4d22-93db-d62fc934c673 HTTP/1.1" 200 1491 0.007340 10.0.0.38 - - [2024-10-17 02:34:34] "GET /route-target/1bd32a04-a208-4b10-a1a4-edcd92aa0108 HTTP/1.1" 200 1218 0.004856 10.0.0.38 - - [2024-10-17 02:34:34] "GET /domains HTTP/1.1" 200 280 0.003564 10.0.0.38 - - [2024-10-17 02:34:34] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001550 10.0.0.38 - - [2024-10-17 02:34:34] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a HTTP/1.1" 200 2782 0.010634 10.0.0.38 - - [2024-10-17 02:34:34] "GET /projects?obj_uuids=8b430283-6e2e-462d-a381-c09b7c186e36&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001557 10.0.0.38 - - [2024-10-17 02:34:34] "GET /project/8b430283-6e2e-462d-a381-c09b7c186e36 HTTP/1.1" 200 2403 0.084476 10.0.0.38 - - [2024-10-17 02:34:34] "GET /virtual-network/63c0718e-3816-4f93-9b47-6c7534799b9b HTTP/1.1" 200 2340 0.011086 10.0.0.38 - - [2024-10-17 02:34:34] "GET /obj-perms HTTP/1.1" 200 5054 0.006876 10.0.0.38 - - [2024-10-17 02:34:34] "POST /id-to-fqname HTTP/1.1" 200 233 0.001628 10.0.0.38 - - [2024-10-17 02:34:34] "POST /neutron/network HTTP/1.1" 200 848 0.007691 10.0.0.38 - - [2024-10-17 02:34:34] "GET /aaa-mode HTTP/1.1" 401 292 0.000583 10.0.0.38 - - [2024-10-17 02:34:35] "GET / HTTP/1.1" 200 35931 0.002724 10.0.0.38 - - [2024-10-17 02:34:35] "GET /project/8b430283-6e2e-462d-a381-c09b7c186e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000555 10.0.0.38 - - [2024-10-17 02:34:35] "GET /projects?obj_uuids=8b430283-6e2e-462d-a381-c09b7c186e36&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001405 10.0.0.38 - - [2024-10-17 02:34:35] "GET /project/8b430283-6e2e-462d-a381-c09b7c186e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.087912 10.0.0.38 - - [2024-10-17 02:34:35] "POST /neutron/network HTTP/1.1" 200 838 0.007423 10.0.0.38 - - [2024-10-17 02:34:35] "POST /neutron/port HTTP/1.1" 200 117 0.007542 10.0.0.38 - - [2024-10-17 02:34:36] "POST /neutron/port HTTP/1.1" 200 117 0.006454 10.0.0.38 - - [2024-10-17 02:34:36] "POST /id-to-fqname HTTP/1.1" 200 233 0.001578 10.0.0.38 - - [2024-10-17 02:34:36] "POST /neutron/port HTTP/1.1" 200 117 0.006484 10.0.0.38 - - [2024-10-17 02:34:36] "POST /neutron/network HTTP/1.1" 200 850 0.007519 10.0.0.38 - - [2024-10-17 02:34:36] "GET /aaa-mode HTTP/1.1" 401 292 0.000591 10.0.0.38 - - [2024-10-17 02:34:36] "POST /neutron/network HTTP/1.1" 200 848 0.007063 10.0.0.38 - - [2024-10-17 02:34:36] "GET /projects?obj_uuids=8b430283-6e2e-462d-a381-c09b7c186e36&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001752 10.0.0.38 - - [2024-10-17 02:34:36] "GET / HTTP/1.1" 200 35931 0.002050 10.0.0.38 - - [2024-10-17 02:34:36] "GET /project/8b430283-6e2e-462d-a381-c09b7c186e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000491 10.0.0.38 - - [2024-10-17 02:34:36] "POST /neutron/port HTTP/1.1" 200 1072 0.327938 10.0.0.38 - - [2024-10-17 02:34:36] "POST /neutron/port HTTP/1.1" 200 1072 0.021165 10.0.0.38 - - [2024-10-17 02:34:36] "POST /neutron/port HTTP/1.1" 200 1072 0.015590 10.0.0.38 - - [2024-10-17 02:34:37] "POST /neutron/port HTTP/1.1" 200 1126 0.086964 10.0.0.38 - - [2024-10-17 02:34:37] "GET /projects?obj_uuids=8b430283-6e2e-462d-a381-c09b7c186e36&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001581 10.0.0.38 - - [2024-10-17 02:34:37] "POST /neutron/port HTTP/1.1" 200 1100 0.032041 10.0.0.38 - - [2024-10-17 02:34:37] "GET /project/8b430283-6e2e-462d-a381-c09b7c186e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.084834 10.0.0.38 - - [2024-10-17 02:34:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006452 10.0.0.38 - - [2024-10-17 02:34:37] "POST /neutron/network HTTP/1.1" 200 840 0.009545 10.0.0.38 - - [2024-10-17 02:34:37] "POST /neutron/subnet HTTP/1.1" 200 698 0.014230 10.0.0.38 - - [2024-10-17 02:34:37] "POST /neutron/port HTTP/1.1" 200 117 0.001559 10.0.0.38 - - [2024-10-17 02:34:37] "POST /neutron/network HTTP/1.1" 200 838 0.006943 10.0.0.38 - - [2024-10-17 02:34:37] "POST /neutron/port HTTP/1.1" 200 1100 0.019193 10.0.0.38 - - [2024-10-17 02:34:37] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009454 10.0.0.38 - - [2024-10-17 02:34:37] "POST /neutron/port HTTP/1.1" 200 117 0.006582 10.0.0.38 - - [2024-10-17 02:34:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.38 - - [2024-10-17 02:34:37] "GET /projects?obj_uuids=8b430283-6e2e-462d-a381-c09b7c186e36&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001369 10.0.0.38 - - [2024-10-17 02:34:37] "GET /project/8b430283-6e2e-462d-a381-c09b7c186e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.060686 10.0.0.38 - - [2024-10-17 02:34:37] "GET /virtual-network/ac6ad7b2-8dd0-4355-9aa1-3f6a291ab60f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.021919 10.0.0.38 - - [2024-10-17 02:34:37] "GET /floating-ip-pools?parent_id=ac6ad7b2-8dd0-4355-9aa1-3f6a291ab60f&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004125 10.0.0.38 - - [2024-10-17 02:34:37] "GET /virtual-network/ac6ad7b2-8dd0-4355-9aa1-3f6a291ab60f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.012100 10.0.0.38 - - [2024-10-17 02:34:37] "POST /floating-ip-pools HTTP/1.1" 200 609 0.023686 10.0.0.38 - - [2024-10-17 02:34:37] "POST /ref-update HTTP/1.1" 200 156 0.016941 10.0.0.38 - - [2024-10-17 02:34:37] "POST /neutron/network HTTP/1.1" 200 850 0.009449 10.0.0.38 - - [2024-10-17 02:34:37] "GET /virtual-network/ac6ad7b2-8dd0-4355-9aa1-3f6a291ab60f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.012123 10.0.0.38 - - [2024-10-17 02:34:37] "GET /projects?obj_uuids=8b430283-6e2e-462d-a381-c09b7c186e36&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001661 10.0.0.38 - - [2024-10-17 02:34:38] "GET /domains HTTP/1.1" 200 280 0.004623 10.0.0.38 - - [2024-10-17 02:34:38] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001826 10.0.0.38 - - [2024-10-17 02:34:38] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a HTTP/1.1" 200 2782 0.017298 10.0.0.38 - - [2024-10-17 02:34:38] "GET /projects?obj_uuids=8b430283-6e2e-462d-a381-c09b7c186e36&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001942 10.0.0.38 - - [2024-10-17 02:34:38] "GET /project/8b430283-6e2e-462d-a381-c09b7c186e36 HTTP/1.1" 200 3245 0.139591 10.0.0.38 - - [2024-10-17 02:34:38] "GET /virtual-network/ac6ad7b2-8dd0-4355-9aa1-3f6a291ab60f HTTP/1.1" 200 2938 0.025941 10.0.0.38 - - [2024-10-17 02:34:38] "GET /floating-ip-pool/c15946c0-d97f-4cfc-9890-fff5929db904 HTTP/1.1" 200 1442 0.006289 10.0.0.38 - - [2024-10-17 02:34:38] "GET /domains HTTP/1.1" 200 280 0.003258 10.0.0.38 - - [2024-10-17 02:34:38] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002016 10.0.0.38 - - [2024-10-17 02:34:38] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a HTTP/1.1" 200 2782 0.012401 10.0.0.38 - - [2024-10-17 02:34:38] "GET /projects?obj_uuids=8b430283-6e2e-462d-a381-c09b7c186e36&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001428 10.0.0.38 - - [2024-10-17 02:34:38] "POST /neutron/port HTTP/1.1" 200 1074 0.409247 10.0.0.38 - - [2024-10-17 02:34:38] "GET /project/8b430283-6e2e-462d-a381-c09b7c186e36 HTTP/1.1" 200 3245 0.129217 10.0.0.38 - - [2024-10-17 02:34:38] "GET /virtual-network/ac6ad7b2-8dd0-4355-9aa1-3f6a291ab60f HTTP/1.1" 200 3159 0.014735 10.0.0.38 - - [2024-10-17 02:34:38] "POST /neutron/port HTTP/1.1" 200 1074 0.022977 10.0.0.38 - - [2024-10-17 02:34:38] "GET /virtual-network/ac6ad7b2-8dd0-4355-9aa1-3f6a291ab60f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.014648 10.0.0.38 - - [2024-10-17 02:34:38] "POST /neutron/port HTTP/1.1" 200 1074 0.022939 10.0.0.38 - - [2024-10-17 02:34:38] "POST /neutron/port HTTP/1.1" 200 1100 0.046166 10.0.0.38 - - [2024-10-17 02:34:38] "POST /neutron/security_group HTTP/1.1" 200 2070 0.020502 10.0.0.38 - - [2024-10-17 02:34:38] "POST /neutron/port HTTP/1.1" 200 1128 0.171234 10.0.0.38 - - [2024-10-17 02:34:38] "POST /neutron/port HTTP/1.1" 200 1100 0.017975 10.0.0.38 - - [2024-10-17 02:34:38] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009512 10.0.0.38 - - [2024-10-17 02:34:38] "POST /neutron/port HTTP/1.1" 200 1102 0.026998 10.0.0.38 - - [2024-10-17 02:34:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006885 10.0.0.38 - - [2024-10-17 02:34:38] "POST /neutron/subnet HTTP/1.1" 200 708 0.018440 10.0.0.38 - - [2024-10-17 02:34:38] "POST /neutron/port HTTP/1.1" 200 117 0.001402 10.0.0.38 - - [2024-10-17 02:34:38] "POST /neutron/port HTTP/1.1" 200 1100 0.029150 10.0.0.38 - - [2024-10-17 02:34:38] "POST /neutron/network HTTP/1.1" 200 840 0.008480 10.0.0.38 - - [2024-10-17 02:34:38] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010000 10.0.0.38 - - [2024-10-17 02:34:38] "GET /virtual-machine/17ebb16f-af40-4858-aa55-02ad6cc6e735 HTTP/1.1" 200 1304 0.010575 10.0.0.38 - - [2024-10-17 02:34:38] "GET /virtual-machine-interface/216330a2-12e2-47b0-8058-84a04f706eee HTTP/1.1" 200 3003 0.016438 10.0.0.38 - - [2024-10-17 02:34:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006659 10.0.0.38 - - [2024-10-17 02:34:38] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.006183 10.0.0.38 - - [2024-10-17 02:34:39] "GET /virtual-networks?parent_id=8b430283-6e2e-462d-a381-c09b7c186e36&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003687 10.0.0.38 - - [2024-10-17 02:34:39] "GET /virtual-network/63c0718e-3816-4f93-9b47-6c7534799b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.010963 10.0.0.38 - - [2024-10-17 02:34:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.38 - - [2024-10-17 02:34:42] "GET /virtual-network/63c0718e-3816-4f93-9b47-6c7534799b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.011605 10.0.0.38 - - [2024-10-17 02:34:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005629 10.0.0.38 - - [2024-10-17 02:34:46] "GET /virtual-network/63c0718e-3816-4f93-9b47-6c7534799b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.011182 10.0.0.38 - - [2024-10-17 02:34:48] "POST /neutron/port HTTP/1.1" 200 1100 0.046743 10.0.0.38 - - [2024-10-17 02:34:48] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006992 10.0.0.38 - - [2024-10-17 02:34:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004098 10.0.0.38 - - [2024-10-17 02:34:48] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.006161 10.0.0.38 - - [2024-10-17 02:34:48] "POST /neutron/port HTTP/1.1" 200 1102 0.018559 10.0.0.38 - - [2024-10-17 02:34:48] "GET /virtual-networks?parent_id=8b430283-6e2e-462d-a381-c09b7c186e36&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.005473 10.0.0.38 - - [2024-10-17 02:34:48] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007202 10.0.0.38 - - [2024-10-17 02:34:48] "GET /virtual-network/63c0718e-3816-4f93-9b47-6c7534799b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.011253 10.0.0.38 - - [2024-10-17 02:34:48] "POST /neutron/port HTTP/1.1" 200 1100 0.018109 10.0.0.38 - - [2024-10-17 02:34:48] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007439 10.0.0.38 - - [2024-10-17 02:34:49] "DELETE /project/8b4302836e2e462da381c09b7c186e36 HTTP/1.1" 404 173 0.008621 10.0.0.38 - - [2024-10-17 02:34:49] "DELETE /project/0c7272bed1234f94a6c3c55a7a45412e HTTP/1.1" 404 173 0.006053 10.0.0.38 - - [2024-10-17 02:34:49] "DELETE /project/6e5bb418e5a9440c8df0950126e76c0e HTTP/1.1" 404 173 0.007920 10.0.0.38 - - [2024-10-17 02:34:49] "GET /projects?obj_uuids=0c7272be-d123-4f94-a6c3-c55a7a45412e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001224 10.0.0.38 - - [2024-10-17 02:34:49] "GET /project/0c7272be-d123-4f94-a6c3-c55a7a45412e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.048682 10.0.0.38 - - [2024-10-17 02:34:49] "GET /projects?obj_uuids=0c7272be-d123-4f94-a6c3-c55a7a45412e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001295 10.0.0.38 - - [2024-10-17 02:34:49] "GET /project/0c7272be-d123-4f94-a6c3-c55a7a45412e?fields=security_groups HTTP/1.1" 200 1395 0.042122 10.0.0.38 - - [2024-10-17 02:34:49] "DELETE /security-group/8acdcc13-b970-487b-a09d-4b12cccb1602 HTTP/1.1" 200 115 0.056866 10.0.0.38 - - [2024-10-17 02:34:49] "GET /projects?obj_uuids=0c7272be-d123-4f94-a6c3-c55a7a45412e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001720 10.0.0.38 - - [2024-10-17 02:34:49] "DELETE /access-control-list/14ec029e-06b6-4057-8414-9c8d7d1dd319 HTTP/1.1" 200 115 0.041975 10.0.0.38 - - [2024-10-17 02:34:49] "GET /project/0c7272be-d123-4f94-a6c3-c55a7a45412e?fields=application_policy_sets HTTP/1.1" 200 1434 0.059906 10.0.0.38 - - [2024-10-17 02:34:49] "DELETE /access-control-list/9c3ca8c1-3baa-4496-8af9-44998637690b HTTP/1.1" 200 115 0.050258 10.0.0.38 - - [2024-10-17 02:34:49] "DELETE /project/0c7272be-d123-4f94-a6c3-c55a7a45412e HTTP/1.1" 200 115 0.406981 10.0.0.38 - - [2024-10-17 02:34:53] "GET /projects?obj_uuids=8b430283-6e2e-462d-a381-c09b7c186e36&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001864 10.0.0.38 - - [2024-10-17 02:34:53] "POST /neutron/floatingip HTTP/1.1" 200 532 0.093178 10.0.0.38 - - [2024-10-17 02:34:53] "POST /neutron/port HTTP/1.1" 200 1100 0.023529 10.0.0.38 - - [2024-10-17 02:34:53] "POST /neutron/floatingip HTTP/1.1" 200 532 0.007332 10.0.0.38 - - [2024-10-17 02:34:53] "POST /neutron/floatingip HTTP/1.1" 200 579 0.053824 10.0.0.38 - - [2024-10-17 02:34:53] "POST /neutron/port HTTP/1.1" 200 1102 0.021708 10.0.0.38 - - [2024-10-17 02:34:54] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009074 10.0.0.38 - - [2024-10-17 02:34:54] "POST /neutron/port HTTP/1.1" 200 1102 0.018341 10.0.0.38 - - [2024-10-17 02:34:54] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009031 10.0.0.38 - - [2024-10-17 02:34:54] "POST /neutron/port HTTP/1.1" 200 1102 0.020187 10.0.0.38 - - [2024-10-17 02:34:54] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008886 10.0.0.38 - - [2024-10-17 02:34:54] "GET /virtual-machine/f6907637-b802-4375-9734-a40321096f69 HTTP/1.1" 200 1305 0.006795 10.0.0.38 - - [2024-10-17 02:34:54] "GET /virtual-machine-interface/6f927e7d-7d89-4a3d-98f4-f0540f55a0df HTTP/1.1" 200 3004 0.010556 10.0.0.38 - - [2024-10-17 02:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.38 - - [2024-10-17 02:34:54] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004793 10.0.0.38 - - [2024-10-17 02:34:54] "GET /virtual-networks?parent_id=8b430283-6e2e-462d-a381-c09b7c186e36&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004194 10.0.0.38 - - [2024-10-17 02:34:54] "GET /virtual-network/ac6ad7b2-8dd0-4355-9aa1-3f6a291ab60f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.011028 10.0.0.38 - - [2024-10-17 02:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.38 - - [2024-10-17 02:34:55] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004635 10.0.0.38 - - [2024-10-17 02:34:55] "GET /virtual-networks?parent_id=8b430283-6e2e-462d-a381-c09b7c186e36&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003590 10.0.0.38 - - [2024-10-17 02:34:55] "GET /virtual-network/ac6ad7b2-8dd0-4355-9aa1-3f6a291ab60f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.011096 10.0.0.38 - - [2024-10-17 02:34:55] "POST /neutron/floatingip HTTP/1.1" 200 579 0.013969 10.0.0.38 - - [2024-10-17 02:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.38 - - [2024-10-17 02:34:55] "GET /routing-instance/5afa8e44-1fa4-4fa7-b537-2e40325b1162?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.005480 10.0.0.38 - - [2024-10-17 02:34:55] "GET /route-target/fbaf00d1-d891-48ec-8443-06afbfd1806e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005623 10.0.0.38 - - [2024-10-17 02:34:55] "GET /floating-ip/b05790b8-0f92-4c67-9c32-acc252ab69c5 HTTP/1.1" 200 1892 0.008345 10.0.0.38 - - [2024-10-17 02:34:57] "GET /obj-perms HTTP/1.1" 200 5056 0.060065 10.0.0.38 - - [2024-10-17 02:34:57] "GET /obj-perms HTTP/1.1" 200 5056 0.064968 10.0.0.38 - - [2024-10-17 02:34:58] "POST /neutron/port HTTP/1.1" 200 1100 0.017846 10.0.0.38 - - [2024-10-17 02:34:58] "POST /neutron/port HTTP/1.1" 200 1100 0.018013 10.0.0.38 - - [2024-10-17 02:34:58] "POST /neutron/network HTTP/1.1" 200 848 0.007674 10.0.0.38 - - [2024-10-17 02:34:58] "POST /neutron/floatingip HTTP/1.1" 200 553 0.014363 10.0.0.38 - - [2024-10-17 02:34:58] "POST /neutron/subnet HTTP/1.1" 200 698 0.013858 10.0.0.38 - - [2024-10-17 02:34:58] "POST /neutron/port HTTP/1.1" 200 117 0.001725 10.0.0.38 - - [2024-10-17 02:34:58] "POST /neutron/network HTTP/1.1" 200 838 0.008936 10.0.0.38 - - [2024-10-17 02:34:59] "POST /neutron/floatingip HTTP/1.1" 200 579 0.012440 10.0.0.38 - - [2024-10-17 02:34:59] "POST /neutron/floatingip HTTP/1.1" 200 532 0.022479 10.0.0.38 - - [2024-10-17 02:34:59] "POST /neutron/floatingip HTTP/1.1" 200 532 0.006951 10.0.0.38 - - [2024-10-17 02:34:59] "POST /neutron/floatingip HTTP/1.1" 200 115 0.041320 10.0.0.38 - - [2024-10-17 02:34:59] "GET /floating-ip-pool/c15946c0-d97f-4cfc-9890-fff5929db904?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.004793 10.0.0.38 - - [2024-10-17 02:34:59] "POST /ref-update HTTP/1.1" 200 156 0.011127 10.0.0.38 - - [2024-10-17 02:34:59] "DELETE /floating-ip-pool/c15946c0-d97f-4cfc-9890-fff5929db904 HTTP/1.1" 200 115 0.030954 10.0.0.38 - - [2024-10-17 02:34:59] "POST /neutron/network HTTP/1.1" 200 838 0.008679 10.0.0.38 - - [2024-10-17 02:34:59] "POST /neutron/network HTTP/1.1" 400 204 0.085699 10.0.0.38 - - [2024-10-17 02:34:59] "POST /neutron/port HTTP/1.1" 200 1102 0.020531 10.0.0.38 - - [2024-10-17 02:34:59] "POST /neutron/port HTTP/1.1" 200 1128 0.017916 10.0.0.38 - - [2024-10-17 02:34:59] "POST /neutron/port HTTP/1.1" 200 1100 0.036016 10.0.0.38 - - [2024-10-17 02:35:00] "POST /neutron/port HTTP/1.1" 200 1126 0.010844 10.0.0.38 - - [2024-10-17 02:35:00] "POST /neutron/port HTTP/1.1" 200 151 0.156621 10.0.0.38 - - [2024-10-17 02:35:00] "POST /neutron/port HTTP/1.1" 200 151 0.145429 10.0.0.38 - - [2024-10-17 02:35:01] "POST /neutron/network HTTP/1.1" 200 838 0.006825 10.0.0.38 - - [2024-10-17 02:35:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004876 10.0.0.38 - - [2024-10-17 02:35:01] "POST /useragent-kv HTTP/1.1" 200 115 0.001756 10.0.0.38 - - [2024-10-17 02:35:01] "POST /useragent-kv HTTP/1.1" 200 115 0.001601 10.0.0.38 - - [2024-10-17 02:35:01] "POST /neutron/network HTTP/1.1" 200 151 0.109581 10.0.0.38 - - [2024-10-17 02:35:01] "DELETE /route-target/1bd32a04-a208-4b10-a1a4-edcd92aa0108 HTTP/1.1" 200 115 0.030596 10.0.0.38 - - [2024-10-17 02:35:01] "GET /routing-instance/3d132e66-9b41-4d22-93db-d62fc934c673 HTTP/1.1" 404 171 0.006160 10.0.0.38 - - [2024-10-17 02:35:01] "GET /domains HTTP/1.1" 200 280 0.003964 10.0.0.38 - - [2024-10-17 02:35:01] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001573 10.0.0.38 - - [2024-10-17 02:35:01] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a HTTP/1.1" 200 2585 0.055899 10.0.0.38 - - [2024-10-17 02:35:01] "GET /projects?obj_uuids=8b430283-6e2e-462d-a381-c09b7c186e36&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001697 10.0.0.38 - - [2024-10-17 02:35:01] "GET /project/8b430283-6e2e-462d-a381-c09b7c186e36 HTTP/1.1" 200 2175 0.089180 10.0.0.38 - - [2024-10-17 02:35:01] "POST /neutron/network HTTP/1.1" 200 840 0.007250 10.0.0.38 - - [2024-10-17 02:35:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006293 10.0.0.38 - - [2024-10-17 02:35:01] "POST /useragent-kv HTTP/1.1" 200 115 0.001729 10.0.0.38 - - [2024-10-17 02:35:01] "POST /useragent-kv HTTP/1.1" 200 115 0.001369 10.0.0.38 - - [2024-10-17 02:35:02] "POST /neutron/network HTTP/1.1" 200 151 0.101032 10.0.0.38 - - [2024-10-17 02:35:02] "GET /routing-instance/5afa8e44-1fa4-4fa7-b537-2e40325b1162 HTTP/1.1" 404 171 0.004742 10.0.0.38 - - [2024-10-17 02:35:02] "DELETE /route-target/fbaf00d1-d891-48ec-8443-06afbfd1806e HTTP/1.1" 200 115 0.027743 10.0.0.38 - - [2024-10-17 02:35:02] "GET /domains HTTP/1.1" 200 280 0.004711 10.0.0.38 - - [2024-10-17 02:35:02] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001926 10.0.0.38 - - [2024-10-17 02:35:02] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a HTTP/1.1" 200 2585 0.050757 10.0.0.38 - - [2024-10-17 02:35:02] "GET /projects?obj_uuids=8b430283-6e2e-462d-a381-c09b7c186e36&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001414 10.0.0.38 - - [2024-10-17 02:35:02] "GET /project/8b430283-6e2e-462d-a381-c09b7c186e36 HTTP/1.1" 200 1925 0.087466 10.0.0.38 - - [2024-10-17 02:35:02] "GET /projects?obj_uuids=8b430283-6e2e-462d-a381-c09b7c186e36&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001451 10.0.0.38 - - [2024-10-17 02:35:02] "GET /project/8b430283-6e2e-462d-a381-c09b7c186e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.042730 10.0.0.38 - - [2024-10-17 02:35:02] "GET /projects?obj_uuids=8b430283-6e2e-462d-a381-c09b7c186e36&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001341 10.0.0.38 - - [2024-10-17 02:35:02] "GET /project/8b430283-6e2e-462d-a381-c09b7c186e36?fields=virtual_networks HTTP/1.1" 200 1057 0.038616 10.0.0.38 - - [2024-10-17 02:35:02] "GET /projects?obj_uuids=8b430283-6e2e-462d-a381-c09b7c186e36&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001580 10.0.0.38 - - [2024-10-17 02:35:02] "GET /project/8b430283-6e2e-462d-a381-c09b7c186e36?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.037705 10.0.0.38 - - [2024-10-17 02:35:02] "GET /projects?obj_uuids=8b430283-6e2e-462d-a381-c09b7c186e36&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001412 10.0.0.38 - - [2024-10-17 02:35:02] "GET /project/8b430283-6e2e-462d-a381-c09b7c186e36?fields=security_groups HTTP/1.1" 200 1295 0.038396 10.0.0.38 - - [2024-10-17 02:35:03] "POST /fqname-to-id HTTP/1.1" 404 183 0.034005 10.0.0.38 - - [2024-10-17 02:35:03] "GET /projects?obj_uuids=f22e1099-69e9-44f8-9a2e-957a56dfe3ed&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003129 10.0.0.38 - - [2024-10-17 02:35:03] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002337 10.0.0.38 - - [2024-10-17 02:35:03] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.012146 10.0.0.38 - - [2024-10-17 02:35:03] "POST /id-to-fqname HTTP/1.1" 200 185 0.004538 10.0.0.38 - - [2024-10-17 02:35:03] "POST /fqname-to-id HTTP/1.1" 404 194 0.003759 10.0.0.38 - - [2024-10-17 02:35:04] "POST /security-groups HTTP/1.1" 200 586 0.074869 10.0.0.38 - - [2024-10-17 02:35:04] "POST /fqname-to-id HTTP/1.1" 404 229 0.003777 10.0.0.38 - - [2024-10-17 02:35:04] "POST /projects HTTP/1.1" 200 575 0.250902 10.0.0.38 - - [2024-10-17 02:35:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.286677 10.0.0.38 - - [2024-10-17 02:35:04] "POST /access-control-lists HTTP/1.1" 200 591 0.069367 10.0.0.38 - - [2024-10-17 02:35:04] "GET /project/f22e1099-69e9-44f8-9a2e-957a56dfe3ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.469880 10.0.0.38 - - [2024-10-17 02:35:04] "POST /fqname-to-id HTTP/1.1" 404 228 0.006927 10.0.0.38 - - [2024-10-17 02:35:04] "POST /access-control-lists HTTP/1.1" 200 589 0.068387 10.0.0.38 - - [2024-10-17 02:35:05] "GET / HTTP/1.1" 200 35931 0.002504 10.0.0.38 - - [2024-10-17 02:35:06] "GET /projects?obj_uuids=f22e1099-69e9-44f8-9a2e-957a56dfe3ed&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001494 10.0.0.38 - - [2024-10-17 02:35:06] "GET /project/f22e1099-69e9-44f8-9a2e-957a56dfe3ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.042955 10.0.0.38 - - [2024-10-17 02:35:06] "GET /projects?obj_uuids=f22e1099-69e9-44f8-9a2e-957a56dfe3ed&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001273 10.0.0.38 - - [2024-10-17 02:35:06] "GET /project/f22e1099-69e9-44f8-9a2e-957a56dfe3ed?fields=virtual_networks HTTP/1.1" 200 1023 0.044130 10.0.0.38 - - [2024-10-17 02:35:06] "GET /projects?obj_uuids=f22e1099-69e9-44f8-9a2e-957a56dfe3ed&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001582 10.0.0.38 - - [2024-10-17 02:35:07] "GET /project/f22e1099-69e9-44f8-9a2e-957a56dfe3ed?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.063382 10.0.0.38 - - [2024-10-17 02:35:07] "GET /projects?obj_uuids=f22e1099-69e9-44f8-9a2e-957a56dfe3ed&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001382 10.0.0.38 - - [2024-10-17 02:35:07] "GET /project/f22e1099-69e9-44f8-9a2e-957a56dfe3ed?fields=security_groups HTTP/1.1" 200 1244 0.039383 10.0.0.38 - - [2024-10-17 02:35:08] "POST /fqname-to-id HTTP/1.1" 404 191 0.032580 10.0.0.38 - - [2024-10-17 02:35:08] "GET /projects?obj_uuids=1d8cfafd-ce0b-461e-bfd3-0e96651ded59&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003253 10.0.0.38 - - [2024-10-17 02:35:08] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001747 10.0.0.38 - - [2024-10-17 02:35:08] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.013592 10.0.0.38 - - [2024-10-17 02:35:08] "POST /id-to-fqname HTTP/1.1" 200 193 0.001556 10.0.0.38 - - [2024-10-17 02:35:08] "POST /fqname-to-id HTTP/1.1" 404 202 0.004163 10.0.0.38 - - [2024-10-17 02:35:08] "POST /security-groups HTTP/1.1" 200 594 0.068109 10.0.0.38 - - [2024-10-17 02:35:08] "POST /fqname-to-id HTTP/1.1" 404 237 0.003058 10.0.0.38 - - [2024-10-17 02:35:08] "POST /projects HTTP/1.1" 200 591 0.228792 10.0.0.38 - - [2024-10-17 02:35:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.303464 10.0.0.38 - - [2024-10-17 02:35:08] "POST /access-control-lists HTTP/1.1" 200 599 0.061442 10.0.0.38 - - [2024-10-17 02:35:08] "POST /fqname-to-id HTTP/1.1" 404 236 0.004200 10.0.0.38 - - [2024-10-17 02:35:08] "GET /project/1d8cfafd-ce0b-461e-bfd3-0e96651ded59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.458532 10.0.0.38 - - [2024-10-17 02:35:08] "POST /access-control-lists HTTP/1.1" 200 597 0.064416 10.0.0.38 - - [2024-10-17 02:35:09] "GET / HTTP/1.1" 200 35931 0.002746 10.0.0.38 - - [2024-10-17 02:35:10] "GET /project/1d8cfafd-ce0b-461e-bfd3-0e96651ded59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000582 10.0.0.38 - - [2024-10-17 02:35:11] "GET /projects?obj_uuids=1d8cfafd-ce0b-461e-bfd3-0e96651ded59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001637 10.0.0.38 - - [2024-10-17 02:35:11] "GET /project/1d8cfafd-ce0b-461e-bfd3-0e96651ded59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.081314 10.0.0.38 - - [2024-10-17 02:35:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.38 - - [2024-10-17 02:35:11] "GET /security-group/ecd870e1-4fcc-43d8-bddf-04efb9d878d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.008123 10.0.0.38 - - [2024-10-17 02:35:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.38 - - [2024-10-17 02:35:11] "GET /projects?obj_uuids=1d8cfafd-ce0b-461e-bfd3-0e96651ded59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001765 10.0.0.38 - - [2024-10-17 02:35:11] "GET /project/1d8cfafd-ce0b-461e-bfd3-0e96651ded59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.041822 10.0.0.38 - - [2024-10-17 02:35:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.38 - - [2024-10-17 02:35:11] "GET /security-group/ecd870e1-4fcc-43d8-bddf-04efb9d878d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.005981 10.0.0.38 - - [2024-10-17 02:35:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.38 - - [2024-10-17 02:35:11] "PUT /security-group/ecd870e1-4fcc-43d8-bddf-04efb9d878d2 HTTP/1.1" 200 262 0.018603 10.0.0.38 - - [2024-10-17 02:35:11] "PUT /access-control-list/ea8495ff-2225-4a8e-8f5e-662b10351acb HTTP/1.1" 200 272 0.010943 10.0.0.38 - - [2024-10-17 02:35:11] "POST /fqname-to-id HTTP/1.1" 404 202 0.007611 10.0.0.38 - - [2024-10-17 02:35:11] "PUT /access-control-list/b113a3ca-e6fe-45cd-8b93-9777226e445d HTTP/1.1" 200 272 0.030126 10.0.0.38 - - [2024-10-17 02:35:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004076 10.0.0.38 - - [2024-10-17 02:35:11] "GET /projects?obj_uuids=1d8cfafd-ce0b-461e-bfd3-0e96651ded59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001914 10.0.0.38 - - [2024-10-17 02:35:11] "GET /project/1d8cfafd-ce0b-461e-bfd3-0e96651ded59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.046917 10.0.0.38 - - [2024-10-17 02:35:12] "POST /neutron/network HTTP/1.1" 200 117 0.036253 10.0.0.38 - - [2024-10-17 02:35:12] "GET /projects?obj_uuids=1d8cfafd-ce0b-461e-bfd3-0e96651ded59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001342 10.0.0.38 - - [2024-10-17 02:35:12] "POST /neutron/network HTTP/1.1" 200 608 0.092199 10.0.0.38 - - [2024-10-17 02:35:12] "POST /route-targets HTTP/1.1" 200 327 0.013073 10.0.0.38 - - [2024-10-17 02:35:12] "POST /ref-update HTTP/1.1" 200 156 0.016928 10.0.0.38 - - [2024-10-17 02:35:12] "POST /useragent-kv HTTP/1.1" 200 115 0.004858 10.0.0.38 - - [2024-10-17 02:35:12] "POST /neutron/subnet HTTP/1.1" 200 729 0.197063 10.0.0.38 - - [2024-10-17 02:35:12] "POST /neutron/network HTTP/1.1" 200 828 0.006312 10.0.0.38 - - [2024-10-17 02:35:12] "POST /id-to-fqname HTTP/1.1" 200 223 0.001392 10.0.0.38 - - [2024-10-17 02:35:12] "GET /virtual-network/aeb36553-99d8-47fd-9ccb-af1922a89b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.009610 10.0.0.38 - - [2024-10-17 02:35:12] "POST /neutron/network HTTP/1.1" 200 828 0.007834 10.0.0.38 - - [2024-10-17 02:35:12] "GET /virtual-network/aeb36553-99d8-47fd-9ccb-af1922a89b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.009814 10.0.0.38 - - [2024-10-17 02:35:12] "POST /neutron/network HTTP/1.1" 200 828 0.007127 10.0.0.38 - - [2024-10-17 02:35:12] "POST /neutron/subnet HTTP/1.1" 200 729 0.008073 10.0.0.38 - - [2024-10-17 02:35:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.38 - - [2024-10-17 02:35:12] "GET /projects?obj_uuids=1d8cfafd-ce0b-461e-bfd3-0e96651ded59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001268 10.0.0.38 - - [2024-10-17 02:35:12] "GET /project/1d8cfafd-ce0b-461e-bfd3-0e96651ded59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.040914 10.0.0.38 - - [2024-10-17 02:35:12] "POST /neutron/network HTTP/1.1" 200 117 0.010859 10.0.0.38 - - [2024-10-17 02:35:12] "GET /projects?obj_uuids=1d8cfafd-ce0b-461e-bfd3-0e96651ded59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001397 10.0.0.38 - - [2024-10-17 02:35:12] "POST /neutron/network HTTP/1.1" 200 615 0.116800 10.0.0.38 - - [2024-10-17 02:35:12] "POST /route-targets HTTP/1.1" 200 327 0.025345 10.0.0.38 - - [2024-10-17 02:35:12] "POST /ref-update HTTP/1.1" 200 156 0.016392 10.0.0.38 - - [2024-10-17 02:35:13] "POST /useragent-kv HTTP/1.1" 200 115 0.004863 10.0.0.38 - - [2024-10-17 02:35:13] "POST /neutron/subnet HTTP/1.1" 200 734 0.182852 10.0.0.38 - - [2024-10-17 02:35:13] "POST /neutron/network HTTP/1.1" 200 836 0.006781 10.0.0.38 - - [2024-10-17 02:35:13] "POST /id-to-fqname HTTP/1.1" 200 227 0.001539 10.0.0.38 - - [2024-10-17 02:35:13] "GET /virtual-network/91efb8c1-1b99-4c99-b8d2-8df1b9ead63f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.010412 10.0.0.38 - - [2024-10-17 02:35:13] "POST /neutron/network HTTP/1.1" 200 836 0.007175 10.0.0.38 - - [2024-10-17 02:35:13] "GET /virtual-network/91efb8c1-1b99-4c99-b8d2-8df1b9ead63f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.010399 10.0.0.38 - - [2024-10-17 02:35:13] "POST /neutron/network HTTP/1.1" 200 836 0.007099 10.0.0.38 - - [2024-10-17 02:35:13] "POST /neutron/subnet HTTP/1.1" 200 734 0.009359 10.0.0.38 - - [2024-10-17 02:35:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.001698 10.0.0.38 - - [2024-10-17 02:35:13] "POST /neutron/network HTTP/1.1" 200 838 0.006878 10.0.0.38 - - [2024-10-17 02:35:13] "GET /aaa-mode HTTP/1.1" 401 292 0.000510 10.0.0.38 - - [2024-10-17 02:35:13] "GET / HTTP/1.1" 200 35931 0.002285 10.0.0.38 - - [2024-10-17 02:35:13] "GET /project/1d8cfafd-ce0b-461e-bfd3-0e96651ded59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000497 10.0.0.38 - - [2024-10-17 02:35:14] "GET /projects?obj_uuids=1d8cfafd-ce0b-461e-bfd3-0e96651ded59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001348 10.0.0.38 - - [2024-10-17 02:35:14] "GET /project/1d8cfafd-ce0b-461e-bfd3-0e96651ded59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.069813 10.0.0.38 - - [2024-10-17 02:35:14] "POST /neutron/network HTTP/1.1" 200 828 0.006492 10.0.0.38 - - [2024-10-17 02:35:14] "POST /neutron/port HTTP/1.1" 200 117 0.006032 10.0.0.38 - - [2024-10-17 02:35:14] "POST /neutron/port HTTP/1.1" 200 117 0.007443 10.0.0.38 - - [2024-10-17 02:35:14] "POST /id-to-fqname HTTP/1.1" 200 227 0.001899 10.0.0.38 - - [2024-10-17 02:35:14] "POST /neutron/port HTTP/1.1" 200 117 0.007238 10.0.0.38 - - [2024-10-17 02:35:14] "POST /neutron/network HTTP/1.1" 200 846 0.009529 10.0.0.38 - - [2024-10-17 02:35:14] "GET /aaa-mode HTTP/1.1" 401 292 0.000632 10.0.0.38 - - [2024-10-17 02:35:15] "POST /neutron/network HTTP/1.1" 200 838 0.007400 10.0.0.38 - - [2024-10-17 02:35:15] "GET /projects?obj_uuids=1d8cfafd-ce0b-461e-bfd3-0e96651ded59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001502 10.0.0.38 - - [2024-10-17 02:35:15] "GET / HTTP/1.1" 200 35931 0.001960 10.0.0.38 - - [2024-10-17 02:35:15] "GET /project/1d8cfafd-ce0b-461e-bfd3-0e96651ded59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000529 10.0.0.38 - - [2024-10-17 02:35:15] "POST /neutron/port HTTP/1.1" 200 1064 0.269073 10.0.0.38 - - [2024-10-17 02:35:15] "POST /neutron/port HTTP/1.1" 200 1064 0.014291 10.0.0.38 - - [2024-10-17 02:35:15] "POST /neutron/port HTTP/1.1" 200 1064 0.010743 10.0.0.38 - - [2024-10-17 02:35:15] "POST /neutron/port HTTP/1.1" 200 1118 0.101892 10.0.0.38 - - [2024-10-17 02:35:15] "POST /neutron/port HTTP/1.1" 200 1092 0.016883 10.0.0.38 - - [2024-10-17 02:35:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005233 10.0.0.38 - - [2024-10-17 02:35:15] "GET /projects?obj_uuids=1d8cfafd-ce0b-461e-bfd3-0e96651ded59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001902 10.0.0.38 - - [2024-10-17 02:35:15] "POST /neutron/subnet HTTP/1.1" 200 703 0.021394 10.0.0.38 - - [2024-10-17 02:35:15] "POST /neutron/port HTTP/1.1" 200 117 0.001487 10.0.0.38 - - [2024-10-17 02:35:15] "GET /project/1d8cfafd-ce0b-461e-bfd3-0e96651ded59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.088094 10.0.0.38 - - [2024-10-17 02:35:15] "POST /neutron/network HTTP/1.1" 200 828 0.007926 10.0.0.38 - - [2024-10-17 02:35:15] "POST /neutron/network HTTP/1.1" 200 836 0.007804 10.0.0.38 - - [2024-10-17 02:35:15] "POST /neutron/port HTTP/1.1" 200 1092 0.032876 10.0.0.38 - - [2024-10-17 02:35:15] "POST /neutron/security_group HTTP/1.1" 200 2002 0.013964 10.0.0.38 - - [2024-10-17 02:35:15] "POST /neutron/port HTTP/1.1" 200 117 0.008053 10.0.0.38 - - [2024-10-17 02:35:15] "GET /projects?obj_uuids=1d8cfafd-ce0b-461e-bfd3-0e96651ded59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001484 10.0.0.38 - - [2024-10-17 02:35:16] "POST /neutron/router HTTP/1.1" 200 585 0.110585 10.0.0.38 - - [2024-10-17 02:35:16] "POST /neutron/router HTTP/1.1" 200 585 0.013841 10.0.0.38 - - [2024-10-17 02:35:16] "POST /route-targets HTTP/1.1" 200 327 0.039543 10.0.0.38 - - [2024-10-17 02:35:16] "PUT /logical-router/44cea146-0c50-4d9c-bf86-182e9786da39 HTTP/1.1" 200 262 0.044092 10.0.0.38 - - [2024-10-17 02:35:16] "POST /neutron/router HTTP/1.1" 200 656 0.077850 10.0.0.38 - - [2024-10-17 02:35:16] "GET /logical-router/44cea146-0c50-4d9c-bf86-182e9786da39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.010196 10.0.0.38 - - [2024-10-17 02:35:16] "POST /neutron/router HTTP/1.1" 200 656 0.010897 10.0.0.38 - - [2024-10-17 02:35:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.019058 10.0.0.38 - - [2024-10-17 02:35:16] "GET /service-template/69eebdb1-7e83-4ce0-8dba-3ab94b7be14b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.008051 10.0.0.38 - - [2024-10-17 02:35:16] "GET /projects?obj_uuids=1d8cfafd-ce0b-461e-bfd3-0e96651ded59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001452 10.0.0.38 - - [2024-10-17 02:35:16] "POST /fqname-to-id HTTP/1.1" 404 215 0.012277 10.0.0.38 - - [2024-10-17 02:35:16] "POST /neutron/network HTTP/1.1" 200 846 0.017697 10.0.0.38 - - [2024-10-17 02:35:16] "GET /projects?obj_uuids=1d8cfafd-ce0b-461e-bfd3-0e96651ded59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001458 10.0.0.38 - - [2024-10-17 02:35:16] "POST /useragent-kv HTTP/1.1" 200 115 0.015970 10.0.0.38 - - [2024-10-17 02:35:16] "POST /virtual-networks HTTP/1.1" 200 694 0.340154 10.0.0.38 - - [2024-10-17 02:35:16] "POST /route-targets HTTP/1.1" 200 327 0.041376 10.0.0.38 - - [2024-10-17 02:35:16] "POST /neutron/router HTTP/1.1" 200 344 0.569564 10.0.0.38 - - [2024-10-17 02:35:16] "POST /ref-update HTTP/1.1" 200 156 0.055991 10.0.0.38 - - [2024-10-17 02:35:16] "POST /service-instances HTTP/1.1" 200 670 0.123709 10.0.0.38 - - [2024-10-17 02:35:16] "POST /ref-update HTTP/1.1" 200 156 0.066029 10.0.0.38 - - [2024-10-17 02:35:16] "POST /neutron/port HTTP/1.1" 200 1092 0.101899 10.0.0.38 - - [2024-10-17 02:35:17] "POST /neutron/security_group HTTP/1.1" 200 2002 0.016498 10.0.0.38 - - [2024-10-17 02:35:17] "POST /route-tables HTTP/1.1" 200 582 0.093222 10.0.0.38 - - [2024-10-17 02:35:17] "POST /neutron/port HTTP/1.1" 200 1065 0.539611 10.0.0.38 - - [2024-10-17 02:35:17] "PUT /logical-router/44cea146-0c50-4d9c-bf86-182e9786da39 HTTP/1.1" 200 262 0.021238 10.0.0.38 - - [2024-10-17 02:35:17] "POST /neutron/port HTTP/1.1" 200 1065 0.025393 10.0.0.38 - - [2024-10-17 02:35:17] "POST /ref-update HTTP/1.1" 200 156 0.058376 10.0.0.38 - - [2024-10-17 02:35:17] "POST /neutron/port HTTP/1.1" 200 1065 0.029653 10.0.0.38 - - [2024-10-17 02:35:17] "POST /neutron/port HTTP/1.1" 200 1119 0.115953 10.0.0.38 - - [2024-10-17 02:35:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.38 - - [2024-10-17 02:35:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004349 10.0.0.38 - - [2024-10-17 02:35:17] "POST /virtual-machines HTTP/1.1" 200 553 0.021002 10.0.0.38 - - [2024-10-17 02:35:17] "POST /neutron/port HTTP/1.1" 200 1093 0.029096 10.0.0.38 - - [2024-10-17 02:35:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004063 10.0.0.38 - - [2024-10-17 02:35:17] "POST /neutron/subnet HTTP/1.1" 200 708 0.023032 10.0.0.38 - - [2024-10-17 02:35:17] "POST /neutron/port HTTP/1.1" 200 117 0.001938 10.0.0.38 - - [2024-10-17 02:35:17] "POST /neutron/network HTTP/1.1" 200 836 0.055732 10.0.0.38 - - [2024-10-17 02:35:17] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.125015 10.0.0.38 - - [2024-10-17 02:35:17] "POST /chown HTTP/1.1" 200 109 0.011465 10.0.0.38 - - [2024-10-17 02:35:17] "POST /instance-ips HTTP/1.1" 200 551 0.037245 10.0.0.38 - - [2024-10-17 02:35:17] "POST /instance-ips HTTP/1.1" 400 246 0.041408 10.0.0.38 - - [2024-10-17 02:35:17] "POST /chown HTTP/1.1" 200 109 0.017718 10.0.0.38 - - [2024-10-17 02:35:17] "PUT /virtual-machine-interface/5d4dd701-7780-400d-9908-5cb27a8b5814 HTTP/1.1" 200 284 0.013705 10.0.0.38 - - [2024-10-17 02:35:17] "PUT /instance-ip/8e909ac2-99ed-4191-ba54-7a990ae4ad55 HTTP/1.1" 200 256 0.018848 10.0.0.38 - - [2024-10-17 02:35:18] "POST /ref-update HTTP/1.1" 200 156 0.015665 10.0.0.38 - - [2024-10-17 02:35:18] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.122571 10.0.0.38 - - [2024-10-17 02:35:18] "POST /chown HTTP/1.1" 200 109 0.018336 10.0.0.38 - - [2024-10-17 02:35:18] "POST /instance-ips HTTP/1.1" 200 549 0.039340 10.0.0.38 - - [2024-10-17 02:35:18] "POST /instance-ips HTTP/1.1" 400 316 0.026533 10.0.0.38 - - [2024-10-17 02:35:18] "POST /chown HTTP/1.1" 200 109 0.011727 10.0.0.38 - - [2024-10-17 02:35:18] "PUT /virtual-machine-interface/615785af-3921-4f77-8b02-07be65b23224 HTTP/1.1" 200 284 0.012317 10.0.0.38 - - [2024-10-17 02:35:18] "PUT /instance-ip/bf17660b-7e67-4bd3-a252-6971b0fa0c07 HTTP/1.1" 200 256 0.017451 10.0.0.38 - - [2024-10-17 02:35:18] "POST /ref-update HTTP/1.1" 200 156 0.022998 10.0.0.38 - - [2024-10-17 02:35:18] "POST /ref-update HTTP/1.1" 200 156 0.021633 10.0.0.38 - - [2024-10-17 02:35:18] "POST /ref-update HTTP/1.1" 200 156 0.012828 10.0.0.38 - - [2024-10-17 02:35:18] "PUT /routing-instance/7b3a7edb-3016-4b65-8948-7cab45ebb8de HTTP/1.1" 200 266 0.046957 10.0.0.38 - - [2024-10-17 02:35:18] "POST /virtual-machines HTTP/1.1" 200 553 0.057137 10.0.0.38 - - [2024-10-17 02:35:19] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.122894 10.0.0.38 - - [2024-10-17 02:35:19] "POST /chown HTTP/1.1" 200 109 0.008572 10.0.0.38 - - [2024-10-17 02:35:19] "POST /instance-ips HTTP/1.1" 400 246 0.020869 10.0.0.38 - - [2024-10-17 02:35:19] "POST /chown HTTP/1.1" 200 109 0.015547 10.0.0.38 - - [2024-10-17 02:35:19] "PUT /virtual-machine-interface/b0b9cb19-69d4-420a-b0e5-471a6731b918 HTTP/1.1" 200 284 0.017176 10.0.0.38 - - [2024-10-17 02:35:19] "PUT /instance-ip/8e909ac2-99ed-4191-ba54-7a990ae4ad55 HTTP/1.1" 200 256 0.017153 10.0.0.38 - - [2024-10-17 02:35:19] "POST /ref-update HTTP/1.1" 200 156 0.016987 10.0.0.38 - - [2024-10-17 02:35:19] "POST /ref-update HTTP/1.1" 200 156 0.013772 10.0.0.38 - - [2024-10-17 02:35:19] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.134981 10.0.0.38 - - [2024-10-17 02:35:19] "POST /ref-update HTTP/1.1" 200 156 0.029725 10.0.0.38 - - [2024-10-17 02:35:19] "PUT /routing-instance/7b3a7edb-3016-4b65-8948-7cab45ebb8de HTTP/1.1" 200 266 0.025858 10.0.0.38 - - [2024-10-17 02:35:19] "POST /chown HTTP/1.1" 200 109 0.012892 10.0.0.38 - - [2024-10-17 02:35:19] "POST /instance-ips HTTP/1.1" 400 316 0.017552 10.0.0.38 - - [2024-10-17 02:35:19] "POST /chown HTTP/1.1" 200 109 0.011297 10.0.0.38 - - [2024-10-17 02:35:19] "PUT /virtual-machine-interface/6848b417-1136-45a4-8676-eaa555b8f562 HTTP/1.1" 200 284 0.014162 10.0.0.38 - - [2024-10-17 02:35:19] "PUT /instance-ip/bf17660b-7e67-4bd3-a252-6971b0fa0c07 HTTP/1.1" 200 256 0.020428 10.0.0.38 - - [2024-10-17 02:35:20] "POST /ref-update HTTP/1.1" 200 156 0.015177 10.0.0.38 - - [2024-10-17 02:35:20] "POST /ref-update HTTP/1.1" 200 156 0.024600 10.0.0.38 - - [2024-10-17 02:35:20] "POST /ref-update HTTP/1.1" 200 156 0.017558 10.0.0.38 - - [2024-10-17 02:35:20] "PUT /routing-instance/7b3a7edb-3016-4b65-8948-7cab45ebb8de HTTP/1.1" 200 266 0.040995 10.0.0.38 - - [2024-10-17 02:35:22] "POST /neutron/port HTTP/1.1" 200 1092 0.017427 10.0.0.38 - - [2024-10-17 02:35:22] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008446 10.0.0.38 - - [2024-10-17 02:35:22] "POST /neutron/port HTTP/1.1" 200 1092 0.019396 10.0.0.38 - - [2024-10-17 02:35:22] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009512 10.0.0.38 - - [2024-10-17 02:35:22] "POST /neutron/port HTTP/1.1" 200 1092 0.016674 10.0.0.38 - - [2024-10-17 02:35:22] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007246 10.0.0.38 - - [2024-10-17 02:35:22] "GET /virtual-machine/3e7959b9-19af-44c1-9159-73cd049bb36f HTTP/1.1" 401 292 0.000535 10.0.0.38 - - [2024-10-17 02:35:22] "GET /virtual-machine/3e7959b9-19af-44c1-9159-73cd049bb36f HTTP/1.1" 200 1295 0.035462 10.0.0.38 - - [2024-10-17 02:35:22] "GET /virtual-machine-interface/ab78f7b4-58f9-4347-8355-55cb3849963e HTTP/1.1" 200 2956 0.012211 10.0.0.38 - - [2024-10-17 02:35:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.38 - - [2024-10-17 02:35:22] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005541 10.0.0.38 - - [2024-10-17 02:35:22] "GET /virtual-networks?parent_id=1d8cfafd-ce0b-461e-bfd3-0e96651ded59&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.005050 10.0.0.38 - - [2024-10-17 02:35:22] "GET /virtual-network/aeb36553-99d8-47fd-9ccb-af1922a89b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.010523 10.0.0.38 - - [2024-10-17 02:35:25] "POST /neutron/port HTTP/1.1" 200 1092 0.020310 10.0.0.38 - - [2024-10-17 02:35:25] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007211 10.0.0.38 - - [2024-10-17 02:35:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.38 - - [2024-10-17 02:35:26] "GET /virtual-network/aeb36553-99d8-47fd-9ccb-af1922a89b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.010883 10.0.0.38 - - [2024-10-17 02:35:27] "POST /neutron/port HTTP/1.1" 200 1093 0.016515 10.0.0.38 - - [2024-10-17 02:35:27] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007340 10.0.0.38 - - [2024-10-17 02:35:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004050 10.0.0.38 - - [2024-10-17 02:35:28] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005618 10.0.0.38 - - [2024-10-17 02:35:28] "GET /virtual-networks?parent_id=1d8cfafd-ce0b-461e-bfd3-0e96651ded59&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004748 10.0.0.38 - - [2024-10-17 02:35:28] "GET /virtual-network/aeb36553-99d8-47fd-9ccb-af1922a89b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.010750 10.0.0.38 - - [2024-10-17 02:35:28] "POST /neutron/port HTTP/1.1" 200 1093 0.015593 10.0.0.38 - - [2024-10-17 02:35:28] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007180 10.0.0.38 - - [2024-10-17 02:35:28] "POST /neutron/port HTTP/1.1" 200 1093 0.018377 10.0.0.38 - - [2024-10-17 02:35:28] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007953 10.0.0.38 - - [2024-10-17 02:35:28] "POST /neutron/port HTTP/1.1" 200 1093 0.016185 10.0.0.38 - - [2024-10-17 02:35:28] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007376 10.0.0.38 - - [2024-10-17 02:35:28] "GET /virtual-machine/51cfcb81-61da-4d22-b12f-4c0e9a8a6a23 HTTP/1.1" 200 1295 0.006553 10.0.0.38 - - [2024-10-17 02:35:28] "GET /virtual-machine-interface/9c73aca0-6367-4f8d-b4a5-b84453adfd5b HTTP/1.1" 200 2969 0.010216 10.0.0.38 - - [2024-10-17 02:35:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.38 - - [2024-10-17 02:35:28] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004215 10.0.0.38 - - [2024-10-17 02:35:28] "GET /virtual-networks?parent_id=1d8cfafd-ce0b-461e-bfd3-0e96651ded59&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003440 10.0.0.38 - - [2024-10-17 02:35:28] "GET /virtual-network/91efb8c1-1b99-4c99-b8d2-8df1b9ead63f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.010309 10.0.0.38 - - [2024-10-17 02:35:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004465 10.0.0.38 - - [2024-10-17 02:35:30] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.006227 10.0.0.38 - - [2024-10-17 02:35:30] "GET /virtual-networks?parent_id=1d8cfafd-ce0b-461e-bfd3-0e96651ded59&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003450 10.0.0.38 - - [2024-10-17 02:35:30] "GET /virtual-network/91efb8c1-1b99-4c99-b8d2-8df1b9ead63f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.011337 10.0.0.38 - - [2024-10-17 02:35:34] "POST /neutron/router HTTP/1.1" 200 656 0.005194 10.0.0.38 - - [2024-10-17 02:35:34] "POST /ref-update HTTP/1.1" 200 156 0.016969 10.0.0.38 - - [2024-10-17 02:35:34] "POST /neutron/router HTTP/1.1" 200 344 0.152400 10.0.0.38 - - [2024-10-17 02:35:34] "POST /neutron/router HTTP/1.1" 200 656 0.007124 10.0.0.38 - - [2024-10-17 02:35:34] "GET /logical-router/44cea146-0c50-4d9c-bf86-182e9786da39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1972 0.005958 10.0.0.38 - - [2024-10-17 02:35:34] "GET /service-instance/fe743138-f67f-44ee-80d4-de862b205711?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.006149 10.0.0.38 - - [2024-10-17 02:35:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.38 - - [2024-10-17 02:35:34] "POST /neutron/router HTTP/1.1" 200 151 0.075286 10.0.0.38 - - [2024-10-17 02:35:34] "DELETE /route-target/a98f2e68-8ad7-4e45-af41-1f43e1baec01 HTTP/1.1" 409 239 0.009425 10.0.0.38 - - [2024-10-17 02:35:34] "PUT /logical-router/44cea146-0c50-4d9c-bf86-182e9786da39 HTTP/1.1" 404 171 0.003432 10.0.0.38 - - [2024-10-17 02:35:34] "POST /ref-update HTTP/1.1" 200 156 0.019531 10.0.0.38 - - [2024-10-17 02:35:34] "DELETE /route-table/d6a28249-c4b7-447a-a458-875df6088c78 HTTP/1.1" 200 115 0.036368 10.0.0.38 - - [2024-10-17 02:35:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.010359 10.0.0.38 - - [2024-10-17 02:35:34] "PUT /routing-instance/7b3a7edb-3016-4b65-8948-7cab45ebb8de HTTP/1.1" 200 266 0.015453 10.0.0.38 - - [2024-10-17 02:35:34] "GET /virtual-network/8f65ffae-3cd8-4d1d-9b27-3cb511668af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.010978 10.0.0.38 - - [2024-10-17 02:35:34] "POST /neutron/network HTTP/1.1" 200 836 0.008753 10.0.0.38 - - [2024-10-17 02:35:34] "POST /ref-update HTTP/1.1" 200 156 0.013884 10.0.0.38 - - [2024-10-17 02:35:34] "POST /neutron/network HTTP/1.1" 400 204 0.051677 10.0.0.38 - - [2024-10-17 02:35:34] "POST /ref-update HTTP/1.1" 200 156 0.012000 10.0.0.38 - - [2024-10-17 02:35:34] "DELETE /instance-ip/bf17660b-7e67-4bd3-a252-6971b0fa0c07 HTTP/1.1" 200 115 0.035903 10.0.0.38 - - [2024-10-17 02:35:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001565 10.0.0.38 - - [2024-10-17 02:35:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.009638 10.0.0.38 - - [2024-10-17 02:35:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001880 10.0.0.38 - - [2024-10-17 02:35:35] "DELETE /virtual-network/8f65ffae-3cd8-4d1d-9b27-3cb511668af7 HTTP/1.1" 200 115 0.182906 10.0.0.38 - - [2024-10-17 02:35:35] "DELETE /route-target/3b5cbdd3-955b-47cf-9b76-9053ab1f2504 HTTP/1.1" 200 115 0.034328 10.0.0.38 - - [2024-10-17 02:35:35] "DELETE /service-instance/fe743138-f67f-44ee-80d4-de862b205711 HTTP/1.1" 200 115 0.048342 10.0.0.38 - - [2024-10-17 02:35:35] "GET /logical-router/44cea146-0c50-4d9c-bf86-182e9786da39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004366 10.0.0.38 - - [2024-10-17 02:35:35] "GET /service-instance/fe743138-f67f-44ee-80d4-de862b205711?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003703 10.0.0.38 - - [2024-10-17 02:35:35] "POST /neutron/port HTTP/1.1" 200 1093 0.025044 10.0.0.38 - - [2024-10-17 02:35:35] "POST /neutron/port HTTP/1.1" 200 1119 0.019258 10.0.0.38 - - [2024-10-17 02:35:35] "GET /virtual-machine-interface/615785af-3921-4f77-8b02-07be65b23224?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1333 0.013644 10.0.0.38 - - [2024-10-17 02:35:35] "POST /neutron/port HTTP/1.1" 200 1092 0.033491 10.0.0.38 - - [2024-10-17 02:35:35] "POST /neutron/port HTTP/1.1" 200 1118 0.015098 10.0.0.38 - - [2024-10-17 02:35:35] "DELETE /virtual-machine-interface/615785af-3921-4f77-8b02-07be65b23224 HTTP/1.1" 200 115 0.077443 10.0.0.38 - - [2024-10-17 02:35:35] "GET /virtual-machine-interface/5d4dd701-7780-400d-9908-5cb27a8b5814?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1653 0.011458 10.0.0.38 - - [2024-10-17 02:35:35] "POST /ref-update HTTP/1.1" 200 156 0.027180 10.0.0.38 - - [2024-10-17 02:35:35] "POST /neutron/port HTTP/1.1" 200 151 0.221961 10.0.0.38 - - [2024-10-17 02:35:35] "POST /neutron/port HTTP/1.1" 200 151 0.192187 10.0.0.38 - - [2024-10-17 02:35:35] "GET /instance-ip/8e909ac2-99ed-4191-ba54-7a990ae4ad55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.010270 10.0.0.38 - - [2024-10-17 02:35:35] "DELETE /virtual-machine-interface/5d4dd701-7780-400d-9908-5cb27a8b5814 HTTP/1.1" 200 115 0.047261 10.0.0.38 - - [2024-10-17 02:35:35] "POST /ref-update HTTP/1.1" 200 156 0.015571 10.0.0.38 - - [2024-10-17 02:35:35] "DELETE /virtual-machine/6515c6a4-e93d-42eb-82bb-928f393307a8 HTTP/1.1" 200 115 0.026440 10.0.0.38 - - [2024-10-17 02:35:35] "GET /virtual-machine-interface/6848b417-1136-45a4-8676-eaa555b8f562?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1332 0.012803 10.0.0.38 - - [2024-10-17 02:35:35] "DELETE /virtual-machine-interface/6848b417-1136-45a4-8676-eaa555b8f562 HTTP/1.1" 200 115 0.040491 10.0.0.38 - - [2024-10-17 02:35:35] "GET /virtual-machine-interface/b0b9cb19-69d4-420a-b0e5-471a6731b918?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1654 0.014923 10.0.0.38 - - [2024-10-17 02:35:35] "POST /ref-update HTTP/1.1" 200 156 0.016699 10.0.0.38 - - [2024-10-17 02:35:35] "GET /instance-ip/8e909ac2-99ed-4191-ba54-7a990ae4ad55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1698 0.007970 10.0.0.38 - - [2024-10-17 02:35:36] "DELETE /instance-ip/8e909ac2-99ed-4191-ba54-7a990ae4ad55 HTTP/1.1" 200 115 0.033642 10.0.0.38 - - [2024-10-17 02:35:36] "DELETE /virtual-machine-interface/b0b9cb19-69d4-420a-b0e5-471a6731b918 HTTP/1.1" 200 115 0.047508 10.0.0.38 - - [2024-10-17 02:35:36] "DELETE /virtual-machine/5e940cb9-8c6e-4c9b-9a1d-f4dbc868f0b5 HTTP/1.1" 200 115 0.023452 10.0.0.38 - - [2024-10-17 02:35:36] "POST /neutron/network HTTP/1.1" 200 836 0.008721 10.0.0.38 - - [2024-10-17 02:35:36] "POST /useragent-kv HTTP/1.1" 200 115 0.001593 10.0.0.38 - - [2024-10-17 02:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.008458 10.0.0.38 - - [2024-10-17 02:35:36] "POST /useragent-kv HTTP/1.1" 200 115 0.001500 10.0.0.38 - - [2024-10-17 02:35:36] "POST /neutron/network HTTP/1.1" 200 151 0.118454 10.0.0.38 - - [2024-10-17 02:35:36] "DELETE /route-target/706b4778-d790-42b0-b71d-57997449d67f HTTP/1.1" 200 115 0.022377 10.0.0.38 - - [2024-10-17 02:35:36] "POST /neutron/network HTTP/1.1" 200 828 0.016512 10.0.0.38 - - [2024-10-17 02:35:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.007566 10.0.0.38 - - [2024-10-17 02:35:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002102 10.0.0.38 - - [2024-10-17 02:35:37] "POST /useragent-kv HTTP/1.1" 200 115 0.001450 10.0.0.38 - - [2024-10-17 02:35:37] "POST /neutron/network HTTP/1.1" 200 151 0.117610 10.0.0.38 - - [2024-10-17 02:35:37] "DELETE /route-target/a4f90140-5119-4735-b75b-1d5d025456f9 HTTP/1.1" 200 115 0.037093 10.0.0.38 - - [2024-10-17 02:35:37] "GET /projects?obj_uuids=1d8cfafd-ce0b-461e-bfd3-0e96651ded59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001818 10.0.0.38 - - [2024-10-17 02:35:37] "GET /project/1d8cfafd-ce0b-461e-bfd3-0e96651ded59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.044350 10.0.0.38 - - [2024-10-17 02:35:37] "GET /projects?obj_uuids=1d8cfafd-ce0b-461e-bfd3-0e96651ded59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001980 10.0.0.38 - - [2024-10-17 02:35:37] "GET /project/1d8cfafd-ce0b-461e-bfd3-0e96651ded59?fields=virtual_networks HTTP/1.1" 200 1038 0.048868 10.0.0.38 - - [2024-10-17 02:35:37] "GET /projects?obj_uuids=1d8cfafd-ce0b-461e-bfd3-0e96651ded59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001673 10.0.0.38 - - [2024-10-17 02:35:37] "GET /project/1d8cfafd-ce0b-461e-bfd3-0e96651ded59?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.037510 10.0.0.38 - - [2024-10-17 02:35:37] "GET /projects?obj_uuids=1d8cfafd-ce0b-461e-bfd3-0e96651ded59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001571 10.0.0.38 - - [2024-10-17 02:35:37] "GET /project/1d8cfafd-ce0b-461e-bfd3-0e96651ded59?fields=security_groups HTTP/1.1" 200 1267 0.040177 10.0.0.38 - - [2024-10-17 02:35:38] "POST /fqname-to-id HTTP/1.1" 404 196 0.033690 10.0.0.38 - - [2024-10-17 02:35:38] "GET /projects?obj_uuids=23ddc469-94ba-4c65-8a47-8f4c6b40c623&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002843 10.0.0.38 - - [2024-10-17 02:35:38] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001529 10.0.0.38 - - [2024-10-17 02:35:38] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011142 10.0.0.38 - - [2024-10-17 02:35:38] "POST /id-to-fqname HTTP/1.1" 200 198 0.001624 10.0.0.38 - - [2024-10-17 02:35:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.004678 10.0.0.38 - - [2024-10-17 02:35:38] "POST /security-groups HTTP/1.1" 200 599 0.067481 10.0.0.38 - - [2024-10-17 02:35:38] "POST /fqname-to-id HTTP/1.1" 404 242 0.004326 10.0.0.38 - - [2024-10-17 02:35:38] "POST /projects HTTP/1.1" 200 601 0.238385 10.0.0.38 - - [2024-10-17 02:35:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.270672 10.0.0.38 - - [2024-10-17 02:35:39] "POST /access-control-lists HTTP/1.1" 200 604 0.064807 10.0.0.38 - - [2024-10-17 02:35:39] "GET /project/23ddc469-94ba-4c65-8a47-8f4c6b40c623?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.426839 10.0.0.38 - - [2024-10-17 02:35:39] "POST /fqname-to-id HTTP/1.1" 404 241 0.003319 10.0.0.38 - - [2024-10-17 02:35:39] "POST /access-control-lists HTTP/1.1" 200 602 0.239595 10.0.0.38 - - [2024-10-17 02:35:40] "GET / HTTP/1.1" 200 35931 0.002673 10.0.0.38 - - [2024-10-17 02:35:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000736 10.0.0.38 - - [2024-10-17 02:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.063797 10.0.0.38 - - [2024-10-17 02:35:41] "GET /projects?obj_uuids=23ddc469-94ba-4c65-8a47-8f4c6b40c623&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001448 10.0.0.38 - - [2024-10-17 02:35:41] "GET /project/23ddc469-94ba-4c65-8a47-8f4c6b40c623?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.035270 10.0.0.38 - - [2024-10-17 02:35:41] "POST /neutron/network HTTP/1.1" 200 117 0.035603 10.0.0.38 - - [2024-10-17 02:35:41] "GET /projects?obj_uuids=23ddc469-94ba-4c65-8a47-8f4c6b40c623&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002143 10.0.0.38 - - [2024-10-17 02:35:41] "POST /neutron/network HTTP/1.1" 200 613 0.079396 10.0.0.38 - - [2024-10-17 02:35:41] "POST /route-targets HTTP/1.1" 200 327 0.018444 10.0.0.38 - - [2024-10-17 02:35:41] "POST /ref-update HTTP/1.1" 200 156 0.013270 10.0.0.38 - - [2024-10-17 02:35:41] "POST /useragent-kv HTTP/1.1" 200 115 0.004442 10.0.0.38 - - [2024-10-17 02:35:42] "POST /neutron/subnet HTTP/1.1" 200 729 0.186039 10.0.0.38 - - [2024-10-17 02:35:42] "POST /useragent-kv HTTP/1.1" 200 115 0.005433 10.0.0.38 - - [2024-10-17 02:35:42] "POST /neutron/subnet HTTP/1.1" 200 823 0.193405 10.0.0.38 - - [2024-10-17 02:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.045945 10.0.0.38 - - [2024-10-17 02:35:42] "GET /virtual-network/96719fb8-6086-4104-a381-15552fc52666?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.017650 10.0.0.38 - - [2024-10-17 02:35:42] "POST /neutron/network HTTP/1.1" 200 1006 0.016687 10.0.0.38 - - [2024-10-17 02:35:42] "POST /id-to-fqname HTTP/1.1" 200 228 0.002141 10.0.0.38 - - [2024-10-17 02:35:42] "GET /virtual-network/b2ee03ea-6b8e-46c2-9d08-8d7426d709cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.010670 10.0.0.38 - - [2024-10-17 02:35:42] "POST /neutron/network HTTP/1.1" 200 1006 0.008893 10.0.0.38 - - [2024-10-17 02:35:42] "GET /virtual-network/b2ee03ea-6b8e-46c2-9d08-8d7426d709cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.010580 10.0.0.38 - - [2024-10-17 02:35:42] "POST /neutron/network HTTP/1.1" 200 1006 0.010669 10.0.0.38 - - [2024-10-17 02:35:42] "POST /neutron/subnet HTTP/1.1" 200 729 0.010229 10.0.0.38 - - [2024-10-17 02:35:42] "POST /neutron/subnet HTTP/1.1" 200 823 0.009958 10.0.0.38 - - [2024-10-17 02:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.38 - - [2024-10-17 02:35:42] "GET /projects?obj_uuids=23ddc469-94ba-4c65-8a47-8f4c6b40c623&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001310 10.0.0.38 - - [2024-10-17 02:35:42] "GET /project/23ddc469-94ba-4c65-8a47-8f4c6b40c623?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.039772 10.0.0.38 - - [2024-10-17 02:35:42] "POST /neutron/network HTTP/1.1" 200 117 0.012392 10.0.0.38 - - [2024-10-17 02:35:42] "GET /projects?obj_uuids=23ddc469-94ba-4c65-8a47-8f4c6b40c623&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001529 10.0.0.38 - - [2024-10-17 02:35:42] "POST /neutron/network HTTP/1.1" 200 613 0.076652 10.0.0.38 - - [2024-10-17 02:35:42] "POST /route-targets HTTP/1.1" 200 327 0.012923 10.0.0.38 - - [2024-10-17 02:35:42] "POST /ref-update HTTP/1.1" 200 156 0.011441 10.0.0.38 - - [2024-10-17 02:35:42] "POST /useragent-kv HTTP/1.1" 200 115 0.004577 10.0.0.38 - - [2024-10-17 02:35:42] "POST /neutron/subnet HTTP/1.1" 200 734 0.170588 10.0.0.38 - - [2024-10-17 02:35:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.38 - - [2024-10-17 02:35:43] "GET /virtual-network/96719fb8-6086-4104-a381-15552fc52666?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.014209 10.0.0.38 - - [2024-10-17 02:35:43] "POST /useragent-kv HTTP/1.1" 200 115 0.012527 10.0.0.38 - - [2024-10-17 02:35:43] "POST /neutron/subnet HTTP/1.1" 200 823 0.197735 10.0.0.38 - - [2024-10-17 02:35:43] "POST /neutron/network HTTP/1.1" 200 1007 0.009211 10.0.0.38 - - [2024-10-17 02:35:43] "POST /id-to-fqname HTTP/1.1" 200 228 0.001602 10.0.0.38 - - [2024-10-17 02:35:43] "GET /virtual-network/449376df-7fdf-4d87-8cc0-a811bb0f498f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.010731 10.0.0.38 - - [2024-10-17 02:35:43] "POST /neutron/network HTTP/1.1" 200 1007 0.008935 10.0.0.38 - - [2024-10-17 02:35:43] "GET /virtual-network/449376df-7fdf-4d87-8cc0-a811bb0f498f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.010713 10.0.0.38 - - [2024-10-17 02:35:43] "POST /neutron/network HTTP/1.1" 200 1007 0.010507 10.0.0.38 - - [2024-10-17 02:35:43] "POST /neutron/subnet HTTP/1.1" 200 734 0.009640 10.0.0.38 - - [2024-10-17 02:35:43] "POST /neutron/subnet HTTP/1.1" 200 823 0.007747 10.0.0.38 - - [2024-10-17 02:35:43] "POST /fqname-to-id HTTP/1.1" 404 234 0.002826 10.0.0.38 - - [2024-10-17 02:35:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.38 - - [2024-10-17 02:35:43] "GET /projects?obj_uuids=23ddc469-94ba-4c65-8a47-8f4c6b40c623&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001471 10.0.0.38 - - [2024-10-17 02:35:43] "GET /project/23ddc469-94ba-4c65-8a47-8f4c6b40c623?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.043451 10.0.0.38 - - [2024-10-17 02:35:43] "POST /network-policys HTTP/1.1" 200 577 0.063968 10.0.0.38 - - [2024-10-17 02:35:43] "GET /network-policy/35e660e0-7f2a-467d-b59a-18d48c15436e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.006413 10.0.0.38 - - [2024-10-17 02:35:43] "POST /neutron/network HTTP/1.1" 200 1006 0.009873 10.0.0.38 - - [2024-10-17 02:35:43] "POST /fqname-to-id HTTP/1.1" 404 242 0.006968 10.0.0.38 - - [2024-10-17 02:35:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005963 10.0.0.38 - - [2024-10-17 02:35:43] "GET /virtual-network/96719fb8-6086-4104-a381-15552fc52666?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.011617 10.0.0.38 - - [2024-10-17 02:35:43] "POST /neutron/network HTTP/1.1" 200 1114 0.070908 10.0.0.38 - - [2024-10-17 02:35:43] "POST /access-control-lists HTTP/1.1" 200 596 0.086738 10.0.0.38 - - [2024-10-17 02:35:43] "POST /neutron/network HTTP/1.1" 200 1114 0.046907 10.0.0.38 - - [2024-10-17 02:35:43] "GET /virtual-network/b2ee03ea-6b8e-46c2-9d08-8d7426d709cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.011150 10.0.0.38 - - [2024-10-17 02:35:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005374 10.0.0.38 - - [2024-10-17 02:35:43] "GET /network-policy/35e660e0-7f2a-467d-b59a-18d48c15436e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.005383 10.0.0.38 - - [2024-10-17 02:35:43] "POST /neutron/network HTTP/1.1" 200 1007 0.009487 10.0.0.38 - - [2024-10-17 02:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.011310 10.0.0.38 - - [2024-10-17 02:35:44] "POST /fqname-to-id HTTP/1.1" 404 242 0.006316 10.0.0.38 - - [2024-10-17 02:35:44] "GET /virtual-network/96719fb8-6086-4104-a381-15552fc52666?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.011115 10.0.0.38 - - [2024-10-17 02:35:44] "POST /neutron/network HTTP/1.1" 200 1115 0.079803 10.0.0.38 - - [2024-10-17 02:35:44] "POST /access-control-lists HTTP/1.1" 200 596 0.076795 10.0.0.38 - - [2024-10-17 02:35:44] "POST /neutron/network HTTP/1.1" 200 1115 0.039115 10.0.0.38 - - [2024-10-17 02:35:44] "GET /virtual-network/449376df-7fdf-4d87-8cc0-a811bb0f498f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.014375 10.0.0.38 - - [2024-10-17 02:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246 10.0.0.38 - - [2024-10-17 02:35:44] "POST /ref-update HTTP/1.1" 200 156 0.016785 10.0.0.38 - - [2024-10-17 02:35:44] "GET /network-policy/35e660e0-7f2a-467d-b59a-18d48c15436e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.005398 10.0.0.38 - - [2024-10-17 02:35:44] "GET /domains HTTP/1.1" 401 292 0.000676 10.0.0.38 - - [2024-10-17 02:35:44] "PUT /access-control-list/3fedc40e-dcec-4608-944d-9f559159fd68 HTTP/1.1" 200 272 0.057688 10.0.0.38 - - [2024-10-17 02:35:44] "GET /domains HTTP/1.1" 200 280 0.031234 10.0.0.38 - - [2024-10-17 02:35:44] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002187 10.0.0.38 - - [2024-10-17 02:35:44] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a HTTP/1.1" 200 3149 0.013396 10.0.0.38 - - [2024-10-17 02:35:44] "GET /projects?obj_uuids=23ddc469-94ba-4c65-8a47-8f4c6b40c623&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002938 10.0.0.38 - - [2024-10-17 02:35:44] "GET /project/23ddc469-94ba-4c65-8a47-8f4c6b40c623 HTTP/1.1" 200 2624 0.087481 10.0.0.38 - - [2024-10-17 02:35:44] "GET /virtual-network/b2ee03ea-6b8e-46c2-9d08-8d7426d709cd HTTP/1.1" 200 3506 0.011978 10.0.0.38 - - [2024-10-17 02:35:44] "GET /virtual-network/b2ee03ea-6b8e-46c2-9d08-8d7426d709cd HTTP/1.1" 200 3506 0.010389 10.0.0.38 - - [2024-10-17 02:35:44] "GET /routing-instance/2a868bd7-a0fc-4966-96b8-63c1132b3a45 HTTP/1.1" 200 1795 0.005708 10.0.0.38 - - [2024-10-17 02:35:44] "GET /routing-instance/2a868bd7-a0fc-4966-96b8-63c1132b3a45 HTTP/1.1" 200 1795 0.005184 10.0.0.38 - - [2024-10-17 02:35:44] "GET /route-target/1486d1b4-adfd-46e2-847d-1299a0b44772 HTTP/1.1" 200 1211 0.005412 10.0.0.38 - - [2024-10-17 02:35:44] "GET /virtual-network/b2ee03ea-6b8e-46c2-9d08-8d7426d709cd HTTP/1.1" 200 3506 0.010363 10.0.0.38 - - [2024-10-17 02:35:44] "GET /routing-instance/2a868bd7-a0fc-4966-96b8-63c1132b3a45 HTTP/1.1" 200 1795 0.005350 10.0.0.38 - - [2024-10-17 02:35:44] "GET /virtual-network/b2ee03ea-6b8e-46c2-9d08-8d7426d709cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.009992 10.0.0.38 - - [2024-10-17 02:35:44] "GET /virtual-network/b2ee03ea-6b8e-46c2-9d08-8d7426d709cd HTTP/1.1" 200 3506 0.010504 10.0.0.38 - - [2024-10-17 02:35:44] "GET /routing-instance/2a868bd7-a0fc-4966-96b8-63c1132b3a45 HTTP/1.1" 200 1795 0.006925 10.0.0.38 - - [2024-10-17 02:35:44] "GET /routing-instance/2a868bd7-a0fc-4966-96b8-63c1132b3a45 HTTP/1.1" 200 1795 0.006824 10.0.0.38 - - [2024-10-17 02:35:44] "GET /route-target/1486d1b4-adfd-46e2-847d-1299a0b44772 HTTP/1.1" 200 1211 0.005298 10.0.0.38 - - [2024-10-17 02:35:44] "GET /domains HTTP/1.1" 200 280 0.004576 10.0.0.38 - - [2024-10-17 02:35:44] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001385 10.0.0.38 - - [2024-10-17 02:35:44] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a HTTP/1.1" 200 3149 0.009627 10.0.0.38 - - [2024-10-17 02:35:44] "GET /projects?obj_uuids=23ddc469-94ba-4c65-8a47-8f4c6b40c623&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001326 10.0.0.38 - - [2024-10-17 02:35:45] "GET /project/23ddc469-94ba-4c65-8a47-8f4c6b40c623 HTTP/1.1" 200 2624 0.085877 10.0.0.38 - - [2024-10-17 02:35:45] "GET /virtual-network/b2ee03ea-6b8e-46c2-9d08-8d7426d709cd HTTP/1.1" 200 3506 0.010384 10.0.0.38 - - [2024-10-17 02:35:45] "GET /obj-perms HTTP/1.1" 200 5046 0.059287 10.0.0.38 - - [2024-10-17 02:35:45] "GET /domains HTTP/1.1" 200 280 0.003889 10.0.0.38 - - [2024-10-17 02:35:45] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002388 10.0.0.38 - - [2024-10-17 02:35:45] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a HTTP/1.1" 200 3149 0.010757 10.0.0.38 - - [2024-10-17 02:35:45] "GET /projects?obj_uuids=23ddc469-94ba-4c65-8a47-8f4c6b40c623&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002116 10.0.0.38 - - [2024-10-17 02:35:45] "GET /project/23ddc469-94ba-4c65-8a47-8f4c6b40c623 HTTP/1.1" 200 2624 0.082991 10.0.0.38 - - [2024-10-17 02:35:45] "GET /virtual-network/449376df-7fdf-4d87-8cc0-a811bb0f498f HTTP/1.1" 200 3508 0.013642 10.0.0.38 - - [2024-10-17 02:35:45] "GET /virtual-network/449376df-7fdf-4d87-8cc0-a811bb0f498f HTTP/1.1" 200 3508 0.009617 10.0.0.38 - - [2024-10-17 02:35:45] "GET /routing-instance/bc3834d7-802a-4796-b43a-8e6ace3cbce6 HTTP/1.1" 200 1796 0.005969 10.0.0.38 - - [2024-10-17 02:35:45] "GET /routing-instance/bc3834d7-802a-4796-b43a-8e6ace3cbce6 HTTP/1.1" 200 1796 0.005988 10.0.0.38 - - [2024-10-17 02:35:45] "GET /route-target/6388cfe3-691d-4987-b26c-61037f1dc348 HTTP/1.1" 200 1212 0.004189 10.0.0.38 - - [2024-10-17 02:35:45] "GET /virtual-network/449376df-7fdf-4d87-8cc0-a811bb0f498f HTTP/1.1" 200 3508 0.010524 10.0.0.38 - - [2024-10-17 02:35:45] "GET /routing-instance/bc3834d7-802a-4796-b43a-8e6ace3cbce6 HTTP/1.1" 200 1796 0.005306 10.0.0.38 - - [2024-10-17 02:35:45] "GET /virtual-network/449376df-7fdf-4d87-8cc0-a811bb0f498f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.011823 10.0.0.38 - - [2024-10-17 02:35:45] "GET /virtual-network/449376df-7fdf-4d87-8cc0-a811bb0f498f HTTP/1.1" 200 3508 0.010490 10.0.0.38 - - [2024-10-17 02:35:45] "GET /routing-instance/bc3834d7-802a-4796-b43a-8e6ace3cbce6 HTTP/1.1" 200 1796 0.005471 10.0.0.38 - - [2024-10-17 02:35:45] "GET /routing-instance/bc3834d7-802a-4796-b43a-8e6ace3cbce6 HTTP/1.1" 200 1796 0.005977 10.0.0.38 - - [2024-10-17 02:35:45] "GET /route-target/6388cfe3-691d-4987-b26c-61037f1dc348 HTTP/1.1" 200 1212 0.004459 10.0.0.38 - - [2024-10-17 02:35:45] "GET /domains HTTP/1.1" 200 280 0.003718 10.0.0.38 - - [2024-10-17 02:35:45] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001331 10.0.0.38 - - [2024-10-17 02:35:45] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a HTTP/1.1" 200 3149 0.009722 10.0.0.38 - - [2024-10-17 02:35:45] "GET /projects?obj_uuids=23ddc469-94ba-4c65-8a47-8f4c6b40c623&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001399 10.0.0.38 - - [2024-10-17 02:35:45] "GET /project/23ddc469-94ba-4c65-8a47-8f4c6b40c623 HTTP/1.1" 200 2624 0.077863 10.0.0.38 - - [2024-10-17 02:35:45] "GET /virtual-network/449376df-7fdf-4d87-8cc0-a811bb0f498f HTTP/1.1" 200 3508 0.009971 10.0.0.38 - - [2024-10-17 02:35:45] "GET /obj-perms HTTP/1.1" 200 5046 0.004287 10.0.0.38 - - [2024-10-17 02:35:45] "GET /virtual-network/449376df-7fdf-4d87-8cc0-a811bb0f498f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.013851 10.0.0.38 - - [2024-10-17 02:35:45] "POST /neutron/network HTTP/1.1" 200 1115 0.011938 10.0.0.38 - - [2024-10-17 02:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.014022 10.0.0.38 - - [2024-10-17 02:35:46] "GET /virtual-network/96719fb8-6086-4104-a381-15552fc52666?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.013569 10.0.0.38 - - [2024-10-17 02:35:46] "POST /neutron/network HTTP/1.1" 200 1007 0.083712 10.0.0.38 - - [2024-10-17 02:35:46] "DELETE /access-control-list/a240c23c-285d-4dea-b715-a0ad4c28cff2 HTTP/1.1" 200 115 0.072827 10.0.0.38 - - [2024-10-17 02:35:46] "POST /neutron/network HTTP/1.1" 200 1007 0.013013 10.0.0.38 - - [2024-10-17 02:35:46] "GET /virtual-network/449376df-7fdf-4d87-8cc0-a811bb0f498f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.015091 10.0.0.38 - - [2024-10-17 02:35:46] "GET /virtual-network/b2ee03ea-6b8e-46c2-9d08-8d7426d709cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.012631 10.0.0.38 - - [2024-10-17 02:35:46] "POST /ref-update HTTP/1.1" 200 156 0.043478 10.0.0.38 - - [2024-10-17 02:35:46] "POST /neutron/network HTTP/1.1" 200 1114 0.010465 10.0.0.38 - - [2024-10-17 02:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.010701 10.0.0.38 - - [2024-10-17 02:35:46] "GET /virtual-network/96719fb8-6086-4104-a381-15552fc52666?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.013760 10.0.0.38 - - [2024-10-17 02:35:46] "POST /neutron/network HTTP/1.1" 200 1006 0.095586 10.0.0.38 - - [2024-10-17 02:35:46] "DELETE /access-control-list/3fedc40e-dcec-4608-944d-9f559159fd68 HTTP/1.1" 200 115 0.067879 10.0.0.38 - - [2024-10-17 02:35:46] "POST /neutron/network HTTP/1.1" 200 1006 0.015071 10.0.0.38 - - [2024-10-17 02:35:46] "GET /virtual-network/b2ee03ea-6b8e-46c2-9d08-8d7426d709cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.011251 10.0.0.38 - - [2024-10-17 02:35:46] "POST /ref-update HTTP/1.1" 200 156 0.028983 10.0.0.38 - - [2024-10-17 02:35:46] "DELETE /network-policy/35e660e0-7f2a-467d-b59a-18d48c15436e HTTP/1.1" 200 115 0.027520 10.0.0.38 - - [2024-10-17 02:35:46] "POST /neutron/network HTTP/1.1" 200 1007 0.010731 10.0.0.38 - - [2024-10-17 02:35:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002352 10.0.0.38 - - [2024-10-17 02:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006495 10.0.0.38 - - [2024-10-17 02:35:46] "POST /useragent-kv HTTP/1.1" 200 115 0.001582 10.0.0.38 - - [2024-10-17 02:35:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002223 10.0.0.38 - - [2024-10-17 02:35:46] "POST /useragent-kv HTTP/1.1" 200 115 0.001607 10.0.0.38 - - [2024-10-17 02:35:46] "POST /neutron/network HTTP/1.1" 200 151 0.141469 10.0.0.38 - - [2024-10-17 02:35:46] "GET /routing-instance/bc3834d7-802a-4796-b43a-8e6ace3cbce6 HTTP/1.1" 404 171 0.003709 10.0.0.38 - - [2024-10-17 02:35:46] "GET /domains HTTP/1.1" 200 280 0.003175 10.0.0.38 - - [2024-10-17 02:35:46] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001543 10.0.0.38 - - [2024-10-17 02:35:46] "DELETE /route-target/6388cfe3-691d-4987-b26c-61037f1dc348 HTTP/1.1" 200 115 0.048990 10.0.0.38 - - [2024-10-17 02:35:46] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a HTTP/1.1" 200 3149 0.053149 10.0.0.38 - - [2024-10-17 02:35:46] "GET /projects?obj_uuids=23ddc469-94ba-4c65-8a47-8f4c6b40c623&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001498 10.0.0.38 - - [2024-10-17 02:35:46] "GET /project/23ddc469-94ba-4c65-8a47-8f4c6b40c623 HTTP/1.1" 200 2144 0.077993 10.0.0.38 - - [2024-10-17 02:35:46] "POST /neutron/network HTTP/1.1" 200 1006 0.009315 10.0.0.38 - - [2024-10-17 02:35:46] "POST /useragent-kv HTTP/1.1" 200 115 0.001946 10.0.0.38 - - [2024-10-17 02:35:46] "POST /useragent-kv HTTP/1.1" 200 115 0.001643 10.0.0.38 - - [2024-10-17 02:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.009923 10.0.0.38 - - [2024-10-17 02:35:46] "POST /useragent-kv HTTP/1.1" 200 115 0.001568 10.0.0.38 - - [2024-10-17 02:35:46] "POST /useragent-kv HTTP/1.1" 200 115 0.001579 10.0.0.38 - - [2024-10-17 02:35:46] "POST /neutron/network HTTP/1.1" 200 151 0.105870 10.0.0.38 - - [2024-10-17 02:35:46] "DELETE /route-target/1486d1b4-adfd-46e2-847d-1299a0b44772 HTTP/1.1" 200 115 0.023201 10.0.0.38 - - [2024-10-17 02:35:46] "GET /routing-instance/2a868bd7-a0fc-4966-96b8-63c1132b3a45 HTTP/1.1" 404 171 0.003720 10.0.0.38 - - [2024-10-17 02:35:46] "GET /domains HTTP/1.1" 200 280 0.003869 10.0.0.38 - - [2024-10-17 02:35:46] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001436 10.0.0.38 - - [2024-10-17 02:35:47] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a HTTP/1.1" 200 3149 0.051583 10.0.0.38 - - [2024-10-17 02:35:47] "GET /projects?obj_uuids=23ddc469-94ba-4c65-8a47-8f4c6b40c623&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001415 10.0.0.38 - - [2024-10-17 02:35:47] "GET /project/23ddc469-94ba-4c65-8a47-8f4c6b40c623 HTTP/1.1" 200 1899 0.085574 10.0.0.38 - - [2024-10-17 02:35:47] "GET /projects?obj_uuids=23ddc469-94ba-4c65-8a47-8f4c6b40c623&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001345 10.0.0.38 - - [2024-10-17 02:35:47] "GET /project/23ddc469-94ba-4c65-8a47-8f4c6b40c623?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.035699 10.0.0.38 - - [2024-10-17 02:35:47] "GET /projects?obj_uuids=23ddc469-94ba-4c65-8a47-8f4c6b40c623&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001432 10.0.0.38 - - [2024-10-17 02:35:47] "GET /project/23ddc469-94ba-4c65-8a47-8f4c6b40c623?fields=virtual_networks HTTP/1.1" 200 1047 0.082194 10.0.0.38 - - [2024-10-17 02:35:47] "GET /projects?obj_uuids=23ddc469-94ba-4c65-8a47-8f4c6b40c623&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001387 10.0.0.38 - - [2024-10-17 02:35:47] "GET /project/23ddc469-94ba-4c65-8a47-8f4c6b40c623?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.034145 10.0.0.38 - - [2024-10-17 02:35:47] "GET /projects?obj_uuids=23ddc469-94ba-4c65-8a47-8f4c6b40c623&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001428 10.0.0.38 - - [2024-10-17 02:35:47] "GET /project/23ddc469-94ba-4c65-8a47-8f4c6b40c623?fields=security_groups HTTP/1.1" 200 1281 0.039270 10.0.0.38 - - [2024-10-17 02:35:48] "POST /fqname-to-id HTTP/1.1" 404 190 0.035436 10.0.0.38 - - [2024-10-17 02:35:48] "GET /projects?obj_uuids=948f9b17-4091-496d-8674-26cc811afc47&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003052 10.0.0.38 - - [2024-10-17 02:35:48] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001490 10.0.0.38 - - [2024-10-17 02:35:48] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010733 10.0.0.38 - - [2024-10-17 02:35:48] "POST /id-to-fqname HTTP/1.1" 200 192 0.001607 10.0.0.38 - - [2024-10-17 02:35:48] "POST /fqname-to-id HTTP/1.1" 404 201 0.006935 10.0.0.38 - - [2024-10-17 02:35:48] "POST /security-groups HTTP/1.1" 200 593 0.066934 10.0.0.38 - - [2024-10-17 02:35:48] "POST /fqname-to-id HTTP/1.1" 404 236 0.004844 10.0.0.38 - - [2024-10-17 02:35:49] "POST /projects HTTP/1.1" 200 589 0.234283 10.0.0.38 - - [2024-10-17 02:35:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.308000 10.0.0.38 - - [2024-10-17 02:35:49] "POST /access-control-lists HTTP/1.1" 200 598 0.067105 10.0.0.38 - - [2024-10-17 02:35:49] "POST /fqname-to-id HTTP/1.1" 404 235 0.003016 10.0.0.38 - - [2024-10-17 02:35:49] "GET /project/948f9b17-4091-496d-8674-26cc811afc47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.453735 10.0.0.38 - - [2024-10-17 02:35:49] "POST /access-control-lists HTTP/1.1" 200 596 0.064135 10.0.0.38 - - [2024-10-17 02:35:49] "DELETE /project/948f9b174091496d867426cc811afc47 HTTP/1.1" 404 173 0.033852 10.0.0.38 - - [2024-10-17 02:35:49] "DELETE /project/1d8cfafdce0b461ebfd30e96651ded59 HTTP/1.1" 404 173 0.025779 10.0.0.38 - - [2024-10-17 02:35:49] "DELETE /project/23ddc46994ba4c658a478f4c6b40c623 HTTP/1.1" 404 173 0.021791 10.0.0.38 - - [2024-10-17 02:35:49] "DELETE /project/f22e109969e944f89a2e957a56dfe3ed HTTP/1.1" 404 173 0.013404 10.0.0.38 - - [2024-10-17 02:35:49] "GET /projects?obj_uuids=1d8cfafd-ce0b-461e-bfd3-0e96651ded59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002217 10.0.0.38 - - [2024-10-17 02:35:49] "GET /projects?obj_uuids=f22e1099-69e9-44f8-9a2e-957a56dfe3ed&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001215 10.0.0.38 - - [2024-10-17 02:35:49] "GET /projects?obj_uuids=8b430283-6e2e-462d-a381-c09b7c186e36&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001662 10.0.0.38 - - [2024-10-17 02:35:49] "GET /projects?obj_uuids=23ddc469-94ba-4c65-8a47-8f4c6b40c623&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001487 10.0.0.38 - - [2024-10-17 02:35:49] "GET /project/f22e1099-69e9-44f8-9a2e-957a56dfe3ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.081435 10.0.0.38 - - [2024-10-17 02:35:49] "GET /project/1d8cfafd-ce0b-461e-bfd3-0e96651ded59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.106155 10.0.0.38 - - [2024-10-17 02:35:49] "GET /project/23ddc469-94ba-4c65-8a47-8f4c6b40c623?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.109568 10.0.0.38 - - [2024-10-17 02:35:49] "GET /project/8b430283-6e2e-462d-a381-c09b7c186e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.128843 10.0.0.38 - - [2024-10-17 02:35:49] "GET /projects?obj_uuids=f22e1099-69e9-44f8-9a2e-957a56dfe3ed&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001313 10.0.0.38 - - [2024-10-17 02:35:49] "GET /projects?obj_uuids=1d8cfafd-ce0b-461e-bfd3-0e96651ded59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001178 10.0.0.38 - - [2024-10-17 02:35:49] "GET /projects?obj_uuids=8b430283-6e2e-462d-a381-c09b7c186e36&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001254 10.0.0.38 - - [2024-10-17 02:35:49] "GET /projects?obj_uuids=23ddc469-94ba-4c65-8a47-8f4c6b40c623&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001095 10.0.0.38 - - [2024-10-17 02:35:49] "GET /project/f22e1099-69e9-44f8-9a2e-957a56dfe3ed?fields=security_groups HTTP/1.1" 200 1349 0.097888 10.0.0.38 - - [2024-10-17 02:35:49] "GET /project/1d8cfafd-ce0b-461e-bfd3-0e96651ded59?fields=security_groups HTTP/1.1" 200 1372 0.103188 10.0.0.38 - - [2024-10-17 02:35:49] "GET /project/23ddc469-94ba-4c65-8a47-8f4c6b40c623?fields=security_groups HTTP/1.1" 200 1386 0.110038 10.0.0.38 - - [2024-10-17 02:35:49] "GET /project/8b430283-6e2e-462d-a381-c09b7c186e36?fields=security_groups HTTP/1.1" 200 1400 0.120263 10.0.0.38 - - [2024-10-17 02:35:50] "DELETE /security-group/4ddca9e3-7e7c-4c5e-8525-fd623c45ee12 HTTP/1.1" 200 115 0.109728 10.0.0.38 - - [2024-10-17 02:35:50] "DELETE /security-group/ecd870e1-4fcc-43d8-bddf-04efb9d878d2 HTTP/1.1" 200 115 0.118058 10.0.0.38 - - [2024-10-17 02:35:50] "GET /projects?obj_uuids=f22e1099-69e9-44f8-9a2e-957a56dfe3ed&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001438 10.0.0.38 - - [2024-10-17 02:35:50] "GET /projects?obj_uuids=1d8cfafd-ce0b-461e-bfd3-0e96651ded59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001310 10.0.0.38 - - [2024-10-17 02:35:50] "DELETE /access-control-list/ea8495ff-2225-4a8e-8f5e-662b10351acb HTTP/1.1" 200 115 0.089353 10.0.0.38 - - [2024-10-17 02:35:50] "DELETE /security-group/fedb68c0-69b4-4d5c-bd9c-5e59c3cc70bc HTTP/1.1" 200 115 0.152391 10.0.0.38 - - [2024-10-17 02:35:50] "GET /project/f22e1099-69e9-44f8-9a2e-957a56dfe3ed?fields=application_policy_sets HTTP/1.1" 200 1388 0.078783 10.0.0.38 - - [2024-10-17 02:35:50] "GET /project/1d8cfafd-ce0b-461e-bfd3-0e96651ded59?fields=application_policy_sets HTTP/1.1" 200 1411 0.087286 10.0.0.38 - - [2024-10-17 02:35:50] "GET /projects?obj_uuids=23ddc469-94ba-4c65-8a47-8f4c6b40c623&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001450 10.0.0.38 - - [2024-10-17 02:35:50] "DELETE /security-group/6b3abf37-d959-46a4-b0d7-bb886eb1064e HTTP/1.1" 200 115 0.200918 10.0.0.38 - - [2024-10-17 02:35:50] "GET /projects?obj_uuids=8b430283-6e2e-462d-a381-c09b7c186e36&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001431 10.0.0.38 - - [2024-10-17 02:35:50] "DELETE /access-control-list/b113a3ca-e6fe-45cd-8b93-9777226e445d HTTP/1.1" 200 115 0.096131 10.0.0.38 - - [2024-10-17 02:35:50] "GET /project/23ddc469-94ba-4c65-8a47-8f4c6b40c623?fields=application_policy_sets HTTP/1.1" 200 1425 0.077962 10.0.0.38 - - [2024-10-17 02:35:50] "DELETE /access-control-list/dfcf07d5-8463-4ef5-8c98-c13112ce7574 HTTP/1.1" 200 115 0.058742 10.0.0.38 - - [2024-10-17 02:35:50] "GET /project/8b430283-6e2e-462d-a381-c09b7c186e36?fields=application_policy_sets HTTP/1.1" 200 1439 0.126611 10.0.0.38 - - [2024-10-17 02:35:50] "DELETE /access-control-list/9ca331b2-a02f-4629-8b51-4ac25c93af1d HTTP/1.1" 200 115 0.091506 10.0.0.38 - - [2024-10-17 02:35:50] "DELETE /project/f22e1099-69e9-44f8-9a2e-957a56dfe3ed HTTP/1.1" 200 115 0.846932 10.0.0.38 - - [2024-10-17 02:35:50] "GET / HTTP/1.1" 200 35931 0.002271 10.0.0.38 - - [2024-10-17 02:35:50] "DELETE /access-control-list/23db6da0-7d0e-40d5-ae7f-ed39c5c87fb6 HTTP/1.1" 200 115 0.080160 10.0.0.38 - - [2024-10-17 02:35:50] "DELETE /project/1d8cfafd-ce0b-461e-bfd3-0e96651ded59 HTTP/1.1" 200 115 0.857500 10.0.0.38 - - [2024-10-17 02:35:50] "DELETE /project/23ddc469-94ba-4c65-8a47-8f4c6b40c623 HTTP/1.1" 200 115 0.872029 10.0.0.38 - - [2024-10-17 02:35:50] "DELETE /access-control-list/44dd4782-ca98-4a5c-83e5-e5615300d9b0 HTTP/1.1" 200 115 0.046509 10.0.0.38 - - [2024-10-17 02:35:50] "DELETE /project/8b430283-6e2e-462d-a381-c09b7c186e36 HTTP/1.1" 200 115 0.916246 10.0.0.38 - - [2024-10-17 02:35:50] "DELETE /access-control-list/55138b82-abf3-4023-8cfc-07c0ee8a36e7 HTTP/1.1" 200 115 0.023808 10.0.0.38 - - [2024-10-17 02:35:50] "DELETE /access-control-list/af3a503d-a459-4e9d-94ba-c86eb9931718 HTTP/1.1" 200 115 0.021419 10.0.0.38 - - [2024-10-17 02:35:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000595 10.0.0.38 - - [2024-10-17 02:35:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.066062 10.0.0.38 - - [2024-10-17 02:35:51] "GET /projects?obj_uuids=948f9b17-4091-496d-8674-26cc811afc47&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002780 10.0.0.38 - - [2024-10-17 02:35:51] "GET /project/948f9b17-4091-496d-8674-26cc811afc47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.051419 10.0.0.38 - - [2024-10-17 02:35:51] "POST /neutron/network HTTP/1.1" 200 117 0.036004 10.0.0.38 - - [2024-10-17 02:35:51] "GET /projects?obj_uuids=948f9b17-4091-496d-8674-26cc811afc47&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001421 10.0.0.38 - - [2024-10-17 02:35:51] "POST /neutron/network HTTP/1.1" 200 607 0.079749 10.0.0.38 - - [2024-10-17 02:35:51] "POST /route-targets HTTP/1.1" 200 327 0.020329 10.0.0.38 - - [2024-10-17 02:35:51] "POST /ref-update HTTP/1.1" 200 156 0.014312 10.0.0.38 - - [2024-10-17 02:35:52] "POST /useragent-kv HTTP/1.1" 200 115 0.006414 10.0.0.38 - - [2024-10-17 02:35:52] "POST /neutron/subnet HTTP/1.1" 200 729 0.263287 10.0.0.38 - - [2024-10-17 02:35:52] "POST /neutron/network HTTP/1.1" 200 827 0.008193 10.0.0.38 - - [2024-10-17 02:35:52] "POST /id-to-fqname HTTP/1.1" 200 222 0.001961 10.0.0.38 - - [2024-10-17 02:35:52] "GET /virtual-network/4ab60242-e326-4364-9d1e-af342c347d8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.015074 10.0.0.38 - - [2024-10-17 02:35:52] "POST /neutron/network HTTP/1.1" 200 827 0.006769 10.0.0.38 - - [2024-10-17 02:35:52] "GET /virtual-network/4ab60242-e326-4364-9d1e-af342c347d8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.010907 10.0.0.38 - - [2024-10-17 02:35:52] "POST /neutron/network HTTP/1.1" 200 827 0.007551 10.0.0.38 - - [2024-10-17 02:35:52] "POST /neutron/subnet HTTP/1.1" 200 729 0.008849 10.0.0.38 - - [2024-10-17 02:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.38 - - [2024-10-17 02:35:52] "GET /projects?obj_uuids=948f9b17-4091-496d-8674-26cc811afc47&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001565 10.0.0.38 - - [2024-10-17 02:35:52] "GET /project/948f9b17-4091-496d-8674-26cc811afc47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.041397 10.0.0.38 - - [2024-10-17 02:35:52] "POST /neutron/network HTTP/1.1" 200 117 0.012260 10.0.0.38 - - [2024-10-17 02:35:52] "GET /projects?obj_uuids=948f9b17-4091-496d-8674-26cc811afc47&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001405 10.0.0.38 - - [2024-10-17 02:35:52] "POST /neutron/network HTTP/1.1" 200 607 0.088141 10.0.0.38 - - [2024-10-17 02:35:52] "POST /route-targets HTTP/1.1" 200 327 0.015902 10.0.0.38 - - [2024-10-17 02:35:52] "POST /ref-update HTTP/1.1" 200 156 0.014647 10.0.0.38 - - [2024-10-17 02:35:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003040 10.0.0.38 - - [2024-10-17 02:35:52] "POST /neutron/subnet HTTP/1.1" 200 734 0.158004 10.0.0.38 - - [2024-10-17 02:35:52] "POST /neutron/network HTTP/1.1" 200 828 0.008467 10.0.0.38 - - [2024-10-17 02:35:52] "POST /id-to-fqname HTTP/1.1" 200 222 0.002835 10.0.0.38 - - [2024-10-17 02:35:52] "GET /virtual-network/c303610b-7c2b-4941-bca3-c754c62d7855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.020899 10.0.0.38 - - [2024-10-17 02:35:52] "POST /neutron/network HTTP/1.1" 200 828 0.006780 10.0.0.38 - - [2024-10-17 02:35:52] "GET /virtual-network/c303610b-7c2b-4941-bca3-c754c62d7855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.010353 10.0.0.38 - - [2024-10-17 02:35:53] "POST /neutron/network HTTP/1.1" 200 828 0.006631 10.0.0.38 - - [2024-10-17 02:35:53] "POST /neutron/subnet HTTP/1.1" 200 734 0.009296 10.0.0.38 - - [2024-10-17 02:35:53] "POST /fqname-to-id HTTP/1.1" 404 228 0.003108 10.0.0.38 - - [2024-10-17 02:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.38 - - [2024-10-17 02:35:53] "GET /projects?obj_uuids=948f9b17-4091-496d-8674-26cc811afc47&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001349 10.0.0.38 - - [2024-10-17 02:35:53] "GET /project/948f9b17-4091-496d-8674-26cc811afc47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.039497 10.0.0.38 - - [2024-10-17 02:35:53] "POST /network-policys HTTP/1.1" 200 571 0.021951 10.0.0.38 - - [2024-10-17 02:35:53] "GET /network-policy/3f32ee7b-6898-4fbe-9d45-9c41c92e4030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.007236 10.0.0.38 - - [2024-10-17 02:35:53] "POST /neutron/network HTTP/1.1" 200 827 0.007826 10.0.0.38 - - [2024-10-17 02:35:53] "POST /fqname-to-id HTTP/1.1" 404 236 0.007527 10.0.0.38 - - [2024-10-17 02:35:53] "POST /neutron/network HTTP/1.1" 200 929 0.055138 10.0.0.38 - - [2024-10-17 02:35:53] "POST /neutron/network HTTP/1.1" 200 929 0.007118 10.0.0.38 - - [2024-10-17 02:35:53] "GET /virtual-network/4ab60242-e326-4364-9d1e-af342c347d8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.047173 10.0.0.38 - - [2024-10-17 02:35:53] "POST /access-control-lists HTTP/1.1" 200 590 0.089841 10.0.0.38 - - [2024-10-17 02:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.011586 10.0.0.38 - - [2024-10-17 02:35:53] "GET /network-policy/3f32ee7b-6898-4fbe-9d45-9c41c92e4030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.004749 10.0.0.38 - - [2024-10-17 02:35:53] "POST /neutron/network HTTP/1.1" 200 828 0.007356 10.0.0.38 - - [2024-10-17 02:35:53] "POST /fqname-to-id HTTP/1.1" 404 236 0.005471 10.0.0.38 - - [2024-10-17 02:35:53] "POST /neutron/network HTTP/1.1" 200 930 0.054661 10.0.0.38 - - [2024-10-17 02:35:53] "POST /neutron/network HTTP/1.1" 200 930 0.051777 10.0.0.38 - - [2024-10-17 02:35:53] "POST /access-control-lists HTTP/1.1" 200 590 0.081267 10.0.0.38 - - [2024-10-17 02:35:53] "GET /virtual-network/c303610b-7c2b-4941-bca3-c754c62d7855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.010416 10.0.0.38 - - [2024-10-17 02:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.38 - - [2024-10-17 02:35:53] "POST /ref-update HTTP/1.1" 200 156 0.014413 10.0.0.38 - - [2024-10-17 02:35:54] "GET /network-policy/3f32ee7b-6898-4fbe-9d45-9c41c92e4030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.010073 10.0.0.38 - - [2024-10-17 02:35:54] "GET /domains HTTP/1.1" 401 292 0.000595 10.0.0.38 - - [2024-10-17 02:35:54] "PUT /access-control-list/9e4dcb98-9e64-4266-a8c6-7ee96d437ac2 HTTP/1.1" 200 272 0.060822 10.0.0.38 - - [2024-10-17 02:35:54] "GET /domains HTTP/1.1" 200 280 0.031067 10.0.0.38 - - [2024-10-17 02:35:54] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001287 10.0.0.38 - - [2024-10-17 02:35:54] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a HTTP/1.1" 200 2575 0.010888 10.0.0.38 - - [2024-10-17 02:35:54] "GET /projects?obj_uuids=948f9b17-4091-496d-8674-26cc811afc47&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001299 10.0.0.38 - - [2024-10-17 02:35:54] "GET /project/948f9b17-4091-496d-8674-26cc811afc47 HTTP/1.1" 200 2571 0.080088 10.0.0.38 - - [2024-10-17 02:35:54] "GET /virtual-network/4ab60242-e326-4364-9d1e-af342c347d8b HTTP/1.1" 200 2894 0.012369 10.0.0.38 - - [2024-10-17 02:35:54] "GET /virtual-network/4ab60242-e326-4364-9d1e-af342c347d8b HTTP/1.1" 200 2894 0.009274 10.0.0.38 - - [2024-10-17 02:35:54] "GET /routing-instance/af5c2c81-5bd3-48dc-a598-acf503c0e607 HTTP/1.1" 200 1784 0.005058 10.0.0.38 - - [2024-10-17 02:35:54] "GET /routing-instance/af5c2c81-5bd3-48dc-a598-acf503c0e607 HTTP/1.1" 200 1784 0.004656 10.0.0.38 - - [2024-10-17 02:35:54] "GET /route-target/e6fd7f9e-b30b-4c35-a757-5f18d89d13be HTTP/1.1" 200 1207 0.004071 10.0.0.38 - - [2024-10-17 02:35:54] "GET /virtual-network/4ab60242-e326-4364-9d1e-af342c347d8b HTTP/1.1" 200 2894 0.009510 10.0.0.38 - - [2024-10-17 02:35:54] "GET /routing-instance/af5c2c81-5bd3-48dc-a598-acf503c0e607 HTTP/1.1" 200 1784 0.005544 10.0.0.38 - - [2024-10-17 02:35:54] "GET /virtual-network/4ab60242-e326-4364-9d1e-af342c347d8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.009338 10.0.0.38 - - [2024-10-17 02:35:54] "GET /virtual-network/4ab60242-e326-4364-9d1e-af342c347d8b HTTP/1.1" 200 2894 0.009940 10.0.0.38 - - [2024-10-17 02:35:54] "GET /routing-instance/af5c2c81-5bd3-48dc-a598-acf503c0e607 HTTP/1.1" 200 1784 0.005630 10.0.0.38 - - [2024-10-17 02:35:54] "GET /routing-instance/af5c2c81-5bd3-48dc-a598-acf503c0e607 HTTP/1.1" 200 1784 0.005083 10.0.0.38 - - [2024-10-17 02:35:54] "GET /route-target/e6fd7f9e-b30b-4c35-a757-5f18d89d13be HTTP/1.1" 200 1207 0.003898 10.0.0.38 - - [2024-10-17 02:35:54] "GET /domains HTTP/1.1" 200 280 0.003189 10.0.0.38 - - [2024-10-17 02:35:54] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001727 10.0.0.38 - - [2024-10-17 02:35:54] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a HTTP/1.1" 200 2575 0.011082 10.0.0.38 - - [2024-10-17 02:35:54] "GET /projects?obj_uuids=948f9b17-4091-496d-8674-26cc811afc47&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001719 10.0.0.38 - - [2024-10-17 02:35:54] "GET /project/948f9b17-4091-496d-8674-26cc811afc47 HTTP/1.1" 200 2571 0.078709 10.0.0.38 - - [2024-10-17 02:35:54] "GET /virtual-network/4ab60242-e326-4364-9d1e-af342c347d8b HTTP/1.1" 200 2894 0.011445 10.0.0.38 - - [2024-10-17 02:35:55] "GET /obj-perms HTTP/1.1" 200 5034 0.062013 10.0.0.38 - - [2024-10-17 02:35:55] "GET /domains HTTP/1.1" 200 280 0.003141 10.0.0.38 - - [2024-10-17 02:35:55] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001337 10.0.0.38 - - [2024-10-17 02:35:55] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a HTTP/1.1" 200 2575 0.009458 10.0.0.38 - - [2024-10-17 02:35:55] "GET /projects?obj_uuids=948f9b17-4091-496d-8674-26cc811afc47&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001857 10.0.0.38 - - [2024-10-17 02:35:55] "GET /project/948f9b17-4091-496d-8674-26cc811afc47 HTTP/1.1" 200 2571 0.104974 10.0.0.38 - - [2024-10-17 02:35:55] "GET /virtual-network/c303610b-7c2b-4941-bca3-c754c62d7855 HTTP/1.1" 200 2899 0.015937 10.0.0.38 - - [2024-10-17 02:35:55] "GET /virtual-network/c303610b-7c2b-4941-bca3-c754c62d7855 HTTP/1.1" 200 2899 0.009620 10.0.0.38 - - [2024-10-17 02:35:55] "GET /routing-instance/e819d46b-29c5-48a6-8ba7-8f7467b01e5d HTTP/1.1" 200 1784 0.006105 10.0.0.38 - - [2024-10-17 02:35:55] "GET /routing-instance/e819d46b-29c5-48a6-8ba7-8f7467b01e5d HTTP/1.1" 200 1784 0.005392 10.0.0.38 - - [2024-10-17 02:35:55] "GET /route-target/22cbca54-af45-49a7-8a69-2eb80b680ef2 HTTP/1.1" 200 1205 0.004096 10.0.0.38 - - [2024-10-17 02:35:55] "GET /virtual-network/c303610b-7c2b-4941-bca3-c754c62d7855 HTTP/1.1" 200 2899 0.011775 10.0.0.38 - - [2024-10-17 02:35:55] "GET /routing-instance/e819d46b-29c5-48a6-8ba7-8f7467b01e5d HTTP/1.1" 200 1784 0.006263 10.0.0.38 - - [2024-10-17 02:35:55] "GET /virtual-network/c303610b-7c2b-4941-bca3-c754c62d7855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.012727 10.0.0.38 - - [2024-10-17 02:35:55] "GET /virtual-network/c303610b-7c2b-4941-bca3-c754c62d7855 HTTP/1.1" 200 2899 0.012828 10.0.0.38 - - [2024-10-17 02:35:55] "GET /routing-instance/e819d46b-29c5-48a6-8ba7-8f7467b01e5d HTTP/1.1" 200 1784 0.006310 10.0.0.38 - - [2024-10-17 02:35:55] "GET /routing-instance/e819d46b-29c5-48a6-8ba7-8f7467b01e5d HTTP/1.1" 200 1784 0.005937 10.0.0.38 - - [2024-10-17 02:35:55] "GET /route-target/22cbca54-af45-49a7-8a69-2eb80b680ef2 HTTP/1.1" 200 1205 0.004210 10.0.0.38 - - [2024-10-17 02:35:55] "GET /domains HTTP/1.1" 200 280 0.003636 10.0.0.38 - - [2024-10-17 02:35:55] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001675 10.0.0.38 - - [2024-10-17 02:35:55] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a HTTP/1.1" 200 2575 0.011857 10.0.0.38 - - [2024-10-17 02:35:55] "GET /projects?obj_uuids=948f9b17-4091-496d-8674-26cc811afc47&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002272 10.0.0.38 - - [2024-10-17 02:35:55] "GET /project/948f9b17-4091-496d-8674-26cc811afc47 HTTP/1.1" 200 2571 0.079642 10.0.0.38 - - [2024-10-17 02:35:55] "GET /virtual-network/c303610b-7c2b-4941-bca3-c754c62d7855 HTTP/1.1" 200 2899 0.009197 10.0.0.38 - - [2024-10-17 02:35:55] "GET /obj-perms HTTP/1.1" 200 5034 0.003523 10.0.0.38 - - [2024-10-17 02:35:55] "POST /id-to-fqname HTTP/1.1" 200 222 0.001714 10.0.0.38 - - [2024-10-17 02:35:55] "POST /neutron/network HTTP/1.1" 200 939 0.006540 10.0.0.38 - - [2024-10-17 02:35:55] "GET /aaa-mode HTTP/1.1" 401 292 0.000531 10.0.0.38 - - [2024-10-17 02:35:56] "GET / HTTP/1.1" 200 35931 0.002294 10.0.0.38 - - [2024-10-17 02:35:56] "GET /project/948f9b17-4091-496d-8674-26cc811afc47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000510 10.0.0.38 - - [2024-10-17 02:35:56] "GET /projects?obj_uuids=948f9b17-4091-496d-8674-26cc811afc47&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001448 10.0.0.38 - - [2024-10-17 02:35:56] "GET /project/948f9b17-4091-496d-8674-26cc811afc47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.060357 10.0.0.38 - - [2024-10-17 02:35:56] "POST /neutron/network HTTP/1.1" 200 929 0.006615 10.0.0.38 - - [2024-10-17 02:35:56] "POST /neutron/port HTTP/1.1" 200 117 0.006353 10.0.0.38 - - [2024-10-17 02:35:56] "POST /neutron/port HTTP/1.1" 200 117 0.005666 10.0.0.38 - - [2024-10-17 02:35:56] "POST /id-to-fqname HTTP/1.1" 200 222 0.001933 10.0.0.38 - - [2024-10-17 02:35:57] "POST /neutron/port HTTP/1.1" 200 117 0.006927 10.0.0.38 - - [2024-10-17 02:35:57] "POST /neutron/network HTTP/1.1" 200 940 0.008633 10.0.0.38 - - [2024-10-17 02:35:57] "GET /aaa-mode HTTP/1.1" 401 292 0.000708 10.0.0.38 - - [2024-10-17 02:35:57] "POST /neutron/network HTTP/1.1" 200 939 0.007895 10.0.0.38 - - [2024-10-17 02:35:57] "GET /projects?obj_uuids=948f9b17-4091-496d-8674-26cc811afc47&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001677 10.0.0.38 - - [2024-10-17 02:35:57] "GET / HTTP/1.1" 200 35931 0.010479 10.0.0.38 - - [2024-10-17 02:35:57] "GET /project/948f9b17-4091-496d-8674-26cc811afc47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000512 10.0.0.38 - - [2024-10-17 02:35:57] "POST /neutron/port HTTP/1.1" 200 1063 0.273772 10.0.0.38 - - [2024-10-17 02:35:57] "POST /neutron/port HTTP/1.1" 200 1063 0.010877 10.0.0.38 - - [2024-10-17 02:35:57] "POST /neutron/port HTTP/1.1" 200 1063 0.015799 10.0.0.38 - - [2024-10-17 02:35:57] "POST /neutron/port HTTP/1.1" 200 1117 0.097487 10.0.0.38 - - [2024-10-17 02:35:57] "POST /neutron/port HTTP/1.1" 200 1091 0.046905 10.0.0.38 - - [2024-10-17 02:35:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010684 10.0.0.38 - - [2024-10-17 02:35:58] "GET /obj-perms HTTP/1.1" 200 5056 0.070257 10.0.0.38 - - [2024-10-17 02:35:58] "POST /neutron/subnet HTTP/1.1" 200 703 0.016281 10.0.0.38 - - [2024-10-17 02:35:58] "POST /neutron/port HTTP/1.1" 200 117 0.001536 10.0.0.38 - - [2024-10-17 02:35:58] "POST /neutron/network HTTP/1.1" 200 929 0.008005 10.0.0.38 - - [2024-10-17 02:35:58] "GET /projects?obj_uuids=948f9b17-4091-496d-8674-26cc811afc47&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001533 10.0.0.38 - - [2024-10-17 02:35:58] "GET /project/948f9b17-4091-496d-8674-26cc811afc47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.348751 10.0.0.38 - - [2024-10-17 02:35:58] "GET /obj-perms HTTP/1.1" 200 5056 0.115257 10.0.0.38 - - [2024-10-17 02:35:58] "POST /neutron/network HTTP/1.1" 200 930 0.006408 10.0.0.38 - - [2024-10-17 02:35:58] "POST /neutron/port HTTP/1.1" 200 1091 0.023078 10.0.0.38 - - [2024-10-17 02:35:58] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010256 10.0.0.38 - - [2024-10-17 02:35:58] "POST /neutron/port HTTP/1.1" 200 117 0.008423 10.0.0.38 - - [2024-10-17 02:35:58] "POST /neutron/port HTTP/1.1" 200 1091 0.018528 10.0.0.38 - - [2024-10-17 02:35:58] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008364 10.0.0.38 - - [2024-10-17 02:35:59] "POST /neutron/network HTTP/1.1" 200 940 0.008597 10.0.0.38 - - [2024-10-17 02:35:59] "GET /projects?obj_uuids=948f9b17-4091-496d-8674-26cc811afc47&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001587 10.0.0.38 - - [2024-10-17 02:35:59] "PUT /access-control-list/5847ef39-7a20-4a1e-931c-bcb9049cf9b1 HTTP/1.1" 200 272 0.014487 10.0.0.38 - - [2024-10-17 02:35:59] "POST /neutron/port HTTP/1.1" 200 1064 0.275831 10.0.0.38 - - [2024-10-17 02:35:59] "POST /neutron/port HTTP/1.1" 200 1064 0.014199 10.0.0.38 - - [2024-10-17 02:35:59] "POST /neutron/port HTTP/1.1" 200 1064 0.010257 10.0.0.38 - - [2024-10-17 02:35:59] "POST /neutron/port HTTP/1.1" 200 1118 0.090453 10.0.0.38 - - [2024-10-17 02:35:59] "POST /neutron/port HTTP/1.1" 200 1092 0.018073 10.0.0.38 - - [2024-10-17 02:35:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004126 10.0.0.38 - - [2024-10-17 02:35:59] "POST /neutron/subnet HTTP/1.1" 200 708 0.014595 10.0.0.38 - - [2024-10-17 02:35:59] "POST /neutron/port HTTP/1.1" 200 117 0.001657 10.0.0.38 - - [2024-10-17 02:35:59] "POST /neutron/network HTTP/1.1" 200 930 0.007546 10.0.0.38 - - [2024-10-17 02:36:03] "POST /neutron/port HTTP/1.1" 200 1091 0.022863 10.0.0.38 - - [2024-10-17 02:36:03] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009886 10.0.0.38 - - [2024-10-17 02:36:04] "POST /neutron/port HTTP/1.1" 200 1091 0.025346 10.0.0.38 - - [2024-10-17 02:36:04] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010923 10.0.0.38 - - [2024-10-17 02:36:04] "POST /neutron/port HTTP/1.1" 200 1091 0.026206 10.0.0.38 - - [2024-10-17 02:36:04] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008059 10.0.0.38 - - [2024-10-17 02:36:04] "GET /virtual-machine/7b0f7ef5-e272-4a32-a33b-647c057a596b HTTP/1.1" 200 1294 0.007999 10.0.0.38 - - [2024-10-17 02:36:04] "GET /virtual-machine-interface/f3ba2256-e51c-48e7-9143-191aa01a41f9 HTTP/1.1" 200 2952 0.010707 10.0.0.38 - - [2024-10-17 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004512 10.0.0.38 - - [2024-10-17 02:36:04] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005189 10.0.0.38 - - [2024-10-17 02:36:04] "GET /virtual-networks?parent_id=948f9b17-4091-496d-8674-26cc811afc47&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004465 10.0.0.38 - - [2024-10-17 02:36:04] "GET /virtual-network/4ab60242-e326-4364-9d1e-af342c347d8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.011854 10.0.0.38 - - [2024-10-17 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.38 - - [2024-10-17 02:36:07] "GET /virtual-network/4ab60242-e326-4364-9d1e-af342c347d8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.010088 10.0.0.38 - - [2024-10-17 02:36:07] "POST /neutron/port HTTP/1.1" 200 1091 0.019033 10.0.0.38 - - [2024-10-17 02:36:07] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007280 10.0.0.38 - - [2024-10-17 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.38 - - [2024-10-17 02:36:09] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004617 10.0.0.38 - - [2024-10-17 02:36:09] "GET /virtual-networks?parent_id=948f9b17-4091-496d-8674-26cc811afc47&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003822 10.0.0.38 - - [2024-10-17 02:36:09] "GET /virtual-network/4ab60242-e326-4364-9d1e-af342c347d8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.011419 10.0.0.38 - - [2024-10-17 02:36:09] "POST /neutron/port HTTP/1.1" 200 1092 0.034240 10.0.0.38 - - [2024-10-17 02:36:09] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006607 10.0.0.38 - - [2024-10-17 02:36:09] "POST /neutron/port HTTP/1.1" 200 1092 0.018954 10.0.0.38 - - [2024-10-17 02:36:10] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008881 10.0.0.38 - - [2024-10-17 02:36:10] "POST /neutron/port HTTP/1.1" 200 1092 0.019332 10.0.0.38 - - [2024-10-17 02:36:10] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009238 10.0.0.38 - - [2024-10-17 02:36:10] "POST /neutron/port HTTP/1.1" 200 1092 0.021754 10.0.0.38 - - [2024-10-17 02:36:10] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009243 10.0.0.38 - - [2024-10-17 02:36:10] "GET /virtual-machine/72973e73-ca6d-495d-94c3-8473a4c769bd HTTP/1.1" 200 1294 0.009221 10.0.0.38 - - [2024-10-17 02:36:10] "GET /virtual-machine-interface/7abfd034-201c-4c3e-85f5-99df21141fd0 HTTP/1.1" 200 2950 0.012357 10.0.0.38 - - [2024-10-17 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004450 10.0.0.38 - - [2024-10-17 02:36:10] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005224 10.0.0.38 - - [2024-10-17 02:36:10] "GET /virtual-networks?parent_id=948f9b17-4091-496d-8674-26cc811afc47&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004305 10.0.0.38 - - [2024-10-17 02:36:10] "GET /virtual-network/c303610b-7c2b-4941-bca3-c754c62d7855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.012923 10.0.0.38 - - [2024-10-17 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.38 - - [2024-10-17 02:36:11] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.006809 10.0.0.38 - - [2024-10-17 02:36:11] "GET /virtual-networks?parent_id=948f9b17-4091-496d-8674-26cc811afc47&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003866 10.0.0.38 - - [2024-10-17 02:36:11] "GET /virtual-network/c303610b-7c2b-4941-bca3-c754c62d7855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.012618 10.0.0.38 - - [2024-10-17 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.38 - - [2024-10-17 02:36:15] "GET /projects?obj_uuids=948f9b17-4091-496d-8674-26cc811afc47&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001421 10.0.0.38 - - [2024-10-17 02:36:16] "GET /project/948f9b17-4091-496d-8674-26cc811afc47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.054318 10.0.0.38 - - [2024-10-17 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.38 - - [2024-10-17 02:36:16] "PUT /network-policy/3f32ee7b-6898-4fbe-9d45-9c41c92e4030 HTTP/1.1" 200 262 0.013016 10.0.0.38 - - [2024-10-17 02:36:16] "PUT /access-control-list/9e4dcb98-9e64-4266-a8c6-7ee96d437ac2 HTTP/1.1" 200 272 0.054775 10.0.0.38 - - [2024-10-17 02:36:16] "POST /ref-update HTTP/1.1" 200 156 0.018607 10.0.0.38 - - [2024-10-17 02:36:16] "PUT /access-control-list/5847ef39-7a20-4a1e-931c-bcb9049cf9b1 HTTP/1.1" 200 272 0.059092 10.0.0.38 - - [2024-10-17 02:36:16] "POST /ref-update HTTP/1.1" 200 156 0.015999 10.0.0.38 - - [2024-10-17 02:36:19] "GET /virtual-network/c303610b-7c2b-4941-bca3-c754c62d7855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.011164 10.0.0.38 - - [2024-10-17 02:36:19] "POST /neutron/network HTTP/1.1" 200 930 0.007517 10.0.0.38 - - [2024-10-17 02:36:19] "POST /neutron/network HTTP/1.1" 200 828 0.063827 10.0.0.38 - - [2024-10-17 02:36:19] "DELETE /access-control-list/5847ef39-7a20-4a1e-931c-bcb9049cf9b1 HTTP/1.1" 200 115 0.048581 10.0.0.38 - - [2024-10-17 02:36:19] "POST /neutron/network HTTP/1.1" 200 828 0.016773 10.0.0.38 - - [2024-10-17 02:36:19] "GET /virtual-network/c303610b-7c2b-4941-bca3-c754c62d7855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.012054 10.0.0.38 - - [2024-10-17 02:36:19] "GET /virtual-network/4ab60242-e326-4364-9d1e-af342c347d8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.011028 10.0.0.38 - - [2024-10-17 02:36:19] "POST /neutron/network HTTP/1.1" 200 929 0.007943 10.0.0.38 - - [2024-10-17 02:36:19] "POST /neutron/network HTTP/1.1" 200 827 0.068377 10.0.0.38 - - [2024-10-17 02:36:19] "DELETE /access-control-list/9e4dcb98-9e64-4266-a8c6-7ee96d437ac2 HTTP/1.1" 200 115 0.048328 10.0.0.38 - - [2024-10-17 02:36:19] "POST /neutron/network HTTP/1.1" 200 827 0.016597 10.0.0.38 - - [2024-10-17 02:36:19] "GET /virtual-network/4ab60242-e326-4364-9d1e-af342c347d8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.010494 10.0.0.38 - - [2024-10-17 02:36:19] "DELETE /network-policy/3f32ee7b-6898-4fbe-9d45-9c41c92e4030 HTTP/1.1" 200 115 0.032906 10.0.0.38 - - [2024-10-17 02:36:20] "POST /neutron/network HTTP/1.1" 200 828 0.007191 10.0.0.38 - - [2024-10-17 02:36:20] "POST /neutron/network HTTP/1.1" 400 204 0.013229 10.0.0.38 - - [2024-10-17 02:36:20] "POST /neutron/port HTTP/1.1" 200 1092 0.019184 10.0.0.38 - - [2024-10-17 02:36:20] "POST /neutron/port HTTP/1.1" 200 1118 0.015959 10.0.0.38 - - [2024-10-17 02:36:20] "POST /neutron/port HTTP/1.1" 200 1091 0.019871 10.0.0.38 - - [2024-10-17 02:36:20] "POST /neutron/port HTTP/1.1" 200 1117 0.017003 10.0.0.38 - - [2024-10-17 02:36:20] "POST /neutron/port HTTP/1.1" 200 151 0.151515 10.0.0.38 - - [2024-10-17 02:36:20] "POST /neutron/port HTTP/1.1" 200 151 0.147203 10.0.0.38 - - [2024-10-17 02:36:22] "POST /neutron/network HTTP/1.1" 200 828 0.008238 10.0.0.38 - - [2024-10-17 02:36:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002136 10.0.0.38 - - [2024-10-17 02:36:22] "POST /useragent-kv HTTP/1.1" 200 115 0.001505 10.0.0.38 - - [2024-10-17 02:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.008526 10.0.0.38 - - [2024-10-17 02:36:22] "POST /neutron/network HTTP/1.1" 200 151 0.091328 10.0.0.38 - - [2024-10-17 02:36:22] "GET /routing-instance/e819d46b-29c5-48a6-8ba7-8f7467b01e5d HTTP/1.1" 404 171 0.002885 10.0.0.38 - - [2024-10-17 02:36:22] "GET /domains HTTP/1.1" 200 280 0.002637 10.0.0.38 - - [2024-10-17 02:36:22] "DELETE /route-target/22cbca54-af45-49a7-8a69-2eb80b680ef2 HTTP/1.1" 200 115 0.022134 10.0.0.38 - - [2024-10-17 02:36:22] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001449 10.0.0.38 - - [2024-10-17 02:36:22] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a HTTP/1.1" 200 2575 0.055817 10.0.0.38 - - [2024-10-17 02:36:22] "GET /projects?obj_uuids=948f9b17-4091-496d-8674-26cc811afc47&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002331 10.0.0.38 - - [2024-10-17 02:36:22] "GET /project/948f9b17-4091-496d-8674-26cc811afc47 HTTP/1.1" 200 2103 0.080880 10.0.0.38 - - [2024-10-17 02:36:22] "POST /neutron/network HTTP/1.1" 200 827 0.007776 10.0.0.38 - - [2024-10-17 02:36:22] "POST /useragent-kv HTTP/1.1" 200 115 0.001632 10.0.0.38 - - [2024-10-17 02:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.008731 10.0.0.38 - - [2024-10-17 02:36:22] "POST /useragent-kv HTTP/1.1" 200 115 0.001753 10.0.0.38 - - [2024-10-17 02:36:22] "POST /neutron/network HTTP/1.1" 200 151 0.097192 10.0.0.38 - - [2024-10-17 02:36:22] "GET /routing-instance/af5c2c81-5bd3-48dc-a598-acf503c0e607 HTTP/1.1" 404 171 0.006603 10.0.0.38 - - [2024-10-17 02:36:22] "DELETE /route-target/e6fd7f9e-b30b-4c35-a757-5f18d89d13be HTTP/1.1" 200 115 0.025688 10.0.0.38 - - [2024-10-17 02:36:22] "GET /domains HTTP/1.1" 200 280 0.003982 10.0.0.38 - - [2024-10-17 02:36:22] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001573 10.0.0.38 - - [2024-10-17 02:36:22] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a HTTP/1.1" 200 2575 0.055059 10.0.0.38 - - [2024-10-17 02:36:22] "GET /projects?obj_uuids=948f9b17-4091-496d-8674-26cc811afc47&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004317 10.0.0.38 - - [2024-10-17 02:36:22] "GET /project/948f9b17-4091-496d-8674-26cc811afc47 HTTP/1.1" 200 1864 0.087563 10.0.0.38 - - [2024-10-17 02:36:22] "GET /projects?obj_uuids=948f9b17-4091-496d-8674-26cc811afc47&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001611 10.0.0.38 - - [2024-10-17 02:36:23] "GET /project/948f9b17-4091-496d-8674-26cc811afc47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.044606 10.0.0.38 - - [2024-10-17 02:36:23] "GET /projects?obj_uuids=948f9b17-4091-496d-8674-26cc811afc47&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001585 10.0.0.38 - - [2024-10-17 02:36:23] "GET /project/948f9b17-4091-496d-8674-26cc811afc47?fields=virtual_networks HTTP/1.1" 200 1036 0.041153 10.0.0.38 - - [2024-10-17 02:36:23] "GET /projects?obj_uuids=948f9b17-4091-496d-8674-26cc811afc47&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001769 10.0.0.38 - - [2024-10-17 02:36:23] "GET /project/948f9b17-4091-496d-8674-26cc811afc47?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.050248 10.0.0.38 - - [2024-10-17 02:36:23] "GET /projects?obj_uuids=948f9b17-4091-496d-8674-26cc811afc47&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001777 10.0.0.38 - - [2024-10-17 02:36:23] "GET /project/948f9b17-4091-496d-8674-26cc811afc47?fields=security_groups HTTP/1.1" 200 1264 0.039780 10.0.0.38 - - [2024-10-17 02:36:24] "POST /fqname-to-id HTTP/1.1" 404 186 0.031252 10.0.0.38 - - [2024-10-17 02:36:24] "GET /projects?obj_uuids=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003364 10.0.0.38 - - [2024-10-17 02:36:24] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001874 10.0.0.38 - - [2024-10-17 02:36:24] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010705 10.0.0.38 - - [2024-10-17 02:36:24] "POST /id-to-fqname HTTP/1.1" 200 188 0.002135 10.0.0.38 - - [2024-10-17 02:36:24] "POST /fqname-to-id HTTP/1.1" 404 197 0.005652 10.0.0.38 - - [2024-10-17 02:36:24] "POST /security-groups HTTP/1.1" 200 589 0.067322 10.0.0.38 - - [2024-10-17 02:36:24] "POST /fqname-to-id HTTP/1.1" 404 232 0.003542 10.0.0.38 - - [2024-10-17 02:36:24] "POST /projects HTTP/1.1" 200 581 0.240124 10.0.0.38 - - [2024-10-17 02:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.275543 10.0.0.38 - - [2024-10-17 02:36:24] "POST /access-control-lists HTTP/1.1" 200 594 0.078878 10.0.0.38 - - [2024-10-17 02:36:24] "GET /project/208a848c-1655-4ef2-92cf-afb121d59c3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.475475 10.0.0.38 - - [2024-10-17 02:36:24] "POST /fqname-to-id HTTP/1.1" 404 231 0.004385 10.0.0.38 - - [2024-10-17 02:36:24] "POST /access-control-lists HTTP/1.1" 200 592 0.063724 10.0.0.38 - - [2024-10-17 02:36:26] "GET / HTTP/1.1" 200 35931 0.002813 10.0.0.38 - - [2024-10-17 02:36:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000602 10.0.0.38 - - [2024-10-17 02:36:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.080435 10.0.0.38 - - [2024-10-17 02:36:27] "GET /projects?obj_uuids=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001593 10.0.0.38 - - [2024-10-17 02:36:27] "GET /project/208a848c-1655-4ef2-92cf-afb121d59c3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.046750 10.0.0.38 - - [2024-10-17 02:36:27] "POST /neutron/network HTTP/1.1" 200 117 0.039495 10.0.0.38 - - [2024-10-17 02:36:27] "GET /projects?obj_uuids=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001985 10.0.0.38 - - [2024-10-17 02:36:27] "POST /neutron/network HTTP/1.1" 200 613 0.090632 10.0.0.38 - - [2024-10-17 02:36:27] "POST /route-targets HTTP/1.1" 200 327 0.016426 10.0.0.38 - - [2024-10-17 02:36:27] "POST /ref-update HTTP/1.1" 200 156 0.022331 10.0.0.38 - - [2024-10-17 02:36:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003359 10.0.0.38 - - [2024-10-17 02:36:27] "POST /neutron/subnet HTTP/1.1" 200 729 0.216382 10.0.0.38 - - [2024-10-17 02:36:27] "POST /neutron/network HTTP/1.1" 200 833 0.007400 10.0.0.38 - - [2024-10-17 02:36:28] "POST /id-to-fqname HTTP/1.1" 200 223 0.002091 10.0.0.38 - - [2024-10-17 02:36:28] "GET /virtual-network/6d5cfb77-9d65-42c3-bee6-8aef8cfe0a63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.011517 10.0.0.38 - - [2024-10-17 02:36:28] "POST /neutron/network HTTP/1.1" 200 833 0.008291 10.0.0.38 - - [2024-10-17 02:36:28] "GET /virtual-network/6d5cfb77-9d65-42c3-bee6-8aef8cfe0a63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.012731 10.0.0.38 - - [2024-10-17 02:36:28] "POST /neutron/network HTTP/1.1" 200 833 0.008395 10.0.0.38 - - [2024-10-17 02:36:28] "POST /neutron/subnet HTTP/1.1" 200 729 0.009495 10.0.0.38 - - [2024-10-17 02:36:28] "GET /domains HTTP/1.1" 401 292 0.000688 10.0.0.38 - - [2024-10-17 02:36:28] "GET /domains HTTP/1.1" 200 280 0.034812 10.0.0.38 - - [2024-10-17 02:36:28] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001436 10.0.0.38 - - [2024-10-17 02:36:28] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a HTTP/1.1" 200 2759 0.012153 10.0.0.38 - - [2024-10-17 02:36:28] "GET /projects?obj_uuids=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001467 10.0.0.38 - - [2024-10-17 02:36:28] "GET /project/208a848c-1655-4ef2-92cf-afb121d59c3c HTTP/1.1" 200 2080 0.087889 10.0.0.38 - - [2024-10-17 02:36:28] "GET /virtual-network/6d5cfb77-9d65-42c3-bee6-8aef8cfe0a63 HTTP/1.1" 200 2321 0.012982 10.0.0.38 - - [2024-10-17 02:36:28] "GET /virtual-network/6d5cfb77-9d65-42c3-bee6-8aef8cfe0a63 HTTP/1.1" 200 2321 0.010965 10.0.0.38 - - [2024-10-17 02:36:28] "GET /routing-instance/8270cc1d-c5b1-4b27-844e-407f3fa7bd10 HTTP/1.1" 200 1492 0.005949 10.0.0.38 - - [2024-10-17 02:36:28] "GET /routing-instance/8270cc1d-c5b1-4b27-844e-407f3fa7bd10 HTTP/1.1" 200 1492 0.006313 10.0.0.38 - - [2024-10-17 02:36:28] "GET /route-target/052d7d54-f3ba-4ea3-ba21-d94b9e75eb9d HTTP/1.1" 200 1211 0.004768 10.0.0.38 - - [2024-10-17 02:36:28] "GET /virtual-network/6d5cfb77-9d65-42c3-bee6-8aef8cfe0a63 HTTP/1.1" 200 2321 0.012288 10.0.0.38 - - [2024-10-17 02:36:28] "GET /routing-instance/8270cc1d-c5b1-4b27-844e-407f3fa7bd10 HTTP/1.1" 200 1492 0.006157 10.0.0.38 - - [2024-10-17 02:36:28] "GET /virtual-network/6d5cfb77-9d65-42c3-bee6-8aef8cfe0a63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.011513 10.0.0.38 - - [2024-10-17 02:36:28] "GET /virtual-network/6d5cfb77-9d65-42c3-bee6-8aef8cfe0a63 HTTP/1.1" 200 2321 0.011810 10.0.0.38 - - [2024-10-17 02:36:28] "GET /routing-instance/8270cc1d-c5b1-4b27-844e-407f3fa7bd10 HTTP/1.1" 200 1492 0.006056 10.0.0.38 - - [2024-10-17 02:36:28] "GET /routing-instance/8270cc1d-c5b1-4b27-844e-407f3fa7bd10 HTTP/1.1" 200 1492 0.005998 10.0.0.38 - - [2024-10-17 02:36:28] "GET /route-target/052d7d54-f3ba-4ea3-ba21-d94b9e75eb9d HTTP/1.1" 200 1211 0.004562 10.0.0.38 - - [2024-10-17 02:36:28] "GET /domains HTTP/1.1" 200 280 0.003343 10.0.0.38 - - [2024-10-17 02:36:28] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001457 10.0.0.38 - - [2024-10-17 02:36:28] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a HTTP/1.1" 200 2759 0.011012 10.0.0.38 - - [2024-10-17 02:36:28] "GET /projects?obj_uuids=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001337 10.0.0.38 - - [2024-10-17 02:36:28] "GET /project/208a848c-1655-4ef2-92cf-afb121d59c3c HTTP/1.1" 200 2080 0.076837 10.0.0.38 - - [2024-10-17 02:36:28] "GET /virtual-network/6d5cfb77-9d65-42c3-bee6-8aef8cfe0a63 HTTP/1.1" 200 2321 0.010439 10.0.0.38 - - [2024-10-17 02:36:29] "GET /obj-perms HTTP/1.1" 200 5026 0.060577 10.0.0.38 - - [2024-10-17 02:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.38 - - [2024-10-17 02:36:29] "GET /projects?obj_uuids=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003313 10.0.0.38 - - [2024-10-17 02:36:29] "GET /project/208a848c-1655-4ef2-92cf-afb121d59c3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.044060 10.0.0.38 - - [2024-10-17 02:36:29] "POST /neutron/network HTTP/1.1" 200 117 0.010979 10.0.0.38 - - [2024-10-17 02:36:29] "GET /projects?obj_uuids=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001553 10.0.0.38 - - [2024-10-17 02:36:29] "POST /neutron/network HTTP/1.1" 200 613 0.093623 10.0.0.38 - - [2024-10-17 02:36:29] "POST /route-targets HTTP/1.1" 200 327 0.013756 10.0.0.38 - - [2024-10-17 02:36:29] "POST /ref-update HTTP/1.1" 200 156 0.016215 10.0.0.38 - - [2024-10-17 02:36:29] "POST /useragent-kv HTTP/1.1" 200 115 0.004165 10.0.0.38 - - [2024-10-17 02:36:29] "POST /neutron/subnet HTTP/1.1" 200 724 0.241689 10.0.0.38 - - [2024-10-17 02:36:29] "POST /neutron/network HTTP/1.1" 200 832 0.006961 10.0.0.38 - - [2024-10-17 02:36:29] "POST /id-to-fqname HTTP/1.1" 200 223 0.001725 10.0.0.38 - - [2024-10-17 02:36:29] "GET /virtual-network/5b3b1d7a-f387-4c19-a90c-3ecdd4362f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.011636 10.0.0.38 - - [2024-10-17 02:36:30] "POST /neutron/network HTTP/1.1" 200 832 0.007023 10.0.0.38 - - [2024-10-17 02:36:30] "GET /virtual-network/5b3b1d7a-f387-4c19-a90c-3ecdd4362f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.010673 10.0.0.38 - - [2024-10-17 02:36:30] "POST /neutron/network HTTP/1.1" 200 832 0.007437 10.0.0.38 - - [2024-10-17 02:36:30] "POST /neutron/subnet HTTP/1.1" 200 724 0.008529 10.0.0.38 - - [2024-10-17 02:36:30] "GET /domains HTTP/1.1" 200 280 0.003330 10.0.0.38 - - [2024-10-17 02:36:30] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001536 10.0.0.38 - - [2024-10-17 02:36:30] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a HTTP/1.1" 200 2759 0.010133 10.0.0.38 - - [2024-10-17 02:36:30] "GET /projects?obj_uuids=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001462 10.0.0.38 - - [2024-10-17 02:36:30] "GET /project/208a848c-1655-4ef2-92cf-afb121d59c3c HTTP/1.1" 200 2298 0.077048 10.0.0.38 - - [2024-10-17 02:36:30] "GET /virtual-network/5b3b1d7a-f387-4c19-a90c-3ecdd4362f8a HTTP/1.1" 200 2319 0.012464 10.0.0.38 - - [2024-10-17 02:36:30] "GET /virtual-network/5b3b1d7a-f387-4c19-a90c-3ecdd4362f8a HTTP/1.1" 200 2319 0.010837 10.0.0.38 - - [2024-10-17 02:36:30] "GET /routing-instance/921fcc98-8451-4215-8b77-e66bd09e3dec HTTP/1.1" 200 1494 0.005944 10.0.0.38 - - [2024-10-17 02:36:30] "GET /routing-instance/921fcc98-8451-4215-8b77-e66bd09e3dec HTTP/1.1" 200 1494 0.005652 10.0.0.38 - - [2024-10-17 02:36:30] "GET /route-target/09d464e8-b441-4288-86df-e4b6e8af57d0 HTTP/1.1" 200 1210 0.004569 10.0.0.38 - - [2024-10-17 02:36:30] "GET /virtual-network/5b3b1d7a-f387-4c19-a90c-3ecdd4362f8a HTTP/1.1" 200 2319 0.010698 10.0.0.38 - - [2024-10-17 02:36:30] "GET /routing-instance/921fcc98-8451-4215-8b77-e66bd09e3dec HTTP/1.1" 200 1494 0.005847 10.0.0.38 - - [2024-10-17 02:36:30] "GET /virtual-network/5b3b1d7a-f387-4c19-a90c-3ecdd4362f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.010833 10.0.0.38 - - [2024-10-17 02:36:30] "GET /virtual-network/5b3b1d7a-f387-4c19-a90c-3ecdd4362f8a HTTP/1.1" 200 2319 0.011195 10.0.0.38 - - [2024-10-17 02:36:30] "GET /routing-instance/921fcc98-8451-4215-8b77-e66bd09e3dec HTTP/1.1" 200 1494 0.005693 10.0.0.38 - - [2024-10-17 02:36:30] "GET /routing-instance/921fcc98-8451-4215-8b77-e66bd09e3dec HTTP/1.1" 200 1494 0.005788 10.0.0.38 - - [2024-10-17 02:36:30] "GET /route-target/09d464e8-b441-4288-86df-e4b6e8af57d0 HTTP/1.1" 200 1210 0.005231 10.0.0.38 - - [2024-10-17 02:36:30] "GET /domains HTTP/1.1" 200 280 0.003823 10.0.0.38 - - [2024-10-17 02:36:30] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001552 10.0.0.38 - - [2024-10-17 02:36:30] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a HTTP/1.1" 200 2759 0.010863 10.0.0.38 - - [2024-10-17 02:36:30] "GET /projects?obj_uuids=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001935 10.0.0.38 - - [2024-10-17 02:36:30] "GET /project/208a848c-1655-4ef2-92cf-afb121d59c3c HTTP/1.1" 200 2298 0.099904 10.0.0.38 - - [2024-10-17 02:36:30] "GET /virtual-network/5b3b1d7a-f387-4c19-a90c-3ecdd4362f8a HTTP/1.1" 200 2319 0.010554 10.0.0.38 - - [2024-10-17 02:36:30] "GET /obj-perms HTTP/1.1" 200 5026 0.004926 10.0.0.38 - - [2024-10-17 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004052 10.0.0.38 - - [2024-10-17 02:36:30] "GET /projects?obj_uuids=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001452 10.0.0.38 - - [2024-10-17 02:36:30] "GET /project/208a848c-1655-4ef2-92cf-afb121d59c3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.043886 10.0.0.38 - - [2024-10-17 02:36:30] "POST /neutron/network HTTP/1.1" 200 117 0.023113 10.0.0.38 - - [2024-10-17 02:36:30] "GET /projects?obj_uuids=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001650 10.0.0.38 - - [2024-10-17 02:36:30] "POST /neutron/network HTTP/1.1" 200 615 0.108247 10.0.0.38 - - [2024-10-17 02:36:30] "POST /ref-update HTTP/1.1" 200 156 0.012888 10.0.0.38 - - [2024-10-17 02:36:31] "POST /useragent-kv HTTP/1.1" 200 115 0.005681 10.0.0.38 - - [2024-10-17 02:36:31] "POST /neutron/subnet HTTP/1.1" 200 719 0.211116 10.0.0.38 - - [2024-10-17 02:36:31] "POST /neutron/network HTTP/1.1" 200 833 0.007799 10.0.0.38 - - [2024-10-17 02:36:31] "POST /id-to-fqname HTTP/1.1" 200 224 0.001682 10.0.0.38 - - [2024-10-17 02:36:31] "GET /virtual-network/878cf11f-01bf-4c13-83aa-853bd7a8b508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.010902 10.0.0.38 - - [2024-10-17 02:36:31] "POST /neutron/network HTTP/1.1" 200 833 0.007671 10.0.0.38 - - [2024-10-17 02:36:31] "GET /virtual-network/878cf11f-01bf-4c13-83aa-853bd7a8b508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.013585 10.0.0.38 - - [2024-10-17 02:36:31] "POST /neutron/network HTTP/1.1" 200 833 0.008853 10.0.0.38 - - [2024-10-17 02:36:31] "POST /neutron/subnet HTTP/1.1" 200 719 0.009842 10.0.0.38 - - [2024-10-17 02:36:31] "GET /domains HTTP/1.1" 200 280 0.003385 10.0.0.38 - - [2024-10-17 02:36:31] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001481 10.0.0.38 - - [2024-10-17 02:36:31] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a HTTP/1.1" 200 2759 0.012007 10.0.0.38 - - [2024-10-17 02:36:31] "GET /projects?obj_uuids=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001639 10.0.0.38 - - [2024-10-17 02:36:31] "GET /project/208a848c-1655-4ef2-92cf-afb121d59c3c HTTP/1.1" 200 2517 0.092789 10.0.0.38 - - [2024-10-17 02:36:31] "GET /virtual-network/878cf11f-01bf-4c13-83aa-853bd7a8b508 HTTP/1.1" 200 2320 0.016807 10.0.0.38 - - [2024-10-17 02:36:31] "GET /virtual-network/878cf11f-01bf-4c13-83aa-853bd7a8b508 HTTP/1.1" 200 2320 0.012820 10.0.0.38 - - [2024-10-17 02:36:31] "GET /routing-instance/1097b02b-33b0-4a87-9469-9014b8464a09 HTTP/1.1" 200 1497 0.006731 10.0.0.38 - - [2024-10-17 02:36:31] "GET /routing-instance/1097b02b-33b0-4a87-9469-9014b8464a09 HTTP/1.1" 200 1497 0.006539 10.0.0.38 - - [2024-10-17 02:36:31] "GET /route-target/a98f2e68-8ad7-4e45-af41-1f43e1baec01 HTTP/1.1" 200 1215 0.005934 10.0.0.38 - - [2024-10-17 02:36:31] "GET /virtual-network/878cf11f-01bf-4c13-83aa-853bd7a8b508 HTTP/1.1" 200 2320 0.012562 10.0.0.38 - - [2024-10-17 02:36:31] "GET /routing-instance/1097b02b-33b0-4a87-9469-9014b8464a09 HTTP/1.1" 200 1497 0.007399 10.0.0.38 - - [2024-10-17 02:36:31] "GET /virtual-network/878cf11f-01bf-4c13-83aa-853bd7a8b508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.013376 10.0.0.38 - - [2024-10-17 02:36:31] "GET /virtual-network/878cf11f-01bf-4c13-83aa-853bd7a8b508 HTTP/1.1" 200 2320 0.012221 10.0.0.38 - - [2024-10-17 02:36:31] "GET /routing-instance/1097b02b-33b0-4a87-9469-9014b8464a09 HTTP/1.1" 200 1497 0.006902 10.0.0.38 - - [2024-10-17 02:36:31] "GET /routing-instance/1097b02b-33b0-4a87-9469-9014b8464a09 HTTP/1.1" 200 1497 0.006177 10.0.0.38 - - [2024-10-17 02:36:31] "GET /route-target/a98f2e68-8ad7-4e45-af41-1f43e1baec01 HTTP/1.1" 200 1215 0.004989 10.0.0.38 - - [2024-10-17 02:36:31] "GET /domains HTTP/1.1" 200 280 0.004464 10.0.0.38 - - [2024-10-17 02:36:31] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002012 10.0.0.38 - - [2024-10-17 02:36:31] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a HTTP/1.1" 200 2759 0.015102 10.0.0.38 - - [2024-10-17 02:36:31] "GET /projects?obj_uuids=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001523 10.0.0.38 - - [2024-10-17 02:36:31] "GET /project/208a848c-1655-4ef2-92cf-afb121d59c3c HTTP/1.1" 200 2517 0.099248 10.0.0.38 - - [2024-10-17 02:36:31] "GET /virtual-network/878cf11f-01bf-4c13-83aa-853bd7a8b508 HTTP/1.1" 200 2320 0.014560 10.0.0.38 - - [2024-10-17 02:36:31] "GET /obj-perms HTTP/1.1" 200 5026 0.004431 10.0.0.38 - - [2024-10-17 02:36:31] "POST /id-to-fqname HTTP/1.1" 200 223 0.001969 10.0.0.38 - - [2024-10-17 02:36:32] "POST /neutron/network HTTP/1.1" 200 842 0.007994 10.0.0.38 - - [2024-10-17 02:36:32] "GET /aaa-mode HTTP/1.1" 401 292 0.000645 10.0.0.38 - - [2024-10-17 02:36:32] "GET / HTTP/1.1" 200 35931 0.002715 10.0.0.38 - - [2024-10-17 02:36:32] "GET /project/208a848c-1655-4ef2-92cf-afb121d59c3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000641 10.0.0.38 - - [2024-10-17 02:36:32] "GET /projects?obj_uuids=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001888 10.0.0.38 - - [2024-10-17 02:36:32] "GET /project/208a848c-1655-4ef2-92cf-afb121d59c3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.091492 10.0.0.38 - - [2024-10-17 02:36:32] "POST /neutron/network HTTP/1.1" 200 832 0.007737 10.0.0.38 - - [2024-10-17 02:36:33] "POST /neutron/port HTTP/1.1" 200 117 0.006278 10.0.0.38 - - [2024-10-17 02:36:33] "POST /neutron/port HTTP/1.1" 200 117 0.007017 10.0.0.38 - - [2024-10-17 02:36:33] "POST /id-to-fqname HTTP/1.1" 200 224 0.001868 10.0.0.38 - - [2024-10-17 02:36:33] "POST /neutron/port HTTP/1.1" 200 117 0.007678 10.0.0.38 - - [2024-10-17 02:36:33] "POST /neutron/network HTTP/1.1" 200 843 0.008414 10.0.0.38 - - [2024-10-17 02:36:33] "GET /aaa-mode HTTP/1.1" 401 292 0.000599 10.0.0.38 - - [2024-10-17 02:36:33] "POST /neutron/network HTTP/1.1" 200 842 0.010470 10.0.0.38 - - [2024-10-17 02:36:33] "GET / HTTP/1.1" 200 35931 0.002239 10.0.0.38 - - [2024-10-17 02:36:33] "GET /projects?obj_uuids=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001425 10.0.0.38 - - [2024-10-17 02:36:33] "GET /project/208a848c-1655-4ef2-92cf-afb121d59c3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000618 10.0.0.38 - - [2024-10-17 02:36:34] "POST /neutron/port HTTP/1.1" 200 1058 0.315708 10.0.0.38 - - [2024-10-17 02:36:34] "POST /neutron/port HTTP/1.1" 200 1058 0.018067 10.0.0.38 - - [2024-10-17 02:36:34] "POST /neutron/port HTTP/1.1" 200 1058 0.019061 10.0.0.38 - - [2024-10-17 02:36:34] "POST /neutron/port HTTP/1.1" 200 1112 0.092963 10.0.0.38 - - [2024-10-17 02:36:34] "GET /projects?obj_uuids=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001765 10.0.0.38 - - [2024-10-17 02:36:34] "GET /project/208a848c-1655-4ef2-92cf-afb121d59c3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.097121 10.0.0.38 - - [2024-10-17 02:36:34] "POST /neutron/port HTTP/1.1" 200 1086 0.035501 10.0.0.38 - - [2024-10-17 02:36:34] "POST /neutron/network HTTP/1.1" 200 833 0.006657 10.0.0.38 - - [2024-10-17 02:36:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004983 10.0.0.38 - - [2024-10-17 02:36:34] "POST /neutron/subnet HTTP/1.1" 200 698 0.015185 10.0.0.38 - - [2024-10-17 02:36:34] "POST /neutron/port HTTP/1.1" 200 117 0.001585 10.0.0.38 - - [2024-10-17 02:36:34] "POST /neutron/network HTTP/1.1" 200 832 0.016519 10.0.0.38 - - [2024-10-17 02:36:34] "POST /neutron/port HTTP/1.1" 200 1086 0.025596 10.0.0.38 - - [2024-10-17 02:36:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008778 10.0.0.38 - - [2024-10-17 02:36:34] "POST /neutron/port HTTP/1.1" 200 117 0.006740 10.0.0.38 - - [2024-10-17 02:36:34] "POST /fqname-to-id HTTP/1.1" 404 193 0.003663 10.0.0.38 - - [2024-10-17 02:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004090 10.0.0.38 - - [2024-10-17 02:36:34] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001812 10.0.0.38 - - [2024-10-17 02:36:34] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.012121 10.0.0.38 - - [2024-10-17 02:36:34] "POST /service-templates HTTP/1.1" 200 543 0.045458 10.0.0.38 - - [2024-10-17 02:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005276 10.0.0.38 - - [2024-10-17 02:36:34] "GET /service-template/d5aecdc1-dbb3-49f6-b933-a5d0c2a1f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.008825 10.0.0.38 - - [2024-10-17 02:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.38 - - [2024-10-17 02:36:34] "GET /service-template/d5aecdc1-dbb3-49f6-b933-a5d0c2a1f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.006070 10.0.0.38 - - [2024-10-17 02:36:35] "POST /id-to-fqname HTTP/1.1" 200 223 0.002127 10.0.0.38 - - [2024-10-17 02:36:35] "POST /id-to-fqname HTTP/1.1" 200 223 0.004804 10.0.0.38 - - [2024-10-17 02:36:35] "POST /neutron/network HTTP/1.1" 200 843 0.018265 10.0.0.38 - - [2024-10-17 02:36:35] "GET /projects?obj_uuids=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002059 10.0.0.38 - - [2024-10-17 02:36:35] "POST /id-to-fqname HTTP/1.1" 200 224 0.001826 10.0.0.38 - - [2024-10-17 02:36:35] "POST /neutron/port HTTP/1.1" 200 1086 0.059948 10.0.0.38 - - [2024-10-17 02:36:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.022543 10.0.0.38 - - [2024-10-17 02:36:35] "POST /neutron/port HTTP/1.1" 200 1057 0.362307 10.0.0.38 - - [2024-10-17 02:36:35] "POST /neutron/port HTTP/1.1" 200 1057 0.025928 10.0.0.38 - - [2024-10-17 02:36:35] "POST /neutron/port HTTP/1.1" 200 1057 0.022192 10.0.0.38 - - [2024-10-17 02:36:35] "POST /neutron/port HTTP/1.1" 200 1111 0.092543 10.0.0.38 - - [2024-10-17 02:36:35] "POST /neutron/port HTTP/1.1" 200 1085 0.025328 10.0.0.38 - - [2024-10-17 02:36:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004442 10.0.0.38 - - [2024-10-17 02:36:35] "POST /neutron/subnet HTTP/1.1" 200 693 0.023411 10.0.0.38 - - [2024-10-17 02:36:35] "POST /neutron/port HTTP/1.1" 200 117 0.001621 10.0.0.38 - - [2024-10-17 02:36:35] "POST /neutron/network HTTP/1.1" 200 833 0.008842 10.0.0.38 - - [2024-10-17 02:36:36] "POST /neutron/network HTTP/1.1" 200 2223 0.029248 10.0.0.38 - - [2024-10-17 02:36:36] "GET /aaa-mode HTTP/1.1" 401 292 0.000644 10.0.0.38 - - [2024-10-17 02:36:36] "GET / HTTP/1.1" 200 35931 0.002435 10.0.0.38 - - [2024-10-17 02:36:36] "GET /project/208a848c-1655-4ef2-92cf-afb121d59c3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000536 10.0.0.38 - - [2024-10-17 02:36:37] "GET /projects?obj_uuids=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002326 10.0.0.38 - - [2024-10-17 02:36:37] "GET /project/208a848c-1655-4ef2-92cf-afb121d59c3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.093359 10.0.0.38 - - [2024-10-17 02:36:37] "POST /neutron/network HTTP/1.1" 200 833 0.009368 10.0.0.38 - - [2024-10-17 02:36:37] "POST /neutron/network HTTP/1.1" 200 832 0.008356 10.0.0.38 - - [2024-10-17 02:36:37] "POST /neutron/network HTTP/1.1" 200 833 0.008314 10.0.0.38 - - [2024-10-17 02:36:37] "POST /neutron/port HTTP/1.1" 200 2055 0.027722 10.0.0.38 - - [2024-10-17 02:36:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009655 10.0.0.38 - - [2024-10-17 02:36:37] "POST /neutron/port HTTP/1.1" 200 117 0.005988 10.0.0.38 - - [2024-10-17 02:36:37] "POST /neutron/port HTTP/1.1" 200 117 0.008497 10.0.0.38 - - [2024-10-17 02:36:37] "POST /neutron/network HTTP/1.1" 200 2223 0.017479 10.0.0.38 - - [2024-10-17 02:36:37] "GET /projects?obj_uuids=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002278 10.0.0.38 - - [2024-10-17 02:36:38] "POST /neutron/port HTTP/1.1" 200 1059 0.300435 10.0.0.38 - - [2024-10-17 02:36:38] "GET /projects?obj_uuids=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002649 10.0.0.38 - - [2024-10-17 02:36:38] "POST /neutron/port HTTP/1.1" 200 1058 0.256383 10.0.0.38 - - [2024-10-17 02:36:38] "GET /projects?obj_uuids=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002882 10.0.0.38 - - [2024-10-17 02:36:38] "POST /neutron/port HTTP/1.1" 200 1057 0.270316 10.0.0.38 - - [2024-10-17 02:36:38] "POST /neutron/port HTTP/1.1" 200 1059 0.010947 10.0.0.38 - - [2024-10-17 02:36:38] "POST /neutron/port HTTP/1.1" 200 1059 0.010276 10.0.0.38 - - [2024-10-17 02:36:38] "POST /neutron/port HTTP/1.1" 200 1113 0.090330 10.0.0.38 - - [2024-10-17 02:36:39] "POST /neutron/port HTTP/1.1" 200 1058 0.012919 10.0.0.38 - - [2024-10-17 02:36:39] "POST /neutron/port HTTP/1.1" 200 1058 0.014200 10.0.0.38 - - [2024-10-17 02:36:39] "POST /neutron/port HTTP/1.1" 200 1112 0.092971 10.0.0.38 - - [2024-10-17 02:36:39] "POST /neutron/port HTTP/1.1" 200 1057 0.010413 10.0.0.38 - - [2024-10-17 02:36:39] "POST /neutron/port HTTP/1.1" 200 1057 0.010619 10.0.0.38 - - [2024-10-17 02:36:39] "POST /neutron/port HTTP/1.1" 200 1111 0.090733 10.0.0.38 - - [2024-10-17 02:36:39] "POST /neutron/port HTTP/1.1" 200 3025 0.022758 10.0.0.38 - - [2024-10-17 02:36:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004583 10.0.0.38 - - [2024-10-17 02:36:39] "POST /neutron/subnet HTTP/1.1" 200 703 0.012913 10.0.0.38 - - [2024-10-17 02:36:39] "POST /neutron/port HTTP/1.1" 200 117 0.001446 10.0.0.38 - - [2024-10-17 02:36:39] "POST /neutron/network HTTP/1.1" 200 833 0.006312 10.0.0.38 - - [2024-10-17 02:36:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006346 10.0.0.38 - - [2024-10-17 02:36:39] "POST /neutron/subnet HTTP/1.1" 200 698 0.012882 10.0.0.38 - - [2024-10-17 02:36:39] "POST /neutron/port HTTP/1.1" 200 117 0.001466 10.0.0.38 - - [2024-10-17 02:36:39] "POST /neutron/network HTTP/1.1" 200 832 0.006830 10.0.0.38 - - [2024-10-17 02:36:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003663 10.0.0.38 - - [2024-10-17 02:36:39] "POST /neutron/subnet HTTP/1.1" 200 693 0.013117 10.0.0.38 - - [2024-10-17 02:36:39] "POST /neutron/port HTTP/1.1" 200 117 0.001542 10.0.0.38 - - [2024-10-17 02:36:39] "POST /neutron/network HTTP/1.1" 200 833 0.009878 10.0.0.38 - - [2024-10-17 02:36:42] "POST /neutron/port HTTP/1.1" 200 3025 0.024148 10.0.0.38 - - [2024-10-17 02:36:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007691 10.0.0.38 - - [2024-10-17 02:36:42] "POST /neutron/port HTTP/1.1" 200 3025 0.023815 10.0.0.38 - - [2024-10-17 02:36:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008136 10.0.0.38 - - [2024-10-17 02:36:42] "POST /neutron/port HTTP/1.1" 200 3025 0.032862 10.0.0.38 - - [2024-10-17 02:36:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008615 10.0.0.38 - - [2024-10-17 02:36:43] "POST /neutron/port HTTP/1.1" 200 3025 0.031013 10.0.0.38 - - [2024-10-17 02:36:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008391 10.0.0.38 - - [2024-10-17 02:36:43] "POST /neutron/port HTTP/1.1" 200 3025 0.021764 10.0.0.38 - - [2024-10-17 02:36:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007655 10.0.0.38 - - [2024-10-17 02:36:43] "GET /virtual-machine/9a50cc76-779f-4248-a163-dfe1c17664bf HTTP/1.1" 200 1803 0.006679 10.0.0.38 - - [2024-10-17 02:36:43] "GET /virtual-machine-interface/022be5a3-fdf7-4706-8b76-9c2cb2f19fd4 HTTP/1.1" 200 2948 0.009900 10.0.0.38 - - [2024-10-17 02:36:43] "GET /virtual-machine-interface/a731186b-0164-4828-96cf-3bed08f20c17 HTTP/1.1" 200 2947 0.012017 10.0.0.38 - - [2024-10-17 02:36:43] "GET /virtual-machine-interface/c4cd6133-a530-4215-925d-3d7d36d50793 HTTP/1.1" 200 2947 0.010915 10.0.0.38 - - [2024-10-17 02:36:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.38 - - [2024-10-17 02:36:43] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005978 10.0.0.38 - - [2024-10-17 02:36:43] "GET /virtual-networks?parent_id=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004236 10.0.0.38 - - [2024-10-17 02:36:43] "GET /virtual-network/6d5cfb77-9d65-42c3-bee6-8aef8cfe0a63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.012135 10.0.0.38 - - [2024-10-17 02:36:44] "POST /neutron/port HTTP/1.1" 200 1086 0.019783 10.0.0.38 - - [2024-10-17 02:36:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007416 10.0.0.38 - - [2024-10-17 02:36:45] "POST /neutron/port HTTP/1.1" 200 1085 0.026657 10.0.0.38 - - [2024-10-17 02:36:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007603 10.0.0.38 - - [2024-10-17 02:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.38 - - [2024-10-17 02:36:46] "GET /virtual-network/6d5cfb77-9d65-42c3-bee6-8aef8cfe0a63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.009990 10.0.0.38 - - [2024-10-17 02:36:50] "DELETE /project/208a848c16554ef292cfafb121d59c3c HTTP/1.1" 404 173 0.010113 10.0.0.38 - - [2024-10-17 02:36:50] "GET /projects?obj_uuids=948f9b17-4091-496d-8674-26cc811afc47&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001355 10.0.0.38 - - [2024-10-17 02:36:50] "GET /project/948f9b17-4091-496d-8674-26cc811afc47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.038797 10.0.0.38 - - [2024-10-17 02:36:50] "GET /projects?obj_uuids=948f9b17-4091-496d-8674-26cc811afc47&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001593 10.0.0.38 - - [2024-10-17 02:36:50] "GET /project/948f9b17-4091-496d-8674-26cc811afc47?fields=security_groups HTTP/1.1" 200 1369 0.038811 10.0.0.38 - - [2024-10-17 02:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.38 - - [2024-10-17 02:36:50] "GET /virtual-network/6d5cfb77-9d65-42c3-bee6-8aef8cfe0a63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.010124 10.0.0.38 - - [2024-10-17 02:36:50] "DELETE /security-group/15021772-bc0d-4e70-94c9-e14eacb37dc4 HTTP/1.1" 200 115 0.035044 10.0.0.38 - - [2024-10-17 02:36:50] "GET /projects?obj_uuids=948f9b17-4091-496d-8674-26cc811afc47&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002178 10.0.0.38 - - [2024-10-17 02:36:50] "GET /project/948f9b17-4091-496d-8674-26cc811afc47?fields=application_policy_sets HTTP/1.1" 200 1408 0.059265 10.0.0.38 - - [2024-10-17 02:36:50] "DELETE /access-control-list/1f117a54-ee81-4350-9a2e-df873a00d9a2 HTTP/1.1" 200 115 0.070299 10.0.0.38 - - [2024-10-17 02:36:50] "DELETE /access-control-list/1a43528d-0c47-4edf-8ff5-b45d05ee1f78 HTTP/1.1" 200 115 0.022799 10.0.0.38 - - [2024-10-17 02:36:50] "DELETE /project/948f9b17-4091-496d-8674-26cc811afc47 HTTP/1.1" 200 115 0.355152 10.0.0.38 - - [2024-10-17 02:36:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.38 - - [2024-10-17 02:36:54] "GET /virtual-network/6d5cfb77-9d65-42c3-bee6-8aef8cfe0a63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.010204 10.0.0.38 - - [2024-10-17 02:36:58] "GET /obj-perms HTTP/1.1" 200 5056 0.065797 10.0.0.38 - - [2024-10-17 02:36:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.38 - - [2024-10-17 02:36:59] "GET /virtual-network/6d5cfb77-9d65-42c3-bee6-8aef8cfe0a63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.011491 10.0.0.38 - - [2024-10-17 02:36:59] "GET /obj-perms HTTP/1.1" 200 5056 0.062780 10.0.0.38 - - [2024-10-17 02:37:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.38 - - [2024-10-17 02:37:01] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004707 10.0.0.38 - - [2024-10-17 02:37:01] "GET /virtual-networks?parent_id=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003803 10.0.0.38 - - [2024-10-17 02:37:01] "GET /virtual-network/6d5cfb77-9d65-42c3-bee6-8aef8cfe0a63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.011580 10.0.0.38 - - [2024-10-17 02:37:01] "POST /neutron/port HTTP/1.1" 200 3025 0.023992 10.0.0.38 - - [2024-10-17 02:37:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007971 10.0.0.38 - - [2024-10-17 02:37:02] "POST /neutron/port HTTP/1.1" 200 1086 0.022875 10.0.0.38 - - [2024-10-17 02:37:02] "POST /neutron/port HTTP/1.1" 200 1086 0.021521 10.0.0.38 - - [2024-10-17 02:37:02] "POST /neutron/network HTTP/1.1" 200 842 0.008031 10.0.0.38 - - [2024-10-17 02:37:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005195 10.0.0.38 - - [2024-10-17 02:37:02] "POST /neutron/subnet HTTP/1.1" 200 698 0.015051 10.0.0.38 - - [2024-10-17 02:37:02] "POST /neutron/port HTTP/1.1" 200 117 0.001673 10.0.0.38 - - [2024-10-17 02:37:02] "POST /neutron/network HTTP/1.1" 200 832 0.006818 10.0.0.38 - - [2024-10-17 02:37:06] "POST /neutron/port HTTP/1.1" 200 3025 0.027514 10.0.0.38 - - [2024-10-17 02:37:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008419 10.0.0.38 - - [2024-10-17 02:37:11] "POST /neutron/port HTTP/1.1" 200 3025 0.023408 10.0.0.38 - - [2024-10-17 02:37:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007431 10.0.0.38 - - [2024-10-17 02:37:12] "POST /neutron/port HTTP/1.1" 200 3025 0.024249 10.0.0.38 - - [2024-10-17 02:37:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007272 10.0.0.38 - - [2024-10-17 02:37:16] "POST /neutron/port HTTP/1.1" 200 3025 0.028150 10.0.0.38 - - [2024-10-17 02:37:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009262 10.0.0.38 - - [2024-10-17 02:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.38 - - [2024-10-17 02:37:22] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004676 10.0.0.38 - - [2024-10-17 02:37:22] "GET /virtual-networks?parent_id=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003721 10.0.0.38 - - [2024-10-17 02:37:22] "GET /virtual-network/5b3b1d7a-f387-4c19-a90c-3ecdd4362f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.011531 10.0.0.38 - - [2024-10-17 02:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.38 - - [2024-10-17 02:37:22] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004674 10.0.0.38 - - [2024-10-17 02:37:22] "GET /virtual-networks?parent_id=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003898 10.0.0.38 - - [2024-10-17 02:37:22] "GET /virtual-network/878cf11f-01bf-4c13-83aa-853bd7a8b508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.013899 10.0.0.38 - - [2024-10-17 02:37:22] "POST /fqname-to-id HTTP/1.1" 404 207 0.003863 10.0.0.38 - - [2024-10-17 02:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.38 - - [2024-10-17 02:37:22] "GET /projects?obj_uuids=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001832 10.0.0.38 - - [2024-10-17 02:37:22] "GET /project/208a848c-1655-4ef2-92cf-afb121d59c3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.047559 10.0.0.38 - - [2024-10-17 02:37:22] "POST /service-instances HTTP/1.1" 200 543 0.072653 10.0.0.38 - - [2024-10-17 02:37:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.38 - - [2024-10-17 02:37:23] "GET /service-instance/233d805f-2fcb-48fe-8ded-ea977b3ac2d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.009893 10.0.0.38 - - [2024-10-17 02:37:23] "POST /port-tuples HTTP/1.1" 200 586 0.029764 10.0.0.38 - - [2024-10-17 02:37:23] "GET /virtual-machine-interface/c4cd6133-a530-4215-925d-3d7d36d50793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.011188 10.0.0.38 - - [2024-10-17 02:37:23] "PUT /virtual-machine-interface/c4cd6133-a530-4215-925d-3d7d36d50793 HTTP/1.1" 200 284 0.012881 10.0.0.38 - - [2024-10-17 02:37:23] "POST /ref-update HTTP/1.1" 200 156 0.014282 10.0.0.38 - - [2024-10-17 02:37:23] "POST /instance-ips HTTP/1.1" 200 385 0.029553 10.0.0.38 - - [2024-10-17 02:37:23] "GET /virtual-machine-interface/a731186b-0164-4828-96cf-3bed08f20c17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.018057 10.0.0.38 - - [2024-10-17 02:37:23] "POST /ref-update HTTP/1.1" 200 156 0.022338 10.0.0.38 - - [2024-10-17 02:37:23] "PUT /virtual-machine-interface/a731186b-0164-4828-96cf-3bed08f20c17 HTTP/1.1" 200 284 0.021493 10.0.0.38 - - [2024-10-17 02:37:23] "POST /ref-update HTTP/1.1" 200 156 0.021614 10.0.0.38 - - [2024-10-17 02:37:23] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.005342 10.0.0.38 - - [2024-10-17 02:37:23] "POST /ref-update HTTP/1.1" 200 156 0.019145 10.0.0.38 - - [2024-10-17 02:37:23] "GET /virtual-machine-interface/022be5a3-fdf7-4706-8b76-9c2cb2f19fd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2727 0.013349 10.0.0.38 - - [2024-10-17 02:37:23] "POST /instance-ips HTTP/1.1" 200 385 0.036534 10.0.0.38 - - [2024-10-17 02:37:23] "PUT /virtual-machine-interface/022be5a3-fdf7-4706-8b76-9c2cb2f19fd4 HTTP/1.1" 200 284 0.012789 10.0.0.38 - - [2024-10-17 02:37:23] "POST /ref-update HTTP/1.1" 200 156 0.013088 10.0.0.38 - - [2024-10-17 02:37:23] "POST /ref-update HTTP/1.1" 200 156 0.013871 10.0.0.38 - - [2024-10-17 02:37:23] "POST /ref-update HTTP/1.1" 200 156 0.011976 10.0.0.38 - - [2024-10-17 02:37:23] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003667 10.0.0.38 - - [2024-10-17 02:37:23] "POST /neutron/port HTTP/1.1" 200 1086 0.020098 10.0.0.38 - - [2024-10-17 02:37:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009000 10.0.0.38 - - [2024-10-17 02:37:23] "POST /instance-ips HTTP/1.1" 200 373 0.022685 10.0.0.38 - - [2024-10-17 02:37:23] "POST /neutron/port HTTP/1.1" 200 1086 0.025472 10.0.0.38 - - [2024-10-17 02:37:23] "POST /ref-update HTTP/1.1" 200 156 0.016040 10.0.0.38 - - [2024-10-17 02:37:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012616 10.0.0.38 - - [2024-10-17 02:37:24] "POST /ref-update HTTP/1.1" 200 156 0.017279 10.0.0.38 - - [2024-10-17 02:37:24] "POST /neutron/port HTTP/1.1" 200 1086 0.021965 10.0.0.38 - - [2024-10-17 02:37:24] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003994 10.0.0.38 - - [2024-10-17 02:37:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009236 10.0.0.38 - - [2024-10-17 02:37:24] "GET /virtual-machine/ad74e063-8743-4fd1-98c6-69ced50ec137 HTTP/1.1" 200 1291 0.007273 10.0.0.38 - - [2024-10-17 02:37:24] "GET /virtual-machine-interface/8ececdbb-09b4-4361-8311-0acfde42c0b0 HTTP/1.1" 200 2946 0.014580 10.0.0.38 - - [2024-10-17 02:37:24] "POST /instance-ips HTTP/1.1" 200 373 0.033538 10.0.0.38 - - [2024-10-17 02:37:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005061 10.0.0.38 - - [2024-10-17 02:37:24] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004676 10.0.0.38 - - [2024-10-17 02:37:24] "POST /ref-update HTTP/1.1" 200 156 0.010592 10.0.0.38 - - [2024-10-17 02:37:24] "GET /virtual-networks?parent_id=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003887 10.0.0.38 - - [2024-10-17 02:37:24] "GET /virtual-network/5b3b1d7a-f387-4c19-a90c-3ecdd4362f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.014692 10.0.0.38 - - [2024-10-17 02:37:24] "POST /ref-update HTTP/1.1" 200 156 0.025199 10.0.0.38 - - [2024-10-17 02:37:24] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003622 10.0.0.38 - - [2024-10-17 02:37:24] "POST /instance-ips HTTP/1.1" 200 375 0.021219 10.0.0.38 - - [2024-10-17 02:37:24] "POST /ref-update HTTP/1.1" 200 156 0.010596 10.0.0.38 - - [2024-10-17 02:37:24] "POST /ref-update HTTP/1.1" 200 156 0.009497 10.0.0.38 - - [2024-10-17 02:37:24] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003474 10.0.0.38 - - [2024-10-17 02:37:24] "POST /instance-ips HTTP/1.1" 200 375 0.018165 10.0.0.38 - - [2024-10-17 02:37:24] "POST /ref-update HTTP/1.1" 200 156 0.011471 10.0.0.38 - - [2024-10-17 02:37:24] "POST /ref-update HTTP/1.1" 200 156 0.009616 10.0.0.38 - - [2024-10-17 02:37:24] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003455 10.0.0.38 - - [2024-10-17 02:37:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.38 - - [2024-10-17 02:37:25] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004011 10.0.0.38 - - [2024-10-17 02:37:25] "GET /virtual-networks?parent_id=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003725 10.0.0.38 - - [2024-10-17 02:37:25] "GET /virtual-network/5b3b1d7a-f387-4c19-a90c-3ecdd4362f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.010799 10.0.0.38 - - [2024-10-17 02:37:25] "POST /neutron/port HTTP/1.1" 200 1085 0.020507 10.0.0.38 - - [2024-10-17 02:37:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008059 10.0.0.38 - - [2024-10-17 02:37:25] "POST /neutron/port HTTP/1.1" 200 1085 0.017811 10.0.0.38 - - [2024-10-17 02:37:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006841 10.0.0.38 - - [2024-10-17 02:37:25] "POST /neutron/port HTTP/1.1" 200 1085 0.017309 10.0.0.38 - - [2024-10-17 02:37:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006956 10.0.0.38 - - [2024-10-17 02:37:25] "GET /virtual-machine/7c87d580-7e9c-4047-9331-8907ed017425 HTTP/1.1" 200 1290 0.006893 10.0.0.38 - - [2024-10-17 02:37:26] "GET /virtual-machine-interface/1a67cf36-83ec-419b-afe6-521d6fa9bbc2 HTTP/1.1" 200 2949 0.009729 10.0.0.38 - - [2024-10-17 02:37:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.38 - - [2024-10-17 02:37:26] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004330 10.0.0.38 - - [2024-10-17 02:37:26] "GET /virtual-networks?parent_id=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003417 10.0.0.38 - - [2024-10-17 02:37:26] "GET /virtual-network/878cf11f-01bf-4c13-83aa-853bd7a8b508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.011874 10.0.0.38 - - [2024-10-17 02:37:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.38 - - [2024-10-17 02:37:27] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004925 10.0.0.38 - - [2024-10-17 02:37:27] "GET /virtual-networks?parent_id=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003932 10.0.0.38 - - [2024-10-17 02:37:27] "GET /virtual-network/878cf11f-01bf-4c13-83aa-853bd7a8b508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.010539 10.0.0.38 - - [2024-10-17 02:37:27] "POST /fqname-to-id HTTP/1.1" 404 211 0.004936 10.0.0.38 - - [2024-10-17 02:37:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.38 - - [2024-10-17 02:37:27] "GET /projects?obj_uuids=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001455 10.0.0.38 - - [2024-10-17 02:37:27] "GET /project/208a848c-1655-4ef2-92cf-afb121d59c3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.041116 10.0.0.38 - - [2024-10-17 02:37:27] "POST /network-policys HTTP/1.1" 200 547 0.204261 10.0.0.38 - - [2024-10-17 02:37:27] "GET /network-policy/5d8521b1-2213-4f54-9370-18d506ef6026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.008250 10.0.0.38 - - [2024-10-17 02:37:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004658 10.0.0.38 - - [2024-10-17 02:37:28] "GET /virtual-network/5b3b1d7a-f387-4c19-a90c-3ecdd4362f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.010505 10.0.0.38 - - [2024-10-17 02:37:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.38 - - [2024-10-17 02:37:28] "GET /network-policy/5d8521b1-2213-4f54-9370-18d506ef6026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004731 10.0.0.38 - - [2024-10-17 02:37:28] "POST /fqname-to-id HTTP/1.1" 404 242 0.003831 10.0.0.38 - - [2024-10-17 02:37:28] "POST /ref-update HTTP/1.1" 200 156 0.036913 10.0.0.38 - - [2024-10-17 02:37:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.38 - - [2024-10-17 02:37:28] "POST /access-control-lists HTTP/1.1" 200 601 0.065517 10.0.0.38 - - [2024-10-17 02:37:28] "GET /network-policy/5d8521b1-2213-4f54-9370-18d506ef6026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004548 10.0.0.38 - - [2024-10-17 02:37:28] "POST /neutron/network HTTP/1.1" 200 920 0.007913 10.0.0.38 - - [2024-10-17 02:37:28] "GET /virtual-network/5b3b1d7a-f387-4c19-a90c-3ecdd4362f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.009282 10.0.0.38 - - [2024-10-17 02:37:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.38 - - [2024-10-17 02:37:28] "GET /network-policy/5d8521b1-2213-4f54-9370-18d506ef6026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004803 10.0.0.38 - - [2024-10-17 02:37:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.38 - - [2024-10-17 02:37:28] "GET /virtual-network/878cf11f-01bf-4c13-83aa-853bd7a8b508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.011275 10.0.0.38 - - [2024-10-17 02:37:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.38 - - [2024-10-17 02:37:28] "GET /network-policy/5d8521b1-2213-4f54-9370-18d506ef6026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.005325 10.0.0.38 - - [2024-10-17 02:37:28] "POST /fqname-to-id HTTP/1.1" 404 244 0.005244 10.0.0.38 - - [2024-10-17 02:37:28] "POST /ref-update HTTP/1.1" 200 156 0.040605 10.0.0.38 - - [2024-10-17 02:37:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.38 - - [2024-10-17 02:37:28] "POST /access-control-lists HTTP/1.1" 200 604 0.063487 10.0.0.38 - - [2024-10-17 02:37:28] "GET /network-policy/5d8521b1-2213-4f54-9370-18d506ef6026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004754 10.0.0.38 - - [2024-10-17 02:37:28] "POST /routing-instances HTTP/1.1" 200 759 0.016755 10.0.0.38 - - [2024-10-17 02:37:28] "POST /neutron/network HTTP/1.1" 200 921 0.009185 10.0.0.38 - - [2024-10-17 02:37:29] "GET /virtual-network/878cf11f-01bf-4c13-83aa-853bd7a8b508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.014710 10.0.0.38 - - [2024-10-17 02:37:29] "POST /route-targets HTTP/1.1" 200 327 0.024287 10.0.0.38 - - [2024-10-17 02:37:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.38 - - [2024-10-17 02:37:29] "POST /ref-update HTTP/1.1" 200 156 0.011665 10.0.0.38 - - [2024-10-17 02:37:29] "GET /network-policy/5d8521b1-2213-4f54-9370-18d506ef6026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.006432 10.0.0.38 - - [2024-10-17 02:37:29] "GET /routing-instance/32871a40-65e7-4d88-880b-44b1fd7fd26b?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1276 0.005504 10.0.0.38 - - [2024-10-17 02:37:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.38 - - [2024-10-17 02:37:29] "GET /routing-instance/32871a40-65e7-4d88-880b-44b1fd7fd26b?fields=routing_policy_back_refs HTTP/1.1" 200 1276 0.005364 10.0.0.38 - - [2024-10-17 02:37:29] "GET /service-template/d5aecdc1-dbb3-49f6-b933-a5d0c2a1f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004607 10.0.0.38 - - [2024-10-17 02:37:29] "POST /ref-update HTTP/1.1" 200 156 0.011417 10.0.0.38 - - [2024-10-17 02:37:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.38 - - [2024-10-17 02:37:29] "POST /routing-instances HTTP/1.1" 200 760 0.017179 10.0.0.38 - - [2024-10-17 02:37:29] "GET /projects?obj_uuids=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001356 10.0.0.38 - - [2024-10-17 02:37:29] "GET /project/208a848c-1655-4ef2-92cf-afb121d59c3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.037095 10.0.0.38 - - [2024-10-17 02:37:29] "POST /route-targets HTTP/1.1" 200 327 0.011859 10.0.0.38 - - [2024-10-17 02:37:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.38 - - [2024-10-17 02:37:29] "POST /ref-update HTTP/1.1" 200 156 0.012672 10.0.0.38 - - [2024-10-17 02:37:29] "GET /service-instance/233d805f-2fcb-48fe-8ded-ea977b3ac2d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3529 0.007821 10.0.0.38 - - [2024-10-17 02:37:29] "GET /routing-instance/0ea57495-4206-435b-88a3-8df69219739c?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.005941 10.0.0.38 - - [2024-10-17 02:37:29] "GET /domains HTTP/1.1" 200 280 0.003435 10.0.0.38 - - [2024-10-17 02:37:29] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001284 10.0.0.38 - - [2024-10-17 02:37:29] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a HTTP/1.1" 200 2771 0.010815 10.0.0.38 - - [2024-10-17 02:37:29] "GET /projects?obj_uuids=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001628 10.0.0.38 - - [2024-10-17 02:37:29] "GET /routing-instance/0ea57495-4206-435b-88a3-8df69219739c?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.005066 10.0.0.38 - - [2024-10-17 02:37:29] "GET /project/208a848c-1655-4ef2-92cf-afb121d59c3c HTTP/1.1" 200 4233 0.085637 10.0.0.38 - - [2024-10-17 02:37:29] "GET /service-instance/233d805f-2fcb-48fe-8ded-ea977b3ac2d3 HTTP/1.1" 200 3783 0.009194 10.0.0.38 - - [2024-10-17 02:37:29] "PUT /routing-instance/32871a40-65e7-4d88-880b-44b1fd7fd26b HTTP/1.1" 200 266 0.019222 10.0.0.38 - - [2024-10-17 02:37:29] "GET /domains HTTP/1.1" 200 280 0.002815 10.0.0.38 - - [2024-10-17 02:37:29] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001310 10.0.0.38 - - [2024-10-17 02:37:29] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a HTTP/1.1" 200 2771 0.009205 10.0.0.38 - - [2024-10-17 02:37:29] "GET /projects?obj_uuids=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001712 10.0.0.38 - - [2024-10-17 02:37:29] "PUT /routing-instance/0ea57495-4206-435b-88a3-8df69219739c HTTP/1.1" 200 266 0.011459 10.0.0.38 - - [2024-10-17 02:37:29] "GET /project/208a848c-1655-4ef2-92cf-afb121d59c3c HTTP/1.1" 200 4233 0.077105 10.0.0.38 - - [2024-10-17 02:37:29] "GET /service-instance/233d805f-2fcb-48fe-8ded-ea977b3ac2d3 HTTP/1.1" 200 3783 0.006112 10.0.0.38 - - [2024-10-17 02:37:29] "POST /ref-update HTTP/1.1" 200 156 0.015329 10.0.0.38 - - [2024-10-17 02:37:29] "GET /port-tuple/d9231d1f-c80c-4d92-a6a3-f1e6cb877db4 HTTP/1.1" 200 1980 0.007079 10.0.0.38 - - [2024-10-17 02:37:29] "GET /virtual-machine-interface/022be5a3-fdf7-4706-8b76-9c2cb2f19fd4 HTTP/1.1" 200 3803 0.010250 10.0.0.38 - - [2024-10-17 02:37:29] "GET /virtual-machine-interface/a731186b-0164-4828-96cf-3bed08f20c17 HTTP/1.1" 200 3799 0.010499 10.0.0.38 - - [2024-10-17 02:37:29] "GET /virtual-machine-interface/c4cd6133-a530-4215-925d-3d7d36d50793 HTTP/1.1" 200 3817 0.012065 10.0.0.38 - - [2024-10-17 02:37:29] "PUT /access-control-list/3fbbedcf-f311-4745-879a-e9a8ff6ce7a4 HTTP/1.1" 200 272 0.018130 10.0.0.38 - - [2024-10-17 02:37:29] "PUT /access-control-list/ed2eac96-b70c-4224-bc1c-7731f38f1db1 HTTP/1.1" 200 272 0.020801 10.0.0.38 - - [2024-10-17 02:37:29] "POST /neutron/port HTTP/1.1" 200 3832 0.069516 10.0.0.38 - - [2024-10-17 02:37:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007496 10.0.0.38 - - [2024-10-17 02:37:30] "POST /neutron/port HTTP/1.1" 200 3832 0.035911 10.0.0.38 - - [2024-10-17 02:37:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006649 10.0.0.38 - - [2024-10-17 02:37:30] "POST /neutron/port HTTP/1.1" 200 3832 0.036147 10.0.0.38 - - [2024-10-17 02:37:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006885 10.0.0.38 - - [2024-10-17 02:37:30] "POST /neutron/port HTTP/1.1" 200 3832 0.037209 10.0.0.38 - - [2024-10-17 02:37:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006974 10.0.0.38 - - [2024-10-17 02:37:30] "POST /neutron/network HTTP/1.1" 200 894 0.013651 10.0.0.38 - - [2024-10-17 02:37:30] "POST /neutron/network HTTP/1.1" 200 920 0.006114 10.0.0.38 - - [2024-10-17 02:37:30] "POST /neutron/network HTTP/1.1" 200 807 0.013673 10.0.0.38 - - [2024-10-17 02:37:30] "POST /neutron/network HTTP/1.1" 200 833 0.006428 10.0.0.38 - - [2024-10-17 02:37:30] "POST /neutron/network HTTP/1.1" 200 895 0.014277 10.0.0.38 - - [2024-10-17 02:37:30] "POST /neutron/network HTTP/1.1" 200 921 0.006309 10.0.0.38 - - [2024-10-17 02:37:30] "POST /id-to-fqname HTTP/1.1" 200 223 0.001524 10.0.0.38 - - [2024-10-17 02:37:30] "POST /id-to-fqname HTTP/1.1" 200 223 0.001387 10.0.0.38 - - [2024-10-17 02:37:30] "POST /id-to-fqname HTTP/1.1" 200 224 0.001617 10.0.0.38 - - [2024-10-17 02:37:30] "GET /virtual-machine/9a50cc76-779f-4248-a163-dfe1c17664bf HTTP/1.1" 200 1803 0.005110 10.0.0.38 - - [2024-10-17 02:37:30] "GET /global-system-configs HTTP/1.1" 200 322 0.047068 10.0.0.38 - - [2024-10-17 02:37:30] "GET /virtual-machine-interface/022be5a3-fdf7-4706-8b76-9c2cb2f19fd4 HTTP/1.1" 200 3803 0.009520 10.0.0.38 - - [2024-10-17 02:37:30] "GET /virtual-machine-interface/a731186b-0164-4828-96cf-3bed08f20c17 HTTP/1.1" 200 3799 0.010374 10.0.0.38 - - [2024-10-17 02:37:30] "GET /virtual-machine-interface/c4cd6133-a530-4215-925d-3d7d36d50793 HTTP/1.1" 200 3817 0.011685 10.0.0.38 - - [2024-10-17 02:37:30] "GET /obj-perms HTTP/1.1" 200 5056 0.096152 10.0.0.38 - - [2024-10-17 02:37:30] "GET /instance-ip/36c36922-73fa-4916-9935-7359f554fb04 HTTP/1.1" 200 1960 0.005039 10.0.0.38 - - [2024-10-17 02:37:30] "GET /instance-ip/60c50931-1623-4b3a-b513-3e1a39d21720 HTTP/1.1" 200 1621 0.006529 10.0.0.38 - - [2024-10-17 02:37:30] "GET /instance-ip/7057e3ea-dad5-4f87-93c6-f33f9593f84d HTTP/1.1" 200 1958 0.006573 10.0.0.38 - - [2024-10-17 02:37:30] "GET /instance-ip/b441ec24-2391-46ca-94ae-2cb4391f0b98 HTTP/1.1" 200 1955 0.006618 10.0.0.38 - - [2024-10-17 02:37:30] "GET /instance-ip/d404bda3-c035-4cff-8690-9e02d27fa152 HTTP/1.1" 200 1621 0.012237 10.0.0.38 - - [2024-10-17 02:37:30] "GET /instance-ip/fa4eedc3-6e85-4b17-a5b5-86aebff0a787 HTTP/1.1" 200 1957 0.006991 10.0.0.38 - - [2024-10-17 02:37:30] "GET /instance-ip/70f8e217-57f3-4704-a487-002257c4f999 HTTP/1.1" 200 1978 0.005285 10.0.0.38 - - [2024-10-17 02:37:30] "GET /instance-ip/e45030db-0a8b-4d71-afd3-a28d9c4cbdc5 HTTP/1.1" 200 1981 0.005342 10.0.0.38 - - [2024-10-17 02:37:30] "GET /instance-ip/eb9b5235-6dcd-459f-8f3e-ecb78a9bb787 HTTP/1.1" 200 1623 0.006588 10.0.0.38 - - [2024-10-17 02:37:30] "GET /global-system-configs HTTP/1.1" 200 322 0.036320 10.0.0.38 - - [2024-10-17 02:37:30] "POST /neutron/port HTTP/1.1" 200 3832 0.044294 10.0.0.38 - - [2024-10-17 02:37:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009082 10.0.0.38 - - [2024-10-17 02:37:30] "GET /obj-perms HTTP/1.1" 200 5056 0.086537 10.0.0.38 - - [2024-10-17 02:37:30] "POST /neutron/port HTTP/1.1" 200 3832 0.049209 10.0.0.38 - - [2024-10-17 02:37:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008182 10.0.0.38 - - [2024-10-17 02:37:31] "POST /neutron/port HTTP/1.1" 200 3832 0.039032 10.0.0.38 - - [2024-10-17 02:37:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007336 10.0.0.38 - - [2024-10-17 02:37:31] "POST /neutron/port HTTP/1.1" 200 3832 0.043306 10.0.0.38 - - [2024-10-17 02:37:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008241 10.0.0.38 - - [2024-10-17 02:37:31] "GET /virtual-machine/9a50cc76-779f-4248-a163-dfe1c17664bf HTTP/1.1" 200 1803 0.005164 10.0.0.38 - - [2024-10-17 02:37:31] "GET /virtual-machine-interface/022be5a3-fdf7-4706-8b76-9c2cb2f19fd4 HTTP/1.1" 200 3803 0.009852 10.0.0.38 - - [2024-10-17 02:37:31] "GET /virtual-machine-interface/a731186b-0164-4828-96cf-3bed08f20c17 HTTP/1.1" 200 3799 0.010014 10.0.0.38 - - [2024-10-17 02:37:31] "GET /virtual-machine-interface/c4cd6133-a530-4215-925d-3d7d36d50793 HTTP/1.1" 200 3817 0.013650 10.0.0.38 - - [2024-10-17 02:37:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.38 - - [2024-10-17 02:37:31] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004183 10.0.0.38 - - [2024-10-17 02:37:31] "GET /virtual-networks?parent_id=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003588 10.0.0.38 - - [2024-10-17 02:37:31] "GET /virtual-network/5b3b1d7a-f387-4c19-a90c-3ecdd4362f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.010865 10.0.0.38 - - [2024-10-17 02:37:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.38 - - [2024-10-17 02:37:32] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004784 10.0.0.38 - - [2024-10-17 02:37:32] "GET /virtual-networks?parent_id=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003927 10.0.0.38 - - [2024-10-17 02:37:32] "GET /virtual-network/5b3b1d7a-f387-4c19-a90c-3ecdd4362f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.012316 10.0.0.38 - - [2024-10-17 02:37:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047 10.0.0.38 - - [2024-10-17 02:37:32] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005940 10.0.0.38 - - [2024-10-17 02:37:32] "GET /virtual-networks?parent_id=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003959 10.0.0.38 - - [2024-10-17 02:37:32] "GET /virtual-network/5b3b1d7a-f387-4c19-a90c-3ecdd4362f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.011956 10.0.0.38 - - [2024-10-17 02:37:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.38 - - [2024-10-17 02:37:33] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.007085 10.0.0.38 - - [2024-10-17 02:37:33] "GET /virtual-networks?parent_id=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004308 10.0.0.38 - - [2024-10-17 02:37:33] "GET /virtual-network/5b3b1d7a-f387-4c19-a90c-3ecdd4362f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.025491 10.0.0.38 - - [2024-10-17 02:37:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.38 - - [2024-10-17 02:37:33] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004821 10.0.0.38 - - [2024-10-17 02:37:33] "GET /virtual-networks?parent_id=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004319 10.0.0.38 - - [2024-10-17 02:37:33] "GET /virtual-network/5b3b1d7a-f387-4c19-a90c-3ecdd4362f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.014226 10.0.0.38 - - [2024-10-17 02:37:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.38 - - [2024-10-17 02:37:33] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004665 10.0.0.38 - - [2024-10-17 02:37:33] "GET /virtual-networks?parent_id=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004292 10.0.0.38 - - [2024-10-17 02:37:33] "GET /virtual-network/6d5cfb77-9d65-42c3-bee6-8aef8cfe0a63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.011928 10.0.0.38 - - [2024-10-17 02:37:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.38 - - [2024-10-17 02:37:33] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004857 10.0.0.38 - - [2024-10-17 02:37:33] "GET /virtual-networks?parent_id=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004196 10.0.0.38 - - [2024-10-17 02:37:33] "GET /virtual-network/6d5cfb77-9d65-42c3-bee6-8aef8cfe0a63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.017824 10.0.0.38 - - [2024-10-17 02:37:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.38 - - [2024-10-17 02:37:33] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005206 10.0.0.38 - - [2024-10-17 02:37:33] "GET /virtual-networks?parent_id=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.005436 10.0.0.38 - - [2024-10-17 02:37:34] "GET /virtual-network/6d5cfb77-9d65-42c3-bee6-8aef8cfe0a63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.013959 10.0.0.38 - - [2024-10-17 02:37:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004548 10.0.0.38 - - [2024-10-17 02:37:34] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005873 10.0.0.38 - - [2024-10-17 02:37:34] "GET /virtual-networks?parent_id=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003666 10.0.0.38 - - [2024-10-17 02:37:34] "GET /virtual-network/6d5cfb77-9d65-42c3-bee6-8aef8cfe0a63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.011752 10.0.0.38 - - [2024-10-17 02:37:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.38 - - [2024-10-17 02:37:34] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004678 10.0.0.38 - - [2024-10-17 02:37:34] "GET /virtual-networks?parent_id=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003646 10.0.0.38 - - [2024-10-17 02:37:34] "GET /virtual-network/878cf11f-01bf-4c13-83aa-853bd7a8b508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.012034 10.0.0.38 - - [2024-10-17 02:37:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.38 - - [2024-10-17 02:37:34] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005616 10.0.0.38 - - [2024-10-17 02:37:34] "GET /virtual-networks?parent_id=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003958 10.0.0.38 - - [2024-10-17 02:37:34] "GET /virtual-network/878cf11f-01bf-4c13-83aa-853bd7a8b508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.011949 10.0.0.38 - - [2024-10-17 02:37:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004493 10.0.0.38 - - [2024-10-17 02:37:34] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005974 10.0.0.38 - - [2024-10-17 02:37:34] "GET /virtual-networks?parent_id=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003618 10.0.0.38 - - [2024-10-17 02:37:34] "GET /virtual-network/878cf11f-01bf-4c13-83aa-853bd7a8b508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.011146 10.0.0.38 - - [2024-10-17 02:37:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.38 - - [2024-10-17 02:37:35] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005701 10.0.0.38 - - [2024-10-17 02:37:35] "GET /virtual-networks?parent_id=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003999 10.0.0.38 - - [2024-10-17 02:37:35] "GET /virtual-network/878cf11f-01bf-4c13-83aa-853bd7a8b508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.012892 10.0.0.38 - - [2024-10-17 02:37:35] "GET /virtual-machine/9a50cc76-779f-4248-a163-dfe1c17664bf HTTP/1.1" 200 1803 0.005756 10.0.0.38 - - [2024-10-17 02:37:35] "GET /domains HTTP/1.1" 200 280 0.003800 10.0.0.38 - - [2024-10-17 02:37:35] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001411 10.0.0.38 - - [2024-10-17 02:37:35] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a HTTP/1.1" 200 2771 0.011295 10.0.0.38 - - [2024-10-17 02:37:35] "GET /projects?obj_uuids=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001354 10.0.0.38 - - [2024-10-17 02:37:35] "GET /project/208a848c-1655-4ef2-92cf-afb121d59c3c HTTP/1.1" 200 4233 0.099139 10.0.0.38 - - [2024-10-17 02:37:35] "GET /service-instance/233d805f-2fcb-48fe-8ded-ea977b3ac2d3 HTTP/1.1" 200 3783 0.006325 10.0.0.38 - - [2024-10-17 02:37:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.38 - - [2024-10-17 02:37:35] "GET /routing-instance/921fcc98-8451-4215-8b77-e66bd09e3dec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1888 0.006070 10.0.0.38 - - [2024-10-17 02:37:35] "GET /routing-instance/921fcc98-8451-4215-8b77-e66bd09e3dec?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2021 0.008167 10.0.0.38 - - [2024-10-17 02:37:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.38 - - [2024-10-17 02:37:35] "GET /routing-instance/1097b02b-33b0-4a87-9469-9014b8464a09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.006423 10.0.0.38 - - [2024-10-17 02:37:35] "GET /routing-instance/1097b02b-33b0-4a87-9469-9014b8464a09?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.008897 10.0.0.38 - - [2024-10-17 02:37:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.38 - - [2024-10-17 02:37:35] "GET /virtual-network/5b3b1d7a-f387-4c19-a90c-3ecdd4362f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.012317 10.0.0.38 - - [2024-10-17 02:37:35] "GET /virtual-network/5b3b1d7a-f387-4c19-a90c-3ecdd4362f8a?fields=routing_instances HTTP/1.1" 200 1683 0.014365 10.0.0.38 - - [2024-10-17 02:37:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.38 - - [2024-10-17 02:37:36] "GET /virtual-network/878cf11f-01bf-4c13-83aa-853bd7a8b508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.010569 10.0.0.38 - - [2024-10-17 02:37:36] "GET /virtual-network/878cf11f-01bf-4c13-83aa-853bd7a8b508?fields=routing_instances HTTP/1.1" 200 1687 0.013057 10.0.0.38 - - [2024-10-17 02:37:40] "POST /ref-update HTTP/1.1" 200 156 0.041601 10.0.0.38 - - [2024-10-17 02:37:40] "POST /neutron/network HTTP/1.1" 200 833 0.008443 10.0.0.38 - - [2024-10-17 02:37:40] "GET /virtual-network/878cf11f-01bf-4c13-83aa-853bd7a8b508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.010713 10.0.0.38 - - [2024-10-17 02:37:40] "DELETE /access-control-list/ed2eac96-b70c-4224-bc1c-7731f38f1db1 HTTP/1.1" 200 115 0.072630 10.0.0.38 - - [2024-10-17 02:37:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004395 10.0.0.38 - - [2024-10-17 02:37:40] "GET /network-policy/5d8521b1-2213-4f54-9370-18d506ef6026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004160 10.0.0.38 - - [2024-10-17 02:37:40] "DELETE /routing-instance/32871a40-65e7-4d88-880b-44b1fd7fd26b HTTP/1.1" 200 115 0.033572 10.0.0.38 - - [2024-10-17 02:37:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004381 10.0.0.38 - - [2024-10-17 02:37:40] "POST /ref-update HTTP/1.1" 200 156 0.034331 10.0.0.38 - - [2024-10-17 02:37:40] "DELETE /route-target/4e2e460a-f927-4295-be0f-38c67e9fc2cc HTTP/1.1" 200 115 0.018949 10.0.0.38 - - [2024-10-17 02:37:40] "DELETE /routing-instance/0ea57495-4206-435b-88a3-8df69219739c HTTP/1.1" 200 115 0.035845 10.0.0.38 - - [2024-10-17 02:37:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005114 10.0.0.38 - - [2024-10-17 02:37:40] "POST /neutron/network HTTP/1.1" 200 832 0.008573 10.0.0.38 - - [2024-10-17 02:37:40] "GET /virtual-network/5b3b1d7a-f387-4c19-a90c-3ecdd4362f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.010606 10.0.0.38 - - [2024-10-17 02:37:40] "DELETE /route-target/9dcf2b55-8a51-47d2-81f2-f064379dd146 HTTP/1.1" 200 115 0.016996 10.0.0.38 - - [2024-10-17 02:37:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004649 10.0.0.38 - - [2024-10-17 02:37:40] "DELETE /access-control-list/3fbbedcf-f311-4745-879a-e9a8ff6ce7a4 HTTP/1.1" 200 115 0.029269 10.0.0.38 - - [2024-10-17 02:37:40] "GET /network-policy/5d8521b1-2213-4f54-9370-18d506ef6026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.007461 10.0.0.38 - - [2024-10-17 02:37:40] "DELETE /network-policy/5d8521b1-2213-4f54-9370-18d506ef6026 HTTP/1.1" 200 115 0.025753 10.0.0.38 - - [2024-10-17 02:37:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004218 10.0.0.38 - - [2024-10-17 02:37:40] "DELETE /service-instance/233d805f-2fcb-48fe-8ded-ea977b3ac2d3 HTTP/1.1" 200 115 0.064038 10.0.0.38 - - [2024-10-17 02:37:40] "GET /domains HTTP/1.1" 200 280 0.002988 10.0.0.38 - - [2024-10-17 02:37:40] "POST /ref-update HTTP/1.1" 200 156 0.019288 10.0.0.38 - - [2024-10-17 02:37:40] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001890 10.0.0.38 - - [2024-10-17 02:37:40] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a HTTP/1.1" 200 2771 0.021985 10.0.0.38 - - [2024-10-17 02:37:40] "GET /projects?obj_uuids=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001351 10.0.0.38 - - [2024-10-17 02:37:40] "DELETE /instance-ip/7057e3ea-dad5-4f87-93c6-f33f9593f84d HTTP/1.1" 200 115 0.040405 10.0.0.38 - - [2024-10-17 02:37:40] "POST /ref-update HTTP/1.1" 200 156 0.011270 10.0.0.38 - - [2024-10-17 02:37:40] "GET /project/208a848c-1655-4ef2-92cf-afb121d59c3c HTTP/1.1" 200 3759 0.081252 10.0.0.38 - - [2024-10-17 02:37:40] "GET /virtual-machine/9a50cc76-779f-4248-a163-dfe1c17664bf HTTP/1.1" 200 1803 0.010247 10.0.0.38 - - [2024-10-17 02:37:40] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002713 10.0.0.38 - - [2024-10-17 02:37:40] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002421 10.0.0.38 - - [2024-10-17 02:37:40] "DELETE /instance-ip/70f8e217-57f3-4704-a487-002257c4f999 HTTP/1.1" 200 115 0.035568 10.0.0.38 - - [2024-10-17 02:37:41] "POST /ref-update HTTP/1.1" 200 156 0.011077 10.0.0.38 - - [2024-10-17 02:37:41] "DELETE /instance-ip/fa4eedc3-6e85-4b17-a5b5-86aebff0a787 HTTP/1.1" 200 115 0.022376 10.0.0.38 - - [2024-10-17 02:37:41] "POST /ref-update HTTP/1.1" 200 156 0.010420 10.0.0.38 - - [2024-10-17 02:37:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005053 10.0.0.38 - - [2024-10-17 02:37:41] "DELETE /service-template/d5aecdc1-dbb3-49f6-b933-a5d0c2a1f52d HTTP/1.1" 200 115 0.032595 10.0.0.38 - - [2024-10-17 02:37:41] "POST /fqname-to-id HTTP/1.1" 404 193 0.006947 10.0.0.38 - - [2024-10-17 02:37:41] "DELETE /instance-ip/e45030db-0a8b-4d71-afd3-a28d9c4cbdc5 HTTP/1.1" 200 115 0.039099 10.0.0.38 - - [2024-10-17 02:37:41] "POST /ref-update HTTP/1.1" 200 156 0.012661 10.0.0.38 - - [2024-10-17 02:37:41] "DELETE /instance-ip/b441ec24-2391-46ca-94ae-2cb4391f0b98 HTTP/1.1" 200 115 0.025135 10.0.0.38 - - [2024-10-17 02:37:41] "POST /ref-update HTTP/1.1" 200 156 0.012048 10.0.0.38 - - [2024-10-17 02:37:41] "DELETE /instance-ip/36c36922-73fa-4916-9935-7359f554fb04 HTTP/1.1" 200 115 0.021291 10.0.0.38 - - [2024-10-17 02:37:41] "POST /neutron/network HTTP/1.1" 200 833 0.010239 10.0.0.38 - - [2024-10-17 02:37:41] "POST /neutron/network HTTP/1.1" 400 204 0.014371 10.0.0.38 - - [2024-10-17 02:37:42] "POST /neutron/port HTTP/1.1" 200 1085 0.032917 10.0.0.38 - - [2024-10-17 02:37:42] "POST /neutron/port HTTP/1.1" 200 3025 0.040427 10.0.0.38 - - [2024-10-17 02:37:42] "POST /neutron/port HTTP/1.1" 200 1086 0.031902 10.0.0.38 - - [2024-10-17 02:37:42] "POST /neutron/port HTTP/1.1" 200 1111 0.013394 10.0.0.38 - - [2024-10-17 02:37:42] "POST /neutron/port HTTP/1.1" 200 1112 0.019258 10.0.0.38 - - [2024-10-17 02:37:42] "POST /neutron/port HTTP/1.1" 200 1112 0.017767 10.0.0.38 - - [2024-10-17 02:37:42] "POST /neutron/port HTTP/1.1" 200 151 0.184665 10.0.0.38 - - [2024-10-17 02:37:42] "POST /neutron/port HTTP/1.1" 200 151 0.174287 10.0.0.38 - - [2024-10-17 02:37:42] "POST /neutron/port HTTP/1.1" 200 151 0.184253 10.0.0.38 - - [2024-10-17 02:37:42] "POST /neutron/port HTTP/1.1" 200 1111 0.011817 10.0.0.38 - - [2024-10-17 02:37:42] "POST /neutron/port HTTP/1.1" 200 151 0.098688 10.0.0.38 - - [2024-10-17 02:37:42] "POST /neutron/port HTTP/1.1" 200 1113 0.017656 10.0.0.38 - - [2024-10-17 02:37:42] "POST /neutron/port HTTP/1.1" 200 151 0.116144 10.0.0.38 - - [2024-10-17 02:37:43] "POST /neutron/network HTTP/1.1" 200 833 0.007441 10.0.0.38 - - [2024-10-17 02:37:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003531 10.0.0.38 - - [2024-10-17 02:37:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001383 10.0.0.38 - - [2024-10-17 02:37:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.007898 10.0.0.38 - - [2024-10-17 02:37:43] "POST /neutron/network HTTP/1.1" 200 151 0.099014 10.0.0.38 - - [2024-10-17 02:37:43] "GET /routing-instance/1097b02b-33b0-4a87-9469-9014b8464a09 HTTP/1.1" 404 171 0.002554 10.0.0.38 - - [2024-10-17 02:37:43] "GET /domains HTTP/1.1" 200 280 0.004878 10.0.0.38 - - [2024-10-17 02:37:43] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001681 10.0.0.38 - - [2024-10-17 02:37:43] "DELETE /route-target/a98f2e68-8ad7-4e45-af41-1f43e1baec01 HTTP/1.1" 200 115 0.034567 10.0.0.38 - - [2024-10-17 02:37:43] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a HTTP/1.1" 200 2571 0.059101 10.0.0.38 - - [2024-10-17 02:37:43] "GET /projects?obj_uuids=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002404 10.0.0.38 - - [2024-10-17 02:37:43] "GET /project/208a848c-1655-4ef2-92cf-afb121d59c3c HTTP/1.1" 200 2298 0.086270 10.0.0.38 - - [2024-10-17 02:37:43] "POST /neutron/network HTTP/1.1" 200 832 0.006412 10.0.0.38 - - [2024-10-17 02:37:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004187 10.0.0.38 - - [2024-10-17 02:37:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001378 10.0.0.38 - - [2024-10-17 02:37:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001231 10.0.0.38 - - [2024-10-17 02:37:43] "POST /neutron/network HTTP/1.1" 200 151 0.095595 10.0.0.38 - - [2024-10-17 02:37:43] "DELETE /route-target/09d464e8-b441-4288-86df-e4b6e8af57d0 HTTP/1.1" 200 115 0.028922 10.0.0.38 - - [2024-10-17 02:37:43] "GET /routing-instance/921fcc98-8451-4215-8b77-e66bd09e3dec HTTP/1.1" 404 171 0.004611 10.0.0.38 - - [2024-10-17 02:37:43] "GET /domains HTTP/1.1" 200 280 0.002792 10.0.0.38 - - [2024-10-17 02:37:43] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001208 10.0.0.38 - - [2024-10-17 02:37:43] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a HTTP/1.1" 200 2571 0.051752 10.0.0.38 - - [2024-10-17 02:37:43] "GET /projects?obj_uuids=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002083 10.0.0.38 - - [2024-10-17 02:37:44] "GET /project/208a848c-1655-4ef2-92cf-afb121d59c3c HTTP/1.1" 200 2080 0.077352 10.0.0.38 - - [2024-10-17 02:37:44] "POST /neutron/network HTTP/1.1" 200 833 0.006953 10.0.0.38 - - [2024-10-17 02:37:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001440 10.0.0.38 - - [2024-10-17 02:37:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.008612 10.0.0.38 - - [2024-10-17 02:37:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001396 10.0.0.38 - - [2024-10-17 02:37:44] "POST /neutron/network HTTP/1.1" 200 151 0.090788 10.0.0.38 - - [2024-10-17 02:37:44] "DELETE /route-target/052d7d54-f3ba-4ea3-ba21-d94b9e75eb9d HTTP/1.1" 200 115 0.019675 10.0.0.38 - - [2024-10-17 02:37:44] "GET /routing-instance/8270cc1d-c5b1-4b27-844e-407f3fa7bd10 HTTP/1.1" 404 171 0.004040 10.0.0.38 - - [2024-10-17 02:37:44] "GET /domains HTTP/1.1" 200 280 0.003557 10.0.0.38 - - [2024-10-17 02:37:44] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001462 10.0.0.38 - - [2024-10-17 02:37:44] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a HTTP/1.1" 200 2571 0.053551 10.0.0.38 - - [2024-10-17 02:37:44] "GET /projects?obj_uuids=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002344 10.0.0.38 - - [2024-10-17 02:37:44] "GET /project/208a848c-1655-4ef2-92cf-afb121d59c3c HTTP/1.1" 200 1840 0.086814 10.0.0.38 - - [2024-10-17 02:37:44] "GET /projects?obj_uuids=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001408 10.0.0.38 - - [2024-10-17 02:37:44] "GET /project/208a848c-1655-4ef2-92cf-afb121d59c3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.038633 10.0.0.38 - - [2024-10-17 02:37:44] "GET /projects?obj_uuids=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001345 10.0.0.38 - - [2024-10-17 02:37:44] "GET /project/208a848c-1655-4ef2-92cf-afb121d59c3c?fields=virtual_networks HTTP/1.1" 200 1028 0.049603 10.0.0.38 - - [2024-10-17 02:37:44] "GET /projects?obj_uuids=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001515 10.0.0.38 - - [2024-10-17 02:37:44] "GET /project/208a848c-1655-4ef2-92cf-afb121d59c3c?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.041785 10.0.0.38 - - [2024-10-17 02:37:44] "GET /projects?obj_uuids=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001895 10.0.0.38 - - [2024-10-17 02:37:44] "GET /project/208a848c-1655-4ef2-92cf-afb121d59c3c?fields=security_groups HTTP/1.1" 200 1252 0.042120 10.0.0.38 - - [2024-10-17 02:37:45] "POST /fqname-to-id HTTP/1.1" 404 189 0.028706 10.0.0.38 - - [2024-10-17 02:37:45] "GET /projects?obj_uuids=ef98559e-44f3-47b1-b89e-655b0c9261f6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003039 10.0.0.38 - - [2024-10-17 02:37:45] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002493 10.0.0.38 - - [2024-10-17 02:37:45] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.012477 10.0.0.38 - - [2024-10-17 02:37:46] "POST /id-to-fqname HTTP/1.1" 200 191 0.001925 10.0.0.38 - - [2024-10-17 02:37:46] "POST /fqname-to-id HTTP/1.1" 404 200 0.002537 10.0.0.38 - - [2024-10-17 02:37:46] "POST /security-groups HTTP/1.1" 200 592 0.066792 10.0.0.38 - - [2024-10-17 02:37:46] "POST /fqname-to-id HTTP/1.1" 404 235 0.003781 10.0.0.38 - - [2024-10-17 02:37:46] "POST /projects HTTP/1.1" 200 587 0.232504 10.0.0.38 - - [2024-10-17 02:37:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.263281 10.0.0.38 - - [2024-10-17 02:37:46] "POST /access-control-lists HTTP/1.1" 200 597 0.061758 10.0.0.38 - - [2024-10-17 02:37:46] "GET /project/ef98559e-44f3-47b1-b89e-655b0c9261f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.423538 10.0.0.38 - - [2024-10-17 02:37:46] "POST /fqname-to-id HTTP/1.1" 404 234 0.005211 10.0.0.38 - - [2024-10-17 02:37:46] "POST /access-control-lists HTTP/1.1" 200 595 0.063840 10.0.0.38 - - [2024-10-17 02:37:47] "GET / HTTP/1.1" 200 35931 0.002444 10.0.0.38 - - [2024-10-17 02:37:48] "GET /project/ef98559e-44f3-47b1-b89e-655b0c9261f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000733 10.0.0.38 - - [2024-10-17 02:37:49] "GET /projects?obj_uuids=ef98559e-44f3-47b1-b89e-655b0c9261f6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001878 10.0.0.38 - - [2024-10-17 02:37:49] "GET /project/ef98559e-44f3-47b1-b89e-655b0c9261f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.073979 10.0.0.38 - - [2024-10-17 02:37:49] "POST /fqname-to-id HTTP/1.1" 404 180 0.002943 10.0.0.38 - - [2024-10-17 02:37:49] "POST /virtual-DNSs HTTP/1.1" 200 507 0.433168 10.0.0.38 - - [2024-10-17 02:37:49] "GET /virtual-DNS/b71254df-74a7-4f98-b6d9-6ead2fdeeba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.006100 10.0.0.38 - - [2024-10-17 02:37:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.38 - - [2024-10-17 02:37:49] "GET /virtual-DNS/b71254df-74a7-4f98-b6d9-6ead2fdeeba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.055526 10.0.0.38 - - [2024-10-17 02:37:49] "GET /domains HTTP/1.1" 401 292 0.000536 10.0.0.38 - - [2024-10-17 02:37:50] "GET /domains HTTP/1.1" 200 280 0.031222 10.0.0.38 - - [2024-10-17 02:37:50] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001220 10.0.0.38 - - [2024-10-17 02:37:50] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a HTTP/1.1" 200 2958 0.010166 10.0.0.38 - - [2024-10-17 02:37:50] "GET /virtual-DNS/b71254df-74a7-4f98-b6d9-6ead2fdeeba4 HTTP/1.1" 200 1439 0.004996 10.0.0.38 - - [2024-10-17 02:37:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002510 10.0.0.38 - - [2024-10-17 02:37:50] "POST /network-ipams HTTP/1.1" 200 514 0.019102 10.0.0.38 - - [2024-10-17 02:37:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.003376 10.0.0.38 - - [2024-10-17 02:37:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.38 - - [2024-10-17 02:37:50] "GET /network-ipam/043b713a-1d39-42d4-ab24-9bb1fea8a683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.006726 10.0.0.38 - - [2024-10-17 02:37:50] "PUT /network-ipam/043b713a-1d39-42d4-ab24-9bb1fea8a683 HTTP/1.1" 200 258 0.010535 10.0.0.38 - - [2024-10-17 02:37:50] "POST /ref-update HTTP/1.1" 200 156 0.009521 10.0.0.38 - - [2024-10-17 02:37:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.38 - - [2024-10-17 02:37:50] "GET /projects?obj_uuids=ef98559e-44f3-47b1-b89e-655b0c9261f6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002227 10.0.0.38 - - [2024-10-17 02:37:50] "GET /project/ef98559e-44f3-47b1-b89e-655b0c9261f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.048491 10.0.0.38 - - [2024-10-17 02:37:50] "POST /neutron/network HTTP/1.1" 200 117 0.036840 10.0.0.38 - - [2024-10-17 02:37:50] "GET /projects?obj_uuids=ef98559e-44f3-47b1-b89e-655b0c9261f6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001377 10.0.0.38 - - [2024-10-17 02:37:50] "POST /neutron/network HTTP/1.1" 200 618 0.079965 10.0.0.38 - - [2024-10-17 02:37:50] "POST /route-targets HTTP/1.1" 200 327 0.016135 10.0.0.38 - - [2024-10-17 02:37:50] "POST /ref-update HTTP/1.1" 200 156 0.014860 10.0.0.38 - - [2024-10-17 02:37:51] "DELETE /project/ef98559e44f347b1b89e655b0c9261f6 HTTP/1.1" 404 173 0.012398 10.0.0.38 - - [2024-10-17 02:37:51] "GET /projects?obj_uuids=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001464 10.0.0.38 - - [2024-10-17 02:37:51] "GET /project/208a848c-1655-4ef2-92cf-afb121d59c3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.048272 10.0.0.38 - - [2024-10-17 02:37:51] "GET /projects?obj_uuids=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001497 10.0.0.38 - - [2024-10-17 02:37:51] "GET /project/208a848c-1655-4ef2-92cf-afb121d59c3c?fields=security_groups HTTP/1.1" 200 1357 0.051023 10.0.0.38 - - [2024-10-17 02:37:51] "POST /useragent-kv HTTP/1.1" 200 115 0.006430 10.0.0.38 - - [2024-10-17 02:37:51] "POST /neutron/subnet HTTP/1.1" 200 711 0.302145 10.0.0.38 - - [2024-10-17 02:37:51] "POST /neutron/network HTTP/1.1" 200 833 0.009680 10.0.0.38 - - [2024-10-17 02:37:51] "POST /id-to-fqname HTTP/1.1" 200 227 0.001531 10.0.0.38 - - [2024-10-17 02:37:51] "DELETE /security-group/e3eeb090-6756-461f-97cf-612edaae689e HTTP/1.1" 200 115 0.067046 10.0.0.38 - - [2024-10-17 02:37:51] "GET /virtual-network/e0ef0053-e2e0-492c-9e69-cb82679e1369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.015079 10.0.0.38 - - [2024-10-17 02:37:51] "GET /projects?obj_uuids=208a848c-1655-4ef2-92cf-afb121d59c3c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001442 10.0.0.38 - - [2024-10-17 02:37:51] "DELETE /access-control-list/1875d1e8-3e89-4ac6-8476-8542ac3e225a HTTP/1.1" 200 115 0.052675 10.0.0.38 - - [2024-10-17 02:37:51] "GET /project/208a848c-1655-4ef2-92cf-afb121d59c3c?fields=application_policy_sets HTTP/1.1" 200 1396 0.059978 10.0.0.38 - - [2024-10-17 02:37:51] "DELETE /access-control-list/a6f37fb2-90db-4021-8b25-344295b62305 HTTP/1.1" 200 115 0.050762 10.0.0.38 - - [2024-10-17 02:37:51] "POST /neutron/network HTTP/1.1" 200 833 0.013539 10.0.0.38 - - [2024-10-17 02:37:51] "GET /virtual-network/e0ef0053-e2e0-492c-9e69-cb82679e1369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.011477 10.0.0.38 - - [2024-10-17 02:37:51] "POST /neutron/network HTTP/1.1" 200 833 0.006305 10.0.0.38 - - [2024-10-17 02:37:51] "DELETE /project/208a848c-1655-4ef2-92cf-afb121d59c3c HTTP/1.1" 200 115 0.412829 10.0.0.38 - - [2024-10-17 02:37:51] "POST /neutron/subnet HTTP/1.1" 200 711 0.009293 10.0.0.38 - - [2024-10-17 02:37:51] "POST /neutron/network HTTP/1.1" 200 807 0.013201 10.0.0.38 - - [2024-10-17 02:37:51] "POST /neutron/network HTTP/1.1" 200 833 0.005712 10.0.0.38 - - [2024-10-17 02:37:51] "POST /id-to-fqname HTTP/1.1" 200 227 0.001287 10.0.0.38 - - [2024-10-17 02:37:51] "POST /neutron/network HTTP/1.1" 200 843 0.007011 10.0.0.38 - - [2024-10-17 02:37:51] "GET /aaa-mode HTTP/1.1" 401 292 0.000579 10.0.0.38 - - [2024-10-17 02:37:52] "GET / HTTP/1.1" 200 35931 0.002189 10.0.0.38 - - [2024-10-17 02:37:52] "GET /project/ef98559e-44f3-47b1-b89e-655b0c9261f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000526 10.0.0.38 - - [2024-10-17 02:37:52] "GET /projects?obj_uuids=ef98559e-44f3-47b1-b89e-655b0c9261f6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001435 10.0.0.38 - - [2024-10-17 02:37:52] "GET /project/ef98559e-44f3-47b1-b89e-655b0c9261f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.070591 10.0.0.38 - - [2024-10-17 02:37:52] "POST /neutron/network HTTP/1.1" 200 833 0.007439 10.0.0.38 - - [2024-10-17 02:37:52] "POST /neutron/port HTTP/1.1" 200 117 0.006311 10.0.0.38 - - [2024-10-17 02:37:52] "POST /neutron/port HTTP/1.1" 200 117 0.006138 10.0.0.38 - - [2024-10-17 02:37:52] "POST /neutron/port HTTP/1.1" 200 117 0.006370 10.0.0.38 - - [2024-10-17 02:37:53] "POST /neutron/network HTTP/1.1" 200 843 0.008080 10.0.0.38 - - [2024-10-17 02:37:53] "GET /projects?obj_uuids=ef98559e-44f3-47b1-b89e-655b0c9261f6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001588 10.0.0.38 - - [2024-10-17 02:37:53] "POST /neutron/port HTTP/1.1" 200 1058 0.234217 10.0.0.38 - - [2024-10-17 02:37:53] "POST /neutron/port HTTP/1.1" 200 1058 0.013112 10.0.0.38 - - [2024-10-17 02:37:53] "POST /neutron/port HTTP/1.1" 200 1058 0.011450 10.0.0.38 - - [2024-10-17 02:37:53] "POST /neutron/port HTTP/1.1" 200 1112 0.060373 10.0.0.38 - - [2024-10-17 02:37:53] "POST /neutron/port HTTP/1.1" 200 1086 0.017961 10.0.0.38 - - [2024-10-17 02:37:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003791 10.0.0.38 - - [2024-10-17 02:37:53] "POST /neutron/subnet HTTP/1.1" 200 685 0.011748 10.0.0.38 - - [2024-10-17 02:37:53] "POST /neutron/port HTTP/1.1" 200 117 0.001386 10.0.0.38 - - [2024-10-17 02:37:53] "POST /neutron/network HTTP/1.1" 200 833 0.006107 10.0.0.38 - - [2024-10-17 02:37:57] "POST /neutron/port HTTP/1.1" 200 1086 0.020325 10.0.0.38 - - [2024-10-17 02:37:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008040 10.0.0.38 - - [2024-10-17 02:37:57] "POST /neutron/port HTTP/1.1" 200 1086 0.019341 10.0.0.38 - - [2024-10-17 02:37:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008254 10.0.0.38 - - [2024-10-17 02:37:58] "POST /neutron/port HTTP/1.1" 200 1086 0.020103 10.0.0.38 - - [2024-10-17 02:37:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007567 10.0.0.38 - - [2024-10-17 02:37:58] "GET /virtual-machine/c85d906a-586c-42cf-a1c8-759bd4beea2a HTTP/1.1" 200 1294 0.007081 10.0.0.38 - - [2024-10-17 02:37:58] "GET /virtual-machine-interface/10cba305-698a-4727-b7e8-de51a54d5bbe HTTP/1.1" 200 2964 0.010041 10.0.0.38 - - [2024-10-17 02:37:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.38 - - [2024-10-17 02:37:58] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004242 10.0.0.38 - - [2024-10-17 02:37:58] "GET /virtual-networks?parent_id=ef98559e-44f3-47b1-b89e-655b0c9261f6&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.005027 10.0.0.38 - - [2024-10-17 02:37:58] "GET /virtual-network/e0ef0053-e2e0-492c-9e69-cb82679e1369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.013230 10.0.0.38 - - [2024-10-17 02:37:59] "GET /obj-perms HTTP/1.1" 200 5056 0.063157 10.0.0.38 - - [2024-10-17 02:38:00] "GET /obj-perms HTTP/1.1" 200 5056 0.064399 10.0.0.38 - - [2024-10-17 02:38:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004529 10.0.0.38 - - [2024-10-17 02:38:01] "GET /virtual-network/e0ef0053-e2e0-492c-9e69-cb82679e1369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.015413 10.0.0.38 - - [2024-10-17 02:38:03] "POST /neutron/port HTTP/1.1" 200 1086 0.020725 10.0.0.38 - - [2024-10-17 02:38:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008207 10.0.0.38 - - [2024-10-17 02:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.38 - - [2024-10-17 02:38:05] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004259 10.0.0.38 - - [2024-10-17 02:38:05] "GET /virtual-networks?parent_id=ef98559e-44f3-47b1-b89e-655b0c9261f6&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003765 10.0.0.38 - - [2024-10-17 02:38:05] "GET /virtual-network/e0ef0053-e2e0-492c-9e69-cb82679e1369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.010660 10.0.0.38 - - [2024-10-17 02:38:10] "POST /neutron/network HTTP/1.1" 200 807 0.013686 10.0.0.38 - - [2024-10-17 02:38:10] "POST /neutron/network HTTP/1.1" 200 833 0.006023 10.0.0.38 - - [2024-10-17 02:38:10] "POST /id-to-fqname HTTP/1.1" 200 227 0.001310 10.0.0.38 - - [2024-10-17 02:38:10] "POST /neutron/port HTTP/1.1" 200 1086 0.016393 10.0.0.38 - - [2024-10-17 02:38:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007077 10.0.0.38 - - [2024-10-17 02:38:10] "POST /neutron/network HTTP/1.1" 200 843 0.006956 10.0.0.38 - - [2024-10-17 02:38:10] "GET /aaa-mode HTTP/1.1" 401 292 0.000504 10.0.0.38 - - [2024-10-17 02:38:10] "GET / HTTP/1.1" 200 35931 0.002467 10.0.0.38 - - [2024-10-17 02:38:10] "GET /project/ef98559e-44f3-47b1-b89e-655b0c9261f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000565 10.0.0.38 - - [2024-10-17 02:38:11] "GET /projects?obj_uuids=ef98559e-44f3-47b1-b89e-655b0c9261f6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001415 10.0.0.38 - - [2024-10-17 02:38:11] "GET /project/ef98559e-44f3-47b1-b89e-655b0c9261f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.067520 10.0.0.38 - - [2024-10-17 02:38:11] "POST /neutron/network HTTP/1.1" 200 833 0.006570 10.0.0.38 - - [2024-10-17 02:38:11] "POST /neutron/port HTTP/1.1" 200 1086 0.019238 10.0.0.38 - - [2024-10-17 02:38:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007577 10.0.0.38 - - [2024-10-17 02:38:11] "POST /neutron/port HTTP/1.1" 200 117 0.006566 10.0.0.38 - - [2024-10-17 02:38:11] "POST /neutron/port HTTP/1.1" 200 117 0.006630 10.0.0.38 - - [2024-10-17 02:38:12] "POST /neutron/network HTTP/1.1" 200 843 0.008456 10.0.0.38 - - [2024-10-17 02:38:12] "GET /projects?obj_uuids=ef98559e-44f3-47b1-b89e-655b0c9261f6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001362 10.0.0.38 - - [2024-10-17 02:38:12] "POST /neutron/port HTTP/1.1" 200 1058 0.216565 10.0.0.38 - - [2024-10-17 02:38:12] "POST /neutron/port HTTP/1.1" 200 1058 0.011145 10.0.0.38 - - [2024-10-17 02:38:12] "POST /neutron/port HTTP/1.1" 200 1058 0.008759 10.0.0.38 - - [2024-10-17 02:38:12] "POST /neutron/port HTTP/1.1" 200 1112 0.055346 10.0.0.38 - - [2024-10-17 02:38:12] "POST /neutron/port HTTP/1.1" 200 1086 0.016920 10.0.0.38 - - [2024-10-17 02:38:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003724 10.0.0.38 - - [2024-10-17 02:38:12] "POST /neutron/subnet HTTP/1.1" 200 685 0.013928 10.0.0.38 - - [2024-10-17 02:38:12] "POST /neutron/port HTTP/1.1" 200 117 0.001514 10.0.0.38 - - [2024-10-17 02:38:12] "POST /neutron/network HTTP/1.1" 200 833 0.006413 10.0.0.38 - - [2024-10-17 02:38:16] "POST /neutron/port HTTP/1.1" 200 1086 0.016444 10.0.0.38 - - [2024-10-17 02:38:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006929 10.0.0.38 - - [2024-10-17 02:38:16] "POST /neutron/port HTTP/1.1" 200 1086 0.017354 10.0.0.38 - - [2024-10-17 02:38:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007509 10.0.0.38 - - [2024-10-17 02:38:16] "POST /neutron/port HTTP/1.1" 200 1086 0.015939 10.0.0.38 - - [2024-10-17 02:38:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006748 10.0.0.38 - - [2024-10-17 02:38:16] "GET /virtual-machine/d4ec398f-a4d0-420a-929c-5d8c60f1e8fe HTTP/1.1" 200 1294 0.005543 10.0.0.38 - - [2024-10-17 02:38:16] "GET /virtual-machine-interface/f0b5c9a4-f1df-4017-b682-bfdf3d008bda HTTP/1.1" 200 2965 0.009351 10.0.0.38 - - [2024-10-17 02:38:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.38 - - [2024-10-17 02:38:16] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003764 10.0.0.38 - - [2024-10-17 02:38:17] "GET /virtual-networks?parent_id=ef98559e-44f3-47b1-b89e-655b0c9261f6&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003788 10.0.0.38 - - [2024-10-17 02:38:17] "GET /virtual-network/e0ef0053-e2e0-492c-9e69-cb82679e1369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.010202 10.0.0.38 - - [2024-10-17 02:38:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.38 - - [2024-10-17 02:38:20] "GET /virtual-network/e0ef0053-e2e0-492c-9e69-cb82679e1369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.010040 10.0.0.38 - - [2024-10-17 02:38:21] "POST /neutron/port HTTP/1.1" 200 1086 0.017576 10.0.0.38 - - [2024-10-17 02:38:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006044 10.0.0.38 - - [2024-10-17 02:38:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.38 - - [2024-10-17 02:38:24] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004261 10.0.0.38 - - [2024-10-17 02:38:24] "GET /virtual-networks?parent_id=ef98559e-44f3-47b1-b89e-655b0c9261f6&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003509 10.0.0.38 - - [2024-10-17 02:38:24] "GET /virtual-network/e0ef0053-e2e0-492c-9e69-cb82679e1369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.011923 10.0.0.38 - - [2024-10-17 02:38:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.38 - - [2024-10-17 02:38:30] "DELETE /virtual-DNS/b71254df-74a7-4f98-b6d9-6ead2fdeeba4 HTTP/1.1" 409 235 0.006522 10.0.0.38 - - [2024-10-17 02:38:30] "POST /fqname-to-id HTTP/1.1" 404 192 0.003761 10.0.0.38 - - [2024-10-17 02:38:30] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.022658 10.0.0.38 - - [2024-10-17 02:38:30] "GET /virtual-DNS-record/e65df22c-4368-4a4b-b771-4a1e0963ad73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.006284 10.0.0.38 - - [2024-10-17 02:38:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004648 10.0.0.38 - - [2024-10-17 02:38:30] "GET /virtual-DNS-record/e65df22c-4368-4a4b-b771-4a1e0963ad73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.005239 10.0.0.38 - - [2024-10-17 02:38:30] "GET /domains HTTP/1.1" 200 280 0.003667 10.0.0.38 - - [2024-10-17 02:38:30] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001935 10.0.0.38 - - [2024-10-17 02:38:30] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a HTTP/1.1" 200 2774 0.014800 10.0.0.38 - - [2024-10-17 02:38:30] "GET /virtual-DNS/b71254df-74a7-4f98-b6d9-6ead2fdeeba4 HTTP/1.1" 200 1908 0.006275 10.0.0.38 - - [2024-10-17 02:38:30] "GET /virtual-DNS-record/e65df22c-4368-4a4b-b771-4a1e0963ad73 HTTP/1.1" 200 1337 0.004557 10.0.0.38 - - [2024-10-17 02:38:36] "DELETE /virtual-DNS-record/e65df22c-4368-4a4b-b771-4a1e0963ad73 HTTP/1.1" 200 115 0.024169 10.0.0.38 - - [2024-10-17 02:38:36] "POST /fqname-to-id HTTP/1.1" 404 184 0.003645 10.0.0.38 - - [2024-10-17 02:38:36] "POST /neutron/network HTTP/1.1" 200 833 0.008430 10.0.0.38 - - [2024-10-17 02:38:36] "POST /neutron/network HTTP/1.1" 400 204 0.012947 10.0.0.38 - - [2024-10-17 02:38:36] "POST /neutron/port HTTP/1.1" 200 1086 0.017441 10.0.0.38 - - [2024-10-17 02:38:36] "POST /neutron/port HTTP/1.1" 200 1112 0.010851 10.0.0.38 - - [2024-10-17 02:38:37] "POST /neutron/port HTTP/1.1" 200 1086 0.024354 10.0.0.38 - - [2024-10-17 02:38:37] "POST /neutron/port HTTP/1.1" 200 1112 0.013746 10.0.0.38 - - [2024-10-17 02:38:37] "POST /neutron/port HTTP/1.1" 200 151 0.126458 10.0.0.38 - - [2024-10-17 02:38:37] "POST /neutron/port HTTP/1.1" 200 151 0.113105 10.0.0.38 - - [2024-10-17 02:38:38] "POST /neutron/network HTTP/1.1" 200 833 0.009484 10.0.0.38 - - [2024-10-17 02:38:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001913 10.0.0.38 - - [2024-10-17 02:38:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.008451 10.0.0.38 - - [2024-10-17 02:38:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001849 10.0.0.38 - - [2024-10-17 02:38:38] "POST /neutron/network HTTP/1.1" 200 151 0.142321 10.0.0.38 - - [2024-10-17 02:38:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.38 - - [2024-10-17 02:38:38] "DELETE /route-target/c1f326fa-ecd4-4a5d-bc8d-10d2ef8e213d HTTP/1.1" 200 115 0.021594 10.0.0.38 - - [2024-10-17 02:38:38] "DELETE /network-ipam/043b713a-1d39-42d4-ab24-9bb1fea8a683 HTTP/1.1" 200 115 0.030106 10.0.0.38 - - [2024-10-17 02:38:38] "DELETE /virtual-DNS/b71254df-74a7-4f98-b6d9-6ead2fdeeba4 HTTP/1.1" 200 115 0.034467 10.0.0.38 - - [2024-10-17 02:38:38] "POST /fqname-to-id HTTP/1.1" 404 180 0.003168 10.0.0.38 - - [2024-10-17 02:38:38] "GET /domains HTTP/1.1" 200 280 0.003641 10.0.0.38 - - [2024-10-17 02:38:38] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001329 10.0.0.38 - - [2024-10-17 02:38:38] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a HTTP/1.1" 200 2574 0.010548 10.0.0.38 - - [2024-10-17 02:38:39] "GET /projects?obj_uuids=ef98559e-44f3-47b1-b89e-655b0c9261f6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001916 10.0.0.38 - - [2024-10-17 02:38:39] "GET /project/ef98559e-44f3-47b1-b89e-655b0c9261f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.043003 10.0.0.38 - - [2024-10-17 02:38:39] "GET /projects?obj_uuids=ef98559e-44f3-47b1-b89e-655b0c9261f6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001797 10.0.0.38 - - [2024-10-17 02:38:39] "GET /project/ef98559e-44f3-47b1-b89e-655b0c9261f6?fields=virtual_networks HTTP/1.1" 200 1035 0.040655 10.0.0.38 - - [2024-10-17 02:38:39] "GET /projects?obj_uuids=ef98559e-44f3-47b1-b89e-655b0c9261f6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002588 10.0.0.38 - - [2024-10-17 02:38:39] "GET /project/ef98559e-44f3-47b1-b89e-655b0c9261f6?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.044475 10.0.0.38 - - [2024-10-17 02:38:39] "GET /projects?obj_uuids=ef98559e-44f3-47b1-b89e-655b0c9261f6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001325 10.0.0.38 - - [2024-10-17 02:38:39] "GET /project/ef98559e-44f3-47b1-b89e-655b0c9261f6?fields=security_groups HTTP/1.1" 200 1262 0.041265 10.0.0.38 - - [2024-10-17 02:38:40] "POST /fqname-to-id HTTP/1.1" 404 189 0.030163 10.0.0.38 - - [2024-10-17 02:38:40] "GET /projects?obj_uuids=98830f87-19d1-4bfe-8a70-87de728a0954&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003235 10.0.0.38 - - [2024-10-17 02:38:40] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001435 10.0.0.38 - - [2024-10-17 02:38:40] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010967 10.0.0.38 - - [2024-10-17 02:38:40] "POST /id-to-fqname HTTP/1.1" 200 191 0.002058 10.0.0.38 - - [2024-10-17 02:38:40] "POST /fqname-to-id HTTP/1.1" 404 200 0.002944 10.0.0.38 - - [2024-10-17 02:38:40] "POST /security-groups HTTP/1.1" 200 592 0.063135 10.0.0.38 - - [2024-10-17 02:38:40] "POST /fqname-to-id HTTP/1.1" 404 235 0.005478 10.0.0.38 - - [2024-10-17 02:38:40] "POST /projects HTTP/1.1" 200 587 0.226908 10.0.0.38 - - [2024-10-17 02:38:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.300898 10.0.0.38 - - [2024-10-17 02:38:40] "POST /access-control-lists HTTP/1.1" 200 597 0.059585 10.0.0.38 - - [2024-10-17 02:38:40] "POST /fqname-to-id HTTP/1.1" 404 234 0.004167 10.0.0.38 - - [2024-10-17 02:38:40] "GET /project/98830f87-19d1-4bfe-8a70-87de728a0954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.460968 10.0.0.38 - - [2024-10-17 02:38:40] "POST /access-control-lists HTTP/1.1" 200 595 0.063218 10.0.0.38 - - [2024-10-17 02:38:42] "GET / HTTP/1.1" 200 35931 0.002770 10.0.0.38 - - [2024-10-17 02:38:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000687 10.0.0.38 - - [2024-10-17 02:38:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.068328 10.0.0.38 - - [2024-10-17 02:38:43] "GET /projects?obj_uuids=98830f87-19d1-4bfe-8a70-87de728a0954&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001679 10.0.0.38 - - [2024-10-17 02:38:43] "GET /project/98830f87-19d1-4bfe-8a70-87de728a0954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.037785 10.0.0.38 - - [2024-10-17 02:38:43] "POST /neutron/network HTTP/1.1" 200 117 0.038888 10.0.0.38 - - [2024-10-17 02:38:43] "GET /projects?obj_uuids=98830f87-19d1-4bfe-8a70-87de728a0954&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002515 10.0.0.38 - - [2024-10-17 02:38:43] "POST /neutron/network HTTP/1.1" 200 606 0.076352 10.0.0.38 - - [2024-10-17 02:38:43] "POST /route-targets HTTP/1.1" 200 327 0.012501 10.0.0.38 - - [2024-10-17 02:38:43] "POST /ref-update HTTP/1.1" 200 156 0.016151 10.0.0.38 - - [2024-10-17 02:38:43] "POST /useragent-kv HTTP/1.1" 200 115 0.005911 10.0.0.38 - - [2024-10-17 02:38:43] "POST /neutron/subnet HTTP/1.1" 200 725 0.215374 10.0.0.38 - - [2024-10-17 02:38:43] "POST /neutron/network HTTP/1.1" 200 825 0.008113 10.0.0.38 - - [2024-10-17 02:38:43] "POST /id-to-fqname HTTP/1.1" 200 221 0.002185 10.0.0.38 - - [2024-10-17 02:38:43] "GET /virtual-network/2516cd3b-7f24-41da-820d-be75a4eef161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.011590 10.0.0.38 - - [2024-10-17 02:38:43] "POST /neutron/network HTTP/1.1" 200 825 0.007596 10.0.0.38 - - [2024-10-17 02:38:43] "GET /virtual-network/2516cd3b-7f24-41da-820d-be75a4eef161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.010121 10.0.0.38 - - [2024-10-17 02:38:43] "POST /neutron/network HTTP/1.1" 200 825 0.006821 10.0.0.38 - - [2024-10-17 02:38:43] "POST /neutron/subnet HTTP/1.1" 200 725 0.009408 10.0.0.38 - - [2024-10-17 02:38:43] "POST /id-to-fqname HTTP/1.1" 200 221 0.001651 10.0.0.38 - - [2024-10-17 02:38:44] "POST /neutron/network HTTP/1.1" 200 835 0.008346 10.0.0.38 - - [2024-10-17 02:38:44] "GET /aaa-mode HTTP/1.1" 401 292 0.000566 10.0.0.38 - - [2024-10-17 02:38:44] "GET / HTTP/1.1" 200 35931 0.002373 10.0.0.38 - - [2024-10-17 02:38:44] "GET /project/98830f87-19d1-4bfe-8a70-87de728a0954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000529 10.0.0.38 - - [2024-10-17 02:38:44] "GET /projects?obj_uuids=98830f87-19d1-4bfe-8a70-87de728a0954&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001545 10.0.0.38 - - [2024-10-17 02:38:44] "GET /project/98830f87-19d1-4bfe-8a70-87de728a0954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.064781 10.0.0.38 - - [2024-10-17 02:38:44] "POST /neutron/network HTTP/1.1" 200 825 0.006638 10.0.0.38 - - [2024-10-17 02:38:45] "POST /neutron/port HTTP/1.1" 200 117 0.006089 10.0.0.38 - - [2024-10-17 02:38:45] "POST /neutron/port HTTP/1.1" 200 117 0.006203 10.0.0.38 - - [2024-10-17 02:38:45] "POST /id-to-fqname HTTP/1.1" 200 221 0.002089 10.0.0.38 - - [2024-10-17 02:38:45] "POST /neutron/port HTTP/1.1" 200 117 0.006475 10.0.0.38 - - [2024-10-17 02:38:45] "POST /neutron/network HTTP/1.1" 200 835 0.006826 10.0.0.38 - - [2024-10-17 02:38:45] "GET /aaa-mode HTTP/1.1" 401 292 0.000733 10.0.0.38 - - [2024-10-17 02:38:45] "POST /neutron/network HTTP/1.1" 200 835 0.007000 10.0.0.38 - - [2024-10-17 02:38:45] "GET /projects?obj_uuids=98830f87-19d1-4bfe-8a70-87de728a0954&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001678 10.0.0.38 - - [2024-10-17 02:38:45] "GET / HTTP/1.1" 200 35931 0.002275 10.0.0.38 - - [2024-10-17 02:38:45] "GET /project/98830f87-19d1-4bfe-8a70-87de728a0954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001287 10.0.0.38 - - [2024-10-17 02:38:45] "POST /neutron/port HTTP/1.1" 200 1061 0.241349 10.0.0.38 - - [2024-10-17 02:38:45] "POST /neutron/port HTTP/1.1" 200 1061 0.010836 10.0.0.38 - - [2024-10-17 02:38:45] "POST /neutron/port HTTP/1.1" 200 1061 0.009458 10.0.0.38 - - [2024-10-17 02:38:45] "POST /neutron/port HTTP/1.1" 200 1115 0.068254 10.0.0.38 - - [2024-10-17 02:38:46] "POST /neutron/port HTTP/1.1" 200 1089 0.018078 10.0.0.38 - - [2024-10-17 02:38:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004388 10.0.0.38 - - [2024-10-17 02:38:46] "POST /neutron/subnet HTTP/1.1" 200 699 0.011971 10.0.0.38 - - [2024-10-17 02:38:46] "POST /neutron/port HTTP/1.1" 200 117 0.002010 10.0.0.38 - - [2024-10-17 02:38:46] "POST /neutron/network HTTP/1.1" 200 825 0.010051 10.0.0.38 - - [2024-10-17 02:38:46] "GET /projects?obj_uuids=98830f87-19d1-4bfe-8a70-87de728a0954&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001341 10.0.0.38 - - [2024-10-17 02:38:46] "GET /project/98830f87-19d1-4bfe-8a70-87de728a0954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.067964 10.0.0.38 - - [2024-10-17 02:38:46] "POST /neutron/network HTTP/1.1" 200 825 0.007441 10.0.0.38 - - [2024-10-17 02:38:46] "POST /neutron/port HTTP/1.1" 200 1089 0.022827 10.0.0.38 - - [2024-10-17 02:38:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008423 10.0.0.38 - - [2024-10-17 02:38:46] "POST /neutron/port HTTP/1.1" 200 117 0.006330 10.0.0.38 - - [2024-10-17 02:38:46] "POST /neutron/port HTTP/1.1" 200 1089 0.032772 10.0.0.38 - - [2024-10-17 02:38:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.016369 10.0.0.38 - - [2024-10-17 02:38:46] "POST /neutron/network HTTP/1.1" 200 835 0.007177 10.0.0.38 - - [2024-10-17 02:38:46] "GET /projects?obj_uuids=98830f87-19d1-4bfe-8a70-87de728a0954&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001425 10.0.0.38 - - [2024-10-17 02:38:47] "POST /neutron/port HTTP/1.1" 200 1061 0.268081 10.0.0.38 - - [2024-10-17 02:38:47] "POST /neutron/port HTTP/1.1" 200 1061 0.018611 10.0.0.38 - - [2024-10-17 02:38:47] "POST /neutron/port HTTP/1.1" 200 1061 0.014689 10.0.0.38 - - [2024-10-17 02:38:47] "POST /neutron/port HTTP/1.1" 200 1115 0.099280 10.0.0.38 - - [2024-10-17 02:38:47] "POST /neutron/port HTTP/1.1" 200 1089 0.021457 10.0.0.38 - - [2024-10-17 02:38:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005031 10.0.0.38 - - [2024-10-17 02:38:47] "POST /neutron/subnet HTTP/1.1" 200 699 0.013462 10.0.0.38 - - [2024-10-17 02:38:47] "POST /neutron/port HTTP/1.1" 200 117 0.001619 10.0.0.38 - - [2024-10-17 02:38:47] "POST /neutron/network HTTP/1.1" 200 825 0.007429 10.0.0.38 - - [2024-10-17 02:38:51] "DELETE /project/98830f8719d14bfe8a7087de728a0954 HTTP/1.1" 404 173 0.009626 10.0.0.38 - - [2024-10-17 02:38:51] "GET /projects?obj_uuids=ef98559e-44f3-47b1-b89e-655b0c9261f6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001265 10.0.0.38 - - [2024-10-17 02:38:51] "GET /project/ef98559e-44f3-47b1-b89e-655b0c9261f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.040835 10.0.0.38 - - [2024-10-17 02:38:51] "GET /projects?obj_uuids=ef98559e-44f3-47b1-b89e-655b0c9261f6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001441 10.0.0.38 - - [2024-10-17 02:38:51] "GET /project/ef98559e-44f3-47b1-b89e-655b0c9261f6?fields=security_groups HTTP/1.1" 200 1367 0.038510 10.0.0.38 - - [2024-10-17 02:38:51] "POST /neutron/port HTTP/1.1" 200 1089 0.083822 10.0.0.38 - - [2024-10-17 02:38:51] "DELETE /security-group/826c203a-718c-479e-841f-01020a27b874 HTTP/1.1" 200 115 0.110804 10.0.0.38 - - [2024-10-17 02:38:51] "GET /projects?obj_uuids=ef98559e-44f3-47b1-b89e-655b0c9261f6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001477 10.0.0.38 - - [2024-10-17 02:38:51] "DELETE /access-control-list/83124381-75bd-4fc7-8c67-90e4db6a7001 HTTP/1.1" 200 115 0.088717 10.0.0.38 - - [2024-10-17 02:38:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.016335 10.0.0.38 - - [2024-10-17 02:38:51] "GET /project/ef98559e-44f3-47b1-b89e-655b0c9261f6?fields=application_policy_sets HTTP/1.1" 200 1406 0.074397 10.0.0.38 - - [2024-10-17 02:38:51] "DELETE /access-control-list/590da2bd-ad97-45a5-9628-fec4f5de121b HTTP/1.1" 200 115 0.057854 10.0.0.38 - - [2024-10-17 02:38:51] "POST /neutron/port HTTP/1.1" 200 1089 0.025004 10.0.0.38 - - [2024-10-17 02:38:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.015001 10.0.0.38 - - [2024-10-17 02:38:51] "DELETE /project/ef98559e-44f3-47b1-b89e-655b0c9261f6 HTTP/1.1" 200 115 0.462728 10.0.0.38 - - [2024-10-17 02:38:52] "POST /neutron/port HTTP/1.1" 200 1089 0.028071 10.0.0.38 - - [2024-10-17 02:38:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009215 10.0.0.38 - - [2024-10-17 02:38:52] "GET /virtual-machine/28f9196a-19cb-4f06-844b-7a6ce6edbc80 HTTP/1.1" 401 292 0.000568 10.0.0.38 - - [2024-10-17 02:38:52] "GET /virtual-machine/28f9196a-19cb-4f06-844b-7a6ce6edbc80 HTTP/1.1" 200 1292 0.035216 10.0.0.38 - - [2024-10-17 02:38:52] "GET /virtual-machine-interface/47d90ed4-5b7e-47c9-b337-c02bbeeb3b43 HTTP/1.1" 200 2946 0.012523 10.0.0.38 - - [2024-10-17 02:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.38 - - [2024-10-17 02:38:52] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004825 10.0.0.38 - - [2024-10-17 02:38:52] "GET /virtual-networks?parent_id=98830f87-19d1-4bfe-8a70-87de728a0954&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003627 10.0.0.38 - - [2024-10-17 02:38:52] "GET /virtual-network/2516cd3b-7f24-41da-820d-be75a4eef161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.012170 10.0.0.38 - - [2024-10-17 02:38:55] "POST /neutron/port HTTP/1.1" 200 1089 0.021297 10.0.0.38 - - [2024-10-17 02:38:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008785 10.0.0.38 - - [2024-10-17 02:38:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.38 - - [2024-10-17 02:38:55] "GET /virtual-network/2516cd3b-7f24-41da-820d-be75a4eef161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.011548 10.0.0.38 - - [2024-10-17 02:38:56] "POST /neutron/port HTTP/1.1" 200 1089 0.018902 10.0.0.38 - - [2024-10-17 02:38:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006948 10.0.0.38 - - [2024-10-17 02:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.38 - - [2024-10-17 02:38:57] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004711 10.0.0.38 - - [2024-10-17 02:38:57] "GET /virtual-networks?parent_id=98830f87-19d1-4bfe-8a70-87de728a0954&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003629 10.0.0.38 - - [2024-10-17 02:38:57] "GET /virtual-network/2516cd3b-7f24-41da-820d-be75a4eef161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.010574 10.0.0.38 - - [2024-10-17 02:38:58] "POST /neutron/port HTTP/1.1" 200 1089 0.018600 10.0.0.38 - - [2024-10-17 02:38:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008257 10.0.0.38 - - [2024-10-17 02:38:58] "POST /neutron/port HTTP/1.1" 200 1089 0.020271 10.0.0.38 - - [2024-10-17 02:38:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007193 10.0.0.38 - - [2024-10-17 02:38:58] "POST /neutron/port HTTP/1.1" 200 1089 0.017996 10.0.0.38 - - [2024-10-17 02:38:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007934 10.0.0.38 - - [2024-10-17 02:38:58] "GET /virtual-machine/ed907fc2-7a76-457c-bd14-89b057088324 HTTP/1.1" 200 1294 0.006772 10.0.0.38 - - [2024-10-17 02:38:58] "GET /virtual-machine-interface/b65d3535-c390-4fc2-b5b3-6a950cb63337 HTTP/1.1" 200 2947 0.011244 10.0.0.38 - - [2024-10-17 02:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.38 - - [2024-10-17 02:38:58] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004450 10.0.0.38 - - [2024-10-17 02:38:58] "GET /virtual-networks?parent_id=98830f87-19d1-4bfe-8a70-87de728a0954&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003489 10.0.0.38 - - [2024-10-17 02:38:58] "GET /virtual-network/2516cd3b-7f24-41da-820d-be75a4eef161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.011843 10.0.0.38 - - [2024-10-17 02:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004268 10.0.0.38 - - [2024-10-17 02:38:59] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005962 10.0.0.38 - - [2024-10-17 02:38:59] "GET /virtual-networks?parent_id=98830f87-19d1-4bfe-8a70-87de728a0954&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004975 10.0.0.38 - - [2024-10-17 02:38:59] "GET /virtual-network/2516cd3b-7f24-41da-820d-be75a4eef161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.011491 10.0.0.38 - - [2024-10-17 02:39:00] "GET /obj-perms HTTP/1.1" 200 5056 0.059908 10.0.0.38 - - [2024-10-17 02:39:00] "GET /obj-perms HTTP/1.1" 200 5056 0.062498 10.0.0.38 - - [2024-10-17 02:39:05] "POST /neutron/network HTTP/1.1" 200 825 0.010293 10.0.0.38 - - [2024-10-17 02:39:05] "POST /neutron/network HTTP/1.1" 400 204 0.014327 10.0.0.38 - - [2024-10-17 02:39:05] "POST /neutron/port HTTP/1.1" 200 1089 0.018670 10.0.0.38 - - [2024-10-17 02:39:05] "POST /neutron/port HTTP/1.1" 200 1115 0.011625 10.0.0.38 - - [2024-10-17 02:39:05] "POST /neutron/port HTTP/1.1" 200 1089 0.026686 10.0.0.38 - - [2024-10-17 02:39:05] "POST /neutron/port HTTP/1.1" 200 1115 0.011779 10.0.0.38 - - [2024-10-17 02:39:05] "POST /neutron/port HTTP/1.1" 200 151 0.231362 10.0.0.38 - - [2024-10-17 02:39:05] "POST /neutron/port HTTP/1.1" 200 151 0.125276 10.0.0.38 - - [2024-10-17 02:39:07] "POST /neutron/network HTTP/1.1" 200 825 0.006824 10.0.0.38 - - [2024-10-17 02:39:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.007550 10.0.0.38 - - [2024-10-17 02:39:07] "DELETE /route-target/a0e532fd-e378-4ab2-86a1-8cab6022cdee HTTP/1.1" 200 115 0.022913 10.0.0.38 - - [2024-10-17 02:39:07] "POST /useragent-kv HTTP/1.1" 200 115 0.048496 10.0.0.38 - - [2024-10-17 02:39:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001397 10.0.0.38 - - [2024-10-17 02:39:07] "POST /neutron/network HTTP/1.1" 200 151 0.134386 10.0.0.38 - - [2024-10-17 02:39:07] "GET /projects?obj_uuids=98830f87-19d1-4bfe-8a70-87de728a0954&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001401 10.0.0.38 - - [2024-10-17 02:39:07] "GET /project/98830f87-19d1-4bfe-8a70-87de728a0954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.069064 10.0.0.38 - - [2024-10-17 02:39:07] "GET /projects?obj_uuids=98830f87-19d1-4bfe-8a70-87de728a0954&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001408 10.0.0.38 - - [2024-10-17 02:39:07] "GET /project/98830f87-19d1-4bfe-8a70-87de728a0954?fields=virtual_networks HTTP/1.1" 200 1034 0.035739 10.0.0.38 - - [2024-10-17 02:39:07] "GET /projects?obj_uuids=98830f87-19d1-4bfe-8a70-87de728a0954&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001430 10.0.0.38 - - [2024-10-17 02:39:07] "GET /project/98830f87-19d1-4bfe-8a70-87de728a0954?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.038474 10.0.0.38 - - [2024-10-17 02:39:07] "GET /projects?obj_uuids=98830f87-19d1-4bfe-8a70-87de728a0954&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001451 10.0.0.38 - - [2024-10-17 02:39:07] "GET /project/98830f87-19d1-4bfe-8a70-87de728a0954?fields=security_groups HTTP/1.1" 200 1261 0.035154 10.0.0.38 - - [2024-10-17 02:39:08] "POST /fqname-to-id HTTP/1.1" 404 188 0.031850 10.0.0.38 - - [2024-10-17 02:39:08] "GET /projects?obj_uuids=00d91061-a0a2-4d33-a8d2-5615abfa970c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003684 10.0.0.38 - - [2024-10-17 02:39:08] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001596 10.0.0.38 - - [2024-10-17 02:39:08] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.042270 10.0.0.38 - - [2024-10-17 02:39:08] "POST /id-to-fqname HTTP/1.1" 200 190 0.002076 10.0.0.38 - - [2024-10-17 02:39:09] "POST /fqname-to-id HTTP/1.1" 404 199 0.006925 10.0.0.38 - - [2024-10-17 02:39:09] "POST /security-groups HTTP/1.1" 200 591 0.071135 10.0.0.38 - - [2024-10-17 02:39:09] "POST /fqname-to-id HTTP/1.1" 404 234 0.003597 10.0.0.38 - - [2024-10-17 02:39:09] "POST /projects HTTP/1.1" 200 585 0.248554 10.0.0.38 - - [2024-10-17 02:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.326163 10.0.0.38 - - [2024-10-17 02:39:09] "POST /access-control-lists HTTP/1.1" 200 596 0.061624 10.0.0.38 - - [2024-10-17 02:39:09] "POST /fqname-to-id HTTP/1.1" 404 233 0.003579 10.0.0.38 - - [2024-10-17 02:39:09] "GET /project/00d91061-a0a2-4d33-a8d2-5615abfa970c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.515017 10.0.0.38 - - [2024-10-17 02:39:09] "POST /access-control-lists HTTP/1.1" 200 594 0.067590 10.0.0.38 - - [2024-10-17 02:39:10] "GET / HTTP/1.1" 200 35931 0.001957 10.0.0.38 - - [2024-10-17 02:39:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000614 10.0.0.38 - - [2024-10-17 02:39:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.065855 10.0.0.38 - - [2024-10-17 02:39:11] "GET /projects?obj_uuids=00d91061-a0a2-4d33-a8d2-5615abfa970c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001395 10.0.0.38 - - [2024-10-17 02:39:11] "GET /project/00d91061-a0a2-4d33-a8d2-5615abfa970c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.038288 10.0.0.38 - - [2024-10-17 02:39:11] "POST /neutron/network HTTP/1.1" 200 117 0.038781 10.0.0.38 - - [2024-10-17 02:39:11] "GET /projects?obj_uuids=00d91061-a0a2-4d33-a8d2-5615abfa970c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001720 10.0.0.38 - - [2024-10-17 02:39:12] "POST /neutron/network HTTP/1.1" 200 625 0.091034 10.0.0.38 - - [2024-10-17 02:39:12] "POST /route-targets HTTP/1.1" 200 327 0.017534 10.0.0.38 - - [2024-10-17 02:39:12] "POST /ref-update HTTP/1.1" 200 156 0.017710 10.0.0.38 - - [2024-10-17 02:39:12] "POST /useragent-kv HTTP/1.1" 200 115 0.006059 10.0.0.38 - - [2024-10-17 02:39:12] "POST /neutron/subnet HTTP/1.1" 200 701 0.212994 10.0.0.38 - - [2024-10-17 02:39:12] "POST /neutron/network HTTP/1.1" 200 839 0.007318 10.0.0.38 - - [2024-10-17 02:39:12] "POST /id-to-fqname HTTP/1.1" 200 230 0.001603 10.0.0.38 - - [2024-10-17 02:39:12] "GET /virtual-network/aeece9a4-bd31-469a-b398-719d8131ec8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.010113 10.0.0.38 - - [2024-10-17 02:39:12] "POST /neutron/network HTTP/1.1" 200 839 0.007077 10.0.0.38 - - [2024-10-17 02:39:12] "GET /virtual-network/aeece9a4-bd31-469a-b398-719d8131ec8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.010151 10.0.0.38 - - [2024-10-17 02:39:12] "POST /neutron/network HTTP/1.1" 200 839 0.006596 10.0.0.38 - - [2024-10-17 02:39:12] "POST /neutron/subnet HTTP/1.1" 200 701 0.008141 10.0.0.38 - - [2024-10-17 02:39:12] "POST /neutron/network HTTP/1.1" 200 839 0.006287 10.0.0.38 - - [2024-10-17 02:39:12] "POST /id-to-fqname HTTP/1.1" 200 230 0.001587 10.0.0.38 - - [2024-10-17 02:39:12] "POST /neutron/network HTTP/1.1" 200 849 0.006537 10.0.0.38 - - [2024-10-17 02:39:12] "GET /aaa-mode HTTP/1.1" 401 292 0.000511 10.0.0.38 - - [2024-10-17 02:39:13] "GET / HTTP/1.1" 200 35931 0.002274 10.0.0.38 - - [2024-10-17 02:39:13] "GET /project/00d91061-a0a2-4d33-a8d2-5615abfa970c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000562 10.0.0.38 - - [2024-10-17 02:39:13] "GET /projects?obj_uuids=00d91061-a0a2-4d33-a8d2-5615abfa970c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001498 10.0.0.38 - - [2024-10-17 02:39:13] "GET /project/00d91061-a0a2-4d33-a8d2-5615abfa970c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.072823 10.0.0.38 - - [2024-10-17 02:39:13] "POST /neutron/network HTTP/1.1" 200 839 0.037746 10.0.0.38 - - [2024-10-17 02:39:13] "POST /neutron/port HTTP/1.1" 200 117 0.006536 10.0.0.38 - - [2024-10-17 02:39:13] "POST /neutron/port HTTP/1.1" 200 117 0.006804 10.0.0.38 - - [2024-10-17 02:39:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.008096 10.0.0.38 - - [2024-10-17 02:39:13] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.006474 10.0.0.38 - - [2024-10-17 02:39:13] "PUT /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902 HTTP/1.1" 200 276 0.020742 10.0.0.38 - - [2024-10-17 02:39:14] "POST /neutron/port HTTP/1.1" 200 117 0.011443 10.0.0.38 - - [2024-10-17 02:39:14] "POST /neutron/network HTTP/1.1" 200 849 0.008077 10.0.0.38 - - [2024-10-17 02:39:14] "GET /projects?obj_uuids=00d91061-a0a2-4d33-a8d2-5615abfa970c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001476 10.0.0.38 - - [2024-10-17 02:39:15] "POST /neutron/port HTTP/1.1" 200 1055 0.544620 10.0.0.38 - - [2024-10-17 02:39:15] "POST /neutron/port HTTP/1.1" 200 1055 0.046391 10.0.0.38 - - [2024-10-17 02:39:15] "POST /neutron/port HTTP/1.1" 200 1055 0.015846 10.0.0.38 - - [2024-10-17 02:39:15] "POST /neutron/port HTTP/1.1" 200 1109 0.084039 10.0.0.38 - - [2024-10-17 02:39:15] "POST /neutron/port HTTP/1.1" 200 1083 0.020849 10.0.0.38 - - [2024-10-17 02:39:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004068 10.0.0.38 - - [2024-10-17 02:39:15] "POST /neutron/subnet HTTP/1.1" 200 675 0.013893 10.0.0.38 - - [2024-10-17 02:39:15] "POST /neutron/port HTTP/1.1" 200 117 0.001944 10.0.0.38 - - [2024-10-17 02:39:15] "POST /neutron/network HTTP/1.1" 200 839 0.007949 10.0.0.38 - - [2024-10-17 02:39:19] "POST /neutron/port HTTP/1.1" 200 1083 0.018331 10.0.0.38 - - [2024-10-17 02:39:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008228 10.0.0.38 - - [2024-10-17 02:39:19] "POST /neutron/port HTTP/1.1" 200 1083 0.019444 10.0.0.38 - - [2024-10-17 02:39:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008078 10.0.0.38 - - [2024-10-17 02:39:19] "POST /neutron/port HTTP/1.1" 200 1083 0.017706 10.0.0.38 - - [2024-10-17 02:39:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007487 10.0.0.38 - - [2024-10-17 02:39:19] "GET /virtual-machine/4c72f504-7ea2-4978-a1ed-35d78a3362ec HTTP/1.1" 401 292 0.000578 10.0.0.38 - - [2024-10-17 02:39:19] "GET /virtual-machine/4c72f504-7ea2-4978-a1ed-35d78a3362ec HTTP/1.1" 200 1292 0.035581 10.0.0.38 - - [2024-10-17 02:39:19] "GET /virtual-machine-interface/44c33dae-a19e-4024-8247-fa769480aceb HTTP/1.1" 200 2970 0.012686 10.0.0.38 - - [2024-10-17 02:39:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.38 - - [2024-10-17 02:39:19] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.004469 10.0.0.38 - - [2024-10-17 02:39:19] "GET /virtual-networks?parent_id=00d91061-a0a2-4d33-a8d2-5615abfa970c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004019 10.0.0.38 - - [2024-10-17 02:39:20] "GET /virtual-network/aeece9a4-bd31-469a-b398-719d8131ec8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.011042 10.0.0.38 - - [2024-10-17 02:39:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004204 10.0.0.38 - - [2024-10-17 02:39:23] "GET /virtual-network/aeece9a4-bd31-469a-b398-719d8131ec8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.013651 10.0.0.38 - - [2024-10-17 02:39:25] "POST /neutron/port HTTP/1.1" 200 1083 0.020090 10.0.0.38 - - [2024-10-17 02:39:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007053 10.0.0.38 - - [2024-10-17 02:39:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004598 10.0.0.38 - - [2024-10-17 02:39:27] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.006180 10.0.0.38 - - [2024-10-17 02:39:27] "GET /virtual-networks?parent_id=00d91061-a0a2-4d33-a8d2-5615abfa970c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004229 10.0.0.38 - - [2024-10-17 02:39:27] "GET /virtual-network/aeece9a4-bd31-469a-b398-719d8131ec8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.011075 10.0.0.38 - - [2024-10-17 02:39:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005360 10.0.0.38 - - [2024-10-17 02:39:29] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.006376 10.0.0.38 - - [2024-10-17 02:39:29] "PUT /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902 HTTP/1.1" 200 276 0.011216 10.0.0.38 - - [2024-10-17 02:39:29] "POST /neutron/network HTTP/1.1" 200 839 0.008699 10.0.0.38 - - [2024-10-17 02:39:29] "POST /neutron/network HTTP/1.1" 400 204 0.013888 10.0.0.38 - - [2024-10-17 02:39:30] "POST /neutron/port HTTP/1.1" 200 1083 0.022117 10.0.0.38 - - [2024-10-17 02:39:30] "POST /neutron/port HTTP/1.1" 200 1109 0.012033 10.0.0.38 - - [2024-10-17 02:39:30] "POST /neutron/port HTTP/1.1" 200 151 0.128592 10.0.0.38 - - [2024-10-17 02:39:31] "POST /neutron/network HTTP/1.1" 200 839 0.007836 10.0.0.38 - - [2024-10-17 02:39:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.007901 10.0.0.38 - - [2024-10-17 02:39:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001899 10.0.0.38 - - [2024-10-17 02:39:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001690 10.0.0.38 - - [2024-10-17 02:39:31] "POST /neutron/network HTTP/1.1" 200 151 0.115951 10.0.0.38 - - [2024-10-17 02:39:31] "DELETE /route-target/4e3b2bea-f566-4d48-aef8-2c335dba4043 HTTP/1.1" 200 115 0.023765 10.0.0.38 - - [2024-10-17 02:39:32] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.004234 10.0.0.38 - - [2024-10-17 02:39:32] "POST /network-ipams HTTP/1.1" 200 541 0.026906 10.0.0.38 - - [2024-10-17 02:39:32] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.003625 10.0.0.38 - - [2024-10-17 02:39:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.38 - - [2024-10-17 02:39:32] "GET /network-ipam/3d15a698-8a51-458f-a7c7-186dd4bad15d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.008157 10.0.0.38 - - [2024-10-17 02:39:32] "PUT /network-ipam/3d15a698-8a51-458f-a7c7-186dd4bad15d HTTP/1.1" 200 258 0.012395 10.0.0.38 - - [2024-10-17 02:39:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.38 - - [2024-10-17 02:39:32] "GET /projects?obj_uuids=00d91061-a0a2-4d33-a8d2-5615abfa970c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001593 10.0.0.38 - - [2024-10-17 02:39:32] "GET /project/00d91061-a0a2-4d33-a8d2-5615abfa970c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.050183 10.0.0.38 - - [2024-10-17 02:39:32] "POST /neutron/network HTTP/1.1" 200 117 0.009940 10.0.0.38 - - [2024-10-17 02:39:32] "GET /projects?obj_uuids=00d91061-a0a2-4d33-a8d2-5615abfa970c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001521 10.0.0.38 - - [2024-10-17 02:39:32] "POST /neutron/network HTTP/1.1" 200 605 0.116393 10.0.0.38 - - [2024-10-17 02:39:33] "POST /route-targets HTTP/1.1" 200 327 0.023579 10.0.0.38 - - [2024-10-17 02:39:33] "POST /ref-update HTTP/1.1" 200 156 0.024858 10.0.0.38 - - [2024-10-17 02:39:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003659 10.0.0.38 - - [2024-10-17 02:39:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.246290 10.0.0.38 - - [2024-10-17 02:39:33] "POST /useragent-kv HTTP/1.1" 200 115 0.005619 10.0.0.38 - - [2024-10-17 02:39:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.217357 10.0.0.38 - - [2024-10-17 02:39:33] "POST /neutron/network HTTP/1.1" 200 994 0.012429 10.0.0.38 - - [2024-10-17 02:39:33] "POST /id-to-fqname HTTP/1.1" 200 220 0.001640 10.0.0.38 - - [2024-10-17 02:39:33] "GET /virtual-network/28d64d61-3205-4b3e-a266-02aa89e3b5b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.010295 10.0.0.38 - - [2024-10-17 02:39:33] "POST /neutron/network HTTP/1.1" 200 994 0.009184 10.0.0.38 - - [2024-10-17 02:39:33] "GET /virtual-network/28d64d61-3205-4b3e-a266-02aa89e3b5b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.010442 10.0.0.38 - - [2024-10-17 02:39:33] "POST /neutron/network HTTP/1.1" 200 994 0.008333 10.0.0.38 - - [2024-10-17 02:39:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.009422 10.0.0.38 - - [2024-10-17 02:39:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.008909 10.0.0.38 - - [2024-10-17 02:39:33] "POST /neutron/network HTTP/1.1" 200 994 0.009696 10.0.0.38 - - [2024-10-17 02:39:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.008902 10.0.0.38 - - [2024-10-17 02:39:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.008297 10.0.0.38 - - [2024-10-17 02:39:33] "GET /projects?obj_uuids=00d91061-a0a2-4d33-a8d2-5615abfa970c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002258 10.0.0.38 - - [2024-10-17 02:39:34] "POST /neutron/port HTTP/1.1" 200 1017 0.296064 10.0.0.38 - - [2024-10-17 02:39:34] "GET /projects?obj_uuids=00d91061-a0a2-4d33-a8d2-5615abfa970c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001579 10.0.0.38 - - [2024-10-17 02:39:34] "POST /neutron/port HTTP/1.1" 200 1017 0.196560 10.0.0.38 - - [2024-10-17 02:39:34] "POST /id-to-fqname HTTP/1.1" 200 220 0.001944 10.0.0.38 - - [2024-10-17 02:39:34] "POST /neutron/port HTTP/1.1" 200 1017 0.013241 10.0.0.38 - - [2024-10-17 02:39:34] "POST /neutron/port HTTP/1.1" 200 1017 0.015075 10.0.0.38 - - [2024-10-17 02:39:34] "POST /neutron/network HTTP/1.1" 200 994 0.010542 10.0.0.38 - - [2024-10-17 02:39:34] "POST /neutron/port HTTP/1.1" 200 1017 0.014855 10.0.0.38 - - [2024-10-17 02:39:34] "POST /neutron/port HTTP/1.1" 200 117 0.006377 10.0.0.38 - - [2024-10-17 02:39:34] "POST /neutron/port HTTP/1.1" 200 117 0.006356 10.0.0.38 - - [2024-10-17 02:39:34] "POST /id-to-fqname HTTP/1.1" 200 220 0.001955 10.0.0.38 - - [2024-10-17 02:39:34] "POST /neutron/port HTTP/1.1" 200 117 0.007481 10.0.0.38 - - [2024-10-17 02:39:35] "POST /neutron/port HTTP/1.1" 200 1017 0.009312 10.0.0.38 - - [2024-10-17 02:39:35] "POST /neutron/port HTTP/1.1" 200 1017 0.010623 10.0.0.38 - - [2024-10-17 02:39:35] "POST /neutron/network HTTP/1.1" 200 994 0.014147 10.0.0.38 - - [2024-10-17 02:39:35] "POST /neutron/port HTTP/1.1" 200 1017 0.009808 10.0.0.38 - - [2024-10-17 02:39:35] "POST /neutron/port HTTP/1.1" 200 1017 0.009168 10.0.0.38 - - [2024-10-17 02:39:35] "POST /neutron/port HTTP/1.1" 200 1017 0.010026 10.0.0.38 - - [2024-10-17 02:39:35] "POST /neutron/port HTTP/1.1" 200 117 0.007797 10.0.0.38 - - [2024-10-17 02:39:35] "POST /neutron/port HTTP/1.1" 200 117 0.006143 10.0.0.38 - - [2024-10-17 02:39:35] "POST /id-to-fqname HTTP/1.1" 200 220 0.001961 10.0.0.38 - - [2024-10-17 02:39:35] "POST /neutron/port HTTP/1.1" 200 117 0.007730 10.0.0.38 - - [2024-10-17 02:39:35] "POST /neutron/network HTTP/1.1" 200 1004 0.009313 10.0.0.38 - - [2024-10-17 02:39:35] "GET /aaa-mode HTTP/1.1" 401 292 0.000572 10.0.0.38 - - [2024-10-17 02:39:35] "GET / HTTP/1.1" 200 35931 0.002273 10.0.0.38 - - [2024-10-17 02:39:35] "GET /project/00d91061-a0a2-4d33-a8d2-5615abfa970c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000495 10.0.0.38 - - [2024-10-17 02:39:36] "POST /neutron/port HTTP/1.1" 200 1017 0.010059 10.0.0.38 - - [2024-10-17 02:39:36] "POST /neutron/network HTTP/1.1" 200 1004 0.008560 10.0.0.38 - - [2024-10-17 02:39:36] "POST /neutron/port HTTP/1.1" 200 1017 0.010822 10.0.0.38 - - [2024-10-17 02:39:36] "POST /neutron/port HTTP/1.1" 200 1017 0.011297 10.0.0.38 - - [2024-10-17 02:39:36] "POST /neutron/port HTTP/1.1" 200 1109 0.132917 10.0.0.38 - - [2024-10-17 02:39:36] "POST /neutron/port HTTP/1.1" 200 1017 0.015654 10.0.0.38 - - [2024-10-17 02:39:36] "POST /neutron/network HTTP/1.1" 200 1004 0.016678 10.0.0.38 - - [2024-10-17 02:39:36] "GET /projects?obj_uuids=00d91061-a0a2-4d33-a8d2-5615abfa970c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001411 10.0.0.38 - - [2024-10-17 02:39:36] "POST /neutron/port HTTP/1.1" 200 1017 0.014434 10.0.0.38 - - [2024-10-17 02:39:36] "POST /neutron/port HTTP/1.1" 200 1083 0.048824 10.0.0.38 - - [2024-10-17 02:39:36] "POST /neutron/port HTTP/1.1" 200 1017 0.011292 10.0.0.38 - - [2024-10-17 02:39:36] "GET /project/00d91061-a0a2-4d33-a8d2-5615abfa970c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.093673 10.0.0.38 - - [2024-10-17 02:39:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006519 10.0.0.38 - - [2024-10-17 02:39:36] "POST /neutron/network HTTP/1.1" 200 994 0.021850 10.0.0.38 - - [2024-10-17 02:39:36] "POST /neutron/subnet HTTP/1.1" 200 673 0.041567 10.0.0.38 - - [2024-10-17 02:39:36] "POST /neutron/port HTTP/1.1" 200 1109 0.122602 10.0.0.38 - - [2024-10-17 02:39:36] "POST /neutron/port HTTP/1.1" 200 117 0.001581 10.0.0.38 - - [2024-10-17 02:39:36] "POST /neutron/network HTTP/1.1" 200 994 0.009385 10.0.0.38 - - [2024-10-17 02:39:36] "POST /neutron/port HTTP/1.1" 200 1083 0.018703 10.0.0.38 - - [2024-10-17 02:39:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004622 10.0.0.38 - - [2024-10-17 02:39:36] "POST /neutron/subnet HTTP/1.1" 200 673 0.026971 10.0.0.38 - - [2024-10-17 02:39:36] "POST /neutron/port HTTP/1.1" 200 2050 0.058832 10.0.0.38 - - [2024-10-17 02:39:36] "POST /neutron/port HTTP/1.1" 200 117 0.001946 10.0.0.38 - - [2024-10-17 02:39:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007912 10.0.0.38 - - [2024-10-17 02:39:36] "POST /neutron/network HTTP/1.1" 200 994 0.010317 10.0.0.38 - - [2024-10-17 02:39:36] "POST /neutron/port HTTP/1.1" 200 117 0.006442 10.0.0.38 - - [2024-10-17 02:39:36] "GET /domains HTTP/1.1" 200 280 0.003447 10.0.0.38 - - [2024-10-17 02:39:36] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002021 10.0.0.38 - - [2024-10-17 02:39:36] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a HTTP/1.1" 200 2760 0.012004 10.0.0.38 - - [2024-10-17 02:39:36] "GET /projects?obj_uuids=00d91061-a0a2-4d33-a8d2-5615abfa970c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001555 10.0.0.38 - - [2024-10-17 02:39:36] "GET /project/00d91061-a0a2-4d33-a8d2-5615abfa970c HTTP/1.1" 200 2840 0.101378 10.0.0.38 - - [2024-10-17 02:39:36] "GET /network-ipam/3d15a698-8a51-458f-a7c7-186dd4bad15d HTTP/1.1" 200 2601 0.008011 10.0.0.38 - - [2024-10-17 02:39:36] "GET /domains HTTP/1.1" 200 280 0.003221 10.0.0.38 - - [2024-10-17 02:39:36] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002012 10.0.0.38 - - [2024-10-17 02:39:36] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a HTTP/1.1" 200 2760 0.012563 10.0.0.38 - - [2024-10-17 02:39:36] "GET /projects?obj_uuids=00d91061-a0a2-4d33-a8d2-5615abfa970c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001697 10.0.0.38 - - [2024-10-17 02:39:37] "GET /project/00d91061-a0a2-4d33-a8d2-5615abfa970c HTTP/1.1" 200 2840 0.098808 10.0.0.38 - - [2024-10-17 02:39:37] "GET /virtual-network/28d64d61-3205-4b3e-a266-02aa89e3b5b3 HTTP/1.1" 200 3779 0.011324 10.0.0.38 - - [2024-10-17 02:39:37] "GET /virtual-network/28d64d61-3205-4b3e-a266-02aa89e3b5b3 HTTP/1.1" 200 3779 0.010484 10.0.0.38 - - [2024-10-17 02:39:37] "GET /routing-instance/0065c964-d207-491e-8bb9-306836bee997 HTTP/1.1" 200 2378 0.005989 10.0.0.38 - - [2024-10-17 02:39:37] "GET /routing-instance/0065c964-d207-491e-8bb9-306836bee997 HTTP/1.1" 200 2378 0.006987 10.0.0.38 - - [2024-10-17 02:39:37] "GET /route-target/ade4f1ed-c576-4be7-b331-9008512b025e HTTP/1.1" 200 1205 0.008515 10.0.0.38 - - [2024-10-17 02:39:37] "GET /virtual-network/28d64d61-3205-4b3e-a266-02aa89e3b5b3 HTTP/1.1" 200 3779 0.010478 10.0.0.38 - - [2024-10-17 02:39:37] "GET /routing-instance/0065c964-d207-491e-8bb9-306836bee997 HTTP/1.1" 200 2378 0.006539 10.0.0.38 - - [2024-10-17 02:39:37] "GET /virtual-network/28d64d61-3205-4b3e-a266-02aa89e3b5b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.012651 10.0.0.38 - - [2024-10-17 02:39:37] "GET /virtual-network/28d64d61-3205-4b3e-a266-02aa89e3b5b3 HTTP/1.1" 200 3779 0.012674 10.0.0.38 - - [2024-10-17 02:39:37] "POST /neutron/network HTTP/1.1" 200 1004 0.019686 10.0.0.38 - - [2024-10-17 02:39:37] "GET /routing-instance/0065c964-d207-491e-8bb9-306836bee997 HTTP/1.1" 200 2378 0.005837 10.0.0.38 - - [2024-10-17 02:39:37] "GET /routing-instance/0065c964-d207-491e-8bb9-306836bee997 HTTP/1.1" 200 2378 0.015709 10.0.0.38 - - [2024-10-17 02:39:37] "GET /route-target/ade4f1ed-c576-4be7-b331-9008512b025e HTTP/1.1" 200 1205 0.012702 10.0.0.38 - - [2024-10-17 02:39:37] "GET /projects?obj_uuids=00d91061-a0a2-4d33-a8d2-5615abfa970c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001582 10.0.0.38 - - [2024-10-17 02:39:37] "GET /domains HTTP/1.1" 200 280 0.003303 10.0.0.38 - - [2024-10-17 02:39:37] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003029 10.0.0.38 - - [2024-10-17 02:39:37] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a HTTP/1.1" 200 2760 0.027213 10.0.0.38 - - [2024-10-17 02:39:37] "GET /projects?obj_uuids=00d91061-a0a2-4d33-a8d2-5615abfa970c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002691 10.0.0.38 - - [2024-10-17 02:39:37] "GET /project/00d91061-a0a2-4d33-a8d2-5615abfa970c HTTP/1.1" 200 3084 0.153393 10.0.0.38 - - [2024-10-17 02:39:37] "GET /virtual-network/28d64d61-3205-4b3e-a266-02aa89e3b5b3 HTTP/1.1" 200 4037 0.053423 10.0.0.38 - - [2024-10-17 02:39:37] "POST /neutron/port HTTP/1.1" 200 1055 0.441303 10.0.0.38 - - [2024-10-17 02:39:37] "POST /neutron/port HTTP/1.1" 200 1055 0.018976 10.0.0.38 - - [2024-10-17 02:39:37] "POST /neutron/port HTTP/1.1" 200 1055 0.017284 10.0.0.38 - - [2024-10-17 02:39:37] "POST /neutron/port HTTP/1.1" 200 1109 0.132648 10.0.0.38 - - [2024-10-17 02:39:38] "POST /neutron/port HTTP/1.1" 200 1083 0.040910 10.0.0.38 - - [2024-10-17 02:39:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004983 10.0.0.38 - - [2024-10-17 02:39:38] "POST /neutron/subnet HTTP/1.1" 200 673 0.031173 10.0.0.38 - - [2024-10-17 02:39:38] "GET /obj-perms HTTP/1.1" 200 5030 0.130874 10.0.0.38 - - [2024-10-17 02:39:38] "POST /neutron/port HTTP/1.1" 200 117 0.002114 10.0.0.38 - - [2024-10-17 02:39:38] "POST /neutron/network HTTP/1.1" 200 994 0.031882 10.0.0.38 - - [2024-10-17 02:39:38] "POST /neutron/port HTTP/1.1" 200 1083 0.037447 10.0.0.38 - - [2024-10-17 02:39:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010468 10.0.0.38 - - [2024-10-17 02:39:38] "POST /neutron/port HTTP/1.1" 200 1083 0.027350 10.0.0.38 - - [2024-10-17 02:39:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007626 10.0.0.38 - - [2024-10-17 02:39:38] "POST /neutron/port HTTP/1.1" 200 1083 0.021787 10.0.0.38 - - [2024-10-17 02:39:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008777 10.0.0.38 - - [2024-10-17 02:39:38] "GET /virtual-machine/4a51b0e3-c5a7-435e-af87-23d16bd43666 HTTP/1.1" 200 1288 0.009173 10.0.0.38 - - [2024-10-17 02:39:38] "GET /virtual-machine-interface/ad5727c6-684f-4a4b-9e91-f9786a8b4c0e HTTP/1.1" 200 2942 0.021766 10.0.0.38 - - [2024-10-17 02:39:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005806 10.0.0.38 - - [2024-10-17 02:39:38] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005028 10.0.0.38 - - [2024-10-17 02:39:38] "GET /virtual-networks?parent_id=00d91061-a0a2-4d33-a8d2-5615abfa970c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003846 10.0.0.38 - - [2024-10-17 02:39:38] "GET /virtual-network/28d64d61-3205-4b3e-a266-02aa89e3b5b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.010823 10.0.0.38 - - [2024-10-17 02:39:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.38 - - [2024-10-17 02:39:41] "GET /virtual-network/28d64d61-3205-4b3e-a266-02aa89e3b5b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.011469 10.0.0.38 - - [2024-10-17 02:39:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004682 10.0.0.38 - - [2024-10-17 02:39:46] "GET /virtual-network/28d64d61-3205-4b3e-a266-02aa89e3b5b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.013597 10.0.0.38 - - [2024-10-17 02:39:46] "POST /neutron/port HTTP/1.1" 200 1083 0.019207 10.0.0.38 - - [2024-10-17 02:39:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007677 10.0.0.38 - - [2024-10-17 02:39:46] "POST /neutron/port HTTP/1.1" 200 1083 0.020905 10.0.0.38 - - [2024-10-17 02:39:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007561 10.0.0.38 - - [2024-10-17 02:39:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004370 10.0.0.38 - - [2024-10-17 02:39:48] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.006956 10.0.0.38 - - [2024-10-17 02:39:48] "GET /virtual-networks?parent_id=00d91061-a0a2-4d33-a8d2-5615abfa970c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005068 10.0.0.38 - - [2024-10-17 02:39:48] "POST /neutron/port HTTP/1.1" 200 1083 0.053663 10.0.0.38 - - [2024-10-17 02:39:48] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012495 10.0.0.38 - - [2024-10-17 02:39:48] "GET /virtual-network/28d64d61-3205-4b3e-a266-02aa89e3b5b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.014397 10.0.0.38 - - [2024-10-17 02:39:48] "POST /neutron/port HTTP/1.1" 200 1083 0.021257 10.0.0.38 - - [2024-10-17 02:39:48] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009479 10.0.0.38 - - [2024-10-17 02:39:48] "POST /neutron/port HTTP/1.1" 200 1083 0.021580 10.0.0.38 - - [2024-10-17 02:39:48] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010088 10.0.0.38 - - [2024-10-17 02:39:48] "POST /neutron/port HTTP/1.1" 200 1083 0.024959 10.0.0.38 - - [2024-10-17 02:39:48] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008071 10.0.0.38 - - [2024-10-17 02:39:48] "GET /virtual-machine/62c1d39a-1ef8-4e0c-b7c7-7b81775cb41e HTTP/1.1" 200 1288 0.006745 10.0.0.38 - - [2024-10-17 02:39:48] "GET /virtual-machine-interface/6e7ed7c7-f825-4267-a630-6244e6524f82 HTTP/1.1" 200 2941 0.011022 10.0.0.38 - - [2024-10-17 02:39:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.38 - - [2024-10-17 02:39:48] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005945 10.0.0.38 - - [2024-10-17 02:39:48] "GET /virtual-networks?parent_id=00d91061-a0a2-4d33-a8d2-5615abfa970c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004052 10.0.0.38 - - [2024-10-17 02:39:49] "GET /virtual-network/28d64d61-3205-4b3e-a266-02aa89e3b5b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.013557 10.0.0.38 - - [2024-10-17 02:39:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.38 - - [2024-10-17 02:39:50] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004542 10.0.0.38 - - [2024-10-17 02:39:50] "GET /virtual-networks?parent_id=00d91061-a0a2-4d33-a8d2-5615abfa970c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003639 10.0.0.38 - - [2024-10-17 02:39:50] "GET /virtual-network/28d64d61-3205-4b3e-a266-02aa89e3b5b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.012043 10.0.0.38 - - [2024-10-17 02:39:50] "POST /neutron/port HTTP/1.1" 200 1083 0.031984 10.0.0.38 - - [2024-10-17 02:39:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010212 10.0.0.38 - - [2024-10-17 02:39:50] "POST /neutron/port HTTP/1.1" 200 1083 0.020043 10.0.0.38 - - [2024-10-17 02:39:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008189 10.0.0.38 - - [2024-10-17 02:39:50] "POST /neutron/port HTTP/1.1" 200 1083 0.017829 10.0.0.38 - - [2024-10-17 02:39:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008245 10.0.0.38 - - [2024-10-17 02:39:50] "GET /virtual-machine/cce085c7-1dae-4fa9-99ff-ba899ac74683 HTTP/1.1" 200 1293 0.006401 10.0.0.38 - - [2024-10-17 02:39:50] "GET /virtual-machine-interface/f8d21d46-32a7-47af-a287-1600003bcc26 HTTP/1.1" 200 2942 0.010144 10.0.0.38 - - [2024-10-17 02:39:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.38 - - [2024-10-17 02:39:50] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004662 10.0.0.38 - - [2024-10-17 02:39:50] "GET /virtual-networks?parent_id=00d91061-a0a2-4d33-a8d2-5615abfa970c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003832 10.0.0.38 - - [2024-10-17 02:39:50] "GET /virtual-network/28d64d61-3205-4b3e-a266-02aa89e3b5b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.010689 10.0.0.38 - - [2024-10-17 02:39:52] "DELETE /project/00d91061a0a24d33a8d25615abfa970c HTTP/1.1" 404 173 0.010936 10.0.0.38 - - [2024-10-17 02:39:52] "GET /projects?obj_uuids=98830f87-19d1-4bfe-8a70-87de728a0954&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001342 10.0.0.38 - - [2024-10-17 02:39:52] "GET /project/98830f87-19d1-4bfe-8a70-87de728a0954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.042587 10.0.0.38 - - [2024-10-17 02:39:52] "GET /projects?obj_uuids=98830f87-19d1-4bfe-8a70-87de728a0954&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001325 10.0.0.38 - - [2024-10-17 02:39:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005507 10.0.0.38 - - [2024-10-17 02:39:52] "GET /global-vrouter-config/2eefc2d7-8dde-4de4-995a-9ce886930902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004727 10.0.0.38 - - [2024-10-17 02:39:52] "GET /project/98830f87-19d1-4bfe-8a70-87de728a0954?fields=security_groups HTTP/1.1" 200 1366 0.048247 10.0.0.38 - - [2024-10-17 02:39:52] "GET /virtual-networks?parent_id=00d91061-a0a2-4d33-a8d2-5615abfa970c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003467 10.0.0.38 - - [2024-10-17 02:39:52] "GET /virtual-network/28d64d61-3205-4b3e-a266-02aa89e3b5b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.022631 10.0.0.38 - - [2024-10-17 02:39:52] "DELETE /security-group/cb52efcc-fa4f-4afa-88df-8408a8a2ad21 HTTP/1.1" 200 115 0.056127 10.0.0.38 - - [2024-10-17 02:39:52] "GET /projects?obj_uuids=98830f87-19d1-4bfe-8a70-87de728a0954&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001336 10.0.0.38 - - [2024-10-17 02:39:52] "DELETE /access-control-list/aaf23757-2fd7-47ea-b1ef-de371f08f133 HTTP/1.1" 200 115 0.039829 10.0.0.38 - - [2024-10-17 02:39:52] "GET /project/98830f87-19d1-4bfe-8a70-87de728a0954?fields=application_policy_sets HTTP/1.1" 200 1405 0.045170 10.0.0.38 - - [2024-10-17 02:39:52] "DELETE /access-control-list/fadac916-272a-4097-afbb-2ba8b4d07620 HTTP/1.1" 200 115 0.038212 10.0.0.38 - - [2024-10-17 02:39:52] "DELETE /project/98830f87-19d1-4bfe-8a70-87de728a0954 HTTP/1.1" 200 115 0.358697 10.0.0.38 - - [2024-10-17 02:40:01] "GET /obj-perms HTTP/1.1" 200 5056 0.063755 10.0.0.38 - - [2024-10-17 02:40:01] "GET /obj-perms HTTP/1.1" 200 5056 0.060890 10.0.0.38 - - [2024-10-17 02:40:05] "POST /neutron/port HTTP/1.1" 200 1083 0.023160 10.0.0.38 - - [2024-10-17 02:40:05] "POST /neutron/port HTTP/1.1" 200 1083 0.022203 10.0.0.38 - - [2024-10-17 02:40:05] "POST /neutron/network HTTP/1.1" 200 1004 0.010340 10.0.0.38 - - [2024-10-17 02:40:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004554 10.0.0.38 - - [2024-10-17 02:40:05] "POST /neutron/subnet HTTP/1.1" 200 673 0.018761 10.0.0.38 - - [2024-10-17 02:40:05] "POST /neutron/port HTTP/1.1" 200 117 0.001648 10.0.0.38 - - [2024-10-17 02:40:05] "POST /neutron/network HTTP/1.1" 200 994 0.008964 10.0.0.38 - - [2024-10-17 02:40:08] "POST /neutron/port HTTP/1.1" 200 1109 0.018847 10.0.0.38 - - [2024-10-17 02:40:08] "POST /neutron/port HTTP/1.1" 200 1109 0.012751 10.0.0.38 - - [2024-10-17 02:40:08] "POST /neutron/port HTTP/1.1" 200 151 0.229274 10.0.0.38 - - [2024-10-17 02:40:08] "POST /neutron/port HTTP/1.1" 200 1109 0.022825 10.0.0.38 - - [2024-10-17 02:40:08] "POST /neutron/port HTTP/1.1" 200 1083 0.039844 10.0.0.38 - - [2024-10-17 02:40:08] "POST /neutron/port HTTP/1.1" 200 1109 0.015751 10.0.0.38 - - [2024-10-17 02:40:08] "POST /neutron/port HTTP/1.1" 200 1109 0.013568 10.0.0.38 - - [2024-10-17 02:40:08] "POST /neutron/port HTTP/1.1" 200 117 0.009222 10.0.0.38 - - [2024-10-17 02:40:08] "POST /neutron/port HTTP/1.1" 400 205 0.007842 10.0.0.38 - - [2024-10-17 02:40:08] "POST /neutron/port HTTP/1.1" 200 151 0.222838 10.0.0.38 - - [2024-10-17 02:40:08] "POST /neutron/network HTTP/1.1" 200 994 0.022663 10.0.0.38 - - [2024-10-17 02:40:08] "POST /neutron/port HTTP/1.1" 200 151 0.215494 10.0.0.38 - - [2024-10-17 02:40:08] "POST /useragent-kv HTTP/1.1" 200 115 0.001824 10.0.0.38 - - [2024-10-17 02:40:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003133 10.0.0.38 - - [2024-10-17 02:40:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.012870 10.0.0.38 - - [2024-10-17 02:40:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002043 10.0.0.38 - - [2024-10-17 02:40:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002493 10.0.0.38 - - [2024-10-17 02:40:08] "POST /neutron/network HTTP/1.1" 200 151 0.139942 10.0.0.38 - - [2024-10-17 02:40:09] "DELETE /route-target/ade4f1ed-c576-4be7-b331-9008512b025e HTTP/1.1" 200 115 0.032083 10.0.0.38 - - [2024-10-17 02:40:09] "GET /routing-instance/0065c964-d207-491e-8bb9-306836bee997 HTTP/1.1" 404 171 0.007121 10.0.0.38 - - [2024-10-17 02:40:09] "GET /domains HTTP/1.1" 200 280 0.004384 10.0.0.38 - - [2024-10-17 02:40:09] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001631 10.0.0.38 - - [2024-10-17 02:40:09] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a HTTP/1.1" 200 2573 0.013256 10.0.0.38 - - [2024-10-17 02:40:09] "GET /projects?obj_uuids=00d91061-a0a2-4d33-a8d2-5615abfa970c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001877 10.0.0.38 - - [2024-10-17 02:40:09] "GET /project/00d91061-a0a2-4d33-a8d2-5615abfa970c HTTP/1.1" 200 2083 0.084997 10.0.0.38 - - [2024-10-17 02:40:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004375 10.0.0.38 - - [2024-10-17 02:40:09] "DELETE /network-ipam/3d15a698-8a51-458f-a7c7-186dd4bad15d HTTP/1.1" 200 115 0.027262 10.0.0.38 - - [2024-10-17 02:40:09] "POST /fqname-to-id HTTP/1.1" 404 211 0.004134 10.0.0.38 - - [2024-10-17 02:40:09] "GET /projects?obj_uuids=00d91061-a0a2-4d33-a8d2-5615abfa970c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001567 10.0.0.38 - - [2024-10-17 02:40:09] "GET /project/00d91061-a0a2-4d33-a8d2-5615abfa970c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.038821 10.0.0.38 - - [2024-10-17 02:40:09] "GET /projects?obj_uuids=00d91061-a0a2-4d33-a8d2-5615abfa970c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001952 10.0.0.38 - - [2024-10-17 02:40:09] "GET /project/00d91061-a0a2-4d33-a8d2-5615abfa970c?fields=virtual_networks HTTP/1.1" 200 1030 0.044086 10.0.0.38 - - [2024-10-17 02:40:09] "GET /projects?obj_uuids=00d91061-a0a2-4d33-a8d2-5615abfa970c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001711 10.0.0.38 - - [2024-10-17 02:40:09] "GET /project/00d91061-a0a2-4d33-a8d2-5615abfa970c?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.053383 10.0.0.38 - - [2024-10-17 02:40:09] "GET /projects?obj_uuids=00d91061-a0a2-4d33-a8d2-5615abfa970c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001601 10.0.0.38 - - [2024-10-17 02:40:09] "GET /project/00d91061-a0a2-4d33-a8d2-5615abfa970c?fields=security_groups HTTP/1.1" 200 1256 0.044474 10.0.0.38 - - [2024-10-17 02:40:13] "POST /neutron/port HTTP/1.1" 200 117 0.006518 10.0.0.38 - - [2024-10-17 02:40:13] "POST /neutron/port HTTP/1.1" 400 205 0.004145 10.0.0.38 - - [2024-10-17 02:40:19] "GET / HTTP/1.1" 200 35931 0.002789 10.0.0.38 - - [2024-10-17 02:40:20] "GET /project/6e5bb418-e5a9-440c-8df0-950126e76c0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000623 10.0.0.38 - - [2024-10-17 02:40:20] "GET /projects?obj_uuids=6e5bb418-e5a9-440c-8df0-950126e76c0e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001693 10.0.0.38 - - [2024-10-17 02:40:20] "GET /project/6e5bb418-e5a9-440c-8df0-950126e76c0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.072833 [Introspect:8084]10.0.0.38 - - [2024-10-17 02:40:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001388 10.0.0.38 - - [2024-10-17 02:40:21] "POST /fqname-to-id HTTP/1.1" 404 184 0.030359 10.0.0.38 - - [2024-10-17 02:40:21] "GET /projects?obj_uuids=593f3e5b-0ae8-4418-9b0f-6228f380d8a5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003401 10.0.0.38 - - [2024-10-17 02:40:21] "GET /domains?obj_uuids=4533b9d8-5df3-430d-a3c0-a6c02037285a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001530 10.0.0.38 - - [2024-10-17 02:40:21] "GET /domain/4533b9d8-5df3-430d-a3c0-a6c02037285a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.013792