++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu Oct 24 02:33:10 UTC 2024 ===================' INFO: =================== Thu Oct 24 02:33:10 UTC 2024 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.40 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.40 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.40 ++ ANALYTICSDB_NODES=10.0.0.40 ++ ANALYTICS_SNMP_NODES=10.0.0.40 ++ 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.40 +++ local server_address=10.0.0.40 +++ extended_server_list+='10.0.0.40:8081 ' +++ '[' -n '10.0.0.40:8081 ' ']' +++ echo 10.0.0.40:8081 ++ ANALYTICS_SERVERS=10.0.0.40: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.40 +++ local server_address=10.0.0.40 +++ extended_server_list+='10.0.0.40:9042 ' +++ '[' -n '10.0.0.40:9042 ' ']' +++ echo 10.0.0.40:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.40:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.40 ++ 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.40 +++ local server_address=10.0.0.40 +++ extended_server_list+='10.0.0.40:8086 ' +++ '[' -n '10.0.0.40:8086 ' ']' +++ echo 10.0.0.40:8086 ++ COLLECTOR_SERVERS=10.0.0.40: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.40 ++ CONFIGDB_NODES=10.0.0.40 ++ 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.40 +++ local server_address=10.0.0.40 +++ extended_server_list+='10.0.0.40:8082 ' +++ '[' -n '10.0.0.40:8082 ' ']' +++ echo 10.0.0.40:8082 ++ CONFIG_SERVERS=10.0.0.40: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.40 +++ local server_address=10.0.0.40 +++ extended_server_list+='10.0.0.40:9161 ' +++ '[' -n '10.0.0.40:9161 ' ']' +++ echo 10.0.0.40:9161 ++ CONFIGDB_SERVERS=10.0.0.40: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.40 +++ local server_address=10.0.0.40 +++ extended_server_list+='10.0.0.40:9041 ' +++ '[' -n '10.0.0.40:9041 ' ']' +++ echo 10.0.0.40:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.40: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.20 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.20 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.40 ++ 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.40 +++ local server_address=10.0.0.40 +++ extended_server_list+=10.0.0.40:2181, +++ '[' -n 10.0.0.40:2181, ']' +++ echo 10.0.0.40:2181 ++ ZOOKEEPER_SERVERS=10.0.0.40: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.40 +++ local server_address=10.0.0.40 +++ extended_server_list+='10.0.0.40:2181 ' +++ '[' -n '10.0.0.40:2181 ' ']' +++ echo 10.0.0.40:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.40:2181 ++ RABBITMQ_NODES=10.0.0.40 ++ 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.40 +++ local server_address=10.0.0.40 +++ extended_server_list+=10.0.0.40:5673, +++ '[' -n 10.0.0.40:5673, ']' +++ echo 10.0.0.40:5673 ++ RABBITMQ_SERVERS=10.0.0.40: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.40 +++ local server_address=10.0.0.40 +++ extended_server_list+='10.0.0.40:6379 ' +++ '[' -n '10.0.0.40:6379 ' ']' +++ echo 10.0.0.40:6379 ++ REDIS_SERVERS=10.0.0.40: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.40 ++ 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.40 +++ local server_address=10.0.0.40 +++ extended_server_list+='10.0.0.40:9092 ' +++ '[' -n '10.0.0.40:9092 ' ']' +++ echo 10.0.0.40:9092 ++ KAFKA_SERVERS=10.0.0.40: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.40 ++ 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.40 ++ 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.40 ++ 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.40 ++ cut -d , -f 1 + local cassandra=10.0.0.40 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.40 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.40 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.40 +++ 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}' ++++ sort ++++ uniq ++++ grep -vi host +++ local local_ips=,10.0.0.40,10.20.0.20,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.40'\''))' +++ local server_ip=10.0.0.40 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.40 ]] +++ [[ ,10.0.0.40,10.20.0.20,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.40, ]] +++ echo 10.0.0.40 1 +++ return ++ local ip=10.0.0.40 ++ [[ -z 10.0.0.40 ]] ++ echo 10.0.0.40 + host_ip=10.0.0.40 + [[ cql == \c\q\l ]] ++ echo 10.0.0.40:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.40:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.40:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ sed 's/^API__//g' ++ cut -d = -f 1 + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.6/site-packages/keystonemiddleware/auth_token/_memcache_crypt.py:42: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography. The next release of cryptography will remove support for Python 3.6. from cryptography.hazmat import backends as crypto_backends 10/24/2024 02:33:18.828 7ff08e5722c8 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 10/24/2024 02:33:18.863 7ff08e5722c8 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 10/24/2024 02:33:18.882 7ff08e5722c8 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 10/24/2024 02:33:18.882 7ff08e5722c8 [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.40:8082/ Hit Ctrl-C to quit. 10.0.0.40 - - [2024-10-24 02:33:22] "GET / HTTP/1.1" 200 45871 0.001981 10.0.0.40 - - [2024-10-24 02:33:22] "GET / HTTP/1.1" 200 45871 0.001388 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.40 - - [2024-10-24 02:33:22] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000746 10.0.0.40 - - [2024-10-24 02:33:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000381 10.0.0.40 - - [2024-10-24 02:33:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.642281 10.0.0.40 - - [2024-10-24 02:33:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.40 - - [2024-10-24 02:33:23] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.353168 10.0.0.40 - - [2024-10-24 02:33:23] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003071 10.0.0.40 - - [2024-10-24 02:33:23] "GET / HTTP/1.1" 200 35931 0.002110 /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.40 - - [2024-10-24 02:33:24] "GET / HTTP/1.1" 200 35931 0.002047 10.0.0.40 - - [2024-10-24 02:33:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000509 10.0.0.40 - - [2024-10-24 02:33:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.029017 10.0.0.40 - - [2024-10-24 02:33:24] "GET /global-system-config/81fc9517-d553-4320-825b-2f2a7499026e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.003612 10.0.0.40 - - [2024-10-24 02:33:24] "POST /fqname-to-id HTTP/1.1" 404 220 0.003438 10.0.0.40 - - [2024-10-24 02:33:24] "GET / HTTP/1.1" 200 35931 0.002114 10.0.0.40 - - [2024-10-24 02:33:24] "POST /config-nodes HTTP/1.1" 200 599 0.036942 10.0.0.40 - - [2024-10-24 02:33:24] "GET / HTTP/1.1" 200 35931 0.002251 10.0.0.40 - - [2024-10-24 02:33:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000552 10.0.0.40 - - [2024-10-24 02:33:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000630 10.0.0.40 - - [2024-10-24 02:33:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000574 10.0.0.40 - - [2024-10-24 02:33:25] "GET / HTTP/1.1" 200 35931 0.001636 10.0.0.40 - - [2024-10-24 02:33:25] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000535 10.0.0.40 - - [2024-10-24 02:33:26] "POST /fqname-to-id HTTP/1.1" 404 196 0.903783 10.0.0.40 - - [2024-10-24 02:33:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.632974 10.0.0.40 - - [2024-10-24 02:33:26] "POST /fqname-to-id HTTP/1.1" 404 186 0.378809 10.0.0.40 - - [2024-10-24 02:33:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.40 - - [2024-10-24 02:33:26] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.092205 10.0.0.40 - - [2024-10-24 02:33:26] "GET /network-ipam/56e08009-4492-4aaf-80db-5d25eec4f633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.009036 10.0.0.40 - - [2024-10-24 02:33:26] "POST /job-templates HTTP/1.1" 200 555 0.071341 10.0.0.40 - - [2024-10-24 02:33:26] "GET /global-system-config/81fc9517-d553-4320-825b-2f2a7499026e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.006311 10.0.0.40 - - [2024-10-24 02:33:26] "POST /fqname-to-id HTTP/1.1" 404 200 0.006276 10.0.0.40 - - [2024-10-24 02:33:26] "GET / HTTP/1.1" 200 35931 0.001834 10.0.0.40 - - [2024-10-24 02:33:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.001028 10.0.0.40 - - [2024-10-24 02:33:26] "POST /service-appliance-sets HTTP/1.1" 200 553 0.033006 10.0.0.40 - - [2024-10-24 02:33:26] "POST /fqname-to-id HTTP/1.1" 404 180 0.003700 10.0.0.40 - - [2024-10-24 02:33:26] "POST /job-templates HTTP/1.1" 200 563 0.064093 10.0.0.40 - - [2024-10-24 02:33:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.006658 10.0.0.40 - - [2024-10-24 02:33:26] "POST /fqname-to-id HTTP/1.1" 404 191 0.003203 10.0.0.40 - - [2024-10-24 02:33:26] "GET /global-system-config/81fc9517-d553-4320-825b-2f2a7499026e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.003939 10.0.0.40 - - [2024-10-24 02:33:26] "POST /job-templates HTTP/1.1" 200 545 0.063995 10.0.0.40 - - [2024-10-24 02:33:26] "POST /service-appliance-sets HTTP/1.1" 200 541 0.027414 10.0.0.40 - - [2024-10-24 02:33:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.003593 10.0.0.40 - - [2024-10-24 02:33:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004232 10.0.0.40 - - [2024-10-24 02:33:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.029844 10.0.0.40 - - [2024-10-24 02:33:26] "GET /network-ipam/56e08009-4492-4aaf-80db-5d25eec4f633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.031731 10.0.0.40 - - [2024-10-24 02:33:26] "GET /global-system-config/81fc9517-d553-4320-825b-2f2a7499026e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.013416 10.0.0.40 - - [2024-10-24 02:33:26] "POST /job-templates HTTP/1.1" 200 577 0.064190 10.0.0.40 - - [2024-10-24 02:33:26] "POST /fqname-to-id HTTP/1.1" 404 220 0.003756 10.0.0.40 - - [2024-10-24 02:33:26] "POST /fqname-to-id HTTP/1.1" 404 208 0.002380 10.0.0.40 - - [2024-10-24 02:33:26] "POST /fqname-to-id HTTP/1.1" 404 225 0.002882 10.0.0.40 - - [2024-10-24 02:33:26] "POST /config-database-nodes HTTP/1.1" 200 617 0.034537 10.0.0.40 - - [2024-10-24 02:33:26] "POST /job-templates HTTP/1.1" 200 579 0.036334 10.0.0.40 - - [2024-10-24 02:33:26] "POST /service-templates HTTP/1.1" 200 511 0.039212 10.0.0.40 - - [2024-10-24 02:33:26] "POST /access-control-lists HTTP/1.1" 200 587 0.037189 10.0.0.40 - - [2024-10-24 02:33:26] "POST /service-templates HTTP/1.1" 200 501 0.020191 10.0.0.40 - - [2024-10-24 02:33:26] "POST /fqname-to-id HTTP/1.1" 404 210 0.004103 10.0.0.40 - - [2024-10-24 02:33:26] "POST /fqname-to-id HTTP/1.1" 404 224 0.004360 10.0.0.40 - - [2024-10-24 02:33:26] "POST /service-templates HTTP/1.1" 200 515 0.022124 10.0.0.40 - - [2024-10-24 02:33:26] "POST /job-templates HTTP/1.1" 200 583 0.068526 10.0.0.40 - - [2024-10-24 02:33:26] "POST /access-control-lists HTTP/1.1" 200 585 0.067878 10.0.0.40 - - [2024-10-24 02:33:26] "POST /service-templates HTTP/1.1" 200 535 0.028373 10.0.0.40 - - [2024-10-24 02:33:27] "POST /fqname-to-id HTTP/1.1" 404 198 0.003276 10.0.0.40 - - [2024-10-24 02:33:27] "POST /service-templates HTTP/1.1" 200 507 0.028539 10.0.0.40 - - [2024-10-24 02:33:27] "POST /route-targets HTTP/1.1" 200 327 0.014824 10.0.0.40 - - [2024-10-24 02:33:27] "POST /job-templates HTTP/1.1" 200 559 0.075799 10.0.0.40 - - [2024-10-24 02:33:27] "POST /ref-update HTTP/1.1" 200 156 0.019066 10.0.0.40 - - [2024-10-24 02:33:27] "POST /fqname-to-id HTTP/1.1" 404 203 0.004287 10.0.0.40 - - [2024-10-24 02:33:27] "POST /route-targets HTTP/1.1" 200 327 0.012846 10.0.0.40 - - [2024-10-24 02:33:27] "POST /job-templates HTTP/1.1" 200 569 0.066894 10.0.0.40 - - [2024-10-24 02:33:27] "POST /ref-update HTTP/1.1" 200 156 0.047584 10.0.0.40 - - [2024-10-24 02:33:27] "POST /fqname-to-id HTTP/1.1" 404 196 0.003917 10.0.0.40 - - [2024-10-24 02:33:27] "POST /route-targets HTTP/1.1" 200 327 0.012642 10.0.0.40 - - [2024-10-24 02:33:27] "POST /job-templates HTTP/1.1" 200 555 0.065933 10.0.0.40 - - [2024-10-24 02:33:27] "POST /ref-update HTTP/1.1" 200 156 0.041882 10.0.0.40 - - [2024-10-24 02:33:27] "POST /fqname-to-id HTTP/1.1" 404 196 0.003716 10.0.0.40 - - [2024-10-24 02:33:27] "POST /route-targets HTTP/1.1" 200 327 0.011126 10.0.0.40 - - [2024-10-24 02:33:27] "POST /job-templates HTTP/1.1" 200 555 0.061089 10.0.0.40 - - [2024-10-24 02:33:27] "POST /ref-update HTTP/1.1" 200 156 0.052435 10.0.0.40 - - [2024-10-24 02:33:27] "POST /fqname-to-id HTTP/1.1" 404 196 0.003462 10.0.0.40 - - [2024-10-24 02:33:27] "POST /fqname-to-id HTTP/1.1" 404 201 0.002972 10.0.0.40 - - [2024-10-24 02:33:27] "POST /job-templates HTTP/1.1" 200 555 0.060297 10.0.0.40 - - [2024-10-24 02:33:27] "POST /fqname-to-id HTTP/1.1" 404 186 0.003498 10.0.0.40 - - [2024-10-24 02:33:27] "POST /access-control-lists HTTP/1.1" 200 551 0.080328 10.0.0.40 - - [2024-10-24 02:33:27] "POST /job-templates HTTP/1.1" 200 535 0.065928 10.0.0.40 - - [2024-10-24 02:33:27] "PUT /access-control-list/0bd76ca4-fc79-4c53-a506-a208d4f42f41 HTTP/1.1" 200 272 0.055440 10.0.0.40 - - [2024-10-24 02:33:27] "POST /fqname-to-id HTTP/1.1" 404 198 0.005824 10.0.0.40 - - [2024-10-24 02:33:27] "PUT /access-control-list/f160732f-4354-4b27-b5c0-ea0ad40a3083 HTTP/1.1" 200 272 0.012094 10.0.0.40 - - [2024-10-24 02:33:28] "POST /job-templates HTTP/1.1" 200 559 0.089821 10.0.0.40 - - [2024-10-24 02:33:28] "POST /fqname-to-id HTTP/1.1" 404 198 0.004590 10.0.0.40 - - [2024-10-24 02:33:28] "POST /job-templates HTTP/1.1" 200 559 0.067170 10.0.0.40 - - [2024-10-24 02:33:28] "POST /fqname-to-id HTTP/1.1" 404 198 0.004634 10.0.0.40 - - [2024-10-24 02:33:28] "POST /job-templates HTTP/1.1" 200 559 0.066527 10.0.0.40 - - [2024-10-24 02:33:28] "POST /fqname-to-id HTTP/1.1" 404 201 0.003751 10.0.0.40 - - [2024-10-24 02:33:28] "POST /job-templates HTTP/1.1" 200 565 0.065283 10.0.0.40 - - [2024-10-24 02:33:28] "POST /fqname-to-id HTTP/1.1" 404 197 0.003898 10.0.0.40 - - [2024-10-24 02:33:28] "POST /job-templates HTTP/1.1" 200 557 0.069352 10.0.0.40 - - [2024-10-24 02:33:28] "POST /fqname-to-id HTTP/1.1" 404 196 0.004755 10.0.0.40 - - [2024-10-24 02:33:28] "POST /job-templates HTTP/1.1" 200 555 0.065341 10.0.0.40 - - [2024-10-24 02:33:28] "POST /fqname-to-id HTTP/1.1" 404 205 0.003397 10.0.0.40 - - [2024-10-24 02:33:29] "POST /job-templates HTTP/1.1" 200 573 0.065862 10.0.0.40 - - [2024-10-24 02:33:29] "POST /fqname-to-id HTTP/1.1" 404 194 0.003639 10.0.0.40 - - [2024-10-24 02:33:29] "POST /job-templates HTTP/1.1" 200 551 0.062103 10.0.0.40 - - [2024-10-24 02:33:29] "POST /fqname-to-id HTTP/1.1" 404 208 0.003686 10.0.0.40 - - [2024-10-24 02:33:29] "POST /job-templates HTTP/1.1" 200 579 0.060752 10.0.0.40 - - [2024-10-24 02:33:29] "POST /fqname-to-id HTTP/1.1" 404 196 0.003628 10.0.0.40 - - [2024-10-24 02:33:29] "POST /job-templates HTTP/1.1" 200 555 0.062170 10.0.0.40 - - [2024-10-24 02:33:29] "POST /fqname-to-id HTTP/1.1" 404 198 0.003628 10.0.0.40 - - [2024-10-24 02:33:29] "POST /job-templates HTTP/1.1" 200 559 0.067954 10.0.0.40 - - [2024-10-24 02:33:29] "POST /fqname-to-id HTTP/1.1" 404 206 0.003468 10.0.0.40 - - [2024-10-24 02:33:29] "POST /job-templates HTTP/1.1" 200 575 0.075012 10.0.0.40 - - [2024-10-24 02:33:29] "POST /fqname-to-id HTTP/1.1" 404 197 0.003460 10.0.0.40 - - [2024-10-24 02:33:30] "POST /job-templates HTTP/1.1" 200 557 0.067252 10.0.0.40 - - [2024-10-24 02:33:30] "POST /fqname-to-id HTTP/1.1" 404 198 0.003343 10.0.0.40 - - [2024-10-24 02:33:30] "POST /job-templates HTTP/1.1" 200 559 0.061468 10.0.0.40 - - [2024-10-24 02:33:30] "POST /fqname-to-id HTTP/1.1" 404 196 0.004176 10.0.0.40 - - [2024-10-24 02:33:30] "POST /job-templates HTTP/1.1" 200 555 0.060835 10.0.0.40 - - [2024-10-24 02:33:30] "POST /fqname-to-id HTTP/1.1" 404 195 0.003709 10.0.0.40 - - [2024-10-24 02:33:30] "POST /job-templates HTTP/1.1" 200 553 0.061888 10.0.0.40 - - [2024-10-24 02:33:30] "POST /fqname-to-id HTTP/1.1" 404 195 0.003532 10.0.0.40 - - [2024-10-24 02:33:30] "POST /job-templates HTTP/1.1" 200 553 0.081051 10.0.0.40 - - [2024-10-24 02:33:30] "POST /fqname-to-id HTTP/1.1" 404 195 0.003812 10.0.0.40 - - [2024-10-24 02:33:30] "POST /job-templates HTTP/1.1" 200 553 0.065031 10.0.0.40 - - [2024-10-24 02:33:30] "POST /fqname-to-id HTTP/1.1" 404 200 0.003977 10.0.0.40 - - [2024-10-24 02:33:31] "POST /job-templates HTTP/1.1" 200 563 0.065059 10.0.0.40 - - [2024-10-24 02:33:31] "POST /fqname-to-id HTTP/1.1" 404 201 0.004173 10.0.0.40 - - [2024-10-24 02:33:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.40 - - [2024-10-24 02:33:31] "POST /job-templates HTTP/1.1" 200 565 0.068126 10.0.0.40 - - [2024-10-24 02:33:31] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1162 0.006510 10.0.0.40 - - [2024-10-24 02:33:31] "POST /fqname-to-id HTTP/1.1" 404 189 0.003477 10.0.0.40 - - [2024-10-24 02:33:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.40 - - [2024-10-24 02:33:31] "PUT /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b HTTP/1.1" 200 276 0.010438 10.0.0.40 - - [2024-10-24 02:33:31] "POST /config-propertiess HTTP/1.1" 200 551 0.023736 10.0.0.40 - - [2024-10-24 02:33:31] "POST /fqname-to-id HTTP/1.1" 404 168 0.003681 10.0.0.40 - - [2024-10-24 02:33:31] "POST /tags HTTP/1.1" 200 321 0.044327 10.0.0.40 - - [2024-10-24 02:33:31] "POST /fqname-to-id HTTP/1.1" 404 166 0.003518 10.0.0.40 - - [2024-10-24 02:33:31] "POST /tags HTTP/1.1" 200 317 0.027823 10.0.0.40 - - [2024-10-24 02:33:31] "POST /fqname-to-id HTTP/1.1" 404 174 0.008627 10.0.0.40 - - [2024-10-24 02:33:31] "POST /tags HTTP/1.1" 200 333 0.029930 10.0.0.40 - - [2024-10-24 02:33:31] "GET / HTTP/1.1" 200 35931 0.001850 10.0.0.40 - - [2024-10-24 02:33:31] "POST /alarms HTTP/1.1" 401 292 0.000460 10.0.0.40 - - [2024-10-24 02:33:31] "POST /fqname-to-id HTTP/1.1" 404 162 0.004381 10.0.0.40 - - [2024-10-24 02:33:31] "POST /tags HTTP/1.1" 200 309 0.022663 10.0.0.40 - - [2024-10-24 02:33:31] "POST /fqname-to-id HTTP/1.1" 404 174 0.005258 10.0.0.40 - - [2024-10-24 02:33:31] "POST /tags HTTP/1.1" 200 333 0.037331 10.0.0.40 - - [2024-10-24 02:33:32] "POST /fqname-to-id HTTP/1.1" 404 164 0.003431 10.0.0.40 - - [2024-10-24 02:33:32] "POST /tags HTTP/1.1" 200 313 0.029588 10.0.0.40 - - [2024-10-24 02:33:32] "POST /alarms HTTP/1.1" 200 581 0.045979 10.0.0.40 - - [2024-10-24 02:33:32] "POST /alarms HTTP/1.1" 200 575 0.020014 10.0.0.40 - - [2024-10-24 02:33:32] "POST /fqname-to-id HTTP/1.1" 404 169 0.002615 10.0.0.40 - - [2024-10-24 02:33:32] "POST /alarms HTTP/1.1" 200 575 0.021388 10.0.0.40 - - [2024-10-24 02:33:32] "POST /tags HTTP/1.1" 200 323 0.027763 10.0.0.40 - - [2024-10-24 02:33:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.40 - - [2024-10-24 02:33:32] "POST /alarms HTTP/1.1" 200 559 0.019672 10.0.0.40 - - [2024-10-24 02:33:32] "PUT /global-system-config/81fc9517-d553-4320-825b-2f2a7499026e HTTP/1.1" 200 274 0.011045 10.0.0.40 - - [2024-10-24 02:33:32] "POST /alarms HTTP/1.1" 200 555 0.018460 10.0.0.40 - - [2024-10-24 02:33:32] "POST /fqname-to-id HTTP/1.1" 404 166 0.003359 10.0.0.40 - - [2024-10-24 02:33:32] "POST /alarms HTTP/1.1" 200 557 0.016421 10.0.0.40 - - [2024-10-24 02:33:32] "POST /hardwares HTTP/1.1" 200 327 0.011220 10.0.0.40 - - [2024-10-24 02:33:32] "POST /alarms HTTP/1.1" 200 565 0.020283 10.0.0.40 - - [2024-10-24 02:33:32] "POST /fqname-to-id HTTP/1.1" 404 166 0.002358 10.0.0.40 - - [2024-10-24 02:33:32] "POST /alarms HTTP/1.1" 200 549 0.023966 10.0.0.40 - - [2024-10-24 02:33:32] "POST /hardwares HTTP/1.1" 200 327 0.015412 10.0.0.40 - - [2024-10-24 02:33:32] "POST /fqname-to-id HTTP/1.1" 404 166 0.002489 10.0.0.40 - - [2024-10-24 02:33:32] "POST /alarms HTTP/1.1" 200 557 0.019133 10.0.0.40 - - [2024-10-24 02:33:32] "POST /hardwares HTTP/1.1" 200 327 0.013082 10.0.0.40 - - [2024-10-24 02:33:32] "POST /alarms HTTP/1.1" 200 567 0.018376 10.0.0.40 - - [2024-10-24 02:33:32] "POST /fqname-to-id HTTP/1.1" 404 166 0.003217 10.0.0.40 - - [2024-10-24 02:33:32] "POST /alarms HTTP/1.1" 200 555 0.017469 10.0.0.40 - - [2024-10-24 02:33:32] "POST /hardwares HTTP/1.1" 200 327 0.012651 10.0.0.40 - - [2024-10-24 02:33:32] "POST /alarms HTTP/1.1" 200 567 0.026968 10.0.0.40 - - [2024-10-24 02:33:32] "POST /fqname-to-id HTTP/1.1" 404 164 0.004497 10.0.0.40 - - [2024-10-24 02:33:32] "POST /hardwares HTTP/1.1" 200 323 0.013579 10.0.0.40 - - [2024-10-24 02:33:32] "POST /fqname-to-id HTTP/1.1" 404 164 0.003266 10.0.0.40 - - [2024-10-24 02:33:32] "POST /alarms HTTP/1.1" 200 575 0.071053 10.0.0.40 - - [2024-10-24 02:33:32] "POST /hardwares HTTP/1.1" 200 323 0.012676 10.0.0.40 - - [2024-10-24 02:33:32] "POST /alarms HTTP/1.1" 200 569 0.017411 10.0.0.40 - - [2024-10-24 02:33:33] "POST /fqname-to-id HTTP/1.1" 404 161 0.003115 10.0.0.40 - - [2024-10-24 02:33:33] "POST /alarms HTTP/1.1" 200 561 0.018333 10.0.0.40 - - [2024-10-24 02:33:33] "POST /hardwares HTTP/1.1" 200 317 0.015865 10.0.0.40 - - [2024-10-24 02:33:33] "POST /alarms HTTP/1.1" 200 561 0.018927 10.0.0.40 - - [2024-10-24 02:33:33] "POST /fqname-to-id HTTP/1.1" 404 164 0.003795 10.0.0.40 - - [2024-10-24 02:33:33] "POST /alarms HTTP/1.1" 200 561 0.022015 10.0.0.40 - - [2024-10-24 02:33:33] "POST /hardwares HTTP/1.1" 200 323 0.011841 10.0.0.40 - - [2024-10-24 02:33:33] "POST /fqname-to-id HTTP/1.1" 404 164 0.005876 10.0.0.40 - - [2024-10-24 02:33:33] "POST /alarms HTTP/1.1" 200 547 0.020226 10.0.0.40 - - [2024-10-24 02:33:33] "POST /hardwares HTTP/1.1" 200 323 0.014178 10.0.0.40 - - [2024-10-24 02:33:33] "POST /alarms HTTP/1.1" 200 595 0.018829 10.0.0.40 - - [2024-10-24 02:33:33] "POST /fqname-to-id HTTP/1.1" 404 164 0.003497 10.0.0.40 - - [2024-10-24 02:33:33] "POST /alarms HTTP/1.1" 200 575 0.018952 10.0.0.40 - - [2024-10-24 02:33:33] "POST /hardwares HTTP/1.1" 200 323 0.015295 10.0.0.40 - - [2024-10-24 02:33:33] "POST /alarms HTTP/1.1" 200 571 0.017771 10.0.0.40 - - [2024-10-24 02:33:33] "POST /fqname-to-id HTTP/1.1" 404 165 0.003606 10.0.0.40 - - [2024-10-24 02:33:33] "POST /alarms HTTP/1.1" 200 583 0.018306 10.0.0.40 - - [2024-10-24 02:33:33] "POST /hardwares HTTP/1.1" 200 325 0.011940 10.0.0.40 - - [2024-10-24 02:33:33] "POST /fqname-to-id HTTP/1.1" 404 165 0.002280 10.0.0.40 - - [2024-10-24 02:33:33] "POST /alarms HTTP/1.1" 200 609 0.018983 10.0.0.40 - - [2024-10-24 02:33:33] "POST /hardwares HTTP/1.1" 200 325 0.013715 10.0.0.40 - - [2024-10-24 02:33:33] "POST /fqname-to-id HTTP/1.1" 404 165 0.004653 10.0.0.40 - - [2024-10-24 02:33:33] "POST /hardwares HTTP/1.1" 200 325 0.025099 10.0.0.40 - - [2024-10-24 02:33:33] "POST /fqname-to-id HTTP/1.1" 404 165 0.005268 10.0.0.40 - - [2024-10-24 02:33:33] "POST /hardwares HTTP/1.1" 200 325 0.013144 10.0.0.40 - - [2024-10-24 02:33:33] "POST /fqname-to-id HTTP/1.1" 404 164 0.003532 10.0.0.40 - - [2024-10-24 02:33:33] "GET / HTTP/1.1" 200 35931 0.001772 10.0.0.40 - - [2024-10-24 02:33:33] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000403 10.0.0.40 - - [2024-10-24 02:33:33] "POST /hardwares HTTP/1.1" 200 323 0.012851 10.0.0.40 - - [2024-10-24 02:33:33] "POST /fqname-to-id HTTP/1.1" 404 161 0.003331 10.0.0.40 - - [2024-10-24 02:33:34] "POST /hardwares HTTP/1.1" 200 317 0.013469 10.0.0.40 - - [2024-10-24 02:33:34] "POST /fqname-to-id HTTP/1.1" 404 164 0.003483 10.0.0.40 - - [2024-10-24 02:33:34] "POST /hardwares HTTP/1.1" 200 323 0.012114 10.0.0.40 - - [2024-10-24 02:33:34] "POST /fqname-to-id HTTP/1.1" 404 161 0.003353 10.0.0.40 - - [2024-10-24 02:33:34] "POST /hardwares HTTP/1.1" 200 317 0.013147 10.0.0.40 - - [2024-10-24 02:33:34] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.029665 10.0.0.40 - - [2024-10-24 02:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002444 10.0.0.40 - - [2024-10-24 02:33:34] "POST /fqname-to-id HTTP/1.1" 404 164 0.002317 10.0.0.40 - - [2024-10-24 02:33:34] "PUT /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b HTTP/1.1" 200 276 0.016925 10.0.0.40 - - [2024-10-24 02:33:34] "POST /hardwares HTTP/1.1" 200 323 0.015784 10.0.0.40 - - [2024-10-24 02:33:34] "POST /fqname-to-id HTTP/1.1" 404 162 0.003484 10.0.0.40 - - [2024-10-24 02:33:34] "POST /hardwares HTTP/1.1" 200 319 0.012467 10.0.0.40 - - [2024-10-24 02:33:34] "POST /fqname-to-id HTTP/1.1" 404 162 0.003662 10.0.0.40 - - [2024-10-24 02:33:34] "POST /hardwares HTTP/1.1" 200 319 0.011304 10.0.0.40 - - [2024-10-24 02:33:34] "POST /fqname-to-id HTTP/1.1" 404 165 0.003387 10.0.0.40 - - [2024-10-24 02:33:34] "POST /hardwares HTTP/1.1" 200 325 0.011361 10.0.0.40 - - [2024-10-24 02:33:34] "POST /fqname-to-id HTTP/1.1" 404 161 0.004419 10.0.0.40 - - [2024-10-24 02:33:34] "GET / HTTP/1.1" 200 35931 0.001749 10.0.0.40 - - [2024-10-24 02:33:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000694 10.0.0.40 - - [2024-10-24 02:33:34] "POST /hardwares HTTP/1.1" 200 317 0.013284 10.0.0.40 - - [2024-10-24 02:33:34] "POST /fqname-to-id HTTP/1.1" 404 161 0.003492 10.0.0.40 - - [2024-10-24 02:33:34] "POST /hardwares HTTP/1.1" 200 317 0.011114 10.0.0.40 - - [2024-10-24 02:33:34] "POST /fqname-to-id HTTP/1.1" 404 162 0.003469 10.0.0.40 - - [2024-10-24 02:33:35] "POST /hardwares HTTP/1.1" 200 319 0.010924 10.0.0.40 - - [2024-10-24 02:33:35] "POST /fqname-to-id HTTP/1.1" 404 162 0.003311 10.0.0.40 - - [2024-10-24 02:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.026996 10.0.0.40 - - [2024-10-24 02:33:35] "POST /hardwares HTTP/1.1" 200 319 0.017149 10.0.0.40 - - [2024-10-24 02:33:35] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003212 10.0.0.40 - - [2024-10-24 02:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004349 10.0.0.40 - - [2024-10-24 02:33:35] "POST /fqname-to-id HTTP/1.1" 404 162 0.002617 10.0.0.40 - - [2024-10-24 02:33:35] "PUT /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b HTTP/1.1" 200 276 0.010717 10.0.0.40 - - [2024-10-24 02:33:35] "POST /hardwares HTTP/1.1" 200 319 0.014661 10.0.0.40 - - [2024-10-24 02:33:35] "POST /fqname-to-id HTTP/1.1" 404 158 0.004118 10.0.0.40 - - [2024-10-24 02:33:35] "POST /hardwares HTTP/1.1" 200 311 0.011380 10.0.0.40 - - [2024-10-24 02:33:35] "POST /fqname-to-id HTTP/1.1" 404 158 0.003612 10.0.0.40 - - [2024-10-24 02:33:35] "POST /hardwares HTTP/1.1" 200 311 0.013587 10.0.0.40 - - [2024-10-24 02:33:35] "POST /fqname-to-id HTTP/1.1" 404 160 0.003237 10.0.0.40 - - [2024-10-24 02:33:35] "POST /hardwares HTTP/1.1" 200 315 0.013242 10.0.0.40 - - [2024-10-24 02:33:35] "POST /fqname-to-id HTTP/1.1" 404 154 0.012916 10.0.0.40 - - [2024-10-24 02:33:35] "GET / HTTP/1.1" 200 35931 0.002641 10.0.0.40 - - [2024-10-24 02:33:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000510 10.0.0.40 - - [2024-10-24 02:33:35] "POST /hardwares HTTP/1.1" 200 303 0.014223 10.0.0.40 - - [2024-10-24 02:33:35] "POST /fqname-to-id HTTP/1.1" 404 158 0.003571 10.0.0.40 - - [2024-10-24 02:33:35] "POST /hardwares HTTP/1.1" 200 311 0.012068 10.0.0.40 - - [2024-10-24 02:33:35] "POST /fqname-to-id HTTP/1.1" 404 155 0.003887 10.0.0.40 - - [2024-10-24 02:33:35] "POST /hardwares HTTP/1.1" 200 305 0.013880 10.0.0.40 - - [2024-10-24 02:33:35] "POST /fqname-to-id HTTP/1.1" 404 155 0.004050 10.0.0.40 - - [2024-10-24 02:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.030952 10.0.0.40 - - [2024-10-24 02:33:35] "POST /hardwares HTTP/1.1" 200 305 0.014244 10.0.0.40 - - [2024-10-24 02:33:36] "GET /global-system-config/81fc9517-d553-4320-825b-2f2a7499026e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2340 0.009768 10.0.0.40 - - [2024-10-24 02:33:36] "POST /fqname-to-id HTTP/1.1" 404 155 0.003672 10.0.0.40 - - [2024-10-24 02:33:36] "PUT /global-system-config/81fc9517-d553-4320-825b-2f2a7499026e HTTP/1.1" 200 274 0.017204 10.0.0.40 - - [2024-10-24 02:33:36] "POST /hardwares HTTP/1.1" 200 305 0.012758 10.0.0.40 - - [2024-10-24 02:33:36] "POST /fqname-to-id HTTP/1.1" 404 155 0.003755 10.0.0.40 - - [2024-10-24 02:33:36] "POST /hardwares HTTP/1.1" 200 305 0.019127 10.0.0.40 - - [2024-10-24 02:33:36] "POST /fqname-to-id HTTP/1.1" 404 156 0.003937 10.0.0.40 - - [2024-10-24 02:33:36] "POST /hardwares HTTP/1.1" 200 307 0.011372 10.0.0.40 - - [2024-10-24 02:33:36] "POST /fqname-to-id HTTP/1.1" 404 156 0.003630 10.0.0.40 - - [2024-10-24 02:33:36] "POST /hardwares HTTP/1.1" 200 307 0.011260 10.0.0.40 - - [2024-10-24 02:33:36] "POST /fqname-to-id HTTP/1.1" 404 156 0.003505 10.0.0.40 - - [2024-10-24 02:33:36] "POST /hardwares HTTP/1.1" 200 307 0.013897 10.0.0.40 - - [2024-10-24 02:33:36] "POST /fqname-to-id HTTP/1.1" 404 157 0.003479 10.0.0.40 - - [2024-10-24 02:33:36] "POST /hardwares HTTP/1.1" 200 309 0.011949 10.0.0.40 - - [2024-10-24 02:33:36] "POST /fqname-to-id HTTP/1.1" 404 158 0.003695 10.0.0.40 - - [2024-10-24 02:33:36] "POST /hardwares HTTP/1.1" 200 311 0.012409 10.0.0.40 - - [2024-10-24 02:33:36] "POST /fqname-to-id HTTP/1.1" 404 158 0.003182 10.0.0.40 - - [2024-10-24 02:33:36] "POST /hardwares HTTP/1.1" 200 311 0.011969 10.0.0.40 - - [2024-10-24 02:33:36] "POST /fqname-to-id HTTP/1.1" 404 153 0.002933 10.0.0.40 - - [2024-10-24 02:33:36] "POST /hardwares HTTP/1.1" 200 301 0.013347 10.0.0.40 - - [2024-10-24 02:33:37] "POST /fqname-to-id HTTP/1.1" 404 157 0.003689 10.0.0.40 - - [2024-10-24 02:33:37] "POST /hardwares HTTP/1.1" 200 309 0.010959 10.0.0.40 - - [2024-10-24 02:33:37] "POST /fqname-to-id HTTP/1.1" 404 157 0.003774 10.0.0.40 - - [2024-10-24 02:33:37] "POST /hardwares HTTP/1.1" 200 309 0.010971 10.0.0.40 - - [2024-10-24 02:33:37] "POST /fqname-to-id HTTP/1.1" 404 157 0.002990 10.0.0.40 - - [2024-10-24 02:33:37] "POST /hardwares HTTP/1.1" 200 309 0.011964 10.0.0.40 - - [2024-10-24 02:33:37] "POST /fqname-to-id HTTP/1.1" 404 157 0.004286 10.0.0.40 - - [2024-10-24 02:33:37] "POST /hardwares HTTP/1.1" 200 309 0.012701 10.0.0.40 - - [2024-10-24 02:33:37] "POST /fqname-to-id HTTP/1.1" 404 157 0.003515 10.0.0.40 - - [2024-10-24 02:33:37] "POST /hardwares HTTP/1.1" 200 309 0.011736 10.0.0.40 - - [2024-10-24 02:33:37] "POST /fqname-to-id HTTP/1.1" 404 161 0.004072 10.0.0.40 - - [2024-10-24 02:33:37] "POST /hardwares HTTP/1.1" 200 317 0.011528 10.0.0.40 - - [2024-10-24 02:33:37] "POST /fqname-to-id HTTP/1.1" 404 157 0.003382 10.0.0.40 - - [2024-10-24 02:33:37] "POST /hardwares HTTP/1.1" 200 309 0.011917 10.0.0.40 - - [2024-10-24 02:33:37] "POST /fqname-to-id HTTP/1.1" 404 157 0.006259 10.0.0.40 - - [2024-10-24 02:33:37] "POST /hardwares HTTP/1.1" 200 309 0.014715 10.0.0.40 - - [2024-10-24 02:33:37] "POST /fqname-to-id HTTP/1.1" 404 154 0.003365 10.0.0.40 - - [2024-10-24 02:33:37] "POST /hardwares HTTP/1.1" 200 303 0.011134 10.0.0.40 - - [2024-10-24 02:33:37] "POST /fqname-to-id HTTP/1.1" 404 190 0.004023 10.0.0.40 - - [2024-10-24 02:33:38] "POST /features HTTP/1.1" 200 533 0.022237 10.0.0.40 - - [2024-10-24 02:33:38] "POST /fqname-to-id HTTP/1.1" 404 185 0.003536 10.0.0.40 - - [2024-10-24 02:33:38] "POST /features HTTP/1.1" 200 523 0.019030 10.0.0.40 - - [2024-10-24 02:33:38] "POST /fqname-to-id HTTP/1.1" 404 184 0.003399 10.0.0.40 - - [2024-10-24 02:33:38] "POST /features HTTP/1.1" 200 521 0.018140 10.0.0.40 - - [2024-10-24 02:33:38] "POST /fqname-to-id HTTP/1.1" 404 184 0.004172 10.0.0.40 - - [2024-10-24 02:33:38] "POST /features HTTP/1.1" 200 521 0.019935 10.0.0.40 - - [2024-10-24 02:33:38] "POST /fqname-to-id HTTP/1.1" 404 189 0.003435 10.0.0.40 - - [2024-10-24 02:33:38] "POST /features HTTP/1.1" 200 531 0.018224 10.0.0.40 - - [2024-10-24 02:33:38] "POST /fqname-to-id HTTP/1.1" 404 184 0.003303 10.0.0.40 - - [2024-10-24 02:33:38] "POST /features HTTP/1.1" 200 521 0.017168 10.0.0.40 - - [2024-10-24 02:33:38] "POST /fqname-to-id HTTP/1.1" 404 193 0.003288 10.0.0.40 - - [2024-10-24 02:33:38] "POST /features HTTP/1.1" 200 539 0.026436 10.0.0.40 - - [2024-10-24 02:33:38] "POST /fqname-to-id HTTP/1.1" 404 186 0.003315 10.0.0.40 - - [2024-10-24 02:33:38] "POST /features HTTP/1.1" 200 525 0.020133 10.0.0.40 - - [2024-10-24 02:33:38] "POST /fqname-to-id HTTP/1.1" 404 183 0.003773 10.0.0.40 - - [2024-10-24 02:33:38] "POST /features HTTP/1.1" 200 519 0.018995 10.0.0.40 - - [2024-10-24 02:33:38] "POST /fqname-to-id HTTP/1.1" 404 182 0.003210 10.0.0.40 - - [2024-10-24 02:33:39] "POST /features HTTP/1.1" 200 517 0.017490 10.0.0.40 - - [2024-10-24 02:33:39] "POST /fqname-to-id HTTP/1.1" 404 190 0.003536 10.0.0.40 - - [2024-10-24 02:33:39] "POST /features HTTP/1.1" 200 533 0.020304 10.0.0.40 - - [2024-10-24 02:33:39] "POST /fqname-to-id HTTP/1.1" 404 194 0.003603 10.0.0.40 - - [2024-10-24 02:33:39] "POST /features HTTP/1.1" 200 541 0.016806 10.0.0.40 - - [2024-10-24 02:33:39] "POST /fqname-to-id HTTP/1.1" 404 178 0.003789 10.0.0.40 - - [2024-10-24 02:33:39] "POST /physical-roles HTTP/1.1" 200 521 0.016652 10.0.0.40 - - [2024-10-24 02:33:39] "POST /fqname-to-id HTTP/1.1" 404 179 0.003392 10.0.0.40 - - [2024-10-24 02:33:39] "POST /physical-roles HTTP/1.1" 200 523 0.024037 10.0.0.40 - - [2024-10-24 02:33:39] "POST /fqname-to-id HTTP/1.1" 404 184 0.003549 10.0.0.40 - - [2024-10-24 02:33:39] "POST /physical-roles HTTP/1.1" 200 533 0.018985 10.0.0.40 - - [2024-10-24 02:33:39] "POST /fqname-to-id HTTP/1.1" 404 177 0.003237 10.0.0.40 - - [2024-10-24 02:33:39] "POST /physical-roles HTTP/1.1" 200 519 0.018960 10.0.0.40 - - [2024-10-24 02:33:39] "POST /fqname-to-id HTTP/1.1" 404 191 0.003657 10.0.0.40 - - [2024-10-24 02:33:39] "POST /overlay-roles HTTP/1.1" 200 545 0.018628 10.0.0.40 - - [2024-10-24 02:33:39] "POST /fqname-to-id HTTP/1.1" 404 184 0.004519 10.0.0.40 - - [2024-10-24 02:33:39] "POST /overlay-roles HTTP/1.1" 200 531 0.033744 10.0.0.40 - - [2024-10-24 02:33:40] "POST /fqname-to-id HTTP/1.1" 404 191 0.005637 10.0.0.40 - - [2024-10-24 02:33:40] "POST /overlay-roles HTTP/1.1" 200 545 0.017664 10.0.0.40 - - [2024-10-24 02:33:40] "POST /fqname-to-id HTTP/1.1" 404 185 0.004031 10.0.0.40 - - [2024-10-24 02:33:40] "POST /overlay-roles HTTP/1.1" 200 533 0.017439 10.0.0.40 - - [2024-10-24 02:33:40] "POST /fqname-to-id HTTP/1.1" 404 189 0.003683 10.0.0.40 - - [2024-10-24 02:33:40] "POST /overlay-roles HTTP/1.1" 200 541 0.018403 10.0.0.40 - - [2024-10-24 02:33:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.40 - - [2024-10-24 02:33:40] "PUT /overlay-role/6c12b84c-ac7f-40e7-94ab-cba4b5f6e222 HTTP/1.1" 200 258 0.017473 10.0.0.40 - - [2024-10-24 02:33:40] "POST /fqname-to-id HTTP/1.1" 404 184 0.003466 10.0.0.40 - - [2024-10-24 02:33:40] "POST /overlay-roles HTTP/1.1" 200 531 0.017497 10.0.0.40 - - [2024-10-24 02:33:40] "POST /fqname-to-id HTTP/1.1" 404 185 0.004090 10.0.0.40 - - [2024-10-24 02:33:40] "POST /overlay-roles HTTP/1.1" 200 533 0.017258 10.0.0.40 - - [2024-10-24 02:33:40] "POST /fqname-to-id HTTP/1.1" 404 183 0.003650 10.0.0.40 - - [2024-10-24 02:33:40] "POST /overlay-roles HTTP/1.1" 200 529 0.017615 10.0.0.40 - - [2024-10-24 02:33:40] "POST /fqname-to-id HTTP/1.1" 404 187 0.005265 10.0.0.40 - - [2024-10-24 02:33:40] "POST /overlay-roles HTTP/1.1" 200 537 0.019338 10.0.0.40 - - [2024-10-24 02:33:40] "POST /fqname-to-id HTTP/1.1" 404 189 0.003935 10.0.0.40 - - [2024-10-24 02:33:40] "POST /overlay-roles HTTP/1.1" 200 541 0.017362 10.0.0.40 - - [2024-10-24 02:33:41] "POST /fqname-to-id HTTP/1.1" 404 178 0.003656 10.0.0.40 - - [2024-10-24 02:33:41] "POST /overlay-roles HTTP/1.1" 200 519 0.025935 10.0.0.40 - - [2024-10-24 02:33:41] "POST /fqname-to-id HTTP/1.1" 404 190 0.003275 10.0.0.40 - - [2024-10-24 02:33:41] "POST /overlay-roles HTTP/1.1" 200 543 0.017609 10.0.0.40 - - [2024-10-24 02:33:41] "POST /fqname-to-id HTTP/1.1" 404 182 0.003565 10.0.0.40 - - [2024-10-24 02:33:41] "POST /role-definitions HTTP/1.1" 200 533 0.022495 10.0.0.40 - - [2024-10-24 02:33:41] "POST /fqname-to-id HTTP/1.1" 404 189 0.003464 10.0.0.40 - - [2024-10-24 02:33:41] "POST /role-definitions HTTP/1.1" 200 547 0.017548 10.0.0.40 - - [2024-10-24 02:33:41] "POST /fqname-to-id HTTP/1.1" 404 190 0.003686 10.0.0.40 - - [2024-10-24 02:33:41] "POST /role-definitions HTTP/1.1" 200 549 0.041665 10.0.0.40 - - [2024-10-24 02:33:41] "POST /fqname-to-id HTTP/1.1" 404 191 0.003468 10.0.0.40 - - [2024-10-24 02:33:41] "POST /role-definitions HTTP/1.1" 200 551 0.018195 10.0.0.40 - - [2024-10-24 02:33:41] "POST /fqname-to-id HTTP/1.1" 404 197 0.003489 10.0.0.40 - - [2024-10-24 02:33:41] "POST /role-definitions HTTP/1.1" 200 563 0.029941 10.0.0.40 - - [2024-10-24 02:33:41] "POST /fqname-to-id HTTP/1.1" 404 189 0.003315 10.0.0.40 - - [2024-10-24 02:33:41] "POST /role-definitions HTTP/1.1" 200 547 0.017388 10.0.0.40 - - [2024-10-24 02:33:42] "POST /fqname-to-id HTTP/1.1" 404 190 0.003727 10.0.0.40 - - [2024-10-24 02:33:42] "POST /role-definitions HTTP/1.1" 200 549 0.017696 10.0.0.40 - - [2024-10-24 02:33:42] "POST /fqname-to-id HTTP/1.1" 404 191 0.003646 10.0.0.40 - - [2024-10-24 02:33:42] "POST /role-definitions HTTP/1.1" 200 551 0.016651 10.0.0.40 - - [2024-10-24 02:33:42] "POST /fqname-to-id HTTP/1.1" 404 190 0.003605 10.0.0.40 - - [2024-10-24 02:33:42] "POST /role-definitions HTTP/1.1" 200 549 0.019599 10.0.0.40 - - [2024-10-24 02:33:42] "POST /fqname-to-id HTTP/1.1" 404 196 0.004661 10.0.0.40 - - [2024-10-24 02:33:42] "POST /role-definitions HTTP/1.1" 200 561 0.018806 10.0.0.40 - - [2024-10-24 02:33:42] "POST /fqname-to-id HTTP/1.1" 404 189 0.003249 10.0.0.40 - - [2024-10-24 02:33:42] "POST /role-definitions HTTP/1.1" 200 547 0.021107 10.0.0.40 - - [2024-10-24 02:33:42] "POST /fqname-to-id HTTP/1.1" 404 190 0.009712 10.0.0.40 - - [2024-10-24 02:33:42] "POST /role-definitions HTTP/1.1" 200 549 0.020198 10.0.0.40 - - [2024-10-24 02:33:42] "POST /fqname-to-id HTTP/1.1" 404 188 0.003446 10.0.0.40 - - [2024-10-24 02:33:42] "POST /role-definitions HTTP/1.1" 200 545 0.017714 10.0.0.40 - - [2024-10-24 02:33:42] "POST /fqname-to-id HTTP/1.1" 404 189 0.003259 10.0.0.40 - - [2024-10-24 02:33:42] "POST /role-definitions HTTP/1.1" 200 547 0.022601 10.0.0.40 - - [2024-10-24 02:33:42] "POST /fqname-to-id HTTP/1.1" 404 192 0.003774 10.0.0.40 - - [2024-10-24 02:33:42] "POST /role-definitions HTTP/1.1" 200 553 0.020225 10.0.0.40 - - [2024-10-24 02:33:43] "POST /fqname-to-id HTTP/1.1" 404 193 0.004376 10.0.0.40 - - [2024-10-24 02:33:43] "POST /role-definitions HTTP/1.1" 200 555 0.028701 10.0.0.40 - - [2024-10-24 02:33:43] "POST /fqname-to-id HTTP/1.1" 404 182 0.003366 10.0.0.40 - - [2024-10-24 02:33:43] "POST /role-definitions HTTP/1.1" 200 533 0.018224 10.0.0.40 - - [2024-10-24 02:33:43] "POST /fqname-to-id HTTP/1.1" 404 187 0.003767 10.0.0.40 - - [2024-10-24 02:33:43] "POST /role-definitions HTTP/1.1" 200 543 0.072195 10.0.0.40 - - [2024-10-24 02:33:43] "POST /fqname-to-id HTTP/1.1" 404 181 0.003755 10.0.0.40 - - [2024-10-24 02:33:43] "POST /role-definitions HTTP/1.1" 200 531 0.065196 10.0.0.40 - - [2024-10-24 02:33:43] "POST /fqname-to-id HTTP/1.1" 404 184 0.003684 10.0.0.40 - - [2024-10-24 02:33:43] "POST /role-definitions HTTP/1.1" 200 537 0.062631 10.0.0.40 - - [2024-10-24 02:33:43] "POST /fqname-to-id HTTP/1.1" 404 189 0.004461 10.0.0.40 - - [2024-10-24 02:33:43] "POST /role-definitions HTTP/1.1" 200 547 0.018102 10.0.0.40 - - [2024-10-24 02:33:43] "POST /fqname-to-id HTTP/1.1" 404 194 0.004042 10.0.0.40 - - [2024-10-24 02:33:43] "POST /role-definitions HTTP/1.1" 200 557 0.017398 10.0.0.40 - - [2024-10-24 02:33:43] "POST /fqname-to-id HTTP/1.1" 404 196 0.003355 10.0.0.40 - - [2024-10-24 02:33:44] "POST /role-definitions HTTP/1.1" 200 561 0.018048 10.0.0.40 - - [2024-10-24 02:33:44] "POST /fqname-to-id HTTP/1.1" 404 195 0.003420 10.0.0.40 - - [2024-10-24 02:33:44] "POST /role-definitions HTTP/1.1" 200 559 0.018888 10.0.0.40 - - [2024-10-24 02:33:44] "POST /fqname-to-id HTTP/1.1" 404 196 0.004795 10.0.0.40 - - [2024-10-24 02:33:44] "POST /feature-configs HTTP/1.1" 200 537 0.018461 10.0.0.40 - - [2024-10-24 02:33:44] "POST /fqname-to-id HTTP/1.1" 404 212 0.004574 10.0.0.40 - - [2024-10-24 02:33:44] "POST /feature-configs HTTP/1.1" 200 562 0.034542 10.0.0.40 - - [2024-10-24 02:33:44] "POST /fqname-to-id HTTP/1.1" 404 211 0.003478 10.0.0.40 - - [2024-10-24 02:33:44] "POST /feature-configs HTTP/1.1" 200 561 0.018598 10.0.0.40 - - [2024-10-24 02:33:44] "POST /fqname-to-id HTTP/1.1" 404 192 0.003589 10.0.0.40 - - [2024-10-24 02:33:44] "POST /node-profiles HTTP/1.1" 200 547 0.023136 10.0.0.40 - - [2024-10-24 02:33:44] "POST /fqname-to-id HTTP/1.1" 404 187 0.003252 10.0.0.40 - - [2024-10-24 02:33:44] "POST /node-profiles HTTP/1.1" 200 537 0.018005 10.0.0.40 - - [2024-10-24 02:33:44] "POST /fqname-to-id HTTP/1.1" 404 193 0.003484 10.0.0.40 - - [2024-10-24 02:33:44] "POST /node-profiles HTTP/1.1" 200 549 0.018038 10.0.0.40 - - [2024-10-24 02:33:44] "POST /fqname-to-id HTTP/1.1" 404 189 0.003460 10.0.0.40 - - [2024-10-24 02:33:44] "POST /node-profiles HTTP/1.1" 200 541 0.025583 10.0.0.40 - - [2024-10-24 02:33:45] "POST /fqname-to-id HTTP/1.1" 404 189 0.003776 10.0.0.40 - - [2024-10-24 02:33:45] "POST /node-profiles HTTP/1.1" 200 541 0.018255 10.0.0.40 - - [2024-10-24 02:33:45] "POST /fqname-to-id HTTP/1.1" 404 188 0.003560 10.0.0.40 - - [2024-10-24 02:33:45] "POST /node-profiles HTTP/1.1" 200 539 0.017067 10.0.0.40 - - [2024-10-24 02:33:45] "POST /fqname-to-id HTTP/1.1" 404 184 0.003680 10.0.0.40 - - [2024-10-24 02:33:45] "POST /node-profiles HTTP/1.1" 200 531 0.017196 10.0.0.40 - - [2024-10-24 02:33:45] "POST /fqname-to-id HTTP/1.1" 404 185 0.003895 10.0.0.40 - - [2024-10-24 02:33:45] "POST /node-profiles HTTP/1.1" 200 533 0.016725 10.0.0.40 - - [2024-10-24 02:33:45] "POST /fqname-to-id HTTP/1.1" 404 197 0.003562 10.0.0.40 - - [2024-10-24 02:33:45] "POST /node-profiles HTTP/1.1" 200 557 0.019119 10.0.0.40 - - [2024-10-24 02:33:45] "POST /fqname-to-id HTTP/1.1" 404 206 0.003927 10.0.0.40 - - [2024-10-24 02:33:45] "POST /telemetry-profiles HTTP/1.1" 200 554 0.019057 10.0.0.40 - - [2024-10-24 02:33:45] "POST /fqname-to-id HTTP/1.1" 404 206 0.003264 10.0.0.40 - - [2024-10-24 02:33:45] "POST /telemetry-profiles HTTP/1.1" 200 554 0.036211 10.0.0.40 - - [2024-10-24 02:33:45] "POST /fqname-to-id HTTP/1.1" 404 206 0.004149 10.0.0.40 - - [2024-10-24 02:33:45] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017716 10.0.0.40 - - [2024-10-24 02:33:45] "POST /fqname-to-id HTTP/1.1" 404 206 0.003637 10.0.0.40 - - [2024-10-24 02:33:46] "POST /telemetry-profiles HTTP/1.1" 200 554 0.019910 10.0.0.40 - - [2024-10-24 02:33:46] "POST /fqname-to-id HTTP/1.1" 404 206 0.003953 10.0.0.40 - - [2024-10-24 02:33:46] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016927 10.0.0.40 - - [2024-10-24 02:33:46] "POST /fqname-to-id HTTP/1.1" 404 206 0.004587 10.0.0.40 - - [2024-10-24 02:33:46] "POST /telemetry-profiles HTTP/1.1" 200 554 0.019890 10.0.0.40 - - [2024-10-24 02:33:46] "POST /fqname-to-id HTTP/1.1" 404 199 0.003267 10.0.0.40 - - [2024-10-24 02:33:46] "POST /sflow-profiles HTTP/1.1" 200 532 0.019247 10.0.0.40 - - [2024-10-24 02:33:46] "POST /fqname-to-id HTTP/1.1" 404 202 0.003353 10.0.0.40 - - [2024-10-24 02:33:46] "POST /sflow-profiles HTTP/1.1" 200 538 0.016938 10.0.0.40 - - [2024-10-24 02:33:46] "POST /fqname-to-id HTTP/1.1" 404 202 0.003534 10.0.0.40 - - [2024-10-24 02:33:46] "POST /sflow-profiles HTTP/1.1" 200 538 0.015682 10.0.0.40 - - [2024-10-24 02:33:46] "POST /fqname-to-id HTTP/1.1" 404 199 0.003370 10.0.0.40 - - [2024-10-24 02:33:46] "POST /grpc-profiles HTTP/1.1" 200 530 0.016346 10.0.0.40 - - [2024-10-24 02:33:46] "POST /fqname-to-id HTTP/1.1" 404 199 0.003397 10.0.0.40 - - [2024-10-24 02:33:46] "POST /snmp-profiles HTTP/1.1" 200 530 0.016347 10.0.0.40 - - [2024-10-24 02:33:46] "POST /fqname-to-id HTTP/1.1" 404 202 0.003430 10.0.0.40 - - [2024-10-24 02:33:46] "POST /netconf-profiles HTTP/1.1" 200 542 0.018563 10.0.0.40 - - [2024-10-24 02:33:46] "POST /fqname-to-id HTTP/1.1" 404 193 0.003309 10.0.0.40 - - [2024-10-24 02:33:47] "POST /device-functional-groups HTTP/1.1" 200 540 0.017455 10.0.0.40 - - [2024-10-24 02:33:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.003303 10.0.0.40 - - [2024-10-24 02:33:47] "POST /device-functional-groups HTTP/1.1" 200 540 0.017342 10.0.0.40 - - [2024-10-24 02:33:47] "POST /fqname-to-id HTTP/1.1" 404 195 0.003811 10.0.0.40 - - [2024-10-24 02:33:47] "POST /device-functional-groups HTTP/1.1" 200 544 0.020471 10.0.0.40 - - [2024-10-24 02:33:47] "POST /fqname-to-id HTTP/1.1" 404 194 0.003215 10.0.0.40 - - [2024-10-24 02:33:47] "POST /device-functional-groups HTTP/1.1" 200 542 0.017392 10.0.0.40 - - [2024-10-24 02:33:47] "POST /fqname-to-id HTTP/1.1" 404 218 0.003363 10.0.0.40 - - [2024-10-24 02:33:47] "POST /device-functional-groups HTTP/1.1" 200 590 0.018138 10.0.0.40 - - [2024-10-24 02:33:47] "POST /fqname-to-id HTTP/1.1" 404 208 0.003335 10.0.0.40 - - [2024-10-24 02:33:47] "POST /device-functional-groups HTTP/1.1" 200 570 0.017052 10.0.0.40 - - [2024-10-24 02:33:47] "POST /fqname-to-id HTTP/1.1" 404 236 0.003639 10.0.0.40 - - [2024-10-24 02:33:47] "POST /device-functional-groups HTTP/1.1" 200 620 0.019294 10.0.0.40 - - [2024-10-24 02:33:47] "POST /fqname-to-id HTTP/1.1" 404 206 0.003631 10.0.0.40 - - [2024-10-24 02:33:47] "POST /device-functional-groups HTTP/1.1" 200 566 0.020939 10.0.0.40 - - [2024-10-24 02:33:47] "POST /fqname-to-id HTTP/1.1" 404 205 0.003381 10.0.0.40 - - [2024-10-24 02:33:47] "POST /device-functional-groups HTTP/1.1" 200 564 0.018647 10.0.0.40 - - [2024-10-24 02:33:47] "POST /fqname-to-id HTTP/1.1" 404 210 0.006113 10.0.0.40 - - [2024-10-24 02:33:48] "POST /device-functional-groups HTTP/1.1" 200 574 0.018261 10.0.0.40 - - [2024-10-24 02:33:48] "POST /fqname-to-id HTTP/1.1" 404 201 0.007329 10.0.0.40 - - [2024-10-24 02:33:48] "POST /role-configs HTTP/1.1" 200 525 0.022646 10.0.0.40 - - [2024-10-24 02:33:48] "POST /fqname-to-id HTTP/1.1" 404 196 0.004296 10.0.0.40 - - [2024-10-24 02:33:48] "POST /role-configs HTTP/1.1" 200 520 0.023244 10.0.0.40 - - [2024-10-24 02:33:48] "POST /fqname-to-id HTTP/1.1" 404 198 0.003473 10.0.0.40 - - [2024-10-24 02:33:48] "POST /role-configs HTTP/1.1" 200 522 0.021090 10.0.0.40 - - [2024-10-24 02:33:48] "POST /fqname-to-id HTTP/1.1" 404 198 0.009015 10.0.0.40 - - [2024-10-24 02:33:48] "POST /role-configs HTTP/1.1" 200 522 0.018289 10.0.0.40 - - [2024-10-24 02:33:48] "POST /fqname-to-id HTTP/1.1" 404 202 0.003422 10.0.0.40 - - [2024-10-24 02:33:48] "POST /role-configs HTTP/1.1" 200 526 0.025522 10.0.0.40 - - [2024-10-24 02:33:48] "POST /fqname-to-id HTTP/1.1" 404 197 0.004190 10.0.0.40 - - [2024-10-24 02:33:48] "POST /role-configs HTTP/1.1" 200 521 0.018138 10.0.0.40 - - [2024-10-24 02:33:48] "POST /fqname-to-id HTTP/1.1" 404 193 0.003622 10.0.0.40 - - [2024-10-24 02:33:48] "POST /role-configs HTTP/1.1" 200 517 0.017943 10.0.0.40 - - [2024-10-24 02:33:48] "POST /fqname-to-id HTTP/1.1" 404 194 0.003482 10.0.0.40 - - [2024-10-24 02:33:48] "POST /role-configs HTTP/1.1" 200 518 0.018855 10.0.0.40 - - [2024-10-24 02:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.40 - - [2024-10-24 02:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.40 - - [2024-10-24 02:33:49] "POST /ref-update HTTP/1.1" 200 156 0.011474 10.0.0.40 - - [2024-10-24 02:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.40 - - [2024-10-24 02:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.40 - - [2024-10-24 02:33:49] "POST /ref-update HTTP/1.1" 200 156 0.009328 10.0.0.40 - - [2024-10-24 02:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.40 - - [2024-10-24 02:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.40 - - [2024-10-24 02:33:49] "POST /ref-update HTTP/1.1" 200 156 0.009093 10.0.0.40 - - [2024-10-24 02:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004866 10.0.0.40 - - [2024-10-24 02:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.40 - - [2024-10-24 02:33:49] "POST /ref-update HTTP/1.1" 200 156 0.011703 10.0.0.40 - - [2024-10-24 02:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.40 - - [2024-10-24 02:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.40 - - [2024-10-24 02:33:49] "POST /ref-update HTTP/1.1" 200 156 0.008935 10.0.0.40 - - [2024-10-24 02:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.40 - - [2024-10-24 02:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.40 - - [2024-10-24 02:33:49] "POST /ref-update HTTP/1.1" 200 156 0.008888 10.0.0.40 - - [2024-10-24 02:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.40 - - [2024-10-24 02:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.40 - - [2024-10-24 02:33:50] "POST /ref-update HTTP/1.1" 200 156 0.008552 10.0.0.40 - - [2024-10-24 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.40 - - [2024-10-24 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.40 - - [2024-10-24 02:33:50] "POST /ref-update HTTP/1.1" 200 156 0.009350 10.0.0.40 - - [2024-10-24 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.40 - - [2024-10-24 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.40 - - [2024-10-24 02:33:50] "POST /ref-update HTTP/1.1" 200 156 0.009852 10.0.0.40 - - [2024-10-24 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005018 10.0.0.40 - - [2024-10-24 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.010415 10.0.0.40 - - [2024-10-24 02:33:50] "POST /ref-update HTTP/1.1" 200 156 0.008831 10.0.0.40 - - [2024-10-24 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.40 - - [2024-10-24 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.40 - - [2024-10-24 02:33:50] "POST /ref-update HTTP/1.1" 200 156 0.009284 10.0.0.40 - - [2024-10-24 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.40 - - [2024-10-24 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004421 10.0.0.40 - - [2024-10-24 02:33:50] "POST /ref-update HTTP/1.1" 200 156 0.007856 10.0.0.40 - - [2024-10-24 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.40 - - [2024-10-24 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.40 - - [2024-10-24 02:33:50] "POST /ref-update HTTP/1.1" 200 156 0.008265 10.0.0.40 - - [2024-10-24 02:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.40 - - [2024-10-24 02:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.40 - - [2024-10-24 02:33:51] "POST /ref-update HTTP/1.1" 200 156 0.008256 10.0.0.40 - - [2024-10-24 02:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004235 10.0.0.40 - - [2024-10-24 02:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.40 - - [2024-10-24 02:33:51] "POST /ref-update HTTP/1.1" 200 156 0.007791 10.0.0.40 - - [2024-10-24 02:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.40 - - [2024-10-24 02:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006731 10.0.0.40 - - [2024-10-24 02:33:51] "POST /ref-update HTTP/1.1" 200 156 0.007774 10.0.0.40 - - [2024-10-24 02:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.40 - - [2024-10-24 02:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.40 - - [2024-10-24 02:33:51] "POST /ref-update HTTP/1.1" 200 156 0.009381 10.0.0.40 - - [2024-10-24 02:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.40 - - [2024-10-24 02:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.40 - - [2024-10-24 02:33:51] "POST /ref-update HTTP/1.1" 200 156 0.013987 10.0.0.40 - - [2024-10-24 02:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004289 10.0.0.40 - - [2024-10-24 02:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004572 10.0.0.40 - - [2024-10-24 02:33:51] "POST /ref-update HTTP/1.1" 200 156 0.009329 10.0.0.40 - - [2024-10-24 02:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.40 - - [2024-10-24 02:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.40 - - [2024-10-24 02:33:52] "POST /ref-update HTTP/1.1" 200 156 0.008398 10.0.0.40 - - [2024-10-24 02:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.40 - - [2024-10-24 02:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.40 - - [2024-10-24 02:33:52] "POST /ref-update HTTP/1.1" 200 156 0.013948 10.0.0.40 - - [2024-10-24 02:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.40 - - [2024-10-24 02:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.40 - - [2024-10-24 02:33:52] "POST /ref-update HTTP/1.1" 200 156 0.007514 10.0.0.40 - - [2024-10-24 02:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.40 - - [2024-10-24 02:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.40 - - [2024-10-24 02:33:52] "POST /ref-update HTTP/1.1" 200 156 0.009021 10.0.0.40 - - [2024-10-24 02:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.40 - - [2024-10-24 02:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004657 10.0.0.40 - - [2024-10-24 02:33:52] "POST /ref-update HTTP/1.1" 200 156 0.008507 10.0.0.40 - - [2024-10-24 02:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.40 - - [2024-10-24 02:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.40 - - [2024-10-24 02:33:52] "POST /ref-update HTTP/1.1" 200 156 0.009364 10.0.0.40 - - [2024-10-24 02:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.40 - - [2024-10-24 02:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.40 - - [2024-10-24 02:33:52] "POST /ref-update HTTP/1.1" 200 156 0.008509 10.0.0.40 - - [2024-10-24 02:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.40 - - [2024-10-24 02:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.40 - - [2024-10-24 02:33:53] "POST /ref-update HTTP/1.1" 200 156 0.009452 10.0.0.40 - - [2024-10-24 02:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004587 10.0.0.40 - - [2024-10-24 02:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.40 - - [2024-10-24 02:33:53] "POST /ref-update HTTP/1.1" 200 156 0.018216 10.0.0.40 - - [2024-10-24 02:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.40 - - [2024-10-24 02:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.40 - - [2024-10-24 02:33:53] "POST /ref-update HTTP/1.1" 200 156 0.007690 10.0.0.40 - - [2024-10-24 02:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.40 - - [2024-10-24 02:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.40 - - [2024-10-24 02:33:53] "POST /ref-update HTTP/1.1" 200 156 0.008188 10.0.0.40 - - [2024-10-24 02:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.40 - - [2024-10-24 02:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.40 - - [2024-10-24 02:33:53] "POST /ref-update HTTP/1.1" 200 156 0.008036 10.0.0.40 - - [2024-10-24 02:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.40 - - [2024-10-24 02:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004239 10.0.0.40 - - [2024-10-24 02:33:53] "POST /ref-update HTTP/1.1" 200 156 0.007481 10.0.0.40 - - [2024-10-24 02:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.40 - - [2024-10-24 02:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003921 10.0.0.40 - - [2024-10-24 02:33:54] "POST /ref-update HTTP/1.1" 200 156 0.009943 10.0.0.40 - - [2024-10-24 02:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.40 - - [2024-10-24 02:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.40 - - [2024-10-24 02:33:54] "POST /ref-update HTTP/1.1" 200 156 0.009774 10.0.0.40 - - [2024-10-24 02:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292 10.0.0.40 - - [2024-10-24 02:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.40 - - [2024-10-24 02:33:54] "POST /ref-update HTTP/1.1" 200 156 0.009273 10.0.0.40 - - [2024-10-24 02:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.40 - - [2024-10-24 02:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.40 - - [2024-10-24 02:33:54] "POST /ref-update HTTP/1.1" 200 156 0.010482 10.0.0.40 - - [2024-10-24 02:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005158 10.0.0.40 - - [2024-10-24 02:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004512 10.0.0.40 - - [2024-10-24 02:33:54] "POST /ref-update HTTP/1.1" 200 156 0.008002 10.0.0.40 - - [2024-10-24 02:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.40 - - [2024-10-24 02:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004910 10.0.0.40 - - [2024-10-24 02:33:54] "POST /ref-update HTTP/1.1" 200 156 0.009378 10.0.0.40 - - [2024-10-24 02:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.40 - - [2024-10-24 02:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.40 - - [2024-10-24 02:33:54] "POST /ref-update HTTP/1.1" 200 156 0.007832 10.0.0.40 - - [2024-10-24 02:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.40 - - [2024-10-24 02:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.40 - - [2024-10-24 02:33:55] "POST /ref-update HTTP/1.1" 200 156 0.008187 10.0.0.40 - - [2024-10-24 02:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.40 - - [2024-10-24 02:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.40 - - [2024-10-24 02:33:55] "POST /ref-update HTTP/1.1" 200 156 0.009723 10.0.0.40 - - [2024-10-24 02:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.40 - - [2024-10-24 02:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.40 - - [2024-10-24 02:33:55] "POST /ref-update HTTP/1.1" 200 156 0.007882 10.0.0.40 - - [2024-10-24 02:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.40 - - [2024-10-24 02:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.40 - - [2024-10-24 02:33:55] "POST /ref-update HTTP/1.1" 200 156 0.010168 10.0.0.40 - - [2024-10-24 02:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.40 - - [2024-10-24 02:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.40 - - [2024-10-24 02:33:55] "POST /ref-update HTTP/1.1" 200 156 0.008616 10.0.0.40 - - [2024-10-24 02:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004619 10.0.0.40 - - [2024-10-24 02:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005681 10.0.0.40 - - [2024-10-24 02:33:55] "POST /ref-update HTTP/1.1" 200 156 0.009327 10.0.0.40 - - [2024-10-24 02:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.40 - - [2024-10-24 02:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.40 - - [2024-10-24 02:33:56] "POST /ref-update HTTP/1.1" 200 156 0.011768 10.0.0.40 - - [2024-10-24 02:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.40 - - [2024-10-24 02:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.40 - - [2024-10-24 02:33:56] "POST /ref-update HTTP/1.1" 200 156 0.008335 10.0.0.40 - - [2024-10-24 02:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.40 - - [2024-10-24 02:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.40 - - [2024-10-24 02:33:56] "POST /ref-update HTTP/1.1" 200 156 0.007879 10.0.0.40 - - [2024-10-24 02:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.40 - - [2024-10-24 02:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.40 - - [2024-10-24 02:33:56] "POST /ref-update HTTP/1.1" 200 156 0.008545 10.0.0.40 - - [2024-10-24 02:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004773 10.0.0.40 - - [2024-10-24 02:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004919 10.0.0.40 - - [2024-10-24 02:33:56] "POST /ref-update HTTP/1.1" 200 156 0.010870 10.0.0.40 - - [2024-10-24 02:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.40 - - [2024-10-24 02:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.40 - - [2024-10-24 02:33:56] "POST /ref-update HTTP/1.1" 200 156 0.007609 10.0.0.40 - - [2024-10-24 02:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004073 10.0.0.40 - - [2024-10-24 02:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004285 10.0.0.40 - - [2024-10-24 02:33:56] "POST /ref-update HTTP/1.1" 200 156 0.009300 10.0.0.40 - - [2024-10-24 02:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.40 - - [2024-10-24 02:33:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.40 - - [2024-10-24 02:33:57] "POST /ref-update HTTP/1.1" 200 156 0.009190 10.0.0.40 - - [2024-10-24 02:33:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.40 - - [2024-10-24 02:33:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004125 10.0.0.40 - - [2024-10-24 02:33:57] "POST /ref-update HTTP/1.1" 200 156 0.009230 10.0.0.40 - - [2024-10-24 02:33:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.40 - - [2024-10-24 02:33:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.40 - - [2024-10-24 02:33:57] "POST /ref-update HTTP/1.1" 200 156 0.011175 10.0.0.40 - - [2024-10-24 02:33:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.40 - - [2024-10-24 02:33:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.40 - - [2024-10-24 02:33:57] "POST /ref-update HTTP/1.1" 200 156 0.008047 10.0.0.40 - - [2024-10-24 02:33:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.40 - - [2024-10-24 02:33:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.40 - - [2024-10-24 02:33:57] "POST /ref-update HTTP/1.1" 200 156 0.010561 10.0.0.40 - - [2024-10-24 02:33:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.40 - - [2024-10-24 02:33:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004094 10.0.0.40 - - [2024-10-24 02:33:57] "POST /ref-update HTTP/1.1" 200 156 0.007799 10.0.0.40 - - [2024-10-24 02:33:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.40 - - [2024-10-24 02:33:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.40 - - [2024-10-24 02:33:58] "POST /ref-update HTTP/1.1" 200 156 0.008891 10.0.0.40 - - [2024-10-24 02:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.40 - - [2024-10-24 02:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.40 - - [2024-10-24 02:33:58] "POST /ref-update HTTP/1.1" 200 156 0.007781 10.0.0.40 - - [2024-10-24 02:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.40 - - [2024-10-24 02:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.40 - - [2024-10-24 02:33:58] "POST /ref-update HTTP/1.1" 200 156 0.009820 10.0.0.40 - - [2024-10-24 02:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.40 - - [2024-10-24 02:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.40 - - [2024-10-24 02:33:58] "POST /ref-update HTTP/1.1" 200 156 0.009239 10.0.0.40 - - [2024-10-24 02:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004423 10.0.0.40 - - [2024-10-24 02:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.40 - - [2024-10-24 02:33:58] "POST /ref-update HTTP/1.1" 200 156 0.010599 10.0.0.40 - - [2024-10-24 02:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.40 - - [2024-10-24 02:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.40 - - [2024-10-24 02:33:58] "POST /ref-update HTTP/1.1" 200 156 0.008660 10.0.0.40 - - [2024-10-24 02:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.40 - - [2024-10-24 02:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.40 - - [2024-10-24 02:33:58] "POST /ref-update HTTP/1.1" 200 156 0.008732 10.0.0.40 - - [2024-10-24 02:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.40 - - [2024-10-24 02:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.40 - - [2024-10-24 02:33:59] "POST /ref-update HTTP/1.1" 200 156 0.009789 10.0.0.40 - - [2024-10-24 02:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.40 - - [2024-10-24 02:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.40 - - [2024-10-24 02:33:59] "POST /ref-update HTTP/1.1" 200 156 0.010112 10.0.0.40 - - [2024-10-24 02:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.40 - - [2024-10-24 02:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.40 - - [2024-10-24 02:33:59] "POST /ref-update HTTP/1.1" 200 156 0.008632 10.0.0.40 - - [2024-10-24 02:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.40 - - [2024-10-24 02:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004443 10.0.0.40 - - [2024-10-24 02:33:59] "POST /ref-update HTTP/1.1" 200 156 0.010677 10.0.0.40 - - [2024-10-24 02:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.40 - - [2024-10-24 02:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004405 10.0.0.40 - - [2024-10-24 02:33:59] "POST /ref-update HTTP/1.1" 200 156 0.019483 10.0.0.40 - - [2024-10-24 02:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.40 - - [2024-10-24 02:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.008686 10.0.0.40 - - [2024-10-24 02:33:59] "POST /ref-update HTTP/1.1" 200 156 0.009221 10.0.0.40 - - [2024-10-24 02:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210 10.0.0.40 - - [2024-10-24 02:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.40 - - [2024-10-24 02:34:00] "POST /ref-update HTTP/1.1" 200 156 0.010114 10.0.0.40 - - [2024-10-24 02:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.40 - - [2024-10-24 02:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004108 10.0.0.40 - - [2024-10-24 02:34:00] "POST /ref-update HTTP/1.1" 200 156 0.010234 10.0.0.40 - - [2024-10-24 02:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004188 10.0.0.40 - - [2024-10-24 02:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.40 - - [2024-10-24 02:34:00] "POST /ref-update HTTP/1.1" 200 156 0.010201 10.0.0.40 - - [2024-10-24 02:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004110 10.0.0.40 - - [2024-10-24 02:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.40 - - [2024-10-24 02:34:00] "POST /ref-update HTTP/1.1" 200 156 0.008531 10.0.0.40 - - [2024-10-24 02:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.40 - - [2024-10-24 02:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.40 - - [2024-10-24 02:34:00] "POST /ref-update HTTP/1.1" 200 156 0.011374 10.0.0.40 - - [2024-10-24 02:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004716 10.0.0.40 - - [2024-10-24 02:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004275 10.0.0.40 - - [2024-10-24 02:34:00] "POST /ref-update HTTP/1.1" 200 156 0.009106 10.0.0.40 - - [2024-10-24 02:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005376 10.0.0.40 - - [2024-10-24 02:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004408 10.0.0.40 - - [2024-10-24 02:34:00] "POST /ref-update HTTP/1.1" 200 156 0.009755 10.0.0.40 - - [2024-10-24 02:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.40 - - [2024-10-24 02:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004043 10.0.0.40 - - [2024-10-24 02:34:01] "POST /ref-update HTTP/1.1" 200 156 0.009138 10.0.0.40 - - [2024-10-24 02:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.40 - - [2024-10-24 02:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004858 10.0.0.40 - - [2024-10-24 02:34:01] "POST /ref-update HTTP/1.1" 200 156 0.010925 10.0.0.40 - - [2024-10-24 02:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.40 - - [2024-10-24 02:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.40 - - [2024-10-24 02:34:01] "POST /ref-update HTTP/1.1" 200 156 0.008516 10.0.0.40 - - [2024-10-24 02:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004259 10.0.0.40 - - [2024-10-24 02:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004032 10.0.0.40 - - [2024-10-24 02:34:01] "POST /ref-update HTTP/1.1" 200 156 0.008933 10.0.0.40 - - [2024-10-24 02:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.40 - - [2024-10-24 02:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.40 - - [2024-10-24 02:34:01] "POST /ref-update HTTP/1.1" 200 156 0.010239 10.0.0.40 - - [2024-10-24 02:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.40 - - [2024-10-24 02:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.40 - - [2024-10-24 02:34:01] "POST /ref-update HTTP/1.1" 200 156 0.007549 10.0.0.40 - - [2024-10-24 02:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.40 - - [2024-10-24 02:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.40 - - [2024-10-24 02:34:02] "POST /ref-update HTTP/1.1" 200 156 0.009767 10.0.0.40 - - [2024-10-24 02:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004586 10.0.0.40 - - [2024-10-24 02:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004858 10.0.0.40 - - [2024-10-24 02:34:02] "POST /ref-update HTTP/1.1" 200 156 0.007742 10.0.0.40 - - [2024-10-24 02:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.40 - - [2024-10-24 02:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.40 - - [2024-10-24 02:34:02] "POST /ref-update HTTP/1.1" 200 156 0.009043 10.0.0.40 - - [2024-10-24 02:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004281 10.0.0.40 - - [2024-10-24 02:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.40 - - [2024-10-24 02:34:02] "POST /ref-update HTTP/1.1" 200 156 0.008923 10.0.0.40 - - [2024-10-24 02:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004248 10.0.0.40 - - [2024-10-24 02:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.40 - - [2024-10-24 02:34:02] "POST /ref-update HTTP/1.1" 200 156 0.008431 10.0.0.40 - - [2024-10-24 02:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004370 10.0.0.40 - - [2024-10-24 02:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.40 - - [2024-10-24 02:34:02] "POST /ref-update HTTP/1.1" 200 156 0.011566 10.0.0.40 - - [2024-10-24 02:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004789 10.0.0.40 - - [2024-10-24 02:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004385 10.0.0.40 - - [2024-10-24 02:34:02] "POST /ref-update HTTP/1.1" 200 156 0.009724 10.0.0.40 - - [2024-10-24 02:34:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005995 10.0.0.40 - - [2024-10-24 02:34:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.40 - - [2024-10-24 02:34:03] "POST /ref-update HTTP/1.1" 200 156 0.009780 10.0.0.40 - - [2024-10-24 02:34:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.40 - - [2024-10-24 02:34:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.40 - - [2024-10-24 02:34:03] "POST /ref-update HTTP/1.1" 200 156 0.008770 10.0.0.40 - - [2024-10-24 02:34:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005278 10.0.0.40 - - [2024-10-24 02:34:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.40 - - [2024-10-24 02:34:03] "POST /ref-update HTTP/1.1" 200 156 0.008784 10.0.0.40 - - [2024-10-24 02:34:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004346 10.0.0.40 - - [2024-10-24 02:34:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004229 10.0.0.40 - - [2024-10-24 02:34:03] "POST /ref-update HTTP/1.1" 200 156 0.008463 10.0.0.40 - - [2024-10-24 02:34:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004843 10.0.0.40 - - [2024-10-24 02:34:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.40 - - [2024-10-24 02:34:03] "POST /ref-update HTTP/1.1" 200 156 0.009677 10.0.0.40 - - [2024-10-24 02:34:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.40 - - [2024-10-24 02:34:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004532 10.0.0.40 - - [2024-10-24 02:34:03] "POST /ref-update HTTP/1.1" 200 156 0.008753 10.0.0.40 - - [2024-10-24 02:34:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.40 - - [2024-10-24 02:34:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006491 10.0.0.40 - - [2024-10-24 02:34:03] "GET /global-system-configs HTTP/1.1" 200 322 0.603498 10.0.0.40 - - [2024-10-24 02:34:04] "POST /ref-update HTTP/1.1" 200 156 0.009725 10.0.0.40 - - [2024-10-24 02:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.40 - - [2024-10-24 02:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.40 - - [2024-10-24 02:34:04] "POST /ref-update HTTP/1.1" 200 156 0.007763 10.0.0.40 - - [2024-10-24 02:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.40 - - [2024-10-24 02:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.40 - - [2024-10-24 02:34:04] "POST /ref-update HTTP/1.1" 200 156 0.009673 10.0.0.40 - - [2024-10-24 02:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004525 10.0.0.40 - - [2024-10-24 02:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.40 - - [2024-10-24 02:34:04] "POST /ref-update HTTP/1.1" 200 156 0.008802 10.0.0.40 - - [2024-10-24 02:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.40 - - [2024-10-24 02:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004510 10.0.0.40 - - [2024-10-24 02:34:04] "POST /ref-update HTTP/1.1" 200 156 0.009045 10.0.0.40 - - [2024-10-24 02:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.40 - - [2024-10-24 02:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.40 - - [2024-10-24 02:34:04] "POST /ref-update HTTP/1.1" 200 156 0.009478 10.0.0.40 - - [2024-10-24 02:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.008579 10.0.0.40 - - [2024-10-24 02:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004349 10.0.0.40 - - [2024-10-24 02:34:04] "POST /ref-update HTTP/1.1" 200 156 0.009352 10.0.0.40 - - [2024-10-24 02:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.40 - - [2024-10-24 02:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.40 - - [2024-10-24 02:34:05] "POST /ref-update HTTP/1.1" 200 156 0.009717 10.0.0.40 - - [2024-10-24 02:34:05] "GET /global-system-configs HTTP/1.1" 200 322 0.303498 10.0.0.40 - - [2024-10-24 02:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.40 - - [2024-10-24 02:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.40 - - [2024-10-24 02:34:05] "POST /ref-update HTTP/1.1" 200 156 0.009538 10.0.0.40 - - [2024-10-24 02:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.40 - - [2024-10-24 02:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.40 - - [2024-10-24 02:34:05] "POST /ref-update HTTP/1.1" 200 156 0.008719 10.0.0.40 - - [2024-10-24 02:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.40 - - [2024-10-24 02:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.40 - - [2024-10-24 02:34:05] "POST /ref-update HTTP/1.1" 200 156 0.009964 10.0.0.40 - - [2024-10-24 02:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.40 - - [2024-10-24 02:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.008501 10.0.0.40 - - [2024-10-24 02:34:05] "POST /ref-update HTTP/1.1" 200 156 0.009574 10.0.0.40 - - [2024-10-24 02:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.40 - - [2024-10-24 02:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.40 - - [2024-10-24 02:34:05] "POST /ref-update HTTP/1.1" 200 156 0.010561 10.0.0.40 - - [2024-10-24 02:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.40 - - [2024-10-24 02:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004512 10.0.0.40 - - [2024-10-24 02:34:06] "POST /ref-update HTTP/1.1" 200 156 0.008147 10.0.0.40 - - [2024-10-24 02:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.40 - - [2024-10-24 02:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.40 - - [2024-10-24 02:34:06] "POST /ref-update HTTP/1.1" 200 156 0.008723 10.0.0.40 - - [2024-10-24 02:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.40 - - [2024-10-24 02:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.40 - - [2024-10-24 02:34:06] "POST /ref-update HTTP/1.1" 200 156 0.010082 10.0.0.40 - - [2024-10-24 02:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004110 10.0.0.40 - - [2024-10-24 02:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.40 - - [2024-10-24 02:34:06] "POST /ref-update HTTP/1.1" 200 156 0.011169 10.0.0.40 - - [2024-10-24 02:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004627 10.0.0.40 - - [2024-10-24 02:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.40 - - [2024-10-24 02:34:06] "POST /ref-update HTTP/1.1" 200 156 0.010661 10.0.0.40 - - [2024-10-24 02:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004226 10.0.0.40 - - [2024-10-24 02:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004317 10.0.0.40 - - [2024-10-24 02:34:06] "POST /ref-update HTTP/1.1" 200 156 0.009027 10.0.0.40 - - [2024-10-24 02:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.40 - - [2024-10-24 02:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005380 10.0.0.40 - - [2024-10-24 02:34:06] "POST /ref-update HTTP/1.1" 200 156 0.009789 10.0.0.40 - - [2024-10-24 02:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004147 10.0.0.40 - - [2024-10-24 02:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.40 - - [2024-10-24 02:34:07] "POST /ref-update HTTP/1.1" 200 156 0.009640 10.0.0.40 - - [2024-10-24 02:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004553 10.0.0.40 - - [2024-10-24 02:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004697 10.0.0.40 - - [2024-10-24 02:34:07] "POST /ref-update HTTP/1.1" 200 156 0.010188 10.0.0.40 - - [2024-10-24 02:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.40 - - [2024-10-24 02:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004186 10.0.0.40 - - [2024-10-24 02:34:07] "POST /ref-update HTTP/1.1" 200 156 0.011197 10.0.0.40 - - [2024-10-24 02:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.40 - - [2024-10-24 02:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.40 - - [2024-10-24 02:34:07] "POST /ref-update HTTP/1.1" 200 156 0.009995 10.0.0.40 - - [2024-10-24 02:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006088 10.0.0.40 - - [2024-10-24 02:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.40 - - [2024-10-24 02:34:07] "POST /ref-update HTTP/1.1" 200 156 0.008842 10.0.0.40 - - [2024-10-24 02:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005523 10.0.0.40 - - [2024-10-24 02:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004398 10.0.0.40 - - [2024-10-24 02:34:07] "POST /ref-update HTTP/1.1" 200 156 0.010590 10.0.0.40 - - [2024-10-24 02:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.40 - - [2024-10-24 02:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.40 - - [2024-10-24 02:34:08] "POST /ref-update HTTP/1.1" 200 156 0.009775 10.0.0.40 - - [2024-10-24 02:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.40 - - [2024-10-24 02:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.40 - - [2024-10-24 02:34:08] "POST /ref-update HTTP/1.1" 200 156 0.009442 10.0.0.40 - - [2024-10-24 02:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004760 10.0.0.40 - - [2024-10-24 02:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004736 10.0.0.40 - - [2024-10-24 02:34:08] "POST /ref-update HTTP/1.1" 200 156 0.008690 10.0.0.40 - - [2024-10-24 02:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004497 10.0.0.40 - - [2024-10-24 02:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004284 10.0.0.40 - - [2024-10-24 02:34:08] "POST /ref-update HTTP/1.1" 200 156 0.010547 10.0.0.40 - - [2024-10-24 02:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.40 - - [2024-10-24 02:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.40 - - [2024-10-24 02:34:08] "POST /ref-update HTTP/1.1" 200 156 0.008610 10.0.0.40 - - [2024-10-24 02:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004805 10.0.0.40 - - [2024-10-24 02:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333 10.0.0.40 - - [2024-10-24 02:34:08] "POST /ref-update HTTP/1.1" 200 156 0.009190 10.0.0.40 - - [2024-10-24 02:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005527 10.0.0.40 - - [2024-10-24 02:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005325 10.0.0.40 - - [2024-10-24 02:34:09] "POST /ref-update HTTP/1.1" 200 156 0.008394 10.0.0.40 - - [2024-10-24 02:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.40 - - [2024-10-24 02:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.40 - - [2024-10-24 02:34:09] "POST /ref-update HTTP/1.1" 200 156 0.008659 10.0.0.40 - - [2024-10-24 02:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.40 - - [2024-10-24 02:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.40 - - [2024-10-24 02:34:09] "POST /ref-update HTTP/1.1" 200 156 0.007641 10.0.0.40 - - [2024-10-24 02:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004621 10.0.0.40 - - [2024-10-24 02:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.40 - - [2024-10-24 02:34:09] "POST /ref-update HTTP/1.1" 200 156 0.007528 10.0.0.40 - - [2024-10-24 02:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.40 - - [2024-10-24 02:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.40 - - [2024-10-24 02:34:09] "POST /ref-update HTTP/1.1" 200 156 0.009916 10.0.0.40 - - [2024-10-24 02:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004588 10.0.0.40 - - [2024-10-24 02:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.40 - - [2024-10-24 02:34:09] "POST /ref-update HTTP/1.1" 200 156 0.008125 10.0.0.40 - - [2024-10-24 02:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.40 - - [2024-10-24 02:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.40 - - [2024-10-24 02:34:09] "POST /ref-update HTTP/1.1" 200 156 0.008301 10.0.0.40 - - [2024-10-24 02:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.40 - - [2024-10-24 02:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.40 - - [2024-10-24 02:34:10] "POST /ref-update HTTP/1.1" 200 156 0.008497 10.0.0.40 - - [2024-10-24 02:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.40 - - [2024-10-24 02:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.40 - - [2024-10-24 02:34:10] "POST /ref-update HTTP/1.1" 200 156 0.010378 10.0.0.40 - - [2024-10-24 02:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.40 - - [2024-10-24 02:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.40 - - [2024-10-24 02:34:10] "POST /ref-update HTTP/1.1" 200 156 0.007511 10.0.0.40 - - [2024-10-24 02:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.014788 10.0.0.40 - - [2024-10-24 02:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.40 - - [2024-10-24 02:34:10] "POST /ref-update HTTP/1.1" 200 156 0.009588 10.0.0.40 - - [2024-10-24 02:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.40 - - [2024-10-24 02:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003921 10.0.0.40 - - [2024-10-24 02:34:10] "POST /ref-update HTTP/1.1" 200 156 0.008597 10.0.0.40 - - [2024-10-24 02:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.40 - - [2024-10-24 02:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.40 - - [2024-10-24 02:34:10] "POST /ref-update HTTP/1.1" 200 156 0.011406 10.0.0.40 - - [2024-10-24 02:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.40 - - [2024-10-24 02:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.40 - - [2024-10-24 02:34:10] "POST /ref-update HTTP/1.1" 200 156 0.008705 10.0.0.40 - - [2024-10-24 02:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.40 - - [2024-10-24 02:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004731 10.0.0.40 - - [2024-10-24 02:34:11] "POST /ref-update HTTP/1.1" 200 156 0.008551 10.0.0.40 - - [2024-10-24 02:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.40 - - [2024-10-24 02:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.40 - - [2024-10-24 02:34:11] "POST /ref-update HTTP/1.1" 200 156 0.007967 10.0.0.40 - - [2024-10-24 02:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.40 - - [2024-10-24 02:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.40 - - [2024-10-24 02:34:11] "POST /ref-update HTTP/1.1" 200 156 0.008678 10.0.0.40 - - [2024-10-24 02:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.40 - - [2024-10-24 02:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005240 10.0.0.40 - - [2024-10-24 02:34:11] "POST /ref-update HTTP/1.1" 200 156 0.010207 10.0.0.40 - - [2024-10-24 02:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.40 - - [2024-10-24 02:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.40 - - [2024-10-24 02:34:11] "POST /ref-update HTTP/1.1" 200 156 0.008411 10.0.0.40 - - [2024-10-24 02:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004898 10.0.0.40 - - [2024-10-24 02:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.40 - - [2024-10-24 02:34:11] "POST /ref-update HTTP/1.1" 200 156 0.008661 10.0.0.40 - - [2024-10-24 02:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.40 - - [2024-10-24 02:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004643 10.0.0.40 - - [2024-10-24 02:34:12] "POST /ref-update HTTP/1.1" 200 156 0.007915 10.0.0.40 - - [2024-10-24 02:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.40 - - [2024-10-24 02:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.40 - - [2024-10-24 02:34:12] "POST /ref-update HTTP/1.1" 200 156 0.011476 10.0.0.40 - - [2024-10-24 02:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.40 - - [2024-10-24 02:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.40 - - [2024-10-24 02:34:12] "POST /ref-update HTTP/1.1" 200 156 0.011028 10.0.0.40 - - [2024-10-24 02:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.40 - - [2024-10-24 02:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.40 - - [2024-10-24 02:34:12] "POST /ref-update HTTP/1.1" 200 156 0.009064 10.0.0.40 - - [2024-10-24 02:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.40 - - [2024-10-24 02:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.40 - - [2024-10-24 02:34:12] "POST /ref-update HTTP/1.1" 200 156 0.008078 10.0.0.40 - - [2024-10-24 02:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.40 - - [2024-10-24 02:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.40 - - [2024-10-24 02:34:12] "POST /ref-update HTTP/1.1" 200 156 0.010837 10.0.0.40 - - [2024-10-24 02:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.40 - - [2024-10-24 02:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005522 10.0.0.40 - - [2024-10-24 02:34:12] "POST /ref-update HTTP/1.1" 200 156 0.008766 10.0.0.40 - - [2024-10-24 02:34:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.40 - - [2024-10-24 02:34:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.40 - - [2024-10-24 02:34:13] "POST /ref-update HTTP/1.1" 200 156 0.009215 10.0.0.40 - - [2024-10-24 02:34:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.40 - - [2024-10-24 02:34:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.40 - - [2024-10-24 02:34:13] "POST /ref-update HTTP/1.1" 200 156 0.007967 10.0.0.40 - - [2024-10-24 02:34:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004372 10.0.0.40 - - [2024-10-24 02:34:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.40 - - [2024-10-24 02:34:13] "POST /ref-update HTTP/1.1" 200 156 0.009281 10.0.0.40 - - [2024-10-24 02:34:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004115 10.0.0.40 - - [2024-10-24 02:34:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.40 - - [2024-10-24 02:34:13] "POST /ref-update HTTP/1.1" 200 156 0.011354 10.0.0.40 - - [2024-10-24 02:34:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.006039 10.0.0.40 - - [2024-10-24 02:34:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004519 10.0.0.40 - - [2024-10-24 02:34:13] "POST /ref-update HTTP/1.1" 200 156 0.008811 10.0.0.40 - - [2024-10-24 02:34:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004601 10.0.0.40 - - [2024-10-24 02:34:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.40 - - [2024-10-24 02:34:13] "POST /ref-update HTTP/1.1" 200 156 0.009052 10.0.0.40 - - [2024-10-24 02:34:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246 10.0.0.40 - - [2024-10-24 02:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.40 - - [2024-10-24 02:34:14] "POST /ref-update HTTP/1.1" 200 156 0.028842 10.0.0.40 - - [2024-10-24 02:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.40 - - [2024-10-24 02:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.40 - - [2024-10-24 02:34:14] "POST /ref-update HTTP/1.1" 200 156 0.008365 10.0.0.40 - - [2024-10-24 02:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.40 - - [2024-10-24 02:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004340 10.0.0.40 - - [2024-10-24 02:34:14] "POST /ref-update HTTP/1.1" 200 156 0.009749 10.0.0.40 - - [2024-10-24 02:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.40 - - [2024-10-24 02:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.40 - - [2024-10-24 02:34:14] "POST /ref-update HTTP/1.1" 200 156 0.008129 10.0.0.40 - - [2024-10-24 02:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.40 - - [2024-10-24 02:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.40 - - [2024-10-24 02:34:14] "POST /ref-update HTTP/1.1" 200 156 0.007731 10.0.0.40 - - [2024-10-24 02:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.010530 10.0.0.40 - - [2024-10-24 02:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.40 - - [2024-10-24 02:34:14] "POST /ref-update HTTP/1.1" 200 156 0.009410 10.0.0.40 - - [2024-10-24 02:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.40 - - [2024-10-24 02:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004192 10.0.0.40 - - [2024-10-24 02:34:14] "POST /ref-update HTTP/1.1" 200 156 0.008347 10.0.0.40 - - [2024-10-24 02:34:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.40 - - [2024-10-24 02:34:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.40 - - [2024-10-24 02:34:15] "POST /ref-update HTTP/1.1" 200 156 0.011758 10.0.0.40 - - [2024-10-24 02:34:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004220 10.0.0.40 - - [2024-10-24 02:34:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.40 - - [2024-10-24 02:34:15] "POST /ref-update HTTP/1.1" 200 156 0.009626 10.0.0.40 - - [2024-10-24 02:34:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.40 - - [2024-10-24 02:34:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.40 - - [2024-10-24 02:34:15] "POST /ref-update HTTP/1.1" 200 156 0.009427 10.0.0.40 - - [2024-10-24 02:34:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.40 - - [2024-10-24 02:34:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.40 - - [2024-10-24 02:34:15] "POST /ref-update HTTP/1.1" 200 156 0.009099 10.0.0.40 - - [2024-10-24 02:34:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.40 - - [2024-10-24 02:34:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006733 10.0.0.40 - - [2024-10-24 02:34:15] "POST /ref-update HTTP/1.1" 200 156 0.011453 10.0.0.40 - - [2024-10-24 02:34:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004178 10.0.0.40 - - [2024-10-24 02:34:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.40 - - [2024-10-24 02:34:15] "POST /ref-update HTTP/1.1" 200 156 0.020933 10.0.0.40 - - [2024-10-24 02:34:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.40 - - [2024-10-24 02:34:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.40 - - [2024-10-24 02:34:16] "POST /ref-update HTTP/1.1" 200 156 0.010319 10.0.0.40 - - [2024-10-24 02:34:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.40 - - [2024-10-24 02:34:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.40 - - [2024-10-24 02:34:16] "POST /ref-update HTTP/1.1" 200 156 0.009073 10.0.0.40 - - [2024-10-24 02:34:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.40 - - [2024-10-24 02:34:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.40 - - [2024-10-24 02:34:16] "POST /ref-update HTTP/1.1" 200 156 0.007769 10.0.0.40 - - [2024-10-24 02:34:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.40 - - [2024-10-24 02:34:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.40 - - [2024-10-24 02:34:16] "POST /ref-update HTTP/1.1" 200 156 0.008122 10.0.0.40 - - [2024-10-24 02:34:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.40 - - [2024-10-24 02:34:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004220 10.0.0.40 - - [2024-10-24 02:34:16] "POST /ref-update HTTP/1.1" 200 156 0.010021 10.0.0.40 - - [2024-10-24 02:34:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.40 - - [2024-10-24 02:34:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.40 - - [2024-10-24 02:34:16] "POST /ref-update HTTP/1.1" 200 156 0.008767 10.0.0.40 - - [2024-10-24 02:34:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.40 - - [2024-10-24 02:34:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.40 - - [2024-10-24 02:34:16] "POST /ref-update HTTP/1.1" 200 156 0.008082 10.0.0.40 - - [2024-10-24 02:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.40 - - [2024-10-24 02:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.40 - - [2024-10-24 02:34:17] "POST /ref-update HTTP/1.1" 200 156 0.010703 10.0.0.40 - - [2024-10-24 02:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.40 - - [2024-10-24 02:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004485 10.0.0.40 - - [2024-10-24 02:34:17] "POST /ref-update HTTP/1.1" 200 156 0.011679 10.0.0.40 - - [2024-10-24 02:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.40 - - [2024-10-24 02:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.40 - - [2024-10-24 02:34:17] "POST /ref-update HTTP/1.1" 200 156 0.010442 10.0.0.40 - - [2024-10-24 02:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.40 - - [2024-10-24 02:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.40 - - [2024-10-24 02:34:17] "POST /ref-update HTTP/1.1" 200 156 0.009462 10.0.0.40 - - [2024-10-24 02:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004353 10.0.0.40 - - [2024-10-24 02:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005126 10.0.0.40 - - [2024-10-24 02:34:17] "POST /ref-update HTTP/1.1" 200 156 0.012650 10.0.0.40 - - [2024-10-24 02:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004199 10.0.0.40 - - [2024-10-24 02:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.40 - - [2024-10-24 02:34:17] "POST /ref-update HTTP/1.1" 200 156 0.011738 10.0.0.40 - - [2024-10-24 02:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004207 10.0.0.40 - - [2024-10-24 02:34:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005522 10.0.0.40 - - [2024-10-24 02:34:18] "POST /ref-update HTTP/1.1" 200 156 0.011253 10.0.0.40 - - [2024-10-24 02:34:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005071 10.0.0.40 - - [2024-10-24 02:34:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.40 - - [2024-10-24 02:34:18] "POST /ref-update HTTP/1.1" 200 156 0.011634 10.0.0.40 - - [2024-10-24 02:34:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004623 10.0.0.40 - - [2024-10-24 02:34:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005105 10.0.0.40 - - [2024-10-24 02:34:18] "POST /ref-update HTTP/1.1" 200 156 0.012419 10.0.0.40 - - [2024-10-24 02:34:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.40 - - [2024-10-24 02:34:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004412 10.0.0.40 - - [2024-10-24 02:34:18] "POST /ref-update HTTP/1.1" 200 156 0.012491 10.0.0.40 - - [2024-10-24 02:34:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004825 10.0.0.40 - - [2024-10-24 02:34:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.40 - - [2024-10-24 02:34:18] "POST /ref-update HTTP/1.1" 200 156 0.009788 10.0.0.40 - - [2024-10-24 02:34:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.40 - - [2024-10-24 02:34:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003972 10.0.0.40 - - [2024-10-24 02:34:18] "POST /ref-update HTTP/1.1" 200 156 0.014061 10.0.0.40 - - [2024-10-24 02:34:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.40 - - [2024-10-24 02:34:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004192 10.0.0.40 - - [2024-10-24 02:34:19] "POST /ref-update HTTP/1.1" 200 156 0.009371 10.0.0.40 - - [2024-10-24 02:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.40 - - [2024-10-24 02:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.40 - - [2024-10-24 02:34:19] "POST /ref-update HTTP/1.1" 200 156 0.009670 10.0.0.40 - - [2024-10-24 02:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005091 10.0.0.40 - - [2024-10-24 02:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.40 - - [2024-10-24 02:34:19] "POST /ref-update HTTP/1.1" 200 156 0.010726 10.0.0.40 - - [2024-10-24 02:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006057 10.0.0.40 - - [2024-10-24 02:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.40 - - [2024-10-24 02:34:19] "POST /ref-update HTTP/1.1" 200 156 0.011022 10.0.0.40 - - [2024-10-24 02:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.40 - - [2024-10-24 02:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.40 - - [2024-10-24 02:34:19] "POST /ref-update HTTP/1.1" 200 156 0.009432 10.0.0.40 - - [2024-10-24 02:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.40 - - [2024-10-24 02:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.40 - - [2024-10-24 02:34:19] "POST /ref-update HTTP/1.1" 200 156 0.014271 10.0.0.40 - - [2024-10-24 02:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.40 - - [2024-10-24 02:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.40 - - [2024-10-24 02:34:20] "POST /ref-update HTTP/1.1" 200 156 0.011506 10.0.0.40 - - [2024-10-24 02:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.40 - - [2024-10-24 02:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.40 - - [2024-10-24 02:34:20] "POST /ref-update HTTP/1.1" 200 156 0.013341 10.0.0.40 - - [2024-10-24 02:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.40 - - [2024-10-24 02:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004304 10.0.0.40 - - [2024-10-24 02:34:20] "POST /ref-update HTTP/1.1" 200 156 0.010870 10.0.0.40 - - [2024-10-24 02:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.40 - - [2024-10-24 02:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.40 - - [2024-10-24 02:34:20] "POST /ref-update HTTP/1.1" 200 156 0.009512 10.0.0.40 - - [2024-10-24 02:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.40 - - [2024-10-24 02:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.40 - - [2024-10-24 02:34:20] "POST /ref-update HTTP/1.1" 200 156 0.010904 10.0.0.40 - - [2024-10-24 02:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.40 - - [2024-10-24 02:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.40 - - [2024-10-24 02:34:20] "POST /ref-update HTTP/1.1" 200 156 0.008587 10.0.0.40 - - [2024-10-24 02:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.40 - - [2024-10-24 02:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004605 10.0.0.40 - - [2024-10-24 02:34:20] "POST /ref-update HTTP/1.1" 200 156 0.010117 10.0.0.40 - - [2024-10-24 02:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.40 - - [2024-10-24 02:34:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.40 - - [2024-10-24 02:34:21] "POST /ref-update HTTP/1.1" 200 156 0.008867 10.0.0.40 - - [2024-10-24 02:34:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.40 - - [2024-10-24 02:34:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.40 - - [2024-10-24 02:34:21] "POST /ref-update HTTP/1.1" 200 156 0.009483 10.0.0.40 - - [2024-10-24 02:34:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.40 - - [2024-10-24 02:34:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005446 10.0.0.40 - - [2024-10-24 02:34:21] "POST /ref-update HTTP/1.1" 200 156 0.008724 10.0.0.40 - - [2024-10-24 02:34:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.40 - - [2024-10-24 02:34:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.40 - - [2024-10-24 02:34:21] "POST /ref-update HTTP/1.1" 200 156 0.015965 10.0.0.40 - - [2024-10-24 02:34:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.40 - - [2024-10-24 02:34:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.40 - - [2024-10-24 02:34:21] "POST /ref-update HTTP/1.1" 200 156 0.008655 10.0.0.40 - - [2024-10-24 02:34:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.40 - - [2024-10-24 02:34:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.40 - - [2024-10-24 02:34:21] "POST /ref-update HTTP/1.1" 200 156 0.010412 10.0.0.40 - - [2024-10-24 02:34:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.40 - - [2024-10-24 02:34:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.40 - - [2024-10-24 02:34:22] "POST /ref-update HTTP/1.1" 200 156 0.009253 10.0.0.40 - - [2024-10-24 02:34:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.40 - - [2024-10-24 02:34:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.40 - - [2024-10-24 02:34:22] "POST /ref-update HTTP/1.1" 200 156 0.009269 10.0.0.40 - - [2024-10-24 02:34:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.40 - - [2024-10-24 02:34:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.40 - - [2024-10-24 02:34:22] "POST /ref-update HTTP/1.1" 200 156 0.008869 10.0.0.40 - - [2024-10-24 02:34:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.40 - - [2024-10-24 02:34:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.40 - - [2024-10-24 02:34:22] "POST /ref-update HTTP/1.1" 200 156 0.010026 10.0.0.40 - - [2024-10-24 02:34:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.006273 10.0.0.40 - - [2024-10-24 02:34:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.40 - - [2024-10-24 02:34:22] "POST /ref-update HTTP/1.1" 200 156 0.009482 10.0.0.40 - - [2024-10-24 02:34:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.40 - - [2024-10-24 02:34:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.40 - - [2024-10-24 02:34:22] "POST /ref-update HTTP/1.1" 200 156 0.010995 10.0.0.40 - - [2024-10-24 02:34:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.40 - - [2024-10-24 02:34:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.40 - - [2024-10-24 02:34:22] "POST /ref-update HTTP/1.1" 200 156 0.011413 10.0.0.40 - - [2024-10-24 02:34:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.40 - - [2024-10-24 02:34:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.40 - - [2024-10-24 02:34:23] "POST /ref-update HTTP/1.1" 200 156 0.009541 10.0.0.40 - - [2024-10-24 02:34:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.40 - - [2024-10-24 02:34:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.40 - - [2024-10-24 02:34:23] "POST /ref-update HTTP/1.1" 200 156 0.010675 10.0.0.40 - - [2024-10-24 02:34:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.40 - - [2024-10-24 02:34:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.40 - - [2024-10-24 02:34:23] "POST /ref-update HTTP/1.1" 200 156 0.009221 10.0.0.40 - - [2024-10-24 02:34:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.40 - - [2024-10-24 02:34:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.40 - - [2024-10-24 02:34:23] "POST /ref-update HTTP/1.1" 200 156 0.009796 10.0.0.40 - - [2024-10-24 02:34:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.40 - - [2024-10-24 02:34:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.40 - - [2024-10-24 02:34:23] "POST /ref-update HTTP/1.1" 200 156 0.009278 10.0.0.40 - - [2024-10-24 02:34:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.40 - - [2024-10-24 02:34:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.40 - - [2024-10-24 02:34:23] "POST /ref-update HTTP/1.1" 200 156 0.009223 10.0.0.40 - - [2024-10-24 02:34:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.40 - - [2024-10-24 02:34:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.40 - - [2024-10-24 02:34:24] "POST /ref-update HTTP/1.1" 200 156 0.009063 10.0.0.40 - - [2024-10-24 02:34:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.40 - - [2024-10-24 02:34:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.40 - - [2024-10-24 02:34:24] "POST /ref-update HTTP/1.1" 200 156 0.009960 10.0.0.40 - - [2024-10-24 02:34:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.40 - - [2024-10-24 02:34:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.014594 10.0.0.40 - - [2024-10-24 02:34:24] "POST /ref-update HTTP/1.1" 200 156 0.009002 10.0.0.40 - - [2024-10-24 02:34:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.40 - - [2024-10-24 02:34:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.40 - - [2024-10-24 02:34:24] "POST /ref-update HTTP/1.1" 200 156 0.008341 10.0.0.40 - - [2024-10-24 02:34:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.40 - - [2024-10-24 02:34:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.40 - - [2024-10-24 02:34:24] "POST /ref-update HTTP/1.1" 200 156 0.012098 10.0.0.40 - - [2024-10-24 02:34:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.40 - - [2024-10-24 02:34:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.40 - - [2024-10-24 02:34:24] "POST /ref-update HTTP/1.1" 200 156 0.009176 10.0.0.40 - - [2024-10-24 02:34:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.40 - - [2024-10-24 02:34:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.40 - - [2024-10-24 02:34:24] "POST /ref-update HTTP/1.1" 200 156 0.010072 10.0.0.40 - - [2024-10-24 02:34:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.40 - - [2024-10-24 02:34:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.40 - - [2024-10-24 02:34:25] "POST /ref-update HTTP/1.1" 200 156 0.009630 10.0.0.40 - - [2024-10-24 02:34:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.40 - - [2024-10-24 02:34:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.40 - - [2024-10-24 02:34:25] "POST /ref-update HTTP/1.1" 200 156 0.008668 10.0.0.40 - - [2024-10-24 02:34:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.40 - - [2024-10-24 02:34:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.40 - - [2024-10-24 02:34:25] "POST /ref-update HTTP/1.1" 200 156 0.008635 10.0.0.40 - - [2024-10-24 02:34:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.40 - - [2024-10-24 02:34:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.40 - - [2024-10-24 02:34:25] "POST /ref-update HTTP/1.1" 200 156 0.036663 10.0.0.40 - - [2024-10-24 02:34:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.40 - - [2024-10-24 02:34:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.40 - - [2024-10-24 02:34:25] "POST /ref-update HTTP/1.1" 200 156 0.009374 10.0.0.40 - - [2024-10-24 02:34:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.40 - - [2024-10-24 02:34:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.40 - - [2024-10-24 02:34:25] "POST /ref-update HTTP/1.1" 200 156 0.008108 10.0.0.40 - - [2024-10-24 02:34:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.40 - - [2024-10-24 02:34:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.40 - - [2024-10-24 02:34:26] "POST /ref-update HTTP/1.1" 200 156 0.007783 10.0.0.40 - - [2024-10-24 02:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.40 - - [2024-10-24 02:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.40 - - [2024-10-24 02:34:26] "POST /ref-update HTTP/1.1" 200 156 0.008081 10.0.0.40 - - [2024-10-24 02:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.40 - - [2024-10-24 02:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005205 10.0.0.40 - - [2024-10-24 02:34:26] "POST /ref-update HTTP/1.1" 200 156 0.011378 10.0.0.40 - - [2024-10-24 02:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.40 - - [2024-10-24 02:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.40 - - [2024-10-24 02:34:26] "POST /ref-update HTTP/1.1" 200 156 0.008910 10.0.0.40 - - [2024-10-24 02:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.40 - - [2024-10-24 02:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.40 - - [2024-10-24 02:34:26] "POST /ref-update HTTP/1.1" 200 156 0.012393 10.0.0.40 - - [2024-10-24 02:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004131 10.0.0.40 - - [2024-10-24 02:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004385 10.0.0.40 - - [2024-10-24 02:34:26] "POST /ref-update HTTP/1.1" 200 156 0.010194 10.0.0.40 - - [2024-10-24 02:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.40 - - [2024-10-24 02:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.40 - - [2024-10-24 02:34:26] "POST /ref-update HTTP/1.1" 200 156 0.016058 10.0.0.40 - - [2024-10-24 02:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.40 - - [2024-10-24 02:34:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.40 - - [2024-10-24 02:34:27] "POST /ref-update HTTP/1.1" 200 156 0.012289 10.0.0.40 - - [2024-10-24 02:34:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.40 - - [2024-10-24 02:34:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.40 - - [2024-10-24 02:34:27] "POST /ref-update HTTP/1.1" 200 156 0.012848 10.0.0.40 - - [2024-10-24 02:34:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.40 - - [2024-10-24 02:34:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.40 - - [2024-10-24 02:34:27] "POST /ref-update HTTP/1.1" 200 156 0.010418 10.0.0.40 - - [2024-10-24 02:34:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004151 10.0.0.40 - - [2024-10-24 02:34:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005733 10.0.0.40 - - [2024-10-24 02:34:27] "POST /ref-update HTTP/1.1" 200 156 0.011484 10.0.0.40 - - [2024-10-24 02:34:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.40 - - [2024-10-24 02:34:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.40 - - [2024-10-24 02:34:27] "POST /ref-update HTTP/1.1" 200 156 0.013209 10.0.0.40 - - [2024-10-24 02:34:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.40 - - [2024-10-24 02:34:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.40 - - [2024-10-24 02:34:27] "POST /ref-update HTTP/1.1" 200 156 0.010752 10.0.0.40 - - [2024-10-24 02:34:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005509 10.0.0.40 - - [2024-10-24 02:34:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.40 - - [2024-10-24 02:34:28] "POST /ref-update HTTP/1.1" 200 156 0.013812 10.0.0.40 - - [2024-10-24 02:34:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.40 - - [2024-10-24 02:34:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.40 - - [2024-10-24 02:34:28] "POST /ref-update HTTP/1.1" 200 156 0.009409 10.0.0.40 - - [2024-10-24 02:34:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.40 - - [2024-10-24 02:34:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.40 - - [2024-10-24 02:34:28] "POST /ref-update HTTP/1.1" 200 156 0.010357 10.0.0.40 - - [2024-10-24 02:34:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.40 - - [2024-10-24 02:34:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004465 10.0.0.40 - - [2024-10-24 02:34:28] "POST /ref-update HTTP/1.1" 200 156 0.013490 10.0.0.40 - - [2024-10-24 02:34:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004519 10.0.0.40 - - [2024-10-24 02:34:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.40 - - [2024-10-24 02:34:28] "POST /ref-update HTTP/1.1" 200 156 0.009276 10.0.0.40 - - [2024-10-24 02:34:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.006497 10.0.0.40 - - [2024-10-24 02:34:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.40 - - [2024-10-24 02:34:28] "POST /ref-update HTTP/1.1" 200 156 0.008974 10.0.0.40 - - [2024-10-24 02:34:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004202 10.0.0.40 - - [2024-10-24 02:34:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.40 - - [2024-10-24 02:34:28] "POST /ref-update HTTP/1.1" 200 156 0.010996 10.0.0.40 - - [2024-10-24 02:34:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.40 - - [2024-10-24 02:34:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004620 10.0.0.40 - - [2024-10-24 02:34:29] "POST /ref-update HTTP/1.1" 200 156 0.011663 10.0.0.40 - - [2024-10-24 02:34:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005397 10.0.0.40 - - [2024-10-24 02:34:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004613 10.0.0.40 - - [2024-10-24 02:34:29] "POST /ref-update HTTP/1.1" 200 156 0.012397 10.0.0.40 - - [2024-10-24 02:34:29] "POST /network-ipams HTTP/1.1" 200 550 0.023067 10.0.0.40 - - [2024-10-24 02:34:29] "POST /useragent-kv HTTP/1.1" 200 115 0.006168 10.0.0.40 - - [2024-10-24 02:34:29] "POST /virtual-networks HTTP/1.1" 200 552 0.119802 10.0.0.40 - - [2024-10-24 02:34:29] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.002978 10.0.0.40 - - [2024-10-24 02:34:29] "POST /fqname-to-id HTTP/1.1" 404 188 0.003310 10.0.0.40 - - [2024-10-24 02:34:29] "POST /fqname-to-id HTTP/1.1" 404 178 0.003041 10.0.0.40 - - [2024-10-24 02:34:29] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.003592 10.0.0.40 - - [2024-10-24 02:34:29] "GET /fabric/41493636-00ba-4bca-a31c-46f3531548fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1116 0.003853 10.0.0.40 - - [2024-10-24 02:34:29] "POST /fqname-to-id HTTP/1.1" 404 198 0.003714 10.0.0.40 - - [2024-10-24 02:34:29] "POST /fqname-to-id HTTP/1.1" 404 205 0.003875 10.0.0.40 - - [2024-10-24 02:34:29] "POST /fqname-to-id HTTP/1.1" 404 207 0.004423 10.0.0.40 - - [2024-10-24 02:34:30] "POST /route-targets HTTP/1.1" 200 327 0.015186 10.0.0.40 - - [2024-10-24 02:34:30] "POST /ref-update HTTP/1.1" 200 156 0.012472 10.0.0.40 - - [2024-10-24 02:34:48] "GET / HTTP/1.1" 200 35931 0.003015 10.0.0.40 - - [2024-10-24 02:34:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000688 10.0.0.40 - - [2024-10-24 02:34:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.043990 10.0.0.40 - - [2024-10-24 02:34:48] "GET /routing-instance/570e2750-5b6c-4006-89e1-a9c21bf6a12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.005024 10.0.0.40 - - [2024-10-24 02:34:48] "POST /bgp-routers HTTP/1.1" 200 620 0.028317 10.0.0.40 - - [2024-10-24 02:34:48] "GET /bgp-router/dc92d5b5-2aff-470e-b45f-4ddddba22188?fields=global_system_config_back_refs HTTP/1.1" 200 1127 0.006642 10.0.0.40 - - [2024-10-24 02:34:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004677 10.0.0.40 - - [2024-10-24 02:34:48] "GET /global-system-config/81fc9517-d553-4320-825b-2f2a7499026e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2340 0.006237 10.0.0.40 - - [2024-10-24 02:34:48] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004906 10.0.0.40 - - [2024-10-24 02:34:48] "POST /ref-update HTTP/1.1" 200 156 0.011263 10.0.0.40 - - [2024-10-24 02:35:40] "GET / HTTP/1.1" 200 35931 0.001922 10.0.0.40 - - [2024-10-24 02:35:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000672 10.0.0.40 - - [2024-10-24 02:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.031326 10.0.0.40 - - [2024-10-24 02:35:41] "GET /global-system-config/81fc9517-d553-4320-825b-2f2a7499026e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005456 10.0.0.40 - - [2024-10-24 02:35:41] "POST /fqname-to-id HTTP/1.1" 404 220 0.003787 10.0.0.40 - - [2024-10-24 02:35:41] "POST /database-nodes HTTP/1.1" 200 603 0.021272 10.0.0.40 - - [2024-10-24 02:36:24] "GET / HTTP/1.1" 200 35931 0.002094 10.0.0.40 - - [2024-10-24 02:36:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000504 10.0.0.40 - - [2024-10-24 02:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.026199 10.0.0.40 - - [2024-10-24 02:36:25] "GET /global-system-config/81fc9517-d553-4320-825b-2f2a7499026e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.002907 10.0.0.40 - - [2024-10-24 02:36:25] "POST /fqname-to-id HTTP/1.1" 404 220 0.003783 10.0.0.40 - - [2024-10-24 02:36:25] "POST /analytics-nodes HTTP/1.1" 200 605 0.036465 10.0.0.40 - - [2024-10-24 02:36:30] "GET / HTTP/1.1" 200 35931 0.002345 10.0.0.40 - - [2024-10-24 02:36:41] "GET / HTTP/1.1" 200 35931 0.001790 10.0.0.40 - - [2024-10-24 02:36:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000528 10.0.0.40 - - [2024-10-24 02:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.027426 10.0.0.40 - - [2024-10-24 02:36:41] "GET /global-system-config/81fc9517-d553-4320-825b-2f2a7499026e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.003406 10.0.0.40 - - [2024-10-24 02:36:41] "POST /fqname-to-id HTTP/1.1" 404 220 0.003058 10.0.0.40 - - [2024-10-24 02:36:41] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.019778 10.0.0.40 - - [2024-10-24 02:36:52] "GET / HTTP/1.1" 200 35931 0.001940 10.0.0.40 - - [2024-10-24 02:36:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000488 10.0.0.40 - - [2024-10-24 02:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.035827 10.0.0.40 - - [2024-10-24 02:36:52] "GET /global-system-config/81fc9517-d553-4320-825b-2f2a7499026e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.003591 10.0.0.40 - - [2024-10-24 02:36:52] "POST /fqname-to-id HTTP/1.1" 404 220 0.003486 10.0.0.40 - - [2024-10-24 02:36:52] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.028882 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.40 - - [2024-10-24 02:37:29] "GET /obj-perms HTTP/1.1" 200 5056 0.396365 10.0.0.40 - - [2024-10-24 02:37:29] "GET /obj-perms HTTP/1.1" 200 5056 0.054968 10.0.0.40 - - [2024-10-24 02:38:26] "GET / HTTP/1.1" 200 35931 0.003129 10.0.0.40 - - [2024-10-24 02:38:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000606 10.0.0.40 - - [2024-10-24 02:38:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.027136 10.0.0.40 - - [2024-10-24 02:38:26] "GET /global-system-config/81fc9517-d553-4320-825b-2f2a7499026e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.003157 10.0.0.40 - - [2024-10-24 02:38:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004623 10.0.0.40 - - [2024-10-24 02:38:26] "GET /routing-instance/570e2750-5b6c-4006-89e1-a9c21bf6a12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.004180 10.0.0.40 - - [2024-10-24 02:38:26] "PUT /global-system-config/81fc9517-d553-4320-825b-2f2a7499026e HTTP/1.1" 200 274 0.023935 10.0.0.40 - - [2024-10-24 02:38:26] "POST /fqname-to-id HTTP/1.1" 404 218 0.003094 10.0.0.40 - - [2024-10-24 02:38:26] "POST /virtual-routers HTTP/1.1" 200 603 0.019171 10.0.0.40 - - [2024-10-24 02:38:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.40 - - [2024-10-24 02:38:26] "GET /virtual-router/03003993-c87b-4ccc-82ba-6a2a2d695e7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1253 0.005739 10.0.0.40 - - [2024-10-24 02:38:27] "POST /fqname-to-id HTTP/1.1" 404 231 0.003265 10.0.0.40 - - [2024-10-24 02:38:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.40 - - [2024-10-24 02:38:27] "GET /virtual-network/aaae3724-7d81-43ee-93ff-339f85832f70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.004083 10.0.0.40 - - [2024-10-24 02:38:27] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.042291 10.0.0.40 - - [2024-10-24 02:38:27] "PUT /access-control-list/25acaa0f-b17c-4461-9cc2-4ed3c032ea68 HTTP/1.1" 200 272 0.040401 10.0.0.40 - - [2024-10-24 02:38:29] "GET /obj-perms HTTP/1.1" 200 5056 0.051773 10.0.0.40 - - [2024-10-24 02:38:30] "GET /obj-perms HTTP/1.1" 200 5056 0.053347 [Introspect:8084]10.0.0.40 - - [2024-10-24 02:38:38] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001111 [Introspect:8084]10.0.0.40 - - [2024-10-24 02:38:38] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001001 [Introspect:8084]10.0.0.40 - - [2024-10-24 02:38:40] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000994 [Introspect:8084]10.0.0.40 - - [2024-10-24 02:38:40] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001598 10.0.0.40 - - [2024-10-24 02:39:01] "GET /global-system-configs HTTP/1.1" 200 322 0.007578 10.0.0.40 - - [2024-10-24 02:39:01] "GET /obj-perms HTTP/1.1" 200 5056 0.036211 10.0.0.40 - - [2024-10-24 02:39:02] "GET /global-system-configs HTTP/1.1" 200 322 0.039255 10.0.0.40 - - [2024-10-24 02:39:02] "GET /obj-perms HTTP/1.1" 200 5056 0.082081 10.0.0.40 - - [2024-10-24 02:39:30] "GET /obj-perms HTTP/1.1" 200 5056 0.066077 10.0.0.40 - - [2024-10-24 02:39:30] "GET /obj-perms HTTP/1.1" 200 5056 0.064642 10.0.0.40 - - [2024-10-24 02:39:39] "GET / HTTP/1.1" 200 35931 0.002039 10.0.0.40 - - [2024-10-24 02:39:39] "GET /project/365cd4f9-4649-475d-8316-e930d4012b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000539 10.0.0.40 - - [2024-10-24 02:39:40] "GET /projects?obj_uuids=365cd4f9-4649-475d-8316-e930d4012b52&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.024739 10.0.0.40 - - [2024-10-24 02:39:40] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001228 10.0.0.40 - - [2024-10-24 02:39:40] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.029623 10.0.0.40 - - [2024-10-24 02:39:40] "POST /id-to-fqname HTTP/1.1" 200 167 0.001943 10.0.0.40 - - [2024-10-24 02:39:40] "POST /fqname-to-id HTTP/1.1" 404 176 0.003815 10.0.0.40 - - [2024-10-24 02:39:40] "POST /security-groups HTTP/1.1" 200 568 0.068915 10.0.0.40 - - [2024-10-24 02:39:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.002729 10.0.0.40 - - [2024-10-24 02:39:40] "POST /projects HTTP/1.1" 200 539 0.242316 10.0.0.40 - - [2024-10-24 02:39:40] "POST /access-control-lists HTTP/1.1" 200 573 0.061012 10.0.0.40 - - [2024-10-24 02:39:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.326536 10.0.0.40 - - [2024-10-24 02:39:40] "POST /fqname-to-id HTTP/1.1" 404 206 0.003178 10.0.0.40 - - [2024-10-24 02:39:40] "GET /project/365cd4f9-4649-475d-8316-e930d4012b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1280 0.488782 10.0.0.40 - - [2024-10-24 02:39:40] "POST /access-control-lists HTTP/1.1" 200 571 0.099900 [Introspect:8084]10.0.0.40 - - [2024-10-24 02:39:41] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001549 10.0.0.40 - - [2024-10-24 02:39:41] "POST /fqname-to-id HTTP/1.1" 404 199 0.043718 10.0.0.40 - - [2024-10-24 02:39:41] "GET /projects?obj_uuids=b9ccbd8e-61f7-4bc3-a174-55bbd7c6d680&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004041 10.0.0.40 - - [2024-10-24 02:39:41] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001157 10.0.0.40 - - [2024-10-24 02:39:41] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007780 10.0.0.40 - - [2024-10-24 02:39:41] "POST /id-to-fqname HTTP/1.1" 200 201 0.001436 10.0.0.40 - - [2024-10-24 02:39:41] "POST /fqname-to-id HTTP/1.1" 404 210 0.003472 10.0.0.40 - - [2024-10-24 02:39:41] "POST /security-groups HTTP/1.1" 200 602 0.062804 10.0.0.40 - - [2024-10-24 02:39:42] "POST /fqname-to-id HTTP/1.1" 404 245 0.003912 10.0.0.40 - - [2024-10-24 02:39:42] "POST /projects HTTP/1.1" 200 607 0.233085 10.0.0.40 - - [2024-10-24 02:39:42] "POST /access-control-lists HTTP/1.1" 200 607 0.058802 10.0.0.40 - - [2024-10-24 02:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.313182 10.0.0.40 - - [2024-10-24 02:39:42] "POST /fqname-to-id HTTP/1.1" 404 244 0.003024 10.0.0.40 - - [2024-10-24 02:39:42] "GET /project/b9ccbd8e-61f7-4bc3-a174-55bbd7c6d680?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.434060 10.0.0.40 - - [2024-10-24 02:39:42] "POST /access-control-lists HTTP/1.1" 200 605 0.064149 10.0.0.40 - - [2024-10-24 02:39:43] "GET / HTTP/1.1" 200 35931 0.002181 10.0.0.40 - - [2024-10-24 02:39:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000665 10.0.0.40 - - [2024-10-24 02:39:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.060211 10.0.0.40 - - [2024-10-24 02:39:44] "GET /projects?obj_uuids=b9ccbd8e-61f7-4bc3-a174-55bbd7c6d680&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001156 10.0.0.40 - - [2024-10-24 02:39:44] "GET /project/b9ccbd8e-61f7-4bc3-a174-55bbd7c6d680?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.032256 10.0.0.40 - - [2024-10-24 02:39:44] "POST /neutron/network HTTP/1.1" 200 117 0.043441 10.0.0.40 - - [2024-10-24 02:39:44] "GET /projects?obj_uuids=b9ccbd8e-61f7-4bc3-a174-55bbd7c6d680&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001148 10.0.0.40 - - [2024-10-24 02:39:44] "POST /neutron/network HTTP/1.1" 200 620 0.065590 10.0.0.40 - - [2024-10-24 02:39:44] "POST /route-targets HTTP/1.1" 200 327 0.010789 10.0.0.40 - - [2024-10-24 02:39:44] "POST /ref-update HTTP/1.1" 200 156 0.020926 10.0.0.40 - - [2024-10-24 02:39:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003514 10.0.0.40 - - [2024-10-24 02:39:44] "POST /neutron/subnet HTTP/1.1" 200 729 0.183305 10.0.0.40 - - [2024-10-24 02:39:44] "POST /neutron/network HTTP/1.1" 200 840 0.006860 10.0.0.40 - - [2024-10-24 02:39:44] "POST /id-to-fqname HTTP/1.1" 200 233 0.001907 10.0.0.40 - - [2024-10-24 02:39:44] "GET /virtual-network/715b266f-1d82-4ff4-98e7-3c613a159fd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.003234 10.0.0.40 - - [2024-10-24 02:39:44] "POST /neutron/network HTTP/1.1" 200 840 0.006413 10.0.0.40 - - [2024-10-24 02:39:44] "GET /virtual-network/715b266f-1d82-4ff4-98e7-3c613a159fd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.002805 10.0.0.40 - - [2024-10-24 02:39:45] "POST /neutron/network HTTP/1.1" 200 840 0.007373 10.0.0.40 - - [2024-10-24 02:39:45] "POST /neutron/subnet HTTP/1.1" 200 729 0.007883 10.0.0.40 - - [2024-10-24 02:39:45] "GET /domains HTTP/1.1" 401 292 0.000426 10.0.0.40 - - [2024-10-24 02:39:45] "GET /domains HTTP/1.1" 200 280 0.027810 10.0.0.40 - - [2024-10-24 02:39:45] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001167 10.0.0.40 - - [2024-10-24 02:39:45] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6 HTTP/1.1" 200 2583 0.017515 10.0.0.40 - - [2024-10-24 02:39:45] "GET /projects?obj_uuids=b9ccbd8e-61f7-4bc3-a174-55bbd7c6d680&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001716 10.0.0.40 - - [2024-10-24 02:39:45] "GET /project/b9ccbd8e-61f7-4bc3-a174-55bbd7c6d680 HTTP/1.1" 200 2179 0.072109 10.0.0.40 - - [2024-10-24 02:39:45] "GET /virtual-network/715b266f-1d82-4ff4-98e7-3c613a159fd9 HTTP/1.1" 200 2345 0.004473 10.0.0.40 - - [2024-10-24 02:39:45] "GET /virtual-network/715b266f-1d82-4ff4-98e7-3c613a159fd9 HTTP/1.1" 200 2345 0.002614 10.0.0.40 - - [2024-10-24 02:39:45] "GET /routing-instance/dcf5b26b-ae02-4683-9926-a342261be885 HTTP/1.1" 200 1495 0.002615 10.0.0.40 - - [2024-10-24 02:39:45] "GET /routing-instance/dcf5b26b-ae02-4683-9926-a342261be885 HTTP/1.1" 200 1495 0.003221 10.0.0.40 - - [2024-10-24 02:39:45] "GET /route-target/057aee5f-142e-447a-9cf8-a1166be77d0c HTTP/1.1" 200 1218 0.003047 10.0.0.40 - - [2024-10-24 02:39:45] "GET /virtual-network/715b266f-1d82-4ff4-98e7-3c613a159fd9 HTTP/1.1" 200 2345 0.003955 10.0.0.40 - - [2024-10-24 02:39:45] "GET /routing-instance/dcf5b26b-ae02-4683-9926-a342261be885 HTTP/1.1" 200 1495 0.003055 10.0.0.40 - - [2024-10-24 02:39:45] "GET /virtual-network/715b266f-1d82-4ff4-98e7-3c613a159fd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.002647 10.0.0.40 - - [2024-10-24 02:39:45] "GET /virtual-network/715b266f-1d82-4ff4-98e7-3c613a159fd9 HTTP/1.1" 200 2345 0.003138 10.0.0.40 - - [2024-10-24 02:39:45] "GET /routing-instance/dcf5b26b-ae02-4683-9926-a342261be885 HTTP/1.1" 200 1495 0.002645 10.0.0.40 - - [2024-10-24 02:39:45] "GET /routing-instance/dcf5b26b-ae02-4683-9926-a342261be885 HTTP/1.1" 200 1495 0.002422 10.0.0.40 - - [2024-10-24 02:39:45] "GET /route-target/057aee5f-142e-447a-9cf8-a1166be77d0c HTTP/1.1" 200 1218 0.002393 10.0.0.40 - - [2024-10-24 02:39:45] "GET /domains HTTP/1.1" 200 280 0.002797 10.0.0.40 - - [2024-10-24 02:39:45] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001878 10.0.0.40 - - [2024-10-24 02:39:45] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6 HTTP/1.1" 200 2583 0.008057 10.0.0.40 - - [2024-10-24 02:39:45] "GET /projects?obj_uuids=b9ccbd8e-61f7-4bc3-a174-55bbd7c6d680&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001345 10.0.0.40 - - [2024-10-24 02:39:45] "GET /project/b9ccbd8e-61f7-4bc3-a174-55bbd7c6d680 HTTP/1.1" 200 2179 0.063021 10.0.0.40 - - [2024-10-24 02:39:45] "GET /virtual-network/715b266f-1d82-4ff4-98e7-3c613a159fd9 HTTP/1.1" 200 2345 0.003286 10.0.0.40 - - [2024-10-24 02:39:46] "GET /obj-perms HTTP/1.1" 200 5052 0.062712 10.0.0.40 - - [2024-10-24 02:39:46] "POST /id-to-fqname HTTP/1.1" 200 233 0.001802 10.0.0.40 - - [2024-10-24 02:39:47] "POST /neutron/network HTTP/1.1" 200 850 0.006358 10.0.0.40 - - [2024-10-24 02:39:47] "GET /aaa-mode HTTP/1.1" 401 292 0.000500 10.0.0.40 - - [2024-10-24 02:39:48] "GET / HTTP/1.1" 200 35931 0.002131 10.0.0.40 - - [2024-10-24 02:39:48] "GET /project/b9ccbd8e-61f7-4bc3-a174-55bbd7c6d680?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000487 10.0.0.40 - - [2024-10-24 02:39:48] "GET /projects?obj_uuids=b9ccbd8e-61f7-4bc3-a174-55bbd7c6d680&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001253 10.0.0.40 - - [2024-10-24 02:39:48] "GET /project/b9ccbd8e-61f7-4bc3-a174-55bbd7c6d680?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.072397 10.0.0.40 - - [2024-10-24 02:39:49] "POST /neutron/network HTTP/1.1" 200 840 0.031401 10.0.0.40 - - [2024-10-24 02:39:49] "POST /neutron/port HTTP/1.1" 200 117 0.006181 10.0.0.40 - - [2024-10-24 02:39:49] "POST /neutron/port HTTP/1.1" 200 117 0.005871 10.0.0.40 - - [2024-10-24 02:39:49] "POST /neutron/port HTTP/1.1" 200 117 0.007485 10.0.0.40 - - [2024-10-24 02:39:50] "POST /neutron/network HTTP/1.1" 200 850 0.008115 10.0.0.40 - - [2024-10-24 02:39:50] "GET /projects?obj_uuids=b9ccbd8e-61f7-4bc3-a174-55bbd7c6d680&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001254 10.0.0.40 - - [2024-10-24 02:39:50] "POST /neutron/port HTTP/1.1" 200 1072 0.259627 10.0.0.40 - - [2024-10-24 02:39:51] "POST /neutron/port HTTP/1.1" 200 1072 0.038323 10.0.0.40 - - [2024-10-24 02:39:51] "POST /neutron/port HTTP/1.1" 200 1072 0.010970 10.0.0.40 - - [2024-10-24 02:39:51] "POST /neutron/port HTTP/1.1" 200 1126 0.066552 10.0.0.40 - - [2024-10-24 02:39:51] "POST /neutron/port HTTP/1.1" 200 1100 0.015207 10.0.0.40 - - [2024-10-24 02:39:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003602 10.0.0.40 - - [2024-10-24 02:39:51] "POST /neutron/subnet HTTP/1.1" 200 703 0.011137 10.0.0.40 - - [2024-10-24 02:39:51] "POST /neutron/port HTTP/1.1" 200 117 0.001346 10.0.0.40 - - [2024-10-24 02:39:51] "POST /neutron/network HTTP/1.1" 200 840 0.007176 10.0.0.40 - - [2024-10-24 02:39:54] "POST /neutron/port HTTP/1.1" 200 1100 0.038375 10.0.0.40 - - [2024-10-24 02:39:54] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007580 10.0.0.40 - - [2024-10-24 02:39:59] "POST /neutron/port HTTP/1.1" 200 1100 0.028602 10.0.0.40 - - [2024-10-24 02:39:59] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006249 10.0.0.40 - - [2024-10-24 02:39:59] "GET /obj-perms HTTP/1.1" 200 5052 0.004054 10.0.0.40 - - [2024-10-24 02:40:00] "GET /obj-perms HTTP/1.1" 200 5052 0.004543 10.0.0.40 - - [2024-10-24 02:40:01] "GET /obj-perms HTTP/1.1" 200 5052 0.004180 10.0.0.40 - - [2024-10-24 02:40:02] "GET /obj-perms HTTP/1.1" 200 5052 0.012111 10.0.0.40 - - [2024-10-24 02:40:03] "GET /obj-perms HTTP/1.1" 200 5052 0.003910 10.0.0.40 - - [2024-10-24 02:40:04] "POST /neutron/network HTTP/1.1" 200 840 0.011137 10.0.0.40 - - [2024-10-24 02:40:05] "POST /neutron/network HTTP/1.1" 400 204 0.011125 10.0.0.40 - - [2024-10-24 02:40:05] "POST /neutron/port HTTP/1.1" 200 1100 0.021485 10.0.0.40 - - [2024-10-24 02:40:05] "POST /neutron/port HTTP/1.1" 200 1100 0.048936 10.0.0.40 - - [2024-10-24 02:40:05] "POST /neutron/port HTTP/1.1" 200 1126 0.010339 10.0.0.40 - - [2024-10-24 02:40:05] "POST /neutron/security_group HTTP/1.1" 200 2069 0.005917 10.0.0.40 - - [2024-10-24 02:40:05] "POST /neutron/port HTTP/1.1" 200 151 0.120158 10.0.0.40 - - [2024-10-24 02:40:07] "POST /neutron/network HTTP/1.1" 200 840 0.008992 10.0.0.40 - - [2024-10-24 02:40:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001359 10.0.0.40 - - [2024-10-24 02:40:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001004 10.0.0.40 - - [2024-10-24 02:40:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004207 10.0.0.40 - - [2024-10-24 02:40:07] "POST /neutron/network HTTP/1.1" 200 151 0.073319 10.0.0.40 - - [2024-10-24 02:40:07] "GET /routing-instance/dcf5b26b-ae02-4683-9926-a342261be885 HTTP/1.1" 404 171 0.002348 10.0.0.40 - - [2024-10-24 02:40:07] "GET /domains HTTP/1.1" 200 280 0.004002 10.0.0.40 - - [2024-10-24 02:40:07] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001048 10.0.0.40 - - [2024-10-24 02:40:07] "DELETE /route-target/057aee5f-142e-447a-9cf8-a1166be77d0c HTTP/1.1" 200 115 0.024894 10.0.0.40 - - [2024-10-24 02:40:07] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6 HTTP/1.1" 200 2583 0.049433 10.0.0.40 - - [2024-10-24 02:40:07] "GET /projects?obj_uuids=b9ccbd8e-61f7-4bc3-a174-55bbd7c6d680&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001143 10.0.0.40 - - [2024-10-24 02:40:07] "GET /project/b9ccbd8e-61f7-4bc3-a174-55bbd7c6d680 HTTP/1.1" 200 1929 0.066352 10.0.0.40 - - [2024-10-24 02:40:07] "GET /projects?obj_uuids=b9ccbd8e-61f7-4bc3-a174-55bbd7c6d680&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001221 10.0.0.40 - - [2024-10-24 02:40:07] "GET /project/b9ccbd8e-61f7-4bc3-a174-55bbd7c6d680?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.025559 10.0.0.40 - - [2024-10-24 02:40:07] "GET /projects?obj_uuids=b9ccbd8e-61f7-4bc3-a174-55bbd7c6d680&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001320 10.0.0.40 - - [2024-10-24 02:40:07] "GET /project/b9ccbd8e-61f7-4bc3-a174-55bbd7c6d680?fields=virtual_networks HTTP/1.1" 200 1065 0.064797 10.0.0.40 - - [2024-10-24 02:40:07] "GET /projects?obj_uuids=b9ccbd8e-61f7-4bc3-a174-55bbd7c6d680&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001238 10.0.0.40 - - [2024-10-24 02:40:07] "GET /project/b9ccbd8e-61f7-4bc3-a174-55bbd7c6d680?fields=virtual_machine_interfaces HTTP/1.1" 200 1065 0.034333 10.0.0.40 - - [2024-10-24 02:40:07] "GET /projects?obj_uuids=b9ccbd8e-61f7-4bc3-a174-55bbd7c6d680&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001324 10.0.0.40 - - [2024-10-24 02:40:07] "GET /project/b9ccbd8e-61f7-4bc3-a174-55bbd7c6d680?fields=security_groups HTTP/1.1" 200 1302 0.022052 10.0.0.40 - - [2024-10-24 02:40:08] "POST /fqname-to-id HTTP/1.1" 404 200 0.030823 10.0.0.40 - - [2024-10-24 02:40:08] "GET /projects?obj_uuids=b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003995 10.0.0.40 - - [2024-10-24 02:40:08] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001350 10.0.0.40 - - [2024-10-24 02:40:08] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008467 10.0.0.40 - - [2024-10-24 02:40:08] "POST /id-to-fqname HTTP/1.1" 200 202 0.001317 10.0.0.40 - - [2024-10-24 02:40:08] "POST /fqname-to-id HTTP/1.1" 404 211 0.002442 10.0.0.40 - - [2024-10-24 02:40:08] "POST /security-groups HTTP/1.1" 200 603 0.063532 10.0.0.40 - - [2024-10-24 02:40:08] "POST /fqname-to-id HTTP/1.1" 404 246 0.003808 10.0.0.40 - - [2024-10-24 02:40:08] "POST /projects HTTP/1.1" 200 609 0.220443 10.0.0.40 - - [2024-10-24 02:40:09] "POST /access-control-lists HTTP/1.1" 200 608 0.058930 10.0.0.40 - - [2024-10-24 02:40:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.302722 10.0.0.40 - - [2024-10-24 02:40:09] "POST /fqname-to-id HTTP/1.1" 404 245 0.003215 10.0.0.40 - - [2024-10-24 02:40:09] "GET /project/b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.447806 10.0.0.40 - - [2024-10-24 02:40:09] "POST /access-control-lists HTTP/1.1" 200 606 0.077177 10.0.0.40 - - [2024-10-24 02:40:10] "GET / HTTP/1.1" 200 35931 0.002213 10.0.0.40 - - [2024-10-24 02:40:10] "GET /projects?obj_uuids=365cd4f9-4649-475d-8316-e930d4012b52&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001272 10.0.0.40 - - [2024-10-24 02:40:10] "GET /project/365cd4f9-4649-475d-8316-e930d4012b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1280 0.044232 10.0.0.40 - - [2024-10-24 02:40:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.40 - - [2024-10-24 02:40:11] "GET /security-group/c05ecc51-99cf-4d1a-b947-9c3210942f48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3696 0.004507 10.0.0.40 - - [2024-10-24 02:40:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.40 - - [2024-10-24 02:40:11] "GET /projects?obj_uuids=365cd4f9-4649-475d-8316-e930d4012b52&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001197 10.0.0.40 - - [2024-10-24 02:40:11] "GET /project/365cd4f9-4649-475d-8316-e930d4012b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1280 0.025811 10.0.0.40 - - [2024-10-24 02:40:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.40 - - [2024-10-24 02:40:11] "GET /security-group/c05ecc51-99cf-4d1a-b947-9c3210942f48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3696 0.004622 10.0.0.40 - - [2024-10-24 02:40:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.40 - - [2024-10-24 02:40:11] "PUT /security-group/c05ecc51-99cf-4d1a-b947-9c3210942f48 HTTP/1.1" 200 262 0.015370 10.0.0.40 - - [2024-10-24 02:40:11] "PUT /access-control-list/30fea042-bbab-42ef-ab0c-3203171c54df HTTP/1.1" 200 272 0.009829 10.0.0.40 - - [2024-10-24 02:40:11] "PUT /access-control-list/9c73c4c0-0fe1-4e89-ac83-29db36fb66fa HTTP/1.1" 200 272 0.008735 10.0.0.40 - - [2024-10-24 02:40:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000562 10.0.0.40 - - [2024-10-24 02:40:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.058502 10.0.0.40 - - [2024-10-24 02:40:12] "GET /projects?obj_uuids=b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001279 10.0.0.40 - - [2024-10-24 02:40:12] "GET /project/b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.023691 10.0.0.40 - - [2024-10-24 02:40:12] "POST /neutron/network HTTP/1.1" 200 117 0.035800 10.0.0.40 - - [2024-10-24 02:40:12] "GET /projects?obj_uuids=b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001182 10.0.0.40 - - [2024-10-24 02:40:12] "POST /neutron/network HTTP/1.1" 200 619 0.070044 10.0.0.40 - - [2024-10-24 02:40:12] "POST /route-targets HTTP/1.1" 200 327 0.015357 10.0.0.40 - - [2024-10-24 02:40:12] "POST /ref-update HTTP/1.1" 200 156 0.015153 10.0.0.40 - - [2024-10-24 02:40:12] "POST /useragent-kv HTTP/1.1" 200 115 0.004036 10.0.0.40 - - [2024-10-24 02:40:12] "POST /neutron/subnet HTTP/1.1" 200 725 0.210659 10.0.0.40 - - [2024-10-24 02:40:12] "POST /neutron/network HTTP/1.1" 200 838 0.008708 10.0.0.40 - - [2024-10-24 02:40:12] "POST /id-to-fqname HTTP/1.1" 200 233 0.001368 10.0.0.40 - - [2024-10-24 02:40:12] "GET /virtual-network/1ac832f5-21f5-4366-8867-32174c644a4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004164 10.0.0.40 - - [2024-10-24 02:40:12] "POST /neutron/network HTTP/1.1" 200 838 0.006916 10.0.0.40 - - [2024-10-24 02:40:12] "GET /virtual-network/1ac832f5-21f5-4366-8867-32174c644a4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.002557 10.0.0.40 - - [2024-10-24 02:40:12] "POST /neutron/network HTTP/1.1" 200 838 0.006458 10.0.0.40 - - [2024-10-24 02:40:12] "POST /neutron/subnet HTTP/1.1" 200 725 0.008927 10.0.0.40 - - [2024-10-24 02:40:12] "GET /domains HTTP/1.1" 401 292 0.000464 10.0.0.40 - - [2024-10-24 02:40:13] "GET /domains HTTP/1.1" 200 280 0.029116 10.0.0.40 - - [2024-10-24 02:40:13] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001047 10.0.0.40 - - [2024-10-24 02:40:13] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6 HTTP/1.1" 200 2781 0.008067 10.0.0.40 - - [2024-10-24 02:40:13] "GET /projects?obj_uuids=b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001140 10.0.0.40 - - [2024-10-24 02:40:13] "GET /project/b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd HTTP/1.1" 200 2185 0.071954 10.0.0.40 - - [2024-10-24 02:40:13] "GET /virtual-network/1ac832f5-21f5-4366-8867-32174c644a4e HTTP/1.1" 200 2339 0.003889 10.0.0.40 - - [2024-10-24 02:40:13] "GET /virtual-network/1ac832f5-21f5-4366-8867-32174c644a4e HTTP/1.1" 200 2339 0.002705 10.0.0.40 - - [2024-10-24 02:40:13] "GET /routing-instance/931896e0-9766-4a02-8e9c-14afdda3b170 HTTP/1.1" 200 1492 0.005416 10.0.0.40 - - [2024-10-24 02:40:13] "GET /routing-instance/931896e0-9766-4a02-8e9c-14afdda3b170 HTTP/1.1" 200 1492 0.002377 10.0.0.40 - - [2024-10-24 02:40:13] "GET /route-target/3187b2a6-d6d4-4317-9bd8-ef4cf061ef72 HTTP/1.1" 200 1218 0.002332 10.0.0.40 - - [2024-10-24 02:40:13] "GET /virtual-network/1ac832f5-21f5-4366-8867-32174c644a4e HTTP/1.1" 200 2339 0.002713 10.0.0.40 - - [2024-10-24 02:40:13] "GET /routing-instance/931896e0-9766-4a02-8e9c-14afdda3b170 HTTP/1.1" 200 1492 0.007407 10.0.0.40 - - [2024-10-24 02:40:13] "GET /virtual-network/1ac832f5-21f5-4366-8867-32174c644a4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.003127 10.0.0.40 - - [2024-10-24 02:40:13] "GET /virtual-network/1ac832f5-21f5-4366-8867-32174c644a4e HTTP/1.1" 200 2339 0.005363 10.0.0.40 - - [2024-10-24 02:40:13] "GET /routing-instance/931896e0-9766-4a02-8e9c-14afdda3b170 HTTP/1.1" 200 1492 0.003438 10.0.0.40 - - [2024-10-24 02:40:13] "GET /routing-instance/931896e0-9766-4a02-8e9c-14afdda3b170 HTTP/1.1" 200 1492 0.003048 10.0.0.40 - - [2024-10-24 02:40:13] "GET /route-target/3187b2a6-d6d4-4317-9bd8-ef4cf061ef72 HTTP/1.1" 200 1218 0.002754 10.0.0.40 - - [2024-10-24 02:40:13] "GET /domains HTTP/1.1" 200 280 0.002954 10.0.0.40 - - [2024-10-24 02:40:13] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001400 10.0.0.40 - - [2024-10-24 02:40:13] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6 HTTP/1.1" 200 2781 0.009408 10.0.0.40 - - [2024-10-24 02:40:13] "GET /projects?obj_uuids=b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001597 10.0.0.40 - - [2024-10-24 02:40:13] "GET /project/b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd HTTP/1.1" 200 2185 0.067373 10.0.0.40 - - [2024-10-24 02:40:13] "GET /virtual-network/1ac832f5-21f5-4366-8867-32174c644a4e HTTP/1.1" 200 2339 0.002824 10.0.0.40 - - [2024-10-24 02:40:13] "GET /obj-perms HTTP/1.1" 200 5054 0.058240 10.0.0.40 - - [2024-10-24 02:40:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.40 - - [2024-10-24 02:40:13] "GET /projects?obj_uuids=b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001074 10.0.0.40 - - [2024-10-24 02:40:13] "GET /project/b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.023765 10.0.0.40 - - [2024-10-24 02:40:14] "POST /neutron/network HTTP/1.1" 200 117 0.010919 10.0.0.40 - - [2024-10-24 02:40:14] "GET /projects?obj_uuids=b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001247 10.0.0.40 - - [2024-10-24 02:40:14] "POST /neutron/network HTTP/1.1" 200 619 0.074469 10.0.0.40 - - [2024-10-24 02:40:14] "POST /route-targets HTTP/1.1" 200 327 0.012064 10.0.0.40 - - [2024-10-24 02:40:14] "POST /ref-update HTTP/1.1" 200 156 0.010642 10.0.0.40 - - [2024-10-24 02:40:14] "POST /useragent-kv HTTP/1.1" 200 115 0.004094 10.0.0.40 - - [2024-10-24 02:40:14] "POST /neutron/subnet HTTP/1.1" 200 729 0.182809 10.0.0.40 - - [2024-10-24 02:40:14] "POST /neutron/network HTTP/1.1" 200 839 0.005476 10.0.0.40 - - [2024-10-24 02:40:14] "POST /id-to-fqname HTTP/1.1" 200 233 0.001210 10.0.0.40 - - [2024-10-24 02:40:14] "GET /virtual-network/ec792b94-3ec2-4481-afef-3bb1d6e12d50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.002568 10.0.0.40 - - [2024-10-24 02:40:14] "POST /neutron/network HTTP/1.1" 200 839 0.011259 10.0.0.40 - - [2024-10-24 02:40:14] "GET /virtual-network/ec792b94-3ec2-4481-afef-3bb1d6e12d50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.003286 10.0.0.40 - - [2024-10-24 02:40:14] "POST /neutron/network HTTP/1.1" 200 839 0.006256 10.0.0.40 - - [2024-10-24 02:40:14] "POST /neutron/subnet HTTP/1.1" 200 729 0.008352 10.0.0.40 - - [2024-10-24 02:40:14] "GET /domains HTTP/1.1" 200 280 0.002701 10.0.0.40 - - [2024-10-24 02:40:14] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001176 10.0.0.40 - - [2024-10-24 02:40:14] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6 HTTP/1.1" 200 2781 0.007710 10.0.0.40 - - [2024-10-24 02:40:14] "GET /projects?obj_uuids=b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001242 10.0.0.40 - - [2024-10-24 02:40:14] "GET /project/b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd HTTP/1.1" 200 2413 0.084802 10.0.0.40 - - [2024-10-24 02:40:14] "GET /virtual-network/ec792b94-3ec2-4481-afef-3bb1d6e12d50 HTTP/1.1" 200 2344 0.004328 10.0.0.40 - - [2024-10-24 02:40:14] "GET /virtual-network/ec792b94-3ec2-4481-afef-3bb1d6e12d50 HTTP/1.1" 200 2344 0.002541 10.0.0.40 - - [2024-10-24 02:40:14] "GET /routing-instance/209d009d-5bfe-4cd3-9900-b1e43d395a1b HTTP/1.1" 200 1491 0.002978 10.0.0.40 - - [2024-10-24 02:40:14] "GET /routing-instance/209d009d-5bfe-4cd3-9900-b1e43d395a1b HTTP/1.1" 200 1491 0.002315 10.0.0.40 - - [2024-10-24 02:40:14] "GET /route-target/c6e0eec5-9150-4904-9b43-e34f072b5b1f HTTP/1.1" 200 1219 0.002335 10.0.0.40 - - [2024-10-24 02:40:14] "GET /virtual-network/ec792b94-3ec2-4481-afef-3bb1d6e12d50 HTTP/1.1" 200 2344 0.002786 10.0.0.40 - - [2024-10-24 02:40:14] "GET /routing-instance/209d009d-5bfe-4cd3-9900-b1e43d395a1b HTTP/1.1" 200 1491 0.002312 10.0.0.40 - - [2024-10-24 02:40:14] "GET /virtual-network/ec792b94-3ec2-4481-afef-3bb1d6e12d50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.002579 10.0.0.40 - - [2024-10-24 02:40:14] "GET /virtual-network/ec792b94-3ec2-4481-afef-3bb1d6e12d50 HTTP/1.1" 200 2344 0.002472 10.0.0.40 - - [2024-10-24 02:40:14] "GET /routing-instance/209d009d-5bfe-4cd3-9900-b1e43d395a1b HTTP/1.1" 200 1491 0.002754 10.0.0.40 - - [2024-10-24 02:40:14] "GET /routing-instance/209d009d-5bfe-4cd3-9900-b1e43d395a1b HTTP/1.1" 200 1491 0.003786 10.0.0.40 - - [2024-10-24 02:40:14] "GET /route-target/c6e0eec5-9150-4904-9b43-e34f072b5b1f HTTP/1.1" 200 1219 0.003074 10.0.0.40 - - [2024-10-24 02:40:14] "GET /domains HTTP/1.1" 200 280 0.002893 10.0.0.40 - - [2024-10-24 02:40:14] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001131 10.0.0.40 - - [2024-10-24 02:40:14] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6 HTTP/1.1" 200 2781 0.007243 10.0.0.40 - - [2024-10-24 02:40:14] "GET /projects?obj_uuids=b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001006 10.0.0.40 - - [2024-10-24 02:40:14] "GET /project/b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd HTTP/1.1" 200 2413 0.075212 10.0.0.40 - - [2024-10-24 02:40:14] "GET /virtual-network/ec792b94-3ec2-4481-afef-3bb1d6e12d50 HTTP/1.1" 200 2344 0.002990 10.0.0.40 - - [2024-10-24 02:40:14] "GET /obj-perms HTTP/1.1" 200 5054 0.003433 10.0.0.40 - - [2024-10-24 02:40:14] "POST /id-to-fqname HTTP/1.1" 200 233 0.003721 10.0.0.40 - - [2024-10-24 02:40:15] "POST /neutron/network HTTP/1.1" 200 849 0.007636 10.0.0.40 - - [2024-10-24 02:40:15] "GET /aaa-mode HTTP/1.1" 401 292 0.000499 10.0.0.40 - - [2024-10-24 02:40:15] "GET / HTTP/1.1" 200 35931 0.002000 10.0.0.40 - - [2024-10-24 02:40:15] "GET /project/b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000445 10.0.0.40 - - [2024-10-24 02:40:15] "GET /projects?obj_uuids=b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001329 10.0.0.40 - - [2024-10-24 02:40:15] "GET /project/b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.062130 10.0.0.40 - - [2024-10-24 02:40:15] "POST /neutron/network HTTP/1.1" 200 839 0.006061 10.0.0.40 - - [2024-10-24 02:40:15] "POST /neutron/port HTTP/1.1" 200 117 0.011903 10.0.0.40 - - [2024-10-24 02:40:15] "POST /neutron/port HTTP/1.1" 200 117 0.006528 10.0.0.40 - - [2024-10-24 02:40:15] "POST /id-to-fqname HTTP/1.1" 200 233 0.001576 10.0.0.40 - - [2024-10-24 02:40:16] "POST /neutron/port HTTP/1.1" 200 117 0.007326 10.0.0.40 - - [2024-10-24 02:40:16] "POST /neutron/network HTTP/1.1" 200 848 0.008169 10.0.0.40 - - [2024-10-24 02:40:16] "GET /aaa-mode HTTP/1.1" 401 292 0.000626 10.0.0.40 - - [2024-10-24 02:40:16] "POST /neutron/network HTTP/1.1" 200 849 0.010780 10.0.0.40 - - [2024-10-24 02:40:16] "GET /projects?obj_uuids=b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001196 10.0.0.40 - - [2024-10-24 02:40:16] "GET / HTTP/1.1" 200 35931 0.003562 10.0.0.40 - - [2024-10-24 02:40:16] "GET /project/b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000800 10.0.0.40 - - [2024-10-24 02:40:16] "POST /neutron/port HTTP/1.1" 200 1073 0.294623 10.0.0.40 - - [2024-10-24 02:40:16] "POST /neutron/port HTTP/1.1" 200 1073 0.010390 10.0.0.40 - - [2024-10-24 02:40:16] "POST /neutron/port HTTP/1.1" 200 1073 0.010253 10.0.0.40 - - [2024-10-24 02:40:16] "POST /neutron/port HTTP/1.1" 200 1127 0.073450 10.0.0.40 - - [2024-10-24 02:40:16] "GET /projects?obj_uuids=b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001107 10.0.0.40 - - [2024-10-24 02:40:16] "POST /neutron/port HTTP/1.1" 200 1101 0.023795 10.0.0.40 - - [2024-10-24 02:40:16] "GET /project/b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.063600 10.0.0.40 - - [2024-10-24 02:40:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003416 10.0.0.40 - - [2024-10-24 02:40:17] "POST /neutron/network HTTP/1.1" 200 838 0.006937 10.0.0.40 - - [2024-10-24 02:40:17] "POST /neutron/subnet HTTP/1.1" 200 703 0.022858 10.0.0.40 - - [2024-10-24 02:40:17] "POST /neutron/port HTTP/1.1" 200 117 0.001378 10.0.0.40 - - [2024-10-24 02:40:17] "POST /neutron/network HTTP/1.1" 200 839 0.006411 10.0.0.40 - - [2024-10-24 02:40:17] "POST /neutron/port HTTP/1.1" 200 1101 0.019735 10.0.0.40 - - [2024-10-24 02:40:17] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007670 10.0.0.40 - - [2024-10-24 02:40:17] "POST /neutron/port HTTP/1.1" 200 117 0.006811 10.0.0.40 - - [2024-10-24 02:40:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.40 - - [2024-10-24 02:40:17] "GET /projects?obj_uuids=b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001279 10.0.0.40 - - [2024-10-24 02:40:17] "GET /project/b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.034733 10.0.0.40 - - [2024-10-24 02:40:17] "GET /virtual-network/1ac832f5-21f5-4366-8867-32174c644a4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.003815 10.0.0.40 - - [2024-10-24 02:40:17] "GET /floating-ip-pools?parent_id=1ac832f5-21f5-4366-8867-32174c644a4e&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004334 10.0.0.40 - - [2024-10-24 02:40:17] "GET /virtual-network/1ac832f5-21f5-4366-8867-32174c644a4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005497 10.0.0.40 - - [2024-10-24 02:40:17] "POST /floating-ip-pools HTTP/1.1" 200 609 0.025238 10.0.0.40 - - [2024-10-24 02:40:17] "POST /ref-update HTTP/1.1" 200 156 0.009799 10.0.0.40 - - [2024-10-24 02:40:17] "POST /neutron/network HTTP/1.1" 200 848 0.008471 10.0.0.40 - - [2024-10-24 02:40:17] "GET /virtual-network/1ac832f5-21f5-4366-8867-32174c644a4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.010163 10.0.0.40 - - [2024-10-24 02:40:17] "GET /projects?obj_uuids=b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001543 10.0.0.40 - - [2024-10-24 02:40:17] "GET /domains HTTP/1.1" 200 280 0.012636 10.0.0.40 - - [2024-10-24 02:40:17] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001206 10.0.0.40 - - [2024-10-24 02:40:17] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6 HTTP/1.1" 200 2781 0.014987 10.0.0.40 - - [2024-10-24 02:40:17] "GET /projects?obj_uuids=b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001250 10.0.0.40 - - [2024-10-24 02:40:17] "GET /project/b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd HTTP/1.1" 200 3255 0.101040 10.0.0.40 - - [2024-10-24 02:40:17] "GET /virtual-network/1ac832f5-21f5-4366-8867-32174c644a4e HTTP/1.1" 200 2930 0.009466 10.0.0.40 - - [2024-10-24 02:40:17] "GET /floating-ip-pool/d525bd83-e568-4fb5-9d46-cb8c2afcfdf6 HTTP/1.1" 200 1442 0.002715 10.0.0.40 - - [2024-10-24 02:40:17] "GET /domains HTTP/1.1" 200 280 0.002619 10.0.0.40 - - [2024-10-24 02:40:17] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001153 10.0.0.40 - - [2024-10-24 02:40:17] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6 HTTP/1.1" 200 2781 0.008854 10.0.0.40 - - [2024-10-24 02:40:17] "GET /projects?obj_uuids=b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001277 10.0.0.40 - - [2024-10-24 02:40:17] "POST /neutron/port HTTP/1.1" 200 1072 0.299461 10.0.0.40 - - [2024-10-24 02:40:18] "POST /neutron/port HTTP/1.1" 200 1072 0.014752 10.0.0.40 - - [2024-10-24 02:40:18] "GET /project/b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd HTTP/1.1" 200 3255 0.102046 10.0.0.40 - - [2024-10-24 02:40:18] "POST /neutron/port HTTP/1.1" 200 1072 0.029065 10.0.0.40 - - [2024-10-24 02:40:18] "GET /virtual-network/1ac832f5-21f5-4366-8867-32174c644a4e HTTP/1.1" 200 3151 0.014831 10.0.0.40 - - [2024-10-24 02:40:18] "GET /virtual-network/1ac832f5-21f5-4366-8867-32174c644a4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004133 10.0.0.40 - - [2024-10-24 02:40:18] "POST /neutron/port HTTP/1.1" 200 1126 0.130312 10.0.0.40 - - [2024-10-24 02:40:18] "POST /neutron/port HTTP/1.1" 200 1101 0.046824 10.0.0.40 - - [2024-10-24 02:40:18] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006891 10.0.0.40 - - [2024-10-24 02:40:18] "POST /neutron/port HTTP/1.1" 200 1100 0.019528 10.0.0.40 - - [2024-10-24 02:40:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003318 10.0.0.40 - - [2024-10-24 02:40:18] "POST /neutron/subnet HTTP/1.1" 200 699 0.013024 10.0.0.40 - - [2024-10-24 02:40:18] "POST /neutron/port HTTP/1.1" 200 117 0.003021 10.0.0.40 - - [2024-10-24 02:40:18] "POST /neutron/network HTTP/1.1" 200 838 0.007287 10.0.0.40 - - [2024-10-24 02:40:23] "POST /neutron/port HTTP/1.1" 200 1101 0.015254 10.0.0.40 - - [2024-10-24 02:40:23] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005826 10.0.0.40 - - [2024-10-24 02:40:23] "POST /neutron/port HTTP/1.1" 200 1101 0.014434 10.0.0.40 - - [2024-10-24 02:40:23] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008019 10.0.0.40 - - [2024-10-24 02:40:23] "POST /neutron/port HTTP/1.1" 200 1101 0.020889 10.0.0.40 - - [2024-10-24 02:40:23] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006594 10.0.0.40 - - [2024-10-24 02:40:23] "GET /virtual-machine/d867d0e5-7c19-4eb8-b369-5a83f9b256de HTTP/1.1" 200 1305 0.004281 10.0.0.40 - - [2024-10-24 02:40:23] "GET /virtual-machine-interface/232035ed-2f60-447a-896e-796600f0dc56 HTTP/1.1" 200 3003 0.002788 10.0.0.40 - - [2024-10-24 02:40:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.40 - - [2024-10-24 02:40:23] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003124 10.0.0.40 - - [2024-10-24 02:40:23] "GET /virtual-networks?parent_id=b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003861 10.0.0.40 - - [2024-10-24 02:40:23] "GET /virtual-network/ec792b94-3ec2-4481-afef-3bb1d6e12d50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.003688 10.0.0.40 - - [2024-10-24 02:40:24] "DELETE /project/b9ccbd8e61f74bc3a17455bbd7c6d680 HTTP/1.1" 404 173 0.014810 10.0.0.40 - - [2024-10-24 02:40:24] "DELETE /project/b2cc1a96fa9b46b4ad5bff54f77b10bd HTTP/1.1" 404 173 0.009214 10.0.0.40 - - [2024-10-24 02:40:24] "DELETE /project/365cd4f94649475d8316e930d4012b52 HTTP/1.1" 404 173 0.007556 10.0.0.40 - - [2024-10-24 02:40:24] "GET /projects?obj_uuids=b9ccbd8e-61f7-4bc3-a174-55bbd7c6d680&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001087 10.0.0.40 - - [2024-10-24 02:40:24] "GET /project/b9ccbd8e-61f7-4bc3-a174-55bbd7c6d680?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1523 0.028871 10.0.0.40 - - [2024-10-24 02:40:24] "GET /projects?obj_uuids=b9ccbd8e-61f7-4bc3-a174-55bbd7c6d680&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001250 10.0.0.40 - - [2024-10-24 02:40:24] "GET /project/b9ccbd8e-61f7-4bc3-a174-55bbd7c6d680?fields=security_groups HTTP/1.1" 200 1407 0.076440 10.0.0.40 - - [2024-10-24 02:40:24] "DELETE /security-group/8beaef36-6e05-4a65-b7d9-1c4b8c42ab3c HTTP/1.1" 200 115 0.064629 10.0.0.40 - - [2024-10-24 02:40:24] "GET /projects?obj_uuids=b9ccbd8e-61f7-4bc3-a174-55bbd7c6d680&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001323 10.0.0.40 - - [2024-10-24 02:40:24] "DELETE /access-control-list/aaa72390-286f-456c-95ff-cf8b7eaf192c HTTP/1.1" 200 115 0.045450 10.0.0.40 - - [2024-10-24 02:40:24] "GET /project/b9ccbd8e-61f7-4bc3-a174-55bbd7c6d680?fields=application_policy_sets HTTP/1.1" 200 1446 0.062306 10.0.0.40 - - [2024-10-24 02:40:24] "DELETE /access-control-list/da3ac164-b79d-4142-8425-98b9ee2a83f5 HTTP/1.1" 200 115 0.059752 10.0.0.40 - - [2024-10-24 02:40:24] "DELETE /project/b9ccbd8e-61f7-4bc3-a174-55bbd7c6d680 HTTP/1.1" 200 115 0.405915 10.0.0.40 - - [2024-10-24 02:40:25] "POST /neutron/port HTTP/1.1" 200 1101 0.015975 10.0.0.40 - - [2024-10-24 02:40:25] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006025 10.0.0.40 - - [2024-10-24 02:40:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004476 10.0.0.40 - - [2024-10-24 02:40:26] "GET /virtual-network/ec792b94-3ec2-4481-afef-3bb1d6e12d50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.002889 10.0.0.40 - - [2024-10-24 02:40:26] "POST /neutron/port HTTP/1.1" 200 1100 0.017438 10.0.0.40 - - [2024-10-24 02:40:26] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005777 10.0.0.40 - - [2024-10-24 02:40:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004670 10.0.0.40 - - [2024-10-24 02:40:28] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003480 10.0.0.40 - - [2024-10-24 02:40:28] "GET /virtual-networks?parent_id=b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004200 10.0.0.40 - - [2024-10-24 02:40:28] "GET /virtual-network/ec792b94-3ec2-4481-afef-3bb1d6e12d50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.003819 10.0.0.40 - - [2024-10-24 02:40:29] "GET /projects?obj_uuids=b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001226 10.0.0.40 - - [2024-10-24 02:40:29] "POST /neutron/floatingip HTTP/1.1" 200 530 0.087648 10.0.0.40 - - [2024-10-24 02:40:29] "POST /neutron/port HTTP/1.1" 200 1101 0.016979 10.0.0.40 - - [2024-10-24 02:40:29] "POST /neutron/floatingip HTTP/1.1" 200 530 0.006888 10.0.0.40 - - [2024-10-24 02:40:29] "POST /neutron/floatingip HTTP/1.1" 200 578 0.032231 10.0.0.40 - - [2024-10-24 02:40:29] "POST /neutron/port HTTP/1.1" 200 1100 0.021143 10.0.0.40 - - [2024-10-24 02:40:29] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006660 10.0.0.40 - - [2024-10-24 02:40:29] "POST /neutron/port HTTP/1.1" 200 1100 0.014891 10.0.0.40 - - [2024-10-24 02:40:29] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006331 10.0.0.40 - - [2024-10-24 02:40:29] "POST /neutron/port HTTP/1.1" 200 1100 0.016257 10.0.0.40 - - [2024-10-24 02:40:29] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008113 10.0.0.40 - - [2024-10-24 02:40:29] "GET /virtual-machine/4b77b5bf-0cfb-404d-9f53-2b364354b472 HTTP/1.1" 200 1304 0.004406 10.0.0.40 - - [2024-10-24 02:40:29] "GET /virtual-machine-interface/95789a40-9756-4916-82cc-549a56f474d3 HTTP/1.1" 200 3004 0.002864 10.0.0.40 - - [2024-10-24 02:40:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.40 - - [2024-10-24 02:40:29] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002714 10.0.0.40 - - [2024-10-24 02:40:29] "GET /virtual-networks?parent_id=b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003933 10.0.0.40 - - [2024-10-24 02:40:29] "GET /virtual-network/1ac832f5-21f5-4366-8867-32174c644a4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.003818 10.0.0.40 - - [2024-10-24 02:40:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.40 - - [2024-10-24 02:40:30] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002826 10.0.0.40 - - [2024-10-24 02:40:30] "GET /virtual-networks?parent_id=b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003473 10.0.0.40 - - [2024-10-24 02:40:30] "GET /virtual-network/1ac832f5-21f5-4366-8867-32174c644a4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.003561 10.0.0.40 - - [2024-10-24 02:40:30] "POST /neutron/floatingip HTTP/1.1" 200 578 0.010649 10.0.0.40 - - [2024-10-24 02:40:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.40 - - [2024-10-24 02:40:30] "GET /routing-instance/931896e0-9766-4a02-8e9c-14afdda3b170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.003119 10.0.0.40 - - [2024-10-24 02:40:30] "GET /route-target/3187b2a6-d6d4-4317-9bd8-ef4cf061ef72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003389 10.0.0.40 - - [2024-10-24 02:40:31] "GET /floating-ip/d2fda27c-36cf-4254-99bb-36dd90ba59e6 HTTP/1.1" 200 1891 0.005105 10.0.0.40 - - [2024-10-24 02:40:31] "GET /obj-perms HTTP/1.1" 200 5056 0.055691 10.0.0.40 - - [2024-10-24 02:40:31] "GET /obj-perms HTTP/1.1" 200 5056 0.066848 10.0.0.40 - - [2024-10-24 02:40:34] "POST /neutron/floatingip HTTP/1.1" 200 578 0.009907 10.0.0.40 - - [2024-10-24 02:40:34] "POST /neutron/floatingip HTTP/1.1" 200 530 0.016265 10.0.0.40 - - [2024-10-24 02:40:34] "POST /neutron/floatingip HTTP/1.1" 200 530 0.005507 10.0.0.40 - - [2024-10-24 02:40:34] "POST /neutron/floatingip HTTP/1.1" 200 115 0.033175 10.0.0.40 - - [2024-10-24 02:40:34] "GET /floating-ip-pool/d525bd83-e568-4fb5-9d46-cb8c2afcfdf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.002967 10.0.0.40 - - [2024-10-24 02:40:34] "POST /ref-update HTTP/1.1" 200 156 0.007812 10.0.0.40 - - [2024-10-24 02:40:34] "DELETE /floating-ip-pool/d525bd83-e568-4fb5-9d46-cb8c2afcfdf6 HTTP/1.1" 200 115 0.030821 10.0.0.40 - - [2024-10-24 02:40:34] "POST /neutron/network HTTP/1.1" 200 839 0.008325 10.0.0.40 - - [2024-10-24 02:40:34] "POST /neutron/network HTTP/1.1" 400 204 0.014318 10.0.0.40 - - [2024-10-24 02:40:34] "POST /neutron/port HTTP/1.1" 200 1100 0.015465 10.0.0.40 - - [2024-10-24 02:40:34] "POST /neutron/port HTTP/1.1" 200 1126 0.009434 10.0.0.40 - - [2024-10-24 02:40:34] "POST /neutron/port HTTP/1.1" 200 1101 0.021103 10.0.0.40 - - [2024-10-24 02:40:34] "POST /neutron/port HTTP/1.1" 200 1127 0.009085 10.0.0.40 - - [2024-10-24 02:40:34] "POST /neutron/port HTTP/1.1" 200 151 0.134135 10.0.0.40 - - [2024-10-24 02:40:35] "POST /neutron/port HTTP/1.1" 200 151 0.125381 10.0.0.40 - - [2024-10-24 02:40:36] "POST /neutron/network HTTP/1.1" 200 839 0.007127 10.0.0.40 - - [2024-10-24 02:40:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.40 - - [2024-10-24 02:40:36] "POST /useragent-kv HTTP/1.1" 200 115 0.001319 10.0.0.40 - - [2024-10-24 02:40:36] "POST /useragent-kv HTTP/1.1" 200 115 0.001314 10.0.0.40 - - [2024-10-24 02:40:36] "POST /neutron/network HTTP/1.1" 200 151 0.094234 10.0.0.40 - - [2024-10-24 02:40:36] "DELETE /route-target/c6e0eec5-9150-4904-9b43-e34f072b5b1f HTTP/1.1" 200 115 0.024740 10.0.0.40 - - [2024-10-24 02:40:36] "GET /routing-instance/209d009d-5bfe-4cd3-9900-b1e43d395a1b HTTP/1.1" 404 171 0.002345 10.0.0.40 - - [2024-10-24 02:40:36] "GET /domains HTTP/1.1" 200 280 0.002630 10.0.0.40 - - [2024-10-24 02:40:36] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001096 10.0.0.40 - - [2024-10-24 02:40:36] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6 HTTP/1.1" 200 2584 0.051084 10.0.0.40 - - [2024-10-24 02:40:36] "GET /projects?obj_uuids=b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001381 10.0.0.40 - - [2024-10-24 02:40:36] "GET /project/b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd HTTP/1.1" 200 2185 0.062400 10.0.0.40 - - [2024-10-24 02:40:36] "POST /neutron/network HTTP/1.1" 200 838 0.008186 10.0.0.40 - - [2024-10-24 02:40:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004685 10.0.0.40 - - [2024-10-24 02:40:36] "POST /useragent-kv HTTP/1.1" 200 115 0.001129 10.0.0.40 - - [2024-10-24 02:40:36] "POST /useragent-kv HTTP/1.1" 200 115 0.001034 10.0.0.40 - - [2024-10-24 02:40:36] "POST /neutron/network HTTP/1.1" 200 151 0.102841 10.0.0.40 - - [2024-10-24 02:40:36] "DELETE /route-target/3187b2a6-d6d4-4317-9bd8-ef4cf061ef72 HTTP/1.1" 200 115 0.020548 10.0.0.40 - - [2024-10-24 02:40:36] "GET /routing-instance/931896e0-9766-4a02-8e9c-14afdda3b170 HTTP/1.1" 404 171 0.003764 10.0.0.40 - - [2024-10-24 02:40:36] "GET /domains HTTP/1.1" 200 280 0.002374 10.0.0.40 - - [2024-10-24 02:40:36] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001607 10.0.0.40 - - [2024-10-24 02:40:36] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6 HTTP/1.1" 200 2584 0.051972 10.0.0.40 - - [2024-10-24 02:40:36] "GET /projects?obj_uuids=b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001214 10.0.0.40 - - [2024-10-24 02:40:36] "GET /project/b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd HTTP/1.1" 200 1935 0.067455 10.0.0.40 - - [2024-10-24 02:40:37] "GET /projects?obj_uuids=b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001519 10.0.0.40 - - [2024-10-24 02:40:37] "GET /project/b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.020611 10.0.0.40 - - [2024-10-24 02:40:37] "GET /projects?obj_uuids=b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001060 10.0.0.40 - - [2024-10-24 02:40:37] "GET /project/b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd?fields=virtual_networks HTTP/1.1" 200 1067 0.063400 10.0.0.40 - - [2024-10-24 02:40:37] "GET /projects?obj_uuids=b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001289 10.0.0.40 - - [2024-10-24 02:40:37] "GET /project/b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd?fields=virtual_machine_interfaces HTTP/1.1" 200 1067 0.022642 10.0.0.40 - - [2024-10-24 02:40:37] "GET /projects?obj_uuids=b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001230 10.0.0.40 - - [2024-10-24 02:40:37] "GET /project/b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd?fields=security_groups HTTP/1.1" 200 1305 0.023307 10.0.0.40 - - [2024-10-24 02:40:38] "POST /fqname-to-id HTTP/1.1" 404 183 0.028990 10.0.0.40 - - [2024-10-24 02:40:38] "GET /projects?obj_uuids=e6fdf5d2-ea2a-4c1b-8434-c9b02c73fd8e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003043 10.0.0.40 - - [2024-10-24 02:40:38] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001227 10.0.0.40 - - [2024-10-24 02:40:38] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009084 10.0.0.40 - - [2024-10-24 02:40:38] "POST /id-to-fqname HTTP/1.1" 200 185 0.001864 10.0.0.40 - - [2024-10-24 02:40:38] "POST /fqname-to-id HTTP/1.1" 404 194 0.002928 10.0.0.40 - - [2024-10-24 02:40:38] "POST /security-groups HTTP/1.1" 200 586 0.063632 10.0.0.40 - - [2024-10-24 02:40:38] "POST /fqname-to-id HTTP/1.1" 404 229 0.002948 10.0.0.40 - - [2024-10-24 02:40:38] "POST /projects HTTP/1.1" 200 575 0.217291 10.0.0.40 - - [2024-10-24 02:40:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.289469 10.0.0.40 - - [2024-10-24 02:40:38] "POST /access-control-lists HTTP/1.1" 200 591 0.058243 10.0.0.40 - - [2024-10-24 02:40:38] "GET /project/e6fdf5d2-ea2a-4c1b-8434-c9b02c73fd8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.418606 10.0.0.40 - - [2024-10-24 02:40:38] "POST /fqname-to-id HTTP/1.1" 404 228 0.002941 10.0.0.40 - - [2024-10-24 02:40:38] "POST /access-control-lists HTTP/1.1" 200 589 0.059910 10.0.0.40 - - [2024-10-24 02:40:39] "GET / HTTP/1.1" 200 35931 0.002256 10.0.0.40 - - [2024-10-24 02:40:41] "GET /projects?obj_uuids=e6fdf5d2-ea2a-4c1b-8434-c9b02c73fd8e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001308 10.0.0.40 - - [2024-10-24 02:40:41] "GET /project/e6fdf5d2-ea2a-4c1b-8434-c9b02c73fd8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.020167 10.0.0.40 - - [2024-10-24 02:40:41] "GET /projects?obj_uuids=e6fdf5d2-ea2a-4c1b-8434-c9b02c73fd8e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001026 10.0.0.40 - - [2024-10-24 02:40:41] "GET /project/e6fdf5d2-ea2a-4c1b-8434-c9b02c73fd8e?fields=virtual_networks HTTP/1.1" 200 1032 0.062583 10.0.0.40 - - [2024-10-24 02:40:41] "GET /projects?obj_uuids=e6fdf5d2-ea2a-4c1b-8434-c9b02c73fd8e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001140 10.0.0.40 - - [2024-10-24 02:40:41] "GET /project/e6fdf5d2-ea2a-4c1b-8434-c9b02c73fd8e?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.028100 10.0.0.40 - - [2024-10-24 02:40:41] "GET /projects?obj_uuids=e6fdf5d2-ea2a-4c1b-8434-c9b02c73fd8e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001292 10.0.0.40 - - [2024-10-24 02:40:41] "GET /project/e6fdf5d2-ea2a-4c1b-8434-c9b02c73fd8e?fields=security_groups HTTP/1.1" 200 1253 0.023631 10.0.0.40 - - [2024-10-24 02:40:42] "POST /fqname-to-id HTTP/1.1" 404 191 0.036471 10.0.0.40 - - [2024-10-24 02:40:42] "GET /projects?obj_uuids=015a3d09-50f0-4077-979c-60fedf582a21&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002752 10.0.0.40 - - [2024-10-24 02:40:42] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001109 10.0.0.40 - - [2024-10-24 02:40:42] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007371 10.0.0.40 - - [2024-10-24 02:40:42] "POST /id-to-fqname HTTP/1.1" 200 193 0.001978 10.0.0.40 - - [2024-10-24 02:40:42] "POST /fqname-to-id HTTP/1.1" 404 202 0.002136 10.0.0.40 - - [2024-10-24 02:40:42] "POST /security-groups HTTP/1.1" 200 594 0.063596 10.0.0.40 - - [2024-10-24 02:40:42] "POST /fqname-to-id HTTP/1.1" 404 237 0.002621 10.0.0.40 - - [2024-10-24 02:40:42] "POST /projects HTTP/1.1" 200 591 0.229550 10.0.0.40 - - [2024-10-24 02:40:42] "POST /access-control-lists HTTP/1.1" 200 599 0.065640 10.0.0.40 - - [2024-10-24 02:40:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.308380 10.0.0.40 - - [2024-10-24 02:40:42] "POST /fqname-to-id HTTP/1.1" 404 236 0.003500 10.0.0.40 - - [2024-10-24 02:40:42] "GET /project/015a3d09-50f0-4077-979c-60fedf582a21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.433944 10.0.0.40 - - [2024-10-24 02:40:42] "POST /access-control-lists HTTP/1.1" 200 597 0.064982 10.0.0.40 - - [2024-10-24 02:40:43] "GET / HTTP/1.1" 200 35931 0.002321 10.0.0.40 - - [2024-10-24 02:40:44] "GET /project/015a3d09-50f0-4077-979c-60fedf582a21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000554 10.0.0.40 - - [2024-10-24 02:40:45] "GET /projects?obj_uuids=015a3d09-50f0-4077-979c-60fedf582a21&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001623 10.0.0.40 - - [2024-10-24 02:40:45] "GET /project/015a3d09-50f0-4077-979c-60fedf582a21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.051684 10.0.0.40 - - [2024-10-24 02:40:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002173 10.0.0.40 - - [2024-10-24 02:40:45] "GET /security-group/df3dc5a9-fd55-4fbb-95af-81a239a4c6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3774 0.004730 10.0.0.40 - - [2024-10-24 02:40:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.40 - - [2024-10-24 02:40:45] "GET /projects?obj_uuids=015a3d09-50f0-4077-979c-60fedf582a21&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001537 10.0.0.40 - - [2024-10-24 02:40:45] "GET /project/015a3d09-50f0-4077-979c-60fedf582a21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.025061 10.0.0.40 - - [2024-10-24 02:40:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.40 - - [2024-10-24 02:40:45] "GET /security-group/df3dc5a9-fd55-4fbb-95af-81a239a4c6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3774 0.004272 10.0.0.40 - - [2024-10-24 02:40:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.40 - - [2024-10-24 02:40:45] "PUT /security-group/df3dc5a9-fd55-4fbb-95af-81a239a4c6e0 HTTP/1.1" 200 262 0.017925 10.0.0.40 - - [2024-10-24 02:40:45] "PUT /access-control-list/2ea25a4d-3709-4966-8084-63c4d6da2ebd HTTP/1.1" 200 272 0.011032 10.0.0.40 - - [2024-10-24 02:40:45] "POST /fqname-to-id HTTP/1.1" 404 202 0.002446 10.0.0.40 - - [2024-10-24 02:40:45] "PUT /access-control-list/17ef8c81-f252-446b-a51b-c6d632f9e226 HTTP/1.1" 200 272 0.011699 10.0.0.40 - - [2024-10-24 02:40:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.40 - - [2024-10-24 02:40:45] "GET /projects?obj_uuids=015a3d09-50f0-4077-979c-60fedf582a21&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001606 10.0.0.40 - - [2024-10-24 02:40:45] "GET /project/015a3d09-50f0-4077-979c-60fedf582a21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.021793 10.0.0.40 - - [2024-10-24 02:40:45] "POST /neutron/network HTTP/1.1" 200 117 0.034734 10.0.0.40 - - [2024-10-24 02:40:45] "GET /projects?obj_uuids=015a3d09-50f0-4077-979c-60fedf582a21&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001304 10.0.0.40 - - [2024-10-24 02:40:45] "POST /neutron/network HTTP/1.1" 200 608 0.085206 10.0.0.40 - - [2024-10-24 02:40:45] "POST /route-targets HTTP/1.1" 200 327 0.013642 10.0.0.40 - - [2024-10-24 02:40:45] "POST /ref-update HTTP/1.1" 200 156 0.011439 10.0.0.40 - - [2024-10-24 02:40:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002711 10.0.0.40 - - [2024-10-24 02:40:46] "POST /neutron/subnet HTTP/1.1" 200 734 0.170800 10.0.0.40 - - [2024-10-24 02:40:46] "POST /neutron/network HTTP/1.1" 200 829 0.006258 10.0.0.40 - - [2024-10-24 02:40:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.001449 10.0.0.40 - - [2024-10-24 02:40:46] "GET /virtual-network/c4c52887-a7f0-401e-9ab6-75f0a1f511db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004066 10.0.0.40 - - [2024-10-24 02:40:46] "POST /neutron/network HTTP/1.1" 200 829 0.006011 10.0.0.40 - - [2024-10-24 02:40:46] "GET /virtual-network/c4c52887-a7f0-401e-9ab6-75f0a1f511db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.003532 10.0.0.40 - - [2024-10-24 02:40:46] "POST /neutron/network HTTP/1.1" 200 829 0.006989 10.0.0.40 - - [2024-10-24 02:40:46] "POST /neutron/subnet HTTP/1.1" 200 734 0.007200 10.0.0.40 - - [2024-10-24 02:40:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002602 10.0.0.40 - - [2024-10-24 02:40:46] "GET /projects?obj_uuids=015a3d09-50f0-4077-979c-60fedf582a21&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001225 10.0.0.40 - - [2024-10-24 02:40:46] "GET /project/015a3d09-50f0-4077-979c-60fedf582a21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.026659 10.0.0.40 - - [2024-10-24 02:40:46] "POST /neutron/network HTTP/1.1" 200 117 0.011919 10.0.0.40 - - [2024-10-24 02:40:46] "GET /projects?obj_uuids=015a3d09-50f0-4077-979c-60fedf582a21&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001290 10.0.0.40 - - [2024-10-24 02:40:46] "POST /neutron/network HTTP/1.1" 200 615 0.095781 10.0.0.40 - - [2024-10-24 02:40:46] "POST /route-targets HTTP/1.1" 200 327 0.012692 10.0.0.40 - - [2024-10-24 02:40:46] "POST /ref-update HTTP/1.1" 200 156 0.012390 10.0.0.40 - - [2024-10-24 02:40:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003335 10.0.0.40 - - [2024-10-24 02:40:46] "POST /neutron/subnet HTTP/1.1" 200 720 0.259572 10.0.0.40 - - [2024-10-24 02:40:46] "POST /neutron/network HTTP/1.1" 200 833 0.005576 10.0.0.40 - - [2024-10-24 02:40:46] "POST /id-to-fqname HTTP/1.1" 200 227 0.001253 10.0.0.40 - - [2024-10-24 02:40:46] "GET /virtual-network/54ba68d7-a2a4-4f9b-be9b-54df5ca1aac6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.002698 10.0.0.40 - - [2024-10-24 02:40:46] "POST /neutron/network HTTP/1.1" 200 833 0.005979 10.0.0.40 - - [2024-10-24 02:40:46] "GET /virtual-network/54ba68d7-a2a4-4f9b-be9b-54df5ca1aac6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.002637 10.0.0.40 - - [2024-10-24 02:40:46] "POST /neutron/network HTTP/1.1" 200 833 0.005747 10.0.0.40 - - [2024-10-24 02:40:46] "POST /neutron/subnet HTTP/1.1" 200 720 0.006353 10.0.0.40 - - [2024-10-24 02:40:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.001138 10.0.0.40 - - [2024-10-24 02:40:47] "POST /neutron/network HTTP/1.1" 200 839 0.011102 10.0.0.40 - - [2024-10-24 02:40:47] "GET /aaa-mode HTTP/1.1" 401 292 0.000468 10.0.0.40 - - [2024-10-24 02:40:47] "GET / HTTP/1.1" 200 35931 0.002585 10.0.0.40 - - [2024-10-24 02:40:47] "GET /project/015a3d09-50f0-4077-979c-60fedf582a21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000494 10.0.0.40 - - [2024-10-24 02:40:47] "GET /projects?obj_uuids=015a3d09-50f0-4077-979c-60fedf582a21&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001498 10.0.0.40 - - [2024-10-24 02:40:47] "GET /project/015a3d09-50f0-4077-979c-60fedf582a21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.050046 10.0.0.40 - - [2024-10-24 02:40:47] "POST /neutron/network HTTP/1.1" 200 829 0.006326 10.0.0.40 - - [2024-10-24 02:40:48] "POST /neutron/port HTTP/1.1" 200 117 0.006867 10.0.0.40 - - [2024-10-24 02:40:48] "POST /neutron/port HTTP/1.1" 200 117 0.011474 10.0.0.40 - - [2024-10-24 02:40:48] "POST /id-to-fqname HTTP/1.1" 200 227 0.001485 10.0.0.40 - - [2024-10-24 02:40:48] "POST /neutron/port HTTP/1.1" 200 117 0.005452 10.0.0.40 - - [2024-10-24 02:40:48] "POST /neutron/network HTTP/1.1" 200 843 0.014156 10.0.0.40 - - [2024-10-24 02:40:48] "GET /aaa-mode HTTP/1.1" 401 292 0.000489 10.0.0.40 - - [2024-10-24 02:40:48] "POST /neutron/network HTTP/1.1" 200 839 0.006456 10.0.0.40 - - [2024-10-24 02:40:48] "GET /projects?obj_uuids=015a3d09-50f0-4077-979c-60fedf582a21&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001338 10.0.0.40 - - [2024-10-24 02:40:48] "GET / HTTP/1.1" 200 35931 0.001866 10.0.0.40 - - [2024-10-24 02:40:48] "GET /project/015a3d09-50f0-4077-979c-60fedf582a21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000465 10.0.0.40 - - [2024-10-24 02:40:48] "POST /neutron/port HTTP/1.1" 200 1065 0.233588 10.0.0.40 - - [2024-10-24 02:40:48] "POST /neutron/port HTTP/1.1" 200 1065 0.017950 10.0.0.40 - - [2024-10-24 02:40:48] "POST /neutron/port HTTP/1.1" 200 1065 0.008509 10.0.0.40 - - [2024-10-24 02:40:48] "POST /neutron/port HTTP/1.1" 200 1119 0.062332 10.0.0.40 - - [2024-10-24 02:40:48] "POST /neutron/port HTTP/1.1" 200 1093 0.014678 10.0.0.40 - - [2024-10-24 02:40:48] "GET /projects?obj_uuids=015a3d09-50f0-4077-979c-60fedf582a21&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001138 10.0.0.40 - - [2024-10-24 02:40:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003864 10.0.0.40 - - [2024-10-24 02:40:49] "GET /project/015a3d09-50f0-4077-979c-60fedf582a21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.057570 10.0.0.40 - - [2024-10-24 02:40:49] "POST /neutron/subnet HTTP/1.1" 200 708 0.016071 10.0.0.40 - - [2024-10-24 02:40:49] "POST /neutron/network HTTP/1.1" 200 833 0.006065 10.0.0.40 - - [2024-10-24 02:40:49] "POST /neutron/port HTTP/1.1" 200 117 0.001280 10.0.0.40 - - [2024-10-24 02:40:49] "POST /neutron/network HTTP/1.1" 200 829 0.005618 10.0.0.40 - - [2024-10-24 02:40:49] "POST /neutron/port HTTP/1.1" 200 1093 0.021834 10.0.0.40 - - [2024-10-24 02:40:49] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006775 10.0.0.40 - - [2024-10-24 02:40:49] "POST /neutron/port HTTP/1.1" 200 117 0.008069 10.0.0.40 - - [2024-10-24 02:40:49] "GET /projects?obj_uuids=015a3d09-50f0-4077-979c-60fedf582a21&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001179 10.0.0.40 - - [2024-10-24 02:40:49] "POST /neutron/router HTTP/1.1" 200 585 0.180906 10.0.0.40 - - [2024-10-24 02:40:49] "POST /neutron/router HTTP/1.1" 200 585 0.008467 10.0.0.40 - - [2024-10-24 02:40:49] "POST /route-targets HTTP/1.1" 200 327 0.031295 10.0.0.40 - - [2024-10-24 02:40:49] "POST /neutron/router HTTP/1.1" 200 656 0.059300 10.0.0.40 - - [2024-10-24 02:40:49] "PUT /logical-router/d9a36f11-0826-4eb2-bc6e-a8d7f33f72e0 HTTP/1.1" 200 262 0.042730 10.0.0.40 - - [2024-10-24 02:40:49] "GET /logical-router/d9a36f11-0826-4eb2-bc6e-a8d7f33f72e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.006208 10.0.0.40 - - [2024-10-24 02:40:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006149 10.0.0.40 - - [2024-10-24 02:40:49] "POST /neutron/router HTTP/1.1" 200 656 0.005592 10.0.0.40 - - [2024-10-24 02:40:49] "GET /projects?obj_uuids=015a3d09-50f0-4077-979c-60fedf582a21&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001245 10.0.0.40 - - [2024-10-24 02:40:49] "GET /service-template/e92561da-946a-44a1-9ee4-253d920caede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1692 0.004777 10.0.0.40 - - [2024-10-24 02:40:49] "POST /fqname-to-id HTTP/1.1" 404 215 0.002608 10.0.0.40 - - [2024-10-24 02:40:49] "POST /neutron/network HTTP/1.1" 200 843 0.022155 10.0.0.40 - - [2024-10-24 02:40:49] "GET /projects?obj_uuids=015a3d09-50f0-4077-979c-60fedf582a21&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001855 10.0.0.40 - - [2024-10-24 02:40:49] "POST /useragent-kv HTTP/1.1" 200 115 0.008490 10.0.0.40 - - [2024-10-24 02:40:49] "POST /virtual-networks HTTP/1.1" 200 694 0.235101 10.0.0.40 - - [2024-10-24 02:40:50] "POST /neutron/router HTTP/1.1" 200 344 0.427033 10.0.0.40 - - [2024-10-24 02:40:50] "POST /route-targets HTTP/1.1" 200 327 0.034870 10.0.0.40 - - [2024-10-24 02:40:50] "POST /ref-update HTTP/1.1" 200 156 0.021038 10.0.0.40 - - [2024-10-24 02:40:50] "POST /service-instances HTTP/1.1" 200 670 0.128256 10.0.0.40 - - [2024-10-24 02:40:50] "POST /neutron/port HTTP/1.1" 200 1093 0.085412 10.0.0.40 - - [2024-10-24 02:40:50] "POST /ref-update HTTP/1.1" 200 156 0.029042 10.0.0.40 - - [2024-10-24 02:40:50] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007310 10.0.0.40 - - [2024-10-24 02:40:50] "POST /route-tables HTTP/1.1" 200 582 0.034611 10.0.0.40 - - [2024-10-24 02:40:50] "POST /neutron/port HTTP/1.1" 200 1062 0.398032 10.0.0.40 - - [2024-10-24 02:40:50] "PUT /logical-router/d9a36f11-0826-4eb2-bc6e-a8d7f33f72e0 HTTP/1.1" 200 262 0.039647 10.0.0.40 - - [2024-10-24 02:40:50] "POST /neutron/port HTTP/1.1" 200 1062 0.015238 10.0.0.40 - - [2024-10-24 02:40:50] "POST /neutron/port HTTP/1.1" 200 1062 0.011348 10.0.0.40 - - [2024-10-24 02:40:50] "POST /ref-update HTTP/1.1" 200 156 0.043070 10.0.0.40 - - [2024-10-24 02:40:50] "POST /neutron/port HTTP/1.1" 200 1116 0.090473 10.0.0.40 - - [2024-10-24 02:40:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004161 10.0.0.40 - - [2024-10-24 02:40:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002188 10.0.0.40 - - [2024-10-24 02:40:50] "POST /neutron/port HTTP/1.1" 200 1090 0.016613 10.0.0.40 - - [2024-10-24 02:40:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003616 10.0.0.40 - - [2024-10-24 02:40:50] "POST /neutron/subnet HTTP/1.1" 200 694 0.021430 10.0.0.40 - - [2024-10-24 02:40:50] "POST /virtual-machines HTTP/1.1" 200 553 0.024009 10.0.0.40 - - [2024-10-24 02:40:50] "POST /neutron/port HTTP/1.1" 200 117 0.001584 10.0.0.40 - - [2024-10-24 02:40:50] "POST /neutron/network HTTP/1.1" 200 833 0.006183 10.0.0.40 - - [2024-10-24 02:40:50] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.094447 10.0.0.40 - - [2024-10-24 02:40:50] "POST /chown HTTP/1.1" 200 109 0.008252 10.0.0.40 - - [2024-10-24 02:40:50] "POST /instance-ips HTTP/1.1" 200 551 0.038952 10.0.0.40 - - [2024-10-24 02:40:50] "POST /instance-ips HTTP/1.1" 400 246 0.016899 10.0.0.40 - - [2024-10-24 02:40:50] "POST /chown HTTP/1.1" 200 109 0.014591 10.0.0.40 - - [2024-10-24 02:40:51] "PUT /virtual-machine-interface/3554fbcc-e557-424e-a5e0-1e2d8e10e856 HTTP/1.1" 200 284 0.018972 10.0.0.40 - - [2024-10-24 02:40:51] "PUT /instance-ip/36c89e5c-5726-4f34-a07c-4affb7898721 HTTP/1.1" 200 256 0.014372 10.0.0.40 - - [2024-10-24 02:40:51] "POST /ref-update HTTP/1.1" 200 156 0.012161 10.0.0.40 - - [2024-10-24 02:40:51] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.103784 10.0.0.40 - - [2024-10-24 02:40:51] "POST /chown HTTP/1.1" 200 109 0.008448 10.0.0.40 - - [2024-10-24 02:40:51] "POST /instance-ips HTTP/1.1" 200 549 0.041797 10.0.0.40 - - [2024-10-24 02:40:51] "POST /instance-ips HTTP/1.1" 400 316 0.016072 10.0.0.40 - - [2024-10-24 02:40:51] "POST /chown HTTP/1.1" 200 109 0.009061 10.0.0.40 - - [2024-10-24 02:40:51] "PUT /virtual-machine-interface/5b6357a7-6002-4b3c-8793-289b08a21f12 HTTP/1.1" 200 284 0.018359 10.0.0.40 - - [2024-10-24 02:40:51] "PUT /instance-ip/a3e1f98e-77f4-45b1-a899-d7f294bd28c5 HTTP/1.1" 200 256 0.015720 10.0.0.40 - - [2024-10-24 02:40:51] "POST /ref-update HTTP/1.1" 200 156 0.013010 10.0.0.40 - - [2024-10-24 02:40:51] "POST /ref-update HTTP/1.1" 200 156 0.008094 10.0.0.40 - - [2024-10-24 02:40:51] "PUT /routing-instance/28a6975d-9d6f-40c9-90a5-a33c9793f4fc HTTP/1.1" 200 266 0.010423 10.0.0.40 - - [2024-10-24 02:40:51] "POST /ref-update HTTP/1.1" 200 156 0.009445 10.0.0.40 - - [2024-10-24 02:40:51] "POST /virtual-machines HTTP/1.1" 200 553 0.015138 10.0.0.40 - - [2024-10-24 02:40:52] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.096291 10.0.0.40 - - [2024-10-24 02:40:52] "POST /chown HTTP/1.1" 200 109 0.008034 10.0.0.40 - - [2024-10-24 02:40:52] "POST /instance-ips HTTP/1.1" 400 246 0.016095 10.0.0.40 - - [2024-10-24 02:40:52] "POST /chown HTTP/1.1" 200 109 0.013218 10.0.0.40 - - [2024-10-24 02:40:52] "PUT /virtual-machine-interface/1fd91690-7e0c-47e4-ac64-af32f2e064b2 HTTP/1.1" 200 284 0.014539 10.0.0.40 - - [2024-10-24 02:40:52] "PUT /instance-ip/36c89e5c-5726-4f34-a07c-4affb7898721 HTTP/1.1" 200 256 0.015332 10.0.0.40 - - [2024-10-24 02:40:52] "POST /ref-update HTTP/1.1" 200 156 0.016689 10.0.0.40 - - [2024-10-24 02:40:52] "POST /ref-update HTTP/1.1" 200 156 0.013526 10.0.0.40 - - [2024-10-24 02:40:52] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.098806 10.0.0.40 - - [2024-10-24 02:40:52] "POST /chown HTTP/1.1" 200 109 0.007946 10.0.0.40 - - [2024-10-24 02:40:52] "POST /instance-ips HTTP/1.1" 400 316 0.015469 10.0.0.40 - - [2024-10-24 02:40:52] "POST /chown HTTP/1.1" 200 109 0.008300 10.0.0.40 - - [2024-10-24 02:40:52] "PUT /virtual-machine-interface/b988f29d-f44c-4870-aa5f-8e662eb19d1c HTTP/1.1" 200 284 0.010960 10.0.0.40 - - [2024-10-24 02:40:52] "PUT /instance-ip/a3e1f98e-77f4-45b1-a899-d7f294bd28c5 HTTP/1.1" 200 256 0.014428 10.0.0.40 - - [2024-10-24 02:40:52] "POST /ref-update HTTP/1.1" 200 156 0.018085 10.0.0.40 - - [2024-10-24 02:40:52] "POST /ref-update HTTP/1.1" 200 156 0.014006 10.0.0.40 - - [2024-10-24 02:40:55] "POST /neutron/port HTTP/1.1" 200 1093 0.022343 10.0.0.40 - - [2024-10-24 02:40:55] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006971 10.0.0.40 - - [2024-10-24 02:40:55] "POST /neutron/port HTTP/1.1" 200 1093 0.016115 10.0.0.40 - - [2024-10-24 02:40:55] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006754 10.0.0.40 - - [2024-10-24 02:40:55] "POST /neutron/port HTTP/1.1" 200 1093 0.018002 10.0.0.40 - - [2024-10-24 02:40:55] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009032 10.0.0.40 - - [2024-10-24 02:40:55] "GET /virtual-machine/027b1384-75e6-458f-9012-0380b99e8635 HTTP/1.1" 401 292 0.003090 10.0.0.40 - - [2024-10-24 02:40:55] "GET /virtual-machine/027b1384-75e6-458f-9012-0380b99e8635 HTTP/1.1" 200 1294 0.035627 10.0.0.40 - - [2024-10-24 02:40:55] "GET /virtual-machine-interface/deabd9de-ffa1-436f-8004-67a3448ac587 HTTP/1.1" 200 2956 0.003424 10.0.0.40 - - [2024-10-24 02:40:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.40 - - [2024-10-24 02:40:55] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003622 10.0.0.40 - - [2024-10-24 02:40:55] "GET /virtual-networks?parent_id=015a3d09-50f0-4077-979c-60fedf582a21&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.005891 10.0.0.40 - - [2024-10-24 02:40:55] "GET /virtual-network/c4c52887-a7f0-401e-9ab6-75f0a1f511db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.003838 10.0.0.40 - - [2024-10-24 02:40:58] "POST /neutron/port HTTP/1.1" 200 1093 0.021576 10.0.0.40 - - [2024-10-24 02:40:58] "POST /neutron/security_group HTTP/1.1" 200 2002 0.010529 10.0.0.40 - - [2024-10-24 02:40:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.40 - - [2024-10-24 02:40:59] "GET /virtual-network/c4c52887-a7f0-401e-9ab6-75f0a1f511db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.002710 10.0.0.40 - - [2024-10-24 02:40:59] "POST /neutron/port HTTP/1.1" 200 1090 0.014780 10.0.0.40 - - [2024-10-24 02:40:59] "POST /neutron/security_group HTTP/1.1" 200 2002 0.010008 10.0.0.40 - - [2024-10-24 02:41:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.40 - - [2024-10-24 02:41:01] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002544 10.0.0.40 - - [2024-10-24 02:41:01] "GET /virtual-networks?parent_id=015a3d09-50f0-4077-979c-60fedf582a21&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003422 10.0.0.40 - - [2024-10-24 02:41:01] "GET /virtual-network/c4c52887-a7f0-401e-9ab6-75f0a1f511db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.003522 10.0.0.40 - - [2024-10-24 02:41:01] "POST /neutron/port HTTP/1.1" 200 1090 0.021796 10.0.0.40 - - [2024-10-24 02:41:01] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008107 10.0.0.40 - - [2024-10-24 02:41:01] "POST /neutron/port HTTP/1.1" 200 1090 0.017242 10.0.0.40 - - [2024-10-24 02:41:01] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006273 10.0.0.40 - - [2024-10-24 02:41:01] "POST /neutron/port HTTP/1.1" 200 1090 0.014994 10.0.0.40 - - [2024-10-24 02:41:01] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007445 10.0.0.40 - - [2024-10-24 02:41:01] "GET /virtual-machine/d499fde1-0a5b-46a0-9fd6-617cef0dcb3f HTTP/1.1" 200 1296 0.004554 10.0.0.40 - - [2024-10-24 02:41:01] "GET /virtual-machine-interface/7d4aafc4-d66e-445a-b93e-34a3666d60a0 HTTP/1.1" 200 2968 0.002897 10.0.0.40 - - [2024-10-24 02:41:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.40 - - [2024-10-24 02:41:01] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002686 10.0.0.40 - - [2024-10-24 02:41:01] "GET /virtual-networks?parent_id=015a3d09-50f0-4077-979c-60fedf582a21&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003631 10.0.0.40 - - [2024-10-24 02:41:01] "GET /virtual-network/54ba68d7-a2a4-4f9b-be9b-54df5ca1aac6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004141 10.0.0.40 - - [2024-10-24 02:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.40 - - [2024-10-24 02:41:03] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002552 10.0.0.40 - - [2024-10-24 02:41:03] "GET /virtual-networks?parent_id=015a3d09-50f0-4077-979c-60fedf582a21&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003671 10.0.0.40 - - [2024-10-24 02:41:03] "GET /virtual-network/54ba68d7-a2a4-4f9b-be9b-54df5ca1aac6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004064 10.0.0.40 - - [2024-10-24 02:41:06] "POST /neutron/router HTTP/1.1" 200 656 0.004359 10.0.0.40 - - [2024-10-24 02:41:07] "POST /ref-update HTTP/1.1" 200 156 0.010973 10.0.0.40 - - [2024-10-24 02:41:07] "POST /neutron/router HTTP/1.1" 200 344 0.096705 10.0.0.40 - - [2024-10-24 02:41:07] "POST /neutron/router HTTP/1.1" 200 656 0.005594 10.0.0.40 - - [2024-10-24 02:41:07] "GET /logical-router/d9a36f11-0826-4eb2-bc6e-a8d7f33f72e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1973 0.003981 10.0.0.40 - - [2024-10-24 02:41:07] "GET /service-instance/ebcf0b6e-06c7-4d53-b22e-50f337337783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2326 0.002771 10.0.0.40 - - [2024-10-24 02:41:07] "POST /neutron/router HTTP/1.1" 200 151 0.052195 10.0.0.40 - - [2024-10-24 02:41:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002185 10.0.0.40 - - [2024-10-24 02:41:07] "DELETE /route-target/83865ad2-8afa-4a19-81e4-dbdcf8e3e41d HTTP/1.1" 409 239 0.004441 10.0.0.40 - - [2024-10-24 02:41:07] "PUT /logical-router/d9a36f11-0826-4eb2-bc6e-a8d7f33f72e0 HTTP/1.1" 404 171 0.002710 10.0.0.40 - - [2024-10-24 02:41:07] "POST /ref-update HTTP/1.1" 200 156 0.018373 10.0.0.40 - - [2024-10-24 02:41:07] "DELETE /route-table/907c138d-80bf-40f0-8e13-0add7a05ec96 HTTP/1.1" 200 115 0.033857 10.0.0.40 - - [2024-10-24 02:41:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.40 - - [2024-10-24 02:41:07] "PUT /routing-instance/28a6975d-9d6f-40c9-90a5-a33c9793f4fc HTTP/1.1" 200 266 0.010286 10.0.0.40 - - [2024-10-24 02:41:07] "GET /virtual-network/39e6a420-0479-4b97-b6f0-97765bf55bab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2132 0.006783 10.0.0.40 - - [2024-10-24 02:41:07] "POST /neutron/network HTTP/1.1" 200 833 0.014517 10.0.0.40 - - [2024-10-24 02:41:07] "POST /neutron/network HTTP/1.1" 400 204 0.045507 10.0.0.40 - - [2024-10-24 02:41:07] "POST /ref-update HTTP/1.1" 200 156 0.012012 10.0.0.40 - - [2024-10-24 02:41:07] "POST /ref-update HTTP/1.1" 200 156 0.018155 10.0.0.40 - - [2024-10-24 02:41:07] "DELETE /instance-ip/a3e1f98e-77f4-45b1-a899-d7f294bd28c5 HTTP/1.1" 200 115 0.046463 10.0.0.40 - - [2024-10-24 02:41:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005181 10.0.0.40 - - [2024-10-24 02:41:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001478 10.0.0.40 - - [2024-10-24 02:41:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001123 10.0.0.40 - - [2024-10-24 02:41:07] "DELETE /virtual-network/39e6a420-0479-4b97-b6f0-97765bf55bab HTTP/1.1" 200 115 0.131896 10.0.0.40 - - [2024-10-24 02:41:07] "DELETE /route-target/06b826e1-f0ca-428f-98e8-b7af934e137a HTTP/1.1" 200 115 0.037382 10.0.0.40 - - [2024-10-24 02:41:07] "DELETE /service-instance/ebcf0b6e-06c7-4d53-b22e-50f337337783 HTTP/1.1" 200 115 0.048415 10.0.0.40 - - [2024-10-24 02:41:07] "GET /logical-router/d9a36f11-0826-4eb2-bc6e-a8d7f33f72e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004118 10.0.0.40 - - [2024-10-24 02:41:07] "POST /neutron/port HTTP/1.1" 200 1090 0.015198 10.0.0.40 - - [2024-10-24 02:41:07] "GET /service-instance/ebcf0b6e-06c7-4d53-b22e-50f337337783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004322 10.0.0.40 - - [2024-10-24 02:41:07] "POST /neutron/port HTTP/1.1" 200 1116 0.011819 10.0.0.40 - - [2024-10-24 02:41:07] "GET /virtual-machine-interface/5b6357a7-6002-4b3c-8793-289b08a21f12?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1342 0.004678 10.0.0.40 - - [2024-10-24 02:41:07] "POST /neutron/port HTTP/1.1" 200 1093 0.024423 10.0.0.40 - - [2024-10-24 02:41:07] "POST /neutron/port HTTP/1.1" 200 1119 0.011673 10.0.0.40 - - [2024-10-24 02:41:07] "POST /neutron/port HTTP/1.1" 200 151 0.173560 10.0.0.40 - - [2024-10-24 02:41:08] "DELETE /virtual-machine-interface/5b6357a7-6002-4b3c-8793-289b08a21f12 HTTP/1.1" 200 115 0.064600 10.0.0.40 - - [2024-10-24 02:41:08] "GET /virtual-machine-interface/3554fbcc-e557-424e-a5e0-1e2d8e10e856?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1663 0.003444 10.0.0.40 - - [2024-10-24 02:41:08] "POST /ref-update HTTP/1.1" 200 156 0.025975 10.0.0.40 - - [2024-10-24 02:41:08] "POST /neutron/port HTTP/1.1" 200 151 0.156142 10.0.0.40 - - [2024-10-24 02:41:08] "GET /instance-ip/36c89e5c-5726-4f34-a07c-4affb7898721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.007321 10.0.0.40 - - [2024-10-24 02:41:08] "DELETE /virtual-machine-interface/3554fbcc-e557-424e-a5e0-1e2d8e10e856 HTTP/1.1" 200 115 0.041900 10.0.0.40 - - [2024-10-24 02:41:08] "POST /ref-update HTTP/1.1" 200 156 0.018066 10.0.0.40 - - [2024-10-24 02:41:08] "DELETE /virtual-machine/71f8237e-41b1-4c5d-be7a-e58b73885cd7 HTTP/1.1" 200 115 0.020826 10.0.0.40 - - [2024-10-24 02:41:08] "GET /virtual-machine-interface/b988f29d-f44c-4870-aa5f-8e662eb19d1c?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1344 0.003966 10.0.0.40 - - [2024-10-24 02:41:08] "DELETE /virtual-machine-interface/b988f29d-f44c-4870-aa5f-8e662eb19d1c HTTP/1.1" 200 115 0.029038 10.0.0.40 - - [2024-10-24 02:41:08] "GET /virtual-machine-interface/1fd91690-7e0c-47e4-ac64-af32f2e064b2?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1663 0.003009 10.0.0.40 - - [2024-10-24 02:41:08] "POST /ref-update HTTP/1.1" 200 156 0.012321 10.0.0.40 - - [2024-10-24 02:41:08] "GET /instance-ip/36c89e5c-5726-4f34-a07c-4affb7898721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1694 0.004504 10.0.0.40 - - [2024-10-24 02:41:08] "DELETE /instance-ip/36c89e5c-5726-4f34-a07c-4affb7898721 HTTP/1.1" 200 115 0.040314 10.0.0.40 - - [2024-10-24 02:41:08] "DELETE /virtual-machine-interface/1fd91690-7e0c-47e4-ac64-af32f2e064b2 HTTP/1.1" 200 115 0.034580 10.0.0.40 - - [2024-10-24 02:41:08] "DELETE /virtual-machine/e8031291-eb3d-4b6e-b8c3-475ca9fbeebf HTTP/1.1" 200 115 0.021363 10.0.0.40 - - [2024-10-24 02:41:09] "POST /neutron/network HTTP/1.1" 200 833 0.006432 10.0.0.40 - - [2024-10-24 02:41:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001521 10.0.0.40 - - [2024-10-24 02:41:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006623 10.0.0.40 - - [2024-10-24 02:41:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001019 10.0.0.40 - - [2024-10-24 02:41:09] "POST /neutron/network HTTP/1.1" 200 151 0.079373 10.0.0.40 - - [2024-10-24 02:41:09] "POST /neutron/network HTTP/1.1" 200 829 0.009128 10.0.0.40 - - [2024-10-24 02:41:09] "DELETE /route-target/d820a231-ea3d-489c-9335-4ce1e0e050b3 HTTP/1.1" 200 115 0.026192 10.0.0.40 - - [2024-10-24 02:41:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001411 10.0.0.40 - - [2024-10-24 02:41:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001077 10.0.0.40 - - [2024-10-24 02:41:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005913 10.0.0.40 - - [2024-10-24 02:41:09] "POST /neutron/network HTTP/1.1" 200 151 0.080533 10.0.0.40 - - [2024-10-24 02:41:09] "DELETE /route-target/9003b593-35d1-4ff5-bb0a-6e4e7c2e565b HTTP/1.1" 200 115 0.018302 10.0.0.40 - - [2024-10-24 02:41:09] "GET /projects?obj_uuids=015a3d09-50f0-4077-979c-60fedf582a21&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001294 10.0.0.40 - - [2024-10-24 02:41:09] "GET /project/015a3d09-50f0-4077-979c-60fedf582a21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.026283 10.0.0.40 - - [2024-10-24 02:41:09] "GET /projects?obj_uuids=015a3d09-50f0-4077-979c-60fedf582a21&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001574 10.0.0.40 - - [2024-10-24 02:41:09] "GET /project/015a3d09-50f0-4077-979c-60fedf582a21?fields=virtual_networks HTTP/1.1" 200 1046 0.066497 10.0.0.40 - - [2024-10-24 02:41:10] "GET /projects?obj_uuids=015a3d09-50f0-4077-979c-60fedf582a21&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001199 10.0.0.40 - - [2024-10-24 02:41:10] "GET /project/015a3d09-50f0-4077-979c-60fedf582a21?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.021099 10.0.0.40 - - [2024-10-24 02:41:10] "GET /projects?obj_uuids=015a3d09-50f0-4077-979c-60fedf582a21&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001151 10.0.0.40 - - [2024-10-24 02:41:10] "GET /project/015a3d09-50f0-4077-979c-60fedf582a21?fields=security_groups HTTP/1.1" 200 1275 0.026040 10.0.0.40 - - [2024-10-24 02:41:10] "POST /fqname-to-id HTTP/1.1" 404 196 0.026670 10.0.0.40 - - [2024-10-24 02:41:11] "GET /projects?obj_uuids=dc33cc7c-8466-473b-b8c1-5b63ed9de6e6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003300 10.0.0.40 - - [2024-10-24 02:41:11] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001128 10.0.0.40 - - [2024-10-24 02:41:11] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007068 10.0.0.40 - - [2024-10-24 02:41:11] "POST /id-to-fqname HTTP/1.1" 200 198 0.001455 10.0.0.40 - - [2024-10-24 02:41:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.002467 10.0.0.40 - - [2024-10-24 02:41:11] "POST /security-groups HTTP/1.1" 200 599 0.063600 10.0.0.40 - - [2024-10-24 02:41:11] "POST /fqname-to-id HTTP/1.1" 404 242 0.002498 10.0.0.40 - - [2024-10-24 02:41:11] "POST /projects HTTP/1.1" 200 601 0.213765 10.0.0.40 - - [2024-10-24 02:41:11] "POST /access-control-lists HTTP/1.1" 200 604 0.061061 10.0.0.40 - - [2024-10-24 02:41:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.285760 10.0.0.40 - - [2024-10-24 02:41:11] "POST /fqname-to-id HTTP/1.1" 404 241 0.002990 10.0.0.40 - - [2024-10-24 02:41:11] "GET /project/dc33cc7c-8466-473b-b8c1-5b63ed9de6e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.410204 10.0.0.40 - - [2024-10-24 02:41:11] "POST /access-control-lists HTTP/1.1" 200 602 0.064057 10.0.0.40 - - [2024-10-24 02:41:12] "GET / HTTP/1.1" 200 35931 0.002320 10.0.0.40 - - [2024-10-24 02:41:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000546 10.0.0.40 - - [2024-10-24 02:41:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.068974 10.0.0.40 - - [2024-10-24 02:41:13] "GET /projects?obj_uuids=dc33cc7c-8466-473b-b8c1-5b63ed9de6e6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001256 10.0.0.40 - - [2024-10-24 02:41:13] "GET /project/dc33cc7c-8466-473b-b8c1-5b63ed9de6e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.029038 10.0.0.40 - - [2024-10-24 02:41:13] "POST /neutron/network HTTP/1.1" 200 117 0.033168 10.0.0.40 - - [2024-10-24 02:41:13] "GET /projects?obj_uuids=dc33cc7c-8466-473b-b8c1-5b63ed9de6e6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002052 10.0.0.40 - - [2024-10-24 02:41:13] "POST /neutron/network HTTP/1.1" 200 613 0.068951 10.0.0.40 - - [2024-10-24 02:41:13] "POST /route-targets HTTP/1.1" 200 327 0.010708 10.0.0.40 - - [2024-10-24 02:41:13] "POST /ref-update HTTP/1.1" 200 156 0.011186 10.0.0.40 - - [2024-10-24 02:41:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003163 10.0.0.40 - - [2024-10-24 02:41:13] "POST /neutron/subnet HTTP/1.1" 200 729 0.192185 10.0.0.40 - - [2024-10-24 02:41:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002624 10.0.0.40 - - [2024-10-24 02:41:14] "POST /neutron/subnet HTTP/1.1" 200 828 0.136856 10.0.0.40 - - [2024-10-24 02:41:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.042811 10.0.0.40 - - [2024-10-24 02:41:14] "POST /neutron/network HTTP/1.1" 200 1007 0.007861 10.0.0.40 - - [2024-10-24 02:41:14] "GET /virtual-network/812750a6-fa33-40e9-b10d-25452598ed9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1960 0.004727 10.0.0.40 - - [2024-10-24 02:41:14] "POST /id-to-fqname HTTP/1.1" 200 228 0.001241 10.0.0.40 - - [2024-10-24 02:41:14] "GET /virtual-network/454075c9-7160-4579-9849-8b0295570f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.003659 10.0.0.40 - - [2024-10-24 02:41:14] "POST /neutron/network HTTP/1.1" 200 1007 0.008387 10.0.0.40 - - [2024-10-24 02:41:14] "GET /virtual-network/454075c9-7160-4579-9849-8b0295570f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.002698 10.0.0.40 - - [2024-10-24 02:41:14] "POST /neutron/network HTTP/1.1" 200 1007 0.008906 10.0.0.40 - - [2024-10-24 02:41:14] "POST /neutron/subnet HTTP/1.1" 200 729 0.007428 10.0.0.40 - - [2024-10-24 02:41:14] "POST /neutron/subnet HTTP/1.1" 200 828 0.010309 10.0.0.40 - - [2024-10-24 02:41:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.40 - - [2024-10-24 02:41:14] "GET /projects?obj_uuids=dc33cc7c-8466-473b-b8c1-5b63ed9de6e6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001097 10.0.0.40 - - [2024-10-24 02:41:14] "GET /project/dc33cc7c-8466-473b-b8c1-5b63ed9de6e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.042813 10.0.0.40 - - [2024-10-24 02:41:14] "POST /neutron/network HTTP/1.1" 200 117 0.009773 10.0.0.40 - - [2024-10-24 02:41:14] "GET /projects?obj_uuids=dc33cc7c-8466-473b-b8c1-5b63ed9de6e6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001814 10.0.0.40 - - [2024-10-24 02:41:14] "POST /neutron/network HTTP/1.1" 200 613 0.070983 10.0.0.40 - - [2024-10-24 02:41:14] "POST /route-targets HTTP/1.1" 200 327 0.012906 10.0.0.40 - - [2024-10-24 02:41:14] "POST /ref-update HTTP/1.1" 200 156 0.010194 10.0.0.40 - - [2024-10-24 02:41:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002100 10.0.0.40 - - [2024-10-24 02:41:14] "POST /neutron/subnet HTTP/1.1" 200 725 0.165636 10.0.0.40 - - [2024-10-24 02:41:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002511 10.0.0.40 - - [2024-10-24 02:41:14] "GET /virtual-network/812750a6-fa33-40e9-b10d-25452598ed9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1960 0.005478 10.0.0.40 - - [2024-10-24 02:41:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003473 10.0.0.40 - - [2024-10-24 02:41:14] "POST /neutron/subnet HTTP/1.1" 200 823 0.197360 10.0.0.40 - - [2024-10-24 02:41:14] "POST /neutron/network HTTP/1.1" 200 1005 0.010222 10.0.0.40 - - [2024-10-24 02:41:14] "POST /id-to-fqname HTTP/1.1" 200 228 0.001355 10.0.0.40 - - [2024-10-24 02:41:14] "GET /virtual-network/879a5870-ca9b-451f-b0bb-9bcda272bf2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.004512 10.0.0.40 - - [2024-10-24 02:41:15] "POST /neutron/network HTTP/1.1" 200 1005 0.008337 10.0.0.40 - - [2024-10-24 02:41:15] "GET /virtual-network/879a5870-ca9b-451f-b0bb-9bcda272bf2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.003290 10.0.0.40 - - [2024-10-24 02:41:15] "POST /neutron/network HTTP/1.1" 200 1005 0.008317 10.0.0.40 - - [2024-10-24 02:41:15] "POST /neutron/subnet HTTP/1.1" 200 725 0.006754 10.0.0.40 - - [2024-10-24 02:41:15] "POST /neutron/subnet HTTP/1.1" 200 823 0.009806 10.0.0.40 - - [2024-10-24 02:41:15] "POST /fqname-to-id HTTP/1.1" 404 234 0.002597 10.0.0.40 - - [2024-10-24 02:41:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002376 10.0.0.40 - - [2024-10-24 02:41:15] "GET /projects?obj_uuids=dc33cc7c-8466-473b-b8c1-5b63ed9de6e6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001237 10.0.0.40 - - [2024-10-24 02:41:15] "GET /project/dc33cc7c-8466-473b-b8c1-5b63ed9de6e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.019887 10.0.0.40 - - [2024-10-24 02:41:15] "POST /network-policys HTTP/1.1" 200 577 0.059725 10.0.0.40 - - [2024-10-24 02:41:15] "GET /network-policy/4235cf01-675b-40a3-a5dd-494dc296c95c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.005889 10.0.0.40 - - [2024-10-24 02:41:15] "POST /neutron/network HTTP/1.1" 200 1007 0.009422 10.0.0.40 - - [2024-10-24 02:41:15] "POST /fqname-to-id HTTP/1.1" 404 242 0.006859 10.0.0.40 - - [2024-10-24 02:41:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004503 10.0.0.40 - - [2024-10-24 02:41:15] "GET /virtual-network/812750a6-fa33-40e9-b10d-25452598ed9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1960 0.004539 10.0.0.40 - - [2024-10-24 02:41:15] "POST /neutron/network HTTP/1.1" 200 1115 0.055029 10.0.0.40 - - [2024-10-24 02:41:15] "POST /access-control-lists HTTP/1.1" 200 596 0.082897 10.0.0.40 - - [2024-10-24 02:41:15] "POST /neutron/network HTTP/1.1" 200 1115 0.054133 10.0.0.40 - - [2024-10-24 02:41:15] "GET /virtual-network/454075c9-7160-4579-9849-8b0295570f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.003097 10.0.0.40 - - [2024-10-24 02:41:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.40 - - [2024-10-24 02:41:15] "GET /network-policy/4235cf01-675b-40a3-a5dd-494dc296c95c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.003687 10.0.0.40 - - [2024-10-24 02:41:15] "POST /neutron/network HTTP/1.1" 200 1005 0.007887 10.0.0.40 - - [2024-10-24 02:41:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.40 - - [2024-10-24 02:41:15] "POST /fqname-to-id HTTP/1.1" 404 242 0.005691 10.0.0.40 - - [2024-10-24 02:41:15] "GET /virtual-network/812750a6-fa33-40e9-b10d-25452598ed9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1960 0.004955 10.0.0.40 - - [2024-10-24 02:41:15] "POST /neutron/network HTTP/1.1" 200 1113 0.069347 10.0.0.40 - - [2024-10-24 02:41:15] "POST /access-control-lists HTTP/1.1" 200 596 0.077955 10.0.0.40 - - [2024-10-24 02:41:15] "POST /neutron/network HTTP/1.1" 200 1113 0.043400 10.0.0.40 - - [2024-10-24 02:41:15] "GET /virtual-network/879a5870-ca9b-451f-b0bb-9bcda272bf2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.003147 10.0.0.40 - - [2024-10-24 02:41:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002481 10.0.0.40 - - [2024-10-24 02:41:15] "POST /ref-update HTTP/1.1" 200 156 0.014198 10.0.0.40 - - [2024-10-24 02:41:15] "GET /network-policy/4235cf01-675b-40a3-a5dd-494dc296c95c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.003096 10.0.0.40 - - [2024-10-24 02:41:15] "GET /domains HTTP/1.1" 401 292 0.000487 10.0.0.40 - - [2024-10-24 02:41:16] "PUT /access-control-list/b271cf00-9ed9-4c14-a57c-fbd1b71cd825 HTTP/1.1" 200 272 0.056993 10.0.0.40 - - [2024-10-24 02:41:16] "GET /domains HTTP/1.1" 200 280 0.026206 10.0.0.40 - - [2024-10-24 02:41:16] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001117 10.0.0.40 - - [2024-10-24 02:41:16] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6 HTTP/1.1" 200 3148 0.008417 10.0.0.40 - - [2024-10-24 02:41:16] "GET /projects?obj_uuids=dc33cc7c-8466-473b-b8c1-5b63ed9de6e6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001280 10.0.0.40 - - [2024-10-24 02:41:16] "GET /project/dc33cc7c-8466-473b-b8c1-5b63ed9de6e6 HTTP/1.1" 200 2636 0.067612 10.0.0.40 - - [2024-10-24 02:41:16] "GET /virtual-network/454075c9-7160-4579-9849-8b0295570f5a HTTP/1.1" 200 3508 0.004238 10.0.0.40 - - [2024-10-24 02:41:16] "GET /virtual-network/454075c9-7160-4579-9849-8b0295570f5a HTTP/1.1" 200 3508 0.003261 10.0.0.40 - - [2024-10-24 02:41:16] "GET /routing-instance/12ec4ecf-977f-49da-b09d-99de01232632 HTTP/1.1" 200 1795 0.002570 10.0.0.40 - - [2024-10-24 02:41:16] "GET /routing-instance/12ec4ecf-977f-49da-b09d-99de01232632 HTTP/1.1" 200 1795 0.002559 10.0.0.40 - - [2024-10-24 02:41:16] "GET /route-target/2ff7bb3e-60e9-4e33-99ed-acb6057efd8f HTTP/1.1" 200 1212 0.004776 10.0.0.40 - - [2024-10-24 02:41:16] "GET /virtual-network/454075c9-7160-4579-9849-8b0295570f5a HTTP/1.1" 200 3508 0.004789 10.0.0.40 - - [2024-10-24 02:41:16] "GET /routing-instance/12ec4ecf-977f-49da-b09d-99de01232632 HTTP/1.1" 200 1795 0.002859 10.0.0.40 - - [2024-10-24 02:41:16] "GET /virtual-network/454075c9-7160-4579-9849-8b0295570f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.004001 10.0.0.40 - - [2024-10-24 02:41:16] "GET /virtual-network/454075c9-7160-4579-9849-8b0295570f5a HTTP/1.1" 200 3508 0.003943 10.0.0.40 - - [2024-10-24 02:41:16] "GET /routing-instance/12ec4ecf-977f-49da-b09d-99de01232632 HTTP/1.1" 200 1795 0.004082 10.0.0.40 - - [2024-10-24 02:41:16] "GET /routing-instance/12ec4ecf-977f-49da-b09d-99de01232632 HTTP/1.1" 200 1795 0.003340 10.0.0.40 - - [2024-10-24 02:41:16] "GET /route-target/2ff7bb3e-60e9-4e33-99ed-acb6057efd8f HTTP/1.1" 200 1212 0.002767 10.0.0.40 - - [2024-10-24 02:41:16] "GET /domains HTTP/1.1" 200 280 0.002907 10.0.0.40 - - [2024-10-24 02:41:16] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001274 10.0.0.40 - - [2024-10-24 02:41:16] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6 HTTP/1.1" 200 3148 0.008454 10.0.0.40 - - [2024-10-24 02:41:16] "GET /projects?obj_uuids=dc33cc7c-8466-473b-b8c1-5b63ed9de6e6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001190 10.0.0.40 - - [2024-10-24 02:41:16] "GET /project/dc33cc7c-8466-473b-b8c1-5b63ed9de6e6 HTTP/1.1" 200 2636 0.066726 10.0.0.40 - - [2024-10-24 02:41:16] "GET /virtual-network/454075c9-7160-4579-9849-8b0295570f5a HTTP/1.1" 200 3508 0.002795 10.0.0.40 - - [2024-10-24 02:41:16] "GET /obj-perms HTTP/1.1" 200 5046 0.054849 10.0.0.40 - - [2024-10-24 02:41:16] "GET /domains HTTP/1.1" 200 280 0.002942 10.0.0.40 - - [2024-10-24 02:41:16] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001071 10.0.0.40 - - [2024-10-24 02:41:16] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6 HTTP/1.1" 200 3148 0.010540 10.0.0.40 - - [2024-10-24 02:41:16] "GET /projects?obj_uuids=dc33cc7c-8466-473b-b8c1-5b63ed9de6e6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001382 10.0.0.40 - - [2024-10-24 02:41:17] "GET /project/dc33cc7c-8466-473b-b8c1-5b63ed9de6e6 HTTP/1.1" 200 2636 0.066450 10.0.0.40 - - [2024-10-24 02:41:17] "GET /virtual-network/879a5870-ca9b-451f-b0bb-9bcda272bf2f HTTP/1.1" 200 3502 0.005035 10.0.0.40 - - [2024-10-24 02:41:17] "GET /virtual-network/879a5870-ca9b-451f-b0bb-9bcda272bf2f HTTP/1.1" 200 3502 0.002717 10.0.0.40 - - [2024-10-24 02:41:17] "GET /routing-instance/0c5daed1-e4e9-471e-adf0-8670996c4bf0 HTTP/1.1" 200 1794 0.002700 10.0.0.40 - - [2024-10-24 02:41:17] "GET /routing-instance/0c5daed1-e4e9-471e-adf0-8670996c4bf0 HTTP/1.1" 200 1794 0.002352 10.0.0.40 - - [2024-10-24 02:41:17] "GET /route-target/a147acdc-fd27-43ab-9846-3519e9d038ef HTTP/1.1" 200 1213 0.002219 10.0.0.40 - - [2024-10-24 02:41:17] "GET /virtual-network/879a5870-ca9b-451f-b0bb-9bcda272bf2f HTTP/1.1" 200 3502 0.002717 10.0.0.40 - - [2024-10-24 02:41:17] "GET /routing-instance/0c5daed1-e4e9-471e-adf0-8670996c4bf0 HTTP/1.1" 200 1794 0.002181 10.0.0.40 - - [2024-10-24 02:41:17] "GET /virtual-network/879a5870-ca9b-451f-b0bb-9bcda272bf2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.002839 10.0.0.40 - - [2024-10-24 02:41:17] "GET /virtual-network/879a5870-ca9b-451f-b0bb-9bcda272bf2f HTTP/1.1" 200 3502 0.002885 10.0.0.40 - - [2024-10-24 02:41:17] "GET /routing-instance/0c5daed1-e4e9-471e-adf0-8670996c4bf0 HTTP/1.1" 200 1794 0.002243 10.0.0.40 - - [2024-10-24 02:41:17] "GET /routing-instance/0c5daed1-e4e9-471e-adf0-8670996c4bf0 HTTP/1.1" 200 1794 0.002379 10.0.0.40 - - [2024-10-24 02:41:17] "GET /route-target/a147acdc-fd27-43ab-9846-3519e9d038ef HTTP/1.1" 200 1213 0.002214 10.0.0.40 - - [2024-10-24 02:41:17] "GET /domains HTTP/1.1" 200 280 0.002843 10.0.0.40 - - [2024-10-24 02:41:17] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001104 10.0.0.40 - - [2024-10-24 02:41:17] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6 HTTP/1.1" 200 3148 0.006986 10.0.0.40 - - [2024-10-24 02:41:17] "GET /projects?obj_uuids=dc33cc7c-8466-473b-b8c1-5b63ed9de6e6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001343 10.0.0.40 - - [2024-10-24 02:41:17] "GET /project/dc33cc7c-8466-473b-b8c1-5b63ed9de6e6 HTTP/1.1" 200 2636 0.065936 10.0.0.40 - - [2024-10-24 02:41:17] "GET /virtual-network/879a5870-ca9b-451f-b0bb-9bcda272bf2f HTTP/1.1" 200 3502 0.002811 10.0.0.40 - - [2024-10-24 02:41:17] "GET /obj-perms HTTP/1.1" 200 5046 0.003481 10.0.0.40 - - [2024-10-24 02:41:17] "GET /virtual-network/879a5870-ca9b-451f-b0bb-9bcda272bf2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.003495 10.0.0.40 - - [2024-10-24 02:41:17] "POST /neutron/network HTTP/1.1" 200 1113 0.007332 10.0.0.40 - - [2024-10-24 02:41:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.006427 10.0.0.40 - - [2024-10-24 02:41:17] "GET /virtual-network/812750a6-fa33-40e9-b10d-25452598ed9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1960 0.004191 10.0.0.40 - - [2024-10-24 02:41:17] "POST /neutron/network HTTP/1.1" 200 1005 0.046342 10.0.0.40 - - [2024-10-24 02:41:17] "DELETE /access-control-list/b8778520-bcb3-4118-971f-09cbc08b8235 HTTP/1.1" 200 115 0.034204 10.0.0.40 - - [2024-10-24 02:41:17] "POST /neutron/network HTTP/1.1" 200 1005 0.008818 10.0.0.40 - - [2024-10-24 02:41:17] "GET /virtual-network/879a5870-ca9b-451f-b0bb-9bcda272bf2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.002532 10.0.0.40 - - [2024-10-24 02:41:17] "POST /ref-update HTTP/1.1" 200 156 0.019445 10.0.0.40 - - [2024-10-24 02:41:17] "GET /virtual-network/454075c9-7160-4579-9849-8b0295570f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.005573 10.0.0.40 - - [2024-10-24 02:41:17] "POST /neutron/network HTTP/1.1" 200 1115 0.010687 10.0.0.40 - - [2024-10-24 02:41:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.006490 10.0.0.40 - - [2024-10-24 02:41:17] "GET /virtual-network/812750a6-fa33-40e9-b10d-25452598ed9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1960 0.003105 10.0.0.40 - - [2024-10-24 02:41:17] "POST /neutron/network HTTP/1.1" 200 1007 0.049767 10.0.0.40 - - [2024-10-24 02:41:17] "DELETE /access-control-list/b271cf00-9ed9-4c14-a57c-fbd1b71cd825 HTTP/1.1" 200 115 0.036502 10.0.0.40 - - [2024-10-24 02:41:17] "POST /neutron/network HTTP/1.1" 200 1007 0.011458 10.0.0.40 - - [2024-10-24 02:41:17] "POST /ref-update HTTP/1.1" 200 156 0.014140 10.0.0.40 - - [2024-10-24 02:41:17] "GET /virtual-network/454075c9-7160-4579-9849-8b0295570f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.009389 10.0.0.40 - - [2024-10-24 02:41:17] "DELETE /network-policy/4235cf01-675b-40a3-a5dd-494dc296c95c HTTP/1.1" 200 115 0.018997 10.0.0.40 - - [2024-10-24 02:41:17] "POST /neutron/network HTTP/1.1" 200 1005 0.020000 10.0.0.40 - - [2024-10-24 02:41:17] "POST /useragent-kv HTTP/1.1" 200 115 0.001811 10.0.0.40 - - [2024-10-24 02:41:17] "POST /useragent-kv HTTP/1.1" 200 115 0.001161 10.0.0.40 - - [2024-10-24 02:41:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.006451 10.0.0.40 - - [2024-10-24 02:41:17] "POST /useragent-kv HTTP/1.1" 200 115 0.001144 10.0.0.40 - - [2024-10-24 02:41:17] "POST /useragent-kv HTTP/1.1" 200 115 0.001167 10.0.0.40 - - [2024-10-24 02:41:17] "POST /neutron/network HTTP/1.1" 200 151 0.101722 10.0.0.40 - - [2024-10-24 02:41:17] "GET /routing-instance/0c5daed1-e4e9-471e-adf0-8670996c4bf0 HTTP/1.1" 404 171 0.003108 10.0.0.40 - - [2024-10-24 02:41:17] "GET /domains HTTP/1.1" 200 280 0.002392 10.0.0.40 - - [2024-10-24 02:41:17] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001117 10.0.0.40 - - [2024-10-24 02:41:17] "DELETE /route-target/a147acdc-fd27-43ab-9846-3519e9d038ef HTTP/1.1" 200 115 0.034312 10.0.0.40 - - [2024-10-24 02:41:17] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6 HTTP/1.1" 200 3148 0.049508 10.0.0.40 - - [2024-10-24 02:41:17] "GET /projects?obj_uuids=dc33cc7c-8466-473b-b8c1-5b63ed9de6e6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001613 10.0.0.40 - - [2024-10-24 02:41:17] "GET /project/dc33cc7c-8466-473b-b8c1-5b63ed9de6e6 HTTP/1.1" 200 2156 0.063434 10.0.0.40 - - [2024-10-24 02:41:17] "POST /neutron/network HTTP/1.1" 200 1007 0.008501 10.0.0.40 - - [2024-10-24 02:41:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.007819 10.0.0.40 - - [2024-10-24 02:41:17] "POST /useragent-kv HTTP/1.1" 200 115 0.001739 10.0.0.40 - - [2024-10-24 02:41:17] "POST /useragent-kv HTTP/1.1" 200 115 0.001376 10.0.0.40 - - [2024-10-24 02:41:18] "POST /useragent-kv HTTP/1.1" 200 115 0.001433 10.0.0.40 - - [2024-10-24 02:41:18] "POST /useragent-kv HTTP/1.1" 200 115 0.001176 10.0.0.40 - - [2024-10-24 02:41:18] "POST /neutron/network HTTP/1.1" 200 151 0.099759 10.0.0.40 - - [2024-10-24 02:41:18] "DELETE /route-target/2ff7bb3e-60e9-4e33-99ed-acb6057efd8f HTTP/1.1" 200 115 0.029156 10.0.0.40 - - [2024-10-24 02:41:18] "GET /routing-instance/12ec4ecf-977f-49da-b09d-99de01232632 HTTP/1.1" 404 171 0.003227 10.0.0.40 - - [2024-10-24 02:41:18] "GET /domains HTTP/1.1" 200 280 0.003233 10.0.0.40 - - [2024-10-24 02:41:18] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001898 10.0.0.40 - - [2024-10-24 02:41:18] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6 HTTP/1.1" 200 3148 0.051677 10.0.0.40 - - [2024-10-24 02:41:18] "GET /projects?obj_uuids=dc33cc7c-8466-473b-b8c1-5b63ed9de6e6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001251 10.0.0.40 - - [2024-10-24 02:41:18] "GET /project/dc33cc7c-8466-473b-b8c1-5b63ed9de6e6 HTTP/1.1" 200 1911 0.062552 10.0.0.40 - - [2024-10-24 02:41:18] "GET /projects?obj_uuids=dc33cc7c-8466-473b-b8c1-5b63ed9de6e6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001201 10.0.0.40 - - [2024-10-24 02:41:18] "GET /project/dc33cc7c-8466-473b-b8c1-5b63ed9de6e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.025394 10.0.0.40 - - [2024-10-24 02:41:18] "GET /projects?obj_uuids=dc33cc7c-8466-473b-b8c1-5b63ed9de6e6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001150 10.0.0.40 - - [2024-10-24 02:41:18] "GET /project/dc33cc7c-8466-473b-b8c1-5b63ed9de6e6?fields=virtual_networks HTTP/1.1" 200 1059 0.066356 10.0.0.40 - - [2024-10-24 02:41:18] "GET /projects?obj_uuids=dc33cc7c-8466-473b-b8c1-5b63ed9de6e6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001215 10.0.0.40 - - [2024-10-24 02:41:18] "GET /project/dc33cc7c-8466-473b-b8c1-5b63ed9de6e6?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.023412 10.0.0.40 - - [2024-10-24 02:41:18] "GET /projects?obj_uuids=dc33cc7c-8466-473b-b8c1-5b63ed9de6e6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001153 10.0.0.40 - - [2024-10-24 02:41:18] "GET /project/dc33cc7c-8466-473b-b8c1-5b63ed9de6e6?fields=security_groups HTTP/1.1" 200 1293 0.020816 10.0.0.40 - - [2024-10-24 02:41:19] "POST /fqname-to-id HTTP/1.1" 404 190 0.026523 10.0.0.40 - - [2024-10-24 02:41:19] "GET /projects?obj_uuids=9d275851-f307-436c-bc7f-a87ac317cbb8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003047 10.0.0.40 - - [2024-10-24 02:41:19] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001179 10.0.0.40 - - [2024-10-24 02:41:19] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007095 10.0.0.40 - - [2024-10-24 02:41:19] "POST /id-to-fqname HTTP/1.1" 200 192 0.001397 10.0.0.40 - - [2024-10-24 02:41:19] "POST /fqname-to-id HTTP/1.1" 404 201 0.002445 10.0.0.40 - - [2024-10-24 02:41:19] "POST /security-groups HTTP/1.1" 200 593 0.063998 10.0.0.40 - - [2024-10-24 02:41:19] "POST /fqname-to-id HTTP/1.1" 404 236 0.003285 10.0.0.40 - - [2024-10-24 02:41:19] "POST /projects HTTP/1.1" 200 589 0.210344 10.0.0.40 - - [2024-10-24 02:41:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.282182 10.0.0.40 - - [2024-10-24 02:41:19] "POST /access-control-lists HTTP/1.1" 200 598 0.065787 10.0.0.40 - - [2024-10-24 02:41:20] "POST /fqname-to-id HTTP/1.1" 404 235 0.002880 10.0.0.40 - - [2024-10-24 02:41:20] "GET /project/9d275851-f307-436c-bc7f-a87ac317cbb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.402326 10.0.0.40 - - [2024-10-24 02:41:20] "POST /access-control-lists HTTP/1.1" 200 596 0.067956 10.0.0.40 - - [2024-10-24 02:41:21] "GET / HTTP/1.1" 200 35931 0.003397 10.0.0.40 - - [2024-10-24 02:41:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000554 10.0.0.40 - - [2024-10-24 02:41:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.060641 10.0.0.40 - - [2024-10-24 02:41:22] "GET /projects?obj_uuids=9d275851-f307-436c-bc7f-a87ac317cbb8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001316 10.0.0.40 - - [2024-10-24 02:41:22] "GET /project/9d275851-f307-436c-bc7f-a87ac317cbb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.021189 10.0.0.40 - - [2024-10-24 02:41:22] "POST /neutron/network HTTP/1.1" 200 117 0.034698 10.0.0.40 - - [2024-10-24 02:41:22] "GET /projects?obj_uuids=9d275851-f307-436c-bc7f-a87ac317cbb8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001902 10.0.0.40 - - [2024-10-24 02:41:22] "POST /neutron/network HTTP/1.1" 200 607 0.064847 10.0.0.40 - - [2024-10-24 02:41:22] "POST /route-targets HTTP/1.1" 200 327 0.011691 10.0.0.40 - - [2024-10-24 02:41:22] "POST /ref-update HTTP/1.1" 200 156 0.012051 10.0.0.40 - - [2024-10-24 02:41:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002608 10.0.0.40 - - [2024-10-24 02:41:22] "POST /neutron/subnet HTTP/1.1" 200 734 0.174937 10.0.0.40 - - [2024-10-24 02:41:22] "POST /neutron/network HTTP/1.1" 200 828 0.011625 10.0.0.40 - - [2024-10-24 02:41:22] "POST /id-to-fqname HTTP/1.1" 200 222 0.001357 10.0.0.40 - - [2024-10-24 02:41:22] "GET /virtual-network/24fb8f94-079a-461b-8c68-16f636c53bf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006695 10.0.0.40 - - [2024-10-24 02:41:22] "POST /neutron/network HTTP/1.1" 200 828 0.006110 10.0.0.40 - - [2024-10-24 02:41:22] "GET /virtual-network/24fb8f94-079a-461b-8c68-16f636c53bf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.002787 10.0.0.40 - - [2024-10-24 02:41:22] "POST /neutron/network HTTP/1.1" 200 828 0.006920 10.0.0.40 - - [2024-10-24 02:41:22] "POST /neutron/subnet HTTP/1.1" 200 734 0.007269 10.0.0.40 - - [2024-10-24 02:41:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002634 10.0.0.40 - - [2024-10-24 02:41:22] "GET /projects?obj_uuids=9d275851-f307-436c-bc7f-a87ac317cbb8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001426 10.0.0.40 - - [2024-10-24 02:41:22] "GET /project/9d275851-f307-436c-bc7f-a87ac317cbb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.019866 10.0.0.40 - - [2024-10-24 02:41:22] "POST /neutron/network HTTP/1.1" 200 117 0.009646 10.0.0.40 - - [2024-10-24 02:41:22] "GET /projects?obj_uuids=9d275851-f307-436c-bc7f-a87ac317cbb8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001116 10.0.0.40 - - [2024-10-24 02:41:22] "POST /neutron/network HTTP/1.1" 200 607 0.061926 10.0.0.40 - - [2024-10-24 02:41:22] "POST /route-targets HTTP/1.1" 200 327 0.012571 10.0.0.40 - - [2024-10-24 02:41:22] "POST /ref-update HTTP/1.1" 200 156 0.010130 10.0.0.40 - - [2024-10-24 02:41:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003818 10.0.0.40 - - [2024-10-24 02:41:23] "POST /neutron/subnet HTTP/1.1" 200 720 0.198505 10.0.0.40 - - [2024-10-24 02:41:23] "POST /neutron/network HTTP/1.1" 200 825 0.005266 10.0.0.40 - - [2024-10-24 02:41:23] "POST /id-to-fqname HTTP/1.1" 200 222 0.001225 10.0.0.40 - - [2024-10-24 02:41:23] "GET /virtual-network/ae79a93f-4e83-4727-b1a9-25454a06e869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.002583 10.0.0.40 - - [2024-10-24 02:41:23] "POST /neutron/network HTTP/1.1" 200 825 0.005945 10.0.0.40 - - [2024-10-24 02:41:23] "GET /virtual-network/ae79a93f-4e83-4727-b1a9-25454a06e869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.002586 10.0.0.40 - - [2024-10-24 02:41:23] "POST /neutron/network HTTP/1.1" 200 825 0.006308 10.0.0.40 - - [2024-10-24 02:41:23] "POST /neutron/subnet HTTP/1.1" 200 720 0.007393 10.0.0.40 - - [2024-10-24 02:41:23] "POST /fqname-to-id HTTP/1.1" 404 228 0.002549 10.0.0.40 - - [2024-10-24 02:41:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002188 10.0.0.40 - - [2024-10-24 02:41:23] "GET /projects?obj_uuids=9d275851-f307-436c-bc7f-a87ac317cbb8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001150 10.0.0.40 - - [2024-10-24 02:41:23] "GET /project/9d275851-f307-436c-bc7f-a87ac317cbb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.034680 10.0.0.40 - - [2024-10-24 02:41:23] "POST /network-policys HTTP/1.1" 200 571 0.022730 10.0.0.40 - - [2024-10-24 02:41:23] "GET /network-policy/5355d1e7-72c6-488d-9feb-e347c03e876a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.005141 10.0.0.40 - - [2024-10-24 02:41:23] "POST /neutron/network HTTP/1.1" 200 828 0.006254 10.0.0.40 - - [2024-10-24 02:41:23] "POST /fqname-to-id HTTP/1.1" 404 236 0.005569 10.0.0.40 - - [2024-10-24 02:41:23] "POST /neutron/network HTTP/1.1" 200 930 0.045104 10.0.0.40 - - [2024-10-24 02:41:23] "POST /neutron/network HTTP/1.1" 200 930 0.043326 10.0.0.40 - - [2024-10-24 02:41:23] "POST /access-control-lists HTTP/1.1" 200 590 0.068023 10.0.0.40 - - [2024-10-24 02:41:23] "GET /virtual-network/24fb8f94-079a-461b-8c68-16f636c53bf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004331 10.0.0.40 - - [2024-10-24 02:41:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002672 10.0.0.40 - - [2024-10-24 02:41:23] "GET /network-policy/5355d1e7-72c6-488d-9feb-e347c03e876a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.003506 10.0.0.40 - - [2024-10-24 02:41:23] "POST /neutron/network HTTP/1.1" 200 825 0.005949 10.0.0.40 - - [2024-10-24 02:41:23] "POST /fqname-to-id HTTP/1.1" 404 236 0.003280 10.0.0.40 - - [2024-10-24 02:41:23] "POST /neutron/network HTTP/1.1" 200 927 0.043644 10.0.0.40 - - [2024-10-24 02:41:23] "POST /access-control-lists HTTP/1.1" 200 590 0.066159 10.0.0.40 - - [2024-10-24 02:41:23] "POST /neutron/network HTTP/1.1" 200 927 0.046894 10.0.0.40 - - [2024-10-24 02:41:23] "GET /virtual-network/ae79a93f-4e83-4727-b1a9-25454a06e869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.003387 10.0.0.40 - - [2024-10-24 02:41:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.40 - - [2024-10-24 02:41:24] "POST /ref-update HTTP/1.1" 200 156 0.011548 10.0.0.40 - - [2024-10-24 02:41:24] "GET /network-policy/5355d1e7-72c6-488d-9feb-e347c03e876a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.002733 10.0.0.40 - - [2024-10-24 02:41:24] "GET /domains HTTP/1.1" 401 292 0.000444 10.0.0.40 - - [2024-10-24 02:41:24] "PUT /access-control-list/2047d5a6-f4e4-483d-8e40-71f1af8e15db HTTP/1.1" 200 272 0.053931 10.0.0.40 - - [2024-10-24 02:41:24] "GET /domains HTTP/1.1" 200 280 0.027448 10.0.0.40 - - [2024-10-24 02:41:24] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001126 10.0.0.40 - - [2024-10-24 02:41:24] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6 HTTP/1.1" 200 3336 0.008310 10.0.0.40 - - [2024-10-24 02:41:24] "GET /projects?obj_uuids=9d275851-f307-436c-bc7f-a87ac317cbb8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001045 10.0.0.40 - - [2024-10-24 02:41:24] "GET /project/9d275851-f307-436c-bc7f-a87ac317cbb8 HTTP/1.1" 200 2582 0.070565 10.0.0.40 - - [2024-10-24 02:41:24] "GET /virtual-network/24fb8f94-079a-461b-8c68-16f636c53bf2 HTTP/1.1" 200 2897 0.004168 10.0.0.40 - - [2024-10-24 02:41:24] "GET /virtual-network/24fb8f94-079a-461b-8c68-16f636c53bf2 HTTP/1.1" 200 2897 0.002468 10.0.0.40 - - [2024-10-24 02:41:24] "GET /routing-instance/8ac7c4d5-1538-4cff-ae8e-4a2c60ca0227 HTTP/1.1" 200 1784 0.002587 10.0.0.40 - - [2024-10-24 02:41:24] "GET /routing-instance/8ac7c4d5-1538-4cff-ae8e-4a2c60ca0227 HTTP/1.1" 200 1784 0.002326 10.0.0.40 - - [2024-10-24 02:41:24] "GET /route-target/0816a785-caad-4bef-91d5-91a549808982 HTTP/1.1" 200 1205 0.003220 10.0.0.40 - - [2024-10-24 02:41:24] "GET /virtual-network/24fb8f94-079a-461b-8c68-16f636c53bf2 HTTP/1.1" 200 2897 0.003152 10.0.0.40 - - [2024-10-24 02:41:24] "GET /routing-instance/8ac7c4d5-1538-4cff-ae8e-4a2c60ca0227 HTTP/1.1" 200 1784 0.003089 10.0.0.40 - - [2024-10-24 02:41:24] "GET /virtual-network/24fb8f94-079a-461b-8c68-16f636c53bf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.003117 10.0.0.40 - - [2024-10-24 02:41:24] "GET /virtual-network/24fb8f94-079a-461b-8c68-16f636c53bf2 HTTP/1.1" 200 2897 0.003285 10.0.0.40 - - [2024-10-24 02:41:24] "GET /routing-instance/8ac7c4d5-1538-4cff-ae8e-4a2c60ca0227 HTTP/1.1" 200 1784 0.006080 10.0.0.40 - - [2024-10-24 02:41:24] "GET /routing-instance/8ac7c4d5-1538-4cff-ae8e-4a2c60ca0227 HTTP/1.1" 200 1784 0.002836 10.0.0.40 - - [2024-10-24 02:41:24] "GET /route-target/0816a785-caad-4bef-91d5-91a549808982 HTTP/1.1" 200 1205 0.003370 10.0.0.40 - - [2024-10-24 02:41:24] "GET /domains HTTP/1.1" 200 280 0.017896 10.0.0.40 - - [2024-10-24 02:41:24] "DELETE /project/015a3d0950f04077979c60fedf582a21 HTTP/1.1" 404 173 0.023406 10.0.0.40 - - [2024-10-24 02:41:24] "DELETE /project/e6fdf5d2ea2a4c1b8434c9b02c73fd8e HTTP/1.1" 404 173 0.019302 10.0.0.40 - - [2024-10-24 02:41:24] "DELETE /project/9d275851f307436cbc7fa87ac317cbb8 HTTP/1.1" 404 173 0.015195 10.0.0.40 - - [2024-10-24 02:41:24] "DELETE /project/dc33cc7c8466473bb8c15b63ed9de6e6 HTTP/1.1" 404 173 0.011730 10.0.0.40 - - [2024-10-24 02:41:24] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001194 10.0.0.40 - - [2024-10-24 02:41:24] "GET /projects?obj_uuids=dc33cc7c-8466-473b-b8c1-5b63ed9de6e6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001135 10.0.0.40 - - [2024-10-24 02:41:24] "GET /projects?obj_uuids=e6fdf5d2-ea2a-4c1b-8434-c9b02c73fd8e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001059 10.0.0.40 - - [2024-10-24 02:41:24] "GET /projects?obj_uuids=b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000962 10.0.0.40 - - [2024-10-24 02:41:24] "GET /projects?obj_uuids=015a3d09-50f0-4077-979c-60fedf582a21&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001251 10.0.0.40 - - [2024-10-24 02:41:24] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6 HTTP/1.1" 200 3336 0.036286 10.0.0.40 - - [2024-10-24 02:41:24] "GET /projects?obj_uuids=9d275851-f307-436c-bc7f-a87ac317cbb8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001277 10.0.0.40 - - [2024-10-24 02:41:24] "GET /project/e6fdf5d2-ea2a-4c1b-8434-c9b02c73fd8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.074830 10.0.0.40 - - [2024-10-24 02:41:24] "GET /project/b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1527 0.072657 10.0.0.40 - - [2024-10-24 02:41:24] "GET /project/dc33cc7c-8466-473b-b8c1-5b63ed9de6e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.079204 10.0.0.40 - - [2024-10-24 02:41:24] "GET /project/015a3d09-50f0-4077-979c-60fedf582a21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.070465 10.0.0.40 - - [2024-10-24 02:41:24] "GET /projects?obj_uuids=015a3d09-50f0-4077-979c-60fedf582a21&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002385 10.0.0.40 - - [2024-10-24 02:41:24] "GET /projects?obj_uuids=dc33cc7c-8466-473b-b8c1-5b63ed9de6e6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001422 10.0.0.40 - - [2024-10-24 02:41:24] "GET /projects?obj_uuids=b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001404 10.0.0.40 - - [2024-10-24 02:41:24] "GET /projects?obj_uuids=e6fdf5d2-ea2a-4c1b-8434-c9b02c73fd8e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001453 10.0.0.40 - - [2024-10-24 02:41:24] "GET /project/9d275851-f307-436c-bc7f-a87ac317cbb8 HTTP/1.1" 200 2582 0.146940 10.0.0.40 - - [2024-10-24 02:41:24] "GET /virtual-network/24fb8f94-079a-461b-8c68-16f636c53bf2 HTTP/1.1" 200 2897 0.014095 10.0.0.40 - - [2024-10-24 02:41:24] "GET /project/dc33cc7c-8466-473b-b8c1-5b63ed9de6e6?fields=security_groups HTTP/1.1" 200 1398 0.098793 10.0.0.40 - - [2024-10-24 02:41:24] "GET /project/b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd?fields=security_groups HTTP/1.1" 200 1410 0.106603 10.0.0.40 - - [2024-10-24 02:41:24] "GET /project/015a3d09-50f0-4077-979c-60fedf582a21?fields=security_groups HTTP/1.1" 200 1380 0.107431 10.0.0.40 - - [2024-10-24 02:41:24] "GET /project/e6fdf5d2-ea2a-4c1b-8434-c9b02c73fd8e?fields=security_groups HTTP/1.1" 200 1358 0.134951 10.0.0.40 - - [2024-10-24 02:41:25] "DELETE /security-group/df3dc5a9-fd55-4fbb-95af-81a239a4c6e0 HTTP/1.1" 200 115 0.132206 10.0.0.40 - - [2024-10-24 02:41:25] "DELETE /security-group/0d808a9b-823d-4b4e-9024-9016ea927e38 HTTP/1.1" 200 115 0.125610 10.0.0.40 - - [2024-10-24 02:41:25] "GET /projects?obj_uuids=015a3d09-50f0-4077-979c-60fedf582a21&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001127 10.0.0.40 - - [2024-10-24 02:41:25] "DELETE /security-group/2c973e71-550e-4153-8980-55f7ea7baf4d HTTP/1.1" 200 115 0.164395 10.0.0.40 - - [2024-10-24 02:41:25] "GET /projects?obj_uuids=e6fdf5d2-ea2a-4c1b-8434-c9b02c73fd8e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001123 10.0.0.40 - - [2024-10-24 02:41:25] "DELETE /access-control-list/2ea25a4d-3709-4966-8084-63c4d6da2ebd HTTP/1.1" 200 115 0.085241 10.0.0.40 - - [2024-10-24 02:41:25] "GET /projects?obj_uuids=b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001031 10.0.0.40 - - [2024-10-24 02:41:25] "DELETE /security-group/d4adbda9-3164-4d56-9684-47bfe5ffa5bf HTTP/1.1" 200 115 0.201803 10.0.0.40 - - [2024-10-24 02:41:25] "GET /project/015a3d09-50f0-4077-979c-60fedf582a21?fields=application_policy_sets HTTP/1.1" 200 1419 0.050239 10.0.0.40 - - [2024-10-24 02:41:25] "GET /projects?obj_uuids=dc33cc7c-8466-473b-b8c1-5b63ed9de6e6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001878 10.0.0.40 - - [2024-10-24 02:41:25] "GET /project/b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd?fields=application_policy_sets HTTP/1.1" 200 1449 0.047503 10.0.0.40 - - [2024-10-24 02:41:25] "DELETE /access-control-list/17ef8c81-f252-446b-a51b-c6d632f9e226 HTTP/1.1" 200 115 0.056808 10.0.0.40 - - [2024-10-24 02:41:25] "GET /project/e6fdf5d2-ea2a-4c1b-8434-c9b02c73fd8e?fields=application_policy_sets HTTP/1.1" 200 1397 0.088852 10.0.0.40 - - [2024-10-24 02:41:25] "GET /project/dc33cc7c-8466-473b-b8c1-5b63ed9de6e6?fields=application_policy_sets HTTP/1.1" 200 1437 0.088868 10.0.0.40 - - [2024-10-24 02:41:25] "DELETE /access-control-list/b08834c8-ad91-47d3-9dda-b008e0268e4f HTTP/1.1" 200 115 0.054154 10.0.0.40 - - [2024-10-24 02:41:25] "DELETE /access-control-list/96685b22-2750-42ca-86d7-8faa113e4ca9 HTTP/1.1" 200 115 0.065297 10.0.0.40 - - [2024-10-24 02:41:25] "GET /obj-perms HTTP/1.1" 200 5034 0.084656 10.0.0.40 - - [2024-10-24 02:41:25] "GET /domains HTTP/1.1" 200 280 0.011820 10.0.0.40 - - [2024-10-24 02:41:25] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001338 10.0.0.40 - - [2024-10-24 02:41:25] "DELETE /project/015a3d09-50f0-4077-979c-60fedf582a21 HTTP/1.1" 200 115 0.705634 10.0.0.40 - - [2024-10-24 02:41:25] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6 HTTP/1.1" 200 2949 0.018509 10.0.0.40 - - [2024-10-24 02:41:25] "DELETE /access-control-list/ddf607b0-eba5-4a8f-ad09-9db1c3f3aa2c HTTP/1.1" 200 115 0.060261 10.0.0.40 - - [2024-10-24 02:41:25] "GET /projects?obj_uuids=9d275851-f307-436c-bc7f-a87ac317cbb8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001060 10.0.0.40 - - [2024-10-24 02:41:25] "DELETE /project/b2cc1a96-fa9b-46b4-ad5b-ff54f77b10bd HTTP/1.1" 200 115 0.741119 10.0.0.40 - - [2024-10-24 02:41:25] "DELETE /access-control-list/82ad3531-3473-4ea0-b550-730f0291a640 HTTP/1.1" 200 115 0.034240 10.0.0.40 - - [2024-10-24 02:41:25] "DELETE /project/e6fdf5d2-ea2a-4c1b-8434-c9b02c73fd8e HTTP/1.1" 200 115 0.770175 10.0.0.40 - - [2024-10-24 02:41:25] "DELETE /project/dc33cc7c-8466-473b-b8c1-5b63ed9de6e6 HTTP/1.1" 200 115 0.767897 10.0.0.40 - - [2024-10-24 02:41:25] "GET /project/9d275851-f307-436c-bc7f-a87ac317cbb8 HTTP/1.1" 200 2582 0.067255 10.0.0.40 - - [2024-10-24 02:41:25] "DELETE /access-control-list/56a1c38a-9092-4dde-a175-77c99be9a70d HTTP/1.1" 200 115 0.022806 10.0.0.40 - - [2024-10-24 02:41:25] "GET /virtual-network/ae79a93f-4e83-4727-b1a9-25454a06e869 HTTP/1.1" 200 2890 0.017344 10.0.0.40 - - [2024-10-24 02:41:25] "GET /virtual-network/ae79a93f-4e83-4727-b1a9-25454a06e869 HTTP/1.1" 200 2890 0.002903 10.0.0.40 - - [2024-10-24 02:41:25] "DELETE /access-control-list/4a24475c-393e-4e15-ade2-09d15da049e6 HTTP/1.1" 200 115 0.036889 10.0.0.40 - - [2024-10-24 02:41:25] "GET /routing-instance/b97864a7-751f-441a-82f4-55f75c6f2b4b HTTP/1.1" 200 1783 0.004544 10.0.0.40 - - [2024-10-24 02:41:25] "GET /routing-instance/b97864a7-751f-441a-82f4-55f75c6f2b4b HTTP/1.1" 200 1783 0.003474 10.0.0.40 - - [2024-10-24 02:41:25] "GET /route-target/5a29d1d7-13c2-453d-941b-1f9516eca0ca HTTP/1.1" 200 1206 0.002851 10.0.0.40 - - [2024-10-24 02:41:25] "GET /virtual-network/ae79a93f-4e83-4727-b1a9-25454a06e869 HTTP/1.1" 200 2890 0.003701 10.0.0.40 - - [2024-10-24 02:41:25] "GET /routing-instance/b97864a7-751f-441a-82f4-55f75c6f2b4b HTTP/1.1" 200 1783 0.003084 10.0.0.40 - - [2024-10-24 02:41:25] "GET /virtual-network/ae79a93f-4e83-4727-b1a9-25454a06e869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.003292 10.0.0.40 - - [2024-10-24 02:41:25] "GET /virtual-network/ae79a93f-4e83-4727-b1a9-25454a06e869 HTTP/1.1" 200 2890 0.003040 10.0.0.40 - - [2024-10-24 02:41:25] "GET /routing-instance/b97864a7-751f-441a-82f4-55f75c6f2b4b HTTP/1.1" 200 1783 0.002892 10.0.0.40 - - [2024-10-24 02:41:25] "GET /routing-instance/b97864a7-751f-441a-82f4-55f75c6f2b4b HTTP/1.1" 200 1783 0.003469 10.0.0.40 - - [2024-10-24 02:41:25] "GET /route-target/5a29d1d7-13c2-453d-941b-1f9516eca0ca HTTP/1.1" 200 1206 0.003145 10.0.0.40 - - [2024-10-24 02:41:25] "GET /domains HTTP/1.1" 200 280 0.003717 10.0.0.40 - - [2024-10-24 02:41:25] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001202 10.0.0.40 - - [2024-10-24 02:41:25] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6 HTTP/1.1" 200 2574 0.009431 10.0.0.40 - - [2024-10-24 02:41:25] "GET /projects?obj_uuids=9d275851-f307-436c-bc7f-a87ac317cbb8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001123 10.0.0.40 - - [2024-10-24 02:41:25] "GET /project/9d275851-f307-436c-bc7f-a87ac317cbb8 HTTP/1.1" 200 2582 0.063153 10.0.0.40 - - [2024-10-24 02:41:25] "GET /virtual-network/ae79a93f-4e83-4727-b1a9-25454a06e869 HTTP/1.1" 200 2890 0.002992 10.0.0.40 - - [2024-10-24 02:41:25] "GET /obj-perms HTTP/1.1" 200 5034 0.003506 10.0.0.40 - - [2024-10-24 02:41:25] "POST /id-to-fqname HTTP/1.1" 200 222 0.001539 10.0.0.40 - - [2024-10-24 02:41:25] "POST /neutron/network HTTP/1.1" 200 940 0.007714 10.0.0.40 - - [2024-10-24 02:41:25] "GET /aaa-mode HTTP/1.1" 401 292 0.000508 10.0.0.40 - - [2024-10-24 02:41:26] "GET / HTTP/1.1" 200 35931 0.003222 10.0.0.40 - - [2024-10-24 02:41:26] "GET /project/9d275851-f307-436c-bc7f-a87ac317cbb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000589 10.0.0.40 - - [2024-10-24 02:41:26] "GET /projects?obj_uuids=9d275851-f307-436c-bc7f-a87ac317cbb8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001193 10.0.0.40 - - [2024-10-24 02:41:26] "GET /project/9d275851-f307-436c-bc7f-a87ac317cbb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.047324 10.0.0.40 - - [2024-10-24 02:41:26] "POST /neutron/network HTTP/1.1" 200 930 0.007919 10.0.0.40 - - [2024-10-24 02:41:26] "POST /neutron/port HTTP/1.1" 200 117 0.006225 10.0.0.40 - - [2024-10-24 02:41:26] "POST /neutron/port HTTP/1.1" 200 117 0.007116 10.0.0.40 - - [2024-10-24 02:41:26] "POST /id-to-fqname HTTP/1.1" 200 222 0.001736 10.0.0.40 - - [2024-10-24 02:41:26] "POST /neutron/port HTTP/1.1" 200 117 0.006540 10.0.0.40 - - [2024-10-24 02:41:27] "POST /neutron/network HTTP/1.1" 200 937 0.009082 10.0.0.40 - - [2024-10-24 02:41:27] "GET /aaa-mode HTTP/1.1" 401 292 0.000488 10.0.0.40 - - [2024-10-24 02:41:27] "POST /neutron/network HTTP/1.1" 200 940 0.007074 10.0.0.40 - - [2024-10-24 02:41:27] "GET /projects?obj_uuids=9d275851-f307-436c-bc7f-a87ac317cbb8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001201 10.0.0.40 - - [2024-10-24 02:41:27] "GET / HTTP/1.1" 200 35931 0.002432 10.0.0.40 - - [2024-10-24 02:41:27] "GET /project/9d275851-f307-436c-bc7f-a87ac317cbb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000679 10.0.0.40 - - [2024-10-24 02:41:27] "POST /neutron/port HTTP/1.1" 200 1064 0.297481 10.0.0.40 - - [2024-10-24 02:41:27] "POST /neutron/port HTTP/1.1" 200 1064 0.011680 10.0.0.40 - - [2024-10-24 02:41:27] "POST /neutron/port HTTP/1.1" 200 1064 0.014407 10.0.0.40 - - [2024-10-24 02:41:27] "POST /neutron/port HTTP/1.1" 200 1118 0.093962 10.0.0.40 - - [2024-10-24 02:41:27] "GET /projects?obj_uuids=9d275851-f307-436c-bc7f-a87ac317cbb8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001276 10.0.0.40 - - [2024-10-24 02:41:27] "GET /project/9d275851-f307-436c-bc7f-a87ac317cbb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.057296 10.0.0.40 - - [2024-10-24 02:41:27] "POST /neutron/network HTTP/1.1" 200 927 0.006285 10.0.0.40 - - [2024-10-24 02:41:27] "POST /neutron/port HTTP/1.1" 200 1092 0.015891 10.0.0.40 - - [2024-10-24 02:41:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006171 10.0.0.40 - - [2024-10-24 02:41:27] "POST /neutron/subnet HTTP/1.1" 200 708 0.014786 10.0.0.40 - - [2024-10-24 02:41:27] "POST /neutron/port HTTP/1.1" 200 117 0.001454 10.0.0.40 - - [2024-10-24 02:41:27] "POST /neutron/network HTTP/1.1" 200 930 0.008593 10.0.0.40 - - [2024-10-24 02:41:28] "POST /neutron/port HTTP/1.1" 200 1092 0.023262 10.0.0.40 - - [2024-10-24 02:41:28] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008935 10.0.0.40 - - [2024-10-24 02:41:28] "POST /neutron/port HTTP/1.1" 200 117 0.006136 10.0.0.40 - - [2024-10-24 02:41:28] "POST /neutron/port HTTP/1.1" 200 1092 0.018627 10.0.0.40 - - [2024-10-24 02:41:28] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006891 10.0.0.40 - - [2024-10-24 02:41:28] "POST /neutron/network HTTP/1.1" 200 937 0.008885 10.0.0.40 - - [2024-10-24 02:41:28] "GET /projects?obj_uuids=9d275851-f307-436c-bc7f-a87ac317cbb8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001281 10.0.0.40 - - [2024-10-24 02:41:28] "PUT /access-control-list/eed75c3a-effe-411c-ab09-1e82f25b4c4b HTTP/1.1" 200 272 0.063063 10.0.0.40 - - [2024-10-24 02:41:28] "POST /neutron/port HTTP/1.1" 200 1061 0.285160 10.0.0.40 - - [2024-10-24 02:41:28] "POST /neutron/port HTTP/1.1" 200 1061 0.010954 10.0.0.40 - - [2024-10-24 02:41:28] "POST /neutron/port HTTP/1.1" 200 1061 0.016345 10.0.0.40 - - [2024-10-24 02:41:28] "POST /neutron/port HTTP/1.1" 200 1115 0.069829 10.0.0.40 - - [2024-10-24 02:41:28] "POST /neutron/port HTTP/1.1" 200 1089 0.028672 10.0.0.40 - - [2024-10-24 02:41:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003520 10.0.0.40 - - [2024-10-24 02:41:29] "POST /neutron/subnet HTTP/1.1" 200 694 0.010238 10.0.0.40 - - [2024-10-24 02:41:29] "POST /neutron/port HTTP/1.1" 200 117 0.001371 10.0.0.40 - - [2024-10-24 02:41:29] "POST /neutron/network HTTP/1.1" 200 927 0.006073 10.0.0.40 - - [2024-10-24 02:41:31] "GET /obj-perms HTTP/1.1" 200 5056 0.050181 10.0.0.40 - - [2024-10-24 02:41:32] "GET /obj-perms HTTP/1.1" 200 5056 0.051923 10.0.0.40 - - [2024-10-24 02:41:33] "POST /neutron/port HTTP/1.1" 200 1092 0.019876 10.0.0.40 - - [2024-10-24 02:41:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006422 10.0.0.40 - - [2024-10-24 02:41:33] "POST /neutron/port HTTP/1.1" 200 1092 0.019341 10.0.0.40 - - [2024-10-24 02:41:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006373 10.0.0.40 - - [2024-10-24 02:41:33] "POST /neutron/port HTTP/1.1" 200 1092 0.016765 10.0.0.40 - - [2024-10-24 02:41:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006229 10.0.0.40 - - [2024-10-24 02:41:33] "GET /virtual-machine/97fdfaaa-22dc-457b-a1fb-0f458e30f551 HTTP/1.1" 200 1295 0.004372 10.0.0.40 - - [2024-10-24 02:41:33] "GET /virtual-machine-interface/3ff26911-e1c2-499f-9d56-bf8d36f1752b HTTP/1.1" 200 2951 0.003184 10.0.0.40 - - [2024-10-24 02:41:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004848 10.0.0.40 - - [2024-10-24 02:41:33] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004258 10.0.0.40 - - [2024-10-24 02:41:33] "GET /virtual-networks?parent_id=9d275851-f307-436c-bc7f-a87ac317cbb8&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003495 10.0.0.40 - - [2024-10-24 02:41:33] "GET /virtual-network/24fb8f94-079a-461b-8c68-16f636c53bf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004578 10.0.0.40 - - [2024-10-24 02:41:36] "POST /neutron/port HTTP/1.1" 200 1092 0.018218 10.0.0.40 - - [2024-10-24 02:41:36] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006352 10.0.0.40 - - [2024-10-24 02:41:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.40 - - [2024-10-24 02:41:36] "GET /virtual-network/24fb8f94-079a-461b-8c68-16f636c53bf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.003004 10.0.0.40 - - [2024-10-24 02:41:37] "POST /neutron/port HTTP/1.1" 200 1089 0.015911 10.0.0.40 - - [2024-10-24 02:41:37] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005077 10.0.0.40 - - [2024-10-24 02:41:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.40 - - [2024-10-24 02:41:38] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002841 10.0.0.40 - - [2024-10-24 02:41:38] "GET /virtual-networks?parent_id=9d275851-f307-436c-bc7f-a87ac317cbb8&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003856 10.0.0.40 - - [2024-10-24 02:41:39] "GET /virtual-network/24fb8f94-079a-461b-8c68-16f636c53bf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.003736 10.0.0.40 - - [2024-10-24 02:41:39] "POST /neutron/port HTTP/1.1" 200 1089 0.015423 10.0.0.40 - - [2024-10-24 02:41:39] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006188 10.0.0.40 - - [2024-10-24 02:41:39] "POST /neutron/port HTTP/1.1" 200 1089 0.017516 10.0.0.40 - - [2024-10-24 02:41:39] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006189 10.0.0.40 - - [2024-10-24 02:41:39] "POST /neutron/port HTTP/1.1" 200 1089 0.017597 10.0.0.40 - - [2024-10-24 02:41:39] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006441 10.0.0.40 - - [2024-10-24 02:41:39] "GET /virtual-machine/124b291d-4b76-43e2-a770-93ae61cdfbce HTTP/1.1" 200 1294 0.004336 10.0.0.40 - - [2024-10-24 02:41:39] "GET /virtual-machine-interface/eb05e712-1962-4f18-bf76-1f5bde2c9526 HTTP/1.1" 200 2952 0.003250 10.0.0.40 - - [2024-10-24 02:41:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005995 10.0.0.40 - - [2024-10-24 02:41:39] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002731 10.0.0.40 - - [2024-10-24 02:41:39] "GET /virtual-networks?parent_id=9d275851-f307-436c-bc7f-a87ac317cbb8&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003359 10.0.0.40 - - [2024-10-24 02:41:39] "GET /virtual-network/ae79a93f-4e83-4727-b1a9-25454a06e869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.003599 10.0.0.40 - - [2024-10-24 02:41:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.40 - - [2024-10-24 02:41:40] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003588 10.0.0.40 - - [2024-10-24 02:41:40] "GET /virtual-networks?parent_id=9d275851-f307-436c-bc7f-a87ac317cbb8&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003373 10.0.0.40 - - [2024-10-24 02:41:40] "GET /virtual-network/ae79a93f-4e83-4727-b1a9-25454a06e869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.003981 10.0.0.40 - - [2024-10-24 02:41:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.40 - - [2024-10-24 02:41:45] "GET /projects?obj_uuids=9d275851-f307-436c-bc7f-a87ac317cbb8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001826 10.0.0.40 - - [2024-10-24 02:41:45] "GET /project/9d275851-f307-436c-bc7f-a87ac317cbb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.028321 10.0.0.40 - - [2024-10-24 02:41:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.40 - - [2024-10-24 02:41:45] "PUT /network-policy/5355d1e7-72c6-488d-9feb-e347c03e876a HTTP/1.1" 200 262 0.011326 10.0.0.40 - - [2024-10-24 02:41:45] "PUT /access-control-list/eed75c3a-effe-411c-ab09-1e82f25b4c4b HTTP/1.1" 200 272 0.053332 10.0.0.40 - - [2024-10-24 02:41:45] "POST /ref-update HTTP/1.1" 200 156 0.012337 10.0.0.40 - - [2024-10-24 02:41:45] "PUT /access-control-list/2047d5a6-f4e4-483d-8e40-71f1af8e15db HTTP/1.1" 200 272 0.056226 10.0.0.40 - - [2024-10-24 02:41:45] "POST /ref-update HTTP/1.1" 200 156 0.012237 10.0.0.40 - - [2024-10-24 02:41:48] "GET /virtual-network/ae79a93f-4e83-4727-b1a9-25454a06e869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.003905 10.0.0.40 - - [2024-10-24 02:41:48] "POST /neutron/network HTTP/1.1" 200 927 0.008012 10.0.0.40 - - [2024-10-24 02:41:48] "POST /neutron/network HTTP/1.1" 200 825 0.045142 10.0.0.40 - - [2024-10-24 02:41:48] "DELETE /access-control-list/eed75c3a-effe-411c-ab09-1e82f25b4c4b HTTP/1.1" 200 115 0.031548 10.0.0.40 - - [2024-10-24 02:41:48] "POST /neutron/network HTTP/1.1" 200 825 0.006822 10.0.0.40 - - [2024-10-24 02:41:48] "GET /virtual-network/ae79a93f-4e83-4727-b1a9-25454a06e869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.003164 10.0.0.40 - - [2024-10-24 02:41:48] "GET /virtual-network/24fb8f94-079a-461b-8c68-16f636c53bf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.002694 10.0.0.40 - - [2024-10-24 02:41:48] "POST /neutron/network HTTP/1.1" 200 930 0.010733 10.0.0.40 - - [2024-10-24 02:41:48] "POST /neutron/network HTTP/1.1" 200 828 0.053360 10.0.0.40 - - [2024-10-24 02:41:48] "DELETE /access-control-list/2047d5a6-f4e4-483d-8e40-71f1af8e15db HTTP/1.1" 200 115 0.037336 10.0.0.40 - - [2024-10-24 02:41:48] "POST /neutron/network HTTP/1.1" 200 828 0.008099 10.0.0.40 - - [2024-10-24 02:41:48] "GET /virtual-network/24fb8f94-079a-461b-8c68-16f636c53bf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003933 10.0.0.40 - - [2024-10-24 02:41:48] "DELETE /network-policy/5355d1e7-72c6-488d-9feb-e347c03e876a HTTP/1.1" 200 115 0.020706 10.0.0.40 - - [2024-10-24 02:41:48] "POST /neutron/network HTTP/1.1" 200 825 0.005990 10.0.0.40 - - [2024-10-24 02:41:48] "POST /neutron/network HTTP/1.1" 400 204 0.013498 10.0.0.40 - - [2024-10-24 02:41:48] "POST /neutron/port HTTP/1.1" 200 1089 0.017648 10.0.0.40 - - [2024-10-24 02:41:48] "POST /neutron/port HTTP/1.1" 200 1115 0.008743 10.0.0.40 - - [2024-10-24 02:41:49] "POST /neutron/port HTTP/1.1" 200 1092 0.021257 10.0.0.40 - - [2024-10-24 02:41:49] "POST /neutron/port HTTP/1.1" 200 1118 0.008348 10.0.0.40 - - [2024-10-24 02:41:49] "POST /neutron/port HTTP/1.1" 200 151 0.125311 10.0.0.40 - - [2024-10-24 02:41:49] "POST /neutron/port HTTP/1.1" 200 151 0.115868 10.0.0.40 - - [2024-10-24 02:41:50] "POST /neutron/network HTTP/1.1" 200 825 0.009386 10.0.0.40 - - [2024-10-24 02:41:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001398 10.0.0.40 - - [2024-10-24 02:41:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001058 10.0.0.40 - - [2024-10-24 02:41:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006096 10.0.0.40 - - [2024-10-24 02:41:51] "POST /neutron/network HTTP/1.1" 200 151 0.075835 10.0.0.40 - - [2024-10-24 02:41:51] "GET /routing-instance/b97864a7-751f-441a-82f4-55f75c6f2b4b HTTP/1.1" 404 171 0.002004 10.0.0.40 - - [2024-10-24 02:41:51] "GET /domains HTTP/1.1" 200 280 0.004802 10.0.0.40 - - [2024-10-24 02:41:51] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001115 10.0.0.40 - - [2024-10-24 02:41:51] "DELETE /route-target/5a29d1d7-13c2-453d-941b-1f9516eca0ca HTTP/1.1" 200 115 0.025715 10.0.0.40 - - [2024-10-24 02:41:51] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6 HTTP/1.1" 200 2574 0.052758 10.0.0.40 - - [2024-10-24 02:41:51] "GET /projects?obj_uuids=9d275851-f307-436c-bc7f-a87ac317cbb8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001664 10.0.0.40 - - [2024-10-24 02:41:51] "GET /project/9d275851-f307-436c-bc7f-a87ac317cbb8 HTTP/1.1" 200 2114 0.066515 10.0.0.40 - - [2024-10-24 02:41:51] "POST /neutron/network HTTP/1.1" 200 828 0.006135 10.0.0.40 - - [2024-10-24 02:41:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004782 10.0.0.40 - - [2024-10-24 02:41:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001068 10.0.0.40 - - [2024-10-24 02:41:51] "POST /useragent-kv HTTP/1.1" 200 115 0.000987 10.0.0.40 - - [2024-10-24 02:41:51] "POST /neutron/network HTTP/1.1" 200 151 0.097887 10.0.0.40 - - [2024-10-24 02:41:51] "GET /routing-instance/8ac7c4d5-1538-4cff-ae8e-4a2c60ca0227 HTTP/1.1" 404 171 0.003293 10.0.0.40 - - [2024-10-24 02:41:51] "DELETE /route-target/0816a785-caad-4bef-91d5-91a549808982 HTTP/1.1" 200 115 0.020224 10.0.0.40 - - [2024-10-24 02:41:51] "GET /domains HTTP/1.1" 200 280 0.001895 10.0.0.40 - - [2024-10-24 02:41:51] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001012 10.0.0.40 - - [2024-10-24 02:41:51] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6 HTTP/1.1" 200 2574 0.049079 10.0.0.40 - - [2024-10-24 02:41:51] "GET /projects?obj_uuids=9d275851-f307-436c-bc7f-a87ac317cbb8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001684 10.0.0.40 - - [2024-10-24 02:41:51] "GET /project/9d275851-f307-436c-bc7f-a87ac317cbb8 HTTP/1.1" 200 1875 0.067065 10.0.0.40 - - [2024-10-24 02:41:51] "GET /projects?obj_uuids=9d275851-f307-436c-bc7f-a87ac317cbb8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001220 10.0.0.40 - - [2024-10-24 02:41:51] "GET /project/9d275851-f307-436c-bc7f-a87ac317cbb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.026086 10.0.0.40 - - [2024-10-24 02:41:51] "GET /projects?obj_uuids=9d275851-f307-436c-bc7f-a87ac317cbb8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001569 10.0.0.40 - - [2024-10-24 02:41:51] "GET /project/9d275851-f307-436c-bc7f-a87ac317cbb8?fields=virtual_networks HTTP/1.1" 200 1047 0.071706 10.0.0.40 - - [2024-10-24 02:41:51] "GET /projects?obj_uuids=9d275851-f307-436c-bc7f-a87ac317cbb8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001233 10.0.0.40 - - [2024-10-24 02:41:51] "GET /project/9d275851-f307-436c-bc7f-a87ac317cbb8?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.023184 10.0.0.40 - - [2024-10-24 02:41:51] "GET /projects?obj_uuids=9d275851-f307-436c-bc7f-a87ac317cbb8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001251 10.0.0.40 - - [2024-10-24 02:41:51] "GET /project/9d275851-f307-436c-bc7f-a87ac317cbb8?fields=security_groups HTTP/1.1" 200 1275 0.023797 10.0.0.40 - - [2024-10-24 02:41:52] "POST /fqname-to-id HTTP/1.1" 404 186 0.025802 10.0.0.40 - - [2024-10-24 02:41:52] "GET /projects?obj_uuids=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002545 10.0.0.40 - - [2024-10-24 02:41:52] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002661 10.0.0.40 - - [2024-10-24 02:41:52] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008116 10.0.0.40 - - [2024-10-24 02:41:52] "POST /id-to-fqname HTTP/1.1" 200 188 0.001882 10.0.0.40 - - [2024-10-24 02:41:53] "POST /fqname-to-id HTTP/1.1" 404 197 0.002553 10.0.0.40 - - [2024-10-24 02:41:53] "POST /security-groups HTTP/1.1" 200 589 0.059262 10.0.0.40 - - [2024-10-24 02:41:53] "POST /fqname-to-id HTTP/1.1" 404 232 0.002892 10.0.0.40 - - [2024-10-24 02:41:53] "POST /projects HTTP/1.1" 200 581 0.217458 10.0.0.40 - - [2024-10-24 02:41:53] "POST /access-control-lists HTTP/1.1" 200 594 0.058065 10.0.0.40 - - [2024-10-24 02:41:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.288535 10.0.0.40 - - [2024-10-24 02:41:53] "POST /fqname-to-id HTTP/1.1" 404 231 0.003284 10.0.0.40 - - [2024-10-24 02:41:53] "GET /project/d8d740f8-9e27-43c4-8240-66d75f7dcc9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.406719 10.0.0.40 - - [2024-10-24 02:41:53] "POST /access-control-lists HTTP/1.1" 200 592 0.061145 10.0.0.40 - - [2024-10-24 02:41:54] "GET / HTTP/1.1" 200 35931 0.002287 10.0.0.40 - - [2024-10-24 02:41:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000555 10.0.0.40 - - [2024-10-24 02:41:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.061429 10.0.0.40 - - [2024-10-24 02:41:55] "GET /projects?obj_uuids=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001150 10.0.0.40 - - [2024-10-24 02:41:55] "GET /project/d8d740f8-9e27-43c4-8240-66d75f7dcc9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.025691 10.0.0.40 - - [2024-10-24 02:41:55] "POST /neutron/network HTTP/1.1" 200 117 0.040262 10.0.0.40 - - [2024-10-24 02:41:55] "GET /projects?obj_uuids=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001725 10.0.0.40 - - [2024-10-24 02:41:55] "POST /neutron/network HTTP/1.1" 200 613 0.072717 10.0.0.40 - - [2024-10-24 02:41:55] "POST /route-targets HTTP/1.1" 200 327 0.014143 10.0.0.40 - - [2024-10-24 02:41:55] "POST /ref-update HTTP/1.1" 200 156 0.012895 10.0.0.40 - - [2024-10-24 02:41:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002547 10.0.0.40 - - [2024-10-24 02:41:55] "POST /neutron/subnet HTTP/1.1" 200 715 0.176020 10.0.0.40 - - [2024-10-24 02:41:55] "POST /neutron/network HTTP/1.1" 200 830 0.008693 10.0.0.40 - - [2024-10-24 02:41:55] "POST /id-to-fqname HTTP/1.1" 200 223 0.002413 10.0.0.40 - - [2024-10-24 02:41:55] "GET /virtual-network/68bac938-015b-4743-842d-ece32f7308b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004081 10.0.0.40 - - [2024-10-24 02:41:55] "POST /neutron/network HTTP/1.1" 200 830 0.006651 10.0.0.40 - - [2024-10-24 02:41:55] "GET /virtual-network/68bac938-015b-4743-842d-ece32f7308b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.002935 10.0.0.40 - - [2024-10-24 02:41:55] "POST /neutron/network HTTP/1.1" 200 830 0.006590 10.0.0.40 - - [2024-10-24 02:41:55] "POST /neutron/subnet HTTP/1.1" 200 715 0.008578 10.0.0.40 - - [2024-10-24 02:41:55] "GET /domains HTTP/1.1" 401 292 0.000436 10.0.0.40 - - [2024-10-24 02:41:56] "GET /domains HTTP/1.1" 200 280 0.027501 10.0.0.40 - - [2024-10-24 02:41:56] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001553 10.0.0.40 - - [2024-10-24 02:41:56] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6 HTTP/1.1" 200 2758 0.008801 10.0.0.40 - - [2024-10-24 02:41:56] "GET /projects?obj_uuids=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001200 10.0.0.40 - - [2024-10-24 02:41:56] "GET /project/d8d740f8-9e27-43c4-8240-66d75f7dcc9b HTTP/1.1" 200 2090 0.065412 10.0.0.40 - - [2024-10-24 02:41:56] "GET /virtual-network/68bac938-015b-4743-842d-ece32f7308b3 HTTP/1.1" 200 2311 0.003994 10.0.0.40 - - [2024-10-24 02:41:56] "GET /virtual-network/68bac938-015b-4743-842d-ece32f7308b3 HTTP/1.1" 200 2311 0.002873 10.0.0.40 - - [2024-10-24 02:41:56] "GET /routing-instance/33113b5a-6e90-40f7-adc2-3c81e3ca0fda HTTP/1.1" 200 1493 0.002762 10.0.0.40 - - [2024-10-24 02:41:56] "GET /routing-instance/33113b5a-6e90-40f7-adc2-3c81e3ca0fda HTTP/1.1" 200 1493 0.002921 10.0.0.40 - - [2024-10-24 02:41:56] "GET /route-target/a4bce20f-6fac-469a-b014-1ec586edf888 HTTP/1.1" 200 1213 0.003102 10.0.0.40 - - [2024-10-24 02:41:56] "GET /virtual-network/68bac938-015b-4743-842d-ece32f7308b3 HTTP/1.1" 200 2311 0.006179 10.0.0.40 - - [2024-10-24 02:41:56] "GET /routing-instance/33113b5a-6e90-40f7-adc2-3c81e3ca0fda HTTP/1.1" 200 1493 0.003132 10.0.0.40 - - [2024-10-24 02:41:56] "GET /virtual-network/68bac938-015b-4743-842d-ece32f7308b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.003000 10.0.0.40 - - [2024-10-24 02:41:56] "GET /virtual-network/68bac938-015b-4743-842d-ece32f7308b3 HTTP/1.1" 200 2311 0.006065 10.0.0.40 - - [2024-10-24 02:41:56] "GET /routing-instance/33113b5a-6e90-40f7-adc2-3c81e3ca0fda HTTP/1.1" 200 1493 0.002620 10.0.0.40 - - [2024-10-24 02:41:56] "GET /routing-instance/33113b5a-6e90-40f7-adc2-3c81e3ca0fda HTTP/1.1" 200 1493 0.002434 10.0.0.40 - - [2024-10-24 02:41:56] "GET /route-target/a4bce20f-6fac-469a-b014-1ec586edf888 HTTP/1.1" 200 1213 0.002306 10.0.0.40 - - [2024-10-24 02:41:56] "GET /domains HTTP/1.1" 200 280 0.002446 10.0.0.40 - - [2024-10-24 02:41:56] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001127 10.0.0.40 - - [2024-10-24 02:41:56] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6 HTTP/1.1" 200 2758 0.007461 10.0.0.40 - - [2024-10-24 02:41:56] "GET /projects?obj_uuids=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001142 10.0.0.40 - - [2024-10-24 02:41:56] "GET /project/d8d740f8-9e27-43c4-8240-66d75f7dcc9b HTTP/1.1" 200 2090 0.071880 10.0.0.40 - - [2024-10-24 02:41:56] "GET /virtual-network/68bac938-015b-4743-842d-ece32f7308b3 HTTP/1.1" 200 2311 0.002670 10.0.0.40 - - [2024-10-24 02:41:56] "GET /obj-perms HTTP/1.1" 200 5026 0.055368 10.0.0.40 - - [2024-10-24 02:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.40 - - [2024-10-24 02:41:56] "GET /projects?obj_uuids=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001575 10.0.0.40 - - [2024-10-24 02:41:57] "GET /project/d8d740f8-9e27-43c4-8240-66d75f7dcc9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.024360 10.0.0.40 - - [2024-10-24 02:41:57] "POST /neutron/network HTTP/1.1" 200 117 0.010742 10.0.0.40 - - [2024-10-24 02:41:57] "GET /projects?obj_uuids=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001208 10.0.0.40 - - [2024-10-24 02:41:57] "POST /neutron/network HTTP/1.1" 200 613 0.085680 10.0.0.40 - - [2024-10-24 02:41:57] "POST /route-targets HTTP/1.1" 200 327 0.011472 10.0.0.40 - - [2024-10-24 02:41:57] "POST /ref-update HTTP/1.1" 200 156 0.014045 10.0.0.40 - - [2024-10-24 02:41:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002387 10.0.0.40 - - [2024-10-24 02:41:57] "POST /neutron/subnet HTTP/1.1" 200 729 0.193868 10.0.0.40 - - [2024-10-24 02:41:57] "POST /neutron/network HTTP/1.1" 200 833 0.005721 10.0.0.40 - - [2024-10-24 02:41:57] "POST /id-to-fqname HTTP/1.1" 200 223 0.001341 10.0.0.40 - - [2024-10-24 02:41:57] "GET /virtual-network/652aa314-a293-4734-a2e0-05c2b6dcf4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003975 10.0.0.40 - - [2024-10-24 02:41:57] "POST /neutron/network HTTP/1.1" 200 833 0.006282 10.0.0.40 - - [2024-10-24 02:41:57] "GET /virtual-network/652aa314-a293-4734-a2e0-05c2b6dcf4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.002981 10.0.0.40 - - [2024-10-24 02:41:57] "POST /neutron/network HTTP/1.1" 200 833 0.006775 10.0.0.40 - - [2024-10-24 02:41:57] "POST /neutron/subnet HTTP/1.1" 200 729 0.006820 10.0.0.40 - - [2024-10-24 02:41:57] "GET /domains HTTP/1.1" 200 280 0.002398 10.0.0.40 - - [2024-10-24 02:41:57] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001113 10.0.0.40 - - [2024-10-24 02:41:57] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6 HTTP/1.1" 200 2758 0.007254 10.0.0.40 - - [2024-10-24 02:41:57] "GET /projects?obj_uuids=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001044 10.0.0.40 - - [2024-10-24 02:41:57] "GET /project/d8d740f8-9e27-43c4-8240-66d75f7dcc9b HTTP/1.1" 200 2308 0.065953 10.0.0.40 - - [2024-10-24 02:41:57] "GET /virtual-network/652aa314-a293-4734-a2e0-05c2b6dcf4a5 HTTP/1.1" 200 2322 0.004745 10.0.0.40 - - [2024-10-24 02:41:57] "GET /virtual-network/652aa314-a293-4734-a2e0-05c2b6dcf4a5 HTTP/1.1" 200 2322 0.002997 10.0.0.40 - - [2024-10-24 02:41:57] "GET /routing-instance/8457e852-2966-45ad-bf97-353cf3f73367 HTTP/1.1" 200 1493 0.002944 10.0.0.40 - - [2024-10-24 02:41:57] "GET /routing-instance/8457e852-2966-45ad-bf97-353cf3f73367 HTTP/1.1" 200 1493 0.002692 10.0.0.40 - - [2024-10-24 02:41:57] "GET /route-target/9d03512b-2f61-42a0-ad53-4db2e2ccb9d2 HTTP/1.1" 200 1213 0.003159 10.0.0.40 - - [2024-10-24 02:41:57] "GET /virtual-network/652aa314-a293-4734-a2e0-05c2b6dcf4a5 HTTP/1.1" 200 2322 0.003310 10.0.0.40 - - [2024-10-24 02:41:57] "GET /routing-instance/8457e852-2966-45ad-bf97-353cf3f73367 HTTP/1.1" 200 1493 0.002705 10.0.0.40 - - [2024-10-24 02:41:57] "GET /virtual-network/652aa314-a293-4734-a2e0-05c2b6dcf4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.002659 10.0.0.40 - - [2024-10-24 02:41:57] "GET /virtual-network/652aa314-a293-4734-a2e0-05c2b6dcf4a5 HTTP/1.1" 200 2322 0.003443 10.0.0.40 - - [2024-10-24 02:41:57] "GET /routing-instance/8457e852-2966-45ad-bf97-353cf3f73367 HTTP/1.1" 200 1493 0.010764 10.0.0.40 - - [2024-10-24 02:41:57] "GET /routing-instance/8457e852-2966-45ad-bf97-353cf3f73367 HTTP/1.1" 200 1493 0.003363 10.0.0.40 - - [2024-10-24 02:41:57] "GET /route-target/9d03512b-2f61-42a0-ad53-4db2e2ccb9d2 HTTP/1.1" 200 1213 0.003109 10.0.0.40 - - [2024-10-24 02:41:57] "GET /domains HTTP/1.1" 200 280 0.003625 10.0.0.40 - - [2024-10-24 02:41:57] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001226 10.0.0.40 - - [2024-10-24 02:41:57] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6 HTTP/1.1" 200 2758 0.007758 10.0.0.40 - - [2024-10-24 02:41:57] "GET /projects?obj_uuids=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001640 10.0.0.40 - - [2024-10-24 02:41:57] "GET /project/d8d740f8-9e27-43c4-8240-66d75f7dcc9b HTTP/1.1" 200 2308 0.071715 10.0.0.40 - - [2024-10-24 02:41:57] "GET /virtual-network/652aa314-a293-4734-a2e0-05c2b6dcf4a5 HTTP/1.1" 200 2322 0.006176 10.0.0.40 - - [2024-10-24 02:41:57] "GET /obj-perms HTTP/1.1" 200 5026 0.002804 10.0.0.40 - - [2024-10-24 02:41:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.40 - - [2024-10-24 02:41:57] "GET /projects?obj_uuids=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001274 10.0.0.40 - - [2024-10-24 02:41:57] "GET /project/d8d740f8-9e27-43c4-8240-66d75f7dcc9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.024303 10.0.0.40 - - [2024-10-24 02:41:58] "POST /neutron/network HTTP/1.1" 200 117 0.012573 10.0.0.40 - - [2024-10-24 02:41:58] "GET /projects?obj_uuids=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001466 10.0.0.40 - - [2024-10-24 02:41:58] "POST /neutron/network HTTP/1.1" 200 615 0.075064 10.0.0.40 - - [2024-10-24 02:41:58] "POST /ref-update HTTP/1.1" 200 156 0.011565 10.0.0.40 - - [2024-10-24 02:41:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002399 10.0.0.40 - - [2024-10-24 02:41:58] "POST /neutron/subnet HTTP/1.1" 200 724 0.147310 10.0.0.40 - - [2024-10-24 02:41:58] "POST /neutron/network HTTP/1.1" 200 834 0.006206 10.0.0.40 - - [2024-10-24 02:41:58] "POST /id-to-fqname HTTP/1.1" 200 224 0.001350 10.0.0.40 - - [2024-10-24 02:41:58] "GET /virtual-network/db9de852-47eb-444d-a99c-ba7bbf55c52b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.002855 10.0.0.40 - - [2024-10-24 02:41:58] "POST /neutron/network HTTP/1.1" 200 834 0.006039 10.0.0.40 - - [2024-10-24 02:41:58] "GET /virtual-network/db9de852-47eb-444d-a99c-ba7bbf55c52b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.002871 10.0.0.40 - - [2024-10-24 02:41:58] "POST /neutron/network HTTP/1.1" 200 834 0.007066 10.0.0.40 - - [2024-10-24 02:41:58] "POST /neutron/subnet HTTP/1.1" 200 724 0.008487 10.0.0.40 - - [2024-10-24 02:41:58] "GET /domains HTTP/1.1" 200 280 0.002147 10.0.0.40 - - [2024-10-24 02:41:58] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001797 10.0.0.40 - - [2024-10-24 02:41:58] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6 HTTP/1.1" 200 2758 0.009896 10.0.0.40 - - [2024-10-24 02:41:58] "GET /projects?obj_uuids=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001110 10.0.0.40 - - [2024-10-24 02:41:58] "GET /project/d8d740f8-9e27-43c4-8240-66d75f7dcc9b HTTP/1.1" 200 2527 0.069675 10.0.0.40 - - [2024-10-24 02:41:58] "GET /virtual-network/db9de852-47eb-444d-a99c-ba7bbf55c52b HTTP/1.1" 200 2325 0.004890 10.0.0.40 - - [2024-10-24 02:41:58] "GET /virtual-network/db9de852-47eb-444d-a99c-ba7bbf55c52b HTTP/1.1" 200 2325 0.002810 10.0.0.40 - - [2024-10-24 02:41:58] "GET /routing-instance/f2297733-c551-4639-b8d4-4d52dc0fc80f HTTP/1.1" 200 1498 0.002831 10.0.0.40 - - [2024-10-24 02:41:58] "GET /routing-instance/f2297733-c551-4639-b8d4-4d52dc0fc80f HTTP/1.1" 200 1498 0.003978 10.0.0.40 - - [2024-10-24 02:41:58] "GET /route-target/83865ad2-8afa-4a19-81e4-dbdcf8e3e41d HTTP/1.1" 200 1213 0.002467 10.0.0.40 - - [2024-10-24 02:41:58] "GET /virtual-network/db9de852-47eb-444d-a99c-ba7bbf55c52b HTTP/1.1" 200 2325 0.004663 10.0.0.40 - - [2024-10-24 02:41:58] "GET /routing-instance/f2297733-c551-4639-b8d4-4d52dc0fc80f HTTP/1.1" 200 1498 0.002630 10.0.0.40 - - [2024-10-24 02:41:58] "GET /virtual-network/db9de852-47eb-444d-a99c-ba7bbf55c52b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.002411 10.0.0.40 - - [2024-10-24 02:41:58] "GET /virtual-network/db9de852-47eb-444d-a99c-ba7bbf55c52b HTTP/1.1" 200 2325 0.002542 10.0.0.40 - - [2024-10-24 02:41:58] "GET /routing-instance/f2297733-c551-4639-b8d4-4d52dc0fc80f HTTP/1.1" 200 1498 0.002990 10.0.0.40 - - [2024-10-24 02:41:58] "GET /routing-instance/f2297733-c551-4639-b8d4-4d52dc0fc80f HTTP/1.1" 200 1498 0.002655 10.0.0.40 - - [2024-10-24 02:41:58] "GET /route-target/83865ad2-8afa-4a19-81e4-dbdcf8e3e41d HTTP/1.1" 200 1213 0.002434 10.0.0.40 - - [2024-10-24 02:41:58] "GET /domains HTTP/1.1" 200 280 0.002567 10.0.0.40 - - [2024-10-24 02:41:58] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001081 10.0.0.40 - - [2024-10-24 02:41:58] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6 HTTP/1.1" 200 2758 0.007525 10.0.0.40 - - [2024-10-24 02:41:58] "GET /projects?obj_uuids=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001000 10.0.0.40 - - [2024-10-24 02:41:58] "GET /project/d8d740f8-9e27-43c4-8240-66d75f7dcc9b HTTP/1.1" 200 2527 0.066820 10.0.0.40 - - [2024-10-24 02:41:58] "GET /virtual-network/db9de852-47eb-444d-a99c-ba7bbf55c52b HTTP/1.1" 200 2325 0.002678 10.0.0.40 - - [2024-10-24 02:41:58] "GET /obj-perms HTTP/1.1" 200 5026 0.003698 10.0.0.40 - - [2024-10-24 02:41:58] "POST /id-to-fqname HTTP/1.1" 200 223 0.001512 10.0.0.40 - - [2024-10-24 02:41:58] "POST /neutron/network HTTP/1.1" 200 843 0.007502 10.0.0.40 - - [2024-10-24 02:41:58] "GET /aaa-mode HTTP/1.1" 401 292 0.000444 10.0.0.40 - - [2024-10-24 02:41:59] "GET / HTTP/1.1" 200 35931 0.002149 10.0.0.40 - - [2024-10-24 02:41:59] "GET /project/d8d740f8-9e27-43c4-8240-66d75f7dcc9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000426 10.0.0.40 - - [2024-10-24 02:41:59] "GET /projects?obj_uuids=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001211 10.0.0.40 - - [2024-10-24 02:41:59] "GET /project/d8d740f8-9e27-43c4-8240-66d75f7dcc9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.045204 10.0.0.40 - - [2024-10-24 02:41:59] "POST /neutron/network HTTP/1.1" 200 833 0.007119 10.0.0.40 - - [2024-10-24 02:41:59] "POST /neutron/port HTTP/1.1" 200 117 0.009361 10.0.0.40 - - [2024-10-24 02:41:59] "POST /neutron/port HTTP/1.1" 200 117 0.008200 10.0.0.40 - - [2024-10-24 02:41:59] "POST /id-to-fqname HTTP/1.1" 200 224 0.002216 10.0.0.40 - - [2024-10-24 02:41:59] "POST /neutron/port HTTP/1.1" 200 117 0.007498 10.0.0.40 - - [2024-10-24 02:42:00] "POST /neutron/network HTTP/1.1" 200 844 0.010048 10.0.0.40 - - [2024-10-24 02:42:00] "GET /aaa-mode HTTP/1.1" 401 292 0.000501 10.0.0.40 - - [2024-10-24 02:42:00] "POST /neutron/network HTTP/1.1" 200 843 0.013228 10.0.0.40 - - [2024-10-24 02:42:00] "GET /projects?obj_uuids=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.005497 10.0.0.40 - - [2024-10-24 02:42:00] "GET / HTTP/1.1" 200 35931 0.002222 10.0.0.40 - - [2024-10-24 02:42:00] "GET /project/d8d740f8-9e27-43c4-8240-66d75f7dcc9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000482 10.0.0.40 - - [2024-10-24 02:42:00] "POST /neutron/port HTTP/1.1" 200 1059 0.226111 10.0.0.40 - - [2024-10-24 02:42:00] "POST /neutron/port HTTP/1.1" 200 1059 0.010178 10.0.0.40 - - [2024-10-24 02:42:00] "POST /neutron/port HTTP/1.1" 200 1059 0.009128 10.0.0.40 - - [2024-10-24 02:42:00] "POST /neutron/port HTTP/1.1" 200 1113 0.056422 10.0.0.40 - - [2024-10-24 02:42:00] "GET /projects?obj_uuids=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001232 10.0.0.40 - - [2024-10-24 02:42:00] "POST /neutron/port HTTP/1.1" 200 1087 0.028357 10.0.0.40 - - [2024-10-24 02:42:00] "GET /project/d8d740f8-9e27-43c4-8240-66d75f7dcc9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.068548 10.0.0.40 - - [2024-10-24 02:42:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005877 10.0.0.40 - - [2024-10-24 02:42:00] "POST /neutron/network HTTP/1.1" 200 834 0.007032 10.0.0.40 - - [2024-10-24 02:42:00] "POST /neutron/subnet HTTP/1.1" 200 703 0.014136 10.0.0.40 - - [2024-10-24 02:42:00] "POST /neutron/port HTTP/1.1" 200 117 0.001469 10.0.0.40 - - [2024-10-24 02:42:00] "POST /neutron/network HTTP/1.1" 200 833 0.020012 10.0.0.40 - - [2024-10-24 02:42:00] "POST /neutron/port HTTP/1.1" 200 1087 0.016141 10.0.0.40 - - [2024-10-24 02:42:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007077 10.0.0.40 - - [2024-10-24 02:42:01] "POST /neutron/port HTTP/1.1" 200 117 0.007649 10.0.0.40 - - [2024-10-24 02:42:01] "POST /fqname-to-id HTTP/1.1" 404 193 0.003065 10.0.0.40 - - [2024-10-24 02:42:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.40 - - [2024-10-24 02:42:01] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001666 10.0.0.40 - - [2024-10-24 02:42:01] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.009042 10.0.0.40 - - [2024-10-24 02:42:01] "POST /service-templates HTTP/1.1" 200 543 0.019270 10.0.0.40 - - [2024-10-24 02:42:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004325 10.0.0.40 - - [2024-10-24 02:42:01] "GET /service-template/2040d98e-9cfc-42ae-a2b2-2b7b00e14ca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.006854 10.0.0.40 - - [2024-10-24 02:42:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.40 - - [2024-10-24 02:42:01] "GET /service-template/2040d98e-9cfc-42ae-a2b2-2b7b00e14ca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003992 10.0.0.40 - - [2024-10-24 02:42:01] "POST /neutron/network HTTP/1.1" 200 844 0.009076 10.0.0.40 - - [2024-10-24 02:42:01] "GET /projects?obj_uuids=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001396 10.0.0.40 - - [2024-10-24 02:42:01] "POST /id-to-fqname HTTP/1.1" 200 223 0.001366 10.0.0.40 - - [2024-10-24 02:42:01] "POST /id-to-fqname HTTP/1.1" 200 223 0.001782 10.0.0.40 - - [2024-10-24 02:42:01] "POST /id-to-fqname HTTP/1.1" 200 224 0.001446 10.0.0.40 - - [2024-10-24 02:42:01] "POST /neutron/port HTTP/1.1" 200 2003 0.059794 10.0.0.40 - - [2024-10-24 02:42:01] "POST /neutron/port HTTP/1.1" 200 1058 0.355844 10.0.0.40 - - [2024-10-24 02:42:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009752 10.0.0.40 - - [2024-10-24 02:42:01] "POST /neutron/port HTTP/1.1" 200 1058 0.021827 10.0.0.40 - - [2024-10-24 02:42:01] "POST /neutron/port HTTP/1.1" 200 1058 0.018316 10.0.0.40 - - [2024-10-24 02:42:01] "POST /neutron/port HTTP/1.1" 200 1112 0.059814 10.0.0.40 - - [2024-10-24 02:42:01] "POST /neutron/port HTTP/1.1" 200 1086 0.016018 10.0.0.40 - - [2024-10-24 02:42:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003795 10.0.0.40 - - [2024-10-24 02:42:02] "POST /neutron/subnet HTTP/1.1" 200 698 0.018870 10.0.0.40 - - [2024-10-24 02:42:02] "POST /neutron/port HTTP/1.1" 200 117 0.001507 10.0.0.40 - - [2024-10-24 02:42:02] "POST /neutron/network HTTP/1.1" 200 834 0.006284 10.0.0.40 - - [2024-10-24 02:42:02] "POST /neutron/network HTTP/1.1" 200 2222 0.017068 10.0.0.40 - - [2024-10-24 02:42:02] "GET /aaa-mode HTTP/1.1" 401 292 0.000475 10.0.0.40 - - [2024-10-24 02:42:02] "GET / HTTP/1.1" 200 35931 0.002035 10.0.0.40 - - [2024-10-24 02:42:02] "GET /project/d8d740f8-9e27-43c4-8240-66d75f7dcc9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000501 10.0.0.40 - - [2024-10-24 02:42:03] "GET /projects?obj_uuids=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001333 10.0.0.40 - - [2024-10-24 02:42:03] "GET /project/d8d740f8-9e27-43c4-8240-66d75f7dcc9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.064187 10.0.0.40 - - [2024-10-24 02:42:03] "POST /neutron/network HTTP/1.1" 200 830 0.008798 10.0.0.40 - - [2024-10-24 02:42:03] "POST /neutron/network HTTP/1.1" 200 833 0.007754 10.0.0.40 - - [2024-10-24 02:42:03] "POST /neutron/network HTTP/1.1" 200 834 0.007473 10.0.0.40 - - [2024-10-24 02:42:03] "POST /neutron/port HTTP/1.1" 200 2057 0.034327 10.0.0.40 - - [2024-10-24 02:42:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006814 10.0.0.40 - - [2024-10-24 02:42:03] "POST /neutron/port HTTP/1.1" 200 117 0.008096 10.0.0.40 - - [2024-10-24 02:42:03] "POST /neutron/port HTTP/1.1" 200 117 0.007076 10.0.0.40 - - [2024-10-24 02:42:04] "POST /neutron/network HTTP/1.1" 200 2222 0.019783 10.0.0.40 - - [2024-10-24 02:42:04] "GET /projects?obj_uuids=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001865 10.0.0.40 - - [2024-10-24 02:42:04] "POST /neutron/port HTTP/1.1" 200 1056 0.281148 10.0.0.40 - - [2024-10-24 02:42:04] "GET /projects?obj_uuids=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001291 10.0.0.40 - - [2024-10-24 02:42:04] "POST /neutron/port HTTP/1.1" 200 1059 0.223194 10.0.0.40 - - [2024-10-24 02:42:04] "GET /projects?obj_uuids=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001284 10.0.0.40 - - [2024-10-24 02:42:04] "POST /neutron/port HTTP/1.1" 200 1058 0.256968 10.0.0.40 - - [2024-10-24 02:42:04] "POST /neutron/port HTTP/1.1" 200 1056 0.010529 10.0.0.40 - - [2024-10-24 02:42:04] "POST /neutron/port HTTP/1.1" 200 1056 0.008875 10.0.0.40 - - [2024-10-24 02:42:04] "POST /neutron/port HTTP/1.1" 200 1110 0.055468 10.0.0.40 - - [2024-10-24 02:42:05] "POST /neutron/port HTTP/1.1" 200 1059 0.018403 10.0.0.40 - - [2024-10-24 02:42:05] "POST /neutron/port HTTP/1.1" 200 1059 0.017176 10.0.0.40 - - [2024-10-24 02:42:05] "POST /neutron/port HTTP/1.1" 200 1113 0.106525 10.0.0.40 - - [2024-10-24 02:42:05] "POST /neutron/port HTTP/1.1" 200 1058 0.014935 10.0.0.40 - - [2024-10-24 02:42:05] "POST /neutron/port HTTP/1.1" 200 1058 0.018617 10.0.0.40 - - [2024-10-24 02:42:05] "POST /neutron/port HTTP/1.1" 200 1112 0.090830 10.0.0.40 - - [2024-10-24 02:42:05] "POST /neutron/port HTTP/1.1" 200 3024 0.024308 10.0.0.40 - - [2024-10-24 02:42:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003047 10.0.0.40 - - [2024-10-24 02:42:05] "POST /neutron/subnet HTTP/1.1" 200 689 0.010312 10.0.0.40 - - [2024-10-24 02:42:05] "POST /neutron/port HTTP/1.1" 200 117 0.001392 10.0.0.40 - - [2024-10-24 02:42:05] "POST /neutron/network HTTP/1.1" 200 830 0.005722 10.0.0.40 - - [2024-10-24 02:42:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003073 10.0.0.40 - - [2024-10-24 02:42:05] "POST /neutron/subnet HTTP/1.1" 200 703 0.009871 10.0.0.40 - - [2024-10-24 02:42:05] "POST /neutron/port HTTP/1.1" 200 117 0.001198 10.0.0.40 - - [2024-10-24 02:42:05] "POST /neutron/network HTTP/1.1" 200 833 0.006536 10.0.0.40 - - [2024-10-24 02:42:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003609 10.0.0.40 - - [2024-10-24 02:42:05] "POST /neutron/subnet HTTP/1.1" 200 698 0.011947 10.0.0.40 - - [2024-10-24 02:42:05] "POST /neutron/port HTTP/1.1" 200 117 0.001240 10.0.0.40 - - [2024-10-24 02:42:05] "POST /neutron/network HTTP/1.1" 200 834 0.006445 10.0.0.40 - - [2024-10-24 02:42:08] "POST /neutron/port HTTP/1.1" 200 1087 0.020546 10.0.0.40 - - [2024-10-24 02:42:08] "POST /neutron/port HTTP/1.1" 200 1087 0.015938 10.0.0.40 - - [2024-10-24 02:42:08] "POST /neutron/network HTTP/1.1" 200 843 0.007419 10.0.0.40 - - [2024-10-24 02:42:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003013 10.0.0.40 - - [2024-10-24 02:42:08] "POST /neutron/port HTTP/1.1" 200 3024 0.028050 10.0.0.40 - - [2024-10-24 02:42:08] "POST /neutron/subnet HTTP/1.1" 200 703 0.015670 10.0.0.40 - - [2024-10-24 02:42:08] "POST /neutron/port HTTP/1.1" 200 117 0.001577 10.0.0.40 - - [2024-10-24 02:42:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011007 10.0.0.40 - - [2024-10-24 02:42:08] "POST /neutron/network HTTP/1.1" 200 833 0.005845 10.0.0.40 - - [2024-10-24 02:42:08] "POST /neutron/port HTTP/1.1" 200 3024 0.020415 10.0.0.40 - - [2024-10-24 02:42:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006387 10.0.0.40 - - [2024-10-24 02:42:08] "POST /neutron/port HTTP/1.1" 200 3024 0.022160 10.0.0.40 - - [2024-10-24 02:42:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011013 10.0.0.40 - - [2024-10-24 02:42:09] "POST /neutron/port HTTP/1.1" 200 3024 0.025154 10.0.0.40 - - [2024-10-24 02:42:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009423 10.0.0.40 - - [2024-10-24 02:42:09] "POST /neutron/port HTTP/1.1" 200 3024 0.029899 10.0.0.40 - - [2024-10-24 02:42:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007584 10.0.0.40 - - [2024-10-24 02:42:09] "GET /virtual-machine/168ea72a-c570-4ee8-bc96-579305e4d961 HTTP/1.1" 200 1802 0.010427 10.0.0.40 - - [2024-10-24 02:42:09] "GET /virtual-machine-interface/92c50e28-5823-455e-80cd-56434bf78301 HTTP/1.1" 200 2946 0.005401 10.0.0.40 - - [2024-10-24 02:42:09] "GET /virtual-machine-interface/b4467a53-2731-4305-a87c-8ad38662de98 HTTP/1.1" 200 2950 0.003314 10.0.0.40 - - [2024-10-24 02:42:09] "GET /virtual-machine-interface/f9ac5dbc-a652-48eb-b8fd-d31beb892c3e HTTP/1.1" 200 2947 0.003734 10.0.0.40 - - [2024-10-24 02:42:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.40 - - [2024-10-24 02:42:09] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002764 10.0.0.40 - - [2024-10-24 02:42:09] "GET /virtual-networks?parent_id=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002601 10.0.0.40 - - [2024-10-24 02:42:09] "GET /virtual-network/68bac938-015b-4743-842d-ece32f7308b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004053 10.0.0.40 - - [2024-10-24 02:42:09] "POST /neutron/port HTTP/1.1" 200 1087 0.021663 10.0.0.40 - - [2024-10-24 02:42:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008296 10.0.0.40 - - [2024-10-24 02:42:10] "POST /neutron/port HTTP/1.1" 200 1086 0.019097 10.0.0.40 - - [2024-10-24 02:42:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005671 10.0.0.40 - - [2024-10-24 02:42:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.40 - - [2024-10-24 02:42:12] "GET /virtual-network/68bac938-015b-4743-842d-ece32f7308b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.003628 10.0.0.40 - - [2024-10-24 02:42:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.40 - - [2024-10-24 02:42:16] "GET /virtual-network/68bac938-015b-4743-842d-ece32f7308b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.003333 10.0.0.40 - - [2024-10-24 02:42:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.40 - - [2024-10-24 02:42:20] "GET /virtual-network/68bac938-015b-4743-842d-ece32f7308b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.002861 10.0.0.40 - - [2024-10-24 02:42:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.40 - - [2024-10-24 02:42:22] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002683 10.0.0.40 - - [2024-10-24 02:42:22] "GET /virtual-networks?parent_id=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003846 10.0.0.40 - - [2024-10-24 02:42:22] "GET /virtual-network/68bac938-015b-4743-842d-ece32f7308b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.003422 10.0.0.40 - - [2024-10-24 02:42:23] "POST /neutron/port HTTP/1.1" 200 3024 0.024468 10.0.0.40 - - [2024-10-24 02:42:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006588 10.0.0.40 - - [2024-10-24 02:42:25] "DELETE /project/d8d740f89e2743c4824066d75f7dcc9b HTTP/1.1" 404 173 0.008328 10.0.0.40 - - [2024-10-24 02:42:25] "GET /projects?obj_uuids=9d275851-f307-436c-bc7f-a87ac317cbb8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001096 10.0.0.40 - - [2024-10-24 02:42:25] "GET /project/9d275851-f307-436c-bc7f-a87ac317cbb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.027933 10.0.0.40 - - [2024-10-24 02:42:25] "GET /projects?obj_uuids=9d275851-f307-436c-bc7f-a87ac317cbb8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001285 10.0.0.40 - - [2024-10-24 02:42:25] "GET /project/9d275851-f307-436c-bc7f-a87ac317cbb8?fields=security_groups HTTP/1.1" 200 1380 0.065156 10.0.0.40 - - [2024-10-24 02:42:25] "DELETE /security-group/769a4f31-be0b-4956-97e5-5fbe4c13298c HTTP/1.1" 200 115 0.037050 10.0.0.40 - - [2024-10-24 02:42:25] "GET /projects?obj_uuids=9d275851-f307-436c-bc7f-a87ac317cbb8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001179 10.0.0.40 - - [2024-10-24 02:42:25] "DELETE /access-control-list/1a5baf94-fe91-4607-acbd-b68b618ffe62 HTTP/1.1" 200 115 0.033887 10.0.0.40 - - [2024-10-24 02:42:25] "GET /project/9d275851-f307-436c-bc7f-a87ac317cbb8?fields=application_policy_sets HTTP/1.1" 200 1419 0.027288 10.0.0.40 - - [2024-10-24 02:42:25] "DELETE /access-control-list/8dd9258c-eeb4-4afa-9b0c-08fa38bb0f19 HTTP/1.1" 200 115 0.019077 10.0.0.40 - - [2024-10-24 02:42:25] "DELETE /project/9d275851-f307-436c-bc7f-a87ac317cbb8 HTTP/1.1" 200 115 0.312485 10.0.0.40 - - [2024-10-24 02:42:28] "POST /neutron/port HTTP/1.1" 200 3024 0.022258 10.0.0.40 - - [2024-10-24 02:42:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007321 10.0.0.40 - - [2024-10-24 02:42:32] "GET /obj-perms HTTP/1.1" 200 5056 0.054337 10.0.0.40 - - [2024-10-24 02:42:33] "GET /obj-perms HTTP/1.1" 200 5056 0.062566 10.0.0.40 - - [2024-10-24 02:42:33] "POST /neutron/port HTTP/1.1" 200 3024 0.025836 10.0.0.40 - - [2024-10-24 02:42:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006992 10.0.0.40 - - [2024-10-24 02:42:34] "POST /neutron/port HTTP/1.1" 200 3024 0.021617 10.0.0.40 - - [2024-10-24 02:42:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006949 10.0.0.40 - - [2024-10-24 02:42:38] "POST /neutron/port HTTP/1.1" 200 3024 0.029986 10.0.0.40 - - [2024-10-24 02:42:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006919 10.0.0.40 - - [2024-10-24 02:42:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.40 - - [2024-10-24 02:42:43] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003182 10.0.0.40 - - [2024-10-24 02:42:43] "GET /virtual-networks?parent_id=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003314 10.0.0.40 - - [2024-10-24 02:42:43] "GET /virtual-network/652aa314-a293-4734-a2e0-05c2b6dcf4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004074 10.0.0.40 - - [2024-10-24 02:42:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.40 - - [2024-10-24 02:42:44] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002943 10.0.0.40 - - [2024-10-24 02:42:44] "GET /virtual-networks?parent_id=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003763 10.0.0.40 - - [2024-10-24 02:42:44] "GET /virtual-network/db9de852-47eb-444d-a99c-ba7bbf55c52b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004065 10.0.0.40 - - [2024-10-24 02:42:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.003023 10.0.0.40 - - [2024-10-24 02:42:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002506 10.0.0.40 - - [2024-10-24 02:42:44] "GET /projects?obj_uuids=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001206 10.0.0.40 - - [2024-10-24 02:42:44] "GET /project/d8d740f8-9e27-43c4-8240-66d75f7dcc9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.029575 10.0.0.40 - - [2024-10-24 02:42:44] "POST /service-instances HTTP/1.1" 200 543 0.064926 10.0.0.40 - - [2024-10-24 02:42:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.40 - - [2024-10-24 02:42:44] "GET /service-instance/e6f96362-3a81-4630-a673-3051921d5887?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2136 0.005496 10.0.0.40 - - [2024-10-24 02:42:44] "POST /port-tuples HTTP/1.1" 200 586 0.022053 10.0.0.40 - - [2024-10-24 02:42:44] "GET /virtual-machine-interface/92c50e28-5823-455e-80cd-56434bf78301?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.003591 10.0.0.40 - - [2024-10-24 02:42:44] "PUT /virtual-machine-interface/92c50e28-5823-455e-80cd-56434bf78301 HTTP/1.1" 200 284 0.010590 10.0.0.40 - - [2024-10-24 02:42:44] "POST /ref-update HTTP/1.1" 200 156 0.010256 10.0.0.40 - - [2024-10-24 02:42:44] "POST /instance-ips HTTP/1.1" 200 385 0.022375 10.0.0.40 - - [2024-10-24 02:42:45] "POST /ref-update HTTP/1.1" 200 156 0.008412 10.0.0.40 - - [2024-10-24 02:42:45] "GET /virtual-machine-interface/f9ac5dbc-a652-48eb-b8fd-d31beb892c3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.002698 10.0.0.40 - - [2024-10-24 02:42:45] "POST /ref-update HTTP/1.1" 200 156 0.015098 10.0.0.40 - - [2024-10-24 02:42:45] "PUT /virtual-machine-interface/f9ac5dbc-a652-48eb-b8fd-d31beb892c3e HTTP/1.1" 200 284 0.016712 10.0.0.40 - - [2024-10-24 02:42:45] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.006408 10.0.0.40 - - [2024-10-24 02:42:45] "POST /ref-update HTTP/1.1" 200 156 0.011328 10.0.0.40 - - [2024-10-24 02:42:45] "GET /virtual-machine-interface/b4467a53-2731-4305-a87c-8ad38662de98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2729 0.003245 10.0.0.40 - - [2024-10-24 02:42:45] "POST /instance-ips HTTP/1.1" 200 385 0.025783 10.0.0.40 - - [2024-10-24 02:42:45] "PUT /virtual-machine-interface/b4467a53-2731-4305-a87c-8ad38662de98 HTTP/1.1" 200 284 0.014125 10.0.0.40 - - [2024-10-24 02:42:45] "POST /ref-update HTTP/1.1" 200 156 0.014124 10.0.0.40 - - [2024-10-24 02:42:45] "POST /ref-update HTTP/1.1" 200 156 0.009620 10.0.0.40 - - [2024-10-24 02:42:45] "POST /ref-update HTTP/1.1" 200 156 0.008465 10.0.0.40 - - [2024-10-24 02:42:45] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003171 10.0.0.40 - - [2024-10-24 02:42:45] "POST /neutron/port HTTP/1.1" 200 1087 0.016594 10.0.0.40 - - [2024-10-24 02:42:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006180 10.0.0.40 - - [2024-10-24 02:42:45] "POST /instance-ips HTTP/1.1" 200 373 0.015357 10.0.0.40 - - [2024-10-24 02:42:45] "POST /ref-update HTTP/1.1" 200 156 0.009789 10.0.0.40 - - [2024-10-24 02:42:45] "POST /neutron/port HTTP/1.1" 200 1087 0.024791 10.0.0.40 - - [2024-10-24 02:42:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012091 10.0.0.40 - - [2024-10-24 02:42:45] "POST /ref-update HTTP/1.1" 200 156 0.009008 10.0.0.40 - - [2024-10-24 02:42:45] "POST /neutron/port HTTP/1.1" 200 1087 0.015480 10.0.0.40 - - [2024-10-24 02:42:45] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004698 10.0.0.40 - - [2024-10-24 02:42:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009079 10.0.0.40 - - [2024-10-24 02:42:45] "GET /virtual-machine/b55f9435-5107-4dbe-ae0b-a09a6cd0616f HTTP/1.1" 200 1291 0.005223 10.0.0.40 - - [2024-10-24 02:42:45] "GET /virtual-machine-interface/c80205c8-0e51-45b7-8569-fb833bcf1b4c HTTP/1.1" 200 2946 0.004381 10.0.0.40 - - [2024-10-24 02:42:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.40 - - [2024-10-24 02:42:45] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005404 10.0.0.40 - - [2024-10-24 02:42:45] "POST /instance-ips HTTP/1.1" 200 373 0.031592 10.0.0.40 - - [2024-10-24 02:42:45] "GET /virtual-networks?parent_id=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003334 10.0.0.40 - - [2024-10-24 02:42:45] "POST /ref-update HTTP/1.1" 200 156 0.009345 10.0.0.40 - - [2024-10-24 02:42:45] "GET /virtual-network/652aa314-a293-4734-a2e0-05c2b6dcf4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003829 10.0.0.40 - - [2024-10-24 02:42:45] "POST /ref-update HTTP/1.1" 200 156 0.010237 10.0.0.40 - - [2024-10-24 02:42:45] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003267 10.0.0.40 - - [2024-10-24 02:42:45] "POST /instance-ips HTTP/1.1" 200 375 0.016215 10.0.0.40 - - [2024-10-24 02:42:45] "POST /ref-update HTTP/1.1" 200 156 0.009806 10.0.0.40 - - [2024-10-24 02:42:46] "POST /ref-update HTTP/1.1" 200 156 0.009459 10.0.0.40 - - [2024-10-24 02:42:46] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003204 10.0.0.40 - - [2024-10-24 02:42:46] "POST /instance-ips HTTP/1.1" 200 375 0.022618 10.0.0.40 - - [2024-10-24 02:42:46] "POST /ref-update HTTP/1.1" 200 156 0.010907 10.0.0.40 - - [2024-10-24 02:42:46] "POST /ref-update HTTP/1.1" 200 156 0.010068 10.0.0.40 - - [2024-10-24 02:42:46] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003675 10.0.0.40 - - [2024-10-24 02:42:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.40 - - [2024-10-24 02:42:46] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002540 10.0.0.40 - - [2024-10-24 02:42:46] "GET /virtual-networks?parent_id=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003492 10.0.0.40 - - [2024-10-24 02:42:46] "GET /virtual-network/652aa314-a293-4734-a2e0-05c2b6dcf4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003433 10.0.0.40 - - [2024-10-24 02:42:47] "POST /neutron/port HTTP/1.1" 200 1086 0.016093 10.0.0.40 - - [2024-10-24 02:42:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007049 10.0.0.40 - - [2024-10-24 02:42:47] "POST /neutron/port HTTP/1.1" 200 1086 0.016760 10.0.0.40 - - [2024-10-24 02:42:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006762 10.0.0.40 - - [2024-10-24 02:42:47] "POST /neutron/port HTTP/1.1" 200 1086 0.021351 10.0.0.40 - - [2024-10-24 02:42:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007682 10.0.0.40 - - [2024-10-24 02:42:47] "GET /virtual-machine/609fd863-cafe-4b4b-8c00-a8a1240e5e33 HTTP/1.1" 200 1290 0.004751 10.0.0.40 - - [2024-10-24 02:42:47] "GET /virtual-machine-interface/78ad67bc-b8f2-4d48-803c-bc65351b33ba HTTP/1.1" 200 2948 0.002788 10.0.0.40 - - [2024-10-24 02:42:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.40 - - [2024-10-24 02:42:47] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003315 10.0.0.40 - - [2024-10-24 02:42:47] "GET /virtual-networks?parent_id=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003747 10.0.0.40 - - [2024-10-24 02:42:47] "GET /virtual-network/db9de852-47eb-444d-a99c-ba7bbf55c52b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.003776 10.0.0.40 - - [2024-10-24 02:42:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.40 - - [2024-10-24 02:42:48] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002747 10.0.0.40 - - [2024-10-24 02:42:48] "GET /virtual-networks?parent_id=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003436 10.0.0.40 - - [2024-10-24 02:42:48] "GET /virtual-network/db9de852-47eb-444d-a99c-ba7bbf55c52b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.003664 10.0.0.40 - - [2024-10-24 02:42:49] "POST /fqname-to-id HTTP/1.1" 404 211 0.003565 10.0.0.40 - - [2024-10-24 02:42:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.40 - - [2024-10-24 02:42:49] "GET /projects?obj_uuids=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001355 10.0.0.40 - - [2024-10-24 02:42:49] "GET /project/d8d740f8-9e27-43c4-8240-66d75f7dcc9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.032275 10.0.0.40 - - [2024-10-24 02:42:49] "POST /network-policys HTTP/1.1" 200 547 0.018478 10.0.0.40 - - [2024-10-24 02:42:49] "GET /network-policy/c27a93b1-007c-43cc-8817-9c6ad4b61fb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004682 10.0.0.40 - - [2024-10-24 02:42:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.40 - - [2024-10-24 02:42:49] "GET /virtual-network/652aa314-a293-4734-a2e0-05c2b6dcf4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003505 10.0.0.40 - - [2024-10-24 02:42:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.40 - - [2024-10-24 02:42:49] "GET /network-policy/c27a93b1-007c-43cc-8817-9c6ad4b61fb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003358 10.0.0.40 - - [2024-10-24 02:42:49] "POST /fqname-to-id HTTP/1.1" 404 242 0.003832 10.0.0.40 - - [2024-10-24 02:42:49] "POST /ref-update HTTP/1.1" 200 156 0.035781 10.0.0.40 - - [2024-10-24 02:42:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.40 - - [2024-10-24 02:42:49] "POST /access-control-lists HTTP/1.1" 200 601 0.062254 10.0.0.40 - - [2024-10-24 02:42:49] "GET /network-policy/c27a93b1-007c-43cc-8817-9c6ad4b61fb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003569 10.0.0.40 - - [2024-10-24 02:42:49] "POST /neutron/network HTTP/1.1" 200 921 0.007814 10.0.0.40 - - [2024-10-24 02:42:49] "GET /virtual-network/652aa314-a293-4734-a2e0-05c2b6dcf4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004061 10.0.0.40 - - [2024-10-24 02:42:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004491 10.0.0.40 - - [2024-10-24 02:42:49] "GET /network-policy/c27a93b1-007c-43cc-8817-9c6ad4b61fb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003348 10.0.0.40 - - [2024-10-24 02:42:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.40 - - [2024-10-24 02:42:49] "GET /virtual-network/db9de852-47eb-444d-a99c-ba7bbf55c52b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005824 10.0.0.40 - - [2024-10-24 02:42:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.40 - - [2024-10-24 02:42:49] "GET /network-policy/c27a93b1-007c-43cc-8817-9c6ad4b61fb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004063 10.0.0.40 - - [2024-10-24 02:42:50] "POST /ref-update HTTP/1.1" 200 156 0.032723 10.0.0.40 - - [2024-10-24 02:42:50] "PUT /access-control-list/86156892-50a8-4352-a9ed-b7398f6d8bcd HTTP/1.1" 200 272 0.012429 10.0.0.40 - - [2024-10-24 02:42:50] "POST /fqname-to-id HTTP/1.1" 404 244 0.002590 10.0.0.40 - - [2024-10-24 02:42:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.40 - - [2024-10-24 02:42:50] "GET /network-policy/c27a93b1-007c-43cc-8817-9c6ad4b61fb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.024335 10.0.0.40 - - [2024-10-24 02:42:50] "POST /access-control-lists HTTP/1.1" 200 604 0.066458 10.0.0.40 - - [2024-10-24 02:42:50] "POST /neutron/network HTTP/1.1" 200 922 0.016857 10.0.0.40 - - [2024-10-24 02:42:50] "POST /routing-instances HTTP/1.1" 200 759 0.030866 10.0.0.40 - - [2024-10-24 02:42:50] "GET /virtual-network/db9de852-47eb-444d-a99c-ba7bbf55c52b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005346 10.0.0.40 - - [2024-10-24 02:42:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004113 10.0.0.40 - - [2024-10-24 02:42:50] "POST /route-targets HTTP/1.1" 200 327 0.010581 10.0.0.40 - - [2024-10-24 02:42:50] "GET /network-policy/c27a93b1-007c-43cc-8817-9c6ad4b61fb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003767 10.0.0.40 - - [2024-10-24 02:42:50] "POST /ref-update HTTP/1.1" 200 156 0.023028 10.0.0.40 - - [2024-10-24 02:42:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.40 - - [2024-10-24 02:42:50] "GET /routing-instance/f7da552b-cee8-4817-b823-b01d8221d5fb?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1288 0.003422 10.0.0.40 - - [2024-10-24 02:42:50] "GET /service-template/2040d98e-9cfc-42ae-a2b2-2b7b00e14ca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003000 10.0.0.40 - - [2024-10-24 02:42:50] "GET /routing-instance/f7da552b-cee8-4817-b823-b01d8221d5fb?fields=routing_policy_back_refs HTTP/1.1" 200 1288 0.003255 10.0.0.40 - - [2024-10-24 02:42:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.40 - - [2024-10-24 02:42:50] "POST /ref-update HTTP/1.1" 200 156 0.014930 10.0.0.40 - - [2024-10-24 02:42:50] "GET /projects?obj_uuids=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001134 10.0.0.40 - - [2024-10-24 02:42:50] "GET /project/d8d740f8-9e27-43c4-8240-66d75f7dcc9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.032002 10.0.0.40 - - [2024-10-24 02:42:50] "POST /routing-instances HTTP/1.1" 200 760 0.021575 10.0.0.40 - - [2024-10-24 02:42:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005116 10.0.0.40 - - [2024-10-24 02:42:50] "GET /service-instance/e6f96362-3a81-4630-a673-3051921d5887?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3530 0.004953 10.0.0.40 - - [2024-10-24 02:42:50] "POST /route-targets HTTP/1.1" 200 327 0.014620 10.0.0.40 - - [2024-10-24 02:42:50] "GET /domains HTTP/1.1" 200 280 0.003348 10.0.0.40 - - [2024-10-24 02:42:50] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001429 10.0.0.40 - - [2024-10-24 02:42:50] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6 HTTP/1.1" 200 2770 0.014271 10.0.0.40 - - [2024-10-24 02:42:50] "GET /projects?obj_uuids=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001569 10.0.0.40 - - [2024-10-24 02:42:50] "POST /ref-update HTTP/1.1" 200 156 0.024900 10.0.0.40 - - [2024-10-24 02:42:50] "GET /routing-instance/45b10a06-efac-4c78-ae3a-16d4a2c4646d?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1288 0.003682 10.0.0.40 - - [2024-10-24 02:42:50] "GET /project/d8d740f8-9e27-43c4-8240-66d75f7dcc9b HTTP/1.1" 200 4243 0.071659 10.0.0.40 - - [2024-10-24 02:42:50] "GET /service-instance/e6f96362-3a81-4630-a673-3051921d5887 HTTP/1.1" 200 3784 0.003883 10.0.0.40 - - [2024-10-24 02:42:50] "GET /domains HTTP/1.1" 200 280 0.002198 10.0.0.40 - - [2024-10-24 02:42:50] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001162 10.0.0.40 - - [2024-10-24 02:42:50] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6 HTTP/1.1" 200 2770 0.007326 10.0.0.40 - - [2024-10-24 02:42:50] "GET /routing-instance/45b10a06-efac-4c78-ae3a-16d4a2c4646d?fields=routing_policy_back_refs HTTP/1.1" 200 1288 0.006325 10.0.0.40 - - [2024-10-24 02:42:50] "GET /projects?obj_uuids=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001228 10.0.0.40 - - [2024-10-24 02:42:50] "PUT /routing-instance/f7da552b-cee8-4817-b823-b01d8221d5fb HTTP/1.1" 200 266 0.013516 10.0.0.40 - - [2024-10-24 02:42:50] "GET /project/d8d740f8-9e27-43c4-8240-66d75f7dcc9b HTTP/1.1" 200 4243 0.076929 10.0.0.40 - - [2024-10-24 02:42:50] "GET /service-instance/e6f96362-3a81-4630-a673-3051921d5887 HTTP/1.1" 200 3784 0.003148 10.0.0.40 - - [2024-10-24 02:42:50] "GET /port-tuple/766bdd0b-0083-4bd3-8914-703702e87064 HTTP/1.1" 200 1978 0.004254 10.0.0.40 - - [2024-10-24 02:42:50] "GET /virtual-machine-interface/92c50e28-5823-455e-80cd-56434bf78301 HTTP/1.1" 200 3816 0.002983 10.0.0.40 - - [2024-10-24 02:42:50] "GET /virtual-machine-interface/b4467a53-2731-4305-a87c-8ad38662de98 HTTP/1.1" 200 3805 0.005193 10.0.0.40 - - [2024-10-24 02:42:50] "GET /virtual-machine-interface/f9ac5dbc-a652-48eb-b8fd-d31beb892c3e HTTP/1.1" 200 3799 0.003083 10.0.0.40 - - [2024-10-24 02:42:50] "PUT /routing-instance/45b10a06-efac-4c78-ae3a-16d4a2c4646d HTTP/1.1" 200 266 0.012746 10.0.0.40 - - [2024-10-24 02:42:51] "POST /ref-update HTTP/1.1" 200 156 0.012598 10.0.0.40 - - [2024-10-24 02:42:51] "POST /neutron/port HTTP/1.1" 200 3831 0.051596 10.0.0.40 - - [2024-10-24 02:42:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007976 10.0.0.40 - - [2024-10-24 02:42:51] "PUT /access-control-list/0f631473-b0fb-4823-a789-ec0d30a563d9 HTTP/1.1" 200 272 0.014394 10.0.0.40 - - [2024-10-24 02:42:51] "POST /neutron/port HTTP/1.1" 200 3831 0.034553 10.0.0.40 - - [2024-10-24 02:42:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006388 10.0.0.40 - - [2024-10-24 02:42:51] "POST /neutron/port HTTP/1.1" 200 3831 0.039516 10.0.0.40 - - [2024-10-24 02:42:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006071 10.0.0.40 - - [2024-10-24 02:42:51] "POST /neutron/port HTTP/1.1" 200 3831 0.034431 10.0.0.40 - - [2024-10-24 02:42:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007369 10.0.0.40 - - [2024-10-24 02:42:51] "POST /neutron/network HTTP/1.1" 200 895 0.012605 10.0.0.40 - - [2024-10-24 02:42:51] "POST /neutron/network HTTP/1.1" 200 921 0.005785 10.0.0.40 - - [2024-10-24 02:42:51] "POST /neutron/network HTTP/1.1" 200 804 0.015035 10.0.0.40 - - [2024-10-24 02:42:51] "POST /neutron/network HTTP/1.1" 200 830 0.005672 10.0.0.40 - - [2024-10-24 02:42:51] "POST /neutron/network HTTP/1.1" 200 896 0.012859 10.0.0.40 - - [2024-10-24 02:42:51] "POST /neutron/network HTTP/1.1" 200 922 0.006362 10.0.0.40 - - [2024-10-24 02:42:51] "POST /id-to-fqname HTTP/1.1" 200 223 0.001303 10.0.0.40 - - [2024-10-24 02:42:51] "POST /id-to-fqname HTTP/1.1" 200 223 0.001122 10.0.0.40 - - [2024-10-24 02:42:51] "POST /id-to-fqname HTTP/1.1" 200 224 0.001478 10.0.0.40 - - [2024-10-24 02:42:51] "GET /virtual-machine/168ea72a-c570-4ee8-bc96-579305e4d961 HTTP/1.1" 200 1802 0.003364 10.0.0.40 - - [2024-10-24 02:42:51] "GET /virtual-machine-interface/92c50e28-5823-455e-80cd-56434bf78301 HTTP/1.1" 200 3816 0.004107 10.0.0.40 - - [2024-10-24 02:42:51] "GET /virtual-machine-interface/b4467a53-2731-4305-a87c-8ad38662de98 HTTP/1.1" 200 3805 0.010846 10.0.0.40 - - [2024-10-24 02:42:51] "GET /virtual-machine-interface/f9ac5dbc-a652-48eb-b8fd-d31beb892c3e HTTP/1.1" 200 3799 0.004128 10.0.0.40 - - [2024-10-24 02:42:51] "GET /instance-ip/09e5a884-2956-4f8f-88de-e7f4be038d31 HTTP/1.1" 200 1617 0.004349 10.0.0.40 - - [2024-10-24 02:42:51] "GET /instance-ip/384bb558-4aa8-4bfc-8fd4-f6ec2fe0cd8a HTTP/1.1" 200 1980 0.002965 10.0.0.40 - - [2024-10-24 02:42:51] "GET /instance-ip/60cba563-97b4-4b30-a874-82ebc6472fa2 HTTP/1.1" 200 1978 0.002828 10.0.0.40 - - [2024-10-24 02:42:51] "GET /instance-ip/3e55498b-d1a0-484d-970d-34fe4ce0112d HTTP/1.1" 200 1622 0.004005 10.0.0.40 - - [2024-10-24 02:42:51] "GET /instance-ip/91a4c5ea-f9ce-4398-963b-e011256a3987 HTTP/1.1" 200 1959 0.002374 10.0.0.40 - - [2024-10-24 02:42:51] "GET /instance-ip/db9b475e-ffe8-46e4-a228-d5039d88d600 HTTP/1.1" 200 1961 0.002861 10.0.0.40 - - [2024-10-24 02:42:51] "GET /instance-ip/3d275656-ba69-4a8b-b0c2-a4b2d00c9ea4 HTTP/1.1" 200 1622 0.003290 10.0.0.40 - - [2024-10-24 02:42:51] "GET /instance-ip/6cbfe210-4d40-4665-9606-a8fa0d4f9df9 HTTP/1.1" 200 1956 0.003295 10.0.0.40 - - [2024-10-24 02:42:51] "GET /instance-ip/98abb2c9-7abf-419e-a57c-e194bfe87f31 HTTP/1.1" 200 1955 0.002185 10.0.0.40 - - [2024-10-24 02:42:51] "POST /neutron/port HTTP/1.1" 200 3831 0.033399 10.0.0.40 - - [2024-10-24 02:42:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005953 10.0.0.40 - - [2024-10-24 02:42:51] "POST /neutron/port HTTP/1.1" 200 3831 0.037228 10.0.0.40 - - [2024-10-24 02:42:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006172 10.0.0.40 - - [2024-10-24 02:42:52] "POST /neutron/port HTTP/1.1" 200 3831 0.033461 10.0.0.40 - - [2024-10-24 02:42:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005932 10.0.0.40 - - [2024-10-24 02:42:52] "POST /neutron/port HTTP/1.1" 200 3831 0.033305 10.0.0.40 - - [2024-10-24 02:42:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006649 10.0.0.40 - - [2024-10-24 02:42:52] "GET /virtual-machine/168ea72a-c570-4ee8-bc96-579305e4d961 HTTP/1.1" 200 1802 0.002861 10.0.0.40 - - [2024-10-24 02:42:52] "GET /virtual-machine-interface/92c50e28-5823-455e-80cd-56434bf78301 HTTP/1.1" 200 3816 0.002980 10.0.0.40 - - [2024-10-24 02:42:52] "GET /virtual-machine-interface/b4467a53-2731-4305-a87c-8ad38662de98 HTTP/1.1" 200 3805 0.003501 10.0.0.40 - - [2024-10-24 02:42:52] "GET /virtual-machine-interface/f9ac5dbc-a652-48eb-b8fd-d31beb892c3e HTTP/1.1" 200 3799 0.002947 10.0.0.40 - - [2024-10-24 02:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.40 - - [2024-10-24 02:42:52] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002852 10.0.0.40 - - [2024-10-24 02:42:52] "GET /virtual-networks?parent_id=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004245 10.0.0.40 - - [2024-10-24 02:42:52] "GET /virtual-network/652aa314-a293-4734-a2e0-05c2b6dcf4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004528 10.0.0.40 - - [2024-10-24 02:42:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.40 - - [2024-10-24 02:42:53] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003062 10.0.0.40 - - [2024-10-24 02:42:53] "GET /virtual-networks?parent_id=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003927 10.0.0.40 - - [2024-10-24 02:42:53] "GET /virtual-network/652aa314-a293-4734-a2e0-05c2b6dcf4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004173 10.0.0.40 - - [2024-10-24 02:42:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.40 - - [2024-10-24 02:42:53] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003547 10.0.0.40 - - [2024-10-24 02:42:53] "GET /virtual-networks?parent_id=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003232 10.0.0.40 - - [2024-10-24 02:42:53] "GET /virtual-network/652aa314-a293-4734-a2e0-05c2b6dcf4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.003600 10.0.0.40 - - [2024-10-24 02:42:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.40 - - [2024-10-24 02:42:53] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003699 10.0.0.40 - - [2024-10-24 02:42:53] "GET /virtual-networks?parent_id=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003163 10.0.0.40 - - [2024-10-24 02:42:53] "GET /virtual-network/652aa314-a293-4734-a2e0-05c2b6dcf4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.003625 10.0.0.40 - - [2024-10-24 02:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004188 10.0.0.40 - - [2024-10-24 02:42:54] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003509 10.0.0.40 - - [2024-10-24 02:42:54] "GET /virtual-networks?parent_id=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003480 10.0.0.40 - - [2024-10-24 02:42:54] "GET /virtual-network/652aa314-a293-4734-a2e0-05c2b6dcf4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.003597 10.0.0.40 - - [2024-10-24 02:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.40 - - [2024-10-24 02:42:54] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002609 10.0.0.40 - - [2024-10-24 02:42:54] "GET /virtual-networks?parent_id=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003861 10.0.0.40 - - [2024-10-24 02:42:54] "GET /virtual-network/68bac938-015b-4743-842d-ece32f7308b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004025 10.0.0.40 - - [2024-10-24 02:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.40 - - [2024-10-24 02:42:54] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003574 10.0.0.40 - - [2024-10-24 02:42:54] "GET /virtual-networks?parent_id=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004029 10.0.0.40 - - [2024-10-24 02:42:54] "GET /virtual-network/68bac938-015b-4743-842d-ece32f7308b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.003642 10.0.0.40 - - [2024-10-24 02:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.40 - - [2024-10-24 02:42:54] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003356 10.0.0.40 - - [2024-10-24 02:42:54] "GET /virtual-networks?parent_id=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004196 10.0.0.40 - - [2024-10-24 02:42:54] "GET /virtual-network/68bac938-015b-4743-842d-ece32f7308b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.003544 10.0.0.40 - - [2024-10-24 02:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.40 - - [2024-10-24 02:42:54] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003723 10.0.0.40 - - [2024-10-24 02:42:54] "GET /virtual-networks?parent_id=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003315 10.0.0.40 - - [2024-10-24 02:42:55] "GET /virtual-network/68bac938-015b-4743-842d-ece32f7308b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.003350 10.0.0.40 - - [2024-10-24 02:42:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.40 - - [2024-10-24 02:42:55] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003706 10.0.0.40 - - [2024-10-24 02:42:55] "GET /virtual-networks?parent_id=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003323 10.0.0.40 - - [2024-10-24 02:42:55] "GET /virtual-network/db9de852-47eb-444d-a99c-ba7bbf55c52b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.003724 10.0.0.40 - - [2024-10-24 02:42:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.008276 10.0.0.40 - - [2024-10-24 02:42:55] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003793 10.0.0.40 - - [2024-10-24 02:42:55] "GET /virtual-networks?parent_id=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003452 10.0.0.40 - - [2024-10-24 02:42:55] "GET /virtual-network/db9de852-47eb-444d-a99c-ba7bbf55c52b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004128 10.0.0.40 - - [2024-10-24 02:42:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.40 - - [2024-10-24 02:42:55] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003474 10.0.0.40 - - [2024-10-24 02:42:55] "GET /virtual-networks?parent_id=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003584 10.0.0.40 - - [2024-10-24 02:42:55] "GET /virtual-network/db9de852-47eb-444d-a99c-ba7bbf55c52b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.003576 10.0.0.40 - - [2024-10-24 02:42:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.40 - - [2024-10-24 02:42:55] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003854 10.0.0.40 - - [2024-10-24 02:42:55] "GET /virtual-networks?parent_id=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003382 10.0.0.40 - - [2024-10-24 02:42:55] "GET /virtual-network/db9de852-47eb-444d-a99c-ba7bbf55c52b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.003732 10.0.0.40 - - [2024-10-24 02:42:55] "GET /virtual-machine/168ea72a-c570-4ee8-bc96-579305e4d961 HTTP/1.1" 200 1802 0.005094 10.0.0.40 - - [2024-10-24 02:42:55] "GET /domains HTTP/1.1" 200 280 0.003429 10.0.0.40 - - [2024-10-24 02:42:55] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001198 10.0.0.40 - - [2024-10-24 02:42:55] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6 HTTP/1.1" 200 2770 0.007660 10.0.0.40 - - [2024-10-24 02:42:55] "GET /projects?obj_uuids=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001117 10.0.0.40 - - [2024-10-24 02:42:56] "GET /project/d8d740f8-9e27-43c4-8240-66d75f7dcc9b HTTP/1.1" 200 4243 0.065389 10.0.0.40 - - [2024-10-24 02:42:56] "GET /service-instance/e6f96362-3a81-4630-a673-3051921d5887 HTTP/1.1" 200 3784 0.008082 10.0.0.40 - - [2024-10-24 02:42:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002398 10.0.0.40 - - [2024-10-24 02:42:56] "GET /routing-instance/8457e852-2966-45ad-bf97-353cf3f73367?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.002656 10.0.0.40 - - [2024-10-24 02:42:56] "GET /routing-instance/8457e852-2966-45ad-bf97-353cf3f73367?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2020 0.005056 10.0.0.40 - - [2024-10-24 02:42:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.40 - - [2024-10-24 02:42:56] "GET /routing-instance/f2297733-c551-4639-b8d4-4d52dc0fc80f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1893 0.004211 10.0.0.40 - - [2024-10-24 02:42:56] "GET /routing-instance/f2297733-c551-4639-b8d4-4d52dc0fc80f?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.004684 10.0.0.40 - - [2024-10-24 02:42:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.40 - - [2024-10-24 02:42:56] "GET /virtual-network/652aa314-a293-4734-a2e0-05c2b6dcf4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.003851 10.0.0.40 - - [2024-10-24 02:42:56] "GET /virtual-network/652aa314-a293-4734-a2e0-05c2b6dcf4a5?fields=routing_instances HTTP/1.1" 200 1683 0.004912 10.0.0.40 - - [2024-10-24 02:42:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.40 - - [2024-10-24 02:42:56] "GET /virtual-network/db9de852-47eb-444d-a99c-ba7bbf55c52b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004740 10.0.0.40 - - [2024-10-24 02:42:56] "GET /virtual-network/db9de852-47eb-444d-a99c-ba7bbf55c52b?fields=routing_instances HTTP/1.1" 200 1689 0.005668 10.0.0.40 - - [2024-10-24 02:43:00] "POST /ref-update HTTP/1.1" 200 156 0.034429 10.0.0.40 - - [2024-10-24 02:43:00] "DELETE /access-control-list/0f631473-b0fb-4823-a789-ec0d30a563d9 HTTP/1.1" 200 115 0.029331 10.0.0.40 - - [2024-10-24 02:43:00] "POST /neutron/network HTTP/1.1" 200 834 0.007708 10.0.0.40 - - [2024-10-24 02:43:00] "GET /virtual-network/db9de852-47eb-444d-a99c-ba7bbf55c52b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.002867 10.0.0.40 - - [2024-10-24 02:43:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.40 - - [2024-10-24 02:43:00] "DELETE /routing-instance/f7da552b-cee8-4817-b823-b01d8221d5fb HTTP/1.1" 200 115 0.030719 10.0.0.40 - - [2024-10-24 02:43:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.40 - - [2024-10-24 02:43:00] "GET /network-policy/c27a93b1-007c-43cc-8817-9c6ad4b61fb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003294 10.0.0.40 - - [2024-10-24 02:43:00] "DELETE /route-target/4e385bdc-9001-462e-9602-25069b8e4189 HTTP/1.1" 200 115 0.018182 10.0.0.40 - - [2024-10-24 02:43:00] "POST /ref-update HTTP/1.1" 200 156 0.029752 10.0.0.40 - - [2024-10-24 02:43:00] "DELETE /routing-instance/45b10a06-efac-4c78-ae3a-16d4a2c4646d HTTP/1.1" 200 115 0.041573 10.0.0.40 - - [2024-10-24 02:43:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240 10.0.0.40 - - [2024-10-24 02:43:00] "POST /neutron/network HTTP/1.1" 200 833 0.007670 10.0.0.40 - - [2024-10-24 02:43:00] "GET /virtual-network/652aa314-a293-4734-a2e0-05c2b6dcf4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005102 10.0.0.40 - - [2024-10-24 02:43:00] "DELETE /route-target/3efc21a8-3ddb-4576-b984-d2b824ad9702 HTTP/1.1" 200 115 0.016876 10.0.0.40 - - [2024-10-24 02:43:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004046 10.0.0.40 - - [2024-10-24 02:43:00] "DELETE /access-control-list/86156892-50a8-4352-a9ed-b7398f6d8bcd HTTP/1.1" 200 115 0.026746 10.0.0.40 - - [2024-10-24 02:43:01] "GET /network-policy/c27a93b1-007c-43cc-8817-9c6ad4b61fb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003327 10.0.0.40 - - [2024-10-24 02:43:01] "DELETE /network-policy/c27a93b1-007c-43cc-8817-9c6ad4b61fb0 HTTP/1.1" 200 115 0.025327 10.0.0.40 - - [2024-10-24 02:43:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.40 - - [2024-10-24 02:43:01] "DELETE /service-instance/e6f96362-3a81-4630-a673-3051921d5887 HTTP/1.1" 200 115 0.041821 10.0.0.40 - - [2024-10-24 02:43:01] "GET /domains HTTP/1.1" 200 280 0.006021 10.0.0.40 - - [2024-10-24 02:43:01] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001239 10.0.0.40 - - [2024-10-24 02:43:01] "POST /ref-update HTTP/1.1" 200 156 0.018726 10.0.0.40 - - [2024-10-24 02:43:01] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6 HTTP/1.1" 200 2770 0.013301 10.0.0.40 - - [2024-10-24 02:43:01] "GET /projects?obj_uuids=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001126 10.0.0.40 - - [2024-10-24 02:43:01] "DELETE /instance-ip/384bb558-4aa8-4bfc-8fd4-f6ec2fe0cd8a HTTP/1.1" 200 115 0.025550 10.0.0.40 - - [2024-10-24 02:43:01] "POST /ref-update HTTP/1.1" 200 156 0.010193 10.0.0.40 - - [2024-10-24 02:43:01] "GET /project/d8d740f8-9e27-43c4-8240-66d75f7dcc9b HTTP/1.1" 200 3769 0.065956 10.0.0.40 - - [2024-10-24 02:43:01] "GET /virtual-machine/168ea72a-c570-4ee8-bc96-579305e4d961 HTTP/1.1" 200 1802 0.002542 10.0.0.40 - - [2024-10-24 02:43:01] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003531 10.0.0.40 - - [2024-10-24 02:43:01] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002006 10.0.0.40 - - [2024-10-24 02:43:01] "DELETE /instance-ip/91a4c5ea-f9ce-4398-963b-e011256a3987 HTTP/1.1" 200 115 0.020406 10.0.0.40 - - [2024-10-24 02:43:01] "POST /ref-update HTTP/1.1" 200 156 0.009090 10.0.0.40 - - [2024-10-24 02:43:01] "DELETE /instance-ip/6cbfe210-4d40-4665-9606-a8fa0d4f9df9 HTTP/1.1" 200 115 0.022784 10.0.0.40 - - [2024-10-24 02:43:01] "POST /ref-update HTTP/1.1" 200 156 0.010327 10.0.0.40 - - [2024-10-24 02:43:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.40 - - [2024-10-24 02:43:01] "DELETE /service-template/2040d98e-9cfc-42ae-a2b2-2b7b00e14ca9 HTTP/1.1" 200 115 0.052442 10.0.0.40 - - [2024-10-24 02:43:01] "POST /fqname-to-id HTTP/1.1" 404 193 0.006674 10.0.0.40 - - [2024-10-24 02:43:01] "DELETE /instance-ip/98abb2c9-7abf-419e-a57c-e194bfe87f31 HTTP/1.1" 200 115 0.046088 10.0.0.40 - - [2024-10-24 02:43:01] "POST /ref-update HTTP/1.1" 200 156 0.011714 10.0.0.40 - - [2024-10-24 02:43:01] "DELETE /instance-ip/db9b475e-ffe8-46e4-a228-d5039d88d600 HTTP/1.1" 200 115 0.024340 10.0.0.40 - - [2024-10-24 02:43:01] "POST /ref-update HTTP/1.1" 200 156 0.009385 10.0.0.40 - - [2024-10-24 02:43:01] "DELETE /instance-ip/60cba563-97b4-4b30-a874-82ebc6472fa2 HTTP/1.1" 200 115 0.027050 10.0.0.40 - - [2024-10-24 02:43:01] "POST /neutron/network HTTP/1.1" 200 834 0.011113 10.0.0.40 - - [2024-10-24 02:43:01] "POST /neutron/network HTTP/1.1" 400 204 0.018522 10.0.0.40 - - [2024-10-24 02:43:02] "POST /neutron/port HTTP/1.1" 200 1086 0.016258 10.0.0.40 - - [2024-10-24 02:43:02] "POST /neutron/port HTTP/1.1" 200 1112 0.010492 10.0.0.40 - - [2024-10-24 02:43:02] "POST /neutron/port HTTP/1.1" 200 1087 0.022347 10.0.0.40 - - [2024-10-24 02:43:02] "POST /neutron/port HTTP/1.1" 200 1113 0.014105 10.0.0.40 - - [2024-10-24 02:43:02] "POST /neutron/port HTTP/1.1" 200 151 0.188622 10.0.0.40 - - [2024-10-24 02:43:02] "POST /neutron/port HTTP/1.1" 200 3024 0.048532 10.0.0.40 - - [2024-10-24 02:43:02] "POST /neutron/port HTTP/1.1" 200 1113 0.018325 10.0.0.40 - - [2024-10-24 02:43:02] "POST /neutron/port HTTP/1.1" 200 151 0.203162 10.0.0.40 - - [2024-10-24 02:43:02] "POST /neutron/port HTTP/1.1" 200 151 0.120539 10.0.0.40 - - [2024-10-24 02:43:02] "POST /neutron/port HTTP/1.1" 200 1112 0.010449 10.0.0.40 - - [2024-10-24 02:43:02] "POST /neutron/port HTTP/1.1" 200 151 0.111058 10.0.0.40 - - [2024-10-24 02:43:02] "POST /neutron/port HTTP/1.1" 200 1110 0.009367 10.0.0.40 - - [2024-10-24 02:43:02] "POST /neutron/port HTTP/1.1" 200 151 0.108002 10.0.0.40 - - [2024-10-24 02:43:03] "POST /neutron/network HTTP/1.1" 200 834 0.007273 10.0.0.40 - - [2024-10-24 02:43:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001452 10.0.0.40 - - [2024-10-24 02:43:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001702 10.0.0.40 - - [2024-10-24 02:43:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.40 - - [2024-10-24 02:43:03] "POST /neutron/network HTTP/1.1" 200 151 0.083866 10.0.0.40 - - [2024-10-24 02:43:03] "GET /routing-instance/f2297733-c551-4639-b8d4-4d52dc0fc80f HTTP/1.1" 404 171 0.002025 10.0.0.40 - - [2024-10-24 02:43:03] "GET /domains HTTP/1.1" 200 280 0.005190 10.0.0.40 - - [2024-10-24 02:43:03] "DELETE /route-target/83865ad2-8afa-4a19-81e4-dbdcf8e3e41d HTTP/1.1" 200 115 0.020100 10.0.0.40 - - [2024-10-24 02:43:03] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001075 10.0.0.40 - - [2024-10-24 02:43:03] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6 HTTP/1.1" 200 2570 0.051753 10.0.0.40 - - [2024-10-24 02:43:03] "GET /projects?obj_uuids=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001954 10.0.0.40 - - [2024-10-24 02:43:04] "GET /project/d8d740f8-9e27-43c4-8240-66d75f7dcc9b HTTP/1.1" 200 2308 0.069845 10.0.0.40 - - [2024-10-24 02:43:04] "POST /neutron/network HTTP/1.1" 200 833 0.006783 10.0.0.40 - - [2024-10-24 02:43:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001897 10.0.0.40 - - [2024-10-24 02:43:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.009921 10.0.0.40 - - [2024-10-24 02:43:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001532 10.0.0.40 - - [2024-10-24 02:43:04] "POST /neutron/network HTTP/1.1" 200 151 0.081287 10.0.0.40 - - [2024-10-24 02:43:04] "GET /routing-instance/8457e852-2966-45ad-bf97-353cf3f73367 HTTP/1.1" 404 171 0.002107 10.0.0.40 - - [2024-10-24 02:43:04] "DELETE /route-target/9d03512b-2f61-42a0-ad53-4db2e2ccb9d2 HTTP/1.1" 200 115 0.020278 10.0.0.40 - - [2024-10-24 02:43:04] "GET /domains HTTP/1.1" 200 280 0.004987 10.0.0.40 - - [2024-10-24 02:43:04] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001274 10.0.0.40 - - [2024-10-24 02:43:04] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6 HTTP/1.1" 200 2570 0.050679 10.0.0.40 - - [2024-10-24 02:43:04] "GET /projects?obj_uuids=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002203 10.0.0.40 - - [2024-10-24 02:43:04] "GET /project/d8d740f8-9e27-43c4-8240-66d75f7dcc9b HTTP/1.1" 200 2090 0.064532 10.0.0.40 - - [2024-10-24 02:43:04] "POST /neutron/network HTTP/1.1" 200 830 0.006324 10.0.0.40 - - [2024-10-24 02:43:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005723 10.0.0.40 - - [2024-10-24 02:43:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001227 10.0.0.40 - - [2024-10-24 02:43:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001123 10.0.0.40 - - [2024-10-24 02:43:04] "POST /neutron/network HTTP/1.1" 200 151 0.099583 10.0.0.40 - - [2024-10-24 02:43:04] "DELETE /route-target/a4bce20f-6fac-469a-b014-1ec586edf888 HTTP/1.1" 200 115 0.022697 10.0.0.40 - - [2024-10-24 02:43:04] "GET /routing-instance/33113b5a-6e90-40f7-adc2-3c81e3ca0fda HTTP/1.1" 404 171 0.002700 10.0.0.40 - - [2024-10-24 02:43:04] "GET /domains HTTP/1.1" 200 280 0.002103 10.0.0.40 - - [2024-10-24 02:43:04] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001073 10.0.0.40 - - [2024-10-24 02:43:04] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6 HTTP/1.1" 200 2570 0.050104 10.0.0.40 - - [2024-10-24 02:43:04] "GET /projects?obj_uuids=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001872 10.0.0.40 - - [2024-10-24 02:43:04] "GET /project/d8d740f8-9e27-43c4-8240-66d75f7dcc9b HTTP/1.1" 200 1850 0.063379 10.0.0.40 - - [2024-10-24 02:43:04] "GET /projects?obj_uuids=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001334 10.0.0.40 - - [2024-10-24 02:43:04] "GET /project/d8d740f8-9e27-43c4-8240-66d75f7dcc9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.019897 10.0.0.40 - - [2024-10-24 02:43:04] "GET /projects?obj_uuids=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001428 10.0.0.40 - - [2024-10-24 02:43:04] "GET /project/d8d740f8-9e27-43c4-8240-66d75f7dcc9b?fields=virtual_networks HTTP/1.1" 200 1038 0.068744 10.0.0.40 - - [2024-10-24 02:43:05] "GET /projects?obj_uuids=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001428 10.0.0.40 - - [2024-10-24 02:43:05] "GET /project/d8d740f8-9e27-43c4-8240-66d75f7dcc9b?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.032794 10.0.0.40 - - [2024-10-24 02:43:05] "GET /projects?obj_uuids=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001163 10.0.0.40 - - [2024-10-24 02:43:05] "GET /project/d8d740f8-9e27-43c4-8240-66d75f7dcc9b?fields=security_groups HTTP/1.1" 200 1262 0.021228 10.0.0.40 - - [2024-10-24 02:43:05] "POST /fqname-to-id HTTP/1.1" 404 189 0.029091 10.0.0.40 - - [2024-10-24 02:43:06] "GET /projects?obj_uuids=d9987248-3e18-4230-bf39-aa2347f0f9e0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002706 10.0.0.40 - - [2024-10-24 02:43:06] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001179 10.0.0.40 - - [2024-10-24 02:43:06] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007148 10.0.0.40 - - [2024-10-24 02:43:06] "POST /id-to-fqname HTTP/1.1" 200 191 0.001612 10.0.0.40 - - [2024-10-24 02:43:06] "POST /fqname-to-id HTTP/1.1" 404 200 0.002799 10.0.0.40 - - [2024-10-24 02:43:06] "POST /security-groups HTTP/1.1" 200 592 0.063490 10.0.0.40 - - [2024-10-24 02:43:06] "POST /fqname-to-id HTTP/1.1" 404 235 0.002747 10.0.0.40 - - [2024-10-24 02:43:06] "POST /projects HTTP/1.1" 200 587 0.211084 10.0.0.40 - - [2024-10-24 02:43:06] "POST /access-control-lists HTTP/1.1" 200 597 0.060066 10.0.0.40 - - [2024-10-24 02:43:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.286370 10.0.0.40 - - [2024-10-24 02:43:06] "POST /fqname-to-id HTTP/1.1" 404 234 0.003434 10.0.0.40 - - [2024-10-24 02:43:06] "GET /project/d9987248-3e18-4230-bf39-aa2347f0f9e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.409487 10.0.0.40 - - [2024-10-24 02:43:06] "POST /access-control-lists HTTP/1.1" 200 595 0.065500 10.0.0.40 - - [2024-10-24 02:43:07] "GET / HTTP/1.1" 200 35931 0.002202 10.0.0.40 - - [2024-10-24 02:43:08] "GET /project/d9987248-3e18-4230-bf39-aa2347f0f9e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000710 10.0.0.40 - - [2024-10-24 02:43:08] "GET /projects?obj_uuids=d9987248-3e18-4230-bf39-aa2347f0f9e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001228 10.0.0.40 - - [2024-10-24 02:43:08] "GET /project/d9987248-3e18-4230-bf39-aa2347f0f9e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.048016 10.0.0.40 - - [2024-10-24 02:43:08] "POST /fqname-to-id HTTP/1.1" 404 180 0.003826 10.0.0.40 - - [2024-10-24 02:43:08] "POST /virtual-DNSs HTTP/1.1" 200 507 0.019844 10.0.0.40 - - [2024-10-24 02:43:09] "GET /virtual-DNS/b4721085-cfaf-4917-a528-d233d8eaf43a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.004586 10.0.0.40 - - [2024-10-24 02:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.40 - - [2024-10-24 02:43:09] "GET /virtual-DNS/b4721085-cfaf-4917-a528-d233d8eaf43a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.003548 10.0.0.40 - - [2024-10-24 02:43:09] "GET /domains HTTP/1.1" 401 292 0.000499 10.0.0.40 - - [2024-10-24 02:43:09] "GET /domains HTTP/1.1" 200 280 0.027831 10.0.0.40 - - [2024-10-24 02:43:09] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001495 10.0.0.40 - - [2024-10-24 02:43:09] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6 HTTP/1.1" 200 2957 0.009586 10.0.0.40 - - [2024-10-24 02:43:09] "GET /virtual-DNS/b4721085-cfaf-4917-a528-d233d8eaf43a HTTP/1.1" 200 1439 0.003706 10.0.0.40 - - [2024-10-24 02:43:09] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002382 10.0.0.40 - - [2024-10-24 02:43:09] "POST /network-ipams HTTP/1.1" 200 514 0.016639 10.0.0.40 - - [2024-10-24 02:43:09] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.003143 10.0.0.40 - - [2024-10-24 02:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.40 - - [2024-10-24 02:43:09] "GET /network-ipam/6307d658-54f3-4271-912e-c634ad03bc25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.004628 10.0.0.40 - - [2024-10-24 02:43:09] "PUT /network-ipam/6307d658-54f3-4271-912e-c634ad03bc25 HTTP/1.1" 200 258 0.010613 10.0.0.40 - - [2024-10-24 02:43:09] "POST /ref-update HTTP/1.1" 200 156 0.009685 10.0.0.40 - - [2024-10-24 02:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.40 - - [2024-10-24 02:43:09] "GET /projects?obj_uuids=d9987248-3e18-4230-bf39-aa2347f0f9e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001778 10.0.0.40 - - [2024-10-24 02:43:09] "GET /project/d9987248-3e18-4230-bf39-aa2347f0f9e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.026712 10.0.0.40 - - [2024-10-24 02:43:10] "POST /neutron/network HTTP/1.1" 200 117 0.041245 10.0.0.40 - - [2024-10-24 02:43:10] "GET /projects?obj_uuids=d9987248-3e18-4230-bf39-aa2347f0f9e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001229 10.0.0.40 - - [2024-10-24 02:43:10] "POST /neutron/network HTTP/1.1" 200 618 0.065067 10.0.0.40 - - [2024-10-24 02:43:10] "POST /route-targets HTTP/1.1" 200 327 0.012547 10.0.0.40 - - [2024-10-24 02:43:10] "POST /ref-update HTTP/1.1" 200 156 0.013233 10.0.0.40 - - [2024-10-24 02:43:10] "POST /useragent-kv HTTP/1.1" 200 115 0.004441 10.0.0.40 - - [2024-10-24 02:43:10] "POST /neutron/subnet HTTP/1.1" 200 711 0.185690 10.0.0.40 - - [2024-10-24 02:43:10] "POST /neutron/network HTTP/1.1" 200 833 0.006387 10.0.0.40 - - [2024-10-24 02:43:10] "POST /id-to-fqname HTTP/1.1" 200 227 0.001756 10.0.0.40 - - [2024-10-24 02:43:10] "GET /virtual-network/d4ca2269-0d6c-4876-9a4f-4e565b785a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003994 10.0.0.40 - - [2024-10-24 02:43:10] "POST /neutron/network HTTP/1.1" 200 833 0.006244 10.0.0.40 - - [2024-10-24 02:43:10] "GET /virtual-network/d4ca2269-0d6c-4876-9a4f-4e565b785a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003084 10.0.0.40 - - [2024-10-24 02:43:10] "POST /neutron/network HTTP/1.1" 200 833 0.008665 10.0.0.40 - - [2024-10-24 02:43:10] "POST /neutron/subnet HTTP/1.1" 200 711 0.008019 10.0.0.40 - - [2024-10-24 02:43:10] "POST /neutron/network HTTP/1.1" 200 807 0.011474 10.0.0.40 - - [2024-10-24 02:43:10] "POST /neutron/network HTTP/1.1" 200 833 0.006944 10.0.0.40 - - [2024-10-24 02:43:10] "POST /id-to-fqname HTTP/1.1" 200 227 0.001318 10.0.0.40 - - [2024-10-24 02:43:10] "POST /neutron/network HTTP/1.1" 200 843 0.006468 10.0.0.40 - - [2024-10-24 02:43:10] "GET /aaa-mode HTTP/1.1" 401 292 0.000570 10.0.0.40 - - [2024-10-24 02:43:11] "GET / HTTP/1.1" 200 35931 0.002633 10.0.0.40 - - [2024-10-24 02:43:11] "GET /project/d9987248-3e18-4230-bf39-aa2347f0f9e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000578 10.0.0.40 - - [2024-10-24 02:43:11] "GET /projects?obj_uuids=d9987248-3e18-4230-bf39-aa2347f0f9e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001263 10.0.0.40 - - [2024-10-24 02:43:11] "GET /project/d9987248-3e18-4230-bf39-aa2347f0f9e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.044681 10.0.0.40 - - [2024-10-24 02:43:11] "POST /neutron/network HTTP/1.1" 200 833 0.005382 10.0.0.40 - - [2024-10-24 02:43:11] "POST /neutron/port HTTP/1.1" 200 117 0.006350 10.0.0.40 - - [2024-10-24 02:43:11] "POST /neutron/port HTTP/1.1" 200 117 0.007668 10.0.0.40 - - [2024-10-24 02:43:11] "POST /neutron/port HTTP/1.1" 200 117 0.005591 10.0.0.40 - - [2024-10-24 02:43:12] "POST /neutron/network HTTP/1.1" 200 843 0.006432 10.0.0.40 - - [2024-10-24 02:43:12] "GET /projects?obj_uuids=d9987248-3e18-4230-bf39-aa2347f0f9e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001924 10.0.0.40 - - [2024-10-24 02:43:12] "POST /neutron/port HTTP/1.1" 200 1058 0.205736 10.0.0.40 - - [2024-10-24 02:43:12] "POST /neutron/port HTTP/1.1" 200 1058 0.011249 10.0.0.40 - - [2024-10-24 02:43:12] "POST /neutron/port HTTP/1.1" 200 1058 0.015973 10.0.0.40 - - [2024-10-24 02:43:12] "POST /neutron/port HTTP/1.1" 200 1112 0.062314 10.0.0.40 - - [2024-10-24 02:43:12] "POST /neutron/port HTTP/1.1" 200 1086 0.015594 10.0.0.40 - - [2024-10-24 02:43:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004041 10.0.0.40 - - [2024-10-24 02:43:12] "POST /neutron/subnet HTTP/1.1" 200 685 0.012620 10.0.0.40 - - [2024-10-24 02:43:12] "POST /neutron/port HTTP/1.1" 200 117 0.001419 10.0.0.40 - - [2024-10-24 02:43:12] "POST /neutron/network HTTP/1.1" 200 833 0.005985 10.0.0.40 - - [2024-10-24 02:43:16] "POST /neutron/port HTTP/1.1" 200 1086 0.016061 10.0.0.40 - - [2024-10-24 02:43:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006233 10.0.0.40 - - [2024-10-24 02:43:16] "POST /neutron/port HTTP/1.1" 200 1086 0.015895 10.0.0.40 - - [2024-10-24 02:43:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005817 10.0.0.40 - - [2024-10-24 02:43:16] "POST /neutron/port HTTP/1.1" 200 1086 0.017668 10.0.0.40 - - [2024-10-24 02:43:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006109 10.0.0.40 - - [2024-10-24 02:43:16] "GET /virtual-machine/e95ce9db-dc85-4f0d-a18b-ae9f507c0877 HTTP/1.1" 200 1294 0.005778 10.0.0.40 - - [2024-10-24 02:43:16] "GET /virtual-machine-interface/6d1193a2-a30f-4ca6-8e9c-899ebc950f15 HTTP/1.1" 200 2964 0.002971 10.0.0.40 - - [2024-10-24 02:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002526 10.0.0.40 - - [2024-10-24 02:43:17] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002434 10.0.0.40 - - [2024-10-24 02:43:17] "GET /virtual-networks?parent_id=d9987248-3e18-4230-bf39-aa2347f0f9e0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004149 10.0.0.40 - - [2024-10-24 02:43:17] "GET /virtual-network/d4ca2269-0d6c-4876-9a4f-4e565b785a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003564 10.0.0.40 - - [2024-10-24 02:43:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.40 - - [2024-10-24 02:43:20] "GET /virtual-network/d4ca2269-0d6c-4876-9a4f-4e565b785a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003448 10.0.0.40 - - [2024-10-24 02:43:20] "POST /neutron/port HTTP/1.1" 200 1086 0.015389 10.0.0.40 - - [2024-10-24 02:43:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005436 10.0.0.40 - - [2024-10-24 02:43:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.40 - - [2024-10-24 02:43:22] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002949 10.0.0.40 - - [2024-10-24 02:43:22] "GET /virtual-networks?parent_id=d9987248-3e18-4230-bf39-aa2347f0f9e0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003084 10.0.0.40 - - [2024-10-24 02:43:22] "GET /virtual-network/d4ca2269-0d6c-4876-9a4f-4e565b785a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004180 10.0.0.40 - - [2024-10-24 02:43:25] "DELETE /project/d99872483e184230bf39aa2347f0f9e0 HTTP/1.1" 404 173 0.008802 10.0.0.40 - - [2024-10-24 02:43:25] "GET /projects?obj_uuids=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001121 10.0.0.40 - - [2024-10-24 02:43:25] "GET /project/d8d740f8-9e27-43c4-8240-66d75f7dcc9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.025429 10.0.0.40 - - [2024-10-24 02:43:25] "GET /projects?obj_uuids=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001338 10.0.0.40 - - [2024-10-24 02:43:25] "GET /project/d8d740f8-9e27-43c4-8240-66d75f7dcc9b?fields=security_groups HTTP/1.1" 200 1367 0.063150 10.0.0.40 - - [2024-10-24 02:43:26] "DELETE /security-group/71720dec-f736-4d01-9bc4-efaaed6fba08 HTTP/1.1" 200 115 0.036903 10.0.0.40 - - [2024-10-24 02:43:26] "GET /projects?obj_uuids=d8d740f8-9e27-43c4-8240-66d75f7dcc9b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001243 10.0.0.40 - - [2024-10-24 02:43:26] "GET /project/d8d740f8-9e27-43c4-8240-66d75f7dcc9b?fields=application_policy_sets HTTP/1.1" 200 1406 0.028586 10.0.0.40 - - [2024-10-24 02:43:26] "DELETE /access-control-list/b8fdcb3c-99fd-4d08-81c2-f63a3f58c046 HTTP/1.1" 200 115 0.039049 10.0.0.40 - - [2024-10-24 02:43:26] "DELETE /access-control-list/8c020ece-fd0b-4fba-b531-f51e250e082d HTTP/1.1" 200 115 0.017368 10.0.0.40 - - [2024-10-24 02:43:26] "DELETE /project/d8d740f8-9e27-43c4-8240-66d75f7dcc9b HTTP/1.1" 200 115 0.312080 10.0.0.40 - - [2024-10-24 02:43:26] "POST /neutron/network HTTP/1.1" 200 807 0.020473 10.0.0.40 - - [2024-10-24 02:43:26] "POST /neutron/network HTTP/1.1" 200 833 0.007430 10.0.0.40 - - [2024-10-24 02:43:26] "POST /id-to-fqname HTTP/1.1" 200 227 0.001385 10.0.0.40 - - [2024-10-24 02:43:26] "POST /neutron/port HTTP/1.1" 200 1086 0.019124 10.0.0.40 - - [2024-10-24 02:43:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008673 10.0.0.40 - - [2024-10-24 02:43:27] "POST /neutron/network HTTP/1.1" 200 843 0.006893 10.0.0.40 - - [2024-10-24 02:43:27] "GET /aaa-mode HTTP/1.1" 401 292 0.000445 10.0.0.40 - - [2024-10-24 02:43:27] "GET / HTTP/1.1" 200 35931 0.003120 10.0.0.40 - - [2024-10-24 02:43:27] "GET /project/d9987248-3e18-4230-bf39-aa2347f0f9e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000488 10.0.0.40 - - [2024-10-24 02:43:27] "GET /projects?obj_uuids=d9987248-3e18-4230-bf39-aa2347f0f9e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001333 10.0.0.40 - - [2024-10-24 02:43:27] "GET /project/d9987248-3e18-4230-bf39-aa2347f0f9e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.046297 10.0.0.40 - - [2024-10-24 02:43:27] "POST /neutron/network HTTP/1.1" 200 833 0.006029 10.0.0.40 - - [2024-10-24 02:43:27] "POST /neutron/port HTTP/1.1" 200 1086 0.020000 10.0.0.40 - - [2024-10-24 02:43:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007545 10.0.0.40 - - [2024-10-24 02:43:28] "POST /neutron/port HTTP/1.1" 200 117 0.005487 10.0.0.40 - - [2024-10-24 02:43:28] "POST /neutron/port HTTP/1.1" 200 117 0.005652 10.0.0.40 - - [2024-10-24 02:43:28] "POST /neutron/network HTTP/1.1" 200 843 0.007151 10.0.0.40 - - [2024-10-24 02:43:28] "GET /projects?obj_uuids=d9987248-3e18-4230-bf39-aa2347f0f9e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001281 10.0.0.40 - - [2024-10-24 02:43:28] "POST /neutron/port HTTP/1.1" 200 1058 0.175660 10.0.0.40 - - [2024-10-24 02:43:28] "POST /neutron/port HTTP/1.1" 200 1058 0.011236 10.0.0.40 - - [2024-10-24 02:43:28] "POST /neutron/port HTTP/1.1" 200 1058 0.009161 10.0.0.40 - - [2024-10-24 02:43:28] "POST /neutron/port HTTP/1.1" 200 1112 0.052845 10.0.0.40 - - [2024-10-24 02:43:28] "POST /neutron/port HTTP/1.1" 200 1086 0.014869 10.0.0.40 - - [2024-10-24 02:43:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003004 10.0.0.40 - - [2024-10-24 02:43:28] "POST /neutron/subnet HTTP/1.1" 200 685 0.010259 10.0.0.40 - - [2024-10-24 02:43:28] "POST /neutron/port HTTP/1.1" 200 117 0.001391 10.0.0.40 - - [2024-10-24 02:43:28] "POST /neutron/network HTTP/1.1" 200 833 0.006345 10.0.0.40 - - [2024-10-24 02:43:33] "POST /neutron/port HTTP/1.1" 200 1086 0.016479 10.0.0.40 - - [2024-10-24 02:43:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010360 10.0.0.40 - - [2024-10-24 02:43:33] "POST /neutron/port HTTP/1.1" 200 1086 0.014740 10.0.0.40 - - [2024-10-24 02:43:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006863 10.0.0.40 - - [2024-10-24 02:43:33] "POST /neutron/port HTTP/1.1" 200 1086 0.027879 10.0.0.40 - - [2024-10-24 02:43:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007500 10.0.0.40 - - [2024-10-24 02:43:33] "GET /virtual-machine/4e24ba10-65f6-41ef-94f2-155480673329 HTTP/1.1" 200 1293 0.004916 10.0.0.40 - - [2024-10-24 02:43:33] "GET /virtual-machine-interface/3389be15-2b72-49ad-972a-852c5441e343 HTTP/1.1" 200 2964 0.002982 10.0.0.40 - - [2024-10-24 02:43:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004275 10.0.0.40 - - [2024-10-24 02:43:33] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003825 10.0.0.40 - - [2024-10-24 02:43:33] "GET /virtual-networks?parent_id=d9987248-3e18-4230-bf39-aa2347f0f9e0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003669 10.0.0.40 - - [2024-10-24 02:43:33] "GET /obj-perms HTTP/1.1" 200 5056 0.055391 10.0.0.40 - - [2024-10-24 02:43:33] "GET /virtual-network/d4ca2269-0d6c-4876-9a4f-4e565b785a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003390 10.0.0.40 - - [2024-10-24 02:43:33] "GET /obj-perms HTTP/1.1" 200 5056 0.052415 10.0.0.40 - - [2024-10-24 02:43:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.40 - - [2024-10-24 02:43:36] "GET /virtual-network/d4ca2269-0d6c-4876-9a4f-4e565b785a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.002875 10.0.0.40 - - [2024-10-24 02:43:36] "POST /neutron/port HTTP/1.1" 200 1086 0.017098 10.0.0.40 - - [2024-10-24 02:43:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005181 10.0.0.40 - - [2024-10-24 02:43:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.40 - - [2024-10-24 02:43:38] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002955 10.0.0.40 - - [2024-10-24 02:43:38] "GET /virtual-networks?parent_id=d9987248-3e18-4230-bf39-aa2347f0f9e0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003266 10.0.0.40 - - [2024-10-24 02:43:38] "GET /virtual-network/d4ca2269-0d6c-4876-9a4f-4e565b785a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003950 10.0.0.40 - - [2024-10-24 02:43:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.40 - - [2024-10-24 02:43:44] "DELETE /virtual-DNS/b4721085-cfaf-4917-a528-d233d8eaf43a HTTP/1.1" 409 235 0.007723 10.0.0.40 - - [2024-10-24 02:43:44] "POST /fqname-to-id HTTP/1.1" 404 192 0.003585 10.0.0.40 - - [2024-10-24 02:43:44] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.017580 10.0.0.40 - - [2024-10-24 02:43:45] "GET /virtual-DNS-record/a63c0c6e-dfb2-48f5-b015-39f0bfeecdd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.005095 10.0.0.40 - - [2024-10-24 02:43:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.40 - - [2024-10-24 02:43:45] "GET /virtual-DNS-record/a63c0c6e-dfb2-48f5-b015-39f0bfeecdd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.003451 10.0.0.40 - - [2024-10-24 02:43:45] "GET /domains HTTP/1.1" 200 280 0.002986 10.0.0.40 - - [2024-10-24 02:43:45] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001375 10.0.0.40 - - [2024-10-24 02:43:45] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6 HTTP/1.1" 200 2773 0.009751 10.0.0.40 - - [2024-10-24 02:43:45] "GET /virtual-DNS/b4721085-cfaf-4917-a528-d233d8eaf43a HTTP/1.1" 200 1908 0.003526 10.0.0.40 - - [2024-10-24 02:43:45] "GET /virtual-DNS-record/a63c0c6e-dfb2-48f5-b015-39f0bfeecdd4 HTTP/1.1" 200 1337 0.002291 10.0.0.40 - - [2024-10-24 02:43:50] "DELETE /virtual-DNS-record/a63c0c6e-dfb2-48f5-b015-39f0bfeecdd4 HTTP/1.1" 200 115 0.021193 10.0.0.40 - - [2024-10-24 02:43:50] "POST /fqname-to-id HTTP/1.1" 404 184 0.002684 10.0.0.40 - - [2024-10-24 02:43:50] "POST /neutron/network HTTP/1.1" 200 833 0.007572 10.0.0.40 - - [2024-10-24 02:43:50] "POST /neutron/network HTTP/1.1" 400 204 0.013145 10.0.0.40 - - [2024-10-24 02:43:51] "POST /neutron/port HTTP/1.1" 200 1086 0.019036 10.0.0.40 - - [2024-10-24 02:43:51] "POST /neutron/port HTTP/1.1" 200 1112 0.011519 10.0.0.40 - - [2024-10-24 02:43:51] "POST /neutron/port HTTP/1.1" 200 1086 0.020859 10.0.0.40 - - [2024-10-24 02:43:51] "POST /neutron/port HTTP/1.1" 200 1112 0.012136 10.0.0.40 - - [2024-10-24 02:43:51] "POST /neutron/port HTTP/1.1" 200 151 0.115065 10.0.0.40 - - [2024-10-24 02:43:51] "POST /neutron/port HTTP/1.1" 200 151 0.115581 10.0.0.40 - - [2024-10-24 02:43:52] "POST /neutron/network HTTP/1.1" 200 833 0.006046 10.0.0.40 - - [2024-10-24 02:43:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001423 10.0.0.40 - - [2024-10-24 02:43:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001216 10.0.0.40 - - [2024-10-24 02:43:53] "POST /neutron/network HTTP/1.1" 200 151 0.228884 10.0.0.40 - - [2024-10-24 02:43:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.40 - - [2024-10-24 02:43:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.034598 10.0.0.40 - - [2024-10-24 02:43:53] "DELETE /route-target/aa49d4d3-598f-46ce-a2ce-08e7d12ca8fc HTTP/1.1" 200 115 0.014740 10.0.0.40 - - [2024-10-24 02:43:53] "DELETE /network-ipam/6307d658-54f3-4271-912e-c634ad03bc25 HTTP/1.1" 200 115 0.028094 10.0.0.40 - - [2024-10-24 02:43:53] "DELETE /virtual-DNS/b4721085-cfaf-4917-a528-d233d8eaf43a HTTP/1.1" 200 115 0.026570 10.0.0.40 - - [2024-10-24 02:43:53] "POST /fqname-to-id HTTP/1.1" 404 180 0.002903 10.0.0.40 - - [2024-10-24 02:43:53] "GET /domains HTTP/1.1" 200 280 0.003775 10.0.0.40 - - [2024-10-24 02:43:53] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001147 10.0.0.40 - - [2024-10-24 02:43:53] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6 HTTP/1.1" 200 2573 0.008724 10.0.0.40 - - [2024-10-24 02:43:53] "GET /projects?obj_uuids=d9987248-3e18-4230-bf39-aa2347f0f9e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002480 10.0.0.40 - - [2024-10-24 02:43:53] "GET /project/d9987248-3e18-4230-bf39-aa2347f0f9e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.024988 10.0.0.40 - - [2024-10-24 02:43:53] "GET /projects?obj_uuids=d9987248-3e18-4230-bf39-aa2347f0f9e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001424 10.0.0.40 - - [2024-10-24 02:43:53] "GET /project/d9987248-3e18-4230-bf39-aa2347f0f9e0?fields=virtual_networks HTTP/1.1" 200 1045 0.071096 10.0.0.40 - - [2024-10-24 02:43:53] "GET /projects?obj_uuids=d9987248-3e18-4230-bf39-aa2347f0f9e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001179 10.0.0.40 - - [2024-10-24 02:43:53] "GET /project/d9987248-3e18-4230-bf39-aa2347f0f9e0?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.022215 10.0.0.40 - - [2024-10-24 02:43:53] "GET /projects?obj_uuids=d9987248-3e18-4230-bf39-aa2347f0f9e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001184 10.0.0.40 - - [2024-10-24 02:43:53] "GET /project/d9987248-3e18-4230-bf39-aa2347f0f9e0?fields=security_groups HTTP/1.1" 200 1272 0.023235 10.0.0.40 - - [2024-10-24 02:43:54] "POST /fqname-to-id HTTP/1.1" 404 189 0.026969 10.0.0.40 - - [2024-10-24 02:43:54] "GET /projects?obj_uuids=c3706a55-7b48-4c32-9b2a-149abc230ea0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003130 10.0.0.40 - - [2024-10-24 02:43:54] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001586 10.0.0.40 - - [2024-10-24 02:43:54] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009359 10.0.0.40 - - [2024-10-24 02:43:54] "POST /id-to-fqname HTTP/1.1" 200 191 0.001326 10.0.0.40 - - [2024-10-24 02:43:54] "POST /fqname-to-id HTTP/1.1" 404 200 0.002758 10.0.0.40 - - [2024-10-24 02:43:54] "POST /security-groups HTTP/1.1" 200 592 0.063253 10.0.0.40 - - [2024-10-24 02:43:54] "POST /fqname-to-id HTTP/1.1" 404 235 0.003011 10.0.0.40 - - [2024-10-24 02:43:54] "POST /projects HTTP/1.1" 200 587 0.212515 10.0.0.40 - - [2024-10-24 02:43:54] "POST /access-control-lists HTTP/1.1" 200 597 0.056322 10.0.0.40 - - [2024-10-24 02:43:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.288411 10.0.0.40 - - [2024-10-24 02:43:55] "POST /fqname-to-id HTTP/1.1" 404 234 0.003144 10.0.0.40 - - [2024-10-24 02:43:55] "GET /project/c3706a55-7b48-4c32-9b2a-149abc230ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.425999 10.0.0.40 - - [2024-10-24 02:43:55] "POST /access-control-lists HTTP/1.1" 200 595 0.067765 10.0.0.40 - - [2024-10-24 02:43:56] "GET / HTTP/1.1" 200 35931 0.002179 10.0.0.40 - - [2024-10-24 02:43:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000571 10.0.0.40 - - [2024-10-24 02:43:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.060578 10.0.0.40 - - [2024-10-24 02:43:57] "GET /projects?obj_uuids=c3706a55-7b48-4c32-9b2a-149abc230ea0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002081 10.0.0.40 - - [2024-10-24 02:43:57] "GET /project/c3706a55-7b48-4c32-9b2a-149abc230ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.024003 10.0.0.40 - - [2024-10-24 02:43:57] "POST /neutron/network HTTP/1.1" 200 117 0.031164 10.0.0.40 - - [2024-10-24 02:43:57] "GET /projects?obj_uuids=c3706a55-7b48-4c32-9b2a-149abc230ea0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001151 10.0.0.40 - - [2024-10-24 02:43:57] "POST /neutron/network HTTP/1.1" 200 606 0.079337 10.0.0.40 - - [2024-10-24 02:43:57] "POST /route-targets HTTP/1.1" 200 327 0.027678 10.0.0.40 - - [2024-10-24 02:43:57] "POST /ref-update HTTP/1.1" 200 156 0.015778 10.0.0.40 - - [2024-10-24 02:43:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003762 10.0.0.40 - - [2024-10-24 02:43:57] "POST /neutron/subnet HTTP/1.1" 200 725 0.191692 10.0.0.40 - - [2024-10-24 02:43:57] "POST /neutron/network HTTP/1.1" 200 825 0.006084 10.0.0.40 - - [2024-10-24 02:43:57] "POST /id-to-fqname HTTP/1.1" 200 221 0.001370 10.0.0.40 - - [2024-10-24 02:43:57] "GET /virtual-network/1c78db92-6d50-4e21-b858-aef89d689c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.002878 10.0.0.40 - - [2024-10-24 02:43:57] "POST /neutron/network HTTP/1.1" 200 825 0.008063 10.0.0.40 - - [2024-10-24 02:43:57] "GET /virtual-network/1c78db92-6d50-4e21-b858-aef89d689c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.003038 10.0.0.40 - - [2024-10-24 02:43:57] "POST /neutron/network HTTP/1.1" 200 825 0.006766 10.0.0.40 - - [2024-10-24 02:43:57] "POST /neutron/subnet HTTP/1.1" 200 725 0.007288 10.0.0.40 - - [2024-10-24 02:43:57] "POST /id-to-fqname HTTP/1.1" 200 221 0.001314 10.0.0.40 - - [2024-10-24 02:43:57] "POST /neutron/network HTTP/1.1" 200 835 0.006079 10.0.0.40 - - [2024-10-24 02:43:57] "GET /aaa-mode HTTP/1.1" 401 292 0.000476 10.0.0.40 - - [2024-10-24 02:43:58] "GET / HTTP/1.1" 200 35931 0.002026 10.0.0.40 - - [2024-10-24 02:43:58] "GET /project/c3706a55-7b48-4c32-9b2a-149abc230ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000479 10.0.0.40 - - [2024-10-24 02:43:58] "GET /projects?obj_uuids=c3706a55-7b48-4c32-9b2a-149abc230ea0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001237 10.0.0.40 - - [2024-10-24 02:43:58] "GET /project/c3706a55-7b48-4c32-9b2a-149abc230ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.045989 10.0.0.40 - - [2024-10-24 02:43:58] "POST /neutron/network HTTP/1.1" 200 825 0.006276 10.0.0.40 - - [2024-10-24 02:43:58] "POST /neutron/port HTTP/1.1" 200 117 0.005002 10.0.0.40 - - [2024-10-24 02:43:58] "POST /neutron/port HTTP/1.1" 200 117 0.008289 10.0.0.40 - - [2024-10-24 02:43:58] "POST /id-to-fqname HTTP/1.1" 200 221 0.001586 10.0.0.40 - - [2024-10-24 02:43:58] "POST /neutron/port HTTP/1.1" 200 117 0.006629 10.0.0.40 - - [2024-10-24 02:43:59] "POST /neutron/network HTTP/1.1" 200 835 0.006269 10.0.0.40 - - [2024-10-24 02:43:59] "GET /aaa-mode HTTP/1.1" 401 292 0.000446 10.0.0.40 - - [2024-10-24 02:43:59] "POST /neutron/network HTTP/1.1" 200 835 0.006225 10.0.0.40 - - [2024-10-24 02:43:59] "GET /projects?obj_uuids=c3706a55-7b48-4c32-9b2a-149abc230ea0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001275 10.0.0.40 - - [2024-10-24 02:43:59] "GET / HTTP/1.1" 200 35931 0.001986 10.0.0.40 - - [2024-10-24 02:43:59] "GET /project/c3706a55-7b48-4c32-9b2a-149abc230ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001001 10.0.0.40 - - [2024-10-24 02:43:59] "POST /neutron/port HTTP/1.1" 200 1061 0.197018 10.0.0.40 - - [2024-10-24 02:43:59] "POST /neutron/port HTTP/1.1" 200 1061 0.010463 10.0.0.40 - - [2024-10-24 02:43:59] "POST /neutron/port HTTP/1.1" 200 1061 0.010104 10.0.0.40 - - [2024-10-24 02:43:59] "POST /neutron/port HTTP/1.1" 200 1115 0.059488 10.0.0.40 - - [2024-10-24 02:43:59] "POST /neutron/port HTTP/1.1" 200 1089 0.016988 10.0.0.40 - - [2024-10-24 02:43:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003560 10.0.0.40 - - [2024-10-24 02:43:59] "POST /neutron/subnet HTTP/1.1" 200 699 0.011277 10.0.0.40 - - [2024-10-24 02:43:59] "POST /neutron/port HTTP/1.1" 200 117 0.001361 10.0.0.40 - - [2024-10-24 02:43:59] "POST /neutron/network HTTP/1.1" 200 825 0.006088 10.0.0.40 - - [2024-10-24 02:43:59] "GET /projects?obj_uuids=c3706a55-7b48-4c32-9b2a-149abc230ea0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001276 10.0.0.40 - - [2024-10-24 02:43:59] "GET /project/c3706a55-7b48-4c32-9b2a-149abc230ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.060178 10.0.0.40 - - [2024-10-24 02:43:59] "POST /neutron/network HTTP/1.1" 200 825 0.007227 10.0.0.40 - - [2024-10-24 02:43:59] "POST /neutron/port HTTP/1.1" 200 1089 0.019674 10.0.0.40 - - [2024-10-24 02:44:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008872 10.0.0.40 - - [2024-10-24 02:44:00] "POST /neutron/port HTTP/1.1" 200 117 0.012792 10.0.0.40 - - [2024-10-24 02:44:00] "POST /neutron/port HTTP/1.1" 200 1089 0.016866 10.0.0.40 - - [2024-10-24 02:44:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.014650 10.0.0.40 - - [2024-10-24 02:44:00] "POST /neutron/network HTTP/1.1" 200 835 0.006646 10.0.0.40 - - [2024-10-24 02:44:00] "GET /projects?obj_uuids=c3706a55-7b48-4c32-9b2a-149abc230ea0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001419 10.0.0.40 - - [2024-10-24 02:44:00] "POST /neutron/port HTTP/1.1" 200 1061 0.298218 10.0.0.40 - - [2024-10-24 02:44:00] "POST /neutron/port HTTP/1.1" 200 1061 0.020895 10.0.0.40 - - [2024-10-24 02:44:00] "POST /neutron/port HTTP/1.1" 200 1061 0.010095 10.0.0.40 - - [2024-10-24 02:44:00] "POST /neutron/port HTTP/1.1" 200 1115 0.094013 10.0.0.40 - - [2024-10-24 02:44:00] "POST /neutron/port HTTP/1.1" 200 1089 0.018732 10.0.0.40 - - [2024-10-24 02:44:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004001 10.0.0.40 - - [2024-10-24 02:44:01] "POST /neutron/subnet HTTP/1.1" 200 699 0.013206 10.0.0.40 - - [2024-10-24 02:44:01] "POST /neutron/port HTTP/1.1" 200 117 0.001499 10.0.0.40 - - [2024-10-24 02:44:01] "POST /neutron/network HTTP/1.1" 200 825 0.006219 10.0.0.40 - - [2024-10-24 02:44:01] "GET /global-system-configs HTTP/1.1" 200 322 0.040315 10.0.0.40 - - [2024-10-24 02:44:01] "GET /obj-perms HTTP/1.1" 200 5056 0.084187 10.0.0.40 - - [2024-10-24 02:44:02] "GET /global-system-configs HTTP/1.1" 200 322 0.032227 10.0.0.40 - - [2024-10-24 02:44:02] "GET /obj-perms HTTP/1.1" 200 5056 0.076846 10.0.0.40 - - [2024-10-24 02:44:05] "POST /neutron/port HTTP/1.1" 200 1089 0.015222 10.0.0.40 - - [2024-10-24 02:44:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009872 10.0.0.40 - - [2024-10-24 02:44:05] "POST /neutron/port HTTP/1.1" 200 1089 0.019759 10.0.0.40 - - [2024-10-24 02:44:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007310 10.0.0.40 - - [2024-10-24 02:44:05] "POST /neutron/port HTTP/1.1" 200 1089 0.014567 10.0.0.40 - - [2024-10-24 02:44:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006031 10.0.0.40 - - [2024-10-24 02:44:05] "GET /virtual-machine/4ff8573a-ddf6-4893-817c-40251c42ea5f HTTP/1.1" 401 292 0.000824 10.0.0.40 - - [2024-10-24 02:44:05] "GET /virtual-machine/4ff8573a-ddf6-4893-817c-40251c42ea5f HTTP/1.1" 200 1292 0.033143 10.0.0.40 - - [2024-10-24 02:44:05] "GET /virtual-machine-interface/4fa0a53b-cafb-4078-b7eb-d57013199a63 HTTP/1.1" 200 2946 0.002952 10.0.0.40 - - [2024-10-24 02:44:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.40 - - [2024-10-24 02:44:05] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002966 10.0.0.40 - - [2024-10-24 02:44:05] "GET /virtual-networks?parent_id=c3706a55-7b48-4c32-9b2a-149abc230ea0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003782 10.0.0.40 - - [2024-10-24 02:44:05] "GET /virtual-network/1c78db92-6d50-4e21-b858-aef89d689c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.003792 10.0.0.40 - - [2024-10-24 02:44:08] "POST /neutron/port HTTP/1.1" 200 1089 0.023289 10.0.0.40 - - [2024-10-24 02:44:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006213 10.0.0.40 - - [2024-10-24 02:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004187 10.0.0.40 - - [2024-10-24 02:44:09] "GET /virtual-network/1c78db92-6d50-4e21-b858-aef89d689c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.003400 10.0.0.40 - - [2024-10-24 02:44:09] "POST /neutron/port HTTP/1.1" 200 1089 0.016134 10.0.0.40 - - [2024-10-24 02:44:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005250 10.0.0.40 - - [2024-10-24 02:44:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.40 - - [2024-10-24 02:44:11] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003140 10.0.0.40 - - [2024-10-24 02:44:11] "GET /virtual-networks?parent_id=c3706a55-7b48-4c32-9b2a-149abc230ea0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003195 10.0.0.40 - - [2024-10-24 02:44:11] "GET /virtual-network/1c78db92-6d50-4e21-b858-aef89d689c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.003812 10.0.0.40 - - [2024-10-24 02:44:11] "POST /neutron/port HTTP/1.1" 200 1089 0.016353 10.0.0.40 - - [2024-10-24 02:44:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006589 10.0.0.40 - - [2024-10-24 02:44:11] "POST /neutron/port HTTP/1.1" 200 1089 0.018147 10.0.0.40 - - [2024-10-24 02:44:11] "POST /neutron/port HTTP/1.1" 200 1089 0.017294 10.0.0.40 - - [2024-10-24 02:44:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010631 10.0.0.40 - - [2024-10-24 02:44:11] "POST /neutron/port HTTP/1.1" 200 1089 0.020203 10.0.0.40 - - [2024-10-24 02:44:11] "POST /neutron/port HTTP/1.1" 200 1089 0.015766 10.0.0.40 - - [2024-10-24 02:44:11] "POST /neutron/network HTTP/1.1" 200 835 0.005094 10.0.0.40 - - [2024-10-24 02:44:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007891 10.0.0.40 - - [2024-10-24 02:44:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004452 10.0.0.40 - - [2024-10-24 02:44:11] "GET /virtual-machine/2e8170f1-31d0-4a0a-97b5-3ed5cc606530 HTTP/1.1" 200 1293 0.005708 10.0.0.40 - - [2024-10-24 02:44:11] "POST /neutron/subnet HTTP/1.1" 200 699 0.011678 10.0.0.40 - - [2024-10-24 02:44:11] "GET /virtual-machine-interface/a8f7774c-8fb8-43b4-8ebe-2af95b6f6d4f HTTP/1.1" 200 2947 0.003092 10.0.0.40 - - [2024-10-24 02:44:11] "POST /neutron/port HTTP/1.1" 200 117 0.001389 10.0.0.40 - - [2024-10-24 02:44:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.40 - - [2024-10-24 02:44:11] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003809 10.0.0.40 - - [2024-10-24 02:44:11] "POST /neutron/network HTTP/1.1" 200 825 0.005693 10.0.0.40 - - [2024-10-24 02:44:11] "GET /virtual-networks?parent_id=c3706a55-7b48-4c32-9b2a-149abc230ea0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003185 10.0.0.40 - - [2024-10-24 02:44:11] "GET /virtual-network/1c78db92-6d50-4e21-b858-aef89d689c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004098 10.0.0.40 - - [2024-10-24 02:44:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.40 - - [2024-10-24 02:44:12] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002572 10.0.0.40 - - [2024-10-24 02:44:13] "GET /virtual-networks?parent_id=c3706a55-7b48-4c32-9b2a-149abc230ea0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003504 10.0.0.40 - - [2024-10-24 02:44:13] "GET /virtual-network/1c78db92-6d50-4e21-b858-aef89d689c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.003688 10.0.0.40 - - [2024-10-24 02:44:18] "POST /neutron/network HTTP/1.1" 200 825 0.008984 10.0.0.40 - - [2024-10-24 02:44:18] "POST /neutron/network HTTP/1.1" 400 204 0.010587 10.0.0.40 - - [2024-10-24 02:44:18] "POST /neutron/port HTTP/1.1" 200 1089 0.019984 10.0.0.40 - - [2024-10-24 02:44:18] "POST /neutron/port HTTP/1.1" 200 1115 0.014524 10.0.0.40 - - [2024-10-24 02:44:18] "POST /neutron/port HTTP/1.1" 200 1089 0.019963 10.0.0.40 - - [2024-10-24 02:44:18] "POST /neutron/port HTTP/1.1" 200 1115 0.009253 10.0.0.40 - - [2024-10-24 02:44:18] "POST /neutron/port HTTP/1.1" 200 151 0.126324 10.0.0.40 - - [2024-10-24 02:44:18] "POST /neutron/port HTTP/1.1" 200 151 0.153542 10.0.0.40 - - [2024-10-24 02:44:20] "POST /neutron/network HTTP/1.1" 200 825 0.006967 10.0.0.40 - - [2024-10-24 02:44:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002743 10.0.0.40 - - [2024-10-24 02:44:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.008472 10.0.0.40 - - [2024-10-24 02:44:20] "POST /useragent-kv HTTP/1.1" 200 115 0.001236 10.0.0.40 - - [2024-10-24 02:44:20] "POST /neutron/network HTTP/1.1" 200 151 0.091300 10.0.0.40 - - [2024-10-24 02:44:20] "DELETE /route-target/a54be83e-5a43-42c0-9786-8c43feef8532 HTTP/1.1" 200 115 0.018354 10.0.0.40 - - [2024-10-24 02:44:20] "GET /projects?obj_uuids=c3706a55-7b48-4c32-9b2a-149abc230ea0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001368 10.0.0.40 - - [2024-10-24 02:44:20] "GET /project/c3706a55-7b48-4c32-9b2a-149abc230ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.029137 10.0.0.40 - - [2024-10-24 02:44:20] "GET /projects?obj_uuids=c3706a55-7b48-4c32-9b2a-149abc230ea0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001340 10.0.0.40 - - [2024-10-24 02:44:20] "GET /project/c3706a55-7b48-4c32-9b2a-149abc230ea0?fields=virtual_networks HTTP/1.1" 200 1045 0.081080 10.0.0.40 - - [2024-10-24 02:44:20] "GET /projects?obj_uuids=c3706a55-7b48-4c32-9b2a-149abc230ea0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001209 10.0.0.40 - - [2024-10-24 02:44:20] "GET /project/c3706a55-7b48-4c32-9b2a-149abc230ea0?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.029297 10.0.0.40 - - [2024-10-24 02:44:20] "GET /projects?obj_uuids=c3706a55-7b48-4c32-9b2a-149abc230ea0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001312 10.0.0.40 - - [2024-10-24 02:44:20] "GET /project/c3706a55-7b48-4c32-9b2a-149abc230ea0?fields=security_groups HTTP/1.1" 200 1272 0.024444 10.0.0.40 - - [2024-10-24 02:44:21] "POST /fqname-to-id HTTP/1.1" 404 188 0.027670 10.0.0.40 - - [2024-10-24 02:44:21] "GET /projects?obj_uuids=3e400593-bc15-46ab-b31a-b7e7122b52c4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002740 10.0.0.40 - - [2024-10-24 02:44:21] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001376 10.0.0.40 - - [2024-10-24 02:44:21] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009320 10.0.0.40 - - [2024-10-24 02:44:21] "POST /id-to-fqname HTTP/1.1" 200 190 0.001953 10.0.0.40 - - [2024-10-24 02:44:21] "POST /fqname-to-id HTTP/1.1" 404 199 0.002749 10.0.0.40 - - [2024-10-24 02:44:21] "POST /security-groups HTTP/1.1" 200 591 0.069176 10.0.0.40 - - [2024-10-24 02:44:21] "POST /fqname-to-id HTTP/1.1" 404 234 0.003260 10.0.0.40 - - [2024-10-24 02:44:21] "POST /projects HTTP/1.1" 200 585 0.246812 10.0.0.40 - - [2024-10-24 02:44:21] "POST /access-control-lists HTTP/1.1" 200 596 0.059566 10.0.0.40 - - [2024-10-24 02:44:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.318630 10.0.0.40 - - [2024-10-24 02:44:22] "POST /fqname-to-id HTTP/1.1" 404 233 0.003236 10.0.0.40 - - [2024-10-24 02:44:22] "GET /project/3e400593-bc15-46ab-b31a-b7e7122b52c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.455393 10.0.0.40 - - [2024-10-24 02:44:22] "POST /access-control-lists HTTP/1.1" 200 594 0.060285 10.0.0.40 - - [2024-10-24 02:44:23] "GET / HTTP/1.1" 200 35931 0.002354 10.0.0.40 - - [2024-10-24 02:44:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000607 10.0.0.40 - - [2024-10-24 02:44:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.062246 10.0.0.40 - - [2024-10-24 02:44:24] "GET /projects?obj_uuids=3e400593-bc15-46ab-b31a-b7e7122b52c4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001112 10.0.0.40 - - [2024-10-24 02:44:24] "GET /project/3e400593-bc15-46ab-b31a-b7e7122b52c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.021674 10.0.0.40 - - [2024-10-24 02:44:24] "POST /neutron/network HTTP/1.1" 200 117 0.032857 10.0.0.40 - - [2024-10-24 02:44:24] "GET /projects?obj_uuids=3e400593-bc15-46ab-b31a-b7e7122b52c4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001650 10.0.0.40 - - [2024-10-24 02:44:24] "POST /neutron/network HTTP/1.1" 200 625 0.067163 10.0.0.40 - - [2024-10-24 02:44:24] "POST /route-targets HTTP/1.1" 200 327 0.010738 10.0.0.40 - - [2024-10-24 02:44:24] "POST /ref-update HTTP/1.1" 200 156 0.013625 10.0.0.40 - - [2024-10-24 02:44:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002511 10.0.0.40 - - [2024-10-24 02:44:24] "POST /neutron/subnet HTTP/1.1" 200 701 0.158160 10.0.0.40 - - [2024-10-24 02:44:24] "POST /neutron/network HTTP/1.1" 200 839 0.005453 10.0.0.40 - - [2024-10-24 02:44:24] "POST /id-to-fqname HTTP/1.1" 200 230 0.001200 10.0.0.40 - - [2024-10-24 02:44:24] "GET /virtual-network/9f38d5ca-1471-4e53-bd77-d6795a0addc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.002550 10.0.0.40 - - [2024-10-24 02:44:24] "POST /neutron/network HTTP/1.1" 200 839 0.006905 10.0.0.40 - - [2024-10-24 02:44:24] "GET /virtual-network/9f38d5ca-1471-4e53-bd77-d6795a0addc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.003336 10.0.0.40 - - [2024-10-24 02:44:24] "POST /neutron/network HTTP/1.1" 200 839 0.006251 10.0.0.40 - - [2024-10-24 02:44:24] "POST /neutron/subnet HTTP/1.1" 200 701 0.008100 10.0.0.40 - - [2024-10-24 02:44:24] "POST /neutron/network HTTP/1.1" 200 839 0.006107 10.0.0.40 - - [2024-10-24 02:44:24] "POST /id-to-fqname HTTP/1.1" 200 230 0.001260 10.0.0.40 - - [2024-10-24 02:44:25] "POST /neutron/network HTTP/1.1" 200 849 0.008417 10.0.0.40 - - [2024-10-24 02:44:25] "GET /aaa-mode HTTP/1.1" 401 292 0.000488 10.0.0.40 - - [2024-10-24 02:44:25] "GET / HTTP/1.1" 200 35931 0.002003 10.0.0.40 - - [2024-10-24 02:44:25] "GET /project/3e400593-bc15-46ab-b31a-b7e7122b52c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000436 10.0.0.40 - - [2024-10-24 02:44:25] "GET /projects?obj_uuids=3e400593-bc15-46ab-b31a-b7e7122b52c4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001337 10.0.0.40 - - [2024-10-24 02:44:25] "GET /project/3e400593-bc15-46ab-b31a-b7e7122b52c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.050967 10.0.0.40 - - [2024-10-24 02:44:25] "POST /neutron/network HTTP/1.1" 200 839 0.006300 10.0.0.40 - - [2024-10-24 02:44:25] "POST /neutron/port HTTP/1.1" 200 117 0.005692 10.0.0.40 - - [2024-10-24 02:44:25] "POST /neutron/port HTTP/1.1" 200 117 0.005336 10.0.0.40 - - [2024-10-24 02:44:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.40 - - [2024-10-24 02:44:25] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002542 10.0.0.40 - - [2024-10-24 02:44:26] "PUT /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b HTTP/1.1" 200 276 0.012682 10.0.0.40 - - [2024-10-24 02:44:26] "POST /neutron/port HTTP/1.1" 200 117 0.006766 10.0.0.40 - - [2024-10-24 02:44:26] "DELETE /project/3e400593bc1546abb31ab7e7122b52c4 HTTP/1.1" 404 173 0.012302 10.0.0.40 - - [2024-10-24 02:44:26] "DELETE /project/c3706a557b484c329b2a149abc230ea0 HTTP/1.1" 404 173 0.011274 10.0.0.40 - - [2024-10-24 02:44:26] "GET /projects?obj_uuids=c3706a55-7b48-4c32-9b2a-149abc230ea0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001042 10.0.0.40 - - [2024-10-24 02:44:26] "GET /projects?obj_uuids=d9987248-3e18-4230-bf39-aa2347f0f9e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000962 10.0.0.40 - - [2024-10-24 02:44:26] "GET /project/d9987248-3e18-4230-bf39-aa2347f0f9e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.034513 10.0.0.40 - - [2024-10-24 02:44:26] "GET /project/c3706a55-7b48-4c32-9b2a-149abc230ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.033280 10.0.0.40 - - [2024-10-24 02:44:26] "GET /projects?obj_uuids=c3706a55-7b48-4c32-9b2a-149abc230ea0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001214 10.0.0.40 - - [2024-10-24 02:44:26] "GET /projects?obj_uuids=d9987248-3e18-4230-bf39-aa2347f0f9e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001087 10.0.0.40 - - [2024-10-24 02:44:26] "GET /project/d9987248-3e18-4230-bf39-aa2347f0f9e0?fields=security_groups HTTP/1.1" 200 1377 0.038305 10.0.0.40 - - [2024-10-24 02:44:26] "GET /project/c3706a55-7b48-4c32-9b2a-149abc230ea0?fields=security_groups HTTP/1.1" 200 1377 0.036861 10.0.0.40 - - [2024-10-24 02:44:26] "POST /neutron/network HTTP/1.1" 200 849 0.009273 10.0.0.40 - - [2024-10-24 02:44:26] "DELETE /security-group/77e059c3-06cd-4d5a-9a4a-07b0b8304e48 HTTP/1.1" 200 115 0.069975 10.0.0.40 - - [2024-10-24 02:44:26] "DELETE /security-group/3708a75a-87f0-49fa-87ab-0a803c7562ff HTTP/1.1" 200 115 0.071442 10.0.0.40 - - [2024-10-24 02:44:26] "GET /projects?obj_uuids=d9987248-3e18-4230-bf39-aa2347f0f9e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001207 10.0.0.40 - - [2024-10-24 02:44:26] "GET /projects?obj_uuids=3e400593-bc15-46ab-b31a-b7e7122b52c4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001878 10.0.0.40 - - [2024-10-24 02:44:26] "GET /projects?obj_uuids=c3706a55-7b48-4c32-9b2a-149abc230ea0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002105 10.0.0.40 - - [2024-10-24 02:44:26] "DELETE /access-control-list/bf2efcd1-0ed4-40bf-9430-e2be52738e87 HTTP/1.1" 200 115 0.064504 10.0.0.40 - - [2024-10-24 02:44:26] "GET /project/d9987248-3e18-4230-bf39-aa2347f0f9e0?fields=application_policy_sets HTTP/1.1" 200 1416 0.056162 10.0.0.40 - - [2024-10-24 02:44:26] "DELETE /access-control-list/92e511b6-5676-4fdd-a4c7-e7176a02b083 HTTP/1.1" 200 115 0.047210 10.0.0.40 - - [2024-10-24 02:44:26] "GET /project/c3706a55-7b48-4c32-9b2a-149abc230ea0?fields=application_policy_sets HTTP/1.1" 200 1416 0.097259 10.0.0.40 - - [2024-10-24 02:44:26] "DELETE /access-control-list/7d886ff0-0474-4832-bd99-b40fcb3c359b HTTP/1.1" 200 115 0.045027 10.0.0.40 - - [2024-10-24 02:44:26] "DELETE /access-control-list/0351f6d1-fe22-4e34-bbdb-c1563620e2a1 HTTP/1.1" 200 115 0.102932 10.0.0.40 - - [2024-10-24 02:44:26] "DELETE /project/d9987248-3e18-4230-bf39-aa2347f0f9e0 HTTP/1.1" 200 115 0.492187 10.0.0.40 - - [2024-10-24 02:44:26] "DELETE /project/c3706a55-7b48-4c32-9b2a-149abc230ea0 HTTP/1.1" 200 115 0.517205 10.0.0.40 - - [2024-10-24 02:44:26] "POST /neutron/port HTTP/1.1" 200 1055 0.340468 10.0.0.40 - - [2024-10-24 02:44:26] "POST /neutron/port HTTP/1.1" 200 1055 0.009936 10.0.0.40 - - [2024-10-24 02:44:26] "POST /neutron/port HTTP/1.1" 200 1055 0.008739 10.0.0.40 - - [2024-10-24 02:44:26] "POST /neutron/port HTTP/1.1" 200 1109 0.063250 10.0.0.40 - - [2024-10-24 02:44:26] "POST /neutron/port HTTP/1.1" 200 1083 0.016068 10.0.0.40 - - [2024-10-24 02:44:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003681 10.0.0.40 - - [2024-10-24 02:44:26] "POST /neutron/subnet HTTP/1.1" 200 675 0.011667 10.0.0.40 - - [2024-10-24 02:44:26] "POST /neutron/port HTTP/1.1" 200 117 0.001272 10.0.0.40 - - [2024-10-24 02:44:26] "POST /neutron/network HTTP/1.1" 200 839 0.005228 10.0.0.40 - - [2024-10-24 02:44:31] "POST /neutron/port HTTP/1.1" 200 1083 0.016502 10.0.0.40 - - [2024-10-24 02:44:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007452 10.0.0.40 - - [2024-10-24 02:44:31] "POST /neutron/port HTTP/1.1" 200 1083 0.018140 10.0.0.40 - - [2024-10-24 02:44:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007794 10.0.0.40 - - [2024-10-24 02:44:31] "POST /neutron/port HTTP/1.1" 200 1083 0.016877 10.0.0.40 - - [2024-10-24 02:44:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007581 10.0.0.40 - - [2024-10-24 02:44:31] "GET /virtual-machine/1d506461-d46a-4b93-a905-bfd18de5c401 HTTP/1.1" 401 292 0.000523 10.0.0.40 - - [2024-10-24 02:44:31] "GET /virtual-machine/1d506461-d46a-4b93-a905-bfd18de5c401 HTTP/1.1" 200 1292 0.030251 10.0.0.40 - - [2024-10-24 02:44:31] "GET /virtual-machine-interface/ae790692-7812-4edb-854d-b4ac2ad39d45 HTTP/1.1" 200 2971 0.002867 10.0.0.40 - - [2024-10-24 02:44:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.40 - - [2024-10-24 02:44:32] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.003343 10.0.0.40 - - [2024-10-24 02:44:32] "GET /virtual-networks?parent_id=3e400593-bc15-46ab-b31a-b7e7122b52c4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003569 10.0.0.40 - - [2024-10-24 02:44:32] "GET /virtual-network/9f38d5ca-1471-4e53-bd77-d6795a0addc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.003935 10.0.0.40 - - [2024-10-24 02:44:34] "GET /obj-perms HTTP/1.1" 200 5056 0.059855 10.0.0.40 - - [2024-10-24 02:44:34] "GET /obj-perms HTTP/1.1" 200 5056 0.058570 10.0.0.40 - - [2024-10-24 02:44:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.40 - - [2024-10-24 02:44:35] "GET /virtual-network/9f38d5ca-1471-4e53-bd77-d6795a0addc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.002928 10.0.0.40 - - [2024-10-24 02:44:35] "POST /neutron/port HTTP/1.1" 200 1083 0.017068 10.0.0.40 - - [2024-10-24 02:44:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005638 10.0.0.40 - - [2024-10-24 02:44:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.40 - - [2024-10-24 02:44:37] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.002782 10.0.0.40 - - [2024-10-24 02:44:37] "GET /virtual-networks?parent_id=3e400593-bc15-46ab-b31a-b7e7122b52c4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003859 10.0.0.40 - - [2024-10-24 02:44:37] "GET /virtual-network/9f38d5ca-1471-4e53-bd77-d6795a0addc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004887 10.0.0.40 - - [2024-10-24 02:44:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.40 - - [2024-10-24 02:44:39] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.002843 10.0.0.40 - - [2024-10-24 02:44:39] "PUT /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b HTTP/1.1" 200 276 0.009379 10.0.0.40 - - [2024-10-24 02:44:39] "POST /neutron/network HTTP/1.1" 200 839 0.007092 10.0.0.40 - - [2024-10-24 02:44:39] "POST /neutron/network HTTP/1.1" 400 204 0.011653 10.0.0.40 - - [2024-10-24 02:44:40] "POST /neutron/port HTTP/1.1" 200 1083 0.016726 10.0.0.40 - - [2024-10-24 02:44:40] "POST /neutron/port HTTP/1.1" 200 1109 0.009508 10.0.0.40 - - [2024-10-24 02:44:40] "POST /neutron/port HTTP/1.1" 200 151 0.092809 10.0.0.40 - - [2024-10-24 02:44:41] "POST /neutron/network HTTP/1.1" 200 839 0.073978 10.0.0.40 - - [2024-10-24 02:44:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005922 10.0.0.40 - - [2024-10-24 02:44:41] "DELETE /route-target/afa86d74-5b50-4fab-9ad7-c2646224516c HTTP/1.1" 200 115 0.016987 10.0.0.40 - - [2024-10-24 02:44:41] "POST /useragent-kv HTTP/1.1" 200 115 0.031019 10.0.0.40 - - [2024-10-24 02:44:41] "POST /useragent-kv HTTP/1.1" 200 115 0.001312 10.0.0.40 - - [2024-10-24 02:44:41] "POST /neutron/network HTTP/1.1" 200 151 0.114957 10.0.0.40 - - [2024-10-24 02:44:42] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.003070 10.0.0.40 - - [2024-10-24 02:44:42] "POST /network-ipams HTTP/1.1" 200 541 0.017609 10.0.0.40 - - [2024-10-24 02:44:42] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.003007 10.0.0.40 - - [2024-10-24 02:44:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004657 10.0.0.40 - - [2024-10-24 02:44:42] "GET /network-ipam/baa8adc4-0250-4467-bf45-d55722473401?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.005528 10.0.0.40 - - [2024-10-24 02:44:42] "PUT /network-ipam/baa8adc4-0250-4467-bf45-d55722473401 HTTP/1.1" 200 258 0.012844 10.0.0.40 - - [2024-10-24 02:44:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.40 - - [2024-10-24 02:44:42] "GET /projects?obj_uuids=3e400593-bc15-46ab-b31a-b7e7122b52c4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001675 10.0.0.40 - - [2024-10-24 02:44:42] "GET /project/3e400593-bc15-46ab-b31a-b7e7122b52c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.027316 10.0.0.40 - - [2024-10-24 02:44:42] "POST /neutron/network HTTP/1.1" 200 117 0.007662 10.0.0.40 - - [2024-10-24 02:44:42] "GET /projects?obj_uuids=3e400593-bc15-46ab-b31a-b7e7122b52c4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001273 10.0.0.40 - - [2024-10-24 02:44:42] "POST /neutron/network HTTP/1.1" 200 605 0.073936 10.0.0.40 - - [2024-10-24 02:44:42] "POST /route-targets HTTP/1.1" 200 327 0.013236 10.0.0.40 - - [2024-10-24 02:44:42] "POST /ref-update HTTP/1.1" 200 156 0.010387 10.0.0.40 - - [2024-10-24 02:44:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002116 10.0.0.40 - - [2024-10-24 02:44:43] "POST /neutron/subnet HTTP/1.1" 200 699 0.163159 10.0.0.40 - - [2024-10-24 02:44:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003014 10.0.0.40 - - [2024-10-24 02:44:43] "POST /neutron/subnet HTTP/1.1" 200 699 0.151211 10.0.0.40 - - [2024-10-24 02:44:43] "POST /neutron/network HTTP/1.1" 200 994 0.007743 10.0.0.40 - - [2024-10-24 02:44:43] "POST /id-to-fqname HTTP/1.1" 200 220 0.001247 10.0.0.40 - - [2024-10-24 02:44:43] "GET /virtual-network/67f97c20-74f6-465f-8456-79bd2c3472b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.002643 10.0.0.40 - - [2024-10-24 02:44:43] "POST /neutron/network HTTP/1.1" 200 994 0.009276 10.0.0.40 - - [2024-10-24 02:44:43] "GET /virtual-network/67f97c20-74f6-465f-8456-79bd2c3472b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.002981 10.0.0.40 - - [2024-10-24 02:44:43] "POST /neutron/network HTTP/1.1" 200 994 0.009679 10.0.0.40 - - [2024-10-24 02:44:43] "POST /neutron/subnet HTTP/1.1" 200 699 0.007567 10.0.0.40 - - [2024-10-24 02:44:43] "POST /neutron/subnet HTTP/1.1" 200 699 0.007499 10.0.0.40 - - [2024-10-24 02:44:43] "POST /neutron/network HTTP/1.1" 200 994 0.007886 10.0.0.40 - - [2024-10-24 02:44:43] "POST /neutron/subnet HTTP/1.1" 200 699 0.008631 10.0.0.40 - - [2024-10-24 02:44:43] "POST /neutron/subnet HTTP/1.1" 200 699 0.008136 10.0.0.40 - - [2024-10-24 02:44:43] "GET /projects?obj_uuids=3e400593-bc15-46ab-b31a-b7e7122b52c4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001245 10.0.0.40 - - [2024-10-24 02:44:43] "POST /neutron/port HTTP/1.1" 200 1017 0.156062 10.0.0.40 - - [2024-10-24 02:44:43] "GET /projects?obj_uuids=3e400593-bc15-46ab-b31a-b7e7122b52c4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001176 10.0.0.40 - - [2024-10-24 02:44:43] "POST /neutron/port HTTP/1.1" 200 1017 0.155640 10.0.0.40 - - [2024-10-24 02:44:43] "POST /id-to-fqname HTTP/1.1" 200 220 0.001345 10.0.0.40 - - [2024-10-24 02:44:44] "POST /neutron/port HTTP/1.1" 200 1017 0.011615 10.0.0.40 - - [2024-10-24 02:44:44] "POST /neutron/port HTTP/1.1" 200 1017 0.007960 10.0.0.40 - - [2024-10-24 02:44:44] "POST /neutron/network HTTP/1.1" 200 994 0.007751 10.0.0.40 - - [2024-10-24 02:44:44] "POST /neutron/port HTTP/1.1" 200 1017 0.009252 10.0.0.40 - - [2024-10-24 02:44:44] "POST /neutron/port HTTP/1.1" 200 117 0.020359 10.0.0.40 - - [2024-10-24 02:44:44] "POST /neutron/port HTTP/1.1" 200 117 0.005224 10.0.0.40 - - [2024-10-24 02:44:44] "POST /id-to-fqname HTTP/1.1" 200 220 0.001528 10.0.0.40 - - [2024-10-24 02:44:44] "POST /neutron/port HTTP/1.1" 200 117 0.005634 10.0.0.40 - - [2024-10-24 02:44:44] "POST /neutron/port HTTP/1.1" 200 1017 0.009251 10.0.0.40 - - [2024-10-24 02:44:44] "POST /neutron/port HTTP/1.1" 200 1017 0.008777 10.0.0.40 - - [2024-10-24 02:44:44] "POST /neutron/network HTTP/1.1" 200 994 0.008681 10.0.0.40 - - [2024-10-24 02:44:44] "POST /neutron/port HTTP/1.1" 200 1017 0.008841 10.0.0.40 - - [2024-10-24 02:44:44] "POST /neutron/port HTTP/1.1" 200 1017 0.012475 10.0.0.40 - - [2024-10-24 02:44:44] "POST /neutron/port HTTP/1.1" 200 1017 0.009653 10.0.0.40 - - [2024-10-24 02:44:44] "POST /neutron/port HTTP/1.1" 200 117 0.005552 10.0.0.40 - - [2024-10-24 02:44:44] "POST /neutron/port HTTP/1.1" 200 117 0.005464 10.0.0.40 - - [2024-10-24 02:44:44] "POST /id-to-fqname HTTP/1.1" 200 220 0.001588 10.0.0.40 - - [2024-10-24 02:44:44] "POST /neutron/port HTTP/1.1" 200 117 0.006912 10.0.0.40 - - [2024-10-24 02:44:44] "POST /neutron/network HTTP/1.1" 200 1004 0.008313 10.0.0.40 - - [2024-10-24 02:44:44] "GET /aaa-mode HTTP/1.1" 401 292 0.000546 10.0.0.40 - - [2024-10-24 02:44:45] "POST /neutron/port HTTP/1.1" 200 1017 0.009360 10.0.0.40 - - [2024-10-24 02:44:45] "POST /neutron/network HTTP/1.1" 200 1004 0.007019 10.0.0.40 - - [2024-10-24 02:44:45] "POST /neutron/port HTTP/1.1" 200 1017 0.011563 10.0.0.40 - - [2024-10-24 02:44:45] "GET / HTTP/1.1" 200 35931 0.002101 10.0.0.40 - - [2024-10-24 02:44:45] "GET /project/3e400593-bc15-46ab-b31a-b7e7122b52c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000783 10.0.0.40 - - [2024-10-24 02:44:45] "POST /neutron/port HTTP/1.1" 200 1017 0.011240 10.0.0.40 - - [2024-10-24 02:44:45] "POST /neutron/port HTTP/1.1" 200 1109 0.073575 10.0.0.40 - - [2024-10-24 02:44:45] "POST /neutron/port HTTP/1.1" 200 1017 0.012473 10.0.0.40 - - [2024-10-24 02:44:45] "POST /neutron/port HTTP/1.1" 200 1083 0.015259 10.0.0.40 - - [2024-10-24 02:44:45] "POST /neutron/network HTTP/1.1" 200 1004 0.009602 10.0.0.40 - - [2024-10-24 02:44:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005388 10.0.0.40 - - [2024-10-24 02:44:45] "POST /neutron/port HTTP/1.1" 200 1017 0.012898 10.0.0.40 - - [2024-10-24 02:44:45] "POST /neutron/port HTTP/1.1" 200 1017 0.017215 10.0.0.40 - - [2024-10-24 02:44:45] "POST /neutron/subnet HTTP/1.1" 200 673 0.031455 10.0.0.40 - - [2024-10-24 02:44:45] "POST /neutron/port HTTP/1.1" 200 117 0.001203 10.0.0.40 - - [2024-10-24 02:44:45] "POST /neutron/network HTTP/1.1" 200 994 0.012169 10.0.0.40 - - [2024-10-24 02:44:45] "POST /neutron/port HTTP/1.1" 200 1109 0.100982 10.0.0.40 - - [2024-10-24 02:44:45] "GET /projects?obj_uuids=3e400593-bc15-46ab-b31a-b7e7122b52c4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001417 10.0.0.40 - - [2024-10-24 02:44:45] "POST /neutron/port HTTP/1.1" 200 1083 0.032910 10.0.0.40 - - [2024-10-24 02:44:45] "GET /project/3e400593-bc15-46ab-b31a-b7e7122b52c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.062513 10.0.0.40 - - [2024-10-24 02:44:45] "POST /neutron/network HTTP/1.1" 200 994 0.007388 10.0.0.40 - - [2024-10-24 02:44:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006217 10.0.0.40 - - [2024-10-24 02:44:45] "POST /neutron/subnet HTTP/1.1" 200 673 0.015789 10.0.0.40 - - [2024-10-24 02:44:45] "POST /neutron/port HTTP/1.1" 200 117 0.001538 10.0.0.40 - - [2024-10-24 02:44:45] "POST /neutron/network HTTP/1.1" 200 994 0.011209 10.0.0.40 - - [2024-10-24 02:44:45] "POST /neutron/port HTTP/1.1" 200 2050 0.029058 10.0.0.40 - - [2024-10-24 02:44:45] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007069 10.0.0.40 - - [2024-10-24 02:44:45] "POST /neutron/port HTTP/1.1" 200 117 0.007796 10.0.0.40 - - [2024-10-24 02:44:45] "GET /domains HTTP/1.1" 200 280 0.004534 10.0.0.40 - - [2024-10-24 02:44:45] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001189 10.0.0.40 - - [2024-10-24 02:44:45] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6 HTTP/1.1" 200 2572 0.014122 10.0.0.40 - - [2024-10-24 02:44:46] "GET /projects?obj_uuids=3e400593-bc15-46ab-b31a-b7e7122b52c4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001543 10.0.0.40 - - [2024-10-24 02:44:46] "GET /project/3e400593-bc15-46ab-b31a-b7e7122b52c4 HTTP/1.1" 200 2852 0.091337 10.0.0.40 - - [2024-10-24 02:44:46] "GET /network-ipam/baa8adc4-0250-4467-bf45-d55722473401 HTTP/1.1" 200 2602 0.014619 10.0.0.40 - - [2024-10-24 02:44:46] "GET /domains HTTP/1.1" 200 280 0.006985 10.0.0.40 - - [2024-10-24 02:44:46] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001340 10.0.0.40 - - [2024-10-24 02:44:46] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6 HTTP/1.1" 200 2572 0.009899 10.0.0.40 - - [2024-10-24 02:44:46] "GET /projects?obj_uuids=3e400593-bc15-46ab-b31a-b7e7122b52c4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002036 10.0.0.40 - - [2024-10-24 02:44:46] "GET /project/3e400593-bc15-46ab-b31a-b7e7122b52c4 HTTP/1.1" 200 2852 0.062454 10.0.0.40 - - [2024-10-24 02:44:46] "GET /virtual-network/67f97c20-74f6-465f-8456-79bd2c3472b0 HTTP/1.1" 200 3778 0.008819 10.0.0.40 - - [2024-10-24 02:44:46] "GET /virtual-network/67f97c20-74f6-465f-8456-79bd2c3472b0 HTTP/1.1" 200 3778 0.005691 10.0.0.40 - - [2024-10-24 02:44:46] "GET /routing-instance/02ba54b3-9ae0-4e0a-9391-feb4cec7aed0 HTTP/1.1" 200 2379 0.004019 10.0.0.40 - - [2024-10-24 02:44:46] "GET /routing-instance/02ba54b3-9ae0-4e0a-9391-feb4cec7aed0 HTTP/1.1" 200 2379 0.003375 10.0.0.40 - - [2024-10-24 02:44:46] "GET /route-target/a641601b-9a73-4798-ba3d-729298dec21a HTTP/1.1" 200 1205 0.002819 10.0.0.40 - - [2024-10-24 02:44:46] "GET /virtual-network/67f97c20-74f6-465f-8456-79bd2c3472b0 HTTP/1.1" 200 3778 0.002778 10.0.0.40 - - [2024-10-24 02:44:46] "GET /routing-instance/02ba54b3-9ae0-4e0a-9391-feb4cec7aed0 HTTP/1.1" 200 2379 0.006628 10.0.0.40 - - [2024-10-24 02:44:46] "GET /virtual-network/67f97c20-74f6-465f-8456-79bd2c3472b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.009667 10.0.0.40 - - [2024-10-24 02:44:46] "GET /virtual-network/67f97c20-74f6-465f-8456-79bd2c3472b0 HTTP/1.1" 200 3778 0.006898 10.0.0.40 - - [2024-10-24 02:44:46] "GET /routing-instance/02ba54b3-9ae0-4e0a-9391-feb4cec7aed0 HTTP/1.1" 200 2379 0.005376 10.0.0.40 - - [2024-10-24 02:44:46] "GET /routing-instance/02ba54b3-9ae0-4e0a-9391-feb4cec7aed0 HTTP/1.1" 200 2379 0.002750 10.0.0.40 - - [2024-10-24 02:44:46] "GET /route-target/a641601b-9a73-4798-ba3d-729298dec21a HTTP/1.1" 200 1205 0.003518 10.0.0.40 - - [2024-10-24 02:44:46] "GET /domains HTTP/1.1" 200 280 0.004131 10.0.0.40 - - [2024-10-24 02:44:46] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001139 10.0.0.40 - - [2024-10-24 02:44:46] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6 HTTP/1.1" 200 2572 0.007495 10.0.0.40 - - [2024-10-24 02:44:46] "GET /projects?obj_uuids=3e400593-bc15-46ab-b31a-b7e7122b52c4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002836 10.0.0.40 - - [2024-10-24 02:44:46] "POST /neutron/network HTTP/1.1" 200 1004 0.010021 10.0.0.40 - - [2024-10-24 02:44:46] "GET /projects?obj_uuids=3e400593-bc15-46ab-b31a-b7e7122b52c4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001831 10.0.0.40 - - [2024-10-24 02:44:46] "GET /project/3e400593-bc15-46ab-b31a-b7e7122b52c4 HTTP/1.1" 200 2852 0.100721 10.0.0.40 - - [2024-10-24 02:44:46] "GET /virtual-network/67f97c20-74f6-465f-8456-79bd2c3472b0 HTTP/1.1" 200 3778 0.010161 10.0.0.40 - - [2024-10-24 02:44:46] "POST /neutron/port HTTP/1.1" 200 1055 0.270920 10.0.0.40 - - [2024-10-24 02:44:46] "POST /neutron/port HTTP/1.1" 200 1055 0.024347 10.0.0.40 - - [2024-10-24 02:44:46] "POST /neutron/port HTTP/1.1" 200 1055 0.013425 10.0.0.40 - - [2024-10-24 02:44:46] "POST /neutron/port HTTP/1.1" 200 1109 0.082259 10.0.0.40 - - [2024-10-24 02:44:46] "POST /neutron/port HTTP/1.1" 200 1083 0.029349 10.0.0.40 - - [2024-10-24 02:44:46] "GET /obj-perms HTTP/1.1" 200 5030 0.098198 10.0.0.40 - - [2024-10-24 02:44:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008700 10.0.0.40 - - [2024-10-24 02:44:47] "POST /neutron/subnet HTTP/1.1" 200 673 0.019075 10.0.0.40 - - [2024-10-24 02:44:47] "POST /neutron/port HTTP/1.1" 200 117 0.001471 10.0.0.40 - - [2024-10-24 02:44:47] "POST /neutron/network HTTP/1.1" 200 994 0.010185 10.0.0.40 - - [2024-10-24 02:44:47] "POST /neutron/port HTTP/1.1" 200 1083 0.024712 10.0.0.40 - - [2024-10-24 02:44:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008695 10.0.0.40 - - [2024-10-24 02:44:47] "POST /neutron/port HTTP/1.1" 200 1083 0.032168 10.0.0.40 - - [2024-10-24 02:44:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007172 10.0.0.40 - - [2024-10-24 02:44:47] "POST /neutron/port HTTP/1.1" 200 1083 0.014570 10.0.0.40 - - [2024-10-24 02:44:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005854 10.0.0.40 - - [2024-10-24 02:44:47] "GET /virtual-machine/6647cd93-58fa-4fe6-be78-4e9b4de6d689 HTTP/1.1" 200 1288 0.004469 10.0.0.40 - - [2024-10-24 02:44:47] "GET /virtual-machine-interface/be7c1c75-b79d-4981-befc-0343beab068b HTTP/1.1" 200 2942 0.002873 10.0.0.40 - - [2024-10-24 02:44:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006796 10.0.0.40 - - [2024-10-24 02:44:47] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004338 10.0.0.40 - - [2024-10-24 02:44:47] "GET /virtual-networks?parent_id=3e400593-bc15-46ab-b31a-b7e7122b52c4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003188 10.0.0.40 - - [2024-10-24 02:44:47] "GET /virtual-network/67f97c20-74f6-465f-8456-79bd2c3472b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.003486 10.0.0.40 - - [2024-10-24 02:44:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.40 - - [2024-10-24 02:44:50] "GET /virtual-network/67f97c20-74f6-465f-8456-79bd2c3472b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.002862 10.0.0.40 - - [2024-10-24 02:44:54] "POST /neutron/port HTTP/1.1" 200 1083 0.029907 10.0.0.40 - - [2024-10-24 02:44:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006701 10.0.0.40 - - [2024-10-24 02:44:54] "POST /neutron/port HTTP/1.1" 200 1083 0.014947 10.0.0.40 - - [2024-10-24 02:44:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006483 10.0.0.40 - - [2024-10-24 02:44:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.40 - - [2024-10-24 02:44:54] "GET /virtual-network/67f97c20-74f6-465f-8456-79bd2c3472b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.003054 10.0.0.40 - - [2024-10-24 02:44:55] "POST /neutron/port HTTP/1.1" 200 1083 0.016623 10.0.0.40 - - [2024-10-24 02:44:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006860 10.0.0.40 - - [2024-10-24 02:44:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.40 - - [2024-10-24 02:44:56] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002937 10.0.0.40 - - [2024-10-24 02:44:56] "GET /virtual-networks?parent_id=3e400593-bc15-46ab-b31a-b7e7122b52c4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003131 10.0.0.40 - - [2024-10-24 02:44:56] "GET /virtual-network/67f97c20-74f6-465f-8456-79bd2c3472b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.003805 10.0.0.40 - - [2024-10-24 02:44:57] "POST /neutron/port HTTP/1.1" 200 1083 0.016452 10.0.0.40 - - [2024-10-24 02:44:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006819 10.0.0.40 - - [2024-10-24 02:44:57] "POST /neutron/port HTTP/1.1" 200 1083 0.018133 10.0.0.40 - - [2024-10-24 02:44:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007252 10.0.0.40 - - [2024-10-24 02:44:57] "POST /neutron/port HTTP/1.1" 200 1083 0.018543 10.0.0.40 - - [2024-10-24 02:44:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009960 10.0.0.40 - - [2024-10-24 02:44:57] "GET /virtual-machine/0338cc8b-4407-4caf-a67c-bd7b1e9a1dab HTTP/1.1" 200 1287 0.005810 10.0.0.40 - - [2024-10-24 02:44:57] "GET /virtual-machine-interface/23f58e45-fbd1-4830-ad96-ed0a9c2869a2 HTTP/1.1" 200 2941 0.003515 10.0.0.40 - - [2024-10-24 02:44:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006536 10.0.0.40 - - [2024-10-24 02:44:57] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003074 10.0.0.40 - - [2024-10-24 02:44:57] "GET /virtual-networks?parent_id=3e400593-bc15-46ab-b31a-b7e7122b52c4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003315 10.0.0.40 - - [2024-10-24 02:44:57] "GET /virtual-network/67f97c20-74f6-465f-8456-79bd2c3472b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.003788 10.0.0.40 - - [2024-10-24 02:44:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.40 - - [2024-10-24 02:44:58] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002831 10.0.0.40 - - [2024-10-24 02:44:58] "GET /virtual-networks?parent_id=3e400593-bc15-46ab-b31a-b7e7122b52c4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003881 10.0.0.40 - - [2024-10-24 02:44:58] "GET /virtual-network/67f97c20-74f6-465f-8456-79bd2c3472b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.003548 10.0.0.40 - - [2024-10-24 02:44:59] "POST /neutron/port HTTP/1.1" 200 1083 0.017149 10.0.0.40 - - [2024-10-24 02:44:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007134 10.0.0.40 - - [2024-10-24 02:44:59] "POST /neutron/port HTTP/1.1" 200 1083 0.016361 10.0.0.40 - - [2024-10-24 02:44:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.013341 10.0.0.40 - - [2024-10-24 02:44:59] "POST /neutron/port HTTP/1.1" 200 1083 0.016525 10.0.0.40 - - [2024-10-24 02:44:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005820 10.0.0.40 - - [2024-10-24 02:44:59] "GET /virtual-machine/cbdaace3-91b9-4fb5-aacd-fde2f7ec4370 HTTP/1.1" 200 1293 0.003683 10.0.0.40 - - [2024-10-24 02:44:59] "GET /virtual-machine-interface/47071473-846b-4b98-8ed5-d51b2ff026a7 HTTP/1.1" 200 2941 0.002524 10.0.0.40 - - [2024-10-24 02:44:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.40 - - [2024-10-24 02:44:59] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002713 10.0.0.40 - - [2024-10-24 02:44:59] "GET /virtual-networks?parent_id=3e400593-bc15-46ab-b31a-b7e7122b52c4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003084 10.0.0.40 - - [2024-10-24 02:44:59] "GET /virtual-network/67f97c20-74f6-465f-8456-79bd2c3472b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.004789 10.0.0.40 - - [2024-10-24 02:45:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.40 - - [2024-10-24 02:45:00] "GET /global-vrouter-config/b2f93d4b-d420-4b7f-a806-1d3a85abf32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003504 10.0.0.40 - - [2024-10-24 02:45:00] "GET /virtual-networks?parent_id=3e400593-bc15-46ab-b31a-b7e7122b52c4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003271 10.0.0.40 - - [2024-10-24 02:45:00] "GET /virtual-network/67f97c20-74f6-465f-8456-79bd2c3472b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.004122 10.0.0.40 - - [2024-10-24 02:45:16] "POST /neutron/port HTTP/1.1" 200 1109 0.013953 10.0.0.40 - - [2024-10-24 02:45:16] "POST /neutron/port HTTP/1.1" 200 1109 0.015938 10.0.0.40 - - [2024-10-24 02:45:16] "POST /neutron/port HTTP/1.1" 200 151 0.108741 10.0.0.40 - - [2024-10-24 02:45:16] "POST /neutron/port HTTP/1.1" 200 1109 0.011643 10.0.0.40 - - [2024-10-24 02:45:16] "POST /neutron/port HTTP/1.1" 200 1109 0.014338 10.0.0.40 - - [2024-10-24 02:45:16] "POST /neutron/port HTTP/1.1" 200 1083 0.021693 10.0.0.40 - - [2024-10-24 02:45:16] "POST /neutron/port HTTP/1.1" 200 151 0.156337 10.0.0.40 - - [2024-10-24 02:45:16] "POST /neutron/port HTTP/1.1" 200 1109 0.014559 10.0.0.40 - - [2024-10-24 02:45:16] "POST /neutron/network HTTP/1.1" 200 994 0.015896 10.0.0.40 - - [2024-10-24 02:45:16] "POST /neutron/network HTTP/1.1" 400 204 0.013800 10.0.0.40 - - [2024-10-24 02:45:16] "POST /neutron/port HTTP/1.1" 200 117 0.006354 10.0.0.40 - - [2024-10-24 02:45:16] "POST /neutron/port HTTP/1.1" 400 205 0.003019 10.0.0.40 - - [2024-10-24 02:45:16] "POST /neutron/port HTTP/1.1" 200 151 0.127765 10.0.0.40 - - [2024-10-24 02:45:16] "POST /neutron/port HTTP/1.1" 200 117 0.006940 10.0.0.40 - - [2024-10-24 02:45:16] "POST /neutron/port HTTP/1.1" 400 205 0.003241 10.0.0.40 - - [2024-10-24 02:45:18] "POST /neutron/network HTTP/1.1" 200 994 0.008024 10.0.0.40 - - [2024-10-24 02:45:18] "POST /useragent-kv HTTP/1.1" 200 115 0.001472 10.0.0.40 - - [2024-10-24 02:45:18] "POST /useragent-kv HTTP/1.1" 200 115 0.001133 10.0.0.40 - - [2024-10-24 02:45:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.007138 10.0.0.40 - - [2024-10-24 02:45:18] "POST /useragent-kv HTTP/1.1" 200 115 0.001066 10.0.0.40 - - [2024-10-24 02:45:18] "POST /useragent-kv HTTP/1.1" 200 115 0.001031 10.0.0.40 - - [2024-10-24 02:45:18] "POST /neutron/network HTTP/1.1" 200 151 0.095711 10.0.0.40 - - [2024-10-24 02:45:18] "DELETE /route-target/a641601b-9a73-4798-ba3d-729298dec21a HTTP/1.1" 200 115 0.016464 10.0.0.40 - - [2024-10-24 02:45:18] "GET /routing-instance/02ba54b3-9ae0-4e0a-9391-feb4cec7aed0 HTTP/1.1" 404 171 0.002279 10.0.0.40 - - [2024-10-24 02:45:18] "GET /domains HTTP/1.1" 200 280 0.002669 10.0.0.40 - - [2024-10-24 02:45:18] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001181 10.0.0.40 - - [2024-10-24 02:45:18] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6 HTTP/1.1" 200 2572 0.050480 10.0.0.40 - - [2024-10-24 02:45:18] "GET /projects?obj_uuids=3e400593-bc15-46ab-b31a-b7e7122b52c4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001865 10.0.0.40 - - [2024-10-24 02:45:18] "GET /project/3e400593-bc15-46ab-b31a-b7e7122b52c4 HTTP/1.1" 200 2095 0.066182 10.0.0.40 - - [2024-10-24 02:45:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.40 - - [2024-10-24 02:45:19] "DELETE /network-ipam/baa8adc4-0250-4467-bf45-d55722473401 HTTP/1.1" 200 115 0.019084 10.0.0.40 - - [2024-10-24 02:45:19] "POST /fqname-to-id HTTP/1.1" 404 211 0.002714 10.0.0.40 - - [2024-10-24 02:45:19] "GET /projects?obj_uuids=3e400593-bc15-46ab-b31a-b7e7122b52c4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001244 10.0.0.40 - - [2024-10-24 02:45:19] "GET /project/3e400593-bc15-46ab-b31a-b7e7122b52c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.051872 10.0.0.40 - - [2024-10-24 02:45:19] "GET /projects?obj_uuids=3e400593-bc15-46ab-b31a-b7e7122b52c4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001107 10.0.0.40 - - [2024-10-24 02:45:19] "GET /project/3e400593-bc15-46ab-b31a-b7e7122b52c4?fields=virtual_networks HTTP/1.1" 200 1042 0.067272 10.0.0.40 - - [2024-10-24 02:45:19] "GET /projects?obj_uuids=3e400593-bc15-46ab-b31a-b7e7122b52c4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001669 10.0.0.40 - - [2024-10-24 02:45:19] "GET /project/3e400593-bc15-46ab-b31a-b7e7122b52c4?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.023604 10.0.0.40 - - [2024-10-24 02:45:19] "GET /projects?obj_uuids=3e400593-bc15-46ab-b31a-b7e7122b52c4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001321 10.0.0.40 - - [2024-10-24 02:45:19] "GET /project/3e400593-bc15-46ab-b31a-b7e7122b52c4?fields=security_groups HTTP/1.1" 200 1268 0.025471 10.0.0.40 - - [2024-10-24 02:45:26] "GET /projects?obj_uuids=3e400593-bc15-46ab-b31a-b7e7122b52c4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001392 10.0.0.40 - - [2024-10-24 02:45:26] "GET /project/3e400593-bc15-46ab-b31a-b7e7122b52c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.032795 10.0.0.40 - - [2024-10-24 02:45:26] "GET /projects?obj_uuids=3e400593-bc15-46ab-b31a-b7e7122b52c4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004700 10.0.0.40 - - [2024-10-24 02:45:26] "GET /project/3e400593-bc15-46ab-b31a-b7e7122b52c4?fields=security_groups HTTP/1.1" 200 1373 0.037083 10.0.0.40 - - [2024-10-24 02:45:26] "DELETE /security-group/39e07b43-7ae8-48ac-9b3a-97aa00154054 HTTP/1.1" 200 115 0.044876 10.0.0.40 - - [2024-10-24 02:45:27] "GET /projects?obj_uuids=3e400593-bc15-46ab-b31a-b7e7122b52c4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001874 10.0.0.40 - - [2024-10-24 02:45:27] "DELETE /access-control-list/3b413d52-061a-40fb-9f7e-133654afce3b HTTP/1.1" 200 115 0.039004 10.0.0.40 - - [2024-10-24 02:45:27] "GET /project/3e400593-bc15-46ab-b31a-b7e7122b52c4?fields=application_policy_sets HTTP/1.1" 200 1412 0.042992 10.0.0.40 - - [2024-10-24 02:45:27] "DELETE /access-control-list/0ac37f25-8cc1-4d4b-9106-92dfb17f5ff3 HTTP/1.1" 200 115 0.038657 10.0.0.40 - - [2024-10-24 02:45:27] "DELETE /project/3e400593-bc15-46ab-b31a-b7e7122b52c4 HTTP/1.1" 200 115 0.355255 10.0.0.40 - - [2024-10-24 02:45:27] "GET / HTTP/1.1" 200 35931 0.002251 10.0.0.40 - - [2024-10-24 02:45:28] "GET /project/365cd4f9-4649-475d-8316-e930d4012b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000564 10.0.0.40 - - [2024-10-24 02:45:28] "GET /projects?obj_uuids=365cd4f9-4649-475d-8316-e930d4012b52&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001390 10.0.0.40 - - [2024-10-24 02:45:28] "GET /project/365cd4f9-4649-475d-8316-e930d4012b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1280 0.044964 [Introspect:8084]10.0.0.40 - - [2024-10-24 02:45:29] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001302 10.0.0.40 - - [2024-10-24 02:45:29] "POST /fqname-to-id HTTP/1.1" 404 184 0.028280 10.0.0.40 - - [2024-10-24 02:45:29] "GET /projects?obj_uuids=0a34f8f6-aacb-4c11-b603-90bfef02c70b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002770 10.0.0.40 - - [2024-10-24 02:45:29] "GET /domains?obj_uuids=5764ab9b-8d98-4d0a-820a-591fff8ce6e6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001175 10.0.0.40 - - [2024-10-24 02:45:29] "GET /domain/5764ab9b-8d98-4d0a-820a-591fff8ce6e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007699 10.0.0.40 - - [2024-10-24 02:45:29] "POST /id-to-fqname HTTP/1.1" 200 186 0.001417