++ 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:35:12 UTC 2024 ===================' INFO: =================== Thu Oct 17 02:35:12 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 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.43 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ 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.43 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.43 ++ ANALYTICSDB_NODES=10.0.0.43 ++ ANALYTICS_SNMP_NODES=10.0.0.43 ++ 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.43 +++ local server_address=10.0.0.43 +++ extended_server_list+='10.0.0.43:8081 ' +++ '[' -n '10.0.0.43:8081 ' ']' +++ echo 10.0.0.43:8081 ++ ANALYTICS_SERVERS=10.0.0.43: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.43 +++ local server_address=10.0.0.43 +++ extended_server_list+='10.0.0.43:9042 ' +++ '[' -n '10.0.0.43:9042 ' ']' +++ echo 10.0.0.43:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.43:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.43 ++ 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.43 +++ local server_address=10.0.0.43 +++ extended_server_list+='10.0.0.43:8086 ' +++ '[' -n '10.0.0.43:8086 ' ']' +++ echo 10.0.0.43:8086 ++ COLLECTOR_SERVERS=10.0.0.43: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.43 ++ CONFIGDB_NODES=10.0.0.43 ++ 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.43 +++ local server_address=10.0.0.43 +++ extended_server_list+='10.0.0.43:8082 ' +++ '[' -n '10.0.0.43:8082 ' ']' +++ echo 10.0.0.43:8082 ++ CONFIG_SERVERS=10.0.0.43: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.43 +++ local server_address=10.0.0.43 +++ extended_server_list+='10.0.0.43:9161 ' +++ '[' -n '10.0.0.43:9161 ' ']' +++ echo 10.0.0.43:9161 ++ CONFIGDB_SERVERS=10.0.0.43: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.43 +++ local server_address=10.0.0.43 +++ extended_server_list+='10.0.0.43:9041 ' +++ '[' -n '10.0.0.43:9041 ' ']' +++ echo 10.0.0.43:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.43:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.6 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.6 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.43 ++ 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.43 +++ local server_address=10.0.0.43 +++ extended_server_list+=10.0.0.43:2181, +++ '[' -n 10.0.0.43:2181, ']' +++ echo 10.0.0.43:2181 ++ ZOOKEEPER_SERVERS=10.0.0.43: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.43 +++ local server_address=10.0.0.43 +++ extended_server_list+='10.0.0.43:2181 ' +++ '[' -n '10.0.0.43:2181 ' ']' +++ echo 10.0.0.43:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.43:2181 ++ RABBITMQ_NODES=10.0.0.43 ++ 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.43 +++ local server_address=10.0.0.43 +++ extended_server_list+=10.0.0.43:5673, +++ '[' -n 10.0.0.43:5673, ']' +++ echo 10.0.0.43:5673 ++ RABBITMQ_SERVERS=10.0.0.43: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.43 +++ local server_address=10.0.0.43 +++ extended_server_list+='10.0.0.43:6379 ' +++ '[' -n '10.0.0.43:6379 ' ']' +++ echo 10.0.0.43:6379 ++ REDIS_SERVERS=10.0.0.43: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.43 ++ 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.43 +++ local server_address=10.0.0.43 +++ extended_server_list+='10.0.0.43:9092 ' +++ '[' -n '10.0.0.43:9092 ' ']' +++ echo 10.0.0.43:9092 ++ KAFKA_SERVERS=10.0.0.43: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.43 ++ 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.43 ++ 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.43 ++ 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.43 ++ cut -d , -f 1 + local cassandra=10.0.0.43 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.43 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.43 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.43 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ uniq ++++ sort +++ local local_ips=,10.0.0.43,10.20.0.6,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.43'\''))' +++ local server_ip=10.0.0.43 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.43 ]] +++ [[ ,10.0.0.43,10.20.0.6,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.43, ]] +++ echo 10.0.0.43 1 +++ return ++ local ip=10.0.0.43 ++ [[ -z 10.0.0.43 ]] ++ echo 10.0.0.43 + host_ip=10.0.0.43 + [[ cql == \c\q\l ]] ++ echo 10.0.0.43:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.43:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.43: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 ++ grep '^API__.*__.*=.*$' ++ set ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.6/site-packages/keystonemiddleware/auth_token/_memcache_crypt.py:42: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography. The next release of cryptography will remove support for Python 3.6. from cryptography.hazmat import backends as crypto_backends 10/17/2024 02:35:21.059 7f61cd42e2c8 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 10/17/2024 02:35:21.094 7f61cd42e2c8 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 10/17/2024 02:35:21.114 7f61cd42e2c8 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 10/17/2024 02:35:21.114 7f61cd42e2c8 [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.43:8082/ Hit Ctrl-C to quit. 10.0.0.43 - - [2024-10-17 02:35:24] "GET / HTTP/1.1" 200 45871 0.002023 10.0.0.43 - - [2024-10-17 02:35:24] "GET / HTTP/1.1" 200 45871 0.001467 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.43 - - [2024-10-17 02:35:24] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000704 10.0.0.43 - - [2024-10-17 02:35:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000365 10.0.0.43 - - [2024-10-17 02:35:25] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.723513 10.0.0.43 - - [2024-10-17 02:35:25] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003288 10.0.0.43 - - [2024-10-17 02:35:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.399274 10.0.0.43 - - [2024-10-17 02:35:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.43 - - [2024-10-17 02:35:25] "GET / HTTP/1.1" 200 35931 0.002156 /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.43 - - [2024-10-17 02:35:26] "GET / HTTP/1.1" 200 35931 0.001947 10.0.0.43 - - [2024-10-17 02:35:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000617 10.0.0.43 - - [2024-10-17 02:35:26] "GET / HTTP/1.1" 200 35931 0.002851 10.0.0.43 - - [2024-10-17 02:35:26] "GET / HTTP/1.1" 200 35931 0.001959 10.0.0.43 - - [2024-10-17 02:35:26] "GET / HTTP/1.1" 200 35931 0.002731 10.0.0.43 - - [2024-10-17 02:35:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000623 10.0.0.43 - - [2024-10-17 02:35:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.037466 10.0.0.43 - - [2024-10-17 02:35:26] "GET /global-system-config/446cf724-5c71-40f3-825b-00808ae4f729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.004206 10.0.0.43 - - [2024-10-17 02:35:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000590 10.0.0.43 - - [2024-10-17 02:35:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000487 10.0.0.43 - - [2024-10-17 02:35:26] "POST /fqname-to-id HTTP/1.1" 404 220 0.005842 10.0.0.43 - - [2024-10-17 02:35:26] "POST /config-nodes HTTP/1.1" 200 599 0.023005 10.0.0.43 - - [2024-10-17 02:35:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000573 10.0.0.43 - - [2024-10-17 02:35:27] "GET / HTTP/1.1" 200 35931 0.002193 10.0.0.43 - - [2024-10-17 02:35:27] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000530 10.0.0.43 - - [2024-10-17 02:35:28] "POST /fqname-to-id HTTP/1.1" 200 156 1.034210 10.0.0.43 - - [2024-10-17 02:35:28] "GET /global-system-config/446cf724-5c71-40f3-825b-00808ae4f729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.003726 10.0.0.43 - - [2024-10-17 02:35:28] "POST /fqname-to-id HTTP/1.1" 404 220 0.003831 10.0.0.43 - - [2024-10-17 02:35:28] "POST /config-database-nodes HTTP/1.1" 200 617 0.023981 10.0.0.43 - - [2024-10-17 02:35:28] "POST /fqname-to-id HTTP/1.1" 200 156 1.037215 10.0.0.43 - - [2024-10-17 02:35:28] "GET /network-ipam/edf76676-4f4d-4272-93e8-40d37a6a0d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.004170 10.0.0.43 - - [2024-10-17 02:35:28] "POST /fqname-to-id HTTP/1.1" 404 196 0.712197 10.0.0.43 - - [2024-10-17 02:35:28] "POST /fqname-to-id HTTP/1.1" 404 186 0.405843 10.0.0.43 - - [2024-10-17 02:35:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.43 - - [2024-10-17 02:35:28] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.080803 10.0.0.43 - - [2024-10-17 02:35:28] "POST /job-templates HTTP/1.1" 200 555 0.065039 10.0.0.43 - - [2024-10-17 02:35:28] "GET /global-system-config/446cf724-5c71-40f3-825b-00808ae4f729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.003748 10.0.0.43 - - [2024-10-17 02:35:28] "POST /fqname-to-id HTTP/1.1" 404 200 0.004027 10.0.0.43 - - [2024-10-17 02:35:28] "POST /service-appliance-sets HTTP/1.1" 200 553 0.022011 10.0.0.43 - - [2024-10-17 02:35:28] "POST /fqname-to-id HTTP/1.1" 404 180 0.003709 10.0.0.43 - - [2024-10-17 02:35:28] "POST /job-templates HTTP/1.1" 200 563 0.074760 10.0.0.43 - - [2024-10-17 02:35:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005749 10.0.0.43 - - [2024-10-17 02:35:28] "POST /fqname-to-id HTTP/1.1" 404 191 0.004371 10.0.0.43 - - [2024-10-17 02:35:28] "GET /global-system-config/446cf724-5c71-40f3-825b-00808ae4f729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.007027 10.0.0.43 - - [2024-10-17 02:35:28] "POST /job-templates HTTP/1.1" 200 545 0.070142 10.0.0.43 - - [2024-10-17 02:35:28] "POST /service-appliance-sets HTTP/1.1" 200 541 0.063912 10.0.0.43 - - [2024-10-17 02:35:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.003654 10.0.0.43 - - [2024-10-17 02:35:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.43 - - [2024-10-17 02:35:28] "GET /network-ipam/edf76676-4f4d-4272-93e8-40d37a6a0d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.004228 10.0.0.43 - - [2024-10-17 02:35:29] "POST /fqname-to-id HTTP/1.1" 404 225 0.004009 10.0.0.43 - - [2024-10-17 02:35:29] "POST /job-templates HTTP/1.1" 200 577 0.076403 10.0.0.43 - - [2024-10-17 02:35:29] "POST /access-control-lists HTTP/1.1" 200 587 0.029500 10.0.0.43 - - [2024-10-17 02:35:29] "POST /fqname-to-id HTTP/1.1" 404 208 0.004382 10.0.0.43 - - [2024-10-17 02:35:29] "POST /service-templates HTTP/1.1" 200 511 0.026330 10.0.0.43 - - [2024-10-17 02:35:29] "POST /fqname-to-id HTTP/1.1" 404 224 0.003040 10.0.0.43 - - [2024-10-17 02:35:29] "POST /service-templates HTTP/1.1" 200 501 0.024687 10.0.0.43 - - [2024-10-17 02:35:29] "POST /job-templates HTTP/1.1" 200 579 0.079022 10.0.0.43 - - [2024-10-17 02:35:29] "POST /service-templates HTTP/1.1" 200 515 0.029797 10.0.0.43 - - [2024-10-17 02:35:29] "POST /access-control-lists HTTP/1.1" 200 585 0.066702 10.0.0.43 - - [2024-10-17 02:35:29] "POST /fqname-to-id HTTP/1.1" 404 210 0.003880 10.0.0.43 - - [2024-10-17 02:35:29] "POST /service-templates HTTP/1.1" 200 535 0.023327 10.0.0.43 - - [2024-10-17 02:35:29] "POST /route-targets HTTP/1.1" 200 327 0.012311 10.0.0.43 - - [2024-10-17 02:35:29] "POST /job-templates HTTP/1.1" 200 583 0.072955 10.0.0.43 - - [2024-10-17 02:35:29] "POST /ref-update HTTP/1.1" 200 156 0.025694 10.0.0.43 - - [2024-10-17 02:35:29] "POST /service-templates HTTP/1.1" 200 507 0.052365 10.0.0.43 - - [2024-10-17 02:35:29] "POST /fqname-to-id HTTP/1.1" 404 198 0.006770 10.0.0.43 - - [2024-10-17 02:35:29] "POST /route-targets HTTP/1.1" 200 327 0.020995 10.0.0.43 - - [2024-10-17 02:35:29] "POST /job-templates HTTP/1.1" 200 559 0.079274 10.0.0.43 - - [2024-10-17 02:35:29] "POST /ref-update HTTP/1.1" 200 156 0.043976 10.0.0.43 - - [2024-10-17 02:35:29] "POST /fqname-to-id HTTP/1.1" 404 203 0.005738 10.0.0.43 - - [2024-10-17 02:35:29] "POST /route-targets HTTP/1.1" 200 327 0.011563 10.0.0.43 - - [2024-10-17 02:35:29] "POST /job-templates HTTP/1.1" 200 569 0.081846 10.0.0.43 - - [2024-10-17 02:35:29] "POST /ref-update HTTP/1.1" 200 156 0.058707 10.0.0.43 - - [2024-10-17 02:35:29] "POST /fqname-to-id HTTP/1.1" 404 196 0.003471 10.0.0.43 - - [2024-10-17 02:35:29] "POST /route-targets HTTP/1.1" 200 327 0.012228 10.0.0.43 - - [2024-10-17 02:35:29] "POST /job-templates HTTP/1.1" 200 555 0.067366 10.0.0.43 - - [2024-10-17 02:35:29] "POST /ref-update HTTP/1.1" 200 156 0.051322 10.0.0.43 - - [2024-10-17 02:35:29] "POST /fqname-to-id HTTP/1.1" 404 196 0.004191 10.0.0.43 - - [2024-10-17 02:35:29] "POST /fqname-to-id HTTP/1.1" 404 201 0.003256 10.0.0.43 - - [2024-10-17 02:35:30] "POST /job-templates HTTP/1.1" 200 555 0.066555 10.0.0.43 - - [2024-10-17 02:35:30] "POST /fqname-to-id HTTP/1.1" 404 196 0.003794 10.0.0.43 - - [2024-10-17 02:35:30] "POST /access-control-lists HTTP/1.1" 200 551 0.092458 10.0.0.43 - - [2024-10-17 02:35:30] "PUT /access-control-list/aa93b32a-2ca1-460f-8a7d-e9ba5d4d6e5d HTTP/1.1" 200 272 0.013923 10.0.0.43 - - [2024-10-17 02:35:30] "POST /job-templates HTTP/1.1" 200 555 0.075496 10.0.0.43 - - [2024-10-17 02:35:30] "PUT /access-control-list/571588a6-75a2-42c4-bc8a-0525f27a45fe HTTP/1.1" 200 272 0.020262 10.0.0.43 - - [2024-10-17 02:35:30] "POST /fqname-to-id HTTP/1.1" 404 186 0.003754 10.0.0.43 - - [2024-10-17 02:35:30] "POST /job-templates HTTP/1.1" 200 535 0.064730 10.0.0.43 - - [2024-10-17 02:35:30] "POST /fqname-to-id HTTP/1.1" 404 198 0.003696 10.0.0.43 - - [2024-10-17 02:35:30] "POST /job-templates HTTP/1.1" 200 559 0.065568 10.0.0.43 - - [2024-10-17 02:35:30] "POST /fqname-to-id HTTP/1.1" 404 198 0.004542 10.0.0.43 - - [2024-10-17 02:35:30] "POST /job-templates HTTP/1.1" 200 559 0.064342 10.0.0.43 - - [2024-10-17 02:35:30] "POST /fqname-to-id HTTP/1.1" 404 198 0.003785 10.0.0.43 - - [2024-10-17 02:35:30] "POST /job-templates HTTP/1.1" 200 559 0.064993 10.0.0.43 - - [2024-10-17 02:35:30] "POST /fqname-to-id HTTP/1.1" 404 201 0.004048 10.0.0.43 - - [2024-10-17 02:35:31] "POST /job-templates HTTP/1.1" 200 565 0.065992 10.0.0.43 - - [2024-10-17 02:35:31] "POST /fqname-to-id HTTP/1.1" 404 197 0.003705 10.0.0.43 - - [2024-10-17 02:35:31] "POST /job-templates HTTP/1.1" 200 557 0.066060 10.0.0.43 - - [2024-10-17 02:35:31] "POST /fqname-to-id HTTP/1.1" 404 196 0.004116 10.0.0.43 - - [2024-10-17 02:35:31] "POST /job-templates HTTP/1.1" 200 555 0.066132 10.0.0.43 - - [2024-10-17 02:35:31] "POST /fqname-to-id HTTP/1.1" 404 205 0.004172 10.0.0.43 - - [2024-10-17 02:35:31] "POST /job-templates HTTP/1.1" 200 573 0.066845 10.0.0.43 - - [2024-10-17 02:35:31] "POST /fqname-to-id HTTP/1.1" 404 194 0.003809 10.0.0.43 - - [2024-10-17 02:35:31] "POST /job-templates HTTP/1.1" 200 551 0.064706 10.0.0.43 - - [2024-10-17 02:35:31] "POST /fqname-to-id HTTP/1.1" 404 208 0.003672 10.0.0.43 - - [2024-10-17 02:35:31] "POST /job-templates HTTP/1.1" 200 579 0.064217 10.0.0.43 - - [2024-10-17 02:35:31] "POST /fqname-to-id HTTP/1.1" 404 196 0.003564 10.0.0.43 - - [2024-10-17 02:35:32] "POST /job-templates HTTP/1.1" 200 555 0.065330 10.0.0.43 - - [2024-10-17 02:35:32] "POST /fqname-to-id HTTP/1.1" 404 198 0.004255 10.0.0.43 - - [2024-10-17 02:35:32] "POST /job-templates HTTP/1.1" 200 559 0.065023 10.0.0.43 - - [2024-10-17 02:35:32] "POST /fqname-to-id HTTP/1.1" 404 206 0.003693 10.0.0.43 - - [2024-10-17 02:35:32] "POST /job-templates HTTP/1.1" 200 575 0.065813 10.0.0.43 - - [2024-10-17 02:35:32] "POST /fqname-to-id HTTP/1.1" 404 197 0.003922 10.0.0.43 - - [2024-10-17 02:35:32] "POST /job-templates HTTP/1.1" 200 557 0.065593 10.0.0.43 - - [2024-10-17 02:35:32] "POST /fqname-to-id HTTP/1.1" 404 198 0.004680 10.0.0.43 - - [2024-10-17 02:35:32] "POST /job-templates HTTP/1.1" 200 559 0.064482 10.0.0.43 - - [2024-10-17 02:35:32] "POST /fqname-to-id HTTP/1.1" 404 196 0.003836 10.0.0.43 - - [2024-10-17 02:35:32] "POST /job-templates HTTP/1.1" 200 555 0.066146 10.0.0.43 - - [2024-10-17 02:35:32] "POST /fqname-to-id HTTP/1.1" 404 195 0.004043 10.0.0.43 - - [2024-10-17 02:35:32] "POST /job-templates HTTP/1.1" 200 553 0.072649 10.0.0.43 - - [2024-10-17 02:35:33] "POST /fqname-to-id HTTP/1.1" 404 195 0.004369 10.0.0.43 - - [2024-10-17 02:35:33] "POST /job-templates HTTP/1.1" 200 553 0.069975 10.0.0.43 - - [2024-10-17 02:35:33] "POST /fqname-to-id HTTP/1.1" 404 195 0.004552 10.0.0.43 - - [2024-10-17 02:35:33] "POST /job-templates HTTP/1.1" 200 553 0.085139 10.0.0.43 - - [2024-10-17 02:35:33] "POST /fqname-to-id HTTP/1.1" 404 200 0.004727 10.0.0.43 - - [2024-10-17 02:35:33] "POST /job-templates HTTP/1.1" 200 563 0.064553 10.0.0.43 - - [2024-10-17 02:35:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006953 10.0.0.43 - - [2024-10-17 02:35:33] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1161 0.004409 10.0.0.43 - - [2024-10-17 02:35:33] "POST /fqname-to-id HTTP/1.1" 404 201 0.003274 10.0.0.43 - - [2024-10-17 02:35:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.43 - - [2024-10-17 02:35:33] "POST /job-templates HTTP/1.1" 200 565 0.065368 10.0.0.43 - - [2024-10-17 02:35:33] "PUT /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f HTTP/1.1" 200 276 0.054558 10.0.0.43 - - [2024-10-17 02:35:33] "POST /fqname-to-id HTTP/1.1" 404 189 0.003658 10.0.0.43 - - [2024-10-17 02:35:33] "POST /config-propertiess HTTP/1.1" 200 551 0.020920 10.0.0.43 - - [2024-10-17 02:35:33] "POST /fqname-to-id HTTP/1.1" 404 168 0.003734 10.0.0.43 - - [2024-10-17 02:35:33] "POST /tags HTTP/1.1" 200 321 0.039248 10.0.0.43 - - [2024-10-17 02:35:33] "POST /fqname-to-id HTTP/1.1" 404 166 0.003665 10.0.0.43 - - [2024-10-17 02:35:34] "POST /tags HTTP/1.1" 200 317 0.030516 10.0.0.43 - - [2024-10-17 02:35:34] "GET / HTTP/1.1" 200 35931 0.002465 10.0.0.43 - - [2024-10-17 02:35:34] "POST /alarms HTTP/1.1" 401 292 0.000589 10.0.0.43 - - [2024-10-17 02:35:34] "POST /fqname-to-id HTTP/1.1" 404 174 0.004073 10.0.0.43 - - [2024-10-17 02:35:34] "POST /tags HTTP/1.1" 200 333 0.031861 10.0.0.43 - - [2024-10-17 02:35:34] "POST /fqname-to-id HTTP/1.1" 404 162 0.004560 10.0.0.43 - - [2024-10-17 02:35:34] "POST /tags HTTP/1.1" 200 309 0.026115 10.0.0.43 - - [2024-10-17 02:35:34] "POST /fqname-to-id HTTP/1.1" 404 174 0.003550 10.0.0.43 - - [2024-10-17 02:35:34] "POST /tags HTTP/1.1" 200 333 0.031149 10.0.0.43 - - [2024-10-17 02:35:34] "POST /fqname-to-id HTTP/1.1" 404 164 0.005069 10.0.0.43 - - [2024-10-17 02:35:34] "POST /alarms HTTP/1.1" 200 581 0.056704 10.0.0.43 - - [2024-10-17 02:35:34] "POST /alarms HTTP/1.1" 200 575 0.028039 10.0.0.43 - - [2024-10-17 02:35:34] "POST /tags HTTP/1.1" 200 313 0.038452 10.0.0.43 - - [2024-10-17 02:35:34] "POST /fqname-to-id HTTP/1.1" 404 169 0.003561 10.0.0.43 - - [2024-10-17 02:35:34] "POST /alarms HTTP/1.1" 200 575 0.027549 10.0.0.43 - - [2024-10-17 02:35:34] "POST /tags HTTP/1.1" 200 323 0.040396 10.0.0.43 - - [2024-10-17 02:35:34] "POST /alarms HTTP/1.1" 200 559 0.021917 10.0.0.43 - - [2024-10-17 02:35:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.43 - - [2024-10-17 02:35:34] "POST /alarms HTTP/1.1" 200 555 0.023603 10.0.0.43 - - [2024-10-17 02:35:34] "PUT /global-system-config/446cf724-5c71-40f3-825b-00808ae4f729 HTTP/1.1" 200 274 0.016102 10.0.0.43 - - [2024-10-17 02:35:34] "POST /alarms HTTP/1.1" 200 557 0.022991 10.0.0.43 - - [2024-10-17 02:35:34] "POST /fqname-to-id HTTP/1.1" 404 166 0.003413 10.0.0.43 - - [2024-10-17 02:35:34] "POST /alarms HTTP/1.1" 200 565 0.026009 10.0.0.43 - - [2024-10-17 02:35:34] "POST /hardwares HTTP/1.1" 200 327 0.014410 10.0.0.43 - - [2024-10-17 02:35:34] "POST /fqname-to-id HTTP/1.1" 404 166 0.003433 10.0.0.43 - - [2024-10-17 02:35:34] "POST /alarms HTTP/1.1" 200 549 0.025055 10.0.0.43 - - [2024-10-17 02:35:35] "POST /hardwares HTTP/1.1" 200 327 0.012728 10.0.0.43 - - [2024-10-17 02:35:35] "POST /alarms HTTP/1.1" 200 557 0.020140 10.0.0.43 - - [2024-10-17 02:35:35] "POST /fqname-to-id HTTP/1.1" 404 166 0.003978 10.0.0.43 - - [2024-10-17 02:35:35] "POST /alarms HTTP/1.1" 200 567 0.021002 10.0.0.43 - - [2024-10-17 02:35:35] "POST /hardwares HTTP/1.1" 200 327 0.012605 10.0.0.43 - - [2024-10-17 02:35:35] "POST /fqname-to-id HTTP/1.1" 404 166 0.002840 10.0.0.43 - - [2024-10-17 02:35:35] "POST /alarms HTTP/1.1" 200 555 0.023169 10.0.0.43 - - [2024-10-17 02:35:35] "POST /hardwares HTTP/1.1" 200 327 0.027548 10.0.0.43 - - [2024-10-17 02:35:35] "POST /alarms HTTP/1.1" 200 567 0.037420 10.0.0.43 - - [2024-10-17 02:35:35] "POST /fqname-to-id HTTP/1.1" 404 164 0.003893 10.0.0.43 - - [2024-10-17 02:35:35] "POST /alarms HTTP/1.1" 200 575 0.066269 10.0.0.43 - - [2024-10-17 02:35:35] "POST /hardwares HTTP/1.1" 200 323 0.041605 10.0.0.43 - - [2024-10-17 02:35:35] "POST /fqname-to-id HTTP/1.1" 404 164 0.003154 10.0.0.43 - - [2024-10-17 02:35:35] "POST /alarms HTTP/1.1" 200 569 0.023301 10.0.0.43 - - [2024-10-17 02:35:35] "POST /hardwares HTTP/1.1" 200 323 0.013995 10.0.0.43 - - [2024-10-17 02:35:35] "POST /alarms HTTP/1.1" 200 561 0.027374 10.0.0.43 - - [2024-10-17 02:35:35] "POST /fqname-to-id HTTP/1.1" 404 161 0.004156 10.0.0.43 - - [2024-10-17 02:35:35] "POST /alarms HTTP/1.1" 200 561 0.025622 10.0.0.43 - - [2024-10-17 02:35:35] "POST /hardwares HTTP/1.1" 200 317 0.019721 10.0.0.43 - - [2024-10-17 02:35:35] "POST /fqname-to-id HTTP/1.1" 404 164 0.003592 10.0.0.43 - - [2024-10-17 02:35:35] "POST /alarms HTTP/1.1" 200 561 0.021730 10.0.0.43 - - [2024-10-17 02:35:35] "POST /hardwares HTTP/1.1" 200 323 0.017673 10.0.0.43 - - [2024-10-17 02:35:35] "POST /alarms HTTP/1.1" 200 547 0.023803 10.0.0.43 - - [2024-10-17 02:35:35] "POST /fqname-to-id HTTP/1.1" 404 164 0.003534 10.0.0.43 - - [2024-10-17 02:35:35] "POST /alarms HTTP/1.1" 200 595 0.018909 10.0.0.43 - - [2024-10-17 02:35:35] "POST /hardwares HTTP/1.1" 200 323 0.013149 10.0.0.43 - - [2024-10-17 02:35:35] "POST /alarms HTTP/1.1" 200 575 0.019770 10.0.0.43 - - [2024-10-17 02:35:35] "POST /fqname-to-id HTTP/1.1" 404 164 0.004537 10.0.0.43 - - [2024-10-17 02:35:35] "POST /alarms HTTP/1.1" 200 571 0.023242 10.0.0.43 - - [2024-10-17 02:35:35] "POST /hardwares HTTP/1.1" 200 323 0.015170 10.0.0.43 - - [2024-10-17 02:35:35] "POST /alarms HTTP/1.1" 200 583 0.020281 10.0.0.43 - - [2024-10-17 02:35:36] "POST /fqname-to-id HTTP/1.1" 404 165 0.003146 10.0.0.43 - - [2024-10-17 02:35:36] "POST /hardwares HTTP/1.1" 200 325 0.014312 10.0.0.43 - - [2024-10-17 02:35:36] "POST /alarms HTTP/1.1" 200 609 0.026190 10.0.0.43 - - [2024-10-17 02:35:36] "POST /fqname-to-id HTTP/1.1" 404 165 0.003661 10.0.0.43 - - [2024-10-17 02:35:36] "POST /hardwares HTTP/1.1" 200 325 0.013200 10.0.0.43 - - [2024-10-17 02:35:36] "POST /fqname-to-id HTTP/1.1" 404 165 0.004620 10.0.0.43 - - [2024-10-17 02:35:36] "POST /hardwares HTTP/1.1" 200 325 0.011987 10.0.0.43 - - [2024-10-17 02:35:36] "POST /fqname-to-id HTTP/1.1" 404 165 0.004009 10.0.0.43 - - [2024-10-17 02:35:36] "POST /hardwares HTTP/1.1" 200 325 0.016774 10.0.0.43 - - [2024-10-17 02:35:36] "POST /fqname-to-id HTTP/1.1" 404 164 0.003930 10.0.0.43 - - [2024-10-17 02:35:36] "POST /hardwares HTTP/1.1" 200 323 0.015241 10.0.0.43 - - [2024-10-17 02:35:36] "GET / HTTP/1.1" 200 35931 0.002254 10.0.0.43 - - [2024-10-17 02:35:36] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000584 10.0.0.43 - - [2024-10-17 02:35:36] "POST /fqname-to-id HTTP/1.1" 404 161 0.005660 10.0.0.43 - - [2024-10-17 02:35:36] "POST /hardwares HTTP/1.1" 200 317 0.014445 10.0.0.43 - - [2024-10-17 02:35:36] "POST /fqname-to-id HTTP/1.1" 404 164 0.003781 10.0.0.43 - - [2024-10-17 02:35:36] "POST /hardwares HTTP/1.1" 200 323 0.012410 10.0.0.43 - - [2024-10-17 02:35:36] "POST /fqname-to-id HTTP/1.1" 404 161 0.004236 10.0.0.43 - - [2024-10-17 02:35:36] "POST /hardwares HTTP/1.1" 200 317 0.012298 10.0.0.43 - - [2024-10-17 02:35:36] "POST /fqname-to-id HTTP/1.1" 404 164 0.004063 10.0.0.43 - - [2024-10-17 02:35:36] "POST /hardwares HTTP/1.1" 200 323 0.013982 10.0.0.43 - - [2024-10-17 02:35:36] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.032810 10.0.0.43 - - [2024-10-17 02:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004768 10.0.0.43 - - [2024-10-17 02:35:36] "POST /fqname-to-id HTTP/1.1" 404 162 0.003498 10.0.0.43 - - [2024-10-17 02:35:37] "PUT /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f HTTP/1.1" 200 276 0.010050 10.0.0.43 - - [2024-10-17 02:35:37] "POST /hardwares HTTP/1.1" 200 319 0.012600 10.0.0.43 - - [2024-10-17 02:35:37] "POST /fqname-to-id HTTP/1.1" 404 162 0.004057 10.0.0.43 - - [2024-10-17 02:35:37] "POST /hardwares HTTP/1.1" 200 319 0.019067 10.0.0.43 - - [2024-10-17 02:35:37] "POST /fqname-to-id HTTP/1.1" 404 165 0.003778 10.0.0.43 - - [2024-10-17 02:35:37] "POST /hardwares HTTP/1.1" 200 325 0.013484 10.0.0.43 - - [2024-10-17 02:35:37] "POST /fqname-to-id HTTP/1.1" 404 161 0.003686 10.0.0.43 - - [2024-10-17 02:35:37] "POST /hardwares HTTP/1.1" 200 317 0.013506 10.0.0.43 - - [2024-10-17 02:35:37] "GET / HTTP/1.1" 200 35931 0.002377 10.0.0.43 - - [2024-10-17 02:35:37] "POST /fqname-to-id HTTP/1.1" 404 161 0.003364 10.0.0.43 - - [2024-10-17 02:35:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000479 10.0.0.43 - - [2024-10-17 02:35:37] "POST /hardwares HTTP/1.1" 200 317 0.012143 10.0.0.43 - - [2024-10-17 02:35:37] "POST /fqname-to-id HTTP/1.1" 404 162 0.004193 10.0.0.43 - - [2024-10-17 02:35:37] "POST /hardwares HTTP/1.1" 200 319 0.020182 10.0.0.43 - - [2024-10-17 02:35:37] "POST /fqname-to-id HTTP/1.1" 404 162 0.004184 10.0.0.43 - - [2024-10-17 02:35:37] "POST /hardwares HTTP/1.1" 200 319 0.014258 10.0.0.43 - - [2024-10-17 02:35:37] "POST /fqname-to-id HTTP/1.1" 404 162 0.003908 10.0.0.43 - - [2024-10-17 02:35:37] "POST /hardwares HTTP/1.1" 200 319 0.017927 10.0.0.43 - - [2024-10-17 02:35:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.036099 10.0.0.43 - - [2024-10-17 02:35:37] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004055 10.0.0.43 - - [2024-10-17 02:35:37] "POST /fqname-to-id HTTP/1.1" 404 158 0.003581 10.0.0.43 - - [2024-10-17 02:35:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004514 10.0.0.43 - - [2024-10-17 02:35:37] "POST /hardwares HTTP/1.1" 200 311 0.013074 10.0.0.43 - - [2024-10-17 02:35:37] "PUT /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f HTTP/1.1" 200 276 0.009900 10.0.0.43 - - [2024-10-17 02:35:37] "POST /fqname-to-id HTTP/1.1" 404 158 0.003865 10.0.0.43 - - [2024-10-17 02:35:38] "POST /hardwares HTTP/1.1" 200 311 0.013225 10.0.0.43 - - [2024-10-17 02:35:38] "POST /fqname-to-id HTTP/1.1" 404 160 0.005954 10.0.0.43 - - [2024-10-17 02:35:38] "POST /hardwares HTTP/1.1" 200 315 0.017294 10.0.0.43 - - [2024-10-17 02:35:38] "POST /fqname-to-id HTTP/1.1" 404 154 0.004627 10.0.0.43 - - [2024-10-17 02:35:38] "POST /hardwares HTTP/1.1" 200 303 0.015226 10.0.0.43 - - [2024-10-17 02:35:38] "POST /fqname-to-id HTTP/1.1" 404 158 0.004656 10.0.0.43 - - [2024-10-17 02:35:38] "POST /hardwares HTTP/1.1" 200 311 0.041211 10.0.0.43 - - [2024-10-17 02:35:38] "GET / HTTP/1.1" 200 35931 0.003557 10.0.0.43 - - [2024-10-17 02:35:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000870 10.0.0.43 - - [2024-10-17 02:35:38] "POST /fqname-to-id HTTP/1.1" 404 155 0.003806 10.0.0.43 - - [2024-10-17 02:35:38] "POST /hardwares HTTP/1.1" 200 305 0.110420 10.0.0.43 - - [2024-10-17 02:35:38] "POST /fqname-to-id HTTP/1.1" 404 155 0.003802 10.0.0.43 - - [2024-10-17 02:35:38] "POST /hardwares HTTP/1.1" 200 305 0.042936 10.0.0.43 - - [2024-10-17 02:35:38] "POST /fqname-to-id HTTP/1.1" 404 155 0.003973 10.0.0.43 - - [2024-10-17 02:35:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.035779 10.0.0.43 - - [2024-10-17 02:35:38] "GET /global-system-config/446cf724-5c71-40f3-825b-00808ae4f729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2340 0.004424 10.0.0.43 - - [2024-10-17 02:35:38] "POST /hardwares HTTP/1.1" 200 305 0.014373 10.0.0.43 - - [2024-10-17 02:35:38] "POST /fqname-to-id HTTP/1.1" 404 155 0.004785 10.0.0.43 - - [2024-10-17 02:35:38] "PUT /global-system-config/446cf724-5c71-40f3-825b-00808ae4f729 HTTP/1.1" 200 274 0.023365 10.0.0.43 - - [2024-10-17 02:35:38] "POST /hardwares HTTP/1.1" 200 305 0.013155 10.0.0.43 - - [2024-10-17 02:35:39] "POST /fqname-to-id HTTP/1.1" 404 156 0.003737 10.0.0.43 - - [2024-10-17 02:35:39] "POST /hardwares HTTP/1.1" 200 307 0.013632 10.0.0.43 - - [2024-10-17 02:35:39] "POST /fqname-to-id HTTP/1.1" 404 156 0.003608 10.0.0.43 - - [2024-10-17 02:35:39] "POST /hardwares HTTP/1.1" 200 307 0.014156 10.0.0.43 - - [2024-10-17 02:35:39] "POST /fqname-to-id HTTP/1.1" 404 156 0.003801 10.0.0.43 - - [2024-10-17 02:35:39] "POST /hardwares HTTP/1.1" 200 307 0.013957 10.0.0.43 - - [2024-10-17 02:35:39] "POST /fqname-to-id HTTP/1.1" 404 157 0.005080 10.0.0.43 - - [2024-10-17 02:35:39] "POST /hardwares HTTP/1.1" 200 309 0.013386 10.0.0.43 - - [2024-10-17 02:35:39] "POST /fqname-to-id HTTP/1.1" 404 158 0.003953 10.0.0.43 - - [2024-10-17 02:35:39] "POST /hardwares HTTP/1.1" 200 311 0.015234 10.0.0.43 - - [2024-10-17 02:35:39] "POST /fqname-to-id HTTP/1.1" 404 158 0.004515 10.0.0.43 - - [2024-10-17 02:35:39] "POST /hardwares HTTP/1.1" 200 311 0.012384 10.0.0.43 - - [2024-10-17 02:35:39] "POST /fqname-to-id HTTP/1.1" 404 153 0.003719 10.0.0.43 - - [2024-10-17 02:35:39] "POST /hardwares HTTP/1.1" 200 301 0.015167 10.0.0.43 - - [2024-10-17 02:35:39] "POST /fqname-to-id HTTP/1.1" 404 157 0.003631 10.0.0.43 - - [2024-10-17 02:35:39] "POST /hardwares HTTP/1.1" 200 309 0.057994 10.0.0.43 - - [2024-10-17 02:35:39] "POST /fqname-to-id HTTP/1.1" 404 157 0.003837 10.0.0.43 - - [2024-10-17 02:35:40] "POST /hardwares HTTP/1.1" 200 309 0.015264 10.0.0.43 - - [2024-10-17 02:35:40] "POST /fqname-to-id HTTP/1.1" 404 157 0.003851 10.0.0.43 - - [2024-10-17 02:35:40] "POST /hardwares HTTP/1.1" 200 309 0.016634 10.0.0.43 - - [2024-10-17 02:35:40] "POST /fqname-to-id HTTP/1.1" 404 157 0.003760 10.0.0.43 - - [2024-10-17 02:35:40] "POST /hardwares HTTP/1.1" 200 309 0.015814 10.0.0.43 - - [2024-10-17 02:35:40] "POST /fqname-to-id HTTP/1.1" 404 157 0.004216 10.0.0.43 - - [2024-10-17 02:35:40] "POST /hardwares HTTP/1.1" 200 309 0.015512 10.0.0.43 - - [2024-10-17 02:35:40] "POST /fqname-to-id HTTP/1.1" 404 161 0.003836 10.0.0.43 - - [2024-10-17 02:35:40] "POST /hardwares HTTP/1.1" 200 317 0.012994 10.0.0.43 - - [2024-10-17 02:35:40] "POST /fqname-to-id HTTP/1.1" 404 157 0.004111 10.0.0.43 - - [2024-10-17 02:35:40] "POST /hardwares HTTP/1.1" 200 309 0.012807 10.0.0.43 - - [2024-10-17 02:35:40] "POST /fqname-to-id HTTP/1.1" 404 157 0.003526 10.0.0.43 - - [2024-10-17 02:35:40] "POST /hardwares HTTP/1.1" 200 309 0.012777 10.0.0.43 - - [2024-10-17 02:35:40] "POST /fqname-to-id HTTP/1.1" 404 154 0.004221 10.0.0.43 - - [2024-10-17 02:35:40] "POST /hardwares HTTP/1.1" 200 303 0.012691 10.0.0.43 - - [2024-10-17 02:35:40] "POST /fqname-to-id HTTP/1.1" 404 190 0.004505 10.0.0.43 - - [2024-10-17 02:35:40] "POST /features HTTP/1.1" 200 533 0.056428 10.0.0.43 - - [2024-10-17 02:35:40] "POST /fqname-to-id HTTP/1.1" 404 185 0.004712 10.0.0.43 - - [2024-10-17 02:35:41] "POST /features HTTP/1.1" 200 523 0.024448 10.0.0.43 - - [2024-10-17 02:35:41] "POST /fqname-to-id HTTP/1.1" 404 184 0.004043 10.0.0.43 - - [2024-10-17 02:35:41] "POST /features HTTP/1.1" 200 521 0.019795 10.0.0.43 - - [2024-10-17 02:35:41] "POST /fqname-to-id HTTP/1.1" 404 184 0.003586 10.0.0.43 - - [2024-10-17 02:35:41] "POST /features HTTP/1.1" 200 521 0.019660 10.0.0.43 - - [2024-10-17 02:35:41] "POST /fqname-to-id HTTP/1.1" 404 189 0.003711 10.0.0.43 - - [2024-10-17 02:35:41] "POST /features HTTP/1.1" 200 531 0.020814 10.0.0.43 - - [2024-10-17 02:35:41] "POST /fqname-to-id HTTP/1.1" 404 184 0.004511 10.0.0.43 - - [2024-10-17 02:35:41] "POST /features HTTP/1.1" 200 521 0.025805 10.0.0.43 - - [2024-10-17 02:35:41] "POST /fqname-to-id HTTP/1.1" 404 193 0.005308 10.0.0.43 - - [2024-10-17 02:35:41] "POST /features HTTP/1.1" 200 539 0.023347 10.0.0.43 - - [2024-10-17 02:35:41] "POST /fqname-to-id HTTP/1.1" 404 186 0.004195 10.0.0.43 - - [2024-10-17 02:35:41] "POST /features HTTP/1.1" 200 525 0.019076 10.0.0.43 - - [2024-10-17 02:35:41] "POST /fqname-to-id HTTP/1.1" 404 183 0.003888 10.0.0.43 - - [2024-10-17 02:35:41] "POST /features HTTP/1.1" 200 519 0.018274 10.0.0.43 - - [2024-10-17 02:35:41] "POST /fqname-to-id HTTP/1.1" 404 182 0.004028 10.0.0.43 - - [2024-10-17 02:35:41] "POST /features HTTP/1.1" 200 517 0.020034 10.0.0.43 - - [2024-10-17 02:35:42] "POST /fqname-to-id HTTP/1.1" 404 190 0.003698 10.0.0.43 - - [2024-10-17 02:35:42] "POST /features HTTP/1.1" 200 533 0.018875 10.0.0.43 - - [2024-10-17 02:35:42] "POST /fqname-to-id HTTP/1.1" 404 194 0.004178 10.0.0.43 - - [2024-10-17 02:35:42] "POST /features HTTP/1.1" 200 541 0.020775 10.0.0.43 - - [2024-10-17 02:35:42] "POST /fqname-to-id HTTP/1.1" 404 178 0.004131 10.0.0.43 - - [2024-10-17 02:35:42] "POST /physical-roles HTTP/1.1" 200 521 0.019753 10.0.0.43 - - [2024-10-17 02:35:42] "POST /fqname-to-id HTTP/1.1" 404 179 0.004110 10.0.0.43 - - [2024-10-17 02:35:42] "POST /physical-roles HTTP/1.1" 200 523 0.025589 10.0.0.43 - - [2024-10-17 02:35:42] "POST /fqname-to-id HTTP/1.1" 404 184 0.004259 10.0.0.43 - - [2024-10-17 02:35:42] "POST /physical-roles HTTP/1.1" 200 533 0.027349 10.0.0.43 - - [2024-10-17 02:35:42] "POST /fqname-to-id HTTP/1.1" 404 177 0.004342 10.0.0.43 - - [2024-10-17 02:35:42] "POST /physical-roles HTTP/1.1" 200 519 0.018764 10.0.0.43 - - [2024-10-17 02:35:42] "POST /fqname-to-id HTTP/1.1" 404 191 0.003884 10.0.0.43 - - [2024-10-17 02:35:42] "POST /overlay-roles HTTP/1.1" 200 545 0.018385 10.0.0.43 - - [2024-10-17 02:35:42] "POST /fqname-to-id HTTP/1.1" 404 184 0.003593 10.0.0.43 - - [2024-10-17 02:35:42] "POST /overlay-roles HTTP/1.1" 200 531 0.021791 10.0.0.43 - - [2024-10-17 02:35:42] "POST /fqname-to-id HTTP/1.1" 404 191 0.004665 10.0.0.43 - - [2024-10-17 02:35:43] "POST /overlay-roles HTTP/1.1" 200 545 0.019346 10.0.0.43 - - [2024-10-17 02:35:43] "POST /fqname-to-id HTTP/1.1" 404 185 0.004060 10.0.0.43 - - [2024-10-17 02:35:43] "POST /overlay-roles HTTP/1.1" 200 533 0.019941 10.0.0.43 - - [2024-10-17 02:35:43] "POST /fqname-to-id HTTP/1.1" 404 189 0.003627 10.0.0.43 - - [2024-10-17 02:35:43] "POST /overlay-roles HTTP/1.1" 200 541 0.032688 10.0.0.43 - - [2024-10-17 02:35:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.43 - - [2024-10-17 02:35:43] "PUT /overlay-role/7e342055-9d8f-469e-8eae-c91a767ceac6 HTTP/1.1" 200 258 0.015490 10.0.0.43 - - [2024-10-17 02:35:43] "POST /fqname-to-id HTTP/1.1" 404 184 0.004969 10.0.0.43 - - [2024-10-17 02:35:43] "POST /overlay-roles HTTP/1.1" 200 531 0.027378 10.0.0.43 - - [2024-10-17 02:35:43] "POST /fqname-to-id HTTP/1.1" 404 185 0.003860 10.0.0.43 - - [2024-10-17 02:35:43] "POST /overlay-roles HTTP/1.1" 200 533 0.026209 10.0.0.43 - - [2024-10-17 02:35:43] "POST /fqname-to-id HTTP/1.1" 404 183 0.003687 10.0.0.43 - - [2024-10-17 02:35:43] "POST /overlay-roles HTTP/1.1" 200 529 0.017479 10.0.0.43 - - [2024-10-17 02:35:43] "POST /fqname-to-id HTTP/1.1" 404 187 0.003434 10.0.0.43 - - [2024-10-17 02:35:43] "POST /overlay-roles HTTP/1.1" 200 537 0.020714 10.0.0.43 - - [2024-10-17 02:35:43] "POST /fqname-to-id HTTP/1.1" 404 189 0.003652 10.0.0.43 - - [2024-10-17 02:35:43] "POST /overlay-roles HTTP/1.1" 200 541 0.017616 10.0.0.43 - - [2024-10-17 02:35:44] "POST /fqname-to-id HTTP/1.1" 404 178 0.003672 10.0.0.43 - - [2024-10-17 02:35:44] "POST /overlay-roles HTTP/1.1" 200 519 0.017568 10.0.0.43 - - [2024-10-17 02:35:44] "POST /fqname-to-id HTTP/1.1" 404 190 0.003838 10.0.0.43 - - [2024-10-17 02:35:44] "POST /overlay-roles HTTP/1.1" 200 543 0.019472 10.0.0.43 - - [2024-10-17 02:35:44] "POST /fqname-to-id HTTP/1.1" 404 182 0.003482 10.0.0.43 - - [2024-10-17 02:35:44] "POST /role-definitions HTTP/1.1" 200 533 0.019414 10.0.0.43 - - [2024-10-17 02:35:44] "POST /fqname-to-id HTTP/1.1" 404 189 0.003852 10.0.0.43 - - [2024-10-17 02:35:44] "POST /role-definitions HTTP/1.1" 200 547 0.021878 10.0.0.43 - - [2024-10-17 02:35:44] "POST /fqname-to-id HTTP/1.1" 404 190 0.004063 10.0.0.43 - - [2024-10-17 02:35:44] "POST /role-definitions HTTP/1.1" 200 549 0.019368 10.0.0.43 - - [2024-10-17 02:35:44] "POST /fqname-to-id HTTP/1.1" 404 191 0.003517 10.0.0.43 - - [2024-10-17 02:35:44] "POST /role-definitions HTTP/1.1" 200 551 0.018461 10.0.0.43 - - [2024-10-17 02:35:44] "POST /fqname-to-id HTTP/1.1" 404 197 0.003572 10.0.0.43 - - [2024-10-17 02:35:44] "POST /role-definitions HTTP/1.1" 200 563 0.021334 10.0.0.43 - - [2024-10-17 02:35:44] "POST /fqname-to-id HTTP/1.1" 404 189 0.003918 10.0.0.43 - - [2024-10-17 02:35:44] "POST /role-definitions HTTP/1.1" 200 547 0.031964 10.0.0.43 - - [2024-10-17 02:35:44] "POST /fqname-to-id HTTP/1.1" 404 190 0.004699 10.0.0.43 - - [2024-10-17 02:35:45] "POST /role-definitions HTTP/1.1" 200 549 0.018269 10.0.0.43 - - [2024-10-17 02:35:45] "POST /fqname-to-id HTTP/1.1" 404 191 0.003382 10.0.0.43 - - [2024-10-17 02:35:45] "POST /role-definitions HTTP/1.1" 200 551 0.023656 10.0.0.43 - - [2024-10-17 02:35:45] "POST /fqname-to-id HTTP/1.1" 404 190 0.004948 10.0.0.43 - - [2024-10-17 02:35:45] "POST /role-definitions HTTP/1.1" 200 549 0.022340 10.0.0.43 - - [2024-10-17 02:35:45] "POST /fqname-to-id HTTP/1.1" 404 196 0.003913 10.0.0.43 - - [2024-10-17 02:35:45] "POST /role-definitions HTTP/1.1" 200 561 0.025246 10.0.0.43 - - [2024-10-17 02:35:45] "POST /fqname-to-id HTTP/1.1" 404 189 0.005666 10.0.0.43 - - [2024-10-17 02:35:45] "POST /role-definitions HTTP/1.1" 200 547 0.025898 10.0.0.43 - - [2024-10-17 02:35:45] "POST /fqname-to-id HTTP/1.1" 404 190 0.004429 10.0.0.43 - - [2024-10-17 02:35:45] "POST /role-definitions HTTP/1.1" 200 549 0.022776 10.0.0.43 - - [2024-10-17 02:35:45] "POST /fqname-to-id HTTP/1.1" 404 188 0.003732 10.0.0.43 - - [2024-10-17 02:35:45] "POST /role-definitions HTTP/1.1" 200 545 0.019980 10.0.0.43 - - [2024-10-17 02:35:45] "POST /fqname-to-id HTTP/1.1" 404 189 0.003467 10.0.0.43 - - [2024-10-17 02:35:45] "POST /role-definitions HTTP/1.1" 200 547 0.017595 10.0.0.43 - - [2024-10-17 02:35:45] "POST /fqname-to-id HTTP/1.1" 404 192 0.003417 10.0.0.43 - - [2024-10-17 02:35:45] "POST /role-definitions HTTP/1.1" 200 553 0.018176 10.0.0.43 - - [2024-10-17 02:35:46] "POST /fqname-to-id HTTP/1.1" 404 193 0.004065 10.0.0.43 - - [2024-10-17 02:35:46] "POST /role-definitions HTTP/1.1" 200 555 0.018548 10.0.0.43 - - [2024-10-17 02:35:46] "POST /fqname-to-id HTTP/1.1" 404 182 0.003365 10.0.0.43 - - [2024-10-17 02:35:46] "POST /role-definitions HTTP/1.1" 200 533 0.017991 10.0.0.43 - - [2024-10-17 02:35:46] "POST /fqname-to-id HTTP/1.1" 404 187 0.004035 10.0.0.43 - - [2024-10-17 02:35:46] "POST /role-definitions HTTP/1.1" 200 543 0.019418 10.0.0.43 - - [2024-10-17 02:35:46] "POST /fqname-to-id HTTP/1.1" 404 181 0.003639 10.0.0.43 - - [2024-10-17 02:35:46] "POST /role-definitions HTTP/1.1" 200 531 0.018963 10.0.0.43 - - [2024-10-17 02:35:46] "POST /fqname-to-id HTTP/1.1" 404 184 0.003471 10.0.0.43 - - [2024-10-17 02:35:46] "POST /role-definitions HTTP/1.1" 200 537 0.020514 10.0.0.43 - - [2024-10-17 02:35:46] "POST /fqname-to-id HTTP/1.1" 404 189 0.003512 10.0.0.43 - - [2024-10-17 02:35:46] "POST /role-definitions HTTP/1.1" 200 547 0.017457 10.0.0.43 - - [2024-10-17 02:35:46] "POST /fqname-to-id HTTP/1.1" 404 194 0.003480 10.0.0.43 - - [2024-10-17 02:35:46] "POST /role-definitions HTTP/1.1" 200 557 0.018476 10.0.0.43 - - [2024-10-17 02:35:46] "POST /fqname-to-id HTTP/1.1" 404 196 0.003983 10.0.0.43 - - [2024-10-17 02:35:46] "POST /role-definitions HTTP/1.1" 200 561 0.019076 10.0.0.43 - - [2024-10-17 02:35:46] "POST /fqname-to-id HTTP/1.1" 404 195 0.003828 10.0.0.43 - - [2024-10-17 02:35:46] "POST /role-definitions HTTP/1.1" 200 559 0.018603 10.0.0.43 - - [2024-10-17 02:35:47] "POST /fqname-to-id HTTP/1.1" 404 196 0.003837 10.0.0.43 - - [2024-10-17 02:35:47] "POST /feature-configs HTTP/1.1" 200 537 0.025958 10.0.0.43 - - [2024-10-17 02:35:47] "POST /fqname-to-id HTTP/1.1" 404 212 0.003572 10.0.0.43 - - [2024-10-17 02:35:47] "POST /feature-configs HTTP/1.1" 200 562 0.017748 10.0.0.43 - - [2024-10-17 02:35:47] "POST /fqname-to-id HTTP/1.1" 404 211 0.004167 10.0.0.43 - - [2024-10-17 02:35:47] "POST /feature-configs HTTP/1.1" 200 561 0.018957 10.0.0.43 - - [2024-10-17 02:35:47] "POST /fqname-to-id HTTP/1.1" 404 192 0.003478 10.0.0.43 - - [2024-10-17 02:35:47] "POST /node-profiles HTTP/1.1" 200 547 0.020321 10.0.0.43 - - [2024-10-17 02:35:47] "POST /fqname-to-id HTTP/1.1" 404 187 0.003776 10.0.0.43 - - [2024-10-17 02:35:47] "POST /node-profiles HTTP/1.1" 200 537 0.020231 10.0.0.43 - - [2024-10-17 02:35:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.003987 10.0.0.43 - - [2024-10-17 02:35:47] "POST /node-profiles HTTP/1.1" 200 549 0.019539 10.0.0.43 - - [2024-10-17 02:35:47] "POST /fqname-to-id HTTP/1.1" 404 189 0.003732 10.0.0.43 - - [2024-10-17 02:35:47] "POST /node-profiles HTTP/1.1" 200 541 0.019567 10.0.0.43 - - [2024-10-17 02:35:47] "POST /fqname-to-id HTTP/1.1" 404 189 0.003369 10.0.0.43 - - [2024-10-17 02:35:47] "POST /node-profiles HTTP/1.1" 200 541 0.018509 10.0.0.43 - - [2024-10-17 02:35:47] "POST /fqname-to-id HTTP/1.1" 404 188 0.003380 10.0.0.43 - - [2024-10-17 02:35:48] "POST /node-profiles HTTP/1.1" 200 539 0.017434 10.0.0.43 - - [2024-10-17 02:35:48] "POST /fqname-to-id HTTP/1.1" 404 184 0.003455 10.0.0.43 - - [2024-10-17 02:35:48] "POST /node-profiles HTTP/1.1" 200 531 0.020066 10.0.0.43 - - [2024-10-17 02:35:48] "POST /fqname-to-id HTTP/1.1" 404 185 0.003360 10.0.0.43 - - [2024-10-17 02:35:48] "POST /node-profiles HTTP/1.1" 200 533 0.017429 10.0.0.43 - - [2024-10-17 02:35:48] "POST /fqname-to-id HTTP/1.1" 404 197 0.003398 10.0.0.43 - - [2024-10-17 02:35:48] "POST /node-profiles HTTP/1.1" 200 557 0.019402 10.0.0.43 - - [2024-10-17 02:35:48] "POST /fqname-to-id HTTP/1.1" 404 206 0.006011 10.0.0.43 - - [2024-10-17 02:35:48] "POST /telemetry-profiles HTTP/1.1" 200 554 0.027295 10.0.0.43 - - [2024-10-17 02:35:48] "POST /fqname-to-id HTTP/1.1" 404 206 0.004381 10.0.0.43 - - [2024-10-17 02:35:48] "POST /telemetry-profiles HTTP/1.1" 200 554 0.022223 10.0.0.43 - - [2024-10-17 02:35:48] "POST /fqname-to-id HTTP/1.1" 404 206 0.003440 10.0.0.43 - - [2024-10-17 02:35:48] "POST /telemetry-profiles HTTP/1.1" 200 554 0.018678 10.0.0.43 - - [2024-10-17 02:35:48] "POST /fqname-to-id HTTP/1.1" 404 206 0.003393 10.0.0.43 - - [2024-10-17 02:35:48] "POST /telemetry-profiles HTTP/1.1" 200 554 0.018311 10.0.0.43 - - [2024-10-17 02:35:48] "POST /fqname-to-id HTTP/1.1" 404 206 0.003465 10.0.0.43 - - [2024-10-17 02:35:48] "POST /telemetry-profiles HTTP/1.1" 200 554 0.019244 10.0.0.43 - - [2024-10-17 02:35:48] "POST /fqname-to-id HTTP/1.1" 404 206 0.003570 10.0.0.43 - - [2024-10-17 02:35:49] "POST /telemetry-profiles HTTP/1.1" 200 554 0.018835 10.0.0.43 - - [2024-10-17 02:35:49] "POST /fqname-to-id HTTP/1.1" 404 199 0.003866 10.0.0.43 - - [2024-10-17 02:35:49] "POST /sflow-profiles HTTP/1.1" 200 532 0.022019 10.0.0.43 - - [2024-10-17 02:35:49] "POST /fqname-to-id HTTP/1.1" 404 202 0.004251 10.0.0.43 - - [2024-10-17 02:35:49] "POST /sflow-profiles HTTP/1.1" 200 538 0.030911 10.0.0.43 - - [2024-10-17 02:35:49] "POST /fqname-to-id HTTP/1.1" 404 202 0.003838 10.0.0.43 - - [2024-10-17 02:35:49] "POST /sflow-profiles HTTP/1.1" 200 538 0.019880 10.0.0.43 - - [2024-10-17 02:35:49] "POST /fqname-to-id HTTP/1.1" 404 199 0.006461 10.0.0.43 - - [2024-10-17 02:35:49] "POST /grpc-profiles HTTP/1.1" 200 530 0.021453 10.0.0.43 - - [2024-10-17 02:35:49] "POST /fqname-to-id HTTP/1.1" 404 199 0.003451 10.0.0.43 - - [2024-10-17 02:35:49] "POST /snmp-profiles HTTP/1.1" 200 530 0.022632 10.0.0.43 - - [2024-10-17 02:35:49] "POST /fqname-to-id HTTP/1.1" 404 202 0.003805 10.0.0.43 - - [2024-10-17 02:35:49] "POST /netconf-profiles HTTP/1.1" 200 542 0.021552 10.0.0.43 - - [2024-10-17 02:35:49] "POST /fqname-to-id HTTP/1.1" 404 193 0.003396 10.0.0.43 - - [2024-10-17 02:35:49] "POST /device-functional-groups HTTP/1.1" 200 540 0.018442 10.0.0.43 - - [2024-10-17 02:35:49] "POST /fqname-to-id HTTP/1.1" 404 193 0.003591 10.0.0.43 - - [2024-10-17 02:35:50] "POST /device-functional-groups HTTP/1.1" 200 540 0.020792 10.0.0.43 - - [2024-10-17 02:35:50] "POST /fqname-to-id HTTP/1.1" 404 195 0.003825 10.0.0.43 - - [2024-10-17 02:35:50] "POST /device-functional-groups HTTP/1.1" 200 544 0.018483 10.0.0.43 - - [2024-10-17 02:35:50] "POST /fqname-to-id HTTP/1.1" 404 194 0.003644 10.0.0.43 - - [2024-10-17 02:35:50] "POST /device-functional-groups HTTP/1.1" 200 542 0.020354 10.0.0.43 - - [2024-10-17 02:35:50] "POST /fqname-to-id HTTP/1.1" 404 218 0.004053 10.0.0.43 - - [2024-10-17 02:35:50] "POST /device-functional-groups HTTP/1.1" 200 590 0.017506 10.0.0.43 - - [2024-10-17 02:35:50] "POST /fqname-to-id HTTP/1.1" 404 208 0.004673 10.0.0.43 - - [2024-10-17 02:35:50] "POST /device-functional-groups HTTP/1.1" 200 570 0.024365 10.0.0.43 - - [2024-10-17 02:35:50] "POST /fqname-to-id HTTP/1.1" 404 236 0.004273 10.0.0.43 - - [2024-10-17 02:35:50] "POST /device-functional-groups HTTP/1.1" 200 620 0.021173 10.0.0.43 - - [2024-10-17 02:35:50] "POST /fqname-to-id HTTP/1.1" 404 206 0.003536 10.0.0.43 - - [2024-10-17 02:35:50] "POST /device-functional-groups HTTP/1.1" 200 566 0.019275 10.0.0.43 - - [2024-10-17 02:35:50] "POST /fqname-to-id HTTP/1.1" 404 205 0.003669 10.0.0.43 - - [2024-10-17 02:35:50] "POST /device-functional-groups HTTP/1.1" 200 564 0.023708 10.0.0.43 - - [2024-10-17 02:35:50] "POST /fqname-to-id HTTP/1.1" 404 210 0.003851 10.0.0.43 - - [2024-10-17 02:35:50] "POST /device-functional-groups HTTP/1.1" 200 574 0.021817 10.0.0.43 - - [2024-10-17 02:35:50] "POST /fqname-to-id HTTP/1.1" 404 201 0.004191 10.0.0.43 - - [2024-10-17 02:35:51] "POST /role-configs HTTP/1.1" 200 525 0.022966 10.0.0.43 - - [2024-10-17 02:35:51] "POST /fqname-to-id HTTP/1.1" 404 196 0.004857 10.0.0.43 - - [2024-10-17 02:35:51] "POST /role-configs HTTP/1.1" 200 520 0.021739 10.0.0.43 - - [2024-10-17 02:35:51] "POST /fqname-to-id HTTP/1.1" 404 198 0.003626 10.0.0.43 - - [2024-10-17 02:35:51] "POST /role-configs HTTP/1.1" 200 522 0.030862 10.0.0.43 - - [2024-10-17 02:35:51] "POST /fqname-to-id HTTP/1.1" 404 198 0.003400 10.0.0.43 - - [2024-10-17 02:35:51] "POST /role-configs HTTP/1.1" 200 522 0.023249 10.0.0.43 - - [2024-10-17 02:35:51] "POST /fqname-to-id HTTP/1.1" 404 202 0.004566 10.0.0.43 - - [2024-10-17 02:35:51] "POST /role-configs HTTP/1.1" 200 526 0.021963 10.0.0.43 - - [2024-10-17 02:35:51] "POST /fqname-to-id HTTP/1.1" 404 197 0.004509 10.0.0.43 - - [2024-10-17 02:35:51] "POST /role-configs HTTP/1.1" 200 521 0.018641 10.0.0.43 - - [2024-10-17 02:35:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.004336 10.0.0.43 - - [2024-10-17 02:35:51] "POST /role-configs HTTP/1.1" 200 517 0.018442 10.0.0.43 - - [2024-10-17 02:35:51] "POST /fqname-to-id HTTP/1.1" 404 194 0.003684 10.0.0.43 - - [2024-10-17 02:35:51] "POST /role-configs HTTP/1.1" 200 518 0.018266 10.0.0.43 - - [2024-10-17 02:35:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.43 - - [2024-10-17 02:35:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.43 - - [2024-10-17 02:35:52] "POST /ref-update HTTP/1.1" 200 156 0.010250 10.0.0.43 - - [2024-10-17 02:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.43 - - [2024-10-17 02:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.43 - - [2024-10-17 02:35:52] "POST /ref-update HTTP/1.1" 200 156 0.009675 10.0.0.43 - - [2024-10-17 02:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.43 - - [2024-10-17 02:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.43 - - [2024-10-17 02:35:52] "POST /ref-update HTTP/1.1" 200 156 0.009975 10.0.0.43 - - [2024-10-17 02:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240 10.0.0.43 - - [2024-10-17 02:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005006 10.0.0.43 - - [2024-10-17 02:35:52] "POST /ref-update HTTP/1.1" 200 156 0.014637 10.0.0.43 - - [2024-10-17 02:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.43 - - [2024-10-17 02:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005283 10.0.0.43 - - [2024-10-17 02:35:52] "POST /ref-update HTTP/1.1" 200 156 0.010770 10.0.0.43 - - [2024-10-17 02:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.43 - - [2024-10-17 02:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.43 - - [2024-10-17 02:35:52] "POST /ref-update HTTP/1.1" 200 156 0.009567 10.0.0.43 - - [2024-10-17 02:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.43 - - [2024-10-17 02:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.43 - - [2024-10-17 02:35:52] "POST /ref-update HTTP/1.1" 200 156 0.010146 10.0.0.43 - - [2024-10-17 02:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.43 - - [2024-10-17 02:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.43 - - [2024-10-17 02:35:53] "POST /ref-update HTTP/1.1" 200 156 0.010144 10.0.0.43 - - [2024-10-17 02:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005049 10.0.0.43 - - [2024-10-17 02:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.43 - - [2024-10-17 02:35:53] "POST /ref-update HTTP/1.1" 200 156 0.009544 10.0.0.43 - - [2024-10-17 02:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.43 - - [2024-10-17 02:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.43 - - [2024-10-17 02:35:53] "POST /ref-update HTTP/1.1" 200 156 0.010693 10.0.0.43 - - [2024-10-17 02:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.43 - - [2024-10-17 02:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.43 - - [2024-10-17 02:35:53] "POST /ref-update HTTP/1.1" 200 156 0.012004 10.0.0.43 - - [2024-10-17 02:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.43 - - [2024-10-17 02:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.43 - - [2024-10-17 02:35:53] "POST /ref-update HTTP/1.1" 200 156 0.009077 10.0.0.43 - - [2024-10-17 02:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.43 - - [2024-10-17 02:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.43 - - [2024-10-17 02:35:53] "POST /ref-update HTTP/1.1" 200 156 0.008634 10.0.0.43 - - [2024-10-17 02:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.43 - - [2024-10-17 02:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.43 - - [2024-10-17 02:35:54] "POST /ref-update HTTP/1.1" 200 156 0.009724 10.0.0.43 - - [2024-10-17 02:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004255 10.0.0.43 - - [2024-10-17 02:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.43 - - [2024-10-17 02:35:54] "POST /ref-update HTTP/1.1" 200 156 0.010114 10.0.0.43 - - [2024-10-17 02:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.43 - - [2024-10-17 02:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004245 10.0.0.43 - - [2024-10-17 02:35:54] "POST /ref-update HTTP/1.1" 200 156 0.009889 10.0.0.43 - - [2024-10-17 02:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.43 - - [2024-10-17 02:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005268 10.0.0.43 - - [2024-10-17 02:35:54] "POST /ref-update HTTP/1.1" 200 156 0.010365 10.0.0.43 - - [2024-10-17 02:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005236 10.0.0.43 - - [2024-10-17 02:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004278 10.0.0.43 - - [2024-10-17 02:35:54] "POST /ref-update HTTP/1.1" 200 156 0.011709 10.0.0.43 - - [2024-10-17 02:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.43 - - [2024-10-17 02:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.43 - - [2024-10-17 02:35:54] "POST /ref-update HTTP/1.1" 200 156 0.009770 10.0.0.43 - - [2024-10-17 02:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089 10.0.0.43 - - [2024-10-17 02:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.43 - - [2024-10-17 02:35:54] "POST /ref-update HTTP/1.1" 200 156 0.008518 10.0.0.43 - - [2024-10-17 02:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.43 - - [2024-10-17 02:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.43 - - [2024-10-17 02:35:55] "POST /ref-update HTTP/1.1" 200 156 0.008177 10.0.0.43 - - [2024-10-17 02:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.43 - - [2024-10-17 02:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.43 - - [2024-10-17 02:35:55] "POST /ref-update HTTP/1.1" 200 156 0.009048 10.0.0.43 - - [2024-10-17 02:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.43 - - [2024-10-17 02:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003987 10.0.0.43 - - [2024-10-17 02:35:55] "POST /ref-update HTTP/1.1" 200 156 0.008863 10.0.0.43 - - [2024-10-17 02:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.43 - - [2024-10-17 02:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.43 - - [2024-10-17 02:35:55] "POST /ref-update HTTP/1.1" 200 156 0.009291 10.0.0.43 - - [2024-10-17 02:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.43 - - [2024-10-17 02:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.43 - - [2024-10-17 02:35:55] "POST /ref-update HTTP/1.1" 200 156 0.010153 10.0.0.43 - - [2024-10-17 02:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.43 - - [2024-10-17 02:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.43 - - [2024-10-17 02:35:55] "POST /ref-update HTTP/1.1" 200 156 0.009244 10.0.0.43 - - [2024-10-17 02:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.43 - - [2024-10-17 02:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.43 - - [2024-10-17 02:35:56] "POST /ref-update HTTP/1.1" 200 156 0.009390 10.0.0.43 - - [2024-10-17 02:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.43 - - [2024-10-17 02:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.43 - - [2024-10-17 02:35:56] "POST /ref-update HTTP/1.1" 200 156 0.008101 10.0.0.43 - - [2024-10-17 02:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.43 - - [2024-10-17 02:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.43 - - [2024-10-17 02:35:56] "POST /ref-update HTTP/1.1" 200 156 0.009367 10.0.0.43 - - [2024-10-17 02:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.43 - - [2024-10-17 02:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004015 10.0.0.43 - - [2024-10-17 02:35:56] "POST /ref-update HTTP/1.1" 200 156 0.010484 10.0.0.43 - - [2024-10-17 02:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006743 10.0.0.43 - - [2024-10-17 02:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004339 10.0.0.43 - - [2024-10-17 02:35:56] "POST /ref-update HTTP/1.1" 200 156 0.008929 10.0.0.43 - - [2024-10-17 02:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.43 - - [2024-10-17 02:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.43 - - [2024-10-17 02:35:56] "POST /ref-update HTTP/1.1" 200 156 0.008498 10.0.0.43 - - [2024-10-17 02:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.43 - - [2024-10-17 02:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004355 10.0.0.43 - - [2024-10-17 02:35:56] "POST /ref-update HTTP/1.1" 200 156 0.012685 10.0.0.43 - - [2024-10-17 02:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004315 10.0.0.43 - - [2024-10-17 02:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.43 - - [2024-10-17 02:35:57] "POST /ref-update HTTP/1.1" 200 156 0.010920 10.0.0.43 - - [2024-10-17 02:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.43 - - [2024-10-17 02:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.43 - - [2024-10-17 02:35:57] "POST /ref-update HTTP/1.1" 200 156 0.010877 10.0.0.43 - - [2024-10-17 02:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.43 - - [2024-10-17 02:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005230 10.0.0.43 - - [2024-10-17 02:35:57] "POST /ref-update HTTP/1.1" 200 156 0.008413 10.0.0.43 - - [2024-10-17 02:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004689 10.0.0.43 - - [2024-10-17 02:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.43 - - [2024-10-17 02:35:57] "POST /ref-update HTTP/1.1" 200 156 0.009026 10.0.0.43 - - [2024-10-17 02:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.43 - - [2024-10-17 02:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.43 - - [2024-10-17 02:35:57] "POST /ref-update HTTP/1.1" 200 156 0.009016 10.0.0.43 - - [2024-10-17 02:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.43 - - [2024-10-17 02:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.43 - - [2024-10-17 02:35:57] "POST /ref-update HTTP/1.1" 200 156 0.008255 10.0.0.43 - - [2024-10-17 02:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.43 - - [2024-10-17 02:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.43 - - [2024-10-17 02:35:58] "POST /ref-update HTTP/1.1" 200 156 0.008854 10.0.0.43 - - [2024-10-17 02:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.43 - - [2024-10-17 02:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.43 - - [2024-10-17 02:35:58] "POST /ref-update HTTP/1.1" 200 156 0.009413 10.0.0.43 - - [2024-10-17 02:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.43 - - [2024-10-17 02:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.43 - - [2024-10-17 02:35:58] "POST /ref-update HTTP/1.1" 200 156 0.009768 10.0.0.43 - - [2024-10-17 02:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004113 10.0.0.43 - - [2024-10-17 02:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.43 - - [2024-10-17 02:35:58] "POST /ref-update HTTP/1.1" 200 156 0.011173 10.0.0.43 - - [2024-10-17 02:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.43 - - [2024-10-17 02:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.43 - - [2024-10-17 02:35:58] "POST /ref-update HTTP/1.1" 200 156 0.008569 10.0.0.43 - - [2024-10-17 02:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.43 - - [2024-10-17 02:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.43 - - [2024-10-17 02:35:58] "POST /ref-update HTTP/1.1" 200 156 0.008262 10.0.0.43 - - [2024-10-17 02:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.43 - - [2024-10-17 02:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004988 10.0.0.43 - - [2024-10-17 02:35:58] "POST /ref-update HTTP/1.1" 200 156 0.009313 10.0.0.43 - - [2024-10-17 02:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004007 10.0.0.43 - - [2024-10-17 02:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004348 10.0.0.43 - - [2024-10-17 02:35:59] "POST /ref-update HTTP/1.1" 200 156 0.010561 10.0.0.43 - - [2024-10-17 02:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.43 - - [2024-10-17 02:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.43 - - [2024-10-17 02:35:59] "POST /ref-update HTTP/1.1" 200 156 0.008539 10.0.0.43 - - [2024-10-17 02:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.43 - - [2024-10-17 02:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160 10.0.0.43 - - [2024-10-17 02:35:59] "POST /ref-update HTTP/1.1" 200 156 0.008433 10.0.0.43 - - [2024-10-17 02:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.43 - - [2024-10-17 02:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.43 - - [2024-10-17 02:35:59] "POST /ref-update HTTP/1.1" 200 156 0.010844 10.0.0.43 - - [2024-10-17 02:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.43 - - [2024-10-17 02:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.43 - - [2024-10-17 02:35:59] "POST /ref-update HTTP/1.1" 200 156 0.008850 10.0.0.43 - - [2024-10-17 02:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.43 - - [2024-10-17 02:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995 10.0.0.43 - - [2024-10-17 02:35:59] "POST /ref-update HTTP/1.1" 200 156 0.008772 10.0.0.43 - - [2024-10-17 02:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004136 10.0.0.43 - - [2024-10-17 02:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.43 - - [2024-10-17 02:36:00] "POST /ref-update HTTP/1.1" 200 156 0.009218 10.0.0.43 - - [2024-10-17 02:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.43 - - [2024-10-17 02:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.43 - - [2024-10-17 02:36:00] "POST /ref-update HTTP/1.1" 200 156 0.009578 10.0.0.43 - - [2024-10-17 02:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004051 10.0.0.43 - - [2024-10-17 02:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.43 - - [2024-10-17 02:36:00] "POST /ref-update HTTP/1.1" 200 156 0.009982 10.0.0.43 - - [2024-10-17 02:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.43 - - [2024-10-17 02:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.43 - - [2024-10-17 02:36:00] "POST /ref-update HTTP/1.1" 200 156 0.008603 10.0.0.43 - - [2024-10-17 02:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.43 - - [2024-10-17 02:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004369 10.0.0.43 - - [2024-10-17 02:36:00] "POST /ref-update HTTP/1.1" 200 156 0.011375 10.0.0.43 - - [2024-10-17 02:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004351 10.0.0.43 - - [2024-10-17 02:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004095 10.0.0.43 - - [2024-10-17 02:36:00] "POST /ref-update HTTP/1.1" 200 156 0.008180 10.0.0.43 - - [2024-10-17 02:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005495 10.0.0.43 - - [2024-10-17 02:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004925 10.0.0.43 - - [2024-10-17 02:36:00] "POST /ref-update HTTP/1.1" 200 156 0.008721 10.0.0.43 - - [2024-10-17 02:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.43 - - [2024-10-17 02:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004369 10.0.0.43 - - [2024-10-17 02:36:01] "POST /ref-update HTTP/1.1" 200 156 0.017787 10.0.0.43 - - [2024-10-17 02:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004540 10.0.0.43 - - [2024-10-17 02:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004698 10.0.0.43 - - [2024-10-17 02:36:01] "POST /ref-update HTTP/1.1" 200 156 0.010770 10.0.0.43 - - [2024-10-17 02:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.43 - - [2024-10-17 02:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.43 - - [2024-10-17 02:36:01] "POST /ref-update HTTP/1.1" 200 156 0.009135 10.0.0.43 - - [2024-10-17 02:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.43 - - [2024-10-17 02:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.43 - - [2024-10-17 02:36:01] "POST /ref-update HTTP/1.1" 200 156 0.009831 10.0.0.43 - - [2024-10-17 02:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.43 - - [2024-10-17 02:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.43 - - [2024-10-17 02:36:01] "POST /ref-update HTTP/1.1" 200 156 0.009831 10.0.0.43 - - [2024-10-17 02:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.43 - - [2024-10-17 02:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.43 - - [2024-10-17 02:36:01] "POST /ref-update HTTP/1.1" 200 156 0.008665 10.0.0.43 - - [2024-10-17 02:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.43 - - [2024-10-17 02:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.43 - - [2024-10-17 02:36:02] "POST /ref-update HTTP/1.1" 200 156 0.011690 10.0.0.43 - - [2024-10-17 02:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.43 - - [2024-10-17 02:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.43 - - [2024-10-17 02:36:02] "POST /ref-update HTTP/1.1" 200 156 0.009183 10.0.0.43 - - [2024-10-17 02:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.43 - - [2024-10-17 02:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.43 - - [2024-10-17 02:36:02] "POST /ref-update HTTP/1.1" 200 156 0.009402 10.0.0.43 - - [2024-10-17 02:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.43 - - [2024-10-17 02:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.43 - - [2024-10-17 02:36:02] "POST /ref-update HTTP/1.1" 200 156 0.009970 10.0.0.43 - - [2024-10-17 02:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004091 10.0.0.43 - - [2024-10-17 02:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.43 - - [2024-10-17 02:36:02] "POST /ref-update HTTP/1.1" 200 156 0.011813 10.0.0.43 - - [2024-10-17 02:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004314 10.0.0.43 - - [2024-10-17 02:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005074 10.0.0.43 - - [2024-10-17 02:36:02] "POST /ref-update HTTP/1.1" 200 156 0.016782 10.0.0.43 - - [2024-10-17 02:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.43 - - [2024-10-17 02:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004336 10.0.0.43 - - [2024-10-17 02:36:02] "POST /ref-update HTTP/1.1" 200 156 0.010215 10.0.0.43 - - [2024-10-17 02:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004668 10.0.0.43 - - [2024-10-17 02:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004065 10.0.0.43 - - [2024-10-17 02:36:03] "POST /ref-update HTTP/1.1" 200 156 0.008804 10.0.0.43 - - [2024-10-17 02:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.43 - - [2024-10-17 02:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004173 10.0.0.43 - - [2024-10-17 02:36:03] "POST /ref-update HTTP/1.1" 200 156 0.012359 10.0.0.43 - - [2024-10-17 02:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.43 - - [2024-10-17 02:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.43 - - [2024-10-17 02:36:03] "POST /ref-update HTTP/1.1" 200 156 0.009334 10.0.0.43 - - [2024-10-17 02:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004941 10.0.0.43 - - [2024-10-17 02:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.43 - - [2024-10-17 02:36:03] "POST /ref-update HTTP/1.1" 200 156 0.009965 10.0.0.43 - - [2024-10-17 02:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.43 - - [2024-10-17 02:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004196 10.0.0.43 - - [2024-10-17 02:36:03] "POST /ref-update HTTP/1.1" 200 156 0.008197 10.0.0.43 - - [2024-10-17 02:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.43 - - [2024-10-17 02:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.43 - - [2024-10-17 02:36:03] "POST /ref-update HTTP/1.1" 200 156 0.008677 10.0.0.43 - - [2024-10-17 02:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004653 10.0.0.43 - - [2024-10-17 02:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.43 - - [2024-10-17 02:36:04] "POST /ref-update HTTP/1.1" 200 156 0.008597 10.0.0.43 - - [2024-10-17 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004162 10.0.0.43 - - [2024-10-17 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.43 - - [2024-10-17 02:36:04] "POST /ref-update HTTP/1.1" 200 156 0.008528 10.0.0.43 - - [2024-10-17 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004414 10.0.0.43 - - [2024-10-17 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.43 - - [2024-10-17 02:36:04] "POST /ref-update HTTP/1.1" 200 156 0.008779 10.0.0.43 - - [2024-10-17 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.43 - - [2024-10-17 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.43 - - [2024-10-17 02:36:04] "POST /ref-update HTTP/1.1" 200 156 0.009402 10.0.0.43 - - [2024-10-17 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.43 - - [2024-10-17 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.43 - - [2024-10-17 02:36:04] "POST /ref-update HTTP/1.1" 200 156 0.010624 10.0.0.43 - - [2024-10-17 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.43 - - [2024-10-17 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005110 10.0.0.43 - - [2024-10-17 02:36:04] "POST /ref-update HTTP/1.1" 200 156 0.013207 10.0.0.43 - - [2024-10-17 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006068 10.0.0.43 - - [2024-10-17 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004472 10.0.0.43 - - [2024-10-17 02:36:04] "POST /ref-update HTTP/1.1" 200 156 0.009763 10.0.0.43 - - [2024-10-17 02:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004432 10.0.0.43 - - [2024-10-17 02:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004409 10.0.0.43 - - [2024-10-17 02:36:05] "POST /ref-update HTTP/1.1" 200 156 0.012022 10.0.0.43 - - [2024-10-17 02:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004101 10.0.0.43 - - [2024-10-17 02:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004235 10.0.0.43 - - [2024-10-17 02:36:05] "POST /ref-update HTTP/1.1" 200 156 0.008896 10.0.0.43 - - [2024-10-17 02:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005162 10.0.0.43 - - [2024-10-17 02:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.43 - - [2024-10-17 02:36:05] "POST /ref-update HTTP/1.1" 200 156 0.009202 10.0.0.43 - - [2024-10-17 02:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004674 10.0.0.43 - - [2024-10-17 02:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.43 - - [2024-10-17 02:36:05] "POST /ref-update HTTP/1.1" 200 156 0.009040 10.0.0.43 - - [2024-10-17 02:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292 10.0.0.43 - - [2024-10-17 02:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.43 - - [2024-10-17 02:36:05] "POST /ref-update HTTP/1.1" 200 156 0.012511 10.0.0.43 - - [2024-10-17 02:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.43 - - [2024-10-17 02:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.43 - - [2024-10-17 02:36:05] "POST /ref-update HTTP/1.1" 200 156 0.020516 10.0.0.43 - - [2024-10-17 02:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.43 - - [2024-10-17 02:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004424 10.0.0.43 - - [2024-10-17 02:36:06] "POST /ref-update HTTP/1.1" 200 156 0.009188 10.0.0.43 - - [2024-10-17 02:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.43 - - [2024-10-17 02:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.43 - - [2024-10-17 02:36:06] "POST /ref-update HTTP/1.1" 200 156 0.010726 10.0.0.43 - - [2024-10-17 02:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.43 - - [2024-10-17 02:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.43 - - [2024-10-17 02:36:06] "POST /ref-update HTTP/1.1" 200 156 0.009346 10.0.0.43 - - [2024-10-17 02:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004634 10.0.0.43 - - [2024-10-17 02:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.43 - - [2024-10-17 02:36:06] "POST /ref-update HTTP/1.1" 200 156 0.009307 10.0.0.43 - - [2024-10-17 02:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.43 - - [2024-10-17 02:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005106 10.0.0.43 - - [2024-10-17 02:36:06] "POST /ref-update HTTP/1.1" 200 156 0.011690 10.0.0.43 - - [2024-10-17 02:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.43 - - [2024-10-17 02:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.43 - - [2024-10-17 02:36:06] "POST /ref-update HTTP/1.1" 200 156 0.010561 10.0.0.43 - - [2024-10-17 02:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.43 - - [2024-10-17 02:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.43 - - [2024-10-17 02:36:07] "POST /ref-update HTTP/1.1" 200 156 0.011021 10.0.0.43 - - [2024-10-17 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004484 10.0.0.43 - - [2024-10-17 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004871 10.0.0.43 - - [2024-10-17 02:36:07] "POST /ref-update HTTP/1.1" 200 156 0.010938 10.0.0.43 - - [2024-10-17 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004660 10.0.0.43 - - [2024-10-17 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004764 10.0.0.43 - - [2024-10-17 02:36:07] "POST /ref-update HTTP/1.1" 200 156 0.010052 10.0.0.43 - - [2024-10-17 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.43 - - [2024-10-17 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.43 - - [2024-10-17 02:36:07] "POST /ref-update HTTP/1.1" 200 156 0.009568 10.0.0.43 - - [2024-10-17 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004149 10.0.0.43 - - [2024-10-17 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.43 - - [2024-10-17 02:36:07] "POST /ref-update HTTP/1.1" 200 156 0.012943 10.0.0.43 - - [2024-10-17 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004485 10.0.0.43 - - [2024-10-17 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004945 10.0.0.43 - - [2024-10-17 02:36:07] "POST /ref-update HTTP/1.1" 200 156 0.012075 10.0.0.43 - - [2024-10-17 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004316 10.0.0.43 - - [2024-10-17 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004416 10.0.0.43 - - [2024-10-17 02:36:07] "POST /ref-update HTTP/1.1" 200 156 0.012058 10.0.0.43 - - [2024-10-17 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.43 - - [2024-10-17 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.43 - - [2024-10-17 02:36:08] "POST /ref-update HTTP/1.1" 200 156 0.010390 10.0.0.43 - - [2024-10-17 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.43 - - [2024-10-17 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.43 - - [2024-10-17 02:36:08] "POST /ref-update HTTP/1.1" 200 156 0.008981 10.0.0.43 - - [2024-10-17 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.43 - - [2024-10-17 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005035 10.0.0.43 - - [2024-10-17 02:36:08] "POST /ref-update HTTP/1.1" 200 156 0.009328 10.0.0.43 - - [2024-10-17 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004645 10.0.0.43 - - [2024-10-17 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.43 - - [2024-10-17 02:36:08] "POST /ref-update HTTP/1.1" 200 156 0.011072 10.0.0.43 - - [2024-10-17 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005761 10.0.0.43 - - [2024-10-17 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006645 10.0.0.43 - - [2024-10-17 02:36:08] "POST /ref-update HTTP/1.1" 200 156 0.012040 10.0.0.43 - - [2024-10-17 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006183 10.0.0.43 - - [2024-10-17 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.43 - - [2024-10-17 02:36:08] "POST /ref-update HTTP/1.1" 200 156 0.012200 10.0.0.43 - - [2024-10-17 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004362 10.0.0.43 - - [2024-10-17 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004923 10.0.0.43 - - [2024-10-17 02:36:09] "POST /ref-update HTTP/1.1" 200 156 0.010623 10.0.0.43 - - [2024-10-17 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.43 - - [2024-10-17 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004817 10.0.0.43 - - [2024-10-17 02:36:09] "POST /ref-update HTTP/1.1" 200 156 0.014405 10.0.0.43 - - [2024-10-17 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004316 10.0.0.43 - - [2024-10-17 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005411 10.0.0.43 - - [2024-10-17 02:36:09] "POST /ref-update HTTP/1.1" 200 156 0.009808 10.0.0.43 - - [2024-10-17 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.43 - - [2024-10-17 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.43 - - [2024-10-17 02:36:09] "POST /ref-update HTTP/1.1" 200 156 0.009506 10.0.0.43 - - [2024-10-17 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004141 10.0.0.43 - - [2024-10-17 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004579 10.0.0.43 - - [2024-10-17 02:36:09] "POST /ref-update HTTP/1.1" 200 156 0.010020 10.0.0.43 - - [2024-10-17 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004356 10.0.0.43 - - [2024-10-17 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004101 10.0.0.43 - - [2024-10-17 02:36:09] "POST /ref-update HTTP/1.1" 200 156 0.009660 10.0.0.43 - - [2024-10-17 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.43 - - [2024-10-17 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.43 - - [2024-10-17 02:36:10] "POST /ref-update HTTP/1.1" 200 156 0.010176 10.0.0.43 - - [2024-10-17 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004874 10.0.0.43 - - [2024-10-17 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.43 - - [2024-10-17 02:36:10] "POST /ref-update HTTP/1.1" 200 156 0.008778 10.0.0.43 - - [2024-10-17 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.43 - - [2024-10-17 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.43 - - [2024-10-17 02:36:10] "POST /ref-update HTTP/1.1" 200 156 0.016505 10.0.0.43 - - [2024-10-17 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.43 - - [2024-10-17 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004980 10.0.0.43 - - [2024-10-17 02:36:10] "POST /ref-update HTTP/1.1" 200 156 0.010510 10.0.0.43 - - [2024-10-17 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.43 - - [2024-10-17 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.43 - - [2024-10-17 02:36:10] "POST /ref-update HTTP/1.1" 200 156 0.009753 10.0.0.43 - - [2024-10-17 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005072 10.0.0.43 - - [2024-10-17 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004979 10.0.0.43 - - [2024-10-17 02:36:10] "POST /ref-update HTTP/1.1" 200 156 0.011095 10.0.0.43 - - [2024-10-17 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005507 10.0.0.43 - - [2024-10-17 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.43 - - [2024-10-17 02:36:10] "POST /ref-update HTTP/1.1" 200 156 0.010813 10.0.0.43 - - [2024-10-17 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.43 - - [2024-10-17 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.43 - - [2024-10-17 02:36:11] "POST /ref-update HTTP/1.1" 200 156 0.010670 10.0.0.43 - - [2024-10-17 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.43 - - [2024-10-17 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.43 - - [2024-10-17 02:36:11] "POST /ref-update HTTP/1.1" 200 156 0.010085 10.0.0.43 - - [2024-10-17 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.43 - - [2024-10-17 02:36:11] "GET /global-system-configs HTTP/1.1" 200 322 1.045792 10.0.0.43 - - [2024-10-17 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.43 - - [2024-10-17 02:36:11] "POST /ref-update HTTP/1.1" 200 156 0.008490 10.0.0.43 - - [2024-10-17 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004324 10.0.0.43 - - [2024-10-17 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.43 - - [2024-10-17 02:36:11] "POST /ref-update HTTP/1.1" 200 156 0.009944 10.0.0.43 - - [2024-10-17 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.43 - - [2024-10-17 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.43 - - [2024-10-17 02:36:11] "POST /ref-update HTTP/1.1" 200 156 0.010341 10.0.0.43 - - [2024-10-17 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004475 10.0.0.43 - - [2024-10-17 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.43 - - [2024-10-17 02:36:11] "POST /ref-update HTTP/1.1" 200 156 0.008790 10.0.0.43 - - [2024-10-17 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.43 - - [2024-10-17 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.43 - - [2024-10-17 02:36:12] "GET /global-system-configs HTTP/1.1" 200 322 0.033660 10.0.0.43 - - [2024-10-17 02:36:12] "POST /ref-update HTTP/1.1" 200 156 0.013116 10.0.0.43 - - [2024-10-17 02:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.43 - - [2024-10-17 02:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.43 - - [2024-10-17 02:36:12] "POST /ref-update HTTP/1.1" 200 156 0.008640 10.0.0.43 - - [2024-10-17 02:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.43 - - [2024-10-17 02:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.43 - - [2024-10-17 02:36:12] "POST /ref-update HTTP/1.1" 200 156 0.008683 10.0.0.43 - - [2024-10-17 02:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.43 - - [2024-10-17 02:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.43 - - [2024-10-17 02:36:12] "POST /ref-update HTTP/1.1" 200 156 0.009890 10.0.0.43 - - [2024-10-17 02:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.43 - - [2024-10-17 02:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.43 - - [2024-10-17 02:36:12] "POST /ref-update HTTP/1.1" 200 156 0.010569 10.0.0.43 - - [2024-10-17 02:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005094 10.0.0.43 - - [2024-10-17 02:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.43 - - [2024-10-17 02:36:12] "POST /ref-update HTTP/1.1" 200 156 0.012834 10.0.0.43 - - [2024-10-17 02:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.43 - - [2024-10-17 02:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004211 10.0.0.43 - - [2024-10-17 02:36:12] "POST /ref-update HTTP/1.1" 200 156 0.012324 10.0.0.43 - - [2024-10-17 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004415 10.0.0.43 - - [2024-10-17 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.43 - - [2024-10-17 02:36:13] "POST /ref-update HTTP/1.1" 200 156 0.010082 10.0.0.43 - - [2024-10-17 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004349 10.0.0.43 - - [2024-10-17 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004279 10.0.0.43 - - [2024-10-17 02:36:13] "POST /ref-update HTTP/1.1" 200 156 0.013319 10.0.0.43 - - [2024-10-17 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004372 10.0.0.43 - - [2024-10-17 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004741 10.0.0.43 - - [2024-10-17 02:36:13] "POST /ref-update HTTP/1.1" 200 156 0.009289 10.0.0.43 - - [2024-10-17 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.43 - - [2024-10-17 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.43 - - [2024-10-17 02:36:13] "POST /ref-update HTTP/1.1" 200 156 0.009282 10.0.0.43 - - [2024-10-17 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.43 - - [2024-10-17 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.43 - - [2024-10-17 02:36:13] "POST /ref-update HTTP/1.1" 200 156 0.010887 10.0.0.43 - - [2024-10-17 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004352 10.0.0.43 - - [2024-10-17 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004288 10.0.0.43 - - [2024-10-17 02:36:13] "POST /ref-update HTTP/1.1" 200 156 0.010995 10.0.0.43 - - [2024-10-17 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.43 - - [2024-10-17 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.43 - - [2024-10-17 02:36:14] "POST /ref-update HTTP/1.1" 200 156 0.008311 10.0.0.43 - - [2024-10-17 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.43 - - [2024-10-17 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004178 10.0.0.43 - - [2024-10-17 02:36:14] "POST /ref-update HTTP/1.1" 200 156 0.009542 10.0.0.43 - - [2024-10-17 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.43 - - [2024-10-17 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.43 - - [2024-10-17 02:36:14] "POST /ref-update HTTP/1.1" 200 156 0.009163 10.0.0.43 - - [2024-10-17 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.43 - - [2024-10-17 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.43 - - [2024-10-17 02:36:14] "POST /ref-update HTTP/1.1" 200 156 0.010313 10.0.0.43 - - [2024-10-17 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004536 10.0.0.43 - - [2024-10-17 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.43 - - [2024-10-17 02:36:14] "POST /ref-update HTTP/1.1" 200 156 0.011955 10.0.0.43 - - [2024-10-17 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.43 - - [2024-10-17 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.43 - - [2024-10-17 02:36:14] "POST /ref-update HTTP/1.1" 200 156 0.011891 10.0.0.43 - - [2024-10-17 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004731 10.0.0.43 - - [2024-10-17 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004699 10.0.0.43 - - [2024-10-17 02:36:15] "POST /ref-update HTTP/1.1" 200 156 0.010211 10.0.0.43 - - [2024-10-17 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004562 10.0.0.43 - - [2024-10-17 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.43 - - [2024-10-17 02:36:15] "POST /ref-update HTTP/1.1" 200 156 0.009510 10.0.0.43 - - [2024-10-17 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.43 - - [2024-10-17 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.43 - - [2024-10-17 02:36:15] "POST /ref-update HTTP/1.1" 200 156 0.010595 10.0.0.43 - - [2024-10-17 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133 10.0.0.43 - - [2024-10-17 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004221 10.0.0.43 - - [2024-10-17 02:36:15] "POST /ref-update HTTP/1.1" 200 156 0.009473 10.0.0.43 - - [2024-10-17 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004673 10.0.0.43 - - [2024-10-17 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.43 - - [2024-10-17 02:36:15] "POST /ref-update HTTP/1.1" 200 156 0.009960 10.0.0.43 - - [2024-10-17 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.43 - - [2024-10-17 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.43 - - [2024-10-17 02:36:15] "POST /ref-update HTTP/1.1" 200 156 0.008891 10.0.0.43 - - [2024-10-17 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928 10.0.0.43 - - [2024-10-17 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004290 10.0.0.43 - - [2024-10-17 02:36:15] "POST /ref-update HTTP/1.1" 200 156 0.008483 10.0.0.43 - - [2024-10-17 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.43 - - [2024-10-17 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.43 - - [2024-10-17 02:36:16] "POST /ref-update HTTP/1.1" 200 156 0.008967 10.0.0.43 - - [2024-10-17 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.43 - - [2024-10-17 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.43 - - [2024-10-17 02:36:16] "POST /ref-update HTTP/1.1" 200 156 0.008929 10.0.0.43 - - [2024-10-17 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.43 - - [2024-10-17 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.43 - - [2024-10-17 02:36:16] "POST /ref-update HTTP/1.1" 200 156 0.009092 10.0.0.43 - - [2024-10-17 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.43 - - [2024-10-17 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.43 - - [2024-10-17 02:36:16] "POST /ref-update HTTP/1.1" 200 156 0.010757 10.0.0.43 - - [2024-10-17 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004439 10.0.0.43 - - [2024-10-17 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.43 - - [2024-10-17 02:36:16] "POST /ref-update HTTP/1.1" 200 156 0.012061 10.0.0.43 - - [2024-10-17 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005697 10.0.0.43 - - [2024-10-17 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005194 10.0.0.43 - - [2024-10-17 02:36:16] "POST /ref-update HTTP/1.1" 200 156 0.010054 10.0.0.43 - - [2024-10-17 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.43 - - [2024-10-17 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.43 - - [2024-10-17 02:36:16] "POST /ref-update HTTP/1.1" 200 156 0.008335 10.0.0.43 - - [2024-10-17 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.43 - - [2024-10-17 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004611 10.0.0.43 - - [2024-10-17 02:36:17] "POST /ref-update HTTP/1.1" 200 156 0.012052 10.0.0.43 - - [2024-10-17 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.43 - - [2024-10-17 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.43 - - [2024-10-17 02:36:17] "POST /ref-update HTTP/1.1" 200 156 0.008494 10.0.0.43 - - [2024-10-17 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.43 - - [2024-10-17 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.43 - - [2024-10-17 02:36:17] "POST /ref-update HTTP/1.1" 200 156 0.008531 10.0.0.43 - - [2024-10-17 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004238 10.0.0.43 - - [2024-10-17 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003765 10.0.0.43 - - [2024-10-17 02:36:17] "POST /ref-update HTTP/1.1" 200 156 0.008606 10.0.0.43 - - [2024-10-17 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.43 - - [2024-10-17 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.43 - - [2024-10-17 02:36:17] "POST /ref-update HTTP/1.1" 200 156 0.008808 10.0.0.43 - - [2024-10-17 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.43 - - [2024-10-17 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.43 - - [2024-10-17 02:36:17] "POST /ref-update HTTP/1.1" 200 156 0.009689 10.0.0.43 - - [2024-10-17 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.43 - - [2024-10-17 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.43 - - [2024-10-17 02:36:18] "POST /ref-update HTTP/1.1" 200 156 0.009359 10.0.0.43 - - [2024-10-17 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.43 - - [2024-10-17 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.43 - - [2024-10-17 02:36:18] "POST /ref-update HTTP/1.1" 200 156 0.008790 10.0.0.43 - - [2024-10-17 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004567 10.0.0.43 - - [2024-10-17 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003765 10.0.0.43 - - [2024-10-17 02:36:18] "POST /ref-update HTTP/1.1" 200 156 0.011616 10.0.0.43 - - [2024-10-17 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.43 - - [2024-10-17 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.43 - - [2024-10-17 02:36:18] "POST /ref-update HTTP/1.1" 200 156 0.010944 10.0.0.43 - - [2024-10-17 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004187 10.0.0.43 - - [2024-10-17 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005366 10.0.0.43 - - [2024-10-17 02:36:18] "POST /ref-update HTTP/1.1" 200 156 0.010075 10.0.0.43 - - [2024-10-17 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004782 10.0.0.43 - - [2024-10-17 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006256 10.0.0.43 - - [2024-10-17 02:36:18] "POST /ref-update HTTP/1.1" 200 156 0.012697 10.0.0.43 - - [2024-10-17 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.43 - - [2024-10-17 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004628 10.0.0.43 - - [2024-10-17 02:36:18] "POST /ref-update HTTP/1.1" 200 156 0.009505 10.0.0.43 - - [2024-10-17 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.43 - - [2024-10-17 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.43 - - [2024-10-17 02:36:19] "POST /ref-update HTTP/1.1" 200 156 0.010576 10.0.0.43 - - [2024-10-17 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.43 - - [2024-10-17 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.43 - - [2024-10-17 02:36:19] "POST /ref-update HTTP/1.1" 200 156 0.010447 10.0.0.43 - - [2024-10-17 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004145 10.0.0.43 - - [2024-10-17 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.43 - - [2024-10-17 02:36:19] "POST /ref-update HTTP/1.1" 200 156 0.008164 10.0.0.43 - - [2024-10-17 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.43 - - [2024-10-17 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.43 - - [2024-10-17 02:36:19] "POST /ref-update HTTP/1.1" 200 156 0.008638 10.0.0.43 - - [2024-10-17 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.43 - - [2024-10-17 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004314 10.0.0.43 - - [2024-10-17 02:36:19] "POST /ref-update HTTP/1.1" 200 156 0.010509 10.0.0.43 - - [2024-10-17 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.43 - - [2024-10-17 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.43 - - [2024-10-17 02:36:19] "POST /ref-update HTTP/1.1" 200 156 0.008271 10.0.0.43 - - [2024-10-17 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.43 - - [2024-10-17 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.43 - - [2024-10-17 02:36:20] "POST /ref-update HTTP/1.1" 200 156 0.008856 10.0.0.43 - - [2024-10-17 02:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.43 - - [2024-10-17 02:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.43 - - [2024-10-17 02:36:20] "POST /ref-update HTTP/1.1" 200 156 0.009824 10.0.0.43 - - [2024-10-17 02:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.43 - - [2024-10-17 02:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.43 - - [2024-10-17 02:36:20] "POST /ref-update HTTP/1.1" 200 156 0.009333 10.0.0.43 - - [2024-10-17 02:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.43 - - [2024-10-17 02:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004390 10.0.0.43 - - [2024-10-17 02:36:20] "POST /ref-update HTTP/1.1" 200 156 0.010171 10.0.0.43 - - [2024-10-17 02:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.43 - - [2024-10-17 02:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.43 - - [2024-10-17 02:36:20] "POST /ref-update HTTP/1.1" 200 156 0.010225 10.0.0.43 - - [2024-10-17 02:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004289 10.0.0.43 - - [2024-10-17 02:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005109 10.0.0.43 - - [2024-10-17 02:36:20] "POST /ref-update HTTP/1.1" 200 156 0.012460 10.0.0.43 - - [2024-10-17 02:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006131 10.0.0.43 - - [2024-10-17 02:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004461 10.0.0.43 - - [2024-10-17 02:36:20] "POST /ref-update HTTP/1.1" 200 156 0.009819 10.0.0.43 - - [2024-10-17 02:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.010552 10.0.0.43 - - [2024-10-17 02:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004340 10.0.0.43 - - [2024-10-17 02:36:21] "POST /ref-update HTTP/1.1" 200 156 0.011418 10.0.0.43 - - [2024-10-17 02:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.43 - - [2024-10-17 02:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.43 - - [2024-10-17 02:36:21] "POST /ref-update HTTP/1.1" 200 156 0.010473 10.0.0.43 - - [2024-10-17 02:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.43 - - [2024-10-17 02:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.43 - - [2024-10-17 02:36:21] "POST /ref-update HTTP/1.1" 200 156 0.012094 10.0.0.43 - - [2024-10-17 02:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.43 - - [2024-10-17 02:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.43 - - [2024-10-17 02:36:21] "POST /ref-update HTTP/1.1" 200 156 0.009542 10.0.0.43 - - [2024-10-17 02:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.43 - - [2024-10-17 02:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.43 - - [2024-10-17 02:36:21] "POST /ref-update HTTP/1.1" 200 156 0.010976 10.0.0.43 - - [2024-10-17 02:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.43 - - [2024-10-17 02:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.43 - - [2024-10-17 02:36:21] "POST /ref-update HTTP/1.1" 200 156 0.010520 10.0.0.43 - - [2024-10-17 02:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.43 - - [2024-10-17 02:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.43 - - [2024-10-17 02:36:22] "POST /ref-update HTTP/1.1" 200 156 0.011877 10.0.0.43 - - [2024-10-17 02:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.43 - - [2024-10-17 02:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.43 - - [2024-10-17 02:36:22] "POST /ref-update HTTP/1.1" 200 156 0.010357 10.0.0.43 - - [2024-10-17 02:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.43 - - [2024-10-17 02:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854 10.0.0.43 - - [2024-10-17 02:36:22] "POST /ref-update HTTP/1.1" 200 156 0.012797 10.0.0.43 - - [2024-10-17 02:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.43 - - [2024-10-17 02:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.43 - - [2024-10-17 02:36:22] "POST /ref-update HTTP/1.1" 200 156 0.010759 10.0.0.43 - - [2024-10-17 02:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004807 10.0.0.43 - - [2024-10-17 02:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004429 10.0.0.43 - - [2024-10-17 02:36:22] "POST /ref-update HTTP/1.1" 200 156 0.013219 10.0.0.43 - - [2024-10-17 02:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.43 - - [2024-10-17 02:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004642 10.0.0.43 - - [2024-10-17 02:36:22] "POST /ref-update HTTP/1.1" 200 156 0.012318 10.0.0.43 - - [2024-10-17 02:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.43 - - [2024-10-17 02:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004189 10.0.0.43 - - [2024-10-17 02:36:22] "POST /ref-update HTTP/1.1" 200 156 0.011731 10.0.0.43 - - [2024-10-17 02:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.43 - - [2024-10-17 02:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.43 - - [2024-10-17 02:36:23] "POST /ref-update HTTP/1.1" 200 156 0.011231 10.0.0.43 - - [2024-10-17 02:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.43 - - [2024-10-17 02:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.43 - - [2024-10-17 02:36:23] "POST /ref-update HTTP/1.1" 200 156 0.009746 10.0.0.43 - - [2024-10-17 02:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.43 - - [2024-10-17 02:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.43 - - [2024-10-17 02:36:23] "POST /ref-update HTTP/1.1" 200 156 0.013140 10.0.0.43 - - [2024-10-17 02:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.43 - - [2024-10-17 02:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.43 - - [2024-10-17 02:36:23] "POST /ref-update HTTP/1.1" 200 156 0.010435 10.0.0.43 - - [2024-10-17 02:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.43 - - [2024-10-17 02:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.43 - - [2024-10-17 02:36:23] "POST /ref-update HTTP/1.1" 200 156 0.009455 10.0.0.43 - - [2024-10-17 02:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.43 - - [2024-10-17 02:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.43 - - [2024-10-17 02:36:23] "POST /ref-update HTTP/1.1" 200 156 0.011280 10.0.0.43 - - [2024-10-17 02:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.43 - - [2024-10-17 02:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.43 - - [2024-10-17 02:36:24] "POST /ref-update HTTP/1.1" 200 156 0.009749 10.0.0.43 - - [2024-10-17 02:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.43 - - [2024-10-17 02:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.43 - - [2024-10-17 02:36:24] "POST /ref-update HTTP/1.1" 200 156 0.012715 10.0.0.43 - - [2024-10-17 02:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004630 10.0.0.43 - - [2024-10-17 02:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004359 10.0.0.43 - - [2024-10-17 02:36:24] "POST /ref-update HTTP/1.1" 200 156 0.011214 10.0.0.43 - - [2024-10-17 02:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004344 10.0.0.43 - - [2024-10-17 02:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.43 - - [2024-10-17 02:36:24] "POST /ref-update HTTP/1.1" 200 156 0.011689 10.0.0.43 - - [2024-10-17 02:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.43 - - [2024-10-17 02:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.43 - - [2024-10-17 02:36:24] "POST /ref-update HTTP/1.1" 200 156 0.012238 10.0.0.43 - - [2024-10-17 02:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.43 - - [2024-10-17 02:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.43 - - [2024-10-17 02:36:24] "POST /ref-update HTTP/1.1" 200 156 0.014001 10.0.0.43 - - [2024-10-17 02:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.43 - - [2024-10-17 02:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.43 - - [2024-10-17 02:36:25] "POST /ref-update HTTP/1.1" 200 156 0.014120 10.0.0.43 - - [2024-10-17 02:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.43 - - [2024-10-17 02:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.43 - - [2024-10-17 02:36:25] "POST /ref-update HTTP/1.1" 200 156 0.013511 10.0.0.43 - - [2024-10-17 02:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.43 - - [2024-10-17 02:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.43 - - [2024-10-17 02:36:25] "POST /ref-update HTTP/1.1" 200 156 0.009794 10.0.0.43 - - [2024-10-17 02:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.43 - - [2024-10-17 02:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.43 - - [2024-10-17 02:36:25] "POST /ref-update HTTP/1.1" 200 156 0.009343 10.0.0.43 - - [2024-10-17 02:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.43 - - [2024-10-17 02:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.43 - - [2024-10-17 02:36:25] "POST /ref-update HTTP/1.1" 200 156 0.010028 10.0.0.43 - - [2024-10-17 02:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.43 - - [2024-10-17 02:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.43 - - [2024-10-17 02:36:25] "POST /ref-update HTTP/1.1" 200 156 0.010448 10.0.0.43 - - [2024-10-17 02:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.43 - - [2024-10-17 02:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.43 - - [2024-10-17 02:36:25] "POST /ref-update HTTP/1.1" 200 156 0.010031 10.0.0.43 - - [2024-10-17 02:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.43 - - [2024-10-17 02:36:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004296 10.0.0.43 - - [2024-10-17 02:36:26] "POST /ref-update HTTP/1.1" 200 156 0.011912 10.0.0.43 - - [2024-10-17 02:36:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.43 - - [2024-10-17 02:36:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.43 - - [2024-10-17 02:36:26] "POST /ref-update HTTP/1.1" 200 156 0.009319 10.0.0.43 - - [2024-10-17 02:36:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.43 - - [2024-10-17 02:36:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.43 - - [2024-10-17 02:36:26] "POST /ref-update HTTP/1.1" 200 156 0.010584 10.0.0.43 - - [2024-10-17 02:36:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004209 10.0.0.43 - - [2024-10-17 02:36:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.43 - - [2024-10-17 02:36:26] "POST /ref-update HTTP/1.1" 200 156 0.011132 10.0.0.43 - - [2024-10-17 02:36:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.43 - - [2024-10-17 02:36:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.43 - - [2024-10-17 02:36:26] "POST /ref-update HTTP/1.1" 200 156 0.010824 10.0.0.43 - - [2024-10-17 02:36:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.43 - - [2024-10-17 02:36:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.43 - - [2024-10-17 02:36:26] "POST /ref-update HTTP/1.1" 200 156 0.011026 10.0.0.43 - - [2024-10-17 02:36:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004319 10.0.0.43 - - [2024-10-17 02:36:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.43 - - [2024-10-17 02:36:27] "POST /ref-update HTTP/1.1" 200 156 0.009140 10.0.0.43 - - [2024-10-17 02:36:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.43 - - [2024-10-17 02:36:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.43 - - [2024-10-17 02:36:27] "POST /ref-update HTTP/1.1" 200 156 0.009379 10.0.0.43 - - [2024-10-17 02:36:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.43 - - [2024-10-17 02:36:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004429 10.0.0.43 - - [2024-10-17 02:36:27] "POST /ref-update HTTP/1.1" 200 156 0.010218 10.0.0.43 - - [2024-10-17 02:36:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.43 - - [2024-10-17 02:36:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.43 - - [2024-10-17 02:36:27] "POST /ref-update HTTP/1.1" 200 156 0.011305 10.0.0.43 - - [2024-10-17 02:36:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.43 - - [2024-10-17 02:36:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.43 - - [2024-10-17 02:36:27] "POST /ref-update HTTP/1.1" 200 156 0.010125 10.0.0.43 - - [2024-10-17 02:36:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.43 - - [2024-10-17 02:36:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.43 - - [2024-10-17 02:36:27] "POST /ref-update HTTP/1.1" 200 156 0.009650 10.0.0.43 - - [2024-10-17 02:36:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.43 - - [2024-10-17 02:36:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004218 10.0.0.43 - - [2024-10-17 02:36:27] "POST /ref-update HTTP/1.1" 200 156 0.010041 10.0.0.43 - - [2024-10-17 02:36:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.43 - - [2024-10-17 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.43 - - [2024-10-17 02:36:28] "POST /ref-update HTTP/1.1" 200 156 0.010094 10.0.0.43 - - [2024-10-17 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.43 - - [2024-10-17 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.43 - - [2024-10-17 02:36:28] "POST /ref-update HTTP/1.1" 200 156 0.008493 10.0.0.43 - - [2024-10-17 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.43 - - [2024-10-17 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004918 10.0.0.43 - - [2024-10-17 02:36:28] "POST /ref-update HTTP/1.1" 200 156 0.010984 10.0.0.43 - - [2024-10-17 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005096 10.0.0.43 - - [2024-10-17 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004528 10.0.0.43 - - [2024-10-17 02:36:28] "POST /ref-update HTTP/1.1" 200 156 0.011098 10.0.0.43 - - [2024-10-17 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.43 - - [2024-10-17 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005596 10.0.0.43 - - [2024-10-17 02:36:28] "POST /ref-update HTTP/1.1" 200 156 0.013971 10.0.0.43 - - [2024-10-17 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004269 10.0.0.43 - - [2024-10-17 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.43 - - [2024-10-17 02:36:28] "POST /ref-update HTTP/1.1" 200 156 0.008330 10.0.0.43 - - [2024-10-17 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.43 - - [2024-10-17 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004308 10.0.0.43 - - [2024-10-17 02:36:29] "POST /ref-update HTTP/1.1" 200 156 0.008657 10.0.0.43 - - [2024-10-17 02:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004378 10.0.0.43 - - [2024-10-17 02:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.43 - - [2024-10-17 02:36:29] "POST /ref-update HTTP/1.1" 200 156 0.009418 10.0.0.43 - - [2024-10-17 02:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.43 - - [2024-10-17 02:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.43 - - [2024-10-17 02:36:29] "POST /ref-update HTTP/1.1" 200 156 0.009642 10.0.0.43 - - [2024-10-17 02:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.43 - - [2024-10-17 02:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004079 10.0.0.43 - - [2024-10-17 02:36:29] "POST /ref-update HTTP/1.1" 200 156 0.007697 10.0.0.43 - - [2024-10-17 02:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.43 - - [2024-10-17 02:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.43 - - [2024-10-17 02:36:29] "POST /ref-update HTTP/1.1" 200 156 0.009402 10.0.0.43 - - [2024-10-17 02:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.43 - - [2024-10-17 02:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.43 - - [2024-10-17 02:36:29] "POST /ref-update HTTP/1.1" 200 156 0.009613 10.0.0.43 - - [2024-10-17 02:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.43 - - [2024-10-17 02:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.43 - - [2024-10-17 02:36:29] "POST /ref-update HTTP/1.1" 200 156 0.011227 10.0.0.43 - - [2024-10-17 02:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.43 - - [2024-10-17 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.43 - - [2024-10-17 02:36:30] "POST /ref-update HTTP/1.1" 200 156 0.011685 10.0.0.43 - - [2024-10-17 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.43 - - [2024-10-17 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018 10.0.0.43 - - [2024-10-17 02:36:30] "POST /ref-update HTTP/1.1" 200 156 0.011711 10.0.0.43 - - [2024-10-17 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.43 - - [2024-10-17 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.43 - - [2024-10-17 02:36:30] "POST /ref-update HTTP/1.1" 200 156 0.012240 10.0.0.43 - - [2024-10-17 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.43 - - [2024-10-17 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.43 - - [2024-10-17 02:36:30] "POST /ref-update HTTP/1.1" 200 156 0.013766 10.0.0.43 - - [2024-10-17 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.43 - - [2024-10-17 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.43 - - [2024-10-17 02:36:30] "POST /ref-update HTTP/1.1" 200 156 0.013552 10.0.0.43 - - [2024-10-17 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.43 - - [2024-10-17 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004983 10.0.0.43 - - [2024-10-17 02:36:30] "POST /ref-update HTTP/1.1" 200 156 0.011980 10.0.0.43 - - [2024-10-17 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.43 - - [2024-10-17 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.43 - - [2024-10-17 02:36:31] "POST /ref-update HTTP/1.1" 200 156 0.011175 10.0.0.43 - - [2024-10-17 02:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.43 - - [2024-10-17 02:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004898 10.0.0.43 - - [2024-10-17 02:36:31] "POST /ref-update HTTP/1.1" 200 156 0.010308 10.0.0.43 - - [2024-10-17 02:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.43 - - [2024-10-17 02:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.43 - - [2024-10-17 02:36:31] "POST /ref-update HTTP/1.1" 200 156 0.010442 10.0.0.43 - - [2024-10-17 02:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.43 - - [2024-10-17 02:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.43 - - [2024-10-17 02:36:31] "POST /ref-update HTTP/1.1" 200 156 0.009499 10.0.0.43 - - [2024-10-17 02:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005177 10.0.0.43 - - [2024-10-17 02:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.43 - - [2024-10-17 02:36:31] "POST /ref-update HTTP/1.1" 200 156 0.009293 10.0.0.43 - - [2024-10-17 02:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004380 10.0.0.43 - - [2024-10-17 02:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.43 - - [2024-10-17 02:36:31] "POST /ref-update HTTP/1.1" 200 156 0.009562 10.0.0.43 - - [2024-10-17 02:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.43 - - [2024-10-17 02:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.43 - - [2024-10-17 02:36:31] "POST /ref-update HTTP/1.1" 200 156 0.010665 10.0.0.43 - - [2024-10-17 02:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.43 - - [2024-10-17 02:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.43 - - [2024-10-17 02:36:32] "POST /ref-update HTTP/1.1" 200 156 0.010766 10.0.0.43 - - [2024-10-17 02:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.43 - - [2024-10-17 02:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.43 - - [2024-10-17 02:36:32] "POST /ref-update HTTP/1.1" 200 156 0.008910 10.0.0.43 - - [2024-10-17 02:36:32] "POST /network-ipams HTTP/1.1" 200 550 0.020125 10.0.0.43 - - [2024-10-17 02:36:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002829 10.0.0.43 - - [2024-10-17 02:36:32] "POST /virtual-networks HTTP/1.1" 200 552 0.102112 10.0.0.43 - - [2024-10-17 02:36:32] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.003359 10.0.0.43 - - [2024-10-17 02:36:32] "POST /fqname-to-id HTTP/1.1" 404 188 0.003407 10.0.0.43 - - [2024-10-17 02:36:32] "POST /fqname-to-id HTTP/1.1" 404 178 0.003368 10.0.0.43 - - [2024-10-17 02:36:32] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.004153 10.0.0.43 - - [2024-10-17 02:36:32] "GET /fabric/ce1ba5f6-8688-4b46-90f9-6687c90a4ed7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1117 0.004911 10.0.0.43 - - [2024-10-17 02:36:32] "POST /fqname-to-id HTTP/1.1" 404 198 0.003435 10.0.0.43 - - [2024-10-17 02:36:32] "POST /fqname-to-id HTTP/1.1" 404 205 0.004092 10.0.0.43 - - [2024-10-17 02:36:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.004370 10.0.0.43 - - [2024-10-17 02:36:32] "POST /route-targets HTTP/1.1" 200 327 0.013283 10.0.0.43 - - [2024-10-17 02:36:33] "POST /ref-update HTTP/1.1" 200 156 0.014262 10.0.0.43 - - [2024-10-17 02:37:00] "GET / HTTP/1.1" 200 35931 0.002203 10.0.0.43 - - [2024-10-17 02:37:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000544 10.0.0.43 - - [2024-10-17 02:37:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.035765 10.0.0.43 - - [2024-10-17 02:37:00] "GET /routing-instance/a96d5c18-2c18-43c5-90c4-982d0fa18608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003535 10.0.0.43 - - [2024-10-17 02:37:00] "POST /bgp-routers HTTP/1.1" 200 620 0.020892 10.0.0.43 - - [2024-10-17 02:37:01] "GET /bgp-router/4d2c09b2-2870-4ca0-8527-ff408d668346?fields=global_system_config_back_refs HTTP/1.1" 200 1115 0.005587 10.0.0.43 - - [2024-10-17 02:37:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.43 - - [2024-10-17 02:37:01] "GET /global-system-config/446cf724-5c71-40f3-825b-00808ae4f729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2340 0.005571 10.0.0.43 - - [2024-10-17 02:37:01] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003838 10.0.0.43 - - [2024-10-17 02:37:01] "POST /ref-update HTTP/1.1" 200 156 0.019202 10.0.0.43 - - [2024-10-17 02:37:59] "GET / HTTP/1.1" 200 35931 0.002381 10.0.0.43 - - [2024-10-17 02:37:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000563 10.0.0.43 - - [2024-10-17 02:37:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.032025 10.0.0.43 - - [2024-10-17 02:37:59] "GET /global-system-config/446cf724-5c71-40f3-825b-00808ae4f729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.006139 10.0.0.43 - - [2024-10-17 02:37:59] "POST /fqname-to-id HTTP/1.1" 404 220 0.003375 10.0.0.43 - - [2024-10-17 02:37:59] "POST /database-nodes HTTP/1.1" 200 603 0.020043 10.0.0.43 - - [2024-10-17 02:38:50] "GET / HTTP/1.1" 200 35931 0.002872 10.0.0.43 - - [2024-10-17 02:38:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000708 10.0.0.43 - - [2024-10-17 02:38:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.030834 10.0.0.43 - - [2024-10-17 02:38:50] "GET /global-system-config/446cf724-5c71-40f3-825b-00808ae4f729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.003340 10.0.0.43 - - [2024-10-17 02:38:50] "POST /fqname-to-id HTTP/1.1" 404 220 0.003245 10.0.0.43 - - [2024-10-17 02:38:50] "POST /analytics-nodes HTTP/1.1" 200 605 0.020441 10.0.0.43 - - [2024-10-17 02:38:56] "GET / HTTP/1.1" 200 35931 0.002367 10.0.0.43 - - [2024-10-17 02:39:08] "GET / HTTP/1.1" 200 35931 0.001924 10.0.0.43 - - [2024-10-17 02:39:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000724 10.0.0.43 - - [2024-10-17 02:39:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.033293 10.0.0.43 - - [2024-10-17 02:39:08] "GET /global-system-config/446cf724-5c71-40f3-825b-00808ae4f729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.003684 10.0.0.43 - - [2024-10-17 02:39:08] "POST /fqname-to-id HTTP/1.1" 404 220 0.003435 10.0.0.43 - - [2024-10-17 02:39:08] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.022215 10.0.0.43 - - [2024-10-17 02:39:20] "GET / HTTP/1.1" 200 35931 0.002133 10.0.0.43 - - [2024-10-17 02:39:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000551 10.0.0.43 - - [2024-10-17 02:39:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.031336 10.0.0.43 - - [2024-10-17 02:39:21] "GET /global-system-config/446cf724-5c71-40f3-825b-00808ae4f729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.004044 10.0.0.43 - - [2024-10-17 02:39:21] "POST /fqname-to-id HTTP/1.1" 404 220 0.003540 10.0.0.43 - - [2024-10-17 02:39:21] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.018990 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.43 - - [2024-10-17 02:39:31] "GET /obj-perms HTTP/1.1" 200 5056 0.426166 10.0.0.43 - - [2024-10-17 02:39:32] "GET /obj-perms HTTP/1.1" 200 5056 0.058142 10.0.0.43 - - [2024-10-17 02:40:32] "GET /obj-perms HTTP/1.1" 200 5056 0.060148 10.0.0.43 - - [2024-10-17 02:40:32] "GET /obj-perms HTTP/1.1" 200 5056 0.056813 10.0.0.43 - - [2024-10-17 02:41:01] "GET / HTTP/1.1" 200 35931 0.002169 10.0.0.43 - - [2024-10-17 02:41:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000545 10.0.0.43 - - [2024-10-17 02:41:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.034972 10.0.0.43 - - [2024-10-17 02:41:02] "GET /global-system-config/446cf724-5c71-40f3-825b-00808ae4f729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.004777 10.0.0.43 - - [2024-10-17 02:41:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.43 - - [2024-10-17 02:41:02] "GET /routing-instance/a96d5c18-2c18-43c5-90c4-982d0fa18608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.004170 10.0.0.43 - - [2024-10-17 02:41:02] "PUT /global-system-config/446cf724-5c71-40f3-825b-00808ae4f729 HTTP/1.1" 200 274 0.015273 10.0.0.43 - - [2024-10-17 02:41:02] "POST /fqname-to-id HTTP/1.1" 404 218 0.004324 10.0.0.43 - - [2024-10-17 02:41:02] "POST /virtual-routers HTTP/1.1" 200 603 0.028496 10.0.0.43 - - [2024-10-17 02:41:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.43 - - [2024-10-17 02:41:02] "GET /virtual-router/8932db0f-7860-4eed-a5b4-2034a96471ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1244 0.006487 10.0.0.43 - - [2024-10-17 02:41:02] "POST /fqname-to-id HTTP/1.1" 404 231 0.003432 10.0.0.43 - - [2024-10-17 02:41:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.43 - - [2024-10-17 02:41:02] "GET /virtual-network/f8603174-d0f7-485f-a071-c91a32046c7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.004144 10.0.0.43 - - [2024-10-17 02:41:02] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.046827 10.0.0.43 - - [2024-10-17 02:41:03] "PUT /access-control-list/70111273-2baa-417e-842d-d797a33fc885 HTTP/1.1" 200 272 0.055525 10.0.0.43 - - [2024-10-17 02:41:07] "GET /global-system-configs HTTP/1.1" 200 322 0.036674 10.0.0.43 - - [2024-10-17 02:41:08] "GET /obj-perms HTTP/1.1" 200 5056 0.078048 10.0.0.43 - - [2024-10-17 02:41:08] "GET /global-system-configs HTTP/1.1" 200 322 0.008378 10.0.0.43 - - [2024-10-17 02:41:08] "GET /obj-perms HTTP/1.1" 200 5056 0.032006 [Introspect:8084]10.0.0.43 - - [2024-10-17 02:41:11] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001281 [Introspect:8084]10.0.0.43 - - [2024-10-17 02:41:11] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001346 [Introspect:8084]10.0.0.43 - - [2024-10-17 02:41:14] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001047 [Introspect:8084]10.0.0.43 - - [2024-10-17 02:41:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001786 10.0.0.43 - - [2024-10-17 02:41:33] "GET /obj-perms HTTP/1.1" 200 5056 0.059401 10.0.0.43 - - [2024-10-17 02:41:33] "GET /obj-perms HTTP/1.1" 200 5056 0.058008 10.0.0.43 - - [2024-10-17 02:42:15] "GET / HTTP/1.1" 200 35931 0.003515 10.0.0.43 - - [2024-10-17 02:42:15] "GET /project/ebdfe675-5df2-4103-930b-563a68a7e7ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000614 10.0.0.43 - - [2024-10-17 02:42:16] "GET /projects?obj_uuids=ebdfe675-5df2-4103-930b-563a68a7e7ad&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.030015 10.0.0.43 - - [2024-10-17 02:42:16] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001383 10.0.0.43 - - [2024-10-17 02:42:16] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.034720 10.0.0.43 - - [2024-10-17 02:42:16] "POST /id-to-fqname HTTP/1.1" 200 167 0.002561 10.0.0.43 - - [2024-10-17 02:42:16] "POST /fqname-to-id HTTP/1.1" 404 176 0.003644 10.0.0.43 - - [2024-10-17 02:42:16] "POST /security-groups HTTP/1.1" 200 568 0.072699 10.0.0.43 - - [2024-10-17 02:42:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.003762 10.0.0.43 - - [2024-10-17 02:42:16] "POST /projects HTTP/1.1" 200 539 0.262941 10.0.0.43 - - [2024-10-17 02:42:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.298018 10.0.0.43 - - [2024-10-17 02:42:16] "POST /access-control-lists HTTP/1.1" 200 573 0.070206 10.0.0.43 - - [2024-10-17 02:42:16] "GET /project/ebdfe675-5df2-4103-930b-563a68a7e7ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.505533 10.0.0.43 - - [2024-10-17 02:42:16] "POST /fqname-to-id HTTP/1.1" 404 206 0.003526 10.0.0.43 - - [2024-10-17 02:42:16] "POST /access-control-lists HTTP/1.1" 200 571 0.063774 [Introspect:8084]10.0.0.43 - - [2024-10-17 02:42:16] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001428 10.0.0.43 - - [2024-10-17 02:42:17] "POST /fqname-to-id HTTP/1.1" 404 199 0.026938 10.0.0.43 - - [2024-10-17 02:42:17] "GET /projects?obj_uuids=c25bef15-4538-427a-b563-e4a1fb346a6a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003886 10.0.0.43 - - [2024-10-17 02:42:17] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001292 10.0.0.43 - - [2024-10-17 02:42:17] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008464 10.0.0.43 - - [2024-10-17 02:42:17] "POST /id-to-fqname HTTP/1.1" 200 201 0.001496 10.0.0.43 - - [2024-10-17 02:42:17] "POST /fqname-to-id HTTP/1.1" 404 210 0.006195 10.0.0.43 - - [2024-10-17 02:42:17] "POST /security-groups HTTP/1.1" 200 602 0.063439 10.0.0.43 - - [2024-10-17 02:42:17] "POST /fqname-to-id HTTP/1.1" 404 245 0.003136 10.0.0.43 - - [2024-10-17 02:42:17] "POST /projects HTTP/1.1" 200 607 0.261900 10.0.0.43 - - [2024-10-17 02:42:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.333847 10.0.0.43 - - [2024-10-17 02:42:17] "POST /access-control-lists HTTP/1.1" 200 607 0.061567 10.0.0.43 - - [2024-10-17 02:42:17] "POST /fqname-to-id HTTP/1.1" 404 244 0.003376 10.0.0.43 - - [2024-10-17 02:42:17] "GET /project/c25bef15-4538-427a-b563-e4a1fb346a6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.467584 10.0.0.43 - - [2024-10-17 02:42:18] "POST /access-control-lists HTTP/1.1" 200 605 0.059626 10.0.0.43 - - [2024-10-17 02:42:19] "GET / HTTP/1.1" 200 35931 0.002491 10.0.0.43 - - [2024-10-17 02:42:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000662 10.0.0.43 - - [2024-10-17 02:42:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.068164 10.0.0.43 - - [2024-10-17 02:42:20] "GET /projects?obj_uuids=c25bef15-4538-427a-b563-e4a1fb346a6a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001336 10.0.0.43 - - [2024-10-17 02:42:20] "GET /project/c25bef15-4538-427a-b563-e4a1fb346a6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.024164 10.0.0.43 - - [2024-10-17 02:42:20] "POST /neutron/network HTTP/1.1" 200 117 0.046803 10.0.0.43 - - [2024-10-17 02:42:20] "GET /projects?obj_uuids=c25bef15-4538-427a-b563-e4a1fb346a6a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001836 10.0.0.43 - - [2024-10-17 02:42:20] "POST /neutron/network HTTP/1.1" 200 620 0.077708 10.0.0.43 - - [2024-10-17 02:42:20] "POST /route-targets HTTP/1.1" 200 327 0.016562 10.0.0.43 - - [2024-10-17 02:42:20] "POST /ref-update HTTP/1.1" 200 156 0.011165 10.0.0.43 - - [2024-10-17 02:42:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002685 10.0.0.43 - - [2024-10-17 02:42:20] "POST /neutron/subnet HTTP/1.1" 200 734 0.235070 10.0.0.43 - - [2024-10-17 02:42:20] "POST /neutron/network HTTP/1.1" 200 841 0.007608 10.0.0.43 - - [2024-10-17 02:42:20] "POST /id-to-fqname HTTP/1.1" 200 233 0.001569 10.0.0.43 - - [2024-10-17 02:42:20] "GET /virtual-network/d4fab598-a0fb-41d4-8728-3b4aaf4b3515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.003788 10.0.0.43 - - [2024-10-17 02:42:21] "POST /neutron/network HTTP/1.1" 200 841 0.016923 10.0.0.43 - - [2024-10-17 02:42:21] "GET /virtual-network/d4fab598-a0fb-41d4-8728-3b4aaf4b3515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004491 10.0.0.43 - - [2024-10-17 02:42:21] "POST /neutron/network HTTP/1.1" 200 841 0.011635 10.0.0.43 - - [2024-10-17 02:42:21] "POST /neutron/subnet HTTP/1.1" 200 734 0.011027 10.0.0.43 - - [2024-10-17 02:42:21] "GET /domains HTTP/1.1" 401 292 0.000545 10.0.0.43 - - [2024-10-17 02:42:21] "GET /domains HTTP/1.1" 200 280 0.031881 10.0.0.43 - - [2024-10-17 02:42:21] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001798 10.0.0.43 - - [2024-10-17 02:42:21] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed HTTP/1.1" 200 2585 0.016475 10.0.0.43 - - [2024-10-17 02:42:21] "GET /projects?obj_uuids=c25bef15-4538-427a-b563-e4a1fb346a6a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001426 10.0.0.43 - - [2024-10-17 02:42:21] "GET /project/c25bef15-4538-427a-b563-e4a1fb346a6a HTTP/1.1" 200 2169 0.072598 10.0.0.43 - - [2024-10-17 02:42:21] "GET /virtual-network/d4fab598-a0fb-41d4-8728-3b4aaf4b3515 HTTP/1.1" 200 2348 0.005028 10.0.0.43 - - [2024-10-17 02:42:21] "GET /virtual-network/d4fab598-a0fb-41d4-8728-3b4aaf4b3515 HTTP/1.1" 200 2348 0.003498 10.0.0.43 - - [2024-10-17 02:42:21] "GET /routing-instance/95d6fcc5-8083-4cb8-8cb0-e1350d11c126 HTTP/1.1" 200 1495 0.003349 10.0.0.43 - - [2024-10-17 02:42:21] "GET /routing-instance/95d6fcc5-8083-4cb8-8cb0-e1350d11c126 HTTP/1.1" 200 1495 0.003212 10.0.0.43 - - [2024-10-17 02:42:21] "GET /route-target/adaa1953-d453-44bb-b8b9-910de24c05da HTTP/1.1" 200 1220 0.003294 10.0.0.43 - - [2024-10-17 02:42:21] "GET /virtual-network/d4fab598-a0fb-41d4-8728-3b4aaf4b3515 HTTP/1.1" 200 2348 0.003257 10.0.0.43 - - [2024-10-17 02:42:21] "GET /routing-instance/95d6fcc5-8083-4cb8-8cb0-e1350d11c126 HTTP/1.1" 200 1495 0.003517 10.0.0.43 - - [2024-10-17 02:42:21] "GET /virtual-network/d4fab598-a0fb-41d4-8728-3b4aaf4b3515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.003498 10.0.0.43 - - [2024-10-17 02:42:21] "GET /virtual-network/d4fab598-a0fb-41d4-8728-3b4aaf4b3515 HTTP/1.1" 200 2348 0.004035 10.0.0.43 - - [2024-10-17 02:42:21] "GET /routing-instance/95d6fcc5-8083-4cb8-8cb0-e1350d11c126 HTTP/1.1" 200 1495 0.003401 10.0.0.43 - - [2024-10-17 02:42:21] "GET /routing-instance/95d6fcc5-8083-4cb8-8cb0-e1350d11c126 HTTP/1.1" 200 1495 0.003789 10.0.0.43 - - [2024-10-17 02:42:21] "GET /route-target/adaa1953-d453-44bb-b8b9-910de24c05da HTTP/1.1" 200 1220 0.003285 10.0.0.43 - - [2024-10-17 02:42:21] "GET /domains HTTP/1.1" 200 280 0.003431 10.0.0.43 - - [2024-10-17 02:42:21] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001273 10.0.0.43 - - [2024-10-17 02:42:21] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed HTTP/1.1" 200 2585 0.008078 10.0.0.43 - - [2024-10-17 02:42:21] "GET /projects?obj_uuids=c25bef15-4538-427a-b563-e4a1fb346a6a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001597 10.0.0.43 - - [2024-10-17 02:42:21] "GET /project/c25bef15-4538-427a-b563-e4a1fb346a6a HTTP/1.1" 200 2169 0.091853 10.0.0.43 - - [2024-10-17 02:42:21] "GET /virtual-network/d4fab598-a0fb-41d4-8728-3b4aaf4b3515 HTTP/1.1" 200 2348 0.004590 10.0.0.43 - - [2024-10-17 02:42:22] "GET /obj-perms HTTP/1.1" 200 5052 0.059073 10.0.0.43 - - [2024-10-17 02:42:22] "POST /id-to-fqname HTTP/1.1" 200 233 0.001653 10.0.0.43 - - [2024-10-17 02:42:24] "POST /neutron/network HTTP/1.1" 200 851 0.007760 10.0.0.43 - - [2024-10-17 02:42:24] "GET /aaa-mode HTTP/1.1" 401 292 0.000560 10.0.0.43 - - [2024-10-17 02:42:24] "GET / HTTP/1.1" 200 35931 0.002490 10.0.0.43 - - [2024-10-17 02:42:24] "GET /project/c25bef15-4538-427a-b563-e4a1fb346a6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000567 10.0.0.43 - - [2024-10-17 02:42:25] "GET /projects?obj_uuids=c25bef15-4538-427a-b563-e4a1fb346a6a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001391 10.0.0.43 - - [2024-10-17 02:42:25] "GET /project/c25bef15-4538-427a-b563-e4a1fb346a6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.054758 10.0.0.43 - - [2024-10-17 02:42:25] "POST /neutron/network HTTP/1.1" 200 841 0.033506 10.0.0.43 - - [2024-10-17 02:42:25] "POST /neutron/port HTTP/1.1" 200 117 0.006734 10.0.0.43 - - [2024-10-17 02:42:25] "POST /neutron/port HTTP/1.1" 200 117 0.006190 10.0.0.43 - - [2024-10-17 02:42:26] "POST /neutron/port HTTP/1.1" 200 117 0.009559 10.0.0.43 - - [2024-10-17 02:42:26] "DELETE /project/ebdfe6755df24103930b563a68a7e7ad HTTP/1.1" 404 173 0.006732 10.0.0.43 - - [2024-10-17 02:42:26] "DELETE /project/c25bef154538427ab563e4a1fb346a6a HTTP/1.1" 404 173 0.005321 10.0.0.43 - - [2024-10-17 02:42:27] "POST /neutron/network HTTP/1.1" 200 851 0.007389 10.0.0.43 - - [2024-10-17 02:42:27] "GET /projects?obj_uuids=c25bef15-4538-427a-b563-e4a1fb346a6a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002767 10.0.0.43 - - [2024-10-17 02:42:27] "POST /neutron/port HTTP/1.1" 200 1073 0.308202 10.0.0.43 - - [2024-10-17 02:42:27] "POST /neutron/port HTTP/1.1" 200 1073 0.049062 10.0.0.43 - - [2024-10-17 02:42:27] "POST /neutron/port HTTP/1.1" 200 1073 0.013367 10.0.0.43 - - [2024-10-17 02:42:28] "POST /neutron/port HTTP/1.1" 200 1127 0.083455 10.0.0.43 - - [2024-10-17 02:42:28] "POST /neutron/port HTTP/1.1" 200 1101 0.016982 10.0.0.43 - - [2024-10-17 02:42:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004406 10.0.0.43 - - [2024-10-17 02:42:28] "POST /neutron/subnet HTTP/1.1" 200 708 0.013977 10.0.0.43 - - [2024-10-17 02:42:28] "POST /neutron/port HTTP/1.1" 200 117 0.001601 10.0.0.43 - - [2024-10-17 02:42:28] "POST /neutron/network HTTP/1.1" 200 841 0.007911 10.0.0.43 - - [2024-10-17 02:42:31] "POST /neutron/port HTTP/1.1" 200 1101 0.023076 10.0.0.43 - - [2024-10-17 02:42:31] "POST /neutron/security_group HTTP/1.1" 200 2069 0.008422 10.0.0.43 - - [2024-10-17 02:42:34] "GET /obj-perms HTTP/1.1" 200 5056 0.059890 10.0.0.43 - - [2024-10-17 02:42:34] "GET /obj-perms HTTP/1.1" 200 5056 0.059687 10.0.0.43 - - [2024-10-17 02:42:36] "POST /neutron/port HTTP/1.1" 200 1101 0.018631 10.0.0.43 - - [2024-10-17 02:42:36] "POST /neutron/security_group HTTP/1.1" 200 2069 0.009168 10.0.0.43 - - [2024-10-17 02:42:36] "GET /obj-perms HTTP/1.1" 200 5052 0.004302 10.0.0.43 - - [2024-10-17 02:42:37] "GET /obj-perms HTTP/1.1" 200 5052 0.004130 10.0.0.43 - - [2024-10-17 02:42:38] "GET /obj-perms HTTP/1.1" 200 5052 0.005396 10.0.0.43 - - [2024-10-17 02:42:39] "GET /obj-perms HTTP/1.1" 200 5052 0.004125 10.0.0.43 - - [2024-10-17 02:42:40] "GET /obj-perms HTTP/1.1" 200 5052 0.004235 10.0.0.43 - - [2024-10-17 02:42:41] "POST /neutron/network HTTP/1.1" 200 841 0.007779 10.0.0.43 - - [2024-10-17 02:42:41] "POST /neutron/network HTTP/1.1" 400 204 0.016010 10.0.0.43 - - [2024-10-17 02:42:42] "POST /neutron/port HTTP/1.1" 200 1101 0.019053 10.0.0.43 - - [2024-10-17 02:42:42] "POST /neutron/port HTTP/1.1" 200 1127 0.011936 10.0.0.43 - - [2024-10-17 02:42:42] "POST /neutron/port HTTP/1.1" 200 151 0.141241 10.0.0.43 - - [2024-10-17 02:42:43] "POST /neutron/network HTTP/1.1" 200 841 0.006675 10.0.0.43 - - [2024-10-17 02:42:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.43 - - [2024-10-17 02:42:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001354 10.0.0.43 - - [2024-10-17 02:42:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001381 10.0.0.43 - - [2024-10-17 02:42:43] "POST /neutron/network HTTP/1.1" 200 151 0.098675 10.0.0.43 - - [2024-10-17 02:42:43] "GET /routing-instance/95d6fcc5-8083-4cb8-8cb0-e1350d11c126 HTTP/1.1" 404 171 0.005845 10.0.0.43 - - [2024-10-17 02:42:43] "DELETE /route-target/adaa1953-d453-44bb-b8b9-910de24c05da HTTP/1.1" 200 115 0.030674 10.0.0.43 - - [2024-10-17 02:42:43] "GET /domains HTTP/1.1" 200 280 0.002680 10.0.0.43 - - [2024-10-17 02:42:43] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001217 10.0.0.43 - - [2024-10-17 02:42:43] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed HTTP/1.1" 200 2585 0.052331 10.0.0.43 - - [2024-10-17 02:42:43] "GET /projects?obj_uuids=c25bef15-4538-427a-b563-e4a1fb346a6a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001460 10.0.0.43 - - [2024-10-17 02:42:43] "GET /project/c25bef15-4538-427a-b563-e4a1fb346a6a HTTP/1.1" 200 1919 0.067257 10.0.0.43 - - [2024-10-17 02:42:44] "GET /projects?obj_uuids=c25bef15-4538-427a-b563-e4a1fb346a6a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001502 10.0.0.43 - - [2024-10-17 02:42:44] "GET /project/c25bef15-4538-427a-b563-e4a1fb346a6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.039520 10.0.0.43 - - [2024-10-17 02:42:44] "GET /projects?obj_uuids=c25bef15-4538-427a-b563-e4a1fb346a6a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002486 10.0.0.43 - - [2024-10-17 02:42:44] "GET /project/c25bef15-4538-427a-b563-e4a1fb346a6a?fields=virtual_networks HTTP/1.1" 200 1055 0.039710 10.0.0.43 - - [2024-10-17 02:42:44] "GET /projects?obj_uuids=c25bef15-4538-427a-b563-e4a1fb346a6a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001560 10.0.0.43 - - [2024-10-17 02:42:44] "GET /project/c25bef15-4538-427a-b563-e4a1fb346a6a?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.036851 10.0.0.43 - - [2024-10-17 02:42:44] "GET /projects?obj_uuids=c25bef15-4538-427a-b563-e4a1fb346a6a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001785 10.0.0.43 - - [2024-10-17 02:42:44] "GET /project/c25bef15-4538-427a-b563-e4a1fb346a6a?fields=security_groups HTTP/1.1" 200 1292 0.039922 10.0.0.43 - - [2024-10-17 02:42:45] "POST /fqname-to-id HTTP/1.1" 404 200 0.028180 10.0.0.43 - - [2024-10-17 02:42:45] "GET /projects?obj_uuids=21cfdd25-e839-4df8-bab6-8ddf5b819bbc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003101 10.0.0.43 - - [2024-10-17 02:42:45] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001275 10.0.0.43 - - [2024-10-17 02:42:45] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009426 10.0.0.43 - - [2024-10-17 02:42:45] "POST /id-to-fqname HTTP/1.1" 200 202 0.002101 10.0.0.43 - - [2024-10-17 02:42:45] "POST /fqname-to-id HTTP/1.1" 404 211 0.002707 10.0.0.43 - - [2024-10-17 02:42:45] "POST /security-groups HTTP/1.1" 200 603 0.066540 10.0.0.43 - - [2024-10-17 02:42:45] "POST /fqname-to-id HTTP/1.1" 404 246 0.003041 10.0.0.43 - - [2024-10-17 02:42:45] "POST /projects HTTP/1.1" 200 609 0.227115 10.0.0.43 - - [2024-10-17 02:42:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.299885 10.0.0.43 - - [2024-10-17 02:42:45] "POST /access-control-lists HTTP/1.1" 200 608 0.072308 10.0.0.43 - - [2024-10-17 02:42:45] "GET /project/21cfdd25-e839-4df8-bab6-8ddf5b819bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.428080 10.0.0.43 - - [2024-10-17 02:42:45] "POST /fqname-to-id HTTP/1.1" 404 245 0.003003 10.0.0.43 - - [2024-10-17 02:42:45] "POST /access-control-lists HTTP/1.1" 200 606 0.068224 10.0.0.43 - - [2024-10-17 02:42:46] "GET / HTTP/1.1" 200 35931 0.002629 10.0.0.43 - - [2024-10-17 02:42:47] "GET /projects?obj_uuids=ebdfe675-5df2-4103-930b-563a68a7e7ad&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001879 10.0.0.43 - - [2024-10-17 02:42:47] "GET /project/ebdfe675-5df2-4103-930b-563a68a7e7ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.031255 10.0.0.43 - - [2024-10-17 02:42:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004406 10.0.0.43 - - [2024-10-17 02:42:48] "GET /security-group/d3eb1883-c1ba-47a6-aaef-189c544330b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.007777 10.0.0.43 - - [2024-10-17 02:42:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004277 10.0.0.43 - - [2024-10-17 02:42:48] "GET /projects?obj_uuids=ebdfe675-5df2-4103-930b-563a68a7e7ad&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001324 10.0.0.43 - - [2024-10-17 02:42:48] "GET /project/ebdfe675-5df2-4103-930b-563a68a7e7ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.023206 10.0.0.43 - - [2024-10-17 02:42:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.43 - - [2024-10-17 02:42:48] "GET /security-group/d3eb1883-c1ba-47a6-aaef-189c544330b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.004210 10.0.0.43 - - [2024-10-17 02:42:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004439 10.0.0.43 - - [2024-10-17 02:42:48] "PUT /security-group/d3eb1883-c1ba-47a6-aaef-189c544330b0 HTTP/1.1" 200 262 0.018142 10.0.0.43 - - [2024-10-17 02:42:48] "PUT /access-control-list/16134ede-724e-4b16-a586-bf905ba6e472 HTTP/1.1" 200 272 0.011186 10.0.0.43 - - [2024-10-17 02:42:48] "PUT /access-control-list/b39a87e5-71a2-4f2c-9a9e-253ae71e6a8c HTTP/1.1" 200 272 0.010555 10.0.0.43 - - [2024-10-17 02:42:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000601 10.0.0.43 - - [2024-10-17 02:42:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.065636 10.0.0.43 - - [2024-10-17 02:42:49] "GET /projects?obj_uuids=21cfdd25-e839-4df8-bab6-8ddf5b819bbc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001333 10.0.0.43 - - [2024-10-17 02:42:49] "GET /project/21cfdd25-e839-4df8-bab6-8ddf5b819bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.031214 10.0.0.43 - - [2024-10-17 02:42:49] "POST /neutron/network HTTP/1.1" 200 117 0.040456 10.0.0.43 - - [2024-10-17 02:42:49] "GET /projects?obj_uuids=21cfdd25-e839-4df8-bab6-8ddf5b819bbc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001320 10.0.0.43 - - [2024-10-17 02:42:49] "POST /neutron/network HTTP/1.1" 200 619 0.090714 10.0.0.43 - - [2024-10-17 02:42:49] "POST /route-targets HTTP/1.1" 200 327 0.014753 10.0.0.43 - - [2024-10-17 02:42:49] "POST /ref-update HTTP/1.1" 200 156 0.017044 10.0.0.43 - - [2024-10-17 02:42:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003973 10.0.0.43 - - [2024-10-17 02:42:49] "POST /neutron/subnet HTTP/1.1" 200 720 0.241419 10.0.0.43 - - [2024-10-17 02:42:49] "POST /neutron/network HTTP/1.1" 200 837 0.007048 10.0.0.43 - - [2024-10-17 02:42:49] "POST /id-to-fqname HTTP/1.1" 200 233 0.001688 10.0.0.43 - - [2024-10-17 02:42:49] "GET /virtual-network/98e4fc08-f224-407a-91b8-ca0f179d3753?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.003878 10.0.0.43 - - [2024-10-17 02:42:49] "POST /neutron/network HTTP/1.1" 200 837 0.006772 10.0.0.43 - - [2024-10-17 02:42:49] "GET /virtual-network/98e4fc08-f224-407a-91b8-ca0f179d3753?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.003321 10.0.0.43 - - [2024-10-17 02:42:49] "POST /neutron/network HTTP/1.1" 200 837 0.007462 10.0.0.43 - - [2024-10-17 02:42:49] "POST /neutron/subnet HTTP/1.1" 200 720 0.008379 10.0.0.43 - - [2024-10-17 02:42:50] "GET /domains HTTP/1.1" 401 292 0.000573 10.0.0.43 - - [2024-10-17 02:42:50] "GET /domains HTTP/1.1" 200 280 0.031276 10.0.0.43 - - [2024-10-17 02:42:50] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001323 10.0.0.43 - - [2024-10-17 02:42:50] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed HTTP/1.1" 200 2783 0.009497 10.0.0.43 - - [2024-10-17 02:42:50] "GET /projects?obj_uuids=21cfdd25-e839-4df8-bab6-8ddf5b819bbc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001347 10.0.0.43 - - [2024-10-17 02:42:50] "GET /project/21cfdd25-e839-4df8-bab6-8ddf5b819bbc HTTP/1.1" 200 2174 0.072592 10.0.0.43 - - [2024-10-17 02:42:50] "GET /virtual-network/98e4fc08-f224-407a-91b8-ca0f179d3753 HTTP/1.1" 200 2338 0.005000 10.0.0.43 - - [2024-10-17 02:42:50] "GET /virtual-network/98e4fc08-f224-407a-91b8-ca0f179d3753 HTTP/1.1" 200 2338 0.003543 10.0.0.43 - - [2024-10-17 02:42:50] "GET /routing-instance/33d3f875-bf75-41bb-85af-da4e2e266e3a HTTP/1.1" 200 1490 0.003482 10.0.0.43 - - [2024-10-17 02:42:50] "GET /routing-instance/33d3f875-bf75-41bb-85af-da4e2e266e3a HTTP/1.1" 200 1490 0.003757 10.0.0.43 - - [2024-10-17 02:42:50] "GET /route-target/f137bd58-72a3-4721-bdb0-c8e27d521318 HTTP/1.1" 200 1219 0.003582 10.0.0.43 - - [2024-10-17 02:42:50] "GET /virtual-network/98e4fc08-f224-407a-91b8-ca0f179d3753 HTTP/1.1" 200 2338 0.003649 10.0.0.43 - - [2024-10-17 02:42:50] "GET /routing-instance/33d3f875-bf75-41bb-85af-da4e2e266e3a HTTP/1.1" 200 1490 0.003566 10.0.0.43 - - [2024-10-17 02:42:50] "GET /virtual-network/98e4fc08-f224-407a-91b8-ca0f179d3753?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.003503 10.0.0.43 - - [2024-10-17 02:42:50] "GET /virtual-network/98e4fc08-f224-407a-91b8-ca0f179d3753 HTTP/1.1" 200 2338 0.003839 10.0.0.43 - - [2024-10-17 02:42:50] "GET /routing-instance/33d3f875-bf75-41bb-85af-da4e2e266e3a HTTP/1.1" 200 1490 0.003459 10.0.0.43 - - [2024-10-17 02:42:50] "GET /routing-instance/33d3f875-bf75-41bb-85af-da4e2e266e3a HTTP/1.1" 200 1490 0.003373 10.0.0.43 - - [2024-10-17 02:42:50] "GET /route-target/f137bd58-72a3-4721-bdb0-c8e27d521318 HTTP/1.1" 200 1219 0.003613 10.0.0.43 - - [2024-10-17 02:42:50] "GET /domains HTTP/1.1" 200 280 0.003394 10.0.0.43 - - [2024-10-17 02:42:50] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001356 10.0.0.43 - - [2024-10-17 02:42:50] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed HTTP/1.1" 200 2783 0.008645 10.0.0.43 - - [2024-10-17 02:42:50] "GET /projects?obj_uuids=21cfdd25-e839-4df8-bab6-8ddf5b819bbc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002910 10.0.0.43 - - [2024-10-17 02:42:50] "GET /project/21cfdd25-e839-4df8-bab6-8ddf5b819bbc HTTP/1.1" 200 2174 0.069706 10.0.0.43 - - [2024-10-17 02:42:50] "GET /virtual-network/98e4fc08-f224-407a-91b8-ca0f179d3753 HTTP/1.1" 200 2338 0.003173 10.0.0.43 - - [2024-10-17 02:42:51] "GET /obj-perms HTTP/1.1" 200 5054 0.061709 10.0.0.43 - - [2024-10-17 02:42:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.43 - - [2024-10-17 02:42:51] "GET /projects?obj_uuids=21cfdd25-e839-4df8-bab6-8ddf5b819bbc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001369 10.0.0.43 - - [2024-10-17 02:42:51] "GET /project/21cfdd25-e839-4df8-bab6-8ddf5b819bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.027606 10.0.0.43 - - [2024-10-17 02:42:51] "POST /neutron/network HTTP/1.1" 200 117 0.011242 10.0.0.43 - - [2024-10-17 02:42:51] "GET /projects?obj_uuids=21cfdd25-e839-4df8-bab6-8ddf5b819bbc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001517 10.0.0.43 - - [2024-10-17 02:42:51] "POST /neutron/network HTTP/1.1" 200 619 0.077796 10.0.0.43 - - [2024-10-17 02:42:51] "POST /route-targets HTTP/1.1" 200 327 0.013113 10.0.0.43 - - [2024-10-17 02:42:51] "POST /ref-update HTTP/1.1" 200 156 0.011973 10.0.0.43 - - [2024-10-17 02:42:51] "POST /useragent-kv HTTP/1.1" 200 115 0.004811 10.0.0.43 - - [2024-10-17 02:42:51] "POST /neutron/subnet HTTP/1.1" 200 715 0.217946 10.0.0.43 - - [2024-10-17 02:42:51] "POST /neutron/network HTTP/1.1" 200 836 0.007696 10.0.0.43 - - [2024-10-17 02:42:51] "POST /id-to-fqname HTTP/1.1" 200 233 0.001639 10.0.0.43 - - [2024-10-17 02:42:51] "GET /virtual-network/6231f846-4140-49b0-a519-7000e6fea465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.003450 10.0.0.43 - - [2024-10-17 02:42:51] "POST /neutron/network HTTP/1.1" 200 836 0.009279 10.0.0.43 - - [2024-10-17 02:42:51] "GET /virtual-network/6231f846-4140-49b0-a519-7000e6fea465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004763 10.0.0.43 - - [2024-10-17 02:42:51] "POST /neutron/network HTTP/1.1" 200 836 0.009932 10.0.0.43 - - [2024-10-17 02:42:51] "POST /neutron/subnet HTTP/1.1" 200 715 0.009942 10.0.0.43 - - [2024-10-17 02:42:51] "GET /domains HTTP/1.1" 200 280 0.004230 10.0.0.43 - - [2024-10-17 02:42:51] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002702 10.0.0.43 - - [2024-10-17 02:42:51] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed HTTP/1.1" 200 2783 0.011650 10.0.0.43 - - [2024-10-17 02:42:51] "GET /projects?obj_uuids=21cfdd25-e839-4df8-bab6-8ddf5b819bbc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001707 10.0.0.43 - - [2024-10-17 02:42:51] "GET /project/21cfdd25-e839-4df8-bab6-8ddf5b819bbc HTTP/1.1" 200 2402 0.077656 10.0.0.43 - - [2024-10-17 02:42:51] "GET /virtual-network/6231f846-4140-49b0-a519-7000e6fea465 HTTP/1.1" 200 2334 0.005074 10.0.0.43 - - [2024-10-17 02:42:51] "GET /virtual-network/6231f846-4140-49b0-a519-7000e6fea465 HTTP/1.1" 200 2334 0.003197 10.0.0.43 - - [2024-10-17 02:42:51] "GET /routing-instance/0f66cbab-53a5-4848-8860-572cbe96f5a7 HTTP/1.1" 200 1490 0.003736 10.0.0.43 - - [2024-10-17 02:42:51] "GET /routing-instance/0f66cbab-53a5-4848-8860-572cbe96f5a7 HTTP/1.1" 200 1490 0.003104 10.0.0.43 - - [2024-10-17 02:42:51] "GET /route-target/e9e5dc44-dc03-4063-a22f-ccd55aa312e6 HTTP/1.1" 200 1219 0.003275 10.0.0.43 - - [2024-10-17 02:42:51] "GET /virtual-network/6231f846-4140-49b0-a519-7000e6fea465 HTTP/1.1" 200 2334 0.003279 10.0.0.43 - - [2024-10-17 02:42:51] "GET /routing-instance/0f66cbab-53a5-4848-8860-572cbe96f5a7 HTTP/1.1" 200 1490 0.002937 10.0.0.43 - - [2024-10-17 02:42:51] "GET /virtual-network/6231f846-4140-49b0-a519-7000e6fea465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.003016 10.0.0.43 - - [2024-10-17 02:42:51] "GET /virtual-network/6231f846-4140-49b0-a519-7000e6fea465 HTTP/1.1" 200 2334 0.002917 10.0.0.43 - - [2024-10-17 02:42:52] "GET /routing-instance/0f66cbab-53a5-4848-8860-572cbe96f5a7 HTTP/1.1" 200 1490 0.003105 10.0.0.43 - - [2024-10-17 02:42:52] "GET /routing-instance/0f66cbab-53a5-4848-8860-572cbe96f5a7 HTTP/1.1" 200 1490 0.003628 10.0.0.43 - - [2024-10-17 02:42:52] "GET /route-target/e9e5dc44-dc03-4063-a22f-ccd55aa312e6 HTTP/1.1" 200 1219 0.003673 10.0.0.43 - - [2024-10-17 02:42:52] "GET /domains HTTP/1.1" 200 280 0.003254 10.0.0.43 - - [2024-10-17 02:42:52] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001467 10.0.0.43 - - [2024-10-17 02:42:52] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed HTTP/1.1" 200 2783 0.009930 10.0.0.43 - - [2024-10-17 02:42:52] "GET /projects?obj_uuids=21cfdd25-e839-4df8-bab6-8ddf5b819bbc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001690 10.0.0.43 - - [2024-10-17 02:42:52] "GET /project/21cfdd25-e839-4df8-bab6-8ddf5b819bbc HTTP/1.1" 200 2402 0.074301 10.0.0.43 - - [2024-10-17 02:42:52] "GET /virtual-network/6231f846-4140-49b0-a519-7000e6fea465 HTTP/1.1" 200 2334 0.004802 10.0.0.43 - - [2024-10-17 02:42:52] "GET /obj-perms HTTP/1.1" 200 5054 0.005140 10.0.0.43 - - [2024-10-17 02:42:52] "POST /id-to-fqname HTTP/1.1" 200 233 0.001726 10.0.0.43 - - [2024-10-17 02:42:52] "POST /neutron/network HTTP/1.1" 200 846 0.006874 10.0.0.43 - - [2024-10-17 02:42:52] "GET /aaa-mode HTTP/1.1" 401 292 0.000551 10.0.0.43 - - [2024-10-17 02:42:52] "GET / HTTP/1.1" 200 35931 0.002443 10.0.0.43 - - [2024-10-17 02:42:52] "GET /project/21cfdd25-e839-4df8-bab6-8ddf5b819bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000707 10.0.0.43 - - [2024-10-17 02:42:53] "GET /projects?obj_uuids=21cfdd25-e839-4df8-bab6-8ddf5b819bbc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001709 10.0.0.43 - - [2024-10-17 02:42:53] "GET /project/21cfdd25-e839-4df8-bab6-8ddf5b819bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.074705 10.0.0.43 - - [2024-10-17 02:42:53] "POST /neutron/network HTTP/1.1" 200 836 0.006771 10.0.0.43 - - [2024-10-17 02:42:53] "POST /neutron/port HTTP/1.1" 200 117 0.008348 10.0.0.43 - - [2024-10-17 02:42:53] "POST /neutron/port HTTP/1.1" 200 117 0.006422 10.0.0.43 - - [2024-10-17 02:42:53] "POST /id-to-fqname HTTP/1.1" 200 233 0.001703 10.0.0.43 - - [2024-10-17 02:42:53] "POST /neutron/port HTTP/1.1" 200 117 0.006928 10.0.0.43 - - [2024-10-17 02:42:53] "POST /neutron/network HTTP/1.1" 200 847 0.007338 10.0.0.43 - - [2024-10-17 02:42:53] "GET /aaa-mode HTTP/1.1" 401 292 0.000521 10.0.0.43 - - [2024-10-17 02:42:53] "POST /neutron/network HTTP/1.1" 200 846 0.007923 10.0.0.43 - - [2024-10-17 02:42:53] "GET /projects?obj_uuids=21cfdd25-e839-4df8-bab6-8ddf5b819bbc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001520 10.0.0.43 - - [2024-10-17 02:42:53] "GET / HTTP/1.1" 200 35931 0.002018 10.0.0.43 - - [2024-10-17 02:42:53] "GET /project/21cfdd25-e839-4df8-bab6-8ddf5b819bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000490 10.0.0.43 - - [2024-10-17 02:42:54] "POST /neutron/port HTTP/1.1" 200 1070 0.292008 10.0.0.43 - - [2024-10-17 02:42:54] "POST /neutron/port HTTP/1.1" 200 1070 0.015700 10.0.0.43 - - [2024-10-17 02:42:54] "POST /neutron/port HTTP/1.1" 200 1070 0.012310 10.0.0.43 - - [2024-10-17 02:42:54] "POST /neutron/port HTTP/1.1" 200 1124 0.121201 10.0.0.43 - - [2024-10-17 02:42:54] "GET /projects?obj_uuids=21cfdd25-e839-4df8-bab6-8ddf5b819bbc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001643 10.0.0.43 - - [2024-10-17 02:42:54] "GET /project/21cfdd25-e839-4df8-bab6-8ddf5b819bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.070456 10.0.0.43 - - [2024-10-17 02:42:54] "POST /neutron/port HTTP/1.1" 200 1098 0.031270 10.0.0.43 - - [2024-10-17 02:42:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005889 10.0.0.43 - - [2024-10-17 02:42:54] "POST /neutron/network HTTP/1.1" 200 837 0.010275 10.0.0.43 - - [2024-10-17 02:42:54] "POST /neutron/subnet HTTP/1.1" 200 689 0.014352 10.0.0.43 - - [2024-10-17 02:42:54] "POST /neutron/port HTTP/1.1" 200 117 0.001592 10.0.0.43 - - [2024-10-17 02:42:54] "POST /neutron/network HTTP/1.1" 200 836 0.007849 10.0.0.43 - - [2024-10-17 02:42:54] "POST /neutron/port HTTP/1.1" 200 1098 0.022158 10.0.0.43 - - [2024-10-17 02:42:54] "POST /neutron/security_group HTTP/1.1" 200 2070 0.017182 10.0.0.43 - - [2024-10-17 02:42:54] "POST /neutron/port HTTP/1.1" 200 117 0.008351 10.0.0.43 - - [2024-10-17 02:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.43 - - [2024-10-17 02:42:55] "GET /projects?obj_uuids=21cfdd25-e839-4df8-bab6-8ddf5b819bbc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001365 10.0.0.43 - - [2024-10-17 02:42:55] "GET /project/21cfdd25-e839-4df8-bab6-8ddf5b819bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.032966 10.0.0.43 - - [2024-10-17 02:42:55] "GET /virtual-network/98e4fc08-f224-407a-91b8-ca0f179d3753?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.003965 10.0.0.43 - - [2024-10-17 02:42:55] "GET /floating-ip-pools?parent_id=98e4fc08-f224-407a-91b8-ca0f179d3753&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004737 10.0.0.43 - - [2024-10-17 02:42:55] "POST /neutron/network HTTP/1.1" 200 847 0.010043 10.0.0.43 - - [2024-10-17 02:42:55] "GET /virtual-network/98e4fc08-f224-407a-91b8-ca0f179d3753?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004939 10.0.0.43 - - [2024-10-17 02:42:55] "GET /projects?obj_uuids=21cfdd25-e839-4df8-bab6-8ddf5b819bbc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001766 10.0.0.43 - - [2024-10-17 02:42:55] "POST /floating-ip-pools HTTP/1.1" 200 609 0.075132 10.0.0.43 - - [2024-10-17 02:42:55] "POST /ref-update HTTP/1.1" 200 156 0.072033 10.0.0.43 - - [2024-10-17 02:42:55] "GET /virtual-network/98e4fc08-f224-407a-91b8-ca0f179d3753?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.003745 10.0.0.43 - - [2024-10-17 02:42:55] "GET /domains HTTP/1.1" 200 280 0.012637 10.0.0.43 - - [2024-10-17 02:42:55] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001551 10.0.0.43 - - [2024-10-17 02:42:55] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed HTTP/1.1" 200 2783 0.034380 10.0.0.43 - - [2024-10-17 02:42:55] "GET /projects?obj_uuids=21cfdd25-e839-4df8-bab6-8ddf5b819bbc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001282 10.0.0.43 - - [2024-10-17 02:42:55] "POST /neutron/port HTTP/1.1" 200 1071 0.413822 10.0.0.43 - - [2024-10-17 02:42:55] "GET /project/21cfdd25-e839-4df8-bab6-8ddf5b819bbc HTTP/1.1" 200 3244 0.083763 10.0.0.43 - - [2024-10-17 02:42:55] "POST /neutron/port HTTP/1.1" 200 1071 0.021675 10.0.0.43 - - [2024-10-17 02:42:55] "GET /virtual-network/98e4fc08-f224-407a-91b8-ca0f179d3753 HTTP/1.1" 200 3150 0.007840 10.0.0.43 - - [2024-10-17 02:42:55] "GET /floating-ip-pool/f68c10ae-fc8f-4c82-b3c4-42998313b575 HTTP/1.1" 200 1442 0.004874 10.0.0.43 - - [2024-10-17 02:42:55] "POST /neutron/port HTTP/1.1" 200 1071 0.019677 10.0.0.43 - - [2024-10-17 02:42:55] "GET /domains HTTP/1.1" 200 280 0.004097 10.0.0.43 - - [2024-10-17 02:42:55] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001333 10.0.0.43 - - [2024-10-17 02:42:55] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed HTTP/1.1" 200 2783 0.012181 10.0.0.43 - - [2024-10-17 02:42:55] "GET /projects?obj_uuids=21cfdd25-e839-4df8-bab6-8ddf5b819bbc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001294 10.0.0.43 - - [2024-10-17 02:42:55] "POST /neutron/port HTTP/1.1" 200 1125 0.103701 10.0.0.43 - - [2024-10-17 02:42:55] "GET /project/21cfdd25-e839-4df8-bab6-8ddf5b819bbc HTTP/1.1" 200 3244 0.098582 10.0.0.43 - - [2024-10-17 02:42:55] "GET /virtual-network/98e4fc08-f224-407a-91b8-ca0f179d3753 HTTP/1.1" 200 3150 0.009073 10.0.0.43 - - [2024-10-17 02:42:55] "GET /virtual-network/98e4fc08-f224-407a-91b8-ca0f179d3753?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004390 10.0.0.43 - - [2024-10-17 02:42:55] "POST /neutron/port HTTP/1.1" 200 1099 0.019798 10.0.0.43 - - [2024-10-17 02:42:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005224 10.0.0.43 - - [2024-10-17 02:42:55] "POST /neutron/port HTTP/1.1" 200 1098 0.027976 10.0.0.43 - - [2024-10-17 02:42:55] "POST /neutron/subnet HTTP/1.1" 200 694 0.025538 10.0.0.43 - - [2024-10-17 02:42:55] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007089 10.0.0.43 - - [2024-10-17 02:42:55] "POST /neutron/port HTTP/1.1" 200 117 0.001373 10.0.0.43 - - [2024-10-17 02:42:56] "POST /neutron/network HTTP/1.1" 200 837 0.007626 10.0.0.43 - - [2024-10-17 02:42:56] "POST /neutron/port HTTP/1.1" 200 1098 0.025944 10.0.0.43 - - [2024-10-17 02:42:56] "POST /neutron/security_group HTTP/1.1" 200 2070 0.018826 10.0.0.43 - - [2024-10-17 02:42:56] "POST /neutron/port HTTP/1.1" 200 1098 0.018651 10.0.0.43 - - [2024-10-17 02:42:56] "POST /neutron/security_group HTTP/1.1" 200 2070 0.025785 10.0.0.43 - - [2024-10-17 02:42:56] "GET /virtual-machine/0a3dbe2d-5af9-4a93-810e-fb5539235262 HTTP/1.1" 200 1302 0.022135 10.0.0.43 - - [2024-10-17 02:42:56] "GET /virtual-machine-interface/fd347b21-5f15-441e-9c1e-654be7bf6cdf HTTP/1.1" 200 3005 0.004488 10.0.0.43 - - [2024-10-17 02:42:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005727 10.0.0.43 - - [2024-10-17 02:42:56] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004390 10.0.0.43 - - [2024-10-17 02:42:56] "GET /virtual-networks?parent_id=21cfdd25-e839-4df8-bab6-8ddf5b819bbc&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.005665 10.0.0.43 - - [2024-10-17 02:42:56] "GET /virtual-network/6231f846-4140-49b0-a519-7000e6fea465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.003927 10.0.0.43 - - [2024-10-17 02:42:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.43 - - [2024-10-17 02:42:59] "GET /virtual-network/6231f846-4140-49b0-a519-7000e6fea465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.003982 10.0.0.43 - - [2024-10-17 02:43:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.008678 10.0.0.43 - - [2024-10-17 02:43:03] "GET /virtual-network/6231f846-4140-49b0-a519-7000e6fea465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.003760 10.0.0.43 - - [2024-10-17 02:43:05] "POST /neutron/port HTTP/1.1" 200 1098 0.051144 10.0.0.43 - - [2024-10-17 02:43:05] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008871 10.0.0.43 - - [2024-10-17 02:43:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.43 - - [2024-10-17 02:43:05] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003866 10.0.0.43 - - [2024-10-17 02:43:05] "GET /virtual-networks?parent_id=21cfdd25-e839-4df8-bab6-8ddf5b819bbc&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004025 10.0.0.43 - - [2024-10-17 02:43:05] "GET /virtual-network/6231f846-4140-49b0-a519-7000e6fea465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004398 10.0.0.43 - - [2024-10-17 02:43:05] "POST /neutron/port HTTP/1.1" 200 1098 0.020126 10.0.0.43 - - [2024-10-17 02:43:05] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009846 10.0.0.43 - - [2024-10-17 02:43:06] "POST /neutron/port HTTP/1.1" 200 1099 0.018378 10.0.0.43 - - [2024-10-17 02:43:06] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007030 10.0.0.43 - - [2024-10-17 02:43:11] "GET /projects?obj_uuids=21cfdd25-e839-4df8-bab6-8ddf5b819bbc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001733 10.0.0.43 - - [2024-10-17 02:43:11] "POST /neutron/floatingip HTTP/1.1" 200 529 0.079888 10.0.0.43 - - [2024-10-17 02:43:11] "POST /neutron/port HTTP/1.1" 200 1098 0.015767 10.0.0.43 - - [2024-10-17 02:43:11] "POST /neutron/floatingip HTTP/1.1" 200 529 0.005966 10.0.0.43 - - [2024-10-17 02:43:11] "POST /neutron/floatingip HTTP/1.1" 200 574 0.030768 10.0.0.43 - - [2024-10-17 02:43:11] "POST /neutron/port HTTP/1.1" 200 1099 0.016074 10.0.0.43 - - [2024-10-17 02:43:11] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007477 10.0.0.43 - - [2024-10-17 02:43:11] "POST /neutron/port HTTP/1.1" 200 1099 0.035171 10.0.0.43 - - [2024-10-17 02:43:11] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008892 10.0.0.43 - - [2024-10-17 02:43:11] "POST /neutron/port HTTP/1.1" 200 1099 0.017906 10.0.0.43 - - [2024-10-17 02:43:11] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009312 10.0.0.43 - - [2024-10-17 02:43:11] "GET /virtual-machine/dd2b1706-1c51-470e-91fc-4f11e9eb4a33 HTTP/1.1" 200 1305 0.005427 10.0.0.43 - - [2024-10-17 02:43:11] "GET /virtual-machine-interface/66e5eec5-054b-4e54-8e1d-dd59498cc454 HTTP/1.1" 200 3004 0.003708 10.0.0.43 - - [2024-10-17 02:43:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.43 - - [2024-10-17 02:43:11] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003460 10.0.0.43 - - [2024-10-17 02:43:11] "GET /virtual-networks?parent_id=21cfdd25-e839-4df8-bab6-8ddf5b819bbc&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003647 10.0.0.43 - - [2024-10-17 02:43:11] "GET /virtual-network/98e4fc08-f224-407a-91b8-ca0f179d3753?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005028 10.0.0.43 - - [2024-10-17 02:43:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.43 - - [2024-10-17 02:43:12] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003386 10.0.0.43 - - [2024-10-17 02:43:12] "GET /virtual-networks?parent_id=21cfdd25-e839-4df8-bab6-8ddf5b819bbc&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003455 10.0.0.43 - - [2024-10-17 02:43:12] "GET /virtual-network/98e4fc08-f224-407a-91b8-ca0f179d3753?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004031 10.0.0.43 - - [2024-10-17 02:43:13] "POST /neutron/floatingip HTTP/1.1" 200 574 0.011632 10.0.0.43 - - [2024-10-17 02:43:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.43 - - [2024-10-17 02:43:13] "GET /routing-instance/33d3f875-bf75-41bb-85af-da4e2e266e3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.003278 10.0.0.43 - - [2024-10-17 02:43:13] "GET /route-target/f137bd58-72a3-4721-bdb0-c8e27d521318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003818 10.0.0.43 - - [2024-10-17 02:43:13] "GET /floating-ip/f3e1fd22-3dd2-46af-aefe-daf8e1c79cb9 HTTP/1.1" 200 1887 0.005281 10.0.0.43 - - [2024-10-17 02:43:16] "POST /neutron/floatingip HTTP/1.1" 200 574 0.017476 10.0.0.43 - - [2024-10-17 02:43:16] "POST /neutron/floatingip HTTP/1.1" 200 529 0.025221 10.0.0.43 - - [2024-10-17 02:43:16] "POST /neutron/floatingip HTTP/1.1" 200 529 0.008566 10.0.0.43 - - [2024-10-17 02:43:16] "POST /neutron/floatingip HTTP/1.1" 200 115 0.043765 10.0.0.43 - - [2024-10-17 02:43:16] "GET /floating-ip-pool/f68c10ae-fc8f-4c82-b3c4-42998313b575?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.004261 10.0.0.43 - - [2024-10-17 02:43:16] "POST /ref-update HTTP/1.1" 200 156 0.014461 10.0.0.43 - - [2024-10-17 02:43:16] "DELETE /floating-ip-pool/f68c10ae-fc8f-4c82-b3c4-42998313b575 HTTP/1.1" 200 115 0.028470 10.0.0.43 - - [2024-10-17 02:43:16] "POST /neutron/network HTTP/1.1" 200 836 0.009032 10.0.0.43 - - [2024-10-17 02:43:16] "POST /neutron/network HTTP/1.1" 400 204 0.013438 10.0.0.43 - - [2024-10-17 02:43:17] "POST /neutron/port HTTP/1.1" 200 1099 0.017958 10.0.0.43 - - [2024-10-17 02:43:17] "POST /neutron/port HTTP/1.1" 200 1125 0.012105 10.0.0.43 - - [2024-10-17 02:43:17] "POST /neutron/port HTTP/1.1" 200 1098 0.020662 10.0.0.43 - - [2024-10-17 02:43:17] "POST /neutron/port HTTP/1.1" 200 1124 0.012077 10.0.0.43 - - [2024-10-17 02:43:17] "POST /neutron/port HTTP/1.1" 200 151 0.155568 10.0.0.43 - - [2024-10-17 02:43:17] "POST /neutron/port HTTP/1.1" 200 151 0.139620 10.0.0.43 - - [2024-10-17 02:43:18] "POST /neutron/network HTTP/1.1" 200 836 0.006695 10.0.0.43 - - [2024-10-17 02:43:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002175 10.0.0.43 - - [2024-10-17 02:43:18] "POST /useragent-kv HTTP/1.1" 200 115 0.001400 10.0.0.43 - - [2024-10-17 02:43:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.007990 10.0.0.43 - - [2024-10-17 02:43:18] "POST /neutron/network HTTP/1.1" 200 151 0.082653 10.0.0.43 - - [2024-10-17 02:43:18] "GET /routing-instance/0f66cbab-53a5-4848-8860-572cbe96f5a7 HTTP/1.1" 404 171 0.002440 10.0.0.43 - - [2024-10-17 02:43:18] "GET /domains HTTP/1.1" 200 280 0.009080 10.0.0.43 - - [2024-10-17 02:43:18] "DELETE /route-target/e9e5dc44-dc03-4063-a22f-ccd55aa312e6 HTTP/1.1" 200 115 0.027872 10.0.0.43 - - [2024-10-17 02:43:18] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001815 10.0.0.43 - - [2024-10-17 02:43:18] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed HTTP/1.1" 200 2783 0.050920 10.0.0.43 - - [2024-10-17 02:43:18] "GET /projects?obj_uuids=21cfdd25-e839-4df8-bab6-8ddf5b819bbc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002299 10.0.0.43 - - [2024-10-17 02:43:19] "GET /project/21cfdd25-e839-4df8-bab6-8ddf5b819bbc HTTP/1.1" 200 2174 0.069692 10.0.0.43 - - [2024-10-17 02:43:19] "POST /neutron/network HTTP/1.1" 200 837 0.007051 10.0.0.43 - - [2024-10-17 02:43:19] "POST /useragent-kv HTTP/1.1" 200 115 0.001749 10.0.0.43 - - [2024-10-17 02:43:19] "POST /useragent-kv HTTP/1.1" 200 115 0.001546 10.0.0.43 - - [2024-10-17 02:43:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006144 10.0.0.43 - - [2024-10-17 02:43:19] "POST /neutron/network HTTP/1.1" 200 151 0.096698 10.0.0.43 - - [2024-10-17 02:43:19] "GET /routing-instance/33d3f875-bf75-41bb-85af-da4e2e266e3a HTTP/1.1" 404 171 0.003083 10.0.0.43 - - [2024-10-17 02:43:19] "GET /domains HTTP/1.1" 200 280 0.004599 10.0.0.43 - - [2024-10-17 02:43:19] "DELETE /route-target/f137bd58-72a3-4721-bdb0-c8e27d521318 HTTP/1.1" 200 115 0.024447 10.0.0.43 - - [2024-10-17 02:43:19] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001653 10.0.0.43 - - [2024-10-17 02:43:19] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed HTTP/1.1" 200 2783 0.052867 10.0.0.43 - - [2024-10-17 02:43:19] "GET /projects?obj_uuids=21cfdd25-e839-4df8-bab6-8ddf5b819bbc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001426 10.0.0.43 - - [2024-10-17 02:43:19] "GET /project/21cfdd25-e839-4df8-bab6-8ddf5b819bbc HTTP/1.1" 200 1924 0.067867 10.0.0.43 - - [2024-10-17 02:43:19] "GET /projects?obj_uuids=21cfdd25-e839-4df8-bab6-8ddf5b819bbc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001377 10.0.0.43 - - [2024-10-17 02:43:19] "GET /project/21cfdd25-e839-4df8-bab6-8ddf5b819bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.022787 10.0.0.43 - - [2024-10-17 02:43:19] "GET /projects?obj_uuids=21cfdd25-e839-4df8-bab6-8ddf5b819bbc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002015 10.0.0.43 - - [2024-10-17 02:43:19] "GET /project/21cfdd25-e839-4df8-bab6-8ddf5b819bbc?fields=virtual_networks HTTP/1.1" 200 1056 0.067120 10.0.0.43 - - [2024-10-17 02:43:19] "GET /projects?obj_uuids=21cfdd25-e839-4df8-bab6-8ddf5b819bbc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001445 10.0.0.43 - - [2024-10-17 02:43:19] "GET /project/21cfdd25-e839-4df8-bab6-8ddf5b819bbc?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.023470 10.0.0.43 - - [2024-10-17 02:43:19] "GET /projects?obj_uuids=21cfdd25-e839-4df8-bab6-8ddf5b819bbc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001523 10.0.0.43 - - [2024-10-17 02:43:19] "GET /project/21cfdd25-e839-4df8-bab6-8ddf5b819bbc?fields=security_groups HTTP/1.1" 200 1294 0.029922 10.0.0.43 - - [2024-10-17 02:43:20] "POST /fqname-to-id HTTP/1.1" 404 183 0.029711 10.0.0.43 - - [2024-10-17 02:43:20] "GET /projects?obj_uuids=5038a9e9-c64d-4bdc-b119-6ba248d6d72a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004407 10.0.0.43 - - [2024-10-17 02:43:20] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001511 10.0.0.43 - - [2024-10-17 02:43:20] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008864 10.0.0.43 - - [2024-10-17 02:43:21] "POST /id-to-fqname HTTP/1.1" 200 185 0.001527 10.0.0.43 - - [2024-10-17 02:43:21] "POST /fqname-to-id HTTP/1.1" 404 194 0.003197 10.0.0.43 - - [2024-10-17 02:43:21] "POST /security-groups HTTP/1.1" 200 586 0.070921 10.0.0.43 - - [2024-10-17 02:43:21] "POST /fqname-to-id HTTP/1.1" 404 229 0.002947 10.0.0.43 - - [2024-10-17 02:43:21] "POST /projects HTTP/1.1" 200 575 0.230875 10.0.0.43 - - [2024-10-17 02:43:21] "POST /access-control-lists HTTP/1.1" 200 591 0.060600 10.0.0.43 - - [2024-10-17 02:43:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.312315 10.0.0.43 - - [2024-10-17 02:43:21] "POST /fqname-to-id HTTP/1.1" 404 228 0.003537 10.0.0.43 - - [2024-10-17 02:43:21] "GET /project/5038a9e9-c64d-4bdc-b119-6ba248d6d72a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.454599 10.0.0.43 - - [2024-10-17 02:43:21] "POST /access-control-lists HTTP/1.1" 200 589 0.062958 10.0.0.43 - - [2024-10-17 02:43:22] "GET / HTTP/1.1" 200 35931 0.002582 10.0.0.43 - - [2024-10-17 02:43:23] "GET /projects?obj_uuids=5038a9e9-c64d-4bdc-b119-6ba248d6d72a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001500 10.0.0.43 - - [2024-10-17 02:43:23] "GET /project/5038a9e9-c64d-4bdc-b119-6ba248d6d72a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.023014 10.0.0.43 - - [2024-10-17 02:43:23] "GET /projects?obj_uuids=5038a9e9-c64d-4bdc-b119-6ba248d6d72a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001476 10.0.0.43 - - [2024-10-17 02:43:23] "GET /project/5038a9e9-c64d-4bdc-b119-6ba248d6d72a?fields=virtual_networks HTTP/1.1" 200 1022 0.074836 10.0.0.43 - - [2024-10-17 02:43:23] "GET /projects?obj_uuids=5038a9e9-c64d-4bdc-b119-6ba248d6d72a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001787 10.0.0.43 - - [2024-10-17 02:43:24] "GET /project/5038a9e9-c64d-4bdc-b119-6ba248d6d72a?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.032442 10.0.0.43 - - [2024-10-17 02:43:24] "GET /projects?obj_uuids=5038a9e9-c64d-4bdc-b119-6ba248d6d72a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001524 10.0.0.43 - - [2024-10-17 02:43:24] "GET /project/5038a9e9-c64d-4bdc-b119-6ba248d6d72a?fields=security_groups HTTP/1.1" 200 1243 0.024842 10.0.0.43 - - [2024-10-17 02:43:25] "POST /fqname-to-id HTTP/1.1" 404 191 0.029687 10.0.0.43 - - [2024-10-17 02:43:25] "GET /projects?obj_uuids=e4a36356-3c0b-42f3-9543-e6003142ec66&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003945 10.0.0.43 - - [2024-10-17 02:43:25] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002039 10.0.0.43 - - [2024-10-17 02:43:25] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009044 10.0.0.43 - - [2024-10-17 02:43:25] "POST /id-to-fqname HTTP/1.1" 200 193 0.001487 10.0.0.43 - - [2024-10-17 02:43:25] "POST /fqname-to-id HTTP/1.1" 404 202 0.002885 10.0.0.43 - - [2024-10-17 02:43:25] "POST /security-groups HTTP/1.1" 200 594 0.067837 10.0.0.43 - - [2024-10-17 02:43:25] "POST /fqname-to-id HTTP/1.1" 404 237 0.002898 10.0.0.43 - - [2024-10-17 02:43:25] "POST /projects HTTP/1.1" 200 591 0.231139 10.0.0.43 - - [2024-10-17 02:43:25] "POST /access-control-lists HTTP/1.1" 200 599 0.058526 10.0.0.43 - - [2024-10-17 02:43:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.316989 10.0.0.43 - - [2024-10-17 02:43:25] "POST /fqname-to-id HTTP/1.1" 404 236 0.003797 10.0.0.43 - - [2024-10-17 02:43:25] "GET /project/e4a36356-3c0b-42f3-9543-e6003142ec66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.456044 10.0.0.43 - - [2024-10-17 02:43:25] "POST /access-control-lists HTTP/1.1" 200 597 0.063747 10.0.0.43 - - [2024-10-17 02:43:26] "DELETE /project/5038a9e9c64d4bdcb1196ba248d6d72a HTTP/1.1" 404 173 0.020264 10.0.0.43 - - [2024-10-17 02:43:26] "DELETE /project/21cfdd25e8394df8bab68ddf5b819bbc HTTP/1.1" 404 173 0.017879 10.0.0.43 - - [2024-10-17 02:43:26] "DELETE /project/e4a363563c0b42f39543e6003142ec66 HTTP/1.1" 404 173 0.015431 10.0.0.43 - - [2024-10-17 02:43:26] "GET /projects?obj_uuids=21cfdd25-e839-4df8-bab6-8ddf5b819bbc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002479 10.0.0.43 - - [2024-10-17 02:43:26] "GET /projects?obj_uuids=c25bef15-4538-427a-b563-e4a1fb346a6a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001861 10.0.0.43 - - [2024-10-17 02:43:26] "GET /projects?obj_uuids=5038a9e9-c64d-4bdc-b119-6ba248d6d72a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001471 10.0.0.43 - - [2024-10-17 02:43:26] "GET /project/21cfdd25-e839-4df8-bab6-8ddf5b819bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.060939 10.0.0.43 - - [2024-10-17 02:43:26] "GET /project/c25bef15-4538-427a-b563-e4a1fb346a6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.058925 10.0.0.43 - - [2024-10-17 02:43:26] "GET /project/5038a9e9-c64d-4bdc-b119-6ba248d6d72a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.055950 10.0.0.43 - - [2024-10-17 02:43:26] "GET /projects?obj_uuids=5038a9e9-c64d-4bdc-b119-6ba248d6d72a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001377 10.0.0.43 - - [2024-10-17 02:43:26] "GET /projects?obj_uuids=c25bef15-4538-427a-b563-e4a1fb346a6a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001196 10.0.0.43 - - [2024-10-17 02:43:26] "GET /projects?obj_uuids=21cfdd25-e839-4df8-bab6-8ddf5b819bbc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001130 10.0.0.43 - - [2024-10-17 02:43:26] "GET /project/c25bef15-4538-427a-b563-e4a1fb346a6a?fields=security_groups HTTP/1.1" 200 1397 0.054119 10.0.0.43 - - [2024-10-17 02:43:26] "GET /project/21cfdd25-e839-4df8-bab6-8ddf5b819bbc?fields=security_groups HTTP/1.1" 200 1399 0.059015 10.0.0.43 - - [2024-10-17 02:43:26] "GET /project/5038a9e9-c64d-4bdc-b119-6ba248d6d72a?fields=security_groups HTTP/1.1" 200 1348 0.054670 10.0.0.43 - - [2024-10-17 02:43:26] "DELETE /security-group/07b83218-20fc-427d-b14c-0e373b65237b HTTP/1.1" 200 115 0.104266 10.0.0.43 - - [2024-10-17 02:43:26] "DELETE /security-group/d24b9caf-1f71-4590-8242-ca3027c902f1 HTTP/1.1" 200 115 0.113988 10.0.0.43 - - [2024-10-17 02:43:26] "GET /projects?obj_uuids=c25bef15-4538-427a-b563-e4a1fb346a6a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001254 10.0.0.43 - - [2024-10-17 02:43:26] "DELETE /access-control-list/a5a8f9b9-9305-40f9-bf27-88dcaf2c4fd2 HTTP/1.1" 200 115 0.061289 10.0.0.43 - - [2024-10-17 02:43:26] "GET /projects?obj_uuids=21cfdd25-e839-4df8-bab6-8ddf5b819bbc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001243 10.0.0.43 - - [2024-10-17 02:43:26] "DELETE /security-group/3656a201-a345-4e3b-892e-6837c6ae4092 HTTP/1.1" 200 115 0.126480 10.0.0.43 - - [2024-10-17 02:43:26] "GET /projects?obj_uuids=5038a9e9-c64d-4bdc-b119-6ba248d6d72a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001392 10.0.0.43 - - [2024-10-17 02:43:26] "GET /project/c25bef15-4538-427a-b563-e4a1fb346a6a?fields=application_policy_sets HTTP/1.1" 200 1436 0.054377 10.0.0.43 - - [2024-10-17 02:43:26] "DELETE /access-control-list/8f6e10c5-2afb-45ba-ba1f-a39ab12b7b2d HTTP/1.1" 200 115 0.054989 10.0.0.43 - - [2024-10-17 02:43:26] "GET /project/5038a9e9-c64d-4bdc-b119-6ba248d6d72a?fields=application_policy_sets HTTP/1.1" 200 1387 0.058801 10.0.0.43 - - [2024-10-17 02:43:26] "GET /project/21cfdd25-e839-4df8-bab6-8ddf5b819bbc?fields=application_policy_sets HTTP/1.1" 200 1438 0.087881 10.0.0.43 - - [2024-10-17 02:43:26] "DELETE /access-control-list/424a70ec-0999-473b-8e67-b169a9278f56 HTTP/1.1" 200 115 0.030521 10.0.0.43 - - [2024-10-17 02:43:26] "DELETE /access-control-list/2dce89ee-d2da-48ed-a73a-9add5842d1b0 HTTP/1.1" 200 115 0.069760 10.0.0.43 - - [2024-10-17 02:43:26] "DELETE /access-control-list/f72e557a-2b4d-4348-b817-a1f30b5573ba HTTP/1.1" 200 115 0.047988 10.0.0.43 - - [2024-10-17 02:43:26] "DELETE /project/c25bef15-4538-427a-b563-e4a1fb346a6a HTTP/1.1" 200 115 0.607607 10.0.0.43 - - [2024-10-17 02:43:26] "DELETE /project/5038a9e9-c64d-4bdc-b119-6ba248d6d72a HTTP/1.1" 200 115 0.609495 10.0.0.43 - - [2024-10-17 02:43:26] "DELETE /access-control-list/8602197b-5946-4ae1-b8a9-9efea23140a8 HTTP/1.1" 200 115 0.052670 10.0.0.43 - - [2024-10-17 02:43:26] "DELETE /project/21cfdd25-e839-4df8-bab6-8ddf5b819bbc HTTP/1.1" 200 115 0.630427 10.0.0.43 - - [2024-10-17 02:43:27] "GET / HTTP/1.1" 200 35931 0.002895 10.0.0.43 - - [2024-10-17 02:43:28] "GET /project/e4a36356-3c0b-42f3-9543-e6003142ec66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000824 10.0.0.43 - - [2024-10-17 02:43:28] "GET /projects?obj_uuids=e4a36356-3c0b-42f3-9543-e6003142ec66&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001457 10.0.0.43 - - [2024-10-17 02:43:28] "GET /project/e4a36356-3c0b-42f3-9543-e6003142ec66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.054732 10.0.0.43 - - [2024-10-17 02:43:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.43 - - [2024-10-17 02:43:28] "GET /security-group/a2f8f142-9154-4e3a-9aa1-fc8493169b17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.007687 10.0.0.43 - - [2024-10-17 02:43:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.43 - - [2024-10-17 02:43:28] "GET /projects?obj_uuids=e4a36356-3c0b-42f3-9543-e6003142ec66&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002059 10.0.0.43 - - [2024-10-17 02:43:28] "GET /project/e4a36356-3c0b-42f3-9543-e6003142ec66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.027571 10.0.0.43 - - [2024-10-17 02:43:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.43 - - [2024-10-17 02:43:28] "GET /security-group/a2f8f142-9154-4e3a-9aa1-fc8493169b17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.004876 10.0.0.43 - - [2024-10-17 02:43:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.43 - - [2024-10-17 02:43:28] "PUT /security-group/a2f8f142-9154-4e3a-9aa1-fc8493169b17 HTTP/1.1" 200 262 0.021000 10.0.0.43 - - [2024-10-17 02:43:29] "PUT /access-control-list/c10902d9-48aa-4e94-a426-16c4a1485be8 HTTP/1.1" 200 272 0.011919 10.0.0.43 - - [2024-10-17 02:43:29] "PUT /access-control-list/efa60461-2a75-4714-920d-5af8e59bbdc6 HTTP/1.1" 200 272 0.010851 10.0.0.43 - - [2024-10-17 02:43:29] "POST /fqname-to-id HTTP/1.1" 404 202 0.003687 10.0.0.43 - - [2024-10-17 02:43:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.43 - - [2024-10-17 02:43:29] "GET /projects?obj_uuids=e4a36356-3c0b-42f3-9543-e6003142ec66&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003979 10.0.0.43 - - [2024-10-17 02:43:29] "GET /project/e4a36356-3c0b-42f3-9543-e6003142ec66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.027858 10.0.0.43 - - [2024-10-17 02:43:29] "POST /neutron/network HTTP/1.1" 200 117 0.036193 10.0.0.43 - - [2024-10-17 02:43:29] "GET /projects?obj_uuids=e4a36356-3c0b-42f3-9543-e6003142ec66&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001502 10.0.0.43 - - [2024-10-17 02:43:29] "POST /neutron/network HTTP/1.1" 200 608 0.160783 10.0.0.43 - - [2024-10-17 02:43:29] "POST /route-targets HTTP/1.1" 200 327 0.012229 10.0.0.43 - - [2024-10-17 02:43:29] "POST /ref-update HTTP/1.1" 200 156 0.013458 10.0.0.43 - - [2024-10-17 02:43:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003832 10.0.0.43 - - [2024-10-17 02:43:29] "POST /neutron/subnet HTTP/1.1" 200 729 0.209934 10.0.0.43 - - [2024-10-17 02:43:29] "POST /neutron/network HTTP/1.1" 200 828 0.007791 10.0.0.43 - - [2024-10-17 02:43:29] "POST /id-to-fqname HTTP/1.1" 200 223 0.001856 10.0.0.43 - - [2024-10-17 02:43:29] "GET /virtual-network/0dc00181-3c0a-4b59-a4c5-642ef38bc185?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004607 10.0.0.43 - - [2024-10-17 02:43:29] "POST /neutron/network HTTP/1.1" 200 828 0.007576 10.0.0.43 - - [2024-10-17 02:43:29] "GET /virtual-network/0dc00181-3c0a-4b59-a4c5-642ef38bc185?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004156 10.0.0.43 - - [2024-10-17 02:43:29] "POST /neutron/network HTTP/1.1" 200 828 0.006770 10.0.0.43 - - [2024-10-17 02:43:29] "POST /neutron/subnet HTTP/1.1" 200 729 0.012173 10.0.0.43 - - [2024-10-17 02:43:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.43 - - [2024-10-17 02:43:29] "GET /projects?obj_uuids=e4a36356-3c0b-42f3-9543-e6003142ec66&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001591 10.0.0.43 - - [2024-10-17 02:43:29] "GET /project/e4a36356-3c0b-42f3-9543-e6003142ec66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.030431 10.0.0.43 - - [2024-10-17 02:43:29] "POST /neutron/network HTTP/1.1" 200 117 0.011041 10.0.0.43 - - [2024-10-17 02:43:30] "GET /projects?obj_uuids=e4a36356-3c0b-42f3-9543-e6003142ec66&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001725 10.0.0.43 - - [2024-10-17 02:43:30] "POST /neutron/network HTTP/1.1" 200 615 0.163024 10.0.0.43 - - [2024-10-17 02:43:30] "POST /route-targets HTTP/1.1" 200 327 0.029609 10.0.0.43 - - [2024-10-17 02:43:30] "POST /ref-update HTTP/1.1" 200 156 0.025934 10.0.0.43 - - [2024-10-17 02:43:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003640 10.0.0.43 - - [2024-10-17 02:43:30] "POST /neutron/subnet HTTP/1.1" 200 725 0.181798 10.0.0.43 - - [2024-10-17 02:43:30] "POST /neutron/network HTTP/1.1" 200 834 0.007294 10.0.0.43 - - [2024-10-17 02:43:30] "POST /id-to-fqname HTTP/1.1" 200 227 0.001793 10.0.0.43 - - [2024-10-17 02:43:30] "GET /virtual-network/5e998dac-18d1-48d7-998d-dbd2c9f179c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004502 10.0.0.43 - - [2024-10-17 02:43:30] "POST /neutron/network HTTP/1.1" 200 834 0.007571 10.0.0.43 - - [2024-10-17 02:43:30] "GET /virtual-network/5e998dac-18d1-48d7-998d-dbd2c9f179c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004654 10.0.0.43 - - [2024-10-17 02:43:30] "POST /neutron/network HTTP/1.1" 200 834 0.007442 10.0.0.43 - - [2024-10-17 02:43:30] "POST /neutron/subnet HTTP/1.1" 200 725 0.010158 10.0.0.43 - - [2024-10-17 02:43:30] "POST /id-to-fqname HTTP/1.1" 200 223 0.001711 10.0.0.43 - - [2024-10-17 02:43:30] "POST /neutron/network HTTP/1.1" 200 838 0.007950 10.0.0.43 - - [2024-10-17 02:43:30] "GET /aaa-mode HTTP/1.1" 401 292 0.000570 10.0.0.43 - - [2024-10-17 02:43:31] "GET / HTTP/1.1" 200 35931 0.002255 10.0.0.43 - - [2024-10-17 02:43:31] "GET /project/e4a36356-3c0b-42f3-9543-e6003142ec66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000527 10.0.0.43 - - [2024-10-17 02:43:31] "GET /projects?obj_uuids=e4a36356-3c0b-42f3-9543-e6003142ec66&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002118 10.0.0.43 - - [2024-10-17 02:43:31] "GET /project/e4a36356-3c0b-42f3-9543-e6003142ec66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.076773 10.0.0.43 - - [2024-10-17 02:43:31] "POST /neutron/network HTTP/1.1" 200 828 0.007408 10.0.0.43 - - [2024-10-17 02:43:31] "POST /neutron/port HTTP/1.1" 200 117 0.006377 10.0.0.43 - - [2024-10-17 02:43:31] "POST /neutron/port HTTP/1.1" 200 117 0.009474 10.0.0.43 - - [2024-10-17 02:43:31] "POST /id-to-fqname HTTP/1.1" 200 227 0.002220 10.0.0.43 - - [2024-10-17 02:43:31] "POST /neutron/port HTTP/1.1" 200 117 0.007155 10.0.0.43 - - [2024-10-17 02:43:32] "POST /neutron/network HTTP/1.1" 200 844 0.008064 10.0.0.43 - - [2024-10-17 02:43:32] "GET /aaa-mode HTTP/1.1" 401 292 0.000551 10.0.0.43 - - [2024-10-17 02:43:32] "GET / HTTP/1.1" 200 35931 0.002430 10.0.0.43 - - [2024-10-17 02:43:32] "POST /neutron/network HTTP/1.1" 200 838 0.010927 10.0.0.43 - - [2024-10-17 02:43:32] "GET /project/e4a36356-3c0b-42f3-9543-e6003142ec66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000703 10.0.0.43 - - [2024-10-17 02:43:32] "GET /projects?obj_uuids=e4a36356-3c0b-42f3-9543-e6003142ec66&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002083 10.0.0.43 - - [2024-10-17 02:43:32] "POST /neutron/port HTTP/1.1" 200 1064 0.257440 10.0.0.43 - - [2024-10-17 02:43:32] "POST /neutron/port HTTP/1.1" 200 1064 0.014863 10.0.0.43 - - [2024-10-17 02:43:32] "POST /neutron/port HTTP/1.1" 200 1064 0.018037 10.0.0.43 - - [2024-10-17 02:43:32] "GET /projects?obj_uuids=e4a36356-3c0b-42f3-9543-e6003142ec66&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002245 10.0.0.43 - - [2024-10-17 02:43:32] "POST /neutron/port HTTP/1.1" 200 1118 0.113685 10.0.0.43 - - [2024-10-17 02:43:33] "GET /project/e4a36356-3c0b-42f3-9543-e6003142ec66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.089016 10.0.0.43 - - [2024-10-17 02:43:33] "POST /neutron/network HTTP/1.1" 200 834 0.007344 10.0.0.43 - - [2024-10-17 02:43:33] "POST /neutron/port HTTP/1.1" 200 1092 0.024366 10.0.0.43 - - [2024-10-17 02:43:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004298 10.0.0.43 - - [2024-10-17 02:43:33] "POST /neutron/subnet HTTP/1.1" 200 703 0.015522 10.0.0.43 - - [2024-10-17 02:43:33] "POST /neutron/port HTTP/1.1" 200 117 0.001561 10.0.0.43 - - [2024-10-17 02:43:33] "POST /neutron/network HTTP/1.1" 200 828 0.007572 10.0.0.43 - - [2024-10-17 02:43:33] "POST /neutron/port HTTP/1.1" 200 1092 0.030884 10.0.0.43 - - [2024-10-17 02:43:33] "POST /neutron/security_group HTTP/1.1" 200 2002 0.010478 10.0.0.43 - - [2024-10-17 02:43:33] "POST /neutron/port HTTP/1.1" 200 117 0.006402 10.0.0.43 - - [2024-10-17 02:43:33] "GET /projects?obj_uuids=e4a36356-3c0b-42f3-9543-e6003142ec66&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002500 10.0.0.43 - - [2024-10-17 02:43:33] "POST /neutron/router HTTP/1.1" 200 585 0.075548 10.0.0.43 - - [2024-10-17 02:43:33] "POST /neutron/router HTTP/1.1" 200 585 0.006977 10.0.0.43 - - [2024-10-17 02:43:33] "POST /route-targets HTTP/1.1" 200 327 0.035773 10.0.0.43 - - [2024-10-17 02:43:33] "POST /neutron/router HTTP/1.1" 200 656 0.062750 10.0.0.43 - - [2024-10-17 02:43:33] "PUT /logical-router/862a3bab-f897-4c8c-9323-3469eabc8e4e HTTP/1.1" 200 262 0.051853 10.0.0.43 - - [2024-10-17 02:43:33] "GET /logical-router/862a3bab-f897-4c8c-9323-3469eabc8e4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.011588 10.0.0.43 - - [2024-10-17 02:43:33] "POST /neutron/router HTTP/1.1" 200 656 0.015119 10.0.0.43 - - [2024-10-17 02:43:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006779 10.0.0.43 - - [2024-10-17 02:43:33] "GET /projects?obj_uuids=e4a36356-3c0b-42f3-9543-e6003142ec66&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003039 10.0.0.43 - - [2024-10-17 02:43:33] "GET /service-template/0d602cbf-865e-43a2-b7a4-8bb543c5b5d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.008124 10.0.0.43 - - [2024-10-17 02:43:33] "POST /fqname-to-id HTTP/1.1" 404 215 0.004295 10.0.0.43 - - [2024-10-17 02:43:33] "POST /neutron/network HTTP/1.1" 200 844 0.024194 10.0.0.43 - - [2024-10-17 02:43:33] "GET /projects?obj_uuids=e4a36356-3c0b-42f3-9543-e6003142ec66&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001371 10.0.0.43 - - [2024-10-17 02:43:33] "POST /useragent-kv HTTP/1.1" 200 115 0.021226 10.0.0.43 - - [2024-10-17 02:43:33] "POST /virtual-networks HTTP/1.1" 200 694 0.280948 10.0.0.43 - - [2024-10-17 02:43:34] "POST /neutron/router HTTP/1.1" 200 344 0.502332 10.0.0.43 - - [2024-10-17 02:43:34] "POST /route-targets HTTP/1.1" 200 327 0.065145 10.0.0.43 - - [2024-10-17 02:43:34] "POST /ref-update HTTP/1.1" 200 156 0.029444 10.0.0.43 - - [2024-10-17 02:43:34] "POST /service-instances HTTP/1.1" 200 670 0.083330 10.0.0.43 - - [2024-10-17 02:43:34] "POST /neutron/port HTTP/1.1" 200 1092 0.064365 10.0.0.43 - - [2024-10-17 02:43:34] "POST /neutron/security_group HTTP/1.1" 200 2002 0.025117 10.0.0.43 - - [2024-10-17 02:43:34] "POST /ref-update HTTP/1.1" 200 156 0.033067 10.0.0.43 - - [2024-10-17 02:43:34] "POST /route-tables HTTP/1.1" 200 582 0.074327 10.0.0.43 - - [2024-10-17 02:43:34] "PUT /logical-router/862a3bab-f897-4c8c-9323-3469eabc8e4e HTTP/1.1" 200 262 0.034988 10.0.0.43 - - [2024-10-17 02:43:34] "POST /neutron/port HTTP/1.1" 200 1063 0.449015 10.0.0.43 - - [2024-10-17 02:43:34] "POST /neutron/port HTTP/1.1" 200 1063 0.025551 10.0.0.43 - - [2024-10-17 02:43:34] "POST /neutron/port HTTP/1.1" 200 1063 0.032914 10.0.0.43 - - [2024-10-17 02:43:34] "POST /ref-update HTTP/1.1" 200 156 0.066856 10.0.0.43 - - [2024-10-17 02:43:34] "POST /neutron/port HTTP/1.1" 200 1117 0.107359 10.0.0.43 - - [2024-10-17 02:43:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.43 - - [2024-10-17 02:43:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004110 10.0.0.43 - - [2024-10-17 02:43:34] "POST /neutron/port HTTP/1.1" 200 1091 0.027507 10.0.0.43 - - [2024-10-17 02:43:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004970 10.0.0.43 - - [2024-10-17 02:43:34] "POST /virtual-machines HTTP/1.1" 200 553 0.020827 10.0.0.43 - - [2024-10-17 02:43:34] "POST /neutron/subnet HTTP/1.1" 200 699 0.012947 10.0.0.43 - - [2024-10-17 02:43:34] "POST /neutron/port HTTP/1.1" 200 117 0.001583 10.0.0.43 - - [2024-10-17 02:43:34] "POST /neutron/network HTTP/1.1" 200 834 0.010444 10.0.0.43 - - [2024-10-17 02:43:34] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.125243 10.0.0.43 - - [2024-10-17 02:43:34] "GET /obj-perms HTTP/1.1" 200 5056 0.077277 10.0.0.43 - - [2024-10-17 02:43:34] "POST /chown HTTP/1.1" 200 109 0.063233 10.0.0.43 - - [2024-10-17 02:43:35] "POST /instance-ips HTTP/1.1" 200 551 0.044715 10.0.0.43 - - [2024-10-17 02:43:35] "POST /instance-ips HTTP/1.1" 400 246 0.020717 10.0.0.43 - - [2024-10-17 02:43:35] "POST /chown HTTP/1.1" 200 109 0.009203 10.0.0.43 - - [2024-10-17 02:43:35] "PUT /virtual-machine-interface/bec4a6d6-0cb1-41e7-bcda-3059a7140b09 HTTP/1.1" 200 284 0.025048 10.0.0.43 - - [2024-10-17 02:43:35] "PUT /instance-ip/bcf782cf-6285-413d-9e8b-f9428a801217 HTTP/1.1" 200 256 0.029599 10.0.0.43 - - [2024-10-17 02:43:35] "GET /obj-perms HTTP/1.1" 200 5056 0.065686 10.0.0.43 - - [2024-10-17 02:43:35] "POST /ref-update HTTP/1.1" 200 156 0.023908 10.0.0.43 - - [2024-10-17 02:43:35] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.099308 10.0.0.43 - - [2024-10-17 02:43:35] "POST /chown HTTP/1.1" 200 109 0.011986 10.0.0.43 - - [2024-10-17 02:43:35] "POST /instance-ips HTTP/1.1" 200 549 0.054134 10.0.0.43 - - [2024-10-17 02:43:35] "POST /instance-ips HTTP/1.1" 400 316 0.019319 10.0.0.43 - - [2024-10-17 02:43:35] "POST /chown HTTP/1.1" 200 109 0.015694 10.0.0.43 - - [2024-10-17 02:43:35] "PUT /virtual-machine-interface/3622a92c-4c53-426d-a722-d40075940761 HTTP/1.1" 200 284 0.019001 10.0.0.43 - - [2024-10-17 02:43:35] "PUT /instance-ip/43c26891-e26e-4b7b-a5d2-3455f7a34e70 HTTP/1.1" 200 256 0.020979 10.0.0.43 - - [2024-10-17 02:43:36] "POST /ref-update HTTP/1.1" 200 156 0.015143 10.0.0.43 - - [2024-10-17 02:43:36] "POST /ref-update HTTP/1.1" 200 156 0.016471 10.0.0.43 - - [2024-10-17 02:43:36] "PUT /routing-instance/44143ff5-9fd4-4d7b-9da9-8b0f7416f15b HTTP/1.1" 200 266 0.021793 10.0.0.43 - - [2024-10-17 02:43:36] "POST /ref-update HTTP/1.1" 200 156 0.017115 10.0.0.43 - - [2024-10-17 02:43:36] "POST /virtual-machines HTTP/1.1" 200 553 0.029482 10.0.0.43 - - [2024-10-17 02:43:36] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.222172 10.0.0.43 - - [2024-10-17 02:43:36] "POST /chown HTTP/1.1" 200 109 0.011499 10.0.0.43 - - [2024-10-17 02:43:36] "POST /instance-ips HTTP/1.1" 400 246 0.021363 10.0.0.43 - - [2024-10-17 02:43:36] "POST /chown HTTP/1.1" 200 109 0.012721 10.0.0.43 - - [2024-10-17 02:43:36] "PUT /virtual-machine-interface/6e404a2a-b676-47b0-bc00-395167d400b0 HTTP/1.1" 200 284 0.013800 10.0.0.43 - - [2024-10-17 02:43:36] "PUT /instance-ip/bcf782cf-6285-413d-9e8b-f9428a801217 HTTP/1.1" 200 256 0.017907 10.0.0.43 - - [2024-10-17 02:43:36] "POST /ref-update HTTP/1.1" 200 156 0.014631 10.0.0.43 - - [2024-10-17 02:43:36] "POST /ref-update HTTP/1.1" 200 156 0.017989 10.0.0.43 - - [2024-10-17 02:43:37] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.100338 10.0.0.43 - - [2024-10-17 02:43:37] "POST /chown HTTP/1.1" 200 109 0.009598 10.0.0.43 - - [2024-10-17 02:43:37] "POST /instance-ips HTTP/1.1" 400 316 0.028621 10.0.0.43 - - [2024-10-17 02:43:37] "POST /chown HTTP/1.1" 200 109 0.010140 10.0.0.43 - - [2024-10-17 02:43:37] "PUT /virtual-machine-interface/757e2d98-ef79-4d56-9758-4bab4464df10 HTTP/1.1" 200 284 0.011743 10.0.0.43 - - [2024-10-17 02:43:37] "PUT /instance-ip/43c26891-e26e-4b7b-a5d2-3455f7a34e70 HTTP/1.1" 200 256 0.015299 10.0.0.43 - - [2024-10-17 02:43:37] "POST /ref-update HTTP/1.1" 200 156 0.014457 10.0.0.43 - - [2024-10-17 02:43:37] "POST /ref-update HTTP/1.1" 200 156 0.014619 10.0.0.43 - - [2024-10-17 02:43:39] "POST /neutron/port HTTP/1.1" 200 1092 0.017813 10.0.0.43 - - [2024-10-17 02:43:39] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008398 10.0.0.43 - - [2024-10-17 02:43:39] "POST /neutron/port HTTP/1.1" 200 1092 0.021384 10.0.0.43 - - [2024-10-17 02:43:39] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008060 10.0.0.43 - - [2024-10-17 02:43:39] "POST /neutron/port HTTP/1.1" 200 1092 0.018860 10.0.0.43 - - [2024-10-17 02:43:39] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008972 10.0.0.43 - - [2024-10-17 02:43:39] "GET /virtual-machine/f7db4a45-78d5-4714-87b0-85656544614b HTTP/1.1" 401 292 0.000660 10.0.0.43 - - [2024-10-17 02:43:39] "GET /virtual-machine/f7db4a45-78d5-4714-87b0-85656544614b HTTP/1.1" 200 1295 0.036641 10.0.0.43 - - [2024-10-17 02:43:39] "GET /virtual-machine-interface/897b8cd1-dd41-4ebd-8449-7e4a9a19318e HTTP/1.1" 200 2955 0.003784 10.0.0.43 - - [2024-10-17 02:43:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.43 - - [2024-10-17 02:43:39] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005026 10.0.0.43 - - [2024-10-17 02:43:40] "GET /virtual-networks?parent_id=e4a36356-3c0b-42f3-9543-e6003142ec66&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003713 10.0.0.43 - - [2024-10-17 02:43:40] "GET /virtual-network/0dc00181-3c0a-4b59-a4c5-642ef38bc185?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004117 10.0.0.43 - - [2024-10-17 02:43:42] "POST /neutron/port HTTP/1.1" 200 1092 0.023699 10.0.0.43 - - [2024-10-17 02:43:42] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007418 10.0.0.43 - - [2024-10-17 02:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004556 10.0.0.43 - - [2024-10-17 02:43:43] "GET /virtual-network/0dc00181-3c0a-4b59-a4c5-642ef38bc185?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004542 10.0.0.43 - - [2024-10-17 02:43:44] "POST /neutron/port HTTP/1.1" 200 1091 0.018660 10.0.0.43 - - [2024-10-17 02:43:44] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006585 10.0.0.43 - - [2024-10-17 02:43:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.43 - - [2024-10-17 02:43:45] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003605 10.0.0.43 - - [2024-10-17 02:43:45] "GET /virtual-networks?parent_id=e4a36356-3c0b-42f3-9543-e6003142ec66&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003616 10.0.0.43 - - [2024-10-17 02:43:45] "GET /virtual-network/0dc00181-3c0a-4b59-a4c5-642ef38bc185?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003812 10.0.0.43 - - [2024-10-17 02:43:45] "POST /neutron/port HTTP/1.1" 200 1092 0.017088 10.0.0.43 - - [2024-10-17 02:43:45] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007542 10.0.0.43 - - [2024-10-17 02:43:46] "POST /neutron/port HTTP/1.1" 200 1092 0.018881 10.0.0.43 - - [2024-10-17 02:43:46] "POST /neutron/port HTTP/1.1" 200 1092 0.020315 10.0.0.43 - - [2024-10-17 02:43:46] "POST /neutron/network HTTP/1.1" 200 838 0.008286 10.0.0.43 - - [2024-10-17 02:43:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005018 10.0.0.43 - - [2024-10-17 02:43:46] "POST /neutron/subnet HTTP/1.1" 200 703 0.037541 10.0.0.43 - - [2024-10-17 02:43:46] "POST /neutron/port HTTP/1.1" 200 117 0.001781 10.0.0.43 - - [2024-10-17 02:43:46] "POST /neutron/network HTTP/1.1" 200 828 0.007478 10.0.0.43 - - [2024-10-17 02:43:50] "POST /neutron/port HTTP/1.1" 200 1091 0.019808 10.0.0.43 - - [2024-10-17 02:43:50] "POST /neutron/security_group HTTP/1.1" 200 2002 0.010025 10.0.0.43 - - [2024-10-17 02:43:50] "POST /neutron/port HTTP/1.1" 200 1091 0.019154 10.0.0.43 - - [2024-10-17 02:43:50] "POST /neutron/security_group HTTP/1.1" 200 2002 0.011225 10.0.0.43 - - [2024-10-17 02:43:51] "POST /neutron/port HTTP/1.1" 200 1091 0.020760 10.0.0.43 - - [2024-10-17 02:43:51] "POST /neutron/security_group HTTP/1.1" 200 2002 0.010379 10.0.0.43 - - [2024-10-17 02:43:51] "GET /virtual-machine/2d7ad586-b6c2-426a-8f9d-c0b5da608e1c HTTP/1.1" 200 1295 0.005651 10.0.0.43 - - [2024-10-17 02:43:51] "GET /virtual-machine-interface/a75f04b6-6719-4bf2-a692-a461830d9198 HTTP/1.1" 200 2969 0.004278 10.0.0.43 - - [2024-10-17 02:43:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004917 10.0.0.43 - - [2024-10-17 02:43:51] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003720 10.0.0.43 - - [2024-10-17 02:43:51] "GET /virtual-networks?parent_id=e4a36356-3c0b-42f3-9543-e6003142ec66&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004304 10.0.0.43 - - [2024-10-17 02:43:51] "GET /virtual-network/5e998dac-18d1-48d7-998d-dbd2c9f179c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004087 10.0.0.43 - - [2024-10-17 02:43:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.43 - - [2024-10-17 02:43:52] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003482 10.0.0.43 - - [2024-10-17 02:43:52] "GET /virtual-networks?parent_id=e4a36356-3c0b-42f3-9543-e6003142ec66&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003755 10.0.0.43 - - [2024-10-17 02:43:52] "GET /virtual-network/5e998dac-18d1-48d7-998d-dbd2c9f179c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.003853 10.0.0.43 - - [2024-10-17 02:43:56] "POST /neutron/router HTTP/1.1" 200 656 0.006211 10.0.0.43 - - [2024-10-17 02:43:56] "POST /ref-update HTTP/1.1" 200 156 0.013452 10.0.0.43 - - [2024-10-17 02:43:56] "POST /neutron/router HTTP/1.1" 200 344 0.126738 10.0.0.43 - - [2024-10-17 02:43:56] "POST /neutron/router HTTP/1.1" 200 656 0.006527 10.0.0.43 - - [2024-10-17 02:43:56] "GET /logical-router/862a3bab-f897-4c8c-9323-3469eabc8e4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1972 0.003758 10.0.0.43 - - [2024-10-17 02:43:56] "GET /service-instance/d5f3d010-6349-4511-b18c-6265e3cd979c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2316 0.003214 10.0.0.43 - - [2024-10-17 02:43:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.43 - - [2024-10-17 02:43:56] "POST /neutron/router HTTP/1.1" 200 151 0.064682 10.0.0.43 - - [2024-10-17 02:43:56] "DELETE /route-target/1bccd59f-e5ca-472f-9bcd-c1d8cc58d6fe HTTP/1.1" 409 239 0.004863 10.0.0.43 - - [2024-10-17 02:43:56] "PUT /logical-router/862a3bab-f897-4c8c-9323-3469eabc8e4e HTTP/1.1" 404 171 0.003570 10.0.0.43 - - [2024-10-17 02:43:56] "POST /ref-update HTTP/1.1" 200 156 0.015128 10.0.0.43 - - [2024-10-17 02:43:56] "DELETE /route-table/2794a158-e9f2-4dad-9a86-17afcdd3b84e HTTP/1.1" 200 115 0.041997 10.0.0.43 - - [2024-10-17 02:43:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004930 10.0.0.43 - - [2024-10-17 02:43:56] "PUT /routing-instance/44143ff5-9fd4-4d7b-9da9-8b0f7416f15b HTTP/1.1" 200 266 0.013953 10.0.0.43 - - [2024-10-17 02:43:56] "POST /neutron/network HTTP/1.1" 200 834 0.011732 10.0.0.43 - - [2024-10-17 02:43:56] "GET /virtual-network/909833d3-6344-44b4-92da-cf08105801b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.005604 10.0.0.43 - - [2024-10-17 02:43:56] "POST /neutron/network HTTP/1.1" 400 204 0.038096 10.0.0.43 - - [2024-10-17 02:43:56] "POST /ref-update HTTP/1.1" 200 156 0.014482 10.0.0.43 - - [2024-10-17 02:43:56] "POST /ref-update HTTP/1.1" 200 156 0.022370 10.0.0.43 - - [2024-10-17 02:43:57] "DELETE /instance-ip/43c26891-e26e-4b7b-a5d2-3455f7a34e70 HTTP/1.1" 200 115 0.048613 10.0.0.43 - - [2024-10-17 02:43:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001348 10.0.0.43 - - [2024-10-17 02:43:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.007110 10.0.0.43 - - [2024-10-17 02:43:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001222 10.0.0.43 - - [2024-10-17 02:43:57] "DELETE /virtual-network/909833d3-6344-44b4-92da-cf08105801b5 HTTP/1.1" 200 115 0.151074 10.0.0.43 - - [2024-10-17 02:43:57] "DELETE /route-target/4ad95978-8d86-4afa-98ac-49188fe9d795 HTTP/1.1" 200 115 0.067200 10.0.0.43 - - [2024-10-17 02:43:57] "DELETE /service-instance/d5f3d010-6349-4511-b18c-6265e3cd979c HTTP/1.1" 200 115 0.076185 10.0.0.43 - - [2024-10-17 02:43:57] "GET /logical-router/862a3bab-f897-4c8c-9323-3469eabc8e4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004283 10.0.0.43 - - [2024-10-17 02:43:57] "POST /neutron/port HTTP/1.1" 200 1091 0.023146 10.0.0.43 - - [2024-10-17 02:43:57] "POST /neutron/port HTTP/1.1" 200 1117 0.024637 10.0.0.43 - - [2024-10-17 02:43:57] "GET /service-instance/d5f3d010-6349-4511-b18c-6265e3cd979c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.007351 10.0.0.43 - - [2024-10-17 02:43:57] "POST /neutron/port HTTP/1.1" 200 1092 0.062149 10.0.0.43 - - [2024-10-17 02:43:57] "GET /virtual-machine-interface/6e404a2a-b676-47b0-bc00-395167d400b0?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1653 0.011100 10.0.0.43 - - [2024-10-17 02:43:57] "POST /neutron/port HTTP/1.1" 200 1118 0.033945 10.0.0.43 - - [2024-10-17 02:43:57] "POST /ref-update HTTP/1.1" 200 156 0.057616 10.0.0.43 - - [2024-10-17 02:43:57] "GET /instance-ip/bcf782cf-6285-413d-9e8b-f9428a801217?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006379 10.0.0.43 - - [2024-10-17 02:43:57] "POST /neutron/port HTTP/1.1" 200 151 0.259927 10.0.0.43 - - [2024-10-17 02:43:57] "DELETE /virtual-machine-interface/6e404a2a-b676-47b0-bc00-395167d400b0 HTTP/1.1" 200 115 0.070866 10.0.0.43 - - [2024-10-17 02:43:57] "GET /virtual-machine-interface/757e2d98-ef79-4d56-9758-4bab4464df10?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1333 0.003457 10.0.0.43 - - [2024-10-17 02:43:57] "POST /neutron/port HTTP/1.1" 200 151 0.192269 10.0.0.43 - - [2024-10-17 02:43:57] "DELETE /virtual-machine-interface/757e2d98-ef79-4d56-9758-4bab4464df10 HTTP/1.1" 200 115 0.049085 10.0.0.43 - - [2024-10-17 02:43:57] "DELETE /virtual-machine/63179833-4fc5-40b8-9f96-4301133b3475 HTTP/1.1" 200 115 0.032061 10.0.0.43 - - [2024-10-17 02:43:57] "GET /virtual-machine-interface/bec4a6d6-0cb1-41e7-bcda-3059a7140b09?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1654 0.004012 10.0.0.43 - - [2024-10-17 02:43:57] "POST /ref-update HTTP/1.1" 200 156 0.020271 10.0.0.43 - - [2024-10-17 02:43:57] "GET /instance-ip/bcf782cf-6285-413d-9e8b-f9428a801217?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1696 0.005327 10.0.0.43 - - [2024-10-17 02:43:58] "DELETE /instance-ip/bcf782cf-6285-413d-9e8b-f9428a801217 HTTP/1.1" 200 115 0.027241 10.0.0.43 - - [2024-10-17 02:43:58] "DELETE /virtual-machine-interface/bec4a6d6-0cb1-41e7-bcda-3059a7140b09 HTTP/1.1" 200 115 0.042605 10.0.0.43 - - [2024-10-17 02:43:58] "GET /virtual-machine-interface/3622a92c-4c53-426d-a722-d40075940761?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1333 0.004552 10.0.0.43 - - [2024-10-17 02:43:58] "DELETE /virtual-machine-interface/3622a92c-4c53-426d-a722-d40075940761 HTTP/1.1" 200 115 0.034698 10.0.0.43 - - [2024-10-17 02:43:58] "POST /ref-update HTTP/1.1" 200 156 0.012824 10.0.0.43 - - [2024-10-17 02:43:58] "DELETE /virtual-machine/8608d488-900a-473a-a27f-070868aaf008 HTTP/1.1" 200 115 0.029073 10.0.0.43 - - [2024-10-17 02:43:58] "POST /neutron/network HTTP/1.1" 200 834 0.008486 10.0.0.43 - - [2024-10-17 02:43:58] "POST /useragent-kv HTTP/1.1" 200 115 0.001463 10.0.0.43 - - [2024-10-17 02:43:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.008013 10.0.0.43 - - [2024-10-17 02:43:59] "POST /useragent-kv HTTP/1.1" 200 115 0.001938 10.0.0.43 - - [2024-10-17 02:43:59] "POST /neutron/network HTTP/1.1" 200 151 0.097165 10.0.0.43 - - [2024-10-17 02:43:59] "DELETE /route-target/6ba58eb9-1355-410d-858d-3fd86b745e51 HTTP/1.1" 200 115 0.019115 10.0.0.43 - - [2024-10-17 02:43:59] "POST /neutron/network HTTP/1.1" 200 828 0.008611 10.0.0.43 - - [2024-10-17 02:43:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005649 10.0.0.43 - - [2024-10-17 02:43:59] "POST /useragent-kv HTTP/1.1" 200 115 0.001531 10.0.0.43 - - [2024-10-17 02:43:59] "POST /useragent-kv HTTP/1.1" 200 115 0.001256 10.0.0.43 - - [2024-10-17 02:43:59] "POST /neutron/network HTTP/1.1" 200 151 0.099352 10.0.0.43 - - [2024-10-17 02:43:59] "DELETE /route-target/16861d46-bab1-4e0c-8ebd-75ae5d7d317e HTTP/1.1" 200 115 0.019104 10.0.0.43 - - [2024-10-17 02:43:59] "GET /projects?obj_uuids=e4a36356-3c0b-42f3-9543-e6003142ec66&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001555 10.0.0.43 - - [2024-10-17 02:43:59] "GET /project/e4a36356-3c0b-42f3-9543-e6003142ec66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.025969 10.0.0.43 - - [2024-10-17 02:43:59] "GET /projects?obj_uuids=e4a36356-3c0b-42f3-9543-e6003142ec66&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001875 10.0.0.43 - - [2024-10-17 02:43:59] "GET /project/e4a36356-3c0b-42f3-9543-e6003142ec66?fields=virtual_networks HTTP/1.1" 200 1039 0.071388 10.0.0.43 - - [2024-10-17 02:43:59] "GET /projects?obj_uuids=e4a36356-3c0b-42f3-9543-e6003142ec66&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001650 10.0.0.43 - - [2024-10-17 02:43:59] "GET /project/e4a36356-3c0b-42f3-9543-e6003142ec66?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.023853 10.0.0.43 - - [2024-10-17 02:43:59] "GET /projects?obj_uuids=e4a36356-3c0b-42f3-9543-e6003142ec66&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001381 10.0.0.43 - - [2024-10-17 02:43:59] "GET /project/e4a36356-3c0b-42f3-9543-e6003142ec66?fields=security_groups HTTP/1.1" 200 1268 0.038582 10.0.0.43 - - [2024-10-17 02:44:00] "POST /fqname-to-id HTTP/1.1" 404 196 0.030946 10.0.0.43 - - [2024-10-17 02:44:00] "GET /projects?obj_uuids=9aa7bdfd-d933-4f53-b5ad-96452695efd4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003222 10.0.0.43 - - [2024-10-17 02:44:00] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001590 10.0.0.43 - - [2024-10-17 02:44:00] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008638 10.0.0.43 - - [2024-10-17 02:44:00] "POST /id-to-fqname HTTP/1.1" 200 198 0.001583 10.0.0.43 - - [2024-10-17 02:44:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.002809 10.0.0.43 - - [2024-10-17 02:44:01] "POST /security-groups HTTP/1.1" 200 599 0.070836 10.0.0.43 - - [2024-10-17 02:44:01] "POST /fqname-to-id HTTP/1.1" 404 242 0.003979 10.0.0.43 - - [2024-10-17 02:44:01] "POST /projects HTTP/1.1" 200 601 0.224038 10.0.0.43 - - [2024-10-17 02:44:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.297858 10.0.0.43 - - [2024-10-17 02:44:01] "POST /access-control-lists HTTP/1.1" 200 604 0.063895 10.0.0.43 - - [2024-10-17 02:44:01] "POST /fqname-to-id HTTP/1.1" 404 241 0.003247 10.0.0.43 - - [2024-10-17 02:44:01] "GET /project/9aa7bdfd-d933-4f53-b5ad-96452695efd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.444500 10.0.0.43 - - [2024-10-17 02:44:01] "POST /access-control-lists HTTP/1.1" 200 602 0.067029 10.0.0.43 - - [2024-10-17 02:44:02] "GET / HTTP/1.1" 200 35931 0.002855 10.0.0.43 - - [2024-10-17 02:44:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000799 10.0.0.43 - - [2024-10-17 02:44:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.074110 10.0.0.43 - - [2024-10-17 02:44:03] "GET /projects?obj_uuids=9aa7bdfd-d933-4f53-b5ad-96452695efd4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001440 10.0.0.43 - - [2024-10-17 02:44:03] "GET /project/9aa7bdfd-d933-4f53-b5ad-96452695efd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.026367 10.0.0.43 - - [2024-10-17 02:44:03] "POST /neutron/network HTTP/1.1" 200 117 0.039973 10.0.0.43 - - [2024-10-17 02:44:03] "GET /projects?obj_uuids=9aa7bdfd-d933-4f53-b5ad-96452695efd4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001878 10.0.0.43 - - [2024-10-17 02:44:03] "POST /neutron/network HTTP/1.1" 200 613 0.080905 10.0.0.43 - - [2024-10-17 02:44:03] "POST /route-targets HTTP/1.1" 200 327 0.014739 10.0.0.43 - - [2024-10-17 02:44:04] "POST /ref-update HTTP/1.1" 200 156 0.014008 10.0.0.43 - - [2024-10-17 02:44:04] "POST /useragent-kv HTTP/1.1" 200 115 0.004877 10.0.0.43 - - [2024-10-17 02:44:04] "POST /neutron/subnet HTTP/1.1" 200 720 0.172139 10.0.0.43 - - [2024-10-17 02:44:04] "POST /useragent-kv HTTP/1.1" 200 115 0.004965 10.0.0.43 - - [2024-10-17 02:44:04] "POST /neutron/subnet HTTP/1.1" 200 828 0.154666 10.0.0.43 - - [2024-10-17 02:44:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.047773 10.0.0.43 - - [2024-10-17 02:44:04] "GET /virtual-network/69552e0e-031a-4beb-b2d6-7f41fc6da3bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.008903 10.0.0.43 - - [2024-10-17 02:44:04] "POST /neutron/network HTTP/1.1" 200 1005 0.008775 10.0.0.43 - - [2024-10-17 02:44:04] "POST /id-to-fqname HTTP/1.1" 200 228 0.001834 10.0.0.43 - - [2024-10-17 02:44:04] "GET /virtual-network/bd58ea4c-d713-41df-a2b1-dda47dc38c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005486 10.0.0.43 - - [2024-10-17 02:44:04] "POST /neutron/network HTTP/1.1" 200 1005 0.013265 10.0.0.43 - - [2024-10-17 02:44:04] "GET /virtual-network/bd58ea4c-d713-41df-a2b1-dda47dc38c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005389 10.0.0.43 - - [2024-10-17 02:44:04] "POST /neutron/network HTTP/1.1" 200 1005 0.015518 10.0.0.43 - - [2024-10-17 02:44:04] "POST /neutron/subnet HTTP/1.1" 200 720 0.010957 10.0.0.43 - - [2024-10-17 02:44:04] "POST /neutron/subnet HTTP/1.1" 200 828 0.011478 10.0.0.43 - - [2024-10-17 02:44:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005742 10.0.0.43 - - [2024-10-17 02:44:04] "GET /projects?obj_uuids=9aa7bdfd-d933-4f53-b5ad-96452695efd4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002512 10.0.0.43 - - [2024-10-17 02:44:04] "GET /project/9aa7bdfd-d933-4f53-b5ad-96452695efd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.042213 10.0.0.43 - - [2024-10-17 02:44:04] "POST /neutron/network HTTP/1.1" 200 117 0.012290 10.0.0.43 - - [2024-10-17 02:44:04] "GET /projects?obj_uuids=9aa7bdfd-d933-4f53-b5ad-96452695efd4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002323 10.0.0.43 - - [2024-10-17 02:44:04] "POST /neutron/network HTTP/1.1" 200 613 0.092279 10.0.0.43 - - [2024-10-17 02:44:04] "POST /route-targets HTTP/1.1" 200 327 0.018993 10.0.0.43 - - [2024-10-17 02:44:04] "POST /ref-update HTTP/1.1" 200 156 0.017474 10.0.0.43 - - [2024-10-17 02:44:05] "POST /useragent-kv HTTP/1.1" 200 115 0.004702 10.0.0.43 - - [2024-10-17 02:44:05] "POST /neutron/subnet HTTP/1.1" 200 725 0.180836 10.0.0.43 - - [2024-10-17 02:44:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006927 10.0.0.43 - - [2024-10-17 02:44:05] "GET /virtual-network/69552e0e-031a-4beb-b2d6-7f41fc6da3bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.003994 10.0.0.43 - - [2024-10-17 02:44:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003895 10.0.0.43 - - [2024-10-17 02:44:05] "POST /neutron/subnet HTTP/1.1" 200 828 0.216521 10.0.0.43 - - [2024-10-17 02:44:05] "POST /neutron/network HTTP/1.1" 200 1006 0.009990 10.0.0.43 - - [2024-10-17 02:44:05] "POST /id-to-fqname HTTP/1.1" 200 228 0.002288 10.0.0.43 - - [2024-10-17 02:44:05] "GET /virtual-network/2ac3a87a-6ec0-431b-9425-4a549acbd1ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005462 10.0.0.43 - - [2024-10-17 02:44:05] "POST /neutron/network HTTP/1.1" 200 1006 0.014263 10.0.0.43 - - [2024-10-17 02:44:05] "GET /virtual-network/2ac3a87a-6ec0-431b-9425-4a549acbd1ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006927 10.0.0.43 - - [2024-10-17 02:44:05] "POST /neutron/network HTTP/1.1" 200 1006 0.012712 10.0.0.43 - - [2024-10-17 02:44:05] "POST /neutron/subnet HTTP/1.1" 200 725 0.010352 10.0.0.43 - - [2024-10-17 02:44:05] "POST /neutron/subnet HTTP/1.1" 200 828 0.011257 10.0.0.43 - - [2024-10-17 02:44:05] "POST /fqname-to-id HTTP/1.1" 404 234 0.003941 10.0.0.43 - - [2024-10-17 02:44:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.43 - - [2024-10-17 02:44:05] "GET /projects?obj_uuids=9aa7bdfd-d933-4f53-b5ad-96452695efd4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001634 10.0.0.43 - - [2024-10-17 02:44:05] "GET /project/9aa7bdfd-d933-4f53-b5ad-96452695efd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.028580 10.0.0.43 - - [2024-10-17 02:44:05] "POST /network-policys HTTP/1.1" 200 577 0.072131 10.0.0.43 - - [2024-10-17 02:44:05] "GET /network-policy/8428f7a3-e4a5-4359-9c7f-60c5e2da3b7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.007594 10.0.0.43 - - [2024-10-17 02:44:05] "POST /neutron/network HTTP/1.1" 200 1005 0.016639 10.0.0.43 - - [2024-10-17 02:44:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.007600 10.0.0.43 - - [2024-10-17 02:44:05] "POST /fqname-to-id HTTP/1.1" 404 242 0.006439 10.0.0.43 - - [2024-10-17 02:44:05] "GET /virtual-network/69552e0e-031a-4beb-b2d6-7f41fc6da3bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.005649 10.0.0.43 - - [2024-10-17 02:44:05] "POST /neutron/network HTTP/1.1" 200 1113 0.067816 10.0.0.43 - - [2024-10-17 02:44:05] "POST /access-control-lists HTTP/1.1" 200 596 0.077031 10.0.0.43 - - [2024-10-17 02:44:05] "POST /neutron/network HTTP/1.1" 200 1113 0.044786 10.0.0.43 - - [2024-10-17 02:44:06] "GET /virtual-network/bd58ea4c-d713-41df-a2b1-dda47dc38c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005777 10.0.0.43 - - [2024-10-17 02:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.43 - - [2024-10-17 02:44:06] "GET /network-policy/8428f7a3-e4a5-4359-9c7f-60c5e2da3b7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004671 10.0.0.43 - - [2024-10-17 02:44:06] "POST /neutron/network HTTP/1.1" 200 1006 0.008780 10.0.0.43 - - [2024-10-17 02:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005621 10.0.0.43 - - [2024-10-17 02:44:06] "GET /virtual-network/69552e0e-031a-4beb-b2d6-7f41fc6da3bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.006735 10.0.0.43 - - [2024-10-17 02:44:06] "POST /neutron/network HTTP/1.1" 200 1114 0.060032 10.0.0.43 - - [2024-10-17 02:44:06] "PUT /access-control-list/29633581-0c10-4af1-a2f4-cf7d9d854a4e HTTP/1.1" 200 272 0.068123 10.0.0.43 - - [2024-10-17 02:44:06] "POST /neutron/network HTTP/1.1" 200 1114 0.031701 10.0.0.43 - - [2024-10-17 02:44:06] "POST /fqname-to-id HTTP/1.1" 404 242 0.003008 10.0.0.43 - - [2024-10-17 02:44:06] "GET /virtual-network/2ac3a87a-6ec0-431b-9425-4a549acbd1ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.003720 10.0.0.43 - - [2024-10-17 02:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.43 - - [2024-10-17 02:44:06] "GET /network-policy/8428f7a3-e4a5-4359-9c7f-60c5e2da3b7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.003854 10.0.0.43 - - [2024-10-17 02:44:06] "POST /access-control-lists HTTP/1.1" 200 596 0.068229 10.0.0.43 - - [2024-10-17 02:44:06] "GET /domains HTTP/1.1" 401 292 0.000483 10.0.0.43 - - [2024-10-17 02:44:06] "POST /ref-update HTTP/1.1" 200 156 0.022704 10.0.0.43 - - [2024-10-17 02:44:06] "GET /domains HTTP/1.1" 200 280 0.033699 10.0.0.43 - - [2024-10-17 02:44:06] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001593 10.0.0.43 - - [2024-10-17 02:44:06] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed HTTP/1.1" 200 2771 0.010815 10.0.0.43 - - [2024-10-17 02:44:06] "GET /projects?obj_uuids=9aa7bdfd-d933-4f53-b5ad-96452695efd4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001770 10.0.0.43 - - [2024-10-17 02:44:06] "GET /project/9aa7bdfd-d933-4f53-b5ad-96452695efd4 HTTP/1.1" 200 2626 0.075017 10.0.0.43 - - [2024-10-17 02:44:06] "GET /virtual-network/bd58ea4c-d713-41df-a2b1-dda47dc38c07 HTTP/1.1" 200 3503 0.005716 10.0.0.43 - - [2024-10-17 02:44:06] "GET /virtual-network/bd58ea4c-d713-41df-a2b1-dda47dc38c07 HTTP/1.1" 200 3503 0.004640 10.0.0.43 - - [2024-10-17 02:44:06] "GET /routing-instance/8f0b2997-bc2d-4b09-ad3f-ac20ac60ddf4 HTTP/1.1" 200 1796 0.003731 10.0.0.43 - - [2024-10-17 02:44:06] "GET /routing-instance/8f0b2997-bc2d-4b09-ad3f-ac20ac60ddf4 HTTP/1.1" 200 1796 0.003736 10.0.0.43 - - [2024-10-17 02:44:06] "GET /route-target/a9a19391-0304-4f43-8402-af16c753d128 HTTP/1.1" 200 1212 0.003421 10.0.0.43 - - [2024-10-17 02:44:06] "GET /virtual-network/bd58ea4c-d713-41df-a2b1-dda47dc38c07 HTTP/1.1" 200 3503 0.003825 10.0.0.43 - - [2024-10-17 02:44:06] "GET /routing-instance/8f0b2997-bc2d-4b09-ad3f-ac20ac60ddf4 HTTP/1.1" 200 1796 0.003613 10.0.0.43 - - [2024-10-17 02:44:06] "GET /virtual-network/bd58ea4c-d713-41df-a2b1-dda47dc38c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.003785 10.0.0.43 - - [2024-10-17 02:44:06] "GET /virtual-network/bd58ea4c-d713-41df-a2b1-dda47dc38c07 HTTP/1.1" 200 3503 0.003659 10.0.0.43 - - [2024-10-17 02:44:06] "GET /routing-instance/8f0b2997-bc2d-4b09-ad3f-ac20ac60ddf4 HTTP/1.1" 200 1796 0.003922 10.0.0.43 - - [2024-10-17 02:44:06] "GET /routing-instance/8f0b2997-bc2d-4b09-ad3f-ac20ac60ddf4 HTTP/1.1" 200 1796 0.003496 10.0.0.43 - - [2024-10-17 02:44:06] "GET /route-target/a9a19391-0304-4f43-8402-af16c753d128 HTTP/1.1" 200 1212 0.003620 10.0.0.43 - - [2024-10-17 02:44:07] "GET /domains HTTP/1.1" 200 280 0.003650 10.0.0.43 - - [2024-10-17 02:44:07] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001338 10.0.0.43 - - [2024-10-17 02:44:07] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed HTTP/1.1" 200 2771 0.008192 10.0.0.43 - - [2024-10-17 02:44:07] "GET /projects?obj_uuids=9aa7bdfd-d933-4f53-b5ad-96452695efd4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001310 10.0.0.43 - - [2024-10-17 02:44:07] "GET /project/9aa7bdfd-d933-4f53-b5ad-96452695efd4 HTTP/1.1" 200 2626 0.069335 10.0.0.43 - - [2024-10-17 02:44:07] "GET /virtual-network/bd58ea4c-d713-41df-a2b1-dda47dc38c07 HTTP/1.1" 200 3503 0.003878 10.0.0.43 - - [2024-10-17 02:44:07] "GET /obj-perms HTTP/1.1" 200 5046 0.065303 10.0.0.43 - - [2024-10-17 02:44:07] "GET /domains HTTP/1.1" 200 280 0.004016 10.0.0.43 - - [2024-10-17 02:44:07] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001469 10.0.0.43 - - [2024-10-17 02:44:07] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed HTTP/1.1" 200 2771 0.008797 10.0.0.43 - - [2024-10-17 02:44:07] "GET /projects?obj_uuids=9aa7bdfd-d933-4f53-b5ad-96452695efd4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001884 10.0.0.43 - - [2024-10-17 02:44:07] "GET /project/9aa7bdfd-d933-4f53-b5ad-96452695efd4 HTTP/1.1" 200 2626 0.072753 10.0.0.43 - - [2024-10-17 02:44:07] "GET /virtual-network/2ac3a87a-6ec0-431b-9425-4a549acbd1ce HTTP/1.1" 200 3505 0.006591 10.0.0.43 - - [2024-10-17 02:44:07] "GET /virtual-network/2ac3a87a-6ec0-431b-9425-4a549acbd1ce HTTP/1.1" 200 3505 0.003834 10.0.0.43 - - [2024-10-17 02:44:07] "GET /routing-instance/718d6122-5c8d-4f41-87e0-1fc5dab77d33 HTTP/1.1" 200 1794 0.004154 10.0.0.43 - - [2024-10-17 02:44:07] "GET /routing-instance/718d6122-5c8d-4f41-87e0-1fc5dab77d33 HTTP/1.1" 200 1794 0.003758 10.0.0.43 - - [2024-10-17 02:44:07] "GET /route-target/980dc172-4a26-4f16-ae7e-4ad94963320b HTTP/1.1" 200 1213 0.004772 10.0.0.43 - - [2024-10-17 02:44:07] "GET /virtual-network/2ac3a87a-6ec0-431b-9425-4a549acbd1ce HTTP/1.1" 200 3505 0.003885 10.0.0.43 - - [2024-10-17 02:44:07] "GET /routing-instance/718d6122-5c8d-4f41-87e0-1fc5dab77d33 HTTP/1.1" 200 1794 0.004689 10.0.0.43 - - [2024-10-17 02:44:07] "GET /virtual-network/2ac3a87a-6ec0-431b-9425-4a549acbd1ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.003755 10.0.0.43 - - [2024-10-17 02:44:07] "GET /virtual-network/2ac3a87a-6ec0-431b-9425-4a549acbd1ce HTTP/1.1" 200 3505 0.005816 10.0.0.43 - - [2024-10-17 02:44:07] "GET /routing-instance/718d6122-5c8d-4f41-87e0-1fc5dab77d33 HTTP/1.1" 200 1794 0.003788 10.0.0.43 - - [2024-10-17 02:44:07] "GET /routing-instance/718d6122-5c8d-4f41-87e0-1fc5dab77d33 HTTP/1.1" 200 1794 0.004645 10.0.0.43 - - [2024-10-17 02:44:07] "GET /route-target/980dc172-4a26-4f16-ae7e-4ad94963320b HTTP/1.1" 200 1213 0.004402 10.0.0.43 - - [2024-10-17 02:44:07] "GET /domains HTTP/1.1" 200 280 0.003700 10.0.0.43 - - [2024-10-17 02:44:07] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001684 10.0.0.43 - - [2024-10-17 02:44:07] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed HTTP/1.1" 200 2771 0.009123 10.0.0.43 - - [2024-10-17 02:44:07] "GET /projects?obj_uuids=9aa7bdfd-d933-4f53-b5ad-96452695efd4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001986 10.0.0.43 - - [2024-10-17 02:44:07] "GET /project/9aa7bdfd-d933-4f53-b5ad-96452695efd4 HTTP/1.1" 200 2626 0.078527 10.0.0.43 - - [2024-10-17 02:44:07] "GET /virtual-network/2ac3a87a-6ec0-431b-9425-4a549acbd1ce HTTP/1.1" 200 3505 0.003853 10.0.0.43 - - [2024-10-17 02:44:07] "GET /obj-perms HTTP/1.1" 200 5046 0.004082 10.0.0.43 - - [2024-10-17 02:44:07] "GET /virtual-network/2ac3a87a-6ec0-431b-9425-4a549acbd1ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.003901 10.0.0.43 - - [2024-10-17 02:44:08] "POST /neutron/network HTTP/1.1" 200 1114 0.009121 10.0.0.43 - - [2024-10-17 02:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005681 10.0.0.43 - - [2024-10-17 02:44:08] "GET /virtual-network/69552e0e-031a-4beb-b2d6-7f41fc6da3bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.005187 10.0.0.43 - - [2024-10-17 02:44:08] "POST /neutron/network HTTP/1.1" 200 1006 0.065037 10.0.0.43 - - [2024-10-17 02:44:08] "DELETE /access-control-list/ee0602df-2fa7-4299-bb5e-22691e69c952 HTTP/1.1" 200 115 0.052849 10.0.0.43 - - [2024-10-17 02:44:08] "POST /neutron/network HTTP/1.1" 200 1006 0.021274 10.0.0.43 - - [2024-10-17 02:44:08] "POST /ref-update HTTP/1.1" 200 156 0.019451 10.0.0.43 - - [2024-10-17 02:44:08] "GET /virtual-network/2ac3a87a-6ec0-431b-9425-4a549acbd1ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004482 10.0.0.43 - - [2024-10-17 02:44:08] "GET /virtual-network/bd58ea4c-d713-41df-a2b1-dda47dc38c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.003848 10.0.0.43 - - [2024-10-17 02:44:08] "POST /neutron/network HTTP/1.1" 200 1113 0.010772 10.0.0.43 - - [2024-10-17 02:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.010526 10.0.0.43 - - [2024-10-17 02:44:08] "GET /virtual-network/69552e0e-031a-4beb-b2d6-7f41fc6da3bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.006810 10.0.0.43 - - [2024-10-17 02:44:08] "POST /neutron/network HTTP/1.1" 200 1005 0.063183 10.0.0.43 - - [2024-10-17 02:44:08] "DELETE /access-control-list/29633581-0c10-4af1-a2f4-cf7d9d854a4e HTTP/1.1" 200 115 0.035884 10.0.0.43 - - [2024-10-17 02:44:08] "POST /neutron/network HTTP/1.1" 200 1005 0.013608 10.0.0.43 - - [2024-10-17 02:44:08] "POST /ref-update HTTP/1.1" 200 156 0.029807 10.0.0.43 - - [2024-10-17 02:44:08] "GET /virtual-network/bd58ea4c-d713-41df-a2b1-dda47dc38c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.004120 10.0.0.43 - - [2024-10-17 02:44:08] "DELETE /network-policy/8428f7a3-e4a5-4359-9c7f-60c5e2da3b7c HTTP/1.1" 200 115 0.045424 10.0.0.43 - - [2024-10-17 02:44:08] "POST /neutron/network HTTP/1.1" 200 1006 0.013007 10.0.0.43 - - [2024-10-17 02:44:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002080 10.0.0.43 - - [2024-10-17 02:44:08] "POST /useragent-kv HTTP/1.1" 200 115 0.001557 10.0.0.43 - - [2024-10-17 02:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.009433 10.0.0.43 - - [2024-10-17 02:44:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003110 10.0.0.43 - - [2024-10-17 02:44:08] "POST /useragent-kv HTTP/1.1" 200 115 0.001788 10.0.0.43 - - [2024-10-17 02:44:08] "POST /neutron/network HTTP/1.1" 200 151 0.134833 10.0.0.43 - - [2024-10-17 02:44:08] "DELETE /route-target/980dc172-4a26-4f16-ae7e-4ad94963320b HTTP/1.1" 200 115 0.034612 10.0.0.43 - - [2024-10-17 02:44:08] "GET /routing-instance/718d6122-5c8d-4f41-87e0-1fc5dab77d33 HTTP/1.1" 404 171 0.005774 10.0.0.43 - - [2024-10-17 02:44:08] "GET /domains HTTP/1.1" 200 280 0.004443 10.0.0.43 - - [2024-10-17 02:44:08] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001512 10.0.0.43 - - [2024-10-17 02:44:08] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed HTTP/1.1" 200 2771 0.008818 10.0.0.43 - - [2024-10-17 02:44:08] "GET /projects?obj_uuids=9aa7bdfd-d933-4f53-b5ad-96452695efd4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001608 10.0.0.43 - - [2024-10-17 02:44:08] "GET /project/9aa7bdfd-d933-4f53-b5ad-96452695efd4 HTTP/1.1" 200 2146 0.070317 10.0.0.43 - - [2024-10-17 02:44:08] "POST /neutron/network HTTP/1.1" 200 1005 0.010546 10.0.0.43 - - [2024-10-17 02:44:08] "POST /useragent-kv HTTP/1.1" 200 115 0.001480 10.0.0.43 - - [2024-10-17 02:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.008525 10.0.0.43 - - [2024-10-17 02:44:08] "POST /useragent-kv HTTP/1.1" 200 115 0.001552 10.0.0.43 - - [2024-10-17 02:44:08] "POST /useragent-kv HTTP/1.1" 200 115 0.001840 10.0.0.43 - - [2024-10-17 02:44:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002248 10.0.0.43 - - [2024-10-17 02:44:08] "POST /neutron/network HTTP/1.1" 200 151 0.110945 10.0.0.43 - - [2024-10-17 02:44:08] "DELETE /route-target/a9a19391-0304-4f43-8402-af16c753d128 HTTP/1.1" 200 115 0.025471 10.0.0.43 - - [2024-10-17 02:44:08] "GET /routing-instance/8f0b2997-bc2d-4b09-ad3f-ac20ac60ddf4 HTTP/1.1" 404 171 0.002825 10.0.0.43 - - [2024-10-17 02:44:08] "GET /domains HTTP/1.1" 200 280 0.003154 10.0.0.43 - - [2024-10-17 02:44:08] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001443 10.0.0.43 - - [2024-10-17 02:44:08] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed HTTP/1.1" 200 2771 0.048929 10.0.0.43 - - [2024-10-17 02:44:08] "GET /projects?obj_uuids=9aa7bdfd-d933-4f53-b5ad-96452695efd4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001355 10.0.0.43 - - [2024-10-17 02:44:09] "GET /project/9aa7bdfd-d933-4f53-b5ad-96452695efd4 HTTP/1.1" 200 1901 0.069040 10.0.0.43 - - [2024-10-17 02:44:09] "GET /projects?obj_uuids=9aa7bdfd-d933-4f53-b5ad-96452695efd4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001422 10.0.0.43 - - [2024-10-17 02:44:09] "GET /project/9aa7bdfd-d933-4f53-b5ad-96452695efd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.023047 10.0.0.43 - - [2024-10-17 02:44:09] "GET /projects?obj_uuids=9aa7bdfd-d933-4f53-b5ad-96452695efd4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001267 10.0.0.43 - - [2024-10-17 02:44:09] "GET /project/9aa7bdfd-d933-4f53-b5ad-96452695efd4?fields=virtual_networks HTTP/1.1" 200 1049 0.065921 10.0.0.43 - - [2024-10-17 02:44:09] "GET /projects?obj_uuids=9aa7bdfd-d933-4f53-b5ad-96452695efd4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001496 10.0.0.43 - - [2024-10-17 02:44:09] "GET /project/9aa7bdfd-d933-4f53-b5ad-96452695efd4?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.027568 10.0.0.43 - - [2024-10-17 02:44:09] "GET /projects?obj_uuids=9aa7bdfd-d933-4f53-b5ad-96452695efd4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001500 10.0.0.43 - - [2024-10-17 02:44:09] "GET /project/9aa7bdfd-d933-4f53-b5ad-96452695efd4?fields=security_groups HTTP/1.1" 200 1283 0.026858 10.0.0.43 - - [2024-10-17 02:44:10] "POST /fqname-to-id HTTP/1.1" 404 190 0.032322 10.0.0.43 - - [2024-10-17 02:44:10] "GET /projects?obj_uuids=5abf2c62-7ee9-4d4d-a94c-0477658e2419&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003460 10.0.0.43 - - [2024-10-17 02:44:10] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001827 10.0.0.43 - - [2024-10-17 02:44:10] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008460 10.0.0.43 - - [2024-10-17 02:44:10] "POST /id-to-fqname HTTP/1.1" 200 192 0.002408 10.0.0.43 - - [2024-10-17 02:44:10] "POST /fqname-to-id HTTP/1.1" 404 201 0.003234 10.0.0.43 - - [2024-10-17 02:44:10] "POST /security-groups HTTP/1.1" 200 593 0.066717 10.0.0.43 - - [2024-10-17 02:44:10] "POST /fqname-to-id HTTP/1.1" 404 236 0.003192 10.0.0.43 - - [2024-10-17 02:44:10] "POST /projects HTTP/1.1" 200 589 0.234266 10.0.0.43 - - [2024-10-17 02:44:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.308624 10.0.0.43 - - [2024-10-17 02:44:10] "POST /access-control-lists HTTP/1.1" 200 598 0.061390 10.0.0.43 - - [2024-10-17 02:44:11] "POST /fqname-to-id HTTP/1.1" 404 235 0.004582 10.0.0.43 - - [2024-10-17 02:44:11] "GET /project/5abf2c62-7ee9-4d4d-a94c-0477658e2419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.451641 10.0.0.43 - - [2024-10-17 02:44:11] "POST /access-control-lists HTTP/1.1" 200 596 0.068999 10.0.0.43 - - [2024-10-17 02:44:12] "GET / HTTP/1.1" 200 35931 0.002516 10.0.0.43 - - [2024-10-17 02:44:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000598 10.0.0.43 - - [2024-10-17 02:44:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.069376 10.0.0.43 - - [2024-10-17 02:44:13] "GET /projects?obj_uuids=5abf2c62-7ee9-4d4d-a94c-0477658e2419&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001341 10.0.0.43 - - [2024-10-17 02:44:13] "GET /project/5abf2c62-7ee9-4d4d-a94c-0477658e2419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.027374 10.0.0.43 - - [2024-10-17 02:44:13] "POST /neutron/network HTTP/1.1" 200 117 0.036105 10.0.0.43 - - [2024-10-17 02:44:13] "GET /projects?obj_uuids=5abf2c62-7ee9-4d4d-a94c-0477658e2419&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002130 10.0.0.43 - - [2024-10-17 02:44:13] "POST /neutron/network HTTP/1.1" 200 607 0.085141 10.0.0.43 - - [2024-10-17 02:44:13] "POST /route-targets HTTP/1.1" 200 327 0.013426 10.0.0.43 - - [2024-10-17 02:44:13] "POST /ref-update HTTP/1.1" 200 156 0.011990 10.0.0.43 - - [2024-10-17 02:44:13] "POST /useragent-kv HTTP/1.1" 200 115 0.004775 10.0.0.43 - - [2024-10-17 02:44:13] "POST /neutron/subnet HTTP/1.1" 200 724 0.167570 10.0.0.43 - - [2024-10-17 02:44:13] "POST /neutron/network HTTP/1.1" 200 826 0.007190 10.0.0.43 - - [2024-10-17 02:44:13] "POST /id-to-fqname HTTP/1.1" 200 222 0.001542 10.0.0.43 - - [2024-10-17 02:44:13] "GET /virtual-network/db9c4b52-8fc4-4afc-90eb-91864da64738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.003577 10.0.0.43 - - [2024-10-17 02:44:13] "POST /neutron/network HTTP/1.1" 200 826 0.006937 10.0.0.43 - - [2024-10-17 02:44:13] "GET /virtual-network/db9c4b52-8fc4-4afc-90eb-91864da64738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.003548 10.0.0.43 - - [2024-10-17 02:44:14] "POST /neutron/network HTTP/1.1" 200 826 0.007073 10.0.0.43 - - [2024-10-17 02:44:14] "POST /neutron/subnet HTTP/1.1" 200 724 0.009647 10.0.0.43 - - [2024-10-17 02:44:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.43 - - [2024-10-17 02:44:14] "GET /projects?obj_uuids=5abf2c62-7ee9-4d4d-a94c-0477658e2419&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001971 10.0.0.43 - - [2024-10-17 02:44:14] "GET /project/5abf2c62-7ee9-4d4d-a94c-0477658e2419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.025970 10.0.0.43 - - [2024-10-17 02:44:14] "POST /neutron/network HTTP/1.1" 200 117 0.010458 10.0.0.43 - - [2024-10-17 02:44:14] "GET /projects?obj_uuids=5abf2c62-7ee9-4d4d-a94c-0477658e2419&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001429 10.0.0.43 - - [2024-10-17 02:44:14] "POST /neutron/network HTTP/1.1" 200 607 0.080224 10.0.0.43 - - [2024-10-17 02:44:14] "POST /route-targets HTTP/1.1" 200 327 0.014901 10.0.0.43 - - [2024-10-17 02:44:14] "POST /ref-update HTTP/1.1" 200 156 0.011638 10.0.0.43 - - [2024-10-17 02:44:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003695 10.0.0.43 - - [2024-10-17 02:44:14] "POST /neutron/subnet HTTP/1.1" 200 725 0.156092 10.0.0.43 - - [2024-10-17 02:44:14] "POST /neutron/network HTTP/1.1" 200 826 0.009608 10.0.0.43 - - [2024-10-17 02:44:14] "POST /id-to-fqname HTTP/1.1" 200 222 0.001723 10.0.0.43 - - [2024-10-17 02:44:14] "GET /virtual-network/b988b8d2-268e-49f8-aaf5-6871b80a3fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004854 10.0.0.43 - - [2024-10-17 02:44:14] "POST /neutron/network HTTP/1.1" 200 826 0.008820 10.0.0.43 - - [2024-10-17 02:44:14] "GET /virtual-network/b988b8d2-268e-49f8-aaf5-6871b80a3fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005001 10.0.0.43 - - [2024-10-17 02:44:14] "POST /neutron/network HTTP/1.1" 200 826 0.008842 10.0.0.43 - - [2024-10-17 02:44:14] "POST /neutron/subnet HTTP/1.1" 200 725 0.008794 10.0.0.43 - - [2024-10-17 02:44:14] "POST /fqname-to-id HTTP/1.1" 404 228 0.003242 10.0.0.43 - - [2024-10-17 02:44:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.43 - - [2024-10-17 02:44:14] "GET /projects?obj_uuids=5abf2c62-7ee9-4d4d-a94c-0477658e2419&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001554 10.0.0.43 - - [2024-10-17 02:44:14] "GET /project/5abf2c62-7ee9-4d4d-a94c-0477658e2419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.028477 10.0.0.43 - - [2024-10-17 02:44:14] "POST /network-policys HTTP/1.1" 200 571 0.021140 10.0.0.43 - - [2024-10-17 02:44:14] "GET /network-policy/33917fdb-3a44-41b4-b0dd-c7ebbd7665d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.005905 10.0.0.43 - - [2024-10-17 02:44:14] "POST /neutron/network HTTP/1.1" 200 826 0.008084 10.0.0.43 - - [2024-10-17 02:44:14] "POST /fqname-to-id HTTP/1.1" 404 236 0.006660 10.0.0.43 - - [2024-10-17 02:44:15] "POST /neutron/network HTTP/1.1" 200 928 0.056905 10.0.0.43 - - [2024-10-17 02:44:15] "POST /neutron/network HTTP/1.1" 200 928 0.042976 10.0.0.43 - - [2024-10-17 02:44:15] "POST /access-control-lists HTTP/1.1" 200 590 0.069597 10.0.0.43 - - [2024-10-17 02:44:15] "GET /virtual-network/db9c4b52-8fc4-4afc-90eb-91864da64738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.011856 10.0.0.43 - - [2024-10-17 02:44:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.43 - - [2024-10-17 02:44:15] "GET /network-policy/33917fdb-3a44-41b4-b0dd-c7ebbd7665d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.003852 10.0.0.43 - - [2024-10-17 02:44:15] "POST /neutron/network HTTP/1.1" 200 826 0.006869 10.0.0.43 - - [2024-10-17 02:44:15] "POST /fqname-to-id HTTP/1.1" 404 236 0.004167 10.0.0.43 - - [2024-10-17 02:44:15] "POST /neutron/network HTTP/1.1" 200 928 0.047042 10.0.0.43 - - [2024-10-17 02:44:15] "POST /neutron/network HTTP/1.1" 200 928 0.047872 10.0.0.43 - - [2024-10-17 02:44:15] "POST /access-control-lists HTTP/1.1" 200 590 0.076378 10.0.0.43 - - [2024-10-17 02:44:15] "GET /virtual-network/b988b8d2-268e-49f8-aaf5-6871b80a3fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005504 10.0.0.43 - - [2024-10-17 02:44:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.43 - - [2024-10-17 02:44:15] "POST /ref-update HTTP/1.1" 200 156 0.013822 10.0.0.43 - - [2024-10-17 02:44:15] "GET /network-policy/33917fdb-3a44-41b4-b0dd-c7ebbd7665d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.004063 10.0.0.43 - - [2024-10-17 02:44:15] "GET /domains HTTP/1.1" 401 292 0.000721 10.0.0.43 - - [2024-10-17 02:44:15] "PUT /access-control-list/b28597af-6c81-40cf-b041-de4dc99e5528 HTTP/1.1" 200 272 0.057857 10.0.0.43 - - [2024-10-17 02:44:15] "GET /domains HTTP/1.1" 200 280 0.034800 10.0.0.43 - - [2024-10-17 02:44:15] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001562 10.0.0.43 - - [2024-10-17 02:44:15] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed HTTP/1.1" 200 2959 0.010992 10.0.0.43 - - [2024-10-17 02:44:15] "GET /projects?obj_uuids=5abf2c62-7ee9-4d4d-a94c-0477658e2419&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001620 10.0.0.43 - - [2024-10-17 02:44:15] "GET /project/5abf2c62-7ee9-4d4d-a94c-0477658e2419 HTTP/1.1" 200 2571 0.070073 10.0.0.43 - - [2024-10-17 02:44:15] "GET /virtual-network/db9c4b52-8fc4-4afc-90eb-91864da64738 HTTP/1.1" 200 2892 0.004357 10.0.0.43 - - [2024-10-17 02:44:15] "GET /virtual-network/db9c4b52-8fc4-4afc-90eb-91864da64738 HTTP/1.1" 200 2892 0.003582 10.0.0.43 - - [2024-10-17 02:44:15] "GET /routing-instance/b66f045a-1bdc-47a9-a0f9-a2c5593028cc HTTP/1.1" 200 1784 0.002894 10.0.0.43 - - [2024-10-17 02:44:15] "GET /routing-instance/b66f045a-1bdc-47a9-a0f9-a2c5593028cc HTTP/1.1" 200 1784 0.002679 10.0.0.43 - - [2024-10-17 02:44:15] "GET /route-target/68b93223-59ec-4d75-98a8-3df869b5f90b HTTP/1.1" 200 1206 0.002790 10.0.0.43 - - [2024-10-17 02:44:15] "GET /virtual-network/db9c4b52-8fc4-4afc-90eb-91864da64738 HTTP/1.1" 200 2892 0.003566 10.0.0.43 - - [2024-10-17 02:44:15] "GET /routing-instance/b66f045a-1bdc-47a9-a0f9-a2c5593028cc HTTP/1.1" 200 1784 0.003275 10.0.0.43 - - [2024-10-17 02:44:15] "GET /virtual-network/db9c4b52-8fc4-4afc-90eb-91864da64738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.003223 10.0.0.43 - - [2024-10-17 02:44:15] "GET /virtual-network/db9c4b52-8fc4-4afc-90eb-91864da64738 HTTP/1.1" 200 2892 0.004042 10.0.0.43 - - [2024-10-17 02:44:16] "GET /routing-instance/b66f045a-1bdc-47a9-a0f9-a2c5593028cc HTTP/1.1" 200 1784 0.003303 10.0.0.43 - - [2024-10-17 02:44:16] "GET /routing-instance/b66f045a-1bdc-47a9-a0f9-a2c5593028cc HTTP/1.1" 200 1784 0.004088 10.0.0.43 - - [2024-10-17 02:44:16] "GET /route-target/68b93223-59ec-4d75-98a8-3df869b5f90b HTTP/1.1" 200 1206 0.003248 10.0.0.43 - - [2024-10-17 02:44:16] "GET /domains HTTP/1.1" 200 280 0.003445 10.0.0.43 - - [2024-10-17 02:44:16] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001325 10.0.0.43 - - [2024-10-17 02:44:16] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed HTTP/1.1" 200 2959 0.008221 10.0.0.43 - - [2024-10-17 02:44:16] "GET /projects?obj_uuids=5abf2c62-7ee9-4d4d-a94c-0477658e2419&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001636 10.0.0.43 - - [2024-10-17 02:44:16] "GET /project/5abf2c62-7ee9-4d4d-a94c-0477658e2419 HTTP/1.1" 200 2571 0.067047 10.0.0.43 - - [2024-10-17 02:44:16] "GET /virtual-network/db9c4b52-8fc4-4afc-90eb-91864da64738 HTTP/1.1" 200 2892 0.003399 10.0.0.43 - - [2024-10-17 02:44:16] "GET /obj-perms HTTP/1.1" 200 5034 0.060178 10.0.0.43 - - [2024-10-17 02:44:16] "GET /domains HTTP/1.1" 200 280 0.003195 10.0.0.43 - - [2024-10-17 02:44:16] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001370 10.0.0.43 - - [2024-10-17 02:44:16] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed HTTP/1.1" 200 2959 0.008380 10.0.0.43 - - [2024-10-17 02:44:16] "GET /projects?obj_uuids=5abf2c62-7ee9-4d4d-a94c-0477658e2419&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002012 10.0.0.43 - - [2024-10-17 02:44:16] "GET /project/5abf2c62-7ee9-4d4d-a94c-0477658e2419 HTTP/1.1" 200 2571 0.070769 10.0.0.43 - - [2024-10-17 02:44:16] "GET /virtual-network/b988b8d2-268e-49f8-aaf5-6871b80a3fa2 HTTP/1.1" 200 2892 0.006402 10.0.0.43 - - [2024-10-17 02:44:16] "GET /virtual-network/b988b8d2-268e-49f8-aaf5-6871b80a3fa2 HTTP/1.1" 200 2892 0.003523 10.0.0.43 - - [2024-10-17 02:44:16] "GET /routing-instance/71a7cabf-ba69-454a-b9bb-7ea9da654974 HTTP/1.1" 200 1783 0.003495 10.0.0.43 - - [2024-10-17 02:44:16] "GET /routing-instance/71a7cabf-ba69-454a-b9bb-7ea9da654974 HTTP/1.1" 200 1783 0.003664 10.0.0.43 - - [2024-10-17 02:44:16] "GET /route-target/7d31105b-d8e8-46a4-8f7b-e445be0d6a22 HTTP/1.1" 200 1206 0.004421 10.0.0.43 - - [2024-10-17 02:44:16] "GET /virtual-network/b988b8d2-268e-49f8-aaf5-6871b80a3fa2 HTTP/1.1" 200 2892 0.004379 10.0.0.43 - - [2024-10-17 02:44:16] "GET /routing-instance/71a7cabf-ba69-454a-b9bb-7ea9da654974 HTTP/1.1" 200 1783 0.004267 10.0.0.43 - - [2024-10-17 02:44:16] "GET /virtual-network/b988b8d2-268e-49f8-aaf5-6871b80a3fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004160 10.0.0.43 - - [2024-10-17 02:44:16] "GET /virtual-network/b988b8d2-268e-49f8-aaf5-6871b80a3fa2 HTTP/1.1" 200 2892 0.004855 10.0.0.43 - - [2024-10-17 02:44:16] "GET /routing-instance/71a7cabf-ba69-454a-b9bb-7ea9da654974 HTTP/1.1" 200 1783 0.004439 10.0.0.43 - - [2024-10-17 02:44:16] "GET /routing-instance/71a7cabf-ba69-454a-b9bb-7ea9da654974 HTTP/1.1" 200 1783 0.003954 10.0.0.43 - - [2024-10-17 02:44:16] "GET /route-target/7d31105b-d8e8-46a4-8f7b-e445be0d6a22 HTTP/1.1" 200 1206 0.003503 10.0.0.43 - - [2024-10-17 02:44:16] "GET /domains HTTP/1.1" 200 280 0.003357 10.0.0.43 - - [2024-10-17 02:44:16] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001401 10.0.0.43 - - [2024-10-17 02:44:16] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed HTTP/1.1" 200 2959 0.008358 10.0.0.43 - - [2024-10-17 02:44:16] "GET /projects?obj_uuids=5abf2c62-7ee9-4d4d-a94c-0477658e2419&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003558 10.0.0.43 - - [2024-10-17 02:44:16] "GET /project/5abf2c62-7ee9-4d4d-a94c-0477658e2419 HTTP/1.1" 200 2571 0.069218 10.0.0.43 - - [2024-10-17 02:44:16] "GET /virtual-network/b988b8d2-268e-49f8-aaf5-6871b80a3fa2 HTTP/1.1" 200 2892 0.003727 10.0.0.43 - - [2024-10-17 02:44:16] "GET /obj-perms HTTP/1.1" 200 5034 0.004315 10.0.0.43 - - [2024-10-17 02:44:16] "POST /id-to-fqname HTTP/1.1" 200 222 0.002056 10.0.0.43 - - [2024-10-17 02:44:17] "POST /neutron/network HTTP/1.1" 200 938 0.007389 10.0.0.43 - - [2024-10-17 02:44:17] "GET /aaa-mode HTTP/1.1" 401 292 0.000568 10.0.0.43 - - [2024-10-17 02:44:17] "GET / HTTP/1.1" 200 35931 0.003500 10.0.0.43 - - [2024-10-17 02:44:17] "GET /project/5abf2c62-7ee9-4d4d-a94c-0477658e2419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000693 10.0.0.43 - - [2024-10-17 02:44:18] "GET /projects?obj_uuids=5abf2c62-7ee9-4d4d-a94c-0477658e2419&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001474 10.0.0.43 - - [2024-10-17 02:44:18] "GET /project/5abf2c62-7ee9-4d4d-a94c-0477658e2419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.052026 10.0.0.43 - - [2024-10-17 02:44:18] "POST /neutron/network HTTP/1.1" 200 928 0.006567 10.0.0.43 - - [2024-10-17 02:44:18] "POST /neutron/port HTTP/1.1" 200 117 0.007897 10.0.0.43 - - [2024-10-17 02:44:18] "POST /neutron/port HTTP/1.1" 200 117 0.007840 10.0.0.43 - - [2024-10-17 02:44:18] "POST /id-to-fqname HTTP/1.1" 200 222 0.001814 10.0.0.43 - - [2024-10-17 02:44:18] "POST /neutron/port HTTP/1.1" 200 117 0.006574 10.0.0.43 - - [2024-10-17 02:44:18] "POST /neutron/network HTTP/1.1" 200 938 0.007255 10.0.0.43 - - [2024-10-17 02:44:18] "GET /aaa-mode HTTP/1.1" 401 292 0.000590 10.0.0.43 - - [2024-10-17 02:44:18] "POST /neutron/network HTTP/1.1" 200 938 0.007935 10.0.0.43 - - [2024-10-17 02:44:18] "GET /projects?obj_uuids=5abf2c62-7ee9-4d4d-a94c-0477658e2419&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001838 10.0.0.43 - - [2024-10-17 02:44:18] "GET / HTTP/1.1" 200 35931 0.002167 10.0.0.43 - - [2024-10-17 02:44:18] "GET /project/5abf2c62-7ee9-4d4d-a94c-0477658e2419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000566 10.0.0.43 - - [2024-10-17 02:44:19] "POST /neutron/port HTTP/1.1" 200 1062 0.271311 10.0.0.43 - - [2024-10-17 02:44:19] "POST /neutron/port HTTP/1.1" 200 1062 0.012111 10.0.0.43 - - [2024-10-17 02:44:19] "POST /neutron/port HTTP/1.1" 200 1062 0.011718 10.0.0.43 - - [2024-10-17 02:44:19] "POST /neutron/port HTTP/1.1" 200 1116 0.084288 10.0.0.43 - - [2024-10-17 02:44:19] "POST /neutron/port HTTP/1.1" 200 1090 0.018378 10.0.0.43 - - [2024-10-17 02:44:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004454 10.0.0.43 - - [2024-10-17 02:44:19] "POST /neutron/subnet HTTP/1.1" 200 698 0.013215 10.0.0.43 - - [2024-10-17 02:44:19] "POST /neutron/port HTTP/1.1" 200 117 0.001453 10.0.0.43 - - [2024-10-17 02:44:19] "POST /neutron/network HTTP/1.1" 200 928 0.006446 10.0.0.43 - - [2024-10-17 02:44:19] "GET /projects?obj_uuids=5abf2c62-7ee9-4d4d-a94c-0477658e2419&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002060 10.0.0.43 - - [2024-10-17 02:44:19] "GET /project/5abf2c62-7ee9-4d4d-a94c-0477658e2419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.053489 10.0.0.43 - - [2024-10-17 02:44:19] "POST /neutron/network HTTP/1.1" 200 928 0.007512 10.0.0.43 - - [2024-10-17 02:44:19] "POST /neutron/port HTTP/1.1" 200 1090 0.019585 10.0.0.43 - - [2024-10-17 02:44:19] "POST /neutron/security_group HTTP/1.1" 200 2060 0.013927 10.0.0.43 - - [2024-10-17 02:44:19] "POST /neutron/port HTTP/1.1" 200 117 0.006850 10.0.0.43 - - [2024-10-17 02:44:19] "POST /neutron/port HTTP/1.1" 200 1090 0.020366 10.0.0.43 - - [2024-10-17 02:44:19] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009997 10.0.0.43 - - [2024-10-17 02:44:19] "POST /neutron/network HTTP/1.1" 200 938 0.007928 10.0.0.43 - - [2024-10-17 02:44:20] "GET /projects?obj_uuids=5abf2c62-7ee9-4d4d-a94c-0477658e2419&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002433 10.0.0.43 - - [2024-10-17 02:44:20] "PUT /access-control-list/238faa6d-f5da-4174-aeeb-4b83fe9fe183 HTTP/1.1" 200 272 0.061522 10.0.0.43 - - [2024-10-17 02:44:20] "POST /neutron/port HTTP/1.1" 200 1062 0.328603 10.0.0.43 - - [2024-10-17 02:44:20] "POST /neutron/port HTTP/1.1" 200 1062 0.029771 10.0.0.43 - - [2024-10-17 02:44:20] "POST /neutron/port HTTP/1.1" 200 1062 0.025994 10.0.0.43 - - [2024-10-17 02:44:20] "POST /neutron/port HTTP/1.1" 200 1116 0.097664 10.0.0.43 - - [2024-10-17 02:44:20] "POST /neutron/port HTTP/1.1" 200 1090 0.023837 10.0.0.43 - - [2024-10-17 02:44:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004833 10.0.0.43 - - [2024-10-17 02:44:20] "POST /neutron/subnet HTTP/1.1" 200 699 0.015159 10.0.0.43 - - [2024-10-17 02:44:20] "POST /neutron/port HTTP/1.1" 200 117 0.001760 10.0.0.43 - - [2024-10-17 02:44:20] "POST /neutron/network HTTP/1.1" 200 928 0.007473 10.0.0.43 - - [2024-10-17 02:44:24] "POST /neutron/port HTTP/1.1" 200 1090 0.020392 10.0.0.43 - - [2024-10-17 02:44:24] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010220 10.0.0.43 - - [2024-10-17 02:44:24] "POST /neutron/port HTTP/1.1" 200 1090 0.017961 10.0.0.43 - - [2024-10-17 02:44:24] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007589 10.0.0.43 - - [2024-10-17 02:44:24] "POST /neutron/port HTTP/1.1" 200 1090 0.017163 10.0.0.43 - - [2024-10-17 02:44:24] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007703 10.0.0.43 - - [2024-10-17 02:44:25] "GET /virtual-machine/529aa1c4-6f0b-4817-b17a-913ad99c5c83 HTTP/1.1" 200 1294 0.005121 10.0.0.43 - - [2024-10-17 02:44:25] "GET /virtual-machine-interface/3eb742f7-692c-4325-8caf-4dca843dc16f HTTP/1.1" 200 2951 0.004309 10.0.0.43 - - [2024-10-17 02:44:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004007 10.0.0.43 - - [2024-10-17 02:44:25] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004450 10.0.0.43 - - [2024-10-17 02:44:25] "GET /virtual-networks?parent_id=5abf2c62-7ee9-4d4d-a94c-0477658e2419&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003811 10.0.0.43 - - [2024-10-17 02:44:25] "GET /virtual-network/db9c4b52-8fc4-4afc-90eb-91864da64738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.003916 10.0.0.43 - - [2024-10-17 02:44:26] "DELETE /project/9aa7bdfdd9334f53b5ad96452695efd4 HTTP/1.1" 404 173 0.013968 10.0.0.43 - - [2024-10-17 02:44:26] "DELETE /project/5abf2c627ee94d4da94c0477658e2419 HTTP/1.1" 404 173 0.009683 10.0.0.43 - - [2024-10-17 02:44:26] "GET /projects?obj_uuids=e4a36356-3c0b-42f3-9543-e6003142ec66&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001222 10.0.0.43 - - [2024-10-17 02:44:26] "GET /projects?obj_uuids=9aa7bdfd-d933-4f53-b5ad-96452695efd4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001462 10.0.0.43 - - [2024-10-17 02:44:26] "GET /project/9aa7bdfd-d933-4f53-b5ad-96452695efd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.040652 10.0.0.43 - - [2024-10-17 02:44:26] "GET /project/e4a36356-3c0b-42f3-9543-e6003142ec66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.038742 10.0.0.43 - - [2024-10-17 02:44:27] "GET /projects?obj_uuids=e4a36356-3c0b-42f3-9543-e6003142ec66&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001287 10.0.0.43 - - [2024-10-17 02:44:27] "GET /projects?obj_uuids=9aa7bdfd-d933-4f53-b5ad-96452695efd4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001158 10.0.0.43 - - [2024-10-17 02:44:27] "GET /project/9aa7bdfd-d933-4f53-b5ad-96452695efd4?fields=security_groups HTTP/1.1" 200 1388 0.037198 10.0.0.43 - - [2024-10-17 02:44:27] "GET /project/e4a36356-3c0b-42f3-9543-e6003142ec66?fields=security_groups HTTP/1.1" 200 1373 0.036984 10.0.0.43 - - [2024-10-17 02:44:27] "DELETE /security-group/a2f8f142-9154-4e3a-9aa1-fc8493169b17 HTTP/1.1" 200 115 0.064743 10.0.0.43 - - [2024-10-17 02:44:27] "DELETE /security-group/7a7819cc-22e6-4eac-b761-6c224a5900f2 HTTP/1.1" 200 115 0.078836 10.0.0.43 - - [2024-10-17 02:44:27] "GET /projects?obj_uuids=e4a36356-3c0b-42f3-9543-e6003142ec66&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001386 10.0.0.43 - - [2024-10-17 02:44:27] "GET /projects?obj_uuids=9aa7bdfd-d933-4f53-b5ad-96452695efd4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001406 10.0.0.43 - - [2024-10-17 02:44:27] "DELETE /access-control-list/c10902d9-48aa-4e94-a426-16c4a1485be8 HTTP/1.1" 200 115 0.057524 10.0.0.43 - - [2024-10-17 02:44:27] "GET /project/e4a36356-3c0b-42f3-9543-e6003142ec66?fields=application_policy_sets HTTP/1.1" 200 1412 0.068938 10.0.0.43 - - [2024-10-17 02:44:27] "GET /project/9aa7bdfd-d933-4f53-b5ad-96452695efd4?fields=application_policy_sets HTTP/1.1" 200 1427 0.054011 10.0.0.43 - - [2024-10-17 02:44:27] "DELETE /access-control-list/efa60461-2a75-4714-920d-5af8e59bbdc6 HTTP/1.1" 200 115 0.059214 10.0.0.43 - - [2024-10-17 02:44:27] "DELETE /access-control-list/5c506628-7312-4d83-82cb-69cb1961d27e HTTP/1.1" 200 115 0.054373 10.0.0.43 - - [2024-10-17 02:44:27] "DELETE /access-control-list/5d842d09-665b-4d2d-835b-7c39c8b67577 HTTP/1.1" 200 115 0.067765 10.0.0.43 - - [2024-10-17 02:44:27] "DELETE /project/e4a36356-3c0b-42f3-9543-e6003142ec66 HTTP/1.1" 200 115 0.497624 10.0.0.43 - - [2024-10-17 02:44:27] "DELETE /project/9aa7bdfd-d933-4f53-b5ad-96452695efd4 HTTP/1.1" 200 115 0.494520 10.0.0.43 - - [2024-10-17 02:44:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.43 - - [2024-10-17 02:44:28] "GET /virtual-network/db9c4b52-8fc4-4afc-90eb-91864da64738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.003822 10.0.0.43 - - [2024-10-17 02:44:28] "POST /neutron/port HTTP/1.1" 200 1090 0.018965 10.0.0.43 - - [2024-10-17 02:44:28] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009997 10.0.0.43 - - [2024-10-17 02:44:30] "POST /neutron/port HTTP/1.1" 200 1090 0.023391 10.0.0.43 - - [2024-10-17 02:44:30] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006539 10.0.0.43 - - [2024-10-17 02:44:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004242 10.0.0.43 - - [2024-10-17 02:44:30] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003550 10.0.0.43 - - [2024-10-17 02:44:30] "GET /virtual-networks?parent_id=5abf2c62-7ee9-4d4d-a94c-0477658e2419&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003774 10.0.0.43 - - [2024-10-17 02:44:30] "GET /virtual-network/db9c4b52-8fc4-4afc-90eb-91864da64738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004005 10.0.0.43 - - [2024-10-17 02:44:30] "POST /neutron/port HTTP/1.1" 200 1090 0.020378 10.0.0.43 - - [2024-10-17 02:44:30] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008543 10.0.0.43 - - [2024-10-17 02:44:30] "POST /neutron/port HTTP/1.1" 200 1090 0.017641 10.0.0.43 - - [2024-10-17 02:44:30] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008593 10.0.0.43 - - [2024-10-17 02:44:30] "POST /neutron/port HTTP/1.1" 200 1090 0.017386 10.0.0.43 - - [2024-10-17 02:44:30] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007297 10.0.0.43 - - [2024-10-17 02:44:31] "GET /virtual-machine/014de882-8c44-4253-950f-af66b83d0dba HTTP/1.1" 200 1292 0.006448 10.0.0.43 - - [2024-10-17 02:44:31] "GET /virtual-machine-interface/5c2e6e6d-3919-46bc-809c-9f865ccaa38c HTTP/1.1" 200 2950 0.004228 10.0.0.43 - - [2024-10-17 02:44:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.43 - - [2024-10-17 02:44:31] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003201 10.0.0.43 - - [2024-10-17 02:44:31] "GET /virtual-networks?parent_id=5abf2c62-7ee9-4d4d-a94c-0477658e2419&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004227 10.0.0.43 - - [2024-10-17 02:44:31] "GET /virtual-network/b988b8d2-268e-49f8-aaf5-6871b80a3fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.003955 10.0.0.43 - - [2024-10-17 02:44:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.43 - - [2024-10-17 02:44:32] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003390 10.0.0.43 - - [2024-10-17 02:44:32] "GET /virtual-networks?parent_id=5abf2c62-7ee9-4d4d-a94c-0477658e2419&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003721 10.0.0.43 - - [2024-10-17 02:44:32] "GET /virtual-network/b988b8d2-268e-49f8-aaf5-6871b80a3fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.003675 10.0.0.43 - - [2024-10-17 02:44:32] "POST /neutron/port HTTP/1.1" 200 1090 0.016608 10.0.0.43 - - [2024-10-17 02:44:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007240 10.0.0.43 - - [2024-10-17 02:44:35] "GET /obj-perms HTTP/1.1" 200 5056 0.059136 10.0.0.43 - - [2024-10-17 02:44:36] "GET /obj-perms HTTP/1.1" 200 5056 0.059122 10.0.0.43 - - [2024-10-17 02:44:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.43 - - [2024-10-17 02:44:41] "GET /projects?obj_uuids=5abf2c62-7ee9-4d4d-a94c-0477658e2419&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002546 10.0.0.43 - - [2024-10-17 02:44:41] "GET /project/5abf2c62-7ee9-4d4d-a94c-0477658e2419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.034076 10.0.0.43 - - [2024-10-17 02:44:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.43 - - [2024-10-17 02:44:42] "PUT /network-policy/33917fdb-3a44-41b4-b0dd-c7ebbd7665d6 HTTP/1.1" 200 262 0.012136 10.0.0.43 - - [2024-10-17 02:44:42] "PUT /access-control-list/238faa6d-f5da-4174-aeeb-4b83fe9fe183 HTTP/1.1" 200 272 0.054754 10.0.0.43 - - [2024-10-17 02:44:42] "POST /ref-update HTTP/1.1" 200 156 0.053895 10.0.0.43 - - [2024-10-17 02:44:42] "PUT /access-control-list/b28597af-6c81-40cf-b041-de4dc99e5528 HTTP/1.1" 200 272 0.055652 10.0.0.43 - - [2024-10-17 02:44:42] "POST /ref-update HTTP/1.1" 200 156 0.011882 10.0.0.43 - - [2024-10-17 02:44:45] "GET /virtual-network/b988b8d2-268e-49f8-aaf5-6871b80a3fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004092 10.0.0.43 - - [2024-10-17 02:44:45] "POST /neutron/network HTTP/1.1" 200 928 0.009614 10.0.0.43 - - [2024-10-17 02:44:45] "POST /neutron/network HTTP/1.1" 200 826 0.049126 10.0.0.43 - - [2024-10-17 02:44:45] "DELETE /access-control-list/238faa6d-f5da-4174-aeeb-4b83fe9fe183 HTTP/1.1" 200 115 0.040166 10.0.0.43 - - [2024-10-17 02:44:45] "POST /neutron/network HTTP/1.1" 200 826 0.007655 10.0.0.43 - - [2024-10-17 02:44:45] "GET /virtual-network/b988b8d2-268e-49f8-aaf5-6871b80a3fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.003597 10.0.0.43 - - [2024-10-17 02:44:45] "GET /virtual-network/db9c4b52-8fc4-4afc-90eb-91864da64738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005738 10.0.0.43 - - [2024-10-17 02:44:45] "POST /neutron/network HTTP/1.1" 200 928 0.006965 10.0.0.43 - - [2024-10-17 02:44:45] "POST /neutron/network HTTP/1.1" 200 826 0.061467 10.0.0.43 - - [2024-10-17 02:44:45] "DELETE /access-control-list/b28597af-6c81-40cf-b041-de4dc99e5528 HTTP/1.1" 200 115 0.040976 10.0.0.43 - - [2024-10-17 02:44:45] "POST /neutron/network HTTP/1.1" 200 826 0.012425 10.0.0.43 - - [2024-10-17 02:44:45] "GET /virtual-network/db9c4b52-8fc4-4afc-90eb-91864da64738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005962 10.0.0.43 - - [2024-10-17 02:44:45] "DELETE /network-policy/33917fdb-3a44-41b4-b0dd-c7ebbd7665d6 HTTP/1.1" 200 115 0.033409 10.0.0.43 - - [2024-10-17 02:44:45] "POST /neutron/network HTTP/1.1" 200 826 0.008548 10.0.0.43 - - [2024-10-17 02:44:45] "POST /neutron/network HTTP/1.1" 400 204 0.017753 10.0.0.43 - - [2024-10-17 02:44:45] "POST /neutron/port HTTP/1.1" 200 1090 0.020253 10.0.0.43 - - [2024-10-17 02:44:45] "POST /neutron/port HTTP/1.1" 200 1116 0.012430 10.0.0.43 - - [2024-10-17 02:44:46] "POST /neutron/port HTTP/1.1" 200 1090 0.023795 10.0.0.43 - - [2024-10-17 02:44:46] "POST /neutron/port HTTP/1.1" 200 1116 0.012600 10.0.0.43 - - [2024-10-17 02:44:46] "POST /neutron/port HTTP/1.1" 200 151 0.154002 10.0.0.43 - - [2024-10-17 02:44:46] "POST /neutron/port HTTP/1.1" 200 151 0.154614 10.0.0.43 - - [2024-10-17 02:44:47] "POST /neutron/network HTTP/1.1" 200 826 0.007402 10.0.0.43 - - [2024-10-17 02:44:47] "POST /useragent-kv HTTP/1.1" 200 115 0.001492 10.0.0.43 - - [2024-10-17 02:44:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.007670 10.0.0.43 - - [2024-10-17 02:44:47] "POST /useragent-kv HTTP/1.1" 200 115 0.001477 10.0.0.43 - - [2024-10-17 02:44:47] "POST /neutron/network HTTP/1.1" 200 151 0.085567 10.0.0.43 - - [2024-10-17 02:44:47] "GET /routing-instance/71a7cabf-ba69-454a-b9bb-7ea9da654974 HTTP/1.1" 404 171 0.004200 10.0.0.43 - - [2024-10-17 02:44:47] "DELETE /route-target/7d31105b-d8e8-46a4-8f7b-e445be0d6a22 HTTP/1.1" 200 115 0.019680 10.0.0.43 - - [2024-10-17 02:44:47] "GET /domains HTTP/1.1" 200 280 0.003111 10.0.0.43 - - [2024-10-17 02:44:48] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002115 10.0.0.43 - - [2024-10-17 02:44:48] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed HTTP/1.1" 200 2576 0.051812 10.0.0.43 - - [2024-10-17 02:44:48] "GET /projects?obj_uuids=5abf2c62-7ee9-4d4d-a94c-0477658e2419&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001400 10.0.0.43 - - [2024-10-17 02:44:48] "GET /project/5abf2c62-7ee9-4d4d-a94c-0477658e2419 HTTP/1.1" 200 2103 0.067623 10.0.0.43 - - [2024-10-17 02:44:48] "POST /neutron/network HTTP/1.1" 200 826 0.007272 10.0.0.43 - - [2024-10-17 02:44:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001360 10.0.0.43 - - [2024-10-17 02:44:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.007318 10.0.0.43 - - [2024-10-17 02:44:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001300 10.0.0.43 - - [2024-10-17 02:44:48] "POST /neutron/network HTTP/1.1" 200 151 0.096827 10.0.0.43 - - [2024-10-17 02:44:48] "GET /routing-instance/b66f045a-1bdc-47a9-a0f9-a2c5593028cc HTTP/1.1" 404 171 0.002612 10.0.0.43 - - [2024-10-17 02:44:48] "DELETE /route-target/68b93223-59ec-4d75-98a8-3df869b5f90b HTTP/1.1" 200 115 0.027545 10.0.0.43 - - [2024-10-17 02:44:48] "GET /domains HTTP/1.1" 200 280 0.003283 10.0.0.43 - - [2024-10-17 02:44:48] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001355 10.0.0.43 - - [2024-10-17 02:44:48] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed HTTP/1.1" 200 2576 0.056339 10.0.0.43 - - [2024-10-17 02:44:48] "GET /projects?obj_uuids=5abf2c62-7ee9-4d4d-a94c-0477658e2419&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001486 10.0.0.43 - - [2024-10-17 02:44:48] "GET /project/5abf2c62-7ee9-4d4d-a94c-0477658e2419 HTTP/1.1" 200 1864 0.066207 10.0.0.43 - - [2024-10-17 02:44:48] "GET /projects?obj_uuids=5abf2c62-7ee9-4d4d-a94c-0477658e2419&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001410 10.0.0.43 - - [2024-10-17 02:44:48] "GET /project/5abf2c62-7ee9-4d4d-a94c-0477658e2419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.027628 10.0.0.43 - - [2024-10-17 02:44:48] "GET /projects?obj_uuids=5abf2c62-7ee9-4d4d-a94c-0477658e2419&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001377 10.0.0.43 - - [2024-10-17 02:44:48] "GET /project/5abf2c62-7ee9-4d4d-a94c-0477658e2419?fields=virtual_networks HTTP/1.1" 200 1036 0.070789 10.0.0.43 - - [2024-10-17 02:44:48] "GET /projects?obj_uuids=5abf2c62-7ee9-4d4d-a94c-0477658e2419&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001508 10.0.0.43 - - [2024-10-17 02:44:48] "GET /project/5abf2c62-7ee9-4d4d-a94c-0477658e2419?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.025496 10.0.0.43 - - [2024-10-17 02:44:48] "GET /projects?obj_uuids=5abf2c62-7ee9-4d4d-a94c-0477658e2419&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001590 10.0.0.43 - - [2024-10-17 02:44:49] "GET /project/5abf2c62-7ee9-4d4d-a94c-0477658e2419?fields=security_groups HTTP/1.1" 200 1264 0.026366 10.0.0.43 - - [2024-10-17 02:44:49] "POST /fqname-to-id HTTP/1.1" 404 186 0.031862 10.0.0.43 - - [2024-10-17 02:44:50] "GET /projects?obj_uuids=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003073 10.0.0.43 - - [2024-10-17 02:44:50] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001636 10.0.0.43 - - [2024-10-17 02:44:50] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010612 10.0.0.43 - - [2024-10-17 02:44:50] "POST /id-to-fqname HTTP/1.1" 200 188 0.002454 10.0.0.43 - - [2024-10-17 02:44:50] "POST /fqname-to-id HTTP/1.1" 404 197 0.003685 10.0.0.43 - - [2024-10-17 02:44:50] "POST /security-groups HTTP/1.1" 200 589 0.067430 10.0.0.43 - - [2024-10-17 02:44:50] "POST /fqname-to-id HTTP/1.1" 404 232 0.004103 10.0.0.43 - - [2024-10-17 02:44:50] "POST /projects HTTP/1.1" 200 581 0.236496 10.0.0.43 - - [2024-10-17 02:44:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.313526 10.0.0.43 - - [2024-10-17 02:44:50] "POST /access-control-lists HTTP/1.1" 200 594 0.066015 10.0.0.43 - - [2024-10-17 02:44:50] "POST /fqname-to-id HTTP/1.1" 404 231 0.005256 10.0.0.43 - - [2024-10-17 02:44:50] "GET /project/ab1675f3-83d8-4736-b48e-fce53712e8e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.470817 10.0.0.43 - - [2024-10-17 02:44:50] "POST /access-control-lists HTTP/1.1" 200 592 0.068662 10.0.0.43 - - [2024-10-17 02:44:51] "GET / HTTP/1.1" 200 35931 0.002598 10.0.0.43 - - [2024-10-17 02:44:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000592 10.0.0.43 - - [2024-10-17 02:44:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.074147 10.0.0.43 - - [2024-10-17 02:44:52] "GET /projects?obj_uuids=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001979 10.0.0.43 - - [2024-10-17 02:44:52] "GET /project/ab1675f3-83d8-4736-b48e-fce53712e8e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.024822 10.0.0.43 - - [2024-10-17 02:44:53] "POST /neutron/network HTTP/1.1" 200 117 0.039649 10.0.0.43 - - [2024-10-17 02:44:53] "GET /projects?obj_uuids=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002001 10.0.0.43 - - [2024-10-17 02:44:53] "POST /neutron/network HTTP/1.1" 200 613 0.077673 10.0.0.43 - - [2024-10-17 02:44:53] "POST /route-targets HTTP/1.1" 200 327 0.012254 10.0.0.43 - - [2024-10-17 02:44:53] "POST /ref-update HTTP/1.1" 200 156 0.012999 10.0.0.43 - - [2024-10-17 02:44:53] "POST /useragent-kv HTTP/1.1" 200 115 0.005826 10.0.0.43 - - [2024-10-17 02:44:53] "POST /neutron/subnet HTTP/1.1" 200 710 0.218219 10.0.0.43 - - [2024-10-17 02:44:53] "POST /neutron/network HTTP/1.1" 200 829 0.007576 10.0.0.43 - - [2024-10-17 02:44:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.001631 10.0.0.43 - - [2024-10-17 02:44:53] "GET /virtual-network/0914728a-817d-41a5-af35-6fc04a84028a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004720 10.0.0.43 - - [2024-10-17 02:44:53] "POST /neutron/network HTTP/1.1" 200 829 0.007391 10.0.0.43 - - [2024-10-17 02:44:53] "GET /virtual-network/0914728a-817d-41a5-af35-6fc04a84028a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.003545 10.0.0.43 - - [2024-10-17 02:44:53] "POST /neutron/network HTTP/1.1" 200 829 0.007863 10.0.0.43 - - [2024-10-17 02:44:53] "POST /neutron/subnet HTTP/1.1" 200 710 0.009929 10.0.0.43 - - [2024-10-17 02:44:53] "GET /domains HTTP/1.1" 401 292 0.000600 10.0.0.43 - - [2024-10-17 02:44:53] "GET /domains HTTP/1.1" 200 280 0.032684 10.0.0.43 - - [2024-10-17 02:44:53] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002105 10.0.0.43 - - [2024-10-17 02:44:53] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed HTTP/1.1" 200 2760 0.011461 10.0.0.43 - - [2024-10-17 02:44:54] "GET /projects?obj_uuids=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001415 10.0.0.43 - - [2024-10-17 02:44:54] "GET /project/ab1675f3-83d8-4736-b48e-fce53712e8e5 HTTP/1.1" 200 2081 0.074911 10.0.0.43 - - [2024-10-17 02:44:54] "GET /virtual-network/0914728a-817d-41a5-af35-6fc04a84028a HTTP/1.1" 200 2308 0.004906 10.0.0.43 - - [2024-10-17 02:44:54] "GET /virtual-network/0914728a-817d-41a5-af35-6fc04a84028a HTTP/1.1" 200 2308 0.003467 10.0.0.43 - - [2024-10-17 02:44:54] "GET /routing-instance/f4aee494-5ce2-4cb7-9e4d-ff3ae23aee3b HTTP/1.1" 200 1494 0.003834 10.0.0.43 - - [2024-10-17 02:44:54] "GET /routing-instance/f4aee494-5ce2-4cb7-9e4d-ff3ae23aee3b HTTP/1.1" 200 1494 0.003468 10.0.0.43 - - [2024-10-17 02:44:54] "GET /route-target/7b521145-4064-41ac-a1e3-83803f863420 HTTP/1.1" 200 1212 0.003346 10.0.0.43 - - [2024-10-17 02:44:54] "GET /virtual-network/0914728a-817d-41a5-af35-6fc04a84028a HTTP/1.1" 200 2308 0.003733 10.0.0.43 - - [2024-10-17 02:44:54] "GET /routing-instance/f4aee494-5ce2-4cb7-9e4d-ff3ae23aee3b HTTP/1.1" 200 1494 0.003619 10.0.0.43 - - [2024-10-17 02:44:54] "GET /virtual-network/0914728a-817d-41a5-af35-6fc04a84028a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.003241 10.0.0.43 - - [2024-10-17 02:44:54] "GET /virtual-network/0914728a-817d-41a5-af35-6fc04a84028a HTTP/1.1" 200 2308 0.003223 10.0.0.43 - - [2024-10-17 02:44:54] "GET /routing-instance/f4aee494-5ce2-4cb7-9e4d-ff3ae23aee3b HTTP/1.1" 200 1494 0.003082 10.0.0.43 - - [2024-10-17 02:44:54] "GET /routing-instance/f4aee494-5ce2-4cb7-9e4d-ff3ae23aee3b HTTP/1.1" 200 1494 0.002926 10.0.0.43 - - [2024-10-17 02:44:54] "GET /route-target/7b521145-4064-41ac-a1e3-83803f863420 HTTP/1.1" 200 1212 0.002873 10.0.0.43 - - [2024-10-17 02:44:54] "GET /domains HTTP/1.1" 200 280 0.003174 10.0.0.43 - - [2024-10-17 02:44:54] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001438 10.0.0.43 - - [2024-10-17 02:44:54] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed HTTP/1.1" 200 2760 0.008622 10.0.0.43 - - [2024-10-17 02:44:54] "GET /projects?obj_uuids=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001391 10.0.0.43 - - [2024-10-17 02:44:54] "GET /project/ab1675f3-83d8-4736-b48e-fce53712e8e5 HTTP/1.1" 200 2081 0.064500 10.0.0.43 - - [2024-10-17 02:44:54] "GET /virtual-network/0914728a-817d-41a5-af35-6fc04a84028a HTTP/1.1" 200 2308 0.003509 10.0.0.43 - - [2024-10-17 02:44:54] "GET /obj-perms HTTP/1.1" 200 5026 0.058840 10.0.0.43 - - [2024-10-17 02:44:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.43 - - [2024-10-17 02:44:54] "GET /projects?obj_uuids=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001945 10.0.0.43 - - [2024-10-17 02:44:54] "GET /project/ab1675f3-83d8-4736-b48e-fce53712e8e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.027328 10.0.0.43 - - [2024-10-17 02:44:54] "POST /neutron/network HTTP/1.1" 200 117 0.014153 10.0.0.43 - - [2024-10-17 02:44:54] "GET /projects?obj_uuids=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001393 10.0.0.43 - - [2024-10-17 02:44:54] "POST /neutron/network HTTP/1.1" 200 613 0.076031 10.0.0.43 - - [2024-10-17 02:44:54] "POST /route-targets HTTP/1.1" 200 327 0.013637 10.0.0.43 - - [2024-10-17 02:44:54] "POST /ref-update HTTP/1.1" 200 156 0.012662 10.0.0.43 - - [2024-10-17 02:44:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003159 10.0.0.43 - - [2024-10-17 02:44:55] "POST /neutron/subnet HTTP/1.1" 200 725 0.162801 10.0.0.43 - - [2024-10-17 02:44:55] "POST /neutron/network HTTP/1.1" 200 832 0.007125 10.0.0.43 - - [2024-10-17 02:44:55] "POST /id-to-fqname HTTP/1.1" 200 223 0.003052 10.0.0.43 - - [2024-10-17 02:44:55] "GET /virtual-network/20b17fcb-ca36-4e36-a3a9-e47617d47264?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005114 10.0.0.43 - - [2024-10-17 02:44:55] "POST /neutron/network HTTP/1.1" 200 832 0.006694 10.0.0.43 - - [2024-10-17 02:44:55] "GET /virtual-network/20b17fcb-ca36-4e36-a3a9-e47617d47264?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003305 10.0.0.43 - - [2024-10-17 02:44:55] "POST /neutron/network HTTP/1.1" 200 832 0.007585 10.0.0.43 - - [2024-10-17 02:44:55] "POST /neutron/subnet HTTP/1.1" 200 725 0.009313 10.0.0.43 - - [2024-10-17 02:44:55] "GET /domains HTTP/1.1" 200 280 0.003264 10.0.0.43 - - [2024-10-17 02:44:55] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001405 10.0.0.43 - - [2024-10-17 02:44:55] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed HTTP/1.1" 200 2760 0.008712 10.0.0.43 - - [2024-10-17 02:44:55] "GET /projects?obj_uuids=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001401 10.0.0.43 - - [2024-10-17 02:44:55] "GET /project/ab1675f3-83d8-4736-b48e-fce53712e8e5 HTTP/1.1" 200 2299 0.063813 10.0.0.43 - - [2024-10-17 02:44:55] "GET /virtual-network/20b17fcb-ca36-4e36-a3a9-e47617d47264 HTTP/1.1" 200 2318 0.005205 10.0.0.43 - - [2024-10-17 02:44:55] "GET /virtual-network/20b17fcb-ca36-4e36-a3a9-e47617d47264 HTTP/1.1" 200 2318 0.003939 10.0.0.43 - - [2024-10-17 02:44:55] "GET /routing-instance/6c85e843-56eb-4e46-bb17-92a37c31e84f HTTP/1.1" 200 1493 0.003732 10.0.0.43 - - [2024-10-17 02:44:55] "GET /routing-instance/6c85e843-56eb-4e46-bb17-92a37c31e84f HTTP/1.1" 200 1493 0.003319 10.0.0.43 - - [2024-10-17 02:44:55] "GET /route-target/12c677aa-f4db-41a5-93c2-d5412aa53212 HTTP/1.1" 200 1212 0.003263 10.0.0.43 - - [2024-10-17 02:44:55] "GET /virtual-network/20b17fcb-ca36-4e36-a3a9-e47617d47264 HTTP/1.1" 200 2318 0.003603 10.0.0.43 - - [2024-10-17 02:44:55] "GET /routing-instance/6c85e843-56eb-4e46-bb17-92a37c31e84f HTTP/1.1" 200 1493 0.003177 10.0.0.43 - - [2024-10-17 02:44:55] "GET /virtual-network/20b17fcb-ca36-4e36-a3a9-e47617d47264?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003333 10.0.0.43 - - [2024-10-17 02:44:55] "GET /virtual-network/20b17fcb-ca36-4e36-a3a9-e47617d47264 HTTP/1.1" 200 2318 0.003906 10.0.0.43 - - [2024-10-17 02:44:55] "GET /routing-instance/6c85e843-56eb-4e46-bb17-92a37c31e84f HTTP/1.1" 200 1493 0.004298 10.0.0.43 - - [2024-10-17 02:44:55] "GET /routing-instance/6c85e843-56eb-4e46-bb17-92a37c31e84f HTTP/1.1" 200 1493 0.003706 10.0.0.43 - - [2024-10-17 02:44:55] "GET /route-target/12c677aa-f4db-41a5-93c2-d5412aa53212 HTTP/1.1" 200 1212 0.003565 10.0.0.43 - - [2024-10-17 02:44:55] "GET /domains HTTP/1.1" 200 280 0.003388 10.0.0.43 - - [2024-10-17 02:44:55] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001375 10.0.0.43 - - [2024-10-17 02:44:55] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed HTTP/1.1" 200 2760 0.008584 10.0.0.43 - - [2024-10-17 02:44:55] "GET /projects?obj_uuids=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001277 10.0.0.43 - - [2024-10-17 02:44:55] "GET /project/ab1675f3-83d8-4736-b48e-fce53712e8e5 HTTP/1.1" 200 2299 0.066970 10.0.0.43 - - [2024-10-17 02:44:55] "GET /virtual-network/20b17fcb-ca36-4e36-a3a9-e47617d47264 HTTP/1.1" 200 2318 0.003220 10.0.0.43 - - [2024-10-17 02:44:55] "GET /obj-perms HTTP/1.1" 200 5026 0.003542 10.0.0.43 - - [2024-10-17 02:44:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.43 - - [2024-10-17 02:44:55] "GET /projects?obj_uuids=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001436 10.0.0.43 - - [2024-10-17 02:44:55] "GET /project/ab1675f3-83d8-4736-b48e-fce53712e8e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.027497 10.0.0.43 - - [2024-10-17 02:44:55] "POST /neutron/network HTTP/1.1" 200 117 0.013927 10.0.0.43 - - [2024-10-17 02:44:55] "GET /projects?obj_uuids=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001604 10.0.0.43 - - [2024-10-17 02:44:55] "POST /neutron/network HTTP/1.1" 200 615 0.074234 10.0.0.43 - - [2024-10-17 02:44:55] "POST /ref-update HTTP/1.1" 200 156 0.014531 10.0.0.43 - - [2024-10-17 02:44:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003296 10.0.0.43 - - [2024-10-17 02:44:56] "POST /neutron/subnet HTTP/1.1" 200 720 0.151348 10.0.0.43 - - [2024-10-17 02:44:56] "POST /neutron/network HTTP/1.1" 200 833 0.007341 10.0.0.43 - - [2024-10-17 02:44:56] "POST /id-to-fqname HTTP/1.1" 200 224 0.001591 10.0.0.43 - - [2024-10-17 02:44:56] "GET /virtual-network/8ebd5fd8-e887-4e6f-b7bf-6581789ddf67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004139 10.0.0.43 - - [2024-10-17 02:44:56] "POST /neutron/network HTTP/1.1" 200 833 0.006908 10.0.0.43 - - [2024-10-17 02:44:56] "GET /virtual-network/8ebd5fd8-e887-4e6f-b7bf-6581789ddf67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.003561 10.0.0.43 - - [2024-10-17 02:44:56] "POST /neutron/network HTTP/1.1" 200 833 0.006875 10.0.0.43 - - [2024-10-17 02:44:56] "POST /neutron/subnet HTTP/1.1" 200 720 0.008719 10.0.0.43 - - [2024-10-17 02:44:56] "GET /domains HTTP/1.1" 200 280 0.002563 10.0.0.43 - - [2024-10-17 02:44:56] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001769 10.0.0.43 - - [2024-10-17 02:44:56] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed HTTP/1.1" 200 2760 0.008319 10.0.0.43 - - [2024-10-17 02:44:56] "GET /projects?obj_uuids=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001237 10.0.0.43 - - [2024-10-17 02:44:56] "GET /project/ab1675f3-83d8-4736-b48e-fce53712e8e5 HTTP/1.1" 200 2518 0.063745 10.0.0.43 - - [2024-10-17 02:44:56] "GET /virtual-network/8ebd5fd8-e887-4e6f-b7bf-6581789ddf67 HTTP/1.1" 200 2322 0.004534 10.0.0.43 - - [2024-10-17 02:44:56] "GET /virtual-network/8ebd5fd8-e887-4e6f-b7bf-6581789ddf67 HTTP/1.1" 200 2322 0.003337 10.0.0.43 - - [2024-10-17 02:44:56] "GET /routing-instance/146371a2-4c9d-46eb-ad9a-d3a0a1906e49 HTTP/1.1" 200 1497 0.003096 10.0.0.43 - - [2024-10-17 02:44:56] "GET /routing-instance/146371a2-4c9d-46eb-ad9a-d3a0a1906e49 HTTP/1.1" 200 1497 0.002530 10.0.0.43 - - [2024-10-17 02:44:56] "GET /route-target/1bccd59f-e5ca-472f-9bcd-c1d8cc58d6fe HTTP/1.1" 200 1214 0.002813 10.0.0.43 - - [2024-10-17 02:44:56] "GET /virtual-network/8ebd5fd8-e887-4e6f-b7bf-6581789ddf67 HTTP/1.1" 200 2322 0.003518 10.0.0.43 - - [2024-10-17 02:44:56] "GET /routing-instance/146371a2-4c9d-46eb-ad9a-d3a0a1906e49 HTTP/1.1" 200 1497 0.004248 10.0.0.43 - - [2024-10-17 02:44:56] "GET /virtual-network/8ebd5fd8-e887-4e6f-b7bf-6581789ddf67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004658 10.0.0.43 - - [2024-10-17 02:44:56] "GET /virtual-network/8ebd5fd8-e887-4e6f-b7bf-6581789ddf67 HTTP/1.1" 200 2322 0.004238 10.0.0.43 - - [2024-10-17 02:44:56] "GET /routing-instance/146371a2-4c9d-46eb-ad9a-d3a0a1906e49 HTTP/1.1" 200 1497 0.003800 10.0.0.43 - - [2024-10-17 02:44:56] "GET /routing-instance/146371a2-4c9d-46eb-ad9a-d3a0a1906e49 HTTP/1.1" 200 1497 0.003678 10.0.0.43 - - [2024-10-17 02:44:56] "GET /route-target/1bccd59f-e5ca-472f-9bcd-c1d8cc58d6fe HTTP/1.1" 200 1214 0.004140 10.0.0.43 - - [2024-10-17 02:44:56] "GET /domains HTTP/1.1" 200 280 0.005964 10.0.0.43 - - [2024-10-17 02:44:56] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002771 10.0.0.43 - - [2024-10-17 02:44:56] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed HTTP/1.1" 200 2760 0.014221 10.0.0.43 - - [2024-10-17 02:44:56] "GET /projects?obj_uuids=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001439 10.0.0.43 - - [2024-10-17 02:44:56] "GET /project/ab1675f3-83d8-4736-b48e-fce53712e8e5 HTTP/1.1" 200 2518 0.072501 10.0.0.43 - - [2024-10-17 02:44:56] "GET /virtual-network/8ebd5fd8-e887-4e6f-b7bf-6581789ddf67 HTTP/1.1" 200 2322 0.003880 10.0.0.43 - - [2024-10-17 02:44:56] "GET /obj-perms HTTP/1.1" 200 5026 0.004450 10.0.0.43 - - [2024-10-17 02:44:56] "POST /id-to-fqname HTTP/1.1" 200 223 0.001776 10.0.0.43 - - [2024-10-17 02:44:56] "POST /neutron/network HTTP/1.1" 200 842 0.007158 10.0.0.43 - - [2024-10-17 02:44:56] "GET /aaa-mode HTTP/1.1" 401 292 0.000514 10.0.0.43 - - [2024-10-17 02:44:57] "GET / HTTP/1.1" 200 35931 0.002344 10.0.0.43 - - [2024-10-17 02:44:57] "GET /project/ab1675f3-83d8-4736-b48e-fce53712e8e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000512 10.0.0.43 - - [2024-10-17 02:44:57] "GET /projects?obj_uuids=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001422 10.0.0.43 - - [2024-10-17 02:44:57] "GET /project/ab1675f3-83d8-4736-b48e-fce53712e8e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.061239 10.0.0.43 - - [2024-10-17 02:44:57] "POST /neutron/network HTTP/1.1" 200 832 0.007088 10.0.0.43 - - [2024-10-17 02:44:57] "POST /neutron/port HTTP/1.1" 200 117 0.007421 10.0.0.43 - - [2024-10-17 02:44:57] "POST /neutron/port HTTP/1.1" 200 117 0.005729 10.0.0.43 - - [2024-10-17 02:44:57] "POST /id-to-fqname HTTP/1.1" 200 224 0.001881 10.0.0.43 - - [2024-10-17 02:44:57] "POST /neutron/port HTTP/1.1" 200 117 0.009966 10.0.0.43 - - [2024-10-17 02:44:58] "POST /neutron/network HTTP/1.1" 200 843 0.007016 10.0.0.43 - - [2024-10-17 02:44:58] "GET /aaa-mode HTTP/1.1" 401 292 0.000698 10.0.0.43 - - [2024-10-17 02:44:58] "POST /neutron/network HTTP/1.1" 200 842 0.006993 10.0.0.43 - - [2024-10-17 02:44:58] "GET /projects?obj_uuids=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001668 10.0.0.43 - - [2024-10-17 02:44:58] "GET / HTTP/1.1" 200 35931 0.003753 10.0.0.43 - - [2024-10-17 02:44:58] "GET /project/ab1675f3-83d8-4736-b48e-fce53712e8e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.003241 10.0.0.43 - - [2024-10-17 02:44:58] "POST /neutron/port HTTP/1.1" 200 1058 0.300328 10.0.0.43 - - [2024-10-17 02:44:58] "POST /neutron/port HTTP/1.1" 200 1058 0.020399 10.0.0.43 - - [2024-10-17 02:44:58] "POST /neutron/port HTTP/1.1" 200 1058 0.011590 10.0.0.43 - - [2024-10-17 02:44:58] "POST /neutron/port HTTP/1.1" 200 1112 0.073029 10.0.0.43 - - [2024-10-17 02:44:58] "POST /neutron/port HTTP/1.1" 200 1086 0.021024 10.0.0.43 - - [2024-10-17 02:44:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008778 10.0.0.43 - - [2024-10-17 02:44:58] "POST /neutron/subnet HTTP/1.1" 200 699 0.016573 10.0.0.43 - - [2024-10-17 02:44:58] "GET /projects?obj_uuids=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001951 10.0.0.43 - - [2024-10-17 02:44:58] "POST /neutron/port HTTP/1.1" 200 117 0.001550 10.0.0.43 - - [2024-10-17 02:44:58] "GET /project/ab1675f3-83d8-4736-b48e-fce53712e8e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.072564 10.0.0.43 - - [2024-10-17 02:44:58] "POST /neutron/network HTTP/1.1" 200 832 0.006359 10.0.0.43 - - [2024-10-17 02:44:58] "POST /neutron/network HTTP/1.1" 200 833 0.008873 10.0.0.43 - - [2024-10-17 02:44:59] "POST /neutron/port HTTP/1.1" 200 1086 0.018566 10.0.0.43 - - [2024-10-17 02:44:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007929 10.0.0.43 - - [2024-10-17 02:44:59] "POST /neutron/port HTTP/1.1" 200 117 0.011624 10.0.0.43 - - [2024-10-17 02:44:59] "POST /fqname-to-id HTTP/1.1" 404 193 0.003253 10.0.0.43 - - [2024-10-17 02:44:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.43 - - [2024-10-17 02:44:59] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.005663 10.0.0.43 - - [2024-10-17 02:44:59] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.013459 10.0.0.43 - - [2024-10-17 02:44:59] "POST /service-templates HTTP/1.1" 200 543 0.027319 10.0.0.43 - - [2024-10-17 02:44:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.43 - - [2024-10-17 02:44:59] "GET /service-template/2d11667c-dd5d-4220-bee2-0b117fab5d9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.005913 10.0.0.43 - - [2024-10-17 02:44:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004857 10.0.0.43 - - [2024-10-17 02:44:59] "GET /service-template/2d11667c-dd5d-4220-bee2-0b117fab5d9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004028 10.0.0.43 - - [2024-10-17 02:44:59] "POST /id-to-fqname HTTP/1.1" 200 223 0.001697 10.0.0.43 - - [2024-10-17 02:44:59] "POST /neutron/network HTTP/1.1" 200 843 0.007466 10.0.0.43 - - [2024-10-17 02:44:59] "GET /projects?obj_uuids=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002002 10.0.0.43 - - [2024-10-17 02:44:59] "POST /id-to-fqname HTTP/1.1" 200 223 0.003026 10.0.0.43 - - [2024-10-17 02:44:59] "POST /id-to-fqname HTTP/1.1" 200 224 0.005848 10.0.0.43 - - [2024-10-17 02:44:59] "POST /neutron/port HTTP/1.1" 200 2001 0.065275 10.0.0.43 - - [2024-10-17 02:44:59] "POST /neutron/port HTTP/1.1" 200 1057 0.324178 10.0.0.43 - - [2024-10-17 02:45:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.023756 10.0.0.43 - - [2024-10-17 02:45:00] "POST /neutron/port HTTP/1.1" 200 1057 0.011454 10.0.0.43 - - [2024-10-17 02:45:00] "POST /neutron/port HTTP/1.1" 200 1057 0.013510 10.0.0.43 - - [2024-10-17 02:45:00] "POST /neutron/port HTTP/1.1" 200 1111 0.112384 10.0.0.43 - - [2024-10-17 02:45:00] "POST /neutron/port HTTP/1.1" 200 1085 0.018203 10.0.0.43 - - [2024-10-17 02:45:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005152 10.0.0.43 - - [2024-10-17 02:45:00] "POST /neutron/subnet HTTP/1.1" 200 694 0.013928 10.0.0.43 - - [2024-10-17 02:45:00] "POST /neutron/port HTTP/1.1" 200 117 0.001973 10.0.0.43 - - [2024-10-17 02:45:00] "POST /neutron/network HTTP/1.1" 200 833 0.006751 10.0.0.43 - - [2024-10-17 02:45:00] "POST /neutron/network HTTP/1.1" 200 2219 0.023298 10.0.0.43 - - [2024-10-17 02:45:00] "GET /aaa-mode HTTP/1.1" 401 292 0.000592 10.0.0.43 - - [2024-10-17 02:45:01] "GET / HTTP/1.1" 200 35931 0.002588 10.0.0.43 - - [2024-10-17 02:45:01] "GET /project/ab1675f3-83d8-4736-b48e-fce53712e8e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000719 10.0.0.43 - - [2024-10-17 02:45:01] "GET /projects?obj_uuids=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001705 10.0.0.43 - - [2024-10-17 02:45:01] "GET /project/ab1675f3-83d8-4736-b48e-fce53712e8e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.061069 10.0.0.43 - - [2024-10-17 02:45:01] "POST /neutron/network HTTP/1.1" 200 829 0.006413 10.0.0.43 - - [2024-10-17 02:45:01] "POST /neutron/network HTTP/1.1" 200 832 0.006506 10.0.0.43 - - [2024-10-17 02:45:01] "POST /neutron/network HTTP/1.1" 200 833 0.008025 10.0.0.43 - - [2024-10-17 02:45:01] "POST /neutron/port HTTP/1.1" 200 2055 0.040034 10.0.0.43 - - [2024-10-17 02:45:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013786 10.0.0.43 - - [2024-10-17 02:45:02] "POST /neutron/port HTTP/1.1" 200 117 0.014079 10.0.0.43 - - [2024-10-17 02:45:02] "POST /neutron/port HTTP/1.1" 200 117 0.006548 10.0.0.43 - - [2024-10-17 02:45:02] "POST /neutron/network HTTP/1.1" 200 2219 0.030545 10.0.0.43 - - [2024-10-17 02:45:02] "GET /projects?obj_uuids=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001594 10.0.0.43 - - [2024-10-17 02:45:02] "POST /neutron/port HTTP/1.1" 200 1055 0.401608 10.0.0.43 - - [2024-10-17 02:45:03] "GET /projects?obj_uuids=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002218 10.0.0.43 - - [2024-10-17 02:45:03] "POST /neutron/port HTTP/1.1" 200 1058 0.241805 10.0.0.43 - - [2024-10-17 02:45:03] "GET /projects?obj_uuids=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001481 10.0.0.43 - - [2024-10-17 02:45:03] "POST /neutron/port HTTP/1.1" 200 1057 0.275504 10.0.0.43 - - [2024-10-17 02:45:03] "POST /neutron/port HTTP/1.1" 200 1055 0.019750 10.0.0.43 - - [2024-10-17 02:45:03] "POST /neutron/port HTTP/1.1" 200 1055 0.012373 10.0.0.43 - - [2024-10-17 02:45:03] "POST /neutron/port HTTP/1.1" 200 1109 0.099428 10.0.0.43 - - [2024-10-17 02:45:03] "POST /neutron/port HTTP/1.1" 200 1058 0.015049 10.0.0.43 - - [2024-10-17 02:45:03] "POST /neutron/port HTTP/1.1" 200 1058 0.022969 10.0.0.43 - - [2024-10-17 02:45:03] "POST /neutron/port HTTP/1.1" 200 1112 0.140461 10.0.0.43 - - [2024-10-17 02:45:04] "POST /neutron/port HTTP/1.1" 200 1057 0.011651 10.0.0.43 - - [2024-10-17 02:45:04] "POST /neutron/port HTTP/1.1" 200 1057 0.011823 10.0.0.43 - - [2024-10-17 02:45:04] "POST /neutron/port HTTP/1.1" 200 1111 0.087825 10.0.0.43 - - [2024-10-17 02:45:04] "POST /neutron/port HTTP/1.1" 200 3021 0.034370 10.0.0.43 - - [2024-10-17 02:45:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004539 10.0.0.43 - - [2024-10-17 02:45:04] "POST /neutron/subnet HTTP/1.1" 200 684 0.013181 10.0.0.43 - - [2024-10-17 02:45:04] "POST /neutron/port HTTP/1.1" 200 117 0.001554 10.0.0.43 - - [2024-10-17 02:45:04] "POST /neutron/network HTTP/1.1" 200 829 0.008883 10.0.0.43 - - [2024-10-17 02:45:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006338 10.0.0.43 - - [2024-10-17 02:45:04] "POST /neutron/subnet HTTP/1.1" 200 699 0.014456 10.0.0.43 - - [2024-10-17 02:45:04] "POST /neutron/port HTTP/1.1" 200 117 0.001577 10.0.0.43 - - [2024-10-17 02:45:04] "POST /neutron/network HTTP/1.1" 200 832 0.007263 10.0.0.43 - - [2024-10-17 02:45:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004405 10.0.0.43 - - [2024-10-17 02:45:04] "POST /neutron/subnet HTTP/1.1" 200 694 0.013619 10.0.0.43 - - [2024-10-17 02:45:04] "POST /neutron/port HTTP/1.1" 200 117 0.001648 10.0.0.43 - - [2024-10-17 02:45:04] "POST /neutron/network HTTP/1.1" 200 833 0.008473 10.0.0.43 - - [2024-10-17 02:45:07] "POST /neutron/port HTTP/1.1" 200 3021 0.023998 10.0.0.43 - - [2024-10-17 02:45:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008164 10.0.0.43 - - [2024-10-17 02:45:07] "POST /neutron/port HTTP/1.1" 200 3021 0.023349 10.0.0.43 - - [2024-10-17 02:45:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008058 10.0.0.43 - - [2024-10-17 02:45:07] "POST /neutron/port HTTP/1.1" 200 3021 0.043104 10.0.0.43 - - [2024-10-17 02:45:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009239 10.0.0.43 - - [2024-10-17 02:45:07] "POST /neutron/port HTTP/1.1" 200 3021 0.038878 10.0.0.43 - - [2024-10-17 02:45:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012118 10.0.0.43 - - [2024-10-17 02:45:07] "POST /neutron/port HTTP/1.1" 200 3021 0.047037 10.0.0.43 - - [2024-10-17 02:45:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012363 10.0.0.43 - - [2024-10-17 02:45:07] "GET /virtual-machine/be19a858-36ec-4664-86af-27e5ef08b8c6 HTTP/1.1" 200 1802 0.006421 10.0.0.43 - - [2024-10-17 02:45:07] "GET /virtual-machine-interface/4bc0c2e8-be3c-4b01-b9f0-f55cd97b07e1 HTTP/1.1" 200 2946 0.004053 10.0.0.43 - - [2024-10-17 02:45:07] "GET /virtual-machine-interface/7f4ca5e4-dfb4-4be5-a4c1-af0f1aa631c3 HTTP/1.1" 200 2946 0.003857 10.0.0.43 - - [2024-10-17 02:45:07] "GET /virtual-machine-interface/e34f2214-cacf-4022-a71a-652257171042 HTTP/1.1" 200 2950 0.005672 10.0.0.43 - - [2024-10-17 02:45:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004752 10.0.0.43 - - [2024-10-17 02:45:07] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004290 10.0.0.43 - - [2024-10-17 02:45:08] "GET /virtual-networks?parent_id=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004852 10.0.0.43 - - [2024-10-17 02:45:08] "GET /virtual-network/0914728a-817d-41a5-af35-6fc04a84028a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005680 10.0.0.43 - - [2024-10-17 02:45:09] "POST /neutron/port HTTP/1.1" 200 1086 0.018581 10.0.0.43 - - [2024-10-17 02:45:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006816 10.0.0.43 - - [2024-10-17 02:45:10] "POST /neutron/port HTTP/1.1" 200 1085 0.019599 10.0.0.43 - - [2024-10-17 02:45:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008125 10.0.0.43 - - [2024-10-17 02:45:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.43 - - [2024-10-17 02:45:11] "GET /virtual-network/0914728a-817d-41a5-af35-6fc04a84028a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004326 10.0.0.43 - - [2024-10-17 02:45:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004337 10.0.0.43 - - [2024-10-17 02:45:15] "GET /virtual-network/0914728a-817d-41a5-af35-6fc04a84028a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004725 10.0.0.43 - - [2024-10-17 02:45:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.43 - - [2024-10-17 02:45:19] "GET /virtual-network/0914728a-817d-41a5-af35-6fc04a84028a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.003750 10.0.0.43 - - [2024-10-17 02:45:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.43 - - [2024-10-17 02:45:23] "GET /virtual-network/0914728a-817d-41a5-af35-6fc04a84028a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.003612 10.0.0.43 - - [2024-10-17 02:45:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.43 - - [2024-10-17 02:45:25] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004113 10.0.0.43 - - [2024-10-17 02:45:25] "GET /virtual-networks?parent_id=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003673 10.0.0.43 - - [2024-10-17 02:45:25] "GET /virtual-network/0914728a-817d-41a5-af35-6fc04a84028a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004270 10.0.0.43 - - [2024-10-17 02:45:25] "POST /neutron/port HTTP/1.1" 200 3021 0.024817 10.0.0.43 - - [2024-10-17 02:45:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008591 10.0.0.43 - - [2024-10-17 02:45:27] "DELETE /project/ab1675f383d84736b48efce53712e8e5 HTTP/1.1" 404 173 0.009423 10.0.0.43 - - [2024-10-17 02:45:27] "GET /projects?obj_uuids=5abf2c62-7ee9-4d4d-a94c-0477658e2419&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001839 10.0.0.43 - - [2024-10-17 02:45:27] "GET /project/5abf2c62-7ee9-4d4d-a94c-0477658e2419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.028057 10.0.0.43 - - [2024-10-17 02:45:27] "GET /projects?obj_uuids=5abf2c62-7ee9-4d4d-a94c-0477658e2419&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001891 10.0.0.43 - - [2024-10-17 02:45:27] "GET /project/5abf2c62-7ee9-4d4d-a94c-0477658e2419?fields=security_groups HTTP/1.1" 200 1369 0.071461 10.0.0.43 - - [2024-10-17 02:45:27] "DELETE /security-group/c628540a-6c44-4d6c-a261-6b37a353410f HTTP/1.1" 200 115 0.034388 10.0.0.43 - - [2024-10-17 02:45:27] "GET /projects?obj_uuids=5abf2c62-7ee9-4d4d-a94c-0477658e2419&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001432 10.0.0.43 - - [2024-10-17 02:45:27] "GET /project/5abf2c62-7ee9-4d4d-a94c-0477658e2419?fields=application_policy_sets HTTP/1.1" 200 1408 0.029570 10.0.0.43 - - [2024-10-17 02:45:27] "DELETE /access-control-list/e3836d32-a242-421c-908b-5f7be77c96e4 HTTP/1.1" 200 115 0.044135 10.0.0.43 - - [2024-10-17 02:45:27] "DELETE /access-control-list/c4cc09a9-d2d6-4da9-a3ec-7bfc58484c2d HTTP/1.1" 200 115 0.026505 10.0.0.43 - - [2024-10-17 02:45:27] "DELETE /project/5abf2c62-7ee9-4d4d-a94c-0477658e2419 HTTP/1.1" 200 115 0.328650 10.0.0.43 - - [2024-10-17 02:45:31] "POST /neutron/port HTTP/1.1" 200 3021 0.022698 10.0.0.43 - - [2024-10-17 02:45:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007454 10.0.0.43 - - [2024-10-17 02:45:35] "POST /neutron/port HTTP/1.1" 200 3021 0.022233 10.0.0.43 - - [2024-10-17 02:45:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007339 10.0.0.43 - - [2024-10-17 02:45:36] "POST /neutron/port HTTP/1.1" 200 3021 0.025982 10.0.0.43 - - [2024-10-17 02:45:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007515 10.0.0.43 - - [2024-10-17 02:45:36] "GET /obj-perms HTTP/1.1" 200 5056 0.055868 10.0.0.43 - - [2024-10-17 02:45:37] "GET /obj-perms HTTP/1.1" 200 5056 0.055079 10.0.0.43 - - [2024-10-17 02:45:41] "POST /neutron/port HTTP/1.1" 200 3021 0.023857 10.0.0.43 - - [2024-10-17 02:45:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008164 10.0.0.43 - - [2024-10-17 02:45:46] "POST /neutron/port HTTP/1.1" 200 3021 0.025806 10.0.0.43 - - [2024-10-17 02:45:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009256 10.0.0.43 - - [2024-10-17 02:45:50] "POST /neutron/port HTTP/1.1" 200 1086 0.021683 10.0.0.43 - - [2024-10-17 02:45:50] "POST /neutron/port HTTP/1.1" 200 1086 0.019610 10.0.0.43 - - [2024-10-17 02:45:50] "POST /neutron/network HTTP/1.1" 200 842 0.007383 10.0.0.43 - - [2024-10-17 02:45:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005171 10.0.0.43 - - [2024-10-17 02:45:50] "POST /neutron/subnet HTTP/1.1" 200 699 0.013357 10.0.0.43 - - [2024-10-17 02:45:50] "POST /neutron/port HTTP/1.1" 200 117 0.001719 10.0.0.43 - - [2024-10-17 02:45:50] "POST /neutron/network HTTP/1.1" 200 832 0.007934 10.0.0.43 - - [2024-10-17 02:45:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004294 10.0.0.43 - - [2024-10-17 02:45:51] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004736 10.0.0.43 - - [2024-10-17 02:45:51] "GET /virtual-networks?parent_id=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004517 10.0.0.43 - - [2024-10-17 02:45:51] "GET /virtual-network/20b17fcb-ca36-4e36-a3a9-e47617d47264?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004003 10.0.0.43 - - [2024-10-17 02:45:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004350 10.0.0.43 - - [2024-10-17 02:45:52] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004053 10.0.0.43 - - [2024-10-17 02:45:52] "GET /virtual-networks?parent_id=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.005147 10.0.0.43 - - [2024-10-17 02:45:52] "GET /virtual-network/8ebd5fd8-e887-4e6f-b7bf-6581789ddf67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005111 10.0.0.43 - - [2024-10-17 02:45:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.003582 10.0.0.43 - - [2024-10-17 02:45:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.43 - - [2024-10-17 02:45:52] "GET /projects?obj_uuids=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001956 10.0.0.43 - - [2024-10-17 02:45:52] "GET /project/ab1675f3-83d8-4736-b48e-fce53712e8e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.028449 10.0.0.43 - - [2024-10-17 02:45:52] "POST /service-instances HTTP/1.1" 200 543 0.067620 10.0.0.43 - - [2024-10-17 02:45:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.43 - - [2024-10-17 02:45:52] "GET /service-instance/4a3d814d-8704-45cc-98f3-021bce5dec7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.006068 10.0.0.43 - - [2024-10-17 02:45:52] "POST /port-tuples HTTP/1.1" 200 586 0.031325 10.0.0.43 - - [2024-10-17 02:45:52] "GET /virtual-machine-interface/4bc0c2e8-be3c-4b01-b9f0-f55cd97b07e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.004059 10.0.0.43 - - [2024-10-17 02:45:52] "PUT /virtual-machine-interface/4bc0c2e8-be3c-4b01-b9f0-f55cd97b07e1 HTTP/1.1" 200 284 0.014417 10.0.0.43 - - [2024-10-17 02:45:53] "POST /ref-update HTTP/1.1" 200 156 0.012968 10.0.0.43 - - [2024-10-17 02:45:53] "POST /instance-ips HTTP/1.1" 200 385 0.027698 10.0.0.43 - - [2024-10-17 02:45:53] "GET /virtual-machine-interface/7f4ca5e4-dfb4-4be5-a4c1-af0f1aa631c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.005440 10.0.0.43 - - [2024-10-17 02:45:53] "POST /ref-update HTTP/1.1" 200 156 0.016078 10.0.0.43 - - [2024-10-17 02:45:53] "PUT /virtual-machine-interface/7f4ca5e4-dfb4-4be5-a4c1-af0f1aa631c3 HTTP/1.1" 200 284 0.016471 10.0.0.43 - - [2024-10-17 02:45:53] "POST /ref-update HTTP/1.1" 200 156 0.013679 10.0.0.43 - - [2024-10-17 02:45:53] "POST /ref-update HTTP/1.1" 200 156 0.010695 10.0.0.43 - - [2024-10-17 02:45:53] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004361 10.0.0.43 - - [2024-10-17 02:45:53] "GET /virtual-machine-interface/e34f2214-cacf-4022-a71a-652257171042?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2729 0.003572 10.0.0.43 - - [2024-10-17 02:45:53] "POST /instance-ips HTTP/1.1" 200 385 0.024548 10.0.0.43 - - [2024-10-17 02:45:53] "PUT /virtual-machine-interface/e34f2214-cacf-4022-a71a-652257171042 HTTP/1.1" 200 284 0.011651 10.0.0.43 - - [2024-10-17 02:45:53] "POST /ref-update HTTP/1.1" 200 156 0.009713 10.0.0.43 - - [2024-10-17 02:45:53] "POST /ref-update HTTP/1.1" 200 156 0.011236 10.0.0.43 - - [2024-10-17 02:45:53] "POST /ref-update HTTP/1.1" 200 156 0.012834 10.0.0.43 - - [2024-10-17 02:45:53] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003581 10.0.0.43 - - [2024-10-17 02:45:53] "POST /neutron/port HTTP/1.1" 200 1086 0.017791 10.0.0.43 - - [2024-10-17 02:45:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007261 10.0.0.43 - - [2024-10-17 02:45:53] "POST /instance-ips HTTP/1.1" 200 373 0.019824 10.0.0.43 - - [2024-10-17 02:45:53] "POST /neutron/port HTTP/1.1" 200 1086 0.016083 10.0.0.43 - - [2024-10-17 02:45:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010347 10.0.0.43 - - [2024-10-17 02:45:53] "POST /ref-update HTTP/1.1" 200 156 0.012202 10.0.0.43 - - [2024-10-17 02:45:53] "POST /ref-update HTTP/1.1" 200 156 0.011186 10.0.0.43 - - [2024-10-17 02:45:53] "POST /neutron/port HTTP/1.1" 200 1086 0.023411 10.0.0.43 - - [2024-10-17 02:45:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007406 10.0.0.43 - - [2024-10-17 02:45:53] "GET /virtual-machine/1f193249-f352-4185-94d6-b6ba1f3c1faa HTTP/1.1" 200 1290 0.004838 10.0.0.43 - - [2024-10-17 02:45:53] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002563 10.0.0.43 - - [2024-10-17 02:45:53] "GET /virtual-machine-interface/fcc1496c-7e3c-446c-b154-b601546887f9 HTTP/1.1" 200 2947 0.003243 10.0.0.43 - - [2024-10-17 02:45:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.43 - - [2024-10-17 02:45:53] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003719 10.0.0.43 - - [2024-10-17 02:45:53] "POST /instance-ips HTTP/1.1" 200 373 0.015649 10.0.0.43 - - [2024-10-17 02:45:53] "GET /virtual-networks?parent_id=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003574 10.0.0.43 - - [2024-10-17 02:45:53] "POST /ref-update HTTP/1.1" 200 156 0.010971 10.0.0.43 - - [2024-10-17 02:45:53] "GET /virtual-network/20b17fcb-ca36-4e36-a3a9-e47617d47264?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004194 10.0.0.43 - - [2024-10-17 02:45:53] "POST /ref-update HTTP/1.1" 200 156 0.010756 10.0.0.43 - - [2024-10-17 02:45:53] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003559 10.0.0.43 - - [2024-10-17 02:45:53] "POST /instance-ips HTTP/1.1" 200 375 0.021240 10.0.0.43 - - [2024-10-17 02:45:54] "POST /ref-update HTTP/1.1" 200 156 0.011060 10.0.0.43 - - [2024-10-17 02:45:54] "POST /ref-update HTTP/1.1" 200 156 0.011343 10.0.0.43 - - [2024-10-17 02:45:54] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003701 10.0.0.43 - - [2024-10-17 02:45:54] "POST /instance-ips HTTP/1.1" 200 375 0.020490 10.0.0.43 - - [2024-10-17 02:45:54] "POST /ref-update HTTP/1.1" 200 156 0.011212 10.0.0.43 - - [2024-10-17 02:45:54] "POST /ref-update HTTP/1.1" 200 156 0.010041 10.0.0.43 - - [2024-10-17 02:45:54] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003546 10.0.0.43 - - [2024-10-17 02:45:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.43 - - [2024-10-17 02:45:54] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003126 10.0.0.43 - - [2024-10-17 02:45:54] "GET /virtual-networks?parent_id=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003558 10.0.0.43 - - [2024-10-17 02:45:55] "GET /virtual-network/20b17fcb-ca36-4e36-a3a9-e47617d47264?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004629 10.0.0.43 - - [2024-10-17 02:45:55] "POST /neutron/port HTTP/1.1" 200 1085 0.020059 10.0.0.43 - - [2024-10-17 02:45:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007941 10.0.0.43 - - [2024-10-17 02:45:55] "POST /neutron/port HTTP/1.1" 200 1085 0.017518 10.0.0.43 - - [2024-10-17 02:45:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008188 10.0.0.43 - - [2024-10-17 02:45:55] "POST /neutron/port HTTP/1.1" 200 1085 0.017328 10.0.0.43 - - [2024-10-17 02:45:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010675 10.0.0.43 - - [2024-10-17 02:45:55] "GET /virtual-machine/f6b9ee3d-10d5-4184-b87e-bd449ce95bb2 HTTP/1.1" 200 1291 0.005224 10.0.0.43 - - [2024-10-17 02:45:55] "GET /virtual-machine-interface/fb592574-69cb-4ea4-8352-2b6704bb8c0f HTTP/1.1" 200 2949 0.003315 10.0.0.43 - - [2024-10-17 02:45:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.43 - - [2024-10-17 02:45:55] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003392 10.0.0.43 - - [2024-10-17 02:45:55] "GET /virtual-networks?parent_id=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003559 10.0.0.43 - - [2024-10-17 02:45:55] "GET /virtual-network/8ebd5fd8-e887-4e6f-b7bf-6581789ddf67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.003751 10.0.0.43 - - [2024-10-17 02:45:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004404 10.0.0.43 - - [2024-10-17 02:45:56] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003774 10.0.0.43 - - [2024-10-17 02:45:56] "GET /virtual-networks?parent_id=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004760 10.0.0.43 - - [2024-10-17 02:45:56] "GET /virtual-network/8ebd5fd8-e887-4e6f-b7bf-6581789ddf67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004536 10.0.0.43 - - [2024-10-17 02:45:57] "POST /fqname-to-id HTTP/1.1" 404 211 0.003983 10.0.0.43 - - [2024-10-17 02:45:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.43 - - [2024-10-17 02:45:57] "GET /projects?obj_uuids=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002198 10.0.0.43 - - [2024-10-17 02:45:57] "GET /project/ab1675f3-83d8-4736-b48e-fce53712e8e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.036244 10.0.0.43 - - [2024-10-17 02:45:57] "POST /network-policys HTTP/1.1" 200 547 0.024859 10.0.0.43 - - [2024-10-17 02:45:57] "GET /network-policy/4c95aabe-aa93-4dba-ac50-a980ef558acd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.005574 10.0.0.43 - - [2024-10-17 02:45:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.43 - - [2024-10-17 02:45:57] "GET /virtual-network/20b17fcb-ca36-4e36-a3a9-e47617d47264?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004082 10.0.0.43 - - [2024-10-17 02:45:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004195 10.0.0.43 - - [2024-10-17 02:45:57] "GET /network-policy/4c95aabe-aa93-4dba-ac50-a980ef558acd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004898 10.0.0.43 - - [2024-10-17 02:45:57] "POST /fqname-to-id HTTP/1.1" 404 242 0.008981 10.0.0.43 - - [2024-10-17 02:45:57] "POST /ref-update HTTP/1.1" 200 156 0.049428 10.0.0.43 - - [2024-10-17 02:45:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004259 10.0.0.43 - - [2024-10-17 02:45:57] "POST /access-control-lists HTTP/1.1" 200 601 0.074367 10.0.0.43 - - [2024-10-17 02:45:57] "GET /network-policy/4c95aabe-aa93-4dba-ac50-a980ef558acd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004012 10.0.0.43 - - [2024-10-17 02:45:57] "POST /neutron/network HTTP/1.1" 200 920 0.013588 10.0.0.43 - - [2024-10-17 02:45:57] "GET /virtual-network/20b17fcb-ca36-4e36-a3a9-e47617d47264?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.004110 10.0.0.43 - - [2024-10-17 02:45:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.43 - - [2024-10-17 02:45:57] "GET /network-policy/4c95aabe-aa93-4dba-ac50-a980ef558acd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004386 10.0.0.43 - - [2024-10-17 02:45:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.43 - - [2024-10-17 02:45:57] "GET /virtual-network/8ebd5fd8-e887-4e6f-b7bf-6581789ddf67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004465 10.0.0.43 - - [2024-10-17 02:45:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004326 10.0.0.43 - - [2024-10-17 02:45:58] "GET /network-policy/4c95aabe-aa93-4dba-ac50-a980ef558acd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003994 10.0.0.43 - - [2024-10-17 02:45:58] "POST /fqname-to-id HTTP/1.1" 404 244 0.004957 10.0.0.43 - - [2024-10-17 02:45:58] "POST /ref-update HTTP/1.1" 200 156 0.039011 10.0.0.43 - - [2024-10-17 02:45:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004674 10.0.0.43 - - [2024-10-17 02:45:58] "POST /access-control-lists HTTP/1.1" 200 604 0.068192 10.0.0.43 - - [2024-10-17 02:45:58] "GET /network-policy/4c95aabe-aa93-4dba-ac50-a980ef558acd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004226 10.0.0.43 - - [2024-10-17 02:45:58] "POST /routing-instances HTTP/1.1" 200 759 0.019607 10.0.0.43 - - [2024-10-17 02:45:58] "POST /neutron/network HTTP/1.1" 200 921 0.009850 10.0.0.43 - - [2024-10-17 02:45:58] "GET /virtual-network/8ebd5fd8-e887-4e6f-b7bf-6581789ddf67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004148 10.0.0.43 - - [2024-10-17 02:45:58] "POST /route-targets HTTP/1.1" 200 327 0.013433 10.0.0.43 - - [2024-10-17 02:45:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004325 10.0.0.43 - - [2024-10-17 02:45:58] "POST /ref-update HTTP/1.1" 200 156 0.012693 10.0.0.43 - - [2024-10-17 02:45:58] "GET /network-policy/4c95aabe-aa93-4dba-ac50-a980ef558acd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003894 10.0.0.43 - - [2024-10-17 02:45:58] "GET /routing-instance/c33dc3b9-cb6f-409e-8999-cf18d889c691?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.003678 10.0.0.43 - - [2024-10-17 02:45:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.43 - - [2024-10-17 02:45:58] "GET /routing-instance/c33dc3b9-cb6f-409e-8999-cf18d889c691?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.003381 10.0.0.43 - - [2024-10-17 02:45:58] "GET /service-template/2d11667c-dd5d-4220-bee2-0b117fab5d9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003530 10.0.0.43 - - [2024-10-17 02:45:58] "POST /ref-update HTTP/1.1" 200 156 0.014503 10.0.0.43 - - [2024-10-17 02:45:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.43 - - [2024-10-17 02:45:58] "GET /projects?obj_uuids=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001609 10.0.0.43 - - [2024-10-17 02:45:58] "POST /routing-instances HTTP/1.1" 200 760 0.026963 10.0.0.43 - - [2024-10-17 02:45:58] "GET /project/ab1675f3-83d8-4736-b48e-fce53712e8e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.033338 10.0.0.43 - - [2024-10-17 02:45:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.43 - - [2024-10-17 02:45:58] "POST /route-targets HTTP/1.1" 200 327 0.017245 10.0.0.43 - - [2024-10-17 02:45:58] "GET /service-instance/4a3d814d-8704-45cc-98f3-021bce5dec7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3529 0.008616 10.0.0.43 - - [2024-10-17 02:45:58] "POST /ref-update HTTP/1.1" 200 156 0.014504 10.0.0.43 - - [2024-10-17 02:45:58] "GET /domains HTTP/1.1" 200 280 0.003353 10.0.0.43 - - [2024-10-17 02:45:58] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001389 10.0.0.43 - - [2024-10-17 02:45:58] "GET /routing-instance/b6c1db86-a8e8-46ea-a5cd-c655b3ec6bed?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1279 0.006217 10.0.0.43 - - [2024-10-17 02:45:58] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed HTTP/1.1" 200 2772 0.012308 10.0.0.43 - - [2024-10-17 02:45:58] "GET /projects?obj_uuids=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001446 10.0.0.43 - - [2024-10-17 02:45:58] "GET /routing-instance/b6c1db86-a8e8-46ea-a5cd-c655b3ec6bed?fields=routing_policy_back_refs HTTP/1.1" 200 1279 0.004748 10.0.0.43 - - [2024-10-17 02:45:58] "GET /project/ab1675f3-83d8-4736-b48e-fce53712e8e5 HTTP/1.1" 200 4234 0.069609 10.0.0.43 - - [2024-10-17 02:45:58] "GET /service-instance/4a3d814d-8704-45cc-98f3-021bce5dec7e HTTP/1.1" 200 3783 0.005477 10.0.0.43 - - [2024-10-17 02:45:58] "GET /domains HTTP/1.1" 200 280 0.004054 10.0.0.43 - - [2024-10-17 02:45:58] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001538 10.0.0.43 - - [2024-10-17 02:45:58] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed HTTP/1.1" 200 2772 0.009912 10.0.0.43 - - [2024-10-17 02:45:58] "PUT /routing-instance/c33dc3b9-cb6f-409e-8999-cf18d889c691 HTTP/1.1" 200 266 0.018518 10.0.0.43 - - [2024-10-17 02:45:58] "GET /projects?obj_uuids=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001877 10.0.0.43 - - [2024-10-17 02:45:59] "PUT /routing-instance/b6c1db86-a8e8-46ea-a5cd-c655b3ec6bed HTTP/1.1" 200 266 0.013660 10.0.0.43 - - [2024-10-17 02:45:59] "GET /project/ab1675f3-83d8-4736-b48e-fce53712e8e5 HTTP/1.1" 200 4234 0.079270 10.0.0.43 - - [2024-10-17 02:45:59] "GET /service-instance/4a3d814d-8704-45cc-98f3-021bce5dec7e HTTP/1.1" 200 3783 0.005098 10.0.0.43 - - [2024-10-17 02:45:59] "GET /port-tuple/e8a9ba2c-bc56-4493-9c33-a1e64047eb78 HTTP/1.1" 200 1980 0.005371 10.0.0.43 - - [2024-10-17 02:45:59] "POST /ref-update HTTP/1.1" 200 156 0.014468 10.0.0.43 - - [2024-10-17 02:45:59] "GET /virtual-machine-interface/4bc0c2e8-be3c-4b01-b9f0-f55cd97b07e1 HTTP/1.1" 200 3816 0.004288 10.0.0.43 - - [2024-10-17 02:45:59] "GET /virtual-machine-interface/7f4ca5e4-dfb4-4be5-a4c1-af0f1aa631c3 HTTP/1.1" 200 3798 0.004524 10.0.0.43 - - [2024-10-17 02:45:59] "GET /virtual-machine-interface/e34f2214-cacf-4022-a71a-652257171042 HTTP/1.1" 200 3805 0.006632 10.0.0.43 - - [2024-10-17 02:45:59] "PUT /access-control-list/0ce6bb6c-7461-4b2d-beec-567a53a6cc4c HTTP/1.1" 200 272 0.014425 10.0.0.43 - - [2024-10-17 02:45:59] "PUT /access-control-list/f3af8ece-6a47-441d-807b-5c64edd9e2a9 HTTP/1.1" 200 272 0.027902 10.0.0.43 - - [2024-10-17 02:45:59] "POST /neutron/port HTTP/1.1" 200 3828 0.067764 10.0.0.43 - - [2024-10-17 02:45:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007977 10.0.0.43 - - [2024-10-17 02:45:59] "POST /neutron/port HTTP/1.1" 200 3828 0.039841 10.0.0.43 - - [2024-10-17 02:45:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008315 10.0.0.43 - - [2024-10-17 02:45:59] "POST /neutron/port HTTP/1.1" 200 3828 0.043767 10.0.0.43 - - [2024-10-17 02:45:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007602 10.0.0.43 - - [2024-10-17 02:45:59] "POST /neutron/port HTTP/1.1" 200 3828 0.055395 10.0.0.43 - - [2024-10-17 02:45:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007262 10.0.0.43 - - [2024-10-17 02:45:59] "POST /neutron/network HTTP/1.1" 200 894 0.015599 10.0.0.43 - - [2024-10-17 02:45:59] "POST /neutron/network HTTP/1.1" 200 920 0.009979 10.0.0.43 - - [2024-10-17 02:45:59] "POST /neutron/network HTTP/1.1" 200 803 0.026657 10.0.0.43 - - [2024-10-17 02:45:59] "POST /neutron/network HTTP/1.1" 200 829 0.006656 10.0.0.43 - - [2024-10-17 02:45:59] "POST /neutron/network HTTP/1.1" 200 895 0.015254 10.0.0.43 - - [2024-10-17 02:45:59] "POST /neutron/network HTTP/1.1" 200 921 0.006794 10.0.0.43 - - [2024-10-17 02:45:59] "POST /id-to-fqname HTTP/1.1" 200 223 0.001493 10.0.0.43 - - [2024-10-17 02:45:59] "POST /id-to-fqname HTTP/1.1" 200 223 0.001295 10.0.0.43 - - [2024-10-17 02:45:59] "POST /id-to-fqname HTTP/1.1" 200 224 0.001831 10.0.0.43 - - [2024-10-17 02:45:59] "GET /virtual-machine/be19a858-36ec-4664-86af-27e5ef08b8c6 HTTP/1.1" 200 1802 0.003870 10.0.0.43 - - [2024-10-17 02:45:59] "GET /virtual-machine-interface/4bc0c2e8-be3c-4b01-b9f0-f55cd97b07e1 HTTP/1.1" 200 3816 0.005175 10.0.0.43 - - [2024-10-17 02:45:59] "GET /virtual-machine-interface/7f4ca5e4-dfb4-4be5-a4c1-af0f1aa631c3 HTTP/1.1" 200 3798 0.003839 10.0.0.43 - - [2024-10-17 02:46:00] "GET /virtual-machine-interface/e34f2214-cacf-4022-a71a-652257171042 HTTP/1.1" 200 3805 0.005164 10.0.0.43 - - [2024-10-17 02:46:00] "GET /instance-ip/09efc9b7-38aa-41bd-96c7-34311f2148c0 HTTP/1.1" 200 1977 0.003614 10.0.0.43 - - [2024-10-17 02:46:00] "GET /instance-ip/8fe8b82d-b09b-4af8-b7bb-1cc5c082e040 HTTP/1.1" 200 1981 0.003451 10.0.0.43 - - [2024-10-17 02:46:00] "GET /instance-ip/ae70b6cc-8779-4465-b55f-fd47c68e9925 HTTP/1.1" 200 1619 0.005019 10.0.0.43 - - [2024-10-17 02:46:00] "GET /instance-ip/6359fcae-dc00-4adc-ba95-f1e58765c01b HTTP/1.1" 200 1956 0.004666 10.0.0.43 - - [2024-10-17 02:46:00] "GET /instance-ip/e13944c9-d271-43a0-bcd2-deb28858c07e HTTP/1.1" 200 1955 0.003570 10.0.0.43 - - [2024-10-17 02:46:00] "GET /instance-ip/fbe33625-1cef-4aa4-b975-2d2b86c7a868 HTTP/1.1" 200 1622 0.005250 10.0.0.43 - - [2024-10-17 02:46:00] "GET /instance-ip/45e3f4c0-8b1d-4946-a8d4-138413cb8d3e HTTP/1.1" 200 1960 0.003835 10.0.0.43 - - [2024-10-17 02:46:00] "GET /instance-ip/5207baf9-1ba2-4904-930a-7e5c2362f79a HTTP/1.1" 200 1958 0.003967 10.0.0.43 - - [2024-10-17 02:46:00] "GET /instance-ip/579e3cca-29c7-453e-a387-89b914dceb7a HTTP/1.1" 200 1621 0.004684 10.0.0.43 - - [2024-10-17 02:46:00] "POST /neutron/port HTTP/1.1" 200 3828 0.050447 10.0.0.43 - - [2024-10-17 02:46:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007894 10.0.0.43 - - [2024-10-17 02:46:00] "POST /neutron/port HTTP/1.1" 200 3828 0.041599 10.0.0.43 - - [2024-10-17 02:46:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007648 10.0.0.43 - - [2024-10-17 02:46:00] "POST /neutron/port HTTP/1.1" 200 3828 0.039663 10.0.0.43 - - [2024-10-17 02:46:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008325 10.0.0.43 - - [2024-10-17 02:46:00] "POST /neutron/port HTTP/1.1" 200 3828 0.039826 10.0.0.43 - - [2024-10-17 02:46:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007253 10.0.0.43 - - [2024-10-17 02:46:00] "GET /virtual-machine/be19a858-36ec-4664-86af-27e5ef08b8c6 HTTP/1.1" 200 1802 0.003473 10.0.0.43 - - [2024-10-17 02:46:00] "GET /virtual-machine-interface/4bc0c2e8-be3c-4b01-b9f0-f55cd97b07e1 HTTP/1.1" 200 3816 0.003500 10.0.0.43 - - [2024-10-17 02:46:00] "GET /virtual-machine-interface/7f4ca5e4-dfb4-4be5-a4c1-af0f1aa631c3 HTTP/1.1" 200 3798 0.003592 10.0.0.43 - - [2024-10-17 02:46:00] "GET /virtual-machine-interface/e34f2214-cacf-4022-a71a-652257171042 HTTP/1.1" 200 3805 0.003644 10.0.0.43 - - [2024-10-17 02:46:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.43 - - [2024-10-17 02:46:00] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003139 10.0.0.43 - - [2024-10-17 02:46:00] "GET /virtual-networks?parent_id=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004496 10.0.0.43 - - [2024-10-17 02:46:00] "GET /virtual-network/20b17fcb-ca36-4e36-a3a9-e47617d47264?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005134 10.0.0.43 - - [2024-10-17 02:46:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.43 - - [2024-10-17 02:46:01] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003229 10.0.0.43 - - [2024-10-17 02:46:01] "GET /virtual-networks?parent_id=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003633 10.0.0.43 - - [2024-10-17 02:46:02] "GET /virtual-network/20b17fcb-ca36-4e36-a3a9-e47617d47264?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005298 10.0.0.43 - - [2024-10-17 02:46:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006954 10.0.0.43 - - [2024-10-17 02:46:02] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004015 10.0.0.43 - - [2024-10-17 02:46:02] "GET /virtual-networks?parent_id=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004742 10.0.0.43 - - [2024-10-17 02:46:02] "GET /virtual-network/20b17fcb-ca36-4e36-a3a9-e47617d47264?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.004774 10.0.0.43 - - [2024-10-17 02:46:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.43 - - [2024-10-17 02:46:02] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004107 10.0.0.43 - - [2024-10-17 02:46:02] "GET /virtual-networks?parent_id=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003778 10.0.0.43 - - [2024-10-17 02:46:02] "GET /virtual-network/20b17fcb-ca36-4e36-a3a9-e47617d47264?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.004638 10.0.0.43 - - [2024-10-17 02:46:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.43 - - [2024-10-17 02:46:02] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003629 10.0.0.43 - - [2024-10-17 02:46:02] "GET /virtual-networks?parent_id=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003938 10.0.0.43 - - [2024-10-17 02:46:02] "GET /virtual-network/20b17fcb-ca36-4e36-a3a9-e47617d47264?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.003890 10.0.0.43 - - [2024-10-17 02:46:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.43 - - [2024-10-17 02:46:02] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003254 10.0.0.43 - - [2024-10-17 02:46:02] "GET /virtual-networks?parent_id=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003485 10.0.0.43 - - [2024-10-17 02:46:02] "GET /virtual-network/0914728a-817d-41a5-af35-6fc04a84028a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005099 10.0.0.43 - - [2024-10-17 02:46:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.43 - - [2024-10-17 02:46:02] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003880 10.0.0.43 - - [2024-10-17 02:46:03] "GET /virtual-networks?parent_id=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003584 10.0.0.43 - - [2024-10-17 02:46:03] "GET /virtual-network/0914728a-817d-41a5-af35-6fc04a84028a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004188 10.0.0.43 - - [2024-10-17 02:46:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.43 - - [2024-10-17 02:46:03] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004033 10.0.0.43 - - [2024-10-17 02:46:03] "GET /virtual-networks?parent_id=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004160 10.0.0.43 - - [2024-10-17 02:46:03] "GET /virtual-network/0914728a-817d-41a5-af35-6fc04a84028a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004971 10.0.0.43 - - [2024-10-17 02:46:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.43 - - [2024-10-17 02:46:03] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005080 10.0.0.43 - - [2024-10-17 02:46:03] "GET /virtual-networks?parent_id=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003549 10.0.0.43 - - [2024-10-17 02:46:03] "GET /virtual-network/0914728a-817d-41a5-af35-6fc04a84028a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005713 10.0.0.43 - - [2024-10-17 02:46:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.43 - - [2024-10-17 02:46:03] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003700 10.0.0.43 - - [2024-10-17 02:46:03] "GET /virtual-networks?parent_id=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003707 10.0.0.43 - - [2024-10-17 02:46:03] "GET /virtual-network/8ebd5fd8-e887-4e6f-b7bf-6581789ddf67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.003871 10.0.0.43 - - [2024-10-17 02:46:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.43 - - [2024-10-17 02:46:03] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003747 10.0.0.43 - - [2024-10-17 02:46:03] "GET /virtual-networks?parent_id=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004884 10.0.0.43 - - [2024-10-17 02:46:03] "GET /virtual-network/8ebd5fd8-e887-4e6f-b7bf-6581789ddf67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.003878 10.0.0.43 - - [2024-10-17 02:46:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.43 - - [2024-10-17 02:46:04] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004304 10.0.0.43 - - [2024-10-17 02:46:04] "GET /virtual-networks?parent_id=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003497 10.0.0.43 - - [2024-10-17 02:46:04] "GET /virtual-network/8ebd5fd8-e887-4e6f-b7bf-6581789ddf67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005851 10.0.0.43 - - [2024-10-17 02:46:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.43 - - [2024-10-17 02:46:04] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004245 10.0.0.43 - - [2024-10-17 02:46:04] "GET /virtual-networks?parent_id=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004250 10.0.0.43 - - [2024-10-17 02:46:04] "GET /virtual-network/8ebd5fd8-e887-4e6f-b7bf-6581789ddf67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.003853 10.0.0.43 - - [2024-10-17 02:46:04] "GET /virtual-machine/be19a858-36ec-4664-86af-27e5ef08b8c6 HTTP/1.1" 200 1802 0.005956 10.0.0.43 - - [2024-10-17 02:46:04] "GET /domains HTTP/1.1" 200 280 0.003937 10.0.0.43 - - [2024-10-17 02:46:04] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001754 10.0.0.43 - - [2024-10-17 02:46:04] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed HTTP/1.1" 200 2772 0.011008 10.0.0.43 - - [2024-10-17 02:46:04] "GET /projects?obj_uuids=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001631 10.0.0.43 - - [2024-10-17 02:46:04] "GET /project/ab1675f3-83d8-4736-b48e-fce53712e8e5 HTTP/1.1" 200 4234 0.070238 10.0.0.43 - - [2024-10-17 02:46:04] "GET /service-instance/4a3d814d-8704-45cc-98f3-021bce5dec7e HTTP/1.1" 200 3783 0.003389 10.0.0.43 - - [2024-10-17 02:46:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.43 - - [2024-10-17 02:46:04] "GET /routing-instance/6c85e843-56eb-4e46-bb17-92a37c31e84f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.003098 10.0.0.43 - - [2024-10-17 02:46:04] "GET /routing-instance/6c85e843-56eb-4e46-bb17-92a37c31e84f?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2020 0.008299 10.0.0.43 - - [2024-10-17 02:46:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.43 - - [2024-10-17 02:46:04] "GET /routing-instance/146371a2-4c9d-46eb-ad9a-d3a0a1906e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.004563 10.0.0.43 - - [2024-10-17 02:46:04] "GET /routing-instance/146371a2-4c9d-46eb-ad9a-d3a0a1906e49?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.005645 10.0.0.43 - - [2024-10-17 02:46:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.43 - - [2024-10-17 02:46:04] "GET /virtual-network/20b17fcb-ca36-4e36-a3a9-e47617d47264?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.004160 10.0.0.43 - - [2024-10-17 02:46:04] "GET /virtual-network/20b17fcb-ca36-4e36-a3a9-e47617d47264?fields=routing_instances HTTP/1.1" 200 1683 0.005479 10.0.0.43 - - [2024-10-17 02:46:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004476 10.0.0.43 - - [2024-10-17 02:46:05] "GET /virtual-network/8ebd5fd8-e887-4e6f-b7bf-6581789ddf67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006223 10.0.0.43 - - [2024-10-17 02:46:05] "GET /virtual-network/8ebd5fd8-e887-4e6f-b7bf-6581789ddf67?fields=routing_instances HTTP/1.1" 200 1689 0.009928 10.0.0.43 - - [2024-10-17 02:46:07] "GET /global-system-configs HTTP/1.1" 200 322 0.046206 10.0.0.43 - - [2024-10-17 02:46:08] "GET /obj-perms HTTP/1.1" 200 5056 0.102400 10.0.0.43 - - [2024-10-17 02:46:08] "GET /global-system-configs HTTP/1.1" 200 322 0.036575 10.0.0.43 - - [2024-10-17 02:46:08] "GET /obj-perms HTTP/1.1" 200 5056 0.078726 10.0.0.43 - - [2024-10-17 02:46:09] "POST /ref-update HTTP/1.1" 200 156 0.033605 10.0.0.43 - - [2024-10-17 02:46:09] "POST /neutron/network HTTP/1.1" 200 833 0.007804 10.0.0.43 - - [2024-10-17 02:46:09] "GET /virtual-network/8ebd5fd8-e887-4e6f-b7bf-6581789ddf67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.003226 10.0.0.43 - - [2024-10-17 02:46:09] "DELETE /access-control-list/f3af8ece-6a47-441d-807b-5c64edd9e2a9 HTTP/1.1" 200 115 0.058703 10.0.0.43 - - [2024-10-17 02:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.43 - - [2024-10-17 02:46:09] "GET /network-policy/4c95aabe-aa93-4dba-ac50-a980ef558acd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.002961 10.0.0.43 - - [2024-10-17 02:46:09] "DELETE /routing-instance/c33dc3b9-cb6f-409e-8999-cf18d889c691 HTTP/1.1" 200 115 0.032608 10.0.0.43 - - [2024-10-17 02:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.43 - - [2024-10-17 02:46:09] "POST /ref-update HTTP/1.1" 200 156 0.033831 10.0.0.43 - - [2024-10-17 02:46:09] "DELETE /route-target/7b99efd8-2a2e-464b-879e-f5d6a81d5b14 HTTP/1.1" 200 115 0.021367 10.0.0.43 - - [2024-10-17 02:46:09] "DELETE /routing-instance/b6c1db86-a8e8-46ea-a5cd-c655b3ec6bed HTTP/1.1" 200 115 0.038244 10.0.0.43 - - [2024-10-17 02:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133 10.0.0.43 - - [2024-10-17 02:46:09] "POST /neutron/network HTTP/1.1" 200 832 0.012037 10.0.0.43 - - [2024-10-17 02:46:09] "GET /virtual-network/20b17fcb-ca36-4e36-a3a9-e47617d47264?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003977 10.0.0.43 - - [2024-10-17 02:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005968 10.0.0.43 - - [2024-10-17 02:46:09] "DELETE /route-target/19ff331b-d757-4521-8d8e-6a1b57937927 HTTP/1.1" 200 115 0.021379 10.0.0.43 - - [2024-10-17 02:46:09] "GET /network-policy/4c95aabe-aa93-4dba-ac50-a980ef558acd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004021 10.0.0.43 - - [2024-10-17 02:46:09] "DELETE /access-control-list/0ce6bb6c-7461-4b2d-beec-567a53a6cc4c HTTP/1.1" 200 115 0.045502 10.0.0.43 - - [2024-10-17 02:46:09] "DELETE /network-policy/4c95aabe-aa93-4dba-ac50-a980ef558acd HTTP/1.1" 200 115 0.027151 10.0.0.43 - - [2024-10-17 02:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.43 - - [2024-10-17 02:46:09] "DELETE /service-instance/4a3d814d-8704-45cc-98f3-021bce5dec7e HTTP/1.1" 200 115 0.048433 10.0.0.43 - - [2024-10-17 02:46:09] "GET /domains HTTP/1.1" 200 280 0.004384 10.0.0.43 - - [2024-10-17 02:46:09] "POST /ref-update HTTP/1.1" 200 156 0.012132 10.0.0.43 - - [2024-10-17 02:46:09] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001277 10.0.0.43 - - [2024-10-17 02:46:09] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed HTTP/1.1" 200 2772 0.016033 10.0.0.43 - - [2024-10-17 02:46:09] "GET /projects?obj_uuids=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001888 10.0.0.43 - - [2024-10-17 02:46:09] "DELETE /instance-ip/5207baf9-1ba2-4904-930a-7e5c2362f79a HTTP/1.1" 200 115 0.036517 10.0.0.43 - - [2024-10-17 02:46:09] "POST /ref-update HTTP/1.1" 200 156 0.011569 10.0.0.43 - - [2024-10-17 02:46:09] "GET /project/ab1675f3-83d8-4736-b48e-fce53712e8e5 HTTP/1.1" 200 3760 0.074753 10.0.0.43 - - [2024-10-17 02:46:09] "GET /virtual-machine/be19a858-36ec-4664-86af-27e5ef08b8c6 HTTP/1.1" 200 1802 0.005418 10.0.0.43 - - [2024-10-17 02:46:09] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002834 10.0.0.43 - - [2024-10-17 02:46:09] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.005381 10.0.0.43 - - [2024-10-17 02:46:09] "DELETE /instance-ip/45e3f4c0-8b1d-4946-a8d4-138413cb8d3e HTTP/1.1" 200 115 0.038842 10.0.0.43 - - [2024-10-17 02:46:10] "POST /ref-update HTTP/1.1" 200 156 0.015621 10.0.0.43 - - [2024-10-17 02:46:10] "DELETE /instance-ip/8fe8b82d-b09b-4af8-b7bb-1cc5c082e040 HTTP/1.1" 200 115 0.026239 10.0.0.43 - - [2024-10-17 02:46:10] "POST /ref-update HTTP/1.1" 200 156 0.011834 10.0.0.43 - - [2024-10-17 02:46:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004612 10.0.0.43 - - [2024-10-17 02:46:10] "DELETE /service-template/2d11667c-dd5d-4220-bee2-0b117fab5d9c HTTP/1.1" 200 115 0.064993 10.0.0.43 - - [2024-10-17 02:46:10] "POST /fqname-to-id HTTP/1.1" 404 193 0.007406 10.0.0.43 - - [2024-10-17 02:46:10] "DELETE /instance-ip/e13944c9-d271-43a0-bcd2-deb28858c07e HTTP/1.1" 200 115 0.061052 10.0.0.43 - - [2024-10-17 02:46:10] "POST /ref-update HTTP/1.1" 200 156 0.018075 10.0.0.43 - - [2024-10-17 02:46:10] "DELETE /instance-ip/6359fcae-dc00-4adc-ba95-f1e58765c01b HTTP/1.1" 200 115 0.025866 10.0.0.43 - - [2024-10-17 02:46:10] "POST /ref-update HTTP/1.1" 200 156 0.020254 10.0.0.43 - - [2024-10-17 02:46:10] "DELETE /instance-ip/09efc9b7-38aa-41bd-96c7-34311f2148c0 HTTP/1.1" 200 115 0.042078 10.0.0.43 - - [2024-10-17 02:46:10] "POST /neutron/network HTTP/1.1" 200 833 0.015681 10.0.0.43 - - [2024-10-17 02:46:10] "POST /neutron/network HTTP/1.1" 400 204 0.016077 10.0.0.43 - - [2024-10-17 02:46:10] "POST /neutron/port HTTP/1.1" 200 1085 0.024705 10.0.0.43 - - [2024-10-17 02:46:10] "POST /neutron/port HTTP/1.1" 200 1111 0.012467 10.0.0.43 - - [2024-10-17 02:46:11] "POST /neutron/port HTTP/1.1" 200 1086 0.029453 10.0.0.43 - - [2024-10-17 02:46:11] "POST /neutron/port HTTP/1.1" 200 1112 0.023605 10.0.0.43 - - [2024-10-17 02:46:11] "POST /neutron/port HTTP/1.1" 200 151 0.207585 10.0.0.43 - - [2024-10-17 02:46:11] "POST /neutron/port HTTP/1.1" 200 3021 0.055809 10.0.0.43 - - [2024-10-17 02:46:11] "POST /neutron/port HTTP/1.1" 200 1112 0.012410 10.0.0.43 - - [2024-10-17 02:46:11] "POST /neutron/port HTTP/1.1" 200 151 0.211524 10.0.0.43 - - [2024-10-17 02:46:11] "POST /neutron/port HTTP/1.1" 200 151 0.155708 10.0.0.43 - - [2024-10-17 02:46:11] "POST /neutron/port HTTP/1.1" 200 1109 0.010762 10.0.0.43 - - [2024-10-17 02:46:11] "POST /neutron/port HTTP/1.1" 200 151 0.117598 10.0.0.43 - - [2024-10-17 02:46:11] "POST /neutron/port HTTP/1.1" 200 1111 0.010671 10.0.0.43 - - [2024-10-17 02:46:11] "POST /neutron/port HTTP/1.1" 200 151 0.121808 10.0.0.43 - - [2024-10-17 02:46:12] "POST /neutron/network HTTP/1.1" 200 833 0.006602 10.0.0.43 - - [2024-10-17 02:46:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.008086 10.0.0.43 - - [2024-10-17 02:46:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001998 10.0.0.43 - - [2024-10-17 02:46:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001422 10.0.0.43 - - [2024-10-17 02:46:12] "POST /neutron/network HTTP/1.1" 200 151 0.100596 10.0.0.43 - - [2024-10-17 02:46:12] "DELETE /route-target/1bccd59f-e5ca-472f-9bcd-c1d8cc58d6fe HTTP/1.1" 200 115 0.023314 10.0.0.43 - - [2024-10-17 02:46:12] "GET /routing-instance/146371a2-4c9d-46eb-ad9a-d3a0a1906e49 HTTP/1.1" 404 171 0.004184 10.0.0.43 - - [2024-10-17 02:46:12] "GET /domains HTTP/1.1" 200 280 0.002975 10.0.0.43 - - [2024-10-17 02:46:12] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001296 10.0.0.43 - - [2024-10-17 02:46:12] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed HTTP/1.1" 200 2572 0.051412 10.0.0.43 - - [2024-10-17 02:46:12] "GET /projects?obj_uuids=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003241 10.0.0.43 - - [2024-10-17 02:46:12] "GET /project/ab1675f3-83d8-4736-b48e-fce53712e8e5 HTTP/1.1" 200 2299 0.073915 10.0.0.43 - - [2024-10-17 02:46:12] "POST /neutron/network HTTP/1.1" 200 832 0.007116 10.0.0.43 - - [2024-10-17 02:46:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001935 10.0.0.43 - - [2024-10-17 02:46:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.010274 10.0.0.43 - - [2024-10-17 02:46:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001453 10.0.0.43 - - [2024-10-17 02:46:13] "POST /neutron/network HTTP/1.1" 200 151 0.103595 10.0.0.43 - - [2024-10-17 02:46:13] "GET /routing-instance/6c85e843-56eb-4e46-bb17-92a37c31e84f HTTP/1.1" 404 171 0.005619 10.0.0.43 - - [2024-10-17 02:46:13] "DELETE /route-target/12c677aa-f4db-41a5-93c2-d5412aa53212 HTTP/1.1" 200 115 0.021246 10.0.0.43 - - [2024-10-17 02:46:13] "GET /domains HTTP/1.1" 200 280 0.002794 10.0.0.43 - - [2024-10-17 02:46:13] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001344 10.0.0.43 - - [2024-10-17 02:46:13] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed HTTP/1.1" 200 2572 0.051213 10.0.0.43 - - [2024-10-17 02:46:13] "GET /projects?obj_uuids=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002784 10.0.0.43 - - [2024-10-17 02:46:13] "GET /project/ab1675f3-83d8-4736-b48e-fce53712e8e5 HTTP/1.1" 200 2081 0.078784 10.0.0.43 - - [2024-10-17 02:46:13] "POST /neutron/network HTTP/1.1" 200 829 0.008476 10.0.0.43 - - [2024-10-17 02:46:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002148 10.0.0.43 - - [2024-10-17 02:46:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005051 10.0.0.43 - - [2024-10-17 02:46:13] "POST /useragent-kv HTTP/1.1" 200 115 0.001291 10.0.0.43 - - [2024-10-17 02:46:13] "POST /neutron/network HTTP/1.1" 200 151 0.096775 10.0.0.43 - - [2024-10-17 02:46:13] "DELETE /route-target/7b521145-4064-41ac-a1e3-83803f863420 HTTP/1.1" 200 115 0.020354 10.0.0.43 - - [2024-10-17 02:46:13] "GET /routing-instance/f4aee494-5ce2-4cb7-9e4d-ff3ae23aee3b HTTP/1.1" 404 171 0.003193 10.0.0.43 - - [2024-10-17 02:46:13] "GET /domains HTTP/1.1" 200 280 0.003847 10.0.0.43 - - [2024-10-17 02:46:13] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001444 10.0.0.43 - - [2024-10-17 02:46:13] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed HTTP/1.1" 200 2572 0.052555 10.0.0.43 - - [2024-10-17 02:46:13] "GET /projects?obj_uuids=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002480 10.0.0.43 - - [2024-10-17 02:46:13] "GET /project/ab1675f3-83d8-4736-b48e-fce53712e8e5 HTTP/1.1" 200 1841 0.066159 10.0.0.43 - - [2024-10-17 02:46:13] "GET /projects?obj_uuids=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001519 10.0.0.43 - - [2024-10-17 02:46:13] "GET /project/ab1675f3-83d8-4736-b48e-fce53712e8e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.022811 10.0.0.43 - - [2024-10-17 02:46:13] "GET /projects?obj_uuids=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001437 10.0.0.43 - - [2024-10-17 02:46:13] "GET /project/ab1675f3-83d8-4736-b48e-fce53712e8e5?fields=virtual_networks HTTP/1.1" 200 1029 0.065354 10.0.0.43 - - [2024-10-17 02:46:13] "GET /projects?obj_uuids=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001581 10.0.0.43 - - [2024-10-17 02:46:13] "GET /project/ab1675f3-83d8-4736-b48e-fce53712e8e5?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.026830 10.0.0.43 - - [2024-10-17 02:46:14] "GET /projects?obj_uuids=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001462 10.0.0.43 - - [2024-10-17 02:46:14] "GET /project/ab1675f3-83d8-4736-b48e-fce53712e8e5?fields=security_groups HTTP/1.1" 200 1253 0.029248 10.0.0.43 - - [2024-10-17 02:46:14] "POST /fqname-to-id HTTP/1.1" 404 189 0.034540 10.0.0.43 - - [2024-10-17 02:46:15] "GET /projects?obj_uuids=fecbe476-0027-440f-8919-f01de19f1790&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003863 10.0.0.43 - - [2024-10-17 02:46:15] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001469 10.0.0.43 - - [2024-10-17 02:46:15] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008786 10.0.0.43 - - [2024-10-17 02:46:15] "POST /id-to-fqname HTTP/1.1" 200 191 0.001659 10.0.0.43 - - [2024-10-17 02:46:15] "POST /fqname-to-id HTTP/1.1" 404 200 0.004242 10.0.0.43 - - [2024-10-17 02:46:15] "POST /security-groups HTTP/1.1" 200 592 0.067411 10.0.0.43 - - [2024-10-17 02:46:15] "POST /fqname-to-id HTTP/1.1" 404 235 0.003014 10.0.0.43 - - [2024-10-17 02:46:15] "POST /projects HTTP/1.1" 200 587 0.223407 10.0.0.43 - - [2024-10-17 02:46:15] "POST /access-control-lists HTTP/1.1" 200 597 0.062430 10.0.0.43 - - [2024-10-17 02:46:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.309450 10.0.0.43 - - [2024-10-17 02:46:15] "POST /fqname-to-id HTTP/1.1" 404 234 0.003209 10.0.0.43 - - [2024-10-17 02:46:15] "GET /project/fecbe476-0027-440f-8919-f01de19f1790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.446960 10.0.0.43 - - [2024-10-17 02:46:15] "POST /access-control-lists HTTP/1.1" 200 595 0.067558 10.0.0.43 - - [2024-10-17 02:46:16] "GET / HTTP/1.1" 200 35931 0.002363 10.0.0.43 - - [2024-10-17 02:46:17] "GET /project/fecbe476-0027-440f-8919-f01de19f1790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000587 10.0.0.43 - - [2024-10-17 02:46:18] "GET /projects?obj_uuids=fecbe476-0027-440f-8919-f01de19f1790&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001504 10.0.0.43 - - [2024-10-17 02:46:18] "GET /project/fecbe476-0027-440f-8919-f01de19f1790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.055449 10.0.0.43 - - [2024-10-17 02:46:18] "POST /fqname-to-id HTTP/1.1" 404 180 0.003293 10.0.0.43 - - [2024-10-17 02:46:18] "POST /virtual-DNSs HTTP/1.1" 200 507 0.018057 10.0.0.43 - - [2024-10-17 02:46:18] "GET /virtual-DNS/7e81d5bf-5b41-493f-9540-55c038b297c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.004948 10.0.0.43 - - [2024-10-17 02:46:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004135 10.0.0.43 - - [2024-10-17 02:46:18] "GET /virtual-DNS/7e81d5bf-5b41-493f-9540-55c038b297c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.003961 10.0.0.43 - - [2024-10-17 02:46:18] "GET /domains HTTP/1.1" 401 292 0.000565 10.0.0.43 - - [2024-10-17 02:46:18] "GET /domains HTTP/1.1" 200 280 0.032322 10.0.0.43 - - [2024-10-17 02:46:18] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001710 10.0.0.43 - - [2024-10-17 02:46:18] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed HTTP/1.1" 200 2959 0.011167 10.0.0.43 - - [2024-10-17 02:46:18] "GET /virtual-DNS/7e81d5bf-5b41-493f-9540-55c038b297c9 HTTP/1.1" 200 1438 0.004177 10.0.0.43 - - [2024-10-17 02:46:18] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.003226 10.0.0.43 - - [2024-10-17 02:46:19] "POST /network-ipams HTTP/1.1" 200 514 0.021322 10.0.0.43 - - [2024-10-17 02:46:19] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.003348 10.0.0.43 - - [2024-10-17 02:46:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.43 - - [2024-10-17 02:46:19] "GET /network-ipam/427a5ae1-8706-4f63-909b-303fb78390a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.005042 10.0.0.43 - - [2024-10-17 02:46:19] "PUT /network-ipam/427a5ae1-8706-4f63-909b-303fb78390a4 HTTP/1.1" 200 258 0.011591 10.0.0.43 - - [2024-10-17 02:46:19] "POST /ref-update HTTP/1.1" 200 156 0.009462 10.0.0.43 - - [2024-10-17 02:46:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004053 10.0.0.43 - - [2024-10-17 02:46:19] "GET /projects?obj_uuids=fecbe476-0027-440f-8919-f01de19f1790&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002094 10.0.0.43 - - [2024-10-17 02:46:19] "GET /project/fecbe476-0027-440f-8919-f01de19f1790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.024772 10.0.0.43 - - [2024-10-17 02:46:19] "POST /neutron/network HTTP/1.1" 200 117 0.035372 10.0.0.43 - - [2024-10-17 02:46:19] "GET /projects?obj_uuids=fecbe476-0027-440f-8919-f01de19f1790&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001314 10.0.0.43 - - [2024-10-17 02:46:19] "POST /neutron/network HTTP/1.1" 200 618 0.072440 10.0.0.43 - - [2024-10-17 02:46:19] "POST /route-targets HTTP/1.1" 200 327 0.012223 10.0.0.43 - - [2024-10-17 02:46:19] "POST /ref-update HTTP/1.1" 200 156 0.010739 10.0.0.43 - - [2024-10-17 02:46:19] "POST /useragent-kv HTTP/1.1" 200 115 0.004161 10.0.0.43 - - [2024-10-17 02:46:19] "POST /neutron/subnet HTTP/1.1" 200 711 0.205850 10.0.0.43 - - [2024-10-17 02:46:19] "POST /neutron/network HTTP/1.1" 200 833 0.006485 10.0.0.43 - - [2024-10-17 02:46:19] "POST /id-to-fqname HTTP/1.1" 200 227 0.003046 10.0.0.43 - - [2024-10-17 02:46:19] "GET /virtual-network/4e871710-6d22-4635-a4a6-d67feecbf9f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003197 10.0.0.43 - - [2024-10-17 02:46:19] "POST /neutron/network HTTP/1.1" 200 833 0.007053 10.0.0.43 - - [2024-10-17 02:46:19] "GET /virtual-network/4e871710-6d22-4635-a4a6-d67feecbf9f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003812 10.0.0.43 - - [2024-10-17 02:46:19] "POST /neutron/network HTTP/1.1" 200 833 0.008098 10.0.0.43 - - [2024-10-17 02:46:19] "POST /neutron/subnet HTTP/1.1" 200 711 0.008828 10.0.0.43 - - [2024-10-17 02:46:20] "POST /neutron/network HTTP/1.1" 200 807 0.012260 10.0.0.43 - - [2024-10-17 02:46:20] "POST /neutron/network HTTP/1.1" 200 833 0.006087 10.0.0.43 - - [2024-10-17 02:46:20] "POST /id-to-fqname HTTP/1.1" 200 227 0.001575 10.0.0.43 - - [2024-10-17 02:46:20] "POST /neutron/network HTTP/1.1" 200 843 0.009483 10.0.0.43 - - [2024-10-17 02:46:20] "GET /aaa-mode HTTP/1.1" 401 292 0.000675 10.0.0.43 - - [2024-10-17 02:46:20] "GET / HTTP/1.1" 200 35931 0.002452 10.0.0.43 - - [2024-10-17 02:46:20] "GET /project/fecbe476-0027-440f-8919-f01de19f1790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000502 10.0.0.43 - - [2024-10-17 02:46:21] "GET /projects?obj_uuids=fecbe476-0027-440f-8919-f01de19f1790&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001386 10.0.0.43 - - [2024-10-17 02:46:21] "GET /project/fecbe476-0027-440f-8919-f01de19f1790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.053269 10.0.0.43 - - [2024-10-17 02:46:21] "POST /neutron/network HTTP/1.1" 200 833 0.006931 10.0.0.43 - - [2024-10-17 02:46:21] "POST /neutron/port HTTP/1.1" 200 117 0.005717 10.0.0.43 - - [2024-10-17 02:46:21] "POST /neutron/port HTTP/1.1" 200 117 0.005984 10.0.0.43 - - [2024-10-17 02:46:21] "POST /neutron/port HTTP/1.1" 200 117 0.008289 10.0.0.43 - - [2024-10-17 02:46:21] "POST /neutron/network HTTP/1.1" 200 843 0.006901 10.0.0.43 - - [2024-10-17 02:46:21] "GET /projects?obj_uuids=fecbe476-0027-440f-8919-f01de19f1790&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001475 10.0.0.43 - - [2024-10-17 02:46:22] "POST /neutron/port HTTP/1.1" 200 1058 0.230682 10.0.0.43 - - [2024-10-17 02:46:22] "POST /neutron/port HTTP/1.1" 200 1058 0.016153 10.0.0.43 - - [2024-10-17 02:46:22] "POST /neutron/port HTTP/1.1" 200 1058 0.013022 10.0.0.43 - - [2024-10-17 02:46:22] "POST /neutron/port HTTP/1.1" 200 1112 0.079250 10.0.0.43 - - [2024-10-17 02:46:22] "POST /neutron/port HTTP/1.1" 200 1086 0.019678 10.0.0.43 - - [2024-10-17 02:46:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004001 10.0.0.43 - - [2024-10-17 02:46:22] "POST /neutron/subnet HTTP/1.1" 200 685 0.011718 10.0.0.43 - - [2024-10-17 02:46:22] "POST /neutron/port HTTP/1.1" 200 117 0.001626 10.0.0.43 - - [2024-10-17 02:46:22] "POST /neutron/network HTTP/1.1" 200 833 0.006164 10.0.0.43 - - [2024-10-17 02:46:26] "POST /neutron/port HTTP/1.1" 200 1086 0.017673 10.0.0.43 - - [2024-10-17 02:46:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008292 10.0.0.43 - - [2024-10-17 02:46:26] "POST /neutron/port HTTP/1.1" 200 1086 0.018712 10.0.0.43 - - [2024-10-17 02:46:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008279 10.0.0.43 - - [2024-10-17 02:46:26] "POST /neutron/port HTTP/1.1" 200 1086 0.045492 10.0.0.43 - - [2024-10-17 02:46:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007905 10.0.0.43 - - [2024-10-17 02:46:26] "GET /virtual-machine/a1e4559e-8a8d-4b13-9804-8877cd9bbfd0 HTTP/1.1" 200 1294 0.004506 10.0.0.43 - - [2024-10-17 02:46:26] "GET /virtual-machine-interface/5f58e38b-01ac-43f5-bf07-69f23e28861e HTTP/1.1" 200 2964 0.003294 10.0.0.43 - - [2024-10-17 02:46:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.43 - - [2024-10-17 02:46:26] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003120 10.0.0.43 - - [2024-10-17 02:46:26] "GET /virtual-networks?parent_id=fecbe476-0027-440f-8919-f01de19f1790&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003855 10.0.0.43 - - [2024-10-17 02:46:26] "GET /virtual-network/4e871710-6d22-4635-a4a6-d67feecbf9f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003713 10.0.0.43 - - [2024-10-17 02:46:27] "DELETE /project/fecbe4760027440f8919f01de19f1790 HTTP/1.1" 404 173 0.010680 10.0.0.43 - - [2024-10-17 02:46:27] "GET /projects?obj_uuids=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001719 10.0.0.43 - - [2024-10-17 02:46:27] "GET /project/ab1675f3-83d8-4736-b48e-fce53712e8e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.028323 10.0.0.43 - - [2024-10-17 02:46:27] "GET /projects?obj_uuids=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001340 10.0.0.43 - - [2024-10-17 02:46:27] "GET /project/ab1675f3-83d8-4736-b48e-fce53712e8e5?fields=security_groups HTTP/1.1" 200 1358 0.065636 10.0.0.43 - - [2024-10-17 02:46:28] "DELETE /security-group/eacd073a-48e0-4322-9b1d-9c9e0667124d HTTP/1.1" 200 115 0.046207 10.0.0.43 - - [2024-10-17 02:46:28] "GET /projects?obj_uuids=ab1675f3-83d8-4736-b48e-fce53712e8e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001437 10.0.0.43 - - [2024-10-17 02:46:28] "DELETE /access-control-list/428a2787-6e27-4e91-bd32-476d50ce4c65 HTTP/1.1" 200 115 0.040265 10.0.0.43 - - [2024-10-17 02:46:28] "GET /project/ab1675f3-83d8-4736-b48e-fce53712e8e5?fields=application_policy_sets HTTP/1.1" 200 1397 0.038799 10.0.0.43 - - [2024-10-17 02:46:28] "DELETE /access-control-list/87960bb0-90dd-40e5-8cb1-db996a7c7478 HTTP/1.1" 200 115 0.028464 10.0.0.43 - - [2024-10-17 02:46:28] "DELETE /project/ab1675f3-83d8-4736-b48e-fce53712e8e5 HTTP/1.1" 200 115 0.371543 10.0.0.43 - - [2024-10-17 02:46:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.43 - - [2024-10-17 02:46:29] "GET /virtual-network/4e871710-6d22-4635-a4a6-d67feecbf9f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003534 10.0.0.43 - - [2024-10-17 02:46:31] "POST /neutron/port HTTP/1.1" 200 1086 0.019358 10.0.0.43 - - [2024-10-17 02:46:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006781 10.0.0.43 - - [2024-10-17 02:46:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004770 10.0.0.43 - - [2024-10-17 02:46:34] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004657 10.0.0.43 - - [2024-10-17 02:46:34] "GET /virtual-networks?parent_id=fecbe476-0027-440f-8919-f01de19f1790&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004864 10.0.0.43 - - [2024-10-17 02:46:34] "GET /virtual-network/4e871710-6d22-4635-a4a6-d67feecbf9f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004367 10.0.0.43 - - [2024-10-17 02:46:37] "GET /obj-perms HTTP/1.1" 200 5056 0.057009 10.0.0.43 - - [2024-10-17 02:46:37] "GET /obj-perms HTTP/1.1" 200 5056 0.059200 10.0.0.43 - - [2024-10-17 02:46:38] "POST /neutron/network HTTP/1.1" 200 807 0.013647 10.0.0.43 - - [2024-10-17 02:46:38] "POST /neutron/network HTTP/1.1" 200 833 0.006493 10.0.0.43 - - [2024-10-17 02:46:38] "POST /id-to-fqname HTTP/1.1" 200 227 0.001555 10.0.0.43 - - [2024-10-17 02:46:39] "POST /neutron/port HTTP/1.1" 200 1086 0.016787 10.0.0.43 - - [2024-10-17 02:46:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007828 10.0.0.43 - - [2024-10-17 02:46:39] "POST /neutron/network HTTP/1.1" 200 843 0.007182 10.0.0.43 - - [2024-10-17 02:46:39] "GET /aaa-mode HTTP/1.1" 401 292 0.000516 10.0.0.43 - - [2024-10-17 02:46:39] "GET / HTTP/1.1" 200 35931 0.002193 10.0.0.43 - - [2024-10-17 02:46:39] "GET /project/fecbe476-0027-440f-8919-f01de19f1790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000515 10.0.0.43 - - [2024-10-17 02:46:39] "GET /projects?obj_uuids=fecbe476-0027-440f-8919-f01de19f1790&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001357 10.0.0.43 - - [2024-10-17 02:46:39] "GET /project/fecbe476-0027-440f-8919-f01de19f1790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.054061 10.0.0.43 - - [2024-10-17 02:46:40] "POST /neutron/network HTTP/1.1" 200 833 0.008233 10.0.0.43 - - [2024-10-17 02:46:40] "POST /neutron/port HTTP/1.1" 200 1086 0.028042 10.0.0.43 - - [2024-10-17 02:46:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008787 10.0.0.43 - - [2024-10-17 02:46:40] "POST /neutron/port HTTP/1.1" 200 117 0.006899 10.0.0.43 - - [2024-10-17 02:46:40] "POST /neutron/port HTTP/1.1" 200 117 0.006087 10.0.0.43 - - [2024-10-17 02:46:40] "POST /neutron/network HTTP/1.1" 200 843 0.006983 10.0.0.43 - - [2024-10-17 02:46:40] "GET /projects?obj_uuids=fecbe476-0027-440f-8919-f01de19f1790&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001553 10.0.0.43 - - [2024-10-17 02:46:40] "POST /neutron/port HTTP/1.1" 200 1058 0.213123 10.0.0.43 - - [2024-10-17 02:46:40] "POST /neutron/port HTTP/1.1" 200 1058 0.019419 10.0.0.43 - - [2024-10-17 02:46:40] "POST /neutron/port HTTP/1.1" 200 1058 0.018019 10.0.0.43 - - [2024-10-17 02:46:41] "POST /neutron/port HTTP/1.1" 200 1112 0.078610 10.0.0.43 - - [2024-10-17 02:46:41] "POST /neutron/port HTTP/1.1" 200 1086 0.017948 10.0.0.43 - - [2024-10-17 02:46:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005038 10.0.0.43 - - [2024-10-17 02:46:41] "POST /neutron/subnet HTTP/1.1" 200 685 0.012815 10.0.0.43 - - [2024-10-17 02:46:41] "POST /neutron/port HTTP/1.1" 200 117 0.001767 10.0.0.43 - - [2024-10-17 02:46:41] "POST /neutron/network HTTP/1.1" 200 833 0.006926 10.0.0.43 - - [2024-10-17 02:46:45] "POST /neutron/port HTTP/1.1" 200 1086 0.017310 10.0.0.43 - - [2024-10-17 02:46:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007827 10.0.0.43 - - [2024-10-17 02:46:45] "POST /neutron/port HTTP/1.1" 200 1086 0.016916 10.0.0.43 - - [2024-10-17 02:46:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008301 10.0.0.43 - - [2024-10-17 02:46:45] "POST /neutron/port HTTP/1.1" 200 1086 0.017582 10.0.0.43 - - [2024-10-17 02:46:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009443 10.0.0.43 - - [2024-10-17 02:46:45] "GET /virtual-machine/490860dc-f3d8-480a-9b9c-865ab6f2eb45 HTTP/1.1" 200 1293 0.006166 10.0.0.43 - - [2024-10-17 02:46:45] "GET /virtual-machine-interface/07a3a372-ada1-41a4-98a3-4cea4196dc26 HTTP/1.1" 200 2963 0.004840 10.0.0.43 - - [2024-10-17 02:46:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.43 - - [2024-10-17 02:46:45] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003110 10.0.0.43 - - [2024-10-17 02:46:45] "GET /virtual-networks?parent_id=fecbe476-0027-440f-8919-f01de19f1790&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003685 10.0.0.43 - - [2024-10-17 02:46:45] "GET /virtual-network/4e871710-6d22-4635-a4a6-d67feecbf9f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003840 10.0.0.43 - - [2024-10-17 02:46:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.43 - - [2024-10-17 02:46:48] "GET /virtual-network/4e871710-6d22-4635-a4a6-d67feecbf9f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003648 10.0.0.43 - - [2024-10-17 02:46:50] "POST /neutron/port HTTP/1.1" 200 1086 0.016888 10.0.0.43 - - [2024-10-17 02:46:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008333 10.0.0.43 - - [2024-10-17 02:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.43 - - [2024-10-17 02:46:53] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003282 10.0.0.43 - - [2024-10-17 02:46:53] "GET /virtual-networks?parent_id=fecbe476-0027-440f-8919-f01de19f1790&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003737 10.0.0.43 - - [2024-10-17 02:46:53] "GET /virtual-network/4e871710-6d22-4635-a4a6-d67feecbf9f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003810 10.0.0.43 - - [2024-10-17 02:46:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.43 - - [2024-10-17 02:46:59] "DELETE /virtual-DNS/7e81d5bf-5b41-493f-9540-55c038b297c9 HTTP/1.1" 409 235 0.007082 10.0.0.43 - - [2024-10-17 02:46:59] "POST /fqname-to-id HTTP/1.1" 404 192 0.003342 10.0.0.43 - - [2024-10-17 02:46:59] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.021250 10.0.0.43 - - [2024-10-17 02:46:59] "GET /virtual-DNS-record/40392a07-340e-4bed-895d-6e98861c39d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.005394 10.0.0.43 - - [2024-10-17 02:46:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.43 - - [2024-10-17 02:46:59] "GET /virtual-DNS-record/40392a07-340e-4bed-895d-6e98861c39d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.004024 10.0.0.43 - - [2024-10-17 02:46:59] "GET /domains HTTP/1.1" 200 280 0.003610 10.0.0.43 - - [2024-10-17 02:46:59] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001394 10.0.0.43 - - [2024-10-17 02:46:59] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed HTTP/1.1" 200 2775 0.010132 10.0.0.43 - - [2024-10-17 02:46:59] "GET /virtual-DNS/7e81d5bf-5b41-493f-9540-55c038b297c9 HTTP/1.1" 200 1907 0.005647 10.0.0.43 - - [2024-10-17 02:46:59] "GET /virtual-DNS-record/40392a07-340e-4bed-895d-6e98861c39d2 HTTP/1.1" 200 1335 0.003209 10.0.0.43 - - [2024-10-17 02:47:04] "DELETE /virtual-DNS-record/40392a07-340e-4bed-895d-6e98861c39d2 HTTP/1.1" 200 115 0.022290 10.0.0.43 - - [2024-10-17 02:47:04] "POST /fqname-to-id HTTP/1.1" 404 184 0.002919 10.0.0.43 - - [2024-10-17 02:47:05] "POST /neutron/network HTTP/1.1" 200 833 0.007621 10.0.0.43 - - [2024-10-17 02:47:05] "POST /neutron/network HTTP/1.1" 400 204 0.012942 10.0.0.43 - - [2024-10-17 02:47:05] "POST /neutron/port HTTP/1.1" 200 1086 0.016937 10.0.0.43 - - [2024-10-17 02:47:05] "POST /neutron/port HTTP/1.1" 200 1112 0.009516 10.0.0.43 - - [2024-10-17 02:47:05] "POST /neutron/port HTTP/1.1" 200 1086 0.022109 10.0.0.43 - - [2024-10-17 02:47:05] "POST /neutron/port HTTP/1.1" 200 1112 0.014196 10.0.0.43 - - [2024-10-17 02:47:05] "POST /neutron/port HTTP/1.1" 200 151 0.141993 10.0.0.43 - - [2024-10-17 02:47:05] "POST /neutron/port HTTP/1.1" 200 151 0.143948 10.0.0.43 - - [2024-10-17 02:47:07] "POST /neutron/network HTTP/1.1" 200 833 0.008551 10.0.0.43 - - [2024-10-17 02:47:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005370 10.0.0.43 - - [2024-10-17 02:47:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001390 10.0.0.43 - - [2024-10-17 02:47:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001264 10.0.0.43 - - [2024-10-17 02:47:07] "POST /neutron/network HTTP/1.1" 200 151 0.139908 10.0.0.43 - - [2024-10-17 02:47:07] "DELETE /route-target/6cf15164-9059-43aa-8887-fdb1e97c5c42 HTTP/1.1" 200 115 0.019090 10.0.0.43 - - [2024-10-17 02:47:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.43 - - [2024-10-17 02:47:07] "DELETE /network-ipam/427a5ae1-8706-4f63-909b-303fb78390a4 HTTP/1.1" 200 115 0.027318 10.0.0.43 - - [2024-10-17 02:47:07] "DELETE /virtual-DNS/7e81d5bf-5b41-493f-9540-55c038b297c9 HTTP/1.1" 200 115 0.029773 10.0.0.43 - - [2024-10-17 02:47:07] "POST /fqname-to-id HTTP/1.1" 404 180 0.003353 10.0.0.43 - - [2024-10-17 02:47:07] "GET /domains HTTP/1.1" 200 280 0.003727 10.0.0.43 - - [2024-10-17 02:47:07] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001640 10.0.0.43 - - [2024-10-17 02:47:07] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed HTTP/1.1" 200 2575 0.011512 10.0.0.43 - - [2024-10-17 02:47:07] "GET /projects?obj_uuids=fecbe476-0027-440f-8919-f01de19f1790&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001508 10.0.0.43 - - [2024-10-17 02:47:07] "GET /project/fecbe476-0027-440f-8919-f01de19f1790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.026382 10.0.0.43 - - [2024-10-17 02:47:07] "GET /projects?obj_uuids=fecbe476-0027-440f-8919-f01de19f1790&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001983 10.0.0.43 - - [2024-10-17 02:47:07] "GET /project/fecbe476-0027-440f-8919-f01de19f1790?fields=virtual_networks HTTP/1.1" 200 1034 0.066234 10.0.0.43 - - [2024-10-17 02:47:07] "GET /projects?obj_uuids=fecbe476-0027-440f-8919-f01de19f1790&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001491 10.0.0.43 - - [2024-10-17 02:47:08] "GET /project/fecbe476-0027-440f-8919-f01de19f1790?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.024849 10.0.0.43 - - [2024-10-17 02:47:08] "GET /projects?obj_uuids=fecbe476-0027-440f-8919-f01de19f1790&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001472 10.0.0.43 - - [2024-10-17 02:47:08] "GET /project/fecbe476-0027-440f-8919-f01de19f1790?fields=security_groups HTTP/1.1" 200 1261 0.026295 10.0.0.43 - - [2024-10-17 02:47:09] "POST /fqname-to-id HTTP/1.1" 404 189 0.030402 10.0.0.43 - - [2024-10-17 02:47:09] "GET /projects?obj_uuids=b15fdee5-7efe-42cb-9c1a-a954f44296b1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003430 10.0.0.43 - - [2024-10-17 02:47:09] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001295 10.0.0.43 - - [2024-10-17 02:47:09] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007528 10.0.0.43 - - [2024-10-17 02:47:09] "POST /id-to-fqname HTTP/1.1" 200 191 0.002617 10.0.0.43 - - [2024-10-17 02:47:09] "POST /fqname-to-id HTTP/1.1" 404 200 0.003024 10.0.0.43 - - [2024-10-17 02:47:09] "POST /security-groups HTTP/1.1" 200 592 0.067531 10.0.0.43 - - [2024-10-17 02:47:09] "POST /fqname-to-id HTTP/1.1" 404 235 0.003140 10.0.0.43 - - [2024-10-17 02:47:09] "POST /projects HTTP/1.1" 200 587 0.225870 10.0.0.43 - - [2024-10-17 02:47:09] "POST /access-control-lists HTTP/1.1" 200 597 0.061068 10.0.0.43 - - [2024-10-17 02:47:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.308466 10.0.0.43 - - [2024-10-17 02:47:09] "POST /fqname-to-id HTTP/1.1" 404 234 0.003350 10.0.0.43 - - [2024-10-17 02:47:09] "GET /project/b15fdee5-7efe-42cb-9c1a-a954f44296b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.437607 10.0.0.43 - - [2024-10-17 02:47:09] "POST /access-control-lists HTTP/1.1" 200 595 0.063638 10.0.0.43 - - [2024-10-17 02:47:10] "GET / HTTP/1.1" 200 35931 0.002837 10.0.0.43 - - [2024-10-17 02:47:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000700 10.0.0.43 - - [2024-10-17 02:47:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.063862 10.0.0.43 - - [2024-10-17 02:47:11] "GET /projects?obj_uuids=b15fdee5-7efe-42cb-9c1a-a954f44296b1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001395 10.0.0.43 - - [2024-10-17 02:47:11] "GET /project/b15fdee5-7efe-42cb-9c1a-a954f44296b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.022525 10.0.0.43 - - [2024-10-17 02:47:11] "POST /neutron/network HTTP/1.1" 200 117 0.037244 10.0.0.43 - - [2024-10-17 02:47:12] "GET /projects?obj_uuids=b15fdee5-7efe-42cb-9c1a-a954f44296b1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002152 10.0.0.43 - - [2024-10-17 02:47:12] "POST /neutron/network HTTP/1.1" 200 606 0.071219 10.0.0.43 - - [2024-10-17 02:47:12] "POST /route-targets HTTP/1.1" 200 327 0.011773 10.0.0.43 - - [2024-10-17 02:47:12] "POST /ref-update HTTP/1.1" 200 156 0.013689 10.0.0.43 - - [2024-10-17 02:47:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003042 10.0.0.43 - - [2024-10-17 02:47:12] "POST /neutron/subnet HTTP/1.1" 200 720 0.456353 10.0.0.43 - - [2024-10-17 02:47:12] "POST /neutron/network HTTP/1.1" 200 824 0.006802 10.0.0.43 - - [2024-10-17 02:47:12] "POST /id-to-fqname HTTP/1.1" 200 221 0.001529 10.0.0.43 - - [2024-10-17 02:47:12] "GET /virtual-network/e173ee4c-f550-465a-9342-21f93133a298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.003581 10.0.0.43 - - [2024-10-17 02:47:12] "POST /neutron/network HTTP/1.1" 200 824 0.006985 10.0.0.43 - - [2024-10-17 02:47:12] "GET /virtual-network/e173ee4c-f550-465a-9342-21f93133a298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.003136 10.0.0.43 - - [2024-10-17 02:47:12] "POST /neutron/network HTTP/1.1" 200 824 0.006700 10.0.0.43 - - [2024-10-17 02:47:12] "POST /neutron/subnet HTTP/1.1" 200 720 0.007686 10.0.0.43 - - [2024-10-17 02:47:12] "POST /id-to-fqname HTTP/1.1" 200 221 0.001517 10.0.0.43 - - [2024-10-17 02:47:12] "POST /neutron/network HTTP/1.1" 200 834 0.007477 10.0.0.43 - - [2024-10-17 02:47:12] "GET /aaa-mode HTTP/1.1" 401 292 0.000642 10.0.0.43 - - [2024-10-17 02:47:13] "GET / HTTP/1.1" 200 35931 0.003642 10.0.0.43 - - [2024-10-17 02:47:13] "GET /project/b15fdee5-7efe-42cb-9c1a-a954f44296b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000685 10.0.0.43 - - [2024-10-17 02:47:13] "GET /projects?obj_uuids=b15fdee5-7efe-42cb-9c1a-a954f44296b1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001385 10.0.0.43 - - [2024-10-17 02:47:13] "GET /project/b15fdee5-7efe-42cb-9c1a-a954f44296b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.047504 10.0.0.43 - - [2024-10-17 02:47:13] "POST /neutron/network HTTP/1.1" 200 824 0.007271 10.0.0.43 - - [2024-10-17 02:47:13] "POST /neutron/port HTTP/1.1" 200 117 0.005990 10.0.0.43 - - [2024-10-17 02:47:13] "POST /neutron/port HTTP/1.1" 200 117 0.006188 10.0.0.43 - - [2024-10-17 02:47:13] "POST /id-to-fqname HTTP/1.1" 200 221 0.001651 10.0.0.43 - - [2024-10-17 02:47:14] "POST /neutron/port HTTP/1.1" 200 117 0.006759 10.0.0.43 - - [2024-10-17 02:47:14] "POST /neutron/network HTTP/1.1" 200 834 0.006686 10.0.0.43 - - [2024-10-17 02:47:14] "GET /aaa-mode HTTP/1.1" 401 292 0.000509 10.0.0.43 - - [2024-10-17 02:47:14] "POST /neutron/network HTTP/1.1" 200 834 0.007616 10.0.0.43 - - [2024-10-17 02:47:14] "GET /projects?obj_uuids=b15fdee5-7efe-42cb-9c1a-a954f44296b1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001472 10.0.0.43 - - [2024-10-17 02:47:14] "GET / HTTP/1.1" 200 35931 0.002274 10.0.0.43 - - [2024-10-17 02:47:14] "GET /project/b15fdee5-7efe-42cb-9c1a-a954f44296b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000650 10.0.0.43 - - [2024-10-17 02:47:14] "POST /neutron/port HTTP/1.1" 200 1060 0.238342 10.0.0.43 - - [2024-10-17 02:47:14] "POST /neutron/port HTTP/1.1" 200 1060 0.011455 10.0.0.43 - - [2024-10-17 02:47:14] "POST /neutron/port HTTP/1.1" 200 1060 0.012304 10.0.0.43 - - [2024-10-17 02:47:14] "POST /neutron/port HTTP/1.1" 200 1114 0.063313 10.0.0.43 - - [2024-10-17 02:47:14] "POST /neutron/port HTTP/1.1" 200 1088 0.016941 10.0.0.43 - - [2024-10-17 02:47:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003916 10.0.0.43 - - [2024-10-17 02:47:14] "POST /neutron/subnet HTTP/1.1" 200 694 0.013012 10.0.0.43 - - [2024-10-17 02:47:14] "POST /neutron/port HTTP/1.1" 200 117 0.001556 10.0.0.43 - - [2024-10-17 02:47:14] "POST /neutron/network HTTP/1.1" 200 824 0.006421 10.0.0.43 - - [2024-10-17 02:47:14] "GET /projects?obj_uuids=b15fdee5-7efe-42cb-9c1a-a954f44296b1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001324 10.0.0.43 - - [2024-10-17 02:47:14] "GET /project/b15fdee5-7efe-42cb-9c1a-a954f44296b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.051640 10.0.0.43 - - [2024-10-17 02:47:15] "POST /neutron/network HTTP/1.1" 200 824 0.007379 10.0.0.43 - - [2024-10-17 02:47:15] "POST /neutron/port HTTP/1.1" 200 1088 0.018285 10.0.0.43 - - [2024-10-17 02:47:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007593 10.0.0.43 - - [2024-10-17 02:47:15] "POST /neutron/port HTTP/1.1" 200 117 0.006019 10.0.0.43 - - [2024-10-17 02:47:15] "POST /neutron/port HTTP/1.1" 200 1088 0.017364 10.0.0.43 - - [2024-10-17 02:47:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008199 10.0.0.43 - - [2024-10-17 02:47:15] "POST /neutron/network HTTP/1.1" 200 834 0.006840 10.0.0.43 - - [2024-10-17 02:47:15] "GET /projects?obj_uuids=b15fdee5-7efe-42cb-9c1a-a954f44296b1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001477 10.0.0.43 - - [2024-10-17 02:47:15] "POST /neutron/port HTTP/1.1" 200 1060 0.277493 10.0.0.43 - - [2024-10-17 02:47:15] "POST /neutron/port HTTP/1.1" 200 1060 0.014063 10.0.0.43 - - [2024-10-17 02:47:15] "POST /neutron/port HTTP/1.1" 200 1060 0.011882 10.0.0.43 - - [2024-10-17 02:47:16] "POST /neutron/port HTTP/1.1" 200 1114 0.083287 10.0.0.43 - - [2024-10-17 02:47:16] "POST /neutron/port HTTP/1.1" 200 1088 0.016690 10.0.0.43 - - [2024-10-17 02:47:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005812 10.0.0.43 - - [2024-10-17 02:47:16] "POST /neutron/subnet HTTP/1.1" 200 694 0.013293 10.0.0.43 - - [2024-10-17 02:47:16] "POST /neutron/port HTTP/1.1" 200 117 0.001527 10.0.0.43 - - [2024-10-17 02:47:16] "POST /neutron/network HTTP/1.1" 200 824 0.006452 10.0.0.43 - - [2024-10-17 02:47:20] "POST /neutron/port HTTP/1.1" 200 1088 0.030868 10.0.0.43 - - [2024-10-17 02:47:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008732 10.0.0.43 - - [2024-10-17 02:47:20] "POST /neutron/port HTTP/1.1" 200 1088 0.020678 10.0.0.43 - - [2024-10-17 02:47:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007681 10.0.0.43 - - [2024-10-17 02:47:20] "POST /neutron/port HTTP/1.1" 200 1088 0.017509 10.0.0.43 - - [2024-10-17 02:47:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007751 10.0.0.43 - - [2024-10-17 02:47:20] "GET /virtual-machine/470bd91c-5087-4cd7-99fc-e77fdc8fc4a5 HTTP/1.1" 401 292 0.000565 10.0.0.43 - - [2024-10-17 02:47:21] "GET /virtual-machine/470bd91c-5087-4cd7-99fc-e77fdc8fc4a5 HTTP/1.1" 200 1293 0.039461 10.0.0.43 - - [2024-10-17 02:47:21] "GET /virtual-machine-interface/a43e888e-51cf-4772-b543-f41b9a5dc3a8 HTTP/1.1" 200 2947 0.003618 10.0.0.43 - - [2024-10-17 02:47:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.43 - - [2024-10-17 02:47:21] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004108 10.0.0.43 - - [2024-10-17 02:47:21] "GET /virtual-networks?parent_id=b15fdee5-7efe-42cb-9c1a-a954f44296b1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003491 10.0.0.43 - - [2024-10-17 02:47:21] "GET /virtual-network/e173ee4c-f550-465a-9342-21f93133a298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004454 10.0.0.43 - - [2024-10-17 02:47:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.43 - - [2024-10-17 02:47:24] "GET /virtual-network/e173ee4c-f550-465a-9342-21f93133a298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.003412 10.0.0.43 - - [2024-10-17 02:47:24] "POST /neutron/port HTTP/1.1" 200 1088 0.022384 10.0.0.43 - - [2024-10-17 02:47:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008206 10.0.0.43 - - [2024-10-17 02:47:25] "POST /neutron/port HTTP/1.1" 200 1088 0.017400 10.0.0.43 - - [2024-10-17 02:47:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006502 10.0.0.43 - - [2024-10-17 02:47:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.43 - - [2024-10-17 02:47:26] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003143 10.0.0.43 - - [2024-10-17 02:47:26] "GET /virtual-networks?parent_id=b15fdee5-7efe-42cb-9c1a-a954f44296b1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003558 10.0.0.43 - - [2024-10-17 02:47:26] "GET /virtual-network/e173ee4c-f550-465a-9342-21f93133a298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.003711 10.0.0.43 - - [2024-10-17 02:47:26] "POST /neutron/port HTTP/1.1" 200 1088 0.031565 10.0.0.43 - - [2024-10-17 02:47:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011037 10.0.0.43 - - [2024-10-17 02:47:26] "POST /neutron/port HTTP/1.1" 200 1088 0.016692 10.0.0.43 - - [2024-10-17 02:47:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008104 10.0.0.43 - - [2024-10-17 02:47:27] "POST /neutron/port HTTP/1.1" 200 1088 0.017540 10.0.0.43 - - [2024-10-17 02:47:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008011 10.0.0.43 - - [2024-10-17 02:47:27] "GET /virtual-machine/35e43ad9-abb2-4560-baaa-775324842d6d HTTP/1.1" 200 1293 0.005633 10.0.0.43 - - [2024-10-17 02:47:27] "GET /virtual-machine-interface/fc51d742-de3d-4427-8848-43a612169a22 HTTP/1.1" 200 2946 0.004537 10.0.0.43 - - [2024-10-17 02:47:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.43 - - [2024-10-17 02:47:27] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003560 10.0.0.43 - - [2024-10-17 02:47:27] "GET /virtual-networks?parent_id=b15fdee5-7efe-42cb-9c1a-a954f44296b1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003679 10.0.0.43 - - [2024-10-17 02:47:27] "GET /virtual-network/e173ee4c-f550-465a-9342-21f93133a298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.003786 10.0.0.43 - - [2024-10-17 02:47:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004314 10.0.0.43 - - [2024-10-17 02:47:28] "DELETE /project/b15fdee57efe42cb9c1aa954f44296b1 HTTP/1.1" 404 173 0.041353 10.0.0.43 - - [2024-10-17 02:47:28] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004416 10.0.0.43 - - [2024-10-17 02:47:28] "GET /virtual-networks?parent_id=b15fdee5-7efe-42cb-9c1a-a954f44296b1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004730 10.0.0.43 - - [2024-10-17 02:47:28] "GET /projects?obj_uuids=fecbe476-0027-440f-8919-f01de19f1790&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001639 10.0.0.43 - - [2024-10-17 02:47:28] "GET /project/fecbe476-0027-440f-8919-f01de19f1790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.061038 10.0.0.43 - - [2024-10-17 02:47:28] "GET /projects?obj_uuids=fecbe476-0027-440f-8919-f01de19f1790&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002503 10.0.0.43 - - [2024-10-17 02:47:28] "GET /virtual-network/e173ee4c-f550-465a-9342-21f93133a298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.003918 10.0.0.43 - - [2024-10-17 02:47:28] "GET /project/fecbe476-0027-440f-8919-f01de19f1790?fields=security_groups HTTP/1.1" 200 1366 0.071908 10.0.0.43 - - [2024-10-17 02:47:28] "DELETE /security-group/67228918-beb8-4100-8abe-026e69ef1a72 HTTP/1.1" 200 115 0.062119 10.0.0.43 - - [2024-10-17 02:47:28] "GET /projects?obj_uuids=fecbe476-0027-440f-8919-f01de19f1790&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002060 10.0.0.43 - - [2024-10-17 02:47:28] "DELETE /access-control-list/b3af49e2-f7a3-4e08-a58a-cb518b77d77f HTTP/1.1" 200 115 0.042582 10.0.0.43 - - [2024-10-17 02:47:28] "GET /project/fecbe476-0027-440f-8919-f01de19f1790?fields=application_policy_sets HTTP/1.1" 200 1405 0.042140 10.0.0.43 - - [2024-10-17 02:47:28] "DELETE /access-control-list/4b875f7a-aee9-4c1c-9c8e-b9dfdf2ac3db HTTP/1.1" 200 115 0.046557 10.0.0.43 - - [2024-10-17 02:47:28] "DELETE /project/fecbe476-0027-440f-8919-f01de19f1790 HTTP/1.1" 200 115 0.467235 10.0.0.43 - - [2024-10-17 02:47:33] "POST /neutron/network HTTP/1.1" 200 824 0.009058 10.0.0.43 - - [2024-10-17 02:47:33] "POST /neutron/network HTTP/1.1" 400 204 0.011691 10.0.0.43 - - [2024-10-17 02:47:34] "POST /neutron/port HTTP/1.1" 200 1088 0.020791 10.0.0.43 - - [2024-10-17 02:47:34] "POST /neutron/port HTTP/1.1" 200 1088 0.022224 10.0.0.43 - - [2024-10-17 02:47:34] "POST /neutron/port HTTP/1.1" 200 1114 0.012641 10.0.0.43 - - [2024-10-17 02:47:34] "POST /neutron/port HTTP/1.1" 200 1114 0.012419 10.0.0.43 - - [2024-10-17 02:47:34] "POST /neutron/port HTTP/1.1" 200 151 0.157555 10.0.0.43 - - [2024-10-17 02:47:34] "POST /neutron/port HTTP/1.1" 200 151 0.140022 10.0.0.43 - - [2024-10-17 02:47:35] "POST /neutron/network HTTP/1.1" 200 824 0.006992 10.0.0.43 - - [2024-10-17 02:47:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005546 10.0.0.43 - - [2024-10-17 02:47:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001400 10.0.0.43 - - [2024-10-17 02:47:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001223 10.0.0.43 - - [2024-10-17 02:47:35] "POST /neutron/network HTTP/1.1" 200 151 0.088380 10.0.0.43 - - [2024-10-17 02:47:35] "DELETE /route-target/efdae4c2-d07f-4b56-8c3d-8102dca71947 HTTP/1.1" 200 115 0.017991 10.0.0.43 - - [2024-10-17 02:47:35] "GET /projects?obj_uuids=b15fdee5-7efe-42cb-9c1a-a954f44296b1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001939 10.0.0.43 - - [2024-10-17 02:47:35] "GET /project/b15fdee5-7efe-42cb-9c1a-a954f44296b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.061526 10.0.0.43 - - [2024-10-17 02:47:36] "GET /projects?obj_uuids=b15fdee5-7efe-42cb-9c1a-a954f44296b1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002712 10.0.0.43 - - [2024-10-17 02:47:36] "GET /project/b15fdee5-7efe-42cb-9c1a-a954f44296b1?fields=virtual_networks HTTP/1.1" 200 1035 0.072451 10.0.0.43 - - [2024-10-17 02:47:36] "GET /projects?obj_uuids=b15fdee5-7efe-42cb-9c1a-a954f44296b1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001363 10.0.0.43 - - [2024-10-17 02:47:36] "GET /project/b15fdee5-7efe-42cb-9c1a-a954f44296b1?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.024964 10.0.0.43 - - [2024-10-17 02:47:36] "GET /projects?obj_uuids=b15fdee5-7efe-42cb-9c1a-a954f44296b1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001393 10.0.0.43 - - [2024-10-17 02:47:36] "GET /project/b15fdee5-7efe-42cb-9c1a-a954f44296b1?fields=security_groups HTTP/1.1" 200 1262 0.023206 10.0.0.43 - - [2024-10-17 02:47:37] "POST /fqname-to-id HTTP/1.1" 404 188 0.029385 10.0.0.43 - - [2024-10-17 02:47:37] "GET /projects?obj_uuids=919247f2-343e-4e49-b29b-7f365d336ceb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002882 10.0.0.43 - - [2024-10-17 02:47:37] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001364 10.0.0.43 - - [2024-10-17 02:47:37] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008206 10.0.0.43 - - [2024-10-17 02:47:37] "POST /id-to-fqname HTTP/1.1" 200 190 0.001483 10.0.0.43 - - [2024-10-17 02:47:37] "POST /fqname-to-id HTTP/1.1" 404 199 0.002714 10.0.0.43 - - [2024-10-17 02:47:37] "POST /security-groups HTTP/1.1" 200 591 0.063403 10.0.0.43 - - [2024-10-17 02:47:37] "POST /fqname-to-id HTTP/1.1" 404 234 0.003521 10.0.0.43 - - [2024-10-17 02:47:37] "POST /projects HTTP/1.1" 200 585 0.213252 10.0.0.43 - - [2024-10-17 02:47:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.288279 10.0.0.43 - - [2024-10-17 02:47:37] "POST /access-control-lists HTTP/1.1" 200 596 0.059619 10.0.0.43 - - [2024-10-17 02:47:37] "POST /fqname-to-id HTTP/1.1" 404 233 0.003515 10.0.0.43 - - [2024-10-17 02:47:37] "GET /project/919247f2-343e-4e49-b29b-7f365d336ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.418171 10.0.0.43 - - [2024-10-17 02:47:37] "POST /access-control-lists HTTP/1.1" 200 594 0.063385 10.0.0.43 - - [2024-10-17 02:47:38] "GET /obj-perms HTTP/1.1" 200 5056 0.081500 10.0.0.43 - - [2024-10-17 02:47:38] "GET /obj-perms HTTP/1.1" 200 5056 0.120397 10.0.0.43 - - [2024-10-17 02:47:39] "GET / HTTP/1.1" 200 35931 0.001955 10.0.0.43 - - [2024-10-17 02:47:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000580 10.0.0.43 - - [2024-10-17 02:47:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.068958 10.0.0.43 - - [2024-10-17 02:47:40] "GET /projects?obj_uuids=919247f2-343e-4e49-b29b-7f365d336ceb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001443 10.0.0.43 - - [2024-10-17 02:47:40] "GET /project/919247f2-343e-4e49-b29b-7f365d336ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.021784 10.0.0.43 - - [2024-10-17 02:47:40] "POST /neutron/network HTTP/1.1" 200 117 0.047512 10.0.0.43 - - [2024-10-17 02:47:40] "GET /projects?obj_uuids=919247f2-343e-4e49-b29b-7f365d336ceb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001517 10.0.0.43 - - [2024-10-17 02:47:40] "POST /neutron/network HTTP/1.1" 200 625 0.071669 10.0.0.43 - - [2024-10-17 02:47:41] "POST /route-targets HTTP/1.1" 200 327 0.011875 10.0.0.43 - - [2024-10-17 02:47:41] "POST /ref-update HTTP/1.1" 200 156 0.011016 10.0.0.43 - - [2024-10-17 02:47:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002938 10.0.0.43 - - [2024-10-17 02:47:41] "POST /neutron/subnet HTTP/1.1" 200 701 0.185338 10.0.0.43 - - [2024-10-17 02:47:41] "POST /neutron/network HTTP/1.1" 200 839 0.005908 10.0.0.43 - - [2024-10-17 02:47:41] "POST /id-to-fqname HTTP/1.1" 200 230 0.001370 10.0.0.43 - - [2024-10-17 02:47:41] "GET /virtual-network/0e7b1da9-7f8a-4e5b-9679-44875ccc878e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003126 10.0.0.43 - - [2024-10-17 02:47:41] "POST /neutron/network HTTP/1.1" 200 839 0.006479 10.0.0.43 - - [2024-10-17 02:47:41] "GET /virtual-network/0e7b1da9-7f8a-4e5b-9679-44875ccc878e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003161 10.0.0.43 - - [2024-10-17 02:47:41] "POST /neutron/network HTTP/1.1" 200 839 0.006730 10.0.0.43 - - [2024-10-17 02:47:41] "POST /neutron/subnet HTTP/1.1" 200 701 0.009121 10.0.0.43 - - [2024-10-17 02:47:41] "POST /neutron/network HTTP/1.1" 200 839 0.006238 10.0.0.43 - - [2024-10-17 02:47:41] "POST /id-to-fqname HTTP/1.1" 200 230 0.001389 10.0.0.43 - - [2024-10-17 02:47:41] "POST /neutron/network HTTP/1.1" 200 849 0.006800 10.0.0.43 - - [2024-10-17 02:47:41] "GET /aaa-mode HTTP/1.1" 401 292 0.000623 10.0.0.43 - - [2024-10-17 02:47:41] "GET / HTTP/1.1" 200 35931 0.002127 10.0.0.43 - - [2024-10-17 02:47:41] "GET /project/919247f2-343e-4e49-b29b-7f365d336ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000570 10.0.0.43 - - [2024-10-17 02:47:42] "GET /projects?obj_uuids=919247f2-343e-4e49-b29b-7f365d336ceb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001316 10.0.0.43 - - [2024-10-17 02:47:42] "GET /project/919247f2-343e-4e49-b29b-7f365d336ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.051009 10.0.0.43 - - [2024-10-17 02:47:42] "POST /neutron/network HTTP/1.1" 200 839 0.033653 10.0.0.43 - - [2024-10-17 02:47:42] "POST /neutron/port HTTP/1.1" 200 117 0.007181 10.0.0.43 - - [2024-10-17 02:47:42] "POST /neutron/port HTTP/1.1" 200 117 0.005891 10.0.0.43 - - [2024-10-17 02:47:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.43 - - [2024-10-17 02:47:42] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003317 10.0.0.43 - - [2024-10-17 02:47:42] "PUT /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f HTTP/1.1" 200 276 0.013486 10.0.0.43 - - [2024-10-17 02:47:42] "POST /neutron/port HTTP/1.1" 200 117 0.007766 10.0.0.43 - - [2024-10-17 02:47:43] "POST /neutron/network HTTP/1.1" 200 849 0.006698 10.0.0.43 - - [2024-10-17 02:47:43] "GET /projects?obj_uuids=919247f2-343e-4e49-b29b-7f365d336ceb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001633 10.0.0.43 - - [2024-10-17 02:47:43] "POST /neutron/port HTTP/1.1" 200 1055 0.239221 10.0.0.43 - - [2024-10-17 02:47:43] "POST /neutron/port HTTP/1.1" 200 1055 0.042267 10.0.0.43 - - [2024-10-17 02:47:43] "POST /neutron/port HTTP/1.1" 200 1055 0.012245 10.0.0.43 - - [2024-10-17 02:47:43] "POST /neutron/port HTTP/1.1" 200 1109 0.069092 10.0.0.43 - - [2024-10-17 02:47:43] "POST /neutron/port HTTP/1.1" 200 1083 0.017183 10.0.0.43 - - [2024-10-17 02:47:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003919 10.0.0.43 - - [2024-10-17 02:47:43] "POST /neutron/subnet HTTP/1.1" 200 675 0.010913 10.0.0.43 - - [2024-10-17 02:47:43] "POST /neutron/port HTTP/1.1" 200 117 0.001647 10.0.0.43 - - [2024-10-17 02:47:43] "POST /neutron/network HTTP/1.1" 200 839 0.007099 10.0.0.43 - - [2024-10-17 02:47:47] "POST /neutron/port HTTP/1.1" 200 1083 0.016832 10.0.0.43 - - [2024-10-17 02:47:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009701 10.0.0.43 - - [2024-10-17 02:47:48] "POST /neutron/port HTTP/1.1" 200 1083 0.016826 10.0.0.43 - - [2024-10-17 02:47:48] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006980 10.0.0.43 - - [2024-10-17 02:47:48] "POST /neutron/port HTTP/1.1" 200 1083 0.016708 10.0.0.43 - - [2024-10-17 02:47:48] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007164 10.0.0.43 - - [2024-10-17 02:47:48] "GET /virtual-machine/ba1e7f04-da96-4a7c-bb42-100eff5f866e HTTP/1.1" 401 292 0.000550 10.0.0.43 - - [2024-10-17 02:47:48] "GET /virtual-machine/ba1e7f04-da96-4a7c-bb42-100eff5f866e HTTP/1.1" 200 1293 0.034659 10.0.0.43 - - [2024-10-17 02:47:48] "GET /virtual-machine-interface/1cd817d1-a4ad-4209-b86c-b47aeaf63ad7 HTTP/1.1" 200 2971 0.003978 10.0.0.43 - - [2024-10-17 02:47:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.43 - - [2024-10-17 02:47:48] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1827 0.003353 10.0.0.43 - - [2024-10-17 02:47:48] "GET /virtual-networks?parent_id=919247f2-343e-4e49-b29b-7f365d336ceb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003496 10.0.0.43 - - [2024-10-17 02:47:48] "GET /virtual-network/0e7b1da9-7f8a-4e5b-9679-44875ccc878e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003860 10.0.0.43 - - [2024-10-17 02:47:51] "POST /neutron/port HTTP/1.1" 200 1083 0.017401 10.0.0.43 - - [2024-10-17 02:47:51] "POST /neutron/port HTTP/1.1" 200 1083 0.017301 10.0.0.43 - - [2024-10-17 02:47:51] "POST /neutron/network HTTP/1.1" 200 849 0.006400 10.0.0.43 - - [2024-10-17 02:47:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003600 10.0.0.43 - - [2024-10-17 02:47:51] "POST /neutron/subnet HTTP/1.1" 200 675 0.012146 10.0.0.43 - - [2024-10-17 02:47:51] "POST /neutron/port HTTP/1.1" 200 117 0.001612 10.0.0.43 - - [2024-10-17 02:47:51] "POST /neutron/network HTTP/1.1" 200 839 0.006512 10.0.0.43 - - [2024-10-17 02:47:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.43 - - [2024-10-17 02:47:51] "GET /virtual-network/0e7b1da9-7f8a-4e5b-9679-44875ccc878e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003298 10.0.0.43 - - [2024-10-17 02:47:53] "POST /neutron/port HTTP/1.1" 200 1083 0.016873 10.0.0.43 - - [2024-10-17 02:47:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006343 10.0.0.43 - - [2024-10-17 02:47:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.43 - - [2024-10-17 02:47:54] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1827 0.003750 10.0.0.43 - - [2024-10-17 02:47:54] "GET /virtual-networks?parent_id=919247f2-343e-4e49-b29b-7f365d336ceb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004957 10.0.0.43 - - [2024-10-17 02:47:54] "GET /virtual-network/0e7b1da9-7f8a-4e5b-9679-44875ccc878e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004192 10.0.0.43 - - [2024-10-17 02:47:54] "POST /neutron/port HTTP/1.1" 200 1083 0.020369 10.0.0.43 - - [2024-10-17 02:47:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008193 10.0.0.43 - - [2024-10-17 02:48:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.43 - - [2024-10-17 02:48:01] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1827 0.005746 10.0.0.43 - - [2024-10-17 02:48:01] "PUT /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f HTTP/1.1" 200 276 0.011351 10.0.0.43 - - [2024-10-17 02:48:01] "POST /neutron/network HTTP/1.1" 200 839 0.014730 10.0.0.43 - - [2024-10-17 02:48:01] "POST /neutron/network HTTP/1.1" 400 204 0.020731 10.0.0.43 - - [2024-10-17 02:48:02] "POST /neutron/port HTTP/1.1" 200 1083 0.020164 10.0.0.43 - - [2024-10-17 02:48:02] "POST /neutron/port HTTP/1.1" 200 1109 0.012116 10.0.0.43 - - [2024-10-17 02:48:02] "POST /neutron/port HTTP/1.1" 200 151 0.146291 10.0.0.43 - - [2024-10-17 02:48:03] "POST /neutron/network HTTP/1.1" 200 839 0.006944 10.0.0.43 - - [2024-10-17 02:48:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001595 10.0.0.43 - - [2024-10-17 02:48:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001258 10.0.0.43 - - [2024-10-17 02:48:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006932 10.0.0.43 - - [2024-10-17 02:48:03] "POST /neutron/network HTTP/1.1" 200 151 0.088217 10.0.0.43 - - [2024-10-17 02:48:03] "DELETE /route-target/d0b224ac-3646-4952-a952-346231247b51 HTTP/1.1" 200 115 0.017356 10.0.0.43 - - [2024-10-17 02:48:04] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.004927 10.0.0.43 - - [2024-10-17 02:48:04] "POST /network-ipams HTTP/1.1" 200 541 0.022387 10.0.0.43 - - [2024-10-17 02:48:04] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.003723 10.0.0.43 - - [2024-10-17 02:48:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.43 - - [2024-10-17 02:48:04] "GET /network-ipam/4e9a5f19-1abc-45be-afdc-f2f9f941ad58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.004980 10.0.0.43 - - [2024-10-17 02:48:04] "PUT /network-ipam/4e9a5f19-1abc-45be-afdc-f2f9f941ad58 HTTP/1.1" 200 258 0.011345 10.0.0.43 - - [2024-10-17 02:48:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.43 - - [2024-10-17 02:48:04] "GET /projects?obj_uuids=919247f2-343e-4e49-b29b-7f365d336ceb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001556 10.0.0.43 - - [2024-10-17 02:48:04] "GET /project/919247f2-343e-4e49-b29b-7f365d336ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.028504 10.0.0.43 - - [2024-10-17 02:48:04] "POST /neutron/network HTTP/1.1" 200 117 0.008560 10.0.0.43 - - [2024-10-17 02:48:04] "GET /projects?obj_uuids=919247f2-343e-4e49-b29b-7f365d336ceb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001549 10.0.0.43 - - [2024-10-17 02:48:04] "POST /neutron/network HTTP/1.1" 200 605 0.082176 10.0.0.43 - - [2024-10-17 02:48:04] "POST /route-targets HTTP/1.1" 200 327 0.013051 10.0.0.43 - - [2024-10-17 02:48:04] "POST /ref-update HTTP/1.1" 200 156 0.024053 10.0.0.43 - - [2024-10-17 02:48:05] "POST /useragent-kv HTTP/1.1" 200 115 0.005042 10.0.0.43 - - [2024-10-17 02:48:05] "POST /neutron/subnet HTTP/1.1" 200 699 0.213075 10.0.0.43 - - [2024-10-17 02:48:05] "POST /useragent-kv HTTP/1.1" 200 115 0.004935 10.0.0.43 - - [2024-10-17 02:48:05] "POST /neutron/subnet HTTP/1.1" 200 699 0.177145 10.0.0.43 - - [2024-10-17 02:48:05] "POST /neutron/network HTTP/1.1" 200 994 0.009726 10.0.0.43 - - [2024-10-17 02:48:05] "POST /id-to-fqname HTTP/1.1" 200 220 0.001928 10.0.0.43 - - [2024-10-17 02:48:05] "GET /virtual-network/c46e66a8-e4b4-47f8-9ec5-fadf718b260f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004806 10.0.0.43 - - [2024-10-17 02:48:05] "POST /neutron/network HTTP/1.1" 200 994 0.008572 10.0.0.43 - - [2024-10-17 02:48:05] "GET /virtual-network/c46e66a8-e4b4-47f8-9ec5-fadf718b260f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.003431 10.0.0.43 - - [2024-10-17 02:48:05] "POST /neutron/network HTTP/1.1" 200 994 0.009066 10.0.0.43 - - [2024-10-17 02:48:05] "POST /neutron/subnet HTTP/1.1" 200 699 0.009899 10.0.0.43 - - [2024-10-17 02:48:05] "POST /neutron/subnet HTTP/1.1" 200 699 0.009378 10.0.0.43 - - [2024-10-17 02:48:05] "POST /neutron/network HTTP/1.1" 200 994 0.008259 10.0.0.43 - - [2024-10-17 02:48:05] "POST /neutron/subnet HTTP/1.1" 200 699 0.007690 10.0.0.43 - - [2024-10-17 02:48:05] "POST /neutron/subnet HTTP/1.1" 200 699 0.007543 10.0.0.43 - - [2024-10-17 02:48:05] "GET /projects?obj_uuids=919247f2-343e-4e49-b29b-7f365d336ceb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001791 10.0.0.43 - - [2024-10-17 02:48:05] "POST /neutron/port HTTP/1.1" 200 1017 0.155471 10.0.0.43 - - [2024-10-17 02:48:05] "GET /projects?obj_uuids=919247f2-343e-4e49-b29b-7f365d336ceb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001484 10.0.0.43 - - [2024-10-17 02:48:05] "POST /neutron/port HTTP/1.1" 200 1017 0.181426 10.0.0.43 - - [2024-10-17 02:48:05] "POST /id-to-fqname HTTP/1.1" 200 220 0.001701 10.0.0.43 - - [2024-10-17 02:48:06] "POST /neutron/port HTTP/1.1" 200 1017 0.010534 10.0.0.43 - - [2024-10-17 02:48:06] "POST /neutron/port HTTP/1.1" 200 1017 0.009015 10.0.0.43 - - [2024-10-17 02:48:06] "POST /neutron/network HTTP/1.1" 200 994 0.007881 10.0.0.43 - - [2024-10-17 02:48:06] "POST /neutron/port HTTP/1.1" 200 1017 0.008358 10.0.0.43 - - [2024-10-17 02:48:06] "POST /neutron/port HTTP/1.1" 200 117 0.008056 10.0.0.43 - - [2024-10-17 02:48:06] "POST /neutron/port HTTP/1.1" 200 117 0.006815 10.0.0.43 - - [2024-10-17 02:48:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.001615 10.0.0.43 - - [2024-10-17 02:48:06] "POST /neutron/port HTTP/1.1" 200 117 0.005734 10.0.0.43 - - [2024-10-17 02:48:06] "POST /neutron/port HTTP/1.1" 200 1017 0.008866 10.0.0.43 - - [2024-10-17 02:48:06] "POST /neutron/port HTTP/1.1" 200 1017 0.008438 10.0.0.43 - - [2024-10-17 02:48:06] "POST /neutron/network HTTP/1.1" 200 994 0.007823 10.0.0.43 - - [2024-10-17 02:48:06] "POST /neutron/port HTTP/1.1" 200 1017 0.009223 10.0.0.43 - - [2024-10-17 02:48:06] "POST /neutron/port HTTP/1.1" 200 1017 0.008866 10.0.0.43 - - [2024-10-17 02:48:06] "POST /neutron/port HTTP/1.1" 200 1017 0.008695 10.0.0.43 - - [2024-10-17 02:48:06] "POST /neutron/port HTTP/1.1" 200 117 0.007663 10.0.0.43 - - [2024-10-17 02:48:06] "POST /neutron/port HTTP/1.1" 200 117 0.005701 10.0.0.43 - - [2024-10-17 02:48:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.001527 10.0.0.43 - - [2024-10-17 02:48:06] "POST /neutron/port HTTP/1.1" 200 117 0.007361 10.0.0.43 - - [2024-10-17 02:48:07] "POST /neutron/network HTTP/1.1" 200 1004 0.008872 10.0.0.43 - - [2024-10-17 02:48:07] "GET /aaa-mode HTTP/1.1" 401 292 0.000587 10.0.0.43 - - [2024-10-17 02:48:07] "GET / HTTP/1.1" 200 35931 0.002068 10.0.0.43 - - [2024-10-17 02:48:07] "GET /project/919247f2-343e-4e49-b29b-7f365d336ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000770 10.0.0.43 - - [2024-10-17 02:48:07] "POST /neutron/port HTTP/1.1" 200 1017 0.009970 10.0.0.43 - - [2024-10-17 02:48:07] "POST /neutron/port HTTP/1.1" 200 1017 0.013574 10.0.0.43 - - [2024-10-17 02:48:07] "POST /neutron/network HTTP/1.1" 200 1004 0.010100 10.0.0.43 - - [2024-10-17 02:48:07] "POST /neutron/network HTTP/1.1" 200 1004 0.011160 10.0.0.43 - - [2024-10-17 02:48:07] "POST /neutron/port HTTP/1.1" 200 1017 0.008839 10.0.0.43 - - [2024-10-17 02:48:07] "POST /neutron/port HTTP/1.1" 200 1017 0.009947 10.0.0.43 - - [2024-10-17 02:48:07] "POST /neutron/port HTTP/1.1" 200 1017 0.012581 10.0.0.43 - - [2024-10-17 02:48:07] "POST /neutron/port HTTP/1.1" 200 1017 0.015272 10.0.0.43 - - [2024-10-17 02:48:07] "POST /neutron/port HTTP/1.1" 200 1109 0.134935 10.0.0.43 - - [2024-10-17 02:48:07] "POST /neutron/port HTTP/1.1" 200 1109 0.129784 10.0.0.43 - - [2024-10-17 02:48:07] "POST /neutron/port HTTP/1.1" 200 1083 0.020838 10.0.0.43 - - [2024-10-17 02:48:07] "POST /neutron/port HTTP/1.1" 200 1083 0.019227 10.0.0.43 - - [2024-10-17 02:48:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003560 10.0.0.43 - - [2024-10-17 02:48:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005821 10.0.0.43 - - [2024-10-17 02:48:07] "GET /projects?obj_uuids=919247f2-343e-4e49-b29b-7f365d336ceb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001564 10.0.0.43 - - [2024-10-17 02:48:07] "POST /neutron/subnet HTTP/1.1" 200 673 0.031529 10.0.0.43 - - [2024-10-17 02:48:07] "GET /project/919247f2-343e-4e49-b29b-7f365d336ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.065546 10.0.0.43 - - [2024-10-17 02:48:07] "POST /neutron/subnet HTTP/1.1" 200 673 0.023769 10.0.0.43 - - [2024-10-17 02:48:07] "POST /neutron/port HTTP/1.1" 200 117 0.001833 10.0.0.43 - - [2024-10-17 02:48:07] "POST /neutron/port HTTP/1.1" 200 117 0.001349 10.0.0.43 - - [2024-10-17 02:48:07] "POST /neutron/network HTTP/1.1" 200 994 0.011610 10.0.0.43 - - [2024-10-17 02:48:07] "POST /neutron/network HTTP/1.1" 200 994 0.013691 10.0.0.43 - - [2024-10-17 02:48:07] "POST /neutron/network HTTP/1.1" 200 994 0.012294 10.0.0.43 - - [2024-10-17 02:48:08] "POST /neutron/port HTTP/1.1" 200 2050 0.028172 10.0.0.43 - - [2024-10-17 02:48:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009542 10.0.0.43 - - [2024-10-17 02:48:08] "POST /neutron/port HTTP/1.1" 200 117 0.007104 10.0.0.43 - - [2024-10-17 02:48:08] "GET /domains HTTP/1.1" 200 280 0.003660 10.0.0.43 - - [2024-10-17 02:48:08] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001989 10.0.0.43 - - [2024-10-17 02:48:08] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed HTTP/1.1" 200 2761 0.012264 10.0.0.43 - - [2024-10-17 02:48:08] "GET /projects?obj_uuids=919247f2-343e-4e49-b29b-7f365d336ceb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002392 10.0.0.43 - - [2024-10-17 02:48:08] "GET /project/919247f2-343e-4e49-b29b-7f365d336ceb HTTP/1.1" 200 2843 0.095043 10.0.0.43 - - [2024-10-17 02:48:08] "GET /network-ipam/4e9a5f19-1abc-45be-afdc-f2f9f941ad58 HTTP/1.1" 200 2601 0.004970 10.0.0.43 - - [2024-10-17 02:48:08] "GET /domains HTTP/1.1" 200 280 0.011224 10.0.0.43 - - [2024-10-17 02:48:08] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001752 10.0.0.43 - - [2024-10-17 02:48:08] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed HTTP/1.1" 200 2761 0.012761 10.0.0.43 - - [2024-10-17 02:48:08] "GET /projects?obj_uuids=919247f2-343e-4e49-b29b-7f365d336ceb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001630 10.0.0.43 - - [2024-10-17 02:48:08] "GET /project/919247f2-343e-4e49-b29b-7f365d336ceb HTTP/1.1" 200 2843 0.081622 10.0.0.43 - - [2024-10-17 02:48:08] "GET /virtual-network/c46e66a8-e4b4-47f8-9ec5-fadf718b260f HTTP/1.1" 200 3780 0.008674 10.0.0.43 - - [2024-10-17 02:48:08] "GET /virtual-network/c46e66a8-e4b4-47f8-9ec5-fadf718b260f HTTP/1.1" 200 3780 0.003913 10.0.0.43 - - [2024-10-17 02:48:08] "GET /routing-instance/3821809c-98ec-431e-b826-b818cdefcb24 HTTP/1.1" 200 2380 0.004575 10.0.0.43 - - [2024-10-17 02:48:08] "GET /routing-instance/3821809c-98ec-431e-b826-b818cdefcb24 HTTP/1.1" 200 2380 0.005714 10.0.0.43 - - [2024-10-17 02:48:08] "GET /route-target/edf52117-dc24-43ad-b61a-c07f6fe60958 HTTP/1.1" 200 1205 0.004455 10.0.0.43 - - [2024-10-17 02:48:08] "GET /virtual-network/c46e66a8-e4b4-47f8-9ec5-fadf718b260f HTTP/1.1" 200 3780 0.004136 10.0.0.43 - - [2024-10-17 02:48:08] "GET /routing-instance/3821809c-98ec-431e-b826-b818cdefcb24 HTTP/1.1" 200 2380 0.005569 10.0.0.43 - - [2024-10-17 02:48:08] "GET /virtual-network/c46e66a8-e4b4-47f8-9ec5-fadf718b260f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.008666 10.0.0.43 - - [2024-10-17 02:48:08] "GET /virtual-network/c46e66a8-e4b4-47f8-9ec5-fadf718b260f HTTP/1.1" 200 3780 0.007895 10.0.0.43 - - [2024-10-17 02:48:08] "GET /routing-instance/3821809c-98ec-431e-b826-b818cdefcb24 HTTP/1.1" 200 2380 0.005998 10.0.0.43 - - [2024-10-17 02:48:08] "GET /routing-instance/3821809c-98ec-431e-b826-b818cdefcb24 HTTP/1.1" 200 2380 0.003847 10.0.0.43 - - [2024-10-17 02:48:08] "GET /route-target/edf52117-dc24-43ad-b61a-c07f6fe60958 HTTP/1.1" 200 1205 0.003908 10.0.0.43 - - [2024-10-17 02:48:08] "GET /domains HTTP/1.1" 200 280 0.003533 10.0.0.43 - - [2024-10-17 02:48:08] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001698 10.0.0.43 - - [2024-10-17 02:48:08] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed HTTP/1.1" 200 2761 0.010196 10.0.0.43 - - [2024-10-17 02:48:08] "GET /projects?obj_uuids=919247f2-343e-4e49-b29b-7f365d336ceb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003084 10.0.0.43 - - [2024-10-17 02:48:08] "POST /neutron/network HTTP/1.1" 200 1004 0.020788 10.0.0.43 - - [2024-10-17 02:48:08] "GET /projects?obj_uuids=919247f2-343e-4e49-b29b-7f365d336ceb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001400 10.0.0.43 - - [2024-10-17 02:48:08] "GET /project/919247f2-343e-4e49-b29b-7f365d336ceb HTTP/1.1" 200 2843 0.092858 10.0.0.43 - - [2024-10-17 02:48:08] "GET /virtual-network/c46e66a8-e4b4-47f8-9ec5-fadf718b260f HTTP/1.1" 200 3780 0.012086 10.0.0.43 - - [2024-10-17 02:48:09] "POST /neutron/port HTTP/1.1" 200 1055 0.344086 10.0.0.43 - - [2024-10-17 02:48:09] "POST /neutron/port HTTP/1.1" 200 1055 0.017850 10.0.0.43 - - [2024-10-17 02:48:09] "POST /neutron/port HTTP/1.1" 200 1055 0.042013 10.0.0.43 - - [2024-10-17 02:48:09] "GET /obj-perms HTTP/1.1" 200 5030 0.142222 10.0.0.43 - - [2024-10-17 02:48:09] "POST /neutron/port HTTP/1.1" 200 1109 0.165881 10.0.0.43 - - [2024-10-17 02:48:09] "POST /neutron/port HTTP/1.1" 200 1083 0.033811 10.0.0.43 - - [2024-10-17 02:48:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010953 10.0.0.43 - - [2024-10-17 02:48:09] "POST /neutron/port HTTP/1.1" 200 1083 0.023766 10.0.0.43 - - [2024-10-17 02:48:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004461 10.0.0.43 - - [2024-10-17 02:48:09] "POST /neutron/subnet HTTP/1.1" 200 673 0.016733 10.0.0.43 - - [2024-10-17 02:48:09] "POST /neutron/port HTTP/1.1" 200 117 0.001559 10.0.0.43 - - [2024-10-17 02:48:09] "POST /neutron/network HTTP/1.1" 200 994 0.011027 10.0.0.43 - - [2024-10-17 02:48:14] "POST /neutron/port HTTP/1.1" 200 1083 0.025719 10.0.0.43 - - [2024-10-17 02:48:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007978 10.0.0.43 - - [2024-10-17 02:48:14] "POST /neutron/port HTTP/1.1" 200 1083 0.019203 10.0.0.43 - - [2024-10-17 02:48:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007378 10.0.0.43 - - [2024-10-17 02:48:14] "POST /neutron/port HTTP/1.1" 200 1083 0.016938 10.0.0.43 - - [2024-10-17 02:48:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009166 10.0.0.43 - - [2024-10-17 02:48:14] "GET /virtual-machine/f85e488d-5b92-4fe4-92a6-933aeee966c1 HTTP/1.1" 200 1289 0.005380 10.0.0.43 - - [2024-10-17 02:48:14] "GET /virtual-machine-interface/333fc874-95e3-4a10-9471-f8c55755d775 HTTP/1.1" 200 2941 0.003879 10.0.0.43 - - [2024-10-17 02:48:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.43 - - [2024-10-17 02:48:14] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003382 10.0.0.43 - - [2024-10-17 02:48:14] "GET /virtual-networks?parent_id=919247f2-343e-4e49-b29b-7f365d336ceb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003608 10.0.0.43 - - [2024-10-17 02:48:14] "GET /virtual-network/c46e66a8-e4b4-47f8-9ec5-fadf718b260f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.003769 10.0.0.43 - - [2024-10-17 02:48:17] "POST /neutron/port HTTP/1.1" 200 1083 0.048676 10.0.0.43 - - [2024-10-17 02:48:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006965 10.0.0.43 - - [2024-10-17 02:48:17] "POST /neutron/port HTTP/1.1" 200 1083 0.023766 10.0.0.43 - - [2024-10-17 02:48:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006919 10.0.0.43 - - [2024-10-17 02:48:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.43 - - [2024-10-17 02:48:18] "GET /virtual-network/c46e66a8-e4b4-47f8-9ec5-fadf718b260f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004087 10.0.0.43 - - [2024-10-17 02:48:18] "POST /neutron/port HTTP/1.1" 200 1083 0.018019 10.0.0.43 - - [2024-10-17 02:48:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006780 10.0.0.43 - - [2024-10-17 02:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.43 - - [2024-10-17 02:48:20] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003486 10.0.0.43 - - [2024-10-17 02:48:20] "GET /virtual-networks?parent_id=919247f2-343e-4e49-b29b-7f365d336ceb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003656 10.0.0.43 - - [2024-10-17 02:48:20] "GET /virtual-network/c46e66a8-e4b4-47f8-9ec5-fadf718b260f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005678 10.0.0.43 - - [2024-10-17 02:48:20] "POST /neutron/port HTTP/1.1" 200 1083 0.021485 10.0.0.43 - - [2024-10-17 02:48:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008724 10.0.0.43 - - [2024-10-17 02:48:20] "POST /neutron/port HTTP/1.1" 200 1083 0.018405 10.0.0.43 - - [2024-10-17 02:48:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008003 10.0.0.43 - - [2024-10-17 02:48:20] "POST /neutron/port HTTP/1.1" 200 1083 0.019795 10.0.0.43 - - [2024-10-17 02:48:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008858 10.0.0.43 - - [2024-10-17 02:48:20] "GET /virtual-machine/8a8c7706-98a8-48a6-9e63-7ca730963682 HTTP/1.1" 200 1288 0.005246 10.0.0.43 - - [2024-10-17 02:48:20] "GET /virtual-machine-interface/fbd8e9c6-e462-48f5-b03b-e472a795e67b HTTP/1.1" 200 2942 0.003387 10.0.0.43 - - [2024-10-17 02:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006404 10.0.0.43 - - [2024-10-17 02:48:20] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004563 10.0.0.43 - - [2024-10-17 02:48:20] "GET /virtual-networks?parent_id=919247f2-343e-4e49-b29b-7f365d336ceb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003680 10.0.0.43 - - [2024-10-17 02:48:20] "GET /virtual-network/c46e66a8-e4b4-47f8-9ec5-fadf718b260f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004869 10.0.0.43 - - [2024-10-17 02:48:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.43 - - [2024-10-17 02:48:22] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002994 10.0.0.43 - - [2024-10-17 02:48:22] "GET /virtual-networks?parent_id=919247f2-343e-4e49-b29b-7f365d336ceb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003758 10.0.0.43 - - [2024-10-17 02:48:22] "GET /virtual-network/c46e66a8-e4b4-47f8-9ec5-fadf718b260f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004614 10.0.0.43 - - [2024-10-17 02:48:22] "POST /neutron/port HTTP/1.1" 200 1083 0.018307 10.0.0.43 - - [2024-10-17 02:48:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007176 10.0.0.43 - - [2024-10-17 02:48:22] "POST /neutron/port HTTP/1.1" 200 1083 0.017338 10.0.0.43 - - [2024-10-17 02:48:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007582 10.0.0.43 - - [2024-10-17 02:48:22] "POST /neutron/port HTTP/1.1" 200 1083 0.017258 10.0.0.43 - - [2024-10-17 02:48:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008026 10.0.0.43 - - [2024-10-17 02:48:22] "GET /virtual-machine/669c7942-07d6-4c81-8911-c2d3d7a7faa5 HTTP/1.1" 200 1291 0.005267 10.0.0.43 - - [2024-10-17 02:48:22] "GET /virtual-machine-interface/a1e658dc-8d70-4074-a9ba-84f9c74bc32b HTTP/1.1" 200 2942 0.004196 10.0.0.43 - - [2024-10-17 02:48:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.43 - - [2024-10-17 02:48:22] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004013 10.0.0.43 - - [2024-10-17 02:48:22] "GET /virtual-networks?parent_id=919247f2-343e-4e49-b29b-7f365d336ceb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004200 10.0.0.43 - - [2024-10-17 02:48:22] "GET /virtual-network/c46e66a8-e4b4-47f8-9ec5-fadf718b260f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.003994 10.0.0.43 - - [2024-10-17 02:48:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.43 - - [2024-10-17 02:48:23] "GET /global-vrouter-config/5ab7d1ec-df2b-4f98-9b49-4c92c7d0d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003252 10.0.0.43 - - [2024-10-17 02:48:23] "GET /virtual-networks?parent_id=919247f2-343e-4e49-b29b-7f365d336ceb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004523 10.0.0.43 - - [2024-10-17 02:48:23] "GET /virtual-network/c46e66a8-e4b4-47f8-9ec5-fadf718b260f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004054 10.0.0.43 - - [2024-10-17 02:48:28] "DELETE /project/919247f2343e4e49b29b7f365d336ceb HTTP/1.1" 404 173 0.009497 10.0.0.43 - - [2024-10-17 02:48:28] "GET /projects?obj_uuids=b15fdee5-7efe-42cb-9c1a-a954f44296b1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001221 10.0.0.43 - - [2024-10-17 02:48:28] "GET /project/b15fdee5-7efe-42cb-9c1a-a954f44296b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.025717 10.0.0.43 - - [2024-10-17 02:48:28] "GET /projects?obj_uuids=b15fdee5-7efe-42cb-9c1a-a954f44296b1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001445 10.0.0.43 - - [2024-10-17 02:48:28] "GET /project/b15fdee5-7efe-42cb-9c1a-a954f44296b1?fields=security_groups HTTP/1.1" 200 1367 0.066881 10.0.0.43 - - [2024-10-17 02:48:29] "DELETE /security-group/01b58d7d-ec6c-4275-a3f6-5ff55df97f86 HTTP/1.1" 200 115 0.061440 10.0.0.43 - - [2024-10-17 02:48:29] "GET /projects?obj_uuids=b15fdee5-7efe-42cb-9c1a-a954f44296b1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001398 10.0.0.43 - - [2024-10-17 02:48:29] "DELETE /access-control-list/362e9444-52c6-4f71-bca9-15ec01a3f669 HTTP/1.1" 200 115 0.044832 10.0.0.43 - - [2024-10-17 02:48:29] "GET /project/b15fdee5-7efe-42cb-9c1a-a954f44296b1?fields=application_policy_sets HTTP/1.1" 200 1406 0.041054 10.0.0.43 - - [2024-10-17 02:48:29] "DELETE /access-control-list/8cdea993-2e88-418a-9795-f957283445b7 HTTP/1.1" 200 115 0.035738 10.0.0.43 - - [2024-10-17 02:48:29] "DELETE /project/b15fdee5-7efe-42cb-9c1a-a954f44296b1 HTTP/1.1" 200 115 0.357579 10.0.0.43 - - [2024-10-17 02:48:39] "GET /obj-perms HTTP/1.1" 200 5056 0.059699 10.0.0.43 - - [2024-10-17 02:48:39] "GET /obj-perms HTTP/1.1" 200 5056 0.055626 10.0.0.43 - - [2024-10-17 02:48:40] "POST /neutron/port HTTP/1.1" 200 1109 0.014530 10.0.0.43 - - [2024-10-17 02:48:40] "POST /neutron/port HTTP/1.1" 200 1109 0.011589 10.0.0.43 - - [2024-10-17 02:48:40] "POST /neutron/port HTTP/1.1" 200 151 0.159841 10.0.0.43 - - [2024-10-17 02:48:40] "POST /neutron/port HTTP/1.1" 200 1109 0.099954 10.0.0.43 - - [2024-10-17 02:48:40] "POST /neutron/port HTTP/1.1" 200 1083 0.017168 10.0.0.43 - - [2024-10-17 02:48:40] "POST /neutron/port HTTP/1.1" 200 1109 0.012491 10.0.0.43 - - [2024-10-17 02:48:40] "POST /neutron/port HTTP/1.1" 200 1109 0.019732 10.0.0.43 - - [2024-10-17 02:48:40] "POST /neutron/port HTTP/1.1" 200 1004 0.031723 10.0.0.43 - - [2024-10-17 02:48:40] "POST /neutron/port HTTP/1.1" 400 205 0.003631 10.0.0.43 - - [2024-10-17 02:48:40] "POST /neutron/port HTTP/1.1" 200 151 0.193294 10.0.0.43 - - [2024-10-17 02:48:40] "POST /neutron/port HTTP/1.1" 200 151 0.174750 10.0.0.43 - - [2024-10-17 02:48:40] "POST /neutron/network HTTP/1.1" 200 994 0.008678 10.0.0.43 - - [2024-10-17 02:48:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002200 10.0.0.43 - - [2024-10-17 02:48:40] "POST /useragent-kv HTTP/1.1" 200 115 0.001463 10.0.0.43 - - [2024-10-17 02:48:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.008159 10.0.0.43 - - [2024-10-17 02:48:40] "POST /useragent-kv HTTP/1.1" 200 115 0.001453 10.0.0.43 - - [2024-10-17 02:48:40] "POST /useragent-kv HTTP/1.1" 200 115 0.001361 10.0.0.43 - - [2024-10-17 02:48:40] "POST /neutron/network HTTP/1.1" 200 151 0.129377 10.0.0.43 - - [2024-10-17 02:48:40] "DELETE /route-target/edf52117-dc24-43ad-b61a-c07f6fe60958 HTTP/1.1" 200 115 0.027738 10.0.0.43 - - [2024-10-17 02:48:40] "GET /routing-instance/3821809c-98ec-431e-b826-b818cdefcb24 HTTP/1.1" 404 171 0.003872 10.0.0.43 - - [2024-10-17 02:48:40] "GET /domains HTTP/1.1" 200 280 0.002904 10.0.0.43 - - [2024-10-17 02:48:40] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001455 10.0.0.43 - - [2024-10-17 02:48:40] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed HTTP/1.1" 200 2574 0.056327 10.0.0.43 - - [2024-10-17 02:48:40] "GET /projects?obj_uuids=919247f2-343e-4e49-b29b-7f365d336ceb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001482 10.0.0.43 - - [2024-10-17 02:48:41] "GET /project/919247f2-343e-4e49-b29b-7f365d336ceb HTTP/1.1" 200 2086 0.089412 10.0.0.43 - - [2024-10-17 02:48:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.43 - - [2024-10-17 02:48:41] "DELETE /network-ipam/4e9a5f19-1abc-45be-afdc-f2f9f941ad58 HTTP/1.1" 200 115 0.029111 10.0.0.43 - - [2024-10-17 02:48:41] "POST /fqname-to-id HTTP/1.1" 404 211 0.002971 10.0.0.43 - - [2024-10-17 02:48:41] "GET /projects?obj_uuids=919247f2-343e-4e49-b29b-7f365d336ceb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001725 10.0.0.43 - - [2024-10-17 02:48:41] "GET /project/919247f2-343e-4e49-b29b-7f365d336ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.025635 10.0.0.43 - - [2024-10-17 02:48:41] "GET /projects?obj_uuids=919247f2-343e-4e49-b29b-7f365d336ceb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001475 10.0.0.43 - - [2024-10-17 02:48:41] "GET /project/919247f2-343e-4e49-b29b-7f365d336ceb?fields=virtual_networks HTTP/1.1" 200 1033 0.069793 10.0.0.43 - - [2024-10-17 02:48:41] "GET /projects?obj_uuids=919247f2-343e-4e49-b29b-7f365d336ceb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001423 10.0.0.43 - - [2024-10-17 02:48:41] "GET /project/919247f2-343e-4e49-b29b-7f365d336ceb?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.023341 10.0.0.43 - - [2024-10-17 02:48:41] "GET /projects?obj_uuids=919247f2-343e-4e49-b29b-7f365d336ceb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001892 10.0.0.43 - - [2024-10-17 02:48:41] "GET /project/919247f2-343e-4e49-b29b-7f365d336ceb?fields=security_groups HTTP/1.1" 200 1259 0.028754 10.0.0.43 - - [2024-10-17 02:48:45] "POST /neutron/port HTTP/1.1" 200 117 0.005795 10.0.0.43 - - [2024-10-17 02:48:45] "POST /neutron/port HTTP/1.1" 400 205 0.003727 10.0.0.43 - - [2024-10-17 02:48:50] "GET / HTTP/1.1" 200 35931 0.002205 10.0.0.43 - - [2024-10-17 02:48:51] "GET /project/ebdfe675-5df2-4103-930b-563a68a7e7ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000565 10.0.0.43 - - [2024-10-17 02:48:51] "GET /projects?obj_uuids=ebdfe675-5df2-4103-930b-563a68a7e7ad&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001495 10.0.0.43 - - [2024-10-17 02:48:51] "GET /project/ebdfe675-5df2-4103-930b-563a68a7e7ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.075065 [Introspect:8084]10.0.0.43 - - [2024-10-17 02:48:52] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001351 10.0.0.43 - - [2024-10-17 02:48:52] "POST /fqname-to-id HTTP/1.1" 404 184 0.028540 10.0.0.43 - - [2024-10-17 02:48:52] "GET /projects?obj_uuids=fc3f8524-e8a6-4ed0-a71d-bbdf4cf896af&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002868 10.0.0.43 - - [2024-10-17 02:48:52] "GET /domains?obj_uuids=e6845da4-15ec-4fa4-a1d2-ed77ee9bebed&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001392 10.0.0.43 - - [2024-10-17 02:48:52] "GET /domain/e6845da4-15ec-4fa4-a1d2-ed77ee9bebed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008493 10.0.0.43 - - [2024-10-17 02:48:52] "POST /id-to-fqname HTTP/1.1" 200 186 0.002431 10.0.0.43 - - [2024-10-17 02:48:52] "POST /fqname-to-id HTTP/1.1" 404 195 0.003287 10.0.0.43 - - [2024-10-17 02:48:52] "POST /security-groups HTTP/1.1" 200 587 0.067396